]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
Update RELEASE-NOTES
[lyx.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 \tracking_changes true
247 \output_changes false
248 \html_math_output 0
249 \html_css_as_file 0
250 \html_be_strict false
251 \author -195340706 "Georg Baum" 
252 \end_header
253
254 \begin_body
255
256 \begin_layout Title
257 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
258  manual
259 \end_layout
260
261 \begin_layout Author
262 by the LyX Team
263 \begin_inset Foot
264 status collapsed
265
266 \begin_layout Plain Layout
267 \noindent
268 If you have comments or error corrections, please send them to the LyX Documenta
269 tion mailing list: 
270 \begin_inset CommandInset href
271 LatexCommand href
272 name "lyx-docs@lists.lyx.org"
273 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
274 type "mailto:"
275
276 \end_inset
277
278
279 \end_layout
280
281 \end_inset
282
283
284 \begin_inset Note Note
285 status collapsed
286
287 \begin_layout Plain Layout
288 author: Uwe Stöhr
289 \end_layout
290
291 \end_inset
292
293
294 \begin_inset Newline newline
295 \end_inset
296
297
298 \begin_inset Newline newline
299 \end_inset
300
301
302 \family sans
303 Version 2.0.x
304 \end_layout
305
306 \begin_layout Standard
307 \begin_inset CommandInset toc
308 LatexCommand tableofcontents
309
310 \end_inset
311
312
313 \end_layout
314
315 \begin_layout Standard
316 \begin_inset Note Note
317 status open
318
319 \begin_layout Plain Layout
320 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
321  
322 \series bold
323 arydshln
324 \series default
325
326 \series bold
327 colortbl
328 \series default
329
330 \series bold
331 diagbox, lettrine, marginnote, picinpar
332 \series default
333  and 
334 \series bold
335 sidecap
336 \series default
337  must be installed.
338  If they are not installed you can export the document anyway but the sections
339  where the packages are required won't appear in the output.
340 \end_layout
341
342 \begin_layout Plain Layout
343 The latest PDF-version of this document can be found here:
344 \begin_inset Newline newline
345 \end_inset
346
347
348 \series bold
349 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
350 \end_layout
351
352 \end_inset
353
354
355 \end_layout
356
357 \begin_layout Chapter
358 Figures
359 \begin_inset Index idx
360 status collapsed
361
362 \begin_layout Plain Layout
363 Figures
364 \end_layout
365
366 \end_inset
367
368
369 \begin_inset Index idx
370 status collapsed
371
372 \begin_layout Plain Layout
373 Graphics|see
374 \begin_inset ERT
375 status collapsed
376
377 \begin_layout Plain Layout
378
379 {
380 \end_layout
381
382 \end_inset
383
384 Figures
385 \begin_inset ERT
386 status collapsed
387
388 \begin_layout Plain Layout
389
390 }
391 \end_layout
392
393 \end_inset
394
395
396 \end_layout
397
398 \end_inset
399
400
401 \end_layout
402
403 \begin_layout Section
404 Graphics Dialog
405 \begin_inset Index idx
406 status collapsed
407
408 \begin_layout Plain Layout
409 Figures ! Graphics Dialog
410 \end_layout
411
412 \end_inset
413
414
415 \begin_inset CommandInset label
416 LatexCommand label
417 name "sec:Graphics-Dialog"
418
419 \end_inset
420
421
422 \end_layout
423
424 \begin_layout Standard
425 To insert an image into your document, place the cursor at the text position
426  you want and click on the toolbar icon 
427 \begin_inset Info
428 type  "icon"
429 arg   "dialog-show-new-inset graphics"
430 \end_inset
431
432  or use the menu 
433 \family sans
434 Insert\SpecialChar \menuseparator
435 Graphics
436 \family default
437 .
438  Then a dialog will appear to choose the file to load.
439  The image will appear in the output exactly at the position where it is
440  in the text.
441 \end_layout
442
443 \begin_layout Standard
444 The graphics dialog can be called at any time by clicking on an image.
445  This dialog has three tabs:
446 \end_layout
447
448 \begin_layout Description
449
450 \family sans
451 Graphics
452 \family default
453  Here you can choose an image file and adjust its appearance in the output.
454  The available units for the image size are explained in appendix
455 \begin_inset space ~
456 \end_inset
457
458
459 \begin_inset CommandInset ref
460 LatexCommand ref
461 reference "cha:Units-available-in"
462
463 \end_inset
464
465 .
466 \begin_inset Newline newline
467 \end_inset
468
469
470 \begin_inset Index idx
471 status collapsed
472
473 \begin_layout Plain Layout
474 Figures ! rotated
475 \end_layout
476
477 \end_inset
478
479 You can rotate images counter-clockwise by setting a rotation angle and
480  a rotation origin.
481  The image will also be rotated inside LyX.
482 \begin_inset Newline newline
483 \end_inset
484
485
486 \begin_inset Index idx
487 status collapsed
488
489 \begin_layout Plain Layout
490 Figures ! scaled
491 \end_layout
492
493 \end_inset
494
495 Images can be scaled by using a percentage value or by setting the width
496  and height explicitly.
497  If you set only the width or only the height, the other size will be determined
498  automatically.
499  If you set both, then the image will be transformed to the given size,
500  possibly distorting it.
501  To prevent the image from distortion, use the option 
502 \family sans
503 Maintain aspect ratio
504 \family default
505 .
506  The image will then be scaled so that its width and height don't exceed
507  the specified dimensions.
508 \begin_inset Newline newline
509 \end_inset
510
511 Images can be opened in a program of your choice by right-clicking on it
512  and choosing the entry 
513 \family sans
514 Edit
515 \begin_inset space ~
516 \end_inset
517
518 externally
519 \family default
520  in the context menu.
521  The program can be set for every image format in the file format settings
522  in LyX's preferences.
523 \end_layout
524
525 \begin_layout Description
526
527 \family sans
528 Clipping
529 \family default
530  Alternatively to the usage of scaling units it is possible to set image
531  coordinates to adjust the height and width of the image in the output.
532  The coordinates can also be calculated automatically by pressing the button
533  
534 \family sans
535 Get
536 \begin_inset space ~
537 \end_inset
538
539 from
540 \begin_inset space ~
541 \end_inset
542
543 File
544 \family default
545 .
546  The option 
547 \family sans
548 Clip
549 \begin_inset space ~
550 \end_inset
551
552 to
553 \begin_inset space ~
554 \end_inset
555
556 bounding
557 \begin_inset space ~
558 \end_inset
559
560 box
561 \family default
562  will only print the image region within the given coordinates.
563  Normally you don't need to worry about image coordinates and can ignore
564  this tab.
565 \end_layout
566
567 \begin_layout Description
568
569 \family sans
570 LaTeX
571 \begin_inset space ~
572 \end_inset
573
574 and
575 \begin_inset space ~
576 \end_inset
577
578 LyX
579 \begin_inset space ~
580 \end_inset
581
582 options
583 \family default
584  In this tab you can modify the appearance of the image within LyX and LaTeX
585  experts can specify additional LaTeX options.
586 \begin_inset Newline newline
587 \end_inset
588
589 The option 
590 \family sans
591 Draft
592 \begin_inset space ~
593 \end_inset
594
595 mode
596 \family default
597  makes the image appear in the output only as a frame with the size of the
598  image.
599 \begin_inset Newline newline
600 \end_inset
601
602 The 
603 \family sans
604 Don't
605 \begin_inset space ~
606 \end_inset
607
608 unzip
609 \begin_inset space ~
610 \end_inset
611
612 on
613 \begin_inset space ~
614 \end_inset
615
616 export
617 \family default
618  option only affects zipped EPS-graphics, e.
619 \begin_inset space \thinspace{}
620 \end_inset
621
622 g.
623 \begin_inset space \space{}
624 \end_inset
625
626
627 \emph on
628 x.eps.gz
629 \emph default
630 .
631  When the option is used the images will not be unzipped on export, since
632  LaTeX can handle them as they are.
633 \begin_inset Newline newline
634 \end_inset
635
636 Zipped EPS-graphics are useful to save disk space when you choose PostScript
637  as output format, see appendix
638 \begin_inset space ~
639 \end_inset
640
641
642 \begin_inset CommandInset ref
643 LatexCommand ref
644 reference "sec:PostScript"
645
646 \end_inset
647
648 .
649  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
650  console:
651 \begin_inset Newline newline
652 \end_inset
653
654
655 \series bold
656 gzip x.eps
657 \series default
658
659 \begin_inset Newline newline
660 \end_inset
661
662
663 \series bold
664 zgrep %%Bounding x.eps.gz > x.eps.bb
665 \series default
666
667 \begin_inset Newline newline
668 \end_inset
669
670 The second command creates the bounding box file 
671 \begin_inset Quotes eld
672 \end_inset
673
674 x.eps.bb
675 \begin_inset Quotes erd
676 \end_inset
677
678  that is needed by LaTeX for zipped graphics.
679 \begin_inset Newline newline
680 \end_inset
681
682 In the section 
683 \family sans
684 Graphics
685 \begin_inset space ~
686 \end_inset
687
688 Group
689 \family default
690  you can define or join an image settings group.
691 \begin_inset Index idx
692 status collapsed
693
694 \begin_layout Plain Layout
695 Figures ! Settings grouping
696 \end_layout
697
698 \end_inset
699
700  Images within such a group share their settings, so adjusting one image
701  of the group automatically also adjusts all other images of the group in
702  the same way.
703  So you can for example change the size for a bunch of images without the
704  need to manually change each of them.
705  Joining an existing group can also be done using the context menu of the
706  image by checking the name of the desired group.
707 \end_layout
708
709 \begin_layout Standard
710 \begin_inset VSpace bigskip
711 \end_inset
712
713
714 \end_layout
715
716 \begin_layout Standard
717 This is an example image in EPS format
718 \begin_inset Foot
719 status collapsed
720
721 \begin_layout Plain Layout
722 Image formats are explained in section
723 \begin_inset space ~
724 \end_inset
725
726
727 \begin_inset CommandInset ref
728 LatexCommand ref
729 reference "sec:Image-Formats"
730
731 \end_inset
732
733 .
734 \end_layout
735
736 \end_inset
737
738  within a separate, horizontally centered paragraph:
739 \end_layout
740
741 \begin_layout Standard
742 \align center
743 \begin_inset Graphics
744         filename clipart/mobius.eps
745         scale 70
746         scaleBeforeRotation
747         rotateOrigin center
748
749 \end_inset
750
751
752 \end_layout
753
754 \begin_layout Standard
755 This is the same image like the one above but in draft mode:
756 \end_layout
757
758 \begin_layout Standard
759 \align center
760 \begin_inset Graphics
761         filename clipart/mobius.eps
762         scale 70
763         draft
764         scaleBeforeRotation
765         rotateOrigin center
766
767 \end_inset
768
769
770 \end_layout
771
772 \begin_layout Standard
773 \begin_inset Newpage newpage
774 \end_inset
775
776
777 \end_layout
778
779 \begin_layout Section
780 Figure Floats
781 \begin_inset CommandInset label
782 LatexCommand label
783 name "sec:Figure-Floats"
784
785 \end_inset
786
787
788 \begin_inset Index idx
789 status collapsed
790
791 \begin_layout Plain Layout
792 Floats ! Figures
793 \end_layout
794
795 \end_inset
796
797
798 \begin_inset Index idx
799 status collapsed
800
801 \begin_layout Plain Layout
802 Figures ! Floats
803 \end_layout
804
805 \end_inset
806
807
808 \end_layout
809
810 \begin_layout Standard
811 For general explanations about floats, have a look at section
812 \begin_inset space ~
813 \end_inset
814
815
816 \begin_inset CommandInset ref
817 LatexCommand ref
818 reference "sec:FloatIntroduction"
819
820 \end_inset
821
822 .
823 \end_layout
824
825 \begin_layout Standard
826 The toolbar button 
827 \begin_inset Info
828 type  "icon"
829 arg   "float-insert figure"
830 \end_inset
831
832  and the menu 
833 \family sans
834 Insert\SpecialChar \menuseparator
835 Float\SpecialChar \menuseparator
836 Figure
837 \family default
838  inserts a float with a caption that has the label 
839 \begin_inset Quotes eld
840 \end_inset
841
842 Figure
843 \begin_inset space ~
844 \end_inset
845
846 #:
847 \begin_inset Quotes erd
848 \end_inset
849
850  (# is the actual number).
851  You can insert the image above the caption, like in Figure
852 \begin_inset space ~
853 \end_inset
854
855
856 \begin_inset CommandInset ref
857 LatexCommand ref
858 reference "fig:kill-plat"
859
860 \end_inset
861
862  or below the caption, like in Figure
863 \begin_inset space ~
864 \end_inset
865
866
867 \begin_inset CommandInset ref
868 LatexCommand ref
869 reference "fig:escher"
870
871 \end_inset
872
873 .
874  More about caption placement is described in section
875 \begin_inset space ~
876 \end_inset
877
878
879 \begin_inset CommandInset ref
880 LatexCommand ref
881 reference "sec:Caption-Placement"
882
883 \end_inset
884
885 .
886 \end_layout
887
888 \begin_layout Standard
889 \begin_inset Float figure
890 wide false
891 sideways false
892 status open
893
894 \begin_layout Plain Layout
895 \align center
896 \begin_inset Graphics
897         filename clipart/platypus.eps
898         width 50col%
899         scaleBeforeRotation
900         rotateOrigin center
901
902 \end_inset
903
904
905 \end_layout
906
907 \begin_layout Plain Layout
908 \begin_inset Caption Standard
909
910 \begin_layout Plain Layout
911 \begin_inset CommandInset label
912 LatexCommand label
913 name "fig:kill-plat"
914
915 \end_inset
916
917 A severely distorted platypus in a float.
918 \end_layout
919
920 \end_inset
921
922
923 \end_layout
924
925 \end_inset
926
927
928 \end_layout
929
930 \begin_layout Standard
931 \begin_inset Float figure
932 wide false
933 sideways false
934 status open
935
936 \begin_layout Plain Layout
937 \begin_inset Caption Standard
938
939 \begin_layout Plain Layout
940 \begin_inset CommandInset label
941 LatexCommand label
942 name "fig:escher"
943
944 \end_inset
945
946 M.C.
947  Escher on acid.
948 \end_layout
949
950 \end_inset
951
952
953 \end_layout
954
955 \begin_layout Plain Layout
956 \align center
957 \begin_inset Graphics
958         filename clipart/escher-lsd.eps
959         scale 80
960         scaleBeforeRotation
961         rotateOrigin center
962
963 \end_inset
964
965
966 \end_layout
967
968 \end_inset
969
970
971 \end_layout
972
973 \begin_layout Standard
974 \begin_inset Index idx
975 status collapsed
976
977 \begin_layout Plain Layout
978 References ! to Figures
979 \end_layout
980
981 \end_inset
982
983 Figure
984 \begin_inset space ~
985 \end_inset
986
987
988 \begin_inset CommandInset ref
989 LatexCommand ref
990 reference "fig:kill-plat"
991
992 \end_inset
993
994  and 
995 \begin_inset CommandInset ref
996 LatexCommand ref
997 reference "fig:escher"
998
999 \end_inset
1000
1001  are examples of referenced figures.
1002  Figures can be referenced in the text by referencing their label.
1003  To do this insert a label in the caption using the menu 
1004 \family sans
1005 Insert\SpecialChar \menuseparator
1006 Label
1007 \family default
1008  or the toolbar button 
1009 \begin_inset Info
1010 type  "icon"
1011 arg   "label-insert"
1012 \end_inset
1013
1014 .
1015  You can now refer to the label using the menu 
1016 \family sans
1017 Insert\SpecialChar \menuseparator
1018 Cross
1019 \begin_inset space ~
1020 \end_inset
1021
1022 reference
1023 \family default
1024  or the toolbar button 
1025 \begin_inset Info
1026 type  "icon"
1027 arg   "dialog-show-new-inset ref"
1028 \end_inset
1029
1030 .
1031  It is important to use references to floats, rather than using vague references
1032  like 
1033 \begin_inset Quotes eld
1034 \end_inset
1035
1036 the figure above
1037 \begin_inset Quotes erd
1038 \end_inset
1039
1040 , because LaTeX will reposition the floats in the final document and it
1041  might not be 
1042 \begin_inset Quotes eld
1043 \end_inset
1044
1045 above
1046 \begin_inset Quotes erd
1047 \end_inset
1048
1049  at all.
1050 \begin_inset Newline newline
1051 \end_inset
1052
1053 Referencing is explained in detail in section
1054 \begin_inset space ~
1055 \end_inset
1056
1057
1058 \begin_inset CommandInset ref
1059 LatexCommand ref
1060 reference "sec:Referencing-Floats"
1061
1062 \end_inset
1063
1064 .
1065 \end_layout
1066
1067 \begin_layout Standard
1068 Normally only one image is inserted to a figure float, but sometimes you
1069  might want to use two images with separate subcaptions.
1070  This can be done by inserting image floats into existing image floats.
1071  Note that only the main caption of the float is added to the List of Figures.
1072  Figure
1073 \begin_inset space ~
1074 \end_inset
1075
1076
1077 \begin_inset CommandInset ref
1078 LatexCommand ref
1079 reference "fig:Two-distorted-images"
1080
1081 \end_inset
1082
1083  is an example of a figure float with two images set side by side.
1084  You can also set the images one below the other.
1085  Figure
1086 \begin_inset space ~
1087 \end_inset
1088
1089
1090 \begin_inset CommandInset ref
1091 LatexCommand ref
1092 reference "fig:Undefinable-structure"
1093
1094 \end_inset
1095
1096  and 
1097 \begin_inset CommandInset ref
1098 LatexCommand ref
1099 reference "fig:A-Platypus"
1100
1101 \end_inset
1102
1103  are the subfigures.
1104 \end_layout
1105
1106 \begin_layout Standard
1107 \begin_inset Float figure
1108 wide false
1109 sideways false
1110 status open
1111
1112 \begin_layout Plain Layout
1113 \begin_inset space \hfill{}
1114 \end_inset
1115
1116
1117 \begin_inset Float figure
1118 wide false
1119 sideways false
1120 status collapsed
1121
1122 \begin_layout Plain Layout
1123 \begin_inset Caption Standard
1124
1125 \begin_layout Plain Layout
1126 \begin_inset CommandInset label
1127 LatexCommand label
1128 name "fig:Undefinable-structure"
1129
1130 \end_inset
1131
1132 Undefinable structure.
1133 \end_layout
1134
1135 \end_inset
1136
1137
1138 \end_layout
1139
1140 \begin_layout Plain Layout
1141 \begin_inset Graphics
1142         filename clipart/escher-lsd.eps
1143         width 45col%
1144         scaleBeforeRotation
1145         groupId distorted
1146
1147 \end_inset
1148
1149
1150 \end_layout
1151
1152 \end_inset
1153
1154
1155 \begin_inset space \hfill{}
1156 \end_inset
1157
1158
1159 \begin_inset Float figure
1160 wide false
1161 sideways false
1162 status collapsed
1163
1164 \begin_layout Plain Layout
1165 \begin_inset Caption Standard
1166
1167 \begin_layout Plain Layout
1168 \begin_inset CommandInset label
1169 LatexCommand label
1170 name "fig:A-Platypus"
1171
1172 \end_inset
1173
1174 A Platypus.
1175 \end_layout
1176
1177 \end_inset
1178
1179
1180 \end_layout
1181
1182 \begin_layout Plain Layout
1183 \begin_inset Graphics
1184         filename clipart/platypus.eps
1185         width 45col%
1186         scaleBeforeRotation
1187         groupId distorted
1188
1189 \end_inset
1190
1191
1192 \end_layout
1193
1194 \end_inset
1195
1196
1197 \begin_inset space \hfill{}
1198 \end_inset
1199
1200
1201 \end_layout
1202
1203 \begin_layout Plain Layout
1204 \begin_inset Caption Standard
1205
1206 \begin_layout Plain Layout
1207 \begin_inset CommandInset label
1208 LatexCommand label
1209 name "fig:Two-distorted-images"
1210
1211 \end_inset
1212
1213
1214 \begin_inset CommandInset label
1215 LatexCommand label
1216 name "fig2:Two-distorted-images-2"
1217
1218 \end_inset
1219
1220 Two distorted images.
1221  Both images are in the image settings group named 
1222 \begin_inset Quotes eld
1223 \end_inset
1224
1225 distorted
1226 \begin_inset Quotes erd
1227 \end_inset
1228
1229 .
1230 \end_layout
1231
1232 \end_inset
1233
1234
1235 \end_layout
1236
1237 \end_inset
1238
1239
1240 \end_layout
1241
1242 \begin_layout Standard
1243 \begin_inset Newpage newpage
1244 \end_inset
1245
1246
1247 \end_layout
1248
1249 \begin_layout Section
1250 Image Formats
1251 \begin_inset CommandInset label
1252 LatexCommand label
1253 name "sec:Image-Formats"
1254
1255 \end_inset
1256
1257
1258 \begin_inset Index idx
1259 status collapsed
1260
1261 \begin_layout Plain Layout
1262 Image Formats
1263 \end_layout
1264
1265 \end_inset
1266
1267
1268 \begin_inset Index idx
1269 status collapsed
1270
1271 \begin_layout Plain Layout
1272 Figures ! Image Formats
1273 \end_layout
1274
1275 \end_inset
1276
1277
1278 \end_layout
1279
1280 \begin_layout Standard
1281 You can insert images in any known file format.
1282  But as explained in appendix
1283 \begin_inset space ~
1284 \end_inset
1285
1286
1287 \begin_inset CommandInset ref
1288 LatexCommand ref
1289 reference "cha:Output-File-Formats"
1290
1291 \end_inset
1292
1293 , each output document format allows only a few image formats.
1294  LyX uses therefore the program 
1295 \family typewriter
1296 ImageMagick
1297 \family default
1298  in the background to convert the images to the right format.
1299  To increase your work flow by avoiding these conversions in the background,
1300  you could choose to use only the image formats that can directly be embedded
1301  in the output file format.
1302  The output file formats are explained in appendix
1303 \begin_inset space ~
1304 \end_inset
1305
1306
1307 \begin_inset CommandInset ref
1308 LatexCommand ref
1309 reference "cha:Output-File-Formats"
1310
1311 \end_inset
1312
1313 .
1314 \end_layout
1315
1316 \begin_layout Standard
1317 Similar to fonts there are two types of image formats:
1318 \end_layout
1319
1320 \begin_layout Description
1321 Bitmap
1322 \begin_inset space ~
1323 \end_inset
1324
1325 images consist of pixel values, often in a compressed form.
1326  They are therefore not fully scalable and look pixelated in large zooms.
1327  Well-known bitmap image formats are 
1328 \begin_inset Quotes eld
1329 \end_inset
1330
1331 Graphics Interchange Format
1332 \begin_inset Quotes erd
1333 \end_inset
1334
1335  (GIF, file extension 
1336 \begin_inset Quotes eld
1337 \end_inset
1338
1339
1340 \family typewriter
1341 .gif
1342 \family default
1343
1344 \begin_inset Quotes erd
1345 \end_inset
1346
1347 )
1348 \begin_inset Index idx
1349 status collapsed
1350
1351 \begin_layout Plain Layout
1352 GIF|see
1353 \begin_inset ERT
1354 status collapsed
1355
1356 \begin_layout Plain Layout
1357
1358 {
1359 \end_layout
1360
1361 \end_inset
1362
1363 Image formats
1364 \begin_inset ERT
1365 status collapsed
1366
1367 \begin_layout Plain Layout
1368
1369 }
1370 \end_layout
1371
1372 \end_inset
1373
1374
1375 \end_layout
1376
1377 \end_inset
1378
1379
1380 \begin_inset Quotes eld
1381 \end_inset
1382
1383 Portable Network Graphics
1384 \begin_inset Quotes erd
1385 \end_inset
1386
1387  (PNG, file extension 
1388 \begin_inset Quotes eld
1389 \end_inset
1390
1391
1392 \family typewriter
1393 .png
1394 \family default
1395
1396 \begin_inset Quotes erd
1397 \end_inset
1398
1399 )
1400 \begin_inset Index idx
1401 status collapsed
1402
1403 \begin_layout Plain Layout
1404 PNG|see
1405 \begin_inset ERT
1406 status collapsed
1407
1408 \begin_layout Plain Layout
1409
1410 {
1411 \end_layout
1412
1413 \end_inset
1414
1415 Image formats
1416 \begin_inset ERT
1417 status collapsed
1418
1419 \begin_layout Plain Layout
1420
1421 }
1422 \end_layout
1423
1424 \end_inset
1425
1426
1427 \end_layout
1428
1429 \end_inset
1430
1431 , and 
1432 \begin_inset Quotes eld
1433 \end_inset
1434
1435 Joint Photographic Experts Group
1436 \begin_inset Quotes erd
1437 \end_inset
1438
1439  (JPG, file extension 
1440 \begin_inset Quotes eld
1441 \end_inset
1442
1443
1444 \family typewriter
1445 .jpg
1446 \family default
1447
1448 \begin_inset Quotes erd
1449 \end_inset
1450
1451  or 
1452 \begin_inset Quotes eld
1453 \end_inset
1454
1455
1456 \family typewriter
1457 .jpeg
1458 \family default
1459
1460 \begin_inset Quotes erd
1461 \end_inset
1462
1463 )
1464 \begin_inset Index idx
1465 status collapsed
1466
1467 \begin_layout Plain Layout
1468 JPG|see
1469 \begin_inset ERT
1470 status collapsed
1471
1472 \begin_layout Plain Layout
1473
1474 {
1475 \end_layout
1476
1477 \end_inset
1478
1479 Image formats
1480 \begin_inset ERT
1481 status collapsed
1482
1483 \begin_layout Plain Layout
1484
1485 }
1486 \end_layout
1487
1488 \end_inset
1489
1490
1491 \end_layout
1492
1493 \end_inset
1494
1495 .
1496 \end_layout
1497
1498 \begin_layout Description
1499 Vector
1500 \begin_inset space ~
1501 \end_inset
1502
1503 images consist of vectors and can therefore be scaled to any size without
1504  data loss.
1505  The scaling ability is necessary if you want to create presentations, because
1506  presentations are always scaled by the video projector.
1507  Scaling is also useful for online documents to let the user zoom into diagrams.
1508 \begin_inset Newline newline
1509 \end_inset
1510
1511 Well-known scalable image formats are 
1512 \begin_inset Quotes eld
1513 \end_inset
1514
1515 Scalable Vector Graphics
1516 \begin_inset Quotes erd
1517 \end_inset
1518
1519  (SVG, file extension 
1520 \begin_inset Quotes eld
1521 \end_inset
1522
1523
1524 \family typewriter
1525 .svg
1526 \family default
1527
1528 \begin_inset Quotes erd
1529 \end_inset
1530
1531 )
1532 \begin_inset Index idx
1533 status collapsed
1534
1535 \begin_layout Plain Layout
1536 SVG|see
1537 \begin_inset ERT
1538 status collapsed
1539
1540 \begin_layout Plain Layout
1541
1542 {
1543 \end_layout
1544
1545 \end_inset
1546
1547 Image formats
1548 \begin_inset ERT
1549 status collapsed
1550
1551 \begin_layout Plain Layout
1552
1553 }
1554 \end_layout
1555
1556 \end_inset
1557
1558
1559 \end_layout
1560
1561 \end_inset
1562
1563
1564 \begin_inset Quotes eld
1565 \end_inset
1566
1567 Encapsulated PostScript
1568 \begin_inset Quotes erd
1569 \end_inset
1570
1571  (EPS, file extension 
1572 \begin_inset Quotes eld
1573 \end_inset
1574
1575
1576 \family typewriter
1577 .eps
1578 \family default
1579
1580 \begin_inset Quotes erd
1581 \end_inset
1582
1583 )
1584 \begin_inset Index idx
1585 status collapsed
1586
1587 \begin_layout Plain Layout
1588 EPS|see
1589 \begin_inset ERT
1590 status collapsed
1591
1592 \begin_layout Plain Layout
1593
1594 {
1595 \end_layout
1596
1597 \end_inset
1598
1599 Image formats
1600 \begin_inset ERT
1601 status collapsed
1602
1603 \begin_layout Plain Layout
1604
1605 }
1606 \end_layout
1607
1608 \end_inset
1609
1610
1611 \end_layout
1612
1613 \end_inset
1614
1615
1616 \begin_inset Quotes eld
1617 \end_inset
1618
1619 Portable Document Format
1620 \begin_inset Quotes erd
1621 \end_inset
1622
1623  (PDF, file extension 
1624 \begin_inset Quotes eld
1625 \end_inset
1626
1627
1628 \family typewriter
1629 .pdf
1630 \family default
1631
1632 \begin_inset Quotes erd
1633 \end_inset
1634
1635 )
1636 \begin_inset Index idx
1637 status collapsed
1638
1639 \begin_layout Plain Layout
1640 PDF
1641 \end_layout
1642
1643 \end_inset
1644
1645 , and 
1646 \begin_inset Quotes eld
1647 \end_inset
1648
1649 Windows Metafile
1650 \begin_inset Quotes erd
1651 \end_inset
1652
1653  (WMF, file extension 
1654 \begin_inset Quotes eld
1655 \end_inset
1656
1657
1658 \family typewriter
1659 .wmf
1660 \family default
1661
1662 \begin_inset Quotes erd
1663 \end_inset
1664
1665 )
1666 \begin_inset Index idx
1667 status collapsed
1668
1669 \begin_layout Plain Layout
1670 SVG|see
1671 \begin_inset ERT
1672 status collapsed
1673
1674 \begin_layout Plain Layout
1675
1676 {
1677 \end_layout
1678
1679 \end_inset
1680
1681 Image formats
1682 \begin_inset ERT
1683 status collapsed
1684
1685 \begin_layout Plain Layout
1686
1687 }
1688 \end_layout
1689
1690 \end_inset
1691
1692
1693 \end_layout
1694
1695 \end_inset
1696
1697 .
1698  We wrote 
1699 \begin_inset Quotes eld
1700 \end_inset
1701
1702 can be
1703 \begin_inset Quotes erd
1704 \end_inset
1705
1706 , because you can convert any bitmap image to a PDF or EPS-image and the
1707  result will still be a bitmap image.
1708  In such cases only a header with the image properties is added to the original
1709  image
1710 \begin_inset Foot
1711 status collapsed
1712
1713 \begin_layout Plain Layout
1714 In the case of PDF, the original image is additionally compressed.
1715 \end_layout
1716
1717 \end_inset
1718
1719 .
1720  The PDF-files generated by 
1721 \family typewriter
1722 Adobe Photoshop
1723 \family default
1724  are for example bitmap images.
1725 \end_layout
1726
1727 \begin_layout Standard
1728 Normally it is not possible to convert a bitmap image into a scalable one,
1729  only vice versa.
1730  Only the image formats PDF and EPS can directly be embedded to PDF and
1731  PostScript output files, respectively.
1732  SVG and WMF-images are recalculated to bitmaps when the output file is
1733  generated because there is currently no adequate WMF/SVG
1734 \begin_inset Formula $\to$
1735 \end_inset
1736
1737 PDF/EPS converter available.
1738 \end_layout
1739
1740 \begin_layout Chapter
1741 Tables
1742 \begin_inset Index idx
1743 status collapsed
1744
1745 \begin_layout Plain Layout
1746 Table
1747 \end_layout
1748
1749 \end_inset
1750
1751
1752 \end_layout
1753
1754 \begin_layout Section
1755 Introduction
1756 \begin_inset Index idx
1757 status collapsed
1758
1759 \begin_layout Plain Layout
1760 Table ! Introduction
1761 \end_layout
1762
1763 \end_inset
1764
1765
1766 \end_layout
1767
1768 \begin_layout Standard
1769 You can insert a table using either the toolbar button 
1770 \begin_inset Info
1771 type  "icon"
1772 arg   "tabular-insert"
1773 \end_inset
1774
1775  or the menu 
1776 \family sans
1777 Insert\SpecialChar \menuseparator
1778 Table
1779 \family default
1780 .
1781  The toolbar button offers you a graphical selection: move the mouse to
1782  set the column/row number of the table that should be created and then
1783  press a mouse button.
1784  When you use the menu to create a table, a dialog will appear, asking you
1785  for the number of rows and columns.
1786 \begin_inset Newline newline
1787 \end_inset
1788
1789  The default table has lines around any cell and the first row appears separated
1790  from the rest of the table.
1791  This separation occurs due to a double line: The cells of the first row
1792  have a line below them and the cells of the second row have a line above
1793  them.
1794  Here is an example table:
1795 \end_layout
1796
1797 \begin_layout Standard
1798 \align center
1799 \begin_inset Tabular
1800 <lyxtabular version="3" rows="4" columns="4">
1801 <features rotate="0" tabularvalignment="middle">
1802 <column alignment="center" valignment="top" width="0">
1803 <column alignment="center" valignment="top" width="0">
1804 <column alignment="center" valignment="top" width="0">
1805 <column alignment="center" valignment="top" width="0">
1806 <row>
1807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1808 \begin_inset Text
1809
1810 \begin_layout Plain Layout
1811
1812 \end_layout
1813
1814 \end_inset
1815 </cell>
1816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1817 \begin_inset Text
1818
1819 \begin_layout Plain Layout
1820
1821 \family roman
1822 \series medium
1823 \shape up
1824 \size normal
1825 \emph off
1826 \bar no
1827 \noun off
1828 \color none
1829 1
1830 \end_layout
1831
1832 \end_inset
1833 </cell>
1834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1835 \begin_inset Text
1836
1837 \begin_layout Plain Layout
1838 2
1839 \end_layout
1840
1841 \end_inset
1842 </cell>
1843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1844 \begin_inset Text
1845
1846 \begin_layout Plain Layout
1847 3
1848 \end_layout
1849
1850 \end_inset
1851 </cell>
1852 </row>
1853 <row>
1854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1855 \begin_inset Text
1856
1857 \begin_layout Plain Layout
1858
1859 \family roman
1860 \series medium
1861 \shape up
1862 \size normal
1863 \emph off
1864 \bar no
1865 \noun off
1866 \color none
1867 A
1868 \end_layout
1869
1870 \end_inset
1871 </cell>
1872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Plain Layout
1876
1877 \end_layout
1878
1879 \end_inset
1880 </cell>
1881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1882 \begin_inset Text
1883
1884 \begin_layout Plain Layout
1885
1886 \end_layout
1887
1888 \end_inset
1889 </cell>
1890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1891 \begin_inset Text
1892
1893 \begin_layout Plain Layout
1894
1895 \end_layout
1896
1897 \end_inset
1898 </cell>
1899 </row>
1900 <row>
1901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1902 \begin_inset Text
1903
1904 \begin_layout Plain Layout
1905
1906 \family roman
1907 \series medium
1908 \shape up
1909 \size normal
1910 \emph off
1911 \bar no
1912 \noun off
1913 \color none
1914 B
1915 \end_layout
1916
1917 \end_inset
1918 </cell>
1919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1920 \begin_inset Text
1921
1922 \begin_layout Plain Layout
1923
1924 \end_layout
1925
1926 \end_inset
1927 </cell>
1928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1929 \begin_inset Text
1930
1931 \begin_layout Plain Layout
1932
1933 \end_layout
1934
1935 \end_inset
1936 </cell>
1937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1938 \begin_inset Text
1939
1940 \begin_layout Plain Layout
1941
1942 \end_layout
1943
1944 \end_inset
1945 </cell>
1946 </row>
1947 <row>
1948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1949 \begin_inset Text
1950
1951 \begin_layout Plain Layout
1952
1953 \family roman
1954 \series medium
1955 \shape up
1956 \size normal
1957 \emph off
1958 \bar no
1959 \noun off
1960 \color none
1961 C
1962 \end_layout
1963
1964 \end_inset
1965 </cell>
1966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1967 \begin_inset Text
1968
1969 \begin_layout Plain Layout
1970
1971 \end_layout
1972
1973 \end_inset
1974 </cell>
1975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1976 \begin_inset Text
1977
1978 \begin_layout Plain Layout
1979
1980 \end_layout
1981
1982 \end_inset
1983 </cell>
1984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1985 \begin_inset Text
1986
1987 \begin_layout Plain Layout
1988
1989 \end_layout
1990
1991 \end_inset
1992 </cell>
1993 </row>
1994 </lyxtabular>
1995
1996 \end_inset
1997
1998
1999 \end_layout
2000
2001 \begin_layout Section
2002 Table Dialog
2003 \begin_inset Index idx
2004 status collapsed
2005
2006 \begin_layout Plain Layout
2007 Table ! Dialog
2008 \end_layout
2009
2010 \end_inset
2011
2012
2013 \end_layout
2014
2015 \begin_layout Standard
2016 You can alter a table by clicking on it with the right mouse button, which
2017  brings up the table dialog.
2018  Here you can adjust the settings of that cell and row/column respectively
2019  where the cursor is currently placed.
2020  Most of the dialog options also work on selections.
2021  This means if you select more cells, columns or rows, the action is done
2022  for the whole selection.
2023  Note that there is a difference between selecting the 
2024 \emph on
2025 contents
2026 \emph default
2027  of the cell, and the cell itself.
2028 \begin_inset Newline newline
2029 \end_inset
2030
2031 With the dialog option 
2032 \family sans
2033 Immediate
2034 \begin_inset space ~
2035 \end_inset
2036
2037 Apply
2038 \family default
2039  every change you make in the dialog is directly applied.
2040  If you move the cursor to another table cell the dialog will then also
2041  be updated with the parameters of the new cell.
2042  If you change length values in the dialog you must press return to get
2043  the change applied.
2044 \begin_inset Newline newline
2045 \end_inset
2046
2047 You can alter tables with the following tabs of the table dialog:
2048 \end_layout
2049
2050 \begin_layout Description
2051
2052 \family sans
2053 Table
2054 \begin_inset space ~
2055 \end_inset
2056
2057 Settings
2058 \family default
2059  Here you can set the table width
2060 \begin_inset Index idx
2061 status collapsed
2062
2063 \begin_layout Plain Layout
2064 Table ! Width
2065 \end_layout
2066
2067 \end_inset
2068
2069 , and the horizontal alignment and the width of the current column.
2070  The alignment 
2071 \family sans
2072 At
2073 \begin_inset space ~
2074 \end_inset
2075
2076 Decimal
2077 \begin_inset space ~
2078 \end_inset
2079
2080 Separator
2081 \family default
2082  is described in section
2083 \begin_inset space ~
2084 \end_inset
2085
2086
2087 \begin_inset CommandInset ref
2088 LatexCommand ref
2089 reference "sub:Special-Cell-Alignment"
2090
2091 \end_inset
2092
2093 .
2094  When you have set a width you can also adjust the vertical alignment of
2095  the current row.
2096  A given width will allow the cell to have line breaks and multiple paragraphs
2097  of text, see sec.
2098 \begin_inset space \thinspace{}
2099 \end_inset
2100
2101
2102 \begin_inset CommandInset ref
2103 LatexCommand ref
2104 reference "sub:Multiple-Lines-in"
2105
2106 \end_inset
2107
2108 .
2109  If you set no width, the column is as wide as the content of its widest
2110  cell.
2111 \begin_inset Newline newline
2112 \end_inset
2113
2114 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2115  cell, see sec.
2116 \begin_inset space \thinspace{}
2117 \end_inset
2118
2119
2120 \begin_inset CommandInset ref
2121 LatexCommand ref
2122 reference "sub:Multicolumns"
2123
2124 \end_inset
2125
2126  or the cells of one column as multirow cell, see sec.
2127 \begin_inset space \thinspace{}
2128 \end_inset
2129
2130
2131 \begin_inset CommandInset ref
2132 LatexCommand ref
2133 reference "sub:Multirows"
2134
2135 \end_inset
2136
2137 .
2138 \begin_inset Newline newline
2139 \end_inset
2140
2141 The rotate check boxes rotate the current cell, a selection, or the whole
2142  table counter-clockwise by 90
2143 \begin_inset space \thinspace{}
2144 \end_inset
2145
2146 °.
2147  The rotation is not shown within LyX, only in the output.
2148  For more information see sec.
2149 \begin_inset space \thinspace{}
2150 \end_inset
2151
2152
2153 \begin_inset CommandInset ref
2154 LatexCommand ref
2155 reference "sec:Rotated-Table-Cells"
2156
2157 \end_inset
2158
2159 .
2160 \begin_inset Newline newline
2161 \end_inset
2162
2163
2164 \begin_inset Note Greyedout
2165 status open
2166
2167 \begin_layout Plain Layout
2168
2169 \series bold
2170 Note:
2171 \series default
2172  Not all DVI-viewers are able to display rotations.
2173 \end_layout
2174
2175 \end_inset
2176
2177
2178 \begin_inset Newline newline
2179 \end_inset
2180
2181 The table-wide vertical alignment is used for tables within text lines:
2182 \begin_inset Newline newline
2183 \end_inset
2184
2185 A line with tables with different alignments: 
2186 \begin_inset Tabular
2187 <lyxtabular version="3" rows="2" columns="2">
2188 <features rotate="0" tabularvalignment="top">
2189 <column alignment="center" valignment="top" width="0pt">
2190 <column alignment="center" valignment="top" width="0">
2191 <row>
2192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2193 \begin_inset Text
2194
2195 \begin_layout Plain Layout
2196
2197 \end_layout
2198
2199 \end_inset
2200 </cell>
2201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2202 \begin_inset Text
2203
2204 \begin_layout Plain Layout
2205
2206 \family roman
2207 \series medium
2208 \shape up
2209 \size normal
2210 \emph off
2211 \bar no
2212 \noun off
2213 \color none
2214 1
2215 \end_layout
2216
2217 \end_inset
2218 </cell>
2219 </row>
2220 <row>
2221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2222 \begin_inset Text
2223
2224 \begin_layout Plain Layout
2225
2226 \family roman
2227 \series medium
2228 \shape up
2229 \size normal
2230 \emph off
2231 \bar no
2232 \noun off
2233 \color none
2234 A
2235 \end_layout
2236
2237 \end_inset
2238 </cell>
2239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2240 \begin_inset Text
2241
2242 \begin_layout Plain Layout
2243
2244 \end_layout
2245
2246 \end_inset
2247 </cell>
2248 </row>
2249 </lyxtabular>
2250
2251 \end_inset
2252
2253  
2254 \begin_inset Tabular
2255 <lyxtabular version="3" rows="2" columns="2">
2256 <features rotate="0" tabularvalignment="middle">
2257 <column alignment="center" valignment="top" width="0">
2258 <column alignment="center" valignment="top" width="0">
2259 <row>
2260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2261 \begin_inset Text
2262
2263 \begin_layout Plain Layout
2264
2265 \end_layout
2266
2267 \end_inset
2268 </cell>
2269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2270 \begin_inset Text
2271
2272 \begin_layout Plain Layout
2273
2274 \family roman
2275 \series medium
2276 \shape up
2277 \size normal
2278 \emph off
2279 \bar no
2280 \noun off
2281 \color none
2282 1
2283 \end_layout
2284
2285 \end_inset
2286 </cell>
2287 </row>
2288 <row>
2289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2290 \begin_inset Text
2291
2292 \begin_layout Plain Layout
2293
2294 \family roman
2295 \series medium
2296 \shape up
2297 \size normal
2298 \emph off
2299 \bar no
2300 \noun off
2301 \color none
2302 A
2303 \end_layout
2304
2305 \end_inset
2306 </cell>
2307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2308 \begin_inset Text
2309
2310 \begin_layout Plain Layout
2311
2312 \end_layout
2313
2314 \end_inset
2315 </cell>
2316 </row>
2317 </lyxtabular>
2318
2319 \end_inset
2320
2321  
2322 \begin_inset Tabular
2323 <lyxtabular version="3" rows="2" columns="2">
2324 <features rotate="0" tabularvalignment="bottom">
2325 <column alignment="center" valignment="top" width="0pt">
2326 <column alignment="center" valignment="top" width="0">
2327 <row>
2328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2329 \begin_inset Text
2330
2331 \begin_layout Plain Layout
2332
2333 \end_layout
2334
2335 \end_inset
2336 </cell>
2337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2338 \begin_inset Text
2339
2340 \begin_layout Plain Layout
2341
2342 \family roman
2343 \series medium
2344 \shape up
2345 \size normal
2346 \emph off
2347 \bar no
2348 \noun off
2349 \color none
2350 1
2351 \end_layout
2352
2353 \end_inset
2354 </cell>
2355 </row>
2356 <row>
2357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2358 \begin_inset Text
2359
2360 \begin_layout Plain Layout
2361
2362 \family roman
2363 \series medium
2364 \shape up
2365 \size normal
2366 \emph off
2367 \bar no
2368 \noun off
2369 \color none
2370 A
2371 \end_layout
2372
2373 \end_inset
2374 </cell>
2375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2376 \begin_inset Text
2377
2378 \begin_layout Plain Layout
2379
2380 \end_layout
2381
2382 \end_inset
2383 </cell>
2384 </row>
2385 </lyxtabular>
2386
2387 \end_inset
2388
2389
2390 \begin_inset Newline newline
2391 \end_inset
2392
2393 It is also possible to enter a LaTeX-argument which is needed for special
2394  table formattings, see sec.
2395 \begin_inset space \thinspace{}
2396 \end_inset
2397
2398
2399 \begin_inset CommandInset ref
2400 LatexCommand ref
2401 reference "sub:Multicolumn-Calculations"
2402
2403 \end_inset
2404
2405  and 
2406 \begin_inset CommandInset ref
2407 LatexCommand ref
2408 reference "sec:Colored-Tables"
2409
2410 \end_inset
2411
2412 .
2413 \end_layout
2414
2415 \begin_layout Description
2416
2417 \family sans
2418 Borders
2419 \family default
2420  In this tab you can add and delete border lines for the current row/column.
2421 \begin_inset Newline newline
2422 \end_inset
2423
2424 Using the style option 
2425 \family sans
2426 Formal
2427 \family default
2428  will convert the table to a formal table as described in sec.
2429 \begin_inset space \thinspace{}
2430 \end_inset
2431
2432
2433 \begin_inset CommandInset ref
2434 LatexCommand ref
2435 reference "sec:Formal-Tables"
2436
2437 \end_inset
2438
2439 .
2440 \begin_inset Newline newline
2441 \end_inset
2442
2443 You can also add space here to table rows as described in sec.
2444 \begin_inset space \thinspace{}
2445 \end_inset
2446
2447
2448 \begin_inset CommandInset ref
2449 LatexCommand ref
2450 reference "sub:Row-Spacing"
2451
2452 \end_inset
2453
2454 .
2455 \end_layout
2456
2457 \begin_layout Description
2458
2459 \family sans
2460 Longtable
2461 \family default
2462  This tab is to make a table a so called 
2463 \begin_inset Quotes eld
2464 \end_inset
2465
2466
2467 \emph on
2468 longtable
2469 \emph default
2470
2471 \begin_inset Quotes erd
2472 \end_inset
2473
2474  that can run over several pages.
2475  Sections
2476 \begin_inset space ~
2477 \end_inset
2478
2479
2480 \begin_inset CommandInset ref
2481 LatexCommand ref
2482 reference "sec:Longtables"
2483
2484 \end_inset
2485
2486  and 
2487 \begin_inset CommandInset ref
2488 LatexCommand ref
2489 reference "sec:Special-Longtable-Issues"
2490
2491 \end_inset
2492
2493  describe the longtable features in detail.
2494 \end_layout
2495
2496 \begin_layout Section
2497 Table Toolbar
2498 \begin_inset Index idx
2499 status collapsed
2500
2501 \begin_layout Plain Layout
2502 Table ! Toolbar
2503 \end_layout
2504
2505 \end_inset
2506
2507
2508 \end_layout
2509
2510 \begin_layout Standard
2511 The table toolbar is an alternative to the table dialog to be able to alter
2512  tables faster.
2513  It should normally appear at the bottom of LyX's main window when the cursor
2514  is inside a table.
2515  You can alternatively switch it on to appear always, by right-clicking
2516  in LyX's main menu bar.
2517 \end_layout
2518
2519 \begin_layout Standard
2520 The toolbar has the following icons:
2521 \end_layout
2522
2523 \begin_layout Labeling
2524 \labelwidthstring 00.00.0000
2525 \begin_inset Info
2526 type  "icon"
2527 arg   "inset-modify tabular append-row"
2528 \end_inset
2529
2530  adds a row below the current cell or selection
2531 \end_layout
2532
2533 \begin_layout Labeling
2534 \labelwidthstring 00.00.0000
2535 \begin_inset Info
2536 type  "icon"
2537 arg   "inset-modify tabular append-column"
2538 \end_inset
2539
2540  adds a column right beside the current cell or selection
2541 \end_layout
2542
2543 \begin_layout Labeling
2544 \labelwidthstring 00.00.0000
2545 \begin_inset Info
2546 type  "icon"
2547 arg   "inset-modify tabular delete-row"
2548 \end_inset
2549
2550  deletes the current row or selection
2551 \end_layout
2552
2553 \begin_layout Labeling
2554 \labelwidthstring 00.00.0000
2555 \begin_inset Info
2556 type  "icon"
2557 arg   "inset-modify tabular delete-column"
2558 \end_inset
2559
2560  deletes the current column or selection
2561 \end_layout
2562
2563 \begin_layout Labeling
2564 \labelwidthstring 00.00.0000
2565 \begin_inset Info
2566 type  "icon"
2567 arg   "inset-modify tabular toggle-line-top"
2568 \end_inset
2569
2570  adds a line at the top of the current cell / row or of a selection
2571 \end_layout
2572
2573 \begin_layout Labeling
2574 \labelwidthstring 00.00.0000
2575 \begin_inset Info
2576 type  "icon"
2577 arg   "inset-modify tabular toggle-line-bottom"
2578 \end_inset
2579
2580  adds a line at the bottom of the current cell / row or of a selection
2581 \end_layout
2582
2583 \begin_layout Labeling
2584 \labelwidthstring 00.00.0000
2585 \begin_inset Info
2586 type  "icon"
2587 arg   "inset-modify tabular toggle-line-left"
2588 \end_inset
2589
2590  adds a line at the left side of the current cell / row or of a selection
2591 \end_layout
2592
2593 \begin_layout Labeling
2594 \labelwidthstring 00.00.0000
2595 \begin_inset Info
2596 type  "icon"
2597 arg   "inset-modify tabular toggle-line-right"
2598 \end_inset
2599
2600  adds a line at the right side of the current cell / row or of a selection
2601 \end_layout
2602
2603 \begin_layout Labeling
2604 \labelwidthstring 00.00.0000
2605 \begin_inset Info
2606 type  "icon"
2607 arg   "inset-modify tabular set-all-lines"
2608 \end_inset
2609
2610  adds lines around the current or selected cells - if the current cell no
2611  multicolumn cell this also affects the current row and column
2612 \end_layout
2613
2614 \begin_layout Labeling
2615 \labelwidthstring 00.00.0000
2616 \begin_inset Info
2617 type  "icon"
2618 arg   "inset-modify tabular unset-all-lines"
2619 \end_inset
2620
2621  deletes all lines of the current or selected cells - if the current cell
2622  no multicolumn cell this also affects the current row and column
2623 \end_layout
2624
2625 \begin_layout Labeling
2626 \labelwidthstring 00.00.0000
2627 \begin_inset Info
2628 type  "icon"
2629 arg   "inset-modify tabular m-align-left"
2630 \end_inset
2631
2632  left-aligns the content of the current cell / column
2633 \end_layout
2634
2635 \begin_layout Labeling
2636 \labelwidthstring 00.00.0000
2637 \begin_inset Info
2638 type  "icon"
2639 arg   "inset-modify tabular m-align-center"
2640 \end_inset
2641
2642  centers the content of the current cell / column horizontally
2643 \end_layout
2644
2645 \begin_layout Labeling
2646 \labelwidthstring 00.00.0000
2647 \begin_inset Info
2648 type  "icon"
2649 arg   "inset-modify tabular m-align-right"
2650 \end_inset
2651
2652  right-aligns the content of the current cell / column
2653 \end_layout
2654
2655 \begin_layout Labeling
2656 \labelwidthstring 00.00.0000
2657 \begin_inset Info
2658 type  "icon"
2659 arg   "inset-modify tabular align-decimal"
2660 \end_inset
2661
2662  aligns the content of the current column at a character
2663 \end_layout
2664
2665 \begin_layout Labeling
2666 \labelwidthstring 00.00.0000
2667 \begin_inset Info
2668 type  "icon"
2669 arg   "inset-modify tabular m-valign-top"
2670 \end_inset
2671
2672  aligns the content of the current cell vertically to the top
2673 \end_layout
2674
2675 \begin_layout Labeling
2676 \labelwidthstring 00.00.0000
2677 \begin_inset Info
2678 type  "icon"
2679 arg   "inset-modify tabular m-valign-middle"
2680 \end_inset
2681
2682  centers the content of the current cell vertically
2683 \end_layout
2684
2685 \begin_layout Labeling
2686 \labelwidthstring 00.00.0000
2687 \begin_inset Info
2688 type  "icon"
2689 arg   "inset-modify tabular m-valign-bottom"
2690 \end_inset
2691
2692  aligns the content of the current cell vertically to the bottom
2693 \end_layout
2694
2695 \begin_layout Labeling
2696 \labelwidthstring 00.00.0000
2697 \begin_inset Info
2698 type  "icon"
2699 arg   "inset-modify tabular set-rotate-cell"
2700 \end_inset
2701
2702  rotates the current cell or selection counter-clockwise by 90°
2703 \end_layout
2704
2705 \begin_layout Labeling
2706 \labelwidthstring 00.00.0000
2707 \begin_inset Info
2708 type  "icon"
2709 arg   "inset-modify tabular set-rotate-tabular"
2710 \end_inset
2711
2712  rotates the whole table counter-clockwise by 90°
2713 \end_layout
2714
2715 \begin_layout Labeling
2716 \labelwidthstring 00.00.0000
2717 \begin_inset Info
2718 type  "icon"
2719 arg   "inset-modify tabular multicolumn"
2720 \end_inset
2721
2722  sets the current cell or selection as a multicolumn
2723 \end_layout
2724
2725 \begin_layout Labeling
2726 \labelwidthstring 00.00.0000
2727 \begin_inset Info
2728 type  "icon"
2729 arg   "inset-modify tabular multirow"
2730 \end_inset
2731
2732  sets the current cell or selection as a multirow
2733 \end_layout
2734
2735 \begin_layout Standard
2736 \begin_inset Note Greyedout
2737 status open
2738
2739 \begin_layout Plain Layout
2740
2741 \series bold
2742 Note:
2743 \series default
2744  For the output the vertical alignment of the first cell in a row is used
2745  for all following cells in the row.
2746 \end_layout
2747
2748 \end_inset
2749
2750
2751 \end_layout
2752
2753 \begin_layout Section
2754 Edit Table Menu
2755 \begin_inset Index idx
2756 status collapsed
2757
2758 \begin_layout Plain Layout
2759 Table ! Edit Menu
2760 \end_layout
2761
2762 \end_inset
2763
2764
2765 \end_layout
2766
2767 \begin_layout Standard
2768 In addition to the table dialog and toolbar, the menu 
2769 \family sans
2770 Edit\SpecialChar \menuseparator
2771 Table
2772 \family default
2773  allows you to add and delete border lines for the current row/column and
2774  to set the current selection as multicolumn.
2775  The menu is only available when the cursor is inside a table.
2776 \end_layout
2777
2778 \begin_layout Section
2779 Table Floats
2780 \begin_inset CommandInset label
2781 LatexCommand label
2782 name "sec:Table-Floats"
2783
2784 \end_inset
2785
2786
2787 \begin_inset Index idx
2788 status collapsed
2789
2790 \begin_layout Plain Layout
2791 Floats ! Tables
2792 \end_layout
2793
2794 \end_inset
2795
2796
2797 \begin_inset Index idx
2798 status collapsed
2799
2800 \begin_layout Plain Layout
2801 Table ! Floats
2802 \end_layout
2803
2804 \end_inset
2805
2806
2807 \end_layout
2808
2809 \begin_layout Standard
2810 For general explanations about floats, have a look at section
2811 \begin_inset space ~
2812 \end_inset
2813
2814
2815 \begin_inset CommandInset ref
2816 LatexCommand ref
2817 reference "sec:FloatIntroduction"
2818
2819 \end_inset
2820
2821 .
2822 \end_layout
2823
2824 \begin_layout Standard
2825 \begin_inset Float table
2826 placement h
2827 wide false
2828 sideways false
2829 status open
2830
2831 \begin_layout Plain Layout
2832 \begin_inset Caption Standard
2833
2834 \begin_layout Plain Layout
2835 \begin_inset CommandInset label
2836 LatexCommand label
2837 name "tab:a table float"
2838
2839 \end_inset
2840
2841 A table float.
2842 \end_layout
2843
2844 \end_inset
2845
2846
2847 \end_layout
2848
2849 \begin_layout Plain Layout
2850 \align center
2851 \begin_inset Tabular
2852 <lyxtabular version="3" rows="3" columns="3">
2853 <features rotate="0" tabularvalignment="middle">
2854 <column alignment="center" valignment="top" width="0pt">
2855 <column alignment="center" valignment="top" width="0pt">
2856 <column alignment="center" valignment="top" width="0pt">
2857 <row>
2858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2859 \begin_inset Text
2860
2861 \begin_layout Plain Layout
2862
2863 \family roman
2864 \series medium
2865 \shape up
2866 \size normal
2867 \emph off
2868 \bar no
2869 \noun off
2870 \color none
2871 1
2872 \end_layout
2873
2874 \end_inset
2875 </cell>
2876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2877 \begin_inset Text
2878
2879 \begin_layout Plain Layout
2880
2881 \family roman
2882 \series medium
2883 \shape up
2884 \size normal
2885 \emph off
2886 \bar no
2887 \noun off
2888 \color none
2889 2
2890 \end_layout
2891
2892 \end_inset
2893 </cell>
2894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2895 \begin_inset Text
2896
2897 \begin_layout Plain Layout
2898
2899 \family roman
2900 \series medium
2901 \shape up
2902 \size normal
2903 \emph off
2904 \bar no
2905 \noun off
2906 \color none
2907 3
2908 \end_layout
2909
2910 \end_inset
2911 </cell>
2912 </row>
2913 <row>
2914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2915 \begin_inset Text
2916
2917 \begin_layout Plain Layout
2918
2919 \family roman
2920 \series medium
2921 \shape up
2922 \size normal
2923 \emph off
2924 \bar no
2925 \noun off
2926 \color none
2927 Joe
2928 \end_layout
2929
2930 \end_inset
2931 </cell>
2932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2933 \begin_inset Text
2934
2935 \begin_layout Plain Layout
2936
2937 \family roman
2938 \series medium
2939 \shape up
2940 \size normal
2941 \emph off
2942 \bar no
2943 \noun off
2944 \color none
2945 Mary
2946 \end_layout
2947
2948 \end_inset
2949 </cell>
2950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2951 \begin_inset Text
2952
2953 \begin_layout Plain Layout
2954
2955 \family roman
2956 \series medium
2957 \shape up
2958 \size normal
2959 \emph off
2960 \bar no
2961 \noun off
2962 \color none
2963 Ted
2964 \end_layout
2965
2966 \end_inset
2967 </cell>
2968 </row>
2969 <row>
2970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2971 \begin_inset Text
2972
2973 \begin_layout Plain Layout
2974
2975 \family roman
2976 \series medium
2977 \shape up
2978 \size normal
2979 \emph off
2980 \bar no
2981 \noun off
2982 \color none
2983 \begin_inset Formula $\int x^{2}dx$
2984 \end_inset
2985
2986
2987 \end_layout
2988
2989 \end_inset
2990 </cell>
2991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2992 \begin_inset Text
2993
2994 \begin_layout Plain Layout
2995
2996 \family roman
2997 \series medium
2998 \shape up
2999 \size normal
3000 \emph off
3001 \bar no
3002 \noun off
3003 \color none
3004 \begin_inset Formula $\left[\begin{array}{cc}
3005 a & b\\
3006 c & d
3007 \end{array}\right]$
3008 \end_inset
3009
3010
3011 \end_layout
3012
3013 \end_inset
3014 </cell>
3015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3016 \begin_inset Text
3017
3018 \begin_layout Plain Layout
3019
3020 \family roman
3021 \series medium
3022 \shape up
3023 \size normal
3024 \emph off
3025 \bar no
3026 \noun off
3027 \color none
3028 \begin_inset Formula $1+1=2$
3029 \end_inset
3030
3031
3032 \end_layout
3033
3034 \end_inset
3035 </cell>
3036 </row>
3037 </lyxtabular>
3038
3039 \end_inset
3040
3041
3042 \end_layout
3043
3044 \end_inset
3045
3046
3047 \end_layout
3048
3049 \begin_layout Standard
3050 Table floats can be inserted using the menu 
3051 \family sans
3052 Insert\SpecialChar \menuseparator
3053 Float\SpecialChar \menuseparator
3054 Table
3055 \family default
3056  or the toolbar button 
3057 \begin_inset Info
3058 type  "icon"
3059 arg   "float-insert table"
3060 \end_inset
3061
3062 .
3063 \end_layout
3064
3065 \begin_layout Standard
3066 The float appears as a collapsible box with a caption that has the label
3067  
3068 \begin_inset Quotes eld
3069 \end_inset
3070
3071 Table
3072 \begin_inset space ~
3073 \end_inset
3074
3075 #:
3076 \begin_inset Quotes erd
3077 \end_inset
3078
3079  (# is the actual table number).
3080  You can insert tables in the float above or below the caption.
3081 \end_layout
3082
3083 \begin_layout Standard
3084 Table
3085 \begin_inset space ~
3086 \end_inset
3087
3088
3089 \begin_inset CommandInset ref
3090 LatexCommand ref
3091 reference "tab:a table float"
3092
3093 \end_inset
3094
3095  is an example table within a table float.
3096 \end_layout
3097
3098 \begin_layout Standard
3099 Having the caption above the table is the common rule that is unfortunately
3100  not supported in LaTeX's standard classes.
3101  This means that, if you are using the document classes 
3102 \family sans
3103 article
3104 \family default
3105
3106 \family sans
3107 book
3108 \family default
3109
3110 \family sans
3111 letter
3112 \family default
3113 , or 
3114 \family sans
3115 report
3116 \family default
3117 , there will be no space between the caption and the table.
3118  To insert the needed space, add the following option to the load command
3119  of the LaTeX-package 
3120 \series bold
3121 caption
3122 \series default
3123
3124 \begin_inset Index idx
3125 status collapsed
3126
3127 \begin_layout Plain Layout
3128 LaTeX-packages ! caption
3129 \end_layout
3130
3131 \end_inset
3132
3133  in your document preamble
3134 \begin_inset Foot
3135 status collapsed
3136
3137 \begin_layout Plain Layout
3138 For more information have a look at section
3139 \begin_inset space ~
3140 \end_inset
3141
3142
3143 \begin_inset CommandInset ref
3144 LatexCommand ref
3145 reference "sec:Caption-Placement"
3146
3147 \end_inset
3148
3149 .
3150 \end_layout
3151
3152 \end_inset
3153
3154 :
3155 \end_layout
3156
3157 \begin_layout Standard
3158
3159 \series bold
3160 tableposition=top
3161 \end_layout
3162
3163 \begin_layout Standard
3164 The package 
3165 \series bold
3166 caption
3167 \series default
3168 , which is described in section
3169 \begin_inset space ~
3170 \end_inset
3171
3172
3173 \begin_inset CommandInset ref
3174 LatexCommand ref
3175 reference "sec:Caption-Formatting"
3176
3177 \end_inset
3178
3179 , is used to adjust the caption format.
3180 \end_layout
3181
3182 \begin_layout Standard
3183 \begin_inset Index idx
3184 status collapsed
3185
3186 \begin_layout Plain Layout
3187 References ! to Tables
3188 \end_layout
3189
3190 \end_inset
3191
3192 Tables can be cross-referenced in the text by referencing their label.
3193  To do this insert a label in the caption using the menu 
3194 \family sans
3195 Insert\SpecialChar \menuseparator
3196 Label
3197 \family default
3198  or the toolbar button 
3199 \begin_inset Info
3200 type  "icon"
3201 arg   "label-insert"
3202 \end_inset
3203
3204 .
3205  You can now refer to the label using the menu 
3206 \family sans
3207 Insert\SpecialChar \menuseparator
3208 Cross
3209 \begin_inset space ~
3210 \end_inset
3211
3212 reference
3213 \family default
3214  or the toolbar button 
3215 \begin_inset Info
3216 type  "icon"
3217 arg   "dialog-show-new-inset ref"
3218 \end_inset
3219
3220 .
3221 \begin_inset Newline newline
3222 \end_inset
3223
3224 Referencing is explained in detail in section
3225 \begin_inset space ~
3226 \end_inset
3227
3228
3229 \begin_inset CommandInset ref
3230 LatexCommand ref
3231 reference "sec:Referencing-Floats"
3232
3233 \end_inset
3234
3235 .
3236 \end_layout
3237
3238 \begin_layout Section
3239 Longtables
3240 \begin_inset CommandInset label
3241 LatexCommand label
3242 name "sec:Longtables"
3243
3244 \end_inset
3245
3246
3247 \begin_inset Index idx
3248 status collapsed
3249
3250 \begin_layout Plain Layout
3251 Longtables
3252 \end_layout
3253
3254 \end_inset
3255
3256
3257 \begin_inset Index idx
3258 status collapsed
3259
3260 \begin_layout Plain Layout
3261 Table ! Longtables
3262 \end_layout
3263
3264 \end_inset
3265
3266
3267 \end_layout
3268
3269 \begin_layout Standard
3270 If the table is too long to fit on one page, you can use the option 
3271 \family sans
3272 Use
3273 \begin_inset space ~
3274 \end_inset
3275
3276 long
3277 \begin_inset space ~
3278 \end_inset
3279
3280 table
3281 \family default
3282  in the tab 
3283 \family sans
3284 Longtable
3285 \family default
3286  of the table dialog to split the table automatically over more pages.
3287  Doing this enables the following options:
3288 \end_layout
3289
3290 \begin_layout Description
3291 Header: The current row is defined to be a header row that appears on all
3292  pages of the longtable; except for the first page, if 
3293 \family sans
3294 First
3295 \begin_inset space ~
3296 \end_inset
3297
3298 header
3299 \family default
3300  is defined.
3301  This is therefore called the main header.
3302 \end_layout
3303
3304 \begin_layout Description
3305 First
3306 \begin_inset space ~
3307 \end_inset
3308
3309 header: The current row is defined to be a header row that appears on the
3310  first page of the longtable.
3311 \end_layout
3312
3313 \begin_layout Description
3314 Footer: The current row is defined to be a footer row that appears on all
3315  pages of the longtable; except for the last page, if 
3316 \family sans
3317 Last
3318 \begin_inset space ~
3319 \end_inset
3320
3321 footer
3322 \family default
3323  is defined.
3324 \end_layout
3325
3326 \begin_layout Description
3327 Last
3328 \begin_inset space ~
3329 \end_inset
3330
3331 footer: The current row is defined to be a footer row that appears on the
3332  last page of the longtable.
3333 \end_layout
3334
3335 \begin_layout Description
3336 Caption: The current row contains the table caption.
3337  The row is reset as single column and a caption is inserted.
3338  More about longtable captions is explained in sec.
3339 \begin_inset space \thinspace{}
3340 \end_inset
3341
3342
3343 \begin_inset CommandInset ref
3344 LatexCommand ref
3345 reference "sub:Longtable-Captions"
3346
3347 \end_inset
3348
3349 .
3350 \end_layout
3351
3352 \begin_layout Standard
3353 You can also specify a row where the table is split.
3354  See the following longtable to see how it works:
3355 \end_layout
3356
3357 \begin_layout Standard
3358 \align center
3359 \begin_inset Tabular
3360 <lyxtabular version="3" rows="69" columns="3">
3361 <features rotate="0" islongtable="true" longtabularalignment="center">
3362 <column alignment="left" valignment="top" width="0cm">
3363 <column alignment="left" valignment="top" width="0pt">
3364 <column alignment="center" valignment="top" width="0pt">
3365 <row endfirsthead="true">
3366 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370
3371 \series bold
3372 Example Phone List (ignore the names)
3373 \end_layout
3374
3375 \end_inset
3376 </cell>
3377 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Plain Layout
3381
3382 \end_layout
3383
3384 \end_inset
3385 </cell>
3386 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 </row>
3396 <row endfirsthead="true">
3397 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401
3402 \series bold
3403 NAME
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3409 \begin_inset Text
3410
3411 \begin_layout Plain Layout
3412
3413 \end_layout
3414
3415 \end_inset
3416 </cell>
3417 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421
3422 \series bold
3423 TEL.
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 </row>
3429 <row endhead="true">
3430 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Plain Layout
3434
3435 \series bold
3436 Example Phone List
3437 \end_layout
3438
3439 \end_inset
3440 </cell>
3441 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3451 \begin_inset Text
3452
3453 \begin_layout Plain Layout
3454
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 </row>
3460 <row endhead="true">
3461 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465
3466 \series bold
3467 NAME
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485
3486 \series bold
3487 TEL.
3488 \end_layout
3489
3490 \end_inset
3491 </cell>
3492 </row>
3493 <row endfoot="true">
3494 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3495 \begin_inset Text
3496
3497 \begin_layout Plain Layout
3498  continued on next page
3499 \end_layout
3500
3501 \end_inset
3502 </cell>
3503 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 </row>
3522 <row>
3523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527
3528 \series bold
3529 Annovi
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 <cell alignment="center" valignment="top" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538 Silvia
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547 111
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 </row>
3553 <row>
3554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Plain Layout
3558
3559 \series bold
3560 Bertoli
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 <cell alignment="center" valignment="top" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569 Stefano
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 111
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 </row>
3584 <row>
3585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589
3590 \series bold
3591 Bozzi
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 <cell alignment="center" valignment="top" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600 Walter
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609 111
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 </row>
3615 <row>
3616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620
3621 \series bold
3622 Cachia
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 <cell alignment="center" valignment="top" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631 Maria
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3637 \begin_inset Text
3638
3639 \begin_layout Plain Layout
3640 111
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 </row>
3646 <row>
3647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651
3652 \series bold
3653 Cachia
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 <cell alignment="center" valignment="top" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662 Maurizio
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671 111
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 </row>
3677 <row>
3678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682
3683 \series bold
3684 Cinquemani
3685 \end_layout
3686
3687 \end_inset
3688 </cell>
3689 <cell alignment="center" valignment="top" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693 Giusi
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702 111
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 </row>
3708 <row>
3709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713
3714 \series bold
3715 Colin
3716 \end_layout
3717
3718 \end_inset
3719 </cell>
3720 <cell alignment="center" valignment="top" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724 Bernard
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733 111
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 </row>
3739 <row>
3740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744
3745 \series bold
3746 Concli
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 <cell alignment="center" valignment="top" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755 Gianfranco
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 111
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 </row>
3770 <row>
3771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Plain Layout
3775
3776 \series bold
3777 Dal Bosco
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 <cell alignment="center" valignment="top" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786 Carolina
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 111
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 </row>
3801 <row>
3802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806
3807 \series bold
3808 Dalpiaz
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 <cell alignment="center" valignment="top" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817 Annamaria
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Plain Layout
3826 111
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 </row>
3832 <row>
3833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837
3838 \series bold
3839 Feliciello
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 <cell alignment="center" valignment="top" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848 Domenico
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Plain Layout
3857 111
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 </row>
3863 <row>
3864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Plain Layout
3868
3869 \series bold
3870 Focarelli
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 <cell alignment="center" valignment="top" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879 Paola
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 111
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 </row>
3894 <row>
3895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899
3900 \series bold
3901 Galletti
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 <cell alignment="center" valignment="top" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910 Oreste
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919 111
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 </row>
3925 <row>
3926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Plain Layout
3930
3931 \series bold
3932 Gasparini
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 <cell alignment="center" valignment="top" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941 Franca
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950 111
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 </row>
3956 <row>
3957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Plain Layout
3961
3962 \series bold
3963 Rizzardi
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 <cell alignment="center" valignment="top" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972 Paola
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981 111
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 </row>
3987 <row>
3988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Plain Layout
3992
3993 \series bold
3994 Lassini
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 <cell alignment="center" valignment="top" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003 Giancarlo
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012 111
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 </row>
4018 <row>
4019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4020 \begin_inset Text
4021
4022 \begin_layout Plain Layout
4023
4024 \series bold
4025 Malfatti
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 <cell alignment="center" valignment="top" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034 Luciano
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043 111
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 </row>
4049 <row>
4050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054
4055 \series bold
4056 Malfatti
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 <cell alignment="center" valignment="top" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065 Valeriano
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074 111
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 </row>
4080 <row>
4081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085
4086 \series bold
4087 Meneguzzo
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 <cell alignment="center" valignment="top" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096 Roberto
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105 111
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 </row>
4111 <row>
4112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116
4117 \series bold
4118 Mezzadra
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 <cell alignment="center" valignment="top" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127 Roberto
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136 111
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 </row>
4142 <row>
4143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147
4148 \series bold
4149 Pirpamer
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 <cell alignment="center" valignment="top" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158 Erich
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167 111
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 </row>
4173 <row>
4174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Plain Layout
4178
4179 \series bold
4180 Pochiesa
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 <cell alignment="center" valignment="top" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189 Paolo
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Plain Layout
4198 111, 222
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 </row>
4204 <row>
4205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209
4210 \series bold
4211 Radina
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 <cell alignment="center" valignment="top" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Plain Layout
4220 Claudio
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229 111
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 </row>
4235 <row>
4236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Plain Layout
4240
4241 \series bold
4242 Stuffer
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 <cell alignment="center" valignment="top" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Plain Layout
4251 Oskar
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260 111
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 </row>
4266 <row>
4267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4268 \begin_inset Text
4269
4270 \begin_layout Plain Layout
4271
4272 \series bold
4273 Tacchelli
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 <cell alignment="center" valignment="top" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282 Ugo
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291 111
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 </row>
4297 <row>
4298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4299 \begin_inset Text
4300
4301 \begin_layout Plain Layout
4302
4303 \series bold
4304 Tezzele
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 <cell alignment="center" valignment="top" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313 Margit
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Plain Layout
4322 111
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 </row>
4328 <row>
4329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Plain Layout
4333
4334 \series bold
4335 Unterkalmsteiner
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 <cell alignment="center" valignment="top" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344 Frieda
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353 111
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 </row>
4359 <row>
4360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Plain Layout
4364
4365 \series bold
4366 Vieider
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 <cell alignment="center" valignment="top" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Plain Layout
4375 Hilde
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384 111
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 </row>
4390 <row>
4391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4392 \begin_inset Text
4393
4394 \begin_layout Plain Layout
4395
4396 \series bold
4397 Vigna
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 <cell alignment="center" valignment="top" usebox="none">
4403 \begin_inset Text
4404
4405 \begin_layout Plain Layout
4406 Jürgen
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Plain Layout
4415 111
4416 \end_layout
4417
4418 \end_inset
4419 </cell>
4420 </row>
4421 <row>
4422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4423 \begin_inset Text
4424
4425 \begin_layout Plain Layout
4426
4427 \series bold
4428 Weber
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 <cell alignment="center" valignment="top" usebox="none">
4434 \begin_inset Text
4435
4436 \begin_layout Plain Layout
4437 Maurizio
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446 111
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 </row>
4452 <row>
4453 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457
4458 \series bold
4459 Winkler
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468 Franz
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Plain Layout
4477 111
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 </row>
4483 <row>
4484 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4485 \begin_inset Text
4486
4487 \begin_layout Plain Layout
4488  
4489 \end_layout
4490
4491 \end_inset
4492 </cell>
4493 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 </row>
4512 <row>
4513 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517
4518 \series bold
4519 Annovi
4520 \end_layout
4521
4522 \end_inset
4523 </cell>
4524 <cell alignment="center" valignment="top" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528 Silvia
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537 555
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 </row>
4543 <row>
4544 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4545 \begin_inset Text
4546
4547 \begin_layout Plain Layout
4548
4549 \series bold
4550 Bertoli
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 <cell alignment="center" valignment="top" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559 Stefano
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 555
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 </row>
4574 <row>
4575 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579
4580 \series bold
4581 Bozzi
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 <cell alignment="center" valignment="top" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590 Walter
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Plain Layout
4599 555
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 </row>
4605 <row>
4606 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610
4611 \series bold
4612 Cachia
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 <cell alignment="center" valignment="top" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 Maria
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Plain Layout
4630 555
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 </row>
4636 <row>
4637 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641
4642 \series bold
4643 Cachia
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 <cell alignment="center" valignment="top" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652 Maurizio
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4658 \begin_inset Text
4659
4660 \begin_layout Plain Layout
4661 555
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 </row>
4667 <row>
4668 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672
4673 \series bold
4674 Cinquemani
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 <cell alignment="center" valignment="top" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683 Giusi
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 555
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 </row>
4698 <row>
4699 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703
4704 \series bold
4705 Colin
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 <cell alignment="center" valignment="top" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714 Bernard
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 555
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 </row>
4729 <row>
4730 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734
4735 \series bold
4736 Concli
4737 \end_layout
4738
4739 \end_inset
4740 </cell>
4741 <cell alignment="center" valignment="top" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745 Gianfranco
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754 555
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 </row>
4760 <row>
4761 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Plain Layout
4765
4766 \series bold
4767 Dal Bosco
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 <cell alignment="center" valignment="top" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776 Carolina
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785 555
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 </row>
4791 <row>
4792 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Plain Layout
4796
4797 \series bold
4798 Dalpiaz
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807 Annamaria
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Plain Layout
4816 555
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 </row>
4822 <row>
4823 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Plain Layout
4827
4828 \series bold
4829 Feliciello
4830 \end_layout
4831
4832 \end_inset
4833 </cell>
4834 <cell alignment="center" valignment="top" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838 Domenico
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847 555
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 </row>
4853 <row>
4854 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Plain Layout
4858
4859 \series bold
4860 Focarelli
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 <cell alignment="center" valignment="top" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869 Paola
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Plain Layout
4878 555
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 </row>
4884 <row>
4885 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4886 \begin_inset Text
4887
4888 \begin_layout Plain Layout
4889
4890 \series bold
4891 Galletti
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 <cell alignment="center" valignment="top" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900 Oreste
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 555
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 </row>
4915 <row>
4916 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920
4921 \series bold
4922 Gasparini
4923 \end_layout
4924
4925 \end_inset
4926 </cell>
4927 <cell alignment="center" valignment="top" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931 Franca
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940 555
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 </row>
4946 <row>
4947 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4948 \begin_inset Text
4949
4950 \begin_layout Plain Layout
4951
4952 \series bold
4953 Rizzardi
4954 \end_layout
4955
4956 \end_inset
4957 </cell>
4958 <cell alignment="center" valignment="top" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962 Paola
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4968 \begin_inset Text
4969
4970 \begin_layout Plain Layout
4971 555
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 </row>
4977 <row>
4978 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Plain Layout
4982
4983 \series bold
4984 Lassini
4985 \end_layout
4986
4987 \end_inset
4988 </cell>
4989 <cell alignment="center" valignment="top" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993 Giancarlo
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002 555
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 </row>
5008 <row>
5009 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Plain Layout
5013
5014 \series bold
5015 Malfatti
5016 \end_layout
5017
5018 \end_inset
5019 </cell>
5020 <cell alignment="center" valignment="top" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024 Luciano
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Plain Layout
5033 555
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 </row>
5039 <row>
5040 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5041 \begin_inset Text
5042
5043 \begin_layout Plain Layout
5044
5045 \series bold
5046 Malfatti
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 <cell alignment="center" valignment="top" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055 Valeriano
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5061 \begin_inset Text
5062
5063 \begin_layout Plain Layout
5064 555
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 </row>
5070 <row>
5071 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075
5076 \series bold
5077 Meneguzzo
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 <cell alignment="center" valignment="top" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086 Roberto
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5092 \begin_inset Text
5093
5094 \begin_layout Plain Layout
5095 555
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 </row>
5101 <row>
5102 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5103 \begin_inset Text
5104
5105 \begin_layout Plain Layout
5106
5107 \series bold
5108 Mezzadra
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117 Roberto
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Plain Layout
5126 555
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 </row>
5132 <row>
5133 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137
5138 \series bold
5139 Pirpamer
5140 \end_layout
5141
5142 \end_inset
5143 </cell>
5144 <cell alignment="center" valignment="top" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148 Erich
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157 555
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 </row>
5163 <row>
5164 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Plain Layout
5168
5169 \series bold
5170 Pochiesa
5171 \end_layout
5172
5173 \end_inset
5174 </cell>
5175 <cell alignment="center" valignment="top" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179 Paolo
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5185 \begin_inset Text
5186
5187 \begin_layout Plain Layout
5188 555, 222
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 </row>
5194 <row>
5195 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5196 \begin_inset Text
5197
5198 \begin_layout Plain Layout
5199
5200 \series bold
5201 Radina
5202 \end_layout
5203
5204 \end_inset
5205 </cell>
5206 <cell alignment="center" valignment="top" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210 Claudio
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5216 \begin_inset Text
5217
5218 \begin_layout Plain Layout
5219 555
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 </row>
5225 <row>
5226 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5227 \begin_inset Text
5228
5229 \begin_layout Plain Layout
5230
5231 \series bold
5232 Stuffer
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 <cell alignment="center" valignment="top" usebox="none">
5238 \begin_inset Text
5239
5240 \begin_layout Plain Layout
5241 Oskar
5242 \end_layout
5243
5244 \end_inset
5245 </cell>
5246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5247 \begin_inset Text
5248
5249 \begin_layout Plain Layout
5250 555
5251 \end_layout
5252
5253 \end_inset
5254 </cell>
5255 </row>
5256 <row>
5257 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5258 \begin_inset Text
5259
5260 \begin_layout Plain Layout
5261
5262 \series bold
5263 Tacchelli
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 <cell alignment="center" valignment="top" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272 Ugo
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5278 \begin_inset Text
5279
5280 \begin_layout Plain Layout
5281 555
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 </row>
5287 <row>
5288 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5289 \begin_inset Text
5290
5291 \begin_layout Plain Layout
5292
5293 \series bold
5294 Tezzele
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 <cell alignment="center" valignment="top" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303 Margit
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5309 \begin_inset Text
5310
5311 \begin_layout Plain Layout
5312 555
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 </row>
5318 <row>
5319 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Plain Layout
5323
5324 \series bold
5325 Unterkalmsteiner
5326 \end_layout
5327
5328 \end_inset
5329 </cell>
5330 <cell alignment="center" valignment="top" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Plain Layout
5334 Frieda
5335 \end_layout
5336
5337 \end_inset
5338 </cell>
5339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5340 \begin_inset Text
5341
5342 \begin_layout Plain Layout
5343 555
5344 \end_layout
5345
5346 \end_inset
5347 </cell>
5348 </row>
5349 <row>
5350 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5351 \begin_inset Text
5352
5353 \begin_layout Plain Layout
5354
5355 \series bold
5356 Vieider
5357 \end_layout
5358
5359 \end_inset
5360 </cell>
5361 <cell alignment="center" valignment="top" usebox="none">
5362 \begin_inset Text
5363
5364 \begin_layout Plain Layout
5365 Hilde
5366 \end_layout
5367
5368 \end_inset
5369 </cell>
5370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5371 \begin_inset Text
5372
5373 \begin_layout Plain Layout
5374 555
5375 \end_layout
5376
5377 \end_inset
5378 </cell>
5379 </row>
5380 <row>
5381 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5382 \begin_inset Text
5383
5384 \begin_layout Plain Layout
5385
5386 \series bold
5387 Vigna
5388 \end_layout
5389
5390 \end_inset
5391 </cell>
5392 <cell alignment="center" valignment="top" usebox="none">
5393 \begin_inset Text
5394
5395 \begin_layout Plain Layout
5396 Jürgen
5397 \end_layout
5398
5399 \end_inset
5400 </cell>
5401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5402 \begin_inset Text
5403
5404 \begin_layout Plain Layout
5405 999
5406 \end_layout
5407
5408 \end_inset
5409 </cell>
5410 </row>
5411 <row>
5412 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5413 \begin_inset Text
5414
5415 \begin_layout Plain Layout
5416
5417 \series bold
5418 Weber
5419 \end_layout
5420
5421 \end_inset
5422 </cell>
5423 <cell alignment="center" valignment="top" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427 Maurizio
5428 \end_layout
5429
5430 \end_inset
5431 </cell>
5432 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5433 \begin_inset Text
5434
5435 \begin_layout Plain Layout
5436 555
5437 \end_layout
5438
5439 \end_inset
5440 </cell>
5441 </row>
5442 <row>
5443 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5444 \begin_inset Text
5445
5446 \begin_layout Plain Layout
5447
5448 \series bold
5449 Winkler
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458 Franz
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5464 \begin_inset Text
5465
5466 \begin_layout Plain Layout
5467 555
5468 \end_layout
5469
5470 \end_inset
5471 </cell>
5472 </row>
5473 <row endlastfoot="true">
5474 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Plain Layout
5478 end
5479 \end_layout
5480
5481 \end_inset
5482 </cell>
5483 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5484 \begin_inset Text
5485
5486 \begin_layout Plain Layout
5487
5488 \end_layout
5489
5490 \end_inset
5491 </cell>
5492 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5493 \begin_inset Text
5494
5495 \begin_layout Plain Layout
5496
5497 \end_layout
5498
5499 \end_inset
5500 </cell>
5501 </row>
5502 </lyxtabular>
5503
5504 \end_inset
5505
5506
5507 \begin_inset ERT
5508 status collapsed
5509
5510 \begin_layout Plain Layout
5511
5512
5513 \backslash
5514 addtocounter{table}{-1}
5515 \end_layout
5516
5517 \end_inset
5518
5519
5520 \begin_inset Note Note
5521 status collapsed
5522
5523 \begin_layout Plain Layout
5524 See the first greyed-out note in section
5525 \begin_inset space ~
5526 \end_inset
5527
5528
5529 \begin_inset CommandInset ref
5530 LatexCommand ref
5531 reference "sub:Longtable-Captions"
5532
5533 \end_inset
5534
5535  for an explanation of this command.
5536 \end_layout
5537
5538 \end_inset
5539
5540
5541 \end_layout
5542
5543 \begin_layout Subsection
5544 Footnotes in Longtables
5545 \begin_inset CommandInset label
5546 LatexCommand label
5547 name "sub:Footnotes-in-Longtables"
5548
5549 \end_inset
5550
5551
5552 \begin_inset Index idx
5553 status collapsed
5554
5555 \begin_layout Plain Layout
5556 Longtables ! Footnotes
5557 \end_layout
5558
5559 \end_inset
5560
5561
5562 \end_layout
5563
5564 \begin_layout Standard
5565 Footnotes can be inserted to every longtable cell.
5566  They appear at the bottom of the page where the table cell with the footnote
5567  appears.
5568  Table
5569 \begin_inset space ~
5570 \end_inset
5571
5572
5573 \begin_inset CommandInset ref
5574 LatexCommand ref
5575 reference "tab:DiffCaptions"
5576
5577 \end_inset
5578
5579  has for example a footnote.
5580 \end_layout
5581
5582 \begin_layout Subsection
5583 Longtable Alignment
5584 \begin_inset Index idx
5585 status collapsed
5586
5587 \begin_layout Plain Layout
5588 Longtables ! Alignment
5589 \end_layout
5590
5591 \end_inset
5592
5593
5594 \end_layout
5595
5596 \begin_layout Standard
5597 The horizontal alignment of longtables can be set in the table settings
5598  dialog.
5599  For left- and right-alignment the table will be directly at the page border.
5600  To add space between the table and the border one has to set the alignment
5601  to center and change the value of the LaTeX-lengths 
5602 \series bold
5603
5604 \backslash
5605 LTleft 
5606 \series default
5607 or 
5608 \series bold
5609
5610 \backslash
5611 LTright
5612 \series default
5613  by inserting this line as TeX-Code before the longtable:
5614 \end_layout
5615
5616 \begin_layout Standard
5617
5618 \series bold
5619
5620 \backslash
5621 setlength{
5622 \backslash
5623 LTleft}{value}
5624 \end_layout
5625
5626 \begin_layout Standard
5627 The value can have any of the units listed in Table
5628 \begin_inset space ~
5629 \end_inset
5630
5631
5632 \begin_inset CommandInset ref
5633 LatexCommand ref
5634 reference "tab:Units"
5635
5636 \end_inset
5637
5638 .
5639  
5640 \series bold
5641
5642 \backslash
5643 LTleft
5644 \series default
5645  controls the horizontal distance from the left page border to the longtable,
5646  
5647 \series bold
5648
5649 \backslash
5650 LTright
5651 \series default
5652  the distance from the right side.
5653  The default value for both lengths is 
5654 \series bold
5655
5656 \backslash
5657 fill
5658 \series default
5659 , which is in this case the same as an horizontal fill in LyX.
5660 \end_layout
5661
5662 \begin_layout Standard
5663 The following longtable was centered and 
5664 \series bold
5665
5666 \backslash
5667 LTleft
5668 \series default
5669  set to 
5670 \family sans
5671 0.1
5672 \backslash
5673 columnwidth
5674 \family default
5675 :
5676 \begin_inset ERT
5677 status collapsed
5678
5679 \begin_layout Plain Layout
5680
5681
5682 \backslash
5683 setlength{
5684 \backslash
5685 LTleft}{0.1
5686 \backslash
5687 columnwidth}
5688 \end_layout
5689
5690 \end_inset
5691
5692
5693 \end_layout
5694
5695 \begin_layout Standard
5696 \begin_inset Tabular
5697 <lyxtabular version="3" rows="5" columns="5">
5698 <features rotate="0" islongtable="true" longtabularalignment="center">
5699 <column alignment="center" valignment="top" width="0">
5700 <column alignment="center" valignment="top" width="0pt">
5701 <column alignment="center" valignment="top" width="0">
5702 <column alignment="center" valignment="top" width="0">
5703 <column alignment="center" valignment="top" width="0">
5704 <row>
5705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Plain Layout
5709 1
5710 \end_layout
5711
5712 \end_inset
5713 </cell>
5714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718 2
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 3
5728 \end_layout
5729
5730 \end_inset
5731 </cell>
5732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Plain Layout
5736 4
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745 5
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 </row>
5751 <row>
5752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756 asd
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765 s
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Plain Layout
5774 s
5775 \end_layout
5776
5777 \end_inset
5778 </cell>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 s
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 asd
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 </row>
5798 <row>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 asd
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 s
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821 s
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 s
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839 asd
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 </row>
5845 <row>
5846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850 asd
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 s
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 s
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 s
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886 asd
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 </row>
5892 <row>
5893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 asd
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906 asd
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5912 \begin_inset Text
5913
5914 \begin_layout Plain Layout
5915 asd
5916 \end_layout
5917
5918 \end_inset
5919 </cell>
5920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5921 \begin_inset Text
5922
5923 \begin_layout Plain Layout
5924 asd
5925 \end_layout
5926
5927 \end_inset
5928 </cell>
5929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5930 \begin_inset Text
5931
5932 \begin_layout Plain Layout
5933 asd
5934 \end_layout
5935
5936 \end_inset
5937 </cell>
5938 </row>
5939 </lyxtabular>
5940
5941 \end_inset
5942
5943
5944 \begin_inset ERT
5945 status collapsed
5946
5947 \begin_layout Plain Layout
5948
5949
5950 \backslash
5951 setlength{
5952 \backslash
5953 LTleft}{
5954 \backslash
5955 fill}
5956 \end_layout
5957
5958 \end_inset
5959
5960
5961 \begin_inset ERT
5962 status collapsed
5963
5964 \begin_layout Plain Layout
5965
5966
5967 \backslash
5968 addtocounter{table}{-1}
5969 \end_layout
5970
5971 \end_inset
5972
5973
5974 \begin_inset Note Note
5975 status collapsed
5976
5977 \begin_layout Plain Layout
5978 See the first greyed-out note in section
5979 \begin_inset space ~
5980 \end_inset
5981
5982
5983 \begin_inset CommandInset ref
5984 LatexCommand ref
5985 reference "sub:Longtable-Captions"
5986
5987 \end_inset
5988
5989  for an explanation of this command.
5990 \end_layout
5991
5992 \end_inset
5993
5994
5995 \end_layout
5996
5997 \begin_layout Subsection
5998 Longtable Captions
5999 \begin_inset Index idx
6000 status collapsed
6001
6002 \begin_layout Plain Layout
6003 Longtables ! Captions
6004 \end_layout
6005
6006 \end_inset
6007
6008
6009 \begin_inset CommandInset label
6010 LatexCommand label
6011 name "sub:Longtable-Captions"
6012
6013 \end_inset
6014
6015
6016 \end_layout
6017
6018 \begin_layout Standard
6019 A longtable cannot be put into a table float because floats can only be
6020  on one page.
6021  But the caption environment of floats can also be used for longtables when
6022  you use the longtable option 
6023 \family sans
6024 Caption
6025 \family default
6026  as described in sec.
6027 \begin_inset space \thinspace{}
6028 \end_inset
6029
6030
6031 \begin_inset CommandInset ref
6032 LatexCommand ref
6033 reference "sec:Longtables"
6034
6035 \end_inset
6036
6037 .
6038  
6039 \change_inserted -195340706 1324242393
6040 A caption must be put into one of 
6041 \family sans
6042 First
6043 \begin_inset space ~
6044 \end_inset
6045
6046 header
6047 \family default
6048
6049 \family sans
6050 Header
6051 \family default
6052
6053 \family sans
6054 Footer
6055 \family default
6056  and 
6057 \family sans
6058 Fast
6059 \begin_inset space ~
6060 \end_inset
6061
6062 footer
6063 \family default
6064 .
6065  Each kind of footer and header may only contain one 
6066 \change_deleted -195340706 1324242398
6067 Only one table row can contain the
6068 \change_unchanged
6069  caption.
6070 \end_layout
6071
6072 \begin_layout Standard
6073 Here is a short longtable to see how it works:
6074 \end_layout
6075
6076 \begin_layout Standard
6077 \begin_inset Tabular
6078 <lyxtabular version="3" rows="6" columns="5">
6079 <features rotate="0" islongtable="true" longtabularalignment="center">
6080 <column alignment="center" valignment="top" width="0">
6081 <column alignment="center" valignment="top" width="0">
6082 <column alignment="center" valignment="top" width="0">
6083 <column alignment="center" valignment="top" width="0">
6084 <column alignment="center" valignment="top" width="0">
6085 <row endfirsthead="true" caption="true">
6086 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6087 \begin_inset Text
6088
6089 \begin_layout Plain Layout
6090 \begin_inset Caption Standard
6091
6092 \begin_layout Plain Layout
6093 Longtable with caption
6094 \begin_inset Argument 1
6095 status open
6096
6097 \begin_layout Plain Layout
6098 Longtable
6099 \end_layout
6100
6101 \end_inset
6102
6103
6104 \end_layout
6105
6106 \end_inset
6107
6108
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Plain Layout
6117
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Plain Layout
6126
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 </row>
6150 <row>
6151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Plain Layout
6155 1
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Plain Layout
6164 2
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Plain Layout
6173 3
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Plain Layout
6182 4
6183 \end_layout
6184
6185 \end_inset
6186 </cell>
6187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191 5
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 </row>
6197 <row>
6198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Plain Layout
6202 asd
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211 s
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Plain Layout
6220 s
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Plain Layout
6229 s
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6235 \begin_inset Text
6236
6237 \begin_layout Plain Layout
6238 asd
6239 \end_layout
6240
6241 \end_inset
6242 </cell>
6243 </row>
6244 <row>
6245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6246 \begin_inset Text
6247
6248 \begin_layout Plain Layout
6249 asd
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Plain Layout
6258 s
6259 \end_layout
6260
6261 \end_inset
6262 </cell>
6263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Plain Layout
6267 s
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276 s
6277 \end_layout
6278
6279 \end_inset
6280 </cell>
6281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285 asd
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 </row>
6291 <row>
6292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6293 \begin_inset Text
6294
6295 \begin_layout Plain Layout
6296 asd
6297 \end_layout
6298
6299 \end_inset
6300 </cell>
6301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6302 \begin_inset Text
6303
6304 \begin_layout Plain Layout
6305 s
6306 \end_layout
6307
6308 \end_inset
6309 </cell>
6310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6311 \begin_inset Text
6312
6313 \begin_layout Plain Layout
6314 s
6315 \end_layout
6316
6317 \end_inset
6318 </cell>
6319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6320 \begin_inset Text
6321
6322 \begin_layout Plain Layout
6323 s
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332 asd
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 </row>
6338 <row>
6339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6340 \begin_inset Text
6341
6342 \begin_layout Plain Layout
6343 asd
6344 \end_layout
6345
6346 \end_inset
6347 </cell>
6348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6349 \begin_inset Text
6350
6351 \begin_layout Plain Layout
6352 asd
6353 \end_layout
6354
6355 \end_inset
6356 </cell>
6357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6358 \begin_inset Text
6359
6360 \begin_layout Plain Layout
6361 asd
6362 \end_layout
6363
6364 \end_inset
6365 </cell>
6366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6367 \begin_inset Text
6368
6369 \begin_layout Plain Layout
6370 asd
6371 \end_layout
6372
6373 \end_inset
6374 </cell>
6375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379 asd
6380 \end_layout
6381
6382 \end_inset
6383 </cell>
6384 </row>
6385 </lyxtabular>
6386
6387 \end_inset
6388
6389
6390 \end_layout
6391
6392 \begin_layout Standard
6393 \begin_inset VSpace medskip
6394 \end_inset
6395
6396
6397 \begin_inset Note Greyedout
6398 status open
6399
6400 \begin_layout Plain Layout
6401
6402 \series bold
6403 Note
6404 \begin_inset space ~
6405 \end_inset
6406
6407 1:
6408 \series default
6409  The table number is increased for every longtable, even if you did not
6410  set a caption for it.
6411  For this reason you could have the case that e.
6412 \begin_inset space \thinspace{}
6413 \end_inset
6414
6415 g.
6416 \begin_inset space \space{}
6417 \end_inset
6418
6419 Table
6420 \begin_inset space ~
6421 \end_inset
6422
6423 2.4 follows Table
6424 \begin_inset space ~
6425 \end_inset
6426
6427 2.1 in the list of tables if there are two longtables without captions.
6428  To avoid this you can add the following command in TeX-Code after every
6429  longtable without a caption:
6430 \end_layout
6431
6432 \begin_layout Plain Layout
6433
6434 \series bold
6435
6436 \backslash
6437 addtocounter{table}{-1}
6438 \end_layout
6439
6440 \begin_layout Plain Layout
6441 This is not needed when none of your longtables has a caption and you add
6442  the following code to the document preamble:
6443 \end_layout
6444
6445 \begin_layout Plain Layout
6446
6447 \series bold
6448
6449 \backslash
6450 let
6451 \backslash
6452 myEnd
6453 \backslash
6454 endlongtable
6455 \begin_inset Newline newline
6456 \end_inset
6457
6458
6459 \backslash
6460 renewcommand{
6461 \backslash
6462 endlongtable}{
6463 \backslash
6464 myEnd
6465 \backslash
6466 addtocounter{table}{-1}}
6467 \end_layout
6468
6469 \end_inset
6470
6471
6472 \end_layout
6473
6474 \begin_layout Standard
6475 \begin_inset Note Greyedout
6476 status open
6477
6478 \begin_layout Plain Layout
6479
6480 \series bold
6481 Note
6482 \begin_inset space ~
6483 \end_inset
6484
6485 2:
6486 \series default
6487  If you are using
6488 \series bold
6489  hyperref
6490 \series default
6491
6492 \begin_inset Index idx
6493 status collapsed
6494
6495 \begin_layout Plain Layout
6496 LaTeX-packages ! hyperref
6497 \end_layout
6498
6499 \end_inset
6500
6501  in the 
6502 \family sans
6503 PDF Properties
6504 \family default
6505  of the 
6506 \family sans
6507 Document Settings
6508 \family default
6509  dialog to link cross-references, the link to a longtable caption will always
6510  point to the beginning of the document.
6511 \end_layout
6512
6513 \end_inset
6514
6515
6516 \end_layout
6517
6518 \begin_layout Subsubsection
6519 References to Longtables
6520 \begin_inset Index idx
6521 status collapsed
6522
6523 \begin_layout Plain Layout
6524 Longtables ! References
6525 \end_layout
6526
6527 \end_inset
6528
6529
6530 \end_layout
6531
6532 \begin_layout Standard
6533 \begin_inset Tabular
6534 <lyxtabular version="3" rows="6" columns="5">
6535 <features rotate="0" islongtable="true" longtabularalignment="center">
6536 <column alignment="center" valignment="top" width="0">
6537 <column alignment="center" valignment="top" width="0">
6538 <column alignment="center" valignment="top" width="0">
6539 <column alignment="center" valignment="top" width="0">
6540 <column alignment="center" valignment="top" width="0">
6541 <row endfirsthead="true" caption="true">
6542 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6543 \begin_inset Text
6544
6545 \begin_layout Plain Layout
6546 \begin_inset Caption Standard
6547
6548 \begin_layout Plain Layout
6549 Referenced longtable
6550 \begin_inset CommandInset label
6551 LatexCommand label
6552 name "tab:RefExample"
6553
6554 \end_inset
6555
6556
6557 \end_layout
6558
6559 \end_inset
6560
6561
6562 \end_layout
6563
6564 \end_inset
6565 </cell>
6566 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6567 \begin_inset Text
6568
6569 \begin_layout Plain Layout
6570
6571 \end_layout
6572
6573 \end_inset
6574 </cell>
6575 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6576 \begin_inset Text
6577
6578 \begin_layout Plain Layout
6579
6580 \end_layout
6581
6582 \end_inset
6583 </cell>
6584 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6585 \begin_inset Text
6586
6587 \begin_layout Plain Layout
6588
6589 \end_layout
6590
6591 \end_inset
6592 </cell>
6593 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6594 \begin_inset Text
6595
6596 \begin_layout Plain Layout
6597
6598 \end_layout
6599
6600 \end_inset
6601 </cell>
6602 </row>
6603 <row>
6604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6605 \begin_inset Text
6606
6607 \begin_layout Plain Layout
6608 1
6609 \end_layout
6610
6611 \end_inset
6612 </cell>
6613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6614 \begin_inset Text
6615
6616 \begin_layout Plain Layout
6617 2
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6623 \begin_inset Text
6624
6625 \begin_layout Plain Layout
6626 3
6627 \end_layout
6628
6629 \end_inset
6630 </cell>
6631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6632 \begin_inset Text
6633
6634 \begin_layout Plain Layout
6635 4
6636 \end_layout
6637
6638 \end_inset
6639 </cell>
6640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644 5
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 </row>
6650 <row>
6651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6652 \begin_inset Text
6653
6654 \begin_layout Plain Layout
6655 asd
6656 \end_layout
6657
6658 \end_inset
6659 </cell>
6660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6661 \begin_inset Text
6662
6663 \begin_layout Plain Layout
6664 s
6665 \end_layout
6666
6667 \end_inset
6668 </cell>
6669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6670 \begin_inset Text
6671
6672 \begin_layout Plain Layout
6673 s
6674 \end_layout
6675
6676 \end_inset
6677 </cell>
6678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Plain Layout
6682 s
6683 \end_layout
6684
6685 \end_inset
6686 </cell>
6687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Plain Layout
6691 asd
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 </row>
6697 <row>
6698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6699 \begin_inset Text
6700
6701 \begin_layout Plain Layout
6702 asd
6703 \end_layout
6704
6705 \end_inset
6706 </cell>
6707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Plain Layout
6711 s
6712 \end_layout
6713
6714 \end_inset
6715 </cell>
6716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6717 \begin_inset Text
6718
6719 \begin_layout Plain Layout
6720 s
6721 \end_layout
6722
6723 \end_inset
6724 </cell>
6725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6726 \begin_inset Text
6727
6728 \begin_layout Plain Layout
6729 s
6730 \end_layout
6731
6732 \end_inset
6733 </cell>
6734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6735 \begin_inset Text
6736
6737 \begin_layout Plain Layout
6738 asd
6739 \end_layout
6740
6741 \end_inset
6742 </cell>
6743 </row>
6744 <row>
6745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6746 \begin_inset Text
6747
6748 \begin_layout Plain Layout
6749 asd
6750 \end_layout
6751
6752 \end_inset
6753 </cell>
6754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6755 \begin_inset Text
6756
6757 \begin_layout Plain Layout
6758 s
6759 \end_layout
6760
6761 \end_inset
6762 </cell>
6763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6764 \begin_inset Text
6765
6766 \begin_layout Plain Layout
6767 s
6768 \end_layout
6769
6770 \end_inset
6771 </cell>
6772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6773 \begin_inset Text
6774
6775 \begin_layout Plain Layout
6776 s
6777 \end_layout
6778
6779 \end_inset
6780 </cell>
6781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6782 \begin_inset Text
6783
6784 \begin_layout Plain Layout
6785 asd
6786 \end_layout
6787
6788 \end_inset
6789 </cell>
6790 </row>
6791 <row>
6792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Plain Layout
6796 asd
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805 sad
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6811 \begin_inset Text
6812
6813 \begin_layout Plain Layout
6814 asd
6815 \end_layout
6816
6817 \end_inset
6818 </cell>
6819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6820 \begin_inset Text
6821
6822 \begin_layout Plain Layout
6823 asd
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6829 \begin_inset Text
6830
6831 \begin_layout Plain Layout
6832 asd
6833 \end_layout
6834
6835 \end_inset
6836 </cell>
6837 </row>
6838 </lyxtabular>
6839
6840 \end_inset
6841
6842
6843 \end_layout
6844
6845 \begin_layout Standard
6846 To reference a longtable, insert a label into the caption.
6847 \end_layout
6848
6849 \begin_layout Standard
6850 This is a reference to Table
6851 \begin_inset space ~
6852 \end_inset
6853
6854
6855 \begin_inset CommandInset ref
6856 LatexCommand ref
6857 reference "tab:RefExample"
6858
6859 \end_inset
6860
6861 .
6862 \end_layout
6863
6864 \begin_layout Standard
6865 The caption layout can be set together with all other captions of your document
6866  using the LaTeX-package 
6867 \series bold
6868 caption
6869 \series default
6870
6871 \begin_inset Index idx
6872 status collapsed
6873
6874 \begin_layout Plain Layout
6875 LaTeX-packages ! caption
6876 \end_layout
6877
6878 \end_inset
6879
6880 , see section
6881 \begin_inset space ~
6882 \end_inset
6883
6884
6885 \begin_inset CommandInset ref
6886 LatexCommand ref
6887 reference "sec:Caption-Formatting"
6888
6889 \end_inset
6890
6891 .
6892 \end_layout
6893
6894 \begin_layout Subsubsection
6895 Caption Width
6896 \begin_inset Index idx
6897 status collapsed
6898
6899 \begin_layout Plain Layout
6900 Longtables ! Caption Width
6901 \end_layout
6902
6903 \end_inset
6904
6905
6906 \end_layout
6907
6908 \begin_layout Standard
6909 The maximal width of caption lines is defined by the length 
6910 \series bold
6911
6912 \backslash
6913 LTcapwidth
6914 \series default
6915 .
6916  Its default value is 4
6917 \begin_inset space \thinspace{}
6918 \end_inset
6919
6920 in.
6921  To change it add the following command to your document preamble or as
6922  TeX-Code into your document before the longtable that should be affected
6923 \end_layout
6924
6925 \begin_layout Standard
6926
6927 \series bold
6928
6929 \backslash
6930 setlength{
6931 \backslash
6932 LTcapwidth}{width}
6933 \end_layout
6934
6935 \begin_layout Standard
6936 where the width could have one of the units listed in appendix
6937 \begin_inset space ~
6938 \end_inset
6939
6940
6941 \begin_inset CommandInset ref
6942 LatexCommand ref
6943 reference "cha:Units-available-in"
6944
6945 \end_inset
6946
6947 .
6948 \end_layout
6949
6950 \begin_layout Standard
6951 The following tables show the difference:
6952 \end_layout
6953
6954 \begin_layout Standard
6955 \begin_inset Tabular
6956 <lyxtabular version="3" rows="6" columns="5">
6957 <features rotate="0" islongtable="true" longtabularalignment="center">
6958 <column alignment="center" valignment="top" width="0">
6959 <column alignment="center" valignment="top" width="0">
6960 <column alignment="center" valignment="top" width="0">
6961 <column alignment="center" valignment="top" width="0">
6962 <column alignment="center" valignment="top" width="0">
6963 <row endfirsthead="true" caption="true">
6964 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6965 \begin_inset Text
6966
6967 \begin_layout Plain Layout
6968 \begin_inset Caption Standard
6969
6970 \begin_layout Plain Layout
6971 long full title with default width long full title with default width long
6972  full title with default width
6973 \begin_inset Argument 1
6974 status collapsed
6975
6976 \begin_layout Plain Layout
6977 caption with default width
6978 \end_layout
6979
6980 \end_inset
6981
6982
6983 \end_layout
6984
6985 \end_inset
6986
6987
6988 \end_layout
6989
6990 \end_inset
6991 </cell>
6992 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6993 \begin_inset Text
6994
6995 \begin_layout Plain Layout
6996
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Plain Layout
7005
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Plain Layout
7014
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 </row>
7029 <row>
7030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7031 \begin_inset Text
7032
7033 \begin_layout Plain Layout
7034 1
7035 \end_layout
7036
7037 \end_inset
7038 </cell>
7039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7040 \begin_inset Text
7041
7042 \begin_layout Plain Layout
7043 2
7044 \end_layout
7045
7046 \end_inset
7047 </cell>
7048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7049 \begin_inset Text
7050
7051 \begin_layout Plain Layout
7052 3
7053 \end_layout
7054
7055 \end_inset
7056 </cell>
7057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Plain Layout
7061 4
7062 \end_layout
7063
7064 \end_inset
7065 </cell>
7066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070 5
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 </row>
7076 <row>
7077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7078 \begin_inset Text
7079
7080 \begin_layout Plain Layout
7081 asd
7082 \end_layout
7083
7084 \end_inset
7085 </cell>
7086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7087 \begin_inset Text
7088
7089 \begin_layout Plain Layout
7090 s
7091 \end_layout
7092
7093 \end_inset
7094 </cell>
7095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Plain Layout
7099 s
7100 \end_layout
7101
7102 \end_inset
7103 </cell>
7104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7105 \begin_inset Text
7106
7107 \begin_layout Plain Layout
7108 s
7109 \end_layout
7110
7111 \end_inset
7112 </cell>
7113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7114 \begin_inset Text
7115
7116 \begin_layout Plain Layout
7117 asd
7118 \end_layout
7119
7120 \end_inset
7121 </cell>
7122 </row>
7123 <row>
7124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7125 \begin_inset Text
7126
7127 \begin_layout Plain Layout
7128 asd
7129 \end_layout
7130
7131 \end_inset
7132 </cell>
7133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7134 \begin_inset Text
7135
7136 \begin_layout Plain Layout
7137 s
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7143 \begin_inset Text
7144
7145 \begin_layout Plain Layout
7146 s
7147 \end_layout
7148
7149 \end_inset
7150 </cell>
7151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7152 \begin_inset Text
7153
7154 \begin_layout Plain Layout
7155 s
7156 \end_layout
7157
7158 \end_inset
7159 </cell>
7160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7161 \begin_inset Text
7162
7163 \begin_layout Plain Layout
7164 asd
7165 \end_layout
7166
7167 \end_inset
7168 </cell>
7169 </row>
7170 <row>
7171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7172 \begin_inset Text
7173
7174 \begin_layout Plain Layout
7175 asd
7176 \end_layout
7177
7178 \end_inset
7179 </cell>
7180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7181 \begin_inset Text
7182
7183 \begin_layout Plain Layout
7184 s
7185 \end_layout
7186
7187 \end_inset
7188 </cell>
7189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7190 \begin_inset Text
7191
7192 \begin_layout Plain Layout
7193 s
7194 \end_layout
7195
7196 \end_inset
7197 </cell>
7198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7199 \begin_inset Text
7200
7201 \begin_layout Plain Layout
7202 s
7203 \end_layout
7204
7205 \end_inset
7206 </cell>
7207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7208 \begin_inset Text
7209
7210 \begin_layout Plain Layout
7211 asd
7212 \end_layout
7213
7214 \end_inset
7215 </cell>
7216 </row>
7217 <row>
7218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7219 \begin_inset Text
7220
7221 \begin_layout Plain Layout
7222 asd
7223 \end_layout
7224
7225 \end_inset
7226 </cell>
7227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7228 \begin_inset Text
7229
7230 \begin_layout Plain Layout
7231 sad
7232 \end_layout
7233
7234 \end_inset
7235 </cell>
7236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7237 \begin_inset Text
7238
7239 \begin_layout Plain Layout
7240 asd
7241 \end_layout
7242
7243 \end_inset
7244 </cell>
7245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7246 \begin_inset Text
7247
7248 \begin_layout Plain Layout
7249 asd
7250 \end_layout
7251
7252 \end_inset
7253 </cell>
7254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7255 \begin_inset Text
7256
7257 \begin_layout Plain Layout
7258 asd
7259 \end_layout
7260
7261 \end_inset
7262 </cell>
7263 </row>
7264 </lyxtabular>
7265
7266 \end_inset
7267
7268
7269 \end_layout
7270
7271 \begin_layout Standard
7272 \begin_inset ERT
7273 status collapsed
7274
7275 \begin_layout Plain Layout
7276
7277
7278 \backslash
7279 setlength{
7280 \backslash
7281 LTcapwidth}{5cm}
7282 \end_layout
7283
7284 \end_inset
7285
7286
7287 \begin_inset Tabular
7288 <lyxtabular version="3" rows="6" columns="5">
7289 <features rotate="0" islongtable="true" longtabularalignment="center">
7290 <column alignment="center" valignment="top" width="0">
7291 <column alignment="center" valignment="top" width="0">
7292 <column alignment="center" valignment="top" width="0">
7293 <column alignment="center" valignment="top" width="0">
7294 <column alignment="center" valignment="top" width="0">
7295 <row endfirsthead="true" caption="true">
7296 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7297 \begin_inset Text
7298
7299 \begin_layout Plain Layout
7300 \begin_inset Caption Standard
7301
7302 \begin_layout Plain Layout
7303 long full title with width set to 5
7304 \begin_inset space \thinspace{}
7305 \end_inset
7306
7307 cm long full title with width set to 5
7308 \begin_inset space \thinspace{}
7309 \end_inset
7310
7311 cm long full title with width set to 5
7312 \begin_inset space \thinspace{}
7313 \end_inset
7314
7315 cm
7316 \begin_inset Argument 1
7317 status collapsed
7318
7319 \begin_layout Plain Layout
7320 caption with width
7321 \begin_inset space \thinspace{}
7322 \end_inset
7323
7324 =
7325 \begin_inset space \thinspace{}
7326 \end_inset
7327
7328 5
7329 \begin_inset space \thinspace{}
7330 \end_inset
7331
7332 cm
7333 \end_layout
7334
7335 \end_inset
7336
7337
7338 \end_layout
7339
7340 \end_inset
7341
7342
7343 \end_layout
7344
7345 \end_inset
7346 </cell>
7347 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7348 \begin_inset Text
7349
7350 \begin_layout Plain Layout
7351
7352 \end_layout
7353
7354 \end_inset
7355 </cell>
7356 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Plain Layout
7360
7361 \end_layout
7362
7363 \end_inset
7364 </cell>
7365 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7366 \begin_inset Text
7367
7368 \begin_layout Plain Layout
7369
7370 \end_layout
7371
7372 \end_inset
7373 </cell>
7374 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7375 \begin_inset Text
7376
7377 \begin_layout Plain Layout
7378
7379 \end_layout
7380
7381 \end_inset
7382 </cell>
7383 </row>
7384 <row>
7385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7386 \begin_inset Text
7387
7388 \begin_layout Plain Layout
7389 1
7390 \end_layout
7391
7392 \end_inset
7393 </cell>
7394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Plain Layout
7398 2
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7404 \begin_inset Text
7405
7406 \begin_layout Plain Layout
7407 3
7408 \end_layout
7409
7410 \end_inset
7411 </cell>
7412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7413 \begin_inset Text
7414
7415 \begin_layout Plain Layout
7416 4
7417 \end_layout
7418
7419 \end_inset
7420 </cell>
7421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7422 \begin_inset Text
7423
7424 \begin_layout Plain Layout
7425 5
7426 \end_layout
7427
7428 \end_inset
7429 </cell>
7430 </row>
7431 <row>
7432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7433 \begin_inset Text
7434
7435 \begin_layout Plain Layout
7436 asd
7437 \end_layout
7438
7439 \end_inset
7440 </cell>
7441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7442 \begin_inset Text
7443
7444 \begin_layout Plain Layout
7445 s
7446 \end_layout
7447
7448 \end_inset
7449 </cell>
7450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454 s
7455 \end_layout
7456
7457 \end_inset
7458 </cell>
7459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Plain Layout
7463 s
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7469 \begin_inset Text
7470
7471 \begin_layout Plain Layout
7472 asd
7473 \end_layout
7474
7475 \end_inset
7476 </cell>
7477 </row>
7478 <row>
7479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7480 \begin_inset Text
7481
7482 \begin_layout Plain Layout
7483 asd
7484 \end_layout
7485
7486 \end_inset
7487 </cell>
7488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7489 \begin_inset Text
7490
7491 \begin_layout Plain Layout
7492 s
7493 \end_layout
7494
7495 \end_inset
7496 </cell>
7497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7498 \begin_inset Text
7499
7500 \begin_layout Plain Layout
7501 s
7502 \end_layout
7503
7504 \end_inset
7505 </cell>
7506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7507 \begin_inset Text
7508
7509 \begin_layout Plain Layout
7510 s
7511 \end_layout
7512
7513 \end_inset
7514 </cell>
7515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7516 \begin_inset Text
7517
7518 \begin_layout Plain Layout
7519 asd
7520 \end_layout
7521
7522 \end_inset
7523 </cell>
7524 </row>
7525 <row>
7526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Plain Layout
7530 asd
7531 \end_layout
7532
7533 \end_inset
7534 </cell>
7535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7536 \begin_inset Text
7537
7538 \begin_layout Plain Layout
7539 s
7540 \end_layout
7541
7542 \end_inset
7543 </cell>
7544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7545 \begin_inset Text
7546
7547 \begin_layout Plain Layout
7548 s
7549 \end_layout
7550
7551 \end_inset
7552 </cell>
7553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7554 \begin_inset Text
7555
7556 \begin_layout Plain Layout
7557 s
7558 \end_layout
7559
7560 \end_inset
7561 </cell>
7562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7563 \begin_inset Text
7564
7565 \begin_layout Plain Layout
7566 asd
7567 \end_layout
7568
7569 \end_inset
7570 </cell>
7571 </row>
7572 <row>
7573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7574 \begin_inset Text
7575
7576 \begin_layout Plain Layout
7577 asd
7578 \end_layout
7579
7580 \end_inset
7581 </cell>
7582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7583 \begin_inset Text
7584
7585 \begin_layout Plain Layout
7586 sad
7587 \end_layout
7588
7589 \end_inset
7590 </cell>
7591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7592 \begin_inset Text
7593
7594 \begin_layout Plain Layout
7595 asd
7596 \end_layout
7597
7598 \end_inset
7599 </cell>
7600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7601 \begin_inset Text
7602
7603 \begin_layout Plain Layout
7604 asd
7605 \end_layout
7606
7607 \end_inset
7608 </cell>
7609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7610 \begin_inset Text
7611
7612 \begin_layout Plain Layout
7613 asd
7614 \end_layout
7615
7616 \end_inset
7617 </cell>
7618 </row>
7619 </lyxtabular>
7620
7621 \end_inset
7622
7623
7624 \end_layout
7625
7626 \begin_layout Standard
7627 \begin_inset ERT
7628 status collapsed
7629
7630 \begin_layout Plain Layout
7631
7632
7633 \backslash
7634 setlength{
7635 \backslash
7636 LTcapwidth}{4in}
7637 \end_layout
7638
7639 \end_inset
7640
7641
7642 \end_layout
7643
7644 \begin_layout Standard
7645 \begin_inset Note Greyedout
7646 status open
7647
7648 \begin_layout Plain Layout
7649
7650 \series bold
7651 Note:
7652 \series default
7653  When the LaTeX-package 
7654 \series bold
7655 caption
7656 \series default
7657
7658 \begin_inset Index idx
7659 status collapsed
7660
7661 \begin_layout Plain Layout
7662 LaTeX-packages ! caption
7663 \end_layout
7664
7665 \end_inset
7666
7667  is used, as in this document, the full page width is used for the caption
7668  when you use the default value of 4
7669 \begin_inset space \thinspace{}
7670 \end_inset
7671
7672 in for 
7673 \series bold
7674
7675 \backslash
7676 LTcapwidth
7677 \series default
7678 .
7679  To get in this case exactly a 4
7680 \begin_inset space \thinspace{}
7681 \end_inset
7682
7683 in wide caption, you can either use a value slightly different from 4.0
7684 \begin_inset space \thinspace{}
7685 \end_inset
7686
7687 in, e.
7688 \begin_inset space \thinspace{}
7689 \end_inset
7690
7691 g.
7692 \begin_inset space \space{}
7693 \end_inset
7694
7695 3.99
7696 \begin_inset space \thinspace{}
7697 \end_inset
7698
7699 in, or the LaTeX-command 
7700 \series bold
7701
7702 \backslash
7703 captionsetup{width=value}
7704 \series default
7705  that is provided by the 
7706 \series bold
7707 caption
7708 \series default
7709 -package.
7710 \end_layout
7711
7712 \end_inset
7713
7714
7715 \end_layout
7716
7717 \begin_layout Subsubsection
7718 Different Captions for Table Pages
7719 \begin_inset Index idx
7720 status collapsed
7721
7722 \begin_layout Plain Layout
7723 Longtables ! Different Captions for Pages
7724 \end_layout
7725
7726 \end_inset
7727
7728
7729 \end_layout
7730
7731 \begin_layout Standard
7732 When the table captions for the following pages should differ from the one
7733  of the first table page, insert a caption with the TeX-Code command
7734 \end_layout
7735
7736 \begin_layout Standard
7737
7738 \series bold
7739
7740 \backslash
7741 caption*{caption text}
7742 \backslash
7743
7744 \backslash
7745 %
7746 \end_layout
7747
7748 \begin_layout Standard
7749 in a dummy caption row that is marked as a header.
7750  Table
7751 \begin_inset space ~
7752 \end_inset
7753
7754
7755 \begin_inset CommandInset ref
7756 LatexCommand ref
7757 reference "tab:DiffCaptions"
7758
7759 \end_inset
7760
7761  is an example of a longtable with different heading where the second caption
7762  doesn't include the table number.
7763 \end_layout
7764
7765 \begin_layout Standard
7766 \align center
7767 \begin_inset Tabular
7768 <lyxtabular version="3" rows="59" columns="3">
7769 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7770 <column alignment="left" valignment="top" width="0cm">
7771 <column alignment="left" valignment="top" width="0pt">
7772 <column alignment="center" valignment="top" width="0pt">
7773 <row endfirsthead="true" caption="true">
7774 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778 \begin_inset Caption Standard
7779
7780 \begin_layout Plain Layout
7781 Example Phone List
7782 \begin_inset CommandInset label
7783 LatexCommand label
7784 name "tab:DiffCaptions"
7785
7786 \end_inset
7787
7788
7789 \begin_inset Argument 1
7790 status collapsed
7791
7792 \begin_layout Plain Layout
7793 Example Phone List
7794 \end_layout
7795
7796 \end_inset
7797
7798
7799 \end_layout
7800
7801 \end_inset
7802
7803
7804 \end_layout
7805
7806 \end_inset
7807 </cell>
7808 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7809 \begin_inset Text
7810
7811 \begin_layout Plain Layout
7812
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821
7822 \end_layout
7823
7824 \end_inset
7825 </cell>
7826 </row>
7827 <row endfirsthead="true">
7828 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832
7833 \series bold
7834 Example Phone List (ignore the names)
7835 \end_layout
7836
7837 \end_inset
7838 </cell>
7839 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7840 \begin_inset Text
7841
7842 \begin_layout Plain Layout
7843
7844 \end_layout
7845
7846 \end_inset
7847 </cell>
7848 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7849 \begin_inset Text
7850
7851 \begin_layout Plain Layout
7852
7853 \end_layout
7854
7855 \end_inset
7856 </cell>
7857 </row>
7858 <row endfirsthead="true">
7859 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863
7864 \series bold
7865 NAME
7866 \end_layout
7867
7868 \end_inset
7869 </cell>
7870 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874
7875 \end_layout
7876
7877 \end_inset
7878 </cell>
7879 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883
7884 \series bold
7885 TEL.
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 </row>
7891 <row endhead="true">
7892 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896 \begin_inset ERT
7897 status open
7898
7899 \begin_layout Plain Layout
7900
7901
7902 \backslash
7903 caption*{Continued Example Phone List}
7904 \backslash
7905
7906 \backslash
7907 %
7908 \end_layout
7909
7910 \end_inset
7911
7912
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 </row>
7936 <row endhead="true">
7937 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941
7942 \series bold
7943 Example Phone List
7944 \end_layout
7945
7946 \end_inset
7947 </cell>
7948 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Plain Layout
7952
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961
7962 \end_layout
7963
7964 \end_inset
7965 </cell>
7966 </row>
7967 <row endhead="true">
7968 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972
7973 \series bold
7974 NAME
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983
7984 \end_layout
7985
7986 \end_inset
7987 </cell>
7988 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992
7993 \series bold
7994 TEL.
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 </row>
8000 <row endfoot="true">
8001 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005 continued on next page
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023
8024 \end_layout
8025
8026 \end_inset
8027 </cell>
8028 </row>
8029 <row>
8030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034
8035 \series bold
8036 Annovi
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045 Silvia
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054 111
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 </row>
8060 <row>
8061 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065
8066 \series bold
8067 Bertoli
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076 Stefano
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085 111
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 </row>
8091 <row>
8092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096
8097 \series bold
8098 Bozzi
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107 Walter
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116 111
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 </row>
8122 <row>
8123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127
8128 \series bold
8129 Cachia
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138 Maria
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147 111
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 </row>
8153 <row>
8154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158
8159 \series bold
8160 Cachia
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169 Maurizio
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178 111
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 </row>
8184 <row>
8185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189
8190 \series bold
8191 Cinquemani
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200 Giusi
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209 111
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 </row>
8215 <row>
8216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220
8221 \series bold
8222 Colin
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231 Bernard
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240 111
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 </row>
8246 <row>
8247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251
8252 \series bold
8253 Concli
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262 Gianfranco
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271 111
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 </row>
8277 <row>
8278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282
8283 \series bold
8284 Dal Bosco
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293 Carolina
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302 111
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 </row>
8308 <row>
8309 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313
8314 \series bold
8315 Dalpiaz
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 Annamaria
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333 111
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 </row>
8339 <row>
8340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344
8345 \series bold
8346 Feliciello
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355 Domenico
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 111
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 </row>
8370 <row>
8371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375
8376 \series bold
8377 Focarelli
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 Paola
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395 111
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 </row>
8401 <row>
8402 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406
8407 \series bold
8408 Galletti
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417 Oreste
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426 111
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 </row>
8432 <row>
8433 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437
8438 \series bold
8439 Gasparini
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 Franca
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457 111
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 </row>
8463 <row>
8464 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468
8469 \series bold
8470 Rizzardi
8471 \series default
8472
8473 \begin_inset Foot
8474 status open
8475
8476 \begin_layout Plain Layout
8477 Example footnote
8478 \end_layout
8479
8480 \end_inset
8481
8482
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491 Paola
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500 111
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 </row>
8506 <row>
8507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511
8512 \series bold
8513 Lassini
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522 Giancarlo
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531 111
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 </row>
8537 <row>
8538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542
8543 \series bold
8544 Malfatti
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553 Luciano
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562 111
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 </row>
8568 <row>
8569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573
8574 \series bold
8575 Malfatti
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584 Valeriano
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 111
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 </row>
8599 <row>
8600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604
8605 \series bold
8606 Meneguzzo
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615 Roberto
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624 111
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 </row>
8630 <row>
8631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635
8636 \series bold
8637 Mezzadra
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646 Roberto
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655 111
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 </row>
8661 <row>
8662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666
8667 \series bold
8668 Pirpamer
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677 Erich
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686 111
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 </row>
8692 <row>
8693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697
8698 \series bold
8699 Pochiesa
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708 Paolo
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717 111, 222
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 </row>
8723 <row>
8724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728
8729 \series bold
8730 Radina
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739 Claudio
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Plain Layout
8748 111
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 </row>
8754 <row>
8755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759
8760 \series bold
8761 Stuffer
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770 Oskar
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779 111
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 </row>
8785 <row>
8786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790
8791 \series bold
8792 Tacchelli
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801 Ugo
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810 111
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 </row>
8816 <row>
8817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821
8822 \series bold
8823 Tezzele
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832 Margit
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841 111
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 </row>
8847 <row>
8848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852
8853 \series bold
8854 Unterkalmsteiner
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863 Frieda
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872 111
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 </row>
8878 <row>
8879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883
8884 \series bold
8885 Vieider
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894 Hilde
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 111
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 </row>
8909 <row>
8910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914
8915 \series bold
8916 Vigna
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925 Jürgen
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934 111
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 </row>
8940 <row>
8941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945
8946 \series bold
8947 Weber
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956 Maurizio
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965 111
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 </row>
8971 <row>
8972 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976
8977 \series bold
8978 Winkler
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987 Franz
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 111
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 </row>
9002 <row>
9003 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007  
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 </row>
9031 <row>
9032 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036
9037 \series bold
9038 Annovi
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047 Silvia
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056 555
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 </row>
9062 <row>
9063 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067
9068 \series bold
9069 Bertoli
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078 Stefano
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087 555
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 </row>
9093 <row>
9094 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098
9099 \series bold
9100 Bozzi
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109 Walter
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118 555
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 </row>
9124 <row>
9125 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129
9130 \series bold
9131 Cachia
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140 Maria
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149 555
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 </row>
9155 <row>
9156 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160
9161 \series bold
9162 Cachia
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171 Maurizio
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180 555
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 </row>
9186 <row>
9187 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191
9192 \series bold
9193 Cinquemani
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202 Giusi
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211 555
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 </row>
9217 <row>
9218 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222
9223 \series bold
9224 Colin
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233 Bernard
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242 555
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 </row>
9248 <row>
9249 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253
9254 \series bold
9255 Concli
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264 Gianfranco
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273 555
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 </row>
9279 <row>
9280 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284
9285 \series bold
9286 Dal Bosco
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295 Carolina
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304 555
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 </row>
9310 <row>
9311 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315
9316 \series bold
9317 Dalpiaz
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326 Annamaria
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335 555
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 </row>
9341 <row>
9342 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346
9347 \series bold
9348 Feliciello
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357 Domenico
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366 555
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 </row>
9372 <row>
9373 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377
9378 \series bold
9379 Focarelli
9380 \end_layout
9381
9382 \end_inset
9383 </cell>
9384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388 Paola
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397 555
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 </row>
9403 <row>
9404 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408
9409 \series bold
9410 Galletti
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419 Oreste
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9425 \begin_inset Text
9426
9427 \begin_layout Plain Layout
9428 555
9429 \end_layout
9430
9431 \end_inset
9432 </cell>
9433 </row>
9434 <row>
9435 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9436 \begin_inset Text
9437
9438 \begin_layout Plain Layout
9439
9440 \series bold
9441 Gasparini
9442 \end_layout
9443
9444 \end_inset
9445 </cell>
9446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450 Franca
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459 555
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 </row>
9465 <row>
9466 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470
9471 \series bold
9472 Rizzardi
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481 Paola
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490 555
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 </row>
9496 <row>
9497 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9498 \begin_inset Text
9499
9500 \begin_layout Plain Layout
9501
9502 \series bold
9503 Lassini
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9509 \begin_inset Text
9510
9511 \begin_layout Plain Layout
9512 Giancarlo
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521 555
9522 \end_layout
9523
9524 \end_inset
9525 </cell>
9526 </row>
9527 <row>
9528 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9529 \begin_inset Text
9530
9531 \begin_layout Plain Layout
9532
9533 \series bold
9534 Malfatti
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543 Luciano
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Plain Layout
9552 555
9553 \end_layout
9554
9555 \end_inset
9556 </cell>
9557 </row>
9558 <row>
9559 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9560 \begin_inset Text
9561
9562 \begin_layout Plain Layout
9563
9564 \series bold
9565 Malfatti
9566 \end_layout
9567
9568 \end_inset
9569 </cell>
9570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9571 \begin_inset Text
9572
9573 \begin_layout Plain Layout
9574 Valeriano
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9580 \begin_inset Text
9581
9582 \begin_layout Plain Layout
9583 555
9584 \end_layout
9585
9586 \end_inset
9587 </cell>
9588 </row>
9589 <row>
9590 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9591 \begin_inset Text
9592
9593 \begin_layout Plain Layout
9594
9595 \series bold
9596 Meneguzzo
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605 Roberto
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9611 \begin_inset Text
9612
9613 \begin_layout Plain Layout
9614 555
9615 \end_layout
9616
9617 \end_inset
9618 </cell>
9619 </row>
9620 <row>
9621 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9622 \begin_inset Text
9623
9624 \begin_layout Plain Layout
9625
9626 \series bold
9627 Mezzadra
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636 Roberto
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9642 \begin_inset Text
9643
9644 \begin_layout Plain Layout
9645 555
9646 \end_layout
9647
9648 \end_inset
9649 </cell>
9650 </row>
9651 </lyxtabular>
9652
9653 \end_inset
9654
9655
9656 \end_layout
9657
9658 \begin_layout Section
9659 Special Longtable Issues
9660 \begin_inset CommandInset label
9661 LatexCommand label
9662 name "sec:Special-Longtable-Issues"
9663
9664 \end_inset
9665
9666
9667 \end_layout
9668
9669 \begin_layout Subsection
9670 Longtable Calculation
9671 \begin_inset Index idx
9672 status collapsed
9673
9674 \begin_layout Plain Layout
9675 Longtables ! Calculation
9676 \end_layout
9677
9678 \end_inset
9679
9680
9681 \end_layout
9682
9683 \begin_layout Standard
9684 LaTeX calculates the height of table pages and their page breaks using so
9685  called chunks.
9686  Chunks are parts of tables that held at the same time in LaTeX's memory.
9687  The default value was historically set to only 20 table rows.
9688  If you are using longtables with many pages this may slow down the creation
9689  of your document.
9690  You can safely increase the chunk size to values of 100-1000 by adding
9691  this command line to your document preamble:
9692 \end_layout
9693
9694 \begin_layout Standard
9695
9696 \series bold
9697
9698 \backslash
9699 setcounter{LTchunksize}{100}
9700 \end_layout
9701
9702 \begin_layout Subsection
9703 Floats and Longtables
9704 \begin_inset Index idx
9705 status collapsed
9706
9707 \begin_layout Plain Layout
9708 Longtables ! Floats
9709 \end_layout
9710
9711 \end_inset
9712
9713
9714 \end_layout
9715
9716 \begin_layout Standard
9717 There might be problems when a float appears on the same page where a longtable
9718  starts.
9719  To avoid such a situation, insert a 
9720 \begin_inset Quotes eld
9721 \end_inset
9722
9723 clear page
9724 \begin_inset Quotes erd
9725 \end_inset
9726
9727  (menu 
9728 \family sans
9729 Insert\SpecialChar \menuseparator
9730 Formatting\SpecialChar \menuseparator
9731 Clear
9732 \begin_inset space ~
9733 \end_inset
9734
9735 Page
9736 \family default
9737 ) before your longtable.
9738 \end_layout
9739
9740 \begin_layout Subsection
9741 Forced Page Breaks
9742 \begin_inset Index idx
9743 status collapsed
9744
9745 \begin_layout Plain Layout
9746 Longtables ! Forced Page Breaks
9747 \end_layout
9748
9749 \end_inset
9750
9751
9752 \end_layout
9753
9754 \begin_layout Standard
9755 By default tables are only broken between rows.
9756  If you have a cell with multiples lines and want to have a page break within
9757  the cell, insert the new line command 
9758 \begin_inset Quotes eld
9759 \end_inset
9760
9761
9762 \series bold
9763
9764 \backslash
9765
9766 \backslash
9767
9768 \series default
9769
9770 \begin_inset Quotes erd
9771 \end_inset
9772
9773  as TeX-Code at the point of the cell where it can be broken.
9774  Before the 
9775 \series bold
9776
9777 \backslash
9778
9779 \backslash
9780
9781 \series default
9782  command you have to insert in TeX-Code as many 
9783 \begin_inset Quotes eld
9784 \end_inset
9785
9786
9787 \series bold
9788 &
9789 \series default
9790
9791 \begin_inset Quotes erd
9792 \end_inset
9793
9794  characters as the number of the following table columns.
9795  The 
9796 \series bold
9797 &
9798 \series default
9799  is the character to separate table cells.
9800  Write in TeX-Code after each 
9801 \series bold
9802 &
9803 \series default
9804  the content of the corresponding following cell and delete the content
9805  of these cells.
9806 \begin_inset Newline newline
9807 \end_inset
9808
9809 After the 
9810 \series bold
9811
9812 \backslash
9813
9814 \backslash
9815
9816 \series default
9817  command, insert as many 
9818 \series bold
9819 &
9820 \series default
9821  characters as the number of table columns before the current column.
9822  In Table
9823 \begin_inset space ~
9824 \end_inset
9825
9826
9827 \begin_inset CommandInset ref
9828 LatexCommand ref
9829 reference "tab:ForcedPagebreak"
9830
9831 \end_inset
9832
9833  the cell that should be broken is in the second column followed by another
9834  column.
9835  Therefore the following command was inserted in the cell as TeX-Code after
9836  
9837 \begin_inset Quotes eld
9838 \end_inset
9839
9840
9841 \emph on
9842 Castelchiodato,
9843 \emph default
9844
9845 \begin_inset Quotes erd
9846 \end_inset
9847
9848 :
9849 \end_layout
9850
9851 \begin_layout Standard
9852
9853 \series bold
9854 & 111
9855 \backslash
9856
9857 \backslash
9858  
9859 \backslash
9860 newpage
9861 \begin_inset Newline newline
9862 \end_inset
9863
9864 &
9865 \end_layout
9866
9867 \begin_layout Standard
9868 The 
9869 \begin_inset Quotes eld
9870 \end_inset
9871
9872 111
9873 \begin_inset Quotes erd
9874 \end_inset
9875
9876  in the third column of the row was deleted.
9877  
9878 \series bold
9879
9880 \backslash
9881 newpage
9882 \series default
9883  is only needed when a page break should definitely occur at this position,
9884  otherwise it would be a conditional break.
9885  If your footer row of the longtable has for a certain reason no upper line
9886  but you would have a horizontal line where the cell is broken, use this
9887  command instead:
9888 \end_layout
9889
9890 \begin_layout Standard
9891
9892 \series bold
9893 & 111
9894 \backslash
9895
9896 \backslash
9897
9898 \begin_inset Newline newline
9899 \end_inset
9900
9901
9902 \backslash
9903 hline &
9904 \end_layout
9905
9906 \begin_layout Standard
9907 When the cell to be broken is in the last column, the command
9908 \end_layout
9909
9910 \begin_layout Standard
9911
9912 \series bold
9913
9914 \backslash
9915 setlength{
9916 \backslash
9917 parfillskip}{0pt}
9918 \end_layout
9919
9920 \begin_layout Standard
9921 must be inserted as TeX-Code at the beginning of the cell.
9922  This ensures that the part of the cell that will be displayed on the new
9923  page appears with the full width.
9924 \end_layout
9925
9926 \begin_layout Standard
9927 \align center
9928 \begin_inset Tabular
9929 <lyxtabular version="3" rows="38" columns="3">
9930 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9931 <column alignment="left" valignment="top" width="0cm">
9932 <column alignment="left" valignment="top" width="3cm">
9933 <column alignment="center" valignment="top" width="0pt">
9934 <row endfirsthead="true" caption="true">
9935 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939 \begin_inset Caption Standard
9940
9941 \begin_layout Plain Layout
9942 Table with forced page break in table cell
9943 \begin_inset CommandInset label
9944 LatexCommand label
9945 name "tab:ForcedPagebreak"
9946
9947 \end_inset
9948
9949
9950 \begin_inset Argument 1
9951 status collapsed
9952
9953 \begin_layout Plain Layout
9954 Table with forced page break in table cell
9955 \end_layout
9956
9957 \end_inset
9958
9959
9960 \end_layout
9961
9962 \end_inset
9963
9964
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9970 \begin_inset Text
9971
9972 \begin_layout Plain Layout
9973
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9979 \begin_inset Text
9980
9981 \begin_layout Plain Layout
9982
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 </row>
9988 <row endfirsthead="true">
9989 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993
9994 \series bold
9995 Example Phone List (ignore the names)
9996 \end_layout
9997
9998 \end_inset
9999 </cell>
10000 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 </row>
10019 <row endfirsthead="true">
10020 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024
10025 \series bold
10026 NAME
10027 \end_layout
10028
10029 \end_inset
10030 </cell>
10031 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035
10036 \end_layout
10037
10038 \end_inset
10039 </cell>
10040 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10041 \begin_inset Text
10042
10043 \begin_layout Plain Layout
10044
10045 \series bold
10046 TEL.
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 </row>
10052 <row endhead="true">
10053 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057 \begin_inset ERT
10058 status collapsed
10059
10060 \begin_layout Plain Layout
10061
10062
10063 \backslash
10064 caption*{Continued Example Phone List}
10065 \backslash
10066
10067 \backslash
10068 %
10069 \end_layout
10070
10071 \end_inset
10072
10073
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 </row>
10097 <row endhead="true">
10098 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102
10103 \series bold
10104 Example Phone List
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 </row>
10128 <row endhead="true">
10129 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133
10134 \series bold
10135 NAME
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153
10154 \series bold
10155 TEL.
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 </row>
10161 <row endfoot="true">
10162 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166 continued on next page
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 </row>
10190 <row>
10191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195
10196 \series bold
10197 Annovi
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206 Silvia
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215 111
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 </row>
10221 <row>
10222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226
10227 \series bold
10228 Bertoli
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237 Stefano
10238 \end_layout
10239
10240 \end_inset
10241 </cell>
10242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246 111
10247 \end_layout
10248
10249 \end_inset
10250 </cell>
10251 </row>
10252 <row>
10253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Plain Layout
10257
10258 \series bold
10259 Bozzi
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268 Walter
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Plain Layout
10277 111
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 </row>
10283 <row>
10284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288
10289 \series bold
10290 Cachia
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299 Maria
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Plain Layout
10308 111
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 </row>
10314 <row>
10315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319
10320 \series bold
10321 Cachia
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330 Maurizio
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10336 \begin_inset Text
10337
10338 \begin_layout Plain Layout
10339 111
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 </row>
10345 <row>
10346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350
10351 \series bold
10352 Cinquemani
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361 Giusi
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Plain Layout
10370 111
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 </row>
10376 <row>
10377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381
10382 \series bold
10383 Colin
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392 Bernard
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401 111
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 </row>
10407 <row>
10408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412
10413 \series bold
10414 Concli
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423 Gianfranco
10424 \end_layout
10425
10426 \end_inset
10427 </cell>
10428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10429 \begin_inset Text
10430
10431 \begin_layout Plain Layout
10432 111
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 </row>
10438 <row>
10439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443
10444 \series bold
10445 Dal Bosco
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454 Carolina
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463 111
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 </row>
10469 <row>
10470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474
10475 \series bold
10476 Dalpiaz
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Plain Layout
10485 Annamaria
10486 \end_layout
10487
10488 \end_inset
10489 </cell>
10490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Plain Layout
10494 111
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 </row>
10500 <row>
10501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505
10506 \series bold
10507 Feliciello
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516 Domenico
10517 \end_layout
10518
10519 \end_inset
10520 </cell>
10521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10522 \begin_inset Text
10523
10524 \begin_layout Plain Layout
10525 111
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 </row>
10531 <row>
10532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536
10537 \series bold
10538 Focarelli
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547 Paola
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556 111
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 </row>
10562 <row>
10563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567
10568 \series bold
10569 Galletti
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578 Oreste
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587 111
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 </row>
10593 <row>
10594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598
10599 \series bold
10600 Gasparini
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609 Franca
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618 111
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 </row>
10624 <row>
10625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629
10630 \series bold
10631 Lassini
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 Giancarlo
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649 111
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 </row>
10655 <row>
10656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Plain Layout
10660
10661 \series bold
10662 Malfatti
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10668 \begin_inset Text
10669
10670 \begin_layout Plain Layout
10671 Luciano
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Plain Layout
10680 111
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 </row>
10686 <row>
10687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Plain Layout
10691
10692 \series bold
10693 Malfatti
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Plain Layout
10702 Valeriano
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Plain Layout
10711 111
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 </row>
10717 <row>
10718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722
10723 \series bold
10724 Meneguzzo
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733 Roberto
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10739 \begin_inset Text
10740
10741 \begin_layout Plain Layout
10742 111
10743 \end_layout
10744
10745 \end_inset
10746 </cell>
10747 </row>
10748 <row>
10749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753
10754 \series bold
10755 Mezzadra
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764 Roberto
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773 111
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 </row>
10779 <row>
10780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784
10785 \series bold
10786 Pirpamer
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795 Erich
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804 111
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 </row>
10810 <row>
10811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10812 \begin_inset Text
10813
10814 \begin_layout Plain Layout
10815
10816 \series bold
10817 Pochiesa
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10823 \begin_inset Text
10824
10825 \begin_layout Plain Layout
10826 Paolo
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835 111, 222
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 </row>
10841 <row>
10842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10843 \begin_inset Text
10844
10845 \begin_layout Plain Layout
10846
10847 \series bold
10848 Radina
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10854 \begin_inset Text
10855
10856 \begin_layout Plain Layout
10857 Claudio
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10863 \begin_inset Text
10864
10865 \begin_layout Plain Layout
10866 111
10867 \end_layout
10868
10869 \end_inset
10870 </cell>
10871 </row>
10872 <row>
10873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10874 \begin_inset Text
10875
10876 \begin_layout Plain Layout
10877
10878 \series bold
10879 Rizzardi
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888 Paolo, 11.
10889  Fürst von Montecompatri, 11.
10890  Fürst von Sulmona und Vivaro, 10.
10891  Fürst von Rossano, 5.
10892  Herzog von Canemorte, 11.
10893  Herzog von Palombara, 5.
10894  Herzog von Castelchiodato,
10895 \begin_inset ERT
10896 status open
10897
10898 \begin_layout Plain Layout
10899
10900 & 111
10901 \backslash
10902
10903 \backslash
10904  
10905 \backslash
10906 newpage
10907 \end_layout
10908
10909 \begin_layout Plain Layout
10910
10911 &
10912 \end_layout
10913
10914 \end_inset
10915
10916  11.
10917  Herzog von Poggionativo, 11.
10918  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10919  Graf von Valinfreda, 11.
10920  Baron von Cropalati, 11.
10921  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 </row>
10936 <row>
10937 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941
10942 \series bold
10943 Stuffer
10944 \end_layout
10945
10946 \end_inset
10947 </cell>
10948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10949 \begin_inset Text
10950
10951 \begin_layout Plain Layout
10952 Oskar
10953 \end_layout
10954
10955 \end_inset
10956 </cell>
10957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961 111
10962 \end_layout
10963
10964 \end_inset
10965 </cell>
10966 </row>
10967 <row>
10968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10969 \begin_inset Text
10970
10971 \begin_layout Plain Layout
10972
10973 \series bold
10974 Tacchelli
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983 Ugo
10984 \end_layout
10985
10986 \end_inset
10987 </cell>
10988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10989 \begin_inset Text
10990
10991 \begin_layout Plain Layout
10992 111
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 </row>
10998 <row>
10999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003
11004 \series bold
11005 Tezzele
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014 Margit
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11020 \begin_inset Text
11021
11022 \begin_layout Plain Layout
11023 111
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 </row>
11029 <row>
11030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034
11035 \series bold
11036 Unterkalmsteiner
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Plain Layout
11045 Frieda
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11051 \begin_inset Text
11052
11053 \begin_layout Plain Layout
11054 111
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 </row>
11060 <row>
11061 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Plain Layout
11065
11066 \series bold
11067 Vieider
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076 Hilde
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Plain Layout
11085 111
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 </row>
11091 <row>
11092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096
11097 \series bold
11098 Vigna
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107 Jürgen
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116 111
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 </row>
11122 <row>
11123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11124 \begin_inset Text
11125
11126 \begin_layout Plain Layout
11127
11128 \series bold
11129 Weber
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11135 \begin_inset Text
11136
11137 \begin_layout Plain Layout
11138 Maurizio
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147 111
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 </row>
11153 <row>
11154 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11155 \begin_inset Text
11156
11157 \begin_layout Plain Layout
11158
11159 \series bold
11160 Winkler
11161 \end_layout
11162
11163 \end_inset
11164 </cell>
11165 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169 Franz
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11175 \begin_inset Text
11176
11177 \begin_layout Plain Layout
11178 111
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 </row>
11184 </lyxtabular>
11185
11186 \end_inset
11187
11188
11189 \end_layout
11190
11191 \begin_layout Section
11192 Multiple Lines, Columns and Rows
11193 \end_layout
11194
11195 \begin_layout Subsection
11196 Multiple Lines in Table Cells
11197 \begin_inset CommandInset label
11198 LatexCommand label
11199 name "sub:Multiple-Lines-in"
11200
11201 \end_inset
11202
11203
11204 \begin_inset Index idx
11205 status collapsed
11206
11207 \begin_layout Plain Layout
11208 Multiple Lines in Table Cells
11209 \end_layout
11210
11211 \end_inset
11212
11213
11214 \begin_inset Index idx
11215 status collapsed
11216
11217 \begin_layout Plain Layout
11218 Table ! Linebreaks
11219 \end_layout
11220
11221 \end_inset
11222
11223
11224 \end_layout
11225
11226 \begin_layout Standard
11227 \noindent
11228 \begin_inset Float table
11229 placement H
11230 wide false
11231 sideways false
11232 status open
11233
11234 \begin_layout Plain Layout
11235 \begin_inset Caption Standard
11236
11237 \begin_layout Plain Layout
11238 \begin_inset CommandInset label
11239 LatexCommand label
11240 name "tab:Table-with-multiple"
11241
11242 \end_inset
11243
11244 Table with multiple lines in cells
11245 \end_layout
11246
11247 \end_inset
11248
11249
11250 \end_layout
11251
11252 \begin_layout Plain Layout
11253 \align center
11254 \begin_inset Tabular
11255 <lyxtabular version="3" rows="3" columns="3">
11256 <features rotate="0" tabularvalignment="middle">
11257 <column alignment="center" valignment="middle" width="2.5cm">
11258 <column alignment="center" valignment="middle" width="0">
11259 <column alignment="center" valignment="middle" width="0">
11260 <row>
11261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265 multiple
11266 \begin_inset Newline linebreak
11267 \end_inset
11268
11269 lines
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278 b
11279 \end_layout
11280
11281 \end_inset
11282 </cell>
11283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11284 \begin_inset Text
11285
11286 \begin_layout Plain Layout
11287 c
11288 \end_layout
11289
11290 \end_inset
11291 </cell>
11292 </row>
11293 <row>
11294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11295 \begin_inset Text
11296
11297 \begin_layout Plain Layout
11298 d
11299 \end_layout
11300
11301 \end_inset
11302 </cell>
11303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11304 \begin_inset Text
11305
11306 \begin_layout Plain Layout
11307 e
11308 \end_layout
11309
11310 \end_inset
11311 </cell>
11312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11313 \begin_inset Text
11314
11315 \begin_layout Plain Layout
11316 f
11317 \end_layout
11318
11319 \end_inset
11320 </cell>
11321 </row>
11322 <row>
11323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11324 \begin_inset Text
11325
11326 \begin_layout Plain Layout
11327 g
11328 \end_layout
11329
11330 \end_inset
11331 </cell>
11332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Plain Layout
11336 h
11337 \end_layout
11338
11339 \end_inset
11340 </cell>
11341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11342 \begin_inset Text
11343
11344 \begin_layout Plain Layout
11345 i
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 </row>
11351 </lyxtabular>
11352
11353 \end_inset
11354
11355
11356 \end_layout
11357
11358 \end_inset
11359
11360
11361 \end_layout
11362
11363 \begin_layout Standard
11364 Setting a fixed width for a column enables you to enter text as a paragraph
11365  with multiple lines and hyphenation.
11366 \end_layout
11367
11368 \begin_layout Standard
11369 To produce Table
11370 \begin_inset space ~
11371 \end_inset
11372
11373
11374 \begin_inset CommandInset ref
11375 LatexCommand ref
11376 reference "tab:Table-with-multiple"
11377
11378 \end_inset
11379
11380 , create a 3×3 table, mark the first cell and right-click on it.
11381  In the appearing table dialog we set a cell width of 2.5
11382 \begin_inset space \thinspace{}
11383 \end_inset
11384
11385 cm and choose centered for the vertical and horizontal alignment.
11386  The vertical alignment is used for all cells of the row.
11387  As our text is smaller than 2.5
11388 \begin_inset space \thinspace{}
11389 \end_inset
11390
11391 cm, only one line will appear.
11392  To get two lines, a justified line break (shortcut 
11393 \begin_inset Info
11394 type  "shortcut"
11395 arg   "newline-insert linebreak"
11396 \end_inset
11397
11398 ) was added.
11399  If the text is wider than the set cell width, it will automatically be
11400  broken to several lines.
11401 \end_layout
11402
11403 \begin_layout Standard
11404 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11405  by LaTeX if it is the first entry.
11406  Therefore you need to insert something to prevent the word not being the
11407  first entry.
11408  So add a horizontal space of 0
11409 \begin_inset space \thinspace{}
11410 \end_inset
11411
11412 pt before the word.
11413  As the space is zero, it doesn't change the output.
11414  Table
11415 \begin_inset space ~
11416 \end_inset
11417
11418
11419 \begin_inset CommandInset ref
11420 LatexCommand ref
11421 reference "tab:Table-with-and"
11422
11423 \end_inset
11424
11425  shows the effect.
11426 \end_layout
11427
11428 \begin_layout Standard
11429 \begin_inset Float table
11430 placement h
11431 wide false
11432 sideways false
11433 status open
11434
11435 \begin_layout Plain Layout
11436 \begin_inset Caption Standard
11437
11438 \begin_layout Plain Layout
11439 \begin_inset CommandInset label
11440 LatexCommand label
11441 name "tab:Table-with-and"
11442
11443 \end_inset
11444
11445 Table with and without hyphenation
11446 \end_layout
11447
11448 \end_inset
11449
11450
11451 \end_layout
11452
11453 \begin_layout Plain Layout
11454 \begin_inset space \hfill{}
11455 \end_inset
11456
11457
11458 \begin_inset Tabular
11459 <lyxtabular version="3" rows="3" columns="3">
11460 <features rotate="0" tabularvalignment="middle">
11461 <column alignment="center" valignment="middle" width="2.5cm">
11462 <column alignment="center" valignment="middle" width="0">
11463 <column alignment="center" valignment="middle" width="0">
11464 <row>
11465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11466 \begin_inset Text
11467
11468 \begin_layout Plain Layout
11469 verylongtablecellword
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478 b
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487 c
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 </row>
11493 <row>
11494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498 d
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11504 \begin_inset Text
11505
11506 \begin_layout Plain Layout
11507 e
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11513 \begin_inset Text
11514
11515 \begin_layout Plain Layout
11516 f
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 </row>
11522 <row>
11523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11524 \begin_inset Text
11525
11526 \begin_layout Plain Layout
11527 g
11528 \end_layout
11529
11530 \end_inset
11531 </cell>
11532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11533 \begin_inset Text
11534
11535 \begin_layout Plain Layout
11536 h
11537 \end_layout
11538
11539 \end_inset
11540 </cell>
11541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11542 \begin_inset Text
11543
11544 \begin_layout Plain Layout
11545 i
11546 \end_layout
11547
11548 \end_inset
11549 </cell>
11550 </row>
11551 </lyxtabular>
11552
11553 \end_inset
11554
11555
11556 \begin_inset space \hfill{}
11557 \end_inset
11558
11559
11560 \begin_inset Tabular
11561 <lyxtabular version="3" rows="3" columns="3">
11562 <features rotate="0" tabularvalignment="middle">
11563 <column alignment="center" valignment="middle" width="2.5cm">
11564 <column alignment="center" valignment="middle" width="0">
11565 <column alignment="center" valignment="middle" width="0">
11566 <row>
11567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11568 \begin_inset Text
11569
11570 \begin_layout Plain Layout
11571 \begin_inset space \hspace{}
11572 \length 0pt
11573 \end_inset
11574
11575 verylongtablecellword
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584 b
11585 \end_layout
11586
11587 \end_inset
11588 </cell>
11589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11590 \begin_inset Text
11591
11592 \begin_layout Plain Layout
11593 c
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 </row>
11599 <row>
11600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11601 \begin_inset Text
11602
11603 \begin_layout Plain Layout
11604 d
11605 \end_layout
11606
11607 \end_inset
11608 </cell>
11609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11610 \begin_inset Text
11611
11612 \begin_layout Plain Layout
11613 e
11614 \end_layout
11615
11616 \end_inset
11617 </cell>
11618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11619 \begin_inset Text
11620
11621 \begin_layout Plain Layout
11622 f
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 </row>
11628 <row>
11629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11630 \begin_inset Text
11631
11632 \begin_layout Plain Layout
11633 g
11634 \end_layout
11635
11636 \end_inset
11637 </cell>
11638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11639 \begin_inset Text
11640
11641 \begin_layout Plain Layout
11642 h
11643 \end_layout
11644
11645 \end_inset
11646 </cell>
11647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11648 \begin_inset Text
11649
11650 \begin_layout Plain Layout
11651 i
11652 \end_layout
11653
11654 \end_inset
11655 </cell>
11656 </row>
11657 </lyxtabular>
11658
11659 \end_inset
11660
11661
11662 \begin_inset space \hfill{}
11663 \end_inset
11664
11665
11666 \end_layout
11667
11668 \end_inset
11669
11670
11671 \end_layout
11672
11673 \begin_layout Subsection
11674 Multicolumns
11675 \begin_inset CommandInset label
11676 LatexCommand label
11677 name "sub:Multicolumns"
11678
11679 \end_inset
11680
11681
11682 \begin_inset Index idx
11683 status collapsed
11684
11685 \begin_layout Plain Layout
11686 Multicolumns
11687 \end_layout
11688
11689 \end_inset
11690
11691
11692 \begin_inset Index idx
11693 status collapsed
11694
11695 \begin_layout Plain Layout
11696 Table ! Multicolumns
11697 \end_layout
11698
11699 \end_inset
11700
11701
11702 \end_layout
11703
11704 \begin_layout Subsubsection
11705 Multicolumn Basics
11706 \end_layout
11707
11708 \begin_layout Standard
11709 To merge cells over multiple columns, select as many cells within a row
11710  as you want to merge and use either the table-toolbar button 
11711 \begin_inset Info
11712 type  "icon"
11713 arg   "inset-modify tabular multicolumn"
11714 \end_inset
11715
11716 , or the menu 
11717 \family sans
11718 Edit\SpecialChar \menuseparator
11719 Table\SpecialChar \menuseparator
11720 Multicolumn
11721 \family default
11722 , or right click on the marked cells and choose 
11723 \family sans
11724 Multicolumn
11725 \family default
11726  in the context menu.
11727 \end_layout
11728
11729 \begin_layout Standard
11730 Multicolumns have there own cell settings.
11731  That means changing cell borders, cell alignment, and the width only affects
11732  the multicolumn.
11733  Here is an example table with a multicolumn cell in the first row and one
11734  in the last row without the upper border:
11735 \end_layout
11736
11737 \begin_layout Standard
11738 \align center
11739 \begin_inset Tabular
11740 <lyxtabular version="3" rows="3" columns="4">
11741 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11742 <column alignment="center" valignment="top" width="0pt">
11743 <column alignment="center" valignment="middle" width="0">
11744 <column alignment="center" valignment="top" width="0in">
11745 <column alignment="center" valignment="top" width="0pt">
11746 <row>
11747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11748 \begin_inset Text
11749
11750 \begin_layout Plain Layout
11751 abc
11752 \end_layout
11753
11754 \end_inset
11755 </cell>
11756 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760 def ghi
11761 \end_layout
11762
11763 \end_inset
11764 </cell>
11765 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11766 \begin_inset Text
11767
11768 \begin_layout Plain Layout
11769
11770 \end_layout
11771
11772 \end_inset
11773 </cell>
11774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11775 \begin_inset Text
11776
11777 \begin_layout Plain Layout
11778 jkl
11779 \end_layout
11780
11781 \end_inset
11782 </cell>
11783 </row>
11784 <row>
11785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11786 \begin_inset Text
11787
11788 \begin_layout Plain Layout
11789
11790 \family roman
11791 \series medium
11792 \shape up
11793 \size normal
11794 \emph off
11795 \bar no
11796 \noun off
11797 \color none
11798 A
11799 \end_layout
11800
11801 \end_inset
11802 </cell>
11803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11804 \begin_inset Text
11805
11806 \begin_layout Plain Layout
11807 B
11808 \end_layout
11809
11810 \end_inset
11811 </cell>
11812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11813 \begin_inset Text
11814
11815 \begin_layout Plain Layout
11816 C
11817 \end_layout
11818
11819 \end_inset
11820 </cell>
11821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825 D
11826 \end_layout
11827
11828 \end_inset
11829 </cell>
11830 </row>
11831 <row>
11832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11833 \begin_inset Text
11834
11835 \begin_layout Plain Layout
11836 1
11837 \end_layout
11838
11839 \end_inset
11840 </cell>
11841 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11842 \begin_inset Text
11843
11844 \begin_layout Plain Layout
11845 2
11846 \end_layout
11847
11848 \end_inset
11849 </cell>
11850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11851 \begin_inset Text
11852
11853 \begin_layout Plain Layout
11854 3
11855 \end_layout
11856
11857 \end_inset
11858 </cell>
11859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11860 \begin_inset Text
11861
11862 \begin_layout Plain Layout
11863 4
11864 \end_layout
11865
11866 \end_inset
11867 </cell>
11868 </row>
11869 </lyxtabular>
11870
11871 \end_inset
11872
11873
11874 \end_layout
11875
11876 \begin_layout Subsubsection
11877 Multicolumn Calculations
11878 \begin_inset CommandInset label
11879 LatexCommand label
11880 name "sub:Multicolumn-Calculations"
11881
11882 \end_inset
11883
11884
11885 \begin_inset Index idx
11886 status collapsed
11887
11888 \begin_layout Plain Layout
11889 Multicolumns ! Calculations
11890 \end_layout
11891
11892 \end_inset
11893
11894
11895 \end_layout
11896
11897 \begin_layout Standard
11898 LyX supports multicolumns directly, but we have to take account of the cell
11899  width of the columns spanned by the multicolumn cell.
11900 \end_layout
11901
11902 \begin_layout Standard
11903 \begin_inset Float table
11904 placement h
11905 wide false
11906 sideways false
11907 status open
11908
11909 \begin_layout Plain Layout
11910 \begin_inset Caption Standard
11911
11912 \begin_layout Plain Layout
11913 \begin_inset CommandInset label
11914 LatexCommand label
11915 name "tab:Table-with-centered"
11916
11917 \end_inset
11918
11919 Table with centered multicolumn text above two columns that have exactly
11920  half the width of the multicolumn cell
11921 \begin_inset Argument 1
11922 status collapsed
11923
11924 \begin_layout Plain Layout
11925 Perfect multicolumn table
11926 \end_layout
11927
11928 \end_inset
11929
11930
11931 \end_layout
11932
11933 \end_inset
11934
11935
11936 \end_layout
11937
11938 \begin_layout Plain Layout
11939 \align center
11940 \begin_inset Tabular
11941 <lyxtabular version="3" rows="3" columns="3">
11942 <features rotate="0" tabularvalignment="middle">
11943 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11944 <column alignment="center" valignment="middle" width="0">
11945 <column alignment="center" valignment="top" width="0">
11946 <row>
11947 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11948 \begin_inset Text
11949
11950 \begin_layout Plain Layout
11951 multiple lines multicolumn
11952 \end_layout
11953
11954 \end_inset
11955 </cell>
11956 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11957 \begin_inset Text
11958
11959 \begin_layout Plain Layout
11960
11961 \end_layout
11962
11963 \end_inset
11964 </cell>
11965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11966 \begin_inset Text
11967
11968 \begin_layout Plain Layout
11969 c
11970 \end_layout
11971
11972 \end_inset
11973 </cell>
11974 </row>
11975 <row>
11976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11977 \begin_inset Text
11978
11979 \begin_layout Plain Layout
11980 d
11981 \end_layout
11982
11983 \end_inset
11984 </cell>
11985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11986 \begin_inset Text
11987
11988 \begin_layout Plain Layout
11989 e
11990 \end_layout
11991
11992 \end_inset
11993 </cell>
11994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11995 \begin_inset Text
11996
11997 \begin_layout Plain Layout
11998 f
11999 \end_layout
12000
12001 \end_inset
12002 </cell>
12003 </row>
12004 <row>
12005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12006 \begin_inset Text
12007
12008 \begin_layout Plain Layout
12009 g
12010 \end_layout
12011
12012 \end_inset
12013 </cell>
12014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12015 \begin_inset Text
12016
12017 \begin_layout Plain Layout
12018 h
12019 \end_layout
12020
12021 \end_inset
12022 </cell>
12023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12024 \begin_inset Text
12025
12026 \begin_layout Plain Layout
12027 i
12028 \end_layout
12029
12030 \end_inset
12031 </cell>
12032 </row>
12033 </lyxtabular>
12034
12035 \end_inset
12036
12037
12038 \end_layout
12039
12040 \end_inset
12041
12042
12043 \end_layout
12044
12045 \begin_layout Standard
12046 To create for example Table
12047 \begin_inset space ~
12048 \end_inset
12049
12050
12051 \begin_inset CommandInset ref
12052 LatexCommand ref
12053 reference "tab:Table-with-centered"
12054
12055 \end_inset
12056
12057 , mark the first two cells in the first row of a 3×3 table and right-click
12058  on them.
12059  Now choose for this cell 
12060 \emph on
12061 multicolumn
12062 \emph default
12063
12064 \emph on
12065 centered alignment
12066 \emph default
12067  and a width of 2.5
12068 \begin_inset space \thinspace{}
12069 \end_inset
12070
12071 cm in the table dialog.
12072  The merged columns should have exactly half the width of the multicolumn
12073  cell, so that you would set a width of 1.25
12074 \begin_inset space \thinspace{}
12075 \end_inset
12076
12077 cm for the first column.
12078  The second column has then automatically a width of 1.25
12079 \begin_inset space \thinspace{}
12080 \end_inset
12081
12082 cm (multicolumn width - width of first column).
12083  This was done for Table
12084 \begin_inset space ~
12085 \end_inset
12086
12087
12088 \begin_inset CommandInset ref
12089 LatexCommand ref
12090 reference "tab:Table-without-half"
12091
12092 \end_inset
12093
12094 .
12095 \end_layout
12096
12097 \begin_layout Standard
12098 \begin_inset Float table
12099 wide false
12100 sideways false
12101 status open
12102
12103 \begin_layout Plain Layout
12104 \begin_inset Caption Standard
12105
12106 \begin_layout Plain Layout
12107 \begin_inset CommandInset label
12108 LatexCommand label
12109 name "tab:Table-without-half"
12110
12111 \end_inset
12112
12113 Table where the spanned table columns are not exactly half the width of
12114  the multicolumn cell
12115 \begin_inset Argument 1
12116 status collapsed
12117
12118 \begin_layout Plain Layout
12119 Imperfect multicolumn table
12120 \end_layout
12121
12122 \end_inset
12123
12124
12125 \end_layout
12126
12127 \end_inset
12128
12129
12130 \end_layout
12131
12132 \begin_layout Plain Layout
12133 \align center
12134 \begin_inset Tabular
12135 <lyxtabular version="3" rows="3" columns="3">
12136 <features rotate="0" tabularvalignment="middle">
12137 <column alignment="center" valignment="top" width="1.25cm">
12138 <column alignment="center" valignment="top" width="0">
12139 <column alignment="center" valignment="top" width="0">
12140 <row>
12141 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12142 \begin_inset Text
12143
12144 \begin_layout Plain Layout
12145 multiple lines multicolumn
12146 \end_layout
12147
12148 \end_inset
12149 </cell>
12150 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12151 \begin_inset Text
12152
12153 \begin_layout Plain Layout
12154
12155 \end_layout
12156
12157 \end_inset
12158 </cell>
12159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12160 \begin_inset Text
12161
12162 \begin_layout Plain Layout
12163 c
12164 \end_layout
12165
12166 \end_inset
12167 </cell>
12168 </row>
12169 <row>
12170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12171 \begin_inset Text
12172
12173 \begin_layout Plain Layout
12174 d
12175 \end_layout
12176
12177 \end_inset
12178 </cell>
12179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12180 \begin_inset Text
12181
12182 \begin_layout Plain Layout
12183 e
12184 \end_layout
12185
12186 \end_inset
12187 </cell>
12188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12189 \begin_inset Text
12190
12191 \begin_layout Plain Layout
12192 f
12193 \end_layout
12194
12195 \end_inset
12196 </cell>
12197 </row>
12198 <row>
12199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12200 \begin_inset Text
12201
12202 \begin_layout Plain Layout
12203 g
12204 \end_layout
12205
12206 \end_inset
12207 </cell>
12208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12209 \begin_inset Text
12210
12211 \begin_layout Plain Layout
12212 h
12213 \end_layout
12214
12215 \end_inset
12216 </cell>
12217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12218 \begin_inset Text
12219
12220 \begin_layout Plain Layout
12221 i
12222 \end_layout
12223
12224 \end_inset
12225 </cell>
12226 </row>
12227 </lyxtabular>
12228
12229 \end_inset
12230
12231
12232 \end_layout
12233
12234 \end_inset
12235
12236
12237 \end_layout
12238
12239 \begin_layout Standard
12240 You can see that the first column is not half the width of the multicolumn
12241  cell, it is a bit bigger.
12242  The reason is that the specified width of a cell 
12243 \begin_inset Formula $W_{g}$
12244 \end_inset
12245
12246  is not its total width 
12247 \begin_inset Formula $W_{\mathrm{tot}}$
12248 \end_inset
12249
12250  because a cell is always a bit larger than specified.
12251  Appendix
12252 \begin_inset space ~
12253 \end_inset
12254
12255
12256 \begin_inset CommandInset ref
12257 LatexCommand ref
12258 reference "cha:Explanation-of-Equation"
12259
12260 \end_inset
12261
12262  explains this in detail.
12263 \end_layout
12264
12265 \begin_layout Standard
12266 The width 
12267 \begin_inset Formula $W_{g\, n}$
12268 \end_inset
12269
12270  which the user needs to set when 
12271 \emph on
12272 n
12273 \emph default
12274  columns are spanned can be calculated, so that each column has a total
12275  width of 
12276 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12277 \end_inset
12278
12279 :
12280 \begin_inset Formula 
12281 \begin{equation}
12282 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12283 \end{equation}
12284
12285 \end_inset
12286
12287
12288 \end_layout
12289
12290 \begin_layout Standard
12291 In our case we have 
12292 \begin_inset Formula $n=2$
12293 \end_inset
12294
12295
12296 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12297 \end_inset
12298
12299 cm and the default values for the lengths, so that equation 
12300 \begin_inset CommandInset ref
12301 LatexCommand ref
12302 reference "eq:Wgn"
12303
12304 \end_inset
12305
12306  becomes
12307 \begin_inset Formula 
12308 \begin{equation}
12309 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12310 \end{equation}
12311
12312 \end_inset
12313
12314
12315 \end_layout
12316
12317 \begin_layout Standard
12318 To enable calculations in LaTeX, the LaTeX-package 
12319 \series bold
12320 calc
12321 \series default
12322  must be loaded with the document preamble line
12323 \begin_inset Index idx
12324 status collapsed
12325
12326 \begin_layout Plain Layout
12327 LaTeX-packages ! calc
12328 \end_layout
12329
12330 \end_inset
12331
12332
12333 \end_layout
12334
12335 \begin_layout Standard
12336
12337 \series bold
12338
12339 \backslash
12340 usepackage{calc}
12341 \end_layout
12342
12343 \begin_layout Standard
12344 LyX does not allow you to calculate lengths in the 
12345 \family sans
12346 Width
12347 \family default
12348  field of the table dialog.
12349  Therefore you have to format the column by inserting a LaTeX-argument in
12350  the dialog.
12351  Here is an overview about the arguments:
12352 \end_layout
12353
12354 \begin_layout Itemize
12355
12356 \series bold
12357 p{width}
12358 \series default
12359  creates cell with a fixed width, its text is vertically top-aligned
12360 \end_layout
12361
12362 \begin_layout Itemize
12363
12364 \series bold
12365 m{width}
12366 \series default
12367  creates cell with a fixed width, its text is vertically centered
12368 \end_layout
12369
12370 \begin_layout Itemize
12371
12372 \series bold
12373 b{width}
12374 \series default
12375  creates cell with a fixed width, its text is vertically bottom-aligned
12376 \end_layout
12377
12378 \begin_layout Standard
12379 By entering a LaTeX-argument, all cell settings set in the table dialog
12380  are overwritten.
12381 \end_layout
12382
12383 \begin_layout Standard
12384 \begin_inset Note Greyedout
12385 status open
12386
12387 \begin_layout Plain Layout
12388
12389 \series bold
12390 Note:
12391 \series default
12392  Due to a bug, LyX shows the overwritten settings anyway.
12393 \end_layout
12394
12395 \end_inset
12396
12397
12398 \end_layout
12399
12400 \begin_layout Standard
12401 As the text should be horizontally centered, the command 
12402 \series bold
12403
12404 \backslash
12405 centering
12406 \series default
12407  is added.
12408  You can now enter the following LaTeX-argument for the first spanned column:
12409 \end_layout
12410
12411 \begin_layout Standard
12412
12413 \series bold
12414 >{
12415 \backslash
12416 centering}m{1.25cm-6.2pt}
12417 \end_layout
12418
12419 \begin_layout Standard
12420 The command 
12421 \series bold
12422 >{ }
12423 \series default
12424  means, that the commands inside the braces are applied before the cell
12425  is created.
12426 \end_layout
12427
12428 \begin_layout Standard
12429 Although we have chosen centered alignment for the text of the multicolumn
12430  cell, it is still left aligned.
12431  This is because LyX only applies the alignment to single columns.
12432  So for the multicolumn cell we have to use the LaTeX-argument
12433 \end_layout
12434
12435 \begin_layout Standard
12436
12437 \series bold
12438 >{
12439 \backslash
12440 centering}m{2.5cm}
12441 \end_layout
12442
12443 \begin_layout Subsection
12444 Multirows
12445 \begin_inset CommandInset label
12446 LatexCommand label
12447 name "sub:Multirows"
12448
12449 \end_inset
12450
12451
12452 \begin_inset Index idx
12453 status collapsed
12454
12455 \begin_layout Plain Layout
12456 Multirows
12457 \end_layout
12458
12459 \end_inset
12460
12461
12462 \begin_inset Index idx
12463 status collapsed
12464
12465 \begin_layout Plain Layout
12466 Table ! Multirows
12467 \end_layout
12468
12469 \end_inset
12470
12471
12472 \end_layout
12473
12474 \begin_layout Standard
12475 To merge cells over multiple rows, select as many cells within a column
12476  as you want to merge and use either the table-toolbar button 
12477 \begin_inset Info
12478 type  "icon"
12479 arg   "inset-modify tabular multirow"
12480 \end_inset
12481
12482 , or the menu 
12483 \family sans
12484 Edit\SpecialChar \menuseparator
12485 Table\SpecialChar \menuseparator
12486 Multirow
12487 \family default
12488 , or right click on the marked cells and choose 
12489 \family sans
12490 Multirow
12491 \family default
12492  in the context menu.
12493 \end_layout
12494
12495 \begin_layout Standard
12496 Here is an example table with a multirow in the first column:
12497 \end_layout
12498
12499 \begin_layout Standard
12500 \align center
12501 \begin_inset Tabular
12502 <lyxtabular version="3" rows="3" columns="3">
12503 <features rotate="0" tabularvalignment="middle">
12504 <column alignment="center" valignment="top" width="0pt">
12505 <column alignment="center" valignment="top" width="0">
12506 <column alignment="center" valignment="top" width="0">
12507 <row>
12508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12509 \begin_inset Text
12510
12511 \begin_layout Plain Layout
12512 a long cell entry
12513 \end_layout
12514
12515 \end_inset
12516 </cell>
12517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12518 \begin_inset Text
12519
12520 \begin_layout Plain Layout
12521 b
12522 \end_layout
12523
12524 \end_inset
12525 </cell>
12526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12527 \begin_inset Text
12528
12529 \begin_layout Plain Layout
12530 c
12531 \end_layout
12532
12533 \end_inset
12534 </cell>
12535 </row>
12536 <row>
12537 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12538 \begin_inset Text
12539
12540 \begin_layout Plain Layout
12541 multirow
12542 \end_layout
12543
12544 \end_inset
12545 </cell>
12546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12547 \begin_inset Text
12548
12549 \begin_layout Plain Layout
12550 e
12551 \end_layout
12552
12553 \end_inset
12554 </cell>
12555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12556 \begin_inset Text
12557
12558 \begin_layout Plain Layout
12559 f
12560 \end_layout
12561
12562 \end_inset
12563 </cell>
12564 </row>
12565 <row>
12566 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12567 \begin_inset Text
12568
12569 \begin_layout Plain Layout
12570
12571 \end_layout
12572
12573 \end_inset
12574 </cell>
12575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12576 \begin_inset Text
12577
12578 \begin_layout Plain Layout
12579 h
12580 \end_layout
12581
12582 \end_inset
12583 </cell>
12584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12585 \begin_inset Text
12586
12587 \begin_layout Plain Layout
12588 i
12589 \end_layout
12590
12591 \end_inset
12592 </cell>
12593 </row>
12594 </lyxtabular>
12595
12596 \end_inset
12597
12598
12599 \end_layout
12600
12601 \begin_layout Standard
12602 The width of multirow cells is set by setting the width and alignment for
12603  the whole column.
12604  The 
12605 \family sans
12606 Vertical Offset
12607 \family default
12608  shifts the content of the multirow up/down if the offset is positive/negative.
12609 \end_layout
12610
12611 \begin_layout Standard
12612 If the column of a multirow cell has no explicit width, the multirow cell
12613  inherits the alignment of the column.
12614  Otherwise it is by default left-aligned.
12615  To override the default, renew the command 
12616 \series bold
12617
12618 \backslash
12619 multirowsetup
12620 \series default
12621  with the command
12622 \end_layout
12623
12624 \begin_layout Standard
12625
12626 \series bold
12627
12628 \backslash
12629 renewcommand{
12630 \backslash
12631 multirowsetup}{
12632 \backslash
12633 centering}
12634 \end_layout
12635
12636 \begin_layout Standard
12637 in the document preamble.
12638  Then all entries of multirow cells in the document are centered.
12639  If centering is only needed for several tables, you can renew the command
12640  in a TeX-Code box just before the table instead of the preamble.
12641  If the text should be right-aligned, replace 
12642 \series bold
12643
12644 \backslash
12645 centering
12646 \series default
12647  by 
12648 \series bold
12649
12650 \backslash
12651 raggedleft
12652 \series default
12653 .
12654  To return to left-alignment 
12655 \series bold
12656
12657 \backslash
12658 raggedright
12659 \series default
12660  is used.
12661 \end_layout
12662
12663 \begin_layout Standard
12664 This is an example table with a right-aligned multirow cell that has a vertical
12665  offset of -4
12666 \begin_inset space \thinspace{}
12667 \end_inset
12668
12669 mm and is in a 3
12670 \begin_inset space \thinspace{}
12671 \end_inset
12672
12673 cm wide column:
12674 \end_layout
12675
12676 \begin_layout Standard
12677 \noindent
12678 \align center
12679 \begin_inset ERT
12680 status collapsed
12681
12682 \begin_layout Plain Layout
12683
12684
12685 \backslash
12686 renewcommand{
12687 \backslash
12688 multirowsetup}{
12689 \backslash
12690 raggedleft}
12691 \end_layout
12692
12693 \end_inset
12694
12695
12696 \begin_inset Tabular
12697 <lyxtabular version="3" rows="4" columns="3">
12698 <features rotate="0" tabularvalignment="middle">
12699 <column alignment="center" valignment="top" width="3cm">
12700 <column alignment="center" valignment="top" width="0">
12701 <column alignment="center" valignment="top" width="0">
12702 <row>
12703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12704 \begin_inset Text
12705
12706 \begin_layout Plain Layout
12707 a long cell entry
12708 \end_layout
12709
12710 \end_inset
12711 </cell>
12712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12713 \begin_inset Text
12714
12715 \begin_layout Plain Layout
12716 b
12717 \end_layout
12718
12719 \end_inset
12720 </cell>
12721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12722 \begin_inset Text
12723
12724 \begin_layout Plain Layout
12725 c
12726 \end_layout
12727
12728 \end_inset
12729 </cell>
12730 </row>
12731 <row>
12732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12733 \begin_inset Text
12734
12735 \begin_layout Plain Layout
12736 t
12737 \end_layout
12738
12739 \end_inset
12740 </cell>
12741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12742 \begin_inset Text
12743
12744 \begin_layout Plain Layout
12745 n
12746 \end_layout
12747
12748 \end_inset
12749 </cell>
12750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12751 \begin_inset Text
12752
12753 \begin_layout Plain Layout
12754 m
12755 \end_layout
12756
12757 \end_inset
12758 </cell>
12759 </row>
12760 <row>
12761 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12762 \begin_inset Text
12763
12764 \begin_layout Plain Layout
12765 multirow
12766 \end_layout
12767
12768 \end_inset
12769 </cell>
12770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12771 \begin_inset Text
12772
12773 \begin_layout Plain Layout
12774 e
12775 \end_layout
12776
12777 \end_inset
12778 </cell>
12779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12780 \begin_inset Text
12781
12782 \begin_layout Plain Layout
12783 f
12784 \end_layout
12785
12786 \end_inset
12787 </cell>
12788 </row>
12789 <row>
12790 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12791 \begin_inset Text
12792
12793 \begin_layout Plain Layout
12794
12795 \end_layout
12796
12797 \end_inset
12798 </cell>
12799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12800 \begin_inset Text
12801
12802 \begin_layout Plain Layout
12803 h
12804 \end_layout
12805
12806 \end_inset
12807 </cell>
12808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12809 \begin_inset Text
12810
12811 \begin_layout Plain Layout
12812 i
12813 \end_layout
12814
12815 \end_inset
12816 </cell>
12817 </row>
12818 </lyxtabular>
12819
12820 \end_inset
12821
12822
12823 \begin_inset ERT
12824 status collapsed
12825
12826 \begin_layout Plain Layout
12827
12828
12829 \backslash
12830 renewcommand{
12831 \backslash
12832 multirowsetup}{
12833 \backslash
12834 raggedright}
12835 \end_layout
12836
12837 \end_inset
12838
12839
12840 \end_layout
12841
12842 \begin_layout Standard
12843 To start a new line in a multirow you can use a forced line break (shortcut
12844  
12845 \begin_inset Info
12846 type  "shortcut"
12847 arg   "newline-insert newline"
12848 \end_inset
12849
12850 ) but this will not respect the cell lines as demonstrated in this table:
12851 \end_layout
12852
12853 \begin_layout Standard
12854 \noindent
12855 \align center
12856 \begin_inset Tabular
12857 <lyxtabular version="3" rows="3" columns="2">
12858 <features rotate="0" tabularvalignment="middle">
12859 <column alignment="left" valignment="middle" width="2cm">
12860 <column alignment="center" valignment="top" width="0">
12861 <row>
12862 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12863 \begin_inset Text
12864
12865 \begin_layout Plain Layout
12866 aaa
12867 \begin_inset Newline newline
12868 \end_inset
12869
12870 aaa
12871 \begin_inset Newline newline
12872 \end_inset
12873
12874 wrong cell
12875 \end_layout
12876
12877 \end_inset
12878 </cell>
12879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12880 \begin_inset Text
12881
12882 \begin_layout Plain Layout
12883 ccc
12884 \end_layout
12885
12886 \end_inset
12887 </cell>
12888 </row>
12889 <row>
12890 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12891 \begin_inset Text
12892
12893 \begin_layout Plain Layout
12894
12895 \end_layout
12896
12897 \end_inset
12898 </cell>
12899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12900 \begin_inset Text
12901
12902 \begin_layout Plain Layout
12903 ddd
12904 \end_layout
12905
12906 \end_inset
12907 </cell>
12908 </row>
12909 <row>
12910 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12911 \begin_inset Text
12912
12913 \begin_layout Plain Layout
12914 bbb
12915 \end_layout
12916
12917 \end_inset
12918 </cell>
12919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12920 \begin_inset Text
12921
12922 \begin_layout Plain Layout
12923 eee
12924 \end_layout
12925
12926 \end_inset
12927 </cell>
12928 </row>
12929 </lyxtabular>
12930
12931 \end_inset
12932
12933
12934 \end_layout
12935
12936 \begin_layout Standard
12937 Therefore be careful with forced line breaks.
12938 \end_layout
12939
12940 \begin_layout Subsection
12941 Cells with diagonal line(s)
12942 \end_layout
12943
12944 \begin_layout Standard
12945 To tell the reader what is meant by column and row headings in a table,
12946  it is helpful to split the first cell of the table by one or two diagonal
12947  lines.
12948  This can be achieved by loading the LaTeX-package 
12949 \series bold
12950 diagbox
12951 \series default
12952
12953 \begin_inset Index idx
12954 status collapsed
12955
12956 \begin_layout Plain Layout
12957 LaTeX-packages ! picinpar
12958 \end_layout
12959
12960 \end_inset
12961
12962  in the document preamble.
12963  The package provides the command 
12964 \series bold
12965
12966 \backslash
12967 diagbox
12968 \series default
12969  that is inserted as TeX-Code and that can take 2 or 3
12970 \begin_inset space ~
12971 \end_inset
12972
12973 arguments:
12974 \end_layout
12975
12976 \begin_layout Standard
12977
12978 \series bold
12979
12980 \backslash
12981 diagbox[options]{lower left}{upper right}
12982 \end_layout
12983
12984 \begin_layout Standard
12985
12986 \series bold
12987
12988 \backslash
12989 diagbox[options]{lower left}{upper left}{upper right}
12990 \end_layout
12991
12992 \begin_layout Standard
12993 The first scheme divides the cell by a single diagonal line and the arguments
12994  are placed below and above this line.
12995  The second scheme divides the cell by 2
12996 \begin_inset space ~
12997 \end_inset
12998
12999 lines.
13000 \end_layout
13001
13002 \begin_layout Standard
13003 \begin_inset ERT
13004 status collapsed
13005
13006 \begin_layout Plain Layout
13007
13008
13009 \backslash
13010 ifdiagbox
13011 \end_layout
13012
13013 \end_inset
13014
13015
13016 \begin_inset Note Note
13017 status open
13018
13019 \begin_layout Plain Layout
13020 The following section will only be displayed when the LaTeX-package 
13021 \series bold
13022 diagbox
13023 \series default
13024  is installed.
13025 \end_layout
13026
13027 \end_inset
13028
13029
13030 \end_layout
13031
13032 \begin_layout Standard
13033 Here is an example table where 
13034 \series bold
13035
13036 \backslash
13037 diagbox 
13038 \series default
13039 is used in the 2-argument scheme in the first cell:
13040 \begin_inset VSpace medskip
13041 \end_inset
13042
13043
13044 \end_layout
13045
13046 \begin_layout Standard
13047 \noindent
13048 \begin_inset Tabular
13049 <lyxtabular version="3" rows="4" columns="4">
13050 <features rotate="0" tabularvalignment="middle">
13051 <column alignment="center" valignment="top" width="0">
13052 <column alignment="center" valignment="top" width="0">
13053 <column alignment="center" valignment="top" width="0">
13054 <column alignment="center" valignment="top" width="0">
13055 <row>
13056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13057 \begin_inset Text
13058
13059 \begin_layout Plain Layout
13060 \begin_inset ERT
13061 status collapsed
13062
13063 \begin_layout Plain Layout
13064
13065
13066 \backslash
13067 diagbox{
13068 \end_layout
13069
13070 \end_inset
13071
13072 Name
13073 \begin_inset ERT
13074 status collapsed
13075
13076 \begin_layout Plain Layout
13077
13078 }{
13079 \end_layout
13080
13081 \end_inset
13082
13083 Parameter
13084 \begin_inset ERT
13085 status collapsed
13086
13087 \begin_layout Plain Layout
13088
13089 }
13090 \end_layout
13091
13092 \end_inset
13093
13094
13095 \end_layout
13096
13097 \end_inset
13098 </cell>
13099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13100 \begin_inset Text
13101
13102 \begin_layout Plain Layout
13103 Thickness in nm
13104 \end_layout
13105
13106 \end_inset
13107 </cell>
13108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13109 \begin_inset Text
13110
13111 \begin_layout Plain Layout
13112 Transparency in %
13113 \end_layout
13114
13115 \end_inset
13116 </cell>
13117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13118 \begin_inset Text
13119
13120 \begin_layout Plain Layout
13121 Hardness in MPa
13122 \end_layout
13123
13124 \end_inset
13125 </cell>
13126 </row>
13127 <row>
13128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13129 \begin_inset Text
13130
13131 \begin_layout Plain Layout
13132 Perfect Green
13133 \end_layout
13134
13135 \end_inset
13136 </cell>
13137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13138 \begin_inset Text
13139
13140 \begin_layout Plain Layout
13141 45
13142 \end_layout
13143
13144 \end_inset
13145 </cell>
13146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13147 \begin_inset Text
13148
13149 \begin_layout Plain Layout
13150 80
13151 \end_layout
13152
13153 \end_inset
13154 </cell>
13155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13156 \begin_inset Text
13157
13158 \begin_layout Plain Layout
13159 504
13160 \end_layout
13161
13162 \end_inset
13163 </cell>
13164 </row>
13165 <row>
13166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13167 \begin_inset Text
13168
13169 \begin_layout Plain Layout
13170 Dark Multi-P
13171 \end_layout
13172
13173 \end_inset
13174 </cell>
13175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13176 \begin_inset Text
13177
13178 \begin_layout Plain Layout
13179 60
13180 \end_layout
13181
13182 \end_inset
13183 </cell>
13184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13185 \begin_inset Text
13186
13187 \begin_layout Plain Layout
13188 72
13189 \end_layout
13190
13191 \end_inset
13192 </cell>
13193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13194 \begin_inset Text
13195
13196 \begin_layout Plain Layout
13197 982
13198 \end_layout
13199
13200 \end_inset
13201 </cell>
13202 </row>
13203 <row>
13204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13205 \begin_inset Text
13206
13207 \begin_layout Plain Layout
13208 Crystal Clear Pro
13209 \end_layout
13210
13211 \end_inset
13212 </cell>
13213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Plain Layout
13217 18
13218 \end_layout
13219
13220 \end_inset
13221 </cell>
13222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13223 \begin_inset Text
13224
13225 \begin_layout Plain Layout
13226 86
13227 \end_layout
13228
13229 \end_inset
13230 </cell>
13231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13232 \begin_inset Text
13233
13234 \begin_layout Plain Layout
13235 374
13236 \end_layout
13237
13238 \end_inset
13239 </cell>
13240 </row>
13241 </lyxtabular>
13242
13243 \end_inset
13244
13245
13246 \begin_inset VSpace medskip
13247 \end_inset
13248
13249
13250 \end_layout
13251
13252 \begin_layout Standard
13253 The 3-argument scheme is for example useful for cross-tables of sports leagues
13254  or distances:
13255 \end_layout
13256
13257 \begin_layout Standard
13258 \noindent
13259 \align center
13260 \begin_inset Tabular
13261 <lyxtabular version="3" rows="4" columns="4">
13262 <features rotate="0" tabularvalignment="middle">
13263 <column alignment="center" valignment="top" width="0pt">
13264 <column alignment="center" valignment="top" width="0">
13265 <column alignment="center" valignment="top" width="0">
13266 <column alignment="center" valignment="top" width="0">
13267 <row>
13268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13269 \begin_inset Text
13270
13271 \begin_layout Plain Layout
13272 \begin_inset ERT
13273 status collapsed
13274
13275 \begin_layout Plain Layout
13276
13277
13278 \backslash
13279 diagbox{
13280 \end_layout
13281
13282 \end_inset
13283
13284 Team home
13285 \begin_inset ERT
13286 status collapsed
13287
13288 \begin_layout Plain Layout
13289
13290 }{
13291 \end_layout
13292
13293 \end_inset
13294
13295 Result
13296 \begin_inset ERT
13297 status collapsed
13298
13299 \begin_layout Plain Layout
13300
13301 }{
13302 \end_layout
13303
13304 \end_inset
13305
13306 Team away
13307 \begin_inset ERT
13308 status collapsed
13309
13310 \begin_layout Plain Layout
13311
13312 }
13313 \end_layout
13314
13315 \end_inset
13316
13317
13318 \end_layout
13319
13320 \end_inset
13321 </cell>
13322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13323 \begin_inset Text
13324
13325 \begin_layout Plain Layout
13326 Tigers
13327 \end_layout
13328
13329 \end_inset
13330 </cell>
13331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13332 \begin_inset Text
13333
13334 \begin_layout Plain Layout
13335 Panthers
13336 \end_layout
13337
13338 \end_inset
13339 </cell>
13340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Plain Layout
13344 Falcons
13345 \end_layout
13346
13347 \end_inset
13348 </cell>
13349 </row>
13350 <row>
13351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13352 \begin_inset Text
13353
13354 \begin_layout Plain Layout
13355 Tigers
13356 \end_layout
13357
13358 \end_inset
13359 </cell>
13360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13361 \begin_inset Text
13362
13363 \begin_layout Plain Layout
13364 ---
13365 \end_layout
13366
13367 \end_inset
13368 </cell>
13369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13370 \begin_inset Text
13371
13372 \begin_layout Plain Layout
13373 1:3
13374 \end_layout
13375
13376 \end_inset
13377 </cell>
13378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382 0:1
13383 \end_layout
13384
13385 \end_inset
13386 </cell>
13387 </row>
13388 <row>
13389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13390 \begin_inset Text
13391
13392 \begin_layout Plain Layout
13393 Panthers
13394 \end_layout
13395
13396 \end_inset
13397 </cell>
13398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13399 \begin_inset Text
13400
13401 \begin_layout Plain Layout
13402 3:1
13403 \end_layout
13404
13405 \end_inset
13406 </cell>
13407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13408 \begin_inset Text
13409
13410 \begin_layout Plain Layout
13411 ---
13412 \end_layout
13413
13414 \end_inset
13415 </cell>
13416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13417 \begin_inset Text
13418
13419 \begin_layout Plain Layout
13420 0:0
13421 \end_layout
13422
13423 \end_inset
13424 </cell>
13425 </row>
13426 <row>
13427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13428 \begin_inset Text
13429
13430 \begin_layout Plain Layout
13431 Falcons
13432 \end_layout
13433
13434 \end_inset
13435 </cell>
13436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13437 \begin_inset Text
13438
13439 \begin_layout Plain Layout
13440 1:0
13441 \end_layout
13442
13443 \end_inset
13444 </cell>
13445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13446 \begin_inset Text
13447
13448 \begin_layout Plain Layout
13449 0:0
13450 \end_layout
13451
13452 \end_inset
13453 </cell>
13454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13455 \begin_inset Text
13456
13457 \begin_layout Plain Layout
13458 ---
13459 \end_layout
13460
13461 \end_inset
13462 </cell>
13463 </row>
13464 </lyxtabular>
13465
13466 \end_inset
13467
13468
13469 \end_layout
13470
13471 \begin_layout Standard
13472 For larger cross-tables one might use split cells in 2 or every corner of
13473  the table like in this example:
13474 \end_layout
13475
13476 \begin_layout Standard
13477 \noindent
13478 \align center
13479 \begin_inset Tabular
13480 <lyxtabular version="3" rows="5" columns="5">
13481 <features rotate="0" tabularvalignment="middle">
13482 <column alignment="center" valignment="top" width="0pt">
13483 <column alignment="center" valignment="top" width="0">
13484 <column alignment="center" valignment="top" width="0">
13485 <column alignment="center" valignment="top" width="0">
13486 <column alignment="center" valignment="top" width="0">
13487 <row>
13488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13489 \begin_inset Text
13490
13491 \begin_layout Plain Layout
13492 \begin_inset ERT
13493 status open
13494
13495 \begin_layout Plain Layout
13496
13497
13498 \backslash
13499 diagbox{
13500 \end_layout
13501
13502 \end_inset
13503
13504 Team home
13505 \begin_inset ERT
13506 status collapsed
13507
13508 \begin_layout Plain Layout
13509
13510 }{
13511 \end_layout
13512
13513 \end_inset
13514
13515 Result
13516 \begin_inset ERT
13517 status collapsed
13518
13519 \begin_layout Plain Layout
13520
13521 }{
13522 \end_layout
13523
13524 \end_inset
13525
13526 Team away
13527 \begin_inset ERT
13528 status collapsed
13529
13530 \begin_layout Plain Layout
13531
13532 }
13533 \end_layout
13534
13535 \end_inset
13536
13537
13538 \end_layout
13539
13540 \end_inset
13541 </cell>
13542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13543 \begin_inset Text
13544
13545 \begin_layout Plain Layout
13546 Tigers
13547 \end_layout
13548
13549 \end_inset
13550 </cell>
13551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13552 \begin_inset Text
13553
13554 \begin_layout Plain Layout
13555 Panthers
13556 \end_layout
13557
13558 \end_inset
13559 </cell>
13560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13561 \begin_inset Text
13562
13563 \begin_layout Plain Layout
13564 Falcons
13565 \end_layout
13566
13567 \end_inset
13568 </cell>
13569 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13570 \begin_inset Text
13571
13572 \begin_layout Plain Layout
13573 \begin_inset ERT
13574 status open
13575
13576 \begin_layout Plain Layout
13577
13578
13579 \backslash
13580 diagbox[dir=NE]{
13581 \end_layout
13582
13583 \end_inset
13584
13585 Team home
13586 \begin_inset ERT
13587 status collapsed
13588
13589 \begin_layout Plain Layout
13590
13591 }{
13592 \end_layout
13593
13594 \end_inset
13595
13596 Result
13597 \begin_inset ERT
13598 status collapsed
13599
13600 \begin_layout Plain Layout
13601
13602 }{
13603 \end_layout
13604
13605 \end_inset
13606
13607 Team away
13608 \begin_inset ERT
13609 status collapsed
13610
13611 \begin_layout Plain Layout
13612
13613 }
13614 \end_layout
13615
13616 \end_inset
13617
13618
13619 \end_layout
13620
13621 \end_inset
13622 </cell>
13623 </row>
13624 <row>
13625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13626 \begin_inset Text
13627
13628 \begin_layout Plain Layout
13629 Tigers
13630 \end_layout
13631
13632 \end_inset
13633 </cell>
13634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13635 \begin_inset Text
13636
13637 \begin_layout Plain Layout
13638 ---
13639 \end_layout
13640
13641 \end_inset
13642 </cell>
13643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13644 \begin_inset Text
13645
13646 \begin_layout Plain Layout
13647 1:3
13648 \end_layout
13649
13650 \end_inset
13651 </cell>
13652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13653 \begin_inset Text
13654
13655 \begin_layout Plain Layout
13656 0:1
13657 \end_layout
13658
13659 \end_inset
13660 </cell>
13661 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13662 \begin_inset Text
13663
13664 \begin_layout Plain Layout
13665 Tigers
13666 \end_layout
13667
13668 \end_inset
13669 </cell>
13670 </row>
13671 <row>
13672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13673 \begin_inset Text
13674
13675 \begin_layout Plain Layout
13676 Panthers
13677 \end_layout
13678
13679 \end_inset
13680 </cell>
13681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13682 \begin_inset Text
13683
13684 \begin_layout Plain Layout
13685 3:1
13686 \end_layout
13687
13688 \end_inset
13689 </cell>
13690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13691 \begin_inset Text
13692
13693 \begin_layout Plain Layout
13694 ---
13695 \end_layout
13696
13697 \end_inset
13698 </cell>
13699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13700 \begin_inset Text
13701
13702 \begin_layout Plain Layout
13703 0:0
13704 \end_layout
13705
13706 \end_inset
13707 </cell>
13708 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13709 \begin_inset Text
13710
13711 \begin_layout Plain Layout
13712 Panthers
13713 \end_layout
13714
13715 \end_inset
13716 </cell>
13717 </row>
13718 <row>
13719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13720 \begin_inset Text
13721
13722 \begin_layout Plain Layout
13723 Falcons
13724 \end_layout
13725
13726 \end_inset
13727 </cell>
13728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Plain Layout
13732 1:0
13733 \end_layout
13734
13735 \end_inset
13736 </cell>
13737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13738 \begin_inset Text
13739
13740 \begin_layout Plain Layout
13741 0:0
13742 \end_layout
13743
13744 \end_inset
13745 </cell>
13746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13747 \begin_inset Text
13748
13749 \begin_layout Plain Layout
13750 ---
13751 \end_layout
13752
13753 \end_inset
13754 </cell>
13755 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13756 \begin_inset Text
13757
13758 \begin_layout Plain Layout
13759 Falcons
13760 \end_layout
13761
13762 \end_inset
13763 </cell>
13764 </row>
13765 <row>
13766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13767 \begin_inset Text
13768
13769 \begin_layout Plain Layout
13770 \begin_inset ERT
13771 status open
13772
13773 \begin_layout Plain Layout
13774
13775
13776 \backslash
13777 diagbox[dir=SW]{
13778 \end_layout
13779
13780 \end_inset
13781
13782 Team home
13783 \begin_inset ERT
13784 status collapsed
13785
13786 \begin_layout Plain Layout
13787
13788 }{
13789 \end_layout
13790
13791 \end_inset
13792
13793 Result
13794 \begin_inset ERT
13795 status collapsed
13796
13797 \begin_layout Plain Layout
13798
13799 }{
13800 \end_layout
13801
13802 \end_inset
13803
13804 Team away
13805 \begin_inset ERT
13806 status collapsed
13807
13808 \begin_layout Plain Layout
13809
13810 }
13811 \end_layout
13812
13813 \end_inset
13814
13815
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13821 \begin_inset Text
13822
13823 \begin_layout Plain Layout
13824 Tigers
13825 \end_layout
13826
13827 \end_inset
13828 </cell>
13829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13830 \begin_inset Text
13831
13832 \begin_layout Plain Layout
13833 Panthers
13834 \end_layout
13835
13836 \end_inset
13837 </cell>
13838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13839 \begin_inset Text
13840
13841 \begin_layout Plain Layout
13842 Falcons
13843 \end_layout
13844
13845 \end_inset
13846 </cell>
13847 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13848 \begin_inset Text
13849
13850 \begin_layout Plain Layout
13851 \begin_inset ERT
13852 status open
13853
13854 \begin_layout Plain Layout
13855
13856
13857 \backslash
13858 diagbox[dir=SE]{
13859 \end_layout
13860
13861 \end_inset
13862
13863 Team home
13864 \begin_inset ERT
13865 status collapsed
13866
13867 \begin_layout Plain Layout
13868
13869 }{
13870 \end_layout
13871
13872 \end_inset
13873
13874 Result
13875 \begin_inset ERT
13876 status collapsed
13877
13878 \begin_layout Plain Layout
13879
13880 }{
13881 \end_layout
13882
13883 \end_inset
13884
13885 Team away
13886 \begin_inset ERT
13887 status collapsed
13888
13889 \begin_layout Plain Layout
13890
13891 }
13892 \end_layout
13893
13894 \end_inset
13895
13896
13897 \end_layout
13898
13899 \end_inset
13900 </cell>
13901 </row>
13902 </lyxtabular>
13903
13904 \end_inset
13905
13906
13907 \end_layout
13908
13909 \begin_layout Standard
13910 To rotate the diagonal lines, the command option 
13911 \series bold
13912 dir=direction
13913 \series default
13914  is used.
13915  
13916 \emph on
13917 direction
13918 \emph default
13919  is either 
13920 \series bold
13921 NE
13922 \series default
13923
13924 \series bold
13925 DE
13926 \series default
13927
13928 \series bold
13929 SW
13930 \series default
13931  or 
13932 \series bold
13933 NW
13934 \series default
13935  and represent a point of a compass.
13936  
13937 \series bold
13938 SW
13939 \series default
13940  is for example the south-west corner.
13941  Thus in the lower left cell of the above table the command
13942 \end_layout
13943
13944 \begin_layout Standard
13945
13946 \series bold
13947
13948 \backslash
13949 diagbox[dir=SW]{Team home}{Result}{Team away}
13950 \end_layout
13951
13952 \begin_layout Standard
13953 is used.
13954  If no direction is given, it will be NW.
13955 \end_layout
13956
13957 \begin_layout Standard
13958 The necessary width of split cells is automatically calculated.
13959  Thus if you set a fixed column width smaller than the calculated one, the
13960  cell's content will protrude the cell borders:
13961 \end_layout
13962
13963 \begin_layout Standard
13964 \noindent
13965 \align center
13966 \begin_inset Tabular
13967 <lyxtabular version="3" rows="2" columns="2">
13968 <features rotate="0" tabularvalignment="middle">
13969 <column alignment="center" valignment="top" width="3cm">
13970 <column alignment="center" valignment="top" width="0">
13971 <row>
13972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976 \begin_inset ERT
13977 status collapsed
13978
13979 \begin_layout Plain Layout
13980
13981
13982 \backslash
13983 diagbox{
13984 \end_layout
13985
13986 \end_inset
13987
13988 Name
13989 \begin_inset ERT
13990 status collapsed
13991
13992 \begin_layout Plain Layout
13993
13994 }{
13995 \end_layout
13996
13997 \end_inset
13998
13999 Parameter
14000 \begin_inset ERT
14001 status collapsed
14002
14003 \begin_layout Plain Layout
14004
14005 }
14006 \end_layout
14007
14008 \end_inset
14009
14010
14011 \end_layout
14012
14013 \end_inset
14014 </cell>
14015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14016 \begin_inset Text
14017
14018 \begin_layout Plain Layout
14019 Thickness in nm
14020 \end_layout
14021
14022 \end_inset
14023 </cell>
14024 </row>
14025 <row>
14026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14027 \begin_inset Text
14028
14029 \begin_layout Plain Layout
14030 Perfect Green
14031 \end_layout
14032
14033 \end_inset
14034 </cell>
14035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14036 \begin_inset Text
14037
14038 \begin_layout Plain Layout
14039 45
14040 \end_layout
14041
14042 \end_inset
14043 </cell>
14044 </row>
14045 </lyxtabular>
14046
14047 \end_inset
14048
14049
14050 \end_layout
14051
14052 \begin_layout Standard
14053 If you need a certain width for columns with a split cell, use the command
14054  option 
14055 \series bold
14056 width=3cm
14057 \series default
14058  (replace '3cm' by the width you need).
14059  In the following table the width of the first column is set to 4
14060 \begin_inset space \thinspace{}
14061 \end_inset
14062
14063 cm.
14064  For 
14065 \series bold
14066
14067 \backslash
14068 diagbox
14069 \series default
14070  a width of 4
14071 \begin_inset space \thinspace{}
14072 \end_inset
14073
14074 cm + 2
14075 \begin_inset space \thinspace{}
14076 \end_inset
14077
14078
14079 \backslash
14080 tabcolsep is necessary because the overall width is the width for the text
14081  (in this case the 4
14082 \begin_inset space \thinspace{}
14083 \end_inset
14084
14085 cm) plus two times the separation of the text and the cell border.
14086  The calculation of the width cannot be done in the command option of 
14087 \series bold
14088
14089 \backslash
14090 diagbox
14091 \series default
14092  so one needs to create a new length which can be used later.
14093  This is done with the TeX-Code commands
14094 \end_layout
14095
14096 \begin_layout Standard
14097
14098 \series bold
14099
14100 \backslash
14101 newlength{
14102 \backslash
14103 diagtest}
14104 \begin_inset Newline newline
14105 \end_inset
14106
14107
14108 \backslash
14109 setlength{
14110 \backslash
14111 diagtest}{4cm+2
14112 \backslash
14113 tabcolsep}
14114 \end_layout
14115
14116 \begin_layout Standard
14117 \begin_inset ERT
14118 status collapsed
14119
14120 \begin_layout Plain Layout
14121
14122
14123 \backslash
14124 newlength{
14125 \backslash
14126 diagtest}
14127 \end_layout
14128
14129 \begin_layout Plain Layout
14130
14131
14132 \backslash
14133 setlength{
14134 \backslash
14135 diagtest}{4cm+2
14136 \backslash
14137 tabcolsep}
14138 \end_layout
14139
14140 \end_inset
14141
14142
14143 \end_layout
14144
14145 \begin_layout Standard
14146 To enable calculations in LaTeX one needs to load the package 
14147 \series bold
14148 calc
14149 \series default
14150
14151 \begin_inset Index idx
14152 status collapsed
14153
14154 \begin_layout Plain Layout
14155 LaTeX-packages ! calc
14156 \end_layout
14157
14158 \end_inset
14159
14160  in the document preamble.
14161 \end_layout
14162
14163 \begin_layout Standard
14164 In this table you can now use the command
14165 \end_layout
14166
14167 \begin_layout Standard
14168
14169 \series bold
14170
14171 \backslash
14172 diagbox[width=
14173 \backslash
14174 diagtest]{A}{B}
14175 \end_layout
14176
14177 \begin_layout Standard
14178 in the first cell:
14179 \end_layout
14180
14181 \begin_layout Standard
14182 \noindent
14183 \align center
14184 \begin_inset Tabular
14185 <lyxtabular version="3" rows="2" columns="2">
14186 <features rotate="0" tabularvalignment="middle">
14187 <column alignment="center" valignment="top" width="4cm">
14188 <column alignment="center" valignment="top" width="0">
14189 <row>
14190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14191 \begin_inset Text
14192
14193 \begin_layout Plain Layout
14194 \begin_inset ERT
14195 status open
14196
14197 \begin_layout Plain Layout
14198
14199
14200 \backslash
14201 diagbox[width=
14202 \backslash
14203 diagtest]{
14204 \end_layout
14205
14206 \end_inset
14207
14208 A
14209 \begin_inset ERT
14210 status collapsed
14211
14212 \begin_layout Plain Layout
14213
14214 }{
14215 \end_layout
14216
14217 \end_inset
14218
14219 B
14220 \begin_inset ERT
14221 status collapsed
14222
14223 \begin_layout Plain Layout
14224
14225 }
14226 \end_layout
14227
14228 \end_inset
14229
14230
14231 \end_layout
14232
14233 \end_inset
14234 </cell>
14235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14236 \begin_inset Text
14237
14238 \begin_layout Plain Layout
14239 Thickness in nm
14240 \end_layout
14241
14242 \end_inset
14243 </cell>
14244 </row>
14245 <row>
14246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14247 \begin_inset Text
14248
14249 \begin_layout Plain Layout
14250 Perfect Green
14251 \end_layout
14252
14253 \end_inset
14254 </cell>
14255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14256 \begin_inset Text
14257
14258 \begin_layout Plain Layout
14259 45
14260 \end_layout
14261
14262 \end_inset
14263 </cell>
14264 </row>
14265 </lyxtabular>
14266
14267 \end_inset
14268
14269
14270 \end_layout
14271
14272 \begin_layout Standard
14273 Note that the split cell needs to be the widest one in the column.
14274  Otherwise the length of the diagonal line cannot be calculated correctly
14275  like in this table:
14276 \end_layout
14277
14278 \begin_layout Standard
14279 \noindent
14280 \align center
14281 \begin_inset Tabular
14282 <lyxtabular version="3" rows="2" columns="2">
14283 <features rotate="0" tabularvalignment="middle">
14284 <column alignment="center" valignment="top" width="0pt">
14285 <column alignment="center" valignment="top" width="0">
14286 <row>
14287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14288 \begin_inset Text
14289
14290 \begin_layout Plain Layout
14291 \begin_inset ERT
14292 status collapsed
14293
14294 \begin_layout Plain Layout
14295
14296
14297 \backslash
14298 diagbox{
14299 \end_layout
14300
14301 \end_inset
14302
14303 A
14304 \begin_inset ERT
14305 status collapsed
14306
14307 \begin_layout Plain Layout
14308
14309 }{
14310 \end_layout
14311
14312 \end_inset
14313
14314 B
14315 \begin_inset ERT
14316 status collapsed
14317
14318 \begin_layout Plain Layout
14319
14320 }
14321 \end_layout
14322
14323 \end_inset
14324
14325
14326 \end_layout
14327
14328 \end_inset
14329 </cell>
14330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14331 \begin_inset Text
14332
14333 \begin_layout Plain Layout
14334 Thickness in nm
14335 \end_layout
14336
14337 \end_inset
14338 </cell>
14339 </row>
14340 <row>
14341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14342 \begin_inset Text
14343
14344 \begin_layout Plain Layout
14345 Perfect Green
14346 \end_layout
14347
14348 \end_inset
14349 </cell>
14350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14351 \begin_inset Text
14352
14353 \begin_layout Plain Layout
14354 45
14355 \end_layout
14356
14357 \end_inset
14358 </cell>
14359 </row>
14360 </lyxtabular>
14361
14362 \end_inset
14363
14364
14365 \end_layout
14366
14367 \begin_layout Standard
14368 In this case use the 
14369 \series bold
14370 width
14371 \series default
14372  option of the 
14373 \series bold
14374
14375 \backslash
14376 diagbox
14377 \series default
14378  command.
14379  It is then not necessary to add 2
14380 \backslash
14381 tabcolsep because the cell width is now the width of the column.
14382  In this table a width of 3
14383 \begin_inset space \thinspace{}
14384 \end_inset
14385
14386 cm is used:
14387 \end_layout
14388
14389 \begin_layout Standard
14390 \noindent
14391 \align center
14392 \begin_inset Tabular
14393 <lyxtabular version="3" rows="2" columns="2">
14394 <features rotate="0" tabularvalignment="middle">
14395 <column alignment="center" valignment="top" width="0pt">
14396 <column alignment="center" valignment="top" width="0">
14397 <row>
14398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14399 \begin_inset Text
14400
14401 \begin_layout Plain Layout
14402 \begin_inset ERT
14403 status open
14404
14405 \begin_layout Plain Layout
14406
14407
14408 \backslash
14409 diagbox[width=3cm]{
14410 \end_layout
14411
14412 \end_inset
14413
14414 A
14415 \begin_inset ERT
14416 status collapsed
14417
14418 \begin_layout Plain Layout
14419
14420 }{
14421 \end_layout
14422
14423 \end_inset
14424
14425 B
14426 \begin_inset ERT
14427 status collapsed
14428
14429 \begin_layout Plain Layout
14430
14431 }
14432 \end_layout
14433
14434 \end_inset
14435
14436
14437 \end_layout
14438
14439 \end_inset
14440 </cell>
14441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14442 \begin_inset Text
14443
14444 \begin_layout Plain Layout
14445 Thickness in nm
14446 \end_layout
14447
14448 \end_inset
14449 </cell>
14450 </row>
14451 <row>
14452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14453 \begin_inset Text
14454
14455 \begin_layout Plain Layout
14456 Perfect Green
14457 \end_layout
14458
14459 \end_inset
14460 </cell>
14461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14462 \begin_inset Text
14463
14464 \begin_layout Plain Layout
14465 45
14466 \end_layout
14467
14468 \end_inset
14469 </cell>
14470 </row>
14471 </lyxtabular>
14472
14473 \end_inset
14474
14475
14476 \end_layout
14477
14478 \begin_layout Standard
14479 For multiple text lines in split cells one needs some extra height to fit
14480  the text to the cell.
14481  This can be achieved with the 
14482 \series bold
14483
14484 \backslash
14485 diagbox
14486 \series default
14487  option 
14488 \series bold
14489 height=3cm
14490 \series default
14491  (replace '3cm' by the height you need).
14492  In the following table the command
14493 \end_layout
14494
14495 \begin_layout Standard
14496
14497 \series bold
14498
14499 \backslash
14500 diagbox[width=3cm,height=1.4cm]{A
14501 \backslash
14502
14503 \backslash
14504 B}{C
14505 \backslash
14506
14507 \backslash
14508 D}
14509 \end_layout
14510
14511 \begin_layout Standard
14512 is used in the first cell.
14513  The command 
14514 \series bold
14515
14516 \backslash
14517
14518 \backslash
14519
14520 \series default
14521  creates hereby the line break.
14522 \begin_inset Foot
14523 status collapsed
14524
14525 \begin_layout Plain Layout
14526 Breaking lines with 
14527 \family sans
14528 Ctrl+Return
14529 \family default
14530  is only possible when the column has a fixed width.
14531 \end_layout
14532
14533 \end_inset
14534
14535
14536 \end_layout
14537
14538 \begin_layout Standard
14539 \noindent
14540 \align center
14541 \begin_inset Tabular
14542 <lyxtabular version="3" rows="2" columns="2">
14543 <features rotate="0" tabularvalignment="middle">
14544 <column alignment="center" valignment="top" width="0">
14545 <column alignment="center" valignment="top" width="0">
14546 <row>
14547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14548 \begin_inset Text
14549
14550 \begin_layout Plain Layout
14551 \begin_inset ERT
14552 status open
14553
14554 \begin_layout Plain Layout
14555
14556
14557 \backslash
14558 diagbox[width=3cm,height=1.4cm]{
14559 \end_layout
14560
14561 \end_inset
14562
14563 A
14564 \begin_inset ERT
14565 status collapsed
14566
14567 \begin_layout Plain Layout
14568
14569
14570 \backslash
14571
14572 \backslash
14573
14574 \end_layout
14575
14576 \end_inset
14577
14578 B
14579 \begin_inset ERT
14580 status collapsed
14581
14582 \begin_layout Plain Layout
14583
14584 }{
14585 \end_layout
14586
14587 \end_inset
14588
14589 C
14590 \begin_inset ERT
14591 status collapsed
14592
14593 \begin_layout Plain Layout
14594
14595
14596 \backslash
14597
14598 \backslash
14599
14600 \end_layout
14601
14602 \end_inset
14603
14604 D
14605 \begin_inset ERT
14606 status collapsed
14607
14608 \begin_layout Plain Layout
14609
14610 }
14611 \end_layout
14612
14613 \end_inset
14614
14615
14616 \end_layout
14617
14618 \end_inset
14619 </cell>
14620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14621 \begin_inset Text
14622
14623 \begin_layout Plain Layout
14624 Thickness in nm
14625 \end_layout
14626
14627 \end_inset
14628 </cell>
14629 </row>
14630 <row>
14631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14632 \begin_inset Text
14633
14634 \begin_layout Plain Layout
14635 Perfect Green
14636 \end_layout
14637
14638 \end_inset
14639 </cell>
14640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14641 \begin_inset Text
14642
14643 \begin_layout Plain Layout
14644 45
14645 \end_layout
14646
14647 \end_inset
14648 </cell>
14649 </row>
14650 </lyxtabular>
14651
14652 \end_inset
14653
14654
14655 \end_layout
14656
14657 \begin_layout Standard
14658 \begin_inset ERT
14659 status collapsed
14660
14661 \begin_layout Plain Layout
14662
14663
14664 \backslash
14665 else
14666 \end_layout
14667
14668 \end_inset
14669
14670
14671 \begin_inset Note Note
14672 status open
14673
14674 \begin_layout Plain Layout
14675 The following will be displayed when the LaTeX-package 
14676 \series bold
14677 diagbox
14678 \series default
14679  is not installed:
14680 \end_layout
14681
14682 \end_inset
14683
14684
14685 \end_layout
14686
14687 \begin_layout Standard
14688 You need to install the LaTeX-package 
14689 \series bold
14690 diagbox
14691 \series default
14692  to see the following part of this section in the output.
14693 \end_layout
14694
14695 \begin_layout Standard
14696 \begin_inset ERT
14697 status collapsed
14698
14699 \begin_layout Plain Layout
14700
14701
14702 \backslash
14703 fi
14704 \end_layout
14705
14706 \end_inset
14707
14708
14709 \end_layout
14710
14711 \begin_layout Standard
14712 For more info about the LaTeX-package 
14713 \series bold
14714 diagbox
14715 \series default
14716 , see its documentation, 
14717 \begin_inset CommandInset citation
14718 LatexCommand cite
14719 key "diagbox"
14720
14721 \end_inset
14722
14723 .
14724 \end_layout
14725
14726 \begin_layout Section
14727 Formal Tables
14728 \begin_inset CommandInset label
14729 LatexCommand label
14730 name "sec:Formal-Tables"
14731
14732 \end_inset
14733
14734
14735 \begin_inset Index idx
14736 status collapsed
14737
14738 \begin_layout Plain Layout
14739 Table ! Formal
14740 \end_layout
14741
14742 \end_inset
14743
14744
14745 \end_layout
14746
14747 \begin_layout Standard
14748 Tables are often typeset in books similar to Table
14749 \begin_inset space ~
14750 \end_inset
14751
14752
14753 \begin_inset CommandInset ref
14754 LatexCommand ref
14755 reference "tab:Example-booktabs-table"
14756
14757 \end_inset
14758
14759 .
14760  This kind of tables is called 
14761 \begin_inset Quotes eld
14762 \end_inset
14763
14764
14765 \emph on
14766 formal
14767 \emph default
14768
14769 \begin_inset Quotes erd
14770 \end_inset
14771
14772 .
14773  To make a table a formal table use the option 
14774 \family sans
14775 Formal
14776 \family default
14777  in the 
14778 \family sans
14779 Borders
14780 \family default
14781  tab of the table dialog.
14782 \end_layout
14783
14784 \begin_layout Standard
14785 \begin_inset Float table
14786 placement h
14787 wide false
14788 sideways false
14789 status open
14790
14791 \begin_layout Plain Layout
14792 \begin_inset Caption Standard
14793
14794 \begin_layout Plain Layout
14795 \begin_inset CommandInset label
14796 LatexCommand label
14797 name "tab:Example-booktabs-table"
14798
14799 \end_inset
14800
14801 Example booktabs-table
14802 \end_layout
14803
14804 \end_inset
14805
14806
14807 \end_layout
14808
14809 \begin_layout Plain Layout
14810 \align center
14811 \begin_inset Tabular
14812 <lyxtabular version="3" rows="8" columns="4">
14813 <features rotate="0" booktabs="true" tabularvalignment="middle">
14814 <column alignment="center" valignment="top" width="0">
14815 <column alignment="center" valignment="top" width="0">
14816 <column alignment="center" valignment="top" width="0">
14817 <column alignment="center" valignment="top" width="0">
14818 <row>
14819 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14820 \begin_inset Text
14821
14822 \begin_layout Plain Layout
14823 System
14824 \end_layout
14825
14826 \end_inset
14827 </cell>
14828 <cell alignment="center" valignment="top" topline="true" usebox="none">
14829 \begin_inset Text
14830
14831 \begin_layout Plain Layout
14832 Chip
14833 \begin_inset space \thinspace{}
14834 \end_inset
14835
14836 1
14837 \end_layout
14838
14839 \end_inset
14840 </cell>
14841 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14842 \begin_inset Text
14843
14844 \begin_layout Plain Layout
14845 Chip
14846 \begin_inset space \thinspace{}
14847 \end_inset
14848
14849 2
14850 \end_layout
14851
14852 \end_inset
14853 </cell>
14854 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14855 \begin_inset Text
14856
14857 \begin_layout Plain Layout
14858
14859 \end_layout
14860
14861 \end_inset
14862 </cell>
14863 </row>
14864 <row>
14865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14866 \begin_inset Text
14867
14868 \begin_layout Plain Layout
14869 \begin_inset ERT
14870 status collapsed
14871
14872 \begin_layout Plain Layout
14873
14874
14875 \backslash
14876 cmidrule(r){2-2}
14877 \end_layout
14878
14879 \end_inset
14880
14881
14882 \begin_inset ERT
14883 status collapsed
14884
14885 \begin_layout Plain Layout
14886
14887
14888 \backslash
14889 cmidrule(l){3-4}
14890 \end_layout
14891
14892 \end_inset
14893
14894 Detector thickness in Âµm
14895 \end_layout
14896
14897 \end_inset
14898 </cell>
14899 <cell alignment="center" valignment="top" usebox="none">
14900 \begin_inset Text
14901
14902 \begin_layout Plain Layout
14903 300
14904 \end_layout
14905
14906 \end_inset
14907 </cell>
14908 <cell alignment="center" valignment="top" usebox="none">
14909 \begin_inset Text
14910
14911 \begin_layout Plain Layout
14912 300
14913 \end_layout
14914
14915 \end_inset
14916 </cell>
14917 <cell alignment="center" valignment="top" usebox="none">
14918 \begin_inset Text
14919
14920 \begin_layout Plain Layout
14921 700
14922 \end_layout
14923
14924 \end_inset
14925 </cell>
14926 </row>
14927 <row>
14928 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14929 \begin_inset Text
14930
14931 \begin_layout Plain Layout
14932 Edge angle in Â°
14933 \end_layout
14934
14935 \end_inset
14936 </cell>
14937 <cell alignment="center" valignment="top" topline="true" usebox="none">
14938 \begin_inset Text
14939
14940 \begin_layout Plain Layout
14941 3.55
14942 \end_layout
14943
14944 \end_inset
14945 </cell>
14946 <cell alignment="center" valignment="top" topline="true" usebox="none">
14947 \begin_inset Text
14948
14949 \begin_layout Plain Layout
14950 2.71
14951 \end_layout
14952
14953 \end_inset
14954 </cell>
14955 <cell alignment="center" valignment="top" topline="true" usebox="none">
14956 \begin_inset Text
14957
14958 \begin_layout Plain Layout
14959 7.99
14960 \end_layout
14961
14962 \end_inset
14963 </cell>
14964 </row>
14965 <row topspace="default">
14966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14967 \begin_inset Text
14968
14969 \begin_layout Plain Layout
14970 Spatial resolution in Âµm
14971 \end_layout
14972
14973 \end_inset
14974 </cell>
14975 <cell alignment="center" valignment="top" usebox="none">
14976 \begin_inset Text
14977
14978 \begin_layout Plain Layout
14979 4.26
14980 \end_layout
14981
14982 \end_inset
14983 </cell>
14984 <cell alignment="center" valignment="top" usebox="none">
14985 \begin_inset Text
14986
14987 \begin_layout Plain Layout
14988 10.17
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 <cell alignment="center" valignment="top" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Plain Layout
14997 10.56
14998 \end_layout
14999
15000 \end_inset
15001 </cell>
15002 </row>
15003 <row topspace="default">
15004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15005 \begin_inset Text
15006
15007 \begin_layout Plain Layout
15008 MTF at 
15009 \begin_inset Formula $f_{\mathrm{max}}$
15010 \end_inset
15011
15012
15013 \end_layout
15014
15015 \end_inset
15016 </cell>
15017 <cell alignment="center" valignment="top" usebox="none">
15018 \begin_inset Text
15019
15020 \begin_layout Plain Layout
15021 0.53
15022 \end_layout
15023
15024 \end_inset
15025 </cell>
15026 <cell alignment="center" valignment="top" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030 0.37
15031 \end_layout
15032
15033 \end_inset
15034 </cell>
15035 <cell alignment="center" valignment="top" usebox="none">
15036 \begin_inset Text
15037
15038 \begin_layout Plain Layout
15039 0.39
15040 \end_layout
15041
15042 \end_inset
15043 </cell>
15044 </row>
15045 <row topspace="default">
15046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Plain Layout
15050 \begin_inset ERT
15051 status collapsed
15052
15053 \begin_layout Plain Layout
15054
15055
15056 \backslash
15057 cmidrule(l{10pt}){1-1}
15058 \end_layout
15059
15060 \end_inset
15061
15062 LSF-spatial resolution
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 <cell alignment="center" valignment="top" usebox="none">
15068 \begin_inset Text
15069
15070 \begin_layout Plain Layout
15071
15072 \end_layout
15073
15074 \end_inset
15075 </cell>
15076 <cell alignment="center" valignment="top" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080
15081 \end_layout
15082
15083 \end_inset
15084 </cell>
15085 <cell alignment="center" valignment="top" usebox="none">
15086 \begin_inset Text
15087
15088 \begin_layout Plain Layout
15089
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 </row>
15095 <row>
15096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15097 \begin_inset Text
15098
15099 \begin_layout Plain Layout
15100 in Âµm
15101 \end_layout
15102
15103 \end_inset
15104 </cell>
15105 <cell alignment="center" valignment="top" usebox="none">
15106 \begin_inset Text
15107
15108 \begin_layout Plain Layout
15109 129.7
15110 \end_layout
15111
15112 \end_inset
15113 </cell>
15114 <cell alignment="center" valignment="top" usebox="none">
15115 \begin_inset Text
15116
15117 \begin_layout Plain Layout
15118 52.75
15119 \end_layout
15120
15121 \end_inset
15122 </cell>
15123 <cell alignment="center" valignment="top" usebox="none">
15124 \begin_inset Text
15125
15126 \begin_layout Plain Layout
15127 50.78
15128 \end_layout
15129
15130 \end_inset
15131 </cell>
15132 </row>
15133 <row>
15134 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15135 \begin_inset Text
15136
15137 \begin_layout Plain Layout
15138 in % of pixel size
15139 \end_layout
15140
15141 \end_inset
15142 </cell>
15143 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15144 \begin_inset Text
15145
15146 \begin_layout Plain Layout
15147 76.3
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15153 \begin_inset Text
15154
15155 \begin_layout Plain Layout
15156 95.9
15157 \end_layout
15158
15159 \end_inset
15160 </cell>
15161 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15162 \begin_inset Text
15163
15164 \begin_layout Plain Layout
15165 92.3
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 </row>
15171 </lyxtabular>
15172
15173 \end_inset
15174
15175
15176 \end_layout
15177
15178 \end_inset
15179
15180
15181 \end_layout
15182
15183 \begin_layout Standard
15184 Spaces to table rows can be added using the 
15185 \family sans
15186 Borders
15187 \family default
15188  tab of the table dialog as described in section
15189 \begin_inset space ~
15190 \end_inset
15191
15192
15193 \begin_inset CommandInset ref
15194 LatexCommand ref
15195 reference "sub:Row-Spacing"
15196
15197 \end_inset
15198
15199 .
15200 \end_layout
15201
15202 \begin_layout Standard
15203 Unlike normal tables, formal tables have no vertical table lines.
15204  The horizontal table lines can be set as for normal tables but they appear
15205  with different widths in the output:
15206 \begin_inset Newline newline
15207 \end_inset
15208
15209 The first and the last table line have a default width of 0.08
15210 \begin_inset space \thinspace{}
15211 \end_inset
15212
15213 em while the other lines have a default width of 0.05
15214 \begin_inset space \thinspace{}
15215 \end_inset
15216
15217 em.
15218 \end_layout
15219
15220 \begin_layout Standard
15221 The default widths can be changed with the following preamble lines
15222 \end_layout
15223
15224 \begin_layout Standard
15225
15226 \series bold
15227
15228 \backslash
15229 let
15230 \backslash
15231 mytoprule
15232 \backslash
15233 toprule
15234 \begin_inset Newline newline
15235 \end_inset
15236
15237
15238 \backslash
15239 renewcommand{
15240 \backslash
15241 toprule}{
15242 \backslash
15243 mytoprule[width]}
15244 \end_layout
15245
15246 \begin_layout Standard
15247 This example is for the first line, the so called 
15248 \series bold
15249 toprule
15250 \series default
15251 .
15252  If you want to change the width for the last line, replace 
15253 \series bold
15254 toprule
15255 \series default
15256  by 
15257 \series bold
15258 bottomrule
15259 \series default
15260 .
15261  To change the width for the other lines replace 
15262 \series bold
15263 toprule
15264 \series default
15265  by 
15266 \series bold
15267 midrule
15268 \series default
15269 .
15270  You can use all units listed in appendix
15271 \begin_inset space ~
15272 \end_inset
15273
15274
15275 \begin_inset CommandInset ref
15276 LatexCommand ref
15277 reference "cha:Units-available-in"
15278
15279 \end_inset
15280
15281  to set the width.
15282 \end_layout
15283
15284 \begin_layout Standard
15285 Lines that do not span all table columns can be created by setting a table
15286  line for multicolumn cells.
15287  LyX will then internally use the command 
15288 \series bold
15289
15290 \backslash
15291 cmidrule
15292 \series default
15293  to create this line.
15294  Its full scheme is
15295 \end_layout
15296
15297 \begin_layout Standard
15298
15299 \series bold
15300
15301 \backslash
15302 cmidrule[width](trim){startcol-endcol}
15303 \end_layout
15304
15305 \begin_layout Standard
15306 The options of 
15307 \series bold
15308
15309 \backslash
15310 cmidrule
15311 \series default
15312  are currently not supported by LyX so you have to use TeX-Code to be able
15313  to use them.
15314  
15315 \series bold
15316
15317 \backslash
15318 cmidrule
15319 \series default
15320 s can manually be created by inserting the command as TeX-Code as the first
15321  cell entry of the first cell of a row.
15322  The line is then drawn in the output above the current row.
15323 \end_layout
15324
15325 \begin_layout Standard
15326 The default for the width is 0.03
15327 \begin_inset space \thinspace{}
15328 \end_inset
15329
15330 em.
15331  Startcol is the number of the column where the line starts and endcol the
15332  column number where the line ends.
15333  The endcol always needs to be specified, also when the line should span
15334  only one column.
15335  The optional parameter trim could be either 
15336 \emph on
15337 l{trimwidth}
15338 \emph default
15339 , or 
15340 \emph on
15341 r{trimwidth}
15342 \emph default
15343  where the trimwidth is also optional.
15344  Using for example the parameter 
15345 \emph on
15346 l{2pt}
15347 \emph default
15348  means that the line is trimmed from its left end by 2
15349 \begin_inset space \thinspace{}
15350 \end_inset
15351
15352 pt.
15353  If you don't specify the trimwidth the lines are trimmed by the default
15354  of 0.5
15355 \begin_inset space \thinspace{}
15356 \end_inset
15357
15358 em.
15359 \end_layout
15360
15361 \begin_layout Standard
15362 \begin_inset VSpace bigskip
15363 \end_inset
15364
15365 Table
15366 \begin_inset space ~
15367 \end_inset
15368
15369
15370 \begin_inset CommandInset ref
15371 LatexCommand ref
15372 reference "tab:Example-booktabs-table"
15373
15374 \end_inset
15375
15376  was created using the commands
15377 \end_layout
15378
15379 \begin_layout Standard
15380
15381 \series bold
15382
15383 \backslash
15384 cmidrule(r){2-2}
15385 \backslash
15386 cmidrule(l){3-4}
15387 \end_layout
15388
15389 \begin_layout Standard
15390 at the beginning of the second row and
15391 \end_layout
15392
15393 \begin_layout Standard
15394
15395 \series bold
15396
15397 \backslash
15398 cmidrule(l{10pt}){1-1}
15399 \end_layout
15400
15401 \begin_layout Standard
15402 in the sixth row.
15403 \end_layout
15404
15405 \begin_layout Standard
15406 \begin_inset VSpace bigskip
15407 \end_inset
15408
15409
15410 \end_layout
15411
15412 \begin_layout Standard
15413 You might want to have overlapping 
15414 \series bold
15415
15416 \backslash
15417 cmidrule
15418 \series default
15419 s as in in Table
15420 \begin_inset space ~
15421 \end_inset
15422
15423
15424 \begin_inset CommandInset ref
15425 LatexCommand ref
15426 reference "tab:Special-booktabs-table"
15427
15428 \end_inset
15429
15430 .
15431  This can be achieved with the TeX-Code command
15432 \end_layout
15433
15434 \begin_layout Standard
15435
15436 \series bold
15437
15438 \backslash
15439 morecmidrules
15440 \end_layout
15441
15442 \begin_layout Standard
15443 The command that was used for the second row of Table
15444 \begin_inset space ~
15445 \end_inset
15446
15447
15448 \begin_inset CommandInset ref
15449 LatexCommand ref
15450 reference "tab:Special-booktabs-table"
15451
15452 \end_inset
15453
15454  is
15455 \end_layout
15456
15457 \begin_layout Standard
15458
15459 \series bold
15460
15461 \backslash
15462 cmidrule(r){2-2}
15463 \backslash
15464 cmidrule(l){3-4}
15465 \backslash
15466 morecmidrules
15467 \backslash
15468 cmidrule{2-4}
15469 \end_layout
15470
15471 \begin_layout Standard
15472 The command for the sixth row is
15473 \end_layout
15474
15475 \begin_layout Standard
15476
15477 \series bold
15478
15479 \backslash
15480 midrule
15481 \backslash
15482 morecmidrules
15483 \backslash
15484 cmidrule{3-4}
15485 \end_layout
15486
15487 \begin_layout Standard
15488 \begin_inset VSpace bigskip
15489 \end_inset
15490
15491
15492 \end_layout
15493
15494 \begin_layout Standard
15495 If you are in any way not satisfied with the border line spacing, you can
15496  use the following command to produce lines that span over all table columns
15497 \series bold
15498 :
15499 \end_layout
15500
15501 \begin_layout Standard
15502
15503 \series bold
15504
15505 \backslash
15506 specialrule{width}{space above}{space below}
15507 \end_layout
15508
15509 \begin_layout Standard
15510 For more information about these features, refer to the manual of the LaTeX-pack
15511 age 
15512 \series bold
15513 booktabs
15514 \series default
15515  
15516 \begin_inset CommandInset citation
15517 LatexCommand cite
15518 key "booktabs"
15519
15520 \end_inset
15521
15522 .
15523 \begin_inset Index idx
15524 status collapsed
15525
15526 \begin_layout Plain Layout
15527 LaTeX-packages ! booktabs
15528 \end_layout
15529
15530 \end_inset
15531
15532
15533 \end_layout
15534
15535 \begin_layout Standard
15536 \begin_inset Float table
15537 placement h
15538 wide false
15539 sideways false
15540 status open
15541
15542 \begin_layout Plain Layout
15543 \begin_inset Caption Standard
15544
15545 \begin_layout Plain Layout
15546 \begin_inset CommandInset label
15547 LatexCommand label
15548 name "tab:Special-booktabs-table"
15549
15550 \end_inset
15551
15552 Special booktabs-table
15553 \end_layout
15554
15555 \end_inset
15556
15557
15558 \end_layout
15559
15560 \begin_layout Plain Layout
15561 \align center
15562 \begin_inset Tabular
15563 <lyxtabular version="3" rows="8" columns="4">
15564 <features rotate="0" booktabs="true" tabularvalignment="middle">
15565 <column alignment="center" valignment="top" width="0">
15566 <column alignment="center" valignment="top" width="0">
15567 <column alignment="center" valignment="top" width="0">
15568 <column alignment="center" valignment="top" width="0">
15569 <row>
15570 <cell alignment="center" valignment="top" topline="true" usebox="none">
15571 \begin_inset Text
15572
15573 \begin_layout Plain Layout
15574 System
15575 \end_layout
15576
15577 \end_inset
15578 </cell>
15579 <cell alignment="center" valignment="top" topline="true" usebox="none">
15580 \begin_inset Text
15581
15582 \begin_layout Plain Layout
15583 Chip
15584 \begin_inset space \thinspace{}
15585 \end_inset
15586
15587 1
15588 \end_layout
15589
15590 \end_inset
15591 </cell>
15592 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15593 \begin_inset Text
15594
15595 \begin_layout Plain Layout
15596 Chip
15597 \begin_inset space \thinspace{}
15598 \end_inset
15599
15600 2
15601 \end_layout
15602
15603 \end_inset
15604 </cell>
15605 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15606 \begin_inset Text
15607
15608 \begin_layout Plain Layout
15609
15610 \end_layout
15611
15612 \end_inset
15613 </cell>
15614 </row>
15615 <row>
15616 <cell alignment="center" valignment="top" usebox="none">
15617 \begin_inset Text
15618
15619 \begin_layout Plain Layout
15620 \begin_inset ERT
15621 status collapsed
15622
15623 \begin_layout Plain Layout
15624
15625
15626 \backslash
15627 cmidrule(r){2-2}
15628 \end_layout
15629
15630 \end_inset
15631
15632
15633 \begin_inset ERT
15634 status collapsed
15635
15636 \begin_layout Plain Layout
15637
15638
15639 \backslash
15640 cmidrule(l){3-4}
15641 \end_layout
15642
15643 \end_inset
15644
15645
15646 \begin_inset ERT
15647 status collapsed
15648
15649 \begin_layout Plain Layout
15650
15651
15652 \backslash
15653 morecmidrules 
15654 \end_layout
15655
15656 \end_inset
15657
15658
15659 \begin_inset ERT
15660 status collapsed
15661
15662 \begin_layout Plain Layout
15663
15664
15665 \backslash
15666 cmidrule{2-4}
15667 \end_layout
15668
15669 \end_inset
15670
15671 Detector thickness in Âµm
15672 \end_layout
15673
15674 \end_inset
15675 </cell>
15676 <cell alignment="center" valignment="top" usebox="none">
15677 \begin_inset Text
15678
15679 \begin_layout Plain Layout
15680 300
15681 \end_layout
15682
15683 \end_inset
15684 </cell>
15685 <cell alignment="center" valignment="top" usebox="none">
15686 \begin_inset Text
15687
15688 \begin_layout Plain Layout
15689 300
15690 \end_layout
15691
15692 \end_inset
15693 </cell>
15694 <cell alignment="center" valignment="top" usebox="none">
15695 \begin_inset Text
15696
15697 \begin_layout Plain Layout
15698 700
15699 \end_layout
15700
15701 \end_inset
15702 </cell>
15703 </row>
15704 <row>
15705 <cell alignment="center" valignment="top" topline="true" usebox="none">
15706 \begin_inset Text
15707
15708 \begin_layout Plain Layout
15709 Edge angle in Â°
15710 \end_layout
15711
15712 \end_inset
15713 </cell>
15714 <cell alignment="center" valignment="top" topline="true" usebox="none">
15715 \begin_inset Text
15716
15717 \begin_layout Plain Layout
15718 3.55
15719 \end_layout
15720
15721 \end_inset
15722 </cell>
15723 <cell alignment="center" valignment="top" topline="true" usebox="none">
15724 \begin_inset Text
15725
15726 \begin_layout Plain Layout
15727 2.71
15728 \end_layout
15729
15730 \end_inset
15731 </cell>
15732 <cell alignment="center" valignment="top" topline="true" usebox="none">
15733 \begin_inset Text
15734
15735 \begin_layout Plain Layout
15736 7.99
15737 \end_layout
15738
15739 \end_inset
15740 </cell>
15741 </row>
15742 <row topspace="default">
15743 <cell alignment="center" valignment="top" usebox="none">
15744 \begin_inset Text
15745
15746 \begin_layout Plain Layout
15747 Spatial resolution in Âµm
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 <cell alignment="center" valignment="top" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756 4.26
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765 10.17
15766 \end_layout
15767
15768 \end_inset
15769 </cell>
15770 <cell alignment="center" valignment="top" usebox="none">
15771 \begin_inset Text
15772
15773 \begin_layout Plain Layout
15774 10.56
15775 \end_layout
15776
15777 \end_inset
15778 </cell>
15779 </row>
15780 <row topspace="default">
15781 <cell alignment="center" valignment="top" usebox="none">
15782 \begin_inset Text
15783
15784 \begin_layout Plain Layout
15785 MTF at 
15786 \begin_inset Formula $f_{\mathrm{max}}$
15787 \end_inset
15788
15789
15790 \end_layout
15791
15792 \end_inset
15793 </cell>
15794 <cell alignment="center" valignment="top" usebox="none">
15795 \begin_inset Text
15796
15797 \begin_layout Plain Layout
15798 0.53
15799 \end_layout
15800
15801 \end_inset
15802 </cell>
15803 <cell alignment="center" valignment="top" usebox="none">
15804 \begin_inset Text
15805
15806 \begin_layout Plain Layout
15807 0.37
15808 \end_layout
15809
15810 \end_inset
15811 </cell>
15812 <cell alignment="center" valignment="top" usebox="none">
15813 \begin_inset Text
15814
15815 \begin_layout Plain Layout
15816 0.39
15817 \end_layout
15818
15819 \end_inset
15820 </cell>
15821 </row>
15822 <row>
15823 <cell alignment="center" valignment="top" topline="true" usebox="none">
15824 \begin_inset Text
15825
15826 \begin_layout Plain Layout
15827 \begin_inset ERT
15828 status collapsed
15829
15830 \begin_layout Plain Layout
15831
15832
15833 \backslash
15834 morecmidrules 
15835 \end_layout
15836
15837 \end_inset
15838
15839
15840 \begin_inset ERT
15841 status collapsed
15842
15843 \begin_layout Plain Layout
15844
15845
15846 \backslash
15847 cmidrule{3-4}
15848 \end_layout
15849
15850 \end_inset
15851
15852 LSF-spatial resolution
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 <cell alignment="center" valignment="top" topline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 <cell alignment="center" valignment="top" topline="true" usebox="none">
15867 \begin_inset Text
15868
15869 \begin_layout Plain Layout
15870
15871 \end_layout
15872
15873 \end_inset
15874 </cell>
15875 <cell alignment="center" valignment="top" topline="true" usebox="none">
15876 \begin_inset Text
15877
15878 \begin_layout Plain Layout
15879
15880 \end_layout
15881
15882 \end_inset
15883 </cell>
15884 </row>
15885 <row>
15886 <cell alignment="center" valignment="top" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890 in Âµm
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 <cell alignment="center" valignment="top" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899 129.7
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 <cell alignment="center" valignment="top" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Plain Layout
15908 52.75
15909 \end_layout
15910
15911 \end_inset
15912 </cell>
15913 <cell alignment="center" valignment="top" usebox="none">
15914 \begin_inset Text
15915
15916 \begin_layout Plain Layout
15917 50.78
15918 \end_layout
15919
15920 \end_inset
15921 </cell>
15922 </row>
15923 <row>
15924 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15925 \begin_inset Text
15926
15927 \begin_layout Plain Layout
15928 in % of pixel size
15929 \end_layout
15930
15931 \end_inset
15932 </cell>
15933 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15934 \begin_inset Text
15935
15936 \begin_layout Plain Layout
15937 76.3
15938 \end_layout
15939
15940 \end_inset
15941 </cell>
15942 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15943 \begin_inset Text
15944
15945 \begin_layout Plain Layout
15946 95.9
15947 \end_layout
15948
15949 \end_inset
15950 </cell>
15951 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15952 \begin_inset Text
15953
15954 \begin_layout Plain Layout
15955 92.3
15956 \end_layout
15957
15958 \end_inset
15959 </cell>
15960 </row>
15961 </lyxtabular>
15962
15963 \end_inset
15964
15965
15966 \end_layout
15967
15968 \end_inset
15969
15970
15971 \end_layout
15972
15973 \begin_layout Section
15974 Vertical Table Alignment
15975 \begin_inset Index idx
15976 status collapsed
15977
15978 \begin_layout Plain Layout
15979 Table ! Alignment
15980 \end_layout
15981
15982 \end_inset
15983
15984
15985 \end_layout
15986
15987 \begin_layout Standard
15988 To align tables vertically in a text line, the table must be inside a box.
15989  The box can then be vertically aligned as described in section
15990 \begin_inset space ~
15991 \end_inset
15992
15993
15994 \begin_inset CommandInset ref
15995 LatexCommand ref
15996 reference "sec:Box-Dialog"
15997
15998 \end_inset
15999
16000 .
16001 \end_layout
16002
16003 \begin_layout Standard
16004 In the following example the tables are inside a minipage
16005 \begin_inset Foot
16006 status collapsed
16007
16008 \begin_layout Plain Layout
16009 Minipages are described in section
16010 \begin_inset space ~
16011 \end_inset
16012
16013
16014 \begin_inset CommandInset ref
16015 LatexCommand ref
16016 reference "sec:Minipages"
16017
16018 \end_inset
16019
16020 .
16021 \end_layout
16022
16023 \end_inset
16024
16025  box that has a width of 15
16026 \begin_inset space \thinspace{}
16027 \end_inset
16028
16029 col%:
16030 \end_layout
16031
16032 \begin_layout Itemize
16033 test 
16034 \begin_inset Box Frameless
16035 position "t"
16036 hor_pos "c"
16037 has_inner_box 1
16038 inner_pos "c"
16039 use_parbox 0
16040 use_makebox 0
16041 width "15col%"
16042 special "none"
16043 height "1in"
16044 height_special "totalheight"
16045 status collapsed
16046
16047 \begin_layout Plain Layout
16048 \begin_inset Tabular
16049 <lyxtabular version="3" rows="3" columns="3">
16050 <features rotate="0" tabularvalignment="middle">
16051 <column alignment="center" valignment="top" width="0">
16052 <column alignment="center" valignment="top" width="0">
16053 <column alignment="center" valignment="top" width="0">
16054 <row>
16055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16056 \begin_inset Text
16057
16058 \begin_layout Plain Layout
16059 a
16060 \end_layout
16061
16062 \end_inset
16063 </cell>
16064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16065 \begin_inset Text
16066
16067 \begin_layout Plain Layout
16068 d
16069 \end_layout
16070
16071 \end_inset
16072 </cell>
16073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16074 \begin_inset Text
16075
16076 \begin_layout Plain Layout
16077 g
16078 \end_layout
16079
16080 \end_inset
16081 </cell>
16082 </row>
16083 <row>
16084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16085 \begin_inset Text
16086
16087 \begin_layout Plain Layout
16088 b
16089 \end_layout
16090
16091 \end_inset
16092 </cell>
16093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16094 \begin_inset Text
16095
16096 \begin_layout Plain Layout
16097 e
16098 \end_layout
16099
16100 \end_inset
16101 </cell>
16102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16103 \begin_inset Text
16104
16105 \begin_layout Plain Layout
16106 h
16107 \end_layout
16108
16109 \end_inset
16110 </cell>
16111 </row>
16112 <row>
16113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16114 \begin_inset Text
16115
16116 \begin_layout Plain Layout
16117 c
16118 \end_layout
16119
16120 \end_inset
16121 </cell>
16122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16123 \begin_inset Text
16124
16125 \begin_layout Plain Layout
16126 f
16127 \end_layout
16128
16129 \end_inset
16130 </cell>
16131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16132 \begin_inset Text
16133
16134 \begin_layout Plain Layout
16135 i
16136 \end_layout
16137
16138 \end_inset
16139 </cell>
16140 </row>
16141 </lyxtabular>
16142
16143 \end_inset
16144
16145
16146 \end_layout
16147
16148 \end_inset
16149
16150  test 
16151 \begin_inset ERT
16152 status collapsed
16153
16154 \begin_layout Plain Layout
16155
16156
16157 \backslash
16158 raisebox{0.85
16159 \backslash
16160 baselineskip}{
16161 \end_layout
16162
16163 \end_inset
16164
16165
16166 \begin_inset Box Frameless
16167 position "t"
16168 hor_pos "c"
16169 has_inner_box 1
16170 inner_pos "c"
16171 use_parbox 0
16172 use_makebox 0
16173 width "15col%"
16174 special "none"
16175 height "1in"
16176 height_special "totalheight"
16177 status collapsed
16178
16179 \begin_layout Plain Layout
16180 \begin_inset Tabular
16181 <lyxtabular version="3" rows="3" columns="3">
16182 <features rotate="0" tabularvalignment="middle">
16183 <column alignment="center" valignment="top" width="0">
16184 <column alignment="center" valignment="top" width="0">
16185 <column alignment="center" valignment="top" width="0">
16186 <row>
16187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16188 \begin_inset Text
16189
16190 \begin_layout Plain Layout
16191 a
16192 \end_layout
16193
16194 \end_inset
16195 </cell>
16196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16197 \begin_inset Text
16198
16199 \begin_layout Plain Layout
16200 d
16201 \end_layout
16202
16203 \end_inset
16204 </cell>
16205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16206 \begin_inset Text
16207
16208 \begin_layout Plain Layout
16209 g
16210 \end_layout
16211
16212 \end_inset
16213 </cell>
16214 </row>
16215 <row>
16216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16217 \begin_inset Text
16218
16219 \begin_layout Plain Layout
16220 b
16221 \end_layout
16222
16223 \end_inset
16224 </cell>
16225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16226 \begin_inset Text
16227
16228 \begin_layout Plain Layout
16229 e
16230 \end_layout
16231
16232 \end_inset
16233 </cell>
16234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16235 \begin_inset Text
16236
16237 \begin_layout Plain Layout
16238 h
16239 \end_layout
16240
16241 \end_inset
16242 </cell>
16243 </row>
16244 <row>
16245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout Plain Layout
16249 c
16250 \end_layout
16251
16252 \end_inset
16253 </cell>
16254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16255 \begin_inset Text
16256
16257 \begin_layout Plain Layout
16258 f
16259 \end_layout
16260
16261 \end_inset
16262 </cell>
16263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16264 \begin_inset Text
16265
16266 \begin_layout Plain Layout
16267 i
16268 \end_layout
16269
16270 \end_inset
16271 </cell>
16272 </row>
16273 </lyxtabular>
16274
16275 \end_inset
16276
16277
16278 \end_layout
16279
16280 \end_inset
16281
16282
16283 \begin_inset ERT
16284 status collapsed
16285
16286 \begin_layout Plain Layout
16287
16288 }
16289 \end_layout
16290
16291 \end_inset
16292
16293
16294 \end_layout
16295
16296 \begin_layout Itemize
16297 test 
16298 \begin_inset Box Frameless
16299 position "c"
16300 hor_pos "c"
16301 has_inner_box 1
16302 inner_pos "c"
16303 use_parbox 0
16304 use_makebox 0
16305 width "15col%"
16306 special "none"
16307 height "1in"
16308 height_special "totalheight"
16309 status collapsed
16310
16311 \begin_layout Plain Layout
16312 \begin_inset Tabular
16313 <lyxtabular version="3" rows="3" columns="3">
16314 <features rotate="0" tabularvalignment="middle">
16315 <column alignment="center" valignment="top" width="0">
16316 <column alignment="center" valignment="top" width="0">
16317 <column alignment="center" valignment="top" width="0">
16318 <row>
16319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16320 \begin_inset Text
16321
16322 \begin_layout Plain Layout
16323 a
16324 \end_layout
16325
16326 \end_inset
16327 </cell>
16328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16329 \begin_inset Text
16330
16331 \begin_layout Plain Layout
16332 d
16333 \end_layout
16334
16335 \end_inset
16336 </cell>
16337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16338 \begin_inset Text
16339
16340 \begin_layout Plain Layout
16341 g
16342 \end_layout
16343
16344 \end_inset
16345 </cell>
16346 </row>
16347 <row>
16348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16349 \begin_inset Text
16350
16351 \begin_layout Plain Layout
16352 b
16353 \end_layout
16354
16355 \end_inset
16356 </cell>
16357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16358 \begin_inset Text
16359
16360 \begin_layout Plain Layout
16361 e
16362 \end_layout
16363
16364 \end_inset
16365 </cell>
16366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16367 \begin_inset Text
16368
16369 \begin_layout Plain Layout
16370 h
16371 \end_layout
16372
16373 \end_inset
16374 </cell>
16375 </row>
16376 <row>
16377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Plain Layout
16381 c
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Plain Layout
16390 f
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16396 \begin_inset Text
16397
16398 \begin_layout Plain Layout
16399 i
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 </row>
16405 </lyxtabular>
16406
16407 \end_inset
16408
16409
16410 \end_layout
16411
16412 \end_inset
16413
16414
16415 \end_layout
16416
16417 \begin_layout Itemize
16418 test 
16419 \begin_inset Box Frameless
16420 position "b"
16421 hor_pos "c"
16422 has_inner_box 1
16423 inner_pos "c"
16424 use_parbox 0
16425 use_makebox 0
16426 width "15col%"
16427 special "none"
16428 height "1in"
16429 height_special "totalheight"
16430 status collapsed
16431
16432 \begin_layout Plain Layout
16433 \begin_inset Tabular
16434 <lyxtabular version="3" rows="3" columns="3">
16435 <features rotate="0" tabularvalignment="middle">
16436 <column alignment="center" valignment="top" width="0">
16437 <column alignment="center" valignment="top" width="0">
16438 <column alignment="center" valignment="top" width="0">
16439 <row>
16440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444 a
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453 d
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462 g
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 </row>
16468 <row>
16469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16470 \begin_inset Text
16471
16472 \begin_layout Plain Layout
16473 b
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482 e
16483 \end_layout
16484
16485 \end_inset
16486 </cell>
16487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491 h
16492 \end_layout
16493
16494 \end_inset
16495 </cell>
16496 </row>
16497 <row>
16498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16499 \begin_inset Text
16500
16501 \begin_layout Plain Layout
16502 c
16503 \end_layout
16504
16505 \end_inset
16506 </cell>
16507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16508 \begin_inset Text
16509
16510 \begin_layout Plain Layout
16511 f
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16517 \begin_inset Text
16518
16519 \begin_layout Plain Layout
16520 i
16521 \end_layout
16522
16523 \end_inset
16524 </cell>
16525 </row>
16526 </lyxtabular>
16527
16528 \end_inset
16529
16530
16531 \end_layout
16532
16533 \end_inset
16534
16535  test 
16536 \begin_inset ERT
16537 status collapsed
16538
16539 \begin_layout Plain Layout
16540
16541
16542 \backslash
16543 raisebox{-0.32
16544 \backslash
16545 baselineskip}{
16546 \end_layout
16547
16548 \end_inset
16549
16550
16551 \begin_inset Box Frameless
16552 position "b"
16553 hor_pos "c"
16554 has_inner_box 1
16555 inner_pos "c"
16556 use_parbox 0
16557 use_makebox 0
16558 width "15col%"
16559 special "none"
16560 height "1in"
16561 height_special "totalheight"
16562 status collapsed
16563
16564 \begin_layout Plain Layout
16565 \begin_inset Tabular
16566 <lyxtabular version="3" rows="3" columns="3">
16567 <features rotate="0" tabularvalignment="middle">
16568 <column alignment="center" valignment="top" width="0">
16569 <column alignment="center" valignment="top" width="0">
16570 <column alignment="center" valignment="top" width="0">
16571 <row>
16572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16573 \begin_inset Text
16574
16575 \begin_layout Plain Layout
16576 a
16577 \end_layout
16578
16579 \end_inset
16580 </cell>
16581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Plain Layout
16585 d
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594 g
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 </row>
16600 <row>
16601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Plain Layout
16605 b
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout Plain Layout
16614 e
16615 \end_layout
16616
16617 \end_inset
16618 </cell>
16619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16620 \begin_inset Text
16621
16622 \begin_layout Plain Layout
16623 h
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 </row>
16629 <row>
16630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634 c
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16640 \begin_inset Text
16641
16642 \begin_layout Plain Layout
16643 f
16644 \end_layout
16645
16646 \end_inset
16647 </cell>
16648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16649 \begin_inset Text
16650
16651 \begin_layout Plain Layout
16652 i
16653 \end_layout
16654
16655 \end_inset
16656 </cell>
16657 </row>
16658 </lyxtabular>
16659
16660 \end_inset
16661
16662
16663 \end_layout
16664
16665 \end_inset
16666
16667
16668 \begin_inset ERT
16669 status collapsed
16670
16671 \begin_layout Plain Layout
16672
16673 }
16674 \end_layout
16675
16676 \end_inset
16677
16678
16679 \end_layout
16680
16681 \begin_layout Standard
16682 As you will see, the content of the first and last table row is not correctly
16683  aligned.
16684  To get this alignment, the minipage box must be set into a raisebox
16685 \begin_inset Foot
16686 status collapsed
16687
16688 \begin_layout Plain Layout
16689 Raiseboxes are described in section
16690 \begin_inset space ~
16691 \end_inset
16692
16693
16694 \begin_inset CommandInset ref
16695 LatexCommand ref
16696 reference "sub:Vertical-Alignment"
16697
16698 \end_inset
16699
16700 .
16701 \end_layout
16702
16703 \end_inset
16704
16705 .
16706  In the example above the second table in the first item is aligned using
16707  the TeX-Code-command
16708 \end_layout
16709
16710 \begin_layout Standard
16711
16712 \series bold
16713
16714 \backslash
16715 raisebox{0.85
16716 \backslash
16717 baselineskip}{
16718 \end_layout
16719
16720 \begin_layout Standard
16721 before the box.
16722  After the box the closing brace 
16723 \series bold
16724 }
16725 \series default
16726  is inserted as TeX-Code.
16727  For the second table in the last item the command
16728 \end_layout
16729
16730 \begin_layout Standard
16731
16732 \series bold
16733
16734 \backslash
16735 raisebox{-0.32
16736 \backslash
16737 baselineskip}{
16738 \end_layout
16739
16740 \begin_layout Standard
16741 is used.
16742 \end_layout
16743
16744 \begin_layout Standard
16745 \begin_inset Note Greyedout
16746 status open
16747
16748 \begin_layout Plain Layout
16749
16750 \series bold
16751 Note:
16752 \series default
16753  The alignment of the table row content to the surrounding text line is
16754  not exact.
16755  The required value for the 
16756 \series bold
16757
16758 \backslash
16759 raisebox
16760 \series default
16761  command for this alignment depends on the document font, the font size,
16762  and the table line thickness.
16763 \end_layout
16764
16765 \end_inset
16766
16767
16768 \end_layout
16769
16770 \begin_layout Section
16771 Colored Tables
16772 \begin_inset CommandInset label
16773 LatexCommand label
16774 name "sec:Colored-Tables"
16775
16776 \end_inset
16777
16778
16779 \begin_inset Index idx
16780 status collapsed
16781
16782 \begin_layout Plain Layout
16783 Table ! Color
16784 \end_layout
16785
16786 \end_inset
16787
16788
16789 \end_layout
16790
16791 \begin_layout Subsection
16792 Colored Cells
16793 \begin_inset Index idx
16794 status collapsed
16795
16796 \begin_layout Plain Layout
16797 Table Color ! for Cells
16798 \end_layout
16799
16800 \end_inset
16801
16802
16803 \begin_inset Index idx
16804 status collapsed
16805
16806 \begin_layout Plain Layout
16807 Color ! for Table Cells
16808 \end_layout
16809
16810 \end_inset
16811
16812
16813 \end_layout
16814
16815 \begin_layout Standard
16816 \begin_inset Float table
16817 placement h
16818 wide false
16819 sideways false
16820 status open
16821
16822 \begin_layout Plain Layout
16823 \begin_inset Caption Standard
16824
16825 \begin_layout Plain Layout
16826 \begin_inset CommandInset label
16827 LatexCommand label
16828 name "tab:Table-colored-without"
16829
16830 \end_inset
16831
16832 Table colored without using the package 
16833 \series bold
16834 colortbl
16835 \series default
16836
16837 \begin_inset Argument 1
16838 status collapsed
16839
16840 \begin_layout Plain Layout
16841 Table without colortbl
16842 \end_layout
16843
16844 \end_inset
16845
16846
16847 \end_layout
16848
16849 \end_inset
16850
16851
16852 \end_layout
16853
16854 \begin_layout Plain Layout
16855 \align center
16856 \begin_inset Tabular
16857 <lyxtabular version="3" rows="3" columns="3">
16858 <features rotate="0" tabularvalignment="middle">
16859 <column alignment="center" valignment="top" width="0">
16860 <column alignment="center" valignment="top" width="0">
16861 <column alignment="center" valignment="top" width="0">
16862 <row>
16863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16864 \begin_inset Text
16865
16866 \begin_layout Plain Layout
16867
16868 \color green
16869 a
16870 \end_layout
16871
16872 \end_inset
16873 </cell>
16874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16875 \begin_inset Text
16876
16877 \begin_layout Plain Layout
16878
16879 \color red
16880 b
16881 \end_layout
16882
16883 \end_inset
16884 </cell>
16885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889
16890 \color red
16891 c
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 </row>
16897 <row>
16898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16899 \begin_inset Text
16900
16901 \begin_layout Plain Layout
16902
16903 \color green
16904 d
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16910 \begin_inset Text
16911
16912 \begin_layout Plain Layout
16913
16914 \color blue
16915 e
16916 \end_layout
16917
16918 \end_inset
16919 </cell>
16920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924
16925 \color blue
16926 f
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 </row>
16932 <row>
16933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937
16938 \color green
16939 g
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948
16949 \color blue
16950 h
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
16955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16956 \begin_inset Text
16957
16958 \begin_layout Plain Layout
16959
16960 \color blue
16961 i
16962 \end_layout
16963
16964 \end_inset
16965 </cell>
16966 </row>
16967 </lyxtabular>
16968
16969 \end_inset
16970
16971
16972 \end_layout
16973
16974 \end_inset
16975
16976
16977 \end_layout
16978
16979 \begin_layout Standard
16980 If you only need colored text, mark the cells and choose a color in the
16981  
16982 \family sans
16983 Text
16984 \begin_inset space ~
16985 \end_inset
16986
16987 Style
16988 \family default
16989  dialog (toolbar button 
16990 \begin_inset Info
16991 type  "icon"
16992 arg   "dialog-show character"
16993 \end_inset
16994
16995 ).
16996  This was used to create Table
16997 \begin_inset space ~
16998 \end_inset
16999
17000
17001 \begin_inset CommandInset ref
17002 LatexCommand ref
17003 reference "tab:Table-colored-without"
17004
17005 \end_inset
17006
17007 .
17008  In any other case you have to use the LaTeX-package 
17009 \series bold
17010 colortbl
17011 \series default
17012 .
17013 \begin_inset Index idx
17014 status collapsed
17015
17016 \begin_layout Plain Layout
17017 LaTeX-packages ! colortbl
17018 \end_layout
17019
17020 \end_inset
17021
17022
17023 \end_layout
17024
17025 \begin_layout Standard
17026 \begin_inset ERT
17027 status collapsed
17028
17029 \begin_layout Plain Layout
17030
17031
17032 \backslash
17033 ifcolortbl
17034 \end_layout
17035
17036 \end_inset
17037
17038
17039 \begin_inset Note Note
17040 status open
17041
17042 \begin_layout Plain Layout
17043 The following section part will only be displayed when the LaTeX-package
17044  
17045 \series bold
17046 colortbl
17047 \series default
17048  is installed.
17049 \end_layout
17050
17051 \end_inset
17052
17053
17054 \end_layout
17055
17056 \begin_layout Standard
17057 To create colored tables, 
17058 \series bold
17059 colortbl
17060 \series default
17061  must be loaded in the preamble with the line
17062 \end_layout
17063
17064 \begin_layout Standard
17065
17066 \series bold
17067
17068 \backslash
17069 usepackage{colortbl}
17070 \end_layout
17071
17072 \begin_layout Standard
17073 The color of a column is adjusted with the command
17074 \end_layout
17075
17076 \begin_layout Standard
17077
17078 \series bold
17079
17080 \backslash
17081 columncolor{name of color}
17082 \end_layout
17083
17084 \begin_layout Standard
17085 inside the command 
17086 \series bold
17087 >{ }
17088 \series default
17089 .
17090  More about the command 
17091 \series bold
17092 >{}
17093 \series default
17094  is contained in section
17095 \begin_inset space ~
17096 \end_inset
17097
17098
17099 \begin_inset CommandInset ref
17100 LatexCommand ref
17101 reference "sub:Multicolumn-Calculations"
17102
17103 \end_inset
17104
17105 .
17106 \end_layout
17107
17108 \begin_layout Standard
17109 The following color names are predefined:
17110 \end_layout
17111
17112 \begin_layout Standard
17113
17114 \family sans
17115 red
17116 \family default
17117
17118 \family sans
17119 green
17120 \family default
17121
17122 \family sans
17123 yellow
17124 \family default
17125
17126 \family sans
17127 blue
17128 \family default
17129
17130 \family sans
17131 cyan
17132 \family default
17133
17134 \family sans
17135 magenta
17136 \family default
17137
17138 \family sans
17139 black
17140 \family default
17141  and 
17142 \family sans
17143 white
17144 \end_layout
17145
17146 \begin_layout Standard
17147 \begin_inset VSpace medskip
17148 \end_inset
17149
17150
17151 \end_layout
17152
17153 \begin_layout Standard
17154 If you add the options
17155 \end_layout
17156
17157 \begin_layout Standard
17158
17159 \series bold
17160 usenames,dvipsnames
17161 \end_layout
17162
17163 \begin_layout Standard
17164 to the document class options in the document settings, you can additionally
17165  use further 61
17166 \begin_inset space ~
17167 \end_inset
17168
17169 colors.
17170  These colors are listed in appendix
17171 \begin_inset space ~
17172 \end_inset
17173
17174
17175 \begin_inset CommandInset ref
17176 LatexCommand ref
17177 reference "chap:List-of-dvips-colornames"
17178
17179 \end_inset
17180
17181 .
17182  One of these colors, 
17183 \family sans
17184 Maroon
17185 \family default
17186 , is used as example in Table
17187 \begin_inset space ~
17188 \end_inset
17189
17190
17191 \begin_inset CommandInset ref
17192 LatexCommand ref
17193 reference "tab:Table-colored-using"
17194
17195 \end_inset
17196
17197 .
17198 \end_layout
17199
17200 \begin_layout Standard
17201 \begin_inset VSpace medskip
17202 \end_inset
17203
17204
17205 \end_layout
17206
17207 \begin_layout Standard
17208 You can also define your own color with the command
17209 \end_layout
17210
17211 \begin_layout Standard
17212
17213 \series bold
17214
17215 \backslash
17216 definecolor{color name}{color model}{color values}
17217 \end_layout
17218
17219 \begin_layout Standard
17220 The color model can be
17221 \end_layout
17222
17223 \begin_layout Labeling
17224 \labelwidthstring 00.00.0000
17225 cmyk: cyan, magenta, yellow, black
17226 \end_layout
17227
17228 \begin_layout Labeling
17229 \labelwidthstring 00.00.0000
17230 rgb: red, green blue
17231 \end_layout
17232
17233 \begin_layout Labeling
17234 \labelwidthstring 00.00.0000
17235 gray gray
17236 \end_layout
17237
17238 \begin_layout Standard
17239 and the color values are comma separated numbers between 0 and 1 describing
17240  the factor for the corresponding color of the color model.
17241 \end_layout
17242
17243 \begin_layout Standard
17244 You can e.
17245 \begin_inset space \thinspace{}
17246 \end_inset
17247
17248 g.
17249 \begin_inset space \space{}
17250 \end_inset
17251
17252 define the color "
17253 \emph on
17254 darkgreen
17255 \emph default
17256 " in the preamble with
17257 \end_layout
17258
17259 \begin_layout Standard
17260
17261 \series bold
17262
17263 \backslash
17264 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17265 \end_layout
17266
17267 \begin_layout Standard
17268 and the color "
17269 \emph on
17270 lightgray
17271 \emph default
17272 " with
17273 \end_layout
17274
17275 \begin_layout Standard
17276
17277 \series bold
17278
17279 \backslash
17280 definecolor{lightgray}{gray}{0.8}
17281 \end_layout
17282
17283 \begin_layout Standard
17284 \begin_inset VSpace medskip
17285 \end_inset
17286
17287
17288 \end_layout
17289
17290 \begin_layout Standard
17291 Lines are colored with the command
17292 \end_layout
17293
17294 \begin_layout Standard
17295
17296 \series bold
17297
17298 \backslash
17299 rowcolor{name of color}
17300 \end_layout
17301
17302 \begin_layout Standard
17303 and cells are colored with the command
17304 \end_layout
17305
17306 \begin_layout Standard
17307
17308 \series bold
17309
17310 \backslash
17311 cellcolor{name of color}
17312 \end_layout
17313
17314 \begin_layout Standard
17315 Both commands are inserted at the beginning of a cell as TeX-Code.
17316 \end_layout
17317
17318 \begin_layout Standard
17319 To color characters in the table, mark the cells and use the 
17320 \family sans
17321 Text
17322 \begin_inset space ~
17323 \end_inset
17324
17325 Style
17326 \family default
17327  dialog.
17328  If a cell contains TeX-Code mark only the characters, otherwise the colored
17329  TeX-Code will cause LaTeX-errors.
17330 \end_layout
17331
17332 \begin_layout Standard
17333 \begin_inset Note Greyedout
17334 status open
17335
17336 \begin_layout Plain Layout
17337
17338 \series bold
17339 Note:
17340 \series default
17341  Not all DVI-viewers are able to display self-defined colors.
17342 \end_layout
17343
17344 \end_inset
17345
17346
17347 \end_layout
17348
17349 \begin_layout Standard
17350 \begin_inset VSpace bigskip
17351 \end_inset
17352
17353
17354 \end_layout
17355
17356 \begin_layout Standard
17357 To create Table
17358 \begin_inset space ~
17359 \end_inset
17360
17361
17362 \begin_inset CommandInset ref
17363 LatexCommand ref
17364 reference "tab:Table-colored-using"
17365
17366 \end_inset
17367
17368  do the following: The color of the first column should be 
17369 \emph on
17370 darkgreen
17371 \emph default
17372 .
17373  So insert
17374 \end_layout
17375
17376 \begin_layout Standard
17377
17378 \series bold
17379 >{
17380 \backslash
17381 columncolor{darkgreen}
17382 \backslash
17383 centering}c
17384 \end_layout
17385
17386 \begin_layout Standard
17387 as LaTeX-argument for this column.
17388  The first row should be light blue, therefore the TeX-Code command
17389 \end_layout
17390
17391 \begin_layout Standard
17392
17393 \series bold
17394
17395 \backslash
17396 rowcolor{cyan}
17397 \end_layout
17398
17399 \begin_layout Standard
17400 is inserted to the first cell of this row.
17401  Note that this overwrites the column color for the first cell.
17402  The last cell of the last row is colored maroon by inserting the TeX-Code
17403  command
17404 \end_layout
17405
17406 \begin_layout Standard
17407
17408 \series bold
17409
17410 \backslash
17411 cellcolor{Maroon}
17412 \end_layout
17413
17414 \begin_layout Standard
17415 The characters could now be colored using the menu 
17416 \family sans
17417 Edit\SpecialChar \menuseparator
17418 Text
17419 \begin_inset space ~
17420 \end_inset
17421
17422 Style
17423 \family default
17424 .
17425 \end_layout
17426
17427 \begin_layout Standard
17428 \begin_inset Float table
17429 placement h
17430 wide false
17431 sideways false
17432 status open
17433
17434 \begin_layout Plain Layout
17435 \begin_inset Caption Standard
17436
17437 \begin_layout Plain Layout
17438 \begin_inset CommandInset label
17439 LatexCommand label
17440 name "tab:Table-colored-using"
17441
17442 \end_inset
17443
17444 Table colored using the package 
17445 \series bold
17446 colortbl
17447 \series default
17448
17449 \begin_inset Argument 1
17450 status collapsed
17451
17452 \begin_layout Plain Layout
17453 Table with colortbl
17454 \end_layout
17455
17456 \end_inset
17457
17458
17459 \end_layout
17460
17461 \end_inset
17462
17463
17464 \end_layout
17465
17466 \begin_layout Plain Layout
17467 \align center
17468 \begin_inset Tabular
17469 <lyxtabular version="3" rows="3" columns="3">
17470 <features rotate="0" tabularvalignment="middle">
17471 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
17472 <column alignment="center" valignment="top" width="0">
17473 <column alignment="center" valignment="top" width="0">
17474 <row>
17475 <cell alignment="center" valignment="top" usebox="none">
17476 \begin_inset Text
17477
17478 \begin_layout Plain Layout
17479 \begin_inset ERT
17480 status collapsed
17481
17482 \begin_layout Plain Layout
17483
17484
17485 \backslash
17486 rowcolor{cyan}
17487 \end_layout
17488
17489 \end_inset
17490
17491
17492 \color magenta
17493 a
17494 \end_layout
17495
17496 \end_inset
17497 </cell>
17498 <cell alignment="center" valignment="top" usebox="none">
17499 \begin_inset Text
17500
17501 \begin_layout Plain Layout
17502
17503 \color red
17504 b
17505 \end_layout
17506
17507 \end_inset
17508 </cell>
17509 <cell alignment="center" valignment="top" usebox="none">
17510 \begin_inset Text
17511
17512 \begin_layout Plain Layout
17513
17514 \color red
17515 c
17516 \end_layout
17517
17518 \end_inset
17519 </cell>
17520 </row>
17521 <row>
17522 <cell alignment="center" valignment="top" usebox="none">
17523 \begin_inset Text
17524
17525 \begin_layout Plain Layout
17526
17527 \color yellow
17528 d
17529 \end_layout
17530
17531 \end_inset
17532 </cell>
17533 <cell alignment="center" valignment="top" usebox="none">
17534 \begin_inset Text
17535
17536 \begin_layout Plain Layout
17537
17538 \color blue
17539 e
17540 \end_layout
17541
17542 \end_inset
17543 </cell>
17544 <cell alignment="center" valignment="top" usebox="none">
17545 \begin_inset Text
17546
17547 \begin_layout Plain Layout
17548
17549 \color blue
17550 f
17551 \end_layout
17552
17553 \end_inset
17554 </cell>
17555 </row>
17556 <row>
17557 <cell alignment="center" valignment="top" usebox="none">
17558 \begin_inset Text
17559
17560 \begin_layout Plain Layout
17561
17562 \color yellow
17563 g
17564 \end_layout
17565
17566 \end_inset
17567 </cell>
17568 <cell alignment="center" valignment="top" usebox="none">
17569 \begin_inset Text
17570
17571 \begin_layout Plain Layout
17572
17573 \color blue
17574 h
17575 \end_layout
17576
17577 \end_inset
17578 </cell>
17579 <cell alignment="center" valignment="top" usebox="none">
17580 \begin_inset Text
17581
17582 \begin_layout Plain Layout
17583 \begin_inset ERT
17584 status collapsed
17585
17586 \begin_layout Plain Layout
17587
17588
17589 \backslash
17590 cellcolor{Maroon}
17591 \end_layout
17592
17593 \end_inset
17594
17595
17596 \color green
17597 i
17598 \end_layout
17599
17600 \end_inset
17601 </cell>
17602 </row>
17603 </lyxtabular>
17604
17605 \end_inset
17606
17607
17608 \end_layout
17609
17610 \end_inset
17611
17612
17613 \end_layout
17614
17615 \begin_layout Standard
17616 \begin_inset ERT
17617 status collapsed
17618
17619 \begin_layout Plain Layout
17620
17621
17622 \backslash
17623 else
17624 \end_layout
17625
17626 \end_inset
17627
17628
17629 \begin_inset Note Note
17630 status open
17631
17632 \begin_layout Plain Layout
17633 The following will be displayed when the LaTeX-package 
17634 \series bold
17635 colortbl
17636 \series default
17637  is not installed:
17638 \end_layout
17639
17640 \end_inset
17641
17642
17643 \end_layout
17644
17645 \begin_layout Standard
17646 You need to install the package 
17647 \series bold
17648 colortbl
17649 \series default
17650  to see the content of this section in the output.
17651 \end_layout
17652
17653 \begin_layout Standard
17654 \begin_inset ERT
17655 status collapsed
17656
17657 \begin_layout Plain Layout
17658
17659
17660 \backslash
17661 fi
17662 \end_layout
17663
17664 \end_inset
17665
17666
17667 \end_layout
17668
17669 \begin_layout Subsection
17670 Colored Rows
17671 \begin_inset Index idx
17672 status collapsed
17673
17674 \begin_layout Plain Layout
17675 Table Color ! for Rows
17676 \end_layout
17677
17678 \end_inset
17679
17680
17681 \begin_inset Index idx
17682 status collapsed
17683
17684 \begin_layout Plain Layout
17685 Color ! for Table Rows
17686 \end_layout
17687
17688 \end_inset
17689
17690
17691 \end_layout
17692
17693 \begin_layout Standard
17694 In case every second table row needs to be colored there is an alternative
17695  to the method described in the previous section: One loads the package
17696  
17697 \series bold
17698 xcolor
17699 \series default
17700
17701 \begin_inset Index idx
17702 status collapsed
17703
17704 \begin_layout Plain Layout
17705 LaTeX-packages ! xcolor
17706 \begin_inset ERT
17707 status collapsed
17708
17709 \begin_layout Plain Layout
17710
17711
17712 \backslash
17713 vspace{4mm}
17714 \end_layout
17715
17716 \end_inset
17717
17718
17719 \end_layout
17720
17721 \end_inset
17722
17723  in the document preamble with the command
17724 \end_layout
17725
17726 \begin_layout Standard
17727
17728 \series bold
17729
17730 \backslash
17731 usepackage[table]{xcolor}
17732 \end_layout
17733
17734 \begin_layout Standard
17735
17736 \series bold
17737 xcolor
17738 \series default
17739  automatically loads also the package 
17740 \series bold
17741 colortbl
17742 \series default
17743
17744 \begin_inset Index idx
17745 status collapsed
17746
17747 \begin_layout Plain Layout
17748 LaTeX-packages ! colortbl
17749 \end_layout
17750
17751 \end_inset
17752
17753 , so 
17754 \series bold
17755 colortbl
17756 \series default
17757  must be installed in your LaTeX-distribution, otherwise you get LaTeX-errors.
17758 \end_layout
17759
17760 \begin_layout Standard
17761 \begin_inset ERT
17762 status collapsed
17763
17764 \begin_layout Plain Layout
17765
17766
17767 \backslash
17768 ifcolortbl
17769 \end_layout
17770
17771 \end_inset
17772
17773
17774 \begin_inset Note Note
17775 status open
17776
17777 \begin_layout Plain Layout
17778 The following section part will only be displayed when the LaTeX-package
17779  
17780 \series bold
17781 colortbl
17782 \series default
17783  is installed.
17784 \end_layout
17785
17786 \end_inset
17787
17788
17789 \end_layout
17790
17791 \begin_layout Standard
17792 The table rows are colored with the command
17793 \end_layout
17794
17795 \begin_layout Standard
17796
17797 \series bold
17798
17799 \backslash
17800 rowcolors[commands]{row number}{odd row color}{even row color}
17801 \end_layout
17802
17803 \begin_layout Standard
17804 that is either inserted in the document preamble or as TeX-Code before the
17805  first table to be colored.
17806  row
17807 \begin_inset space ~
17808 \end_inset
17809
17810 number is the number of the first row which should be colored according
17811  to the odd row color.
17812  commands can be additional commands that are executed before every table
17813  row.
17814  So for example the command
17815 \end_layout
17816
17817 \begin_layout Standard
17818
17819 \series bold
17820
17821 \backslash
17822 rowcolors{1}{white}{lightgray}
17823 \end_layout
17824
17825 \begin_layout Standard
17826 leads to the coloring scheme of Table
17827 \begin_inset space ~
17828 \end_inset
17829
17830
17831 \begin_inset CommandInset ref
17832 LatexCommand ref
17833 reference "tab:Table-rowcolors"
17834
17835 \end_inset
17836
17837 .
17838  The command
17839 \end_layout
17840
17841 \begin_layout Standard
17842
17843 \series bold
17844
17845 \backslash
17846 rowcolors[
17847 \backslash
17848 hline]{1}{lightgray}{cyan}
17849 \end_layout
17850
17851 \begin_layout Standard
17852 leads to the coloring scheme of Table
17853 \begin_inset space ~
17854 \end_inset
17855
17856
17857 \begin_inset CommandInset ref
17858 LatexCommand ref
17859 reference "tab:Table-rowcolors-2"
17860
17861 \end_inset
17862
17863 .
17864  If odd
17865 \begin_inset space ~
17866 \end_inset
17867
17868 row
17869 \begin_inset space ~
17870 \end_inset
17871
17872 color and/or even
17873 \begin_inset space ~
17874 \end_inset
17875
17876 row
17877 \begin_inset space ~
17878 \end_inset
17879
17880 color are left empty, no color will be used so that the command
17881 \end_layout
17882
17883 \begin_layout Standard
17884
17885 \series bold
17886
17887 \backslash
17888 rowcolors{1}{}{}
17889 \end_layout
17890
17891 \begin_layout Standard
17892 deletes all colors.
17893  
17894 \series bold
17895
17896 \backslash
17897 rowcolors
17898 \series default
17899  affects all tables following that command.
17900 \end_layout
17901
17902 \begin_layout Standard
17903 \begin_inset ERT
17904 status open
17905
17906 \begin_layout Plain Layout
17907
17908
17909 \backslash
17910 rowcolors{1}{white}{lightgray}
17911 \end_layout
17912
17913 \end_inset
17914
17915
17916 \end_layout
17917
17918 \begin_layout Standard
17919 \begin_inset Float table
17920 placement h
17921 wide false
17922 sideways false
17923 status open
17924
17925 \begin_layout Plain Layout
17926 \begin_inset Caption Standard
17927
17928 \begin_layout Plain Layout
17929 \begin_inset CommandInset label
17930 LatexCommand label
17931 name "tab:Table-rowcolors"
17932
17933 \end_inset
17934
17935 Table where every second row is colored light gray.
17936 \end_layout
17937
17938 \end_inset
17939
17940
17941 \end_layout
17942
17943 \begin_layout Plain Layout
17944 \align center
17945 \begin_inset Tabular
17946 <lyxtabular version="3" rows="4" columns="3">
17947 <features rotate="0" tabularvalignment="middle">
17948 <column alignment="center" valignment="top" width="0">
17949 <column alignment="center" valignment="top" width="0pt">
17950 <column alignment="center" valignment="top" width="0pt">
17951 <row>
17952 <cell alignment="center" valignment="top" usebox="none">
17953 \begin_inset Text
17954
17955 \begin_layout Plain Layout
17956 X
17957 \end_layout
17958
17959 \end_inset
17960 </cell>
17961 <cell alignment="center" valignment="top" usebox="none">
17962 \begin_inset Text
17963
17964 \begin_layout Plain Layout
17965 Y
17966 \end_layout
17967
17968 \end_inset
17969 </cell>
17970 <cell alignment="center" valignment="top" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974 Z
17975 \end_layout
17976
17977 \end_inset
17978 </cell>
17979 </row>
17980 <row>
17981 <cell alignment="center" valignment="top" usebox="none">
17982 \begin_inset Text
17983
17984 \begin_layout Plain Layout
17985 1
17986 \end_layout
17987
17988 \end_inset
17989 </cell>
17990 <cell alignment="center" valignment="top" usebox="none">
17991 \begin_inset Text
17992
17993 \begin_layout Plain Layout
17994 2
17995 \end_layout
17996
17997 \end_inset
17998 </cell>
17999 <cell alignment="center" valignment="top" usebox="none">
18000 \begin_inset Text
18001
18002 \begin_layout Plain Layout
18003 3
18004 \end_layout
18005
18006 \end_inset
18007 </cell>
18008 </row>
18009 <row>
18010 <cell alignment="center" valignment="top" usebox="none">
18011 \begin_inset Text
18012
18013 \begin_layout Plain Layout
18014 4
18015 \end_layout
18016
18017 \end_inset
18018 </cell>
18019 <cell alignment="center" valignment="top" usebox="none">
18020 \begin_inset Text
18021
18022 \begin_layout Plain Layout
18023 5
18024 \end_layout
18025
18026 \end_inset
18027 </cell>
18028 <cell alignment="center" valignment="top" usebox="none">
18029 \begin_inset Text
18030
18031 \begin_layout Plain Layout
18032 6
18033 \end_layout
18034
18035 \end_inset
18036 </cell>
18037 </row>
18038 <row>
18039 <cell alignment="center" valignment="top" usebox="none">
18040 \begin_inset Text
18041
18042 \begin_layout Plain Layout
18043 7
18044 \end_layout
18045
18046 \end_inset
18047 </cell>
18048 <cell alignment="center" valignment="top" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Plain Layout
18052 8
18053 \end_layout
18054
18055 \end_inset
18056 </cell>
18057 <cell alignment="center" valignment="top" usebox="none">
18058 \begin_inset Text
18059
18060 \begin_layout Plain Layout
18061 9
18062 \end_layout
18063
18064 \end_inset
18065 </cell>
18066 </row>
18067 </lyxtabular>
18068
18069 \end_inset
18070
18071
18072 \end_layout
18073
18074 \end_inset
18075
18076
18077 \end_layout
18078
18079 \begin_layout Standard
18080 \begin_inset ERT
18081 status open
18082
18083 \begin_layout Plain Layout
18084
18085
18086 \backslash
18087 rowcolors[
18088 \backslash
18089 hline]{1}{lightgray}{cyan}
18090 \end_layout
18091
18092 \end_inset
18093
18094
18095 \end_layout
18096
18097 \begin_layout Standard
18098 \begin_inset Float table
18099 placement h
18100 wide false
18101 sideways false
18102 status open
18103
18104 \begin_layout Plain Layout
18105 \begin_inset Caption Standard
18106
18107 \begin_layout Plain Layout
18108 \begin_inset CommandInset label
18109 LatexCommand label
18110 name "tab:Table-rowcolors-2"
18111
18112 \end_inset
18113
18114 Table where every second row is colored cyan and at which there is a line
18115  between each row.
18116 \end_layout
18117
18118 \end_inset
18119
18120
18121 \end_layout
18122
18123 \begin_layout Plain Layout
18124 \align center
18125 \begin_inset Tabular
18126 <lyxtabular version="3" rows="4" columns="3">
18127 <features rotate="0" tabularvalignment="middle">
18128 <column alignment="center" valignment="top" width="0">
18129 <column alignment="center" valignment="top" width="0">
18130 <column alignment="center" valignment="top" width="0pt">
18131 <row>
18132 <cell alignment="center" valignment="top" usebox="none">
18133 \begin_inset Text
18134
18135 \begin_layout Plain Layout
18136 X
18137 \end_layout
18138
18139 \end_inset
18140 </cell>
18141 <cell alignment="center" valignment="top" usebox="none">
18142 \begin_inset Text
18143
18144 \begin_layout Plain Layout
18145 Y
18146 \end_layout
18147
18148 \end_inset
18149 </cell>
18150 <cell alignment="center" valignment="top" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154 Z
18155 \end_layout
18156
18157 \end_inset
18158 </cell>
18159 </row>
18160 <row>
18161 <cell alignment="center" valignment="top" usebox="none">
18162 \begin_inset Text
18163
18164 \begin_layout Plain Layout
18165 1
18166 \end_layout
18167
18168 \end_inset
18169 </cell>
18170 <cell alignment="center" valignment="top" usebox="none">
18171 \begin_inset Text
18172
18173 \begin_layout Plain Layout
18174 2
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 <cell alignment="center" valignment="top" usebox="none">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183 3
18184 \end_layout
18185
18186 \end_inset
18187 </cell>
18188 </row>
18189 <row>
18190 <cell alignment="center" valignment="top" usebox="none">
18191 \begin_inset Text
18192
18193 \begin_layout Plain Layout
18194 4
18195 \end_layout
18196
18197 \end_inset
18198 </cell>
18199 <cell alignment="center" valignment="top" usebox="none">
18200 \begin_inset Text
18201
18202 \begin_layout Plain Layout
18203 5
18204 \end_layout
18205
18206 \end_inset
18207 </cell>
18208 <cell alignment="center" valignment="top" usebox="none">
18209 \begin_inset Text
18210
18211 \begin_layout Plain Layout
18212 6
18213 \end_layout
18214
18215 \end_inset
18216 </cell>
18217 </row>
18218 <row>
18219 <cell alignment="center" valignment="top" usebox="none">
18220 \begin_inset Text
18221
18222 \begin_layout Plain Layout
18223 7
18224 \end_layout
18225
18226 \end_inset
18227 </cell>
18228 <cell alignment="center" valignment="top" usebox="none">
18229 \begin_inset Text
18230
18231 \begin_layout Plain Layout
18232 8
18233 \end_layout
18234
18235 \end_inset
18236 </cell>
18237 <cell alignment="center" valignment="top" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241 9
18242 \end_layout
18243
18244 \end_inset
18245 </cell>
18246 </row>
18247 </lyxtabular>
18248
18249 \end_inset
18250
18251
18252 \end_layout
18253
18254 \end_inset
18255
18256
18257 \end_layout
18258
18259 \begin_layout Standard
18260 \begin_inset ERT
18261 status collapsed
18262
18263 \begin_layout Plain Layout
18264
18265
18266 \backslash
18267 rowcolors{1}{}{}
18268 \end_layout
18269
18270 \end_inset
18271
18272
18273 \begin_inset Note Note
18274 status collapsed
18275
18276 \begin_layout Plain Layout
18277 turns off the row coloring
18278 \end_layout
18279
18280 \end_inset
18281
18282
18283 \end_layout
18284
18285 \begin_layout Standard
18286 \begin_inset ERT
18287 status collapsed
18288
18289 \begin_layout Plain Layout
18290
18291
18292 \backslash
18293 else
18294 \end_layout
18295
18296 \end_inset
18297
18298
18299 \begin_inset Note Note
18300 status open
18301
18302 \begin_layout Plain Layout
18303 The following will be displayed when the LaTeX-package 
18304 \series bold
18305 colortbl
18306 \series default
18307  is not installed:
18308 \end_layout
18309
18310 \end_inset
18311
18312
18313 \end_layout
18314
18315 \begin_layout Standard
18316 You need to install the package 
18317 \series bold
18318 colortbl
18319 \series default
18320  to see the content of this section in the output.
18321 \end_layout
18322
18323 \begin_layout Standard
18324 \begin_inset ERT
18325 status collapsed
18326
18327 \begin_layout Plain Layout
18328
18329
18330 \backslash
18331 fi
18332 \end_layout
18333
18334 \end_inset
18335
18336
18337 \end_layout
18338
18339 \begin_layout Subsection
18340 Colored Lines
18341 \begin_inset Index idx
18342 status collapsed
18343
18344 \begin_layout Plain Layout
18345 Table Color ! for Lines
18346 \end_layout
18347
18348 \end_inset
18349
18350
18351 \begin_inset Index idx
18352 status collapsed
18353
18354 \begin_layout Plain Layout
18355 Color ! for Table Lines
18356 \end_layout
18357
18358 \end_inset
18359
18360
18361 \end_layout
18362
18363 \begin_layout Standard
18364 As described in section
18365 \begin_inset space ~
18366 \end_inset
18367
18368
18369 \begin_inset CommandInset ref
18370 LatexCommand ref
18371 reference "sub:Line-Thickness"
18372
18373 \end_inset
18374
18375 , the line thickness for all lines in a table can be adjusted with the length
18376  
18377 \series bold
18378
18379 \backslash
18380 arrayrulewidth
18381 \series default
18382 .
18383  It is set to 1.5
18384 \begin_inset space \thinspace{}
18385 \end_inset
18386
18387 pt for all tables of this section.
18388 \begin_inset ERT
18389 status collapsed
18390
18391 \begin_layout Plain Layout
18392
18393
18394 \backslash
18395 setlength{
18396 \backslash
18397 arrayrulewidth}{1.5pt}
18398 \end_layout
18399
18400 \end_inset
18401
18402
18403 \end_layout
18404
18405 \begin_layout Standard
18406 To color vertical lines for example with green, create the following column
18407  format in the document preamble, according to the description in section
18408 \begin_inset space ~
18409 \end_inset
18410
18411
18412 \begin_inset CommandInset ref
18413 LatexCommand ref
18414 reference "sub:Customized-Format"
18415
18416 \end_inset
18417
18418 :
18419 \end_layout
18420
18421 \begin_layout Standard
18422
18423 \series bold
18424
18425 \backslash
18426 newcolumntype{W}{!{
18427 \backslash
18428 color{green}
18429 \backslash
18430 vline}}
18431 \end_layout
18432
18433 \begin_layout Standard
18434 For Table
18435 \begin_inset space ~
18436 \end_inset
18437
18438
18439 \begin_inset CommandInset ref
18440 LatexCommand ref
18441 reference "tab:Table-with-vertical-colored"
18442
18443 \end_inset
18444
18445  the LaTeX-argument
18446 \series bold
18447  WcW
18448 \series default
18449  was used for the last column and
18450 \series bold
18451  Wc
18452 \series default
18453  for the other columns.
18454 \end_layout
18455
18456 \begin_layout Standard
18457 If you want to have several colors, define more column formats.
18458 \end_layout
18459
18460 \begin_layout Standard
18461 \begin_inset Float table
18462 placement h
18463 wide false
18464 sideways false
18465 status open
18466
18467 \begin_layout Plain Layout
18468 \begin_inset Caption Standard
18469
18470 \begin_layout Plain Layout
18471 \begin_inset CommandInset label
18472 LatexCommand label
18473 name "tab:Table-with-vertical-colored"
18474
18475 \end_inset
18476
18477 Table with colored vertical lines
18478 \end_layout
18479
18480 \end_inset
18481
18482
18483 \end_layout
18484
18485 \begin_layout Plain Layout
18486 \align center
18487 \begin_inset Tabular
18488 <lyxtabular version="3" rows="3" columns="3">
18489 <features rotate="0" tabularvalignment="middle">
18490 <column alignment="center" valignment="top" width="0" special="Wc">
18491 <column alignment="center" valignment="top" width="0" special="Wc">
18492 <column alignment="center" valignment="top" width="0" special="WcW">
18493 <row>
18494 <cell alignment="center" valignment="top" topline="true" usebox="none">
18495 \begin_inset Text
18496
18497 \begin_layout Plain Layout
18498 sd
18499 \end_layout
18500
18501 \end_inset
18502 </cell>
18503 <cell alignment="center" valignment="top" topline="true" usebox="none">
18504 \begin_inset Text
18505
18506 \begin_layout Plain Layout
18507
18508 \end_layout
18509
18510 \end_inset
18511 </cell>
18512 <cell alignment="center" valignment="top" topline="true" usebox="none">
18513 \begin_inset Text
18514
18515 \begin_layout Plain Layout
18516
18517 \end_layout
18518
18519 \end_inset
18520 </cell>
18521 </row>
18522 <row>
18523 <cell alignment="center" valignment="top" topline="true" usebox="none">
18524 \begin_inset Text
18525
18526 \begin_layout Plain Layout
18527
18528 \end_layout
18529
18530 \end_inset
18531 </cell>
18532 <cell alignment="center" valignment="top" topline="true" usebox="none">
18533 \begin_inset Text
18534
18535 \begin_layout Plain Layout
18536 sd
18537 \end_layout
18538
18539 \end_inset
18540 </cell>
18541 <cell alignment="center" valignment="top" topline="true" usebox="none">
18542 \begin_inset Text
18543
18544 \begin_layout Plain Layout
18545
18546 \end_layout
18547
18548 \end_inset
18549 </cell>
18550 </row>
18551 <row>
18552 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18553 \begin_inset Text
18554
18555 \begin_layout Plain Layout
18556
18557 \end_layout
18558
18559 \end_inset
18560 </cell>
18561 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18562 \begin_inset Text
18563
18564 \begin_layout Plain Layout
18565
18566 \end_layout
18567
18568 \end_inset
18569 </cell>
18570 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18571 \begin_inset Text
18572
18573 \begin_layout Plain Layout
18574 sd
18575 \end_layout
18576
18577 \end_inset
18578 </cell>
18579 </row>
18580 </lyxtabular>
18581
18582 \end_inset
18583
18584
18585 \end_layout
18586
18587 \end_inset
18588
18589
18590 \end_layout
18591
18592 \begin_layout Standard
18593 \begin_inset VSpace bigskip
18594 \end_inset
18595
18596 To color horizontal lines for example with red, as in Table
18597 \begin_inset space ~
18598 \end_inset
18599
18600
18601 \begin_inset CommandInset ref
18602 LatexCommand ref
18603 reference "tab:Table-with-horizontal-colored"
18604
18605 \end_inset
18606
18607 , insert these commands in TeX-Code before the table or table float:
18608 \end_layout
18609
18610 \begin_layout Standard
18611
18612 \series bold
18613
18614 \backslash
18615 let
18616 \backslash
18617 myHlineC
18618 \backslash
18619 hline
18620 \begin_inset Newline newline
18621 \end_inset
18622
18623
18624 \backslash
18625 renewcommand{
18626 \backslash
18627 hline}
18628 \begin_inset Newline newline
18629 \end_inset
18630
18631
18632 \begin_inset Phantom HPhantom
18633 status open
18634
18635 \begin_layout Plain Layout
18636
18637 \series bold
18638 \begin_inset space ~
18639 \end_inset
18640
18641
18642 \end_layout
18643
18644 \end_inset
18645
18646 {
18647 \backslash
18648 arrayrulecolor{red}
18649 \backslash
18650 myHlineC
18651 \backslash
18652 arrayrulecolor{black}}
18653 \end_layout
18654
18655 \begin_layout Standard
18656 \begin_inset ERT
18657 status collapsed
18658
18659 \begin_layout Plain Layout
18660
18661
18662 \backslash
18663 let
18664 \backslash
18665 myHlineC
18666 \backslash
18667 hline
18668 \end_layout
18669
18670 \begin_layout Plain Layout
18671
18672
18673 \backslash
18674 renewcommand{
18675 \backslash
18676 hline}
18677 \end_layout
18678
18679 \begin_layout Plain Layout
18680
18681  {
18682 \backslash
18683 arrayrulecolor{red}
18684 \backslash
18685 myHlineC
18686 \backslash
18687 arrayrulecolor{black}}
18688 \end_layout
18689
18690 \end_inset
18691
18692
18693 \begin_inset Float table
18694 placement h
18695 wide false
18696 sideways false
18697 status open
18698
18699 \begin_layout Plain Layout
18700 \begin_inset Caption Standard
18701
18702 \begin_layout Plain Layout
18703 \begin_inset CommandInset label
18704 LatexCommand label
18705 name "tab:Table-with-horizontal-colored"
18706
18707 \end_inset
18708
18709 Table with colored horizontal lines
18710 \end_layout
18711
18712 \end_inset
18713
18714
18715 \end_layout
18716
18717 \begin_layout Plain Layout
18718 \align center
18719 \begin_inset Tabular
18720 <lyxtabular version="3" rows="3" columns="3">
18721 <features rotate="0" tabularvalignment="middle">
18722 <column alignment="center" valignment="top" width="0">
18723 <column alignment="center" valignment="top" width="0">
18724 <column alignment="center" valignment="top" width="0">
18725 <row>
18726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18727 \begin_inset Text
18728
18729 \begin_layout Plain Layout
18730 sd
18731 \end_layout
18732
18733 \end_inset
18734 </cell>
18735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18736 \begin_inset Text
18737
18738 \begin_layout Plain Layout
18739
18740 \end_layout
18741
18742 \end_inset
18743 </cell>
18744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18745 \begin_inset Text
18746
18747 \begin_layout Plain Layout
18748
18749 \end_layout
18750
18751 \end_inset
18752 </cell>
18753 </row>
18754 <row>
18755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18756 \begin_inset Text
18757
18758 \begin_layout Plain Layout
18759
18760 \end_layout
18761
18762 \end_inset
18763 </cell>
18764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18765 \begin_inset Text
18766
18767 \begin_layout Plain Layout
18768 sd
18769 \end_layout
18770
18771 \end_inset
18772 </cell>
18773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18774 \begin_inset Text
18775
18776 \begin_layout Plain Layout
18777
18778 \end_layout
18779
18780 \end_inset
18781 </cell>
18782 </row>
18783 <row>
18784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18785 \begin_inset Text
18786
18787 \begin_layout Plain Layout
18788
18789 \end_layout
18790
18791 \end_inset
18792 </cell>
18793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18794 \begin_inset Text
18795
18796 \begin_layout Plain Layout
18797
18798 \end_layout
18799
18800 \end_inset
18801 </cell>
18802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18803 \begin_inset Text
18804
18805 \begin_layout Plain Layout
18806 sd
18807 \end_layout
18808
18809 \end_inset
18810 </cell>
18811 </row>
18812 </lyxtabular>
18813
18814 \end_inset
18815
18816
18817 \end_layout
18818
18819 \end_inset
18820
18821
18822 \end_layout
18823
18824 \begin_layout Standard
18825 To return to the default line color black, insert this command in TeX-Code
18826  after the table or table float:
18827 \end_layout
18828
18829 \begin_layout Standard
18830
18831 \series bold
18832
18833 \backslash
18834 renewcommand{
18835 \backslash
18836 hline}{
18837 \backslash
18838 myHlineC}
18839 \end_layout
18840
18841 \begin_layout Standard
18842 Table
18843 \begin_inset space ~
18844 \end_inset
18845
18846
18847 \begin_inset CommandInset ref
18848 LatexCommand ref
18849 reference "tab:Table-with-colored"
18850
18851 \end_inset
18852
18853  is an example with colored vertical and horizontal lines.
18854 \end_layout
18855
18856 \begin_layout Standard
18857 \begin_inset Float table
18858 placement h
18859 wide false
18860 sideways false
18861 status open
18862
18863 \begin_layout Plain Layout
18864 \begin_inset Caption Standard
18865
18866 \begin_layout Plain Layout
18867 \begin_inset CommandInset label
18868 LatexCommand label
18869 name "tab:Table-with-colored"
18870
18871 \end_inset
18872
18873 Table with colored lines
18874 \end_layout
18875
18876 \end_inset
18877
18878
18879 \end_layout
18880
18881 \begin_layout Plain Layout
18882 \align center
18883 \begin_inset Tabular
18884 <lyxtabular version="3" rows="3" columns="3">
18885 <features rotate="0" tabularvalignment="middle">
18886 <column alignment="center" valignment="top" width="0" special="Wc">
18887 <column alignment="center" valignment="top" width="0" special="Wc">
18888 <column alignment="center" valignment="top" width="0" special="WcW">
18889 <row>
18890 <cell alignment="center" valignment="top" topline="true" usebox="none">
18891 \begin_inset Text
18892
18893 \begin_layout Plain Layout
18894 sd
18895 \end_layout
18896
18897 \end_inset
18898 </cell>
18899 <cell alignment="center" valignment="top" topline="true" usebox="none">
18900 \begin_inset Text
18901
18902 \begin_layout Plain Layout
18903
18904 \end_layout
18905
18906 \end_inset
18907 </cell>
18908 <cell alignment="center" valignment="top" topline="true" usebox="none">
18909 \begin_inset Text
18910
18911 \begin_layout Plain Layout
18912
18913 \end_layout
18914
18915 \end_inset
18916 </cell>
18917 </row>
18918 <row>
18919 <cell alignment="center" valignment="top" topline="true" usebox="none">
18920 \begin_inset Text
18921
18922 \begin_layout Plain Layout
18923
18924 \end_layout
18925
18926 \end_inset
18927 </cell>
18928 <cell alignment="center" valignment="top" topline="true" usebox="none">
18929 \begin_inset Text
18930
18931 \begin_layout Plain Layout
18932 sd
18933 \end_layout
18934
18935 \end_inset
18936 </cell>
18937 <cell alignment="center" valignment="top" topline="true" usebox="none">
18938 \begin_inset Text
18939
18940 \begin_layout Plain Layout
18941
18942 \end_layout
18943
18944 \end_inset
18945 </cell>
18946 </row>
18947 <row topspace="default">
18948 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18949 \begin_inset Text
18950
18951 \begin_layout Plain Layout
18952
18953 \end_layout
18954
18955 \end_inset
18956 </cell>
18957 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18958 \begin_inset Text
18959
18960 \begin_layout Plain Layout
18961
18962 \end_layout
18963
18964 \end_inset
18965 </cell>
18966 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18967 \begin_inset Text
18968
18969 \begin_layout Plain Layout
18970 sd
18971 \end_layout
18972
18973 \end_inset
18974 </cell>
18975 </row>
18976 </lyxtabular>
18977
18978 \end_inset
18979
18980
18981 \end_layout
18982
18983 \end_inset
18984
18985
18986 \end_layout
18987
18988 \begin_layout Standard
18989 \begin_inset ERT
18990 status collapsed
18991
18992 \begin_layout Plain Layout
18993
18994
18995 \backslash
18996 renewcommand{
18997 \backslash
18998 hline}{
18999 \backslash
19000 myHlineC}
19001 \end_layout
19002
19003 \end_inset
19004
19005
19006 \end_layout
19007
19008 \begin_layout Standard
19009 \begin_inset ERT
19010 status collapsed
19011
19012 \begin_layout Plain Layout
19013
19014
19015 \backslash
19016 setlength{
19017 \backslash
19018 arrayrulewidth}{0.4pt}
19019 \end_layout
19020
19021 \end_inset
19022
19023
19024 \end_layout
19025
19026 \begin_layout Section
19027 Rotated Table Cells
19028 \begin_inset CommandInset label
19029 LatexCommand label
19030 name "sec:Rotated-Table-Cells"
19031
19032 \end_inset
19033
19034
19035 \begin_inset Index idx
19036 status collapsed
19037
19038 \begin_layout Plain Layout
19039 Table ! Rotated Cells
19040 \end_layout
19041
19042 \end_inset
19043
19044
19045 \begin_inset Index idx
19046 status collapsed
19047
19048 \begin_layout Plain Layout
19049 Rotated Material
19050 \end_layout
19051
19052 \end_inset
19053
19054
19055 \end_layout
19056
19057 \begin_layout Standard
19058 \begin_inset Note Greyedout
19059 status open
19060
19061 \begin_layout Plain Layout
19062
19063 \series bold
19064 Note:
19065 \series default
19066  Not all DVI-viewers are able to display rotations.
19067 \end_layout
19068
19069 \end_inset
19070
19071
19072 \end_layout
19073
19074 \begin_layout Standard
19075 Currently LyX only offers to rotate table cells by 90
19076 \begin_inset space \thinspace{}
19077 \end_inset
19078
19079 ° counter-clockwise.
19080  To rotate cells by an angle of your choice, you have to add this to the
19081  document preamble:
19082 \end_layout
19083
19084 \begin_layout Standard
19085
19086 \series bold
19087
19088 \backslash
19089 @ifundefined{turnbox}{
19090 \backslash
19091 usepackage{rotating}}{}
19092 \end_layout
19093
19094 \begin_layout Standard
19095 In the table cell that should be rotated, add at the beginning this command
19096  as TeX-code:
19097 \end_layout
19098
19099 \begin_layout Standard
19100
19101 \series bold
19102
19103 \backslash
19104 begin{turn}{angle}
19105 \end_layout
19106
19107 \begin_layout Standard
19108 where angle is the rotation angle in Â°.
19109  At the end of the cell the command
19110 \end_layout
19111
19112 \begin_layout Standard
19113
19114 \series bold
19115
19116 \backslash
19117 end{turn}
19118 \end_layout
19119
19120 \begin_layout Standard
19121 is inserted as TeX-code.
19122 \end_layout
19123
19124 \begin_layout Standard
19125 Table
19126 \begin_inset space ~
19127 \end_inset
19128
19129
19130 \begin_inset CommandInset ref
19131 LatexCommand ref
19132 reference "tab:Table-with-rotated-multi"
19133
19134 \end_inset
19135
19136  is an example where 3
19137 \begin_inset space ~
19138 \end_inset
19139
19140 cells were rotated by 45
19141 \begin_inset space \thinspace{}
19142 \end_inset
19143
19144 °.
19145 \end_layout
19146
19147 \begin_layout Standard
19148 \begin_inset Float table
19149 wide false
19150 sideways false
19151 status open
19152
19153 \begin_layout Plain Layout
19154 \begin_inset Caption Standard
19155
19156 \begin_layout Plain Layout
19157 \begin_inset CommandInset label
19158 LatexCommand label
19159 name "tab:Table-with-rotated"
19160
19161 \end_inset
19162
19163 Table with rotated cells in the first row.
19164 \end_layout
19165
19166 \end_inset
19167
19168
19169 \end_layout
19170
19171 \begin_layout Plain Layout
19172 \noindent
19173 \align center
19174 \begin_inset Tabular
19175 <lyxtabular version="3" rows="2" columns="3">
19176 <features rotate="0" tabularvalignment="middle">
19177 <column alignment="center" valignment="top" width="0">
19178 <column alignment="center" valignment="top" width="0pt">
19179 <column alignment="center" valignment="top" width="0">
19180 <row>
19181 <cell alignment="center" valignment="top" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185 \begin_inset ERT
19186 status collapsed
19187
19188 \begin_layout Plain Layout
19189
19190
19191 \backslash
19192 begin{turn}{45}
19193 \end_layout
19194
19195 \end_inset
19196
19197 cups
19198 \begin_inset ERT
19199 status collapsed
19200
19201 \begin_layout Plain Layout
19202
19203
19204 \backslash
19205 end{turn}
19206 \end_layout
19207
19208 \end_inset
19209
19210
19211 \end_layout
19212
19213 \end_inset
19214 </cell>
19215 <cell alignment="center" valignment="top" usebox="none">
19216 \begin_inset Text
19217
19218 \begin_layout Plain Layout
19219 \begin_inset ERT
19220 status collapsed
19221
19222 \begin_layout Plain Layout
19223
19224
19225 \backslash
19226 begin{turn}{45}
19227 \end_layout
19228
19229 \end_inset
19230
19231 plates
19232 \begin_inset ERT
19233 status collapsed
19234
19235 \begin_layout Plain Layout
19236
19237
19238 \backslash
19239 end{turn}
19240 \end_layout
19241
19242 \end_inset
19243
19244
19245 \end_layout
19246
19247 \end_inset
19248 </cell>
19249 <cell alignment="center" valignment="top" usebox="none">
19250 \begin_inset Text
19251
19252 \begin_layout Plain Layout
19253 \begin_inset ERT
19254 status collapsed
19255
19256 \begin_layout Plain Layout
19257
19258
19259 \backslash
19260 begin{turn}{45}
19261 \end_layout
19262
19263 \end_inset
19264
19265 saucers
19266 \begin_inset ERT
19267 status collapsed
19268
19269 \begin_layout Plain Layout
19270
19271
19272 \backslash
19273 end{turn}
19274 \end_layout
19275
19276 \end_inset
19277
19278
19279 \end_layout
19280
19281 \end_inset
19282 </cell>
19283 </row>
19284 <row>
19285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Plain Layout
19289 45
19290 \end_layout
19291
19292 \end_inset
19293 </cell>
19294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19295 \begin_inset Text
19296
19297 \begin_layout Plain Layout
19298 33
19299 \end_layout
19300
19301 \end_inset
19302 </cell>
19303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19304 \begin_inset Text
19305
19306 \begin_layout Plain Layout
19307 21
19308 \end_layout
19309
19310 \end_inset
19311 </cell>
19312 </row>
19313 </lyxtabular>
19314
19315 \end_inset
19316
19317
19318 \end_layout
19319
19320 \end_inset
19321
19322
19323 \end_layout
19324
19325 \begin_layout Standard
19326 \begin_inset Note Greyedout
19327 status open
19328
19329 \begin_layout Plain Layout
19330
19331 \series bold
19332 Note:
19333 \series default
19334  Line breaks (shortcut 
19335 \begin_inset Info
19336 type  "shortcut"
19337 arg   "newline-insert newline"
19338 \end_inset
19339
19340 ) are not allowed in rotated cells.
19341 \end_layout
19342
19343 \end_inset
19344
19345
19346 \end_layout
19347
19348 \begin_layout Standard
19349 If you want to rotate table cells containing line breaks, you have to put
19350  the cell content into a minipage or a parbox.
19351 \begin_inset Foot
19352 status collapsed
19353
19354 \begin_layout Plain Layout
19355 For more about these boxes see sec.
19356 \begin_inset space \thinspace{}
19357 \end_inset
19358
19359
19360 \begin_inset CommandInset ref
19361 LatexCommand ref
19362 reference "sec:Minipages"
19363
19364 \end_inset
19365
19366  and 
19367 \begin_inset CommandInset ref
19368 LatexCommand ref
19369 reference "sec:Parboxes"
19370
19371 \end_inset
19372
19373 .
19374 \end_layout
19375
19376 \end_inset
19377
19378  If you rotate this cell by 90
19379 \begin_inset space \thinspace{}
19380 \end_inset
19381
19382 ° the width of the box is the height of the cell.
19383  Table
19384 \begin_inset space ~
19385 \end_inset
19386
19387
19388 \begin_inset CommandInset ref
19389 LatexCommand ref
19390 reference "tab:Table-with-rotated-multi"
19391
19392 \end_inset
19393
19394  is an example for a rotated multiline cell where the box width was set
19395  to 3
19396 \begin_inset space \thinspace{}
19397 \end_inset
19398
19399 cm.
19400 \end_layout
19401
19402 \begin_layout Standard
19403 \begin_inset Float table
19404 wide false
19405 sideways false
19406 status open
19407
19408 \begin_layout Plain Layout
19409 \begin_inset Caption Standard
19410
19411 \begin_layout Plain Layout
19412 \begin_inset CommandInset label
19413 LatexCommand label
19414 name "tab:Table-with-rotated-multi"
19415
19416 \end_inset
19417
19418 Table with rotated multiline cell.
19419 \end_layout
19420
19421 \end_inset
19422
19423
19424 \end_layout
19425
19426 \begin_layout Plain Layout
19427 \noindent
19428 \align center
19429 \begin_inset Tabular
19430 <lyxtabular version="3" rows="2" columns="3">
19431 <features rotate="0" tabularvalignment="middle">
19432 <column alignment="center" valignment="top" width="0">
19433 <column alignment="center" valignment="top" width="0pt">
19434 <column alignment="center" valignment="top" width="0">
19435 <row>
19436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19437 \begin_inset Text
19438
19439 \begin_layout Plain Layout
19440 a
19441 \end_layout
19442
19443 \end_inset
19444 </cell>
19445 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19446 \begin_inset Text
19447
19448 \begin_layout Plain Layout
19449 \begin_inset Box Frameless
19450 position "t"
19451 hor_pos "c"
19452 has_inner_box 1
19453 inner_pos "t"
19454 use_parbox 0
19455 use_makebox 0
19456 width "3cm"
19457 special "none"
19458 height "1in"
19459 height_special "totalheight"
19460 status open
19461
19462 \begin_layout Plain Layout
19463 rotated cell
19464 \begin_inset Newline newline
19465 \end_inset
19466
19467 with line break
19468 \end_layout
19469
19470 \end_inset
19471
19472
19473 \end_layout
19474
19475 \end_inset
19476 </cell>
19477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Plain Layout
19481 e
19482 \end_layout
19483
19484 \end_inset
19485 </cell>
19486 </row>
19487 <row>
19488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19489 \begin_inset Text
19490
19491 \begin_layout Plain Layout
19492 b
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19498 \begin_inset Text
19499
19500 \begin_layout Plain Layout
19501 c
19502 \end_layout
19503
19504 \end_inset
19505 </cell>
19506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19507 \begin_inset Text
19508
19509 \begin_layout Plain Layout
19510 d
19511 \end_layout
19512
19513 \end_inset
19514 </cell>
19515 </row>
19516 </lyxtabular>
19517
19518 \end_inset
19519
19520
19521 \end_layout
19522
19523 \end_inset
19524
19525
19526 \end_layout
19527
19528 \begin_layout Section
19529 Table Width Calculation
19530 \begin_inset CommandInset label
19531 LatexCommand label
19532 name "sec:Table-Width-Calculation"
19533
19534 \end_inset
19535
19536
19537 \end_layout
19538
19539 \begin_layout Standard
19540 For wide tables it is sometimes difficult to assure that the table does
19541  not protrude over the page margin.
19542  Setting a fixed width for every column of the table is the solution, but
19543  what amount of space is needed for each column?
19544 \end_layout
19545
19546 \begin_layout Standard
19547 The table width 
19548 \begin_inset Formula $W_{\mathrm{table}}$
19549 \end_inset
19550
19551  can be calculated: Every column has the width of the specified column width
19552  
19553 \begin_inset Formula $W_{\mathrm{column}}$
19554 \end_inset
19555
19556  (that the content of the column can consume) plus two times the separation
19557  between the column content and the column border (LaTeX length
19558 \series bold
19559  
19560 \backslash
19561 tabcolsep
19562 \series default
19563 , default 6
19564 \begin_inset space \thinspace{}
19565 \end_inset
19566
19567 pt) plus the width of a border line (LaTeX length 
19568 \series bold
19569
19570 \backslash
19571 arrayrulewidth
19572 \series default
19573 , default 0.4
19574 \begin_inset space \thinspace{}
19575 \end_inset
19576
19577 pt): So if all 
19578 \begin_inset Formula $n$
19579 \end_inset
19580
19581
19582 \begin_inset space ~
19583 \end_inset
19584
19585 columns have the same width, the table width is
19586 \begin_inset Formula 
19587 \begin{equation}
19588 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19589 \end{equation}
19590
19591 \end_inset
19592
19593
19594 \end_layout
19595
19596 \begin_layout Standard
19597 The available width for a table is the space between the page margins or
19598  the width of a text column (for a two-column document) (LaTeX length 
19599 \series bold
19600
19601 \backslash
19602 columnwidth
19603 \series default
19604 ).
19605  If all table columns should have the same width and 
19606 \begin_inset Formula $W_{\mathrm{table}}$
19607 \end_inset
19608
19609  should be 1
19610 \begin_inset space \thinspace{}
19611 \end_inset
19612
19613
19614 \backslash
19615 columnwidth, 
19616 \begin_inset Formula $W_{\mathrm{column}}$
19617 \end_inset
19618
19619  can easily be calculated.
19620 \end_layout
19621
19622 \begin_layout Standard
19623 To be able to perform calculations you need to load the LaTeX-package 
19624 \series bold
19625 calc
19626 \series default
19627
19628 \begin_inset Index idx
19629 status collapsed
19630
19631 \begin_layout Plain Layout
19632 LaTeX-packages ! calc
19633 \end_layout
19634
19635 \end_inset
19636
19637  in the document preamble.
19638  To set the width in the table dialog you have to use the field 
19639 \family sans
19640 LaTeX argument
19641 \family default
19642 .
19643  The command scheme for this field is the same that is explained in section
19644 \begin_inset space ~
19645 \end_inset
19646
19647
19648 \begin_inset CommandInset ref
19649 LatexCommand ref
19650 reference "sub:Multicolumn-Calculations"
19651
19652 \end_inset
19653
19654 .
19655  For a table with 5
19656 \begin_inset space \thinspace{}
19657 \end_inset
19658
19659 columns with an uniform width and centered text, enter there for each column
19660  the command
19661 \end_layout
19662
19663 \begin_layout Standard
19664
19665 \series bold
19666 >{
19667 \backslash
19668 centering}p{(1
19669 \backslash
19670 columnwidth-62.4pt)/5}
19671 \end_layout
19672
19673 \begin_layout Standard
19674 For a table with 5
19675 \begin_inset space \thinspace{}
19676 \end_inset
19677
19678 columns where 2 should have 0.75
19679 \begin_inset space ~
19680 \end_inset
19681
19682 times the width than the 3 others, the calculation is
19683 \begin_inset Formula 
19684 \begin{align}
19685 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19686  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19687  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19688 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19689 \end{align}
19690
19691 \end_inset
19692
19693
19694 \end_layout
19695
19696 \begin_layout Standard
19697 In the table therefore the command
19698 \end_layout
19699
19700 \begin_layout Standard
19701
19702 \series bold
19703 >{
19704 \backslash
19705 centering}p{(1
19706 \backslash
19707 columnwidth-62.4pt)/
19708 \backslash
19709 real{4.5}}
19710 \end_layout
19711
19712 \begin_layout Standard
19713 is used for the wider columns and
19714 \end_layout
19715
19716 \begin_layout Standard
19717
19718 \series bold
19719 >{
19720 \backslash
19721 centering}p{(1
19722 \backslash
19723 columnwidth-62.4pt)/
19724 \backslash
19725 real{4.5}*
19726 \backslash
19727 real{0.75}}
19728 \end_layout
19729
19730 \begin_layout Standard
19731 for the smaller ones:
19732 \end_layout
19733
19734 \begin_layout Standard
19735 \begin_inset Tabular
19736 <lyxtabular version="3" rows="2" columns="5">
19737 <features rotate="0" tabularvalignment="middle">
19738 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19739 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19740 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19741 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19742 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19743 <row>
19744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19745 \begin_inset Text
19746
19747 \begin_layout Plain Layout
19748 1
19749 \end_layout
19750
19751 \end_inset
19752 </cell>
19753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19754 \begin_inset Text
19755
19756 \begin_layout Plain Layout
19757 2
19758 \end_layout
19759
19760 \end_inset
19761 </cell>
19762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19763 \begin_inset Text
19764
19765 \begin_layout Plain Layout
19766 3
19767 \end_layout
19768
19769 \end_inset
19770 </cell>
19771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19772 \begin_inset Text
19773
19774 \begin_layout Plain Layout
19775 4
19776 \end_layout
19777
19778 \end_inset
19779 </cell>
19780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19781 \begin_inset Text
19782
19783 \begin_layout Plain Layout
19784 5
19785 \end_layout
19786
19787 \end_inset
19788 </cell>
19789 </row>
19790 <row>
19791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19792 \begin_inset Text
19793
19794 \begin_layout Plain Layout
19795 111111 1111111 111111 111111111 11111 11111 1111
19796 \end_layout
19797
19798 \end_inset
19799 </cell>
19800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19801 \begin_inset Text
19802
19803 \begin_layout Plain Layout
19804
19805 \end_layout
19806
19807 \end_inset
19808 </cell>
19809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19810 \begin_inset Text
19811
19812 \begin_layout Plain Layout
19813 2222 22222 222222 222222222 2222222 22 22222
19814 \end_layout
19815
19816 \end_inset
19817 </cell>
19818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19819 \begin_inset Text
19820
19821 \begin_layout Plain Layout
19822
19823 \end_layout
19824
19825 \end_inset
19826 </cell>
19827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19828 \begin_inset Text
19829
19830 \begin_layout Plain Layout
19831 333333 333333 333333 33333 3333333 333
19832 \end_layout
19833
19834 \end_inset
19835 </cell>
19836 </row>
19837 </lyxtabular>
19838
19839 \end_inset
19840
19841
19842 \end_layout
19843
19844 \begin_layout Section
19845 Table Customization
19846 \begin_inset Index idx
19847 status collapsed
19848
19849 \begin_layout Plain Layout
19850 Table Customization
19851 \end_layout
19852
19853 \end_inset
19854
19855
19856 \begin_inset Index idx
19857 status collapsed
19858
19859 \begin_layout Plain Layout
19860 Table ! Customization
19861 \end_layout
19862
19863 \end_inset
19864
19865
19866 \end_layout
19867
19868 \begin_layout Subsection
19869 Row Spacing
19870 \begin_inset CommandInset label
19871 LatexCommand label
19872 name "sub:Row-Spacing"
19873
19874 \end_inset
19875
19876
19877 \begin_inset Index idx
19878 status collapsed
19879
19880 \begin_layout Plain Layout
19881 Table Customization ! Row Spacing
19882 \end_layout
19883
19884 \end_inset
19885
19886
19887 \end_layout
19888
19889 \begin_layout Standard
19890 You can add vertical space to table rows in the 
19891 \family sans
19892 Borders
19893 \family default
19894  tab of the table dialog.
19895  You find there three possibilities:
19896 \end_layout
19897
19898 \begin_layout Description
19899 Top
19900 \begin_inset space ~
19901 \end_inset
19902
19903 of
19904 \begin_inset space ~
19905 \end_inset
19906
19907 row will add space above the characters of the table row.
19908  If the table is a formal table
19909 \begin_inset Foot
19910 status collapsed
19911
19912 \begin_layout Plain Layout
19913 Formal tables are explained in section
19914 \begin_inset space ~
19915 \end_inset
19916
19917
19918 \begin_inset CommandInset ref
19919 LatexCommand ref
19920 reference "sec:Formal-Tables"
19921
19922 \end_inset
19923
19924 .
19925 \end_layout
19926
19927 \end_inset
19928
19929  LyX will insert as default 0.5
19930 \begin_inset space \thinspace{}
19931 \end_inset
19932
19933 em space.
19934  For normal tables the inserted space will unfortunately destroy the vertical
19935  table lines as in the following table:
19936 \begin_inset VSpace medskip
19937 \end_inset
19938
19939
19940 \begin_inset Newline newline
19941 \end_inset
19942
19943
19944 \begin_inset space \hspace*{}
19945 \length 0pt
19946 \end_inset
19947
19948
19949 \begin_inset space \hfill{}
19950 \end_inset
19951
19952
19953 \begin_inset Tabular
19954 <lyxtabular version="3" rows="3" columns="1">
19955 <features rotate="0" tabularvalignment="middle">
19956 <column alignment="center" valignment="top" width="0">
19957 <row>
19958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19959 \begin_inset Text
19960
19961 \begin_layout Plain Layout
19962 A
19963 \end_layout
19964
19965 \end_inset
19966 </cell>
19967 </row>
19968 <row topspace="3mm">
19969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19970 \begin_inset Text
19971
19972 \begin_layout Plain Layout
19973 3
19974 \begin_inset space \thinspace{}
19975 \end_inset
19976
19977 mm space top of row
19978 \end_layout
19979
19980 \end_inset
19981 </cell>
19982 </row>
19983 <row>
19984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19985 \begin_inset Text
19986
19987 \begin_layout Plain Layout
19988 C
19989 \end_layout
19990
19991 \end_inset
19992 </cell>
19993 </row>
19994 </lyxtabular>
19995
19996 \end_inset
19997
19998
19999 \begin_inset space \hfill{}
20000 \end_inset
20001
20002
20003 \begin_inset space \hspace*{}
20004 \length 0pt
20005 \end_inset
20006
20007
20008 \begin_inset VSpace medskip
20009 \end_inset
20010
20011
20012 \begin_inset Newline newline
20013 \end_inset
20014
20015 So inserting space in the top of row for normal tables is only useful when
20016  you don't have vertical lines.
20017 \end_layout
20018
20019 \begin_layout Description
20020 Bottom
20021 \begin_inset space ~
20022 \end_inset
20023
20024 of
20025 \begin_inset space ~
20026 \end_inset
20027
20028 row will add space below the characters of the table row.
20029  If the table is a formal table LyX will insert as default 0.5
20030 \begin_inset space \thinspace{}
20031 \end_inset
20032
20033 em space, for normal tables the default size is 2
20034 \begin_inset space \thinspace{}
20035 \end_inset
20036
20037 pt.
20038 \end_layout
20039
20040 \begin_layout Description
20041 Between
20042 \begin_inset space ~
20043 \end_inset
20044
20045 rows adds space between the current and the following row.
20046  If the table is a formal table LyX will insert as default 0.5
20047 \begin_inset space \thinspace{}
20048 \end_inset
20049
20050 em space.
20051  For normal tables the inserted space will unfortunately destroy the vertical
20052  table lines as in the following table:
20053 \begin_inset VSpace medskip
20054 \end_inset
20055
20056
20057 \begin_inset Newline newline
20058 \end_inset
20059
20060
20061 \begin_inset space \hspace*{}
20062 \length 0pt
20063 \end_inset
20064
20065
20066 \begin_inset space \hfill{}
20067 \end_inset
20068
20069
20070 \begin_inset Tabular
20071 <lyxtabular version="3" rows="3" columns="1">
20072 <features rotate="0" tabularvalignment="middle">
20073 <column alignment="center" valignment="top" width="0">
20074 <row>
20075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20076 \begin_inset Text
20077
20078 \begin_layout Plain Layout
20079 A
20080 \end_layout
20081
20082 \end_inset
20083 </cell>
20084 </row>
20085 <row interlinespace="3mm">
20086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20087 \begin_inset Text
20088
20089 \begin_layout Plain Layout
20090 \begin_inset Formula $\downarrow$
20091 \end_inset
20092
20093  3
20094 \begin_inset space \thinspace{}
20095 \end_inset
20096
20097 mm space between row 
20098 \begin_inset Formula $\downarrow$
20099 \end_inset
20100
20101
20102 \end_layout
20103
20104 \end_inset
20105 </cell>
20106 </row>
20107 <row>
20108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20109 \begin_inset Text
20110
20111 \begin_layout Plain Layout
20112 \begin_inset Formula $\uparrow$
20113 \end_inset
20114
20115  3
20116 \begin_inset space \thinspace{}
20117 \end_inset
20118
20119 mm space between row 
20120 \begin_inset Formula $\uparrow$
20121 \end_inset
20122
20123
20124 \end_layout
20125
20126 \end_inset
20127 </cell>
20128 </row>
20129 </lyxtabular>
20130
20131 \end_inset
20132
20133
20134 \begin_inset space \hfill{}
20135 \end_inset
20136
20137
20138 \begin_inset space \hspace*{}
20139 \length 0pt
20140 \end_inset
20141
20142
20143 \begin_inset VSpace medskip
20144 \end_inset
20145
20146
20147 \begin_inset Newline newline
20148 \end_inset
20149
20150 So inserting space between rows for normal tables is only useful when you
20151  don't have vertical lines.
20152 \end_layout
20153
20154 \begin_layout Standard
20155 \begin_inset VSpace bigskip
20156 \end_inset
20157
20158 When you want to add extra height to all cells of all tables, you can do
20159  this with the following preamble lines:
20160 \end_layout
20161
20162 \begin_layout Standard
20163
20164 \series bold
20165
20166 \backslash
20167 @ifundefined{extrarowheight}
20168 \begin_inset Newline newline
20169 \end_inset
20170
20171
20172 \begin_inset Phantom HPhantom
20173 status open
20174
20175 \begin_layout Plain Layout
20176
20177 \series bold
20178 \begin_inset space ~
20179 \end_inset
20180
20181
20182 \end_layout
20183
20184 \end_inset
20185
20186 {
20187 \backslash
20188 usepackage{array}}{}
20189 \begin_inset Newline newline
20190 \end_inset
20191
20192
20193 \backslash
20194 setlength{
20195 \backslash
20196 extrarowheight}{height}
20197 \end_layout
20198
20199 \begin_layout Standard
20200 But this has the disadvantage that the cell texts are no longer exactly
20201  vertically centered.
20202  (The package 
20203 \series bold
20204 array
20205 \series default
20206  will be loaded automatically by LyX when you use self defined table formats.
20207  To avoid that it being loaded twice the command 
20208 \series bold
20209
20210 \backslash
20211 @ifundefined
20212 \series default
20213  is used in the above command.)
20214 \end_layout
20215
20216 \begin_layout Standard
20217 If you are using font sizes larger than the normal size, the table borders
20218  are often too close to the letters.
20219  This can be corrected by inserting the command 
20220 \series bold
20221
20222 \backslash
20223 strut
20224 \series default
20225  in TeX-Code at the beginning of a table row.
20226  Table
20227 \begin_inset space ~
20228 \end_inset
20229
20230
20231 \begin_inset CommandInset ref
20232 LatexCommand ref
20233 reference "tab:Vertical-alignment-of"
20234
20235 \end_inset
20236
20237  illustrates the effect.
20238 \end_layout
20239
20240 \begin_layout Standard
20241 \noindent
20242 \begin_inset Float table
20243 placement h
20244 wide false
20245 sideways false
20246 status open
20247
20248 \begin_layout Plain Layout
20249 \begin_inset Caption Standard
20250
20251 \begin_layout Plain Layout
20252 \begin_inset CommandInset label
20253 LatexCommand label
20254 name "tab:Vertical-alignment-of"
20255
20256 \end_inset
20257
20258 Vertical alignment of text with large font sizes.
20259 \end_layout
20260
20261 \end_inset
20262
20263
20264 \end_layout
20265
20266 \begin_layout Plain Layout
20267 \begin_inset space \hfill{}
20268 \end_inset
20269
20270
20271 \begin_inset Float table
20272 wide false
20273 sideways false
20274 status collapsed
20275
20276 \begin_layout Plain Layout
20277 \begin_inset Caption Standard
20278
20279 \begin_layout Plain Layout
20280 Normal table.
20281 \end_layout
20282
20283 \end_inset
20284
20285
20286 \end_layout
20287
20288 \begin_layout Plain Layout
20289 \noindent
20290 \align center
20291 \begin_inset Tabular
20292 <lyxtabular version="3" rows="6" columns="1">
20293 <features rotate="0" tabularvalignment="middle">
20294 <column alignment="left" valignment="top" width="0">
20295 <row>
20296 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20297 \begin_inset Text
20298
20299 \begin_layout Plain Layout
20300 Normal, g
20301 \end_layout
20302
20303 \end_inset
20304 </cell>
20305 </row>
20306 <row>
20307 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20308 \begin_inset Text
20309
20310 \begin_layout Plain Layout
20311
20312 \size large
20313 Large
20314 \end_layout
20315
20316 \end_inset
20317 </cell>
20318 </row>
20319 <row>
20320 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20321 \begin_inset Text
20322
20323 \begin_layout Plain Layout
20324
20325 \size larger
20326 Larger
20327 \end_layout
20328
20329 \end_inset
20330 </cell>
20331 </row>
20332 <row>
20333 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20334 \begin_inset Text
20335
20336 \begin_layout Plain Layout
20337
20338 \size largest
20339 Largest
20340 \end_layout
20341
20342 \end_inset
20343 </cell>
20344 </row>
20345 <row>
20346 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20347 \begin_inset Text
20348
20349 \begin_layout Plain Layout
20350
20351 \size huge
20352 Huge
20353 \end_layout
20354
20355 \end_inset
20356 </cell>
20357 </row>
20358 <row>
20359 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20360 \begin_inset Text
20361
20362 \begin_layout Plain Layout
20363
20364 \size huge
20365 Huger
20366 \end_layout
20367
20368 \end_inset
20369 </cell>
20370 </row>
20371 </lyxtabular>
20372
20373 \end_inset
20374
20375
20376 \end_layout
20377
20378 \end_inset
20379
20380
20381 \begin_inset space \hfill{}
20382 \end_inset
20383
20384
20385 \begin_inset Float table
20386 wide false
20387 sideways false
20388 status collapsed
20389
20390 \begin_layout Plain Layout
20391 \begin_inset Caption Standard
20392
20393 \begin_layout Plain Layout
20394 Table using the command 
20395 \series bold
20396
20397 \backslash
20398 strut
20399 \series default
20400 .
20401 \end_layout
20402
20403 \end_inset
20404
20405
20406 \end_layout
20407
20408 \begin_layout Plain Layout
20409 \noindent
20410 \align center
20411 \begin_inset Tabular
20412 <lyxtabular version="3" rows="6" columns="1">
20413 <features rotate="0" tabularvalignment="middle">
20414 <column alignment="left" valignment="top" width="0">
20415 <row>
20416 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20417 \begin_inset Text
20418
20419 \begin_layout Plain Layout
20420 Normal, g
20421 \end_layout
20422
20423 \end_inset
20424 </cell>
20425 </row>
20426 <row>
20427 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20428 \begin_inset Text
20429
20430 \begin_layout Plain Layout
20431
20432 \size large
20433 \begin_inset ERT
20434 status collapsed
20435
20436 \begin_layout Plain Layout
20437
20438
20439 \backslash
20440 strut 
20441 \end_layout
20442
20443 \end_inset
20444
20445 Large
20446 \end_layout
20447
20448 \end_inset
20449 </cell>
20450 </row>
20451 <row>
20452 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20453 \begin_inset Text
20454
20455 \begin_layout Plain Layout
20456
20457 \size larger
20458 \begin_inset ERT
20459 status collapsed
20460
20461 \begin_layout Plain Layout
20462
20463
20464 \backslash
20465 strut 
20466 \end_layout
20467
20468 \end_inset
20469
20470 Larger
20471 \end_layout
20472
20473 \end_inset
20474 </cell>
20475 </row>
20476 <row>
20477 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20478 \begin_inset Text
20479
20480 \begin_layout Plain Layout
20481
20482 \size largest
20483 \begin_inset ERT
20484 status collapsed
20485
20486 \begin_layout Plain Layout
20487
20488
20489 \backslash
20490 strut 
20491 \end_layout
20492
20493 \end_inset
20494
20495 Largest
20496 \end_layout
20497
20498 \end_inset
20499 </cell>
20500 </row>
20501 <row>
20502 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20503 \begin_inset Text
20504
20505 \begin_layout Plain Layout
20506
20507 \size huge
20508 \begin_inset ERT
20509 status collapsed
20510
20511 \begin_layout Plain Layout
20512
20513
20514 \backslash
20515 strut 
20516 \end_layout
20517
20518 \end_inset
20519
20520 Huge
20521 \end_layout
20522
20523 \end_inset
20524 </cell>
20525 </row>
20526 <row>
20527 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20528 \begin_inset Text
20529
20530 \begin_layout Plain Layout
20531
20532 \size giant
20533 \begin_inset ERT
20534 status collapsed
20535
20536 \begin_layout Plain Layout
20537
20538
20539 \backslash
20540 strut 
20541 \end_layout
20542
20543 \end_inset
20544
20545
20546 \size huge
20547 Huger
20548 \end_layout
20549
20550 \end_inset
20551 </cell>
20552 </row>
20553 </lyxtabular>
20554
20555 \end_inset
20556
20557
20558 \end_layout
20559
20560 \end_inset
20561
20562
20563 \begin_inset space \hfill{}
20564 \end_inset
20565
20566
20567 \end_layout
20568
20569 \end_inset
20570
20571
20572 \end_layout
20573
20574 \begin_layout Subsection
20575 Special Cell Alignment
20576 \begin_inset CommandInset label
20577 LatexCommand label
20578 name "sub:Special-Cell-Alignment"
20579
20580 \end_inset
20581
20582
20583 \begin_inset Index idx
20584 status collapsed
20585
20586 \begin_layout Plain Layout
20587 Table Customization ! Special Cell Alignment
20588 \end_layout
20589
20590 \end_inset
20591
20592
20593 \end_layout
20594
20595 \begin_layout Standard
20596 Sometimes it looks better when the cell entries of a column are aligned
20597  with a special character, e.
20598 \begin_inset space \thinspace{}
20599 \end_inset
20600
20601 g.
20602 \begin_inset space \space{}
20603 \end_inset
20604
20605 with the decimal separator as in Table
20606 \begin_inset space ~
20607 \end_inset
20608
20609
20610 \begin_inset CommandInset ref
20611 LatexCommand ref
20612 reference "tab:Table-cells-align"
20613
20614 \end_inset
20615
20616 .
20617  This alignment is achieved by setting the cursor into the column and then
20618  either pressing the toolbar button 
20619 \begin_inset Info
20620 type  "icon"
20621 arg   "inset-modify tabular align-decimal"
20622 \end_inset
20623
20624  or setting the alignment in the table settings to 
20625 \family sans
20626 At
20627 \begin_inset space ~
20628 \end_inset
20629
20630 Decimal
20631 \begin_inset space ~
20632 \end_inset
20633
20634 Separator
20635 \family default
20636 .
20637  The alignment character can be a character of your choice and is specified
20638  in the table settings.
20639 \end_layout
20640
20641 \begin_layout Standard
20642 \begin_inset Float table
20643 placement h
20644 wide false
20645 sideways false
20646 status open
20647
20648 \begin_layout Plain Layout
20649 \begin_inset Caption Standard
20650
20651 \begin_layout Plain Layout
20652 \begin_inset CommandInset label
20653 LatexCommand label
20654 name "tab:Table-cells-align"
20655
20656 \end_inset
20657
20658 Table cells of a column aligned with the decimal separator.
20659 \end_layout
20660
20661 \end_inset
20662
20663
20664 \end_layout
20665
20666 \begin_layout Plain Layout
20667 \align center
20668 \begin_inset Tabular
20669 <lyxtabular version="3" rows="4" columns="1">
20670 <features rotate="0" booktabs="true" tabularvalignment="middle">
20671 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
20672 <row>
20673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20674 \begin_inset Text
20675
20676 \begin_layout Plain Layout
20677 heading
20678 \end_layout
20679
20680 \end_inset
20681 </cell>
20682 </row>
20683 <row>
20684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20685 \begin_inset Text
20686
20687 \begin_layout Plain Layout
20688 12.6
20689 \end_layout
20690
20691 \end_inset
20692 </cell>
20693 </row>
20694 <row>
20695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20696 \begin_inset Text
20697
20698 \begin_layout Plain Layout
20699 0.68
20700 \end_layout
20701
20702 \end_inset
20703 </cell>
20704 </row>
20705 <row>
20706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20707 \begin_inset Text
20708
20709 \begin_layout Plain Layout
20710 -123.0
20711 \end_layout
20712
20713 \end_inset
20714 </cell>
20715 </row>
20716 </lyxtabular>
20717
20718 \end_inset
20719
20720
20721 \end_layout
20722
20723 \end_inset
20724
20725
20726 \end_layout
20727
20728 \begin_layout Standard
20729 \begin_inset Float table
20730 placement h
20731 wide false
20732 sideways false
20733 status open
20734
20735 \begin_layout Plain Layout
20736 \begin_inset Caption Standard
20737
20738 \begin_layout Plain Layout
20739 \begin_inset CommandInset label
20740 LatexCommand label
20741 name "tab:Table-align-operator"
20742
20743 \end_inset
20744
20745 Table cells of a column aligned with the operators.
20746 \end_layout
20747
20748 \end_inset
20749
20750
20751 \end_layout
20752
20753 \begin_layout Plain Layout
20754 \align center
20755 \begin_inset Tabular
20756 <lyxtabular version="3" rows="4" columns="2">
20757 <features rotate="0" booktabs="true" tabularvalignment="middle">
20758 <column alignment="right" valignment="top" width="0pt">
20759 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20760 <row>
20761 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20762 \begin_inset Text
20763
20764 \begin_layout Plain Layout
20765 heading
20766 \end_layout
20767
20768 \end_inset
20769 </cell>
20770 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20771 \begin_inset Text
20772
20773 \begin_layout Plain Layout
20774
20775 \end_layout
20776
20777 \end_inset
20778 </cell>
20779 </row>
20780 <row>
20781 <cell alignment="center" valignment="top" usebox="none">
20782 \begin_inset Text
20783
20784 \begin_layout Plain Layout
20785 \begin_inset Formula $12\,+$
20786 \end_inset
20787
20788
20789 \end_layout
20790
20791 \end_inset
20792 </cell>
20793 <cell alignment="center" valignment="top" usebox="none">
20794 \begin_inset Text
20795
20796 \begin_layout Plain Layout
20797 \begin_inset Formula $\,6$
20798 \end_inset
20799
20800
20801 \end_layout
20802
20803 \end_inset
20804 </cell>
20805 </row>
20806 <row>
20807 <cell alignment="center" valignment="top" usebox="none">
20808 \begin_inset Text
20809
20810 \begin_layout Plain Layout
20811 \begin_inset Formula $0\,-$
20812 \end_inset
20813
20814
20815 \end_layout
20816
20817 \end_inset
20818 </cell>
20819 <cell alignment="center" valignment="top" usebox="none">
20820 \begin_inset Text
20821
20822 \begin_layout Plain Layout
20823 \begin_inset Formula $\,68$
20824 \end_inset
20825
20826
20827 \end_layout
20828
20829 \end_inset
20830 </cell>
20831 </row>
20832 <row>
20833 <cell alignment="center" valignment="top" usebox="none">
20834 \begin_inset Text
20835
20836 \begin_layout Plain Layout
20837 \begin_inset Formula $-123\,/$
20838 \end_inset
20839
20840
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 <cell alignment="center" valignment="top" usebox="none">
20846 \begin_inset Text
20847
20848 \begin_layout Plain Layout
20849 \begin_inset Formula $\,0$
20850 \end_inset
20851
20852
20853 \end_layout
20854
20855 \end_inset
20856 </cell>
20857 </row>
20858 </lyxtabular>
20859
20860 \end_inset
20861
20862
20863 \end_layout
20864
20865 \end_inset
20866
20867
20868 \end_layout
20869
20870 \begin_layout Standard
20871 For alignments at characters in formulas this method does not work because
20872  the field to specify the alignment character does not allow formulas.
20873  In this case one need to use the method from Table
20874 \begin_inset space ~
20875 \end_inset
20876
20877
20878 \begin_inset CommandInset ref
20879 LatexCommand ref
20880 reference "tab:Table-align-operator"
20881
20882 \end_inset
20883
20884 .
20885  This table was created with a 4×2 table.
20886  The heading is a centered multicolumn.
20887  The first column is right-aligned and contains the first part including
20888  the operator.
20889  The second column is left aligned and contains the rest.
20890  A small space was added at the beginning of each cell of the second column
20891  to get the space that is usually around operators.
20892  To omit the space that is normally between two table columns, the following
20893  LaTeX-argument was used for the second column:
20894 \end_layout
20895
20896 \begin_layout Standard
20897
20898 \series bold
20899 @{}l
20900 \end_layout
20901
20902 \begin_layout Standard
20903 Table
20904 \begin_inset space ~
20905 \end_inset
20906
20907
20908 \begin_inset CommandInset ref
20909 LatexCommand ref
20910 reference "tab:Several-table-cell"
20911
20912 \end_inset
20913
20914  shows some example alignments.
20915  For the alignment with the relation sign, a small space was added like
20916  for the second column of Table
20917 \begin_inset space ~
20918 \end_inset
20919
20920
20921 \begin_inset CommandInset ref
20922 LatexCommand ref
20923 reference "tab:Table-align-operator"
20924
20925 \end_inset
20926
20927 .
20928 \end_layout
20929
20930 \begin_layout Standard
20931 \begin_inset Float table
20932 placement h
20933 wide false
20934 sideways false
20935 status open
20936
20937 \begin_layout Plain Layout
20938 \begin_inset Caption Standard
20939
20940 \begin_layout Plain Layout
20941 \begin_inset CommandInset label
20942 LatexCommand label
20943 name "tab:Several-table-cell"
20944
20945 \end_inset
20946
20947 Several table cell alignments.
20948 \end_layout
20949
20950 \end_inset
20951
20952
20953 \end_layout
20954
20955 \begin_layout Plain Layout
20956 \align center
20957 \begin_inset Tabular
20958 <lyxtabular version="3" rows="4" columns="6">
20959 <features rotate="0" tabularvalignment="middle">
20960 <column alignment="right" valignment="top" width="0">
20961 <column alignment="left" valignment="top" width="0" special="@{}l">
20962 <column alignment="right" valignment="top" width="0">
20963 <column alignment="left" valignment="top" width="0" special="@{}l">
20964 <column alignment="right" valignment="top" width="0">
20965 <column alignment="left" valignment="top" width="0" special="@{}l">
20966 <row>
20967 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20968 \begin_inset Text
20969
20970 \begin_layout Plain Layout
20971 units
20972 \end_layout
20973
20974 \end_inset
20975 </cell>
20976 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20977 \begin_inset Text
20978
20979 \begin_layout Plain Layout
20980
20981 \end_layout
20982
20983 \end_inset
20984 </cell>
20985 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20986 \begin_inset Text
20987
20988 \begin_layout Plain Layout
20989 exponents
20990 \end_layout
20991
20992 \end_inset
20993 </cell>
20994 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20995 \begin_inset Text
20996
20997 \begin_layout Plain Layout
20998
20999 \end_layout
21000
21001 \end_inset
21002 </cell>
21003 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21004 \begin_inset Text
21005
21006 \begin_layout Plain Layout
21007 relations
21008 \end_layout
21009
21010 \end_inset
21011 </cell>
21012 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21013 \begin_inset Text
21014
21015 \begin_layout Plain Layout
21016
21017 \end_layout
21018
21019 \end_inset
21020 </cell>
21021 </row>
21022 <row>
21023 <cell alignment="center" valignment="top" usebox="none">
21024 \begin_inset Text
21025
21026 \begin_layout Plain Layout
21027 12×
21028 \end_layout
21029
21030 \end_inset
21031 </cell>
21032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21033 \begin_inset Text
21034
21035 \begin_layout Plain Layout
21036 24
21037 \begin_inset space \thinspace{}
21038 \end_inset
21039
21040 bottles
21041 \end_layout
21042
21043 \end_inset
21044 </cell>
21045 <cell alignment="center" valignment="top" usebox="none">
21046 \begin_inset Text
21047
21048 \begin_layout Plain Layout
21049 \begin_inset Formula $10\cdot$
21050 \end_inset
21051
21052
21053 \end_layout
21054
21055 \end_inset
21056 </cell>
21057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21058 \begin_inset Text
21059
21060 \begin_layout Plain Layout
21061 \begin_inset Formula $10^{\mbox{-}17}$
21062 \end_inset
21063
21064
21065 \end_layout
21066
21067 \end_inset
21068 </cell>
21069 <cell alignment="center" valignment="top" usebox="none">
21070 \begin_inset Text
21071
21072 \begin_layout Plain Layout
21073 \begin_inset Formula $\Gamma(t)\propto$
21074 \end_inset
21075
21076
21077 \end_layout
21078
21079 \end_inset
21080 </cell>
21081 <cell alignment="center" valignment="top" usebox="none">
21082 \begin_inset Text
21083
21084 \begin_layout Plain Layout
21085 \begin_inset Formula $\:\Upsilon(t)$
21086 \end_inset
21087
21088
21089 \end_layout
21090
21091 \end_inset
21092 </cell>
21093 </row>
21094 <row>
21095 <cell alignment="center" valignment="top" usebox="none">
21096 \begin_inset Text
21097
21098 \begin_layout Plain Layout
21099 1024×
21100 \end_layout
21101
21102 \end_inset
21103 </cell>
21104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21105 \begin_inset Text
21106
21107 \begin_layout Plain Layout
21108 768
21109 \begin_inset space \thinspace{}
21110 \end_inset
21111
21112 Pixels
21113 \end_layout
21114
21115 \end_inset
21116 </cell>
21117 <cell alignment="center" valignment="top" usebox="none">
21118 \begin_inset Text
21119
21120 \begin_layout Plain Layout
21121 \begin_inset Formula $5.78\cdot$
21122 \end_inset
21123
21124
21125 \end_layout
21126
21127 \end_inset
21128 </cell>
21129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21130 \begin_inset Text
21131
21132 \begin_layout Plain Layout
21133 \begin_inset Formula $10^{7}$
21134 \end_inset
21135
21136
21137 \end_layout
21138
21139 \end_inset
21140 </cell>
21141 <cell alignment="center" valignment="top" usebox="none">
21142 \begin_inset Text
21143
21144 \begin_layout Plain Layout
21145 \begin_inset Formula $A\ne$
21146 \end_inset
21147
21148
21149 \end_layout
21150
21151 \end_inset
21152 </cell>
21153 <cell alignment="center" valignment="top" usebox="none">
21154 \begin_inset Text
21155
21156 \begin_layout Plain Layout
21157 \begin_inset Formula $\: B_{\mathrm{red}}$
21158 \end_inset
21159
21160
21161 \end_layout
21162
21163 \end_inset
21164 </cell>
21165 </row>
21166 <row>
21167 <cell alignment="center" valignment="top" usebox="none">
21168 \begin_inset Text
21169
21170 \begin_layout Plain Layout
21171 32×
21172 \end_layout
21173
21174 \end_inset
21175 </cell>
21176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21177 \begin_inset Text
21178
21179 \begin_layout Plain Layout
21180 6
21181 \begin_inset space \thinspace{}
21182 \end_inset
21183
21184 cm
21185 \end_layout
21186
21187 \end_inset
21188 </cell>
21189 <cell alignment="center" valignment="top" usebox="none">
21190 \begin_inset Text
21191
21192 \begin_layout Plain Layout
21193 -
21194 \begin_inset Formula $33.5\cdot$
21195 \end_inset
21196
21197
21198 \end_layout
21199
21200 \end_inset
21201 </cell>
21202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21203 \begin_inset Text
21204
21205 \begin_layout Plain Layout
21206 \begin_inset Formula $10^{4}$
21207 \end_inset
21208
21209
21210 \end_layout
21211
21212 \end_inset
21213 </cell>
21214 <cell alignment="center" valignment="top" usebox="none">
21215 \begin_inset Text
21216
21217 \begin_layout Plain Layout
21218 \begin_inset Formula $\sin(\alpha)\ge$
21219 \end_inset
21220
21221
21222 \end_layout
21223
21224 \end_inset
21225 </cell>
21226 <cell alignment="center" valignment="top" usebox="none">
21227 \begin_inset Text
21228
21229 \begin_layout Plain Layout
21230 \begin_inset Formula $\:\sin(\beta)$
21231 \end_inset
21232
21233
21234 \end_layout
21235
21236 \end_inset
21237 </cell>
21238 </row>
21239 </lyxtabular>
21240
21241 \end_inset
21242
21243
21244 \end_layout
21245
21246 \end_inset
21247
21248
21249 \end_layout
21250
21251 \begin_layout Subsection
21252 Customized Cell/Column Format
21253 \begin_inset CommandInset label
21254 LatexCommand label
21255 name "sub:Customized-Format"
21256
21257 \end_inset
21258
21259
21260 \begin_inset Index idx
21261 status collapsed
21262
21263 \begin_layout Plain Layout
21264 Table Customization ! Cell/Column Format
21265 \end_layout
21266
21267 \end_inset
21268
21269
21270 \end_layout
21271
21272 \begin_layout Standard
21273 Calculating the required width for normal columns as described in section
21274 \begin_inset space ~
21275 \end_inset
21276
21277
21278 \begin_inset CommandInset ref
21279 LatexCommand ref
21280 reference "sec:Table-Width-Calculation"
21281
21282 \end_inset
21283
21284  or for spanned columns as described in section
21285 \begin_inset space ~
21286 \end_inset
21287
21288
21289 \begin_inset CommandInset ref
21290 LatexCommand ref
21291 reference "sub:Multicolumn-Calculations"
21292
21293 \end_inset
21294
21295  is very annoying if you have several tables where a calculation is necessary.
21296  To make life easier, you can define a cell/column format in the preamble,
21297  that can be used in all tables of the document.
21298  The format is defined with the command
21299 \end_layout
21300
21301 \begin_layout Standard
21302
21303 \series bold
21304
21305 \backslash
21306 newcolumntype{name of format}[number of arguments]{commands}
21307 \end_layout
21308
21309 \begin_layout Standard
21310 The format name may only consist of one letter.
21311  The letters 
21312 \emph on
21313 b
21314 \emph default
21315
21316 \emph on
21317 c
21318 \emph default
21319
21320 \emph on
21321 l
21322 \emph default
21323
21324 \emph on
21325 m
21326 \emph default
21327
21328 \emph on
21329 p
21330 \emph default
21331  and 
21332 \emph on
21333 r
21334 \emph default
21335  are predefined and cannot be used.
21336  But all letters are allowed as capitals.
21337 \end_layout
21338
21339 \begin_layout Standard
21340 \begin_inset VSpace medskip
21341 \end_inset
21342
21343
21344 \end_layout
21345
21346 \begin_layout Standard
21347 For vertically and horizontally centered multicolumn cells with a fixed
21348  width you can define the cell format
21349 \end_layout
21350
21351 \begin_layout Standard
21352
21353 \series bold
21354
21355 \backslash
21356 newcolumntype{M}[1]{>{
21357 \backslash
21358 centering
21359 \backslash
21360 hspace{0pt}}m{#1}}
21361 \end_layout
21362
21363 \begin_layout Standard
21364 where 
21365 \series bold
21366
21367 \backslash
21368 hspace{0pt}
21369 \series default
21370  avoids the problem of hyphenating the first word, as described in section
21371 \begin_inset space ~
21372 \end_inset
21373
21374
21375 \begin_inset CommandInset ref
21376 LatexCommand ref
21377 reference "sub:Multiple-Lines-in"
21378
21379 \end_inset
21380
21381 .
21382  Now you can simply enter
21383 \end_layout
21384
21385 \begin_layout Standard
21386
21387 \series bold
21388 M{width}
21389 \end_layout
21390
21391 \begin_layout Standard
21392 as 
21393 \family sans
21394 LaTeX-argument
21395 \family default
21396  in the table dialog to create a multicolumn.
21397 \end_layout
21398
21399 \begin_layout Standard
21400 \begin_inset VSpace bigskip
21401 \end_inset
21402
21403
21404 \end_layout
21405
21406 \begin_layout Standard
21407 For cells spanned by a multicolumn cell, you can define the format
21408 \end_layout
21409
21410 \begin_layout Standard
21411
21412 \series bold
21413
21414 \backslash
21415 newcolumntype{S}[2]{>{
21416 \backslash
21417 centering
21418 \backslash
21419 hspace{0pt}}
21420 \begin_inset Newline newline
21421 \end_inset
21422
21423
21424 \begin_inset Phantom HPhantom
21425 status open
21426
21427 \begin_layout Plain Layout
21428
21429 \series bold
21430
21431 \backslash
21432 newcolumntype
21433 \end_layout
21434
21435 \end_inset
21436
21437 m{(#1+(2
21438 \backslash
21439 tabcolsep+
21440 \backslash
21441 arrayrulewidth)*(1-#2))/#2}}
21442 \end_layout
21443
21444 \begin_layout Standard
21445 This format uses equation 
21446 \begin_inset CommandInset ref
21447 LatexCommand eqref
21448 reference "eq:Wgn"
21449
21450 \end_inset
21451
21452  to calculate the required width so that each spanned cell has the same
21453  width.
21454 \end_layout
21455
21456 \begin_layout Standard
21457 You can now enter
21458 \end_layout
21459
21460 \begin_layout Standard
21461
21462 \series bold
21463 S{width of multicolumn cell}{number of spanned columns}
21464 \end_layout
21465
21466 \begin_layout Standard
21467 as LaTeX-argument of the column.
21468 \end_layout
21469
21470 \begin_layout Standard
21471 \begin_inset VSpace bigskip
21472 \end_inset
21473
21474
21475 \end_layout
21476
21477 \begin_layout Standard
21478 For colored columns, you can define
21479 \end_layout
21480
21481 \begin_layout Standard
21482
21483 \series bold
21484
21485 \backslash
21486 newcolumntype{K}[1]{>{
21487 \backslash
21488 columncolor{#1}
21489 \backslash
21490 hspace{0pt}}c}
21491 \end_layout
21492
21493 \begin_layout Standard
21494 The 
21495 \begin_inset Quotes eld
21496 \end_inset
21497
21498 c
21499 \begin_inset Quotes erd
21500 \end_inset
21501
21502  at the end creates a column with a flexible width whose text is horizontally
21503  centered.
21504  You can now enter
21505 \end_layout
21506
21507 \begin_layout Standard
21508
21509 \series bold
21510 K{color name}
21511 \end_layout
21512
21513 \begin_layout Standard
21514 as LaTeX-argument.
21515 \end_layout
21516
21517 \begin_layout Standard
21518 \begin_inset VSpace bigskip
21519 \end_inset
21520
21521
21522 \end_layout
21523
21524 \begin_layout Standard
21525 To create Table
21526 \begin_inset space ~
21527 \end_inset
21528
21529
21530 \begin_inset CommandInset ref
21531 LatexCommand ref
21532 reference "tab:Table-using-user-defined"
21533
21534 \end_inset
21535
21536  use the LaTeX-arguments
21537 \end_layout
21538
21539 \begin_layout Standard
21540
21541 \series bold
21542 M{2.5cm}
21543 \end_layout
21544
21545 \begin_layout Standard
21546 for the first column and the multicolumn,
21547 \end_layout
21548
21549 \begin_layout Standard
21550
21551 \series bold
21552 K{red}
21553 \end_layout
21554
21555 \begin_layout Standard
21556 for the last column, and
21557 \end_layout
21558
21559 \begin_layout Standard
21560
21561 \series bold
21562 S{2.5cm}{2}
21563 \end_layout
21564
21565 \begin_layout Standard
21566 for the cells in the second column.
21567 \end_layout
21568
21569 \begin_layout Standard
21570 \begin_inset Float table
21571 placement h
21572 wide false
21573 sideways false
21574 status open
21575
21576 \begin_layout Plain Layout
21577 \begin_inset Caption Standard
21578
21579 \begin_layout Plain Layout
21580 \begin_inset CommandInset label
21581 LatexCommand label
21582 name "tab:Table-using-user-defined"
21583
21584 \end_inset
21585
21586 Table using user-defined table formats
21587 \end_layout
21588
21589 \end_inset
21590
21591
21592 \end_layout
21593
21594 \begin_layout Plain Layout
21595 \align center
21596 \begin_inset Tabular
21597 <lyxtabular version="3" rows="3" columns="4">
21598 <features rotate="0" tabularvalignment="middle">
21599 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21600 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
21601 <column alignment="center" valignment="middle" width="0">
21602 <column alignment="center" valignment="middle" width="0" special="K{red}">
21603 <row>
21604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21605 \begin_inset Text
21606
21607 \begin_layout Plain Layout
21608 verylongtablecellword
21609 \end_layout
21610
21611 \end_inset
21612 </cell>
21613 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21614 \begin_inset Text
21615
21616 \begin_layout Plain Layout
21617 multiple lines multicolumn
21618 \end_layout
21619
21620 \end_inset
21621 </cell>
21622 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21623 \begin_inset Text
21624
21625 \begin_layout Plain Layout
21626
21627 \end_layout
21628
21629 \end_inset
21630 </cell>
21631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21632 \begin_inset Text
21633
21634 \begin_layout Plain Layout
21635 c
21636 \end_layout
21637
21638 \end_inset
21639 </cell>
21640 </row>
21641 <row>
21642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21643 \begin_inset Text
21644
21645 \begin_layout Plain Layout
21646 d
21647 \end_layout
21648
21649 \end_inset
21650 </cell>
21651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21652 \begin_inset Text
21653
21654 \begin_layout Plain Layout
21655 e
21656 \end_layout
21657
21658 \end_inset
21659 </cell>
21660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21661 \begin_inset Text
21662
21663 \begin_layout Plain Layout
21664 f
21665 \end_layout
21666
21667 \end_inset
21668 </cell>
21669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21670 \begin_inset Text
21671
21672 \begin_layout Plain Layout
21673 g
21674 \end_layout
21675
21676 \end_inset
21677 </cell>
21678 </row>
21679 <row>
21680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21681 \begin_inset Text
21682
21683 \begin_layout Plain Layout
21684 h
21685 \end_layout
21686
21687 \end_inset
21688 </cell>
21689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21690 \begin_inset Text
21691
21692 \begin_layout Plain Layout
21693 i
21694 \end_layout
21695
21696 \end_inset
21697 </cell>
21698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21699 \begin_inset Text
21700
21701 \begin_layout Plain Layout
21702 j
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Plain Layout
21711 k
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 </row>
21717 </lyxtabular>
21718
21719 \end_inset
21720
21721
21722 \end_layout
21723
21724 \end_inset
21725
21726
21727 \end_layout
21728
21729 \begin_layout Subsection
21730 Line Thickness
21731 \begin_inset CommandInset label
21732 LatexCommand label
21733 name "sub:Line-Thickness"
21734
21735 \end_inset
21736
21737
21738 \begin_inset Index idx
21739 status collapsed
21740
21741 \begin_layout Plain Layout
21742 Table Customization ! Line Thickness
21743 \end_layout
21744
21745 \end_inset
21746
21747
21748 \end_layout
21749
21750 \begin_layout Standard
21751 The line thickness for all lines in a table can be adjusted with the length
21752  
21753 \series bold
21754
21755 \backslash
21756 arrayrulewidth
21757 \series default
21758 .
21759  To set for example a line thickness of 1.5
21760 \begin_inset space \thinspace{}
21761 \end_inset
21762
21763 pt, as in Table
21764 \begin_inset space ~
21765 \end_inset
21766
21767
21768 \begin_inset CommandInset ref
21769 LatexCommand ref
21770 reference "tab:Table-with-1.5"
21771
21772 \end_inset
21773
21774 , insert the command
21775 \end_layout
21776
21777 \begin_layout Standard
21778
21779 \series bold
21780
21781 \backslash
21782 setlength{
21783 \backslash
21784 arrayrulewidth}{1.5pt}
21785 \end_layout
21786
21787 \begin_layout Standard
21788 in TeX-Code before the table or table float.
21789  The changed thickness is valid for all subsequent tables.
21790  To use the default value again, set 
21791 \series bold
21792
21793 \backslash
21794 arrayrulewidth
21795 \series default
21796  to 0.4
21797 \begin_inset space \thinspace{}
21798 \end_inset
21799
21800 pt in TeX-Code after the table or table float.
21801 \end_layout
21802
21803 \begin_layout Standard
21804 \begin_inset ERT
21805 status collapsed
21806
21807 \begin_layout Plain Layout
21808
21809
21810 \backslash
21811 setlength{
21812 \backslash
21813 arrayrulewidth}{1.5pt}
21814 \end_layout
21815
21816 \end_inset
21817
21818
21819 \begin_inset Float table
21820 wide false
21821 sideways false
21822 status open
21823
21824 \begin_layout Plain Layout
21825 \begin_inset Caption Standard
21826
21827 \begin_layout Plain Layout
21828 \begin_inset CommandInset label
21829 LatexCommand label
21830 name "tab:Table-with-1.5"
21831
21832 \end_inset
21833
21834 Table with 1.5
21835 \begin_inset space \thinspace{}
21836 \end_inset
21837
21838 pt thick lines
21839 \end_layout
21840
21841 \end_inset
21842
21843
21844 \end_layout
21845
21846 \begin_layout Plain Layout
21847 \align center
21848 \begin_inset Tabular
21849 <lyxtabular version="3" rows="3" columns="3">
21850 <features rotate="0" tabularvalignment="middle">
21851 <column alignment="center" valignment="top" width="0">
21852 <column alignment="center" valignment="top" width="0">
21853 <column alignment="center" valignment="top" width="0">
21854 <row>
21855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21856 \begin_inset Text
21857
21858 \begin_layout Plain Layout
21859 sd
21860 \end_layout
21861
21862 \end_inset
21863 </cell>
21864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21865 \begin_inset Text
21866
21867 \begin_layout Plain Layout
21868
21869 \end_layout
21870
21871 \end_inset
21872 </cell>
21873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877
21878 \end_layout
21879
21880 \end_inset
21881 </cell>
21882 </row>
21883 <row>
21884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888
21889 \end_layout
21890
21891 \end_inset
21892 </cell>
21893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21894 \begin_inset Text
21895
21896 \begin_layout Plain Layout
21897 sd
21898 \end_layout
21899
21900 \end_inset
21901 </cell>
21902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21903 \begin_inset Text
21904
21905 \begin_layout Plain Layout
21906
21907 \end_layout
21908
21909 \end_inset
21910 </cell>
21911 </row>
21912 <row>
21913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21914 \begin_inset Text
21915
21916 \begin_layout Plain Layout
21917
21918 \end_layout
21919
21920 \end_inset
21921 </cell>
21922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21923 \begin_inset Text
21924
21925 \begin_layout Plain Layout
21926
21927 \end_layout
21928
21929 \end_inset
21930 </cell>
21931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21932 \begin_inset Text
21933
21934 \begin_layout Plain Layout
21935 sd
21936 \end_layout
21937
21938 \end_inset
21939 </cell>
21940 </row>
21941 </lyxtabular>
21942
21943 \end_inset
21944
21945
21946 \end_layout
21947
21948 \end_inset
21949
21950
21951 \begin_inset ERT
21952 status collapsed
21953
21954 \begin_layout Plain Layout
21955
21956
21957 \backslash
21958 setlength{
21959 \backslash
21960 arrayrulewidth}{0.4pt}
21961 \end_layout
21962
21963 \end_inset
21964
21965
21966 \end_layout
21967
21968 \begin_layout Standard
21969 \begin_inset VSpace bigskip
21970 \end_inset
21971
21972 To set the line thickness to 1.5
21973 \begin_inset space \thinspace{}
21974 \end_inset
21975
21976 pt only for horizontal lines, as in Table
21977 \begin_inset space ~
21978 \end_inset
21979
21980
21981 \begin_inset CommandInset ref
21982 LatexCommand ref
21983 reference "tab:Table-with-horizontal"
21984
21985 \end_inset
21986
21987 , insert these commands in TeX-Code before the table or table float:
21988 \end_layout
21989
21990 \begin_layout Standard
21991
21992 \series bold
21993
21994 \backslash
21995 let
21996 \backslash
21997 myHline
21998 \backslash
21999 hline
22000 \begin_inset Newline newline
22001 \end_inset
22002
22003
22004 \backslash
22005 renewcommand{
22006 \backslash
22007 hline}
22008 \begin_inset Newline newline
22009 \end_inset
22010
22011  {
22012 \backslash
22013 noalign{
22014 \backslash
22015 global
22016 \backslash
22017 arrayrulewidth 1.5pt}
22018 \begin_inset Newline newline
22019 \end_inset
22020
22021  
22022 \backslash
22023 myHline
22024 \backslash
22025 noalign{
22026 \backslash
22027 global
22028 \backslash
22029 arrayrulewidth 0.4pt}}
22030 \end_layout
22031
22032 \begin_layout Standard
22033 To return to the default line thickness, insert this command in TeX-Code
22034  after the table or table float:
22035 \end_layout
22036
22037 \begin_layout Standard
22038
22039 \series bold
22040
22041 \backslash
22042 renewcommand{
22043 \backslash
22044 hline}{
22045 \backslash
22046 myHline}
22047 \end_layout
22048
22049 \begin_layout Standard
22050 \begin_inset ERT
22051 status collapsed
22052
22053 \begin_layout Plain Layout
22054
22055
22056 \backslash
22057 let
22058 \backslash
22059 myHline
22060 \backslash
22061 hline
22062 \end_layout
22063
22064 \begin_layout Plain Layout
22065
22066
22067 \backslash
22068 renewcommand{
22069 \backslash
22070 hline}
22071 \end_layout
22072
22073 \begin_layout Plain Layout
22074
22075  {
22076 \backslash
22077 noalign{
22078 \backslash
22079 global
22080 \backslash
22081 arrayrulewidth 1.5pt}
22082 \end_layout
22083
22084 \begin_layout Plain Layout
22085
22086   
22087 \backslash
22088 myHline
22089 \backslash
22090 noalign{
22091 \backslash
22092 global
22093 \backslash
22094 arrayrulewidth 0.4pt}}
22095 \end_layout
22096
22097 \end_inset
22098
22099
22100 \begin_inset Float table
22101 wide false
22102 sideways false
22103 status open
22104
22105 \begin_layout Plain Layout
22106 \begin_inset Caption Standard
22107
22108 \begin_layout Plain Layout
22109 \begin_inset CommandInset label
22110 LatexCommand label
22111 name "tab:Table-with-horizontal"
22112
22113 \end_inset
22114
22115 Table with 1.5
22116 \begin_inset space \thinspace{}
22117 \end_inset
22118
22119 pt thick horizontal lines
22120 \end_layout
22121
22122 \end_inset
22123
22124
22125 \end_layout
22126
22127 \begin_layout Plain Layout
22128 \align center
22129 \begin_inset Tabular
22130 <lyxtabular version="3" rows="3" columns="3">
22131 <features rotate="0" tabularvalignment="middle">
22132 <column alignment="center" valignment="top" width="0">
22133 <column alignment="center" valignment="top" width="0">
22134 <column alignment="center" valignment="top" width="0">
22135 <row>
22136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22137 \begin_inset Text
22138
22139 \begin_layout Plain Layout
22140 sd
22141 \end_layout
22142
22143 \end_inset
22144 </cell>
22145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22146 \begin_inset Text
22147
22148 \begin_layout Plain Layout
22149
22150 \end_layout
22151
22152 \end_inset
22153 </cell>
22154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22155 \begin_inset Text
22156
22157 \begin_layout Plain Layout
22158
22159 \end_layout
22160
22161 \end_inset
22162 </cell>
22163 </row>
22164 <row>
22165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22166 \begin_inset Text
22167
22168 \begin_layout Plain Layout
22169
22170 \end_layout
22171
22172 \end_inset
22173 </cell>
22174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22175 \begin_inset Text
22176
22177 \begin_layout Plain Layout
22178 sd
22179 \end_layout
22180
22181 \end_inset
22182 </cell>
22183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22184 \begin_inset Text
22185
22186 \begin_layout Plain Layout
22187
22188 \end_layout
22189
22190 \end_inset
22191 </cell>
22192 </row>
22193 <row>
22194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22195 \begin_inset Text
22196
22197 \begin_layout Plain Layout
22198
22199 \end_layout
22200
22201 \end_inset
22202 </cell>
22203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22204 \begin_inset Text
22205
22206 \begin_layout Plain Layout
22207
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22213 \begin_inset Text
22214
22215 \begin_layout Plain Layout
22216 sd
22217 \end_layout
22218
22219 \end_inset
22220 </cell>
22221 </row>
22222 </lyxtabular>
22223
22224 \end_inset
22225
22226
22227 \end_layout
22228
22229 \end_inset
22230
22231
22232 \begin_inset ERT
22233 status collapsed
22234
22235 \begin_layout Plain Layout
22236
22237
22238 \backslash
22239 renewcommand{
22240 \backslash
22241 hline}{
22242 \backslash
22243 myHline}
22244 \end_layout
22245
22246 \end_inset
22247
22248
22249 \end_layout
22250
22251 \begin_layout Standard
22252 \begin_inset VSpace bigskip
22253 \end_inset
22254
22255 To set the line thickness to 1.5
22256 \begin_inset space \thinspace{}
22257 \end_inset
22258
22259 pt only for vertical lines, create the following column format in the document
22260  preamble, according to the description in section
22261 \begin_inset space ~
22262 \end_inset
22263
22264
22265 \begin_inset CommandInset ref
22266 LatexCommand ref
22267 reference "sub:Customized-Format"
22268
22269 \end_inset
22270
22271 :
22272 \end_layout
22273
22274 \begin_layout Standard
22275
22276 \series bold
22277
22278 \backslash
22279 newcolumntype{V}{!{
22280 \backslash
22281 vrule width 1.5pt}}
22282 \end_layout
22283
22284 \begin_layout Standard
22285 For Table
22286 \begin_inset space ~
22287 \end_inset
22288
22289
22290 \begin_inset CommandInset ref
22291 LatexCommand ref
22292 reference "tab:Table-with-vertical"
22293
22294 \end_inset
22295
22296  the LaTeX-argument
22297 \end_layout
22298
22299 \begin_layout Standard
22300
22301 \series bold
22302 VcV
22303 \end_layout
22304
22305 \begin_layout Standard
22306 was used for the last column and
22307 \end_layout
22308
22309 \begin_layout Standard
22310
22311 \series bold
22312 Vc
22313 \end_layout
22314
22315 \begin_layout Standard
22316 for the other columns.
22317 \end_layout
22318
22319 \begin_layout Standard
22320 \begin_inset Float table
22321 wide false
22322 sideways false
22323 status open
22324
22325 \begin_layout Plain Layout
22326 \begin_inset Caption Standard
22327
22328 \begin_layout Plain Layout
22329 \begin_inset CommandInset label
22330 LatexCommand label
22331 name "tab:Table-with-vertical"
22332
22333 \end_inset
22334
22335 Table with 1.5
22336 \begin_inset space \thinspace{}
22337 \end_inset
22338
22339 pt thick vertical lines
22340 \end_layout
22341
22342 \end_inset
22343
22344
22345 \end_layout
22346
22347 \begin_layout Plain Layout
22348 \align center
22349 \begin_inset Tabular
22350 <lyxtabular version="3" rows="3" columns="3">
22351 <features rotate="0" tabularvalignment="middle">
22352 <column alignment="center" valignment="top" width="0" special="Vc">
22353 <column alignment="center" valignment="top" width="0" special="Vc">
22354 <column alignment="center" valignment="top" width="0" special="VcV">
22355 <row>
22356 <cell alignment="center" valignment="top" topline="true" usebox="none">
22357 \begin_inset Text
22358
22359 \begin_layout Plain Layout
22360 sd
22361 \end_layout
22362
22363 \end_inset
22364 </cell>
22365 <cell alignment="center" valignment="top" topline="true" usebox="none">
22366 \begin_inset Text
22367
22368 \begin_layout Plain Layout
22369
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 <cell alignment="center" valignment="top" topline="true" usebox="none">
22375 \begin_inset Text
22376
22377 \begin_layout Plain Layout
22378
22379 \end_layout
22380
22381 \end_inset
22382 </cell>
22383 </row>
22384 <row>
22385 <cell alignment="center" valignment="top" topline="true" usebox="none">
22386 \begin_inset Text
22387
22388 \begin_layout Plain Layout
22389
22390 \end_layout
22391
22392 \end_inset
22393 </cell>
22394 <cell alignment="center" valignment="top" topline="true" usebox="none">
22395 \begin_inset Text
22396
22397 \begin_layout Plain Layout
22398 sd
22399 \end_layout
22400
22401 \end_inset
22402 </cell>
22403 <cell alignment="center" valignment="top" topline="true" usebox="none">
22404 \begin_inset Text
22405
22406 \begin_layout Plain Layout
22407
22408 \end_layout
22409
22410 \end_inset
22411 </cell>
22412 </row>
22413 <row>
22414 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22415 \begin_inset Text
22416
22417 \begin_layout Plain Layout
22418
22419 \end_layout
22420
22421 \end_inset
22422 </cell>
22423 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22424 \begin_inset Text
22425
22426 \begin_layout Plain Layout
22427
22428 \end_layout
22429
22430 \end_inset
22431 </cell>
22432 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436 sd
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 </row>
22442 </lyxtabular>
22443
22444 \end_inset
22445
22446
22447 \end_layout
22448
22449 \end_inset
22450
22451
22452 \end_layout
22453
22454 \begin_layout Subsection
22455 Dashed Lines
22456 \begin_inset Index idx
22457 status collapsed
22458
22459 \begin_layout Plain Layout
22460 Table Customization ! Dashed Lines
22461 \end_layout
22462
22463 \end_inset
22464
22465
22466 \end_layout
22467
22468 \begin_layout Standard
22469 \begin_inset ERT
22470 status collapsed
22471
22472 \begin_layout Plain Layout
22473
22474
22475 \backslash
22476 ifarydshln
22477 \end_layout
22478
22479 \end_inset
22480
22481
22482 \begin_inset Note Note
22483 status open
22484
22485 \begin_layout Plain Layout
22486 The following section will only be displayed when the LaTeX-package 
22487 \series bold
22488 arydshln
22489 \series default
22490  is installed.
22491 \end_layout
22492
22493 \end_inset
22494
22495
22496 \end_layout
22497
22498 \begin_layout Standard
22499 \begin_inset Float table
22500 placement H
22501 wide false
22502 sideways false
22503 status open
22504
22505 \begin_layout Plain Layout
22506 \begin_inset Caption Standard
22507
22508 \begin_layout Plain Layout
22509 \begin_inset CommandInset label
22510 LatexCommand label
22511 name "tab:Table-with-dashed"
22512
22513 \end_inset
22514
22515 Table with dashed lines
22516 \end_layout
22517
22518 \end_inset
22519
22520
22521 \end_layout
22522
22523 \begin_layout Plain Layout
22524 \align center
22525 \begin_inset Tabular
22526 <lyxtabular version="3" rows="5" columns="5">
22527 <features rotate="0" tabularvalignment="middle">
22528 <column alignment="center" valignment="top" width="0">
22529 <column alignment="center" valignment="top" width="0">
22530 <column alignment="center" valignment="top" width="0" special=":c">
22531 <column alignment="center" valignment="top" width="0">
22532 <column alignment="center" valignment="top" width="0">
22533 <row>
22534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538 a
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22544 \begin_inset Text
22545
22546 \begin_layout Plain Layout
22547 b
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556 c
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22562 \begin_inset Text
22563
22564 \begin_layout Plain Layout
22565 d
22566 \end_layout
22567
22568 \end_inset
22569 </cell>
22570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22571 \begin_inset Text
22572
22573 \begin_layout Plain Layout
22574 e
22575 \end_layout
22576
22577 \end_inset
22578 </cell>
22579 </row>
22580 <row>
22581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22582 \begin_inset Text
22583
22584 \begin_layout Plain Layout
22585 f
22586 \end_layout
22587
22588 \end_inset
22589 </cell>
22590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22591 \begin_inset Text
22592
22593 \begin_layout Plain Layout
22594 g
22595 \end_layout
22596
22597 \end_inset
22598 </cell>
22599 <cell alignment="center" valignment="top" topline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603 h
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22609 \begin_inset Text
22610
22611 \begin_layout Plain Layout
22612 i
22613 \end_layout
22614
22615 \end_inset
22616 </cell>
22617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22618 \begin_inset Text
22619
22620 \begin_layout Plain Layout
22621 j
22622 \end_layout
22623
22624 \end_inset
22625 </cell>
22626 </row>
22627 <row>
22628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632 \begin_inset ERT
22633 status collapsed
22634
22635 \begin_layout Plain Layout
22636
22637
22638 \backslash
22639 hdashline 
22640 \end_layout
22641
22642 \end_inset
22643
22644 k
22645 \end_layout
22646
22647 \end_inset
22648 </cell>
22649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22650 \begin_inset Text
22651
22652 \begin_layout Plain Layout
22653 l
22654 \end_layout
22655
22656 \end_inset
22657 </cell>
22658 <cell alignment="center" valignment="top" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662 m
22663 \end_layout
22664
22665 \end_inset
22666 </cell>
22667 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22668 \begin_inset Text
22669
22670 \begin_layout Plain Layout
22671 n
22672 \end_layout
22673
22674 \end_inset
22675 </cell>
22676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680 o
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 </row>
22686 <row>
22687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691 \begin_inset ERT
22692 status collapsed
22693
22694 \begin_layout Plain Layout
22695
22696
22697 \backslash
22698 cdashline{4-5}
22699 \end_layout
22700
22701 \end_inset
22702
22703 p
22704 \end_layout
22705
22706 \end_inset
22707 </cell>
22708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712 q
22713 \end_layout
22714
22715 \end_inset
22716 </cell>
22717 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22718 \begin_inset Text
22719
22720 \begin_layout Plain Layout
22721 r
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730 s
22731 \end_layout
22732
22733 \end_inset
22734 </cell>
22735 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22736 \begin_inset Text
22737
22738 \begin_layout Plain Layout
22739
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 </row>
22745 <row>
22746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750 t
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759 u
22760 \end_layout
22761
22762 \end_inset
22763 </cell>
22764 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22765 \begin_inset Text
22766
22767 \begin_layout Plain Layout
22768 v
22769 \end_layout
22770
22771 \end_inset
22772 </cell>
22773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22774 \begin_inset Text
22775
22776 \begin_layout Plain Layout
22777 w
22778 \end_layout
22779
22780 \end_inset
22781 </cell>
22782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22783 \begin_inset Text
22784
22785 \begin_layout Plain Layout
22786 x
22787 \end_layout
22788
22789 \end_inset
22790 </cell>
22791 </row>
22792 </lyxtabular>
22793
22794 \end_inset
22795
22796
22797 \end_layout
22798
22799 \end_inset
22800
22801
22802 \end_layout
22803
22804 \begin_layout Standard
22805 LyX does not natively support dashed lines, so you have to use TeX-Code.
22806  As a prerequisite the LaTeX-package 
22807 \series bold
22808 arydshln
22809 \series default
22810
22811 \begin_inset Index idx
22812 status collapsed
22813
22814 \begin_layout Plain Layout
22815 LaTeX-packages ! arydshln
22816 \end_layout
22817
22818 \end_inset
22819
22820  must be loaded in the document preamble with the command
22821 \end_layout
22822
22823 \begin_layout Standard
22824
22825 \series bold
22826
22827 \backslash
22828 usepackage{arydshln}
22829 \end_layout
22830
22831 \begin_layout Standard
22832 To make a vertical line dashed, enter the colon 
22833 \begin_inset Quotes eld
22834 \end_inset
22835
22836 :
22837 \begin_inset Quotes erd
22838 \end_inset
22839
22840  together with the character for the horizontal alignment as LaTeX-argument
22841  in the table cell dialog.
22842 \end_layout
22843
22844 \begin_layout Standard
22845 For a horizontal dashed line add the command
22846 \end_layout
22847
22848 \begin_layout Standard
22849
22850 \series bold
22851
22852 \backslash
22853 hdashline
22854 \end_layout
22855
22856 \begin_layout Standard
22857 in TeX-Code as first element of the first cell in the table row.
22858 \end_layout
22859
22860 \begin_layout Standard
22861 For dashed multicolumn lines use the command
22862 \end_layout
22863
22864 \begin_layout Standard
22865
22866 \series bold
22867
22868 \backslash
22869 cdashline{line number
22870 \series default
22871 }
22872 \end_layout
22873
22874 \begin_layout Standard
22875 in TeX-Code as the first element of the first cell in the table row.
22876  If you have for example a multicolumn spanning columns 2 to 4 and you want
22877  to have a dashed line above, add the command
22878 \end_layout
22879
22880 \begin_layout Standard
22881
22882 \series bold
22883
22884 \backslash
22885 cdashline{2-4}
22886 \end_layout
22887
22888 \begin_layout Standard
22889 as the first element of the first cell in the row of the multicolumn.
22890 \end_layout
22891
22892 \begin_layout Standard
22893 \begin_inset VSpace bigskip
22894 \end_inset
22895
22896
22897 \end_layout
22898
22899 \begin_layout Standard
22900 Table
22901 \begin_inset space ~
22902 \end_inset
22903
22904
22905 \begin_inset CommandInset ref
22906 LatexCommand ref
22907 reference "tab:Table-with-dashed"
22908
22909 \end_inset
22910
22911  was created using 
22912 \begin_inset Quotes eld
22913 \end_inset
22914
22915
22916 \series bold
22917 :c
22918 \series default
22919
22920 \begin_inset Quotes erd
22921 \end_inset
22922
22923  as LaTeX-argument of the third column.
22924  The TeX-Code command 
22925 \series bold
22926
22927 \backslash
22928 hdashline
22929 \series default
22930  was inserted in the first cell of the third row and the TeX-Code command
22931 \begin_inset Newline newline
22932 \end_inset
22933
22934  
22935 \series bold
22936
22937 \backslash
22938 cdashline{4-5}
22939 \series default
22940  was inserted in the first cell of the fourth row.
22941 \end_layout
22942
22943 \begin_layout Standard
22944 \begin_inset VSpace bigskip
22945 \end_inset
22946
22947
22948 \end_layout
22949
22950 \begin_layout Standard
22951 Tables with dashed lines can also be colored as shown by Table
22952 \begin_inset space ~
22953 \end_inset
22954
22955
22956 \begin_inset CommandInset ref
22957 LatexCommand ref
22958 reference "tab:Colored-table-with"
22959
22960 \end_inset
22961
22962 .
22963 \end_layout
22964
22965 \begin_layout Standard
22966 \begin_inset ERT
22967 status collapsed
22968
22969 \begin_layout Plain Layout
22970
22971
22972 \backslash
22973 setlength{
22974 \backslash
22975 arrayrulewidth}{1pt}
22976 \end_layout
22977
22978 \end_inset
22979
22980
22981 \begin_inset Note Note
22982 status collapsed
22983
22984 \begin_layout Plain Layout
22985 thicker lines for better visualization of the line color
22986 \end_layout
22987
22988 \end_inset
22989
22990
22991 \end_layout
22992
22993 \begin_layout Standard
22994 \begin_inset ERT
22995 status collapsed
22996
22997 \begin_layout Plain Layout
22998
22999
23000 \backslash
23001 dashgapcolor{green}
23002 \end_layout
23003
23004 \end_inset
23005
23006
23007 \begin_inset Note Note
23008 status collapsed
23009
23010 \begin_layout Plain Layout
23011 color gaps between dashes green
23012 \end_layout
23013
23014 \end_inset
23015
23016
23017 \end_layout
23018
23019 \begin_layout Standard
23020 \begin_inset ERT
23021 status collapsed
23022
23023 \begin_layout Plain Layout
23024
23025
23026 \backslash
23027 let
23028 \backslash
23029 myHdashline
23030 \backslash
23031 hdashline
23032 \end_layout
23033
23034 \begin_layout Plain Layout
23035
23036
23037 \backslash
23038 renewcommand{
23039 \backslash
23040 hdashline}
23041 \end_layout
23042
23043 \begin_layout Plain Layout
23044
23045  {
23046 \backslash
23047 arrayrulecolor{red}
23048 \backslash
23049 myHdashline
23050 \backslash
23051 arrayrulecolor{black}}
23052 \end_layout
23053
23054 \end_inset
23055
23056
23057 \begin_inset Note Note
23058 status collapsed
23059
23060 \begin_layout Plain Layout
23061 color horizontal, dashed lines red
23062 \end_layout
23063
23064 \end_inset
23065
23066
23067 \end_layout
23068
23069 \begin_layout Standard
23070 \begin_inset ERT
23071 status collapsed
23072
23073 \begin_layout Plain Layout
23074
23075
23076 \backslash
23077 let
23078 \backslash
23079 myCdashline
23080 \backslash
23081 cdashline
23082 \end_layout
23083
23084 \begin_layout Plain Layout
23085
23086
23087 \backslash
23088 renewcommand{
23089 \backslash
23090 cdashline}[1]
23091 \end_layout
23092
23093 \begin_layout Plain Layout
23094
23095  {
23096 \backslash
23097 arrayrulecolor{yellow}
23098 \backslash
23099 myCdashline{#1}
23100 \backslash
23101 arrayrulecolor{black}}
23102 \end_layout
23103
23104 \end_inset
23105
23106
23107 \begin_inset Note Note
23108 status collapsed
23109
23110 \begin_layout Plain Layout
23111 color partial horizontal, dashed lines yellow
23112 \end_layout
23113
23114 \end_inset
23115
23116
23117 \end_layout
23118
23119 \begin_layout Standard
23120 \begin_inset Float table
23121 placement h
23122 wide false
23123 sideways false
23124 status open
23125
23126 \begin_layout Plain Layout
23127 \begin_inset Caption Standard
23128
23129 \begin_layout Plain Layout
23130 \begin_inset CommandInset label
23131 LatexCommand label
23132 name "tab:Colored-table-with"
23133
23134 \end_inset
23135
23136 Colored table with dashed lines
23137 \end_layout
23138
23139 \end_inset
23140
23141
23142 \end_layout
23143
23144 \begin_layout Plain Layout
23145 \align center
23146 \begin_inset Tabular
23147 <lyxtabular version="3" rows="5" columns="5">
23148 <features rotate="0" tabularvalignment="middle">
23149 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23150 <column alignment="center" valignment="top" width="0pt">
23151 <column alignment="center" valignment="top" width="0pt" special=":c">
23152 <column alignment="center" valignment="top" width="0">
23153 <column alignment="center" valignment="top" width="0">
23154 <row>
23155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23156 \begin_inset Text
23157
23158 \begin_layout Plain Layout
23159 a
23160 \end_layout
23161
23162 \end_inset
23163 </cell>
23164 <cell alignment="center" valignment="top" topline="true" usebox="none">
23165 \begin_inset Text
23166
23167 \begin_layout Plain Layout
23168 b
23169 \end_layout
23170
23171 \end_inset
23172 </cell>
23173 <cell alignment="center" valignment="top" topline="true" usebox="none">
23174 \begin_inset Text
23175
23176 \begin_layout Plain Layout
23177 c
23178 \end_layout
23179
23180 \end_inset
23181 </cell>
23182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23183 \begin_inset Text
23184
23185 \begin_layout Plain Layout
23186 d
23187 \end_layout
23188
23189 \end_inset
23190 </cell>
23191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23192 \begin_inset Text
23193
23194 \begin_layout Plain Layout
23195 e
23196 \end_layout
23197
23198 \end_inset
23199 </cell>
23200 </row>
23201 <row>
23202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23203 \begin_inset Text
23204
23205 \begin_layout Plain Layout
23206 f
23207 \end_layout
23208
23209 \end_inset
23210 </cell>
23211 <cell alignment="center" valignment="top" topline="true" usebox="none">
23212 \begin_inset Text
23213
23214 \begin_layout Plain Layout
23215 g
23216 \end_layout
23217
23218 \end_inset
23219 </cell>
23220 <cell alignment="center" valignment="top" topline="true" usebox="none">
23221 \begin_inset Text
23222
23223 \begin_layout Plain Layout
23224 h
23225 \end_layout
23226
23227 \end_inset
23228 </cell>
23229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23230 \begin_inset Text
23231
23232 \begin_layout Plain Layout
23233 i
23234 \end_layout
23235
23236 \end_inset
23237 </cell>
23238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23239 \begin_inset Text
23240
23241 \begin_layout Plain Layout
23242 j
23243 \end_layout
23244
23245 \end_inset
23246 </cell>
23247 </row>
23248 <row>
23249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23250 \begin_inset Text
23251
23252 \begin_layout Plain Layout
23253 \begin_inset ERT
23254 status collapsed
23255
23256 \begin_layout Plain Layout
23257
23258
23259 \backslash
23260 hdashline 
23261 \end_layout
23262
23263 \end_inset
23264
23265
23266 \begin_inset ERT
23267 status collapsed
23268
23269 \begin_layout Plain Layout
23270
23271
23272 \backslash
23273 rowcolor{Gray}
23274 \end_layout
23275
23276 \end_inset
23277
23278 k
23279 \end_layout
23280
23281 \end_inset
23282 </cell>
23283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23284 \begin_inset Text
23285
23286 \begin_layout Plain Layout
23287 l
23288 \end_layout
23289
23290 \end_inset
23291 </cell>
23292 <cell alignment="center" valignment="top" usebox="none">
23293 \begin_inset Text
23294
23295 \begin_layout Plain Layout
23296 m
23297 \end_layout
23298
23299 \end_inset
23300 </cell>
23301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23302 \begin_inset Text
23303
23304 \begin_layout Plain Layout
23305 n
23306 \end_layout
23307
23308 \end_inset
23309 </cell>
23310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23311 \begin_inset Text
23312
23313 \begin_layout Plain Layout
23314 o
23315 \end_layout
23316
23317 \end_inset
23318 </cell>
23319 </row>
23320 <row>
23321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23322 \begin_inset Text
23323
23324 \begin_layout Plain Layout
23325 \begin_inset ERT
23326 status collapsed
23327
23328 \begin_layout Plain Layout
23329
23330
23331 \backslash
23332 cdashline{4-5}
23333 \end_layout
23334
23335 \end_inset
23336
23337 p
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23343 \begin_inset Text
23344
23345 \begin_layout Plain Layout
23346 q
23347 \end_layout
23348
23349 \end_inset
23350 </cell>
23351 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355 r
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23361 \begin_inset Text
23362
23363 \begin_layout Plain Layout
23364 s
23365 \end_layout
23366
23367 \end_inset
23368 </cell>
23369 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23370 \begin_inset Text
23371
23372 \begin_layout Plain Layout
23373
23374 \end_layout
23375
23376 \end_inset
23377 </cell>
23378 </row>
23379 <row>
23380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23381 \begin_inset Text
23382
23383 \begin_layout Plain Layout
23384 t
23385 \end_layout
23386
23387 \end_inset
23388 </cell>
23389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23390 \begin_inset Text
23391
23392 \begin_layout Plain Layout
23393 u
23394 \end_layout
23395
23396 \end_inset
23397 </cell>
23398 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23399 \begin_inset Text
23400
23401 \begin_layout Plain Layout
23402 v
23403 \end_layout
23404
23405 \end_inset
23406 </cell>
23407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23408 \begin_inset Text
23409
23410 \begin_layout Plain Layout
23411 w
23412 \end_layout
23413
23414 \end_inset
23415 </cell>
23416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23417 \begin_inset Text
23418
23419 \begin_layout Plain Layout
23420 \begin_inset ERT
23421 status collapsed
23422
23423 \begin_layout Plain Layout
23424
23425
23426 \backslash
23427 cellcolor{Maroon}
23428 \end_layout
23429
23430 \end_inset
23431
23432 i
23433 \end_layout
23434
23435 \end_inset
23436 </cell>
23437 </row>
23438 </lyxtabular>
23439
23440 \end_inset
23441
23442
23443 \end_layout
23444
23445 \end_inset
23446
23447
23448 \end_layout
23449
23450 \begin_layout Standard
23451 \begin_inset ERT
23452 status collapsed
23453
23454 \begin_layout Plain Layout
23455
23456
23457 \backslash
23458 renewcommand{
23459 \backslash
23460 hdashline}{
23461 \backslash
23462 myHdashline}
23463 \end_layout
23464
23465 \end_inset
23466
23467
23468 \begin_inset Note Note
23469 status collapsed
23470
23471 \begin_layout Plain Layout
23472 reset to default
23473 \end_layout
23474
23475 \end_inset
23476
23477
23478 \end_layout
23479
23480 \begin_layout Standard
23481 \begin_inset ERT
23482 status collapsed
23483
23484 \begin_layout Plain Layout
23485
23486
23487 \backslash
23488 renewcommand{
23489 \backslash
23490 cdashline}{
23491 \backslash
23492 myCdashline}
23493 \end_layout
23494
23495 \end_inset
23496
23497
23498 \begin_inset Note Note
23499 status collapsed
23500
23501 \begin_layout Plain Layout
23502 reset to default
23503 \end_layout
23504
23505 \end_inset
23506
23507
23508 \end_layout
23509
23510 \begin_layout Standard
23511 \begin_inset ERT
23512 status collapsed
23513
23514 \begin_layout Plain Layout
23515
23516
23517 \backslash
23518 nodashgapcolor
23519 \end_layout
23520
23521 \end_inset
23522
23523
23524 \begin_inset Note Note
23525 status collapsed
23526
23527 \begin_layout Plain Layout
23528 reset to default
23529 \end_layout
23530
23531 \end_inset
23532
23533
23534 \end_layout
23535
23536 \begin_layout Standard
23537 \begin_inset ERT
23538 status collapsed
23539
23540 \begin_layout Plain Layout
23541
23542
23543 \backslash
23544 setlength{
23545 \backslash
23546 arrayrulewidth}{0.4pt}
23547 \end_layout
23548
23549 \end_inset
23550
23551
23552 \begin_inset Note Note
23553 status collapsed
23554
23555 \begin_layout Plain Layout
23556 reset to default
23557 \end_layout
23558
23559 \end_inset
23560
23561
23562 \end_layout
23563
23564 \begin_layout Standard
23565 The coloring of lines, columns and lines works as decribed in section
23566 \begin_inset space ~
23567 \end_inset
23568
23569
23570 \begin_inset CommandInset ref
23571 LatexCommand ref
23572 reference "sec:Colored-Tables"
23573
23574 \end_inset
23575
23576 .
23577  Coloring horizontal lines works analogically as described there as well,
23578  one only needs to replace in the commands 
23579 \series bold
23580
23581 \backslash
23582 myHlineC
23583 \series default
23584  by 
23585 \series bold
23586
23587 \backslash
23588 myHdashline
23589 \series default
23590  and 
23591 \backslash
23592
23593 \series bold
23594 hline
23595 \series default
23596  by 
23597 \series bold
23598
23599 \backslash
23600 hdashline
23601 \series default
23602 ; so one uses the command
23603 \end_layout
23604
23605 \begin_layout Standard
23606
23607 \series bold
23608
23609 \backslash
23610 let
23611 \backslash
23612 myHdashline
23613 \backslash
23614 hdashline
23615 \begin_inset Newline newline
23616 \end_inset
23617
23618
23619 \backslash
23620 renewcommand{
23621 \backslash
23622 hdashline}
23623 \begin_inset Newline newline
23624 \end_inset
23625
23626
23627 \begin_inset Phantom HPhantom
23628 status open
23629
23630 \begin_layout Plain Layout
23631 \begin_inset space ~
23632 \end_inset
23633
23634
23635 \end_layout
23636
23637 \end_inset
23638
23639 {
23640 \backslash
23641 arrayrulecolor{red}
23642 \backslash
23643 myHdashline
23644 \backslash
23645 arrayrulecolor{black}}
23646 \end_layout
23647
23648 \begin_layout Standard
23649 To color 
23650 \series bold
23651
23652 \backslash
23653 cdashline
23654 \series default
23655 , the command is
23656 \end_layout
23657
23658 \begin_layout Standard
23659
23660 \series bold
23661
23662 \backslash
23663 let
23664 \backslash
23665 myCdashline
23666 \backslash
23667 cdashline
23668 \begin_inset Newline newline
23669 \end_inset
23670
23671
23672 \backslash
23673 renewcommand{
23674 \backslash
23675 cdashline}[1]
23676 \begin_inset Newline newline
23677 \end_inset
23678
23679
23680 \begin_inset Phantom HPhantom
23681 status open
23682
23683 \begin_layout Plain Layout
23684 \begin_inset space ~
23685 \end_inset
23686
23687
23688 \end_layout
23689
23690 \end_inset
23691
23692 {
23693 \backslash
23694 arrayrulecolor{red}
23695 \backslash
23696 myCdashline{#1}
23697 \backslash
23698 arrayrulecolor{black}}
23699 \end_layout
23700
23701 \begin_layout Standard
23702 To get back the black line color, one needs to insert the following commands
23703  as TeX-Code behind the table:
23704 \end_layout
23705
23706 \begin_layout Standard
23707 For 
23708 \series bold
23709
23710 \backslash
23711 hdashline
23712 \end_layout
23713
23714 \begin_layout Standard
23715
23716 \series bold
23717
23718 \backslash
23719 renewcommand{
23720 \backslash
23721 hdashline}{
23722 \backslash
23723 myHdashline}
23724 \end_layout
23725
23726 \begin_layout Standard
23727 and for 
23728 \series bold
23729
23730 \backslash
23731 cdashline
23732 \end_layout
23733
23734 \begin_layout Standard
23735
23736 \series bold
23737
23738 \backslash
23739 renewcommand{
23740 \backslash
23741 cdashline}{
23742 \backslash
23743 myCdashline}
23744 \end_layout
23745
23746 \begin_layout Standard
23747 To color the gaps between the dashes the command
23748 \end_layout
23749
23750 \begin_layout Standard
23751
23752 \series bold
23753
23754 \backslash
23755 dashgapcolor{color}
23756 \end_layout
23757
23758 \begin_layout Standard
23759 can be used in front of a table as TeX-Code.
23760  color is hereby the name of a defined color.
23761  The command
23762 \end_layout
23763
23764 \begin_layout Standard
23765
23766 \series bold
23767
23768 \backslash
23769 nodashgapcolor
23770 \end_layout
23771
23772 \begin_layout Standard
23773 unsets the changes made by 
23774 \series bold
23775
23776 \backslash
23777 dashgapcolor
23778 \series default
23779 .
23780 \end_layout
23781
23782 \begin_layout Standard
23783 \begin_inset Note Greyedout
23784 status open
23785
23786 \begin_layout Plain Layout
23787
23788 \series bold
23789 \color none
23790 Note
23791 \series default
23792 : If there are multiple commands in a cell, the command of 
23793 \series bold
23794 arydshln
23795 \series default
23796  needs to be the first one in the cell.
23797  Therefore in cell 
23798 \emph on
23799 k
23800 \emph default
23801  of Table
23802 \begin_inset space ~
23803 \end_inset
23804
23805
23806 \begin_inset CommandInset ref
23807 LatexCommand ref
23808 reference "tab:Colored-table-with"
23809
23810 \end_inset
23811
23812  the command 
23813 \series bold
23814
23815 \backslash
23816 hdashline
23817 \series default
23818  is before 
23819 \series bold
23820
23821 \backslash
23822 rowcolor
23823 \series default
23824 .
23825 \end_layout
23826
23827 \end_inset
23828
23829
23830 \end_layout
23831
23832 \begin_layout Standard
23833 \begin_inset Note Greyedout
23834 status open
23835
23836 \begin_layout Plain Layout
23837
23838 \series bold
23839 \color none
23840 Note:
23841 \series default
23842  The LaTeX-package 
23843 \series bold
23844 arydshln
23845 \series default
23846  must be loaded in the document preamble before the LaTeX-package 
23847 \series bold
23848 colortbl
23849 \series default
23850
23851 \begin_inset Index idx
23852 status collapsed
23853
23854 \begin_layout Plain Layout
23855 LaTeX-packages ! colortbl
23856 \end_layout
23857
23858 \end_inset
23859
23860 .
23861 \end_layout
23862
23863 \end_inset
23864
23865
23866 \end_layout
23867
23868 \begin_layout Standard
23869 \begin_inset ERT
23870 status collapsed
23871
23872 \begin_layout Plain Layout
23873
23874
23875 \backslash
23876 else
23877 \end_layout
23878
23879 \end_inset
23880
23881
23882 \begin_inset Note Note
23883 status open
23884
23885 \begin_layout Plain Layout
23886 The following will be displayed when the LaTeX-package 
23887 \series bold
23888 arydshln
23889 \series default
23890  is not installed:
23891 \end_layout
23892
23893 \end_inset
23894
23895
23896 \end_layout
23897
23898 \begin_layout Standard
23899 You need to install the package 
23900 \series bold
23901 arydshln
23902 \series default
23903  to see the content of this section in the output.
23904 \end_layout
23905
23906 \begin_layout Standard
23907 \begin_inset ERT
23908 status collapsed
23909
23910 \begin_layout Plain Layout
23911
23912
23913 \backslash
23914 fi
23915 \end_layout
23916
23917 \end_inset
23918
23919
23920 \end_layout
23921
23922 \begin_layout Standard
23923 For more information about dashed lines see the documentation of 
23924 \series bold
23925 arydshln
23926 \series default
23927
23928 \begin_inset CommandInset citation
23929 LatexCommand cite
23930 key "arydshln"
23931
23932 \end_inset
23933
23934 .
23935 \end_layout
23936
23937 \begin_layout Chapter
23938 Floats
23939 \begin_inset CommandInset label
23940 LatexCommand label
23941 name "chap:Floats"
23942
23943 \end_inset
23944
23945
23946 \begin_inset Index idx
23947 status collapsed
23948
23949 \begin_layout Plain Layout
23950 Floats
23951 \end_layout
23952
23953 \end_inset
23954
23955
23956 \end_layout
23957
23958 \begin_layout Section
23959 Introduction
23960 \begin_inset CommandInset label
23961 LatexCommand label
23962 name "sec:FloatIntroduction"
23963
23964 \end_inset
23965
23966
23967 \begin_inset Index idx
23968 status collapsed
23969
23970 \begin_layout Plain Layout
23971 Floats ! Introduction
23972 \end_layout
23973
23974 \end_inset
23975
23976
23977 \end_layout
23978
23979 \begin_layout Standard
23980 A float is a block of text associated with some sort of label, which doesn't
23981  have a fixed location.
23982  It can 
23983 \begin_inset Quotes eld
23984 \end_inset
23985
23986 float
23987 \begin_inset Quotes erd
23988 \end_inset
23989
23990  forward or backward a page or two, to wherever it fits best.
23991  
23992 \family sans
23993 Footnotes
23994 \family default
23995  and 
23996 \family sans
23997 Margin
23998 \begin_inset space ~
23999 \end_inset
24000
24001 Notes
24002 \family default
24003  are also floats because they can float to the next page when there are
24004  too many notes on the page.
24005 \end_layout
24006
24007 \begin_layout Standard
24008 Floats allow a high quality layout.
24009  Images and tables can be spread evenly among the pages to avoid white space
24010  and pages without text.
24011  As the floating often destroys the context between the text and the image/table
24012 , every float can be referenced in the text.
24013  Floats are therefore numbered.
24014  Referencing is described in section
24015 \begin_inset space ~
24016 \end_inset
24017
24018
24019 \begin_inset CommandInset ref
24020 LatexCommand ref
24021 reference "sec:Referencing-Floats"
24022
24023 \end_inset
24024
24025 .
24026 \end_layout
24027
24028 \begin_layout Standard
24029 To insert a float, use the menu 
24030 \family sans
24031 Insert\SpecialChar \menuseparator
24032 Float
24033 \family default
24034  (toolbar button 
24035 \begin_inset Info
24036 type  "icon"
24037 arg   "float-insert figure"
24038 \end_inset
24039
24040  or 
24041 \begin_inset Info
24042 type  "icon"
24043 arg   "float-insert table"
24044 \end_inset
24045
24046 ).
24047  This inserts the 
24048 \family sans
24049 Caption
24050 \family default
24051  inset, a box with a label.
24052  The label will automatically be translated to the document language in
24053  the output.
24054  After the label you can insert the caption text.
24055  The image or table is inserted above or below the caption in a separate
24056  paragraph within the float.
24057  More about the caption placement is contained in section
24058 \begin_inset space ~
24059 \end_inset
24060
24061
24062 \begin_inset CommandInset ref
24063 LatexCommand ref
24064 reference "sec:Caption-Placement"
24065
24066 \end_inset
24067
24068 .
24069  To keep your LyX-document readable, you can open and close the float box
24070  by left-clicking on the box label.
24071  A closed float box looks like this: 
24072 \begin_inset Graphics
24073         filename clipart/floatQt4.png
24074         scale 70
24075         scaleBeforeRotation
24076
24077 \end_inset
24078
24079  â€“ a gray button with a red label.
24080 \end_layout
24081
24082 \begin_layout Standard
24083 It is recommended that you insert floats as separate standard paragraphs
24084  to avoid possible LaTeX-errors that can occur when the surrounding text
24085  is specially formatted.
24086 \end_layout
24087
24088 \begin_layout Standard
24089 Existing figures or tables can be put into a float by highlighting them
24090  and then pressing the corresponding toolbar button for a new float.
24091 \end_layout
24092
24093 \begin_layout Section
24094 Float Types
24095 \end_layout
24096
24097 \begin_layout Standard
24098 Besides figure and table floats that are described in sections
24099 \begin_inset space ~
24100 \end_inset
24101
24102
24103 \begin_inset CommandInset ref
24104 LatexCommand ref
24105 reference "sec:Figure-Floats"
24106
24107 \end_inset
24108
24109  and 
24110 \begin_inset CommandInset ref
24111 LatexCommand ref
24112 reference "sec:Table-Floats"
24113
24114 \end_inset
24115
24116  respectively, LyX offers the float types 
24117 \family sans
24118 Algorithm
24119 \family default
24120  and 
24121 \family sans
24122 Wrap
24123 \family default
24124 .
24125  The latter are explained in sec.
24126 \begin_inset space \thinspace{}
24127 \end_inset
24128
24129
24130 \begin_inset CommandInset ref
24131 LatexCommand ref
24132 reference "sec:Wrap-Floats"
24133
24134 \end_inset
24135
24136 .
24137 \end_layout
24138
24139 \begin_layout Subsection
24140 Algorithm Floats
24141 \begin_inset Index idx
24142 status collapsed
24143
24144 \begin_layout Plain Layout
24145 Floats ! Algorithms
24146 \end_layout
24147
24148 \end_inset
24149
24150
24151 \end_layout
24152
24153 \begin_layout Standard
24154 \begin_inset Float algorithm
24155 placement h
24156 wide false
24157 sideways false
24158 status open
24159
24160 \begin_layout Plain Layout
24161 \begin_inset Caption Standard
24162
24163 \begin_layout Plain Layout
24164 \begin_inset CommandInset label
24165 LatexCommand label
24166 name "alg:Example-Algorithm-float"
24167
24168 \end_inset
24169
24170 Example Algorithm float
24171 \end_layout
24172
24173 \end_inset
24174
24175
24176 \end_layout
24177
24178 \begin_layout LyX-Code
24179 for I in 1..N loop
24180 \begin_inset Newline newline
24181 \end_inset
24182
24183  Sum:= Sum + A(I); /*comment*/
24184 \begin_inset Newline newline
24185 \end_inset
24186
24187 end loop
24188 \begin_inset VSpace -4mm
24189 \end_inset
24190
24191
24192 \end_layout
24193
24194 \end_inset
24195
24196
24197 \end_layout
24198
24199 \begin_layout Standard
24200 This float type is inserted with the menu 
24201 \family sans
24202 Insert\SpecialChar \menuseparator
24203 Float\SpecialChar \menuseparator
24204 Algorithm
24205 \family default
24206 .
24207  It is used for program codes and descriptions of algorithms and can be
24208  seen as an alternative to program code listings that are explained in chapter
24209 \begin_inset space ~
24210 \end_inset
24211
24212
24213 \begin_inset CommandInset ref
24214 LatexCommand ref
24215 reference "cha:Program-Code-Listings"
24216
24217 \end_inset
24218
24219 .
24220  A possible environment for algorithms is the 
24221 \family sans
24222 LyX-Code
24223 \family default
24224 , described in LyX's 
24225 \emph on
24226 Userguide
24227 \emph default
24228 .
24229  Algorithm
24230 \begin_inset space ~
24231 \end_inset
24232
24233
24234 \begin_inset CommandInset ref
24235 LatexCommand ref
24236 reference "alg:Example-Algorithm-float"
24237
24238 \end_inset
24239
24240  is an example of an algorithm float where -4
24241 \begin_inset space \thinspace{}
24242 \end_inset
24243
24244 mm vertical space was added at the end of the float to have the bottom rule
24245  exactly below the last text line.
24246 \end_layout
24247
24248 \begin_layout Standard
24249 The float label is not automatically translated into the document language.
24250  If your document is not in English, you have to do this manually by adding
24251  the following line to the document preamble
24252 \series bold
24253 :
24254 \end_layout
24255
24256 \begin_layout Standard
24257
24258 \series bold
24259
24260 \backslash
24261 floatname{algorithm}{your
24262 \begin_inset space ~
24263 \end_inset
24264
24265 name}
24266 \end_layout
24267
24268 \begin_layout Standard
24269 where 
24270 \family sans
24271 your
24272 \begin_inset space ~
24273 \end_inset
24274
24275 name
24276 \family default
24277  is the word 
24278 \begin_inset Quotes eld
24279 \end_inset
24280
24281
24282 \emph on
24283 algorithm
24284 \emph default
24285
24286 \begin_inset Quotes erd
24287 \end_inset
24288
24289  in your language.
24290 \end_layout
24291
24292 \begin_layout Standard
24293 To insert the list of algorithms you can use the menu 
24294 \family sans
24295 Insert\SpecialChar \menuseparator
24296 List
24297 \begin_inset space \thinspace{}
24298 \end_inset
24299
24300 /
24301 \begin_inset space \thinspace{}
24302 \end_inset
24303
24304 TOC\SpecialChar \menuseparator
24305 List of Algorithms
24306 \family default
24307  when your document has the same language as LyX's menu names.
24308  In other cases use this command in TeX-Code instead:
24309 \end_layout
24310
24311 \begin_layout Standard
24312
24313 \series bold
24314
24315 \backslash
24316 listof{algorithm}{your
24317 \begin_inset space ~
24318 \end_inset
24319
24320 name}
24321 \end_layout
24322
24323 \begin_layout Standard
24324 where 
24325 \family sans
24326 your
24327 \begin_inset space ~
24328 \end_inset
24329
24330 name
24331 \family default
24332  is the word 
24333 \begin_inset Quotes eld
24334 \end_inset
24335
24336
24337 \emph on
24338 List of Algorithm
24339 \emph default
24340 s
24341 \begin_inset Quotes erd
24342 \end_inset
24343
24344  in your language.
24345 \end_layout
24346
24347 \begin_layout Standard
24348 Algorithm floats are not by default numbered in the scheme 
24349 \begin_inset Quotes eld
24350 \end_inset
24351
24352 chapter.algorithm
24353 \begin_inset Quotes erd
24354 \end_inset
24355
24356  as is the case for table and figure floats in many document-classes.
24357  To number algorithm floats in the same scheme, add this command to your
24358  document preamble:
24359 \end_layout
24360
24361 \begin_layout Standard
24362
24363 \series bold
24364
24365 \backslash
24366 numberwithin{algorithm}{chapter}
24367 \end_layout
24368
24369 \begin_layout Standard
24370 To be able to use the command 
24371 \series bold
24372
24373 \backslash
24374 numberwithin
24375 \series default
24376 , set in the tab 
24377 \family sans
24378 Math
24379 \begin_inset space ~
24380 \end_inset
24381
24382 Options
24383 \family default
24384  in the document settings the option 
24385 \family sans
24386 Use
24387 \begin_inset space ~
24388 \end_inset
24389
24390 AMS
24391 \begin_inset space ~
24392 \end_inset
24393
24394 math
24395 \begin_inset space ~
24396 \end_inset
24397
24398 package
24399 \family default
24400 .
24401 \end_layout
24402
24403 \begin_layout Section
24404 Float Numbering
24405 \begin_inset Index idx
24406 status collapsed
24407
24408 \begin_layout Plain Layout
24409 Floats ! Numbering
24410 \end_layout
24411
24412 \end_inset
24413
24414
24415 \end_layout
24416
24417 \begin_layout Standard
24418 Floats are usually numbered either independently from the sections the floats
24419  are in, or in the scheme 
24420 \begin_inset Quotes eld
24421 \end_inset
24422
24423 chapter.number
24424 \begin_inset Quotes erd
24425 \end_inset
24426
24427  or 
24428 \begin_inset Quotes eld
24429 \end_inset
24430
24431 section.number
24432 \begin_inset Quotes erd
24433 \end_inset
24434
24435 .
24436  This depends on the document class used.
24437 \end_layout
24438
24439 \begin_layout Standard
24440 To change section-independent numbering, you can use this command in the
24441  document preamble:
24442 \end_layout
24443
24444 \begin_layout Standard
24445
24446 \series bold
24447
24448 \backslash
24449 renewcommand{
24450 \backslash
24451 thetable}{
24452 \backslash
24453 roman{table}}
24454 \end_layout
24455
24456 \begin_layout Standard
24457
24458 \series bold
24459
24460 \backslash
24461 thetable
24462 \series default
24463  is the command that prints the table number.
24464  For figure floats, the command would be 
24465 \series bold
24466
24467 \backslash
24468 thefigure
24469 \series default
24470 .
24471  
24472 \series bold
24473
24474 \backslash
24475 roman
24476 \series default
24477  in the command above prints the table number as a small roman number.
24478 \end_layout
24479
24480 \begin_layout Standard
24481 To change the numbering scheme for example to 
24482 \begin_inset Quotes eld
24483 \end_inset
24484
24485 subsection.number
24486 \begin_inset Quotes erd
24487 \end_inset
24488
24489 , use this command in the preamble:
24490 \end_layout
24491
24492 \begin_layout Standard
24493
24494 \series bold
24495
24496 \backslash
24497 numberwithin{table}{subsection}
24498 \end_layout
24499
24500 \begin_layout Standard
24501 To be able to use the command 
24502 \series bold
24503
24504 \backslash
24505 numberwithin
24506 \series default
24507 , set in the tab 
24508 \family sans
24509 Math
24510 \begin_inset space ~
24511 \end_inset
24512
24513 Options
24514 \family default
24515  in the document settings the option 
24516 \family sans
24517 Use
24518 \begin_inset space ~
24519 \end_inset
24520
24521 AMS
24522 \begin_inset space ~
24523 \end_inset
24524
24525 math
24526 \begin_inset space ~
24527 \end_inset
24528
24529 package
24530 \family default
24531 .
24532 \end_layout
24533
24534 \begin_layout Standard
24535 Please also have a look at section
24536 \begin_inset space ~
24537 \end_inset
24538
24539
24540 \begin_inset CommandInset ref
24541 LatexCommand ref
24542 reference "sub:Footnote-Numbering"
24543
24544 \end_inset
24545
24546  for the details and important notes about the numbering commands.
24547 \end_layout
24548
24549 \begin_layout Section
24550 Referencing Floats
24551 \begin_inset CommandInset label
24552 LatexCommand label
24553 name "sec:Referencing-Floats"
24554
24555 \end_inset
24556
24557
24558 \begin_inset Index idx
24559 status collapsed
24560
24561 \begin_layout Plain Layout
24562 Floats ! References
24563 \end_layout
24564
24565 \end_inset
24566
24567
24568 \begin_inset Index idx
24569 status collapsed
24570
24571 \begin_layout Plain Layout
24572 References ! to Floats
24573 \end_layout
24574
24575 \end_inset
24576
24577
24578 \end_layout
24579
24580 \begin_layout Standard
24581 To reference a float, insert a label into its caption using the menu 
24582 \family sans
24583 Insert\SpecialChar \menuseparator
24584 Label
24585 \family default
24586  or the toolbar button 
24587 \begin_inset Info
24588 type  "icon"
24589 arg   "label-insert"
24590 \end_inset
24591
24592 .
24593  A grey label box like this one: 
24594 \begin_inset Graphics
24595         filename clipart/labelQt4.png
24596         scale 85
24597         scaleBeforeRotation
24598
24599 \end_inset
24600
24601  will be inserted and the label window pops up asking for the label text.
24602  LyX offers as text the first words of the caption with a prefix.
24603  The prefix depends on the float type, e.
24604 \begin_inset space \thinspace{}
24605 \end_inset
24606
24607 g.
24608 \begin_inset space \space{}
24609 \end_inset
24610
24611 for figure floats the prefix will be "
24612 \family sans
24613 fig:
24614 \family default
24615 ".
24616 \end_layout
24617
24618 \begin_layout Standard
24619 The label is used as anchor and name for the reference.
24620  You can refer to the label using the menu 
24621 \family sans
24622 Insert\SpecialChar \menuseparator
24623 Cross-reference
24624 \family default
24625  or the toolbar button 
24626 \begin_inset Info
24627 type  "icon"
24628 arg   "dialog-show-new-inset ref"
24629 \end_inset
24630
24631 .
24632  The cross-reference window appears showing all labels of the document.
24633  If you have multiple LyX-documents opened, choose the one you are working
24634  on from the drop-list at the top of the dialog.
24635  You can now sort the labels alphabetically and then choose one.
24636  A grey cross-reference box like this one: 
24637 \begin_inset Graphics
24638         filename clipart/referenceQt4.png
24639         scale 85
24640         scaleBeforeRotation
24641
24642 \end_inset
24643
24644  will be inserted.
24645  At the position of the cross-reference box the float number will appear
24646  in the output.
24647 \end_layout
24648
24649 \begin_layout Standard
24650 It is recommended that you use a protected space between the cross-reference
24651  name and its number to avoid line breaks between them.
24652  If a cross-reference refers to a non-existing label, you will see two question
24653  marks in the output instead of the reference.
24654 \end_layout
24655
24656 \begin_layout Standard
24657 You can change labels at any time by clicking on the label box.
24658  References to the changed label will automatically update their links to
24659  the new label text.
24660 \end_layout
24661
24662 \begin_layout Standard
24663 The button 
24664 \family sans
24665 Go
24666 \begin_inset space ~
24667 \end_inset
24668
24669 to
24670 \begin_inset space ~
24671 \end_inset
24672
24673 Label
24674 \family default
24675  in the cross-reference window sets the cursor before the referred label.
24676  The button text changes then to Go
24677 \begin_inset space ~
24678 \end_inset
24679
24680 Back and you can use it to set the cursor back to the cross-reference.
24681 \end_layout
24682
24683 \begin_layout Subsection
24684 Cross-Reference Formats
24685 \begin_inset CommandInset label
24686 LatexCommand label
24687 name "sub:Cross-Reference-Formats"
24688
24689 \end_inset
24690
24691
24692 \begin_inset Index idx
24693 status collapsed
24694
24695 \begin_layout Plain Layout
24696 References ! Formats
24697 \end_layout
24698
24699 \end_inset
24700
24701
24702 \end_layout
24703
24704 \begin_layout Standard
24705 There are six varieties of cross-references:
24706 \end_layout
24707
24708 \begin_layout Description
24709 <reference>: prints the float number, this is the default: 
24710 \begin_inset CommandInset ref
24711 LatexCommand ref
24712 reference "fig:Two-distorted-images"
24713
24714 \end_inset
24715
24716
24717 \end_layout
24718
24719 \begin_layout Description
24720 (<reference>): prints the float number within two parentheses, this is the
24721  style normally used to reference formulas, especially when the reference
24722  name 
24723 \begin_inset Quotes eld
24724 \end_inset
24725
24726 Equation
24727 \begin_inset Quotes erd
24728 \end_inset
24729
24730  is omitted: 
24731 \begin_inset CommandInset ref
24732 LatexCommand eqref
24733 reference "eq:Wgn"
24734
24735 \end_inset
24736
24737
24738 \end_layout
24739
24740 \begin_layout Description
24741 <page>: prints the page number: Page
24742 \begin_inset space ~
24743 \end_inset
24744
24745
24746 \begin_inset CommandInset ref
24747 LatexCommand pageref
24748 reference "fig:Two-distorted-images"
24749
24750 \end_inset
24751
24752
24753 \end_layout
24754
24755 \begin_layout Description
24756 on
24757 \begin_inset space ~
24758 \end_inset
24759
24760 page
24761 \begin_inset space ~
24762 \end_inset
24763
24764 <page>: prints the text "on page" and the page number: 
24765 \begin_inset CommandInset ref
24766 LatexCommand vpageref
24767 reference "fig:Two-distorted-images"
24768
24769 \end_inset
24770
24771
24772 \end_layout
24773
24774 \begin_layout Description
24775 <reference>
24776 \begin_inset space ~
24777 \end_inset
24778
24779 on
24780 \begin_inset space ~
24781 \end_inset
24782
24783 page
24784 \begin_inset space ~
24785 \end_inset
24786
24787 <page>: prints the float number, the text "on page", and the page number:
24788  
24789 \begin_inset CommandInset ref
24790 LatexCommand vref
24791 reference "fig:Two-distorted-images"
24792
24793 \end_inset
24794
24795
24796 \end_layout
24797
24798 \begin_layout Description
24799 Formatted
24800 \begin_inset space ~
24801 \end_inset
24802
24803 reference: prints a self-defined cross-reference format.
24804 \begin_inset Newline newline
24805 \end_inset
24806
24807
24808 \begin_inset Note Greyedout
24809 status open
24810
24811 \begin_layout Plain Layout
24812
24813 \series bold
24814 Note:
24815 \series default
24816  This feature is only available when you have the LaTeX-package 
24817 \series bold
24818 prettyref
24819 \series default
24820  or 
24821 \series bold
24822 refstyle
24823 \series default
24824
24825 \begin_inset Index idx
24826 status collapsed
24827
24828 \begin_layout Plain Layout
24829 LaTeX-packages ! prettyref
24830 \end_layout
24831
24832 \end_inset
24833
24834
24835 \begin_inset Index idx
24836 status collapsed
24837
24838 \begin_layout Plain Layout
24839 LaTeX-packages ! refstyle
24840 \end_layout
24841
24842 \end_inset
24843
24844  installed.
24845 \end_layout
24846
24847 \end_inset
24848
24849
24850 \begin_inset Newline newline
24851 \end_inset
24852
24853 You can select which LaTeX-package should be used for this feature by setting
24854  the option 
24855 \family sans
24856 Use refstyle (not prettyref) for cross-references
24857 \family default
24858  in the menu 
24859 \family sans
24860 Document\SpecialChar \menuseparator
24861 Settings\SpecialChar \menuseparator
24862 Document Class
24863 \family default
24864 .
24865  The format is specified by adding the command 
24866 \series bold
24867
24868 \backslash
24869 newrefformat
24870 \series default
24871  (prettyref) or 
24872 \series bold
24873
24874 \backslash
24875 newref
24876 \series default
24877  (refstyle) to the preamble of the document.
24878  For example redefining all references to figures (which have the label
24879  shortcut 
24880 \begin_inset Quotes eld
24881 \end_inset
24882
24883
24884 \family sans
24885 fig
24886 \family default
24887
24888 \begin_inset Quotes erd
24889 \end_inset
24890
24891 ) can be done with this command
24892 \begin_inset Newline newline
24893 \end_inset
24894
24895
24896 \series bold
24897
24898 \backslash
24899 newref{fig}{refcmd={Image on page 
24900 \backslash
24901 pageref{#1}}}
24902 \series default
24903
24904 \begin_inset Newline newline
24905 \end_inset
24906
24907 For more information about the format, have a look at the package documentations
24908
24909 \begin_inset CommandInset citation
24910 LatexCommand cite
24911 key "prettyref,refstyle"
24912
24913 \end_inset
24914
24915 .
24916 \end_layout
24917
24918 \begin_layout Description
24919 Textual
24920 \begin_inset space ~
24921 \end_inset
24922
24923 reference: prints the caption of the reference: 
24924 \begin_inset CommandInset ref
24925 LatexCommand nameref
24926 reference "fig:Two-distorted-images"
24927
24928 \end_inset
24929
24930
24931 \end_layout
24932
24933 \begin_layout Standard
24934
24935 \family sans
24936 <page>
24937 \family default
24938  will not print the page number if the label is on the previous, the same,
24939  or the next page.
24940  You will e.
24941 \begin_inset space \thinspace{}
24942 \end_inset
24943
24944 g.
24945 \begin_inset space \space{}
24946 \end_inset
24947
24948 see the text 
24949 \begin_inset Quotes eld
24950 \end_inset
24951
24952
24953 \family sans
24954 on this page
24955 \family default
24956
24957 \begin_inset Quotes erd
24958 \end_inset
24959
24960  instead.
24961  The style 
24962 \family sans
24963 <reference> on page <page>
24964 \family default
24965  will not print anything about the page if the label is on the same page.
24966 \end_layout
24967
24968 \begin_layout Standard
24969 The number and current page of the part of the document referred to in the
24970  output is automatically calculated by LaTeX.
24971  The varieties are adjusted in the field 
24972 \family sans
24973 Format
24974 \family default
24975  of the cross-reference window that appears when you click on the cross-referenc
24976 e box.
24977 \end_layout
24978
24979 \begin_layout Standard
24980 \begin_inset Note Greyedout
24981 status open
24982
24983 \begin_layout Plain Layout
24984
24985 \series bold
24986 Note:
24987 \series default
24988  It is recommended to use the LaTeX-package 
24989 \series bold
24990 refstyle
24991 \series default
24992
24993 \begin_inset Index idx
24994 status collapsed
24995
24996 \begin_layout Plain Layout
24997 LaTeX-packages ! refstyle
24998 \end_layout
24999
25000 \end_inset
25001
25002  because 
25003 \series bold
25004 prettyref
25005 \series default
25006
25007 \begin_inset Index idx
25008 status collapsed
25009
25010 \begin_layout Plain Layout
25011 LaTeX-packages ! prettyref
25012 \end_layout
25013
25014 \end_inset
25015
25016  does not know all of LyX's possible label shortcuts
25017 \begin_inset Foot
25018 status collapsed
25019
25020 \begin_layout Plain Layout
25021 \begin_inset Quotes eld
25022 \end_inset
25023
25024 fig:
25025 \begin_inset Quotes erd
25026 \end_inset
25027
25028  is for example LyX's shortcut for labels in figure captions.
25029 \end_layout
25030
25031 \end_inset
25032
25033  and is not internationalized.
25034 \end_layout
25035
25036 \end_inset
25037
25038
25039 \end_layout
25040
25041 \begin_layout Standard
25042 \begin_inset Note Greyedout
25043 status open
25044
25045 \begin_layout Plain Layout
25046
25047 \series bold
25048 Note:
25049 \series default
25050  Due to a bug in the LaTeX-package 
25051 \series bold
25052 varioref
25053 \series default
25054  version 1.4w, some cross-reference formats will cause LaTeX errors for document
25055  languages that make the period character active (like French).
25056  For a workaround, see
25057 \begin_inset Newline newline
25058 \end_inset
25059
25060
25061 \begin_inset CommandInset href
25062 LatexCommand href
25063 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
25064
25065 \end_inset
25066
25067 .
25068 \end_layout
25069
25070 \end_inset
25071
25072
25073 \end_layout
25074
25075 \begin_layout Subsection
25076 Automatic Reference Naming
25077 \begin_inset Index idx
25078 status collapsed
25079
25080 \begin_layout Plain Layout
25081 References ! Automatic Reference Naming
25082 \end_layout
25083
25084 \end_inset
25085
25086
25087 \end_layout
25088
25089 \begin_layout Standard
25090 The LaTeX-package 
25091 \series bold
25092 hyperref
25093 \series default
25094
25095 \begin_inset Index idx
25096 status collapsed
25097
25098 \begin_layout Plain Layout
25099 LaTeX-packages ! hyperref
25100 \end_layout
25101
25102 \end_inset
25103
25104 , that is enabled in the 
25105 \family sans
25106 PDF Properties
25107 \family default
25108  of the 
25109 \family sans
25110 Document Settings
25111 \family default
25112  dialog, provides a very useful feature that cross-references automatically
25113  include the name of the referenced floats (or text parts like 
25114 \emph on
25115 section
25116 \emph default
25117 ).
25118  So you will save having to write e.
25119 \begin_inset space \thinspace{}
25120 \end_inset
25121
25122 g.
25123 \begin_inset space \space{}
25124 \end_inset
25125
25126 the name 
25127 \begin_inset Quotes eld
25128 \end_inset
25129
25130 Figure
25131 \begin_inset Quotes erd
25132 \end_inset
25133
25134  before every reference to a figure.
25135  To use this feature, enable 
25136 \series bold
25137 hyperref
25138 \series default
25139  and insert this line to the LaTeX preamble:
25140 \end_layout
25141
25142 \begin_layout Standard
25143
25144 \series bold
25145
25146 \backslash
25147 AtBeginDocument{
25148 \backslash
25149 renewcommand{
25150 \backslash
25151 ref}[1]{
25152 \backslash
25153 mbox{
25154 \backslash
25155 autoref{#1}}}}
25156 \end_layout
25157
25158 \begin_layout Standard
25159 When you prefer other reference names than the default ones, for example
25160  you want instead of 
25161 \begin_inset Quotes eld
25162 \end_inset
25163
25164 section
25165 \begin_inset Quotes erd
25166 \end_inset
25167
25168  the name 
25169 \begin_inset Quotes eld
25170 \end_inset
25171
25172 sec.
25173 \begin_inset space \thinspace{}
25174 \end_inset
25175
25176
25177 \begin_inset Quotes eld
25178 \end_inset
25179
25180 , you can redefine the name by inserting this in the preamble:
25181 \end_layout
25182
25183 \begin_layout Standard
25184
25185 \series bold
25186
25187 \backslash
25188 addto
25189 \backslash
25190 extrasenglish{
25191 \backslash
25192 renewcommand{
25193 \backslash
25194 sectionautorefname}
25195 \begin_inset Newline newline
25196 \end_inset
25197
25198
25199 \begin_inset Phantom HPhantom
25200 status open
25201
25202 \begin_layout Plain Layout
25203
25204 \series bold
25205 \begin_inset space ~
25206 \end_inset
25207
25208
25209 \end_layout
25210
25211 \end_inset
25212
25213 {sec.
25214 \backslash
25215 negthinspace}}
25216 \end_layout
25217
25218 \begin_layout Standard
25219 When you are using another document language than English, replace
25220 \begin_inset Newline newline
25221 \end_inset
25222
25223
25224 \series bold
25225
25226 \backslash
25227 extrasenglish
25228 \series default
25229  by 
25230 \series bold
25231
25232 \backslash
25233 extras***
25234 \series default
25235 , where *** is the name of the language used.
25236 \end_layout
25237
25238 \begin_layout Standard
25239 To get automatic names, but not for certain reference types, for example
25240  not for equations, use this preamble code:
25241 \end_layout
25242
25243 \begin_layout Standard
25244
25245 \series bold
25246
25247 \backslash
25248 addto
25249 \backslash
25250 extrasenglish{
25251 \backslash
25252 renewcommand*{
25253 \backslash
25254 equationautorefname}[1]{}}
25255 \end_layout
25256
25257 \begin_layout Standard
25258 More about this topic can be found in 
25259 \series bold
25260 hyperref
25261 \series default
25262 's documentation 
25263 \begin_inset CommandInset citation
25264 LatexCommand cite
25265 key "hyperref"
25266
25267 \end_inset
25268
25269 .
25270 \end_layout
25271
25272 \begin_layout Standard
25273 \begin_inset Note Greyedout
25274 status open
25275
25276 \begin_layout Plain Layout
25277
25278 \series bold
25279 Note:
25280 \series default
25281  Automatic reference naming cannot be used when you use cross-references
25282  in the 
25283 \family sans
25284 Formatted
25285 \begin_inset space ~
25286 \end_inset
25287
25288 reference
25289 \family default
25290  style, as described in section
25291 \begin_inset space ~
25292 \end_inset
25293
25294
25295 \begin_inset CommandInset ref
25296 LatexCommand ref
25297 reference "sub:Cross-Reference-Formats"
25298
25299 \end_inset
25300
25301 .
25302 \end_layout
25303
25304 \end_inset
25305
25306
25307 \end_layout
25308
25309 \begin_layout Standard
25310 The 
25311 \emph on
25312 Math
25313 \emph default
25314  manual is an example where automatic reference naming is used.
25315 \end_layout
25316
25317 \begin_layout Subsection
25318 Reference Position
25319 \begin_inset CommandInset label
25320 LatexCommand label
25321 name "sub:Reference-Position"
25322
25323 \end_inset
25324
25325
25326 \begin_inset Index idx
25327 status collapsed
25328
25329 \begin_layout Plain Layout
25330 References ! Reference Position
25331 \end_layout
25332
25333 \end_inset
25334
25335
25336 \end_layout
25337
25338 \begin_layout Standard
25339 If you use 
25340 \series bold
25341 hyperref
25342 \series default
25343
25344 \begin_inset Index idx
25345 status collapsed
25346
25347 \begin_layout Plain Layout
25348 LaTeX-packages ! hyperref
25349 \end_layout
25350
25351 \end_inset
25352
25353  in the 
25354 \family sans
25355 PDF Properties
25356 \family default
25357  of the 
25358 \family sans
25359 Document Settings
25360 \family default
25361  dialog to link cross-references in the output, you will see that clicking
25362  on an image float reference jumps to the image label.
25363  The caption will be the first text part on the screen, so that you cannot
25364  see the image without scrolling.
25365  This is because the reference link anchor is placed at the position of
25366  the label.
25367  With the use of the package 
25368 \series bold
25369 hypcap
25370 \series default
25371
25372 \begin_inset Index idx
25373 status collapsed
25374
25375 \begin_layout Plain Layout
25376 LaTeX-packages ! hypcap
25377 \end_layout
25378
25379 \end_inset
25380
25381 , which is part of the LaTeX-package 
25382 \series bold
25383 oberdiek
25384 \series default
25385
25386 \begin_inset Index idx
25387 status collapsed
25388
25389 \begin_layout Plain Layout
25390 LaTeX-packages ! oberdiek
25391 \end_layout
25392
25393 \end_inset
25394
25395 , the link anchor is placed at the beginning of a float.
25396  To use this feature for figure floats, load 
25397 \series bold
25398 hypcap
25399 \series default
25400  in the document preamble with the line
25401 \end_layout
25402
25403 \begin_layout Standard
25404
25405 \series bold
25406
25407 \backslash
25408 usepackage[figure]{hypcap}
25409 \end_layout
25410
25411 \begin_layout Standard
25412 You can also use 
25413 \series bold
25414 hypcap
25415 \series default
25416  for all float types but this is not recommended for stability reasons.
25417  For more information, have a look at 
25418 \series bold
25419 hypcap
25420 \series default
25421 's manual 
25422 \begin_inset CommandInset citation
25423 LatexCommand cite
25424 key "hypcap"
25425
25426 \end_inset
25427
25428 .
25429 \end_layout
25430
25431 \begin_layout Standard
25432 \begin_inset Note Greyedout
25433 status open
25434
25435 \begin_layout Plain Layout
25436
25437 \series bold
25438 Note:
25439 \series default
25440  
25441 \series bold
25442 hypcap
25443 \series default
25444  has no effect on references to subfigures.
25445 \end_layout
25446
25447 \end_inset
25448
25449
25450 \end_layout
25451
25452 \begin_layout Section
25453 Float Placement
25454 \begin_inset CommandInset label
25455 LatexCommand label
25456 name "sec:Float-Placement"
25457
25458 \end_inset
25459
25460
25461 \begin_inset Index idx
25462 status collapsed
25463
25464 \begin_layout Plain Layout
25465 Floats ! Placement
25466 \end_layout
25467
25468 \end_inset
25469
25470
25471 \end_layout
25472
25473 \begin_layout Standard
25474 Right-clicking on a float-box and clicking on 
25475 \family sans
25476 Settings
25477 \family default
25478  opens a dialog where you can alter the placement options that LaTeX uses
25479  for positioning the float.
25480 \begin_inset Newline newline
25481 \end_inset
25482
25483 The option 
25484 \family sans
25485 Span
25486 \begin_inset space ~
25487 \end_inset
25488
25489 columns
25490 \family default
25491  is only useful for two-column documents: If you select it, the float will
25492  span both columns on the page instead of being confined to just one.
25493 \begin_inset Newline newline
25494 \end_inset
25495
25496 The option 
25497 \family sans
25498 Rotate
25499 \begin_inset space ~
25500 \end_inset
25501
25502 sideways
25503 \family default
25504  is used to rotate floats, see section 
25505 \begin_inset CommandInset ref
25506 LatexCommand ref
25507 reference "sec:Rotated-Floats"
25508
25509 \end_inset
25510
25511 .
25512 \end_layout
25513
25514 \begin_layout Standard
25515 You can use one or more of the following options in the float dialog to
25516  set the placement for a particular float when you uncheck the option 
25517 \family sans
25518 Use
25519 \begin_inset space ~
25520 \end_inset
25521
25522 default
25523 \begin_inset space ~
25524 \end_inset
25525
25526 placement
25527 \family default
25528 :
25529 \end_layout
25530
25531 \begin_layout Description
25532 Here
25533 \begin_inset space ~
25534 \end_inset
25535
25536 if
25537 \begin_inset space ~
25538 \end_inset
25539
25540 possible try to place the float on the position where it has been inserted
25541 \end_layout
25542
25543 \begin_layout Description
25544 Top
25545 \begin_inset space ~
25546 \end_inset
25547
25548 of
25549 \begin_inset space ~
25550 \end_inset
25551
25552 page try to place the float at the top of the current page
25553 \end_layout
25554
25555 \begin_layout Description
25556 Bottom
25557 \begin_inset space ~
25558 \end_inset
25559
25560 of
25561 \begin_inset space ~
25562 \end_inset
25563
25564 page try to place the float at the bottom of the current page
25565 \end_layout
25566
25567 \begin_layout Description
25568 Page
25569 \begin_inset space ~
25570 \end_inset
25571
25572 of
25573 \begin_inset space ~
25574 \end_inset
25575
25576 floats try to place the float on its own page
25577 \end_layout
25578
25579 \begin_layout Standard
25580 The order of the above option is 
25581 \emph on
25582 always
25583 \emph default
25584  used by LaTeX.
25585  That means, if you use the default placement, LaTeX will first try out
25586  
25587 \family sans
25588 Here
25589 \begin_inset space ~
25590 \end_inset
25591
25592 if
25593 \begin_inset space ~
25594 \end_inset
25595
25596 possible
25597 \family default
25598 , then 
25599 \family sans
25600 Top
25601 \begin_inset space ~
25602 \end_inset
25603
25604 of
25605 \begin_inset space ~
25606 \end_inset
25607
25608 page
25609 \family default
25610 , and then the others.
25611  If you do not use the default, LaTeX will try only the checked options
25612  but in the same order.
25613  If none of the 4
25614 \begin_inset space ~
25615 \end_inset
25616
25617 placements is possible the procedure is internally repeated trying to put
25618  the float on the following page.
25619 \end_layout
25620
25621 \begin_layout Standard
25622 By default, each option has its own rules:
25623 \end_layout
25624
25625 \begin_layout Labeling
25626 \labelwidthstring 00.00.0000
25627
25628 \family sans
25629 Top
25630 \begin_inset space ~
25631 \end_inset
25632
25633 of
25634 \begin_inset space ~
25635 \end_inset
25636
25637 page
25638 \family default
25639  only floats occupying less than 70
25640 \begin_inset space \thinspace{}
25641 \end_inset
25642
25643 % of the page can be placed at the top of a page (
25644 \series bold
25645
25646 \backslash
25647 topfraction
25648 \series default
25649 )
25650 \end_layout
25651
25652 \begin_layout Labeling
25653 \labelwidthstring 00.00.0000
25654
25655 \family sans
25656 Bottom
25657 \begin_inset space ~
25658 \end_inset
25659
25660 of
25661 \begin_inset space ~
25662 \end_inset
25663
25664 page
25665 \family default
25666 : only floats occupying less than 30
25667 \begin_inset space \thinspace{}
25668 \end_inset
25669
25670 % of the page can be placed at the bottom of a page.
25671  (
25672 \series bold
25673
25674 \backslash
25675 bottomfraction
25676 \series default
25677 )
25678 \end_layout
25679
25680 \begin_layout Labeling
25681 \labelwidthstring 00.00.0000
25682
25683 \family sans
25684 Page
25685 \begin_inset space ~
25686 \end_inset
25687
25688 of
25689 \begin_inset space ~
25690 \end_inset
25691
25692 floats
25693 \family default
25694 : only if more than 50
25695 \begin_inset space \thinspace{}
25696 \end_inset
25697
25698 % of the page is occupied by floats, several floats can be set together
25699  on a page.
25700  (
25701 \series bold
25702
25703 \backslash
25704 floatpagefraction
25705 \series default
25706 )
25707 \end_layout
25708
25709 \begin_layout Standard
25710 If you don't like these rules, you can ignore them by using the additional
25711  option 
25712 \family sans
25713 Ignore
25714 \begin_inset space ~
25715 \end_inset
25716
25717 LaTeX
25718 \begin_inset space ~
25719 \end_inset
25720
25721 rules
25722 \family default
25723 .
25724 \begin_inset Newline newline
25725 \end_inset
25726
25727 You can also redefine the rules with LaTeX-commands that are given in parenthese
25728 s after the rules description above.
25729  To increase for example the often too small default of the bottom-rule
25730  to 50
25731 \begin_inset space \thinspace{}
25732 \end_inset
25733
25734 % of the page, add this line to your document preamble:
25735 \end_layout
25736
25737 \begin_layout Standard
25738
25739 \series bold
25740
25741 \backslash
25742 renewcommand{
25743 \backslash
25744 bottomfraction}{0.5}
25745 \end_layout
25746
25747 \begin_layout Standard
25748 Sometimes you might need, under all circumstances, a float to be placed
25749  exactly at the position where it is inserted.
25750  For this case you can use the option 
25751 \family sans
25752 Here
25753 \begin_inset space ~
25754 \end_inset
25755
25756 definitely
25757 \family default
25758 .
25759  Use this option very rarely and only if the document is almost ready to
25760  be printed, because the float is then no longer able to 
25761 \begin_inset Quotes eld
25762 \end_inset
25763
25764 float
25765 \begin_inset Quotes erd
25766 \end_inset
25767
25768  when you change your document and this will often destroy the page layout.
25769 \end_layout
25770
25771 \begin_layout Standard
25772 There are no placement options for text wrap floats, because they are always
25773  surrounded by the text of a certain paragraph.
25774 \begin_inset VSpace bigskip
25775 \end_inset
25776
25777
25778 \end_layout
25779
25780 \begin_layout Standard
25781 Sometimes you have the problem that a float is placed at the top of a page
25782  while its corresponding section starts at the middle of the page, so that
25783  the reader could think the float is part of the previous section.
25784  To avoid this the LaTeX-command 
25785 \series bold
25786
25787 \backslash
25788 suppressfloats
25789 \series default
25790  can be used.
25791  It suppresses a given float placement for the page where it is inserted
25792  and can therefore be used to avoid floats being set before a section starts.
25793  To get this, add these commands to your document preamble:
25794 \end_layout
25795
25796 \begin_layout Standard
25797
25798 \series bold
25799
25800 \backslash
25801 let
25802 \backslash
25803 mySection
25804 \backslash
25805 section
25806 \begin_inset Newline newline
25807 \end_inset
25808
25809
25810 \backslash
25811 renewcommand{
25812 \backslash
25813 section}{
25814 \backslash
25815 suppressfloats[t]
25816 \backslash
25817 mySection}
25818 \end_layout
25819
25820 \begin_layout Standard
25821 You can define the same for all section headings, like chapters and subsections.
25822  This definition is not recommended to be used for small text parts like
25823  subsubsections because LaTeX may then have problems finding a suitable
25824  placement.
25825 \end_layout
25826
25827 \begin_layout Standard
25828 \begin_inset VSpace bigskip
25829 \end_inset
25830
25831 In some cases it is required to have all figures/tables at the end of the
25832  document.
25833  For this purpose the LaTeX-package 
25834 \series bold
25835 endfloat
25836 \series default
25837
25838 \begin_inset Index idx
25839 status collapsed
25840
25841 \begin_layout Plain Layout
25842 LaTeX-packages ! endfloat
25843 \end_layout
25844
25845 \end_inset
25846
25847  was developed.
25848  It puts all figure and table floats at the end of the document into their
25849  own sections.
25850  At the original float position a text hint like 
25851 \begin_inset Quotes eld
25852 \end_inset
25853
25854
25855 \family sans
25856 [Figure
25857 \begin_inset space ~
25858 \end_inset
25859
25860 3.2 about here.]
25861 \family default
25862
25863 \begin_inset Quotes erd
25864 \end_inset
25865
25866  is inserted.
25867  The endfloat-package is loaded in the preamble with the line
25868 \end_layout
25869
25870 \begin_layout Standard
25871
25872 \series bold
25873
25874 \backslash
25875 usepackage[options]{endfloat}
25876 \end_layout
25877
25878 \begin_layout Standard
25879 There are various package options to format the created figure/table sections.
25880  For more information we refer you to the 
25881 \series bold
25882 endfloat
25883 \series default
25884  documentation 
25885 \begin_inset CommandInset citation
25886 LatexCommand cite
25887 key "endfloat"
25888
25889 \end_inset
25890
25891 .
25892 \begin_inset Newline newline
25893 \end_inset
25894
25895
25896 \begin_inset Note Greyedout
25897 status open
25898
25899 \begin_layout Plain Layout
25900
25901 \series bold
25902 Note: endfloat
25903 \series default
25904  doesn't provide an automatic translation for the text hint, you have to
25905  do this manually, see section
25906 \begin_inset space ~
25907 \end_inset
25908
25909 4 in 
25910 \begin_inset CommandInset citation
25911 LatexCommand cite
25912 key "endfloat"
25913
25914 \end_inset
25915
25916 .
25917 \end_layout
25918
25919 \end_inset
25920
25921
25922 \begin_inset Newline newline
25923 \end_inset
25924
25925
25926 \begin_inset Note Greyedout
25927 status open
25928
25929 \begin_layout Plain Layout
25930
25931 \series bold
25932 Note:
25933 \series default
25934  There is currently a bug in 
25935 \series bold
25936 endfloat
25937 \series default
25938  when the caption contains a German 
25939 \begin_inset Quotes eld
25940 \end_inset
25941
25942 ß
25943 \begin_inset Quotes erd
25944 \end_inset
25945
25946 .
25947  Use in this case the command 
25948 \begin_inset Quotes eld
25949 \end_inset
25950
25951
25952 \series bold
25953
25954 \backslash
25955 ss
25956 \series default
25957
25958 \begin_inset Quotes erd
25959 \end_inset
25960
25961  in TeX-Code instead of 
25962 \begin_inset Quotes eld
25963 \end_inset
25964
25965 ß
25966 \begin_inset Quotes erd
25967 \end_inset
25968
25969 .
25970 \end_layout
25971
25972 \end_inset
25973
25974
25975 \end_layout
25976
25977 \begin_layout Standard
25978 \begin_inset VSpace bigskip
25979 \end_inset
25980
25981 For more details about float placements, have a look at LaTeX books, 
25982 \begin_inset CommandInset citation
25983 LatexCommand cite
25984 key "latexcompanion,latexguide,latexbook"
25985
25986 \end_inset
25987
25988 .
25989 \end_layout
25990
25991 \begin_layout Section
25992 Rotated Floats
25993 \begin_inset CommandInset label
25994 LatexCommand label
25995 name "sec:Rotated-Floats"
25996
25997 \end_inset
25998
25999
26000 \begin_inset Index idx
26001 status collapsed
26002
26003 \begin_layout Plain Layout
26004 Floats ! Rotating
26005 \end_layout
26006
26007 \end_inset
26008
26009
26010 \end_layout
26011
26012 \begin_layout Standard
26013 Especially for wide tables you might have floats rotated.
26014  To rotate a whole float including the caption, right-click on the float-box
26015  and use the option 
26016 \family sans
26017 Rotate
26018 \begin_inset space ~
26019 \end_inset
26020
26021 sideways
26022 \family default
26023 .
26024 \end_layout
26025
26026 \begin_layout Standard
26027 Rotated floats are always placed on a page of their own (or column of their
26028  own; in case you have a multi-column document).
26029  You can let them span several columns using the float settings option 
26030 \family sans
26031 Span
26032 \begin_inset space ~
26033 \end_inset
26034
26035 columns
26036 \family default
26037 .
26038  Floats are rotated so that you can read them from the outside margin.
26039  To force a certain rotation direction for all pages, you can add either
26040  the option 
26041 \series bold
26042 figuresleft
26043 \series default
26044  or 
26045 \series bold
26046 figuresright
26047 \series default
26048  to the document class options.
26049 \end_layout
26050
26051 \begin_layout Standard
26052 Referencing rotated floats is the same as for normal floats, the caption
26053  format is also the same: Table
26054 \begin_inset space ~
26055 \end_inset
26056
26057
26058 \begin_inset CommandInset ref
26059 LatexCommand ref
26060 reference "tab:Rotated-table"
26061
26062 \end_inset
26063
26064  is an example of a rotated table float.
26065 \end_layout
26066
26067 \begin_layout Standard
26068 \begin_inset Note Greyedout
26069 status open
26070
26071 \begin_layout Plain Layout
26072
26073 \series bold
26074 Note:
26075 \series default
26076  Not all DVI-viewers are able to display rotated floats.
26077 \end_layout
26078
26079 \end_inset
26080
26081
26082 \end_layout
26083
26084 \begin_layout Standard
26085 \begin_inset Float table
26086 wide false
26087 sideways true
26088 status open
26089
26090 \begin_layout Plain Layout
26091 \begin_inset Caption Standard
26092
26093 \begin_layout Plain Layout
26094 \begin_inset CommandInset label
26095 LatexCommand label
26096 name "tab:Rotated-table"
26097
26098 \end_inset
26099
26100  Rotated table
26101 \end_layout
26102
26103 \end_inset
26104
26105
26106 \end_layout
26107
26108 \begin_layout Plain Layout
26109 \align center
26110 \begin_inset Tabular
26111 <lyxtabular version="3" rows="1" columns="5">
26112 <features rotate="0" tabularvalignment="middle">
26113 <column alignment="center" valignment="top" width="0">
26114 <column alignment="center" valignment="top" width="0">
26115 <column alignment="center" valignment="top" width="0">
26116 <column alignment="center" valignment="top" width="0">
26117 <column alignment="center" valignment="top" width="0">
26118 <row>
26119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26120 \begin_inset Text
26121
26122 \begin_layout Plain Layout
26123 test
26124 \end_layout
26125
26126 \end_inset
26127 </cell>
26128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26129 \begin_inset Text
26130
26131 \begin_layout Plain Layout
26132 b
26133 \end_layout
26134
26135 \end_inset
26136 </cell>
26137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26138 \begin_inset Text
26139
26140 \begin_layout Plain Layout
26141 c
26142 \end_layout
26143
26144 \end_inset
26145 </cell>
26146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26147 \begin_inset Text
26148
26149 \begin_layout Plain Layout
26150 d
26151 \end_layout
26152
26153 \end_inset
26154 </cell>
26155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26156 \begin_inset Text
26157
26158 \begin_layout Plain Layout
26159 e
26160 \end_layout
26161
26162 \end_inset
26163 </cell>
26164 </row>
26165 </lyxtabular>
26166
26167 \end_inset
26168
26169
26170 \end_layout
26171
26172 \end_inset
26173
26174
26175 \end_layout
26176
26177 \begin_layout Section
26178 Subfloats
26179 \begin_inset Index idx
26180 status collapsed
26181
26182 \begin_layout Plain Layout
26183 Floats ! Subfloats
26184 \end_layout
26185
26186 \end_inset
26187
26188
26189 \end_layout
26190
26191 \begin_layout Standard
26192 Subfloats are for example used when a figure consists of several images.
26193  They are created by inserting a float into an existing float.
26194  The placement of the subfloats can be controlled in the same way as for
26195  paragraphs as shown in table
26196 \begin_inset space ~
26197 \end_inset
26198
26199
26200 \begin_inset CommandInset ref
26201 LatexCommand ref
26202 reference "tab:Two-subtables-side"
26203
26204 \end_inset
26205
26206  and 
26207 \begin_inset CommandInset ref
26208 LatexCommand ref
26209 reference "tab:Two-subtables-upon"
26210
26211 \end_inset
26212
26213 .
26214 \end_layout
26215
26216 \begin_layout Standard
26217 Referencing subfloats works as for normal floats: Table
26218 \begin_inset space ~
26219 \end_inset
26220
26221
26222 \begin_inset CommandInset ref
26223 LatexCommand ref
26224 reference "tab:This-is-subtable-a"
26225
26226 \end_inset
26227
26228  and 
26229 \begin_inset CommandInset ref
26230 LatexCommand ref
26231 reference "tab:This-is-subtable-b"
26232
26233 \end_inset
26234
26235  are subtables of table
26236 \begin_inset space ~
26237 \end_inset
26238
26239
26240 \begin_inset CommandInset ref
26241 LatexCommand ref
26242 reference "tab:Two-subtables-side"
26243
26244 \end_inset
26245
26246 .
26247 \end_layout
26248
26249 \begin_layout Standard
26250 \begin_inset Float table
26251 wide false
26252 sideways false
26253 status open
26254
26255 \begin_layout Plain Layout
26256 \begin_inset Caption Standard
26257
26258 \begin_layout Plain Layout
26259 \begin_inset CommandInset label
26260 LatexCommand label
26261 name "tab:Two-subtables-side"
26262
26263 \end_inset
26264
26265 Two subtables placed side by side.
26266 \end_layout
26267
26268 \end_inset
26269
26270
26271 \end_layout
26272
26273 \begin_layout Plain Layout
26274 \align center
26275 \begin_inset space \hfill{}
26276 \end_inset
26277
26278
26279 \begin_inset Float table
26280 wide false
26281 sideways false
26282 status collapsed
26283
26284 \begin_layout Plain Layout
26285 \begin_inset Caption Standard
26286
26287 \begin_layout Plain Layout
26288 \begin_inset CommandInset label
26289 LatexCommand label
26290 name "tab:This-is-subtable-a"
26291
26292 \end_inset
26293
26294 This is subtable a.
26295 \end_layout
26296
26297 \end_inset
26298
26299
26300 \end_layout
26301
26302 \begin_layout Plain Layout
26303 \align center
26304 \begin_inset Tabular
26305 <lyxtabular version="3" rows="1" columns="5">
26306 <features rotate="0" tabularvalignment="middle">
26307 <column alignment="center" valignment="top" width="0">
26308 <column alignment="center" valignment="top" width="0">
26309 <column alignment="center" valignment="top" width="0">
26310 <column alignment="center" valignment="top" width="0">
26311 <column alignment="center" valignment="top" width="0">
26312 <row>
26313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26314 \begin_inset Text
26315
26316 \begin_layout Plain Layout
26317 test
26318 \end_layout
26319
26320 \end_inset
26321 </cell>
26322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26323 \begin_inset Text
26324
26325 \begin_layout Plain Layout
26326 b
26327 \end_layout
26328
26329 \end_inset
26330 </cell>
26331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26332 \begin_inset Text
26333
26334 \begin_layout Plain Layout
26335 c
26336 \end_layout
26337
26338 \end_inset
26339 </cell>
26340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26341 \begin_inset Text
26342
26343 \begin_layout Plain Layout
26344 d
26345 \end_layout
26346
26347 \end_inset
26348 </cell>
26349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26350 \begin_inset Text
26351
26352 \begin_layout Plain Layout
26353 e
26354 \end_layout
26355
26356 \end_inset
26357 </cell>
26358 </row>
26359 </lyxtabular>
26360
26361 \end_inset
26362
26363
26364 \end_layout
26365
26366 \end_inset
26367
26368
26369 \begin_inset space \hfill{}
26370 \end_inset
26371
26372
26373 \begin_inset Float table
26374 wide false
26375 sideways false
26376 status collapsed
26377
26378 \begin_layout Plain Layout
26379 \begin_inset Caption Standard
26380
26381 \begin_layout Plain Layout
26382 \begin_inset CommandInset label
26383 LatexCommand label
26384 name "tab:This-is-subtable-b"
26385
26386 \end_inset
26387
26388 This is subtable b.
26389 \end_layout
26390
26391 \end_inset
26392
26393
26394 \end_layout
26395
26396 \begin_layout Plain Layout
26397 \align center
26398 \begin_inset Tabular
26399 <lyxtabular version="3" rows="1" columns="5">
26400 <features rotate="0" tabularvalignment="middle">
26401 <column alignment="center" valignment="top" width="0">
26402 <column alignment="center" valignment="top" width="0">
26403 <column alignment="center" valignment="top" width="0">
26404 <column alignment="center" valignment="top" width="0">
26405 <column alignment="center" valignment="top" width="0">
26406 <row>
26407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26408 \begin_inset Text
26409
26410 \begin_layout Plain Layout
26411 e
26412 \end_layout
26413
26414 \end_inset
26415 </cell>
26416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26417 \begin_inset Text
26418
26419 \begin_layout Plain Layout
26420 d
26421 \end_layout
26422
26423 \end_inset
26424 </cell>
26425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26426 \begin_inset Text
26427
26428 \begin_layout Plain Layout
26429 c
26430 \end_layout
26431
26432 \end_inset
26433 </cell>
26434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26435 \begin_inset Text
26436
26437 \begin_layout Plain Layout
26438 b
26439 \end_layout
26440
26441 \end_inset
26442 </cell>
26443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26444 \begin_inset Text
26445
26446 \begin_layout Plain Layout
26447 test
26448 \end_layout
26449
26450 \end_inset
26451 </cell>
26452 </row>
26453 </lyxtabular>
26454
26455 \end_inset
26456
26457
26458 \end_layout
26459
26460 \end_inset
26461
26462
26463 \begin_inset space \hfill{}
26464 \end_inset
26465
26466
26467 \end_layout
26468
26469 \end_inset
26470
26471
26472 \end_layout
26473
26474 \begin_layout Standard
26475 \begin_inset Float table
26476 wide false
26477 sideways false
26478 status open
26479
26480 \begin_layout Plain Layout
26481 \begin_inset Caption Standard
26482
26483 \begin_layout Plain Layout
26484 \begin_inset CommandInset label
26485 LatexCommand label
26486 name "tab:Two-subtables-upon"
26487
26488 \end_inset
26489
26490 Two subtables placed one above the other.
26491  (a) table with 4 cells, (b) table with 5 cells.
26492 \end_layout
26493
26494 \end_inset
26495
26496
26497 \end_layout
26498
26499 \begin_layout Plain Layout
26500 \align center
26501 \begin_inset Float table
26502 wide false
26503 sideways false
26504 status collapsed
26505
26506 \begin_layout Plain Layout
26507 \begin_inset Caption Standard
26508
26509 \begin_layout Plain Layout
26510
26511 \end_layout
26512
26513 \end_inset
26514
26515
26516 \end_layout
26517
26518 \begin_layout Plain Layout
26519 \align center
26520 \begin_inset Tabular
26521 <lyxtabular version="3" rows="1" columns="4">
26522 <features rotate="0" tabularvalignment="middle">
26523 <column alignment="center" valignment="top" width="0">
26524 <column alignment="center" valignment="top" width="0">
26525 <column alignment="center" valignment="top" width="0">
26526 <column alignment="center" valignment="top" width="0">
26527 <row>
26528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26529 \begin_inset Text
26530
26531 \begin_layout Plain Layout
26532 test
26533 \end_layout
26534
26535 \end_inset
26536 </cell>
26537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26538 \begin_inset Text
26539
26540 \begin_layout Plain Layout
26541 test
26542 \end_layout
26543
26544 \end_inset
26545 </cell>
26546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26547 \begin_inset Text
26548
26549 \begin_layout Plain Layout
26550 test
26551 \end_layout
26552
26553 \end_inset
26554 </cell>
26555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26556 \begin_inset Text
26557
26558 \begin_layout Plain Layout
26559 test
26560 \end_layout
26561
26562 \end_inset
26563 </cell>
26564 </row>
26565 </lyxtabular>
26566
26567 \end_inset
26568
26569
26570 \end_layout
26571
26572 \end_inset
26573
26574
26575 \end_layout
26576
26577 \begin_layout Plain Layout
26578 \align center
26579 \begin_inset Float table
26580 wide false
26581 sideways false
26582 status collapsed
26583
26584 \begin_layout Plain Layout
26585 \begin_inset Caption Standard
26586
26587 \begin_layout Plain Layout
26588
26589 \end_layout
26590
26591 \end_inset
26592
26593
26594 \end_layout
26595
26596 \begin_layout Plain Layout
26597 \align center
26598 \begin_inset Tabular
26599 <lyxtabular version="3" rows="1" columns="5">
26600 <features rotate="0" tabularvalignment="middle">
26601 <column alignment="center" valignment="top" width="0">
26602 <column alignment="center" valignment="top" width="0">
26603 <column alignment="center" valignment="top" width="0">
26604 <column alignment="center" valignment="top" width="0">
26605 <column alignment="center" valignment="top" width="0">
26606 <row>
26607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26608 \begin_inset Text
26609
26610 \begin_layout Plain Layout
26611 a
26612 \end_layout
26613
26614 \end_inset
26615 </cell>
26616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26617 \begin_inset Text
26618
26619 \begin_layout Plain Layout
26620 b
26621 \end_layout
26622
26623 \end_inset
26624 </cell>
26625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26626 \begin_inset Text
26627
26628 \begin_layout Plain Layout
26629 c
26630 \end_layout
26631
26632 \end_inset
26633 </cell>
26634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26635 \begin_inset Text
26636
26637 \begin_layout Plain Layout
26638 d
26639 \end_layout
26640
26641 \end_inset
26642 </cell>
26643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26644 \begin_inset Text
26645
26646 \begin_layout Plain Layout
26647 e
26648 \end_layout
26649
26650 \end_inset
26651 </cell>
26652 </row>
26653 </lyxtabular>
26654
26655 \end_inset
26656
26657
26658 \end_layout
26659
26660 \end_inset
26661
26662
26663 \end_layout
26664
26665 \end_inset
26666
26667
26668 \end_layout
26669
26670 \begin_layout Section
26671 Floats Side by Side
26672 \begin_inset Index idx
26673 status collapsed
26674
26675 \begin_layout Plain Layout
26676 Floats ! Side by side
26677 \end_layout
26678
26679 \end_inset
26680
26681
26682 \end_layout
26683
26684 \begin_layout Standard
26685 To place floats side by side, as in Figures
26686 \begin_inset space ~
26687 \end_inset
26688
26689
26690 \begin_inset CommandInset ref
26691 LatexCommand ref
26692 reference "fig:Float-left"
26693
26694 \end_inset
26695
26696  and 
26697 \begin_inset CommandInset ref
26698 LatexCommand ref
26699 reference "fig:Float-right"
26700
26701 \end_inset
26702
26703 , only 
26704 \emph on
26705 one
26706 \emph default
26707  float is used.
26708  In it two minipage boxes are inserted.
26709 \begin_inset Foot
26710 status collapsed
26711
26712 \begin_layout Plain Layout
26713 Minipages are explained in section
26714 \begin_inset space ~
26715 \end_inset
26716
26717
26718 \begin_inset CommandInset ref
26719 LatexCommand ref
26720 reference "sec:Minipages"
26721
26722 \end_inset
26723
26724 .
26725 \end_layout
26726
26727 \end_inset
26728
26729  The width is set to 45
26730 \begin_inset space \thinspace{}
26731 \end_inset
26732
26733 -50
26734 \begin_inset space \thinspace{}
26735 \end_inset
26736
26737 column% and the box alignment to 
26738 \family sans
26739 Bottom
26740 \family default
26741  for each minipage.
26742  The minipage boxes contain the image and the caption in the same way as
26743  they are in a float.
26744  The only difference is that the image unit 
26745 \family sans
26746 Column
26747 \begin_inset space ~
26748 \end_inset
26749
26750 Width
26751 \begin_inset space ~
26752 \end_inset
26753
26754 %
26755 \family default
26756  is now calculated according to the width of the minipage boxes.
26757 \end_layout
26758
26759 \begin_layout Standard
26760 \begin_inset Float figure
26761 wide false
26762 sideways false
26763 status open
26764
26765 \begin_layout Plain Layout
26766 \begin_inset Box Frameless
26767 position "b"
26768 hor_pos "c"
26769 has_inner_box 1
26770 inner_pos "t"
26771 use_parbox 0
26772 use_makebox 0
26773 width "45col%"
26774 special "none"
26775 height "1in"
26776 height_special "totalheight"
26777 status open
26778
26779 \begin_layout Plain Layout
26780 \align center
26781 \begin_inset Graphics
26782         filename clipart/mobius.eps
26783         lyxscale 50
26784         width 100col%
26785         scaleBeforeRotation
26786
26787 \end_inset
26788
26789
26790 \end_layout
26791
26792 \begin_layout Plain Layout
26793 \begin_inset Caption Standard
26794
26795 \begin_layout Plain Layout
26796 \begin_inset CommandInset label
26797 LatexCommand label
26798 name "fig:Float-left"
26799
26800 \end_inset
26801
26802 Float on the left side.
26803 \end_layout
26804
26805 \end_inset
26806
26807
26808 \end_layout
26809
26810 \end_inset
26811
26812
26813 \begin_inset space \hfill{}
26814 \end_inset
26815
26816
26817 \begin_inset Box Frameless
26818 position "b"
26819 hor_pos "c"
26820 has_inner_box 1
26821 inner_pos "t"
26822 use_parbox 0
26823 use_makebox 0
26824 width "45col%"
26825 special "none"
26826 height "1in"
26827 height_special "totalheight"
26828 status open
26829
26830 \begin_layout Plain Layout
26831 \align center
26832 \begin_inset Graphics
26833         filename clipart/platypus.eps
26834         lyxscale 50
26835         width 100col%
26836         scaleBeforeRotation
26837
26838 \end_inset
26839
26840
26841 \end_layout
26842
26843 \begin_layout Plain Layout
26844 \begin_inset Caption Standard
26845
26846 \begin_layout Plain Layout
26847 \begin_inset CommandInset label
26848 LatexCommand label
26849 name "fig:Float-right"
26850
26851 \end_inset
26852
26853 Float on the right side.
26854 \end_layout
26855
26856 \end_inset
26857
26858
26859 \end_layout
26860
26861 \end_inset
26862
26863
26864 \end_layout
26865
26866 \begin_layout Plain Layout
26867
26868 \end_layout
26869
26870 \end_inset
26871
26872
26873 \end_layout
26874
26875 \begin_layout Section
26876 Caption Formatting
26877 \begin_inset Index idx
26878 status collapsed
26879
26880 \begin_layout Plain Layout
26881 Caption ! Formatting
26882 \end_layout
26883
26884 \end_inset
26885
26886
26887 \begin_inset Index idx
26888 status collapsed
26889
26890 \begin_layout Plain Layout
26891 Floats ! Caption Formatting
26892 \end_layout
26893
26894 \end_inset
26895
26896
26897 \begin_inset CommandInset label
26898 LatexCommand label
26899 name "sec:Caption-Formatting"
26900
26901 \end_inset
26902
26903
26904 \end_layout
26905
26906 \begin_layout Standard
26907 The 
26908 \family sans
26909 Caption
26910 \family default
26911  environment is the default paragraph environment for 
26912 \family sans
26913 Floats
26914 \family default
26915 .
26916  On the LyX screen captions appear as a label, e.
26917 \begin_inset space \thinspace{}
26918 \end_inset
26919
26920 g.
26921 \begin_inset space \space{}
26922 \end_inset
26923
26924
26925 \begin_inset Quotes eld
26926 \end_inset
26927
26928
26929 \family sans
26930 Figure #:
26931 \family default
26932
26933 \begin_inset Quotes erd
26934 \end_inset
26935
26936  followed by the caption text.
26937  
26938 \begin_inset Quotes eld
26939 \end_inset
26940
26941 #
26942 \begin_inset Quotes erd
26943 \end_inset
26944
26945  is the actual reference number.
26946  By default the label and the number are in the same font as the caption
26947  text and a colon follows the number to divide the label from the text.
26948  This caption format is not suitable for all document formats.
26949  
26950 \end_layout
26951
26952 \begin_layout Standard
26953 To change the default caption format, load the LaTeX-package 
26954 \series bold
26955 caption
26956 \series default
26957
26958 \begin_inset Index idx
26959 status collapsed
26960
26961 \begin_layout Plain Layout
26962 LaTeX-packages ! caption
26963 \end_layout
26964
26965 \end_inset
26966
26967  in the document preamble with this line:
26968 \end_layout
26969
26970 \begin_layout Standard
26971
26972 \series bold
26973
26974 \backslash
26975 usepackage[format definition]{caption}
26976 \end_layout
26977
26978 \begin_layout Standard
26979 To have for example the label and the number in sans-serif bold font and
26980  the table captions always above the table as in this document, use the
26981  following command:
26982 \end_layout
26983
26984 \begin_layout Standard
26985
26986 \series bold
26987
26988 \backslash
26989 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
26990 \end_layout
26991
26992 \begin_layout Standard
26993 You can also define different caption formats for the different float types.
26994  In this case load the 
26995 \series bold
26996 caption
26997 \series default
26998  package without format specific options and define the different formats
26999  with the help of the command
27000 \end_layout
27001
27002 \begin_layout Standard
27003
27004 \series bold
27005
27006 \backslash
27007 captionsetup[float type]{format definition}
27008 \end_layout
27009
27010 \begin_layout Standard
27011 in the document preamble.
27012  For example the caption formats of Figure
27013 \begin_inset space ~
27014 \end_inset
27015
27016
27017 \begin_inset CommandInset ref
27018 LatexCommand ref
27019 reference "fig:This-is-an-fig"
27020
27021 \end_inset
27022
27023  and Table
27024 \begin_inset space ~
27025 \end_inset
27026
27027
27028 \begin_inset CommandInset ref
27029 LatexCommand ref
27030 reference "tab:This-is-an-tab"
27031
27032 \end_inset
27033
27034  can be created using these commands in the document preamble:
27035 \end_layout
27036
27037 \begin_layout Standard
27038
27039 \series bold
27040
27041 \backslash
27042 usepackage[tableposition=top]{caption}
27043 \series default
27044
27045 \begin_inset Newline newline
27046 \end_inset
27047
27048
27049 \series bold
27050
27051 \backslash
27052 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27053 \begin_inset Newline newline
27054 \end_inset
27055
27056
27057 \begin_inset Phantom HPhantom
27058 status open
27059
27060 \begin_layout Plain Layout
27061
27062 \series bold
27063
27064 \backslash
27065 captionsetup[figure]{
27066 \end_layout
27067
27068 \end_inset
27069
27070 labelsep=period}
27071 \begin_inset Newline newline
27072 \end_inset
27073
27074
27075 \backslash
27076 captionsetup[table]{labelfont={bf,sf}}
27077 \end_layout
27078
27079 \begin_layout Standard
27080 \begin_inset Note Greyedout
27081 status open
27082
27083 \begin_layout Plain Layout
27084
27085 \series bold
27086 Note:
27087 \series default
27088  The option 
27089 \series bold
27090 tableposition=top
27091 \series default
27092  has no effect when a 
27093 \series bold
27094 KOMA-Script
27095 \series default
27096
27097 \begin_inset Index idx
27098 status collapsed
27099
27100 \begin_layout Plain Layout
27101 LaTeX-packages ! KOMA-Script
27102 \end_layout
27103
27104 \end_inset
27105
27106  document class is used.
27107  In this case the document class option 
27108 \series bold
27109 captions=tableheading
27110 \series default
27111  must be used.
27112 \end_layout
27113
27114 \end_inset
27115
27116
27117 \end_layout
27118
27119 \begin_layout Standard
27120 For more information about the package 
27121 \series bold
27122 caption
27123 \series default
27124  we refer to its documentation 
27125 \begin_inset CommandInset citation
27126 LatexCommand cite
27127 key "caption"
27128
27129 \end_inset
27130
27131 .
27132 \end_layout
27133
27134 \begin_layout Standard
27135 To change the label name from e.
27136 \begin_inset space \thinspace{}
27137 \end_inset
27138
27139 g.
27140 \begin_inset space \space{}
27141 \end_inset
27142
27143
27144 \begin_inset Quotes eld
27145 \end_inset
27146
27147 Figure
27148 \begin_inset Quotes erd
27149 \end_inset
27150
27151  to 
27152 \begin_inset Quotes eld
27153 \end_inset
27154
27155 Image
27156 \begin_inset Quotes erd
27157 \end_inset
27158
27159  use this preamble command:
27160 \end_layout
27161
27162 \begin_layout Standard
27163
27164 \series bold
27165
27166 \backslash
27167 renewcommand{
27168 \backslash
27169 fnum@figure}{Image~
27170 \backslash
27171 thefigure}
27172 \end_layout
27173
27174 \begin_layout Standard
27175 where 
27176 \series bold
27177
27178 \backslash
27179 thefigure
27180 \series default
27181  inserts the figure number and
27182 \series bold
27183  
27184 \begin_inset Quotes eld
27185 \end_inset
27186
27187 ~
27188 \series default
27189
27190 \begin_inset Quotes erd
27191 \end_inset
27192
27193  creates a protected space.
27194 \end_layout
27195
27196 \begin_layout Standard
27197 \begin_inset VSpace bigskip
27198 \end_inset
27199
27200 If you are using a 
27201 \series bold
27202 KOMA-Script
27203 \series default
27204
27205 \begin_inset Index idx
27206 status collapsed
27207
27208 \begin_layout Plain Layout
27209 LaTeX-packages ! KOMA-Script
27210 \end_layout
27211
27212 \end_inset
27213
27214  document class (
27215 \family sans
27216 article (KOMA-Script)
27217 \family default
27218
27219 \family sans
27220 book (KOMA-Script)
27221 \family default
27222
27223 \family sans
27224 letter (KOMA-Script)
27225 \family default
27226 , or 
27227 \family sans
27228 report (KOMA-Script)
27229 \family default
27230
27231 \begin_inset space \thinspace{}
27232 \end_inset
27233
27234 ), you can alternatively to the 
27235 \series bold
27236 caption
27237 \series default
27238  package use 
27239 \series bold
27240 KOMA-Script
27241 \series default
27242 's built-in command 
27243 \series bold
27244
27245 \backslash
27246 setkomafont
27247 \series default
27248 .
27249  For example, to have the caption label in bold, add this command to your
27250  document preamble:
27251 \end_layout
27252
27253 \begin_layout Standard
27254
27255 \series bold
27256
27257 \backslash
27258 setkomafont{captionlabel}{
27259 \backslash
27260 bfseries}
27261 \end_layout
27262
27263 \begin_layout Standard
27264 For more information about 
27265 \series bold
27266
27267 \backslash
27268 setkomafont
27269 \series default
27270  we refer to the 
27271 \series bold
27272 KOMA-Script
27273 \series default
27274  documentation 
27275 \begin_inset CommandInset citation
27276 LatexCommand cite
27277 key "KOMA-Script"
27278
27279 \end_inset
27280
27281 .
27282 \end_layout
27283
27284 \begin_layout Standard
27285 \begin_inset ERT
27286 status collapsed
27287
27288 \begin_layout Plain Layout
27289
27290
27291 \backslash
27292 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27293 }
27294 \end_layout
27295
27296 \end_inset
27297
27298
27299 \begin_inset Note Note
27300 status open
27301
27302 \begin_layout Plain Layout
27303 The caption format is changed only for this example.
27304 \end_layout
27305
27306 \end_inset
27307
27308
27309 \end_layout
27310
27311 \begin_layout Standard
27312 \begin_inset Float figure
27313 placement !p
27314 wide false
27315 sideways false
27316 status open
27317
27318 \begin_layout Plain Layout
27319 \align center
27320 \begin_inset Graphics
27321         filename clipart/mobius.eps
27322         lyxscale 50
27323         scale 50
27324         scaleBeforeRotation
27325
27326 \end_inset
27327
27328
27329 \end_layout
27330
27331 \begin_layout Plain Layout
27332 \begin_inset Caption Standard
27333
27334 \begin_layout Plain Layout
27335 \begin_inset CommandInset label
27336 LatexCommand label
27337 name "fig:This-is-an-fig"
27338
27339 \end_inset
27340
27341 This is an example figure caption that is longer than one line to show the
27342  different caption format.
27343  Here a self-defined caption format is used.
27344 \end_layout
27345
27346 \end_inset
27347
27348
27349 \end_layout
27350
27351 \end_inset
27352
27353
27354 \end_layout
27355
27356 \begin_layout Standard
27357 \begin_inset ERT
27358 status collapsed
27359
27360 \begin_layout Plain Layout
27361
27362
27363 \backslash
27364 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27365 on}
27366 \end_layout
27367
27368 \end_inset
27369
27370
27371 \end_layout
27372
27373 \begin_layout Standard
27374 \begin_inset Float table
27375 placement !p
27376 wide false
27377 sideways false
27378 status open
27379
27380 \begin_layout Plain Layout
27381 \begin_inset Caption Standard
27382
27383 \begin_layout Plain Layout
27384 \begin_inset CommandInset label
27385 LatexCommand label
27386 name "tab:This-is-an-tab"
27387
27388 \end_inset
27389
27390 This is an example table caption that is longer than one line to show the
27391  different caption format.
27392  Here the standard caption format for tables in this document is used.
27393 \end_layout
27394
27395 \end_inset
27396
27397
27398 \end_layout
27399
27400 \begin_layout Plain Layout
27401 \align center
27402 \begin_inset Tabular
27403 <lyxtabular version="3" rows="1" columns="5">
27404 <features rotate="0" tabularvalignment="middle">
27405 <column alignment="center" valignment="top" width="0">
27406 <column alignment="center" valignment="top" width="0">
27407 <column alignment="center" valignment="top" width="0">
27408 <column alignment="center" valignment="top" width="0">
27409 <column alignment="center" valignment="top" width="0">
27410 <row>
27411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27412 \begin_inset Text
27413
27414 \begin_layout Plain Layout
27415 a
27416 \end_layout
27417
27418 \end_inset
27419 </cell>
27420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27421 \begin_inset Text
27422
27423 \begin_layout Plain Layout
27424 b
27425 \end_layout
27426
27427 \end_inset
27428 </cell>
27429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27430 \begin_inset Text
27431
27432 \begin_layout Plain Layout
27433 c
27434 \end_layout
27435
27436 \end_inset
27437 </cell>
27438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27439 \begin_inset Text
27440
27441 \begin_layout Plain Layout
27442 d
27443 \end_layout
27444
27445 \end_inset
27446 </cell>
27447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27448 \begin_inset Text
27449
27450 \begin_layout Plain Layout
27451 e
27452 \end_layout
27453
27454 \end_inset
27455 </cell>
27456 </row>
27457 </lyxtabular>
27458
27459 \end_inset
27460
27461
27462 \end_layout
27463
27464 \end_inset
27465
27466
27467 \end_layout
27468
27469 \begin_layout Section
27470 Caption Placement
27471 \begin_inset Index idx
27472 status collapsed
27473
27474 \begin_layout Plain Layout
27475 Caption ! Placement
27476 \end_layout
27477
27478 \end_inset
27479
27480
27481 \begin_inset Index idx
27482 status collapsed
27483
27484 \begin_layout Plain Layout
27485 Floats ! Caption Placement
27486 \end_layout
27487
27488 \end_inset
27489
27490
27491 \begin_inset CommandInset label
27492 LatexCommand label
27493 name "sec:Caption-Placement"
27494
27495 \end_inset
27496
27497
27498 \end_layout
27499
27500 \begin_layout Standard
27501 The common caption placement rule is:
27502 \end_layout
27503
27504 \begin_layout Description
27505 Figure: Caption is set below the figure
27506 \end_layout
27507
27508 \begin_layout Description
27509 Table: Caption is set above the table
27510 \end_layout
27511
27512 \begin_layout Standard
27513 Having the caption above the table is unfortunately not supported in LaTeX's
27514  standard classes.
27515  That means if you are using the document classes 
27516 \family sans
27517 article
27518 \family default
27519
27520 \family sans
27521 book
27522 \family default
27523
27524 \family sans
27525 letter
27526 \family default
27527 , or 
27528 \family sans
27529 report
27530 \family default
27531  there will be no space between the caption and the table.
27532  To insert the necessary space, add the following option to the load command
27533  of the LaTeX-package 
27534 \series bold
27535 caption
27536 \series default
27537  in your document preamble
27538 \begin_inset Foot
27539 status collapsed
27540
27541 \begin_layout Plain Layout
27542 See section
27543 \begin_inset space ~
27544 \end_inset
27545
27546
27547 \begin_inset CommandInset ref
27548 LatexCommand ref
27549 reference "sec:Caption-Formatting"
27550
27551 \end_inset
27552
27553  for more information of the package 
27554 \series bold
27555 caption
27556 \series default
27557 .
27558 \end_layout
27559
27560 \end_inset
27561
27562 :
27563 \end_layout
27564
27565 \begin_layout Standard
27566
27567 \series bold
27568 tableposition=top
27569 \end_layout
27570
27571 \begin_layout Standard
27572 If you are using a 
27573 \series bold
27574 KOMA-Script
27575 \series default
27576
27577 \begin_inset Index idx
27578 status collapsed
27579
27580 \begin_layout Plain Layout
27581 LaTeX-packages ! KOMA-Script
27582 \end_layout
27583
27584 \end_inset
27585
27586  document class (
27587 \family sans
27588 article (KOMA-Script)
27589 \family default
27590
27591 \family sans
27592 book (KOMA-Script)
27593 \family default
27594
27595 \family sans
27596 letter (KOMA-Script)
27597 \family default
27598 , or 
27599 \family sans
27600 report (KOMA-Script)
27601 \family default
27602
27603 \begin_inset space \thinspace{}
27604 \end_inset
27605
27606 ), you can alternatively to the 
27607 \series bold
27608 caption
27609 \series default
27610  package set the document class option 
27611 \series bold
27612 captions=tableheading
27613 \series default
27614 .
27615 \end_layout
27616
27617 \begin_layout Standard
27618 \begin_inset VSpace bigskip
27619 \end_inset
27620
27621 It is also possible to set the caption beside a figure or table.
27622  To get this the LaTeX-package 
27623 \series bold
27624 sidecap
27625 \series default
27626
27627 \begin_inset Index idx
27628 status collapsed
27629
27630 \begin_layout Plain Layout
27631 LaTeX-packages ! sidecap
27632 \end_layout
27633
27634 \end_inset
27635
27636  has to be loaded in the document preamble with the line
27637 \end_layout
27638
27639 \begin_layout Standard
27640
27641 \series bold
27642
27643 \backslash
27644 usepackage[option]{sidecap}
27645 \end_layout
27646
27647 \begin_layout Standard
27648 If you set no option, the caption is placed on the side of the outer page
27649  margin â€“ to the right on odd pages, to the left on even pages.
27650  You can change the placement to inner margin with the option 
27651 \series bold
27652 innercaption
27653 \series default
27654 .
27655  To force the placement always to the right or left, use the option 
27656 \series bold
27657 rightcaption
27658 \series default
27659  or 
27660 \series bold
27661 leftcaption
27662 \series default
27663 , respectively.
27664 \end_layout
27665
27666 \begin_layout Standard
27667 \begin_inset ERT
27668 status collapsed
27669
27670 \begin_layout Plain Layout
27671
27672
27673 \backslash
27674 ifsidecap
27675 \end_layout
27676
27677 \end_inset
27678
27679
27680 \begin_inset Note Note
27681 status open
27682
27683 \begin_layout Plain Layout
27684 The following section will only be displayed when the LaTeX-package 
27685 \series bold
27686 sidecap
27687 \series default
27688  is installed.
27689 \end_layout
27690
27691 \end_inset
27692
27693
27694 \end_layout
27695
27696 \begin_layout Standard
27697 To place in LyX the caption of a float on the side, it is necessary to add
27698  these commands to the document preamble:
27699 \end_layout
27700
27701 \begin_layout Standard
27702 \begin_inset Newpage pagebreak
27703 \end_inset
27704
27705
27706 \end_layout
27707
27708 \begin_layout Standard
27709 \noindent
27710 \begin_inset CommandInset line
27711 LatexCommand rule
27712 offset "0.5ex"
27713 width "100line%"
27714 height "1pt"
27715
27716 \end_inset
27717
27718
27719 \end_layout
27720
27721 \begin_layout Standard
27722
27723 \series bold
27724
27725 \backslash
27726 newcommand{
27727 \backslash
27728 TabBesBeg}[1][1.0]{%
27729 \begin_inset Newline newline
27730 \end_inset
27731
27732
27733 \begin_inset Phantom HPhantom
27734 status open
27735
27736 \begin_layout Plain Layout
27737 \begin_inset space ~
27738 \end_inset
27739
27740
27741 \end_layout
27742
27743 \end_inset
27744
27745
27746 \backslash
27747 let
27748 \backslash
27749 MyTable
27750 \backslash
27751 table
27752 \begin_inset Newline newline
27753 \end_inset
27754
27755
27756 \begin_inset Phantom HPhantom
27757 status open
27758
27759 \begin_layout Plain Layout
27760
27761 \series medium
27762 \begin_inset space ~
27763 \end_inset
27764
27765
27766 \end_layout
27767
27768 \end_inset
27769
27770
27771 \backslash
27772 let
27773 \backslash
27774 MyEndtable
27775 \backslash
27776 endtable
27777 \begin_inset Newline newline
27778 \end_inset
27779
27780
27781 \begin_inset Phantom HPhantom
27782 status open
27783
27784 \begin_layout Plain Layout
27785
27786 \series medium
27787 \begin_inset space ~
27788 \end_inset
27789
27790
27791 \end_layout
27792
27793 \end_inset
27794
27795
27796 \backslash
27797 renewenvironment{table}[1]{
27798 \backslash
27799 begin{SCtable}[#1]##1}{
27800 \backslash
27801 end{SCtable}}}
27802 \end_layout
27803
27804 \begin_layout Standard
27805
27806 \series bold
27807
27808 \backslash
27809 newcommand{
27810 \backslash
27811 TabBesEnd}{%
27812 \begin_inset Newline newline
27813 \end_inset
27814
27815
27816 \begin_inset Phantom HPhantom
27817 status open
27818
27819 \begin_layout Plain Layout
27820 \begin_inset space ~
27821 \end_inset
27822
27823
27824 \end_layout
27825
27826 \end_inset
27827
27828
27829 \backslash
27830 let
27831 \backslash
27832 table
27833 \backslash
27834 MyTable
27835 \begin_inset Newline newline
27836 \end_inset
27837
27838
27839 \begin_inset Phantom HPhantom
27840 status open
27841
27842 \begin_layout Plain Layout
27843 \begin_inset space ~
27844 \end_inset
27845
27846
27847 \end_layout
27848
27849 \end_inset
27850
27851
27852 \backslash
27853 let
27854 \backslash
27855 endtable
27856 \backslash
27857 MyEndtable
27858 \end_layout
27859
27860 \begin_layout Standard
27861
27862 \series bold
27863
27864 \backslash
27865 newcommand{
27866 \backslash
27867 FigBesBeg}[1][1.0]{%
27868 \begin_inset Newline newline
27869 \end_inset
27870
27871
27872 \begin_inset Phantom HPhantom
27873 status open
27874
27875 \begin_layout Plain Layout
27876 \begin_inset space ~
27877 \end_inset
27878
27879
27880 \end_layout
27881
27882 \end_inset
27883
27884
27885 \backslash
27886 let
27887 \backslash
27888 MyFigure
27889 \backslash
27890 figure
27891 \begin_inset Newline newline
27892 \end_inset
27893
27894
27895 \begin_inset Phantom HPhantom
27896 status open
27897
27898 \begin_layout Plain Layout
27899 \begin_inset space ~
27900 \end_inset
27901
27902
27903 \end_layout
27904
27905 \end_inset
27906
27907
27908 \backslash
27909 let
27910 \backslash
27911 MyEndfigure
27912 \backslash
27913 endfigure
27914 \begin_inset Newline newline
27915 \end_inset
27916
27917
27918 \begin_inset Phantom HPhantom
27919 status open
27920
27921 \begin_layout Plain Layout
27922 \begin_inset space ~
27923 \end_inset
27924
27925
27926 \end_layout
27927
27928 \end_inset
27929
27930
27931 \backslash
27932 renewenvironment{figure}[1]{
27933 \backslash
27934 begin{SCfigure}[#1]##1}{
27935 \backslash
27936 end{SCfigure}}}
27937 \end_layout
27938
27939 \begin_layout Standard
27940
27941 \series bold
27942
27943 \backslash
27944 newcommand{
27945 \backslash
27946 FigBesEnd}{%
27947 \begin_inset Newline newline
27948 \end_inset
27949
27950
27951 \begin_inset Phantom HPhantom
27952 status open
27953
27954 \begin_layout Plain Layout
27955 \begin_inset space ~
27956 \end_inset
27957
27958
27959 \end_layout
27960
27961 \end_inset
27962
27963
27964 \backslash
27965 let
27966 \backslash
27967 figure
27968 \backslash
27969 MyFigure
27970 \begin_inset Newline newline
27971 \end_inset
27972
27973
27974 \begin_inset Phantom HPhantom
27975 status open
27976
27977 \begin_layout Plain Layout
27978 \begin_inset space ~
27979 \end_inset
27980
27981
27982 \end_layout
27983
27984 \end_inset
27985
27986
27987 \backslash
27988 let
27989 \backslash
27990 endfigure
27991 \backslash
27992 MyEndfigure}
27993 \end_layout
27994
27995 \begin_layout Standard
27996 \noindent
27997 \begin_inset CommandInset line
27998 LatexCommand rule
27999 offset "0.5ex"
28000 width "100line%"
28001 height "1pt"
28002
28003 \end_inset
28004
28005
28006 \end_layout
28007
28008 \begin_layout Standard
28009 The commands allow you to redefine the floats so that the caption is set
28010  on the side.
28011  For figure floats use the command
28012 \end_layout
28013
28014 \begin_layout Standard
28015
28016 \series bold
28017
28018 \backslash
28019 FigBesBeg
28020 \end_layout
28021
28022 \begin_layout Standard
28023 in TeX-Code before the float.
28024  And insert the command
28025 \end_layout
28026
28027 \begin_layout Standard
28028
28029 \series bold
28030
28031 \backslash
28032 FigBesEnd
28033 \end_layout
28034
28035 \begin_layout Standard
28036 in TeX-Code at the point where you want to get back to the original float
28037  definition.
28038 \end_layout
28039
28040 \begin_layout Standard
28041 For table floats use the corresponding commands
28042 \end_layout
28043
28044 \begin_layout Standard
28045
28046 \series bold
28047
28048 \backslash
28049 TabBesBeg
28050 \series default
28051  and 
28052 \series bold
28053
28054 \backslash
28055 TabBesEnd
28056 \end_layout
28057
28058 \begin_layout Standard
28059 Figure
28060 \begin_inset space ~
28061 \end_inset
28062
28063
28064 \begin_inset CommandInset ref
28065 LatexCommand ref
28066 reference "fig:cap-beside-fig"
28067
28068 \end_inset
28069
28070  and Table
28071 \begin_inset space ~
28072 \end_inset
28073
28074
28075 \begin_inset CommandInset ref
28076 LatexCommand ref
28077 reference "tab:cap-beside-tab"
28078
28079 \end_inset
28080
28081  are examples where the caption is set beside.
28082 \end_layout
28083
28084 \begin_layout Standard
28085 You can see in the examples that the caption text appears at the top of
28086  the floats for table floats and at the bottom for figure floats.
28087  To change this, you can use the command
28088 \end_layout
28089
28090 \begin_layout Standard
28091
28092 \series bold
28093
28094 \backslash
28095 sidecaptionvpos{float type}{placement}
28096 \end_layout
28097
28098 \begin_layout Standard
28099 in the document preamble or in TeX-Code before the float.
28100  The float type is either 
28101 \family sans
28102 figure
28103 \family default
28104  or 
28105 \family sans
28106 table
28107 \family default
28108 , the placement can be 
28109 \begin_inset Quotes eld
28110 \end_inset
28111
28112
28113 \family sans
28114 t
28115 \family default
28116
28117 \begin_inset Quotes erd
28118 \end_inset
28119
28120  for top, 
28121 \begin_inset Quotes eld
28122 \end_inset
28123
28124
28125 \family sans
28126 c
28127 \family default
28128
28129 \begin_inset Quotes erd
28130 \end_inset
28131
28132  for center, or 
28133 \begin_inset Quotes eld
28134 \end_inset
28135
28136
28137 \family sans
28138 b
28139 \family default
28140
28141 \begin_inset Quotes erd
28142 \end_inset
28143
28144  for bottom.
28145  To have for example the caption of figure floats vertically centered, use
28146  the command
28147 \end_layout
28148
28149 \begin_layout Standard
28150
28151 \series bold
28152
28153 \backslash
28154 sidecaptionvpos{figure}{c}
28155 \end_layout
28156
28157 \begin_layout Standard
28158 This was used for Figure
28159 \begin_inset space ~
28160 \end_inset
28161
28162
28163 \begin_inset CommandInset ref
28164 LatexCommand ref
28165 reference "fig:cap-beside-fig-2"
28166
28167 \end_inset
28168
28169 .
28170 \end_layout
28171
28172 \begin_layout Standard
28173 \begin_inset VSpace medskip
28174 \end_inset
28175
28176
28177 \end_layout
28178
28179 \begin_layout Standard
28180 The default caption width is the width of the image/table.
28181  For thin image/tables, like in Table
28182 \begin_inset space ~
28183 \end_inset
28184
28185
28186 \begin_inset CommandInset ref
28187 LatexCommand ref
28188 reference "tab:cap-beside-tab"
28189
28190 \end_inset
28191
28192 , this leads to captions that are too thin.
28193  You can increase the width by specifying a factor that will be multiplied
28194  with the image/table width to get the caption width.
28195  The caption width will automatically be recalculated in case it would protrude
28196  over the page or column margin due to the specified width.
28197  The 
28198 \emph on
28199 factor
28200 \emph default
28201  can either be given as optional argument for 
28202 \series bold
28203
28204 \backslash
28205 FigBesBeg
28206 \series default
28207 :
28208 \end_layout
28209
28210 \begin_layout Standard
28211
28212 \series bold
28213
28214 \backslash
28215 FigBesBeg[factor]
28216 \end_layout
28217
28218 \begin_layout Standard
28219 or in the definition of 
28220 \series bold
28221
28222 \backslash
28223 FigBesBeg
28224 \series default
28225  by replacing the 
28226 \series bold
28227 1.0
28228 \series default
28229  with another value.
28230  If you do the latter, your factor will be the default if 
28231 \series bold
28232
28233 \backslash
28234 FigBesBeg
28235 \series default
28236  is used without an argument.
28237  For Table
28238 \begin_inset space ~
28239 \end_inset
28240
28241
28242 \begin_inset CommandInset ref
28243 LatexCommand ref
28244 reference "tab:cap-beside-tab-wider"
28245
28246 \end_inset
28247
28248  the factor 5 was used.
28249 \end_layout
28250
28251 \begin_layout Standard
28252 \begin_inset Note Greyedout
28253 status open
28254
28255 \begin_layout Plain Layout
28256
28257 \series bold
28258 Note:
28259 \series default
28260  For floats with captions set beside, you cannot use the float placement
28261  option 
28262 \family sans
28263 Here
28264 \begin_inset space ~
28265 \end_inset
28266
28267 definitely
28268 \family default
28269  because it is not supported by 
28270 \series bold
28271 sidecap
28272 \series default
28273 .
28274 \end_layout
28275
28276 \end_inset
28277
28278
28279 \end_layout
28280
28281 \begin_layout Standard
28282 \begin_inset VSpace medskip
28283 \end_inset
28284
28285 For more information about the package 
28286 \series bold
28287 sidecap
28288 \series default
28289  we refer to its documentation 
28290 \begin_inset CommandInset citation
28291 LatexCommand cite
28292 key "sidecap"
28293
28294 \end_inset
28295
28296 .
28297 \end_layout
28298
28299 \begin_layout Standard
28300 \begin_inset Note Greyedout
28301 status open
28302
28303 \begin_layout Plain Layout
28304
28305 \series bold
28306 Note:
28307 \series default
28308  The LaTeX-package 
28309 \series bold
28310 hypcap
28311 \series default
28312
28313 \begin_inset Index idx
28314 status collapsed
28315
28316 \begin_layout Plain Layout
28317 LaTeX-packages ! hypcap
28318 \end_layout
28319
28320 \end_inset
28321
28322 , described in section
28323 \begin_inset space ~
28324 \end_inset
28325
28326
28327 \begin_inset CommandInset ref
28328 LatexCommand ref
28329 reference "sub:Reference-Position"
28330
28331 \end_inset
28332
28333 , has no effect on floats with the caption set beside.
28334 \end_layout
28335
28336 \end_inset
28337
28338
28339 \end_layout
28340
28341 \begin_layout Standard
28342 \begin_inset ERT
28343 status collapsed
28344
28345 \begin_layout Plain Layout
28346
28347
28348 \backslash
28349 FigBesBeg
28350 \end_layout
28351
28352 \end_inset
28353
28354
28355 \end_layout
28356
28357 \begin_layout Standard
28358 \begin_inset Float figure
28359 wide false
28360 sideways false
28361 status open
28362
28363 \begin_layout Plain Layout
28364 \begin_inset Graphics
28365         filename clipart/escher-lsd.eps
28366         scale 75
28367         scaleBeforeRotation
28368
28369 \end_inset
28370
28371
28372 \end_layout
28373
28374 \begin_layout Plain Layout
28375 \begin_inset Caption Standard
28376
28377 \begin_layout Plain Layout
28378 \begin_inset CommandInset label
28379 LatexCommand label
28380 name "fig:cap-beside-fig"
28381
28382 \end_inset
28383
28384 This is a caption beside a figure.
28385 \end_layout
28386
28387 \end_inset
28388
28389
28390 \end_layout
28391
28392 \end_inset
28393
28394
28395 \end_layout
28396
28397 \begin_layout Standard
28398 \begin_inset ERT
28399 status collapsed
28400
28401 \begin_layout Plain Layout
28402
28403
28404 \backslash
28405 FigBesEnd
28406 \end_layout
28407
28408 \end_inset
28409
28410
28411 \end_layout
28412
28413 \begin_layout Standard
28414 \begin_inset ERT
28415 status collapsed
28416
28417 \begin_layout Plain Layout
28418
28419
28420 \backslash
28421 TabBesBeg
28422 \end_layout
28423
28424 \end_inset
28425
28426
28427 \end_layout
28428
28429 \begin_layout Standard
28430 \begin_inset Float table
28431 wide false
28432 sideways false
28433 status open
28434
28435 \begin_layout Plain Layout
28436 \begin_inset Caption Standard
28437
28438 \begin_layout Plain Layout
28439 \begin_inset CommandInset label
28440 LatexCommand label
28441 name "tab:cap-beside-tab"
28442
28443 \end_inset
28444
28445 This is a caption beside a table.
28446 \end_layout
28447
28448 \end_inset
28449
28450
28451 \end_layout
28452
28453 \begin_layout Plain Layout
28454 \begin_inset Tabular
28455 <lyxtabular version="3" rows="4" columns="5">
28456 <features rotate="0" tabularvalignment="middle">
28457 <column alignment="center" valignment="top" width="0">
28458 <column alignment="center" valignment="top" width="0">
28459 <column alignment="center" valignment="top" width="0">
28460 <column alignment="center" valignment="top" width="0">
28461 <column alignment="center" valignment="top" width="0">
28462 <row>
28463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28464 \begin_inset Text
28465
28466 \begin_layout Plain Layout
28467 a
28468 \end_layout
28469
28470 \end_inset
28471 </cell>
28472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28473 \begin_inset Text
28474
28475 \begin_layout Plain Layout
28476
28477 \end_layout
28478
28479 \end_inset
28480 </cell>
28481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28482 \begin_inset Text
28483
28484 \begin_layout Plain Layout
28485 b
28486 \end_layout
28487
28488 \end_inset
28489 </cell>
28490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28491 \begin_inset Text
28492
28493 \begin_layout Plain Layout
28494
28495 \end_layout
28496
28497 \end_inset
28498 </cell>
28499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28500 \begin_inset Text
28501
28502 \begin_layout Plain Layout
28503 c
28504 \end_layout
28505
28506 \end_inset
28507 </cell>
28508 </row>
28509 <row>
28510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28511 \begin_inset Text
28512
28513 \begin_layout Plain Layout
28514
28515 \end_layout
28516
28517 \end_inset
28518 </cell>
28519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28520 \begin_inset Text
28521
28522 \begin_layout Plain Layout
28523 d
28524 \end_layout
28525
28526 \end_inset
28527 </cell>
28528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28529 \begin_inset Text
28530
28531 \begin_layout Plain Layout
28532
28533 \end_layout
28534
28535 \end_inset
28536 </cell>
28537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28538 \begin_inset Text
28539
28540 \begin_layout Plain Layout
28541 e
28542 \end_layout
28543
28544 \end_inset
28545 </cell>
28546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28547 \begin_inset Text
28548
28549 \begin_layout Plain Layout
28550
28551 \end_layout
28552
28553 \end_inset
28554 </cell>
28555 </row>
28556 <row>
28557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28558 \begin_inset Text
28559
28560 \begin_layout Plain Layout
28561 f
28562 \end_layout
28563
28564 \end_inset
28565 </cell>
28566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28567 \begin_inset Text
28568
28569 \begin_layout Plain Layout
28570
28571 \end_layout
28572
28573 \end_inset
28574 </cell>
28575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28576 \begin_inset Text
28577
28578 \begin_layout Plain Layout
28579 g
28580 \end_layout
28581
28582 \end_inset
28583 </cell>
28584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28585 \begin_inset Text
28586
28587 \begin_layout Plain Layout
28588
28589 \end_layout
28590
28591 \end_inset
28592 </cell>
28593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28594 \begin_inset Text
28595
28596 \begin_layout Plain Layout
28597 h
28598 \end_layout
28599
28600 \end_inset
28601 </cell>
28602 </row>
28603 <row>
28604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28605 \begin_inset Text
28606
28607 \begin_layout Plain Layout
28608
28609 \end_layout
28610
28611 \end_inset
28612 </cell>
28613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28614 \begin_inset Text
28615
28616 \begin_layout Plain Layout
28617 i
28618 \end_layout
28619
28620 \end_inset
28621 </cell>
28622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28623 \begin_inset Text
28624
28625 \begin_layout Plain Layout
28626
28627 \end_layout
28628
28629 \end_inset
28630 </cell>
28631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28632 \begin_inset Text
28633
28634 \begin_layout Plain Layout
28635 j
28636 \end_layout
28637
28638 \end_inset
28639 </cell>
28640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28641 \begin_inset Text
28642
28643 \begin_layout Plain Layout
28644
28645 \end_layout
28646
28647 \end_inset
28648 </cell>
28649 </row>
28650 </lyxtabular>
28651
28652 \end_inset
28653
28654
28655 \end_layout
28656
28657 \end_inset
28658
28659
28660 \end_layout
28661
28662 \begin_layout Standard
28663 \begin_inset ERT
28664 status collapsed
28665
28666 \begin_layout Plain Layout
28667
28668
28669 \backslash
28670 TabBesEnd
28671 \end_layout
28672
28673 \end_inset
28674
28675
28676 \end_layout
28677
28678 \begin_layout Standard
28679 \begin_inset ERT
28680 status collapsed
28681
28682 \begin_layout Plain Layout
28683
28684
28685 \backslash
28686 sidecaptionvpos{figure}{c}
28687 \end_layout
28688
28689 \end_inset
28690
28691
28692 \begin_inset Float figure
28693 wide false
28694 sideways false
28695 status open
28696
28697 \begin_layout Plain Layout
28698 \begin_inset Graphics
28699         filename clipart/escher-lsd.eps
28700         scale 75
28701         scaleBeforeRotation
28702
28703 \end_inset
28704
28705
28706 \end_layout
28707
28708 \begin_layout Plain Layout
28709 \begin_inset Caption Standard
28710
28711 \begin_layout Plain Layout
28712 \begin_inset CommandInset label
28713 LatexCommand label
28714 name "fig:cap-beside-fig-2"
28715
28716 \end_inset
28717
28718 This is a vertically centered caption beside a figure.
28719 \end_layout
28720
28721 \end_inset
28722
28723
28724 \end_layout
28725
28726 \end_inset
28727
28728
28729 \end_layout
28730
28731 \begin_layout Standard
28732 \begin_inset ERT
28733 status collapsed
28734
28735 \begin_layout Plain Layout
28736
28737
28738 \backslash
28739 FigBesEnd
28740 \end_layout
28741
28742 \end_inset
28743
28744
28745 \end_layout
28746
28747 \begin_layout Standard
28748 \begin_inset ERT
28749 status collapsed
28750
28751 \begin_layout Plain Layout
28752
28753
28754 \backslash
28755 TabBesBeg[5]
28756 \end_layout
28757
28758 \end_inset
28759
28760
28761 \end_layout
28762
28763 \begin_layout Standard
28764 \begin_inset Float table
28765 wide false
28766 sideways false
28767 status open
28768
28769 \begin_layout Plain Layout
28770 \begin_inset Caption Standard
28771
28772 \begin_layout Plain Layout
28773 \begin_inset CommandInset label
28774 LatexCommand label
28775 name "tab:cap-beside-tab-wider"
28776
28777 \end_inset
28778
28779 This is a caption is wider than the one in Table
28780 \begin_inset space ~
28781 \end_inset
28782
28783
28784 \begin_inset CommandInset ref
28785 LatexCommand ref
28786 reference "tab:cap-beside-tab"
28787
28788 \end_inset
28789
28790 .
28791 \end_layout
28792
28793 \end_inset
28794
28795
28796 \end_layout
28797
28798 \begin_layout Plain Layout
28799 \begin_inset Tabular
28800 <lyxtabular version="3" rows="4" columns="5">
28801 <features rotate="0" tabularvalignment="middle">
28802 <column alignment="center" valignment="top" width="0">
28803 <column alignment="center" valignment="top" width="0">
28804 <column alignment="center" valignment="top" width="0">
28805 <column alignment="center" valignment="top" width="0">
28806 <column alignment="center" valignment="top" width="0">
28807 <row>
28808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28809 \begin_inset Text
28810
28811 \begin_layout Plain Layout
28812 a
28813 \end_layout
28814
28815 \end_inset
28816 </cell>
28817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28818 \begin_inset Text
28819
28820 \begin_layout Plain Layout
28821
28822 \end_layout
28823
28824 \end_inset
28825 </cell>
28826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28827 \begin_inset Text
28828
28829 \begin_layout Plain Layout
28830 b
28831 \end_layout
28832
28833 \end_inset
28834 </cell>
28835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28836 \begin_inset Text
28837
28838 \begin_layout Plain Layout
28839
28840 \end_layout
28841
28842 \end_inset
28843 </cell>
28844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28845 \begin_inset Text
28846
28847 \begin_layout Plain Layout
28848 c
28849 \end_layout
28850
28851 \end_inset
28852 </cell>
28853 </row>
28854 <row>
28855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28856 \begin_inset Text
28857
28858 \begin_layout Plain Layout
28859
28860 \end_layout
28861
28862 \end_inset
28863 </cell>
28864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28865 \begin_inset Text
28866
28867 \begin_layout Plain Layout
28868 d
28869 \end_layout
28870
28871 \end_inset
28872 </cell>
28873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28874 \begin_inset Text
28875
28876 \begin_layout Plain Layout
28877
28878 \end_layout
28879
28880 \end_inset
28881 </cell>
28882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28883 \begin_inset Text
28884
28885 \begin_layout Plain Layout
28886 e
28887 \end_layout
28888
28889 \end_inset
28890 </cell>
28891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28892 \begin_inset Text
28893
28894 \begin_layout Plain Layout
28895
28896 \end_layout
28897
28898 \end_inset
28899 </cell>
28900 </row>
28901 <row>
28902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28903 \begin_inset Text
28904
28905 \begin_layout Plain Layout
28906 f
28907 \end_layout
28908
28909 \end_inset
28910 </cell>
28911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28912 \begin_inset Text
28913
28914 \begin_layout Plain Layout
28915
28916 \end_layout
28917
28918 \end_inset
28919 </cell>
28920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28921 \begin_inset Text
28922
28923 \begin_layout Plain Layout
28924 g
28925 \end_layout
28926
28927 \end_inset
28928 </cell>
28929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28930 \begin_inset Text
28931
28932 \begin_layout Plain Layout
28933
28934 \end_layout
28935
28936 \end_inset
28937 </cell>
28938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28939 \begin_inset Text
28940
28941 \begin_layout Plain Layout
28942 h
28943 \end_layout
28944
28945 \end_inset
28946 </cell>
28947 </row>
28948 <row>
28949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28950 \begin_inset Text
28951
28952 \begin_layout Plain Layout
28953
28954 \end_layout
28955
28956 \end_inset
28957 </cell>
28958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28959 \begin_inset Text
28960
28961 \begin_layout Plain Layout
28962 i
28963 \end_layout
28964
28965 \end_inset
28966 </cell>
28967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28968 \begin_inset Text
28969
28970 \begin_layout Plain Layout
28971
28972 \end_layout
28973
28974 \end_inset
28975 </cell>
28976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28977 \begin_inset Text
28978
28979 \begin_layout Plain Layout
28980 j
28981 \end_layout
28982
28983 \end_inset
28984 </cell>
28985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28986 \begin_inset Text
28987
28988 \begin_layout Plain Layout
28989
28990 \end_layout
28991
28992 \end_inset
28993 </cell>
28994 </row>
28995 </lyxtabular>
28996
28997 \end_inset
28998
28999
29000 \end_layout
29001
29002 \end_inset
29003
29004
29005 \end_layout
29006
29007 \begin_layout Standard
29008 \begin_inset ERT
29009 status collapsed
29010
29011 \begin_layout Plain Layout
29012
29013
29014 \backslash
29015 TabBesEnd
29016 \end_layout
29017
29018 \end_inset
29019
29020
29021 \end_layout
29022
29023 \begin_layout Standard
29024 \begin_inset ERT
29025 status collapsed
29026
29027 \begin_layout Plain Layout
29028
29029
29030 \backslash
29031 else
29032 \end_layout
29033
29034 \end_inset
29035
29036
29037 \begin_inset Note Note
29038 status open
29039
29040 \begin_layout Plain Layout
29041 The following will be displayed when the LaTeX-package 
29042 \series bold
29043 sidecap
29044 \series default
29045  is not installed:
29046 \end_layout
29047
29048 \end_inset
29049
29050
29051 \end_layout
29052
29053 \begin_layout Standard
29054 You need to install the LaTeX-package 
29055 \series bold
29056 sidecap
29057 \series default
29058  to see the following part of this section in the output.
29059 \end_layout
29060
29061 \begin_layout Standard
29062 \begin_inset ERT
29063 status collapsed
29064
29065 \begin_layout Plain Layout
29066
29067
29068 \backslash
29069 fi
29070 \end_layout
29071
29072 \end_inset
29073
29074
29075 \end_layout
29076
29077 \begin_layout Section
29078 Listings of Floats
29079 \begin_inset Index idx
29080 status collapsed
29081
29082 \begin_layout Plain Layout
29083 Floats ! Float Lists
29084 \end_layout
29085
29086 \end_inset
29087
29088
29089 \end_layout
29090
29091 \begin_layout Standard
29092 Similar to the table of contents where the sections of the document are
29093  listed, there are listings for all float types, like the figures of the
29094  documents.
29095  You can insert them via the 
29096 \family sans
29097 Insert\SpecialChar \menuseparator
29098 List
29099 \begin_inset space ~
29100 \end_inset
29101
29102 /
29103 \begin_inset space ~
29104 \end_inset
29105
29106 TOC
29107 \family default
29108  sub menus.
29109 \end_layout
29110
29111 \begin_layout Standard
29112 The list entries are the float captions or its short title, the float number,
29113  and the page number where they appear in the document.
29114 \end_layout
29115
29116 \begin_layout Standard
29117 You can find the list of figures and tables at the end of this document.
29118 \end_layout
29119
29120 \begin_layout Chapter
29121 Notes
29122 \end_layout
29123
29124 \begin_layout Section
29125 LyX Notes
29126 \begin_inset Index idx
29127 status collapsed
29128
29129 \begin_layout Plain Layout
29130 Notes ! LyX Notes
29131 \end_layout
29132
29133 \end_inset
29134
29135
29136 \end_layout
29137
29138 \begin_layout Standard
29139 Notes are inserted with the toolbar button 
29140 \begin_inset Info
29141 type  "icon"
29142 arg   "note-insert"
29143 \end_inset
29144
29145  or the menu 
29146 \family sans
29147 Insert\SpecialChar \menuseparator
29148 Note
29149 \family default
29150 .
29151  There are three types of notes:
29152 \end_layout
29153
29154 \begin_layout Description
29155 LyX
29156 \begin_inset space ~
29157 \end_inset
29158
29159 Note This note type is for internal notes that won't appear in the output.
29160  Its note-box looks like this:
29161 \begin_inset Newline newline
29162 \end_inset
29163
29164
29165 \begin_inset Newline newline
29166 \end_inset
29167
29168
29169 \begin_inset Graphics
29170         filename clipart/LyXNoteImageQt4.png
29171         display false
29172         scale 85
29173         scaleBeforeRotation
29174
29175 \end_inset
29176
29177  
29178 \begin_inset Note Note
29179 status open
29180
29181 \begin_layout Plain Layout
29182 This is text in a note box that doesn't appear in the output.
29183 \end_layout
29184
29185 \end_inset
29186
29187
29188 \end_layout
29189
29190 \begin_layout Description
29191 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
29192 ent, when you export the document to LaTeX via the menu 
29193 \family sans
29194 File\SpecialChar \menuseparator
29195 Export\SpecialChar \menuseparator
29196 LaTeX (pdflatex) / (plain)
29197 \family default
29198 .
29199  Its note-box looks like this:
29200 \begin_inset Newline newline
29201 \end_inset
29202
29203
29204 \begin_inset Newline newline
29205 \end_inset
29206
29207
29208 \begin_inset Graphics
29209         filename clipart/CommentNoteImageQt4.png
29210         display false
29211         scale 85
29212         scaleBeforeRotation
29213
29214 \end_inset
29215
29216  
29217 \begin_inset Note Comment
29218 status open
29219
29220 \begin_layout Plain Layout
29221 This is text in a note box that only appears as comment in LaTeX-files.
29222 \end_layout
29223
29224 \end_inset
29225
29226
29227 \end_layout
29228
29229 \begin_layout Description
29230 Greyed
29231 \begin_inset space ~
29232 \end_inset
29233
29234 Out This note will appear in the output as grey text.
29235  Its note-box looks like this:
29236 \begin_inset Newline newline
29237 \end_inset
29238
29239
29240 \begin_inset Newline newline
29241 \end_inset
29242
29243
29244 \begin_inset Graphics
29245         filename clipart/GreyedOutNoteImageQt4.png
29246         display false
29247         scale 85
29248         scaleBeforeRotation
29249
29250 \end_inset
29251
29252
29253 \begin_inset Newline newline
29254 \end_inset
29255
29256
29257 \begin_inset ERT
29258 status collapsed
29259
29260 \begin_layout Plain Layout
29261
29262
29263 \backslash
29264 renewenvironment{lyxgreyedout}
29265 \end_layout
29266
29267 \begin_layout Plain Layout
29268
29269 {
29270 \backslash
29271 textcolor[gray]{0.8}
29272 \backslash
29273 bgroup}{
29274 \backslash
29275 egroup}
29276 \end_layout
29277
29278 \end_inset
29279
29280
29281 \begin_inset Note Greyedout
29282 status open
29283
29284 \begin_layout Plain Layout
29285 This is text
29286 \begin_inset Foot
29287 status open
29288
29289 \begin_layout Plain Layout
29290 This is an example footnote within a greyed out note.
29291 \end_layout
29292
29293 \end_inset
29294
29295  of a comment that appears in the output as grey text.
29296 \end_layout
29297
29298 \end_inset
29299
29300
29301 \begin_inset ERT
29302 status collapsed
29303
29304 \begin_layout Plain Layout
29305
29306
29307 \backslash
29308 renewenvironment{lyxgreyedout}
29309 \end_layout
29310
29311 \begin_layout Plain Layout
29312
29313 {
29314 \backslash
29315 textcolor{blue}
29316 \backslash
29317 bgroup}{
29318 \backslash
29319 egroup}
29320 \end_layout
29321
29322 \end_inset
29323
29324
29325 \begin_inset Note Note
29326 status collapsed
29327
29328 \begin_layout Plain Layout
29329 The greyed out note is here redefined to show it with the original LyX definitio
29330 n because greyed out notes are redefined in the preamble of this document,
29331  as described below, to have blue text.
29332 \end_layout
29333
29334 \end_inset
29335
29336
29337 \begin_inset Newline newline
29338 \end_inset
29339
29340
29341 \begin_inset Newline newline
29342 \end_inset
29343
29344 As you can see in the example, the first line of greyed out notes is a bit
29345  indented and greyed out notes can have footnotes.
29346 \end_layout
29347
29348 \begin_layout Standard
29349 \begin_inset VSpace bigskip
29350 \end_inset
29351
29352 When you use the toolbar button 
29353 \begin_inset Info
29354 type  "icon"
29355 arg   "note-insert"
29356 \end_inset
29357
29358  to insert notes, a 
29359 \family sans
29360 LyX
29361 \begin_inset space ~
29362 \end_inset
29363
29364 Note
29365 \family default
29366  is inserted.
29367  You can switch between the three note types by right-clicking on the note-box.
29368  
29369 \family roman
29370 \series medium
29371 \bar no
29372 If you want to turn existing text into a note, mark it and click on the
29373  note
29374 \family default
29375 \series default
29376 \bar default
29377  toolbar 
29378 \family roman
29379 \series medium
29380 \bar no
29381 button
29382 \family default
29383 \series default
29384 \bar default
29385 .
29386  To change a note to text, press the backspace key when the cursor is in
29387  the first position of a note, or press the delete key when the cursor is
29388  in the very last position of the note, respectively.
29389 \end_layout
29390
29391 \begin_layout Standard
29392 \begin_inset VSpace bigskip
29393 \end_inset
29394
29395 You can change the text color of the greyed out notes in the menu 
29396 \family sans
29397 Document\SpecialChar \menuseparator
29398 Settings\SpecialChar \menuseparator
29399 Colors
29400 \family default
29401 .
29402 \end_layout
29403
29404 \begin_layout Section
29405 Footnotes
29406 \begin_inset CommandInset label
29407 LatexCommand label
29408 name "sec:Footnotes"
29409
29410 \end_inset
29411
29412
29413 \begin_inset Index idx
29414 status collapsed
29415
29416 \begin_layout Plain Layout
29417 Notes ! Footnotes
29418 \end_layout
29419
29420 \end_inset
29421
29422
29423 \begin_inset Index idx
29424 status collapsed
29425
29426 \begin_layout Plain Layout
29427 Footnotes
29428 \end_layout
29429
29430 \end_inset
29431
29432
29433 \end_layout
29434
29435 \begin_layout Standard
29436 Footnotes can be inserted using the toolbar button 
29437 \begin_inset Info
29438 type  "icon"
29439 arg   "footnote-insert"
29440 \end_inset
29441
29442  or the menu 
29443 \family sans
29444 Insert\SpecialChar \menuseparator
29445 Footnote
29446 \family default
29447 .
29448  You will then see the following footnote-box: 
29449 \begin_inset Graphics
29450         filename clipart/footnoteQt4.png
29451         scale 80
29452         scaleBeforeRotation
29453
29454 \end_inset
29455
29456  
29457 \family roman
29458 \series medium
29459 \bar no
29460 where you can enter the footnote text.
29461  If you want to turn existing text into a footnote, mark it and click on
29462  the footnote
29463 \family default
29464 \series default
29465 \bar default
29466  toolbar 
29467 \family roman
29468 \series medium
29469 \bar no
29470 button
29471 \family default
29472 \series default
29473 \bar default
29474 .
29475  To change a 
29476 \family roman
29477 \series medium
29478 \bar no
29479 footnote
29480 \family default
29481 \series default
29482 \bar default
29483  to text, press the 
29484 \family sans
29485 Backspace
29486 \family default
29487  key when the cursor is in the first position of a 
29488 \family roman
29489 \series medium
29490 \bar no
29491 footnote
29492 \family default
29493 \series default
29494 \bar default
29495 , or press the 
29496 \family sans
29497 Delete
29498 \family default
29499  key when the cursor is in the very last position of the 
29500 \family roman
29501 \series medium
29502 \bar no
29503 footnote
29504 \family default
29505 \series default
29506 \bar default
29507 , respectively.
29508 \end_layout
29509
29510 \begin_layout Standard
29511 Here is an example footnote:
29512 \family roman
29513 \series medium
29514 \bar no
29515
29516 \begin_inset Foot
29517 status open
29518
29519 \begin_layout Plain Layout
29520 \begin_inset CommandInset label
29521 LatexCommand label
29522 name "foot:This-is-an"
29523
29524 \end_inset
29525
29526 This is an example footnote.
29527 \end_layout
29528
29529 \end_inset
29530
29531
29532 \family default
29533 \series default
29534 \bar default
29535
29536 \begin_inset ERT
29537 status collapsed
29538
29539 \begin_layout Plain Layout
29540
29541
29542 \backslash
29543 newcounter{MyRepeatFoot}
29544 \end_layout
29545
29546 \begin_layout Plain Layout
29547
29548
29549 \backslash
29550 setcounter{MyRepeatFoot}{
29551 \backslash
29552 thefootnote}
29553 \end_layout
29554
29555 \end_inset
29556
29557
29558 \end_layout
29559
29560 \begin_layout Standard
29561 The footnote will appear in the output as a superscript number at the text
29562  position where the footnote box is placed.
29563  The footnote text is placed at the bottom of the current page.
29564  The footnote number is calculated by LaTeX; the numbers are consecutive.
29565  Whether the footnote number is reset for every chapter depends on your
29566  document class.
29567 \end_layout
29568
29569 \begin_layout Standard
29570 Footnotes can be referenced like floats: Insert a label into the footnote
29571  and cross-reference this label in the text as described in section
29572 \begin_inset space ~
29573 \end_inset
29574
29575
29576 \begin_inset CommandInset ref
29577 LatexCommand ref
29578 reference "sec:Referencing-Floats"
29579
29580 \end_inset
29581
29582 .
29583 \begin_inset Newline newline
29584 \end_inset
29585
29586 This is a cross-reference of Footnote
29587 \begin_inset space ~
29588 \end_inset
29589
29590
29591 \begin_inset CommandInset ref
29592 LatexCommand ref
29593 reference "foot:This-is-an"
29594
29595 \end_inset
29596
29597 .
29598 \end_layout
29599
29600 \begin_layout Standard
29601 \begin_inset VSpace defskip
29602 \end_inset
29603
29604 Footnotes in tables are not printed by LaTeX due to technical reasons.
29605  However there exists another method to print them: Instead of the footnote
29606  the command 
29607 \series bold
29608
29609 \backslash
29610 footnotemark{}
29611 \series default
29612  is inserted as TeX-code.
29613  The text of the footnote is entered as an argument of the TeX-code command
29614  
29615 \series bold
29616
29617 \backslash
29618 footnotetext
29619 \series default
29620  after the table.
29621 \begin_inset Newline newline
29622 \end_inset
29623
29624 This was done for the following table with the command
29625 \end_layout
29626
29627 \begin_layout Standard
29628
29629 \series bold
29630
29631 \backslash
29632 footnotetext{
29633 \series default
29634 Printed table footnote.
29635 \series bold
29636 }
29637 \end_layout
29638
29639 \begin_layout Standard
29640 \begin_inset Tabular
29641 <lyxtabular version="3" rows="2" columns="1">
29642 <features rotate="0" tabularvalignment="middle">
29643 <column alignment="center" valignment="top" width="0">
29644 <row>
29645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29646 \begin_inset Text
29647
29648 \begin_layout Plain Layout
29649 This an example text.
29650 \begin_inset Foot
29651 status open
29652
29653 \begin_layout Plain Layout
29654 This footnote will not be printed!
29655 \end_layout
29656
29657 \end_inset
29658
29659
29660 \end_layout
29661
29662 \end_inset
29663 </cell>
29664 </row>
29665 <row>
29666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29667 \begin_inset Text
29668
29669 \begin_layout Plain Layout
29670 This an example text.
29671 \begin_inset ERT
29672 status collapsed
29673
29674 \begin_layout Plain Layout
29675
29676
29677 \backslash
29678 footnotemark{}
29679 \end_layout
29680
29681 \end_inset
29682
29683
29684 \end_layout
29685
29686 \end_inset
29687 </cell>
29688 </row>
29689 </lyxtabular>
29690
29691 \end_inset
29692
29693
29694 \begin_inset ERT
29695 status collapsed
29696
29697 \begin_layout Plain Layout
29698
29699
29700 \backslash
29701 footnotetext{
29702 \end_layout
29703
29704 \end_inset
29705
29706 Printed table footnote.
29707 \begin_inset ERT
29708 status collapsed
29709
29710 \begin_layout Plain Layout
29711
29712 }
29713 \end_layout
29714
29715 \end_inset
29716
29717
29718 \end_layout
29719
29720 \begin_layout Standard
29721 Footnotes in longtables are described in section
29722 \begin_inset space ~
29723 \end_inset
29724
29725
29726 \begin_inset CommandInset ref
29727 LatexCommand ref
29728 reference "sub:Footnotes-in-Longtables"
29729
29730 \end_inset
29731
29732 .
29733 \end_layout
29734
29735 \begin_layout Standard
29736 Footnotes in minipage boxes are printed, but inside the box and with a different
29737  numbering because a minipage box is like a page inside a page.
29738  (For more about minipages, see section
29739 \begin_inset space ~
29740 \end_inset
29741
29742
29743 \begin_inset CommandInset ref
29744 LatexCommand ref
29745 reference "sec:Minipages"
29746
29747 \end_inset
29748
29749 .) To get a footnote in the minipage that is output at the bottom of the
29750  page like normal footnotes, also use the method of 
29751 \series bold
29752
29753 \backslash
29754 footnotemark{}
29755 \series default
29756  and 
29757 \series bold
29758
29759 \backslash
29760 footnotetext
29761 \series default
29762 .
29763 \end_layout
29764
29765 \begin_layout Standard
29766 \begin_inset Box Frameless
29767 position "t"
29768 hor_pos "c"
29769 has_inner_box 1
29770 inner_pos "t"
29771 use_parbox 0
29772 use_makebox 0
29773 width "100col%"
29774 special "none"
29775 height "1in"
29776 height_special "totalheight"
29777 status open
29778
29779 \begin_layout Plain Layout
29780 This an example text in a minipage.
29781 \begin_inset Foot
29782 status open
29783
29784 \begin_layout Plain Layout
29785 Footnote in the minipage.
29786 \end_layout
29787
29788 \end_inset
29789
29790
29791 \end_layout
29792
29793 \begin_layout Plain Layout
29794 This an example text in a minipage.
29795 \begin_inset ERT
29796 status collapsed
29797
29798 \begin_layout Plain Layout
29799
29800
29801 \backslash
29802 footnotemark{}
29803 \end_layout
29804
29805 \end_inset
29806
29807
29808 \end_layout
29809
29810 \end_inset
29811
29812
29813 \end_layout
29814
29815 \begin_layout Standard
29816 \begin_inset ERT
29817 status collapsed
29818
29819 \begin_layout Plain Layout
29820
29821
29822 \backslash
29823 footnotetext{
29824 \end_layout
29825
29826 \end_inset
29827
29828 Footnote outside the minipage.
29829 \begin_inset ERT
29830 status collapsed
29831
29832 \begin_layout Plain Layout
29833
29834 }
29835 \end_layout
29836
29837 \end_inset
29838
29839
29840 \end_layout
29841
29842 \begin_layout Standard
29843 \begin_inset VSpace defskip
29844 \end_inset
29845
29846
29847 \end_layout
29848
29849 \begin_layout Standard
29850 To refer to the same footnote several times without printing the footnote
29851  text every time, use the command 
29852 \series bold
29853
29854 \backslash
29855 footnotemark[number]
29856 \series default
29857  in TeX-code.
29858 \begin_inset Newline newline
29859 \end_inset
29860
29861 As you do not know the number of the repeating footnote while you are writing
29862  the text, you have to store its number.
29863  For the following footnote mark example, these commands were inserted in
29864  TeX-code after Footnote
29865 \begin_inset space ~
29866 \end_inset
29867
29868
29869 \begin_inset CommandInset ref
29870 LatexCommand ref
29871 reference "foot:This-is-an"
29872
29873 \end_inset
29874
29875  to store the footnote number:
29876 \end_layout
29877
29878 \begin_layout Standard
29879
29880 \series bold
29881
29882 \backslash
29883 newcounter{MyRepeatFoot}
29884 \begin_inset Newline newline
29885 \end_inset
29886
29887
29888 \backslash
29889 setcounter{MyRepeatFoot}{
29890 \backslash
29891 thefootnote}
29892 \end_layout
29893
29894 \begin_layout Standard
29895 The footnote mark was then created with this command:
29896 \end_layout
29897
29898 \begin_layout Standard
29899
29900 \series bold
29901
29902 \backslash
29903 footnotemark[
29904 \backslash
29905 theMyRepeatFoot]
29906 \end_layout
29907
29908 \begin_layout Standard
29909 Here is a repeated footnote:
29910 \family roman
29911 \series medium
29912 \bar no
29913
29914 \begin_inset ERT
29915 status collapsed
29916
29917 \begin_layout Plain Layout
29918
29919
29920 \backslash
29921 footnotemark[
29922 \backslash
29923 theMyRepeatFoot]
29924 \end_layout
29925
29926 \end_inset
29927
29928
29929 \end_layout
29930
29931 \begin_layout Standard
29932 If you want to repeat the previous footnote, you can omit the storage of
29933  the footnote number and just use this command instead:
29934 \end_layout
29935
29936 \begin_layout Standard
29937
29938 \series bold
29939
29940 \backslash
29941 footnotemark[
29942 \backslash
29943 thefootnote]
29944 \end_layout
29945
29946 \begin_layout Standard
29947 Here is another repeated footnote:
29948 \family roman
29949 \series medium
29950 \bar no
29951
29952 \begin_inset ERT
29953 status collapsed
29954
29955 \begin_layout Plain Layout
29956
29957
29958 \backslash
29959 footnotemark[
29960 \backslash
29961 thefootnote]
29962 \end_layout
29963
29964 \end_inset
29965
29966
29967 \end_layout
29968
29969 \begin_layout Subsection
29970 Footnote Numbering
29971 \begin_inset CommandInset label
29972 LatexCommand label
29973 name "sub:Footnote-Numbering"
29974
29975 \end_inset
29976
29977
29978 \begin_inset Index idx
29979 status collapsed
29980
29981 \begin_layout Plain Layout
29982 Footnotes ! Numbering
29983 \end_layout
29984
29985 \end_inset
29986
29987
29988 \end_layout
29989
29990 \begin_layout Standard
29991 To reset the footnote number back to 1 after each section
29992 \family roman
29993 , add this command to your document preamble:
29994 \end_layout
29995
29996 \begin_layout Standard
29997
29998 \series bold
29999
30000 \backslash
30001 @addtoreset{footnote}{section}
30002 \end_layout
30003
30004 \begin_layout Standard
30005 \begin_inset VSpace bigskip
30006 \end_inset
30007
30008 The following preamble command changes the footnote numbering style to small
30009  roman numerals:
30010 \end_layout
30011
30012 \begin_layout Standard
30013
30014 \series bold
30015
30016 \backslash
30017 renewcommand{
30018 \backslash
30019 thefootnote}{
30020 \backslash
30021 roman{footnote}}
30022 \end_layout
30023
30024 \begin_layout Standard
30025 \begin_inset ERT
30026 status collapsed
30027
30028 \begin_layout Plain Layout
30029
30030
30031 \backslash
30032 renewcommand{
30033 \backslash
30034 thefootnote}{
30035 \backslash
30036 roman{footnote}}
30037 \end_layout
30038
30039 \end_inset
30040
30041  This is a footnote with roman numbering:
30042 \begin_inset Foot
30043 status open
30044
30045 \begin_layout Plain Layout
30046 This is an example footnote with roman numbering.
30047 \end_layout
30048
30049 \end_inset
30050
30051
30052 \end_layout
30053
30054 \begin_layout Standard
30055 To change the numbering style to capital roman numerals replace in the command
30056  above 
30057 \series bold
30058
30059 \backslash
30060 roman
30061 \series default
30062  by 
30063 \series bold
30064
30065 \backslash
30066 Roman
30067 \series default
30068 .
30069  To 
30070 \begin_inset Quotes eld
30071 \end_inset
30072
30073 number
30074 \begin_inset Quotes erd
30075 \end_inset
30076
30077  footnotes with capital or small Latin letters use 
30078 \series bold
30079
30080 \backslash
30081 Alph
30082 \series default
30083  or 
30084 \series bold
30085
30086 \backslash
30087 alph
30088 \series default
30089 , respectively.
30090  To 
30091 \begin_inset Quotes eld
30092 \end_inset
30093
30094 number
30095 \begin_inset Quotes erd
30096 \end_inset
30097
30098  footnotes with symbols use 
30099 \series bold
30100
30101 \backslash
30102 fnsymbol
30103 \series default
30104 .
30105 \end_layout
30106
30107 \begin_layout Standard
30108 \begin_inset Note Greyedout
30109 status open
30110
30111 \begin_layout Plain Layout
30112
30113 \series bold
30114 Note:
30115 \series default
30116  You can only number 26 footnotes with Latin letters, because this numbering
30117  is limited to single letters.
30118 \end_layout
30119
30120 \end_inset
30121
30122
30123 \begin_inset Newline newline
30124 \end_inset
30125
30126
30127 \begin_inset Note Greyedout
30128 status open
30129
30130 \begin_layout Plain Layout
30131
30132 \series bold
30133 Note:
30134 \series default
30135  You can only number 9 footnotes with symbols.
30136 \end_layout
30137
30138 \end_inset
30139
30140
30141 \end_layout
30142
30143 \begin_layout Standard
30144 To return to the default numbering style after you have changed to another
30145  one, use 
30146 \series bold
30147
30148 \backslash
30149 arabic
30150 \series default
30151  instead of 
30152 \series bold
30153
30154 \backslash
30155 roman
30156 \series default
30157  in the command above.
30158 \begin_inset ERT
30159 status collapsed
30160
30161 \begin_layout Plain Layout
30162
30163
30164 \backslash
30165 renewcommand{
30166 \backslash
30167 thefootnote}{
30168 \backslash
30169 arabic{footnote}}
30170 \end_layout
30171
30172 \end_inset
30173
30174
30175 \end_layout
30176
30177 \begin_layout Standard
30178 \begin_inset VSpace bigskip
30179 \end_inset
30180
30181
30182 \end_layout
30183
30184 \begin_layout Standard
30185 If you want to have footnotes numbered in the scheme 
30186 \begin_inset Quotes eld
30187 \end_inset
30188
30189 chapter.footnote
30190 \begin_inset Quotes erd
30191 \end_inset
30192
30193 , add the following command to your document preamble:
30194 \end_layout
30195
30196 \begin_layout Standard
30197
30198 \series bold
30199
30200 \backslash
30201 numberwithin{footnote}{chapter}
30202 \end_layout
30203
30204 \begin_layout Standard
30205 To be able to use the command 
30206 \series bold
30207
30208 \backslash
30209 numberwithin
30210 \series default
30211 , set in the tab 
30212 \family sans
30213 Math
30214 \begin_inset space ~
30215 \end_inset
30216
30217 Options
30218 \family default
30219  in the document settings the option 
30220 \family sans
30221 Use
30222 \begin_inset space ~
30223 \end_inset
30224
30225 AMS
30226 \begin_inset space ~
30227 \end_inset
30228
30229 math
30230 \begin_inset space ~
30231 \end_inset
30232
30233 package
30234 \family default
30235 .
30236 \end_layout
30237
30238 \begin_layout Standard
30239 \begin_inset ERT
30240 status collapsed
30241
30242 \begin_layout Plain Layout
30243
30244
30245 \backslash
30246 numberwithin{footnote}{chapter}
30247 \end_layout
30248
30249 \end_inset
30250
30251 This is another example footnote:
30252 \series bold
30253
30254 \begin_inset Foot
30255 status open
30256
30257 \begin_layout Plain Layout
30258 This is a footnote numbered in the scheme 
30259 \begin_inset Quotes eld
30260 \end_inset
30261
30262 chapter.footnote
30263 \begin_inset Quotes erd
30264 \end_inset
30265
30266 .
30267 \end_layout
30268
30269 \end_inset
30270
30271
30272 \series default
30273
30274 \begin_inset ERT
30275 status collapsed
30276
30277 \begin_layout Plain Layout
30278
30279
30280 \backslash
30281 renewcommand{
30282 \backslash
30283 thefootnote}{
30284 \backslash
30285 arabic{footnote}}
30286 \end_layout
30287
30288 \end_inset
30289
30290
30291 \end_layout
30292
30293 \begin_layout Standard
30294 \begin_inset Note Greyedout
30295 status open
30296
30297 \begin_layout Plain Layout
30298
30299 \series bold
30300 Note:
30301 \series default
30302  
30303 \series bold
30304
30305 \backslash
30306 numberwithin
30307 \series default
30308  always prints out the footnote number as arabic number; previous redefinitions
30309  to get non-arabic numbers are overwritten.
30310 \end_layout
30311
30312 \end_inset
30313
30314
30315 \end_layout
30316
30317 \begin_layout Standard
30318 So to get for example the scheme 
30319 \begin_inset Quotes eld
30320 \end_inset
30321
30322 chapter.
30323 \backslash
30324 Roman{footnote}
30325 \begin_inset Quotes erd
30326 \end_inset
30327
30328 , use this command instead of 
30329 \series bold
30330
30331 \backslash
30332 numberwithin
30333 \series default
30334 :
30335 \end_layout
30336
30337 \begin_layout Standard
30338
30339 \series bold
30340
30341 \backslash
30342 renewcommand{
30343 \backslash
30344 thefootnote}{
30345 \backslash
30346 thechapter.
30347 \backslash
30348 Roman{footnote}}
30349 \end_layout
30350
30351 \begin_layout Subsection
30352 Footnote Placement
30353 \begin_inset Index idx
30354 status collapsed
30355
30356 \begin_layout Plain Layout
30357 Footnotes ! Placement
30358 \end_layout
30359
30360 \end_inset
30361
30362
30363 \end_layout
30364
30365 \begin_layout Standard
30366 If you have several footnotes in one page, they appear without vertical
30367  space between them at the bottom of the page.
30368  To make them more readable you can e.
30369 \begin_inset space \thinspace{}
30370 \end_inset
30371
30372 g.
30373 \begin_inset space \space{}
30374 \end_inset
30375
30376 add 1.5
30377 \begin_inset space \thinspace{}
30378 \end_inset
30379
30380 mm space with the following preamble command:
30381 \end_layout
30382
30383 \begin_layout Standard
30384
30385 \series bold
30386
30387 \backslash
30388 let
30389 \backslash
30390 myFoot
30391 \backslash
30392 footnote
30393 \begin_inset Newline newline
30394 \end_inset
30395
30396
30397 \backslash
30398 renewcommand{
30399 \backslash
30400 footnote}[1]{
30401 \backslash
30402 myFoot{#1
30403 \backslash
30404 vspace{1.5mm}}}
30405 \end_layout
30406
30407 \begin_layout Standard
30408 \begin_inset VSpace bigskip
30409 \end_inset
30410
30411 In a two-column document the footnotes appear at the bottom of every column,
30412  see Figure
30413 \begin_inset space ~
30414 \end_inset
30415
30416
30417 \begin_inset CommandInset ref
30418 LatexCommand ref
30419 reference "fig:Standard-footnote-placement"
30420
30421 \end_inset
30422
30423 .
30424  If the footnotes should only appear at the bottom of the right column,
30425  as in Figure
30426 \begin_inset space ~
30427 \end_inset
30428
30429
30430 \begin_inset CommandInset ref
30431 LatexCommand ref
30432 reference "fig:Footnote-placement-in"
30433
30434 \end_inset
30435
30436 , use the LaTeX-package 
30437 \series bold
30438 ftnright
30439 \series default
30440
30441 \begin_inset Index idx
30442 status collapsed
30443
30444 \begin_layout Plain Layout
30445 LaTeX-packages ! ftnright
30446 \end_layout
30447
30448 \end_inset
30449
30450  with this command in the document preamble:
30451 \end_layout
30452
30453 \begin_layout Standard
30454
30455 \series bold
30456
30457 \backslash
30458 usepackage{ftnright}
30459 \end_layout
30460
30461 \begin_layout Standard
30462 \begin_inset Float figure
30463 placement !h
30464 wide false
30465 sideways false
30466 status open
30467
30468 \begin_layout Plain Layout
30469 \begin_inset ERT
30470 status collapsed
30471
30472 \begin_layout Plain Layout
30473
30474
30475 \backslash
30476 framebox{
30477 \end_layout
30478
30479 \end_inset
30480
30481
30482 \begin_inset Graphics
30483         filename clipart/without_fntright.pdf
30484         width 100col%
30485         scaleBeforeRotation
30486
30487 \end_inset
30488
30489
30490 \begin_inset ERT
30491 status collapsed
30492
30493 \begin_layout Plain Layout
30494
30495 }
30496 \end_layout
30497
30498 \end_inset
30499
30500
30501 \end_layout
30502
30503 \begin_layout Plain Layout
30504 \begin_inset Caption Standard
30505
30506 \begin_layout Plain Layout
30507 \begin_inset CommandInset label
30508 LatexCommand label
30509 name "fig:Standard-footnote-placement"
30510
30511 \end_inset
30512
30513 Standard footnote placement in two-column documents.
30514 \end_layout
30515
30516 \end_inset
30517
30518
30519 \end_layout
30520
30521 \end_inset
30522
30523
30524 \end_layout
30525
30526 \begin_layout Standard
30527 \begin_inset Float figure
30528 placement !h
30529 wide false
30530 sideways false
30531 status open
30532
30533 \begin_layout Plain Layout
30534 \begin_inset ERT
30535 status collapsed
30536
30537 \begin_layout Plain Layout
30538
30539
30540 \backslash
30541 framebox{
30542 \end_layout
30543
30544 \end_inset
30545
30546
30547 \begin_inset Graphics
30548         filename clipart/with_fntright.pdf
30549         width 100col%
30550         scaleBeforeRotation
30551
30552 \end_inset
30553
30554
30555 \begin_inset ERT
30556 status collapsed
30557
30558 \begin_layout Plain Layout
30559
30560 }
30561 \end_layout
30562
30563 \end_inset
30564
30565
30566 \end_layout
30567
30568 \begin_layout Plain Layout
30569 \begin_inset Caption Standard
30570
30571 \begin_layout Plain Layout
30572 \begin_inset CommandInset label
30573 LatexCommand label
30574 name "fig:Footnote-placement-in"
30575
30576 \end_inset
30577
30578 Footnote placement in two-column documents when the LaTeX-package 
30579 \series bold
30580 ftnright
30581 \series default
30582  is used.
30583 \end_layout
30584
30585 \end_inset
30586
30587
30588 \end_layout
30589
30590 \end_inset
30591
30592
30593 \end_layout
30594
30595 \begin_layout Standard
30596 \begin_inset VSpace bigskip
30597 \end_inset
30598
30599 In some scientific literature it is usual to collect the footnotes and print
30600  them in a separate paragraph at the end of a section, as in Figure
30601 \begin_inset space ~
30602 \end_inset
30603
30604
30605 \begin_inset CommandInset ref
30606 LatexCommand ref
30607 reference "fig:Endnotes"
30608
30609 \end_inset
30610
30611 .
30612  They are then called 
30613 \begin_inset Quotes eld
30614 \end_inset
30615
30616 endnotes
30617 \begin_inset Quotes erd
30618 \end_inset
30619
30620 .
30621 \begin_inset Index idx
30622 status collapsed
30623
30624 \begin_layout Plain Layout
30625 Endnotes
30626 \end_layout
30627
30628 \end_inset
30629
30630  To use endnotes instead of footnotes in your document, load in the menu
30631  
30632 \family sans
30633 Document\SpecialChar \menuseparator
30634 Settings\SpecialChar \menuseparator
30635 Modules 
30636 \family default
30637 the module 
30638 \family sans
30639 Foot
30640 \begin_inset space ~
30641 \end_inset
30642
30643 to
30644 \begin_inset space ~
30645 \end_inset
30646
30647 End
30648 \family default
30649 .
30650  To insert the collected footnotes, insert the command
30651 \end_layout
30652
30653 \begin_layout Standard
30654
30655 \series bold
30656
30657 \backslash
30658 theendnotes
30659 \end_layout
30660
30661 \begin_layout Standard
30662 in TeX-Code at the end of a section or chapter.
30663 \end_layout
30664
30665 \begin_layout Standard
30666 \begin_inset Float figure
30667 wide false
30668 sideways false
30669 status open
30670
30671 \begin_layout Plain Layout
30672 \align center
30673 \begin_inset ERT
30674 status collapsed
30675
30676 \begin_layout Plain Layout
30677
30678
30679 \backslash
30680 framebox{
30681 \end_layout
30682
30683 \end_inset
30684
30685
30686 \begin_inset Graphics
30687         filename clipart/endnotes.pdf
30688         scaleBeforeRotation
30689
30690 \end_inset
30691
30692
30693 \begin_inset ERT
30694 status collapsed
30695
30696 \begin_layout Plain Layout
30697
30698 }
30699 \end_layout
30700
30701 \end_inset
30702
30703
30704 \end_layout
30705
30706 \begin_layout Plain Layout
30707 \begin_inset Caption Standard
30708
30709 \begin_layout Plain Layout
30710 \begin_inset CommandInset label
30711 LatexCommand label
30712 name "fig:Endnotes"
30713
30714 \end_inset
30715
30716 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
30717  or chapters.
30718 \end_layout
30719
30720 \end_inset
30721
30722
30723 \end_layout
30724
30725 \end_inset
30726
30727
30728 \end_layout
30729
30730 \begin_layout Standard
30731 \begin_inset VSpace medskip
30732 \end_inset
30733
30734 The paragraph heading for the endnotes isn't automatically translated into
30735  the document language, this must be done manually.
30736  The following preamble command translates the default English 
30737 \begin_inset Quotes eld
30738 \end_inset
30739
30740 Notes
30741 \begin_inset Quotes erd
30742 \end_inset
30743
30744  into the German 
30745 \begin_inset Quotes eld
30746 \end_inset
30747
30748 Anmerkungen
30749 \begin_inset Quotes erd
30750 \end_inset
30751
30752 :
30753 \end_layout
30754
30755 \begin_layout Standard
30756
30757 \series bold
30758
30759 \backslash
30760 renewcommand{
30761 \backslash
30762 notesname}{Anmerkungen}
30763 \end_layout
30764
30765 \begin_layout Standard
30766 \begin_inset VSpace medskip
30767 \end_inset
30768
30769 The numbering of endnotes can be changed like the footnote numbering as
30770  described in section
30771 \begin_inset space ~
30772 \end_inset
30773
30774
30775 \begin_inset CommandInset ref
30776 LatexCommand ref
30777 reference "sub:Footnote-Numbering"
30778
30779 \end_inset
30780
30781 ; just replace the command 
30782 \series bold
30783
30784 \backslash
30785 thefootnote
30786 \series default
30787  by 
30788 \series bold
30789
30790 \backslash
30791 theendnote
30792 \series default
30793 .
30794  To reset the endnote number use the command 
30795 \series bold
30796
30797 \backslash
30798 @addtoreset
30799 \series default
30800  as described in section
30801 \begin_inset space ~
30802 \end_inset
30803
30804
30805 \begin_inset CommandInset ref
30806 LatexCommand ref
30807 reference "sub:Footnote-Numbering"
30808
30809 \end_inset
30810
30811  and replace the command parameter 
30812 \series bold
30813 footnote
30814 \series default
30815  by 
30816 \series bold
30817 endnote
30818 \series default
30819 .
30820 \end_layout
30821
30822 \begin_layout Standard
30823 For endnotes there is the command 
30824 \series bold
30825
30826 \backslash
30827 endnotemark[number]
30828 \series default
30829  similar to the command 
30830 \series bold
30831
30832 \backslash
30833 footnotemark
30834 \series default
30835 , that is described in section
30836 \begin_inset space ~
30837 \end_inset
30838
30839
30840 \begin_inset CommandInset ref
30841 LatexCommand ref
30842 reference "sec:Footnotes"
30843
30844 \end_inset
30845
30846 .
30847 \end_layout
30848
30849 \begin_layout Standard
30850 \begin_inset VSpace bigskip
30851 \end_inset
30852
30853 Footnotes can also be placed in the page margin and the footnote text alignment
30854  can be changed, see the LaTeX-package 
30855 \series bold
30856 footmisc
30857 \series default
30858
30859 \begin_inset Index idx
30860 status collapsed
30861
30862 \begin_layout Plain Layout
30863 LaTeX-packages ! footmisc
30864 \end_layout
30865
30866 \end_inset
30867
30868
30869 \begin_inset CommandInset citation
30870 LatexCommand cite
30871 key "footmisc"
30872
30873 \end_inset
30874
30875  for more information about this.
30876 \end_layout
30877
30878 \begin_layout Standard
30879 For various further footnote formatting issues have a look at LaTeX-books,
30880  
30881 \begin_inset CommandInset citation
30882 LatexCommand cite
30883 key "latexcompanion,latexguide,latexbook"
30884
30885 \end_inset
30886
30887 .
30888  If you are using a 
30889 \series bold
30890 KOMA-Script
30891 \series default
30892
30893 \begin_inset Index idx
30894 status collapsed
30895
30896 \begin_layout Plain Layout
30897 LaTeX-packages ! KOMA-Script
30898 \end_layout
30899
30900 \end_inset
30901
30902  document class, you can adjust all footnote settings using class-specific
30903  commands, see 
30904 \begin_inset CommandInset citation
30905 LatexCommand cite
30906 key "KOMA-Script"
30907
30908 \end_inset
30909
30910 .
30911 \end_layout
30912
30913 \begin_layout Section
30914 Margin Notes
30915 \begin_inset Index idx
30916 status collapsed
30917
30918 \begin_layout Plain Layout
30919 Notes ! Margin Notes
30920 \end_layout
30921
30922 \end_inset
30923
30924
30925 \end_layout
30926
30927 \begin_layout Standard
30928 Margin notes look and behave in LyX like footnotes.
30929  They are inserted via the menu 
30930 \family sans
30931 Insert\SpecialChar \menuseparator
30932 Marginal
30933 \begin_inset space ~
30934 \end_inset
30935
30936 Note
30937 \family default
30938  or the toolbar button 
30939 \begin_inset Info
30940 type  "icon"
30941 arg   "marginalnote-insert"
30942 \end_inset
30943
30944 .
30945  A grey 
30946 \family roman
30947 \series medium
30948 box with the
30949 \family default
30950 \series default
30951  red 
30952 \family roman
30953 \series medium
30954 label 
30955 \begin_inset Quotes eld
30956 \end_inset
30957
30958 margin
30959 \begin_inset Quotes erd
30960 \end_inset
30961
30962  appears where you can enter the text of the margin note.
30963 \end_layout
30964
30965 \begin_layout Standard
30966 At the side is an example margin note.
30967
30968 \family roman
30969 \series medium
30970  
30971 \begin_inset Marginal
30972 status open
30973
30974 \begin_layout Plain Layout
30975 This is a margin note.
30976 \end_layout
30977
30978 \end_inset
30979
30980
30981 \end_layout
30982
30983 \begin_layout Standard
30984 Margin notes appear at the right side in single-sided documents.
30985  In double-sided documents they appear in the outer margin â€“ left on even
30986  pages, right on odd pages.
30987  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
30988 d when the note appears in the left margin.
30989  The first line of the margin note is placed at the position of the text
30990  line where it is inserted in the document.
30991 \end_layout
30992
30993 \begin_layout Standard
30994 \begin_inset VSpace bigskip
30995 \end_inset
30996
30997 To place the margin note in the inner margin, add the command
30998 \end_layout
30999
31000 \begin_layout Standard
31001
31002 \series bold
31003
31004 \backslash
31005 reversemarginpar
31006 \end_layout
31007
31008 \begin_layout Standard
31009 in TeX-Code before a margin note.
31010  The new placement is valid for all subsequent margin notes.
31011  
31012 \begin_inset ERT
31013 status collapsed
31014
31015 \begin_layout Plain Layout
31016
31017
31018 \backslash
31019 reversemarginpar 
31020 \end_layout
31021
31022 \end_inset
31023
31024
31025 \begin_inset Marginal
31026 status open
31027
31028 \begin_layout Plain Layout
31029 This is a margin note in the inner margin.
31030 \end_layout
31031
31032 \end_inset
31033
31034
31035 \series bold
31036
31037 \begin_inset Newline newline
31038 \end_inset
31039
31040
31041 \series default
31042
31043 \begin_inset Note Greyedout
31044 status open
31045
31046 \begin_layout Plain Layout
31047
31048 \series bold
31049 Note:
31050 \series default
31051  There is often not enough space in the inner margin so that the notes are
31052  not correctly displayed in the output.
31053 \end_layout
31054
31055 \end_inset
31056
31057
31058 \end_layout
31059
31060 \begin_layout Standard
31061 To return to the default placement insert the command
31062 \end_layout
31063
31064 \begin_layout Standard
31065
31066 \series bold
31067
31068 \backslash
31069 normalmarginpar
31070 \end_layout
31071
31072 \begin_layout Standard
31073 in TeX-Code.
31074 \begin_inset ERT
31075 status collapsed
31076
31077 \begin_layout Plain Layout
31078
31079
31080 \backslash
31081 normalmarginpar 
31082 \end_layout
31083
31084 \end_inset
31085
31086  
31087 \begin_inset Note Greyedout
31088 status open
31089
31090 \begin_layout Plain Layout
31091
31092 \series bold
31093 Note:
31094 \series default
31095  The command is ignored when it is within a paragraph where also the command
31096  
31097 \series bold
31098
31099 \backslash
31100 reversemarginpar
31101 \series default
31102  is inserted.
31103 \end_layout
31104
31105 \end_inset
31106
31107
31108 \end_layout
31109
31110 \begin_layout Standard
31111 \begin_inset VSpace bigskip
31112 \end_inset
31113
31114
31115 \family roman
31116 \series medium
31117
31118 \begin_inset Marginal
31119 status open
31120
31121 \begin_layout Plain Layout
31122 AVeryLongMarginParWord that isn't hyphenated.
31123 \end_layout
31124
31125 \end_inset
31126
31127
31128 \family default
31129 \series default
31130  Similar to the case described in section
31131 \begin_inset space ~
31132 \end_inset
31133
31134
31135 \begin_inset CommandInset ref
31136 LatexCommand ref
31137 reference "sub:Multiple-Lines-in"
31138
31139 \end_inset
31140
31141 , long words cannot be hyphenated when they are the first word in a margin
31142  note.
31143  To avoid this, insert 0
31144 \begin_inset space \thinspace{}
31145 \end_inset
31146
31147 pt horizontal space before the word
31148 \family roman
31149 \series medium
31150 .
31151  
31152 \begin_inset Marginal
31153 status open
31154
31155 \begin_layout Plain Layout
31156 \begin_inset space \hspace*{}
31157 \length 0pt
31158 \end_inset
31159
31160 AVeryLongMarginParWord that is hyphenated.
31161 \end_layout
31162
31163 \end_inset
31164
31165
31166 \end_layout
31167
31168 \begin_layout Standard
31169 \begin_inset VSpace bigskip
31170 \end_inset
31171
31172
31173 \end_layout
31174
31175 \begin_layout Standard
31176 \begin_inset Note Greyedout
31177 status open
31178
31179 \begin_layout Plain Layout
31180
31181 \series bold
31182 Note:
31183 \series default
31184  Margin notes can normally not be used inside tables, floats, and footnotes.
31185 \end_layout
31186
31187 \end_inset
31188
31189
31190 \end_layout
31191
31192 \begin_layout Standard
31193 \begin_inset VSpace bigskip
31194 \end_inset
31195
31196
31197 \end_layout
31198
31199 \begin_layout Standard
31200 \begin_inset ERT
31201 status collapsed
31202
31203 \begin_layout Plain Layout
31204
31205
31206 \backslash
31207 ifmarginnote
31208 \end_layout
31209
31210 \end_inset
31211
31212
31213 \begin_inset Note Note
31214 status open
31215
31216 \begin_layout Plain Layout
31217 The following section will only be displayed when the LaTeX-package 
31218 \series bold
31219 marginnote
31220 \series default
31221  is installed.
31222 \end_layout
31223
31224 \end_inset
31225
31226
31227 \end_layout
31228
31229 \begin_layout Standard
31230 This restriction can be evaded by using the LaTeX-package 
31231 \series bold
31232 marginnote
31233 \series default
31234
31235 \begin_inset Index idx
31236 status collapsed
31237
31238 \begin_layout Plain Layout
31239 LaTeX-packages ! marginnote
31240 \end_layout
31241
31242 \end_inset
31243
31244 .
31245  By adding these two lines to your document preamble, the command used by
31246  LyX for margin notes is redefined to use the command provided by the 
31247 \series bold
31248 marginnote
31249 \series default
31250 -package:
31251 \end_layout
31252
31253 \begin_layout Standard
31254
31255 \series bold
31256
31257 \backslash
31258 usepackage{marginnote}
31259 \begin_inset Newline newline
31260 \end_inset
31261
31262
31263 \backslash
31264 let
31265 \backslash
31266 marginpar
31267 \backslash
31268 marginnote
31269 \end_layout
31270
31271 \begin_layout Standard
31272 This is also used in this document because 
31273 \series bold
31274 marginnote
31275 \series default
31276  has another useful feature: You can set a vertical offset for the note.
31277  This is often needed when too many margin notes are too close together
31278  or for a better page layout.
31279  The offset is set in LyX as TeX-Code directly after the margin note in
31280  the scheme
31281 \end_layout
31282
31283 \begin_layout Standard
31284
31285 \series bold
31286 [offset]
31287 \end_layout
31288
31289 \begin_layout Standard
31290 where the offset is a length with one of the units listed in Table
31291 \begin_inset space ~
31292 \end_inset
31293
31294
31295 \begin_inset CommandInset ref
31296 LatexCommand ref
31297 reference "tab:Units"
31298
31299 \end_inset
31300
31301 .
31302  A negative value shifts the note up, a positive value shifts it down.
31303  
31304 \family roman
31305 \series medium
31306 For example the margin note beside this text line is shifted up 1.5
31307 \begin_inset space \thinspace{}
31308 \end_inset
31309
31310 cm with the TeX-Code-command 
31311 \begin_inset Quotes eld
31312 \end_inset
31313
31314
31315 \family default
31316 \series bold
31317 [-1.5cm]
31318 \family roman
31319 \series medium
31320
31321 \begin_inset Quotes erd
31322 \end_inset
31323
31324
31325 \begin_inset Marginal
31326 status open
31327
31328 \begin_layout Plain Layout
31329 This margin note is shifted up 1.5
31330 \begin_inset space \thinspace{}
31331 \end_inset
31332
31333 cm from its original position.
31334 \end_layout
31335
31336 \end_inset
31337
31338
31339 \family default
31340 \series default
31341
31342 \begin_inset ERT
31343 status collapsed
31344
31345 \begin_layout Plain Layout
31346
31347 [-1.5cm]
31348 \end_layout
31349
31350 \end_inset
31351
31352
31353 \end_layout
31354
31355 \begin_layout Standard
31356 \begin_inset VSpace medskip
31357 \end_inset
31358
31359 With 
31360 \series bold
31361 marginnote
31362 \series default
31363  you can also change the alignment of the text in the margin note.
31364  For example the commands
31365 \end_layout
31366
31367 \begin_layout Standard
31368
31369 \series bold
31370
31371 \backslash
31372 renewcommand*{
31373 \backslash
31374 raggedleftmarginnote}{
31375 \backslash
31376 centering}
31377 \begin_inset Newline newline
31378 \end_inset
31379
31380
31381 \backslash
31382 renewcommand*{
31383 \backslash
31384 raggedrightmarginnote}{
31385 \backslash
31386 centering}
31387 \end_layout
31388
31389 \begin_layout Standard
31390 set the alignment to centered.
31391  
31392 \series bold
31393
31394 \backslash
31395 raggedleftmarginnote
31396 \series default
31397  denotes margin notes that appear at the left side.
31398 \family roman
31399 \series medium
31400
31401 \begin_inset ERT
31402 status collapsed
31403
31404 \begin_layout Plain Layout
31405
31406
31407 \backslash
31408 renewcommand*{
31409 \backslash
31410 raggedleftmarginnote}{
31411 \backslash
31412 centering}
31413 \end_layout
31414
31415 \begin_layout Plain Layout
31416
31417
31418 \backslash
31419 renewcommand*{
31420 \backslash
31421 raggedrightmarginnote}{
31422 \backslash
31423 centering}
31424 \end_layout
31425
31426 \end_inset
31427
31428
31429 \begin_inset Marginal
31430 status open
31431
31432 \begin_layout Plain Layout
31433 The text of this margin note is centered.
31434 \end_layout
31435
31436 \end_inset
31437
31438
31439 \family default
31440 \series default
31441  The default is
31442 \end_layout
31443
31444 \begin_layout Standard
31445
31446 \series bold
31447
31448 \backslash
31449 renewcommand*{
31450 \backslash
31451 raggedleftmarginnote}{
31452 \backslash
31453 raggedleft}
31454 \begin_inset Newline newline
31455 \end_inset
31456
31457
31458 \backslash
31459 renewcommand*{
31460 \backslash
31461 raggedrightmarginnote}{
31462 \backslash
31463 raggedright}
31464 \family roman
31465 \series medium
31466
31467 \begin_inset ERT
31468 status collapsed
31469
31470 \begin_layout Plain Layout
31471
31472
31473 \backslash
31474 renewcommand*{
31475 \backslash
31476 raggedleftmarginnote}{
31477 \backslash
31478 raggedleft}
31479 \end_layout
31480
31481 \begin_layout Plain Layout
31482
31483
31484 \backslash
31485 renewcommand*{
31486 \backslash
31487 raggedrightmarginnote}{
31488 \backslash
31489 raggedright}
31490 \end_layout
31491
31492 \end_inset
31493
31494
31495 \end_layout
31496
31497 \begin_layout Standard
31498 \begin_inset VSpace medskip
31499 \end_inset
31500
31501 For the other features of 
31502 \series bold
31503 marginnote
31504 \series default
31505  refer to its documentation 
31506 \begin_inset CommandInset citation
31507 LatexCommand cite
31508 key "marginnote"
31509
31510 \end_inset
31511
31512 .
31513 \end_layout
31514
31515 \begin_layout Standard
31516 \begin_inset VSpace bigskip
31517 \end_inset
31518
31519 You can adjust the layout of margin notes by changing its definition.
31520  To create for example a header for all margin notes with the underlined,
31521  sans-serif, and bold header text 
31522 \begin_inset Quotes eld
31523 \end_inset
31524
31525
31526 \family sans
31527 \series bold
31528 \bar under
31529 Attention!
31530 \family default
31531 \series default
31532 \bar default
31533
31534 \begin_inset Quotes erd
31535 \end_inset
31536
31537 , add this to your document preamble:
31538 \end_layout
31539
31540 \begin_layout Standard
31541
31542 \series bold
31543
31544 \backslash
31545 let
31546 \backslash
31547 myMarginpar
31548 \backslash
31549 marginpar
31550 \begin_inset Newline newline
31551 \end_inset
31552
31553
31554 \backslash
31555 renewcommand{
31556 \backslash
31557 marginpar}[1]{
31558 \backslash
31559 myMarginpar{%
31560 \begin_inset Newline newline
31561 \end_inset
31562
31563
31564 \begin_inset Phantom HPhantom
31565 status open
31566
31567 \begin_layout Plain Layout
31568
31569 \series bold
31570 \begin_inset space ~
31571 \end_inset
31572
31573
31574 \end_layout
31575
31576 \end_inset
31577
31578
31579 \backslash
31580 hspace{0pt}
31581 \backslash
31582 textsf{
31583 \backslash
31584 textbf{
31585 \backslash
31586 underbar{Attention!}}}%
31587 \begin_inset Newline newline
31588 \end_inset
31589
31590
31591 \begin_inset Phantom HPhantom
31592 status open
31593
31594 \begin_layout Plain Layout
31595
31596 \series bold
31597 \begin_inset space ~
31598 \end_inset
31599
31600
31601 \end_layout
31602
31603 \end_inset
31604
31605
31606 \backslash
31607 vspace{1.5mm}
31608 \backslash
31609
31610 \backslash
31611 #1}}
31612 \end_layout
31613
31614 \begin_layout Standard
31615
31616 \family roman
31617 \series medium
31618 \begin_inset ERT
31619 status collapsed
31620
31621 \begin_layout Plain Layout
31622
31623
31624 \backslash
31625 let
31626 \backslash
31627 myMarginpar
31628 \backslash
31629 marginpar
31630 \end_layout
31631
31632 \begin_layout Plain Layout
31633
31634
31635 \backslash
31636 renewcommand{
31637 \backslash
31638 marginpar}[1]{
31639 \backslash
31640 myMarginpar{%
31641 \end_layout
31642
31643 \begin_layout Plain Layout
31644
31645    
31646 \backslash
31647 textsf{
31648 \backslash
31649 textbf{
31650 \backslash
31651 underbar{Attention!}}}%
31652 \end_layout
31653
31654 \begin_layout Plain Layout
31655
31656    
31657 \backslash
31658 vspace{1.5mm}
31659 \backslash
31660
31661 \backslash
31662 #1}}
31663 \end_layout
31664
31665 \end_inset
31666
31667
31668 \begin_inset Marginal
31669 status open
31670
31671 \begin_layout Plain Layout
31672 This is a margin note with a defined heading.
31673 \end_layout
31674
31675 \end_inset
31676
31677
31678 \family default
31679 \series default
31680
31681 \begin_inset ERT
31682 status collapsed
31683
31684 \begin_layout Plain Layout
31685
31686 [-1.5cm]
31687 \end_layout
31688
31689 \end_inset
31690
31691
31692 \family roman
31693 \series medium
31694
31695 \begin_inset ERT
31696 status collapsed
31697
31698 \begin_layout Plain Layout
31699
31700
31701 \backslash
31702 renewcommand{
31703 \backslash
31704 marginpar}[1]{
31705 \backslash
31706 myMarginpar{#1}}
31707 \end_layout
31708
31709 \end_inset
31710
31711
31712 \family default
31713 \series default
31714
31715 \begin_inset Note Note
31716 status collapsed
31717
31718 \begin_layout Plain Layout
31719 The margin note format is changed only for this example.
31720 \end_layout
31721
31722 \end_inset
31723
31724
31725 \end_layout
31726
31727 \begin_layout Standard
31728 \begin_inset ERT
31729 status collapsed
31730
31731 \begin_layout Plain Layout
31732
31733
31734 \backslash
31735 else
31736 \end_layout
31737
31738 \end_inset
31739
31740
31741 \begin_inset Note Note
31742 status open
31743
31744 \begin_layout Plain Layout
31745 The following will be displayed when the LaTeX-package 
31746 \series bold
31747 marginnote
31748 \series default
31749  is not installed:
31750 \end_layout
31751
31752 \end_inset
31753
31754
31755 \end_layout
31756
31757 \begin_layout Standard
31758 You need to install the LaTeX-package 
31759 \series bold
31760 marginnote
31761 \series default
31762  to see the following part of this section in the output.
31763 \end_layout
31764
31765 \begin_layout Standard
31766 \begin_inset ERT
31767 status collapsed
31768
31769 \begin_layout Plain Layout
31770
31771
31772 \backslash
31773 fi
31774 \end_layout
31775
31776 \end_inset
31777
31778
31779 \end_layout
31780
31781 \begin_layout Chapter
31782 Boxes
31783 \end_layout
31784
31785 \begin_layout Section
31786 Introduction
31787 \begin_inset Index idx
31788 status collapsed
31789
31790 \begin_layout Plain Layout
31791 Boxes ! Introduction
31792 \end_layout
31793
31794 \end_inset
31795
31796
31797 \end_layout
31798
31799 \begin_layout Standard
31800 Boxes are used to format a block of text.
31801  Boxes can be used to write documents with multiple languages, see section
31802 \begin_inset space ~
31803 \end_inset
31804
31805
31806 \begin_inset CommandInset ref
31807 LatexCommand ref
31808 reference "sec:Minipages"
31809
31810 \end_inset
31811
31812 , to frame texts, see section
31813 \begin_inset space ~
31814 \end_inset
31815
31816
31817 \begin_inset CommandInset ref
31818 LatexCommand ref
31819 reference "sec:Decoration"
31820
31821 \end_inset
31822
31823 , to prevent words from being hyphenated, see section
31824 \begin_inset space ~
31825 \end_inset
31826
31827
31828 \begin_inset CommandInset ref
31829 LatexCommand ref
31830 reference "sec:Prevent-Hyphenation"
31831
31832 \end_inset
31833
31834 , to align text, see section
31835 \begin_inset space ~
31836 \end_inset
31837
31838
31839 \begin_inset CommandInset ref
31840 LatexCommand ref
31841 reference "sub:Vertical-Alignment"
31842
31843 \end_inset
31844
31845 , or to set the background color of texts, see section
31846 \begin_inset space ~
31847 \end_inset
31848
31849
31850 \begin_inset CommandInset ref
31851 LatexCommand ref
31852 reference "sec:Colored-Boxes"
31853
31854 \end_inset
31855
31856 .
31857 \end_layout
31858
31859 \begin_layout Standard
31860 Boxes can be inserted with the menu 
31861 \family sans
31862 Insert\SpecialChar \menuseparator
31863 Box
31864 \family default
31865  or the toolbar button 
31866 \begin_inset Info
31867 type  "icon"
31868 arg   "box-insert Frameless"
31869 \end_inset
31870
31871 .
31872  A grey box with the label 
31873 \family sans
31874 Box (Minipage)
31875 \family default
31876
31877 \begin_inset Graphics
31878         filename clipart/BoxInsetDefaultQt4.png
31879         scale 85
31880         scaleBeforeRotation
31881
31882 \end_inset
31883
31884  will be inserted.
31885  The box type can be specified by right-clicking on the box and selecting
31886  
31887 \family sans
31888 Settings
31889 \family default
31890 .
31891  The box dialog offers the 
31892 \family sans
31893 Inner
31894 \begin_inset space ~
31895 \end_inset
31896
31897 Box
31898 \family default
31899  types 
31900 \family sans
31901 Makebox
31902 \family default
31903
31904 \family sans
31905 Parbox
31906 \family default
31907  and 
31908 \family sans
31909 Minipage
31910 \family default
31911 .
31912  The type 
31913 \family sans
31914 Minipage
31915 \family default
31916  is the default for new boxes and is explained in section
31917 \begin_inset space ~
31918 \end_inset
31919
31920
31921 \begin_inset CommandInset ref
31922 LatexCommand ref
31923 reference "sec:Minipages"
31924
31925 \end_inset
31926
31927 ; the type 
31928 \family sans
31929 Parbox
31930 \family default
31931  is described in section
31932 \begin_inset space ~
31933 \end_inset
31934
31935
31936 \begin_inset CommandInset ref
31937 LatexCommand ref
31938 reference "sec:Parboxes"
31939
31940 \end_inset
31941
31942  and the type 
31943 \family sans
31944 Makebox
31945 \family default
31946  in 
31947 \begin_inset CommandInset ref
31948 LatexCommand ref
31949 reference "sec:Prevent-Hyphenation"
31950
31951 \end_inset
31952
31953 .
31954 \end_layout
31955
31956 \begin_layout Standard
31957 Boxes are not numbered and can therefore not be referenced like floats or
31958  footnotes.
31959 \end_layout
31960
31961 \begin_layout Standard
31962 \begin_inset Note Greyedout
31963 status open
31964
31965 \begin_layout Plain Layout
31966
31967 \series bold
31968 Note:
31969 \series default
31970  Boxes must not be the item in an 
31971 \family sans
31972 Itemize
31973 \family default
31974  or 
31975 \family sans
31976 Description
31977 \family default
31978  environment.
31979 \end_layout
31980
31981 \end_inset
31982
31983
31984 \end_layout
31985
31986 \begin_layout Standard
31987 \begin_inset Note Greyedout
31988 status open
31989
31990 \begin_layout Plain Layout
31991
31992 \series bold
31993 Note:
31994 \series default
31995  For an unknown reason you can only set the 
31996 \family sans
31997 Inner
31998 \begin_inset space ~
31999 \end_inset
32000
32001 Box
32002 \family default
32003  type to 
32004 \family sans
32005 None
32006 \family default
32007  when you use a framed box.
32008  Boxes without an 
32009 \family sans
32010 Inner
32011 \begin_inset space ~
32012 \end_inset
32013
32014 Box
32015 \family default
32016  type and without frames are explained in section
32017 \begin_inset space ~
32018 \end_inset
32019
32020
32021 \begin_inset CommandInset ref
32022 LatexCommand ref
32023 reference "sec:Prevent-Hyphenation"
32024
32025 \end_inset
32026
32027 .
32028 \end_layout
32029
32030 \end_inset
32031
32032
32033 \end_layout
32034
32035 \begin_layout Section
32036 Box Dialog
32037 \begin_inset CommandInset label
32038 LatexCommand label
32039 name "sec:Box-Dialog"
32040
32041 \end_inset
32042
32043
32044 \begin_inset Index idx
32045 status collapsed
32046
32047 \begin_layout Plain Layout
32048 Boxes ! Box Dialog
32049 \end_layout
32050
32051 \end_inset
32052
32053
32054 \end_layout
32055
32056 \begin_layout Subsection
32057 Size
32058 \begin_inset Index idx
32059 status collapsed
32060
32061 \begin_layout Plain Layout
32062 Boxes ! Size
32063 \end_layout
32064
32065 \end_inset
32066
32067
32068 \end_layout
32069
32070 \begin_layout Standard
32071 In the box dialog you can adjust the box geometry in the fields 
32072 \family sans
32073 Width
32074 \family default
32075  and 
32076 \family sans
32077 Height
32078 \family default
32079 .
32080  The available units for the geometry are explained in Table
32081 \begin_inset space ~
32082 \end_inset
32083
32084
32085 \begin_inset CommandInset ref
32086 LatexCommand ref
32087 reference "tab:Units"
32088
32089 \end_inset
32090
32091 .
32092  The field 
32093 \family sans
32094 Height
32095 \family default
32096  offers the following additional sizes:
32097 \end_layout
32098
32099 \begin_layout Description
32100 Depth This is the plain text 
32101 \begin_inset Quotes eld
32102 \end_inset
32103
32104 height
32105 \begin_inset Quotes erd
32106 \end_inset
32107
32108 .
32109  It ignores the total depth when there are multiple text lines in the box:
32110 \begin_inset Newline newline
32111 \end_inset
32112
32113
32114 \begin_inset Newline newline
32115 \end_inset
32116
32117
32118 \begin_inset Newline newline
32119 \end_inset
32120
32121
32122 \begin_inset Box Boxed
32123 position "c"
32124 hor_pos "c"
32125 has_inner_box 1
32126 inner_pos "c"
32127 use_parbox 0
32128 use_makebox 0
32129 width "12col%"
32130 special "none"
32131 height "1in"
32132 height_special "depth"
32133 status collapsed
32134
32135 \begin_layout Plain Layout
32136 \align center
32137 Box height set to 1
32138 \begin_inset space \thinspace{}
32139 \end_inset
32140
32141 Depth
32142 \end_layout
32143
32144 \end_inset
32145
32146
32147 \begin_inset Newline newline
32148 \end_inset
32149
32150
32151 \begin_inset Newline newline
32152 \end_inset
32153
32154
32155 \end_layout
32156
32157 \begin_layout Description
32158 Height This is the height of the text that is inside the box.
32159  A value of e.
32160 \begin_inset space \thinspace{}
32161 \end_inset
32162
32163 g.
32164 \begin_inset space \space{}
32165 \end_inset
32166
32167 2 for this size will set the box height to 2
32168 \begin_inset space ~
32169 \end_inset
32170
32171 times the text height: 
32172 \begin_inset Box Boxed
32173 position "c"
32174 hor_pos "c"
32175 has_inner_box 1
32176 inner_pos "c"
32177 use_parbox 0
32178 use_makebox 0
32179 width "20col%"
32180 special "none"
32181 height "2in"
32182 height_special "height"
32183 status collapsed
32184
32185 \begin_layout Plain Layout
32186 \align center
32187 Box height set to 2
32188 \begin_inset space \thinspace{}
32189 \end_inset
32190
32191 Height
32192 \end_layout
32193
32194 \end_inset
32195
32196
32197 \end_layout
32198
32199 \begin_layout Description
32200 Total
32201 \begin_inset space ~
32202 \end_inset
32203
32204 Height This is the Height
32205 \begin_inset space \thinspace{}
32206 \end_inset
32207
32208 +
32209 \begin_inset space \thinspace{}
32210 \end_inset
32211
32212 Depth: 
32213 \begin_inset Box Boxed
32214 position "c"
32215 hor_pos "c"
32216 has_inner_box 1
32217 inner_pos "c"
32218 use_parbox 0
32219 use_makebox 0
32220 width "20col%"
32221 special "none"
32222 height "1in"
32223 height_special "totalheight"
32224 status collapsed
32225
32226 \begin_layout Plain Layout
32227 \align center
32228 Box height set to 1
32229 \begin_inset space \thinspace{}
32230 \end_inset
32231
32232 Total
32233 \begin_inset space ~
32234 \end_inset
32235
32236 Height
32237 \end_layout
32238
32239 \end_inset
32240
32241
32242 \end_layout
32243
32244 \begin_layout Description
32245 Width This sets the width of the box as height: 
32246 \begin_inset Box Boxed
32247 position "c"
32248 hor_pos "c"
32249 has_inner_box 1
32250 inner_pos "c"
32251 use_parbox 0
32252 use_makebox 0
32253 width "12col%"
32254 special "none"
32255 height "1in"
32256 height_special "width"
32257 status collapsed
32258
32259 \begin_layout Plain Layout
32260 \align center
32261 Box height set to 1
32262 \begin_inset space \thinspace{}
32263 \end_inset
32264
32265 Width
32266 \end_layout
32267
32268 \end_inset
32269
32270
32271 \end_layout
32272
32273 \begin_layout Subsection
32274 Alignment
32275 \begin_inset Index idx
32276 status collapsed
32277
32278 \begin_layout Plain Layout
32279 Boxes ! Alignment
32280 \end_layout
32281
32282 \end_inset
32283
32284
32285 \end_layout
32286
32287 \begin_layout Standard
32288 When you have chosen an 
32289 \family sans
32290 Inner
32291 \begin_inset space ~
32292 \end_inset
32293
32294 Box
32295 \family default
32296 , the vertical box alignment can be:
32297 \end_layout
32298
32299 \begin_layout Description
32300 Top This is an example text line.
32301  
32302 \begin_inset Box Boxed
32303 position "t"
32304 hor_pos "c"
32305 has_inner_box 1
32306 inner_pos "c"
32307 use_parbox 0
32308 use_makebox 0
32309 width "12col%"
32310 special "none"
32311 height "1in"
32312 height_special "totalheight"
32313 status collapsed
32314
32315 \begin_layout Plain Layout
32316 \align center
32317 This box is top-aligned.
32318 \end_layout
32319
32320 \end_inset
32321
32322  This is an example text line.
32323 \end_layout
32324
32325 \begin_layout Description
32326 Middle This is an example text line.
32327  
32328 \begin_inset Box Boxed
32329 position "c"
32330 hor_pos "c"
32331 has_inner_box 1
32332 inner_pos "c"
32333 use_parbox 0
32334 use_makebox 0
32335 width "12col%"
32336 special "none"
32337 height "1in"
32338 height_special "totalheight"
32339 status collapsed
32340
32341 \begin_layout Plain Layout
32342 \align center
32343 This box is middle-aligned.
32344 \end_layout
32345
32346 \end_inset
32347
32348  This is an example text line.
32349 \end_layout
32350
32351 \begin_layout Description
32352 Bottom This is an example text line.
32353  
32354 \begin_inset Box Boxed
32355 position "b"
32356 hor_pos "c"
32357 has_inner_box 1
32358 inner_pos "c"
32359 use_parbox 0
32360 use_makebox 0
32361 width "12col%"
32362 special "none"
32363 height "1in"
32364 height_special "totalheight"
32365 status collapsed
32366
32367 \begin_layout Plain Layout
32368 \align center
32369 This box is bottom-aligned.
32370 \end_layout
32371
32372 \end_inset
32373
32374  This is an example text line.
32375 \end_layout
32376
32377 \begin_layout Standard
32378 \begin_inset Note Greyedout
32379 status open
32380
32381 \begin_layout Plain Layout
32382
32383 \series bold
32384 Note:
32385 \series default
32386  The vertical box alignment can be lost in the output when you have two
32387  boxes in a line and one has e.
32388 \begin_inset space \thinspace{}
32389 \end_inset
32390
32391 g.
32392 \begin_inset space \space{}
32393 \end_inset
32394
32395 a shadow and the other one not.
32396 \end_layout
32397
32398 \end_inset
32399
32400
32401 \end_layout
32402
32403 \begin_layout Standard
32404 The horizontal box alignment can be set via LyX's paragraph dialog when
32405  you set the box into its own paragraph.
32406 \end_layout
32407
32408 \begin_layout Standard
32409 \begin_inset VSpace bigskip
32410 \end_inset
32411
32412 When you have chosen an 
32413 \family sans
32414 Inner
32415 \begin_inset space ~
32416 \end_inset
32417
32418 Box
32419 \family default
32420 , the box content can be aligned vertically to:
32421 \end_layout
32422
32423 \begin_layout Description
32424 top This is an example text line.
32425  
32426 \begin_inset Box Boxed
32427 position "c"
32428 hor_pos "c"
32429 has_inner_box 1
32430 inner_pos "t"
32431 use_parbox 0
32432 use_makebox 0
32433 width "12col%"
32434 special "none"
32435 height "1.5in"
32436 height_special "totalheight"
32437 status collapsed
32438
32439 \begin_layout Plain Layout
32440 \align center
32441 This box text is top-aligned.
32442 \end_layout
32443
32444 \end_inset
32445
32446  This is an example text line.
32447 \end_layout
32448
32449 \begin_layout Description
32450 middle This is an example text line.
32451  
32452 \begin_inset Box Boxed
32453 position "c"
32454 hor_pos "c"
32455 has_inner_box 1
32456 inner_pos "c"
32457 use_parbox 0
32458 use_makebox 0
32459 width "12col%"
32460 special "none"
32461 height "1.5in"
32462 height_special "totalheight"
32463 status collapsed
32464
32465 \begin_layout Plain Layout
32466 \align center
32467 This box text is middle-aligned.
32468 \end_layout
32469
32470 \end_inset
32471
32472  This is an example text line.
32473 \end_layout
32474
32475 \begin_layout Description
32476 bottom This is an example text line.
32477  
32478 \begin_inset Box Boxed
32479 position "c"
32480 hor_pos "c"
32481 has_inner_box 1
32482 inner_pos "b"
32483 use_parbox 0
32484 use_makebox 0
32485 width "12col%"
32486 special "none"
32487 height "1.5in"
32488 height_special "totalheight"
32489 status collapsed
32490
32491 \begin_layout Plain Layout
32492 \align center
32493 This box text is bottom-aligned.
32494 \end_layout
32495
32496 \end_inset
32497
32498  This is an example text line.
32499 \end_layout
32500
32501 \begin_layout Description
32502 stretch This is an example text line.
32503  
32504 \begin_inset Box Boxed
32505 position "c"
32506 hor_pos "c"
32507 has_inner_box 1
32508 inner_pos "s"
32509 use_parbox 0
32510 use_makebox 0
32511 width "12col%"
32512 special "none"
32513 height "1.5in"
32514 height_special "totalheight"
32515 status collapsed
32516
32517 \begin_layout Plain Layout
32518 \align center
32519 This box
32520 \end_layout
32521
32522 \begin_layout Plain Layout
32523 \align center
32524 text is
32525 \end_layout
32526
32527 \begin_layout Plain Layout
32528 \align center
32529 stretched.
32530 \end_layout
32531
32532 \end_inset
32533
32534  This is an example text line.
32535 \end_layout
32536
32537 \begin_layout Standard
32538 To stretch the box content, it must consist of more than one paragraph.
32539  In the example above every text line is in an own paragraph.
32540 \end_layout
32541
32542 \begin_layout Standard
32543 \begin_inset VSpace bigskip
32544 \end_inset
32545
32546 To align the box content horizontally you can use LyX's paragraph dialog
32547  when you have chosen an 
32548 \family sans
32549 Inner
32550 \begin_inset space ~
32551 \end_inset
32552
32553 Box
32554 \family default
32555 .
32556 \end_layout
32557
32558 \begin_layout Standard
32559 \align center
32560 \begin_inset Box Boxed
32561 position "c"
32562 hor_pos "c"
32563 has_inner_box 1
32564 inner_pos "s"
32565 use_parbox 0
32566 use_makebox 0
32567 width "15col%"
32568 special "none"
32569 height "1.25in"
32570 height_special "totalheight"
32571 status collapsed
32572
32573 \begin_layout Plain Layout
32574 \align left
32575 This box
32576 \end_layout
32577
32578 \begin_layout Plain Layout
32579 \align center
32580 text is
32581 \end_layout
32582
32583 \begin_layout Plain Layout
32584 \align right
32585 stretched.
32586 \end_layout
32587
32588 \end_inset
32589
32590
32591 \end_layout
32592
32593 \begin_layout Standard
32594 If you have not set an 
32595 \family sans
32596 Inner
32597 \begin_inset space ~
32598 \end_inset
32599
32600 Box
32601 \family default
32602 , you can align the box content horizontally in the box dialog.
32603 \end_layout
32604
32605 \begin_layout Standard
32606 \align center
32607 \begin_inset Box Boxed
32608 position "c"
32609 hor_pos "s"
32610 has_inner_box 0
32611 inner_pos "s"
32612 use_parbox 0
32613 use_makebox 0
32614 width "90col%"
32615 special "none"
32616 height "1.25in"
32617 height_special "totalheight"
32618 status collapsed
32619
32620 \begin_layout Plain Layout
32621 This box text is horizontally stretched.
32622 \end_layout
32623
32624 \end_inset
32625
32626
32627 \end_layout
32628
32629 \begin_layout Subsection
32630 Decoration
32631 \begin_inset CommandInset label
32632 LatexCommand label
32633 name "sec:Decoration"
32634
32635 \end_inset
32636
32637
32638 \begin_inset Index idx
32639 status collapsed
32640
32641 \begin_layout Plain Layout
32642 Boxes ! Decoration
32643 \end_layout
32644
32645 \end_inset
32646
32647
32648 \end_layout
32649
32650 \begin_layout Standard
32651 The type of the box can be specified in the box dialog in the drop-down
32652  list 
32653 \family sans
32654 Decoration
32655 \family default
32656 .
32657  The following types are possible:
32658 \end_layout
32659
32660 \begin_layout Description
32661 No
32662 \begin_inset space ~
32663 \end_inset
32664
32665 frame Nothing is drawn.
32666 \end_layout
32667
32668 \begin_layout Description
32669 Simple
32670 \begin_inset space ~
32671 \end_inset
32672
32673 rectangular
32674 \begin_inset space ~
32675 \end_inset
32676
32677 frame This draws a rectangular frame around the box.
32678  The frame line thickness has the size of 
32679 \series bold
32680
32681 \backslash
32682 fboxrule
32683 \series default
32684 .
32685  
32686 \begin_inset Box Boxed
32687 position "c"
32688 hor_pos "c"
32689 has_inner_box 1
32690 inner_pos "c"
32691 use_parbox 0
32692 use_makebox 0
32693 width "20col%"
32694 special "none"
32695 height "1in"
32696 height_special "totalheight"
32697 status collapsed
32698
32699 \begin_layout Plain Layout
32700 \align center
32701 Rectangular box
32702 \end_layout
32703
32704 \end_inset
32705
32706
32707 \end_layout
32708
32709 \begin_layout Description
32710 Oval
32711 \begin_inset space ~
32712 \end_inset
32713
32714 box,
32715 \begin_inset space ~
32716 \end_inset
32717
32718 thin This draws an oval frame around the box.
32719  The frame line thickness has the size 0.4
32720 \begin_inset space \thinspace{}
32721 \end_inset
32722
32723 pt.
32724  
32725 \begin_inset Box ovalbox
32726 position "c"
32727 hor_pos "c"
32728 has_inner_box 1
32729 inner_pos "c"
32730 use_parbox 0
32731 use_makebox 0
32732 width "20col%"
32733 special "none"
32734 height "1in"
32735 height_special "totalheight"
32736 status collapsed
32737
32738 \begin_layout Plain Layout
32739 \align center
32740 Oval box, thin
32741 \end_layout
32742
32743 \end_inset
32744
32745
32746 \end_layout
32747
32748 \begin_layout Description
32749 Oval
32750 \begin_inset space ~
32751 \end_inset
32752
32753 box,
32754 \begin_inset space ~
32755 \end_inset
32756
32757 thick This draws an oval frame around the box.
32758  The frame line thickness has the size 0.8
32759 \begin_inset space \thinspace{}
32760 \end_inset
32761
32762 pt.
32763  
32764 \begin_inset Box Ovalbox
32765 position "c"
32766 hor_pos "c"
32767 has_inner_box 1
32768 inner_pos "c"
32769 use_parbox 0
32770 use_makebox 0
32771 width "20col%"
32772 special "none"
32773 height "1in"
32774 height_special "totalheight"
32775 status collapsed
32776
32777 \begin_layout Plain Layout
32778 \align center
32779 Oval box, thick
32780 \end_layout
32781
32782 \end_inset
32783
32784
32785 \end_layout
32786
32787 \begin_layout Description
32788 Drop
32789 \begin_inset space ~
32790 \end_inset
32791
32792 shadow This draws a rectangular frame with a shadow around the box.
32793  The frame line thickness has the size of 
32794 \series bold
32795
32796 \backslash
32797 fboxrule
32798 \series default
32799 , the shadow has a width of 4
32800 \begin_inset space \thinspace{}
32801 \end_inset
32802
32803 pt.
32804  
32805 \begin_inset Box Shadowbox
32806 position "c"
32807 hor_pos "c"
32808 has_inner_box 1
32809 inner_pos "c"
32810 use_parbox 0
32811 use_makebox 0
32812 width "20col%"
32813 special "none"
32814 height "1in"
32815 height_special "totalheight"
32816 status collapsed
32817
32818 \begin_layout Plain Layout
32819 \align center
32820 Shadow box
32821 \end_layout
32822
32823 \end_inset
32824
32825
32826 \end_layout
32827
32828 \begin_layout Description
32829 Shaded
32830 \begin_inset space ~
32831 \end_inset
32832
32833 background This draws a box with a red background.
32834  Unlike colored boxes
32835 \begin_inset Foot
32836 status collapsed
32837
32838 \begin_layout Plain Layout
32839 see sec.
32840 \begin_inset space \thinspace{}
32841 \end_inset
32842
32843
32844 \begin_inset CommandInset ref
32845 LatexCommand ref
32846 reference "sec:Colored-Boxes"
32847
32848 \end_inset
32849
32850
32851 \end_layout
32852
32853 \end_inset
32854
32855 , it always uses the whole column width and the box is set as its own paragraph.
32856  
32857 \begin_inset Box Shaded
32858 position "t"
32859 hor_pos "c"
32860 has_inner_box 0
32861 inner_pos "t"
32862 use_parbox 0
32863 use_makebox 0
32864 width "50col%"
32865 special "none"
32866 height "1in"
32867 height_special "totalheight"
32868 status collapsed
32869
32870 \begin_layout Plain Layout
32871 Shaded background box
32872 \end_layout
32873
32874 \end_inset
32875
32876
32877 \end_layout
32878
32879 \begin_layout Description
32880 Double
32881 \begin_inset space ~
32882 \end_inset
32883
32884 rectangular
32885 \begin_inset space ~
32886 \end_inset
32887
32888 frame This draws a double-line rectangular frame around the box.
32889  The line thickness of the inner frame is 0.75
32890 \begin_inset space \thinspace{}
32891 \end_inset
32892
32893
32894 \series bold
32895
32896 \backslash
32897 fboxrule
32898 \series default
32899 , the thickness of the outer frame is 1.5
32900 \begin_inset space \thinspace{}
32901 \end_inset
32902
32903
32904 \series bold
32905
32906 \backslash
32907 fboxrule
32908 \series default
32909 .
32910  The distance between the lines is 1.5
32911 \begin_inset space \thinspace{}
32912 \end_inset
32913
32914
32915 \series bold
32916
32917 \backslash
32918 fboxrule
32919 \series default
32920
32921 \begin_inset space \thinspace{}
32922 \end_inset
32923
32924 +
32925 \begin_inset space \thinspace{}
32926 \end_inset
32927
32928 0.5
32929 \begin_inset space \thinspace{}
32930 \end_inset
32931
32932 pt.
32933  
32934 \begin_inset Box Doublebox
32935 position "c"
32936 hor_pos "c"
32937 has_inner_box 1
32938 inner_pos "c"
32939 use_parbox 0
32940 use_makebox 0
32941 width "20col%"
32942 special "none"
32943 height "1in"
32944 height_special "totalheight"
32945 status collapsed
32946
32947 \begin_layout Plain Layout
32948 \align center
32949 Double rectangular box
32950 \end_layout
32951
32952 \end_inset
32953
32954
32955 \end_layout
32956
32957 \begin_layout Standard
32958 \begin_inset VSpace bigskip
32959 \end_inset
32960
32961 LyX's box label will reflect the different frame types.
32962  To be able to use all types, the LaTeX-package 
32963 \series bold
32964 fancybox
32965 \series default
32966
32967 \begin_inset Index idx
32968 status collapsed
32969
32970 \begin_layout Plain Layout
32971 LaTeX-packages ! fancybox
32972 \end_layout
32973
32974 \end_inset
32975
32976  must be installed.
32977 \end_layout
32978
32979 \begin_layout Standard
32980 \begin_inset VSpace bigskip
32981 \end_inset
32982
32983 When you use the decoration 
32984 \family sans
32985 simple rectangular frame
32986 \family default
32987  and no inner box, you can allow page breaks within a box.
32988  Note that then, unlike other framed boxes, the frame always uses the whole
32989  column width, the box is set as its own paragraph, and 
32990 \series bold
32991
32992 \backslash
32993 fboxrule
32994 \series default
32995  and 
32996 \series bold
32997
32998 \backslash
32999 fboxsep
33000 \series default
33001  have no effect on this box type.
33002  The frame line thickness has the size of 
33003 \series bold
33004
33005 \backslash
33006 FrameRule
33007 \series default
33008 .
33009  
33010 \begin_inset Box Framed
33011 position "t"
33012 hor_pos "c"
33013 has_inner_box 0
33014 inner_pos "t"
33015 use_parbox 0
33016 use_makebox 0
33017 width "100col%"
33018 special "none"
33019 height "1in"
33020 height_special "totalheight"
33021 status collapsed
33022
33023 \begin_layout Plain Layout
33024 Allow page break box
33025 \end_layout
33026
33027 \end_inset
33028
33029
33030 \end_layout
33031
33032 \begin_layout Section
33033 Box Customization
33034 \begin_inset Index idx
33035 status collapsed
33036
33037 \begin_layout Plain Layout
33038 Boxes ! Customization
33039 \end_layout
33040
33041 \end_inset
33042
33043
33044 \end_layout
33045
33046 \begin_layout Standard
33047 The default value for the size 
33048 \series bold
33049
33050 \backslash
33051 fboxrule
33052 \series default
33053  is 0.4
33054 \begin_inset space \thinspace{}
33055 \end_inset
33056
33057 pt.
33058  It can be changed with the following command in TeX-code to e.
33059 \begin_inset space \thinspace{}
33060 \end_inset
33061
33062 g.
33063 \begin_inset space \space{}
33064 \end_inset
33065
33066 2
33067 \begin_inset space \thinspace{}
33068 \end_inset
33069
33070 pt:
33071 \end_layout
33072
33073 \begin_layout Standard
33074
33075 \series bold
33076
33077 \backslash
33078 setlength{
33079 \backslash
33080 fboxrule}{2pt}
33081 \end_layout
33082
33083 \begin_layout Standard
33084 \begin_inset ERT
33085 status collapsed
33086
33087 \begin_layout Plain Layout
33088
33089
33090 \backslash
33091 setlength{
33092 \backslash
33093 fboxrule}{2pt}
33094 \end_layout
33095
33096 \end_inset
33097
33098
33099 \begin_inset Box Boxed
33100 position "c"
33101 hor_pos "c"
33102 has_inner_box 1
33103 inner_pos "c"
33104 use_parbox 0
33105 use_makebox 0
33106 width "25col%"
33107 special "none"
33108 height "1in"
33109 height_special "totalheight"
33110 status open
33111
33112 \begin_layout Plain Layout
33113 \align center
33114 Rectangular box with 
33115 \series bold
33116
33117 \backslash
33118 fboxrule
33119 \series default
33120
33121 \begin_inset space \thinspace{}
33122 \end_inset
33123
33124 =
33125 \begin_inset space \thinspace{}
33126 \end_inset
33127
33128 2
33129 \begin_inset space \thinspace{}
33130 \end_inset
33131
33132 pt
33133 \end_layout
33134
33135 \end_inset
33136
33137
33138 \begin_inset ERT
33139 status collapsed
33140
33141 \begin_layout Plain Layout
33142
33143
33144 \backslash
33145 setlength{
33146 \backslash
33147 fboxrule}{0.4pt}
33148 \end_layout
33149
33150 \end_inset
33151
33152
33153 \end_layout
33154
33155 \begin_layout Standard
33156 \begin_inset VSpace bigskip
33157 \end_inset
33158
33159 The space between the frame and the box content is for all frame styles
33160  by default 3
33161 \begin_inset space \thinspace{}
33162 \end_inset
33163
33164 pt.
33165  You can change it by setting the length 
33166 \series bold
33167
33168 \backslash
33169 fboxsep
33170 \series default
33171  to another value.
33172  For example the command
33173 \end_layout
33174
33175 \begin_layout Standard
33176
33177 \series bold
33178
33179 \backslash
33180 setlength{
33181 \backslash
33182 fboxsep}{10pt}
33183 \end_layout
33184
33185 \begin_layout Standard
33186 sets the value to 10
33187 \begin_inset space \thinspace{}
33188 \end_inset
33189
33190 pt, as with the following box:
33191 \end_layout
33192
33193 \begin_layout Standard
33194 \begin_inset ERT
33195 status collapsed
33196
33197 \begin_layout Plain Layout
33198
33199
33200 \backslash
33201 setlength{
33202 \backslash
33203 fboxsep}{10pt}
33204 \end_layout
33205
33206 \end_inset
33207
33208
33209 \begin_inset Box Boxed
33210 position "c"
33211 hor_pos "c"
33212 has_inner_box 1
33213 inner_pos "c"
33214 use_parbox 0
33215 use_makebox 0
33216 width "25col%"
33217 special "none"
33218 height "1in"
33219 height_special "totalheight"
33220 status open
33221
33222 \begin_layout Plain Layout
33223 \align center
33224 Rectangular box with 
33225 \series bold
33226
33227 \backslash
33228 fboxsep
33229 \series default
33230
33231 \begin_inset space \thinspace{}
33232 \end_inset
33233
33234 =
33235 \begin_inset space \thinspace{}
33236 \end_inset
33237
33238 10
33239 \begin_inset space \thinspace{}
33240 \end_inset
33241
33242 pt
33243 \end_layout
33244
33245 \end_inset
33246
33247
33248 \begin_inset ERT
33249 status collapsed
33250
33251 \begin_layout Plain Layout
33252
33253
33254 \backslash
33255 setlength{
33256 \backslash
33257 fboxsep}{3pt}
33258 \end_layout
33259
33260 \end_inset
33261
33262
33263 \end_layout
33264
33265 \begin_layout Standard
33266 \begin_inset VSpace bigskip
33267 \end_inset
33268
33269 The diameter of the round corners of the oval boxes can be set with the
33270  command 
33271 \series bold
33272
33273 \backslash
33274 cornersize
33275 \series default
33276 .
33277  The command
33278 \end_layout
33279
33280 \begin_layout Standard
33281
33282 \series bold
33283
33284 \backslash
33285 cornersize*{1cm}
33286 \end_layout
33287
33288 \begin_layout Standard
33289 sets the diameter to 1
33290 \begin_inset space \thinspace{}
33291 \end_inset
33292
33293 cm.
33294  The command
33295 \end_layout
33296
33297 \begin_layout Standard
33298
33299 \series bold
33300
33301 \backslash
33302 cornersize{num}
33303 \end_layout
33304
33305 \begin_layout Standard
33306 sets the diameter to 
33307 \family sans
33308 num
33309 \begin_inset space \thinspace{}
33310 \end_inset
33311
33312 ×
33313 \begin_inset space \thinspace{}
33314 \end_inset
33315
33316 minimum(width and height of box)
33317 \family default
33318 .
33319  The default is 
33320 \series bold
33321
33322 \backslash
33323 cornersize{0.5}
33324 \series default
33325 .
33326 \end_layout
33327
33328 \begin_layout Standard
33329 \begin_inset ERT
33330 status collapsed
33331
33332 \begin_layout Plain Layout
33333
33334
33335 \backslash
33336 cornersize*{1.5cm}
33337 \end_layout
33338
33339 \end_inset
33340
33341
33342 \begin_inset Box Ovalbox
33343 position "c"
33344 hor_pos "c"
33345 has_inner_box 1
33346 inner_pos "c"
33347 use_parbox 0
33348 use_makebox 0
33349 width "25col%"
33350 special "none"
33351 height "1in"
33352 height_special "totalheight"
33353 status open
33354
33355 \begin_layout Plain Layout
33356 \align center
33357 Oval box with 
33358 \series bold
33359
33360 \backslash
33361 cornersize
33362 \series default
33363
33364 \begin_inset space \thinspace{}
33365 \end_inset
33366
33367 =
33368 \begin_inset space \thinspace{}
33369 \end_inset
33370
33371 1.5
33372 \begin_inset space \thinspace{}
33373 \end_inset
33374
33375 cm
33376 \end_layout
33377
33378 \end_inset
33379
33380
33381 \begin_inset ERT
33382 status collapsed
33383
33384 \begin_layout Plain Layout
33385
33386
33387 \backslash
33388 cornersize{0.5}
33389 \end_layout
33390
33391 \end_inset
33392
33393
33394 \end_layout
33395
33396 \begin_layout Standard
33397 \begin_inset VSpace bigskip
33398 \end_inset
33399
33400 The size of the shadow can be adjusted by changing the length 
33401 \series bold
33402
33403 \backslash
33404 shadowsize
33405 \series default
33406 .
33407  It it set to 2
33408 \begin_inset space \thinspace{}
33409 \end_inset
33410
33411 pt for the following box by this command:
33412 \end_layout
33413
33414 \begin_layout Standard
33415
33416 \series bold
33417
33418 \backslash
33419 setlength{
33420 \backslash
33421 shadowsize}{2pt}
33422 \end_layout
33423
33424 \begin_layout Standard
33425 \begin_inset ERT
33426 status collapsed
33427
33428 \begin_layout Plain Layout
33429
33430
33431 \backslash
33432 setlength{
33433 \backslash
33434 shadowsize}{2pt}
33435 \end_layout
33436
33437 \end_inset
33438
33439
33440 \begin_inset Box Shadowbox
33441 position "c"
33442 hor_pos "c"
33443 has_inner_box 1
33444 inner_pos "c"
33445 use_parbox 0
33446 use_makebox 0
33447 width "25col%"
33448 special "none"
33449 height "1in"
33450 height_special "totalheight"
33451 status open
33452
33453 \begin_layout Plain Layout
33454 \align center
33455 Shadow box with 
33456 \series bold
33457
33458 \backslash
33459 shadowsize
33460 \series default
33461
33462 \begin_inset space \thinspace{}
33463 \end_inset
33464
33465 =
33466 \begin_inset space \thinspace{}
33467 \end_inset
33468
33469 2
33470 \begin_inset space \thinspace{}
33471 \end_inset
33472
33473 pt
33474 \end_layout
33475
33476 \end_inset
33477
33478
33479 \begin_inset ERT
33480 status collapsed
33481
33482 \begin_layout Plain Layout
33483
33484
33485 \backslash
33486 setlength{
33487 \backslash
33488 shadowsize}{4pt}
33489 \end_layout
33490
33491 \end_inset
33492
33493
33494 \end_layout
33495
33496 \begin_layout Standard
33497 \begin_inset VSpace bigskip
33498 \end_inset
33499
33500
33501 \end_layout
33502
33503 \begin_layout Standard
33504 The default value for the size 
33505 \series bold
33506
33507 \backslash
33508 FrameRule
33509 \series default
33510  is 0.4
33511 \begin_inset space \thinspace{}
33512 \end_inset
33513
33514 pt.
33515  The default space between the note content and the frame is 9
33516 \begin_inset space \thinspace{}
33517 \end_inset
33518
33519 pt and can be changed with the value of 
33520 \series bold
33521
33522 \backslash
33523 FrameSep
33524 \series default
33525 .
33526  For example the frame appearance of the following 
33527 \family sans
33528 box
33529 \family default
33530  is set with the TeX-Code commands
33531 \end_layout
33532
33533 \begin_layout Standard
33534
33535 \series bold
33536
33537 \backslash
33538 setlength{
33539 \backslash
33540 FrameRule}{5pt}
33541 \begin_inset Newline newline
33542 \end_inset
33543
33544
33545 \backslash
33546 setlength{
33547 \backslash
33548 FrameSep}{0.5cm}
33549 \end_layout
33550
33551 \begin_layout Standard
33552 \begin_inset ERT
33553 status collapsed
33554
33555 \begin_layout Plain Layout
33556
33557
33558 \backslash
33559 setlength{
33560 \backslash
33561 FrameRule}{5pt}
33562 \end_layout
33563
33564 \begin_layout Plain Layout
33565
33566
33567 \backslash
33568 setlength{
33569 \backslash
33570 FrameSep}{0.5cm}
33571 \end_layout
33572
33573 \end_inset
33574
33575
33576 \begin_inset Box Framed
33577 position "t"
33578 hor_pos "c"
33579 has_inner_box 0
33580 inner_pos "t"
33581 use_parbox 0
33582 use_makebox 0
33583 width "100col%"
33584 special "none"
33585 height "1in"
33586 height_special "totalheight"
33587 status open
33588
33589 \begin_layout Plain Layout
33590 This is text in an 
33591 \family sans
33592 allow page break
33593 \family default
33594  box.
33595 \end_layout
33596
33597 \end_inset
33598
33599
33600 \begin_inset ERT
33601 status collapsed
33602
33603 \begin_layout Plain Layout
33604
33605
33606 \backslash
33607 setlength{
33608 \backslash
33609 FrameRule}{0.4pt}
33610 \end_layout
33611
33612 \begin_layout Plain Layout
33613
33614
33615 \backslash
33616 setlength{
33617 \backslash
33618 FrameSep}{9pt}
33619 \end_layout
33620
33621 \end_inset
33622
33623
33624 \end_layout
33625
33626 \begin_layout Standard
33627 \begin_inset VSpace bigskip
33628 \end_inset
33629
33630
33631 \end_layout
33632
33633 \begin_layout Standard
33634 For 
33635 \family sans
33636 shaded background
33637 \family default
33638  boxes the default space between the box content and the box border is 3
33639 \begin_inset space \thinspace{}
33640 \end_inset
33641
33642 pt and can be changed with the value of 
33643 \series bold
33644
33645 \backslash
33646 fboxsep
33647 \series default
33648 .
33649  The default background color red can either be changed locally with the
33650  command 
33651 \series bold
33652
33653 \backslash
33654 definecolor{shadecolor}
33655 \series default
33656  or globally with the menu 
33657 \family sans
33658 Tools\SpecialChar \menuseparator
33659 Preferences\SpecialChar \menuseparator
33660 Colors\SpecialChar \menuseparator
33661 shaded
33662 \begin_inset space ~
33663 \end_inset
33664
33665 box
33666 \family default
33667 .
33668  The scheme of the 
33669 \series bold
33670
33671 \backslash
33672 definecolor
33673 \series default
33674  command is explained in section
33675 \begin_inset space ~
33676 \end_inset
33677
33678
33679 \begin_inset CommandInset ref
33680 LatexCommand ref
33681 reference "sec:Colored-Tables"
33682
33683 \end_inset
33684
33685 .
33686 \begin_inset Foot
33687 status collapsed
33688
33689 \begin_layout Plain Layout
33690 Note that 
33691 \series bold
33692
33693 \backslash
33694 definecolor
33695 \series default
33696  requires the LaTeX-package 
33697 \series bold
33698 color
33699 \series default
33700  in the preamble, see section
33701 \begin_inset space ~
33702 \end_inset
33703
33704
33705 \begin_inset CommandInset ref
33706 LatexCommand ref
33707 reference "sec:Colored-Boxes"
33708
33709 \end_inset
33710
33711 .
33712 \end_layout
33713
33714 \end_inset
33715
33716  For example the appearance of the following shaded background box is set
33717  with the TeX-Code commands
33718 \end_layout
33719
33720 \begin_layout Standard
33721
33722 \series bold
33723
33724 \backslash
33725 setlength{
33726 \backslash
33727 fboxsep}{0.5cm}
33728 \series default
33729
33730 \begin_inset Newline newline
33731 \end_inset
33732
33733
33734 \series bold
33735
33736 \backslash
33737 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33738 \end_layout
33739
33740 \begin_layout Standard
33741 \begin_inset ERT
33742 status collapsed
33743
33744 \begin_layout Plain Layout
33745
33746
33747 \backslash
33748 setlength{
33749 \backslash
33750 fboxsep}{0.5cm}
33751 \end_layout
33752
33753 \begin_layout Plain Layout
33754
33755
33756 \backslash
33757 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33758 \end_layout
33759
33760 \end_inset
33761
33762
33763 \begin_inset Box Shaded
33764 position "t"
33765 hor_pos "c"
33766 has_inner_box 0
33767 inner_pos "t"
33768 use_parbox 0
33769 use_makebox 0
33770 width "100col%"
33771 special "none"
33772 height "1in"
33773 height_special "totalheight"
33774 status open
33775
33776 \begin_layout Plain Layout
33777
33778 \color yellow
33779 This is yellow text in a
33780 \color none
33781  
33782 \family sans
33783 \color yellow
33784 shaded background
33785 \family default
33786 \color none
33787  
33788 \color yellow
33789 box with dark green background.
33790 \end_layout
33791
33792 \end_inset
33793
33794
33795 \begin_inset ERT
33796 status collapsed
33797
33798 \begin_layout Plain Layout
33799
33800
33801 \backslash
33802 setlength{
33803 \backslash
33804 fboxsep}{3pt}
33805 \end_layout
33806
33807 \begin_layout Plain Layout
33808
33809
33810 \backslash
33811 definecolor{shadecolor}{rgb}{1,0,0}
33812 \end_layout
33813
33814 \end_inset
33815
33816
33817 \end_layout
33818
33819 \begin_layout Standard
33820 \begin_inset VSpace bigskip
33821 \end_inset
33822
33823 Changed lengths and widths are valid for all boxes following the commands
33824  that change them.
33825 \end_layout
33826
33827 \begin_layout Section
33828 Minipages
33829 \begin_inset CommandInset label
33830 LatexCommand label
33831 name "sec:Minipages"
33832
33833 \end_inset
33834
33835
33836 \begin_inset Index idx
33837 status collapsed
33838
33839 \begin_layout Plain Layout
33840 Boxes ! Minipages
33841 \end_layout
33842
33843 \end_inset
33844
33845
33846 \end_layout
33847
33848 \begin_layout Standard
33849 Minipages are treated by LaTeX as pages within pages and can therefore for
33850  example have their own footnotes.
33851 \end_layout
33852
33853 \begin_layout Standard
33854 Minipages are useful when you write documents with different languages.
33855 \end_layout
33856
33857 \begin_layout Standard
33858 Below are two example minipages side by side.
33859  Their width is set to 45
33860 \begin_inset space \thinspace{}
33861 \end_inset
33862
33863 col% and they are separated by a horizontal fill, that was inserted via
33864  the menu 
33865 \family sans
33866 Insert\SpecialChar \menuseparator
33867 Special
33868 \begin_inset space ~
33869 \end_inset
33870
33871 Formatting\SpecialChar \menuseparator
33872 Horizontal
33873 \begin_inset space ~
33874 \end_inset
33875
33876 Fill
33877 \family default
33878 .
33879 \begin_inset Newpage newpage
33880 \end_inset
33881
33882
33883 \end_layout
33884
33885 \begin_layout Standard
33886 \begin_inset Box Frameless
33887 position "t"
33888 hor_pos "c"
33889 has_inner_box 1
33890 inner_pos "c"
33891 use_parbox 0
33892 use_makebox 0
33893 width "45col%"
33894 special "none"
33895 height "1in"
33896 height_special "totalheight"
33897 status open
33898
33899 \begin_layout Plain Layout
33900
33901 \lang ngerman
33902 Dies ist ein deutscher Text.
33903  Dies ist ein deutscher Text.
33904  Dies ist ein deutscher Text.
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 \begin_inset Foot
33916 status collapsed
33917
33918 \begin_layout Plain Layout
33919
33920 \lang ngerman
33921 Dies ist eine deutsche Fußnote.
33922 \end_layout
33923
33924 \end_inset
33925
33926 .
33927  Dies ist ein deutscher Text.
33928  Dies ist ein deutscher Text.
33929 \end_layout
33930
33931 \end_inset
33932
33933
33934 \begin_inset space \hfill{}
33935 \end_inset
33936
33937
33938 \begin_inset Box Frameless
33939 position "t"
33940 hor_pos "c"
33941 has_inner_box 1
33942 inner_pos "c"
33943 use_parbox 0
33944 use_makebox 0
33945 width "45col%"
33946 special "none"
33947 height "1in"
33948 height_special "totalheight"
33949 status open
33950
33951 \begin_layout Plain Layout
33952 This is an English Text.
33953  This is an English Text.
33954  This is an English Text.
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 \begin_inset Foot
33969 status collapsed
33970
33971 \begin_layout Plain Layout
33972 This is an English footnote.
33973 \end_layout
33974
33975 \end_inset
33976
33977  This is an English Text.
33978 \end_layout
33979
33980 \end_inset
33981
33982
33983 \end_layout
33984
33985 \begin_layout Standard
33986 \begin_inset VSpace bigskip
33987 \end_inset
33988
33989 The document-wide paragraph settings are ignored within minipages.
33990  That means that there will be no space between paragraphs in minipages
33991  although you set it to e.
33992 \begin_inset space \thinspace{}
33993 \end_inset
33994
33995 g.
33996 \begin_inset space \space{}
33997 \end_inset
33998
33999
34000 \family sans
34001 MedSkip
34002 \family default
34003  in the document settings.
34004 \end_layout
34005
34006 \begin_layout Standard
34007 Minipages can also be used to set a background color for text parts, see
34008  section
34009 \begin_inset space ~
34010 \end_inset
34011
34012
34013 \begin_inset CommandInset ref
34014 LatexCommand ref
34015 reference "sub:Color-for-Paragraphs"
34016
34017 \end_inset
34018
34019 .
34020 \end_layout
34021
34022 \begin_layout Standard
34023 \begin_inset Note Greyedout
34024 status open
34025
34026 \begin_layout Plain Layout
34027
34028 \series bold
34029 Note:
34030 \series default
34031  You cannot have floats or margin notes inside minipages but minipages can
34032  be used inside tables, floats, and other boxes.
34033 \end_layout
34034
34035 \end_inset
34036
34037
34038 \end_layout
34039
34040 \begin_layout Section
34041 Parboxes
34042 \begin_inset CommandInset label
34043 LatexCommand label
34044 name "sec:Parboxes"
34045
34046 \end_inset
34047
34048
34049 \begin_inset Index idx
34050 status collapsed
34051
34052 \begin_layout Plain Layout
34053 Boxes ! Parboxes
34054 \end_layout
34055
34056 \end_inset
34057
34058
34059 \end_layout
34060
34061 \begin_layout Standard
34062 Parboxes are very similar to minipages with the difference that they cannot
34063  have footnotes.
34064 \end_layout
34065
34066 \begin_layout Standard
34067 \align center
34068 \begin_inset Box Frameless
34069 position "t"
34070 hor_pos "c"
34071 has_inner_box 1
34072 inner_pos "t"
34073 use_parbox 1
34074 use_makebox 0
34075 width "33col%"
34076 special "none"
34077 height "1in"
34078 height_special "totalheight"
34079 status open
34080
34081 \begin_layout Plain Layout
34082 This a text within a parbox.
34083  This a text within a parbox.
34084 \end_layout
34085
34086 \begin_layout Plain Layout
34087 This footnote won't appear:
34088 \begin_inset Foot
34089 status collapsed
34090
34091 \begin_layout Plain Layout
34092 This footnote is inside a parbox and will therefore not appear.
34093 \end_layout
34094
34095 \end_inset
34096
34097
34098 \end_layout
34099
34100 \end_inset
34101
34102
34103 \end_layout
34104
34105 \begin_layout Section
34106 Boxes for Words and Characters
34107 \begin_inset Index idx
34108 status collapsed
34109
34110 \begin_layout Plain Layout
34111 Boxes ! for Characters
34112 \end_layout
34113
34114 \end_inset
34115
34116
34117 \end_layout
34118
34119 \begin_layout Subsection
34120 Prevent Hyphenation
34121 \begin_inset CommandInset label
34122 LatexCommand label
34123 name "sec:Prevent-Hyphenation"
34124
34125 \end_inset
34126
34127
34128 \begin_inset Index idx
34129 status collapsed
34130
34131 \begin_layout Plain Layout
34132 Boxes ! to Prevent Hyphenation
34133 \end_layout
34134
34135 \end_inset
34136
34137
34138 \end_layout
34139
34140 \begin_layout Standard
34141 You can use the box type 
34142 \family sans
34143 Makebox
34144 \family default
34145  to prevent words or text from being hyphenated.
34146 \begin_inset Newline newline
34147 \end_inset
34148
34149 Here is an example text:
34150 \end_layout
34151
34152 \begin_layout Standard
34153 This line is an example to show how you can prevent the hyphenation of 
34154 \begin_inset Quotes eld
34155 \end_inset
34156
34157 veryverylongword
34158 \begin_inset Quotes erd
34159 \end_inset
34160
34161 .
34162 \end_layout
34163
34164 \begin_layout Standard
34165 To prevent the hyphenation of the word 
34166 \begin_inset Quotes eld
34167 \end_inset
34168
34169 veryverylongword
34170 \begin_inset Quotes erd
34171 \end_inset
34172
34173 , put the word into a box, set the 
34174 \family sans
34175 Inner
34176 \begin_inset space ~
34177 \end_inset
34178
34179 box
34180 \family default
34181  to 
34182 \family sans
34183 Makebox
34184 \family default
34185  and its width to 1
34186 \begin_inset space \thinspace{}
34187 \end_inset
34188
34189 Width.
34190 \end_layout
34191
34192 \begin_layout Standard
34193 This is the result:
34194 \end_layout
34195
34196 \begin_layout Standard
34197 This line is an example to show how you can prevent the hyphenation of 
34198 \begin_inset Box Frameless
34199 position "t"
34200 hor_pos "c"
34201 has_inner_box 1
34202 inner_pos "t"
34203 use_parbox 0
34204 use_makebox 1
34205 width "1in"
34206 special "width"
34207 height "1in"
34208 height_special "totalheight"
34209 status open
34210
34211 \begin_layout Plain Layout
34212 \begin_inset Quotes eld
34213 \end_inset
34214
34215 veryverylongword
34216 \begin_inset Quotes erd
34217 \end_inset
34218
34219
34220 \end_layout
34221
34222 \end_inset
34223
34224 .
34225 \end_layout
34226
34227 \begin_layout Standard
34228 You can alternatively set the command 
34229 \begin_inset Quotes eld
34230 \end_inset
34231
34232
34233 \series bold
34234
34235 \backslash
34236 -
34237 \series default
34238
34239 \begin_inset Quotes grd
34240 \end_inset
34241
34242  as TeX-Code directly before the word:
34243 \end_layout
34244
34245 \begin_layout Standard
34246 This line is an example to show how you can prevent the hyphenation of 
34247 \begin_inset Quotes eld
34248 \end_inset
34249
34250
34251 \begin_inset ERT
34252 status collapsed
34253
34254 \begin_layout Plain Layout
34255
34256
34257 \backslash
34258 -
34259 \end_layout
34260
34261 \end_inset
34262
34263 veryverylongword
34264 \begin_inset Quotes erd
34265 \end_inset
34266
34267 .
34268 \end_layout
34269
34270 \begin_layout Standard
34271 Of course the word now protrudes over the side margin.
34272  To avoid this, add via the menu 
34273 \family sans
34274 Insert\SpecialChar \menuseparator
34275 Formatting\SpecialChar \menuseparator
34276 Ragged
34277 \begin_inset space ~
34278 \end_inset
34279
34280 Line
34281 \begin_inset space ~
34282 \end_inset
34283
34284 Break
34285 \family default
34286  (shortcut 
34287 \begin_inset Info
34288 type  "shortcut"
34289 arg   "newline-insert newline"
34290 \end_inset
34291
34292 ) a line break before the word:
34293 \end_layout
34294
34295 \begin_layout Standard
34296 This line is an example to show how you can prevent the hyphenation of 
34297 \begin_inset Newline newline
34298 \end_inset
34299
34300
34301 \begin_inset Box Frameless
34302 position "t"
34303 hor_pos "c"
34304 has_inner_box 1
34305 inner_pos "t"
34306 use_parbox 0
34307 use_makebox 1
34308 width "1in"
34309 special "width"
34310 height "1in"
34311 height_special "totalheight"
34312 status open
34313
34314 \begin_layout Plain Layout
34315 \begin_inset Quotes eld
34316 \end_inset
34317
34318 veryverylongword
34319 \begin_inset Quotes erd
34320 \end_inset
34321
34322
34323 \end_layout
34324
34325 \end_inset
34326
34327 .
34328 \end_layout
34329
34330 \begin_layout Subsection
34331 Vertical Alignment
34332 \begin_inset CommandInset label
34333 LatexCommand label
34334 name "sub:Vertical-Alignment"
34335
34336 \end_inset
34337
34338
34339 \begin_inset Index idx
34340 status collapsed
34341
34342 \begin_layout Plain Layout
34343 Boxes ! for Vertical Alignment
34344 \end_layout
34345
34346 \end_inset
34347
34348
34349 \begin_inset Index idx
34350 status collapsed
34351
34352 \begin_layout Plain Layout
34353 Boxes ! Raiseboxes
34354 \end_layout
34355
34356 \end_inset
34357
34358
34359 \end_layout
34360
34361 \begin_layout Standard
34362 With the help of the command 
34363 \series bold
34364
34365 \backslash
34366 raisebox
34367 \series default
34368  you can align words, characters or other boxes vertically relative to the
34369  surrounding text.
34370  
34371 \series bold
34372
34373 \backslash
34374 raisebox
34375 \series default
34376  is used with the following scheme:
34377 \end_layout
34378
34379 \begin_layout Standard
34380
34381 \series bold
34382
34383 \backslash
34384 raisebox{lift}[height][depth]{box content}
34385 \end_layout
34386
34387 \begin_layout Standard
34388 The lift can be a positive value to raise the box or a negative value to
34389  lower the box.
34390 \end_layout
34391
34392 \begin_layout Standard
34393 To align for example the word 
34394 \begin_inset Quotes eld
34395 \end_inset
34396
34397 preventing
34398 \begin_inset Quotes erd
34399 \end_inset
34400
34401  so that the bottom of the 
34402 \begin_inset Quotes eld
34403 \end_inset
34404
34405 deepest
34406 \begin_inset Quotes erd
34407 \end_inset
34408
34409  character 
34410 \begin_inset Quotes eld
34411 \end_inset
34412
34413 p
34414 \begin_inset Quotes erd
34415 \end_inset
34416
34417  is at the baseline, insert the command
34418 \end_layout
34419
34420 \begin_layout Standard
34421
34422 \series bold
34423
34424 \backslash
34425 raisebox{
34426 \backslash
34427 depth}{
34428 \end_layout
34429
34430 \begin_layout Standard
34431 in TeX-Code before the word.
34432  After the word insert a closing brace 
34433 \begin_inset Quotes eld
34434 \end_inset
34435
34436
34437 \series bold
34438 }
34439 \series default
34440
34441 \begin_inset Quotes erd
34442 \end_inset
34443
34444  in TeX-Code.
34445 \begin_inset Newline newline
34446 \end_inset
34447
34448 This is the result:
34449 \end_layout
34450
34451 \begin_layout Standard
34452 This is a text line with the word 
34453 \begin_inset ERT
34454 status collapsed
34455
34456 \begin_layout Plain Layout
34457
34458
34459 \backslash
34460 raisebox{
34461 \backslash
34462 depth}{
34463 \end_layout
34464
34465 \end_inset
34466
34467
34468 \begin_inset Quotes eld
34469 \end_inset
34470
34471 preventing
34472 \begin_inset Quotes erd
34473 \end_inset
34474
34475
34476 \begin_inset ERT
34477 status collapsed
34478
34479 \begin_layout Plain Layout
34480
34481 }
34482 \end_layout
34483
34484 \end_inset
34485
34486  as a raised word.
34487 \end_layout
34488
34489 \begin_layout Standard
34490 \begin_inset VSpace bigskip
34491 \end_inset
34492
34493 When you raise or lower characters in a line, the line distance will be
34494  spread:
34495 \end_layout
34496
34497 \begin_layout Standard
34498 This is a text line with the word 
34499 \begin_inset ERT
34500 status collapsed
34501
34502 \begin_layout Plain Layout
34503
34504
34505 \backslash
34506 raisebox{-
34507 \backslash
34508 depth}{
34509 \end_layout
34510
34511 \end_inset
34512
34513
34514 \begin_inset Quotes eld
34515 \end_inset
34516
34517 preventing
34518 \begin_inset Quotes erd
34519 \end_inset
34520
34521
34522 \begin_inset ERT
34523 status collapsed
34524
34525 \begin_layout Plain Layout
34526
34527 }
34528 \end_layout
34529
34530 \end_inset
34531
34532  as a lowered word.
34533 \begin_inset Newline newline
34534 \end_inset
34535
34536 This is a text line with the word 
34537 \begin_inset ERT
34538 status collapsed
34539
34540 \begin_layout Plain Layout
34541
34542
34543 \backslash
34544 raisebox{0.5cm}{
34545 \end_layout
34546
34547 \end_inset
34548
34549
34550 \begin_inset Quotes eld
34551 \end_inset
34552
34553 testing
34554 \begin_inset Quotes erd
34555 \end_inset
34556
34557
34558 \begin_inset ERT
34559 status collapsed
34560
34561 \begin_layout Plain Layout
34562
34563 }
34564 \end_layout
34565
34566 \end_inset
34567
34568  as a raised word.
34569 \end_layout
34570
34571 \begin_layout Standard
34572 If you want to prevent this for a certain reason, set the box height to
34573  a zero value.
34574  For example use
34575 \end_layout
34576
34577 \begin_layout Standard
34578
34579 \series bold
34580
34581 \backslash
34582 raisebox{-
34583 \backslash
34584 depth}[0pt]{
34585 \end_layout
34586
34587 \begin_layout Standard
34588 This is a text line with the word 
34589 \begin_inset ERT
34590 status collapsed
34591
34592 \begin_layout Plain Layout
34593
34594
34595 \backslash
34596 raisebox{-
34597 \backslash
34598 depth}[0pt]{
34599 \end_layout
34600
34601 \end_inset
34602
34603
34604 \begin_inset Quotes eld
34605 \end_inset
34606
34607 preventing
34608 \begin_inset Quotes erd
34609 \end_inset
34610
34611
34612 \begin_inset ERT
34613 status collapsed
34614
34615 \begin_layout Plain Layout
34616
34617 }
34618 \end_layout
34619
34620 \end_inset
34621
34622  as a lowered word.
34623 \begin_inset Newline newline
34624 \end_inset
34625
34626 This is a text line with the word 
34627 \begin_inset ERT
34628 status collapsed
34629
34630 \begin_layout Plain Layout
34631
34632
34633 \backslash
34634 raisebox{0.5cm}[0pt]{
34635 \end_layout
34636
34637 \end_inset
34638
34639
34640 \begin_inset Quotes eld
34641 \end_inset
34642
34643 testing
34644 \begin_inset Quotes erd
34645 \end_inset
34646
34647
34648 \begin_inset ERT
34649 status collapsed
34650
34651 \begin_layout Plain Layout
34652
34653 }
34654 \end_layout
34655
34656 \end_inset
34657
34658  as a raised word.
34659 \end_layout
34660
34661 \begin_layout Section
34662 Colored Boxes
34663 \begin_inset CommandInset label
34664 LatexCommand label
34665 name "sec:Colored-Boxes"
34666
34667 \end_inset
34668
34669
34670 \begin_inset Index idx
34671 status collapsed
34672
34673 \begin_layout Plain Layout
34674 Boxes ! Color
34675 \end_layout
34676
34677 \end_inset
34678
34679
34680 \end_layout
34681
34682 \begin_layout Subsection
34683 Color for Text
34684 \begin_inset Index idx
34685 status collapsed
34686
34687 \begin_layout Plain Layout
34688 Color ! for Text
34689 \end_layout
34690
34691 \end_inset
34692
34693
34694 \end_layout
34695
34696 \begin_layout Standard
34697 To color the background of text the text must be put into a so called 
34698 \begin_inset Quotes eld
34699 \end_inset
34700
34701 colorbox
34702 \begin_inset Quotes erd
34703 \end_inset
34704
34705 .
34706  This requires that the LaTeX-package 
34707 \series bold
34708 color
34709 \series default
34710
34711 \begin_inset Index idx
34712 status collapsed
34713
34714 \begin_layout Plain Layout
34715 LaTeX-packages ! color
34716 \end_layout
34717
34718 \end_inset
34719
34720  is loaded in the document preamble with the command
34721 \end_layout
34722
34723 \begin_layout Standard
34724
34725 \series bold
34726
34727 \backslash
34728 @ifundefined{textcolor}
34729 \begin_inset Newline newline
34730 \end_inset
34731
34732
34733 \begin_inset Phantom HPhantom
34734 status open
34735
34736 \begin_layout Plain Layout
34737
34738 \series bold
34739 \begin_inset space ~
34740 \end_inset
34741
34742
34743 \end_layout
34744
34745 \end_inset
34746
34747 {
34748 \backslash
34749 usepackage{color}}{}
34750 \end_layout
34751
34752 \begin_layout Standard
34753 The package 
34754 \series bold
34755 color
34756 \series default
34757  will be loaded automatically by LyX when you color text.
34758 \begin_inset Foot
34759 status collapsed
34760
34761 \begin_layout Plain Layout
34762 To avoid it being loaded twice the command 
34763 \series bold
34764
34765 \backslash
34766 @ifundefined
34767 \series default
34768  is used.
34769 \end_layout
34770
34771 \end_inset
34772
34773
34774 \end_layout
34775
34776 \begin_layout Standard
34777 \begin_inset VSpace medskip
34778 \end_inset
34779
34780 Colorboxes are created with the command 
34781 \series bold
34782
34783 \backslash
34784 colorbox
34785 \series default
34786 .
34787  This will be used with the following scheme:
34788 \end_layout
34789
34790 \begin_layout Standard
34791
34792 \series bold
34793
34794 \backslash
34795 colorbox{color}{box content}
34796 \end_layout
34797
34798 \begin_layout Standard
34799 The box content can also be a box and colorboxes can also be within other
34800  boxes.
34801 \end_layout
34802
34803 \begin_layout Standard
34804 The following colors are predefined:
34805 \begin_inset Newline newline
34806 \end_inset
34807
34808
34809 \family sans
34810 black
34811 \family default
34812
34813 \family sans
34814 blue
34815 \family default
34816
34817 \family sans
34818 cyan
34819 \family default
34820 \series bold
34821 ,
34822 \series default
34823  
34824 \family sans
34825 green
34826 \family default
34827
34828 \family sans
34829 magenta
34830 \family default
34831
34832 \family sans
34833 red
34834 \family default
34835
34836 \family sans
34837 white
34838 \family default
34839 , and 
34840 \family sans
34841 yellow
34842 \family default
34843 .
34844 \begin_inset Newline newline
34845 \end_inset
34846
34847 You can also define your own color as described in section
34848 \begin_inset space ~
34849 \end_inset
34850
34851
34852 \begin_inset CommandInset ref
34853 LatexCommand ref
34854 reference "sec:Colored-Tables"
34855
34856 \end_inset
34857
34858 .
34859 \end_layout
34860
34861 \begin_layout Standard
34862 To have e.
34863 \begin_inset space \thinspace{}
34864 \end_inset
34865
34866 g.
34867 \begin_inset space \space{}
34868 \end_inset
34869
34870 a red background for a word, insert the command
34871 \end_layout
34872
34873 \begin_layout Standard
34874
34875 \series bold
34876
34877 \backslash
34878 colorbox{red}{
34879 \end_layout
34880
34881 \begin_layout Standard
34882 before the word in TeX-Code.
34883  After the word insert a closing brace 
34884 \begin_inset Quotes eld
34885 \end_inset
34886
34887
34888 \series bold
34889 }
34890 \series default
34891
34892 \begin_inset Quotes erd
34893 \end_inset
34894
34895  in TeX-Code.
34896 \begin_inset Newline newline
34897 \end_inset
34898
34899 This is the result:
34900 \end_layout
34901
34902 \begin_layout Standard
34903 This is a line where the word 
34904 \begin_inset ERT
34905 status collapsed
34906
34907 \begin_layout Plain Layout
34908
34909
34910 \backslash
34911 colorbox{red}{
34912 \end_layout
34913
34914 \end_inset
34915
34916
34917 \begin_inset Quotes eld
34918 \end_inset
34919
34920 Attention!
34921 \begin_inset Quotes erd
34922 \end_inset
34923
34924
34925 \begin_inset ERT
34926 status collapsed
34927
34928 \begin_layout Plain Layout
34929
34930 }
34931 \end_layout
34932
34933 \end_inset
34934
34935  has a red background.
34936 \end_layout
34937
34938 \begin_layout Standard
34939 \begin_inset VSpace bigskip
34940 \end_inset
34941
34942 If you would like the box frame in a different color, you can use the command
34943  
34944 \series bold
34945
34946 \backslash
34947 fcolorbox
34948 \series default
34949  with the following scheme:
34950 \end_layout
34951
34952 \begin_layout Standard
34953
34954 \series bold
34955
34956 \backslash
34957 fcolorbox{frame color}{box color}{box content}
34958 \end_layout
34959
34960 \begin_layout Standard
34961
34962 \series bold
34963
34964 \backslash
34965 fcolorbox
34966 \series default
34967  is an extension to 
34968 \series bold
34969
34970 \backslash
34971 colorbox
34972 \series default
34973 .
34974  The frame thickness and the space between the frame and the box content
34975  can be adjusted with the lengths 
34976 \series bold
34977
34978 \backslash
34979 fboxrule
34980 \series default
34981  and 
34982 \series bold
34983
34984 \backslash
34985 fboxsep
34986 \series default
34987 , respectively, as described in section
34988 \begin_inset space ~
34989 \end_inset
34990
34991
34992 \begin_inset CommandInset ref
34993 LatexCommand ref
34994 reference "sec:Decoration"
34995
34996 \end_inset
34997
34998 .
34999 \end_layout
35000
35001 \begin_layout Standard
35002 For the following example the command
35003 \end_layout
35004
35005 \begin_layout Standard
35006
35007 \series bold
35008
35009 \backslash
35010 fcolorbox{cyan}{magenta}{
35011 \end_layout
35012
35013 \begin_layout Standard
35014 was used.
35015 \end_layout
35016
35017 \begin_layout Standard
35018 Here is an example where the frame line thickness was set to 1
35019 \begin_inset space \thinspace{}
35020 \end_inset
35021
35022 mm:
35023 \begin_inset Newline newline
35024 \end_inset
35025
35026
35027 \begin_inset ERT
35028 status collapsed
35029
35030 \begin_layout Plain Layout
35031
35032
35033 \backslash
35034 fboxrule 1mm 
35035 \backslash
35036 fboxsep 1mm
35037 \end_layout
35038
35039 \end_inset
35040
35041
35042 \begin_inset ERT
35043 status collapsed
35044
35045 \begin_layout Plain Layout
35046
35047
35048 \backslash
35049 fcolorbox{cyan}{magenta}{
35050 \end_layout
35051
35052 \end_inset
35053
35054 This is text within a colored, framed box.
35055 \begin_inset ERT
35056 status collapsed
35057
35058 \begin_layout Plain Layout
35059
35060 }
35061 \end_layout
35062
35063 \end_inset
35064
35065
35066 \end_layout
35067
35068 \begin_layout Standard
35069 \begin_inset VSpace bigskip
35070 \end_inset
35071
35072 Of course you can also have colored text inside a colorbox:
35073 \begin_inset Newline newline
35074 \end_inset
35075
35076
35077 \begin_inset ERT
35078 status collapsed
35079
35080 \begin_layout Plain Layout
35081
35082
35083 \backslash
35084 fcolorbox{cyan}{magenta}{
35085 \end_layout
35086
35087 \end_inset
35088
35089
35090 \color yellow
35091 This is colored text within a colored, framed box.
35092 \color none
35093
35094 \begin_inset ERT
35095 status collapsed
35096
35097 \begin_layout Plain Layout
35098
35099 }
35100 \end_layout
35101
35102 \end_inset
35103
35104
35105 \begin_inset ERT
35106 status collapsed
35107
35108 \begin_layout Plain Layout
35109
35110
35111 \backslash
35112 fboxrule 0.4pt 
35113 \backslash
35114 fboxsep 3pt
35115 \end_layout
35116
35117 \end_inset
35118
35119
35120 \end_layout
35121
35122 \begin_layout Standard
35123 \begin_inset VSpace medskip
35124 \end_inset
35125
35126
35127 \end_layout
35128
35129 \begin_layout Standard
35130 \begin_inset Note Greyedout
35131 status open
35132
35133 \begin_layout Plain Layout
35134
35135 \series bold
35136 Note:
35137 \series default
35138  Text in colorboxes cannot have line breaks.
35139  To color multiple text lines or paragraphs, use a box inside a colorbox
35140  as described in the following.
35141 \end_layout
35142
35143 \end_inset
35144
35145
35146 \end_layout
35147
35148 \begin_layout Subsection
35149 Color for Paragraphs
35150 \begin_inset CommandInset label
35151 LatexCommand label
35152 name "sub:Color-for-Paragraphs"
35153
35154 \end_inset
35155
35156
35157 \begin_inset Index idx
35158 status collapsed
35159
35160 \begin_layout Plain Layout
35161 Color ! for Paragraphs
35162 \end_layout
35163
35164 \end_inset
35165
35166
35167 \end_layout
35168
35169 \begin_layout Standard
35170 To set the background color for more than one text line, put the text into
35171  a minipage.
35172  Before the minipage insert the 
35173 \series bold
35174
35175 \backslash
35176 colorbox
35177 \series default
35178  command
35179 \end_layout
35180
35181 \begin_layout Standard
35182
35183 \series bold
35184
35185 \backslash
35186 colorbox{color}{
35187 \end_layout
35188
35189 \begin_layout Standard
35190 in TeX-Code.
35191  After the minipage insert a closing brace 
35192 \begin_inset Quotes eld
35193 \end_inset
35194
35195
35196 \series bold
35197 }
35198 \series default
35199
35200 \begin_inset Quotes erd
35201 \end_inset
35202
35203  in TeX-Code.
35204 \end_layout
35205
35206 \begin_layout Standard
35207 \begin_inset ERT
35208 status collapsed
35209
35210 \begin_layout Plain Layout
35211
35212
35213 \backslash
35214 colorbox{lightgrey}{
35215 \end_layout
35216
35217 \end_inset
35218
35219
35220 \begin_inset Box Frameless
35221 position "t"
35222 hor_pos "c"
35223 has_inner_box 1
35224 inner_pos "t"
35225 use_parbox 0
35226 use_makebox 0
35227 width "100col%"
35228 special "none"
35229 height "1in"
35230 height_special "totalheight"
35231 status collapsed
35232
35233 \begin_layout Plain Layout
35234 This is text with background color.
35235  This is text with background color.
35236 \end_layout
35237
35238 \begin_layout Plain Layout
35239 \begin_inset VSpace defskip
35240 \end_inset
35241
35242 The text can have footnotes
35243 \begin_inset Foot
35244 status collapsed
35245
35246 \begin_layout Plain Layout
35247 Another example footnote
35248 \end_layout
35249
35250 \end_inset
35251
35252  and can include tables and figures.
35253 \end_layout
35254
35255 \begin_layout Plain Layout
35256 \align center
35257 \begin_inset Tabular
35258 <lyxtabular version="3" rows="3" columns="3">
35259 <features rotate="0" tabularvalignment="middle">
35260 <column alignment="center" valignment="top" width="0">
35261 <column alignment="center" valignment="top" width="0">
35262 <column alignment="center" valignment="top" width="0">
35263 <row>
35264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35265 \begin_inset Text
35266
35267 \begin_layout Plain Layout
35268 a
35269 \end_layout
35270
35271 \end_inset
35272 </cell>
35273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35274 \begin_inset Text
35275
35276 \begin_layout Plain Layout
35277 !
35278 \end_layout
35279
35280 \end_inset
35281 </cell>
35282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35283 \begin_inset Text
35284
35285 \begin_layout Plain Layout
35286 3
35287 \end_layout
35288
35289 \end_inset
35290 </cell>
35291 </row>
35292 <row>
35293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35294 \begin_inset Text
35295
35296 \begin_layout Plain Layout
35297 <
35298 \end_layout
35299
35300 \end_inset
35301 </cell>
35302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35303 \begin_inset Text
35304
35305 \begin_layout Plain Layout
35306 b2
35307 \begin_inset Quotes erd
35308 \end_inset
35309
35310 |
35311 \end_layout
35312
35313 \end_inset
35314 </cell>
35315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35316 \begin_inset Text
35317
35318 \begin_layout Plain Layout
35319 >
35320 \end_layout
35321
35322 \end_inset
35323 </cell>
35324 </row>
35325 <row>
35326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35327 \begin_inset Text
35328
35329 \begin_layout Plain Layout
35330 1
35331 \end_layout
35332
35333 \end_inset
35334 </cell>
35335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35336 \begin_inset Text
35337
35338 \begin_layout Plain Layout
35339 §
35340 \end_layout
35341
35342 \end_inset
35343 </cell>
35344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35345 \begin_inset Text
35346
35347 \begin_layout Plain Layout
35348 c
35349 \end_layout
35350
35351 \end_inset
35352 </cell>
35353 </row>
35354 </lyxtabular>
35355
35356 \end_inset
35357
35358
35359 \end_layout
35360
35361 \end_inset
35362
35363
35364 \begin_inset ERT
35365 status collapsed
35366
35367 \begin_layout Plain Layout
35368
35369 }
35370 \end_layout
35371
35372 \end_inset
35373
35374
35375 \end_layout
35376
35377 \begin_layout Section
35378 Rotated and Scaled Boxes
35379 \end_layout
35380
35381 \begin_layout Standard
35382 To use the commands described in this section, the LaTeX-package 
35383 \series bold
35384 graphicx
35385 \series default
35386
35387 \begin_inset Index idx
35388 status collapsed
35389
35390 \begin_layout Plain Layout
35391 LaTeX-packages ! graphicx
35392 \end_layout
35393
35394 \end_inset
35395
35396  needs to be loaded in the document preamble with the command
35397 \end_layout
35398
35399 \begin_layout Standard
35400
35401 \series bold
35402
35403 \backslash
35404 @ifundefined{rotatebox}
35405 \begin_inset Newline newline
35406 \end_inset
35407
35408
35409 \begin_inset Phantom HPhantom
35410 status open
35411
35412 \begin_layout Plain Layout
35413
35414 \series bold
35415 \begin_inset space ~
35416 \end_inset
35417
35418
35419 \end_layout
35420
35421 \end_inset
35422
35423 {
35424 \backslash
35425 usepackage{graphicx}}{}
35426 \end_layout
35427
35428 \begin_layout Standard
35429 \begin_inset Note Greyedout
35430 status open
35431
35432 \begin_layout Plain Layout
35433
35434 \series bold
35435 Note:
35436 \series default
35437  Not all DVI-viewers are able to display rotated or scaled material.
35438 \end_layout
35439
35440 \end_inset
35441
35442
35443 \end_layout
35444
35445 \begin_layout Standard
35446 \begin_inset Note Greyedout
35447 status open
35448
35449 \begin_layout Plain Layout
35450
35451 \series bold
35452 Note:
35453 \series default
35454  Floats are not allowed inside a rotated or scaled box.
35455 \end_layout
35456
35457 \end_inset
35458
35459
35460 \end_layout
35461
35462 \begin_layout Subsection
35463 Rotated Boxes
35464 \begin_inset Index idx
35465 status collapsed
35466
35467 \begin_layout Plain Layout
35468 Boxes ! rotated
35469 \end_layout
35470
35471 \end_inset
35472
35473
35474 \begin_inset Index idx
35475 status collapsed
35476
35477 \begin_layout Plain Layout
35478 Rotated Material
35479 \end_layout
35480
35481 \end_inset
35482
35483
35484 \end_layout
35485
35486 \begin_layout Standard
35487 To rotate material, you can put it into a rotated box.
35488  Such a box is created using the command 
35489 \series bold
35490
35491 \backslash
35492 rotatebox
35493 \series default
35494  in TeX-Code with the following scheme:
35495 \end_layout
35496
35497 \begin_layout Standard
35498
35499 \series bold
35500
35501 \backslash
35502 rotatebox[rotation origin]{rotation angle}{box content}
35503 \end_layout
35504
35505 \begin_layout Standard
35506 The rotation origin is specified in the form 
35507 \series bold
35508 origin=position
35509 \series default
35510 .
35511  The following positions are possible: 
35512 \emph on
35513 c
35514 \emph default
35515  (center), 
35516 \emph on
35517 l
35518 \emph default
35519  (left), 
35520 \emph on
35521 r
35522 \emph default
35523  (right), 
35524 \emph on
35525 b
35526 \emph default
35527  (bottom), 
35528 \emph on
35529 t
35530 \emph default
35531  (top), along with meaningful combinations of the four base positions.
35532  For example 
35533 \emph on
35534 lt
35535 \emph default
35536  means that the rotation origin is at the top left corner of the box.
35537  When no rotation origin is specified, the position 
35538 \emph on
35539 l
35540 \emph default
35541  will be used.
35542  The rotation angle is a number that can be negative that specifies the
35543  angle in degrees.
35544  The rotation direction is counterclockwise.
35545 \end_layout
35546
35547 \begin_layout Standard
35548 In the following example the command 
35549 \series bold
35550
35551 \backslash
35552 rotatebox[origin=c]{60}{
35553 \series default
35554  was inserted as TeX-Code before the text 
35555 \begin_inset Quotes eld
35556 \end_inset
35557
35558 with rotated
35559 \begin_inset Quotes erd
35560 \end_inset
35561
35562 ; after the text the box was closed by a closing brace 
35563 \series bold
35564 }
35565 \series default
35566  in TeX-Code.
35567 \end_layout
35568
35569 \begin_layout Standard
35570 This is a line 
35571 \begin_inset ERT
35572 status collapsed
35573
35574 \begin_layout Plain Layout
35575
35576
35577 \backslash
35578 rotatebox[origin=c]{60}{
35579 \end_layout
35580
35581 \end_inset
35582
35583 with rotated
35584 \begin_inset ERT
35585 status collapsed
35586
35587 \begin_layout Plain Layout
35588
35589 }
35590 \end_layout
35591
35592 \end_inset
35593
35594  text.
35595 \end_layout
35596
35597 \begin_layout Standard
35598 The box content can also be another box or an inline formula:
35599 \end_layout
35600
35601 \begin_layout Standard
35602 This is a line
35603 \begin_inset ERT
35604 status collapsed
35605
35606 \begin_layout Plain Layout
35607
35608
35609 \backslash
35610 rotatebox[origin=r]{-60}{
35611 \end_layout
35612
35613 \end_inset
35614
35615
35616 \begin_inset Box Doublebox
35617 position "c"
35618 hor_pos "c"
35619 has_inner_box 0
35620 inner_pos "c"
35621 use_parbox 0
35622 use_makebox 0
35623 width "1in"
35624 special "width"
35625 height "1in"
35626 height_special "totalheight"
35627 status collapsed
35628
35629 \begin_layout Plain Layout
35630 with rotated
35631 \end_layout
35632
35633 \end_inset
35634
35635
35636 \begin_inset ERT
35637 status collapsed
35638
35639 \begin_layout Plain Layout
35640
35641 }
35642 \end_layout
35643
35644 \end_inset
35645
35646  framed text 
35647 \begin_inset ERT
35648 status collapsed
35649
35650 \begin_layout Plain Layout
35651
35652
35653 \backslash
35654 rotatebox[origin=lb]{60}{
35655 \end_layout
35656
35657 \end_inset
35658
35659
35660 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35661 \end_inset
35662
35663
35664 \begin_inset ERT
35665 status collapsed
35666
35667 \begin_layout Plain Layout
35668
35669 }
35670 \end_layout
35671
35672 \end_inset
35673
35674  and a formula.
35675 \end_layout
35676
35677 \begin_layout Standard
35678 or an image or table:
35679 \end_layout
35680
35681 \begin_layout Standard
35682 This is a line
35683 \begin_inset ERT
35684 status collapsed
35685
35686 \begin_layout Plain Layout
35687
35688
35689 \backslash
35690 rotatebox[origin=lb]{90}{
35691 \end_layout
35692
35693 \end_inset
35694
35695
35696 \begin_inset Graphics
35697         filename clipart/platypus.eps
35698         lyxscale 50
35699         width 25col%
35700
35701 \end_inset
35702
35703
35704 \begin_inset ERT
35705 status collapsed
35706
35707 \begin_layout Plain Layout
35708
35709 }
35710 \end_layout
35711
35712 \end_inset
35713
35714  with a rotated image 
35715 \begin_inset ERT
35716 status collapsed
35717
35718 \begin_layout Plain Layout
35719
35720
35721 \backslash
35722 rotatebox[origin=l]{-90}{
35723 \end_layout
35724
35725 \end_inset
35726
35727
35728 \begin_inset Tabular
35729 <lyxtabular version="3" rows="2" columns="2">
35730 <features rotate="0" tabularvalignment="middle">
35731 <column alignment="center" valignment="top" width="0">
35732 <column alignment="center" valignment="top" width="0">
35733 <row>
35734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35735 \begin_inset Text
35736
35737 \begin_layout Plain Layout
35738 q
35739 \end_layout
35740
35741 \end_inset
35742 </cell>
35743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35744 \begin_inset Text
35745
35746 \begin_layout Plain Layout
35747 w
35748 \end_layout
35749
35750 \end_inset
35751 </cell>
35752 </row>
35753 <row>
35754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35755 \begin_inset Text
35756
35757 \begin_layout Plain Layout
35758 e
35759 \end_layout
35760
35761 \end_inset
35762 </cell>
35763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35764 \begin_inset Text
35765
35766 \begin_layout Plain Layout
35767 r
35768 \end_layout
35769
35770 \end_inset
35771 </cell>
35772 </row>
35773 </lyxtabular>
35774
35775 \end_inset
35776
35777
35778 \begin_inset ERT
35779 status collapsed
35780
35781 \begin_layout Plain Layout
35782
35783 }
35784 \end_layout
35785
35786 \end_inset
35787
35788  and table.
35789 \begin_inset Index idx
35790 status collapsed
35791
35792 \begin_layout Plain Layout
35793 Figures ! rotated
35794 \end_layout
35795
35796 \end_inset
35797
35798
35799 \begin_inset Index idx
35800 status collapsed
35801
35802 \begin_layout Plain Layout
35803 Table Customization ! Rotating
35804 \end_layout
35805
35806 \end_inset
35807
35808
35809 \end_layout
35810
35811 \begin_layout Subsection
35812 Scaled Boxes
35813 \begin_inset Index idx
35814 status collapsed
35815
35816 \begin_layout Plain Layout
35817 Boxes ! scaled
35818 \end_layout
35819
35820 \end_inset
35821
35822
35823 \begin_inset Index idx
35824 status collapsed
35825
35826 \begin_layout Plain Layout
35827 Scaled Material
35828 \end_layout
35829
35830 \end_inset
35831
35832
35833 \end_layout
35834
35835 \begin_layout Standard
35836 To scale material the commands 
35837 \series bold
35838
35839 \backslash
35840 scalebox
35841 \series default
35842  and 
35843 \series bold
35844
35845 \backslash
35846 resizebox
35847 \series default
35848  can be used as TeX-Code.
35849 \end_layout
35850
35851 \begin_layout Standard
35852
35853 \series bold
35854
35855 \backslash
35856 scalebox
35857 \series default
35858  is used with the following scheme:
35859 \end_layout
35860
35861 \begin_layout Standard
35862
35863 \series bold
35864
35865 \backslash
35866 scalebox{horizontal}[vertical]{box content}
35867 \end_layout
35868
35869 \begin_layout Standard
35870 Horizontal and vertical are the corresponding scaling factors.
35871  If no vertical scaling factor is given, the horizontal factor will also
35872  be used as the vertical one.
35873 \end_layout
35874
35875 \begin_layout Standard
35876 The command 
35877 \series bold
35878
35879 \backslash
35880 scalebox{2}{Hello}
35881 \series default
35882  creates for example a double size 
35883 \begin_inset ERT
35884 status collapsed
35885
35886 \begin_layout Plain Layout
35887
35888
35889 \backslash
35890 scalebox{2}{
35891 \end_layout
35892
35893 \end_inset
35894
35895 Hello
35896 \begin_inset ERT
35897 status collapsed
35898
35899 \begin_layout Plain Layout
35900
35901 }
35902 \end_layout
35903
35904 \end_inset
35905
35906 , compared with the document text size.
35907 \end_layout
35908
35909 \begin_layout Standard
35910
35911 \series bold
35912
35913 \backslash
35914 scalebox{2}[1]{Hello}
35915 \series default
35916  on the other hand distorts the 
35917 \begin_inset ERT
35918 status collapsed
35919
35920 \begin_layout Plain Layout
35921
35922
35923 \backslash
35924 scalebox{2}[1]{
35925 \end_layout
35926
35927 \end_inset
35928
35929 Hello
35930 \begin_inset ERT
35931 status collapsed
35932
35933 \begin_layout Plain Layout
35934
35935 }
35936 \end_layout
35937
35938 \end_inset
35939
35940 .
35941 \end_layout
35942
35943 \begin_layout Standard
35944 If the scaling factor is negative, the box content will be mirrored.
35945  Therefore the command 
35946 \series bold
35947
35948 \backslash
35949 scalebox{-1}[1]{Hello}
35950 \series default
35951  can be used to create mirror writing: 
35952 \begin_inset ERT
35953 status collapsed
35954
35955 \begin_layout Plain Layout
35956
35957
35958 \backslash
35959 scalebox{-1}[1]{
35960 \end_layout
35961
35962 \end_inset
35963
35964 Hello
35965 \begin_inset ERT
35966 status collapsed
35967
35968 \begin_layout Plain Layout
35969
35970 }
35971 \end_layout
35972
35973 \end_inset
35974
35975
35976 \end_layout
35977
35978 \begin_layout Standard
35979
35980 \series bold
35981
35982 \backslash
35983 scalebox{1}[-1]{Hello}
35984 \series default
35985  reflects the 
35986 \begin_inset ERT
35987 status collapsed
35988
35989 \begin_layout Plain Layout
35990
35991
35992 \backslash
35993 scalebox{1}[-1]{
35994 \end_layout
35995
35996 \end_inset
35997
35998 Hello
35999 \begin_inset ERT
36000 status collapsed
36001
36002 \begin_layout Plain Layout
36003
36004 }
36005 \end_layout
36006
36007 \end_inset
36008
36009  at the base line.
36010 \end_layout
36011
36012 \begin_layout Standard
36013 Equivalent to 
36014 \series bold
36015
36016 \backslash
36017 scalebox{-1}[1]{box content}
36018 \series default
36019  there exists the command
36020 \begin_inset Newline newline
36021 \end_inset
36022
36023
36024 \series bold
36025
36026 \backslash
36027 reflectbox{box content}
36028 \series default
36029 .
36030 \end_layout
36031
36032 \begin_layout Standard
36033 \begin_inset VSpace bigskip
36034 \end_inset
36035
36036 The command 
36037 \series bold
36038
36039 \backslash
36040 resizebox
36041 \series default
36042  is used to scale the box to a defined width and height.
36043  The command scheme is:
36044 \end_layout
36045
36046 \begin_layout Standard
36047
36048 \series bold
36049
36050 \backslash
36051 resizebox{width}{height}{box content}
36052 \end_layout
36053
36054 \begin_layout Standard
36055 If one of the two command arguments given is an exclamation mark 
36056 \series bold
36057 !
36058 \series default
36059 , the size is set so that the aspect ratio of the box content is kept.
36060 \end_layout
36061
36062 \begin_layout Standard
36063 The command 
36064 \series bold
36065
36066 \backslash
36067 resizebox{2cm}{1cm}{Hello}
36068 \series default
36069  produces: 
36070 \begin_inset ERT
36071 status collapsed
36072
36073 \begin_layout Plain Layout
36074
36075
36076 \backslash
36077 resizebox{2cm}{1cm}{
36078 \end_layout
36079
36080 \end_inset
36081
36082 Hello
36083 \begin_inset ERT
36084 status collapsed
36085
36086 \begin_layout Plain Layout
36087
36088 }
36089 \end_layout
36090
36091 \end_inset
36092
36093
36094 \begin_inset Newline newline
36095 \end_inset
36096
36097 The command 
36098 \series bold
36099
36100 \backslash
36101 resizebox{2cm}{!}{Hello}
36102 \series default
36103  produces: 
36104 \begin_inset ERT
36105 status collapsed
36106
36107 \begin_layout Plain Layout
36108
36109
36110 \backslash
36111 resizebox{2cm}{!}{
36112 \end_layout
36113
36114 \end_inset
36115
36116 Hello
36117 \begin_inset ERT
36118 status collapsed
36119
36120 \begin_layout Plain Layout
36121
36122 }
36123 \end_layout
36124
36125 \end_inset
36126
36127
36128 \end_layout
36129
36130 \begin_layout Standard
36131 \begin_inset VSpace bigskip
36132 \end_inset
36133
36134
36135 \begin_inset Note Greyedout
36136 status open
36137
36138 \begin_layout Plain Layout
36139
36140 \series bold
36141 Note:
36142 \series default
36143  When arguments of 
36144 \series bold
36145
36146 \backslash
36147 scalebox
36148 \series default
36149  or 
36150 \series bold
36151
36152 \backslash
36153 resizebox
36154 \series default
36155  are set to zero, no LaTeX-errors occur when exporting the document but
36156  the exported files can not or only partly be displayed.
36157 \end_layout
36158
36159 \end_inset
36160
36161
36162 \end_layout
36163
36164 \begin_layout Standard
36165 \begin_inset VSpace bigskip
36166 \end_inset
36167
36168
36169 \end_layout
36170
36171 \begin_layout Standard
36172 The boxes can be combined in any order.
36173  E.
36174 \begin_inset space \thinspace{}
36175 \end_inset
36176
36177 g.
36178 \begin_inset space \space{}
36179 \end_inset
36180
36181 the command
36182 \begin_inset Newline newline
36183 \end_inset
36184
36185
36186 \series bold
36187
36188 \backslash
36189 rotatebox[origin=c]{-45}{
36190 \backslash
36191 resizebox{2cm}{!}{
36192 \backslash
36193 reflectbox{Hello}}}
36194 \begin_inset Newline newline
36195 \end_inset
36196
36197
36198 \series default
36199 produces:
36200 \end_layout
36201
36202 \begin_layout Standard
36203 \align center
36204 \begin_inset ERT
36205 status collapsed
36206
36207 \begin_layout Plain Layout
36208
36209
36210 \backslash
36211 rotatebox[origin=c]{-45}{
36212 \backslash
36213 resizebox{2cm}{!}{
36214 \backslash
36215 reflectbox{
36216 \end_layout
36217
36218 \end_inset
36219
36220 Hello
36221 \begin_inset ERT
36222 status collapsed
36223
36224 \begin_layout Plain Layout
36225
36226 }}}
36227 \end_layout
36228
36229 \end_inset
36230
36231
36232 \end_layout
36233
36234 \begin_layout Standard
36235 \noindent
36236 Images, tables, and inline formulas are allowed as box content:
36237 \end_layout
36238
36239 \begin_layout Standard
36240 \align center
36241 \begin_inset ERT
36242 status collapsed
36243
36244 \begin_layout Plain Layout
36245
36246
36247 \backslash
36248 rotatebox[origin=c]{-30}{
36249 \backslash
36250 resizebox{2cm}{!}{
36251 \backslash
36252 reflectbox{
36253 \end_layout
36254
36255 \end_inset
36256
36257
36258 \begin_inset Graphics
36259         filename clipart/platypus.eps
36260         lyxscale 50
36261         width 25col%
36262
36263 \end_inset
36264
36265
36266 \begin_inset ERT
36267 status collapsed
36268
36269 \begin_layout Plain Layout
36270
36271 }}}
36272 \end_layout
36273
36274 \end_inset
36275
36276
36277 \begin_inset ERT
36278 status collapsed
36279
36280 \begin_layout Plain Layout
36281
36282
36283 \backslash
36284 rotatebox[origin=c]{-45}{
36285 \backslash
36286 resizebox{2cm}{!}{
36287 \backslash
36288 reflectbox{
36289 \end_layout
36290
36291 \end_inset
36292
36293
36294 \begin_inset Tabular
36295 <lyxtabular version="3" rows="2" columns="2">
36296 <features rotate="0" tabularvalignment="middle">
36297 <column alignment="center" valignment="top" width="0">
36298 <column alignment="center" valignment="top" width="0">
36299 <row>
36300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36301 \begin_inset Text
36302
36303 \begin_layout Plain Layout
36304 q
36305 \end_layout
36306
36307 \end_inset
36308 </cell>
36309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36310 \begin_inset Text
36311
36312 \begin_layout Plain Layout
36313 w
36314 \end_layout
36315
36316 \end_inset
36317 </cell>
36318 </row>
36319 <row>
36320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36321 \begin_inset Text
36322
36323 \begin_layout Plain Layout
36324 e
36325 \end_layout
36326
36327 \end_inset
36328 </cell>
36329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36330 \begin_inset Text
36331
36332 \begin_layout Plain Layout
36333 r
36334 \end_layout
36335
36336 \end_inset
36337 </cell>
36338 </row>
36339 </lyxtabular>
36340
36341 \end_inset
36342
36343
36344 \begin_inset ERT
36345 status collapsed
36346
36347 \begin_layout Plain Layout
36348
36349 }}}
36350 \end_layout
36351
36352 \end_inset
36353
36354
36355 \begin_inset ERT
36356 status collapsed
36357
36358 \begin_layout Plain Layout
36359
36360
36361 \backslash
36362 rotatebox[origin=c]{-45}{
36363 \backslash
36364 resizebox{2cm}{!}{
36365 \backslash
36366 reflectbox{
36367 \end_layout
36368
36369 \end_inset
36370
36371
36372 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36373 \end_inset
36374
36375
36376 \begin_inset ERT
36377 status collapsed
36378
36379 \begin_layout Plain Layout
36380
36381 }}}
36382 \end_layout
36383
36384 \end_inset
36385
36386
36387 \begin_inset Index idx
36388 status collapsed
36389
36390 \begin_layout Plain Layout
36391 Figures ! scaled
36392 \end_layout
36393
36394 \end_inset
36395
36396
36397 \begin_inset Index idx
36398 status collapsed
36399
36400 \begin_layout Plain Layout
36401 Table Customization ! Scaling
36402 \end_layout
36403
36404 \end_inset
36405
36406
36407 \end_layout
36408
36409 \begin_layout Standard
36410 When the global formula style 
36411 \series bold
36412 fleqn
36413 \series default
36414  is used in the document
36415 \begin_inset Foot
36416 status collapsed
36417
36418 \begin_layout Plain Layout
36419 When 
36420 \begin_inset Quotes eld
36421 \end_inset
36422
36423 fleqn
36424 \begin_inset Quotes erd
36425 \end_inset
36426
36427  is added to the document class options.
36428 \end_layout
36429
36430 \end_inset
36431
36432 , display style formulas can also be scaled.
36433 \end_layout
36434
36435 \begin_layout Chapter
36436 Objects Surrounded by Text
36437 \begin_inset Index idx
36438 status collapsed
36439
36440 \begin_layout Plain Layout
36441 Surrounded by text
36442 \end_layout
36443
36444 \end_inset
36445
36446
36447 \end_layout
36448
36449 \begin_layout Section
36450 Wrap Floats
36451 \begin_inset CommandInset label
36452 LatexCommand label
36453 name "sec:Wrap-Floats"
36454
36455 \end_inset
36456
36457
36458 \begin_inset Index idx
36459 status collapsed
36460
36461 \begin_layout Plain Layout
36462 Floats ! Wrap Floats
36463 \end_layout
36464
36465 \end_inset
36466
36467
36468 \begin_inset Index idx
36469 status collapsed
36470
36471 \begin_layout Plain Layout
36472 Surrounded by text ! Wrap Floats
36473 \end_layout
36474
36475 \end_inset
36476
36477
36478 \end_layout
36479
36480 \begin_layout Standard
36481 \begin_inset Wrap figure
36482 lines 0
36483 placement l
36484 overhang 1cm
36485 width "40col%"
36486 status open
36487
36488 \begin_layout Plain Layout
36489 \begin_inset Graphics
36490         filename clipart/mobius.eps
36491         width 40col%
36492         scaleBeforeRotation
36493         rotateOrigin center
36494
36495 \end_inset
36496
36497
36498 \end_layout
36499
36500 \begin_layout Plain Layout
36501 \begin_inset Caption Standard
36502
36503 \begin_layout Plain Layout
36504 \begin_inset CommandInset label
36505 LatexCommand label
36506 name "fig:This-is-a"
36507
36508 \end_inset
36509
36510 This is a figure wrap float.
36511 \end_layout
36512
36513 \end_inset
36514
36515
36516 \end_layout
36517
36518 \end_inset
36519
36520  This float type is used if you want to wrap text around a figure or table
36521  so that it only occupies some fraction of the column width.
36522  It can be inserted using the menu 
36523 \family sans
36524 Insert\SpecialChar \menuseparator
36525 Floats\SpecialChar \menuseparator
36526 Figure
36527 \begin_inset space ~
36528 \end_inset
36529
36530 Wrap
36531 \begin_inset space ~
36532 \end_inset
36533
36534 Float
36535 \family default
36536  or 
36537 \family sans
36538 Table
36539 \begin_inset space ~
36540 \end_inset
36541
36542 Wrap
36543 \begin_inset space ~
36544 \end_inset
36545
36546 Float
36547 \family default
36548  if the LaTeX-package 
36549 \series bold
36550 wrapfig
36551 \series default
36552
36553 \begin_inset Index idx
36554 status collapsed
36555
36556 \begin_layout Plain Layout
36557 LaTeX-packages ! wrapfig
36558 \end_layout
36559
36560 \end_inset
36561
36562  is installed.
36563 \begin_inset Foot
36564 status collapsed
36565
36566 \begin_layout Plain Layout
36567 Installing a LaTeX-package is explained it in the 
36568 \emph on
36569 LaTeX
36570 \begin_inset space ~
36571 \end_inset
36572
36573 Configuration
36574 \emph default
36575  manual.
36576 \end_layout
36577
36578 \end_inset
36579
36580  The settings of the float can be modified by right-clicking on the float
36581  box.
36582  The mandatory settings are the float 
36583 \family sans
36584 Placement
36585 \family default
36586  and its 
36587 \family sans
36588 Width
36589 \family default
36590 .
36591  Optional are the 
36592 \family sans
36593 Overhang
36594 \family default
36595  that specifies how much the float is set into the paragraph
36596 \begin_inset space \thinspace{}
36597 \end_inset
36598
36599 /
36600 \begin_inset space \thinspace{}
36601 \end_inset
36602
36603 page margin, and the 
36604 \family sans
36605 Line
36606 \begin_inset space ~
36607 \end_inset
36608
36609 span
36610 \family default
36611  that specifies how many text lines the float will approximately need.
36612  The line span is often hard to approximate; so it is better only to use
36613  it when you encounter float placement problems.
36614  You can furthermore decide if LaTeX is allowed to let the float float within
36615  the paragraph or to surrounding paragraphs.
36616  Figure
36617 \begin_inset space ~
36618 \end_inset
36619
36620
36621 \begin_inset CommandInset ref
36622 LatexCommand ref
36623 reference "fig:This-is-a"
36624
36625 \end_inset
36626
36627  is an example text wrap float with a width of 40
36628 \begin_inset space \thinspace{}
36629 \end_inset
36630
36631 col%, 1
36632 \begin_inset space \thinspace{}
36633 \end_inset
36634
36635 cm overhang, set to the left.
36636 \end_layout
36637
36638 \begin_layout Standard
36639 \begin_inset Note Greyedout
36640 status open
36641
36642 \begin_layout Plain Layout
36643
36644 \series bold
36645 Note:
36646 \series default
36647  Text
36648 \begin_inset space ~
36649 \end_inset
36650
36651 wrap float floats are fragile! E.
36652 \begin_inset space \thinspace{}
36653 \end_inset
36654
36655 g.
36656 \begin_inset space \space{}
36657 \end_inset
36658
36659 having a figure too close to the bottom of the page can mess things up in
36660  such a way that the float does not appear in the output or that it is placed
36661  over some other text.
36662 \end_layout
36663
36664 \end_inset
36665
36666
36667 \end_layout
36668
36669 \begin_layout Standard
36670 In general, the following applies for wrap floats:
36671 \end_layout
36672
36673 \begin_layout Itemize
36674 They should not be placed in paragraphs that run over a page break.
36675  That means that wrap floats are better inserted in their exact place when
36676  the document is almost finished and you are able to estimate where page
36677  breaks will appear.
36678 \end_layout
36679
36680 \begin_layout Itemize
36681 They should either be placed in their own paragraph before the paragraph
36682  where they should wrap into or within a paragraph.
36683 \end_layout
36684
36685 \begin_layout Itemize
36686 In consecutive paragraphs they may cause troubles, so ensure that there
36687  is a text paragraph between them as separator.
36688 \end_layout
36689
36690 \begin_layout Itemize
36691 They are not allowed in section headings or tables.
36692 \end_layout
36693
36694 \begin_layout Itemize
36695 Their numbering and referencing works as described in chap.
36696 \begin_inset space \thinspace{}
36697 \end_inset
36698
36699
36700 \begin_inset CommandInset ref
36701 LatexCommand ref
36702 reference "chap:Floats"
36703
36704 \end_inset
36705
36706 .
36707 \end_layout
36708
36709 \begin_layout Section
36710 Surrounded Fixed Objects
36711 \begin_inset Index idx
36712 status collapsed
36713
36714 \begin_layout Plain Layout
36715 Surrounded by text ! Fixed objects
36716 \end_layout
36717
36718 \end_inset
36719
36720
36721 \end_layout
36722
36723 \begin_layout Standard
36724 The wrap floats described in sec.
36725 \begin_inset space \thinspace{}
36726 \end_inset
36727
36728
36729 \begin_inset CommandInset ref
36730 LatexCommand ref
36731 reference "sec:Wrap-Floats"
36732
36733 \end_inset
36734
36735  have these positions in the paragraph:
36736 \end_layout
36737
36738 \begin_layout Standard
36739 \noindent
36740 \align center
36741 \begin_inset Tabular
36742 <lyxtabular version="3" rows="2" columns="2">
36743 <features rotate="0" tabularvalignment="middle">
36744 <column alignment="center" valignment="top" width="0">
36745 <column alignment="center" valignment="top" width="0">
36746 <row>
36747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36748 \begin_inset Text
36749
36750 \begin_layout Plain Layout
36751 \begin_inset Graphics
36752         filename ../images/dialog-show-new-inset_graphics.png
36753         scale 70
36754         scaleBeforeRotation
36755
36756 \end_inset
36757
36758
36759 \end_layout
36760
36761 \end_inset
36762 </cell>
36763 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36764 \begin_inset Text
36765
36766 \begin_layout Plain Layout
36767 text
36768 \end_layout
36769
36770 \end_inset
36771 </cell>
36772 </row>
36773 <row>
36774 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36775 \begin_inset Text
36776
36777 \begin_layout Plain Layout
36778 text
36779 \end_layout
36780
36781 \end_inset
36782 </cell>
36783 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36784 \begin_inset Text
36785
36786 \begin_layout Plain Layout
36787 text
36788 \end_layout
36789
36790 \end_inset
36791 </cell>
36792 </row>
36793 </lyxtabular>
36794
36795 \end_inset
36796
36797  or 
36798 \begin_inset Tabular
36799 <lyxtabular version="3" rows="2" columns="2">
36800 <features rotate="0" tabularvalignment="middle">
36801 <column alignment="center" valignment="top" width="0">
36802 <column alignment="center" valignment="top" width="0">
36803 <row>
36804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36805 \begin_inset Text
36806
36807 \begin_layout Plain Layout
36808 text
36809 \end_layout
36810
36811 \end_inset
36812 </cell>
36813 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36814 \begin_inset Text
36815
36816 \begin_layout Plain Layout
36817 \begin_inset Graphics
36818         filename ../images/dialog-show-new-inset_graphics.png
36819         scale 70
36820         scaleBeforeRotation
36821
36822 \end_inset
36823
36824
36825 \end_layout
36826
36827 \end_inset
36828 </cell>
36829 </row>
36830 <row>
36831 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36832 \begin_inset Text
36833
36834 \begin_layout Plain Layout
36835 text
36836 \end_layout
36837
36838 \end_inset
36839 </cell>
36840 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36841 \begin_inset Text
36842
36843 \begin_layout Plain Layout
36844 text
36845 \end_layout
36846
36847 \end_inset
36848 </cell>
36849 </row>
36850 </lyxtabular>
36851
36852 \end_inset
36853
36854
36855 \end_layout
36856
36857 \begin_layout Standard
36858 To get an object exactly at the position where it is inserted, for example
36859  to get one of these positions:
36860 \begin_inset VSpace defskip
36861 \end_inset
36862
36863
36864 \end_layout
36865
36866 \begin_layout Standard
36867 \noindent
36868 \align center
36869 \begin_inset Tabular
36870 <lyxtabular version="3" rows="2" columns="2">
36871 <features rotate="0" tabularvalignment="middle">
36872 <column alignment="center" valignment="top" width="0">
36873 <column alignment="center" valignment="top" width="0">
36874 <row>
36875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36876 \begin_inset Text
36877
36878 \begin_layout Plain Layout
36879 text
36880 \end_layout
36881
36882 \end_inset
36883 </cell>
36884 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36885 \begin_inset Text
36886
36887 \begin_layout Plain Layout
36888 text
36889 \end_layout
36890
36891 \end_inset
36892 </cell>
36893 </row>
36894 <row>
36895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36896 \begin_inset Text
36897
36898 \begin_layout Plain Layout
36899 \begin_inset Graphics
36900         filename ../images/dialog-show-new-inset_graphics.png
36901         scale 70
36902         scaleBeforeRotation
36903
36904 \end_inset
36905
36906
36907 \end_layout
36908
36909 \end_inset
36910 </cell>
36911 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36912 \begin_inset Text
36913
36914 \begin_layout Plain Layout
36915 text
36916 \end_layout
36917
36918 \end_inset
36919 </cell>
36920 </row>
36921 </lyxtabular>
36922
36923 \end_inset
36924
36925  
36926 \begin_inset Tabular
36927 <lyxtabular version="3" rows="2" columns="2">
36928 <features rotate="0" tabularvalignment="middle">
36929 <column alignment="center" valignment="top" width="0">
36930 <column alignment="center" valignment="top" width="0">
36931 <row>
36932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36933 \begin_inset Text
36934
36935 \begin_layout Plain Layout
36936 text
36937 \end_layout
36938
36939 \end_inset
36940 </cell>
36941 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36942 \begin_inset Text
36943
36944 \begin_layout Plain Layout
36945 text
36946 \end_layout
36947
36948 \end_inset
36949 </cell>
36950 </row>
36951 <row>
36952 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36953 \begin_inset Text
36954
36955 \begin_layout Plain Layout
36956 text
36957 \end_layout
36958
36959 \end_inset
36960 </cell>
36961 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36962 \begin_inset Text
36963
36964 \begin_layout Plain Layout
36965 \begin_inset Graphics
36966         filename ../images/dialog-show-new-inset_graphics.png
36967         scale 70
36968         scaleBeforeRotation
36969
36970 \end_inset
36971
36972
36973 \end_layout
36974
36975 \end_inset
36976 </cell>
36977 </row>
36978 </lyxtabular>
36979
36980 \end_inset
36981
36982  
36983 \begin_inset Tabular
36984 <lyxtabular version="3" rows="2" columns="3">
36985 <features rotate="0" tabularvalignment="middle">
36986 <column alignment="center" valignment="top" width="0">
36987 <column alignment="center" valignment="top" width="0">
36988 <column alignment="center" valignment="top" width="0">
36989 <row>
36990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36991 \begin_inset Text
36992
36993 \begin_layout Plain Layout
36994 text
36995 \end_layout
36996
36997 \end_inset
36998 </cell>
36999 <cell alignment="center" valignment="top" topline="true" usebox="none">
37000 \begin_inset Text
37001
37002 \begin_layout Plain Layout
37003 \begin_inset Graphics
37004         filename ../images/dialog-show-new-inset_graphics.png
37005         scale 70
37006         scaleBeforeRotation
37007
37008 \end_inset
37009
37010
37011 \end_layout
37012
37013 \end_inset
37014 </cell>
37015 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37016 \begin_inset Text
37017
37018 \begin_layout Plain Layout
37019 text
37020 \end_layout
37021
37022 \end_inset
37023 </cell>
37024 </row>
37025 <row>
37026 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37027 \begin_inset Text
37028
37029 \begin_layout Plain Layout
37030 text
37031 \end_layout
37032
37033 \end_inset
37034 </cell>
37035 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37036 \begin_inset Text
37037
37038 \begin_layout Plain Layout
37039 text
37040 \end_layout
37041
37042 \end_inset
37043 </cell>
37044 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37045 \begin_inset Text
37046
37047 \begin_layout Plain Layout
37048 text
37049 \end_layout
37050
37051 \end_inset
37052 </cell>
37053 </row>
37054 </lyxtabular>
37055
37056 \end_inset
37057
37058  
37059 \begin_inset Tabular
37060 <lyxtabular version="3" rows="2" columns="3">
37061 <features rotate="0" tabularvalignment="middle">
37062 <column alignment="center" valignment="top" width="0">
37063 <column alignment="center" valignment="top" width="0">
37064 <column alignment="center" valignment="top" width="0">
37065 <row>
37066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37067 \begin_inset Text
37068
37069 \begin_layout Plain Layout
37070 text
37071 \end_layout
37072
37073 \end_inset
37074 </cell>
37075 <cell alignment="center" valignment="top" topline="true" usebox="none">
37076 \begin_inset Text
37077
37078 \begin_layout Plain Layout
37079 text
37080 \end_layout
37081
37082 \end_inset
37083 </cell>
37084 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37085 \begin_inset Text
37086
37087 \begin_layout Plain Layout
37088 text
37089 \end_layout
37090
37091 \end_inset
37092 </cell>
37093 </row>
37094 <row>
37095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37096 \begin_inset Text
37097
37098 \begin_layout Plain Layout
37099 text
37100 \end_layout
37101
37102 \end_inset
37103 </cell>
37104 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37105 \begin_inset Text
37106
37107 \begin_layout Plain Layout
37108 \begin_inset Graphics
37109         filename ../images/dialog-show-new-inset_graphics.png
37110         scale 70
37111         scaleBeforeRotation
37112
37113 \end_inset
37114
37115
37116 \end_layout
37117
37118 \end_inset
37119 </cell>
37120 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37121 \begin_inset Text
37122
37123 \begin_layout Plain Layout
37124 text
37125 \end_layout
37126
37127 \end_inset
37128 </cell>
37129 </row>
37130 </lyxtabular>
37131
37132 \end_inset
37133
37134
37135 \end_layout
37136
37137 \begin_layout Standard
37138 \noindent
37139 \align center
37140 \begin_inset Tabular
37141 <lyxtabular version="3" rows="3" columns="2">
37142 <features rotate="0" tabularvalignment="middle">
37143 <column alignment="center" valignment="top" width="0">
37144 <column alignment="center" valignment="top" width="0">
37145 <row>
37146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37147 \begin_inset Text
37148
37149 \begin_layout Plain Layout
37150 text
37151 \end_layout
37152
37153 \end_inset
37154 </cell>
37155 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37156 \begin_inset Text
37157
37158 \begin_layout Plain Layout
37159 text
37160 \end_layout
37161
37162 \end_inset
37163 </cell>
37164 </row>
37165 <row>
37166 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37167 \begin_inset Text
37168
37169 \begin_layout Plain Layout
37170 \begin_inset Graphics
37171         filename ../images/dialog-show-new-inset_graphics.png
37172         scale 70
37173         scaleBeforeRotation
37174
37175 \end_inset
37176
37177
37178 \end_layout
37179
37180 \end_inset
37181 </cell>
37182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37183 \begin_inset Text
37184
37185 \begin_layout Plain Layout
37186 text
37187 \end_layout
37188
37189 \end_inset
37190 </cell>
37191 </row>
37192 <row>
37193 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37194 \begin_inset Text
37195
37196 \begin_layout Plain Layout
37197 text
37198 \end_layout
37199
37200 \end_inset
37201 </cell>
37202 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37203 \begin_inset Text
37204
37205 \begin_layout Plain Layout
37206 text
37207 \end_layout
37208
37209 \end_inset
37210 </cell>
37211 </row>
37212 </lyxtabular>
37213
37214 \end_inset
37215
37216  
37217 \begin_inset Tabular
37218 <lyxtabular version="3" rows="3" columns="3">
37219 <features rotate="0" tabularvalignment="middle">
37220 <column alignment="center" valignment="top" width="0">
37221 <column alignment="center" valignment="top" width="0">
37222 <column alignment="center" valignment="top" width="0">
37223 <row>
37224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37225 \begin_inset Text
37226
37227 \begin_layout Plain Layout
37228 text
37229 \end_layout
37230
37231 \end_inset
37232 </cell>
37233 <cell alignment="center" valignment="top" topline="true" usebox="none">
37234 \begin_inset Text
37235
37236 \begin_layout Plain Layout
37237 text
37238 \end_layout
37239
37240 \end_inset
37241 </cell>
37242 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37243 \begin_inset Text
37244
37245 \begin_layout Plain Layout
37246 text
37247 \end_layout
37248
37249 \end_inset
37250 </cell>
37251 </row>
37252 <row>
37253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37254 \begin_inset Text
37255
37256 \begin_layout Plain Layout
37257 text
37258 \end_layout
37259
37260 \end_inset
37261 </cell>
37262 <cell alignment="center" valignment="top" usebox="none">
37263 \begin_inset Text
37264
37265 \begin_layout Plain Layout
37266 \begin_inset Graphics
37267         filename ../images/dialog-show-new-inset_graphics.png
37268         scale 70
37269         scaleBeforeRotation
37270
37271 \end_inset
37272
37273
37274 \end_layout
37275
37276 \end_inset
37277 </cell>
37278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37279 \begin_inset Text
37280
37281 \begin_layout Plain Layout
37282 text
37283 \end_layout
37284
37285 \end_inset
37286 </cell>
37287 </row>
37288 <row>
37289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37290 \begin_inset Text
37291
37292 \begin_layout Plain Layout
37293 text
37294 \end_layout
37295
37296 \end_inset
37297 </cell>
37298 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37299 \begin_inset Text
37300
37301 \begin_layout Plain Layout
37302 text
37303 \end_layout
37304
37305 \end_inset
37306 </cell>
37307 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37308 \begin_inset Text
37309
37310 \begin_layout Plain Layout
37311 text
37312 \end_layout
37313
37314 \end_inset
37315 </cell>
37316 </row>
37317 </lyxtabular>
37318
37319 \end_inset
37320
37321  
37322 \begin_inset Tabular
37323 <lyxtabular version="3" rows="3" columns="2">
37324 <features rotate="0" tabularvalignment="middle">
37325 <column alignment="center" valignment="top" width="0">
37326 <column alignment="center" valignment="top" width="0">
37327 <row>
37328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37329 \begin_inset Text
37330
37331 \begin_layout Plain Layout
37332 text
37333 \end_layout
37334
37335 \end_inset
37336 </cell>
37337 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37338 \begin_inset Text
37339
37340 \begin_layout Plain Layout
37341 text
37342 \end_layout
37343
37344 \end_inset
37345 </cell>
37346 </row>
37347 <row>
37348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37349 \begin_inset Text
37350
37351 \begin_layout Plain Layout
37352 text
37353 \end_layout
37354
37355 \end_inset
37356 </cell>
37357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37358 \begin_inset Text
37359
37360 \begin_layout Plain Layout
37361 \begin_inset Graphics
37362         filename ../images/dialog-show-new-inset_graphics.png
37363         scale 70
37364         scaleBeforeRotation
37365
37366 \end_inset
37367
37368
37369 \end_layout
37370
37371 \end_inset
37372 </cell>
37373 </row>
37374 <row>
37375 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37376 \begin_inset Text
37377
37378 \begin_layout Plain Layout
37379 text
37380 \end_layout
37381
37382 \end_inset
37383 </cell>
37384 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37385 \begin_inset Text
37386
37387 \begin_layout Plain Layout
37388 text
37389 \end_layout
37390
37391 \end_inset
37392 </cell>
37393 </row>
37394 </lyxtabular>
37395
37396 \end_inset
37397
37398
37399 \end_layout
37400
37401 \begin_layout Standard
37402 \noindent
37403 you can use the LaTeX-package 
37404 \series bold
37405 picinpar
37406 \series default
37407
37408 \begin_inset Index idx
37409 status collapsed
37410
37411 \begin_layout Plain Layout
37412 LaTeX-packages ! picinpar
37413 \end_layout
37414
37415 \end_inset
37416
37417 .
37418  Here is an example:
37419 \end_layout
37420
37421 \begin_layout Standard
37422 \begin_inset ERT
37423 status collapsed
37424
37425 \begin_layout Plain Layout
37426
37427
37428 \backslash
37429 ifpicinpar
37430 \end_layout
37431
37432 \end_inset
37433
37434
37435 \begin_inset Note Note
37436 status open
37437
37438 \begin_layout Plain Layout
37439 The following section will only be displayed when the LaTeX-package 
37440 \series bold
37441 picinpar
37442 \series default
37443  is installed.
37444 \end_layout
37445
37446 \end_inset
37447
37448
37449 \end_layout
37450
37451 \begin_layout Standard
37452 \begin_inset ERT
37453 status collapsed
37454
37455 \begin_layout Plain Layout
37456
37457
37458 \backslash
37459 begin{window}[2,c,{
37460 \end_layout
37461
37462 \end_inset
37463
37464
37465 \begin_inset Graphics
37466         filename clipart/mobius.eps
37467         lyxscale 60
37468         width 40col%
37469         scaleBeforeRotation
37470         rotateOrigin center
37471
37472 \end_inset
37473
37474
37475 \begin_inset ERT
37476 status collapsed
37477
37478 \begin_layout Plain Layout
37479
37480 },]
37481 \end_layout
37482
37483 \begin_layout Plain Layout
37484
37485 {}
37486 \end_layout
37487
37488 \end_inset
37489
37490
37491 \size small
37492 It was in the spring of the year 1894 that all London was interested, and
37493  the fashionable world dismayed, by the murder of the Honourable Ronald
37494  Adair under most unusual and inexplicable circumstances.
37495  The public has already learned those particulars of the crime which
37496 \size default
37497
37498 \begin_inset ERT
37499 status collapsed
37500
37501 \begin_layout Plain Layout
37502
37503
37504 \backslash
37505 footnotemark{}
37506 \end_layout
37507
37508 \end_inset
37509
37510
37511 \size small
37512  came out in the police investigation, but a good deal was suppressed upon
37513  that occasion, since the case for the prosecution was so overwhelmingly
37514  strong that it was not necessary to bring forward all the facts.
37515  Only now, at the end of nearly ten years, am I allowed to supply those
37516  missing links which make up the whole of that remarkable chain.
37517 \size default
37518
37519 \begin_inset ERT
37520 status collapsed
37521
37522 \begin_layout Plain Layout
37523
37524
37525 \backslash
37526 end{window}
37527 \end_layout
37528
37529 \end_inset
37530
37531
37532 \end_layout
37533
37534 \begin_layout Standard
37535 \begin_inset ERT
37536 status collapsed
37537
37538 \begin_layout Plain Layout
37539
37540
37541 \backslash
37542 footnotetext{
37543 \end_layout
37544
37545 \end_inset
37546
37547 Footnote of the paragraph with the fixed object.
37548 \begin_inset ERT
37549 status collapsed
37550
37551 \begin_layout Plain Layout
37552
37553 }
37554 \end_layout
37555
37556 \end_inset
37557
37558
37559 \end_layout
37560
37561 \begin_layout Standard
37562 Surrounded fixed objects are used to let text float around them, at which
37563  the object's position in the paragraph can be determined by the number
37564  of lines above it.
37565  In contrary to floats is it not possible to have a numbered caption.
37566 \end_layout
37567
37568 \begin_layout Standard
37569 A fixed object is inserted by adding the command
37570 \end_layout
37571
37572 \begin_layout Standard
37573
37574 \series bold
37575
37576 \backslash
37577 begin{window}[2,c,{
37578 \end_layout
37579
37580 \begin_layout Standard
37581 as TeX-Code at the beginning of the paragraph.
37582  The first parameter in the bracket, here '2', defines the number of lines
37583  above the object, the second, here 'c', the position of the object.
37584  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37585  Behind the command you insert the object.
37586  In this example an image with a width of 40
37587 \begin_inset space \thinspace{}
37588 \end_inset
37589
37590 % of the text column width was inserted.
37591  The object can also be a table, a box or an equation.
37592  Behind the object the command
37593 \end_layout
37594
37595 \begin_layout Standard
37596
37597 \series bold
37598 },description text]
37599 \begin_inset Newline newline
37600 \end_inset
37601
37602 {}
37603 \end_layout
37604
37605 \begin_layout Standard
37606 is inserted.
37607  Note that the 
37608 \begin_inset Quotes eld
37609 \end_inset
37610
37611
37612 \series bold
37613 {}
37614 \series default
37615
37616 \begin_inset Quotes erd
37617 \end_inset
37618
37619  is in the second line.
37620  The description text is optional.
37621  The text surrounding the object must be in the same paragraph as the object,
37622  so it must begin directly after the 
37623 \series bold
37624 {}
37625 \series default
37626 .
37627  At the end of the paragraph insert the command:
37628 \end_layout
37629
37630 \begin_layout Standard
37631
37632 \series bold
37633
37634 \backslash
37635 end{window}
37636 \end_layout
37637
37638 \begin_layout Standard
37639 Within a paragraph with a fixed object, you cannot insert footnotes in the
37640  normal way.
37641  You have to use instead the command 
37642 \series bold
37643
37644 \backslash
37645 footnotemark
37646 \series default
37647  inside the paragraph and outside the command 
37648 \series bold
37649
37650 \backslash
37651 footnotetext
37652 \series default
37653  as described in sec.
37654 \begin_inset space \thinspace{}
37655 \end_inset
37656
37657
37658 \begin_inset CommandInset ref
37659 LatexCommand ref
37660 reference "sec:Footnotes"
37661
37662 \end_inset
37663
37664 .
37665 \end_layout
37666
37667 \begin_layout Standard
37668 \begin_inset ERT
37669 status collapsed
37670
37671 \begin_layout Plain Layout
37672
37673
37674 \backslash
37675 else
37676 \end_layout
37677
37678 \end_inset
37679
37680
37681 \begin_inset Note Note
37682 status open
37683
37684 \begin_layout Plain Layout
37685 The following will be displayed when the LaTeX-package 
37686 \series bold
37687 picinpar
37688 \series default
37689  is not installed:
37690 \end_layout
37691
37692 \end_inset
37693
37694
37695 \end_layout
37696
37697 \begin_layout Standard
37698 You need to install the LaTeX-package 
37699 \series bold
37700 picinpar
37701 \series default
37702  to see the following part of this section in the output.
37703 \end_layout
37704
37705 \begin_layout Standard
37706 \begin_inset ERT
37707 status collapsed
37708
37709 \begin_layout Plain Layout
37710
37711
37712 \backslash
37713 fi
37714 \end_layout
37715
37716 \end_inset
37717
37718
37719 \end_layout
37720
37721 \begin_layout Section
37722 Initials
37723 \begin_inset Index idx
37724 status collapsed
37725
37726 \begin_layout Plain Layout
37727 Initials
37728 \end_layout
37729
37730 \end_inset
37731
37732
37733 \begin_inset Index idx
37734 status collapsed
37735
37736 \begin_layout Plain Layout
37737 Surrounded by text ! Initials
37738 \end_layout
37739
37740 \end_inset
37741
37742
37743 \end_layout
37744
37745 \begin_layout Standard
37746 To use initials, you must have the LaTeX-package 
37747 \series bold
37748 lettrine
37749 \series default
37750
37751 \begin_inset Index idx
37752 status collapsed
37753
37754 \begin_layout Plain Layout
37755 LaTeX-packages ! lettrine
37756 \end_layout
37757
37758 \end_inset
37759
37760  installed and use the module 
37761 \family sans
37762 Initials
37763 \family default
37764  in your document (menu 
37765 \family sans
37766 Document\SpecialChar \menuseparator
37767 Settings\SpecialChar \menuseparator
37768 Modules
37769 \family default
37770 ).
37771  To insert an initial, use the style 
37772 \family sans
37773 Initial
37774 \family default
37775 .
37776  This style has a mandatory and two optional arguments.
37777  The arguments are inserted via the 
37778 \family sans
37779 Insert
37780 \family default
37781  menu.
37782  The mandatory argument 
37783 \family sans
37784 Initial
37785 \family default
37786  contains the letter(s) that is the initial, the argument 
37787 \family sans
37788 Rest
37789 \begin_inset space ~
37790 \end_inset
37791
37792 of
37793 \begin_inset space ~
37794 \end_inset
37795
37796 Initial
37797 \family default
37798  contains the rest of the word or text of the initial letter(s).
37799  The argument 
37800 \family sans
37801 Options
37802 \family default
37803  contains parameters to modify the initial.
37804  For more information about the possible parameters see the documentation
37805  of 
37806 \series bold
37807 lettrine
37808 \series default
37809
37810 \begin_inset CommandInset citation
37811 LatexCommand cite
37812 key "lettrine"
37813
37814 \end_inset
37815
37816 .
37817  The style itself contains the text that is surrounding the initial.
37818  The usual style is hereby that the word whose first letter is the initial,
37819  is printed with 
37820 \shape smallcaps
37821 small caps
37822 \shape default
37823 .
37824 \end_layout
37825
37826 \begin_layout Standard
37827 Here are some examples:
37828 \end_layout
37829
37830 \begin_layout Standard
37831 \begin_inset ERT
37832 status collapsed
37833
37834 \begin_layout Plain Layout
37835
37836
37837 \backslash
37838 iflettrine
37839 \end_layout
37840
37841 \end_inset
37842
37843
37844 \begin_inset Note Note
37845 status open
37846
37847 \begin_layout Plain Layout
37848 The following section will only be displayed when the LaTeX-package 
37849 \series bold
37850 lettrine
37851 \series default
37852  is installed.
37853 \end_layout
37854
37855 \end_inset
37856
37857
37858 \end_layout
37859
37860 \begin_layout Enumerate
37861 No optional argument, the initial is the letter 'I' in the math font 
37862 \begin_inset Formula $\mathfrak{Fraktur}$
37863 \end_inset
37864
37865 :
37866 \end_layout
37867
37868 \begin_deeper
37869 \begin_layout Initial
37870 \begin_inset Argument 2
37871 status open
37872
37873 \begin_layout Plain Layout
37874 \begin_inset Formula $\mathfrak{I}$
37875 \end_inset
37876
37877
37878 \end_layout
37879
37880 \end_inset
37881
37882
37883 \begin_inset Argument 3
37884 status open
37885
37886 \begin_layout Plain Layout
37887 t
37888 \end_layout
37889
37890 \end_inset
37891
37892  was in the spring of the year 1894 that all London was interested, and
37893  the fashionable world dismayed, by the murder of the Honourable Ronald
37894  Adair under most unusual and inexplicable circumstances.
37895  The public has already learned those particulars of the crime which came
37896  out in the police investigation, but a good deal was suppressed upon that
37897  occasion, since the case for the prosecution was so overwhelmingly strong
37898  that it was not necessary to bring forward all the facts.
37899 \begin_inset Newpage newpage
37900 \end_inset
37901
37902
37903 \end_layout
37904
37905 \end_deeper
37906 \begin_layout Enumerate
37907 Only one line is surrounding the initial, which is formed by two letters
37908  in standard font and no text is printed in small caps:
37909 \end_layout
37910
37911 \begin_deeper
37912 \begin_layout Initial
37913 \begin_inset Argument 1
37914 status open
37915
37916 \begin_layout Plain Layout
37917 lines=1
37918 \end_layout
37919
37920 \end_inset
37921
37922
37923 \begin_inset Argument 2
37924 status open
37925
37926 \begin_layout Plain Layout
37927 It
37928 \end_layout
37929
37930 \end_inset
37931
37932  was in the spring of the year 1894 that all London was interested, and
37933  the fashionable world dismayed, by the murder of the Honourable Ronald
37934  Adair under most unusual and inexplicable circumstances.
37935  The public has already learned those particulars of the crime which came
37936  out in the police investigation, but a good deal was suppressed upon that
37937  occasion, since the case for the prosecution was so overwhelmingly strong
37938  that it was not necessary to bring forward all the facts.
37939 \end_layout
37940
37941 \end_deeper
37942 \begin_layout Enumerate
37943 Magenta, hanging initial over 3
37944 \begin_inset space ~
37945 \end_inset
37946
37947 lines in the math font 
37948 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37949 \end_inset
37950
37951 , the text 
37952 \begin_inset Quotes eld
37953 \end_inset
37954
37955 t was in the spring
37956 \begin_inset Quotes erd
37957 \end_inset
37958
37959  is in 
37960 \shape smallcaps
37961 small caps
37962 \shape default
37963 ; to color the initial, you must insert this command before the initial:
37964 \begin_inset Newline newline
37965 \end_inset
37966
37967
37968 \series bold
37969
37970 \backslash
37971 renewcommand{
37972 \backslash
37973 LettrineFontHook}{
37974 \backslash
37975 color{color}}
37976 \series default
37977
37978 \begin_inset Newline newline
37979 \end_inset
37980
37981 where the second 
37982 \emph on
37983 color
37984 \emph default
37985  can be 
37986 \begin_inset Quotes eld
37987 \end_inset
37988
37989 red
37990 \begin_inset Quotes erd
37991 \end_inset
37992
37993
37994 \begin_inset Quotes eld
37995 \end_inset
37996
37997 blue
37998 \begin_inset Quotes erd
37999 \end_inset
38000
38001
38002 \begin_inset Quotes eld
38003 \end_inset
38004
38005 green
38006 \begin_inset Quotes erd
38007 \end_inset
38008
38009
38010 \begin_inset Quotes eld
38011 \end_inset
38012
38013 yellow
38014 \begin_inset Quotes erd
38015 \end_inset
38016
38017
38018 \begin_inset Quotes eld
38019 \end_inset
38020
38021 cyan
38022 \begin_inset Quotes erd
38023 \end_inset
38024
38025
38026 \begin_inset Quotes eld
38027 \end_inset
38028
38029 magenta
38030 \begin_inset Quotes erd
38031 \end_inset
38032
38033
38034 \begin_inset Quotes eld
38035 \end_inset
38036
38037 black
38038 \begin_inset Quotes erd
38039 \end_inset
38040
38041  or 
38042 \begin_inset Quotes eld
38043 \end_inset
38044
38045 white
38046 \begin_inset Quotes erd
38047 \end_inset
38048
38049 , and add this command to the document preamble:
38050 \begin_inset Newline newline
38051 \end_inset
38052
38053
38054 \series bold
38055
38056 \backslash
38057 @ifundefined{textcolor}
38058 \begin_inset Newline newline
38059 \end_inset
38060
38061
38062 \begin_inset space ~
38063 \end_inset
38064
38065 {
38066 \backslash
38067 usepackage{color}}{}
38068 \end_layout
38069
38070 \begin_deeper
38071 \begin_layout Standard
38072 \begin_inset ERT
38073 status collapsed
38074
38075 \begin_layout Plain Layout
38076
38077
38078 \backslash
38079 renewcommand{
38080 \backslash
38081 LettrineFontHook}{
38082 \backslash
38083 color{magenta}}
38084 \end_layout
38085
38086 \end_inset
38087
38088
38089 \begin_inset Note Note
38090 status collapsed
38091
38092 \begin_layout Plain Layout
38093 makes the initial magenta
38094 \end_layout
38095
38096 \end_inset
38097
38098
38099 \end_layout
38100
38101 \begin_layout Initial
38102 \begin_inset Argument 1
38103 status open
38104
38105 \begin_layout Plain Layout
38106 lines=3, lhang=0.33, loversize=0.25
38107 \end_layout
38108
38109 \end_inset
38110
38111
38112 \begin_inset Argument 2
38113 status open
38114
38115 \begin_layout Plain Layout
38116 \begin_inset Formula $\mathcal{I}$
38117 \end_inset
38118
38119
38120 \end_layout
38121
38122 \end_inset
38123
38124
38125 \begin_inset Argument 3
38126 status open
38127
38128 \begin_layout Plain Layout
38129 t was in the spring
38130 \end_layout
38131
38132 \end_inset
38133
38134  of the year 1894 that all London was interested, and the fashionable world
38135  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38136  and inexplicable circumstances.
38137  The public has already learned those particulars of the crime which came
38138  out in the police investigation, but a good deal was suppressed upon that
38139  occasion, since the case for the prosecution was so overwhelmingly strong
38140  that it was not necessary to bring forward all the facts.
38141 \end_layout
38142
38143 \end_deeper
38144 \begin_layout Standard
38145 \begin_inset ERT
38146 status collapsed
38147
38148 \begin_layout Plain Layout
38149
38150
38151 \backslash
38152 else
38153 \end_layout
38154
38155 \end_inset
38156
38157
38158 \begin_inset Note Note
38159 status open
38160
38161 \begin_layout Plain Layout
38162 The following will be displayed when the LaTeX-package 
38163 \series bold
38164 lettrine
38165 \series default
38166  is not installed:
38167 \end_layout
38168
38169 \end_inset
38170
38171
38172 \end_layout
38173
38174 \begin_layout Standard
38175 You need to install the LaTeX-package 
38176 \series bold
38177 lettrine
38178 \series default
38179  to see the following part of this section in the output.
38180 \end_layout
38181
38182 \begin_layout Standard
38183 \begin_inset ERT
38184 status collapsed
38185
38186 \begin_layout Plain Layout
38187
38188
38189 \backslash
38190 fi
38191 \end_layout
38192
38193 \end_inset
38194
38195
38196 \end_layout
38197
38198 \begin_layout Chapter
38199 External Document Parts
38200 \begin_inset Index idx
38201 status collapsed
38202
38203 \begin_layout Plain Layout
38204 External Document Parts
38205 \end_layout
38206
38207 \end_inset
38208
38209
38210 \end_layout
38211
38212 \begin_layout Standard
38213 With the menu 
38214 \family sans
38215 Insert\SpecialChar \menuseparator
38216 File
38217 \family default
38218  you can insert external material into your document.
38219  This can be:
38220 \end_layout
38221
38222 \begin_layout Description
38223 LyX
38224 \begin_inset space ~
38225 \end_inset
38226
38227 Document Another LyX document; its content is directly inserted to your
38228  document.
38229 \end_layout
38230
38231 \begin_layout Description
38232 Plain
38233 \begin_inset space ~
38234 \end_inset
38235
38236 Text A text document; each line is inserted in your document as a separate
38237  paragraph.
38238 \end_layout
38239
38240 \begin_layout Description
38241 Plain
38242 \begin_inset space ~
38243 \end_inset
38244
38245 Text,
38246 \begin_inset space ~
38247 \end_inset
38248
38249 Join
38250 \begin_inset space ~
38251 \end_inset
38252
38253 Lines A text document; text lines are inserted in your document continuously
38254  but an empty text line creates a new paragraph.
38255 \end_layout
38256
38257 \begin_layout Description
38258 External
38259 \begin_inset space ~
38260 \end_inset
38261
38262 Material Files in various formats.
38263 \end_layout
38264
38265 \begin_layout Description
38266 Child
38267 \begin_inset space ~
38268 \end_inset
38269
38270 Document LyX or LaTeX-documents.
38271 \end_layout
38272
38273 \begin_layout Section
38274 External Material
38275 \begin_inset Index idx
38276 status collapsed
38277
38278 \begin_layout Plain Layout
38279 External Document Parts ! External Material
38280 \end_layout
38281
38282 \end_inset
38283
38284
38285 \end_layout
38286
38287 \begin_layout Standard
38288 The external material feature allows you to insert files into your document
38289  without converting them to a format that can be read by the document output
38290  format.
38291  LyX takes care of the necessary conversions.
38292  This is similar to images that can be inserted in various image formats
38293  in LyX documents.
38294  When you have enabled Instant Preview in LyX's preferences under 
38295 \family sans
38296 Look
38297 \begin_inset space ~
38298 \end_inset
38299
38300 and
38301 \begin_inset space ~
38302 \end_inset
38303
38304 feel\SpecialChar \menuseparator
38305 Graphics
38306 \family default
38307 , the external material types Dia and Xfig are directly shown in LyX.
38308 \end_layout
38309
38310 \begin_layout Standard
38311 External material can be inserted via the 
38312 \family sans
38313 External Material
38314 \family default
38315  dialog that is accessible with the menu 
38316 \family sans
38317 Insert\SpecialChar \menuseparator
38318 File\SpecialChar \menuseparator
38319 External
38320 \begin_inset space ~
38321 \end_inset
38322
38323 Material
38324 \family default
38325 .
38326  Currently the following file types (
38327 \family sans
38328 Templates
38329 \family default
38330 ) are allowed:
38331 \end_layout
38332
38333 \begin_layout Description
38334 ChessDiagram This template supports chess position diagrams made with the
38335  program 
38336 \series bold
38337
38338 \begin_inset CommandInset href
38339 LatexCommand href
38340 name "XBoard"
38341 target "http://en.wikipedia.org/wiki/XBoard"
38342
38343 \end_inset
38344
38345
38346 \series default
38347 .
38348 \end_layout
38349
38350 \begin_layout Description
38351 Date This inserts the date in the form 
38352 \emph on
38353 Day-Month-Year
38354 \emph default
38355 .
38356  This is a date inserted as external material: 
38357 \begin_inset External
38358         template Date
38359         filename .
38360
38361 \end_inset
38362
38363
38364 \begin_inset space ~
38365 \end_inset
38366
38367
38368 \begin_inset Note Note
38369 status open
38370
38371 \begin_layout Plain Layout
38372 Remove the protected space when bug 4398 is fixed!
38373 \end_layout
38374
38375 \end_inset
38376
38377
38378 \begin_inset Newline newline
38379 \end_inset
38380
38381 The date is not shown within LyX, only in the output.
38382  There are two other methods of inserting a date: Via menu 
38383 \family sans
38384 Insert\SpecialChar \menuseparator
38385 Date
38386 \family default
38387  and with the LaTeX command 
38388 \series bold
38389
38390 \backslash
38391 today
38392 \series default
38393  as TeX-Code.
38394  The different methods are compared in Table
38395 \begin_inset space ~
38396 \end_inset
38397
38398
38399 \begin_inset CommandInset ref
38400 LatexCommand ref
38401 reference "tab:Comparison-of-the"
38402
38403 \end_inset
38404
38405 .
38406 \end_layout
38407
38408 \begin_layout Description
38409 Dia This template supports diagrams created with the program 
38410 \series bold
38411
38412 \begin_inset CommandInset href
38413 LatexCommand href
38414 name "Dia"
38415 target "http://en.wikipedia.org/wiki/Dia_(software)"
38416
38417 \end_inset
38418
38419
38420 \series default
38421 .
38422 \end_layout
38423
38424 \begin_layout Description
38425 GnumericSpreadsheet With this template you can insert spreadsheets
38426 \begin_inset space \thinspace{}
38427 \end_inset
38428
38429 /
38430 \begin_inset space \thinspace{}
38431 \end_inset
38432
38433 tables in the format of 
38434 \series bold
38435
38436 \begin_inset CommandInset href
38437 LatexCommand href
38438 name "Gnumeric"
38439 target "http://en.wikipedia.org/wiki/Gnumeric"
38440
38441 \end_inset
38442
38443
38444 \series default
38445
38446 \begin_inset CommandInset href
38447 LatexCommand href
38448 name "OpenDocument"
38449 target "http://en.wikipedia.org/wiki/OpenDocument"
38450
38451 \end_inset
38452
38453
38454 \begin_inset CommandInset href
38455 LatexCommand href
38456 name "Microsoft Office XML"
38457 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38458
38459 \end_inset
38460
38461  and 
38462 \begin_inset CommandInset href
38463 LatexCommand href
38464 name "Office Open XML"
38465 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38466
38467 \end_inset
38468
38469 .
38470  For this feature LyX must have found the program 
38471 \family typewriter
38472 ssconvert
38473 \family default
38474  during its configuration.
38475  This program is part of Gnumeric, so that you must have Gnumeric installed,
38476  also if you don't have tables in the Gnumeric format.
38477  For examples and possible limitations have a look at LyX's example file
38478  
38479 \emph on
38480 spreadsheet.lyx
38481 \emph default
38482 .
38483 \end_layout
38484
38485 \begin_layout Description
38486 LilyPond This template is used for music notation typeset with the program
38487 \begin_inset Newline linebreak
38488 \end_inset
38489
38490
38491 \series bold
38492
38493 \begin_inset CommandInset href
38494 LatexCommand href
38495 name "LilyPond"
38496 target "http://en.wikipedia.org/wiki/LilyPond"
38497
38498 \end_inset
38499
38500
38501 \series default
38502 .
38503  For LyX's extended support for LilyPond have a look at LyX's example file
38504  
38505 \emph on
38506 lilypond.lyx
38507 \emph default
38508 .
38509 \end_layout
38510
38511 \begin_layout Description
38512 PDFPages With this template you can insert PDF documents to your document.
38513  To specify the range of pages that should be included, use the option 
38514 \series bold
38515 pages
38516 \series default
38517  in the 
38518 \family sans
38519 Option
38520 \family default
38521  field in the 
38522 \family sans
38523 LaTeX and LyX options
38524 \family default
38525  tab.
38526  The argument of this option is a comma separated list, containing page
38527  numbers (insert as option 
38528 \series bold
38529 pages={3,5,6,8}
38530 \series default
38531 ), ranges of page numbers (
38532 \series bold
38533 pages={4-9}
38534 \series default
38535 ) or any combination.
38536  To insert empty pages use {}.
38537  E.
38538 \begin_inset space \thinspace{}
38539 \end_inset
38540
38541 g.
38542 \begin_inset space ~
38543 \end_inset
38544
38545
38546 \series bold
38547 pages={3,{},8-11,15}
38548 \series default
38549  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38550  Page ranges are specified in the syntax 
38551 \emph on
38552 start
38553 \emph default
38554 -
38555 \emph on
38556 stop
38557 \emph default
38558 .
38559  This selects all pages from 
38560 \emph on
38561 start
38562 \emph default
38563  to 
38564 \emph on
38565 stop
38566 \emph default
38567 .
38568  Omitting 
38569 \emph on
38570 start
38571 \emph default
38572  defaults to the first page; omitting 
38573 \emph on
38574 stop
38575 \emph default
38576  defaults to the last page of the document.
38577  The last page can also be selected with the keyword 
38578 \series bold
38579 last
38580 \series default
38581 .
38582  (This is only permitted in a page range.) So 
38583 \series bold
38584 pages=-
38585 \series default
38586  will insert all pages of the document and 
38587 \series bold
38588 pages=last-1
38589 \series default
38590  will insert all pages in reverse order.
38591  If the pages option is not specified, only the first page of the PDF is
38592  inserted.
38593 \begin_inset Newline newline
38594 \end_inset
38595
38596 The option 
38597 \series bold
38598 noautoscale
38599 \series default
38600  inserts the pages with their original size, if this option is not given,
38601  the pages will be resized to fith the width of the page of your document.
38602  In the tab 
38603 \family sans
38604 Size and Rotation
38605 \family default
38606  you can specify the width and height of the input pages and their rotation.
38607  If another width than 100
38608 \begin_inset space \thinspace{}
38609 \end_inset
38610
38611 Scale% is used, the option 
38612 \series bold
38613 noautoscale
38614 \series default
38615  will be overwritten.
38616  For more info and possible options, have a look into the documentation
38617  of the LaTeX-package 
38618 \series bold
38619 pdfpages
38620 \series default
38621  
38622 \begin_inset CommandInset citation
38623 LatexCommand cite
38624 key "pdfpages"
38625
38626 \end_inset
38627
38628 .
38629 \begin_inset Index idx
38630 status collapsed
38631
38632 \begin_layout Plain Layout
38633 LaTeX-packages ! pdfpages
38634 \end_layout
38635
38636 \end_inset
38637
38638
38639 \begin_inset Newline newline
38640 \end_inset
38641
38642 To use this template in a 
38643 \family sans
38644 Beamer
38645 \family default
38646  presentation you need to first insert an 
38647 \family sans
38648 EndFrame
38649 \family default
38650  environment and in a subsequent paragraph a TeX-Code box containing the
38651  command 
38652 \series bold
38653
38654 \backslash
38655 setbeamertemplate{background canvas}{}
38656 \series default
38657 .
38658  Then you can insert as many paragraphs containing the PDFPages template
38659  as you wish.
38660  Behind the included PDF pages you can resume the Beamer presentation by
38661  beginning a new frame or by starting a new section.
38662  To avoid stray blank pages prior to the PDF pages, make sure to use the
38663  
38664 \family sans
38665 Default
38666 \family default
38667  alignment for the paragraph containing the template.
38668 \begin_inset Newline newline
38669 \end_inset
38670
38671 Here is an included PDF which is rotated by -5°: 
38672 \begin_inset External
38673         template PDFPages
38674         filename clipart/Abstract.pdf
38675         extra LaTeX "noautoscale, pages=-"
38676         rotateAngle -5
38677         rotateOrigin bottomleft
38678
38679 \end_inset
38680
38681
38682 \end_layout
38683
38684 \begin_layout Description
38685 RasterImage This can be used for bitmap images.
38686  The image can be treated in the 
38687 \family sans
38688 External material
38689 \family default
38690  dialog like the images that are usually included via the 
38691 \family sans
38692 Graphics
38693 \family default
38694  dialog as described in section
38695 \begin_inset space ~
38696 \end_inset
38697
38698
38699 \begin_inset CommandInset ref
38700 LatexCommand ref
38701 reference "sec:Graphics-Dialog"
38702
38703 \end_inset
38704
38705 .
38706  The difference to the normal image input is that only raster images are
38707  allowed; that means that PDF and EPS-images are not supported.
38708  Here is an inserted raster image: 
38709 \begin_inset External
38710         template RasterImage
38711         filename clipart/ToolbarEnvBox.png
38712
38713 \end_inset
38714
38715
38716 \end_layout
38717
38718 \begin_layout Description
38719 XFig This template supports images created with the program 
38720 \series bold
38721
38722 \begin_inset CommandInset href
38723 LatexCommand href
38724 name "Xfig"
38725 target "http://en.wikipedia.org/wiki/Xfig"
38726
38727 \end_inset
38728
38729
38730 \series default
38731 .
38732 \end_layout
38733
38734 \begin_layout Standard
38735 \begin_inset Float table
38736 placement !h
38737 wide false
38738 sideways false
38739 status open
38740
38741 \begin_layout Plain Layout
38742 \begin_inset Caption Standard
38743
38744 \begin_layout Plain Layout
38745 \begin_inset CommandInset label
38746 LatexCommand label
38747 name "tab:Comparison-of-the"
38748
38749 \end_inset
38750
38751 Comparison of the date input methods.
38752 \end_layout
38753
38754 \end_inset
38755
38756
38757 \end_layout
38758
38759 \begin_layout Plain Layout
38760 \align center
38761 \begin_inset Tabular
38762 <lyxtabular version="3" rows="4" columns="4">
38763 <features rotate="0" tabularvalignment="middle">
38764 <column alignment="center" valignment="top" width="0">
38765 <column alignment="center" valignment="top" width="0">
38766 <column alignment="center" valignment="top" width="0">
38767 <column alignment="center" valignment="top" width="0">
38768 <row>
38769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38770 \begin_inset Text
38771
38772 \begin_layout Plain Layout
38773 Document format
38774 \end_layout
38775
38776 \end_inset
38777 </cell>
38778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38779 \begin_inset Text
38780
38781 \begin_layout Plain Layout
38782
38783 \family sans
38784 External Material\SpecialChar \menuseparator
38785 Date
38786 \end_layout
38787
38788 \end_inset
38789 </cell>
38790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38791 \begin_inset Text
38792
38793 \begin_layout Plain Layout
38794
38795 \family sans
38796 Insert\SpecialChar \menuseparator
38797 Date
38798 \end_layout
38799
38800 \end_inset
38801 </cell>
38802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38803 \begin_inset Text
38804
38805 \begin_layout Plain Layout
38806 command 
38807 \series bold
38808
38809 \backslash
38810 today
38811 \end_layout
38812
38813 \end_inset
38814 </cell>
38815 </row>
38816 <row>
38817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38818 \begin_inset Text
38819
38820 \begin_layout Plain Layout
38821 LyX
38822 \end_layout
38823
38824 \end_inset
38825 </cell>
38826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38827 \begin_inset Text
38828
38829 \begin_layout Plain Layout
38830 as inset box
38831 \end_layout
38832
38833 \end_inset
38834 </cell>
38835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38836 \begin_inset Text
38837
38838 \begin_layout Plain Layout
38839 as date
38840 \end_layout
38841
38842 \end_inset
38843 </cell>
38844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38845 \begin_inset Text
38846
38847 \begin_layout Plain Layout
38848 as TeX-Code inset box
38849 \end_layout
38850
38851 \end_inset
38852 </cell>
38853 </row>
38854 <row>
38855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38856 \begin_inset Text
38857
38858 \begin_layout Plain Layout
38859 LaTeX
38860 \end_layout
38861
38862 \end_inset
38863 </cell>
38864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38865 \begin_inset Text
38866
38867 \begin_layout Plain Layout
38868 as date
38869 \end_layout
38870
38871 \end_inset
38872 </cell>
38873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38874 \begin_inset Text
38875
38876 \begin_layout Plain Layout
38877 as date
38878 \end_layout
38879
38880 \end_inset
38881 </cell>
38882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38883 \begin_inset Text
38884
38885 \begin_layout Plain Layout
38886 as command
38887 \end_layout
38888
38889 \end_inset
38890 </cell>
38891 </row>
38892 <row>
38893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38894 \begin_inset Text
38895
38896 \begin_layout Plain Layout
38897 DVI, PDF, PS
38898 \end_layout
38899
38900 \end_inset
38901 </cell>
38902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38903 \begin_inset Text
38904
38905 \begin_layout Plain Layout
38906 as date
38907 \end_layout
38908
38909 \end_inset
38910 </cell>
38911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38912 \begin_inset Text
38913
38914 \begin_layout Plain Layout
38915 as date
38916 \end_layout
38917
38918 \end_inset
38919 </cell>
38920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38921 \begin_inset Text
38922
38923 \begin_layout Plain Layout
38924 as date
38925 \end_layout
38926
38927 \end_inset
38928 </cell>
38929 </row>
38930 </lyxtabular>
38931
38932 \end_inset
38933
38934
38935 \end_layout
38936
38937 \end_inset
38938
38939
38940 \end_layout
38941
38942 \begin_layout Standard
38943 When you use the option 
38944 \family sans
38945 Draft
38946 \family default
38947  in the 
38948 \family sans
38949 File
38950 \family default
38951  tab of the 
38952 \family sans
38953 External Material
38954 \family default
38955  dialog, only the path to the inserted file is shown in the output.
38956 \begin_inset Newline newline
38957 \end_inset
38958
38959 External material is displayed in LyX either as a box like this: 
38960 \begin_inset Graphics
38961         filename clipart/ExternalMaterialQt4.png
38962         scale 85
38963         scaleBeforeRotation
38964
38965 \end_inset
38966
38967  or as image, depending on the option 
38968 \family sans
38969 Show in LyX
38970 \family default
38971  in the 
38972 \family sans
38973 LaTeX and LyX options
38974 \family default
38975  tab of the dialog.
38976 \end_layout
38977
38978 \begin_layout Standard
38979 The 
38980 \family sans
38981 \emph on
38982 Customization
38983 \family default
38984 \emph default
38985  manual explains how you can define your own templates.
38986 \end_layout
38987
38988 \begin_layout Section
38989 Child Documents
38990 \begin_inset CommandInset label
38991 LatexCommand label
38992 name "sec:Child-Documents"
38993
38994 \end_inset
38995
38996
38997 \begin_inset Index idx
38998 status collapsed
38999
39000 \begin_layout Plain Layout
39001 External Document Parts ! Child Documents
39002 \end_layout
39003
39004 \end_inset
39005
39006
39007 \begin_inset Index idx
39008 status collapsed
39009
39010 \begin_layout Plain Layout
39011 Files ! Include
39012 \end_layout
39013
39014 \end_inset
39015
39016
39017 \end_layout
39018
39019 \begin_layout Standard
39020 Child documents are used if you have a long document consisting of several
39021  larger parts or sections.
39022  For maintenance it is often useful and sometimes even required to split
39023  the document into several files that can be revised separately.
39024  The different documents are then the so called 
39025 \begin_inset Quotes eld
39026 \end_inset
39027
39028 child documents
39029 \begin_inset Quotes erd
39030 \end_inset
39031
39032 , and a master document connects them to print the full document or parts
39033  of it.
39034  A child document inherits elements from its master, for example the LaTeX
39035  preamble, the bibliography, and labels for cross-references.
39036 \end_layout
39037
39038 \begin_layout Standard
39039 To be able to work on child documents without the need to open their master,
39040  specify in the child document the master in the menu
39041 \family sans
39042  Document\SpecialChar \menuseparator
39043 Settings\SpecialChar \menuseparator
39044 Document
39045 \begin_inset space ~
39046 \end_inset
39047
39048 Class
39049 \family default
39050 .
39051  This master document will then be used in the background by LyX when you
39052  edit the child document.
39053 \end_layout
39054
39055 \begin_layout Standard
39056 Included documents are displayed in LyX as a box like this: 
39057 \begin_inset Graphics
39058         filename clipart/ChildDocumentQt4.png
39059         scale 85
39060         scaleBeforeRotation
39061
39062 \end_inset
39063
39064  To include child documents in a master document use the menu 
39065 \family sans
39066 Insert\SpecialChar \menuseparator
39067 File\SpecialChar \menuseparator
39068 Child
39069 \begin_inset space ~
39070 \end_inset
39071
39072 Documents
39073 \family default
39074 .
39075  A dialog pops up where you can choose between four include methods:
39076 \end_layout
39077
39078 \begin_layout Description
39079 Include You can include LyX- and LaTeX-documents.
39080  When you press the 
39081 \family sans
39082 Edit
39083 \family default
39084  button in the 
39085 \family sans
39086 Child Document
39087 \family default
39088  dialog, the included document will be opened in LyX in a new file tab so
39089  that you can modify it.
39090 \begin_inset Newline newline
39091 \end_inset
39092
39093
39094 \end_layout
39095
39096 \begin_layout Standard
39097 Here is a child document inserted using 
39098 \family sans
39099 Include
39100 \family default
39101
39102 \begin_inset CommandInset include
39103 LatexCommand include
39104 filename "DummyDocument1.lyx"
39105
39106 \end_inset
39107
39108
39109 \end_layout
39110
39111 \begin_layout Standard
39112 The section numbering includes the sections of the included files in the
39113  order they are inserted in the master document.
39114  The included example document has for example a subsection that is numbered
39115  as a subsection of this section.
39116  Labels of included documents can be referenced: Subsection
39117 \begin_inset space ~
39118 \end_inset
39119
39120
39121 \begin_inset CommandInset ref
39122 LatexCommand ref
39123 reference "sub:External-Subsection-1"
39124
39125 \end_inset
39126
39127 .
39128 \end_layout
39129
39130 \begin_layout Standard
39131 The preamble of the child document is ignored; only the preamble of the
39132  master document is used.
39133  Branches in child documents will be ignored by the master document when
39134  the master document does not have a branch with the same name.
39135  Included documents are inserted starting on a new page and ending with
39136  a page break.
39137 \end_layout
39138
39139 \begin_layout Standard
39140 \begin_inset Note Greyedout
39141 status open
39142
39143 \begin_layout Plain Layout
39144
39145 \series bold
39146 Note:
39147 \series default
39148  If you have included a LyX- or LaTeX-file, you are warned when you export/view
39149  the document in case the child document uses another document class than
39150  the master document as this will lead to unexpected outputs.
39151 \end_layout
39152
39153 \end_inset
39154
39155
39156 \end_layout
39157
39158 \begin_layout Description
39159 Input This method is very similar to the Include method.
39160  The differences are:
39161 \end_layout
39162
39163 \begin_deeper
39164 \begin_layout Itemize
39165 Input files don't start with a new page and don't end with a page break.
39166 \end_layout
39167
39168 \begin_layout Itemize
39169 Input files can be previewed in LyX when 
39170 \family sans
39171 Instant
39172 \begin_inset space ~
39173 \end_inset
39174
39175 Preview
39176 \family default
39177  is enabled in LyX's preferences under 
39178 \family sans
39179 Look
39180 \begin_inset space ~
39181 \end_inset
39182
39183 and
39184 \begin_inset space ~
39185 \end_inset
39186
39187 feel\SpecialChar \menuseparator
39188 Graphics
39189 \family default
39190 .
39191 \end_layout
39192
39193 \begin_layout Itemize
39194 You cannot exclude Input files via the menu 
39195 \family sans
39196 Document\SpecialChar \menuseparator
39197 Settings\SpecialChar \menuseparator
39198 Child Documents
39199 \family default
39200 .
39201 \end_layout
39202
39203 \end_deeper
39204 \begin_layout Standard
39205 Here is a child document inserted using 
39206 \family sans
39207 Input
39208 \family default
39209
39210 \begin_inset CommandInset include
39211 LatexCommand input
39212 filename "DummyDocument2.lyx"
39213
39214 \end_inset
39215
39216
39217 \end_layout
39218
39219 \begin_layout Description
39220 Verbatim With this method any text file can be included.
39221  The file is shown in the output with its source code; no command used in
39222  the text is invoked.
39223  You can use the option 
39224 \family sans
39225 Mark spaces in output
39226 \family default
39227  that displays the character 
39228 \begin_inset Quotes eld
39229 \end_inset
39230
39231
39232 \begin_inset ERT
39233 status collapsed
39234
39235 \begin_layout Plain Layout
39236
39237
39238 \backslash
39239 textvisiblespace 
39240 \end_layout
39241
39242 \end_inset
39243
39244
39245 \begin_inset Quotes erd
39246 \end_inset
39247
39248  for every space character in the source code.
39249  The difference from the method via the menu 
39250 \family sans
39251 Insert\SpecialChar \menuseparator
39252 File\SpecialChar \menuseparator
39253 Plain
39254 \begin_inset space ~
39255 \end_inset
39256
39257 Text
39258 \family default
39259  is that the document content is not shown in LyX.
39260 \end_layout
39261
39262 \begin_layout Standard
39263 Here is a child document inserted as Verbatim: 
39264 \begin_inset CommandInset include
39265 LatexCommand verbatiminput
39266 filename "DummyTextDocument.txt"
39267
39268 \end_inset
39269
39270
39271 \begin_inset VSpace bigskip
39272 \end_inset
39273
39274  Here is a child document inserted as Verbatim using the 
39275 \family sans
39276 Mark spaces in output
39277 \family default
39278  option: 
39279 \begin_inset CommandInset include
39280 LatexCommand verbatiminput*
39281 filename "DummyTextDocument.txt"
39282
39283 \end_inset
39284
39285
39286 \end_layout
39287
39288 \begin_layout Standard
39289 \begin_inset VSpace bigskip
39290 \end_inset
39291
39292
39293 \end_layout
39294
39295 \begin_layout Standard
39296 \begin_inset Note Greyedout
39297 status open
39298
39299 \begin_layout Plain Layout
39300
39301 \series bold
39302 Note:
39303 \series default
39304  As you can see in the examples above, the text of the documents included
39305  as 
39306 \family sans
39307 verbatim
39308 \family default
39309  is not broken at the end of the document lines.
39310 \end_layout
39311
39312 \end_inset
39313
39314
39315 \end_layout
39316
39317 \begin_layout Description
39318 Listings This type is described in chapter
39319 \begin_inset space ~
39320 \end_inset
39321
39322
39323 \begin_inset CommandInset ref
39324 LatexCommand ref
39325 reference "cha:Program-Code-Listings"
39326
39327 \end_inset
39328
39329 .
39330 \end_layout
39331
39332 \begin_layout Standard
39333 \begin_inset Note Greyedout
39334 status open
39335
39336 \begin_layout Plain Layout
39337
39338 \series bold
39339 Note:
39340 \series default
39341  Including the same document twice in a document using different methods
39342  could cause LaTeX-problems.
39343 \end_layout
39344
39345 \end_inset
39346
39347
39348 \end_layout
39349
39350 \begin_layout Standard
39351 If you want to view/export only selected children of your master document,
39352  either because you want to save compiling time or because you want to distribut
39353 e single chapters of the book you are just writing, you can exclude children
39354  from the output.
39355  This is done via the menu 
39356 \family sans
39357 Document\SpecialChar \menuseparator
39358 Settings\SpecialChar \menuseparator
39359 Child Documents
39360 \family default
39361 .
39362  You can exclude\SpecialChar \slash{}
39363 include children by double-clicking on the 
39364 \family sans
39365 include to output
39366 \family default
39367  column of the respective child document in the list (note that this only
39368  works for documents embedded via 
39369 \begin_inset Quotes eld
39370 \end_inset
39371
39372 Include
39373 \begin_inset Quotes erd
39374 \end_inset
39375
39376 , not with 
39377 \begin_inset Quotes eld
39378 \end_inset
39379
39380 Input
39381 \begin_inset Quotes erd
39382 \end_inset
39383
39384 ).
39385  If the option 
39386 \family sans
39387 Maintain counters and references
39388 \family default
39389  is enabled, LyX will assure that all page numbers, references etc.
39390 \begin_inset space ~
39391 \end_inset
39392
39393 are correct as if the whole document was processed.
39394  This is useful if you want the selected sub-documents to look exactly as
39395  in the context of the whole document.
39396  However, LyX needs to process the whole document in the background for
39397  this feature.
39398  So if you want to save compile time and if counters and references do not
39399  need to be correct, disable this checkbox.
39400 \end_layout
39401
39402 \begin_layout Standard
39403 Alternatively, you can put each included file into a branch.
39404 \begin_inset Foot
39405 status collapsed
39406
39407 \begin_layout Plain Layout
39408 Branches are described in section 
39409 \emph on
39410 Branches
39411 \emph default
39412  of the LyX 
39413 \emph on
39414 Userguide
39415 \emph default
39416 .
39417 \end_layout
39418
39419 \end_inset
39420
39421  By enabling\SpecialChar \slash{}
39422 disabling branches you can decide which included files will
39423  appear in the output.
39424  This has the advantage that it also works with Input'ed sub-documents.
39425  However, counters and references will not be maintained with this approach.
39426 \end_layout
39427
39428 \begin_layout Chapter
39429 Program Code Listings
39430 \begin_inset CommandInset label
39431 LatexCommand label
39432 name "cha:Program-Code-Listings"
39433
39434 \end_inset
39435
39436
39437 \begin_inset Index idx
39438 status collapsed
39439
39440 \begin_layout Plain Layout
39441 Listings
39442 \end_layout
39443
39444 \end_inset
39445
39446
39447 \begin_inset Index idx
39448 status collapsed
39449
39450 \begin_layout Plain Layout
39451 Program Code
39452 \end_layout
39453
39454 \end_inset
39455
39456
39457 \begin_inset Index idx
39458 status collapsed
39459
39460 \begin_layout Plain Layout
39461 Floats ! Listings
39462 \end_layout
39463
39464 \end_inset
39465
39466
39467 \end_layout
39468
39469 \begin_layout Standard
39470 To include and typeset program code you can use the 
39471 \family sans
39472 Listings
39473 \family default
39474  inset that can be inserted via the menu 
39475 \family sans
39476 Insert\SpecialChar \menuseparator
39477 Program Listing
39478 \family default
39479 .
39480  The LaTeX-package 
39481 \series bold
39482 listings
39483 \series default
39484
39485 \begin_inset Index idx
39486 status collapsed
39487
39488 \begin_layout Plain Layout
39489 LaTeX-packages ! listings
39490 \end_layout
39491
39492 \end_inset
39493
39494  provides a powerful and flexible way to insert program source code into
39495  your document.
39496 \end_layout
39497
39498 \begin_layout Standard
39499 Right-clicking on a listings inset opens the context menu containing where
39500  you can set the listings format.
39501 \end_layout
39502
39503 \begin_layout Standard
39504 By default, a listing starts a new paragraph in the output.
39505  The placement option 
39506 \family sans
39507 Inline
39508 \begin_inset space ~
39509 \end_inset
39510
39511 listing
39512 \family default
39513  prints the listing inline like this: 
39514 \begin_inset listings
39515 lstparams "language={C++}"
39516 inline true
39517 status open
39518
39519 \begin_layout Plain Layout
39520
39521 int a=5;
39522 \end_layout
39523
39524 \end_inset
39525
39526
39527 \begin_inset Newline newline
39528 \end_inset
39529
39530 The option 
39531 \family sans
39532 Float
39533 \family default
39534  creates a listings float where you can specify the placement options 
39535 \begin_inset Quotes eld
39536 \end_inset
39537
39538
39539 \family sans
39540 h
39541 \family default
39542
39543 \begin_inset Quotes erd
39544 \end_inset
39545
39546
39547 \begin_inset Quotes eld
39548 \end_inset
39549
39550
39551 \family sans
39552 t
39553 \family default
39554
39555 \begin_inset Quotes erd
39556 \end_inset
39557
39558
39559 \begin_inset Quotes eld
39560 \end_inset
39561
39562
39563 \family sans
39564 b
39565 \family default
39566
39567 \begin_inset Quotes erd
39568 \end_inset
39569
39570 , and 
39571 \begin_inset Quotes eld
39572 \end_inset
39573
39574
39575 \family sans
39576 p
39577 \family default
39578
39579 \begin_inset Quotes erd
39580 \end_inset
39581
39582  corresponding to the float placement options described in section
39583 \begin_inset space ~
39584 \end_inset
39585
39586
39587 \begin_inset CommandInset ref
39588 LatexCommand ref
39589 reference "sec:Float-Placement"
39590
39591 \end_inset
39592
39593 .
39594  The placement options can be mixed and are inserted without any separation,
39595  e.
39596 \begin_inset space \thinspace{}
39597 \end_inset
39598
39599 g.
39600 \begin_inset space \space{}
39601 \end_inset
39602
39603
39604 \begin_inset Quotes eld
39605 \end_inset
39606
39607
39608 \family sans
39609 htbp
39610 \family default
39611
39612 \begin_inset Quotes erd
39613 \end_inset
39614
39615 .
39616  The option 
39617 \begin_inset Quotes eld
39618 \end_inset
39619
39620 h
39621 \begin_inset Quotes erd
39622 \end_inset
39623
39624  has sometimes no effect, but you don't need to use the 
39625 \family sans
39626 Float
39627 \family default
39628  option in this case as also non-float listings can have captions and be
39629  referenced.
39630 \end_layout
39631
39632 \begin_layout Standard
39633 You can add captions to listings with the menu 
39634 \family sans
39635 Insert\SpecialChar \menuseparator
39636 Caption
39637 \family default
39638 .
39639  Listings can be referenced like floats: Listing
39640 \begin_inset space ~
39641 \end_inset
39642
39643
39644 \begin_inset CommandInset ref
39645 LatexCommand ref
39646 reference "lst:Example-Listing"
39647
39648 \end_inset
39649
39650
39651 \change_inserted -195340706 1334604968
39652 .
39653  A list of listings which contains all listings with captions can be created
39654  via the 
39655 \family sans
39656 Insert\SpecialChar \menuseparator
39657 List
39658 \begin_inset space ~
39659 \end_inset
39660
39661 /
39662 \begin_inset space ~
39663 \end_inset
39664
39665 TOC\SpecialChar \menuseparator
39666 List of Listings
39667 \family default
39668  submenu.
39669  The list entries are the listing caption and the listing number.
39670 \change_unchanged
39671
39672 \end_layout
39673
39674 \begin_layout Standard
39675 \begin_inset listings
39676 lstparams "language=Python"
39677 inline false
39678 status open
39679
39680 \begin_layout Plain Layout
39681
39682 \begin_inset Caption Standard
39683
39684 \begin_layout Plain Layout
39685 \begin_inset CommandInset label
39686 LatexCommand label
39687 name "lst:Example-Listing"
39688
39689 \end_inset
39690
39691 Example Listing float
39692 \end_layout
39693
39694 \end_inset
39695
39696 # Example listing float
39697 \end_layout
39698
39699 \begin_layout Plain Layout
39700
39701 def func(param):
39702 \end_layout
39703
39704 \begin_layout Plain Layout
39705
39706     'this is a python function'
39707 \end_layout
39708
39709 \begin_layout Plain Layout
39710
39711     pass
39712 \end_layout
39713
39714 \end_inset
39715
39716
39717 \end_layout
39718
39719 \begin_layout Standard
39720 When you have set a programming language in the listings dialog, the keywords
39721  of this language will be recognized and specially typeset in the output.
39722  In the example listings the Python keyword 
39723 \begin_inset Quotes eld
39724 \end_inset
39725
39726 def
39727 \begin_inset Quotes erd
39728 \end_inset
39729
39730  is recognized and printed bold in the output.
39731 \end_layout
39732
39733 \begin_layout Standard
39734 \begin_inset Note Greyedout
39735 status open
39736
39737 \begin_layout Plain Layout
39738
39739 \series bold
39740 Note:
39741 \series default
39742  If you don't get bold keywords when using typewriter fonts, your 
39743 \family typewriter
39744 typewriter
39745 \family default
39746  font probably doesn't provide a bold shape.
39747  In this case select a different one in the menu 
39748 \family sans
39749 Document\SpecialChar \menuseparator
39750 Settings\SpecialChar \menuseparator
39751 Fonts
39752 \family default
39753 .
39754  (The fonts 
39755 \emph on
39756 LuxiMono, BeraMono
39757 \emph default
39758  and 
39759 \emph on
39760 Courier
39761 \emph default
39762  provide bold shapes.)
39763 \end_layout
39764
39765 \end_inset
39766
39767
39768 \end_layout
39769
39770 \begin_layout Standard
39771 In section 
39772 \family sans
39773 Line
39774 \begin_inset space ~
39775 \end_inset
39776
39777 numbering
39778 \family default
39779  of the listings dialog you can specify the line numbering style.
39780  You can insert a number to specify which lines are numbered in the field
39781  
39782 \family sans
39783 Step
39784 \family default
39785 .
39786  When you insert e.
39787 \begin_inset space \thinspace{}
39788 \end_inset
39789
39790 g.
39791 \begin_inset space \space{}
39792 \end_inset
39793
39794
39795 \begin_inset Quotes eld
39796 \end_inset
39797
39798 3
39799 \begin_inset Quotes erd
39800 \end_inset
39801
39802 , only every 3rd line will be numbered.
39803 \end_layout
39804
39805 \begin_layout Standard
39806 You can furthermore specify a range of lines; only these will then appear
39807  in the output.
39808  The option 
39809 \family sans
39810 Extended character table
39811 \family default
39812  should be used when you use national characters like the German umlauts
39813  in the listing.
39814 \begin_inset Newline newline
39815 \end_inset
39816
39817 Here is an example listing with left line numbering, step 
39818 \begin_inset Quotes eld
39819 \end_inset
39820
39821 3
39822 \begin_inset Quotes erd
39823 \end_inset
39824
39825 , language 
39826 \begin_inset Quotes eld
39827 \end_inset
39828
39829 Python
39830 \begin_inset Quotes erd
39831 \end_inset
39832
39833 , options 
39834 \begin_inset Quotes eld
39835 \end_inset
39836
39837 Extended character table
39838 \begin_inset Quotes erd
39839 \end_inset
39840
39841  and 
39842 \begin_inset Quotes eld
39843 \end_inset
39844
39845 Space
39846 \begin_inset space ~
39847 \end_inset
39848
39849 as
39850 \begin_inset space ~
39851 \end_inset
39852
39853 symbol
39854 \begin_inset Quotes erd
39855 \end_inset
39856
39857 , range lines 3
39858 \begin_inset space \thinspace{}
39859 \end_inset
39860
39861 -
39862 \begin_inset space \thinspace{}
39863 \end_inset
39864
39865 8:
39866 \end_layout
39867
39868 \begin_layout Standard
39869 \begin_inset listings
39870 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39871 inline false
39872 status open
39873
39874 \begin_layout Plain Layout
39875
39876 def func(param):
39877 \end_layout
39878
39879 \begin_layout Plain Layout
39880
39881     'this is a python function'
39882 \end_layout
39883
39884 \begin_layout Plain Layout
39885
39886     pass
39887 \end_layout
39888
39889 \begin_layout Plain Layout
39890
39891 def func(param):
39892 \end_layout
39893
39894 \begin_layout Plain Layout
39895
39896 'This is a German word: Tschüß'
39897 \end_layout
39898
39899 \begin_layout Plain Layout
39900
39901 pass
39902 \end_layout
39903
39904 \begin_layout Plain Layout
39905
39906 def func(param):
39907 \end_layout
39908
39909 \begin_layout Plain Layout
39910
39911 'this is a python function'
39912 \end_layout
39913
39914 \begin_layout Plain Layout
39915
39916 pass
39917 \end_layout
39918
39919 \end_inset
39920
39921
39922 \end_layout
39923
39924 \begin_layout Standard
39925 When you have tabulators in your listing, you can specify the number of
39926  characters that are spanned by a tabulator in the field 
39927 \family sans
39928 Tabulator
39929 \begin_inset space ~
39930 \end_inset
39931
39932 size
39933 \family default
39934 .
39935 \end_layout
39936
39937 \begin_layout Standard
39938 \begin_inset Note Greyedout
39939 status open
39940
39941 \begin_layout Plain Layout
39942
39943 \series bold
39944 Note:
39945 \series default
39946  Due to a bug in the 
39947 \series bold
39948 listings
39949 \series default
39950  package the line numbering is shifted by a line by every previous listing.
39951  That's the reason why the lines 2 and 5 are numbered in the above listing
39952  and not the lines 3 and 6.
39953 \end_layout
39954
39955 \end_inset
39956
39957
39958 \end_layout
39959
39960 \begin_layout Standard
39961 \begin_inset VSpace bigskip
39962 \end_inset
39963
39964
39965 \end_layout
39966
39967 \begin_layout Standard
39968 It is also possible to print lines from a file as listing.
39969  To do this, use the menu 
39970 \family sans
39971 Insert\SpecialChar \menuseparator
39972 File\SpecialChar \menuseparator
39973 Child Document
39974 \family default
39975  and choose the type 
39976 \family sans
39977 Listings
39978 \family default
39979 .
39980 \begin_inset Foot
39981 status collapsed
39982
39983 \begin_layout Plain Layout
39984 The other child document types are described in section
39985 \begin_inset space ~
39986 \end_inset
39987
39988
39989 \begin_inset CommandInset ref
39990 LatexCommand ref
39991 reference "sec:Child-Documents"
39992
39993 \end_inset
39994
39995 .
39996 \end_layout
39997
39998 \end_inset
39999
40000  In the child document dialog you can specify the listing parameters in
40001  a text box.
40002  To show a list of all available parameters, type in a question mark 
40003 \begin_inset Quotes eld
40004 \end_inset
40005
40006 ?
40007 \begin_inset Quotes erd
40008 \end_inset
40009
40010  in the text box.
40011 \end_layout
40012
40013 \begin_layout Standard
40014 To reference child document listings, write a label text into the corresponding
40015  field of the child document dialog.
40016  The label can then be referenced using the menu 
40017 \family sans
40018 Insert\SpecialChar \menuseparator
40019 Cross-Reference
40020 \family default
40021 .
40022 \end_layout
40023
40024 \begin_layout Standard
40025 Listing
40026 \begin_inset space ~
40027 \end_inset
40028
40029
40030 \begin_inset CommandInset ref
40031 LatexCommand ref
40032 reference "lst:file-listing"
40033
40034 \end_inset
40035
40036  is an example for a listing of a file; there the lines 10
40037 \begin_inset space \thinspace{}
40038 \end_inset
40039
40040 -
40041 \begin_inset space \thinspace{}
40042 \end_inset
40043
40044 15 of this LyX file are listed.
40045 \end_layout
40046
40047 \begin_layout Standard
40048 \begin_inset CommandInset include
40049 LatexCommand lstinputlisting
40050 filename "EmbeddedObjects.lyx"
40051 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
40052
40053 \end_inset
40054
40055
40056 \end_layout
40057
40058 \begin_layout Standard
40059 \begin_inset VSpace bigskip
40060 \end_inset
40061
40062
40063 \end_layout
40064
40065 \begin_layout Standard
40066 Inserting a formula into a listing can be done the following way:
40067 \end_layout
40068
40069 \begin_layout Enumerate
40070 Open the listings dialog and add
40071 \begin_inset Newline newline
40072 \end_inset
40073
40074
40075 \family sans
40076 mathescape=true
40077 \family default
40078
40079 \begin_inset Newline newline
40080 \end_inset
40081
40082 to the field of the 
40083 \family sans
40084 Advanced
40085 \family default
40086  tab.
40087 \end_layout
40088
40089 \begin_layout Enumerate
40090 Create a formula outside the listing
40091 \end_layout
40092
40093 \begin_layout Enumerate
40094 Copy the content of the formula (not the formula inset) to the clipboard
40095  (shortcut 
40096 \begin_inset Info
40097 type  "shortcut"
40098 arg   "copy"
40099 \end_inset
40100
40101 )
40102 \end_layout
40103
40104 \begin_layout Enumerate
40105 In the listing write 
40106 \begin_inset Quotes eld
40107 \end_inset
40108
40109
40110 \family sans
40111 $$
40112 \family default
40113
40114 \begin_inset Quotes erd
40115 \end_inset
40116
40117  and copy from the clipboard between the dollar-signs (shortcut 
40118 \begin_inset Info
40119 type  "shortcut"
40120 arg   "paste"
40121 \end_inset
40122
40123 )
40124 \end_layout
40125
40126 \begin_layout Standard
40127 \begin_inset listings
40128 lstparams "language=Python,mathescape=true"
40129 inline false
40130 status open
40131
40132 \begin_layout Plain Layout
40133
40134 \begin_inset Caption Standard
40135
40136 \begin_layout Plain Layout
40137 Example Listing float containing a formula
40138 \end_layout
40139
40140 \end_inset
40141
40142 # Example listing float
40143 \end_layout
40144
40145 \begin_layout Plain Layout
40146
40147 def func(param):
40148 \end_layout
40149
40150 \begin_layout Plain Layout
40151
40152     # $
40153 \backslash
40154 prod_{n=1}^{
40155 \backslash
40156 infty}
40157 \backslash
40158 ,
40159 \backslash
40160 frac{1}{x^{2}}$
40161 \end_layout
40162
40163 \begin_layout Plain Layout
40164
40165     pass
40166 \end_layout
40167
40168 \end_inset
40169
40170
40171 \end_layout
40172
40173 \begin_layout Standard
40174 \begin_inset VSpace bigskip
40175 \end_inset
40176
40177
40178 \end_layout
40179
40180 \begin_layout Standard
40181 Global listings settings can be set in the 
40182 \family sans
40183 Document\SpecialChar \menuseparator
40184 Settings\SpecialChar \menuseparator
40185 Listings
40186 \family default
40187  dialog.
40188  To get there a list of available options, type in a question mark 
40189 \begin_inset Quotes eld
40190 \end_inset
40191
40192 ?
40193 \begin_inset Quotes erd
40194 \end_inset
40195
40196 .
40197 \end_layout
40198
40199 \begin_layout Standard
40200 For more information about the 
40201 \series bold
40202 listings
40203 \series default
40204  package, we refer to its documentation 
40205 \begin_inset CommandInset citation
40206 LatexCommand cite
40207 key "listings"
40208
40209 \end_inset
40210
40211 .
40212 \end_layout
40213
40214 \begin_layout Standard
40215 \begin_inset Newpage newpage
40216 \end_inset
40217
40218
40219 \end_layout
40220
40221 \begin_layout Chapter
40222 \start_of_appendix
40223 Units available in LyX
40224 \begin_inset Index idx
40225 status collapsed
40226
40227 \begin_layout Plain Layout
40228 Units
40229 \end_layout
40230
40231 \end_inset
40232
40233
40234 \begin_inset CommandInset label
40235 LatexCommand label
40236 name "cha:Units-available-in"
40237
40238 \end_inset
40239
40240
40241 \end_layout
40242
40243 \begin_layout Standard
40244 To understand the units described in this documentation, Table
40245 \begin_inset space ~
40246 \end_inset
40247
40248
40249 \begin_inset CommandInset ref
40250 LatexCommand ref
40251 reference "tab:Units"
40252
40253 \end_inset
40254
40255  explains all units available in LyX.
40256 \end_layout
40257
40258 \begin_layout Standard
40259 \begin_inset Float table
40260 placement h
40261 wide false
40262 sideways false
40263 status open
40264
40265 \begin_layout Plain Layout
40266 \begin_inset Caption Standard
40267
40268 \begin_layout Plain Layout
40269 \begin_inset CommandInset label
40270 LatexCommand label
40271 name "tab:Units"
40272
40273 \end_inset
40274
40275 Units
40276 \end_layout
40277
40278 \end_inset
40279
40280
40281 \end_layout
40282
40283 \begin_layout Plain Layout
40284 \begin_inset VSpace medskip
40285 \end_inset
40286
40287
40288 \end_layout
40289
40290 \begin_layout Plain Layout
40291 \align center
40292 \begin_inset Tabular
40293 <lyxtabular version="3" rows="20" columns="2">
40294 <features rotate="0" tabularvalignment="middle">
40295 <column alignment="center" valignment="top" width="0">
40296 <column alignment="center" valignment="top" width="0">
40297 <row>
40298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40299 \begin_inset Text
40300
40301 \begin_layout Plain Layout
40302 unit
40303 \end_layout
40304
40305 \end_inset
40306 </cell>
40307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40308 \begin_inset Text
40309
40310 \begin_layout Plain Layout
40311 name/description
40312 \end_layout
40313
40314 \end_inset
40315 </cell>
40316 </row>
40317 <row>
40318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40319 \begin_inset Text
40320
40321 \begin_layout Plain Layout
40322 mm
40323 \end_layout
40324
40325 \end_inset
40326 </cell>
40327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40328 \begin_inset Text
40329
40330 \begin_layout Plain Layout
40331 millimeter
40332 \end_layout
40333
40334 \end_inset
40335 </cell>
40336 </row>
40337 <row>
40338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40339 \begin_inset Text
40340
40341 \begin_layout Plain Layout
40342 cm
40343 \end_layout
40344
40345 \end_inset
40346 </cell>
40347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40348 \begin_inset Text
40349
40350 \begin_layout Plain Layout
40351 centimeter
40352 \end_layout
40353
40354 \end_inset
40355 </cell>
40356 </row>
40357 <row>
40358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40359 \begin_inset Text
40360
40361 \begin_layout Plain Layout
40362 in
40363 \end_layout
40364
40365 \end_inset
40366 </cell>
40367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40368 \begin_inset Text
40369
40370 \begin_layout Plain Layout
40371 inch
40372 \end_layout
40373
40374 \end_inset
40375 </cell>
40376 </row>
40377 <row>
40378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40379 \begin_inset Text
40380
40381 \begin_layout Plain Layout
40382 pt
40383 \end_layout
40384
40385 \end_inset
40386 </cell>
40387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40388 \begin_inset Text
40389
40390 \begin_layout Plain Layout
40391 point (72.27
40392 \begin_inset space \thinspace{}
40393 \end_inset
40394
40395 pt = 1
40396 \begin_inset space \thinspace{}
40397 \end_inset
40398
40399 in)
40400 \end_layout
40401
40402 \end_inset
40403 </cell>
40404 </row>
40405 <row>
40406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40407 \begin_inset Text
40408
40409 \begin_layout Plain Layout
40410 pc
40411 \end_layout
40412
40413 \end_inset
40414 </cell>
40415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40416 \begin_inset Text
40417
40418 \begin_layout Plain Layout
40419 pica (1
40420 \begin_inset space \thinspace{}
40421 \end_inset
40422
40423 pc = 12
40424 \begin_inset space \thinspace{}
40425 \end_inset
40426
40427 pt)
40428 \end_layout
40429
40430 \end_inset
40431 </cell>
40432 </row>
40433 <row>
40434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40435 \begin_inset Text
40436
40437 \begin_layout Plain Layout
40438 sp
40439 \end_layout
40440
40441 \end_inset
40442 </cell>
40443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40444 \begin_inset Text
40445
40446 \begin_layout Plain Layout
40447 scaled point (65536
40448 \begin_inset space \thinspace{}
40449 \end_inset
40450
40451 sp = 1
40452 \begin_inset space \thinspace{}
40453 \end_inset
40454
40455 pt)
40456 \end_layout
40457
40458 \end_inset
40459 </cell>
40460 </row>
40461 <row>
40462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40463 \begin_inset Text
40464
40465 \begin_layout Plain Layout
40466 bp
40467 \end_layout
40468
40469 \end_inset
40470 </cell>
40471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40472 \begin_inset Text
40473
40474 \begin_layout Plain Layout
40475 big point (72
40476 \begin_inset space \thinspace{}
40477 \end_inset
40478
40479 bp = 1
40480 \begin_inset space \thinspace{}
40481 \end_inset
40482
40483 in)
40484 \end_layout
40485
40486 \end_inset
40487 </cell>
40488 </row>
40489 <row>
40490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40491 \begin_inset Text
40492
40493 \begin_layout Plain Layout
40494 dd
40495 \end_layout
40496
40497 \end_inset
40498 </cell>
40499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40500 \begin_inset Text
40501
40502 \begin_layout Plain Layout
40503 didot (1
40504 \begin_inset space \thinspace{}
40505 \end_inset
40506
40507 dd 
40508 \begin_inset Formula $\approx$
40509 \end_inset
40510
40511  0.376
40512 \begin_inset space \thinspace{}
40513 \end_inset
40514
40515 mm)
40516 \end_layout
40517
40518 \end_inset
40519 </cell>
40520 </row>
40521 <row>
40522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40523 \begin_inset Text
40524
40525 \begin_layout Plain Layout
40526 cc
40527 \end_layout
40528
40529 \end_inset
40530 </cell>
40531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40532 \begin_inset Text
40533
40534 \begin_layout Plain Layout
40535 cicero (1
40536 \begin_inset space \thinspace{}
40537 \end_inset
40538
40539 cc = 12
40540 \begin_inset space \thinspace{}
40541 \end_inset
40542
40543 dd)
40544 \end_layout
40545
40546 \end_inset
40547 </cell>
40548 </row>
40549 <row>
40550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40551 \begin_inset Text
40552
40553 \begin_layout Plain Layout
40554 Scale%
40555 \end_layout
40556
40557 \end_inset
40558 </cell>
40559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40560 \begin_inset Text
40561
40562 \begin_layout Plain Layout
40563 % of original image width
40564 \end_layout
40565
40566 \end_inset
40567 </cell>
40568 </row>
40569 <row>
40570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40571 \begin_inset Text
40572
40573 \begin_layout Plain Layout
40574 text%
40575 \end_layout
40576
40577 \end_inset
40578 </cell>
40579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40580 \begin_inset Text
40581
40582 \begin_layout Plain Layout
40583 % of text width
40584 \end_layout
40585
40586 \end_inset
40587 </cell>
40588 </row>
40589 <row>
40590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40591 \begin_inset Text
40592
40593 \begin_layout Plain Layout
40594 col%
40595 \end_layout
40596
40597 \end_inset
40598 </cell>
40599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40600 \begin_inset Text
40601
40602 \begin_layout Plain Layout
40603 % of column width
40604 \end_layout
40605
40606 \end_inset
40607 </cell>
40608 </row>
40609 <row>
40610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40611 \begin_inset Text
40612
40613 \begin_layout Plain Layout
40614 page%
40615 \end_layout
40616
40617 \end_inset
40618 </cell>
40619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40620 \begin_inset Text
40621
40622 \begin_layout Plain Layout
40623 % of paper width
40624 \end_layout
40625
40626 \end_inset
40627 </cell>
40628 </row>
40629 <row>
40630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40631 \begin_inset Text
40632
40633 \begin_layout Plain Layout
40634 line%
40635 \end_layout
40636
40637 \end_inset
40638 </cell>
40639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40640 \begin_inset Text
40641
40642 \begin_layout Plain Layout
40643 % of line width
40644 \end_layout
40645
40646 \end_inset
40647 </cell>
40648 </row>
40649 <row>
40650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40651 \begin_inset Text
40652
40653 \begin_layout Plain Layout
40654 theight%
40655 \end_layout
40656
40657 \end_inset
40658 </cell>
40659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40660 \begin_inset Text
40661
40662 \begin_layout Plain Layout
40663 % of text height
40664 \end_layout
40665
40666 \end_inset
40667 </cell>
40668 </row>
40669 <row>
40670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40671 \begin_inset Text
40672
40673 \begin_layout Plain Layout
40674 pheight%
40675 \end_layout
40676
40677 \end_inset
40678 </cell>
40679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40680 \begin_inset Text
40681
40682 \begin_layout Plain Layout
40683 % of paper height
40684 \end_layout
40685
40686 \end_inset
40687 </cell>
40688 </row>
40689 <row>
40690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40691 \begin_inset Text
40692
40693 \begin_layout Plain Layout
40694 ex
40695 \end_layout
40696
40697 \end_inset
40698 </cell>
40699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40700 \begin_inset Text
40701
40702 \begin_layout Plain Layout
40703 height of letter 
40704 \emph on
40705 x
40706 \emph default
40707  in current font
40708 \end_layout
40709
40710 \end_inset
40711 </cell>
40712 </row>
40713 <row>
40714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40715 \begin_inset Text
40716
40717 \begin_layout Plain Layout
40718 em
40719 \end_layout
40720
40721 \end_inset
40722 </cell>
40723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40724 \begin_inset Text
40725
40726 \begin_layout Plain Layout
40727 width of letter 
40728 \emph on
40729 M
40730 \emph default
40731  in current font
40732 \end_layout
40733
40734 \end_inset
40735 </cell>
40736 </row>
40737 <row>
40738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40739 \begin_inset Text
40740
40741 \begin_layout Plain Layout
40742 mu
40743 \end_layout
40744
40745 \end_inset
40746 </cell>
40747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40748 \begin_inset Text
40749
40750 \begin_layout Plain Layout
40751 math unit (1
40752 \begin_inset space \thinspace{}
40753 \end_inset
40754
40755 mu = 1/18
40756 \begin_inset space \thinspace{}
40757 \end_inset
40758
40759 em)
40760 \end_layout
40761
40762 \end_inset
40763 </cell>
40764 </row>
40765 </lyxtabular>
40766
40767 \end_inset
40768
40769
40770 \end_layout
40771
40772 \end_inset
40773
40774
40775 \end_layout
40776
40777 \begin_layout Chapter
40778 Output File Formats with Graphics
40779 \begin_inset CommandInset label
40780 LatexCommand label
40781 name "cha:Output-File-Formats"
40782
40783 \end_inset
40784
40785
40786 \end_layout
40787
40788 \begin_layout Section
40789 DVI
40790 \begin_inset Index idx
40791 status collapsed
40792
40793 \begin_layout Plain Layout
40794 File Formats ! DVI
40795 \end_layout
40796
40797 \end_inset
40798
40799
40800 \begin_inset Index idx
40801 status collapsed
40802
40803 \begin_layout Plain Layout
40804 DVI|see
40805 \begin_inset ERT
40806 status collapsed
40807
40808 \begin_layout Plain Layout
40809
40810 {
40811 \end_layout
40812
40813 \end_inset
40814
40815 File Formats
40816 \begin_inset ERT
40817 status collapsed
40818
40819 \begin_layout Plain Layout
40820
40821 }
40822 \end_layout
40823
40824 \end_inset
40825
40826
40827 \end_layout
40828
40829 \end_inset
40830
40831
40832 \end_layout
40833
40834 \begin_layout Standard
40835 This file type has the extension 
40836 \begin_inset Quotes eld
40837 \end_inset
40838
40839
40840 \family typewriter
40841 .dvi
40842 \family default
40843
40844 \begin_inset Quotes erd
40845 \end_inset
40846
40847 .
40848  It is called 
40849 \begin_inset Quotes eld
40850 \end_inset
40851
40852 device-independent
40853 \begin_inset Quotes erd
40854 \end_inset
40855
40856  (DVI), because it is completely portable; you can move them from one machine
40857  to another without needing to do any sort of conversion.
40858  At the time when this file-format was developed, this was no matter of
40859  course.
40860  DVIs are used for quick previews and as pre-stage for other output formats,
40861  like PostScript.
40862 \end_layout
40863
40864 \begin_layout Standard
40865 \begin_inset Note Greyedout
40866 status open
40867
40868 \begin_layout Plain Layout
40869
40870 \series bold
40871 Note:
40872 \series default
40873  DVI-files do not contain images; they will only be a linked.
40874 \end_layout
40875
40876 \end_inset
40877
40878  So don't forget this, if you move your 
40879 \family typewriter
40880 .dvi
40881 \family default
40882  file to another computer.
40883  This property can also slow down your computer when you view the DVI, because
40884  the DVI-viewer has to convert the image in the background to make it visible
40885  when you scroll in the DVI.
40886  So it is recommended that you use PDF for files with many images.
40887 \end_layout
40888
40889 \begin_layout Standard
40890 You can export your document to DVI by using the menu 
40891 \family sans
40892 File\SpecialChar \menuseparator
40893 Export\SpecialChar \menuseparator
40894 DVI
40895 \family default
40896 .
40897  You can view your document as DVI via the 
40898 \family sans
40899 View
40900 \family default
40901  menu.
40902 \end_layout
40903
40904 \begin_layout Section
40905 PostScript
40906 \begin_inset CommandInset label
40907 LatexCommand label
40908 name "sec:PostScript"
40909
40910 \end_inset
40911
40912
40913 \begin_inset Index idx
40914 status collapsed
40915
40916 \begin_layout Plain Layout
40917 File Formats ! PostScript
40918 \end_layout
40919
40920 \end_inset
40921
40922
40923 \begin_inset Index idx
40924 status collapsed
40925
40926 \begin_layout Plain Layout
40927 PostScript|see
40928 \begin_inset ERT
40929 status collapsed
40930
40931 \begin_layout Plain Layout
40932
40933 {
40934 \end_layout
40935
40936 \end_inset
40937
40938 File Formats
40939 \begin_inset ERT
40940 status collapsed
40941
40942 \begin_layout Plain Layout
40943
40944 }
40945 \end_layout
40946
40947 \end_inset
40948
40949
40950 \end_layout
40951
40952 \end_inset
40953
40954
40955 \end_layout
40956
40957 \begin_layout Standard
40958 This file type has the extension 
40959 \begin_inset Quotes eld
40960 \end_inset
40961
40962
40963 \family typewriter
40964 .ps
40965 \family default
40966
40967 \begin_inset Quotes erd
40968 \end_inset
40969
40970 .
40971  PostScript was developed by the company 
40972 \family typewriter
40973 Adobe
40974 \family default
40975  as a printer language.
40976  The file therefore contains commands that the printer uses to print the
40977  file.
40978  PostScript can be seen as a 
40979 \begin_inset Quotes eld
40980 \end_inset
40981
40982 programming language
40983 \begin_inset Quotes erd
40984 \end_inset
40985
40986 ; you can calculate with it and draw diagrams and images
40987 \begin_inset Foot
40988 status collapsed
40989
40990 \begin_layout Plain Layout
40991 If you are interested to learn more about this, have a look at the LaTeX-package
40992  
40993 \series bold
40994 PSTricks
40995 \series default
40996  
40997 \begin_inset CommandInset citation
40998 LatexCommand cite
40999 key "pstricks"
41000
41001 \end_inset
41002
41003 .
41004 \end_layout
41005
41006 \end_inset
41007
41008 .
41009  Due to this ability, the files are often bigger than PDFs.
41010 \end_layout
41011
41012 \begin_layout Standard
41013 PostScript can only contain images in the format 
41014 \begin_inset Quotes eld
41015 \end_inset
41016
41017 Encapsulated PostScript
41018 \begin_inset Quotes erd
41019 \end_inset
41020
41021  (EPS, file extension 
41022 \begin_inset Quotes eld
41023 \end_inset
41024
41025
41026 \family typewriter
41027 .eps
41028 \family default
41029
41030 \begin_inset Quotes erd
41031 \end_inset
41032
41033 ).
41034  As LyX allows you to use any known image format in your document, it has
41035  to convert images in the background to EPS.
41036  If you have e.g.
41037 \begin_inset space ~
41038 \end_inset
41039
41040 50
41041 \begin_inset space ~
41042 \end_inset
41043
41044 images in your document, LyX has to do 50
41045 \begin_inset space ~
41046 \end_inset
41047
41048 conversions whenever you view or export your document.
41049  This will slow down your work flow with LyX drastically.
41050  So if you plan to use PostScript, you can insert your images directly as
41051  EPS to avoid this problem.
41052 \end_layout
41053
41054 \begin_layout Standard
41055 You can export your document to PostScript using the menu 
41056 \family sans
41057 File\SpecialChar \menuseparator
41058 Export\SpecialChar \menuseparator
41059 Postscript
41060 \family default
41061 .
41062  You can view your document as PostScript via the 
41063 \family sans
41064 View
41065 \family default
41066  menu.
41067 \end_layout
41068
41069 \begin_layout Section
41070 PDF
41071 \begin_inset Index idx
41072 status collapsed
41073
41074 \begin_layout Plain Layout
41075 File Formats ! PDF
41076 \end_layout
41077
41078 \end_inset
41079
41080
41081 \begin_inset Index idx
41082 status collapsed
41083
41084 \begin_layout Plain Layout
41085 PDF
41086 \end_layout
41087
41088 \end_inset
41089
41090
41091 \end_layout
41092
41093 \begin_layout Standard
41094 This file type has the extension 
41095 \begin_inset Quotes eld
41096 \end_inset
41097
41098
41099 \family typewriter
41100 .pdf
41101 \family default
41102
41103 \begin_inset Quotes erd
41104 \end_inset
41105
41106 .
41107  The 
41108 \begin_inset Quotes eld
41109 \end_inset
41110
41111 Portable Document Format
41112 \begin_inset Quotes erd
41113 \end_inset
41114
41115  (PDF) was developed by 
41116 \family typewriter
41117 Adobe
41118 \family default
41119  as a derivative of PostScript.
41120  It is more compressed and it uses fewer commands than PostScript.
41121  As the name 
41122 \begin_inset Quotes eld
41123 \end_inset
41124
41125 portable
41126 \begin_inset Quotes erd
41127 \end_inset
41128
41129  implies, it can be processed at any computer system and the printed output
41130  looks exactly the same.
41131 \end_layout
41132
41133 \begin_layout Standard
41134 PDF can contain images in its own PDF format, in the format 
41135 \begin_inset Quotes eld
41136 \end_inset
41137
41138 Joint Photographic Experts Group
41139 \begin_inset Quotes erd
41140 \end_inset
41141
41142  (JPG, file extension 
41143 \begin_inset Quotes eld
41144 \end_inset
41145
41146
41147 \family typewriter
41148 .jpg
41149 \family default
41150
41151 \begin_inset Quotes erd
41152 \end_inset
41153
41154  or 
41155 \begin_inset Quotes eld
41156 \end_inset
41157
41158
41159 \family typewriter
41160 .jpeg
41161 \family default
41162
41163 \begin_inset Quotes erd
41164 \end_inset
41165
41166 ), and in the format 
41167 \begin_inset Quotes eld
41168 \end_inset
41169
41170 Portable Network Graphics
41171 \begin_inset Quotes erd
41172 \end_inset
41173
41174  (PNG, file extension 
41175 \begin_inset Quotes eld
41176 \end_inset
41177
41178
41179 \family typewriter
41180 .png
41181 \family default
41182
41183 \begin_inset Quotes erd
41184 \end_inset
41185
41186 ).
41187  Nevertheless you can use any other image format, because LyX converts them
41188  in the background to one of these formats.
41189  But as described in the section about PostScript, the image conversion
41190  will slow down your work flow.
41191  So it is recommended that you use images in one of the three mentioned
41192  formats.
41193 \end_layout
41194
41195 \begin_layout Standard
41196 You can export your document to PDF via the menu 
41197 \family sans
41198 File\SpecialChar \menuseparator
41199 Export
41200 \family default
41201  in three different ways:
41202 \end_layout
41203
41204 \begin_layout Description
41205 PDF
41206 \begin_inset space ~
41207 \end_inset
41208
41209 (ps2pdf) This uses the program 
41210 \family typewriter
41211 ps2pdf
41212 \family default
41213  that creates a PDF from a PostScript-version of your file.
41214  The PostScript-version is produced by the program 
41215 \family typewriter
41216 dvips
41217 \family default
41218  which uses a DVI-version as intermediate step.
41219  So this export variant consists of three conversions.
41220 \end_layout
41221
41222 \begin_layout Description
41223 PDF
41224 \begin_inset space ~
41225 \end_inset
41226
41227 (dvipdfm) This uses the program 
41228 \family typewriter
41229 dvipdfm
41230 \family default
41231  that converts your file in the background to DVI and in a second step to
41232  PDF.
41233 \end_layout
41234
41235 \begin_layout Description
41236 PDF
41237 \begin_inset space ~
41238 \end_inset
41239
41240 (pdflatex) This uses the program 
41241 \family typewriter
41242 pdftex
41243 \family default
41244  that converts your file directly to PDF.
41245 \end_layout
41246
41247 \begin_layout Standard
41248 It is recommended that you use 
41249 \family sans
41250 PDF
41251 \begin_inset space ~
41252 \end_inset
41253
41254 (pdflatex)
41255 \family default
41256  because 
41257 \family typewriter
41258 pdftex
41259 \family default
41260  supports all features of actual PDF-versions, is quick and works stable.
41261  The program 
41262 \family typewriter
41263 dvipdfm
41264 \family default
41265  is not under development and therefore a bit outdated.
41266 \end_layout
41267
41268 \begin_layout Standard
41269 You can view your document as PDF via the 
41270 \family sans
41271 View
41272 \family default
41273  menu or by using a toolbar button.
41274 \end_layout
41275
41276 \begin_layout Chapter
41277 List of dvips color names
41278 \begin_inset CommandInset label
41279 LatexCommand label
41280 name "chap:List-of-dvips-colornames"
41281
41282 \end_inset
41283
41284
41285 \end_layout
41286
41287 \begin_layout Standard
41288 \begin_inset Tabular
41289 <lyxtabular version="3" rows="17" columns="4">
41290 <features rotate="0" tabularvalignment="middle">
41291 <column alignment="left" valignment="top" width="0pt">
41292 <column alignment="left" valignment="top" width="0pt">
41293 <column alignment="left" valignment="top" width="0pt">
41294 <column alignment="left" valignment="top" width="0pt">
41295 <row>
41296 <cell alignment="left" valignment="top" usebox="none">
41297 \begin_inset Text
41298
41299 \begin_layout Plain Layout
41300 \begin_inset ERT
41301 status collapsed
41302
41303 \begin_layout Plain Layout
41304
41305
41306 \backslash
41307 fcolorbox{black}{
41308 \end_layout
41309
41310 \end_inset
41311
41312 white
41313 \begin_inset ERT
41314 status collapsed
41315
41316 \begin_layout Plain Layout
41317
41318 }{
41319 \end_layout
41320
41321 \end_inset
41322
41323 Color
41324 \begin_inset ERT
41325 status collapsed
41326
41327 \begin_layout Plain Layout
41328
41329 }
41330 \end_layout
41331
41332 \end_inset
41333
41334  Color name
41335 \end_layout
41336
41337 \end_inset
41338 </cell>
41339 <cell alignment="left" valignment="top" usebox="none">
41340 \begin_inset Text
41341
41342 \begin_layout Plain Layout
41343 \begin_inset ERT
41344 status collapsed
41345
41346 \begin_layout Plain Layout
41347
41348
41349 \backslash
41350 fcolorbox{black}{
41351 \end_layout
41352
41353 \end_inset
41354
41355 white
41356 \begin_inset ERT
41357 status collapsed
41358
41359 \begin_layout Plain Layout
41360
41361 }{
41362 \end_layout
41363
41364 \end_inset
41365
41366 Color
41367 \begin_inset ERT
41368 status collapsed
41369
41370 \begin_layout Plain Layout
41371
41372 }
41373 \end_layout
41374
41375 \end_inset
41376
41377  Color name
41378 \end_layout
41379
41380 \end_inset
41381 </cell>
41382 <cell alignment="left" valignment="top" usebox="none">
41383 \begin_inset Text
41384
41385 \begin_layout Plain Layout
41386 \begin_inset ERT
41387 status collapsed
41388
41389 \begin_layout Plain Layout
41390
41391
41392 \backslash
41393 fcolorbox{black}{
41394 \end_layout
41395
41396 \end_inset
41397
41398 white
41399 \begin_inset ERT
41400 status collapsed
41401
41402 \begin_layout Plain Layout
41403
41404 }{
41405 \end_layout
41406
41407 \end_inset
41408
41409 Color
41410 \begin_inset ERT
41411 status collapsed
41412
41413 \begin_layout Plain Layout
41414
41415 }
41416 \end_layout
41417
41418 \end_inset
41419
41420  Color name
41421 \end_layout
41422
41423 \end_inset
41424 </cell>
41425 <cell alignment="left" valignment="top" usebox="none">
41426 \begin_inset Text
41427
41428 \begin_layout Plain Layout
41429 \begin_inset ERT
41430 status collapsed
41431
41432 \begin_layout Plain Layout
41433
41434
41435 \backslash
41436 fcolorbox{black}{
41437 \end_layout
41438
41439 \end_inset
41440
41441 white
41442 \begin_inset ERT
41443 status collapsed
41444
41445 \begin_layout Plain Layout
41446
41447 }{
41448 \end_layout
41449
41450 \end_inset
41451
41452 Color
41453 \begin_inset ERT
41454 status collapsed
41455
41456 \begin_layout Plain Layout
41457
41458 }
41459 \end_layout
41460
41461 \end_inset
41462
41463  Color name
41464 \end_layout
41465
41466 \end_inset
41467 </cell>
41468 </row>
41469 <row>
41470 <cell alignment="center" valignment="top" usebox="none">
41471 \begin_inset Text
41472
41473 \begin_layout Plain Layout
41474 \begin_inset ERT
41475 status collapsed
41476
41477 \begin_layout Plain Layout
41478
41479
41480 \backslash
41481 fcolorbox{black}{
41482 \end_layout
41483
41484 \end_inset
41485
41486 Apricot
41487 \begin_inset ERT
41488 status collapsed
41489
41490 \begin_layout Plain Layout
41491
41492 }{
41493 \end_layout
41494
41495 \end_inset
41496
41497
41498 \begin_inset Phantom Phantom
41499 status open
41500
41501 \begin_layout Plain Layout
41502 W
41503 \end_layout
41504
41505 \end_inset
41506
41507
41508 \begin_inset ERT
41509 status collapsed
41510
41511 \begin_layout Plain Layout
41512
41513 }
41514 \end_layout
41515
41516 \end_inset
41517
41518  Apricot
41519 \end_layout
41520
41521 \end_inset
41522 </cell>
41523 <cell alignment="center" valignment="top" usebox="none">
41524 \begin_inset Text
41525
41526 \begin_layout Plain Layout
41527 \begin_inset ERT
41528 status collapsed
41529
41530 \begin_layout Plain Layout
41531
41532
41533 \backslash
41534 fcolorbox{black}{
41535 \end_layout
41536
41537 \end_inset
41538
41539 Aquamarine
41540 \begin_inset ERT
41541 status collapsed
41542
41543 \begin_layout Plain Layout
41544
41545 }{
41546 \end_layout
41547
41548 \end_inset
41549
41550
41551 \begin_inset Phantom Phantom
41552 status open
41553
41554 \begin_layout Plain Layout
41555 W
41556 \end_layout
41557
41558 \end_inset
41559
41560
41561 \begin_inset ERT
41562 status collapsed
41563
41564 \begin_layout Plain Layout
41565
41566 }
41567 \end_layout
41568
41569 \end_inset
41570
41571  Aquamarine
41572 \end_layout
41573
41574 \end_inset
41575 </cell>
41576 <cell alignment="center" valignment="top" usebox="none">
41577 \begin_inset Text
41578
41579 \begin_layout Plain Layout
41580 \begin_inset ERT
41581 status collapsed
41582
41583 \begin_layout Plain Layout
41584
41585
41586 \backslash
41587 fcolorbox{black}{
41588 \end_layout
41589
41590 \end_inset
41591
41592 Bittersweet
41593 \begin_inset ERT
41594 status collapsed
41595
41596 \begin_layout Plain Layout
41597
41598 }{
41599 \end_layout
41600
41601 \end_inset
41602
41603
41604 \begin_inset Phantom Phantom
41605 status open
41606
41607 \begin_layout Plain Layout
41608 W
41609 \end_layout
41610
41611 \end_inset
41612
41613
41614 \begin_inset ERT
41615 status collapsed
41616
41617 \begin_layout Plain Layout
41618
41619 }
41620 \end_layout
41621
41622 \end_inset
41623
41624  Bittersweet
41625 \end_layout
41626
41627 \end_inset
41628 </cell>
41629 <cell alignment="center" valignment="top" usebox="none">
41630 \begin_inset Text
41631
41632 \begin_layout Plain Layout
41633 \begin_inset ERT
41634 status collapsed
41635
41636 \begin_layout Plain Layout
41637
41638
41639 \backslash
41640 fcolorbox{black}{
41641 \end_layout
41642
41643 \end_inset
41644
41645 BlueGreen
41646 \begin_inset ERT
41647 status collapsed
41648
41649 \begin_layout Plain Layout
41650
41651 }{
41652 \end_layout
41653
41654 \end_inset
41655
41656
41657 \begin_inset Phantom Phantom
41658 status open
41659
41660 \begin_layout Plain Layout
41661 W
41662 \end_layout
41663
41664 \end_inset
41665
41666
41667 \begin_inset ERT
41668 status collapsed
41669
41670 \begin_layout Plain Layout
41671
41672 }
41673 \end_layout
41674
41675 \end_inset
41676
41677  BlueGreen
41678 \end_layout
41679
41680 \end_inset
41681 </cell>
41682 </row>
41683 <row>
41684 <cell alignment="left" valignment="top" usebox="none">
41685 \begin_inset Text
41686
41687 \begin_layout Plain Layout
41688 \begin_inset ERT
41689 status collapsed
41690
41691 \begin_layout Plain Layout
41692
41693
41694 \backslash
41695 fcolorbox{black}{
41696 \end_layout
41697
41698 \end_inset
41699
41700 BlueViolet
41701 \begin_inset ERT
41702 status collapsed
41703
41704 \begin_layout Plain Layout
41705
41706 }{
41707 \end_layout
41708
41709 \end_inset
41710
41711
41712 \begin_inset Phantom Phantom
41713 status open
41714
41715 \begin_layout Plain Layout
41716 W
41717 \end_layout
41718
41719 \end_inset
41720
41721
41722 \begin_inset ERT
41723 status collapsed
41724
41725 \begin_layout Plain Layout
41726
41727 }
41728 \end_layout
41729
41730 \end_inset
41731
41732  BlueViolet
41733 \end_layout
41734
41735 \end_inset
41736 </cell>
41737 <cell alignment="left" valignment="top" usebox="none">
41738 \begin_inset Text
41739
41740 \begin_layout Plain Layout
41741 \begin_inset ERT
41742 status collapsed
41743
41744 \begin_layout Plain Layout
41745
41746
41747 \backslash
41748 fcolorbox{black}{
41749 \end_layout
41750
41751 \end_inset
41752
41753 BrickRed
41754 \begin_inset ERT
41755 status collapsed
41756
41757 \begin_layout Plain Layout
41758
41759 }{
41760 \end_layout
41761
41762 \end_inset
41763
41764
41765 \begin_inset Phantom Phantom
41766 status open
41767
41768 \begin_layout Plain Layout
41769 W
41770 \end_layout
41771
41772 \end_inset
41773
41774
41775 \begin_inset ERT
41776 status collapsed
41777
41778 \begin_layout Plain Layout
41779
41780 }
41781 \end_layout
41782
41783 \end_inset
41784
41785  BrickRed
41786 \end_layout
41787
41788 \end_inset
41789 </cell>
41790 <cell alignment="left" valignment="top" usebox="none">
41791 \begin_inset Text
41792
41793 \begin_layout Plain Layout
41794 \begin_inset ERT
41795 status collapsed
41796
41797 \begin_layout Plain Layout
41798
41799
41800 \backslash
41801 fcolorbox{black}{
41802 \end_layout
41803
41804 \end_inset
41805
41806 Brown
41807 \begin_inset ERT
41808 status collapsed
41809
41810 \begin_layout Plain Layout
41811
41812 }{
41813 \end_layout
41814
41815 \end_inset
41816
41817
41818 \begin_inset Phantom Phantom
41819 status open
41820
41821 \begin_layout Plain Layout
41822 W
41823 \end_layout
41824
41825 \end_inset
41826
41827
41828 \begin_inset ERT
41829 status collapsed
41830
41831 \begin_layout Plain Layout
41832
41833 }
41834 \end_layout
41835
41836 \end_inset
41837
41838  Brown
41839 \end_layout
41840
41841 \end_inset
41842 </cell>
41843 <cell alignment="left" valignment="top" usebox="none">
41844 \begin_inset Text
41845
41846 \begin_layout Plain Layout
41847 \begin_inset ERT
41848 status collapsed
41849
41850 \begin_layout Plain Layout
41851
41852
41853 \backslash
41854 fcolorbox{black}{
41855 \end_layout
41856
41857 \end_inset
41858
41859 BurntOrange
41860 \begin_inset ERT
41861 status collapsed
41862
41863 \begin_layout Plain Layout
41864
41865 }{
41866 \end_layout
41867
41868 \end_inset
41869
41870
41871 \begin_inset Phantom Phantom
41872 status open
41873
41874 \begin_layout Plain Layout
41875 W
41876 \end_layout
41877
41878 \end_inset
41879
41880
41881 \begin_inset ERT
41882 status collapsed
41883
41884 \begin_layout Plain Layout
41885
41886 }
41887 \end_layout
41888
41889 \end_inset
41890
41891  BurntOrange
41892 \end_layout
41893
41894 \end_inset
41895 </cell>
41896 </row>
41897 <row>
41898 <cell alignment="left" valignment="top" usebox="none">
41899 \begin_inset Text
41900
41901 \begin_layout Plain Layout
41902 \begin_inset ERT
41903 status collapsed
41904
41905 \begin_layout Plain Layout
41906
41907
41908 \backslash
41909 fcolorbox{black}{
41910 \end_layout
41911
41912 \end_inset
41913
41914 CadetBlue
41915 \begin_inset ERT
41916 status collapsed
41917
41918 \begin_layout Plain Layout
41919
41920 }{
41921 \end_layout
41922
41923 \end_inset
41924
41925
41926 \begin_inset Phantom Phantom
41927 status open
41928
41929 \begin_layout Plain Layout
41930 W
41931 \end_layout
41932
41933 \end_inset
41934
41935
41936 \begin_inset ERT
41937 status collapsed
41938
41939 \begin_layout Plain Layout
41940
41941 }
41942 \end_layout
41943
41944 \end_inset
41945
41946  CadetBlue
41947 \end_layout
41948
41949 \end_inset
41950 </cell>
41951 <cell alignment="left" valignment="top" usebox="none">
41952 \begin_inset Text
41953
41954 \begin_layout Plain Layout
41955 \begin_inset ERT
41956 status collapsed
41957
41958 \begin_layout Plain Layout
41959
41960
41961 \backslash
41962 fcolorbox{black}{
41963 \end_layout
41964
41965 \end_inset
41966
41967 CarnationPink
41968 \begin_inset ERT
41969 status collapsed
41970
41971 \begin_layout Plain Layout
41972
41973 }{
41974 \end_layout
41975
41976 \end_inset
41977
41978
41979 \begin_inset Phantom Phantom
41980 status open
41981
41982 \begin_layout Plain Layout
41983 W
41984 \end_layout
41985
41986 \end_inset
41987
41988
41989 \begin_inset ERT
41990 status collapsed
41991
41992 \begin_layout Plain Layout
41993
41994 }
41995 \end_layout
41996
41997 \end_inset
41998
41999  CarnationPink
42000 \end_layout
42001
42002 \end_inset
42003 </cell>
42004 <cell alignment="left" valignment="top" usebox="none">
42005 \begin_inset Text
42006
42007 \begin_layout Plain Layout
42008 \begin_inset ERT
42009 status collapsed
42010
42011 \begin_layout Plain Layout
42012
42013
42014 \backslash
42015 fcolorbox{black}{
42016 \end_layout
42017
42018 \end_inset
42019
42020 Cerulean
42021 \begin_inset ERT
42022 status collapsed
42023
42024 \begin_layout Plain Layout
42025
42026 }{
42027 \end_layout
42028
42029 \end_inset
42030
42031
42032 \begin_inset Phantom Phantom
42033 status open
42034
42035 \begin_layout Plain Layout
42036 W
42037 \end_layout
42038
42039 \end_inset
42040
42041
42042 \begin_inset ERT
42043 status collapsed
42044
42045 \begin_layout Plain Layout
42046
42047 }
42048 \end_layout
42049
42050 \end_inset
42051
42052  Cerulean
42053 \end_layout
42054
42055 \end_inset
42056 </cell>
42057 <cell alignment="left" valignment="top" usebox="none">
42058 \begin_inset Text
42059
42060 \begin_layout Plain Layout
42061 \begin_inset ERT
42062 status collapsed
42063
42064 \begin_layout Plain Layout
42065
42066
42067 \backslash
42068 fcolorbox{black}{
42069 \end_layout
42070
42071 \end_inset
42072
42073 CornflowerBlue
42074 \begin_inset ERT
42075 status collapsed
42076
42077 \begin_layout Plain Layout
42078
42079 }{
42080 \end_layout
42081
42082 \end_inset
42083
42084
42085 \begin_inset Phantom Phantom
42086 status open
42087
42088 \begin_layout Plain Layout
42089 W
42090 \end_layout
42091
42092 \end_inset
42093
42094
42095 \begin_inset ERT
42096 status collapsed
42097
42098 \begin_layout Plain Layout
42099
42100 }
42101 \end_layout
42102
42103 \end_inset
42104
42105  CornflowerBlue
42106 \end_layout
42107
42108 \end_inset
42109 </cell>
42110 </row>
42111 <row>
42112 <cell alignment="left" valignment="top" usebox="none">
42113 \begin_inset Text
42114
42115 \begin_layout Plain Layout
42116 \begin_inset ERT
42117 status collapsed
42118
42119 \begin_layout Plain Layout
42120
42121
42122 \backslash
42123 fcolorbox{black}{
42124 \end_layout
42125
42126 \end_inset
42127
42128 Dandelion
42129 \begin_inset ERT
42130 status collapsed
42131
42132 \begin_layout Plain Layout
42133
42134 }{
42135 \end_layout
42136
42137 \end_inset
42138
42139
42140 \begin_inset Phantom Phantom
42141 status open
42142
42143 \begin_layout Plain Layout
42144 W
42145 \end_layout
42146
42147 \end_inset
42148
42149
42150 \begin_inset ERT
42151 status collapsed
42152
42153 \begin_layout Plain Layout
42154
42155 }
42156 \end_layout
42157
42158 \end_inset
42159
42160  Dandelion
42161 \end_layout
42162
42163 \end_inset
42164 </cell>
42165 <cell alignment="left" valignment="top" usebox="none">
42166 \begin_inset Text
42167
42168 \begin_layout Plain Layout
42169 \begin_inset ERT
42170 status collapsed
42171
42172 \begin_layout Plain Layout
42173
42174
42175 \backslash
42176 fcolorbox{black}{
42177 \end_layout
42178
42179 \end_inset
42180
42181 DarkOrchid
42182 \begin_inset ERT
42183 status collapsed
42184
42185 \begin_layout Plain Layout
42186
42187 }{
42188 \end_layout
42189
42190 \end_inset
42191
42192
42193 \begin_inset Phantom Phantom
42194 status open
42195
42196 \begin_layout Plain Layout
42197 W
42198 \end_layout
42199
42200 \end_inset
42201
42202
42203 \begin_inset ERT
42204 status collapsed
42205
42206 \begin_layout Plain Layout
42207
42208 }
42209 \end_layout
42210
42211 \end_inset
42212
42213  DarkOrchid
42214 \end_layout
42215
42216 \end_inset
42217 </cell>
42218 <cell alignment="left" valignment="top" usebox="none">
42219 \begin_inset Text
42220
42221 \begin_layout Plain Layout
42222 \begin_inset ERT
42223 status collapsed
42224
42225 \begin_layout Plain Layout
42226
42227
42228 \backslash
42229 fcolorbox{black}{
42230 \end_layout
42231
42232 \end_inset
42233
42234 Emerald
42235 \begin_inset ERT
42236 status collapsed
42237
42238 \begin_layout Plain Layout
42239
42240 }{
42241 \end_layout
42242
42243 \end_inset
42244
42245
42246 \begin_inset Phantom Phantom
42247 status open
42248
42249 \begin_layout Plain Layout
42250 W
42251 \end_layout
42252
42253 \end_inset
42254
42255
42256 \begin_inset ERT
42257 status collapsed
42258
42259 \begin_layout Plain Layout
42260
42261 }
42262 \end_layout
42263
42264 \end_inset
42265
42266  Emerald
42267 \end_layout
42268
42269 \end_inset
42270 </cell>
42271 <cell alignment="left" valignment="top" usebox="none">
42272 \begin_inset Text
42273
42274 \begin_layout Plain Layout
42275 \begin_inset ERT
42276 status collapsed
42277
42278 \begin_layout Plain Layout
42279
42280
42281 \backslash
42282 fcolorbox{black}{
42283 \end_layout
42284
42285 \end_inset
42286
42287 ForestGreen
42288 \begin_inset ERT
42289 status collapsed
42290
42291 \begin_layout Plain Layout
42292
42293 }{
42294 \end_layout
42295
42296 \end_inset
42297
42298
42299 \begin_inset Phantom Phantom
42300 status open
42301
42302 \begin_layout Plain Layout
42303 W
42304 \end_layout
42305
42306 \end_inset
42307
42308
42309 \begin_inset ERT
42310 status collapsed
42311
42312 \begin_layout Plain Layout
42313
42314 }
42315 \end_layout
42316
42317 \end_inset
42318
42319  ForestGreen
42320 \end_layout
42321
42322 \end_inset
42323 </cell>
42324 </row>
42325 <row>
42326 <cell alignment="left" valignment="top" usebox="none">
42327 \begin_inset Text
42328
42329 \begin_layout Plain Layout
42330 \begin_inset ERT
42331 status collapsed
42332
42333 \begin_layout Plain Layout
42334
42335
42336 \backslash
42337 fcolorbox{black}{
42338 \end_layout
42339
42340 \end_inset
42341
42342 Fuchsia
42343 \begin_inset ERT
42344 status collapsed
42345
42346 \begin_layout Plain Layout
42347
42348 }{
42349 \end_layout
42350
42351 \end_inset
42352
42353
42354 \begin_inset Phantom Phantom
42355 status open
42356
42357 \begin_layout Plain Layout
42358 W
42359 \end_layout
42360
42361 \end_inset
42362
42363
42364 \begin_inset ERT
42365 status collapsed
42366
42367 \begin_layout Plain Layout
42368
42369 }
42370 \end_layout
42371
42372 \end_inset
42373
42374  Fuchsia
42375 \end_layout
42376
42377 \end_inset
42378 </cell>
42379 <cell alignment="left" valignment="top" usebox="none">
42380 \begin_inset Text
42381
42382 \begin_layout Plain Layout
42383 \begin_inset ERT
42384 status collapsed
42385
42386 \begin_layout Plain Layout
42387
42388
42389 \backslash
42390 fcolorbox{black}{
42391 \end_layout
42392
42393 \end_inset
42394
42395 Goldenrod
42396 \begin_inset ERT
42397 status collapsed
42398
42399 \begin_layout Plain Layout
42400
42401 }{
42402 \end_layout
42403
42404 \end_inset
42405
42406
42407 \begin_inset Phantom Phantom
42408 status open
42409
42410 \begin_layout Plain Layout
42411 W
42412 \end_layout
42413
42414 \end_inset
42415
42416
42417 \begin_inset ERT
42418 status collapsed
42419
42420 \begin_layout Plain Layout
42421
42422 }
42423 \end_layout
42424
42425 \end_inset
42426
42427  Goldenrod
42428 \end_layout
42429
42430 \end_inset
42431 </cell>
42432 <cell alignment="left" valignment="top" usebox="none">
42433 \begin_inset Text
42434
42435 \begin_layout Plain Layout
42436 \begin_inset ERT
42437 status collapsed
42438
42439 \begin_layout Plain Layout
42440
42441
42442 \backslash
42443 fcolorbox{black}{
42444 \end_layout
42445
42446 \end_inset
42447
42448 Gray
42449 \begin_inset ERT
42450 status collapsed
42451
42452 \begin_layout Plain Layout
42453
42454 }{
42455 \end_layout
42456
42457 \end_inset
42458
42459
42460 \begin_inset Phantom Phantom
42461 status open
42462
42463 \begin_layout Plain Layout
42464 W
42465 \end_layout
42466
42467 \end_inset
42468
42469
42470 \begin_inset ERT
42471 status collapsed
42472
42473 \begin_layout Plain Layout
42474
42475 }
42476 \end_layout
42477
42478 \end_inset
42479
42480  Gray
42481 \end_layout
42482
42483 \end_inset
42484 </cell>
42485 <cell alignment="left" valignment="top" usebox="none">
42486 \begin_inset Text
42487
42488 \begin_layout Plain Layout
42489 \begin_inset ERT
42490 status collapsed
42491
42492 \begin_layout Plain Layout
42493
42494
42495 \backslash
42496 fcolorbox{black}{
42497 \end_layout
42498
42499 \end_inset
42500
42501 GreenYellow
42502 \begin_inset ERT
42503 status collapsed
42504
42505 \begin_layout Plain Layout
42506
42507 }{
42508 \end_layout
42509
42510 \end_inset
42511
42512
42513 \begin_inset Phantom Phantom
42514 status open
42515
42516 \begin_layout Plain Layout
42517 W
42518 \end_layout
42519
42520 \end_inset
42521
42522
42523 \begin_inset ERT
42524 status collapsed
42525
42526 \begin_layout Plain Layout
42527
42528 }
42529 \end_layout
42530
42531 \end_inset
42532
42533  GreenYellow
42534 \end_layout
42535
42536 \end_inset
42537 </cell>
42538 </row>
42539 <row>
42540 <cell alignment="center" valignment="top" usebox="none">
42541 \begin_inset Text
42542
42543 \begin_layout Plain Layout
42544 \begin_inset ERT
42545 status collapsed
42546
42547 \begin_layout Plain Layout
42548
42549
42550 \backslash
42551 fcolorbox{black}{
42552 \end_layout
42553
42554 \end_inset
42555
42556 JungleGreen
42557 \begin_inset ERT
42558 status collapsed
42559
42560 \begin_layout Plain Layout
42561
42562 }{
42563 \end_layout
42564
42565 \end_inset
42566
42567
42568 \begin_inset Phantom Phantom
42569 status open
42570
42571 \begin_layout Plain Layout
42572 W
42573 \end_layout
42574
42575 \end_inset
42576
42577
42578 \begin_inset ERT
42579 status collapsed
42580
42581 \begin_layout Plain Layout
42582
42583 }
42584 \end_layout
42585
42586 \end_inset
42587
42588  JungleGreen
42589 \end_layout
42590
42591 \end_inset
42592 </cell>
42593 <cell alignment="center" valignment="top" usebox="none">
42594 \begin_inset Text
42595
42596 \begin_layout Plain Layout
42597 \begin_inset ERT
42598 status collapsed
42599
42600 \begin_layout Plain Layout
42601
42602
42603 \backslash
42604 fcolorbox{black}{
42605 \end_layout
42606
42607 \end_inset
42608
42609 Lavender
42610 \begin_inset ERT
42611 status collapsed
42612
42613 \begin_layout Plain Layout
42614
42615 }{
42616 \end_layout
42617
42618 \end_inset
42619
42620
42621 \begin_inset Phantom Phantom
42622 status open
42623
42624 \begin_layout Plain Layout
42625 W
42626 \end_layout
42627
42628 \end_inset
42629
42630
42631 \begin_inset ERT
42632 status collapsed
42633
42634 \begin_layout Plain Layout
42635
42636 }
42637 \end_layout
42638
42639 \end_inset
42640
42641  Lavender
42642 \end_layout
42643
42644 \end_inset
42645 </cell>
42646 <cell alignment="center" valignment="top" usebox="none">
42647 \begin_inset Text
42648
42649 \begin_layout Plain Layout
42650 \begin_inset ERT
42651 status collapsed
42652
42653 \begin_layout Plain Layout
42654
42655
42656 \backslash
42657 fcolorbox{black}{
42658 \end_layout
42659
42660 \end_inset
42661
42662 LimeGreen
42663 \begin_inset ERT
42664 status collapsed
42665
42666 \begin_layout Plain Layout
42667
42668 }{
42669 \end_layout
42670
42671 \end_inset
42672
42673
42674 \begin_inset Phantom Phantom
42675 status open
42676
42677 \begin_layout Plain Layout
42678 W
42679 \end_layout
42680
42681 \end_inset
42682
42683
42684 \begin_inset ERT
42685 status collapsed
42686
42687 \begin_layout Plain Layout
42688
42689 }
42690 \end_layout
42691
42692 \end_inset
42693
42694  LimeGreen
42695 \end_layout
42696
42697 \end_inset
42698 </cell>
42699 <cell alignment="center" valignment="top" usebox="none">
42700 \begin_inset Text
42701
42702 \begin_layout Plain Layout
42703 \begin_inset ERT
42704 status collapsed
42705
42706 \begin_layout Plain Layout
42707
42708
42709 \backslash
42710 fcolorbox{black}{
42711 \end_layout
42712
42713 \end_inset
42714
42715 Mahogany
42716 \begin_inset ERT
42717 status collapsed
42718
42719 \begin_layout Plain Layout
42720
42721 }{
42722 \end_layout
42723
42724 \end_inset
42725
42726
42727 \begin_inset Phantom Phantom
42728 status open
42729
42730 \begin_layout Plain Layout
42731 W
42732 \end_layout
42733
42734 \end_inset
42735
42736
42737 \begin_inset ERT
42738 status collapsed
42739
42740 \begin_layout Plain Layout
42741
42742 }
42743 \end_layout
42744
42745 \end_inset
42746
42747  Mahogany
42748 \end_layout
42749
42750 \end_inset
42751 </cell>
42752 </row>
42753 <row>
42754 <cell alignment="left" valignment="top" usebox="none">
42755 \begin_inset Text
42756
42757 \begin_layout Plain Layout
42758 \begin_inset ERT
42759 status collapsed
42760
42761 \begin_layout Plain Layout
42762
42763
42764 \backslash
42765 fcolorbox{black}{
42766 \end_layout
42767
42768 \end_inset
42769
42770 Mahogany
42771 \begin_inset ERT
42772 status collapsed
42773
42774 \begin_layout Plain Layout
42775
42776 }{
42777 \end_layout
42778
42779 \end_inset
42780
42781
42782 \begin_inset Phantom Phantom
42783 status open
42784
42785 \begin_layout Plain Layout
42786 W
42787 \end_layout
42788
42789 \end_inset
42790
42791
42792 \begin_inset ERT
42793 status collapsed
42794
42795 \begin_layout Plain Layout
42796
42797 }
42798 \end_layout
42799
42800 \end_inset
42801
42802  Mahogany
42803 \end_layout
42804
42805 \end_inset
42806 </cell>
42807 <cell alignment="left" valignment="top" usebox="none">
42808 \begin_inset Text
42809
42810 \begin_layout Plain Layout
42811 \begin_inset ERT
42812 status collapsed
42813
42814 \begin_layout Plain Layout
42815
42816
42817 \backslash
42818 fcolorbox{black}{
42819 \end_layout
42820
42821 \end_inset
42822
42823 Maroon
42824 \begin_inset ERT
42825 status collapsed
42826
42827 \begin_layout Plain Layout
42828
42829 }{
42830 \end_layout
42831
42832 \end_inset
42833
42834
42835 \begin_inset Phantom Phantom
42836 status open
42837
42838 \begin_layout Plain Layout
42839 W
42840 \end_layout
42841
42842 \end_inset
42843
42844
42845 \begin_inset ERT
42846 status collapsed
42847
42848 \begin_layout Plain Layout
42849
42850 }
42851 \end_layout
42852
42853 \end_inset
42854
42855  Maroon
42856 \end_layout
42857
42858 \end_inset
42859 </cell>
42860 <cell alignment="left" valignment="top" usebox="none">
42861 \begin_inset Text
42862
42863 \begin_layout Plain Layout
42864 \begin_inset ERT
42865 status collapsed
42866
42867 \begin_layout Plain Layout
42868
42869
42870 \backslash
42871 fcolorbox{black}{
42872 \end_layout
42873
42874 \end_inset
42875
42876 Melon
42877 \begin_inset ERT
42878 status collapsed
42879
42880 \begin_layout Plain Layout
42881
42882 }{
42883 \end_layout
42884
42885 \end_inset
42886
42887
42888 \begin_inset Phantom Phantom
42889 status open
42890
42891 \begin_layout Plain Layout
42892 W
42893 \end_layout
42894
42895 \end_inset
42896
42897
42898 \begin_inset ERT
42899 status collapsed
42900
42901 \begin_layout Plain Layout
42902
42903 }
42904 \end_layout
42905
42906 \end_inset
42907
42908  Melon
42909 \end_layout
42910
42911 \end_inset
42912 </cell>
42913 <cell alignment="left" valignment="top" usebox="none">
42914 \begin_inset Text
42915
42916 \begin_layout Plain Layout
42917 \begin_inset ERT
42918 status collapsed
42919
42920 \begin_layout Plain Layout
42921
42922
42923 \backslash
42924 fcolorbox{black}{
42925 \end_layout
42926
42927 \end_inset
42928
42929 MidnightBlue
42930 \begin_inset ERT
42931 status collapsed
42932
42933 \begin_layout Plain Layout
42934
42935 }{
42936 \end_layout
42937
42938 \end_inset
42939
42940
42941 \begin_inset Phantom Phantom
42942 status open
42943
42944 \begin_layout Plain Layout
42945 W
42946 \end_layout
42947
42948 \end_inset
42949
42950
42951 \begin_inset ERT
42952 status collapsed
42953
42954 \begin_layout Plain Layout
42955
42956 }
42957 \end_layout
42958
42959 \end_inset
42960
42961  MidnightBlue
42962 \end_layout
42963
42964 \end_inset
42965 </cell>
42966 </row>
42967 <row>
42968 <cell alignment="left" valignment="top" usebox="none">
42969 \begin_inset Text
42970
42971 \begin_layout Plain Layout
42972 \begin_inset ERT
42973 status collapsed
42974
42975 \begin_layout Plain Layout
42976
42977
42978 \backslash
42979 fcolorbox{black}{
42980 \end_layout
42981
42982 \end_inset
42983
42984 Mulberry
42985 \begin_inset ERT
42986 status collapsed
42987
42988 \begin_layout Plain Layout
42989
42990 }{
42991 \end_layout
42992
42993 \end_inset
42994
42995
42996 \begin_inset Phantom Phantom
42997 status open
42998
42999 \begin_layout Plain Layout
43000 W
43001 \end_layout
43002
43003 \end_inset
43004
43005
43006 \begin_inset ERT
43007 status collapsed
43008
43009 \begin_layout Plain Layout
43010
43011 }
43012 \end_layout
43013
43014 \end_inset
43015
43016  Mulberry
43017 \end_layout
43018
43019 \end_inset
43020 </cell>
43021 <cell alignment="left" valignment="top" usebox="none">
43022 \begin_inset Text
43023
43024 \begin_layout Plain Layout
43025 \begin_inset ERT
43026 status collapsed
43027
43028 \begin_layout Plain Layout
43029
43030
43031 \backslash
43032 fcolorbox{black}{
43033 \end_layout
43034
43035 \end_inset
43036
43037 NavyBlue
43038 \begin_inset ERT
43039 status collapsed
43040
43041 \begin_layout Plain Layout
43042
43043 }{
43044 \end_layout
43045
43046 \end_inset
43047
43048
43049 \begin_inset Phantom Phantom
43050 status open
43051
43052 \begin_layout Plain Layout
43053 W
43054 \end_layout
43055
43056 \end_inset
43057
43058
43059 \begin_inset ERT
43060 status collapsed
43061
43062 \begin_layout Plain Layout
43063
43064 }
43065 \end_layout
43066
43067 \end_inset
43068
43069  NavyBlue
43070 \end_layout
43071
43072 \end_inset
43073 </cell>
43074 <cell alignment="left" valignment="top" usebox="none">
43075 \begin_inset Text
43076
43077 \begin_layout Plain Layout
43078 \begin_inset ERT
43079 status collapsed
43080
43081 \begin_layout Plain Layout
43082
43083
43084 \backslash
43085 fcolorbox{black}{
43086 \end_layout
43087
43088 \end_inset
43089
43090 OliveGreen
43091 \begin_inset ERT
43092 status collapsed
43093
43094 \begin_layout Plain Layout
43095
43096 }{
43097 \end_layout
43098
43099 \end_inset
43100
43101
43102 \begin_inset Phantom Phantom
43103 status open
43104
43105 \begin_layout Plain Layout
43106 W
43107 \end_layout
43108
43109 \end_inset
43110
43111
43112 \begin_inset ERT
43113 status collapsed
43114
43115 \begin_layout Plain Layout
43116
43117 }
43118 \end_layout
43119
43120 \end_inset
43121
43122  OliveGreen
43123 \end_layout
43124
43125 \end_inset
43126 </cell>
43127 <cell alignment="left" valignment="top" usebox="none">
43128 \begin_inset Text
43129
43130 \begin_layout Plain Layout
43131 \begin_inset ERT
43132 status collapsed
43133
43134 \begin_layout Plain Layout
43135
43136
43137 \backslash
43138 fcolorbox{black}{
43139 \end_layout
43140
43141 \end_inset
43142
43143 Orange
43144 \begin_inset ERT
43145 status collapsed
43146
43147 \begin_layout Plain Layout
43148
43149 }{
43150 \end_layout
43151
43152 \end_inset
43153
43154
43155 \begin_inset Phantom Phantom
43156 status open
43157
43158 \begin_layout Plain Layout
43159 W
43160 \end_layout
43161
43162 \end_inset
43163
43164
43165 \begin_inset ERT
43166 status collapsed
43167
43168 \begin_layout Plain Layout
43169
43170 }
43171 \end_layout
43172
43173 \end_inset
43174
43175  Orange
43176 \end_layout
43177
43178 \end_inset
43179 </cell>
43180 </row>
43181 <row>
43182 <cell alignment="left" valignment="top" usebox="none">
43183 \begin_inset Text
43184
43185 \begin_layout Plain Layout
43186 \begin_inset ERT
43187 status collapsed
43188
43189 \begin_layout Plain Layout
43190
43191
43192 \backslash
43193 fcolorbox{black}{
43194 \end_layout
43195
43196 \end_inset
43197
43198 OrangeRed
43199 \begin_inset ERT
43200 status collapsed
43201
43202 \begin_layout Plain Layout
43203
43204 }{
43205 \end_layout
43206
43207 \end_inset
43208
43209
43210 \begin_inset Phantom Phantom
43211 status open
43212
43213 \begin_layout Plain Layout
43214 W
43215 \end_layout
43216
43217 \end_inset
43218
43219
43220 \begin_inset ERT
43221 status collapsed
43222
43223 \begin_layout Plain Layout
43224
43225 }
43226 \end_layout
43227
43228 \end_inset
43229
43230  OrangeRed
43231 \end_layout
43232
43233 \end_inset
43234 </cell>
43235 <cell alignment="left" valignment="top" usebox="none">
43236 \begin_inset Text
43237
43238 \begin_layout Plain Layout
43239 \begin_inset ERT
43240 status collapsed
43241
43242 \begin_layout Plain Layout
43243
43244
43245 \backslash
43246 fcolorbox{black}{
43247 \end_layout
43248
43249 \end_inset
43250
43251 Orchid
43252 \begin_inset ERT
43253 status collapsed
43254
43255 \begin_layout Plain Layout
43256
43257 }{
43258 \end_layout
43259
43260 \end_inset
43261
43262
43263 \begin_inset Phantom Phantom
43264 status open
43265
43266 \begin_layout Plain Layout
43267 W
43268 \end_layout
43269
43270 \end_inset
43271
43272
43273 \begin_inset ERT
43274 status collapsed
43275
43276 \begin_layout Plain Layout
43277
43278 }
43279 \end_layout
43280
43281 \end_inset
43282
43283  Orchid
43284 \end_layout
43285
43286 \end_inset
43287 </cell>
43288 <cell alignment="left" valignment="top" usebox="none">
43289 \begin_inset Text
43290
43291 \begin_layout Plain Layout
43292 \begin_inset ERT
43293 status collapsed
43294
43295 \begin_layout Plain Layout
43296
43297
43298 \backslash
43299 fcolorbox{black}{
43300 \end_layout
43301
43302 \end_inset
43303
43304 Peach
43305 \begin_inset ERT
43306 status collapsed
43307
43308 \begin_layout Plain Layout
43309
43310 }{
43311 \end_layout
43312
43313 \end_inset
43314
43315
43316 \begin_inset Phantom Phantom
43317 status open
43318
43319 \begin_layout Plain Layout
43320 W
43321 \end_layout
43322
43323 \end_inset
43324
43325
43326 \begin_inset ERT
43327 status collapsed
43328
43329 \begin_layout Plain Layout
43330
43331 }
43332 \end_layout
43333
43334 \end_inset
43335
43336  Peach
43337 \end_layout
43338
43339 \end_inset
43340 </cell>
43341 <cell alignment="left" valignment="top" usebox="none">
43342 \begin_inset Text
43343
43344 \begin_layout Plain Layout
43345 \begin_inset ERT
43346 status collapsed
43347
43348 \begin_layout Plain Layout
43349
43350
43351 \backslash
43352 fcolorbox{black}{
43353 \end_layout
43354
43355 \end_inset
43356
43357 Periwinkle
43358 \begin_inset ERT
43359 status collapsed
43360
43361 \begin_layout Plain Layout
43362
43363 }{
43364 \end_layout
43365
43366 \end_inset
43367
43368
43369 \begin_inset Phantom Phantom
43370 status open
43371
43372 \begin_layout Plain Layout
43373 W
43374 \end_layout
43375
43376 \end_inset
43377
43378
43379 \begin_inset ERT
43380 status collapsed
43381
43382 \begin_layout Plain Layout
43383
43384 }
43385 \end_layout
43386
43387 \end_inset
43388
43389  Periwinkle
43390 \end_layout
43391
43392 \end_inset
43393 </cell>
43394 </row>
43395 <row>
43396 <cell alignment="left" valignment="top" usebox="none">
43397 \begin_inset Text
43398
43399 \begin_layout Plain Layout
43400 \begin_inset ERT
43401 status collapsed
43402
43403 \begin_layout Plain Layout
43404
43405
43406 \backslash
43407 fcolorbox{black}{
43408 \end_layout
43409
43410 \end_inset
43411
43412 PineGreen
43413 \begin_inset ERT
43414 status collapsed
43415
43416 \begin_layout Plain Layout
43417
43418 }{
43419 \end_layout
43420
43421 \end_inset
43422
43423
43424 \begin_inset Phantom Phantom
43425 status open
43426
43427 \begin_layout Plain Layout
43428 W
43429 \end_layout
43430
43431 \end_inset
43432
43433
43434 \begin_inset ERT
43435 status collapsed
43436
43437 \begin_layout Plain Layout
43438
43439 }
43440 \end_layout
43441
43442 \end_inset
43443
43444  PineGreen
43445 \end_layout
43446
43447 \end_inset
43448 </cell>
43449 <cell alignment="left" valignment="top" usebox="none">
43450 \begin_inset Text
43451
43452 \begin_layout Plain Layout
43453 \begin_inset ERT
43454 status collapsed
43455
43456 \begin_layout Plain Layout
43457
43458
43459 \backslash
43460 fcolorbox{black}{
43461 \end_layout
43462
43463 \end_inset
43464
43465 Plum
43466 \begin_inset ERT
43467 status collapsed
43468
43469 \begin_layout Plain Layout
43470
43471 }{
43472 \end_layout
43473
43474 \end_inset
43475
43476
43477 \begin_inset Phantom Phantom
43478 status open
43479
43480 \begin_layout Plain Layout
43481 W
43482 \end_layout
43483
43484 \end_inset
43485
43486
43487 \begin_inset ERT
43488 status collapsed
43489
43490 \begin_layout Plain Layout
43491
43492 }
43493 \end_layout
43494
43495 \end_inset
43496
43497  Plum
43498 \end_layout
43499
43500 \end_inset
43501 </cell>
43502 <cell alignment="left" valignment="top" usebox="none">
43503 \begin_inset Text
43504
43505 \begin_layout Plain Layout
43506 \begin_inset ERT
43507 status collapsed
43508
43509 \begin_layout Plain Layout
43510
43511
43512 \backslash
43513 fcolorbox{black}{
43514 \end_layout
43515
43516 \end_inset
43517
43518 ProcessBlue
43519 \begin_inset ERT
43520 status collapsed
43521
43522 \begin_layout Plain Layout
43523
43524 }{
43525 \end_layout
43526
43527 \end_inset
43528
43529
43530 \begin_inset Phantom Phantom
43531 status open
43532
43533 \begin_layout Plain Layout
43534 W
43535 \end_layout
43536
43537 \end_inset
43538
43539
43540 \begin_inset ERT
43541 status collapsed
43542
43543 \begin_layout Plain Layout
43544
43545 }
43546 \end_layout
43547
43548 \end_inset
43549
43550  ProcessBlue
43551 \end_layout
43552
43553 \end_inset
43554 </cell>
43555 <cell alignment="left" valignment="top" usebox="none">
43556 \begin_inset Text
43557
43558 \begin_layout Plain Layout
43559 \begin_inset ERT
43560 status collapsed
43561
43562 \begin_layout Plain Layout
43563
43564
43565 \backslash
43566 fcolorbox{black}{
43567 \end_layout
43568
43569 \end_inset
43570
43571 Purple
43572 \begin_inset ERT
43573 status collapsed
43574
43575 \begin_layout Plain Layout
43576
43577 }{
43578 \end_layout
43579
43580 \end_inset
43581
43582
43583 \begin_inset Phantom Phantom
43584 status open
43585
43586 \begin_layout Plain Layout
43587 W
43588 \end_layout
43589
43590 \end_inset
43591
43592
43593 \begin_inset ERT
43594 status collapsed
43595
43596 \begin_layout Plain Layout
43597
43598 }
43599 \end_layout
43600
43601 \end_inset
43602
43603  Purple
43604 \end_layout
43605
43606 \end_inset
43607 </cell>
43608 </row>
43609 <row>
43610 <cell alignment="left" valignment="top" usebox="none">
43611 \begin_inset Text
43612
43613 \begin_layout Plain Layout
43614 \begin_inset ERT
43615 status collapsed
43616
43617 \begin_layout Plain Layout
43618
43619
43620 \backslash
43621 fcolorbox{black}{
43622 \end_layout
43623
43624 \end_inset
43625
43626 RawSienna
43627 \begin_inset ERT
43628 status collapsed
43629
43630 \begin_layout Plain Layout
43631
43632 }{
43633 \end_layout
43634
43635 \end_inset
43636
43637
43638 \begin_inset Phantom Phantom
43639 status open
43640
43641 \begin_layout Plain Layout
43642 W
43643 \end_layout
43644
43645 \end_inset
43646
43647
43648 \begin_inset ERT
43649 status collapsed
43650
43651 \begin_layout Plain Layout
43652
43653 }
43654 \end_layout
43655
43656 \end_inset
43657
43658  RawSienna
43659 \end_layout
43660
43661 \end_inset
43662 </cell>
43663 <cell alignment="left" valignment="top" usebox="none">
43664 \begin_inset Text
43665
43666 \begin_layout Plain Layout
43667 \begin_inset ERT
43668 status collapsed
43669
43670 \begin_layout Plain Layout
43671
43672
43673 \backslash
43674 fcolorbox{black}{
43675 \end_layout
43676
43677 \end_inset
43678
43679 RedOrange
43680 \begin_inset ERT
43681 status collapsed
43682
43683 \begin_layout Plain Layout
43684
43685 }{
43686 \end_layout
43687
43688 \end_inset
43689
43690
43691 \begin_inset Phantom Phantom
43692 status open
43693
43694 \begin_layout Plain Layout
43695 W
43696 \end_layout
43697
43698 \end_inset
43699
43700
43701 \begin_inset ERT
43702 status collapsed
43703
43704 \begin_layout Plain Layout
43705
43706 }
43707 \end_layout
43708
43709 \end_inset
43710
43711  RedOrange
43712 \end_layout
43713
43714 \end_inset
43715 </cell>
43716 <cell alignment="left" valignment="top" usebox="none">
43717 \begin_inset Text
43718
43719 \begin_layout Plain Layout
43720 \begin_inset ERT
43721 status collapsed
43722
43723 \begin_layout Plain Layout
43724
43725
43726 \backslash
43727 fcolorbox{black}{
43728 \end_layout
43729
43730 \end_inset
43731
43732 RedViolet
43733 \begin_inset ERT
43734 status collapsed
43735
43736 \begin_layout Plain Layout
43737
43738 }{
43739 \end_layout
43740
43741 \end_inset
43742
43743
43744 \begin_inset Phantom Phantom
43745 status open
43746
43747 \begin_layout Plain Layout
43748 W
43749 \end_layout
43750
43751 \end_inset
43752
43753
43754 \begin_inset ERT
43755 status collapsed
43756
43757 \begin_layout Plain Layout
43758
43759 }
43760 \end_layout
43761
43762 \end_inset
43763
43764  RedViolet
43765 \end_layout
43766
43767 \end_inset
43768 </cell>
43769 <cell alignment="left" valignment="top" usebox="none">
43770 \begin_inset Text
43771
43772 \begin_layout Plain Layout
43773 \begin_inset ERT
43774 status collapsed
43775
43776 \begin_layout Plain Layout
43777
43778
43779 \backslash
43780 fcolorbox{black}{
43781 \end_layout
43782
43783 \end_inset
43784
43785 Rhodamine
43786 \begin_inset ERT
43787 status collapsed
43788
43789 \begin_layout Plain Layout
43790
43791 }{
43792 \end_layout
43793
43794 \end_inset
43795
43796
43797 \begin_inset Phantom Phantom
43798 status open
43799
43800 \begin_layout Plain Layout
43801 W
43802 \end_layout
43803
43804 \end_inset
43805
43806
43807 \begin_inset ERT
43808 status collapsed
43809
43810 \begin_layout Plain Layout
43811
43812 }
43813 \end_layout
43814
43815 \end_inset
43816
43817  Rhodamine
43818 \end_layout
43819
43820 \end_inset
43821 </cell>
43822 </row>
43823 <row>
43824 <cell alignment="left" valignment="top" usebox="none">
43825 \begin_inset Text
43826
43827 \begin_layout Plain Layout
43828 \begin_inset ERT
43829 status collapsed
43830
43831 \begin_layout Plain Layout
43832
43833
43834 \backslash
43835 fcolorbox{black}{
43836 \end_layout
43837
43838 \end_inset
43839
43840 RoyalBlue
43841 \begin_inset ERT
43842 status collapsed
43843
43844 \begin_layout Plain Layout
43845
43846 }{
43847 \end_layout
43848
43849 \end_inset
43850
43851
43852 \begin_inset Phantom Phantom
43853 status open
43854
43855 \begin_layout Plain Layout
43856 W
43857 \end_layout
43858
43859 \end_inset
43860
43861
43862 \begin_inset ERT
43863 status collapsed
43864
43865 \begin_layout Plain Layout
43866
43867 }
43868 \end_layout
43869
43870 \end_inset
43871
43872  RoyalBlue
43873 \end_layout
43874
43875 \end_inset
43876 </cell>
43877 <cell alignment="left" valignment="top" usebox="none">
43878 \begin_inset Text
43879
43880 \begin_layout Plain Layout
43881 \begin_inset ERT
43882 status collapsed
43883
43884 \begin_layout Plain Layout
43885
43886
43887 \backslash
43888 fcolorbox{black}{
43889 \end_layout
43890
43891 \end_inset
43892
43893 RoyalPurple
43894 \begin_inset ERT
43895 status collapsed
43896
43897 \begin_layout Plain Layout
43898
43899 }{
43900 \end_layout
43901
43902 \end_inset
43903
43904
43905 \begin_inset Phantom Phantom
43906 status open
43907
43908 \begin_layout Plain Layout
43909 W
43910 \end_layout
43911
43912 \end_inset
43913
43914
43915 \begin_inset ERT
43916 status collapsed
43917
43918 \begin_layout Plain Layout
43919
43920 }
43921 \end_layout
43922
43923 \end_inset
43924
43925  RoyalPurple
43926 \end_layout
43927
43928 \end_inset
43929 </cell>
43930 <cell alignment="left" valignment="top" usebox="none">
43931 \begin_inset Text
43932
43933 \begin_layout Plain Layout
43934 \begin_inset ERT
43935 status collapsed
43936
43937 \begin_layout Plain Layout
43938
43939
43940 \backslash
43941 fcolorbox{black}{
43942 \end_layout
43943
43944 \end_inset
43945
43946 RubineRed
43947 \begin_inset ERT
43948 status collapsed
43949
43950 \begin_layout Plain Layout
43951
43952 }{
43953 \end_layout
43954
43955 \end_inset
43956
43957
43958 \begin_inset Phantom Phantom
43959 status open
43960
43961 \begin_layout Plain Layout
43962 W
43963 \end_layout
43964
43965 \end_inset
43966
43967
43968 \begin_inset ERT
43969 status collapsed
43970
43971 \begin_layout Plain Layout
43972
43973 }
43974 \end_layout
43975
43976 \end_inset
43977
43978  RubineRed
43979 \end_layout
43980
43981 \end_inset
43982 </cell>
43983 <cell alignment="left" valignment="top" usebox="none">
43984 \begin_inset Text
43985
43986 \begin_layout Plain Layout
43987 \begin_inset ERT
43988 status collapsed
43989
43990 \begin_layout Plain Layout
43991
43992
43993 \backslash
43994 fcolorbox{black}{
43995 \end_layout
43996
43997 \end_inset
43998
43999 Salmon
44000 \begin_inset ERT
44001 status collapsed
44002
44003 \begin_layout Plain Layout
44004
44005 }{
44006 \end_layout
44007
44008 \end_inset
44009
44010
44011 \begin_inset Phantom Phantom
44012 status open
44013
44014 \begin_layout Plain Layout
44015 W
44016 \end_layout
44017
44018 \end_inset
44019
44020
44021 \begin_inset ERT
44022 status collapsed
44023
44024 \begin_layout Plain Layout
44025
44026 }
44027 \end_layout
44028
44029 \end_inset
44030
44031  Salmon
44032 \end_layout
44033
44034 \end_inset
44035 </cell>
44036 </row>
44037 <row>
44038 <cell alignment="left" valignment="top" usebox="none">
44039 \begin_inset Text
44040
44041 \begin_layout Plain Layout
44042 \begin_inset ERT
44043 status collapsed
44044
44045 \begin_layout Plain Layout
44046
44047
44048 \backslash
44049 fcolorbox{black}{
44050 \end_layout
44051
44052 \end_inset
44053
44054 SeaGreen
44055 \begin_inset ERT
44056 status collapsed
44057
44058 \begin_layout Plain Layout
44059
44060 }{
44061 \end_layout
44062
44063 \end_inset
44064
44065
44066 \begin_inset Phantom Phantom
44067 status open
44068
44069 \begin_layout Plain Layout
44070 W
44071 \end_layout
44072
44073 \end_inset
44074
44075
44076 \begin_inset ERT
44077 status collapsed
44078
44079 \begin_layout Plain Layout
44080
44081 }
44082 \end_layout
44083
44084 \end_inset
44085
44086  SeaGreen
44087 \end_layout
44088
44089 \end_inset
44090 </cell>
44091 <cell alignment="left" valignment="top" usebox="none">
44092 \begin_inset Text
44093
44094 \begin_layout Plain Layout
44095 \begin_inset ERT
44096 status collapsed
44097
44098 \begin_layout Plain Layout
44099
44100
44101 \backslash
44102 fcolorbox{black}{
44103 \end_layout
44104
44105 \end_inset
44106
44107 Sepia
44108 \begin_inset ERT
44109 status collapsed
44110
44111 \begin_layout Plain Layout
44112
44113 }{
44114 \end_layout
44115
44116 \end_inset
44117
44118
44119 \begin_inset Phantom Phantom
44120 status open
44121
44122 \begin_layout Plain Layout
44123 W
44124 \end_layout
44125
44126 \end_inset
44127
44128
44129 \begin_inset ERT
44130 status collapsed
44131
44132 \begin_layout Plain Layout
44133
44134 }
44135 \end_layout
44136
44137 \end_inset
44138
44139  Sepia
44140 \end_layout
44141
44142 \end_inset
44143 </cell>
44144 <cell alignment="left" valignment="top" usebox="none">
44145 \begin_inset Text
44146
44147 \begin_layout Plain Layout
44148 \begin_inset ERT
44149 status collapsed
44150
44151 \begin_layout Plain Layout
44152
44153
44154 \backslash
44155 fcolorbox{black}{
44156 \end_layout
44157
44158 \end_inset
44159
44160 SkyBlue
44161 \begin_inset ERT
44162 status collapsed
44163
44164 \begin_layout Plain Layout
44165
44166 }{
44167 \end_layout
44168
44169 \end_inset
44170
44171
44172 \begin_inset Phantom Phantom
44173 status open
44174
44175 \begin_layout Plain Layout
44176 W
44177 \end_layout
44178
44179 \end_inset
44180
44181
44182 \begin_inset ERT
44183 status collapsed
44184
44185 \begin_layout Plain Layout
44186
44187 }
44188 \end_layout
44189
44190 \end_inset
44191
44192  SkyBlue
44193 \end_layout
44194
44195 \end_inset
44196 </cell>
44197 <cell alignment="left" valignment="top" usebox="none">
44198 \begin_inset Text
44199
44200 \begin_layout Plain Layout
44201 \begin_inset ERT
44202 status collapsed
44203
44204 \begin_layout Plain Layout
44205
44206
44207 \backslash
44208 fcolorbox{black}{
44209 \end_layout
44210
44211 \end_inset
44212
44213 SpringGreen
44214 \begin_inset ERT
44215 status collapsed
44216
44217 \begin_layout Plain Layout
44218
44219 }{
44220 \end_layout
44221
44222 \end_inset
44223
44224
44225 \begin_inset Phantom Phantom
44226 status open
44227
44228 \begin_layout Plain Layout
44229 W
44230 \end_layout
44231
44232 \end_inset
44233
44234
44235 \begin_inset ERT
44236 status collapsed
44237
44238 \begin_layout Plain Layout
44239
44240 }
44241 \end_layout
44242
44243 \end_inset
44244
44245  SpringGreen
44246 \end_layout
44247
44248 \end_inset
44249 </cell>
44250 </row>
44251 <row>
44252 <cell alignment="left" valignment="top" usebox="none">
44253 \begin_inset Text
44254
44255 \begin_layout Plain Layout
44256 \begin_inset ERT
44257 status collapsed
44258
44259 \begin_layout Plain Layout
44260
44261
44262 \backslash
44263 fcolorbox{black}{
44264 \end_layout
44265
44266 \end_inset
44267
44268 Tan
44269 \begin_inset ERT
44270 status collapsed
44271
44272 \begin_layout Plain Layout
44273
44274 }{
44275 \end_layout
44276
44277 \end_inset
44278
44279
44280 \begin_inset Phantom Phantom
44281 status open
44282
44283 \begin_layout Plain Layout
44284 W
44285 \end_layout
44286
44287 \end_inset
44288
44289
44290 \begin_inset ERT
44291 status collapsed
44292
44293 \begin_layout Plain Layout
44294
44295 }
44296 \end_layout
44297
44298 \end_inset
44299
44300  Tan
44301 \end_layout
44302
44303 \end_inset
44304 </cell>
44305 <cell alignment="left" valignment="top" usebox="none">
44306 \begin_inset Text
44307
44308 \begin_layout Plain Layout
44309 \begin_inset ERT
44310 status collapsed
44311
44312 \begin_layout Plain Layout
44313
44314
44315 \backslash
44316 fcolorbox{black}{
44317 \end_layout
44318
44319 \end_inset
44320
44321 TealBlue
44322 \begin_inset ERT
44323 status collapsed
44324
44325 \begin_layout Plain Layout
44326
44327 }{
44328 \end_layout
44329
44330 \end_inset
44331
44332
44333 \begin_inset Phantom Phantom
44334 status open
44335
44336 \begin_layout Plain Layout
44337 W
44338 \end_layout
44339
44340 \end_inset
44341
44342
44343 \begin_inset ERT
44344 status collapsed
44345
44346 \begin_layout Plain Layout
44347
44348 }
44349 \end_layout
44350
44351 \end_inset
44352
44353  TealBlue
44354 \end_layout
44355
44356 \end_inset
44357 </cell>
44358 <cell alignment="left" valignment="top" usebox="none">
44359 \begin_inset Text
44360
44361 \begin_layout Plain Layout
44362 \begin_inset ERT
44363 status collapsed
44364
44365 \begin_layout Plain Layout
44366
44367
44368 \backslash
44369 fcolorbox{black}{
44370 \end_layout
44371
44372 \end_inset
44373
44374 Thistle
44375 \begin_inset ERT
44376 status collapsed
44377
44378 \begin_layout Plain Layout
44379
44380 }{
44381 \end_layout
44382
44383 \end_inset
44384
44385
44386 \begin_inset Phantom Phantom
44387 status open
44388
44389 \begin_layout Plain Layout
44390 W
44391 \end_layout
44392
44393 \end_inset
44394
44395
44396 \begin_inset ERT
44397 status collapsed
44398
44399 \begin_layout Plain Layout
44400
44401 }
44402 \end_layout
44403
44404 \end_inset
44405
44406  Thistle
44407 \end_layout
44408
44409 \end_inset
44410 </cell>
44411 <cell alignment="left" valignment="top" usebox="none">
44412 \begin_inset Text
44413
44414 \begin_layout Plain Layout
44415 \begin_inset ERT
44416 status collapsed
44417
44418 \begin_layout Plain Layout
44419
44420
44421 \backslash
44422 fcolorbox{black}{
44423 \end_layout
44424
44425 \end_inset
44426
44427 Turquoise
44428 \begin_inset ERT
44429 status collapsed
44430
44431 \begin_layout Plain Layout
44432
44433 }{
44434 \end_layout
44435
44436 \end_inset
44437
44438
44439 \begin_inset Phantom Phantom
44440 status open
44441
44442 \begin_layout Plain Layout
44443 W
44444 \end_layout
44445
44446 \end_inset
44447
44448
44449 \begin_inset ERT
44450 status collapsed
44451
44452 \begin_layout Plain Layout
44453
44454 }
44455 \end_layout
44456
44457 \end_inset
44458
44459  Turquoise
44460 \end_layout
44461
44462 \end_inset
44463 </cell>
44464 </row>
44465 <row>
44466 <cell alignment="left" valignment="top" usebox="none">
44467 \begin_inset Text
44468
44469 \begin_layout Plain Layout
44470 \begin_inset ERT
44471 status collapsed
44472
44473 \begin_layout Plain Layout
44474
44475
44476 \backslash
44477 fcolorbox{black}{
44478 \end_layout
44479
44480 \end_inset
44481
44482 Violet
44483 \begin_inset ERT
44484 status collapsed
44485
44486 \begin_layout Plain Layout
44487
44488 }{
44489 \end_layout
44490
44491 \end_inset
44492
44493
44494 \begin_inset Phantom Phantom
44495 status open
44496
44497 \begin_layout Plain Layout
44498 W
44499 \end_layout
44500
44501 \end_inset
44502
44503
44504 \begin_inset ERT
44505 status collapsed
44506
44507 \begin_layout Plain Layout
44508
44509 }
44510 \end_layout
44511
44512 \end_inset
44513
44514  Violet
44515 \end_layout
44516
44517 \end_inset
44518 </cell>
44519 <cell alignment="left" valignment="top" usebox="none">
44520 \begin_inset Text
44521
44522 \begin_layout Plain Layout
44523 \begin_inset ERT
44524 status collapsed
44525
44526 \begin_layout Plain Layout
44527
44528
44529 \backslash
44530 fcolorbox{black}{
44531 \end_layout
44532
44533 \end_inset
44534
44535 VioletRed
44536 \begin_inset ERT
44537 status collapsed
44538
44539 \begin_layout Plain Layout
44540
44541 }{
44542 \end_layout
44543
44544 \end_inset
44545
44546
44547 \begin_inset Phantom Phantom
44548 status open
44549
44550 \begin_layout Plain Layout
44551 W
44552 \end_layout
44553
44554 \end_inset
44555
44556
44557 \begin_inset ERT
44558 status collapsed
44559
44560 \begin_layout Plain Layout
44561
44562 }
44563 \end_layout
44564
44565 \end_inset
44566
44567  VioletRed
44568 \end_layout
44569
44570 \end_inset
44571 </cell>
44572 <cell alignment="left" valignment="top" usebox="none">
44573 \begin_inset Text
44574
44575 \begin_layout Plain Layout
44576 \begin_inset ERT
44577 status collapsed
44578
44579 \begin_layout Plain Layout
44580
44581
44582 \backslash
44583 fcolorbox{black}{
44584 \end_layout
44585
44586 \end_inset
44587
44588 WildStrawberry
44589 \begin_inset ERT
44590 status collapsed
44591
44592 \begin_layout Plain Layout
44593
44594 }{
44595 \end_layout
44596
44597 \end_inset
44598
44599
44600 \begin_inset Phantom Phantom
44601 status open
44602
44603 \begin_layout Plain Layout
44604 W
44605 \end_layout
44606
44607 \end_inset
44608
44609
44610 \begin_inset ERT
44611 status collapsed
44612
44613 \begin_layout Plain Layout
44614
44615 }
44616 \end_layout
44617
44618 \end_inset
44619
44620  WildStrawberry
44621 \end_layout
44622
44623 \end_inset
44624 </cell>
44625 <cell alignment="left" valignment="top" usebox="none">
44626 \begin_inset Text
44627
44628 \begin_layout Plain Layout
44629 \begin_inset ERT
44630 status collapsed
44631
44632 \begin_layout Plain Layout
44633
44634
44635 \backslash
44636 fcolorbox{black}{
44637 \end_layout
44638
44639 \end_inset
44640
44641 YellowGreen
44642 \begin_inset ERT
44643 status collapsed
44644
44645 \begin_layout Plain Layout
44646
44647 }{
44648 \end_layout
44649
44650 \end_inset
44651
44652
44653 \begin_inset Phantom Phantom
44654 status open
44655
44656 \begin_layout Plain Layout
44657 W
44658 \end_layout
44659
44660 \end_inset
44661
44662
44663 \begin_inset ERT
44664 status collapsed
44665
44666 \begin_layout Plain Layout
44667
44668 }
44669 \end_layout
44670
44671 \end_inset
44672
44673  YellowGreen
44674 \end_layout
44675
44676 \end_inset
44677 </cell>
44678 </row>
44679 <row>
44680 <cell alignment="left" valignment="top" usebox="none">
44681 \begin_inset Text
44682
44683 \begin_layout Plain Layout
44684 \begin_inset ERT
44685 status collapsed
44686
44687 \begin_layout Plain Layout
44688
44689
44690 \backslash
44691 fcolorbox{black}{
44692 \end_layout
44693
44694 \end_inset
44695
44696 YellowOrange
44697 \begin_inset ERT
44698 status collapsed
44699
44700 \begin_layout Plain Layout
44701
44702 }{
44703 \end_layout
44704
44705 \end_inset
44706
44707
44708 \begin_inset Phantom Phantom
44709 status open
44710
44711 \begin_layout Plain Layout
44712 W
44713 \end_layout
44714
44715 \end_inset
44716
44717
44718 \begin_inset ERT
44719 status collapsed
44720
44721 \begin_layout Plain Layout
44722
44723 }
44724 \end_layout
44725
44726 \end_inset
44727
44728  YellowOrange
44729 \end_layout
44730
44731 \end_inset
44732 </cell>
44733 <cell alignment="left" valignment="top" usebox="none">
44734 \begin_inset Text
44735
44736 \begin_layout Plain Layout
44737
44738 \end_layout
44739
44740 \end_inset
44741 </cell>
44742 <cell alignment="left" valignment="top" usebox="none">
44743 \begin_inset Text
44744
44745 \begin_layout Plain Layout
44746
44747 \end_layout
44748
44749 \end_inset
44750 </cell>
44751 <cell alignment="left" valignment="top" usebox="none">
44752 \begin_inset Text
44753
44754 \begin_layout Plain Layout
44755
44756 \end_layout
44757
44758 \end_inset
44759 </cell>
44760 </row>
44761 </lyxtabular>
44762
44763 \end_inset
44764
44765
44766 \end_layout
44767
44768 \begin_layout Chapter
44769 Explanation of Equation
44770 \begin_inset space ~
44771 \end_inset
44772
44773 (
44774 \begin_inset CommandInset ref
44775 LatexCommand ref
44776 reference "eq:Wgn"
44777
44778 \end_inset
44779
44780 )
44781 \begin_inset CommandInset label
44782 LatexCommand label
44783 name "cha:Explanation-of-Equation"
44784
44785 \end_inset
44786
44787
44788 \end_layout
44789
44790 \begin_layout Standard
44791 We can calculate the total width of 
44792 \emph on
44793 n
44794 \emph default
44795  table cells 
44796 \begin_inset Formula $W_{\mathrm{tot\, n}}$
44797 \end_inset
44798
44799  as follows:
44800 \begin_inset Formula 
44801 \begin{equation}
44802 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44803 \end{equation}
44804
44805 \end_inset
44806
44807 where 
44808 \begin_inset Formula $W_{g\, n}$
44809 \end_inset
44810
44811  is the given width of all cells, 
44812 \series bold
44813
44814 \backslash
44815 tabcolsep
44816 \series default
44817  is the LaTeX-length between the cell text and the cell border (its default
44818  value is 6
44819 \begin_inset space \thinspace{}
44820 \end_inset
44821
44822 pt).
44823  
44824 \series bold
44825
44826 \backslash
44827 arrayrulewidth
44828 \series default
44829  is the thickness of the cell border line, the default is 0.4
44830 \begin_inset space \thinspace{}
44831 \end_inset
44832
44833 pt.
44834 \end_layout
44835
44836 \begin_layout Standard
44837 Following equation
44838 \begin_inset space ~
44839 \end_inset
44840
44841
44842 \begin_inset CommandInset ref
44843 LatexCommand eqref
44844 reference "eq:Wtot_n"
44845
44846 \end_inset
44847
44848 , the total width of a multicolumn 
44849 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
44850 \end_inset
44851
44852  is
44853 \begin_inset Formula 
44854 \begin{equation}
44855 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44856 \end{equation}
44857
44858 \end_inset
44859
44860
44861 \end_layout
44862
44863 \begin_layout Standard
44864 By setting equation
44865 \begin_inset space ~
44866 \end_inset
44867
44868
44869 \begin_inset CommandInset ref
44870 LatexCommand eqref
44871 reference "eq:Wtot_n"
44872
44873 \end_inset
44874
44875  and 
44876 \begin_inset CommandInset ref
44877 LatexCommand eqref
44878 reference "eq:Wtot_mult"
44879
44880 \end_inset
44881
44882  equal we can calculate the needed given width 
44883 \begin_inset Formula $W_{g\, n}$
44884 \end_inset
44885
44886  when 
44887 \emph on
44888 n
44889 \emph default
44890  columns are spanned, so that each column has a total width of 
44891 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
44892 \end_inset
44893
44894 :
44895 \begin_inset Formula 
44896 \begin{equation}
44897 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44898 \end{equation}
44899
44900 \end_inset
44901
44902
44903 \end_layout
44904
44905 \begin_layout Bibliography
44906 \begin_inset CommandInset bibitem
44907 LatexCommand bibitem
44908 key "latexcompanion"
44909
44910 \end_inset
44911
44912 Frank Mittelbach and Michel Goossens: 
44913 \emph on
44914 The LaTeX Companion Second Edition.
44915
44916 \emph default
44917  Addison-Wesley, 2004
44918 \end_layout
44919
44920 \begin_layout Bibliography
44921 \begin_inset CommandInset bibitem
44922 LatexCommand bibitem
44923 key "latexguide"
44924
44925 \end_inset
44926
44927 Helmut Kopka and Patrick W.
44928  Daly: 
44929 \emph on
44930 A Guide to LaTeX Fourth Edition.
44931
44932 \emph default
44933  Addison-Wesley, 2003
44934 \end_layout
44935
44936 \begin_layout Bibliography
44937 \begin_inset CommandInset bibitem
44938 LatexCommand bibitem
44939 key "latexbook"
44940
44941 \end_inset
44942
44943 Leslie Lamport: 
44944 \emph on
44945 LaTeX: A Document Preparation System.
44946
44947 \emph default
44948  Addison-Wesley, second edition, 1994
44949 \end_layout
44950
44951 \begin_layout Bibliography
44952 \begin_inset CommandInset bibitem
44953 LatexCommand bibitem
44954 key "arydshln"
44955
44956 \end_inset
44957
44958 Documentation of the LaTeX-package 
44959 \series bold
44960
44961 \begin_inset CommandInset href
44962 LatexCommand href
44963 name "arydshln"
44964 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
44965
44966 \end_inset
44967
44968
44969 \series default
44970
44971 \begin_inset Index idx
44972 status collapsed
44973
44974 \begin_layout Plain Layout
44975 LaTeX-packages ! arydshln
44976 \end_layout
44977
44978 \end_inset
44979
44980
44981 \end_layout
44982
44983 \begin_layout Bibliography
44984 \begin_inset CommandInset bibitem
44985 LatexCommand bibitem
44986 key "booktabs"
44987
44988 \end_inset
44989
44990 Documentation of the LaTeX-package 
44991 \series bold
44992
44993 \begin_inset CommandInset href
44994 LatexCommand href
44995 name "booktabs"
44996 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
44997
44998 \end_inset
44999
45000
45001 \series default
45002
45003 \begin_inset Index idx
45004 status collapsed
45005
45006 \begin_layout Plain Layout
45007 LaTeX-packages ! booktabs
45008 \end_layout
45009
45010 \end_inset
45011
45012
45013 \end_layout
45014
45015 \begin_layout Bibliography
45016 \begin_inset CommandInset bibitem
45017 LatexCommand bibitem
45018 key "caption"
45019
45020 \end_inset
45021
45022 Documentation of the LaTeX-package 
45023 \series bold
45024
45025 \begin_inset CommandInset href
45026 LatexCommand href
45027 name "caption"
45028 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
45029
45030 \end_inset
45031
45032
45033 \series default
45034
45035 \begin_inset Index idx
45036 status collapsed
45037
45038 \begin_layout Plain Layout
45039 LaTeX-packages ! caption
45040 \end_layout
45041
45042 \end_inset
45043
45044
45045 \end_layout
45046
45047 \begin_layout Bibliography
45048 \begin_inset CommandInset bibitem
45049 LatexCommand bibitem
45050 key "diagbox"
45051
45052 \end_inset
45053
45054 Documentation of the LaTeX-package 
45055 \series bold
45056
45057 \begin_inset CommandInset href
45058 LatexCommand href
45059 name "diagbox"
45060 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45061
45062 \end_inset
45063
45064
45065 \series default
45066
45067 \begin_inset Index idx
45068 status collapsed
45069
45070 \begin_layout Plain Layout
45071 LaTeX-packages ! diagbox
45072 \end_layout
45073
45074 \end_inset
45075
45076
45077 \end_layout
45078
45079 \begin_layout Bibliography
45080 \begin_inset CommandInset bibitem
45081 LatexCommand bibitem
45082 key "endfloat"
45083
45084 \end_inset
45085
45086 Documentation of the LaTeX-package 
45087 \series bold
45088
45089 \begin_inset CommandInset href
45090 LatexCommand href
45091 name "endfloat"
45092 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45093
45094 \end_inset
45095
45096
45097 \series default
45098
45099 \begin_inset Index idx
45100 status collapsed
45101
45102 \begin_layout Plain Layout
45103 LaTeX-packages ! endfloat
45104 \end_layout
45105
45106 \end_inset
45107
45108
45109 \end_layout
45110
45111 \begin_layout Bibliography
45112 \begin_inset CommandInset bibitem
45113 LatexCommand bibitem
45114 key "footmisc"
45115
45116 \end_inset
45117
45118 Documentation of the LaTeX-package 
45119 \series bold
45120
45121 \begin_inset CommandInset href
45122 LatexCommand href
45123 name "footmisc"
45124 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45125
45126 \end_inset
45127
45128
45129 \series default
45130
45131 \begin_inset Index idx
45132 status collapsed
45133
45134 \begin_layout Plain Layout
45135 LaTeX-packages ! footmisc
45136 \end_layout
45137
45138 \end_inset
45139
45140
45141 \end_layout
45142
45143 \begin_layout Bibliography
45144 \begin_inset CommandInset bibitem
45145 LatexCommand bibitem
45146 key "hypcap"
45147
45148 \end_inset
45149
45150 Documentation of the LaTeX-package 
45151 \series bold
45152
45153 \begin_inset CommandInset href
45154 LatexCommand href
45155 name "hypcap"
45156 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45157
45158 \end_inset
45159
45160
45161 \series default
45162
45163 \begin_inset Index idx
45164 status collapsed
45165
45166 \begin_layout Plain Layout
45167 LaTeX-packages ! hyperref
45168 \end_layout
45169
45170 \end_inset
45171
45172
45173 \end_layout
45174
45175 \begin_layout Bibliography
45176 \begin_inset CommandInset bibitem
45177 LatexCommand bibitem
45178 key "hyperref"
45179
45180 \end_inset
45181
45182 Documentation of the LaTeX-package 
45183 \series bold
45184
45185 \begin_inset CommandInset href
45186 LatexCommand href
45187 name "hyperref"
45188 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45189
45190 \end_inset
45191
45192
45193 \series default
45194
45195 \begin_inset Index idx
45196 status collapsed
45197
45198 \begin_layout Plain Layout
45199 LaTeX-packages ! hyperref
45200 \end_layout
45201
45202 \end_inset
45203
45204
45205 \end_layout
45206
45207 \begin_layout Bibliography
45208 \begin_inset CommandInset bibitem
45209 LatexCommand bibitem
45210 key "KOMA-Script"
45211
45212 \end_inset
45213
45214 Documentation of the LaTeX-package 
45215 \series bold
45216
45217 \begin_inset CommandInset href
45218 LatexCommand href
45219 name "KOMA-Script"
45220 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
45221
45222 \end_inset
45223
45224
45225 \series default
45226
45227 \begin_inset Index idx
45228 status collapsed
45229
45230 \begin_layout Plain Layout
45231 LaTeX-packages ! KOMA-Script
45232 \end_layout
45233
45234 \end_inset
45235
45236
45237 \end_layout
45238
45239 \begin_layout Bibliography
45240 \begin_inset CommandInset bibitem
45241 LatexCommand bibitem
45242 key "lettrine"
45243
45244 \end_inset
45245
45246 Documentation of the LaTeX-package 
45247 \series bold
45248
45249 \begin_inset CommandInset href
45250 LatexCommand href
45251 name "lettrine"
45252 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45253
45254 \end_inset
45255
45256
45257 \series default
45258  and an 
45259 \begin_inset CommandInset href
45260 LatexCommand href
45261 name "example"
45262 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45263
45264 \end_inset
45265
45266
45267 \begin_inset Index idx
45268 status collapsed
45269
45270 \begin_layout Plain Layout
45271 LaTeX-packages ! lettrine
45272 \end_layout
45273
45274 \end_inset
45275
45276
45277 \end_layout
45278
45279 \begin_layout Bibliography
45280 \begin_inset CommandInset bibitem
45281 LatexCommand bibitem
45282 key "listings"
45283
45284 \end_inset
45285
45286 Documentation of the LaTeX-package 
45287 \series bold
45288
45289 \begin_inset CommandInset href
45290 LatexCommand href
45291 name "listings"
45292 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45293
45294 \end_inset
45295
45296
45297 \series default
45298
45299 \begin_inset Index idx
45300 status collapsed
45301
45302 \begin_layout Plain Layout
45303 LaTeX-packages ! listings
45304 \end_layout
45305
45306 \end_inset
45307
45308
45309 \end_layout
45310
45311 \begin_layout Bibliography
45312 \begin_inset CommandInset bibitem
45313 LatexCommand bibitem
45314 key "marginnote"
45315
45316 \end_inset
45317
45318 Documentation of the LaTeX-package 
45319 \series bold
45320
45321 \begin_inset CommandInset href
45322 LatexCommand href
45323 name "marginnote"
45324 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45325
45326 \end_inset
45327
45328
45329 \series default
45330
45331 \begin_inset Index idx
45332 status collapsed
45333
45334 \begin_layout Plain Layout
45335 LaTeX-packages ! marginnote
45336 \end_layout
45337
45338 \end_inset
45339
45340
45341 \end_layout
45342
45343 \begin_layout Bibliography
45344 \begin_inset CommandInset bibitem
45345 LatexCommand bibitem
45346 key "pdfpages"
45347
45348 \end_inset
45349
45350 Documentation of the LaTeX-package 
45351 \series bold
45352
45353 \begin_inset CommandInset href
45354 LatexCommand href
45355 name "pdfpages"
45356 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45357
45358 \end_inset
45359
45360
45361 \series default
45362
45363 \begin_inset Index idx
45364 status collapsed
45365
45366 \begin_layout Plain Layout
45367 LaTeX-packages ! pdfpages
45368 \end_layout
45369
45370 \end_inset
45371
45372
45373 \end_layout
45374
45375 \begin_layout Bibliography
45376 \begin_inset CommandInset bibitem
45377 LatexCommand bibitem
45378 key "prettyref"
45379
45380 \end_inset
45381
45382 Documentation of the LaTeX-package 
45383 \series bold
45384
45385 \begin_inset CommandInset href
45386 LatexCommand href
45387 name "prettyref"
45388 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45389
45390 \end_inset
45391
45392
45393 \series default
45394
45395 \begin_inset Index idx
45396 status collapsed
45397
45398 \begin_layout Plain Layout
45399 LaTeX-packages ! prettyref
45400 \end_layout
45401
45402 \end_inset
45403
45404
45405 \end_layout
45406
45407 \begin_layout Bibliography
45408 \begin_inset CommandInset bibitem
45409 LatexCommand bibitem
45410 key "pstricks"
45411
45412 \end_inset
45413
45414 Web page of the LaTeX-package 
45415 \series bold
45416
45417 \begin_inset CommandInset href
45418 LatexCommand href
45419 name "PSTricks"
45420 target "http://tug.org/PSTricks/"
45421
45422 \end_inset
45423
45424
45425 \series default
45426
45427 \begin_inset Index idx
45428 status collapsed
45429
45430 \begin_layout Plain Layout
45431 LaTeX-packages ! PSTricks
45432 \end_layout
45433
45434 \end_inset
45435
45436
45437 \end_layout
45438
45439 \begin_layout Bibliography
45440 \begin_inset CommandInset bibitem
45441 LatexCommand bibitem
45442 key "refstyle"
45443
45444 \end_inset
45445
45446 Documentation of the LaTeX-package 
45447 \series bold
45448
45449 \begin_inset CommandInset href
45450 LatexCommand href
45451 name "refstyle"
45452 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45453
45454 \end_inset
45455
45456
45457 \series default
45458
45459 \begin_inset Index idx
45460 status collapsed
45461
45462 \begin_layout Plain Layout
45463 LaTeX-packages ! refstyle
45464 \end_layout
45465
45466 \end_inset
45467
45468
45469 \end_layout
45470
45471 \begin_layout Bibliography
45472 \begin_inset CommandInset bibitem
45473 LatexCommand bibitem
45474 key "sidecap"
45475
45476 \end_inset
45477
45478 Documentation of the LaTeX-package 
45479 \series bold
45480
45481 \begin_inset CommandInset href
45482 LatexCommand href
45483 name "sidecap"
45484 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45485
45486 \end_inset
45487
45488
45489 \series default
45490
45491 \begin_inset Index idx
45492 status collapsed
45493
45494 \begin_layout Plain Layout
45495 LaTeX-packages ! sidecap
45496 \end_layout
45497
45498 \end_inset
45499
45500
45501 \end_layout
45502
45503 \begin_layout Bibliography
45504 \begin_inset CommandInset bibitem
45505 LatexCommand bibitem
45506 key "NewInLyX20"
45507
45508 \end_inset
45509
45510
45511 \begin_inset CommandInset href
45512 LatexCommand href
45513 name "Wiki page"
45514 target "http://wiki.lyx.org/LyX/NewInLyX20"
45515
45516 \end_inset
45517
45518  about new features in 
45519 \family sans
45520 LyX 2.0
45521 \family default
45522 .
45523 \end_layout
45524
45525 \begin_layout Standard
45526 \begin_inset CommandInset index_print
45527 LatexCommand printindex
45528 type "idx"
45529
45530 \end_inset
45531
45532
45533 \end_layout
45534
45535 \end_body
45536 \end_document