]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
EmbeddedObjects.lyx: accept changes and update preamble
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC is numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \newcommand{\TabBesBeg}[1][1.0]{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}[1][1.0]{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % enables calculation of values,
55 \usepackage{calc}
56
57 % increase the bottom float placement fraction
58 \renewcommand{\bottomfraction}{0.5}
59
60 % avoids that floats are placed before their
61 % corresponding section starts
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % speed up the longtable calculation
65 \setcounter{LTchunksize}{100}
66
67 % used for scaled and rotated boxes
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % used for colored tables
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
74 \definecolor{lightgrey}{gray}{0.8}
75
76 % check for package colortbl
77 % used for colored table cells
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % used for colored table rows
85 \usepackage[table]{xcolor}
86
87 % used to have extra space in table cells
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % used for customized tables
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % insert additional vertical space of
109 % 1.5 mm between footnotes
110 \let\myFoot\footnote
111 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
112
113 % number algorithm floats within chapters
114 \numberwithin{algorithm}{chapter}
115
116 % ------------------------------------
117 % used to check for needed LaTeX packages
118 \usepackage{ifthen}
119
120 % check for package arydshln
121 % used for tables with dashed lines
122 \newboolean{arydshln}
123 \IfFileExists{arydshln.sty}
124  {\usepackage{arydshln}
125   \setboolean{arydshln}{true}}
126  {\setboolean{arydshln}{false}}
127
128 % check for package marginnote
129 % used for margin notes
130 \newboolean{marginnote}
131 \IfFileExists{marginnote.sty}
132  {\usepackage{marginnote}
133   \let\marginpar\marginnote
134   \setboolean{marginnote}{true}}
135  {\setboolean{marginnote}{false}}
136
137 % check for package sidecap
138 % used for captions on the side
139 \newboolean{sidecap}
140 \IfFileExists{sidecap.sty}
141  {\usepackage{sidecap}
142   \setboolean{sidecap}{true}}
143  {\setboolean{sidecap}{false}}
144
145 % check for picinpar
146 % used for surrounded fixed objects
147 \newboolean{picinpar}
148 \IfFileExists{picinpar.sty}
149  {\usepackage{picinpar}
150   \setboolean{picinpar}{true}}
151  {\setboolean{picinpar}{false}}
152
153 % check for lettrine
154 \newboolean{lettrine}
155 \IfFileExists{lettrine.sty}
156  {\usepackage{lettrine}
157   \setboolean{lettrine}{true}}
158  {\setboolean{lettrine}{false}}
159
160 % check for diagbox
161 \newboolean{diagbox}
162 \IfFileExists{diagbox.sty}
163  {\usepackage{diagbox}
164   \setboolean{diagbox}{true}}
165  {\setboolean{diagbox}{false}}
166 \end_preamble
167 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
168 \use_default_options false
169 \begin_modules
170 initials
171 \end_modules
172 \maintain_unincluded_children false
173 \language english
174 \language_package default
175 \inputencoding auto
176 \fontencoding global
177 \font_roman default
178 \font_sans default
179 \font_typewriter default
180 \font_math auto
181 \font_default_family default
182 \use_non_tex_fonts false
183 \font_sc false
184 \font_osf false
185 \font_sf_scale 100
186 \font_tt_scale 100
187 \graphics default
188 \default_output_format default
189 \output_sync 0
190 \bibtex_command default
191 \index_command default
192 \paperfontsize 12
193 \spacing single
194 \use_hyperref true
195 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
196 \pdf_author "LyX Team, Uwe Stöhr"
197 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
198 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
199 \pdf_bookmarks true
200 \pdf_bookmarksnumbered true
201 \pdf_bookmarksopen true
202 \pdf_bookmarksopenlevel 1
203 \pdf_breaklinks false
204 \pdf_pdfborder false
205 \pdf_colorlinks true
206 \pdf_backref false
207 \pdf_pdfusetitle false
208 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
209 \papersize default
210 \use_geometry false
211 \use_package amsmath 2
212 \use_package amssymb 2
213 \use_package cancel 0
214 \use_package esint 0
215 \use_package mathdots 1
216 \use_package mathtools 0
217 \use_package mhchem 1
218 \use_package stackrel 0
219 \use_package stmaryrd 0
220 \use_package undertilde 0
221 \cite_engine basic
222 \cite_engine_type default
223 \biblio_style plain
224 \use_bibtopic false
225 \use_indices false
226 \paperorientation portrait
227 \suppress_date false
228 \justification true
229 \use_refstyle 0
230 \notefontcolor #0000ff
231 \index Index
232 \shortcut idx
233 \color #008000
234 \end_index
235 \secnumdepth 3
236 \tocdepth 3
237 \paragraph_separation skip
238 \defskip medskip
239 \quotes_language english
240 \papercolumns 1
241 \papersides 2
242 \paperpagestyle default
243 \tracking_changes false
244 \output_changes false
245 \html_math_output 0
246 \html_css_as_file 0
247 \html_be_strict false
248 \end_header
249
250 \begin_body
251
252 \begin_layout Title
253 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
254  manual
255 \end_layout
256
257 \begin_layout Author
258 by the LyX Team
259 \begin_inset Foot
260 status collapsed
261
262 \begin_layout Plain Layout
263 \noindent
264 If you have comments or error corrections, please send them to the LyX Documenta
265 tion mailing list: 
266 \begin_inset CommandInset href
267 LatexCommand href
268 name "lyx-docs@lists.lyx.org"
269 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
270 type "mailto:"
271
272 \end_inset
273
274
275 \end_layout
276
277 \end_inset
278
279
280 \begin_inset Note Note
281 status collapsed
282
283 \begin_layout Plain Layout
284 author: Uwe Stöhr
285 \end_layout
286
287 \end_inset
288
289
290 \begin_inset Newline newline
291 \end_inset
292
293
294 \begin_inset Newline newline
295 \end_inset
296
297
298 \family sans
299 Version 2.0.x
300 \end_layout
301
302 \begin_layout Standard
303 \begin_inset CommandInset toc
304 LatexCommand tableofcontents
305
306 \end_inset
307
308
309 \end_layout
310
311 \begin_layout Standard
312 \begin_inset Note Note
313 status open
314
315 \begin_layout Plain Layout
316 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
317  
318 \series bold
319 arydshln
320 \series default
321
322 \series bold
323 colortbl
324 \series default
325
326 \series bold
327 diagbox, lettrine, marginnote, picinpar
328 \series default
329  and 
330 \series bold
331 sidecap
332 \series default
333  must be installed.
334  If they are not installed you can export the document anyway but the sections
335  where the packages are required won't appear in the output.
336 \end_layout
337
338 \begin_layout Plain Layout
339 The latest PDF-version of this document can be found here:
340 \begin_inset Newline newline
341 \end_inset
342
343
344 \series bold
345 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
346 \end_layout
347
348 \end_inset
349
350
351 \end_layout
352
353 \begin_layout Chapter
354 Figures
355 \begin_inset Index idx
356 status collapsed
357
358 \begin_layout Plain Layout
359 Figures
360 \end_layout
361
362 \end_inset
363
364
365 \begin_inset Index idx
366 status collapsed
367
368 \begin_layout Plain Layout
369 Graphics|see
370 \begin_inset ERT
371 status collapsed
372
373 \begin_layout Plain Layout
374
375 {
376 \end_layout
377
378 \end_inset
379
380 Figures
381 \begin_inset ERT
382 status collapsed
383
384 \begin_layout Plain Layout
385
386 }
387 \end_layout
388
389 \end_inset
390
391
392 \end_layout
393
394 \end_inset
395
396
397 \end_layout
398
399 \begin_layout Section
400 Graphics Dialog
401 \begin_inset Index idx
402 status collapsed
403
404 \begin_layout Plain Layout
405 Figures ! Graphics Dialog
406 \end_layout
407
408 \end_inset
409
410
411 \begin_inset CommandInset label
412 LatexCommand label
413 name "sec:Graphics-Dialog"
414
415 \end_inset
416
417
418 \end_layout
419
420 \begin_layout Standard
421 To insert an image into your document, place the cursor at the text position
422  you want and click on the toolbar icon 
423 \begin_inset Info
424 type  "icon"
425 arg   "dialog-show-new-inset graphics"
426 \end_inset
427
428  or use the menu 
429 \family sans
430 Insert\SpecialChar \menuseparator
431 Graphics
432 \family default
433 .
434  Then a dialog will appear to choose the file to load.
435  The image will appear in the output exactly at the position where it is
436  in the text.
437 \end_layout
438
439 \begin_layout Standard
440 The graphics dialog can be called at any time by clicking on an image.
441  This dialog has three tabs:
442 \end_layout
443
444 \begin_layout Description
445
446 \family sans
447 Graphics
448 \family default
449  Here you can choose an image file and adjust its appearance in the output.
450  The available units for the image size are explained in appendix
451 \begin_inset space ~
452 \end_inset
453
454
455 \begin_inset CommandInset ref
456 LatexCommand ref
457 reference "cha:Units-available-in"
458
459 \end_inset
460
461 .
462 \begin_inset Newline newline
463 \end_inset
464
465
466 \begin_inset Index idx
467 status collapsed
468
469 \begin_layout Plain Layout
470 Figures ! rotated
471 \end_layout
472
473 \end_inset
474
475 You can rotate images counter-clockwise by setting a rotation angle and
476  a rotation origin.
477  The image will also be rotated inside LyX.
478 \begin_inset Newline newline
479 \end_inset
480
481
482 \begin_inset Index idx
483 status collapsed
484
485 \begin_layout Plain Layout
486 Figures ! scaled
487 \end_layout
488
489 \end_inset
490
491 Images can be scaled by using a percentage value or by setting the width
492  and height explicitly.
493  If you set only the width or only the height, the other size will be determined
494  automatically.
495  If you set both, then the image will be transformed to the given size,
496  possibly distorting it.
497  To prevent the image from distortion, use the option 
498 \family sans
499 Maintain aspect ratio
500 \family default
501 .
502  The image will then be scaled so that its width and height don't exceed
503  the specified dimensions.
504 \begin_inset Newline newline
505 \end_inset
506
507 Images can be opened in a program of your choice by right-clicking on it
508  and choosing the entry 
509 \family sans
510 Edit
511 \begin_inset space ~
512 \end_inset
513
514 externally
515 \family default
516  in the context menu.
517  The program can be set for every image format in the file format settings
518  in LyX's preferences.
519 \end_layout
520
521 \begin_layout Description
522
523 \family sans
524 Clipping
525 \family default
526  Alternatively to the usage of scaling units it is possible to set image
527  coordinates to adjust the height and width of the image in the output.
528  The coordinates can also be calculated automatically by pressing the button
529  
530 \family sans
531 Get
532 \begin_inset space ~
533 \end_inset
534
535 from
536 \begin_inset space ~
537 \end_inset
538
539 File
540 \family default
541 .
542  The option 
543 \family sans
544 Clip
545 \begin_inset space ~
546 \end_inset
547
548 to
549 \begin_inset space ~
550 \end_inset
551
552 bounding
553 \begin_inset space ~
554 \end_inset
555
556 box
557 \family default
558  will only print the image region within the given coordinates.
559  Normally you don't need to worry about image coordinates and can ignore
560  this tab.
561 \end_layout
562
563 \begin_layout Description
564
565 \family sans
566 LaTeX
567 \begin_inset space ~
568 \end_inset
569
570 and
571 \begin_inset space ~
572 \end_inset
573
574 LyX
575 \begin_inset space ~
576 \end_inset
577
578 options
579 \family default
580  In this tab you can modify the appearance of the image within LyX and LaTeX
581  experts can specify additional LaTeX options.
582 \begin_inset Newline newline
583 \end_inset
584
585 The option 
586 \family sans
587 Draft
588 \begin_inset space ~
589 \end_inset
590
591 mode
592 \family default
593  makes the image appear in the output only as a frame with the size of the
594  image.
595 \begin_inset Newline newline
596 \end_inset
597
598 The 
599 \family sans
600 Don't
601 \begin_inset space ~
602 \end_inset
603
604 unzip
605 \begin_inset space ~
606 \end_inset
607
608 on
609 \begin_inset space ~
610 \end_inset
611
612 export
613 \family default
614  option only affects zipped EPS-graphics, e.
615 \begin_inset space \thinspace{}
616 \end_inset
617
618 g.
619 \begin_inset space \space{}
620 \end_inset
621
622
623 \emph on
624 x.eps.gz
625 \emph default
626 .
627  When the option is used the images will not be unzipped on export, since
628  LaTeX can handle them as they are.
629 \begin_inset Newline newline
630 \end_inset
631
632 Zipped EPS-graphics are useful to save disk space when you choose PostScript
633  as output format, see appendix
634 \begin_inset space ~
635 \end_inset
636
637
638 \begin_inset CommandInset ref
639 LatexCommand ref
640 reference "sec:PostScript"
641
642 \end_inset
643
644 .
645  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
646  console:
647 \begin_inset Newline newline
648 \end_inset
649
650
651 \series bold
652 gzip x.eps
653 \series default
654
655 \begin_inset Newline newline
656 \end_inset
657
658
659 \series bold
660 zgrep %%Bounding x.eps.gz > x.eps.bb
661 \series default
662
663 \begin_inset Newline newline
664 \end_inset
665
666 The second command creates the bounding box file 
667 \begin_inset Quotes eld
668 \end_inset
669
670 x.eps.bb
671 \begin_inset Quotes erd
672 \end_inset
673
674  that is needed by LaTeX for zipped graphics.
675 \begin_inset Newline newline
676 \end_inset
677
678 In the section 
679 \family sans
680 Graphics
681 \begin_inset space ~
682 \end_inset
683
684 Group
685 \family default
686  you can define or join an image settings group.
687 \begin_inset Index idx
688 status collapsed
689
690 \begin_layout Plain Layout
691 Figures ! Settings grouping
692 \end_layout
693
694 \end_inset
695
696  Images within such a group share their settings, so adjusting one image
697  of the group automatically also adjusts all other images of the group in
698  the same way.
699  So you can for example change the size for a bunch of images without the
700  need to manually change each of them.
701  Joining an existing group can also be done using the context menu of the
702  image by checking the name of the desired group.
703 \end_layout
704
705 \begin_layout Standard
706 \begin_inset VSpace bigskip
707 \end_inset
708
709
710 \end_layout
711
712 \begin_layout Standard
713 This is an example image in EPS format
714 \begin_inset Foot
715 status collapsed
716
717 \begin_layout Plain Layout
718 Image formats are explained in section
719 \begin_inset space ~
720 \end_inset
721
722
723 \begin_inset CommandInset ref
724 LatexCommand ref
725 reference "sec:Image-Formats"
726
727 \end_inset
728
729 .
730 \end_layout
731
732 \end_inset
733
734  within a separate, horizontally centered paragraph:
735 \end_layout
736
737 \begin_layout Standard
738 \align center
739 \begin_inset Graphics
740         filename clipart/mobius.eps
741         scale 70
742         scaleBeforeRotation
743         rotateOrigin center
744
745 \end_inset
746
747
748 \end_layout
749
750 \begin_layout Standard
751 This is the same image like the one above but in draft mode:
752 \end_layout
753
754 \begin_layout Standard
755 \align center
756 \begin_inset Graphics
757         filename clipart/mobius.eps
758         scale 70
759         draft
760         scaleBeforeRotation
761         rotateOrigin center
762
763 \end_inset
764
765
766 \end_layout
767
768 \begin_layout Standard
769 \begin_inset Newpage newpage
770 \end_inset
771
772
773 \end_layout
774
775 \begin_layout Section
776 Figure Floats
777 \begin_inset CommandInset label
778 LatexCommand label
779 name "sec:Figure-Floats"
780
781 \end_inset
782
783
784 \begin_inset Index idx
785 status collapsed
786
787 \begin_layout Plain Layout
788 Floats ! Figures
789 \end_layout
790
791 \end_inset
792
793
794 \begin_inset Index idx
795 status collapsed
796
797 \begin_layout Plain Layout
798 Figures ! Floats
799 \end_layout
800
801 \end_inset
802
803
804 \end_layout
805
806 \begin_layout Standard
807 For general explanations about floats, have a look at section
808 \begin_inset space ~
809 \end_inset
810
811
812 \begin_inset CommandInset ref
813 LatexCommand ref
814 reference "sec:FloatIntroduction"
815
816 \end_inset
817
818 .
819 \end_layout
820
821 \begin_layout Standard
822 The toolbar button 
823 \begin_inset Info
824 type  "icon"
825 arg   "float-insert figure"
826 \end_inset
827
828  and the menu 
829 \family sans
830 Insert\SpecialChar \menuseparator
831 Float\SpecialChar \menuseparator
832 Figure
833 \family default
834  inserts a float with a caption that has the label 
835 \begin_inset Quotes eld
836 \end_inset
837
838 Figure
839 \begin_inset space ~
840 \end_inset
841
842 #:
843 \begin_inset Quotes erd
844 \end_inset
845
846  (# is the actual number).
847  You can insert the image above the caption, like in Figure
848 \begin_inset space ~
849 \end_inset
850
851
852 \begin_inset CommandInset ref
853 LatexCommand ref
854 reference "fig:kill-plat"
855
856 \end_inset
857
858  or below the caption, like in Figure
859 \begin_inset space ~
860 \end_inset
861
862
863 \begin_inset CommandInset ref
864 LatexCommand ref
865 reference "fig:escher"
866
867 \end_inset
868
869 .
870  More about caption placement is described in section
871 \begin_inset space ~
872 \end_inset
873
874
875 \begin_inset CommandInset ref
876 LatexCommand ref
877 reference "sec:Caption-Placement"
878
879 \end_inset
880
881 .
882 \end_layout
883
884 \begin_layout Standard
885 \begin_inset Float figure
886 wide false
887 sideways false
888 status open
889
890 \begin_layout Plain Layout
891 \align center
892 \begin_inset Graphics
893         filename clipart/platypus.eps
894         width 50col%
895         scaleBeforeRotation
896         rotateOrigin center
897
898 \end_inset
899
900
901 \end_layout
902
903 \begin_layout Plain Layout
904 \begin_inset Caption Standard
905
906 \begin_layout Plain Layout
907 \begin_inset CommandInset label
908 LatexCommand label
909 name "fig:kill-plat"
910
911 \end_inset
912
913 A severely distorted platypus in a float.
914 \end_layout
915
916 \end_inset
917
918
919 \end_layout
920
921 \end_inset
922
923
924 \end_layout
925
926 \begin_layout Standard
927 \begin_inset Float figure
928 wide false
929 sideways false
930 status open
931
932 \begin_layout Plain Layout
933 \begin_inset Caption Standard
934
935 \begin_layout Plain Layout
936 \begin_inset CommandInset label
937 LatexCommand label
938 name "fig:escher"
939
940 \end_inset
941
942 M.C.
943  Escher on acid.
944 \end_layout
945
946 \end_inset
947
948
949 \end_layout
950
951 \begin_layout Plain Layout
952 \align center
953 \begin_inset Graphics
954         filename clipart/escher-lsd.eps
955         scale 80
956         scaleBeforeRotation
957         rotateOrigin center
958
959 \end_inset
960
961
962 \end_layout
963
964 \end_inset
965
966
967 \end_layout
968
969 \begin_layout Standard
970 \begin_inset Index idx
971 status collapsed
972
973 \begin_layout Plain Layout
974 References ! to Figures
975 \end_layout
976
977 \end_inset
978
979 Figure
980 \begin_inset space ~
981 \end_inset
982
983
984 \begin_inset CommandInset ref
985 LatexCommand ref
986 reference "fig:kill-plat"
987
988 \end_inset
989
990  and 
991 \begin_inset CommandInset ref
992 LatexCommand ref
993 reference "fig:escher"
994
995 \end_inset
996
997  are examples of referenced figures.
998  Figures can be referenced in the text by referencing their label.
999  To do this insert a label in the caption using the menu 
1000 \family sans
1001 Insert\SpecialChar \menuseparator
1002 Label
1003 \family default
1004  or the toolbar button 
1005 \begin_inset Info
1006 type  "icon"
1007 arg   "label-insert"
1008 \end_inset
1009
1010 .
1011  You can now refer to the label using the menu 
1012 \family sans
1013 Insert\SpecialChar \menuseparator
1014 Cross
1015 \begin_inset space ~
1016 \end_inset
1017
1018 reference
1019 \family default
1020  or the toolbar button 
1021 \begin_inset Info
1022 type  "icon"
1023 arg   "dialog-show-new-inset ref"
1024 \end_inset
1025
1026 .
1027  It is important to use references to floats, rather than using vague references
1028  like 
1029 \begin_inset Quotes eld
1030 \end_inset
1031
1032 the figure above
1033 \begin_inset Quotes erd
1034 \end_inset
1035
1036 , because LaTeX will reposition the floats in the final document and it
1037  might not be 
1038 \begin_inset Quotes eld
1039 \end_inset
1040
1041 above
1042 \begin_inset Quotes erd
1043 \end_inset
1044
1045  at all.
1046 \begin_inset Newline newline
1047 \end_inset
1048
1049 Referencing is explained in detail in section
1050 \begin_inset space ~
1051 \end_inset
1052
1053
1054 \begin_inset CommandInset ref
1055 LatexCommand ref
1056 reference "sec:Referencing-Floats"
1057
1058 \end_inset
1059
1060 .
1061 \end_layout
1062
1063 \begin_layout Standard
1064 Normally only one image is inserted to a figure float, but sometimes you
1065  might want to use two images with separate subcaptions.
1066  This can be done by inserting image floats into existing image floats.
1067  Note that only the main caption of the float is added to the List of Figures.
1068  Figure
1069 \begin_inset space ~
1070 \end_inset
1071
1072
1073 \begin_inset CommandInset ref
1074 LatexCommand ref
1075 reference "fig:Two-distorted-images"
1076
1077 \end_inset
1078
1079  is an example of a figure float with two images set side by side.
1080  You can also set the images one below the other.
1081  Figure
1082 \begin_inset space ~
1083 \end_inset
1084
1085
1086 \begin_inset CommandInset ref
1087 LatexCommand ref
1088 reference "fig:Undefinable-structure"
1089
1090 \end_inset
1091
1092  and 
1093 \begin_inset CommandInset ref
1094 LatexCommand ref
1095 reference "fig:A-Platypus"
1096
1097 \end_inset
1098
1099  are the subfigures.
1100 \end_layout
1101
1102 \begin_layout Standard
1103 \begin_inset Float figure
1104 wide false
1105 sideways false
1106 status open
1107
1108 \begin_layout Plain Layout
1109 \begin_inset space \hfill{}
1110 \end_inset
1111
1112
1113 \begin_inset Float figure
1114 wide false
1115 sideways false
1116 status collapsed
1117
1118 \begin_layout Plain Layout
1119 \begin_inset Caption Standard
1120
1121 \begin_layout Plain Layout
1122 \begin_inset CommandInset label
1123 LatexCommand label
1124 name "fig:Undefinable-structure"
1125
1126 \end_inset
1127
1128 Undefinable structure.
1129 \end_layout
1130
1131 \end_inset
1132
1133
1134 \end_layout
1135
1136 \begin_layout Plain Layout
1137 \begin_inset Graphics
1138         filename clipart/escher-lsd.eps
1139         width 45col%
1140         scaleBeforeRotation
1141         groupId distorted
1142
1143 \end_inset
1144
1145
1146 \end_layout
1147
1148 \end_inset
1149
1150
1151 \begin_inset space \hfill{}
1152 \end_inset
1153
1154
1155 \begin_inset Float figure
1156 wide false
1157 sideways false
1158 status collapsed
1159
1160 \begin_layout Plain Layout
1161 \begin_inset Caption Standard
1162
1163 \begin_layout Plain Layout
1164 \begin_inset CommandInset label
1165 LatexCommand label
1166 name "fig:A-Platypus"
1167
1168 \end_inset
1169
1170 A Platypus.
1171 \end_layout
1172
1173 \end_inset
1174
1175
1176 \end_layout
1177
1178 \begin_layout Plain Layout
1179 \begin_inset Graphics
1180         filename clipart/platypus.eps
1181         width 45col%
1182         scaleBeforeRotation
1183         groupId distorted
1184
1185 \end_inset
1186
1187
1188 \end_layout
1189
1190 \end_inset
1191
1192
1193 \begin_inset space \hfill{}
1194 \end_inset
1195
1196
1197 \end_layout
1198
1199 \begin_layout Plain Layout
1200 \begin_inset Caption Standard
1201
1202 \begin_layout Plain Layout
1203 \begin_inset CommandInset label
1204 LatexCommand label
1205 name "fig:Two-distorted-images"
1206
1207 \end_inset
1208
1209
1210 \begin_inset CommandInset label
1211 LatexCommand label
1212 name "fig2:Two-distorted-images-2"
1213
1214 \end_inset
1215
1216 Two distorted images.
1217  Both images are in the image settings group named 
1218 \begin_inset Quotes eld
1219 \end_inset
1220
1221 distorted
1222 \begin_inset Quotes erd
1223 \end_inset
1224
1225 .
1226 \end_layout
1227
1228 \end_inset
1229
1230
1231 \end_layout
1232
1233 \end_inset
1234
1235
1236 \end_layout
1237
1238 \begin_layout Standard
1239 \begin_inset Newpage newpage
1240 \end_inset
1241
1242
1243 \end_layout
1244
1245 \begin_layout Section
1246 Image Formats
1247 \begin_inset CommandInset label
1248 LatexCommand label
1249 name "sec:Image-Formats"
1250
1251 \end_inset
1252
1253
1254 \begin_inset Index idx
1255 status collapsed
1256
1257 \begin_layout Plain Layout
1258 Image Formats
1259 \end_layout
1260
1261 \end_inset
1262
1263
1264 \begin_inset Index idx
1265 status collapsed
1266
1267 \begin_layout Plain Layout
1268 Figures ! Image Formats
1269 \end_layout
1270
1271 \end_inset
1272
1273
1274 \end_layout
1275
1276 \begin_layout Standard
1277 You can insert images in any known file format.
1278  But as explained in appendix
1279 \begin_inset space ~
1280 \end_inset
1281
1282
1283 \begin_inset CommandInset ref
1284 LatexCommand ref
1285 reference "cha:Output-File-Formats"
1286
1287 \end_inset
1288
1289 , each output document format allows only a few image formats.
1290  LyX uses therefore the program 
1291 \family typewriter
1292 ImageMagick
1293 \family default
1294  in the background to convert the images to the right format.
1295  To increase your work flow by avoiding these conversions in the background,
1296  you could choose to use only the image formats that can directly be embedded
1297  in the output file format.
1298  The output file formats are explained in appendix
1299 \begin_inset space ~
1300 \end_inset
1301
1302
1303 \begin_inset CommandInset ref
1304 LatexCommand ref
1305 reference "cha:Output-File-Formats"
1306
1307 \end_inset
1308
1309 .
1310 \end_layout
1311
1312 \begin_layout Standard
1313 Similar to fonts there are two types of image formats:
1314 \end_layout
1315
1316 \begin_layout Description
1317 Bitmap
1318 \begin_inset space ~
1319 \end_inset
1320
1321 images consist of pixel values, often in a compressed form.
1322  They are therefore not fully scalable and look pixelated in large zooms.
1323  Well-known bitmap image formats are 
1324 \begin_inset Quotes eld
1325 \end_inset
1326
1327 Graphics Interchange Format
1328 \begin_inset Quotes erd
1329 \end_inset
1330
1331  (GIF, file extension 
1332 \begin_inset Quotes eld
1333 \end_inset
1334
1335
1336 \family typewriter
1337 .gif
1338 \family default
1339
1340 \begin_inset Quotes erd
1341 \end_inset
1342
1343 )
1344 \begin_inset Index idx
1345 status collapsed
1346
1347 \begin_layout Plain Layout
1348 GIF|see
1349 \begin_inset ERT
1350 status collapsed
1351
1352 \begin_layout Plain Layout
1353
1354 {
1355 \end_layout
1356
1357 \end_inset
1358
1359 Image formats
1360 \begin_inset ERT
1361 status collapsed
1362
1363 \begin_layout Plain Layout
1364
1365 }
1366 \end_layout
1367
1368 \end_inset
1369
1370
1371 \end_layout
1372
1373 \end_inset
1374
1375
1376 \begin_inset Quotes eld
1377 \end_inset
1378
1379 Portable Network Graphics
1380 \begin_inset Quotes erd
1381 \end_inset
1382
1383  (PNG, file extension 
1384 \begin_inset Quotes eld
1385 \end_inset
1386
1387
1388 \family typewriter
1389 .png
1390 \family default
1391
1392 \begin_inset Quotes erd
1393 \end_inset
1394
1395 )
1396 \begin_inset Index idx
1397 status collapsed
1398
1399 \begin_layout Plain Layout
1400 PNG|see
1401 \begin_inset ERT
1402 status collapsed
1403
1404 \begin_layout Plain Layout
1405
1406 {
1407 \end_layout
1408
1409 \end_inset
1410
1411 Image formats
1412 \begin_inset ERT
1413 status collapsed
1414
1415 \begin_layout Plain Layout
1416
1417 }
1418 \end_layout
1419
1420 \end_inset
1421
1422
1423 \end_layout
1424
1425 \end_inset
1426
1427 , and 
1428 \begin_inset Quotes eld
1429 \end_inset
1430
1431 Joint Photographic Experts Group
1432 \begin_inset Quotes erd
1433 \end_inset
1434
1435  (JPG, file extension 
1436 \begin_inset Quotes eld
1437 \end_inset
1438
1439
1440 \family typewriter
1441 .jpg
1442 \family default
1443
1444 \begin_inset Quotes erd
1445 \end_inset
1446
1447  or 
1448 \begin_inset Quotes eld
1449 \end_inset
1450
1451
1452 \family typewriter
1453 .jpeg
1454 \family default
1455
1456 \begin_inset Quotes erd
1457 \end_inset
1458
1459 )
1460 \begin_inset Index idx
1461 status collapsed
1462
1463 \begin_layout Plain Layout
1464 JPG|see
1465 \begin_inset ERT
1466 status collapsed
1467
1468 \begin_layout Plain Layout
1469
1470 {
1471 \end_layout
1472
1473 \end_inset
1474
1475 Image formats
1476 \begin_inset ERT
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480
1481 }
1482 \end_layout
1483
1484 \end_inset
1485
1486
1487 \end_layout
1488
1489 \end_inset
1490
1491 .
1492 \end_layout
1493
1494 \begin_layout Description
1495 Vector
1496 \begin_inset space ~
1497 \end_inset
1498
1499 images consist of vectors and can therefore be scaled to any size without
1500  data loss.
1501  The scaling ability is necessary if you want to create presentations, because
1502  presentations are always scaled by the video projector.
1503  Scaling is also useful for online documents to let the user zoom into diagrams.
1504 \begin_inset Newline newline
1505 \end_inset
1506
1507 Well-known scalable image formats are 
1508 \begin_inset Quotes eld
1509 \end_inset
1510
1511 Scalable Vector Graphics
1512 \begin_inset Quotes erd
1513 \end_inset
1514
1515  (SVG, file extension 
1516 \begin_inset Quotes eld
1517 \end_inset
1518
1519
1520 \family typewriter
1521 .svg
1522 \family default
1523
1524 \begin_inset Quotes erd
1525 \end_inset
1526
1527 )
1528 \begin_inset Index idx
1529 status collapsed
1530
1531 \begin_layout Plain Layout
1532 SVG|see
1533 \begin_inset ERT
1534 status collapsed
1535
1536 \begin_layout Plain Layout
1537
1538 {
1539 \end_layout
1540
1541 \end_inset
1542
1543 Image formats
1544 \begin_inset ERT
1545 status collapsed
1546
1547 \begin_layout Plain Layout
1548
1549 }
1550 \end_layout
1551
1552 \end_inset
1553
1554
1555 \end_layout
1556
1557 \end_inset
1558
1559
1560 \begin_inset Quotes eld
1561 \end_inset
1562
1563 Encapsulated PostScript
1564 \begin_inset Quotes erd
1565 \end_inset
1566
1567  (EPS, file extension 
1568 \begin_inset Quotes eld
1569 \end_inset
1570
1571
1572 \family typewriter
1573 .eps
1574 \family default
1575
1576 \begin_inset Quotes erd
1577 \end_inset
1578
1579 )
1580 \begin_inset Index idx
1581 status collapsed
1582
1583 \begin_layout Plain Layout
1584 EPS|see
1585 \begin_inset ERT
1586 status collapsed
1587
1588 \begin_layout Plain Layout
1589
1590 {
1591 \end_layout
1592
1593 \end_inset
1594
1595 Image formats
1596 \begin_inset ERT
1597 status collapsed
1598
1599 \begin_layout Plain Layout
1600
1601 }
1602 \end_layout
1603
1604 \end_inset
1605
1606
1607 \end_layout
1608
1609 \end_inset
1610
1611
1612 \begin_inset Quotes eld
1613 \end_inset
1614
1615 Portable Document Format
1616 \begin_inset Quotes erd
1617 \end_inset
1618
1619  (PDF, file extension 
1620 \begin_inset Quotes eld
1621 \end_inset
1622
1623
1624 \family typewriter
1625 .pdf
1626 \family default
1627
1628 \begin_inset Quotes erd
1629 \end_inset
1630
1631 )
1632 \begin_inset Index idx
1633 status collapsed
1634
1635 \begin_layout Plain Layout
1636 PDF
1637 \end_layout
1638
1639 \end_inset
1640
1641 , and 
1642 \begin_inset Quotes eld
1643 \end_inset
1644
1645 Windows Metafile
1646 \begin_inset Quotes erd
1647 \end_inset
1648
1649  (WMF, file extension 
1650 \begin_inset Quotes eld
1651 \end_inset
1652
1653
1654 \family typewriter
1655 .wmf
1656 \family default
1657
1658 \begin_inset Quotes erd
1659 \end_inset
1660
1661 )
1662 \begin_inset Index idx
1663 status collapsed
1664
1665 \begin_layout Plain Layout
1666 SVG|see
1667 \begin_inset ERT
1668 status collapsed
1669
1670 \begin_layout Plain Layout
1671
1672 {
1673 \end_layout
1674
1675 \end_inset
1676
1677 Image formats
1678 \begin_inset ERT
1679 status collapsed
1680
1681 \begin_layout Plain Layout
1682
1683 }
1684 \end_layout
1685
1686 \end_inset
1687
1688
1689 \end_layout
1690
1691 \end_inset
1692
1693 .
1694  We wrote 
1695 \begin_inset Quotes eld
1696 \end_inset
1697
1698 can be
1699 \begin_inset Quotes erd
1700 \end_inset
1701
1702 , because you can convert any bitmap image to a PDF or EPS-image and the
1703  result will still be a bitmap image.
1704  In such cases only a header with the image properties is added to the original
1705  image
1706 \begin_inset Foot
1707 status collapsed
1708
1709 \begin_layout Plain Layout
1710 In the case of PDF, the original image is additionally compressed.
1711 \end_layout
1712
1713 \end_inset
1714
1715 .
1716  The PDF-files generated by 
1717 \family typewriter
1718 Adobe Photoshop
1719 \family default
1720  are for example bitmap images.
1721 \end_layout
1722
1723 \begin_layout Standard
1724 Normally it is not possible to convert a bitmap image into a scalable one,
1725  only vice versa.
1726  Only the image formats PDF and EPS can directly be embedded to PDF and
1727  PostScript output files, respectively.
1728  SVG and WMF-images are recalculated to bitmaps when the output file is
1729  generated because there is currently no adequate WMF/SVG
1730 \begin_inset Formula $\to$
1731 \end_inset
1732
1733 PDF/EPS converter available.
1734 \end_layout
1735
1736 \begin_layout Chapter
1737 Tables
1738 \begin_inset Index idx
1739 status collapsed
1740
1741 \begin_layout Plain Layout
1742 Table
1743 \end_layout
1744
1745 \end_inset
1746
1747
1748 \end_layout
1749
1750 \begin_layout Section
1751 Introduction
1752 \begin_inset Index idx
1753 status collapsed
1754
1755 \begin_layout Plain Layout
1756 Table ! Introduction
1757 \end_layout
1758
1759 \end_inset
1760
1761
1762 \end_layout
1763
1764 \begin_layout Standard
1765 You can insert a table using either the toolbar button 
1766 \begin_inset Info
1767 type  "icon"
1768 arg   "tabular-insert"
1769 \end_inset
1770
1771  or the menu 
1772 \family sans
1773 Insert\SpecialChar \menuseparator
1774 Table
1775 \family default
1776 .
1777  The toolbar button offers you a graphical selection: move the mouse to
1778  set the column/row number of the table that should be created and then
1779  press a mouse button.
1780  When you use the menu to create a table, a dialog will appear, asking you
1781  for the number of rows and columns.
1782 \begin_inset Newline newline
1783 \end_inset
1784
1785  The default table has lines around any cell and the first row appears separated
1786  from the rest of the table.
1787  This separation occurs due to a double line: The cells of the first row
1788  have a line below them and the cells of the second row have a line above
1789  them.
1790  Here is an example table:
1791 \end_layout
1792
1793 \begin_layout Standard
1794 \align center
1795 \begin_inset Tabular
1796 <lyxtabular version="3" rows="4" columns="4">
1797 <features rotate="0" tabularvalignment="middle">
1798 <column alignment="center" valignment="top">
1799 <column alignment="center" valignment="top">
1800 <column alignment="center" valignment="top">
1801 <column alignment="center" valignment="top">
1802 <row>
1803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Plain Layout
1807
1808 \end_layout
1809
1810 \end_inset
1811 </cell>
1812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816
1817 \family roman
1818 \series medium
1819 \shape up
1820 \size normal
1821 \emph off
1822 \bar no
1823 \noun off
1824 \color none
1825 1
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1831 \begin_inset Text
1832
1833 \begin_layout Plain Layout
1834 2
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843 3
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 </row>
1849 <row>
1850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854
1855 \family roman
1856 \series medium
1857 \shape up
1858 \size normal
1859 \emph off
1860 \bar no
1861 \noun off
1862 \color none
1863 A
1864 \end_layout
1865
1866 \end_inset
1867 </cell>
1868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1869 \begin_inset Text
1870
1871 \begin_layout Plain Layout
1872
1873 \end_layout
1874
1875 \end_inset
1876 </cell>
1877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881
1882 \end_layout
1883
1884 \end_inset
1885 </cell>
1886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 </row>
1896 <row>
1897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1898 \begin_inset Text
1899
1900 \begin_layout Plain Layout
1901
1902 \family roman
1903 \series medium
1904 \shape up
1905 \size normal
1906 \emph off
1907 \bar no
1908 \noun off
1909 \color none
1910 B
1911 \end_layout
1912
1913 \end_inset
1914 </cell>
1915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1916 \begin_inset Text
1917
1918 \begin_layout Plain Layout
1919
1920 \end_layout
1921
1922 \end_inset
1923 </cell>
1924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1925 \begin_inset Text
1926
1927 \begin_layout Plain Layout
1928
1929 \end_layout
1930
1931 \end_inset
1932 </cell>
1933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1934 \begin_inset Text
1935
1936 \begin_layout Plain Layout
1937
1938 \end_layout
1939
1940 \end_inset
1941 </cell>
1942 </row>
1943 <row>
1944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1945 \begin_inset Text
1946
1947 \begin_layout Plain Layout
1948
1949 \family roman
1950 \series medium
1951 \shape up
1952 \size normal
1953 \emph off
1954 \bar no
1955 \noun off
1956 \color none
1957 C
1958 \end_layout
1959
1960 \end_inset
1961 </cell>
1962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1963 \begin_inset Text
1964
1965 \begin_layout Plain Layout
1966
1967 \end_layout
1968
1969 \end_inset
1970 </cell>
1971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1972 \begin_inset Text
1973
1974 \begin_layout Plain Layout
1975
1976 \end_layout
1977
1978 \end_inset
1979 </cell>
1980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1981 \begin_inset Text
1982
1983 \begin_layout Plain Layout
1984
1985 \end_layout
1986
1987 \end_inset
1988 </cell>
1989 </row>
1990 </lyxtabular>
1991
1992 \end_inset
1993
1994
1995 \end_layout
1996
1997 \begin_layout Section
1998 Table Dialog
1999 \begin_inset Index idx
2000 status collapsed
2001
2002 \begin_layout Plain Layout
2003 Table ! Dialog
2004 \end_layout
2005
2006 \end_inset
2007
2008
2009 \end_layout
2010
2011 \begin_layout Standard
2012 You can alter a table by clicking on it with the right mouse button, which
2013  brings up the table dialog.
2014  Here you can adjust the settings of that cell and row/column respectively
2015  where the cursor is currently placed.
2016  Most of the dialog options also work on selections.
2017  This means if you select more cells, columns or rows, the action is done
2018  for the whole selection.
2019  Note that there is a difference between selecting the 
2020 \emph on
2021 contents
2022 \emph default
2023  of the cell, and the cell itself.
2024 \begin_inset Newline newline
2025 \end_inset
2026
2027 With the dialog option 
2028 \family sans
2029 Immediate
2030 \begin_inset space ~
2031 \end_inset
2032
2033 Apply
2034 \family default
2035  every change you make in the dialog is directly applied.
2036  If you move the cursor to another table cell the dialog will then also
2037  be updated with the parameters of the new cell.
2038  If you change length values in the dialog you must press return to get
2039  the change applied.
2040 \begin_inset Newline newline
2041 \end_inset
2042
2043 You can alter tables with the following tabs of the table dialog:
2044 \end_layout
2045
2046 \begin_layout Description
2047
2048 \family sans
2049 Table
2050 \begin_inset space ~
2051 \end_inset
2052
2053 Settings
2054 \family default
2055  Here you can set the table width
2056 \begin_inset Index idx
2057 status collapsed
2058
2059 \begin_layout Plain Layout
2060 Table ! Width
2061 \end_layout
2062
2063 \end_inset
2064
2065 , and the horizontal alignment and the width of the current column.
2066  The alignment 
2067 \family sans
2068 At
2069 \begin_inset space ~
2070 \end_inset
2071
2072 Decimal
2073 \begin_inset space ~
2074 \end_inset
2075
2076 Separator
2077 \family default
2078  is described in section
2079 \begin_inset space ~
2080 \end_inset
2081
2082
2083 \begin_inset CommandInset ref
2084 LatexCommand ref
2085 reference "sub:Special-Cell-Alignment"
2086
2087 \end_inset
2088
2089 .
2090  When you have set a width you can also adjust the vertical alignment of
2091  the current row.
2092  A given width will allow the cell to have line breaks and multiple paragraphs
2093  of text, see sec.
2094 \begin_inset space \thinspace{}
2095 \end_inset
2096
2097
2098 \begin_inset CommandInset ref
2099 LatexCommand ref
2100 reference "sub:Multiple-Lines-in"
2101
2102 \end_inset
2103
2104 .
2105  If you set no width, the column is as wide as the content of its widest
2106  cell.
2107 \begin_inset Newline newline
2108 \end_inset
2109
2110 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2111  cell, see sec.
2112 \begin_inset space \thinspace{}
2113 \end_inset
2114
2115
2116 \begin_inset CommandInset ref
2117 LatexCommand ref
2118 reference "sub:Multicolumns"
2119
2120 \end_inset
2121
2122  or the cells of one column as multirow cell, see sec.
2123 \begin_inset space \thinspace{}
2124 \end_inset
2125
2126
2127 \begin_inset CommandInset ref
2128 LatexCommand ref
2129 reference "sub:Multirows"
2130
2131 \end_inset
2132
2133 .
2134 \begin_inset Newline newline
2135 \end_inset
2136
2137 The rotate check boxes rotate the current cell, a selection, or the whole
2138  table counter-clockwise by 90
2139 \begin_inset space \thinspace{}
2140 \end_inset
2141
2142 °.
2143  The rotation is not shown within LyX, only in the output.
2144  For more information see sec.
2145 \begin_inset space \thinspace{}
2146 \end_inset
2147
2148
2149 \begin_inset CommandInset ref
2150 LatexCommand ref
2151 reference "sec:Rotated-Table-Cells"
2152
2153 \end_inset
2154
2155 .
2156 \begin_inset Newline newline
2157 \end_inset
2158
2159
2160 \begin_inset Note Greyedout
2161 status open
2162
2163 \begin_layout Plain Layout
2164
2165 \series bold
2166 Note:
2167 \series default
2168  Not all DVI-viewers are able to display rotations.
2169 \end_layout
2170
2171 \end_inset
2172
2173
2174 \begin_inset Newline newline
2175 \end_inset
2176
2177 The table-wide vertical alignment is used for tables within text lines:
2178 \begin_inset Newline newline
2179 \end_inset
2180
2181 A line with tables with different alignments: 
2182 \begin_inset Tabular
2183 <lyxtabular version="3" rows="2" columns="2">
2184 <features rotate="0" tabularvalignment="top">
2185 <column alignment="center" valignment="top" width="0pt">
2186 <column alignment="center" valignment="top">
2187 <row>
2188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2189 \begin_inset Text
2190
2191 \begin_layout Plain Layout
2192
2193 \end_layout
2194
2195 \end_inset
2196 </cell>
2197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2198 \begin_inset Text
2199
2200 \begin_layout Plain Layout
2201
2202 \family roman
2203 \series medium
2204 \shape up
2205 \size normal
2206 \emph off
2207 \bar no
2208 \noun off
2209 \color none
2210 1
2211 \end_layout
2212
2213 \end_inset
2214 </cell>
2215 </row>
2216 <row>
2217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2218 \begin_inset Text
2219
2220 \begin_layout Plain Layout
2221
2222 \family roman
2223 \series medium
2224 \shape up
2225 \size normal
2226 \emph off
2227 \bar no
2228 \noun off
2229 \color none
2230 A
2231 \end_layout
2232
2233 \end_inset
2234 </cell>
2235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2236 \begin_inset Text
2237
2238 \begin_layout Plain Layout
2239
2240 \end_layout
2241
2242 \end_inset
2243 </cell>
2244 </row>
2245 </lyxtabular>
2246
2247 \end_inset
2248
2249  
2250 \begin_inset Tabular
2251 <lyxtabular version="3" rows="2" columns="2">
2252 <features rotate="0" tabularvalignment="middle">
2253 <column alignment="center" valignment="top">
2254 <column alignment="center" valignment="top">
2255 <row>
2256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2257 \begin_inset Text
2258
2259 \begin_layout Plain Layout
2260
2261 \end_layout
2262
2263 \end_inset
2264 </cell>
2265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2266 \begin_inset Text
2267
2268 \begin_layout Plain Layout
2269
2270 \family roman
2271 \series medium
2272 \shape up
2273 \size normal
2274 \emph off
2275 \bar no
2276 \noun off
2277 \color none
2278 1
2279 \end_layout
2280
2281 \end_inset
2282 </cell>
2283 </row>
2284 <row>
2285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2286 \begin_inset Text
2287
2288 \begin_layout Plain Layout
2289
2290 \family roman
2291 \series medium
2292 \shape up
2293 \size normal
2294 \emph off
2295 \bar no
2296 \noun off
2297 \color none
2298 A
2299 \end_layout
2300
2301 \end_inset
2302 </cell>
2303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2304 \begin_inset Text
2305
2306 \begin_layout Plain Layout
2307
2308 \end_layout
2309
2310 \end_inset
2311 </cell>
2312 </row>
2313 </lyxtabular>
2314
2315 \end_inset
2316
2317  
2318 \begin_inset Tabular
2319 <lyxtabular version="3" rows="2" columns="2">
2320 <features rotate="0" tabularvalignment="bottom">
2321 <column alignment="center" valignment="top" width="0pt">
2322 <column alignment="center" valignment="top">
2323 <row>
2324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2325 \begin_inset Text
2326
2327 \begin_layout Plain Layout
2328
2329 \end_layout
2330
2331 \end_inset
2332 </cell>
2333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2334 \begin_inset Text
2335
2336 \begin_layout Plain Layout
2337
2338 \family roman
2339 \series medium
2340 \shape up
2341 \size normal
2342 \emph off
2343 \bar no
2344 \noun off
2345 \color none
2346 1
2347 \end_layout
2348
2349 \end_inset
2350 </cell>
2351 </row>
2352 <row>
2353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2354 \begin_inset Text
2355
2356 \begin_layout Plain Layout
2357
2358 \family roman
2359 \series medium
2360 \shape up
2361 \size normal
2362 \emph off
2363 \bar no
2364 \noun off
2365 \color none
2366 A
2367 \end_layout
2368
2369 \end_inset
2370 </cell>
2371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2372 \begin_inset Text
2373
2374 \begin_layout Plain Layout
2375
2376 \end_layout
2377
2378 \end_inset
2379 </cell>
2380 </row>
2381 </lyxtabular>
2382
2383 \end_inset
2384
2385
2386 \begin_inset Newline newline
2387 \end_inset
2388
2389 It is also possible to enter a LaTeX-argument which is needed for special
2390  table formattings, see sec.
2391 \begin_inset space \thinspace{}
2392 \end_inset
2393
2394
2395 \begin_inset CommandInset ref
2396 LatexCommand ref
2397 reference "sub:Multicolumn-Calculations"
2398
2399 \end_inset
2400
2401  and 
2402 \begin_inset CommandInset ref
2403 LatexCommand ref
2404 reference "sec:Colored-Tables"
2405
2406 \end_inset
2407
2408 .
2409 \end_layout
2410
2411 \begin_layout Description
2412
2413 \family sans
2414 Borders
2415 \family default
2416  In this tab you can add and delete border lines for the current row/column.
2417 \begin_inset Newline newline
2418 \end_inset
2419
2420 Using the style option 
2421 \family sans
2422 Formal
2423 \family default
2424  will convert the table to a formal table as described in sec.
2425 \begin_inset space \thinspace{}
2426 \end_inset
2427
2428
2429 \begin_inset CommandInset ref
2430 LatexCommand ref
2431 reference "sec:Formal-Tables"
2432
2433 \end_inset
2434
2435 .
2436 \begin_inset Newline newline
2437 \end_inset
2438
2439 You can also add space here to table rows as described in sec.
2440 \begin_inset space \thinspace{}
2441 \end_inset
2442
2443
2444 \begin_inset CommandInset ref
2445 LatexCommand ref
2446 reference "sub:Row-Spacing"
2447
2448 \end_inset
2449
2450 .
2451 \end_layout
2452
2453 \begin_layout Description
2454
2455 \family sans
2456 Longtable
2457 \family default
2458  This tab is to make a table a so called 
2459 \begin_inset Quotes eld
2460 \end_inset
2461
2462
2463 \emph on
2464 longtable
2465 \emph default
2466
2467 \begin_inset Quotes erd
2468 \end_inset
2469
2470  that can run over several pages.
2471  Sections
2472 \begin_inset space ~
2473 \end_inset
2474
2475
2476 \begin_inset CommandInset ref
2477 LatexCommand ref
2478 reference "sec:Longtables"
2479
2480 \end_inset
2481
2482  and 
2483 \begin_inset CommandInset ref
2484 LatexCommand ref
2485 reference "sec:Special-Longtable-Issues"
2486
2487 \end_inset
2488
2489  describe the longtable features in detail.
2490 \end_layout
2491
2492 \begin_layout Section
2493 Table Toolbar
2494 \begin_inset Index idx
2495 status collapsed
2496
2497 \begin_layout Plain Layout
2498 Table ! Toolbar
2499 \end_layout
2500
2501 \end_inset
2502
2503
2504 \end_layout
2505
2506 \begin_layout Standard
2507 The table toolbar is an alternative to the table dialog to be able to alter
2508  tables faster.
2509  It should normally appear at the bottom of LyX's main window when the cursor
2510  is inside a table.
2511  You can alternatively switch it on to appear always, by right-clicking
2512  in LyX's main menu bar.
2513 \end_layout
2514
2515 \begin_layout Standard
2516 The toolbar has the following icons:
2517 \end_layout
2518
2519 \begin_layout Labeling
2520 \labelwidthstring 00.00.0000
2521 \begin_inset Info
2522 type  "icon"
2523 arg   "inset-modify tabular append-row"
2524 \end_inset
2525
2526  adds a row below the current cell or selection
2527 \end_layout
2528
2529 \begin_layout Labeling
2530 \labelwidthstring 00.00.0000
2531 \begin_inset Info
2532 type  "icon"
2533 arg   "inset-modify tabular append-column"
2534 \end_inset
2535
2536  adds a column right beside the current cell or selection
2537 \end_layout
2538
2539 \begin_layout Labeling
2540 \labelwidthstring 00.00.0000
2541 \begin_inset Info
2542 type  "icon"
2543 arg   "inset-modify tabular delete-row"
2544 \end_inset
2545
2546  deletes the current row or selection
2547 \end_layout
2548
2549 \begin_layout Labeling
2550 \labelwidthstring 00.00.0000
2551 \begin_inset Info
2552 type  "icon"
2553 arg   "inset-modify tabular delete-column"
2554 \end_inset
2555
2556  deletes the current column or selection
2557 \end_layout
2558
2559 \begin_layout Labeling
2560 \labelwidthstring 00.00.0000
2561 \begin_inset Info
2562 type  "icon"
2563 arg   "inset-modify tabular toggle-line-top"
2564 \end_inset
2565
2566  adds a line at the top of the current cell / row or of a selection
2567 \end_layout
2568
2569 \begin_layout Labeling
2570 \labelwidthstring 00.00.0000
2571 \begin_inset Info
2572 type  "icon"
2573 arg   "inset-modify tabular toggle-line-bottom"
2574 \end_inset
2575
2576  adds a line at the bottom of the current cell / row or of a selection
2577 \end_layout
2578
2579 \begin_layout Labeling
2580 \labelwidthstring 00.00.0000
2581 \begin_inset Info
2582 type  "icon"
2583 arg   "inset-modify tabular toggle-line-left"
2584 \end_inset
2585
2586  adds a line at the left side of the current cell / row or of a selection
2587 \end_layout
2588
2589 \begin_layout Labeling
2590 \labelwidthstring 00.00.0000
2591 \begin_inset Info
2592 type  "icon"
2593 arg   "inset-modify tabular toggle-line-right"
2594 \end_inset
2595
2596  adds a line at the right side of the current cell / row or of a selection
2597 \end_layout
2598
2599 \begin_layout Labeling
2600 \labelwidthstring 00.00.0000
2601 \begin_inset Info
2602 type  "icon"
2603 arg   "inset-modify tabular set-all-lines"
2604 \end_inset
2605
2606  adds lines around the current or selected cells - if the current cell no
2607  multicolumn cell this also affects the current row and column
2608 \end_layout
2609
2610 \begin_layout Labeling
2611 \labelwidthstring 00.00.0000
2612 \begin_inset Info
2613 type  "icon"
2614 arg   "inset-modify tabular unset-all-lines"
2615 \end_inset
2616
2617  deletes all lines of the current or selected cells - if the current cell
2618  no multicolumn cell this also affects the current row and column
2619 \end_layout
2620
2621 \begin_layout Labeling
2622 \labelwidthstring 00.00.0000
2623 \begin_inset Info
2624 type  "icon"
2625 arg   "inset-modify tabular m-align-left"
2626 \end_inset
2627
2628  left-aligns the content of the current cell / column
2629 \end_layout
2630
2631 \begin_layout Labeling
2632 \labelwidthstring 00.00.0000
2633 \begin_inset Info
2634 type  "icon"
2635 arg   "inset-modify tabular m-align-center"
2636 \end_inset
2637
2638  centers the content of the current cell / column horizontally
2639 \end_layout
2640
2641 \begin_layout Labeling
2642 \labelwidthstring 00.00.0000
2643 \begin_inset Info
2644 type  "icon"
2645 arg   "inset-modify tabular m-align-right"
2646 \end_inset
2647
2648  right-aligns the content of the current cell / column
2649 \end_layout
2650
2651 \begin_layout Labeling
2652 \labelwidthstring 00.00.0000
2653 \begin_inset Info
2654 type  "icon"
2655 arg   "inset-modify tabular align-decimal"
2656 \end_inset
2657
2658  aligns the content of the current column at a character
2659 \end_layout
2660
2661 \begin_layout Labeling
2662 \labelwidthstring 00.00.0000
2663 \begin_inset Info
2664 type  "icon"
2665 arg   "inset-modify tabular m-valign-top"
2666 \end_inset
2667
2668  aligns the content of the current cell vertically to the top
2669 \end_layout
2670
2671 \begin_layout Labeling
2672 \labelwidthstring 00.00.0000
2673 \begin_inset Info
2674 type  "icon"
2675 arg   "inset-modify tabular m-valign-middle"
2676 \end_inset
2677
2678  centers the content of the current cell vertically
2679 \end_layout
2680
2681 \begin_layout Labeling
2682 \labelwidthstring 00.00.0000
2683 \begin_inset Info
2684 type  "icon"
2685 arg   "inset-modify tabular m-valign-bottom"
2686 \end_inset
2687
2688  aligns the content of the current cell vertically to the bottom
2689 \end_layout
2690
2691 \begin_layout Labeling
2692 \labelwidthstring 00.00.0000
2693 \begin_inset Info
2694 type  "icon"
2695 arg   "inset-modify tabular set-rotate-cell"
2696 \end_inset
2697
2698  rotates the current cell or selection counter-clockwise by 90°
2699 \end_layout
2700
2701 \begin_layout Labeling
2702 \labelwidthstring 00.00.0000
2703 \begin_inset Info
2704 type  "icon"
2705 arg   "inset-modify tabular set-rotate-tabular"
2706 \end_inset
2707
2708  rotates the whole table counter-clockwise by 90°
2709 \end_layout
2710
2711 \begin_layout Labeling
2712 \labelwidthstring 00.00.0000
2713 \begin_inset Info
2714 type  "icon"
2715 arg   "inset-modify tabular multicolumn"
2716 \end_inset
2717
2718  sets the current cell or selection as a multicolumn
2719 \end_layout
2720
2721 \begin_layout Labeling
2722 \labelwidthstring 00.00.0000
2723 \begin_inset Info
2724 type  "icon"
2725 arg   "inset-modify tabular multirow"
2726 \end_inset
2727
2728  sets the current cell or selection as a multirow
2729 \end_layout
2730
2731 \begin_layout Standard
2732 \begin_inset Note Greyedout
2733 status open
2734
2735 \begin_layout Plain Layout
2736
2737 \series bold
2738 Note:
2739 \series default
2740  For the output the vertical alignment of the first cell in a row is used
2741  for all following cells in the row.
2742 \end_layout
2743
2744 \end_inset
2745
2746
2747 \end_layout
2748
2749 \begin_layout Section
2750 Edit Table Menu
2751 \begin_inset Index idx
2752 status collapsed
2753
2754 \begin_layout Plain Layout
2755 Table ! Edit Menu
2756 \end_layout
2757
2758 \end_inset
2759
2760
2761 \end_layout
2762
2763 \begin_layout Standard
2764 In addition to the table dialog and toolbar, the menu 
2765 \family sans
2766 Edit\SpecialChar \menuseparator
2767 Table
2768 \family default
2769  allows you to add and delete border lines for the current row/column and
2770  to set the current selection as multicolumn.
2771  The menu is only available when the cursor is inside a table.
2772 \end_layout
2773
2774 \begin_layout Section
2775 Table Floats
2776 \begin_inset CommandInset label
2777 LatexCommand label
2778 name "sec:Table-Floats"
2779
2780 \end_inset
2781
2782
2783 \begin_inset Index idx
2784 status collapsed
2785
2786 \begin_layout Plain Layout
2787 Floats ! Tables
2788 \end_layout
2789
2790 \end_inset
2791
2792
2793 \begin_inset Index idx
2794 status collapsed
2795
2796 \begin_layout Plain Layout
2797 Table ! Floats
2798 \end_layout
2799
2800 \end_inset
2801
2802
2803 \end_layout
2804
2805 \begin_layout Standard
2806 For general explanations about floats, have a look at section
2807 \begin_inset space ~
2808 \end_inset
2809
2810
2811 \begin_inset CommandInset ref
2812 LatexCommand ref
2813 reference "sec:FloatIntroduction"
2814
2815 \end_inset
2816
2817 .
2818 \end_layout
2819
2820 \begin_layout Standard
2821 \begin_inset Float table
2822 placement h
2823 wide false
2824 sideways false
2825 status open
2826
2827 \begin_layout Plain Layout
2828 \begin_inset Caption Standard
2829
2830 \begin_layout Plain Layout
2831 \begin_inset CommandInset label
2832 LatexCommand label
2833 name "tab:a table float"
2834
2835 \end_inset
2836
2837 A table float.
2838 \end_layout
2839
2840 \end_inset
2841
2842
2843 \end_layout
2844
2845 \begin_layout Plain Layout
2846 \align center
2847 \begin_inset Tabular
2848 <lyxtabular version="3" rows="3" columns="3">
2849 <features rotate="0" tabularvalignment="middle">
2850 <column alignment="center" valignment="top" width="0pt">
2851 <column alignment="center" valignment="top" width="0pt">
2852 <column alignment="center" valignment="top" width="0pt">
2853 <row>
2854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2855 \begin_inset Text
2856
2857 \begin_layout Plain Layout
2858
2859 \family roman
2860 \series medium
2861 \shape up
2862 \size normal
2863 \emph off
2864 \bar no
2865 \noun off
2866 \color none
2867 1
2868 \end_layout
2869
2870 \end_inset
2871 </cell>
2872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2873 \begin_inset Text
2874
2875 \begin_layout Plain Layout
2876
2877 \family roman
2878 \series medium
2879 \shape up
2880 \size normal
2881 \emph off
2882 \bar no
2883 \noun off
2884 \color none
2885 2
2886 \end_layout
2887
2888 \end_inset
2889 </cell>
2890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2891 \begin_inset Text
2892
2893 \begin_layout Plain Layout
2894
2895 \family roman
2896 \series medium
2897 \shape up
2898 \size normal
2899 \emph off
2900 \bar no
2901 \noun off
2902 \color none
2903 3
2904 \end_layout
2905
2906 \end_inset
2907 </cell>
2908 </row>
2909 <row>
2910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2911 \begin_inset Text
2912
2913 \begin_layout Plain Layout
2914
2915 \family roman
2916 \series medium
2917 \shape up
2918 \size normal
2919 \emph off
2920 \bar no
2921 \noun off
2922 \color none
2923 Joe
2924 \end_layout
2925
2926 \end_inset
2927 </cell>
2928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2929 \begin_inset Text
2930
2931 \begin_layout Plain Layout
2932
2933 \family roman
2934 \series medium
2935 \shape up
2936 \size normal
2937 \emph off
2938 \bar no
2939 \noun off
2940 \color none
2941 Mary
2942 \end_layout
2943
2944 \end_inset
2945 </cell>
2946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2947 \begin_inset Text
2948
2949 \begin_layout Plain Layout
2950
2951 \family roman
2952 \series medium
2953 \shape up
2954 \size normal
2955 \emph off
2956 \bar no
2957 \noun off
2958 \color none
2959 Ted
2960 \end_layout
2961
2962 \end_inset
2963 </cell>
2964 </row>
2965 <row>
2966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2967 \begin_inset Text
2968
2969 \begin_layout Plain Layout
2970
2971 \family roman
2972 \series medium
2973 \shape up
2974 \size normal
2975 \emph off
2976 \bar no
2977 \noun off
2978 \color none
2979 \begin_inset Formula $\int x^{2}dx$
2980 \end_inset
2981
2982
2983 \end_layout
2984
2985 \end_inset
2986 </cell>
2987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2988 \begin_inset Text
2989
2990 \begin_layout Plain Layout
2991
2992 \family roman
2993 \series medium
2994 \shape up
2995 \size normal
2996 \emph off
2997 \bar no
2998 \noun off
2999 \color none
3000 \begin_inset Formula $\left[\begin{array}{cc}
3001 a & b\\
3002 c & d
3003 \end{array}\right]$
3004 \end_inset
3005
3006
3007 \end_layout
3008
3009 \end_inset
3010 </cell>
3011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3012 \begin_inset Text
3013
3014 \begin_layout Plain Layout
3015
3016 \family roman
3017 \series medium
3018 \shape up
3019 \size normal
3020 \emph off
3021 \bar no
3022 \noun off
3023 \color none
3024 \begin_inset Formula $1+1=2$
3025 \end_inset
3026
3027
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 </row>
3033 </lyxtabular>
3034
3035 \end_inset
3036
3037
3038 \end_layout
3039
3040 \end_inset
3041
3042
3043 \end_layout
3044
3045 \begin_layout Standard
3046 Table floats can be inserted using the menu 
3047 \family sans
3048 Insert\SpecialChar \menuseparator
3049 Float\SpecialChar \menuseparator
3050 Table
3051 \family default
3052  or the toolbar button 
3053 \begin_inset Info
3054 type  "icon"
3055 arg   "float-insert table"
3056 \end_inset
3057
3058 .
3059 \end_layout
3060
3061 \begin_layout Standard
3062 The float appears as a collapsible box with a caption that has the label
3063  
3064 \begin_inset Quotes eld
3065 \end_inset
3066
3067 Table
3068 \begin_inset space ~
3069 \end_inset
3070
3071 #:
3072 \begin_inset Quotes erd
3073 \end_inset
3074
3075  (# is the actual table number).
3076  You can insert tables in the float above or below the caption.
3077 \end_layout
3078
3079 \begin_layout Standard
3080 Table
3081 \begin_inset space ~
3082 \end_inset
3083
3084
3085 \begin_inset CommandInset ref
3086 LatexCommand ref
3087 reference "tab:a table float"
3088
3089 \end_inset
3090
3091  is an example table within a table float.
3092 \end_layout
3093
3094 \begin_layout Standard
3095 Having the caption above the table is the common rule that is unfortunately
3096  not supported in LaTeX's standard classes.
3097  This means that, if you are using the document classes 
3098 \family sans
3099 article
3100 \family default
3101
3102 \family sans
3103 book
3104 \family default
3105
3106 \family sans
3107 letter
3108 \family default
3109 , or 
3110 \family sans
3111 report
3112 \family default
3113 , there will be no space between the caption and the table.
3114  To insert the needed space, add the following option to the load command
3115  of the LaTeX-package 
3116 \series bold
3117 caption
3118 \series default
3119
3120 \begin_inset Index idx
3121 status collapsed
3122
3123 \begin_layout Plain Layout
3124 LaTeX-packages ! caption
3125 \end_layout
3126
3127 \end_inset
3128
3129  in your document preamble
3130 \begin_inset Foot
3131 status collapsed
3132
3133 \begin_layout Plain Layout
3134 For more information have a look at section
3135 \begin_inset space ~
3136 \end_inset
3137
3138
3139 \begin_inset CommandInset ref
3140 LatexCommand ref
3141 reference "sec:Caption-Placement"
3142
3143 \end_inset
3144
3145 .
3146 \end_layout
3147
3148 \end_inset
3149
3150 :
3151 \end_layout
3152
3153 \begin_layout Standard
3154
3155 \series bold
3156 tableposition=top
3157 \end_layout
3158
3159 \begin_layout Standard
3160 The package 
3161 \series bold
3162 caption
3163 \series default
3164 , which is described in section
3165 \begin_inset space ~
3166 \end_inset
3167
3168
3169 \begin_inset CommandInset ref
3170 LatexCommand ref
3171 reference "sec:Caption-Formatting"
3172
3173 \end_inset
3174
3175 , is used to adjust the caption format.
3176 \end_layout
3177
3178 \begin_layout Standard
3179 \begin_inset Index idx
3180 status collapsed
3181
3182 \begin_layout Plain Layout
3183 References ! to Tables
3184 \end_layout
3185
3186 \end_inset
3187
3188 Tables can be cross-referenced in the text by referencing their label.
3189  To do this insert a label in the caption using the menu 
3190 \family sans
3191 Insert\SpecialChar \menuseparator
3192 Label
3193 \family default
3194  or the toolbar button 
3195 \begin_inset Info
3196 type  "icon"
3197 arg   "label-insert"
3198 \end_inset
3199
3200 .
3201  You can now refer to the label using the menu 
3202 \family sans
3203 Insert\SpecialChar \menuseparator
3204 Cross
3205 \begin_inset space ~
3206 \end_inset
3207
3208 reference
3209 \family default
3210  or the toolbar button 
3211 \begin_inset Info
3212 type  "icon"
3213 arg   "dialog-show-new-inset ref"
3214 \end_inset
3215
3216 .
3217 \begin_inset Newline newline
3218 \end_inset
3219
3220 Referencing is explained in detail in section
3221 \begin_inset space ~
3222 \end_inset
3223
3224
3225 \begin_inset CommandInset ref
3226 LatexCommand ref
3227 reference "sec:Referencing-Floats"
3228
3229 \end_inset
3230
3231 .
3232 \end_layout
3233
3234 \begin_layout Section
3235 Longtables
3236 \begin_inset CommandInset label
3237 LatexCommand label
3238 name "sec:Longtables"
3239
3240 \end_inset
3241
3242
3243 \begin_inset Index idx
3244 status collapsed
3245
3246 \begin_layout Plain Layout
3247 Longtables
3248 \end_layout
3249
3250 \end_inset
3251
3252
3253 \begin_inset Index idx
3254 status collapsed
3255
3256 \begin_layout Plain Layout
3257 Table ! Longtables
3258 \end_layout
3259
3260 \end_inset
3261
3262
3263 \end_layout
3264
3265 \begin_layout Standard
3266 If the table is too long to fit on one page, you can use the option 
3267 \family sans
3268 Use
3269 \begin_inset space ~
3270 \end_inset
3271
3272 long
3273 \begin_inset space ~
3274 \end_inset
3275
3276 table
3277 \family default
3278  in the tab 
3279 \family sans
3280 Longtable
3281 \family default
3282  of the table dialog to split the table automatically over more pages.
3283  Doing this enables the following options:
3284 \end_layout
3285
3286 \begin_layout Description
3287 Header: The current row is defined to be a header row that appears on all
3288  pages of the longtable; except for the first page, if 
3289 \family sans
3290 First
3291 \begin_inset space ~
3292 \end_inset
3293
3294 header
3295 \family default
3296  is defined.
3297  This is therefore called the main header.
3298 \end_layout
3299
3300 \begin_layout Description
3301 First
3302 \begin_inset space ~
3303 \end_inset
3304
3305 header: The current row is defined to be a header row that appears on the
3306  first page of the longtable.
3307 \end_layout
3308
3309 \begin_layout Description
3310 Footer: The current row is defined to be a footer row that appears on all
3311  pages of the longtable; except for the last page, if 
3312 \family sans
3313 Last
3314 \begin_inset space ~
3315 \end_inset
3316
3317 footer
3318 \family default
3319  is defined.
3320 \end_layout
3321
3322 \begin_layout Description
3323 Last
3324 \begin_inset space ~
3325 \end_inset
3326
3327 footer: The current row is defined to be a footer row that appears on the
3328  last page of the longtable.
3329 \end_layout
3330
3331 \begin_layout Description
3332 Caption: The current row contains the table caption.
3333  The row is reset as single column and a caption is inserted.
3334  More about longtable captions is explained in sec.
3335 \begin_inset space \thinspace{}
3336 \end_inset
3337
3338
3339 \begin_inset CommandInset ref
3340 LatexCommand ref
3341 reference "sub:Longtable-Captions"
3342
3343 \end_inset
3344
3345 .
3346 \end_layout
3347
3348 \begin_layout Standard
3349 You can also specify a row where the table is split.
3350  See the following longtable to see how it works:
3351 \end_layout
3352
3353 \begin_layout Standard
3354 \align center
3355 \begin_inset Tabular
3356 <lyxtabular version="3" rows="69" columns="3">
3357 <features rotate="0" islongtable="true" longtabularalignment="center">
3358 <column alignment="left" valignment="top" width="0cm">
3359 <column alignment="left" valignment="top" width="0pt">
3360 <column alignment="center" valignment="top" width="0pt">
3361 <row endfirsthead="true">
3362 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366
3367 \series bold
3368 Example Phone List (ignore the names)
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3383 \begin_inset Text
3384
3385 \begin_layout Plain Layout
3386
3387 \end_layout
3388
3389 \end_inset
3390 </cell>
3391 </row>
3392 <row endfirsthead="true">
3393 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3394 \begin_inset Text
3395
3396 \begin_layout Plain Layout
3397
3398 \series bold
3399 NAME
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Plain Layout
3417
3418 \series bold
3419 TEL.
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 </row>
3425 <row endhead="true">
3426 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430
3431 \series bold
3432 Example Phone List
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3438 \begin_inset Text
3439
3440 \begin_layout Plain Layout
3441
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 </row>
3456 <row endhead="true">
3457 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461
3462 \series bold
3463 NAME
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3469 \begin_inset Text
3470
3471 \begin_layout Plain Layout
3472
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481
3482 \series bold
3483 TEL.
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 </row>
3489 <row endfoot="true">
3490 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494  continued on next page
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 </row>
3518 <row>
3519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523
3524 \series bold
3525 Annovi
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 <cell alignment="center" valignment="top" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534 Silvia
3535 \end_layout
3536
3537 \end_inset
3538 </cell>
3539 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543 111
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 </row>
3549 <row>
3550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554
3555 \series bold
3556 Bertoli
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 <cell alignment="center" valignment="top" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565 Stefano
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574 111
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 </row>
3580 <row>
3581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585
3586 \series bold
3587 Bozzi
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 <cell alignment="center" valignment="top" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596 Walter
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605 111
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 </row>
3611 <row>
3612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616
3617 \series bold
3618 Cachia
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 <cell alignment="center" valignment="top" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627 Maria
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636 111
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 </row>
3642 <row>
3643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647
3648 \series bold
3649 Cachia
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 <cell alignment="center" valignment="top" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658 Maurizio
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667 111
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 </row>
3673 <row>
3674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678
3679 \series bold
3680 Cinquemani
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 <cell alignment="center" valignment="top" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689 Giusi
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698 111
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 </row>
3704 <row>
3705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709
3710 \series bold
3711 Colin
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 <cell alignment="center" valignment="top" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720 Bernard
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729 111
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 </row>
3735 <row>
3736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740
3741 \series bold
3742 Concli
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 <cell alignment="center" valignment="top" usebox="none">
3748 \begin_inset Text
3749
3750 \begin_layout Plain Layout
3751 Gianfranco
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760 111
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 </row>
3766 <row>
3767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771
3772 \series bold
3773 Dal Bosco
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 <cell alignment="center" valignment="top" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782 Carolina
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791 111
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 </row>
3797 <row>
3798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802
3803 \series bold
3804 Dalpiaz
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 <cell alignment="center" valignment="top" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813 Annamaria
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822 111
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 </row>
3828 <row>
3829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833
3834 \series bold
3835 Feliciello
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 <cell alignment="center" valignment="top" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844 Domenico
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853 111
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 </row>
3859 <row>
3860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864
3865 \series bold
3866 Focarelli
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 <cell alignment="center" valignment="top" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Plain Layout
3875 Paola
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884 111
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 </row>
3890 <row>
3891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895
3896 \series bold
3897 Galletti
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 <cell alignment="center" valignment="top" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906 Oreste
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915 111
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 </row>
3921 <row>
3922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926
3927 \series bold
3928 Gasparini
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 <cell alignment="center" valignment="top" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937 Franca
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946 111
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 </row>
3952 <row>
3953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957
3958 \series bold
3959 Rizzardi
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 <cell alignment="center" valignment="top" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968 Paola
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977 111
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 </row>
3983 <row>
3984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988
3989 \series bold
3990 Lassini
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 <cell alignment="center" valignment="top" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Plain Layout
3999 Giancarlo
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008 111
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 </row>
4014 <row>
4015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019
4020 \series bold
4021 Malfatti
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 <cell alignment="center" valignment="top" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Plain Layout
4030 Luciano
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039 111
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 </row>
4045 <row>
4046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050
4051 \series bold
4052 Malfatti
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 <cell alignment="center" valignment="top" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061 Valeriano
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070 111
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 </row>
4076 <row>
4077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Plain Layout
4081
4082 \series bold
4083 Meneguzzo
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 <cell alignment="center" valignment="top" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092 Roberto
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101 111
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 </row>
4107 <row>
4108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112
4113 \series bold
4114 Mezzadra
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 <cell alignment="center" valignment="top" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123 Roberto
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132 111
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 </row>
4138 <row>
4139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143
4144 \series bold
4145 Pirpamer
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 <cell alignment="center" valignment="top" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 Erich
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 111
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 </row>
4169 <row>
4170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174
4175 \series bold
4176 Pochiesa
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 <cell alignment="center" valignment="top" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
4185 Paolo
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194 111, 222
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 </row>
4200 <row>
4201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4202 \begin_inset Text
4203
4204 \begin_layout Plain Layout
4205
4206 \series bold
4207 Radina
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 <cell alignment="center" valignment="top" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216 Claudio
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225 111
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 </row>
4231 <row>
4232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236
4237 \series bold
4238 Stuffer
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 <cell alignment="center" valignment="top" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Plain Layout
4247 Oskar
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256 111
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 </row>
4262 <row>
4263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267
4268 \series bold
4269 Tacchelli
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 <cell alignment="center" valignment="top" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278 Ugo
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 111
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 </row>
4293 <row>
4294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298
4299 \series bold
4300 Tezzele
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 <cell alignment="center" valignment="top" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309 Margit
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 111
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 </row>
4324 <row>
4325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329
4330 \series bold
4331 Unterkalmsteiner
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 <cell alignment="center" valignment="top" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340 Frieda
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 111
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 </row>
4355 <row>
4356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360
4361 \series bold
4362 Vieider
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 <cell alignment="center" valignment="top" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371 Hilde
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380 111
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 </row>
4386 <row>
4387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391
4392 \series bold
4393 Vigna
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 <cell alignment="center" valignment="top" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 Jürgen
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 111
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 </row>
4417 <row>
4418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422
4423 \series bold
4424 Weber
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 <cell alignment="center" valignment="top" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433 Maurizio
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442 111
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 </row>
4448 <row>
4449 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453
4454 \series bold
4455 Winkler
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464 Franz
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 111
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 </row>
4479 <row>
4480 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484  
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 </row>
4508 <row>
4509 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513
4514 \series bold
4515 Annovi
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 <cell alignment="center" valignment="top" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524 Silvia
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533 555
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 </row>
4539 <row>
4540 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544
4545 \series bold
4546 Bertoli
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 <cell alignment="center" valignment="top" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555 Stefano
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564 555
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 </row>
4570 <row>
4571 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575
4576 \series bold
4577 Bozzi
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 <cell alignment="center" valignment="top" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586 Walter
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595 555
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 </row>
4601 <row>
4602 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606
4607 \series bold
4608 Cachia
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 <cell alignment="center" valignment="top" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 Maria
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626 555
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 </row>
4632 <row>
4633 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637
4638 \series bold
4639 Cachia
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 <cell alignment="center" valignment="top" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648 Maurizio
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657 555
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 </row>
4663 <row>
4664 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668
4669 \series bold
4670 Cinquemani
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 <cell alignment="center" valignment="top" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679 Giusi
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688 555
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 </row>
4694 <row>
4695 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699
4700 \series bold
4701 Colin
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 <cell alignment="center" valignment="top" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710 Bernard
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719 555
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 </row>
4725 <row>
4726 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730
4731 \series bold
4732 Concli
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 <cell alignment="center" valignment="top" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741 Gianfranco
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750 555
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 </row>
4756 <row>
4757 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761
4762 \series bold
4763 Dal Bosco
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 <cell alignment="center" valignment="top" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772 Carolina
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781 555
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 </row>
4787 <row>
4788 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792
4793 \series bold
4794 Dalpiaz
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 <cell alignment="center" valignment="top" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803 Annamaria
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812 555
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 </row>
4818 <row>
4819 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823
4824 \series bold
4825 Feliciello
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 <cell alignment="center" valignment="top" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834 Domenico
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843 555
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 </row>
4849 <row>
4850 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854
4855 \series bold
4856 Focarelli
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 <cell alignment="center" valignment="top" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865 Paola
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874 555
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 </row>
4880 <row>
4881 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885
4886 \series bold
4887 Galletti
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 <cell alignment="center" valignment="top" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896 Oreste
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905 555
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 </row>
4911 <row>
4912 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916
4917 \series bold
4918 Gasparini
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 <cell alignment="center" valignment="top" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Plain Layout
4927 Franca
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936 555
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 </row>
4942 <row>
4943 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947
4948 \series bold
4949 Rizzardi
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 <cell alignment="center" valignment="top" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958 Paola
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967 555
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 </row>
4973 <row>
4974 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978
4979 \series bold
4980 Lassini
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 <cell alignment="center" valignment="top" usebox="none">
4986 \begin_inset Text
4987
4988 \begin_layout Plain Layout
4989 Giancarlo
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998 555
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 </row>
5004 <row>
5005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009
5010 \series bold
5011 Malfatti
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 <cell alignment="center" valignment="top" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020 Luciano
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029 555
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 </row>
5035 <row>
5036 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040
5041 \series bold
5042 Malfatti
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 <cell alignment="center" valignment="top" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051 Valeriano
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060 555
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 </row>
5066 <row>
5067 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Plain Layout
5071
5072 \series bold
5073 Meneguzzo
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 <cell alignment="center" valignment="top" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082 Roberto
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091 555
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 </row>
5097 <row>
5098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102
5103 \series bold
5104 Mezzadra
5105 \end_layout
5106
5107 \end_inset
5108 </cell>
5109 <cell alignment="center" valignment="top" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113 Roberto
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122 555
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 </row>
5128 <row>
5129 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Plain Layout
5133
5134 \series bold
5135 Pirpamer
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 <cell alignment="center" valignment="top" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144 Erich
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153 555
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 </row>
5159 <row>
5160 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164
5165 \series bold
5166 Pochiesa
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 <cell alignment="center" valignment="top" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Plain Layout
5175 Paolo
5176 \end_layout
5177
5178 \end_inset
5179 </cell>
5180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5181 \begin_inset Text
5182
5183 \begin_layout Plain Layout
5184 555, 222
5185 \end_layout
5186
5187 \end_inset
5188 </cell>
5189 </row>
5190 <row>
5191 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195
5196 \series bold
5197 Radina
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 <cell alignment="center" valignment="top" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Plain Layout
5206 Claudio
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Plain Layout
5215 555
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 </row>
5221 <row>
5222 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226
5227 \series bold
5228 Stuffer
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 <cell alignment="center" valignment="top" usebox="none">
5234 \begin_inset Text
5235
5236 \begin_layout Plain Layout
5237 Oskar
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246 555
5247 \end_layout
5248
5249 \end_inset
5250 </cell>
5251 </row>
5252 <row>
5253 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Plain Layout
5257
5258 \series bold
5259 Tacchelli
5260 \end_layout
5261
5262 \end_inset
5263 </cell>
5264 <cell alignment="center" valignment="top" usebox="none">
5265 \begin_inset Text
5266
5267 \begin_layout Plain Layout
5268 Ugo
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Plain Layout
5277 555
5278 \end_layout
5279
5280 \end_inset
5281 </cell>
5282 </row>
5283 <row>
5284 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288
5289 \series bold
5290 Tezzele
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 <cell alignment="center" valignment="top" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299 Margit
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308 555
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 </row>
5314 <row>
5315 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319
5320 \series bold
5321 Unterkalmsteiner
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 <cell alignment="center" valignment="top" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Plain Layout
5330 Frieda
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5336 \begin_inset Text
5337
5338 \begin_layout Plain Layout
5339 555
5340 \end_layout
5341
5342 \end_inset
5343 </cell>
5344 </row>
5345 <row>
5346 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350
5351 \series bold
5352 Vieider
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 <cell alignment="center" valignment="top" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Plain Layout
5361 Hilde
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Plain Layout
5370 555
5371 \end_layout
5372
5373 \end_inset
5374 </cell>
5375 </row>
5376 <row>
5377 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5378 \begin_inset Text
5379
5380 \begin_layout Plain Layout
5381
5382 \series bold
5383 Vigna
5384 \end_layout
5385
5386 \end_inset
5387 </cell>
5388 <cell alignment="center" valignment="top" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Plain Layout
5392 Jürgen
5393 \end_layout
5394
5395 \end_inset
5396 </cell>
5397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Plain Layout
5401 999
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 </row>
5407 <row>
5408 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412
5413 \series bold
5414 Weber
5415 \end_layout
5416
5417 \end_inset
5418 </cell>
5419 <cell alignment="center" valignment="top" usebox="none">
5420 \begin_inset Text
5421
5422 \begin_layout Plain Layout
5423 Maurizio
5424 \end_layout
5425
5426 \end_inset
5427 </cell>
5428 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5429 \begin_inset Text
5430
5431 \begin_layout Plain Layout
5432 555
5433 \end_layout
5434
5435 \end_inset
5436 </cell>
5437 </row>
5438 <row>
5439 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443
5444 \series bold
5445 Winkler
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454 Franz
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463 555
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 </row>
5469 <row endlastfoot="true">
5470 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5471 \begin_inset Text
5472
5473 \begin_layout Plain Layout
5474 end
5475 \end_layout
5476
5477 \end_inset
5478 </cell>
5479 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5480 \begin_inset Text
5481
5482 \begin_layout Plain Layout
5483
5484 \end_layout
5485
5486 \end_inset
5487 </cell>
5488 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5489 \begin_inset Text
5490
5491 \begin_layout Plain Layout
5492
5493 \end_layout
5494
5495 \end_inset
5496 </cell>
5497 </row>
5498 </lyxtabular>
5499
5500 \end_inset
5501
5502
5503 \begin_inset ERT
5504 status collapsed
5505
5506 \begin_layout Plain Layout
5507
5508
5509 \backslash
5510 addtocounter{table}{-1}
5511 \end_layout
5512
5513 \end_inset
5514
5515
5516 \begin_inset Note Note
5517 status collapsed
5518
5519 \begin_layout Plain Layout
5520 See the first greyed-out note in section
5521 \begin_inset space ~
5522 \end_inset
5523
5524
5525 \begin_inset CommandInset ref
5526 LatexCommand ref
5527 reference "sub:Longtable-Captions"
5528
5529 \end_inset
5530
5531  for an explanation of this command.
5532 \end_layout
5533
5534 \end_inset
5535
5536
5537 \end_layout
5538
5539 \begin_layout Subsection
5540 Footnotes in Longtables
5541 \begin_inset CommandInset label
5542 LatexCommand label
5543 name "sub:Footnotes-in-Longtables"
5544
5545 \end_inset
5546
5547
5548 \begin_inset Index idx
5549 status collapsed
5550
5551 \begin_layout Plain Layout
5552 Longtables ! Footnotes
5553 \end_layout
5554
5555 \end_inset
5556
5557
5558 \end_layout
5559
5560 \begin_layout Standard
5561 Footnotes can be inserted to every longtable cell.
5562  They appear at the bottom of the page where the table cell with the footnote
5563  appears.
5564  Table
5565 \begin_inset space ~
5566 \end_inset
5567
5568
5569 \begin_inset CommandInset ref
5570 LatexCommand ref
5571 reference "tab:DiffCaptions"
5572
5573 \end_inset
5574
5575  has for example a footnote.
5576 \end_layout
5577
5578 \begin_layout Subsection
5579 Longtable Alignment
5580 \begin_inset Index idx
5581 status collapsed
5582
5583 \begin_layout Plain Layout
5584 Longtables ! Alignment
5585 \end_layout
5586
5587 \end_inset
5588
5589
5590 \end_layout
5591
5592 \begin_layout Standard
5593 The horizontal alignment of longtables can be set in the table settings
5594  dialog.
5595  For left- and right-alignment the table will be directly at the page border.
5596  To add space between the table and the border one has to set the alignment
5597  to center and change the value of the LaTeX-lengths 
5598 \series bold
5599
5600 \backslash
5601 LTleft 
5602 \series default
5603 or 
5604 \series bold
5605
5606 \backslash
5607 LTright
5608 \series default
5609  by inserting this line as TeX-Code before the longtable:
5610 \end_layout
5611
5612 \begin_layout Standard
5613
5614 \series bold
5615
5616 \backslash
5617 setlength{
5618 \backslash
5619 LTleft}{value}
5620 \end_layout
5621
5622 \begin_layout Standard
5623 The value can have any of the units listed in Table
5624 \begin_inset space ~
5625 \end_inset
5626
5627
5628 \begin_inset CommandInset ref
5629 LatexCommand ref
5630 reference "tab:Units"
5631
5632 \end_inset
5633
5634 .
5635  
5636 \series bold
5637
5638 \backslash
5639 LTleft
5640 \series default
5641  controls the horizontal distance from the left page border to the longtable,
5642  
5643 \series bold
5644
5645 \backslash
5646 LTright
5647 \series default
5648  the distance from the right side.
5649  The default value for both lengths is 
5650 \series bold
5651
5652 \backslash
5653 fill
5654 \series default
5655 , which is in this case the same as an horizontal fill in LyX.
5656 \end_layout
5657
5658 \begin_layout Standard
5659 The following longtable was centered and 
5660 \series bold
5661
5662 \backslash
5663 LTleft
5664 \series default
5665  set to 
5666 \family sans
5667 0.1
5668 \backslash
5669 columnwidth
5670 \family default
5671 :
5672 \begin_inset ERT
5673 status collapsed
5674
5675 \begin_layout Plain Layout
5676
5677
5678 \backslash
5679 setlength{
5680 \backslash
5681 LTleft}{0.1
5682 \backslash
5683 columnwidth}
5684 \end_layout
5685
5686 \end_inset
5687
5688
5689 \end_layout
5690
5691 \begin_layout Standard
5692 \begin_inset Tabular
5693 <lyxtabular version="3" rows="5" columns="5">
5694 <features rotate="0" islongtable="true" longtabularalignment="center">
5695 <column alignment="center" valignment="top">
5696 <column alignment="center" valignment="top" width="0pt">
5697 <column alignment="center" valignment="top">
5698 <column alignment="center" valignment="top">
5699 <column alignment="center" valignment="top">
5700 <row>
5701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Plain Layout
5705 1
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714 2
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5720 \begin_inset Text
5721
5722 \begin_layout Plain Layout
5723 3
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5729 \begin_inset Text
5730
5731 \begin_layout Plain Layout
5732 4
5733 \end_layout
5734
5735 \end_inset
5736 </cell>
5737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741 5
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 </row>
5747 <row>
5748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 asd
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 s
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5767 \begin_inset Text
5768
5769 \begin_layout Plain Layout
5770 s
5771 \end_layout
5772
5773 \end_inset
5774 </cell>
5775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5776 \begin_inset Text
5777
5778 \begin_layout Plain Layout
5779 s
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788 asd
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 </row>
5794 <row>
5795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799 asd
5800 \end_layout
5801
5802 \end_inset
5803 </cell>
5804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Plain Layout
5808 s
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 s
5818 \end_layout
5819
5820 \end_inset
5821 </cell>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 s
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 asd
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 </row>
5841 <row>
5842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846 asd
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 s
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864 s
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Plain Layout
5873 s
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 asd
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 </row>
5888 <row>
5889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 asd
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Plain Layout
5902 asd
5903 \end_layout
5904
5905 \end_inset
5906 </cell>
5907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911 asd
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 asd
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 asd
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 </row>
5935 </lyxtabular>
5936
5937 \end_inset
5938
5939
5940 \begin_inset ERT
5941 status collapsed
5942
5943 \begin_layout Plain Layout
5944
5945
5946 \backslash
5947 setlength{
5948 \backslash
5949 LTleft}{
5950 \backslash
5951 fill}
5952 \end_layout
5953
5954 \end_inset
5955
5956
5957 \begin_inset ERT
5958 status collapsed
5959
5960 \begin_layout Plain Layout
5961
5962
5963 \backslash
5964 addtocounter{table}{-1}
5965 \end_layout
5966
5967 \end_inset
5968
5969
5970 \begin_inset Note Note
5971 status collapsed
5972
5973 \begin_layout Plain Layout
5974 See the first greyed-out note in section
5975 \begin_inset space ~
5976 \end_inset
5977
5978
5979 \begin_inset CommandInset ref
5980 LatexCommand ref
5981 reference "sub:Longtable-Captions"
5982
5983 \end_inset
5984
5985  for an explanation of this command.
5986 \end_layout
5987
5988 \end_inset
5989
5990
5991 \end_layout
5992
5993 \begin_layout Subsection
5994 Longtable Captions
5995 \begin_inset Index idx
5996 status collapsed
5997
5998 \begin_layout Plain Layout
5999 Longtables ! Captions
6000 \end_layout
6001
6002 \end_inset
6003
6004
6005 \begin_inset CommandInset label
6006 LatexCommand label
6007 name "sub:Longtable-Captions"
6008
6009 \end_inset
6010
6011
6012 \end_layout
6013
6014 \begin_layout Standard
6015 A longtable cannot be put into a table float because floats can only be
6016  on one page.
6017  But the caption environment of floats can also be used for longtables when
6018  you use the longtable option 
6019 \family sans
6020 Caption
6021 \family default
6022  as described in sec.
6023 \begin_inset space \thinspace{}
6024 \end_inset
6025
6026
6027 \begin_inset CommandInset ref
6028 LatexCommand ref
6029 reference "sec:Longtables"
6030
6031 \end_inset
6032
6033 .
6034  Only one table row should contain a caption, either a header or a footer
6035  row.
6036 \end_layout
6037
6038 \begin_layout Standard
6039 Here is a short longtable to see how it works:
6040 \end_layout
6041
6042 \begin_layout Standard
6043 \begin_inset Tabular
6044 <lyxtabular version="3" rows="6" columns="5">
6045 <features rotate="0" islongtable="true" longtabularalignment="center">
6046 <column alignment="center" valignment="top">
6047 <column alignment="center" valignment="top">
6048 <column alignment="center" valignment="top">
6049 <column alignment="center" valignment="top">
6050 <column alignment="center" valignment="top">
6051 <row endfirsthead="true" caption="true">
6052 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056 \begin_inset Caption Standard
6057
6058 \begin_layout Plain Layout
6059 Longtable with caption
6060 \begin_inset Argument 1
6061 status open
6062
6063 \begin_layout Plain Layout
6064 Longtable
6065 \end_layout
6066
6067 \end_inset
6068
6069
6070 \end_layout
6071
6072 \end_inset
6073
6074
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Plain Layout
6083
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 </row>
6116 <row>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 1
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 2
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139 3
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148 4
6149 \end_layout
6150
6151 \end_inset
6152 </cell>
6153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6154 \begin_inset Text
6155
6156 \begin_layout Plain Layout
6157 5
6158 \end_layout
6159
6160 \end_inset
6161 </cell>
6162 </row>
6163 <row>
6164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 asd
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 s
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 s
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195 s
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Plain Layout
6204 asd
6205 \end_layout
6206
6207 \end_inset
6208 </cell>
6209 </row>
6210 <row>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 asd
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 s
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 s
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6239 \begin_inset Text
6240
6241 \begin_layout Plain Layout
6242 s
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6248 \begin_inset Text
6249
6250 \begin_layout Plain Layout
6251 asd
6252 \end_layout
6253
6254 \end_inset
6255 </cell>
6256 </row>
6257 <row>
6258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262 asd
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271 s
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280 s
6281 \end_layout
6282
6283 \end_inset
6284 </cell>
6285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6286 \begin_inset Text
6287
6288 \begin_layout Plain Layout
6289 s
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6295 \begin_inset Text
6296
6297 \begin_layout Plain Layout
6298 asd
6299 \end_layout
6300
6301 \end_inset
6302 </cell>
6303 </row>
6304 <row>
6305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309 asd
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318 asd
6319 \end_layout
6320
6321 \end_inset
6322 </cell>
6323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Plain Layout
6327 asd
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6333 \begin_inset Text
6334
6335 \begin_layout Plain Layout
6336 asd
6337 \end_layout
6338
6339 \end_inset
6340 </cell>
6341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6342 \begin_inset Text
6343
6344 \begin_layout Plain Layout
6345 asd
6346 \end_layout
6347
6348 \end_inset
6349 </cell>
6350 </row>
6351 </lyxtabular>
6352
6353 \end_inset
6354
6355
6356 \end_layout
6357
6358 \begin_layout Standard
6359 \begin_inset VSpace medskip
6360 \end_inset
6361
6362
6363 \begin_inset Note Greyedout
6364 status open
6365
6366 \begin_layout Plain Layout
6367
6368 \series bold
6369 Note
6370 \begin_inset space ~
6371 \end_inset
6372
6373 1:
6374 \series default
6375  The table number is increased for every longtable, even if you did not
6376  set a caption for it.
6377  For this reason you could have the case that e.
6378 \begin_inset space \thinspace{}
6379 \end_inset
6380
6381 g.
6382 \begin_inset space \space{}
6383 \end_inset
6384
6385 Table
6386 \begin_inset space ~
6387 \end_inset
6388
6389 2.4 follows Table
6390 \begin_inset space ~
6391 \end_inset
6392
6393 2.1 in the list of tables if there are two longtables without captions.
6394  To avoid this you can add the following command in TeX-Code after every
6395  longtable without a caption:
6396 \end_layout
6397
6398 \begin_layout Plain Layout
6399
6400 \series bold
6401
6402 \backslash
6403 addtocounter{table}{-1}
6404 \end_layout
6405
6406 \begin_layout Plain Layout
6407 This is not needed when none of your longtables has a caption and you add
6408  the following code to the document preamble:
6409 \end_layout
6410
6411 \begin_layout Plain Layout
6412
6413 \series bold
6414
6415 \backslash
6416 let
6417 \backslash
6418 myEnd
6419 \backslash
6420 endlongtable
6421 \begin_inset Newline newline
6422 \end_inset
6423
6424
6425 \backslash
6426 renewcommand{
6427 \backslash
6428 endlongtable}{
6429 \backslash
6430 myEnd
6431 \backslash
6432 addtocounter{table}{-1}}
6433 \end_layout
6434
6435 \end_inset
6436
6437
6438 \end_layout
6439
6440 \begin_layout Standard
6441 \begin_inset Note Greyedout
6442 status open
6443
6444 \begin_layout Plain Layout
6445
6446 \series bold
6447 Note
6448 \begin_inset space ~
6449 \end_inset
6450
6451 2:
6452 \series default
6453  If you are using
6454 \series bold
6455  hyperref
6456 \series default
6457
6458 \begin_inset Index idx
6459 status collapsed
6460
6461 \begin_layout Plain Layout
6462 LaTeX-packages ! hyperref
6463 \end_layout
6464
6465 \end_inset
6466
6467  in the 
6468 \family sans
6469 PDF Properties
6470 \family default
6471  of the 
6472 \family sans
6473 Document Settings
6474 \family default
6475  dialog to link cross-references, the link to a longtable caption will always
6476  point to the beginning of the document.
6477 \end_layout
6478
6479 \end_inset
6480
6481
6482 \end_layout
6483
6484 \begin_layout Subsubsection
6485 References to Longtables
6486 \begin_inset Index idx
6487 status collapsed
6488
6489 \begin_layout Plain Layout
6490 Longtables ! References
6491 \end_layout
6492
6493 \end_inset
6494
6495
6496 \end_layout
6497
6498 \begin_layout Standard
6499 \begin_inset Tabular
6500 <lyxtabular version="3" rows="6" columns="5">
6501 <features rotate="0" islongtable="true" longtabularalignment="center">
6502 <column alignment="center" valignment="top">
6503 <column alignment="center" valignment="top">
6504 <column alignment="center" valignment="top">
6505 <column alignment="center" valignment="top">
6506 <column alignment="center" valignment="top">
6507 <row endfirsthead="true" caption="true">
6508 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6509 \begin_inset Text
6510
6511 \begin_layout Plain Layout
6512 \begin_inset Caption Standard
6513
6514 \begin_layout Plain Layout
6515 Referenced longtable
6516 \begin_inset CommandInset label
6517 LatexCommand label
6518 name "tab:RefExample"
6519
6520 \end_inset
6521
6522
6523 \end_layout
6524
6525 \end_inset
6526
6527
6528 \end_layout
6529
6530 \end_inset
6531 </cell>
6532 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6533 \begin_inset Text
6534
6535 \begin_layout Plain Layout
6536
6537 \end_layout
6538
6539 \end_inset
6540 </cell>
6541 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6542 \begin_inset Text
6543
6544 \begin_layout Plain Layout
6545
6546 \end_layout
6547
6548 \end_inset
6549 </cell>
6550 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6551 \begin_inset Text
6552
6553 \begin_layout Plain Layout
6554
6555 \end_layout
6556
6557 \end_inset
6558 </cell>
6559 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6560 \begin_inset Text
6561
6562 \begin_layout Plain Layout
6563
6564 \end_layout
6565
6566 \end_inset
6567 </cell>
6568 </row>
6569 <row>
6570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Plain Layout
6574 1
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Plain Layout
6583 2
6584 \end_layout
6585
6586 \end_inset
6587 </cell>
6588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6589 \begin_inset Text
6590
6591 \begin_layout Plain Layout
6592 3
6593 \end_layout
6594
6595 \end_inset
6596 </cell>
6597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6598 \begin_inset Text
6599
6600 \begin_layout Plain Layout
6601 4
6602 \end_layout
6603
6604 \end_inset
6605 </cell>
6606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6607 \begin_inset Text
6608
6609 \begin_layout Plain Layout
6610 5
6611 \end_layout
6612
6613 \end_inset
6614 </cell>
6615 </row>
6616 <row>
6617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Plain Layout
6621 asd
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630 s
6631 \end_layout
6632
6633 \end_inset
6634 </cell>
6635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6636 \begin_inset Text
6637
6638 \begin_layout Plain Layout
6639 s
6640 \end_layout
6641
6642 \end_inset
6643 </cell>
6644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6645 \begin_inset Text
6646
6647 \begin_layout Plain Layout
6648 s
6649 \end_layout
6650
6651 \end_inset
6652 </cell>
6653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6654 \begin_inset Text
6655
6656 \begin_layout Plain Layout
6657 asd
6658 \end_layout
6659
6660 \end_inset
6661 </cell>
6662 </row>
6663 <row>
6664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6665 \begin_inset Text
6666
6667 \begin_layout Plain Layout
6668 asd
6669 \end_layout
6670
6671 \end_inset
6672 </cell>
6673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6674 \begin_inset Text
6675
6676 \begin_layout Plain Layout
6677 s
6678 \end_layout
6679
6680 \end_inset
6681 </cell>
6682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6683 \begin_inset Text
6684
6685 \begin_layout Plain Layout
6686 s
6687 \end_layout
6688
6689 \end_inset
6690 </cell>
6691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6692 \begin_inset Text
6693
6694 \begin_layout Plain Layout
6695 s
6696 \end_layout
6697
6698 \end_inset
6699 </cell>
6700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6701 \begin_inset Text
6702
6703 \begin_layout Plain Layout
6704 asd
6705 \end_layout
6706
6707 \end_inset
6708 </cell>
6709 </row>
6710 <row>
6711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6712 \begin_inset Text
6713
6714 \begin_layout Plain Layout
6715 asd
6716 \end_layout
6717
6718 \end_inset
6719 </cell>
6720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6721 \begin_inset Text
6722
6723 \begin_layout Plain Layout
6724 s
6725 \end_layout
6726
6727 \end_inset
6728 </cell>
6729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6730 \begin_inset Text
6731
6732 \begin_layout Plain Layout
6733 s
6734 \end_layout
6735
6736 \end_inset
6737 </cell>
6738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6739 \begin_inset Text
6740
6741 \begin_layout Plain Layout
6742 s
6743 \end_layout
6744
6745 \end_inset
6746 </cell>
6747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6748 \begin_inset Text
6749
6750 \begin_layout Plain Layout
6751 asd
6752 \end_layout
6753
6754 \end_inset
6755 </cell>
6756 </row>
6757 <row>
6758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6759 \begin_inset Text
6760
6761 \begin_layout Plain Layout
6762 asd
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771 sad
6772 \end_layout
6773
6774 \end_inset
6775 </cell>
6776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780 asd
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6786 \begin_inset Text
6787
6788 \begin_layout Plain Layout
6789 asd
6790 \end_layout
6791
6792 \end_inset
6793 </cell>
6794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6795 \begin_inset Text
6796
6797 \begin_layout Plain Layout
6798 asd
6799 \end_layout
6800
6801 \end_inset
6802 </cell>
6803 </row>
6804 </lyxtabular>
6805
6806 \end_inset
6807
6808
6809 \end_layout
6810
6811 \begin_layout Standard
6812 To reference a longtable, insert a label into the caption.
6813 \end_layout
6814
6815 \begin_layout Standard
6816 This is a reference to Table
6817 \begin_inset space ~
6818 \end_inset
6819
6820
6821 \begin_inset CommandInset ref
6822 LatexCommand ref
6823 reference "tab:RefExample"
6824
6825 \end_inset
6826
6827 .
6828 \end_layout
6829
6830 \begin_layout Standard
6831 The caption layout can be set together with all other captions of your document
6832  using the LaTeX-package 
6833 \series bold
6834 caption
6835 \series default
6836
6837 \begin_inset Index idx
6838 status collapsed
6839
6840 \begin_layout Plain Layout
6841 LaTeX-packages ! caption
6842 \end_layout
6843
6844 \end_inset
6845
6846 , see section
6847 \begin_inset space ~
6848 \end_inset
6849
6850
6851 \begin_inset CommandInset ref
6852 LatexCommand ref
6853 reference "sec:Caption-Formatting"
6854
6855 \end_inset
6856
6857 .
6858 \end_layout
6859
6860 \begin_layout Subsubsection
6861 Caption Width
6862 \begin_inset Index idx
6863 status collapsed
6864
6865 \begin_layout Plain Layout
6866 Longtables ! Caption Width
6867 \end_layout
6868
6869 \end_inset
6870
6871
6872 \end_layout
6873
6874 \begin_layout Standard
6875 The maximal width of caption lines is defined by the length 
6876 \series bold
6877
6878 \backslash
6879 LTcapwidth
6880 \series default
6881 .
6882  Its default value is 4
6883 \begin_inset space \thinspace{}
6884 \end_inset
6885
6886 in.
6887  To change it add the following command to your document preamble or as
6888  TeX-Code into your document before the longtable that should be affected
6889 \end_layout
6890
6891 \begin_layout Standard
6892
6893 \series bold
6894
6895 \backslash
6896 setlength{
6897 \backslash
6898 LTcapwidth}{width}
6899 \end_layout
6900
6901 \begin_layout Standard
6902 where the width could have one of the units listed in appendix
6903 \begin_inset space ~
6904 \end_inset
6905
6906
6907 \begin_inset CommandInset ref
6908 LatexCommand ref
6909 reference "cha:Units-available-in"
6910
6911 \end_inset
6912
6913 .
6914 \end_layout
6915
6916 \begin_layout Standard
6917 The following tables show the difference:
6918 \end_layout
6919
6920 \begin_layout Standard
6921 \begin_inset Tabular
6922 <lyxtabular version="3" rows="6" columns="5">
6923 <features rotate="0" islongtable="true" longtabularalignment="center">
6924 <column alignment="center" valignment="top">
6925 <column alignment="center" valignment="top">
6926 <column alignment="center" valignment="top">
6927 <column alignment="center" valignment="top">
6928 <column alignment="center" valignment="top">
6929 <row endfirsthead="true" caption="true">
6930 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6931 \begin_inset Text
6932
6933 \begin_layout Plain Layout
6934 \begin_inset Caption Standard
6935
6936 \begin_layout Plain Layout
6937 long full title with default width long full title with default width long
6938  full title with default width
6939 \begin_inset Argument 1
6940 status collapsed
6941
6942 \begin_layout Plain Layout
6943 caption with default width
6944 \end_layout
6945
6946 \end_inset
6947
6948
6949 \end_layout
6950
6951 \end_inset
6952
6953
6954 \end_layout
6955
6956 \end_inset
6957 </cell>
6958 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6959 \begin_inset Text
6960
6961 \begin_layout Plain Layout
6962
6963 \end_layout
6964
6965 \end_inset
6966 </cell>
6967 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6968 \begin_inset Text
6969
6970 \begin_layout Plain Layout
6971
6972 \end_layout
6973
6974 \end_inset
6975 </cell>
6976 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6977 \begin_inset Text
6978
6979 \begin_layout Plain Layout
6980
6981 \end_layout
6982
6983 \end_inset
6984 </cell>
6985 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6986 \begin_inset Text
6987
6988 \begin_layout Plain Layout
6989
6990 \end_layout
6991
6992 \end_inset
6993 </cell>
6994 </row>
6995 <row>
6996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000 1
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009 2
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Plain Layout
7018 3
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7024 \begin_inset Text
7025
7026 \begin_layout Plain Layout
7027 4
7028 \end_layout
7029
7030 \end_inset
7031 </cell>
7032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7033 \begin_inset Text
7034
7035 \begin_layout Plain Layout
7036 5
7037 \end_layout
7038
7039 \end_inset
7040 </cell>
7041 </row>
7042 <row>
7043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Plain Layout
7047 asd
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056 s
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065 s
7066 \end_layout
7067
7068 \end_inset
7069 </cell>
7070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7071 \begin_inset Text
7072
7073 \begin_layout Plain Layout
7074 s
7075 \end_layout
7076
7077 \end_inset
7078 </cell>
7079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7080 \begin_inset Text
7081
7082 \begin_layout Plain Layout
7083 asd
7084 \end_layout
7085
7086 \end_inset
7087 </cell>
7088 </row>
7089 <row>
7090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7091 \begin_inset Text
7092
7093 \begin_layout Plain Layout
7094 asd
7095 \end_layout
7096
7097 \end_inset
7098 </cell>
7099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7100 \begin_inset Text
7101
7102 \begin_layout Plain Layout
7103 s
7104 \end_layout
7105
7106 \end_inset
7107 </cell>
7108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7109 \begin_inset Text
7110
7111 \begin_layout Plain Layout
7112 s
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7118 \begin_inset Text
7119
7120 \begin_layout Plain Layout
7121 s
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Plain Layout
7130 asd
7131 \end_layout
7132
7133 \end_inset
7134 </cell>
7135 </row>
7136 <row>
7137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141 asd
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150 s
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7156 \begin_inset Text
7157
7158 \begin_layout Plain Layout
7159 s
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168 s
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7174 \begin_inset Text
7175
7176 \begin_layout Plain Layout
7177 asd
7178 \end_layout
7179
7180 \end_inset
7181 </cell>
7182 </row>
7183 <row>
7184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 asd
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197 sad
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7203 \begin_inset Text
7204
7205 \begin_layout Plain Layout
7206 asd
7207 \end_layout
7208
7209 \end_inset
7210 </cell>
7211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Plain Layout
7215 asd
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7221 \begin_inset Text
7222
7223 \begin_layout Plain Layout
7224 asd
7225 \end_layout
7226
7227 \end_inset
7228 </cell>
7229 </row>
7230 </lyxtabular>
7231
7232 \end_inset
7233
7234
7235 \end_layout
7236
7237 \begin_layout Standard
7238 \begin_inset ERT
7239 status collapsed
7240
7241 \begin_layout Plain Layout
7242
7243
7244 \backslash
7245 setlength{
7246 \backslash
7247 LTcapwidth}{5cm}
7248 \end_layout
7249
7250 \end_inset
7251
7252
7253 \begin_inset Tabular
7254 <lyxtabular version="3" rows="6" columns="5">
7255 <features rotate="0" islongtable="true" longtabularalignment="center">
7256 <column alignment="center" valignment="top">
7257 <column alignment="center" valignment="top">
7258 <column alignment="center" valignment="top">
7259 <column alignment="center" valignment="top">
7260 <column alignment="center" valignment="top">
7261 <row endfirsthead="true" caption="true">
7262 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Plain Layout
7266 \begin_inset Caption Standard
7267
7268 \begin_layout Plain Layout
7269 long full title with width set to 5
7270 \begin_inset space \thinspace{}
7271 \end_inset
7272
7273 cm long full title with width set to 5
7274 \begin_inset space \thinspace{}
7275 \end_inset
7276
7277 cm long full title with width set to 5
7278 \begin_inset space \thinspace{}
7279 \end_inset
7280
7281 cm
7282 \begin_inset Argument 1
7283 status collapsed
7284
7285 \begin_layout Plain Layout
7286 caption with width
7287 \begin_inset space \thinspace{}
7288 \end_inset
7289
7290 =
7291 \begin_inset space \thinspace{}
7292 \end_inset
7293
7294 5
7295 \begin_inset space \thinspace{}
7296 \end_inset
7297
7298 cm
7299 \end_layout
7300
7301 \end_inset
7302
7303
7304 \end_layout
7305
7306 \end_inset
7307
7308
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Plain Layout
7326
7327 \end_layout
7328
7329 \end_inset
7330 </cell>
7331 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7332 \begin_inset Text
7333
7334 \begin_layout Plain Layout
7335
7336 \end_layout
7337
7338 \end_inset
7339 </cell>
7340 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7341 \begin_inset Text
7342
7343 \begin_layout Plain Layout
7344
7345 \end_layout
7346
7347 \end_inset
7348 </cell>
7349 </row>
7350 <row>
7351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7352 \begin_inset Text
7353
7354 \begin_layout Plain Layout
7355 1
7356 \end_layout
7357
7358 \end_inset
7359 </cell>
7360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364 2
7365 \end_layout
7366
7367 \end_inset
7368 </cell>
7369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373 3
7374 \end_layout
7375
7376 \end_inset
7377 </cell>
7378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7379 \begin_inset Text
7380
7381 \begin_layout Plain Layout
7382 4
7383 \end_layout
7384
7385 \end_inset
7386 </cell>
7387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Plain Layout
7391 5
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 </row>
7397 <row>
7398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7399 \begin_inset Text
7400
7401 \begin_layout Plain Layout
7402 asd
7403 \end_layout
7404
7405 \end_inset
7406 </cell>
7407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7408 \begin_inset Text
7409
7410 \begin_layout Plain Layout
7411 s
7412 \end_layout
7413
7414 \end_inset
7415 </cell>
7416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Plain Layout
7420 s
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429 s
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Plain Layout
7438 asd
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 </row>
7444 <row>
7445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449 asd
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Plain Layout
7458 s
7459 \end_layout
7460
7461 \end_inset
7462 </cell>
7463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7464 \begin_inset Text
7465
7466 \begin_layout Plain Layout
7467 s
7468 \end_layout
7469
7470 \end_inset
7471 </cell>
7472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7473 \begin_inset Text
7474
7475 \begin_layout Plain Layout
7476 s
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485 asd
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 </row>
7491 <row>
7492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496 asd
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505 s
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514 s
7515 \end_layout
7516
7517 \end_inset
7518 </cell>
7519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Plain Layout
7523 s
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7529 \begin_inset Text
7530
7531 \begin_layout Plain Layout
7532 asd
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 </row>
7538 <row>
7539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543 asd
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7549 \begin_inset Text
7550
7551 \begin_layout Plain Layout
7552 sad
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561 asd
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Plain Layout
7570 asd
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7576 \begin_inset Text
7577
7578 \begin_layout Plain Layout
7579 asd
7580 \end_layout
7581
7582 \end_inset
7583 </cell>
7584 </row>
7585 </lyxtabular>
7586
7587 \end_inset
7588
7589
7590 \end_layout
7591
7592 \begin_layout Standard
7593 \begin_inset ERT
7594 status collapsed
7595
7596 \begin_layout Plain Layout
7597
7598
7599 \backslash
7600 setlength{
7601 \backslash
7602 LTcapwidth}{4in}
7603 \end_layout
7604
7605 \end_inset
7606
7607
7608 \end_layout
7609
7610 \begin_layout Standard
7611 \begin_inset Note Greyedout
7612 status open
7613
7614 \begin_layout Plain Layout
7615
7616 \series bold
7617 Note:
7618 \series default
7619  When the LaTeX-package 
7620 \series bold
7621 caption
7622 \series default
7623
7624 \begin_inset Index idx
7625 status collapsed
7626
7627 \begin_layout Plain Layout
7628 LaTeX-packages ! caption
7629 \end_layout
7630
7631 \end_inset
7632
7633  is used, as in this document, the full page width is used for the caption
7634  when you use the default value of 4
7635 \begin_inset space \thinspace{}
7636 \end_inset
7637
7638 in for 
7639 \series bold
7640
7641 \backslash
7642 LTcapwidth
7643 \series default
7644 .
7645  To get in this case exactly a 4
7646 \begin_inset space \thinspace{}
7647 \end_inset
7648
7649 in wide caption, you can either use a value slightly different from 4.0
7650 \begin_inset space \thinspace{}
7651 \end_inset
7652
7653 in, e.
7654 \begin_inset space \thinspace{}
7655 \end_inset
7656
7657 g.
7658 \begin_inset space \space{}
7659 \end_inset
7660
7661 3.99
7662 \begin_inset space \thinspace{}
7663 \end_inset
7664
7665 in, or the LaTeX-command 
7666 \series bold
7667
7668 \backslash
7669 captionsetup{width=value}
7670 \series default
7671  that is provided by the 
7672 \series bold
7673 caption
7674 \series default
7675 -package.
7676 \end_layout
7677
7678 \end_inset
7679
7680
7681 \end_layout
7682
7683 \begin_layout Subsubsection
7684 Different Captions for Table Pages
7685 \begin_inset Index idx
7686 status collapsed
7687
7688 \begin_layout Plain Layout
7689 Longtables ! Different Captions for Pages
7690 \end_layout
7691
7692 \end_inset
7693
7694
7695 \end_layout
7696
7697 \begin_layout Standard
7698 When the table captions for the following pages should differ from the one
7699  of the first table page, insert a caption with the TeX-Code command
7700 \end_layout
7701
7702 \begin_layout Standard
7703
7704 \series bold
7705
7706 \backslash
7707 caption*{caption text}
7708 \backslash
7709
7710 \backslash
7711 %
7712 \end_layout
7713
7714 \begin_layout Standard
7715 in a dummy caption row that is marked as a header.
7716  Table
7717 \begin_inset space ~
7718 \end_inset
7719
7720
7721 \begin_inset CommandInset ref
7722 LatexCommand ref
7723 reference "tab:DiffCaptions"
7724
7725 \end_inset
7726
7727  is an example of a longtable with different heading where the second caption
7728  doesn't include the table number.
7729 \end_layout
7730
7731 \begin_layout Standard
7732 \align center
7733 \begin_inset Tabular
7734 <lyxtabular version="3" rows="59" columns="3">
7735 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7736 <column alignment="left" valignment="top" width="0cm">
7737 <column alignment="left" valignment="top" width="0pt">
7738 <column alignment="center" valignment="top" width="0pt">
7739 <row endfirsthead="true" caption="true">
7740 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Plain Layout
7744 \begin_inset Caption Standard
7745
7746 \begin_layout Plain Layout
7747 Example Phone List
7748 \begin_inset CommandInset label
7749 LatexCommand label
7750 name "tab:DiffCaptions"
7751
7752 \end_inset
7753
7754
7755 \begin_inset Argument 1
7756 status collapsed
7757
7758 \begin_layout Plain Layout
7759 Example Phone List
7760 \end_layout
7761
7762 \end_inset
7763
7764
7765 \end_layout
7766
7767 \end_inset
7768
7769
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778
7779 \end_layout
7780
7781 \end_inset
7782 </cell>
7783 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7784 \begin_inset Text
7785
7786 \begin_layout Plain Layout
7787
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 </row>
7793 <row endfirsthead="true">
7794 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798
7799 \series bold
7800 Example Phone List (ignore the names)
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Plain Layout
7809
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7815 \begin_inset Text
7816
7817 \begin_layout Plain Layout
7818
7819 \end_layout
7820
7821 \end_inset
7822 </cell>
7823 </row>
7824 <row endfirsthead="true">
7825 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7826 \begin_inset Text
7827
7828 \begin_layout Plain Layout
7829
7830 \series bold
7831 NAME
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Plain Layout
7849
7850 \series bold
7851 TEL.
7852 \end_layout
7853
7854 \end_inset
7855 </cell>
7856 </row>
7857 <row endhead="true">
7858 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862 \begin_inset ERT
7863 status open
7864
7865 \begin_layout Plain Layout
7866
7867
7868 \backslash
7869 caption*{Continued Example Phone List}
7870 \backslash
7871
7872 \backslash
7873 %
7874 \end_layout
7875
7876 \end_inset
7877
7878
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 </row>
7902 <row endhead="true">
7903 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907
7908 \series bold
7909 Example Phone List
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Plain Layout
7927
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 </row>
7933 <row endhead="true">
7934 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938
7939 \series bold
7940 NAME
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958
7959 \series bold
7960 TEL.
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 </row>
7966 <row endfoot="true">
7967 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971 continued on next page
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 </row>
7995 <row>
7996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000
8001 \series bold
8002 Annovi
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011 Silvia
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020 111
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 </row>
8026 <row>
8027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031
8032 \series bold
8033 Bertoli
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042 Stefano
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051 111
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 </row>
8057 <row>
8058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062
8063 \series bold
8064 Bozzi
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073 Walter
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082 111
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 </row>
8088 <row>
8089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093
8094 \series bold
8095 Cachia
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104 Maria
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113 111
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 </row>
8119 <row>
8120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124
8125 \series bold
8126 Cachia
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135 Maurizio
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 111
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 </row>
8150 <row>
8151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155
8156 \series bold
8157 Cinquemani
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166 Giusi
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175 111
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 </row>
8181 <row>
8182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186
8187 \series bold
8188 Colin
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197 Bernard
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206 111
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 </row>
8212 <row>
8213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217
8218 \series bold
8219 Concli
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228 Gianfranco
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237 111
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 </row>
8243 <row>
8244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248
8249 \series bold
8250 Dal Bosco
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259 Carolina
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268 111
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 </row>
8274 <row>
8275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279
8280 \series bold
8281 Dalpiaz
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290 Annamaria
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299 111
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 </row>
8305 <row>
8306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310
8311 \series bold
8312 Feliciello
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8318 \begin_inset Text
8319
8320 \begin_layout Plain Layout
8321 Domenico
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330 111
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 </row>
8336 <row>
8337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341
8342 \series bold
8343 Focarelli
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352 Paola
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361 111
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 </row>
8367 <row>
8368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372
8373 \series bold
8374 Galletti
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383 Oreste
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392 111
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 </row>
8398 <row>
8399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403
8404 \series bold
8405 Gasparini
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414 Franca
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423 111
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 </row>
8429 <row>
8430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434
8435 \series bold
8436 Rizzardi
8437 \series default
8438
8439 \begin_inset Foot
8440 status open
8441
8442 \begin_layout Plain Layout
8443 Example footnote
8444 \end_layout
8445
8446 \end_inset
8447
8448
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457 Paola
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466 111
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 </row>
8472 <row>
8473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477
8478 \series bold
8479 Lassini
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488 Giancarlo
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497 111
8498 \end_layout
8499
8500 \end_inset
8501 </cell>
8502 </row>
8503 <row>
8504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508
8509 \series bold
8510 Malfatti
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519 Luciano
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528 111
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 </row>
8534 <row>
8535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539
8540 \series bold
8541 Malfatti
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550 Valeriano
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559 111
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 </row>
8565 <row>
8566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570
8571 \series bold
8572 Meneguzzo
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581 Roberto
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590 111
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 </row>
8596 <row>
8597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601
8602 \series bold
8603 Mezzadra
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612 Roberto
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621 111
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 </row>
8627 <row>
8628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632
8633 \series bold
8634 Pirpamer
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643 Erich
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652 111
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 </row>
8658 <row>
8659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663
8664 \series bold
8665 Pochiesa
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674 Paolo
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683 111, 222
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 </row>
8689 <row>
8690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694
8695 \series bold
8696 Radina
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705 Claudio
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714 111
8715 \end_layout
8716
8717 \end_inset
8718 </cell>
8719 </row>
8720 <row>
8721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725
8726 \series bold
8727 Stuffer
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Plain Layout
8736 Oskar
8737 \end_layout
8738
8739 \end_inset
8740 </cell>
8741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745 111
8746 \end_layout
8747
8748 \end_inset
8749 </cell>
8750 </row>
8751 <row>
8752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756
8757 \series bold
8758 Tacchelli
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767 Ugo
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776 111
8777 \end_layout
8778
8779 \end_inset
8780 </cell>
8781 </row>
8782 <row>
8783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787
8788 \series bold
8789 Tezzele
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798 Margit
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807 111
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 </row>
8813 <row>
8814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818
8819 \series bold
8820 Unterkalmsteiner
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829 Frieda
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838 111
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 </row>
8844 <row>
8845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849
8850 \series bold
8851 Vieider
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Plain Layout
8860 Hilde
8861 \end_layout
8862
8863 \end_inset
8864 </cell>
8865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869 111
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 </row>
8875 <row>
8876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880
8881 \series bold
8882 Vigna
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891 Jürgen
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900 111
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 </row>
8906 <row>
8907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911
8912 \series bold
8913 Weber
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922 Maurizio
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931 111
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 </row>
8937 <row>
8938 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942
8943 \series bold
8944 Winkler
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953 Franz
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962 111
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 </row>
8968 <row>
8969 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973  
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 </row>
8997 <row>
8998 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002
9003 \series bold
9004 Annovi
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013 Silvia
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022 555
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 </row>
9028 <row>
9029 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033
9034 \series bold
9035 Bertoli
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044 Stefano
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053 555
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 </row>
9059 <row>
9060 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064
9065 \series bold
9066 Bozzi
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075 Walter
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084 555
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 </row>
9090 <row>
9091 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095
9096 \series bold
9097 Cachia
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106 Maria
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115 555
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 </row>
9121 <row>
9122 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126
9127 \series bold
9128 Cachia
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137 Maurizio
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146 555
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 </row>
9152 <row>
9153 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157
9158 \series bold
9159 Cinquemani
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168 Giusi
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177 555
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 </row>
9183 <row>
9184 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188
9189 \series bold
9190 Colin
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199 Bernard
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208 555
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 </row>
9214 <row>
9215 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219
9220 \series bold
9221 Concli
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Plain Layout
9230 Gianfranco
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239 555
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 </row>
9245 <row>
9246 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250
9251 \series bold
9252 Dal Bosco
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 Carolina
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270 555
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 </row>
9276 <row>
9277 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281
9282 \series bold
9283 Dalpiaz
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292 Annamaria
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301 555
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 </row>
9307 <row>
9308 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312
9313 \series bold
9314 Feliciello
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9320 \begin_inset Text
9321
9322 \begin_layout Plain Layout
9323 Domenico
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332 555
9333 \end_layout
9334
9335 \end_inset
9336 </cell>
9337 </row>
9338 <row>
9339 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343
9344 \series bold
9345 Focarelli
9346 \end_layout
9347
9348 \end_inset
9349 </cell>
9350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9351 \begin_inset Text
9352
9353 \begin_layout Plain Layout
9354 Paola
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363 555
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 </row>
9369 <row>
9370 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9371 \begin_inset Text
9372
9373 \begin_layout Plain Layout
9374
9375 \series bold
9376 Galletti
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385 Oreste
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394 555
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 </row>
9400 <row>
9401 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405
9406 \series bold
9407 Gasparini
9408 \end_layout
9409
9410 \end_inset
9411 </cell>
9412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9413 \begin_inset Text
9414
9415 \begin_layout Plain Layout
9416 Franca
9417 \end_layout
9418
9419 \end_inset
9420 </cell>
9421 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425 555
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 </row>
9431 <row>
9432 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436
9437 \series bold
9438 Rizzardi
9439 \end_layout
9440
9441 \end_inset
9442 </cell>
9443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9444 \begin_inset Text
9445
9446 \begin_layout Plain Layout
9447 Paola
9448 \end_layout
9449
9450 \end_inset
9451 </cell>
9452 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9453 \begin_inset Text
9454
9455 \begin_layout Plain Layout
9456 555
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 </row>
9462 <row>
9463 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467
9468 \series bold
9469 Lassini
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9475 \begin_inset Text
9476
9477 \begin_layout Plain Layout
9478 Giancarlo
9479 \end_layout
9480
9481 \end_inset
9482 </cell>
9483 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487 555
9488 \end_layout
9489
9490 \end_inset
9491 </cell>
9492 </row>
9493 <row>
9494 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9495 \begin_inset Text
9496
9497 \begin_layout Plain Layout
9498
9499 \series bold
9500 Malfatti
9501 \end_layout
9502
9503 \end_inset
9504 </cell>
9505 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9506 \begin_inset Text
9507
9508 \begin_layout Plain Layout
9509 Luciano
9510 \end_layout
9511
9512 \end_inset
9513 </cell>
9514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9515 \begin_inset Text
9516
9517 \begin_layout Plain Layout
9518 555
9519 \end_layout
9520
9521 \end_inset
9522 </cell>
9523 </row>
9524 <row>
9525 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529
9530 \series bold
9531 Malfatti
9532 \end_layout
9533
9534 \end_inset
9535 </cell>
9536 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9537 \begin_inset Text
9538
9539 \begin_layout Plain Layout
9540 Valeriano
9541 \end_layout
9542
9543 \end_inset
9544 </cell>
9545 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9546 \begin_inset Text
9547
9548 \begin_layout Plain Layout
9549 555
9550 \end_layout
9551
9552 \end_inset
9553 </cell>
9554 </row>
9555 <row>
9556 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9557 \begin_inset Text
9558
9559 \begin_layout Plain Layout
9560
9561 \series bold
9562 Meneguzzo
9563 \end_layout
9564
9565 \end_inset
9566 </cell>
9567 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9568 \begin_inset Text
9569
9570 \begin_layout Plain Layout
9571 Roberto
9572 \end_layout
9573
9574 \end_inset
9575 </cell>
9576 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9577 \begin_inset Text
9578
9579 \begin_layout Plain Layout
9580 555
9581 \end_layout
9582
9583 \end_inset
9584 </cell>
9585 </row>
9586 <row>
9587 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9588 \begin_inset Text
9589
9590 \begin_layout Plain Layout
9591
9592 \series bold
9593 Mezzadra
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9599 \begin_inset Text
9600
9601 \begin_layout Plain Layout
9602 Roberto
9603 \end_layout
9604
9605 \end_inset
9606 </cell>
9607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9608 \begin_inset Text
9609
9610 \begin_layout Plain Layout
9611 555
9612 \end_layout
9613
9614 \end_inset
9615 </cell>
9616 </row>
9617 </lyxtabular>
9618
9619 \end_inset
9620
9621
9622 \end_layout
9623
9624 \begin_layout Section
9625 Special Longtable Issues
9626 \begin_inset CommandInset label
9627 LatexCommand label
9628 name "sec:Special-Longtable-Issues"
9629
9630 \end_inset
9631
9632
9633 \end_layout
9634
9635 \begin_layout Subsection
9636 Longtable Calculation
9637 \begin_inset Index idx
9638 status collapsed
9639
9640 \begin_layout Plain Layout
9641 Longtables ! Calculation
9642 \end_layout
9643
9644 \end_inset
9645
9646
9647 \end_layout
9648
9649 \begin_layout Standard
9650 LaTeX calculates the height of table pages and their page breaks using so
9651  called chunks.
9652  Chunks are parts of tables that held at the same time in LaTeX's memory.
9653  The default value was historically set to only 20 table rows.
9654  If you are using longtables with many pages this may slow down the creation
9655  of your document.
9656  You can safely increase the chunk size to values of 100-1000 by adding
9657  this command line to your document preamble:
9658 \end_layout
9659
9660 \begin_layout Standard
9661
9662 \series bold
9663
9664 \backslash
9665 setcounter{LTchunksize}{100}
9666 \end_layout
9667
9668 \begin_layout Subsection
9669 Floats and Longtables
9670 \begin_inset Index idx
9671 status collapsed
9672
9673 \begin_layout Plain Layout
9674 Longtables ! Floats
9675 \end_layout
9676
9677 \end_inset
9678
9679
9680 \end_layout
9681
9682 \begin_layout Standard
9683 There might be problems when a float appears on the same page where a longtable
9684  starts.
9685  To avoid such a situation, insert a 
9686 \begin_inset Quotes eld
9687 \end_inset
9688
9689 clear page
9690 \begin_inset Quotes erd
9691 \end_inset
9692
9693  (menu 
9694 \family sans
9695 Insert\SpecialChar \menuseparator
9696 Formatting\SpecialChar \menuseparator
9697 Clear
9698 \begin_inset space ~
9699 \end_inset
9700
9701 Page
9702 \family default
9703 ) before your longtable.
9704 \end_layout
9705
9706 \begin_layout Subsection
9707 Forced Page Breaks
9708 \begin_inset Index idx
9709 status collapsed
9710
9711 \begin_layout Plain Layout
9712 Longtables ! Forced Page Breaks
9713 \end_layout
9714
9715 \end_inset
9716
9717
9718 \end_layout
9719
9720 \begin_layout Standard
9721 By default tables are only broken between rows.
9722  If you have a cell with multiples lines and want to have a page break within
9723  the cell, insert the new line command 
9724 \begin_inset Quotes eld
9725 \end_inset
9726
9727
9728 \series bold
9729
9730 \backslash
9731
9732 \backslash
9733
9734 \series default
9735
9736 \begin_inset Quotes erd
9737 \end_inset
9738
9739  as TeX-Code at the point of the cell where it can be broken.
9740  Before the 
9741 \series bold
9742
9743 \backslash
9744
9745 \backslash
9746
9747 \series default
9748  command you have to insert in TeX-Code as many 
9749 \begin_inset Quotes eld
9750 \end_inset
9751
9752
9753 \series bold
9754 &
9755 \series default
9756
9757 \begin_inset Quotes erd
9758 \end_inset
9759
9760  characters as the number of the following table columns.
9761  The 
9762 \series bold
9763 &
9764 \series default
9765  is the character to separate table cells.
9766  Write in TeX-Code after each 
9767 \series bold
9768 &
9769 \series default
9770  the content of the corresponding following cell and delete the content
9771  of these cells.
9772 \begin_inset Newline newline
9773 \end_inset
9774
9775 After the 
9776 \series bold
9777
9778 \backslash
9779
9780 \backslash
9781
9782 \series default
9783  command, insert as many 
9784 \series bold
9785 &
9786 \series default
9787  characters as the number of table columns before the current column.
9788  In Table
9789 \begin_inset space ~
9790 \end_inset
9791
9792
9793 \begin_inset CommandInset ref
9794 LatexCommand ref
9795 reference "tab:ForcedPagebreak"
9796
9797 \end_inset
9798
9799  the cell that should be broken is in the second column followed by another
9800  column.
9801  Therefore the following command was inserted in the cell as TeX-Code after
9802  
9803 \begin_inset Quotes eld
9804 \end_inset
9805
9806
9807 \emph on
9808 Castelchiodato,
9809 \emph default
9810
9811 \begin_inset Quotes erd
9812 \end_inset
9813
9814 :
9815 \end_layout
9816
9817 \begin_layout Standard
9818
9819 \series bold
9820 & 111
9821 \backslash
9822
9823 \backslash
9824  
9825 \backslash
9826 newpage
9827 \begin_inset Newline newline
9828 \end_inset
9829
9830 &
9831 \end_layout
9832
9833 \begin_layout Standard
9834 The 
9835 \begin_inset Quotes eld
9836 \end_inset
9837
9838 111
9839 \begin_inset Quotes erd
9840 \end_inset
9841
9842  in the third column of the row was deleted.
9843  
9844 \series bold
9845
9846 \backslash
9847 newpage
9848 \series default
9849  is only needed when a page break should definitely occur at this position,
9850  otherwise it would be a conditional break.
9851  If your footer row of the longtable has for a certain reason no upper line
9852  but you would have a horizontal line where the cell is broken, use this
9853  command instead:
9854 \end_layout
9855
9856 \begin_layout Standard
9857
9858 \series bold
9859 & 111
9860 \backslash
9861
9862 \backslash
9863
9864 \begin_inset Newline newline
9865 \end_inset
9866
9867
9868 \backslash
9869 hline &
9870 \end_layout
9871
9872 \begin_layout Standard
9873 When the cell to be broken is in the last column, the command
9874 \end_layout
9875
9876 \begin_layout Standard
9877
9878 \series bold
9879
9880 \backslash
9881 setlength{
9882 \backslash
9883 parfillskip}{0pt}
9884 \end_layout
9885
9886 \begin_layout Standard
9887 must be inserted as TeX-Code at the beginning of the cell.
9888  This ensures that the part of the cell that will be displayed on the new
9889  page appears with the full width.
9890 \end_layout
9891
9892 \begin_layout Standard
9893 \align center
9894 \begin_inset Tabular
9895 <lyxtabular version="3" rows="38" columns="3">
9896 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9897 <column alignment="left" valignment="top" width="0cm">
9898 <column alignment="left" valignment="top" width="3cm">
9899 <column alignment="center" valignment="top" width="0pt">
9900 <row endfirsthead="true" caption="true">
9901 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905 \begin_inset Caption Standard
9906
9907 \begin_layout Plain Layout
9908 Table with forced page break in table cell
9909 \begin_inset CommandInset label
9910 LatexCommand label
9911 name "tab:ForcedPagebreak"
9912
9913 \end_inset
9914
9915
9916 \begin_inset Argument 1
9917 status collapsed
9918
9919 \begin_layout Plain Layout
9920 Table with forced page break in table cell
9921 \end_layout
9922
9923 \end_inset
9924
9925
9926 \end_layout
9927
9928 \end_inset
9929
9930
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 </row>
9954 <row endfirsthead="true">
9955 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959
9960 \series bold
9961 Example Phone List (ignore the names)
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9976 \begin_inset Text
9977
9978 \begin_layout Plain Layout
9979
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 </row>
9985 <row endfirsthead="true">
9986 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990
9991 \series bold
9992 NAME
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10007 \begin_inset Text
10008
10009 \begin_layout Plain Layout
10010
10011 \series bold
10012 TEL.
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 </row>
10018 <row endhead="true">
10019 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023 \begin_inset ERT
10024 status collapsed
10025
10026 \begin_layout Plain Layout
10027
10028
10029 \backslash
10030 caption*{Continued Example Phone List}
10031 \backslash
10032
10033 \backslash
10034 %
10035 \end_layout
10036
10037 \end_inset
10038
10039
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 </row>
10063 <row endhead="true">
10064 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068
10069 \series bold
10070 Example Phone List
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 </row>
10094 <row endhead="true">
10095 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099
10100 \series bold
10101 NAME
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Plain Layout
10110
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119
10120 \series bold
10121 TEL.
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 </row>
10127 <row endfoot="true">
10128 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132 continued on next page
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 </row>
10156 <row>
10157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161
10162 \series bold
10163 Annovi
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10169 \begin_inset Text
10170
10171 \begin_layout Plain Layout
10172 Silvia
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181 111
10182 \end_layout
10183
10184 \end_inset
10185 </cell>
10186 </row>
10187 <row>
10188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10189 \begin_inset Text
10190
10191 \begin_layout Plain Layout
10192
10193 \series bold
10194 Bertoli
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Plain Layout
10203 Stefano
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212 111
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 </row>
10218 <row>
10219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223
10224 \series bold
10225 Bozzi
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234 Walter
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243 111
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 </row>
10249 <row>
10250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254
10255 \series bold
10256 Cachia
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265 Maria
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274 111
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 </row>
10280 <row>
10281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285
10286 \series bold
10287 Cachia
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296 Maurizio
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305 111
10306 \end_layout
10307
10308 \end_inset
10309 </cell>
10310 </row>
10311 <row>
10312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316
10317 \series bold
10318 Cinquemani
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327 Giusi
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336 111
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 </row>
10342 <row>
10343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347
10348 \series bold
10349 Colin
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358 Bernard
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10364 \begin_inset Text
10365
10366 \begin_layout Plain Layout
10367 111
10368 \end_layout
10369
10370 \end_inset
10371 </cell>
10372 </row>
10373 <row>
10374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378
10379 \series bold
10380 Concli
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389 Gianfranco
10390 \end_layout
10391
10392 \end_inset
10393 </cell>
10394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10395 \begin_inset Text
10396
10397 \begin_layout Plain Layout
10398 111
10399 \end_layout
10400
10401 \end_inset
10402 </cell>
10403 </row>
10404 <row>
10405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409
10410 \series bold
10411 Dal Bosco
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Plain Layout
10420 Carolina
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429 111
10430 \end_layout
10431
10432 \end_inset
10433 </cell>
10434 </row>
10435 <row>
10436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440
10441 \series bold
10442 Dalpiaz
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451 Annamaria
10452 \end_layout
10453
10454 \end_inset
10455 </cell>
10456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Plain Layout
10460 111
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 </row>
10466 <row>
10467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471
10472 \series bold
10473 Feliciello
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482 Domenico
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491 111
10492 \end_layout
10493
10494 \end_inset
10495 </cell>
10496 </row>
10497 <row>
10498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502
10503 \series bold
10504 Focarelli
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513 Paola
10514 \end_layout
10515
10516 \end_inset
10517 </cell>
10518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522 111
10523 \end_layout
10524
10525 \end_inset
10526 </cell>
10527 </row>
10528 <row>
10529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533
10534 \series bold
10535 Galletti
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544 Oreste
10545 \end_layout
10546
10547 \end_inset
10548 </cell>
10549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553 111
10554 \end_layout
10555
10556 \end_inset
10557 </cell>
10558 </row>
10559 <row>
10560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564
10565 \series bold
10566 Gasparini
10567 \end_layout
10568
10569 \end_inset
10570 </cell>
10571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10572 \begin_inset Text
10573
10574 \begin_layout Plain Layout
10575 Franca
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584 111
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 </row>
10590 <row>
10591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595
10596 \series bold
10597 Lassini
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606 Giancarlo
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615 111
10616 \end_layout
10617
10618 \end_inset
10619 </cell>
10620 </row>
10621 <row>
10622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626
10627 \series bold
10628 Malfatti
10629 \end_layout
10630
10631 \end_inset
10632 </cell>
10633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Plain Layout
10637 Luciano
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646 111
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 </row>
10652 <row>
10653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657
10658 \series bold
10659 Malfatti
10660 \end_layout
10661
10662 \end_inset
10663 </cell>
10664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668 Valeriano
10669 \end_layout
10670
10671 \end_inset
10672 </cell>
10673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677 111
10678 \end_layout
10679
10680 \end_inset
10681 </cell>
10682 </row>
10683 <row>
10684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10685 \begin_inset Text
10686
10687 \begin_layout Plain Layout
10688
10689 \series bold
10690 Meneguzzo
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10696 \begin_inset Text
10697
10698 \begin_layout Plain Layout
10699 Roberto
10700 \end_layout
10701
10702 \end_inset
10703 </cell>
10704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708 111
10709 \end_layout
10710
10711 \end_inset
10712 </cell>
10713 </row>
10714 <row>
10715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719
10720 \series bold
10721 Mezzadra
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10727 \begin_inset Text
10728
10729 \begin_layout Plain Layout
10730 Roberto
10731 \end_layout
10732
10733 \end_inset
10734 </cell>
10735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10736 \begin_inset Text
10737
10738 \begin_layout Plain Layout
10739 111
10740 \end_layout
10741
10742 \end_inset
10743 </cell>
10744 </row>
10745 <row>
10746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Plain Layout
10750
10751 \series bold
10752 Pirpamer
10753 \end_layout
10754
10755 \end_inset
10756 </cell>
10757 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10758 \begin_inset Text
10759
10760 \begin_layout Plain Layout
10761 Erich
10762 \end_layout
10763
10764 \end_inset
10765 </cell>
10766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770 111
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 </row>
10776 <row>
10777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781
10782 \series bold
10783 Pochiesa
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Plain Layout
10792 Paolo
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801 111, 222
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 </row>
10807 <row>
10808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10809 \begin_inset Text
10810
10811 \begin_layout Plain Layout
10812
10813 \series bold
10814 Radina
10815 \end_layout
10816
10817 \end_inset
10818 </cell>
10819 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10820 \begin_inset Text
10821
10822 \begin_layout Plain Layout
10823 Claudio
10824 \end_layout
10825
10826 \end_inset
10827 </cell>
10828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10829 \begin_inset Text
10830
10831 \begin_layout Plain Layout
10832 111
10833 \end_layout
10834
10835 \end_inset
10836 </cell>
10837 </row>
10838 <row>
10839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10840 \begin_inset Text
10841
10842 \begin_layout Plain Layout
10843
10844 \series bold
10845 Rizzardi
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10851 \begin_inset Text
10852
10853 \begin_layout Plain Layout
10854 Paolo, 11.
10855  Fürst von Montecompatri, 11.
10856  Fürst von Sulmona und Vivaro, 10.
10857  Fürst von Rossano, 5.
10858  Herzog von Canemorte, 11.
10859  Herzog von Palombara, 5.
10860  Herzog von Castelchiodato,
10861 \begin_inset ERT
10862 status open
10863
10864 \begin_layout Plain Layout
10865
10866 & 111
10867 \backslash
10868
10869 \backslash
10870  
10871 \backslash
10872 newpage
10873 \end_layout
10874
10875 \begin_layout Plain Layout
10876
10877 &
10878 \end_layout
10879
10880 \end_inset
10881
10882  11.
10883  Herzog von Poggionativo, 11.
10884  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10885  Graf von Valinfreda, 11.
10886  Baron von Cropalati, 11.
10887  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10888 \end_layout
10889
10890 \end_inset
10891 </cell>
10892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10893 \begin_inset Text
10894
10895 \begin_layout Plain Layout
10896
10897 \end_layout
10898
10899 \end_inset
10900 </cell>
10901 </row>
10902 <row>
10903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907
10908 \series bold
10909 Stuffer
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918 Oskar
10919 \end_layout
10920
10921 \end_inset
10922 </cell>
10923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10924 \begin_inset Text
10925
10926 \begin_layout Plain Layout
10927 111
10928 \end_layout
10929
10930 \end_inset
10931 </cell>
10932 </row>
10933 <row>
10934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10935 \begin_inset Text
10936
10937 \begin_layout Plain Layout
10938
10939 \series bold
10940 Tacchelli
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949 Ugo
10950 \end_layout
10951
10952 \end_inset
10953 </cell>
10954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10955 \begin_inset Text
10956
10957 \begin_layout Plain Layout
10958 111
10959 \end_layout
10960
10961 \end_inset
10962 </cell>
10963 </row>
10964 <row>
10965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969
10970 \series bold
10971 Tezzele
10972 \end_layout
10973
10974 \end_inset
10975 </cell>
10976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980 Margit
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989 111
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 </row>
10995 <row>
10996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000
11001 \series bold
11002 Unterkalmsteiner
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011 Frieda
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020 111
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 </row>
11026 <row>
11027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031
11032 \series bold
11033 Vieider
11034 \end_layout
11035
11036 \end_inset
11037 </cell>
11038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11039 \begin_inset Text
11040
11041 \begin_layout Plain Layout
11042 Hilde
11043 \end_layout
11044
11045 \end_inset
11046 </cell>
11047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11048 \begin_inset Text
11049
11050 \begin_layout Plain Layout
11051 111
11052 \end_layout
11053
11054 \end_inset
11055 </cell>
11056 </row>
11057 <row>
11058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062
11063 \series bold
11064 Vigna
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11070 \begin_inset Text
11071
11072 \begin_layout Plain Layout
11073 Jürgen
11074 \end_layout
11075
11076 \end_inset
11077 </cell>
11078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082 111
11083 \end_layout
11084
11085 \end_inset
11086 </cell>
11087 </row>
11088 <row>
11089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093
11094 \series bold
11095 Weber
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104 Maurizio
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11110 \begin_inset Text
11111
11112 \begin_layout Plain Layout
11113 111
11114 \end_layout
11115
11116 \end_inset
11117 </cell>
11118 </row>
11119 <row>
11120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11121 \begin_inset Text
11122
11123 \begin_layout Plain Layout
11124
11125 \series bold
11126 Winkler
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135 Franz
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 111
11145 \end_layout
11146
11147 \end_inset
11148 </cell>
11149 </row>
11150 </lyxtabular>
11151
11152 \end_inset
11153
11154
11155 \end_layout
11156
11157 \begin_layout Section
11158 Multiple Lines, Columns and Rows
11159 \end_layout
11160
11161 \begin_layout Subsection
11162 Multiple Lines in Table Cells
11163 \begin_inset CommandInset label
11164 LatexCommand label
11165 name "sub:Multiple-Lines-in"
11166
11167 \end_inset
11168
11169
11170 \begin_inset Index idx
11171 status collapsed
11172
11173 \begin_layout Plain Layout
11174 Multiple Lines in Table Cells
11175 \end_layout
11176
11177 \end_inset
11178
11179
11180 \begin_inset Index idx
11181 status collapsed
11182
11183 \begin_layout Plain Layout
11184 Table ! Linebreaks
11185 \end_layout
11186
11187 \end_inset
11188
11189
11190 \end_layout
11191
11192 \begin_layout Standard
11193 \noindent
11194 \begin_inset Float table
11195 placement H
11196 wide false
11197 sideways false
11198 status open
11199
11200 \begin_layout Plain Layout
11201 \begin_inset Caption Standard
11202
11203 \begin_layout Plain Layout
11204 \begin_inset CommandInset label
11205 LatexCommand label
11206 name "tab:Table-with-multiple"
11207
11208 \end_inset
11209
11210 Table with multiple lines in cells
11211 \end_layout
11212
11213 \end_inset
11214
11215
11216 \end_layout
11217
11218 \begin_layout Plain Layout
11219 \align center
11220 \begin_inset Tabular
11221 <lyxtabular version="3" rows="3" columns="3">
11222 <features rotate="0" tabularvalignment="middle">
11223 <column alignment="center" valignment="middle" width="2.5cm">
11224 <column alignment="center" valignment="middle">
11225 <column alignment="center" valignment="middle">
11226 <row>
11227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231 multiple
11232 \begin_inset Newline linebreak
11233 \end_inset
11234
11235 lines
11236 \end_layout
11237
11238 \end_inset
11239 </cell>
11240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11241 \begin_inset Text
11242
11243 \begin_layout Plain Layout
11244 b
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253 c
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 </row>
11259 <row>
11260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264 d
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273 e
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282 f
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 </row>
11288 <row>
11289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293 g
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302 h
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311 i
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 </row>
11317 </lyxtabular>
11318
11319 \end_inset
11320
11321
11322 \end_layout
11323
11324 \end_inset
11325
11326
11327 \end_layout
11328
11329 \begin_layout Standard
11330 Setting a fixed width for a column enables you to enter text as a paragraph
11331  with multiple lines and hyphenation.
11332 \end_layout
11333
11334 \begin_layout Standard
11335 To produce Table
11336 \begin_inset space ~
11337 \end_inset
11338
11339
11340 \begin_inset CommandInset ref
11341 LatexCommand ref
11342 reference "tab:Table-with-multiple"
11343
11344 \end_inset
11345
11346 , create a 3×3 table, mark the first cell and right-click on it.
11347  In the appearing table dialog we set a cell width of 2.5
11348 \begin_inset space \thinspace{}
11349 \end_inset
11350
11351 cm and choose centered for the vertical and horizontal alignment.
11352  The vertical alignment is used for all cells of the row.
11353  As our text is smaller than 2.5
11354 \begin_inset space \thinspace{}
11355 \end_inset
11356
11357 cm, only one line will appear.
11358  To get two lines, a justified line break (shortcut 
11359 \begin_inset Info
11360 type  "shortcut"
11361 arg   "newline-insert linebreak"
11362 \end_inset
11363
11364 ) was added.
11365  If the text is wider than the set cell width, it will automatically be
11366  broken to several lines.
11367 \end_layout
11368
11369 \begin_layout Standard
11370 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11371  by LaTeX if it is the first entry.
11372  Therefore you need to insert something to prevent the word not being the
11373  first entry.
11374  So add a horizontal space of 0
11375 \begin_inset space \thinspace{}
11376 \end_inset
11377
11378 pt before the word.
11379  As the space is zero, it doesn't change the output.
11380  Table
11381 \begin_inset space ~
11382 \end_inset
11383
11384
11385 \begin_inset CommandInset ref
11386 LatexCommand ref
11387 reference "tab:Table-with-and"
11388
11389 \end_inset
11390
11391  shows the effect.
11392 \end_layout
11393
11394 \begin_layout Standard
11395 \begin_inset Float table
11396 placement h
11397 wide false
11398 sideways false
11399 status open
11400
11401 \begin_layout Plain Layout
11402 \begin_inset Caption Standard
11403
11404 \begin_layout Plain Layout
11405 \begin_inset CommandInset label
11406 LatexCommand label
11407 name "tab:Table-with-and"
11408
11409 \end_inset
11410
11411 Table with and without hyphenation
11412 \end_layout
11413
11414 \end_inset
11415
11416
11417 \end_layout
11418
11419 \begin_layout Plain Layout
11420 \begin_inset space \hfill{}
11421 \end_inset
11422
11423
11424 \begin_inset Tabular
11425 <lyxtabular version="3" rows="3" columns="3">
11426 <features rotate="0" tabularvalignment="middle">
11427 <column alignment="center" valignment="middle" width="2.5cm">
11428 <column alignment="center" valignment="middle">
11429 <column alignment="center" valignment="middle">
11430 <row>
11431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 verylongtablecellword
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 b
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 c
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 </row>
11459 <row>
11460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 d
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 e
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 f
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 </row>
11488 <row>
11489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11490 \begin_inset Text
11491
11492 \begin_layout Plain Layout
11493 g
11494 \end_layout
11495
11496 \end_inset
11497 </cell>
11498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502 h
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 i
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 </row>
11517 </lyxtabular>
11518
11519 \end_inset
11520
11521
11522 \begin_inset space \hfill{}
11523 \end_inset
11524
11525
11526 \begin_inset Tabular
11527 <lyxtabular version="3" rows="3" columns="3">
11528 <features rotate="0" tabularvalignment="middle">
11529 <column alignment="center" valignment="middle" width="2.5cm">
11530 <column alignment="center" valignment="middle">
11531 <column alignment="center" valignment="middle">
11532 <row>
11533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11534 \begin_inset Text
11535
11536 \begin_layout Plain Layout
11537 \begin_inset space \hspace{}
11538 \length 0pt
11539 \end_inset
11540
11541 verylongtablecellword
11542 \end_layout
11543
11544 \end_inset
11545 </cell>
11546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11547 \begin_inset Text
11548
11549 \begin_layout Plain Layout
11550 b
11551 \end_layout
11552
11553 \end_inset
11554 </cell>
11555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11556 \begin_inset Text
11557
11558 \begin_layout Plain Layout
11559 c
11560 \end_layout
11561
11562 \end_inset
11563 </cell>
11564 </row>
11565 <row>
11566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11567 \begin_inset Text
11568
11569 \begin_layout Plain Layout
11570 d
11571 \end_layout
11572
11573 \end_inset
11574 </cell>
11575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11576 \begin_inset Text
11577
11578 \begin_layout Plain Layout
11579 e
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11585 \begin_inset Text
11586
11587 \begin_layout Plain Layout
11588 f
11589 \end_layout
11590
11591 \end_inset
11592 </cell>
11593 </row>
11594 <row>
11595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599 g
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608 h
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11614 \begin_inset Text
11615
11616 \begin_layout Plain Layout
11617 i
11618 \end_layout
11619
11620 \end_inset
11621 </cell>
11622 </row>
11623 </lyxtabular>
11624
11625 \end_inset
11626
11627
11628 \begin_inset space \hfill{}
11629 \end_inset
11630
11631
11632 \end_layout
11633
11634 \end_inset
11635
11636
11637 \end_layout
11638
11639 \begin_layout Subsection
11640 Multicolumns
11641 \begin_inset CommandInset label
11642 LatexCommand label
11643 name "sub:Multicolumns"
11644
11645 \end_inset
11646
11647
11648 \begin_inset Index idx
11649 status collapsed
11650
11651 \begin_layout Plain Layout
11652 Multicolumns
11653 \end_layout
11654
11655 \end_inset
11656
11657
11658 \begin_inset Index idx
11659 status collapsed
11660
11661 \begin_layout Plain Layout
11662 Table ! Multicolumns
11663 \end_layout
11664
11665 \end_inset
11666
11667
11668 \end_layout
11669
11670 \begin_layout Subsubsection
11671 Multicolumn Basics
11672 \end_layout
11673
11674 \begin_layout Standard
11675 To merge cells over multiple columns, select as many cells within a row
11676  as you want to merge and use either the table-toolbar button 
11677 \begin_inset Info
11678 type  "icon"
11679 arg   "inset-modify tabular multicolumn"
11680 \end_inset
11681
11682 , or the menu 
11683 \family sans
11684 Edit\SpecialChar \menuseparator
11685 Table\SpecialChar \menuseparator
11686 Multicolumn
11687 \family default
11688 , or right click on the marked cells and choose 
11689 \family sans
11690 Multicolumn
11691 \family default
11692  in the context menu.
11693 \end_layout
11694
11695 \begin_layout Standard
11696 Multicolumns have there own cell settings.
11697  That means changing cell borders, cell alignment, and the width only affects
11698  the multicolumn.
11699  Here is an example table with a multicolumn cell in the first row and one
11700  in the last row without the upper border:
11701 \end_layout
11702
11703 \begin_layout Standard
11704 \align center
11705 \begin_inset Tabular
11706 <lyxtabular version="3" rows="3" columns="4">
11707 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11708 <column alignment="center" valignment="top" width="0pt">
11709 <column alignment="center" valignment="middle">
11710 <column alignment="center" valignment="top" width="0in">
11711 <column alignment="center" valignment="top" width="0pt">
11712 <row>
11713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11714 \begin_inset Text
11715
11716 \begin_layout Plain Layout
11717 abc
11718 \end_layout
11719
11720 \end_inset
11721 </cell>
11722 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11723 \begin_inset Text
11724
11725 \begin_layout Plain Layout
11726 def ghi
11727 \end_layout
11728
11729 \end_inset
11730 </cell>
11731 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11732 \begin_inset Text
11733
11734 \begin_layout Plain Layout
11735
11736 \end_layout
11737
11738 \end_inset
11739 </cell>
11740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11741 \begin_inset Text
11742
11743 \begin_layout Plain Layout
11744 jkl
11745 \end_layout
11746
11747 \end_inset
11748 </cell>
11749 </row>
11750 <row>
11751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11752 \begin_inset Text
11753
11754 \begin_layout Plain Layout
11755
11756 \family roman
11757 \series medium
11758 \shape up
11759 \size normal
11760 \emph off
11761 \bar no
11762 \noun off
11763 \color none
11764 A
11765 \end_layout
11766
11767 \end_inset
11768 </cell>
11769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Plain Layout
11773 B
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11779 \begin_inset Text
11780
11781 \begin_layout Plain Layout
11782 C
11783 \end_layout
11784
11785 \end_inset
11786 </cell>
11787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11788 \begin_inset Text
11789
11790 \begin_layout Plain Layout
11791 D
11792 \end_layout
11793
11794 \end_inset
11795 </cell>
11796 </row>
11797 <row>
11798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11799 \begin_inset Text
11800
11801 \begin_layout Plain Layout
11802 1
11803 \end_layout
11804
11805 \end_inset
11806 </cell>
11807 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11808 \begin_inset Text
11809
11810 \begin_layout Plain Layout
11811 2
11812 \end_layout
11813
11814 \end_inset
11815 </cell>
11816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11817 \begin_inset Text
11818
11819 \begin_layout Plain Layout
11820 3
11821 \end_layout
11822
11823 \end_inset
11824 </cell>
11825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11826 \begin_inset Text
11827
11828 \begin_layout Plain Layout
11829 4
11830 \end_layout
11831
11832 \end_inset
11833 </cell>
11834 </row>
11835 </lyxtabular>
11836
11837 \end_inset
11838
11839
11840 \end_layout
11841
11842 \begin_layout Subsubsection
11843 Multicolumn Calculations
11844 \begin_inset CommandInset label
11845 LatexCommand label
11846 name "sub:Multicolumn-Calculations"
11847
11848 \end_inset
11849
11850
11851 \begin_inset Index idx
11852 status collapsed
11853
11854 \begin_layout Plain Layout
11855 Multicolumns ! Calculations
11856 \end_layout
11857
11858 \end_inset
11859
11860
11861 \end_layout
11862
11863 \begin_layout Standard
11864 LyX supports multicolumns directly, but we have to take account of the cell
11865  width of the columns spanned by the multicolumn cell.
11866 \end_layout
11867
11868 \begin_layout Standard
11869 \begin_inset Float table
11870 placement h
11871 wide false
11872 sideways false
11873 status open
11874
11875 \begin_layout Plain Layout
11876 \begin_inset Caption Standard
11877
11878 \begin_layout Plain Layout
11879 \begin_inset CommandInset label
11880 LatexCommand label
11881 name "tab:Table-with-centered"
11882
11883 \end_inset
11884
11885 Table with centered multicolumn text above two columns that have exactly
11886  half the width of the multicolumn cell
11887 \begin_inset Argument 1
11888 status collapsed
11889
11890 \begin_layout Plain Layout
11891 Perfect multicolumn table
11892 \end_layout
11893
11894 \end_inset
11895
11896
11897 \end_layout
11898
11899 \end_inset
11900
11901
11902 \end_layout
11903
11904 \begin_layout Plain Layout
11905 \align center
11906 \begin_inset Tabular
11907 <lyxtabular version="3" rows="3" columns="3">
11908 <features rotate="0" tabularvalignment="middle">
11909 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11910 <column alignment="center" valignment="middle">
11911 <column alignment="center" valignment="top">
11912 <row>
11913 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11914 \begin_inset Text
11915
11916 \begin_layout Plain Layout
11917 multiple lines multicolumn
11918 \end_layout
11919
11920 \end_inset
11921 </cell>
11922 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11923 \begin_inset Text
11924
11925 \begin_layout Plain Layout
11926
11927 \end_layout
11928
11929 \end_inset
11930 </cell>
11931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11932 \begin_inset Text
11933
11934 \begin_layout Plain Layout
11935 c
11936 \end_layout
11937
11938 \end_inset
11939 </cell>
11940 </row>
11941 <row>
11942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11943 \begin_inset Text
11944
11945 \begin_layout Plain Layout
11946 d
11947 \end_layout
11948
11949 \end_inset
11950 </cell>
11951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11952 \begin_inset Text
11953
11954 \begin_layout Plain Layout
11955 e
11956 \end_layout
11957
11958 \end_inset
11959 </cell>
11960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11961 \begin_inset Text
11962
11963 \begin_layout Plain Layout
11964 f
11965 \end_layout
11966
11967 \end_inset
11968 </cell>
11969 </row>
11970 <row>
11971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11972 \begin_inset Text
11973
11974 \begin_layout Plain Layout
11975 g
11976 \end_layout
11977
11978 \end_inset
11979 </cell>
11980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11981 \begin_inset Text
11982
11983 \begin_layout Plain Layout
11984 h
11985 \end_layout
11986
11987 \end_inset
11988 </cell>
11989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11990 \begin_inset Text
11991
11992 \begin_layout Plain Layout
11993 i
11994 \end_layout
11995
11996 \end_inset
11997 </cell>
11998 </row>
11999 </lyxtabular>
12000
12001 \end_inset
12002
12003
12004 \end_layout
12005
12006 \end_inset
12007
12008
12009 \end_layout
12010
12011 \begin_layout Standard
12012 To create for example Table
12013 \begin_inset space ~
12014 \end_inset
12015
12016
12017 \begin_inset CommandInset ref
12018 LatexCommand ref
12019 reference "tab:Table-with-centered"
12020
12021 \end_inset
12022
12023 , mark the first two cells in the first row of a 3×3 table and right-click
12024  on them.
12025  Now choose for this cell 
12026 \emph on
12027 multicolumn
12028 \emph default
12029
12030 \emph on
12031 centered alignment
12032 \emph default
12033  and a width of 2.5
12034 \begin_inset space \thinspace{}
12035 \end_inset
12036
12037 cm in the table dialog.
12038  The merged columns should have exactly half the width of the multicolumn
12039  cell, so that you would set a width of 1.25
12040 \begin_inset space \thinspace{}
12041 \end_inset
12042
12043 cm for the first column.
12044  The second column has then automatically a width of 1.25
12045 \begin_inset space \thinspace{}
12046 \end_inset
12047
12048 cm (multicolumn width - width of first column).
12049  This was done for Table
12050 \begin_inset space ~
12051 \end_inset
12052
12053
12054 \begin_inset CommandInset ref
12055 LatexCommand ref
12056 reference "tab:Table-without-half"
12057
12058 \end_inset
12059
12060 .
12061 \end_layout
12062
12063 \begin_layout Standard
12064 \begin_inset Float table
12065 wide false
12066 sideways false
12067 status open
12068
12069 \begin_layout Plain Layout
12070 \begin_inset Caption Standard
12071
12072 \begin_layout Plain Layout
12073 \begin_inset CommandInset label
12074 LatexCommand label
12075 name "tab:Table-without-half"
12076
12077 \end_inset
12078
12079 Table where the spanned table columns are not exactly half the width of
12080  the multicolumn cell
12081 \begin_inset Argument 1
12082 status collapsed
12083
12084 \begin_layout Plain Layout
12085 Imperfect multicolumn table
12086 \end_layout
12087
12088 \end_inset
12089
12090
12091 \end_layout
12092
12093 \end_inset
12094
12095
12096 \end_layout
12097
12098 \begin_layout Plain Layout
12099 \align center
12100 \begin_inset Tabular
12101 <lyxtabular version="3" rows="3" columns="3">
12102 <features rotate="0" tabularvalignment="middle">
12103 <column alignment="center" valignment="top" width="1.25cm">
12104 <column alignment="center" valignment="top">
12105 <column alignment="center" valignment="top">
12106 <row>
12107 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12108 \begin_inset Text
12109
12110 \begin_layout Plain Layout
12111 multiple lines multicolumn
12112 \end_layout
12113
12114 \end_inset
12115 </cell>
12116 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12117 \begin_inset Text
12118
12119 \begin_layout Plain Layout
12120
12121 \end_layout
12122
12123 \end_inset
12124 </cell>
12125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12126 \begin_inset Text
12127
12128 \begin_layout Plain Layout
12129 c
12130 \end_layout
12131
12132 \end_inset
12133 </cell>
12134 </row>
12135 <row>
12136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12137 \begin_inset Text
12138
12139 \begin_layout Plain Layout
12140 d
12141 \end_layout
12142
12143 \end_inset
12144 </cell>
12145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12146 \begin_inset Text
12147
12148 \begin_layout Plain Layout
12149 e
12150 \end_layout
12151
12152 \end_inset
12153 </cell>
12154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12155 \begin_inset Text
12156
12157 \begin_layout Plain Layout
12158 f
12159 \end_layout
12160
12161 \end_inset
12162 </cell>
12163 </row>
12164 <row>
12165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12166 \begin_inset Text
12167
12168 \begin_layout Plain Layout
12169 g
12170 \end_layout
12171
12172 \end_inset
12173 </cell>
12174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12175 \begin_inset Text
12176
12177 \begin_layout Plain Layout
12178 h
12179 \end_layout
12180
12181 \end_inset
12182 </cell>
12183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12184 \begin_inset Text
12185
12186 \begin_layout Plain Layout
12187 i
12188 \end_layout
12189
12190 \end_inset
12191 </cell>
12192 </row>
12193 </lyxtabular>
12194
12195 \end_inset
12196
12197
12198 \end_layout
12199
12200 \end_inset
12201
12202
12203 \end_layout
12204
12205 \begin_layout Standard
12206 You can see that the first column is not half the width of the multicolumn
12207  cell, it is a bit bigger.
12208  The reason is that the specified width of a cell 
12209 \begin_inset Formula $W_{g}$
12210 \end_inset
12211
12212  is not its total width 
12213 \begin_inset Formula $W_{\mathrm{tot}}$
12214 \end_inset
12215
12216  because a cell is always a bit larger than specified.
12217  Appendix
12218 \begin_inset space ~
12219 \end_inset
12220
12221
12222 \begin_inset CommandInset ref
12223 LatexCommand ref
12224 reference "cha:Explanation-of-Equation"
12225
12226 \end_inset
12227
12228  explains this in detail.
12229 \end_layout
12230
12231 \begin_layout Standard
12232 The width 
12233 \begin_inset Formula $W_{g\, n}$
12234 \end_inset
12235
12236  which the user needs to set when 
12237 \emph on
12238 n
12239 \emph default
12240  columns are spanned can be calculated, so that each column has a total
12241  width of 
12242 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12243 \end_inset
12244
12245 :
12246 \begin_inset Formula 
12247 \begin{equation}
12248 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12249 \end{equation}
12250
12251 \end_inset
12252
12253
12254 \end_layout
12255
12256 \begin_layout Standard
12257 In our case we have 
12258 \begin_inset Formula $n=2$
12259 \end_inset
12260
12261
12262 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12263 \end_inset
12264
12265 cm and the default values for the lengths, so that equation 
12266 \begin_inset CommandInset ref
12267 LatexCommand ref
12268 reference "eq:Wgn"
12269
12270 \end_inset
12271
12272  becomes
12273 \begin_inset Formula 
12274 \begin{equation}
12275 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12276 \end{equation}
12277
12278 \end_inset
12279
12280
12281 \end_layout
12282
12283 \begin_layout Standard
12284 To enable calculations in LaTeX, the LaTeX-package 
12285 \series bold
12286 calc
12287 \series default
12288  must be loaded with the document preamble line
12289 \begin_inset Index idx
12290 status collapsed
12291
12292 \begin_layout Plain Layout
12293 LaTeX-packages ! calc
12294 \end_layout
12295
12296 \end_inset
12297
12298
12299 \end_layout
12300
12301 \begin_layout Standard
12302
12303 \series bold
12304
12305 \backslash
12306 usepackage{calc}
12307 \end_layout
12308
12309 \begin_layout Standard
12310 LyX does not allow you to calculate lengths in the 
12311 \family sans
12312 Width
12313 \family default
12314  field of the table dialog.
12315  Therefore you have to format the column by inserting a LaTeX-argument in
12316  the dialog.
12317  Here is an overview about the arguments:
12318 \end_layout
12319
12320 \begin_layout Itemize
12321
12322 \series bold
12323 p{width}
12324 \series default
12325  creates cell with a fixed width, its text is vertically top-aligned
12326 \end_layout
12327
12328 \begin_layout Itemize
12329
12330 \series bold
12331 m{width}
12332 \series default
12333  creates cell with a fixed width, its text is vertically centered
12334 \end_layout
12335
12336 \begin_layout Itemize
12337
12338 \series bold
12339 b{width}
12340 \series default
12341  creates cell with a fixed width, its text is vertically bottom-aligned
12342 \end_layout
12343
12344 \begin_layout Standard
12345 By entering a LaTeX-argument, all cell settings set in the table dialog
12346  are overwritten.
12347 \end_layout
12348
12349 \begin_layout Standard
12350 \begin_inset Note Greyedout
12351 status open
12352
12353 \begin_layout Plain Layout
12354
12355 \series bold
12356 Note:
12357 \series default
12358  Due to a bug, LyX shows the overwritten settings anyway.
12359 \end_layout
12360
12361 \end_inset
12362
12363
12364 \end_layout
12365
12366 \begin_layout Standard
12367 As the text should be horizontally centered, the command 
12368 \series bold
12369
12370 \backslash
12371 centering
12372 \series default
12373  is added.
12374  You can now enter the following LaTeX-argument for the first spanned column:
12375 \end_layout
12376
12377 \begin_layout Standard
12378
12379 \series bold
12380 >{
12381 \backslash
12382 centering}m{1.25cm-6.2pt}
12383 \end_layout
12384
12385 \begin_layout Standard
12386 The command 
12387 \series bold
12388 >{ }
12389 \series default
12390  means, that the commands inside the braces are applied before the cell
12391  is created.
12392 \end_layout
12393
12394 \begin_layout Standard
12395 Although we have chosen centered alignment for the text of the multicolumn
12396  cell, it is still left aligned.
12397  This is because LyX only applies the alignment to single columns.
12398  So for the multicolumn cell we have to use the LaTeX-argument
12399 \end_layout
12400
12401 \begin_layout Standard
12402
12403 \series bold
12404 >{
12405 \backslash
12406 centering}m{2.5cm}
12407 \end_layout
12408
12409 \begin_layout Subsection
12410 Multirows
12411 \begin_inset CommandInset label
12412 LatexCommand label
12413 name "sub:Multirows"
12414
12415 \end_inset
12416
12417
12418 \begin_inset Index idx
12419 status collapsed
12420
12421 \begin_layout Plain Layout
12422 Multirows
12423 \end_layout
12424
12425 \end_inset
12426
12427
12428 \begin_inset Index idx
12429 status collapsed
12430
12431 \begin_layout Plain Layout
12432 Table ! Multirows
12433 \end_layout
12434
12435 \end_inset
12436
12437
12438 \end_layout
12439
12440 \begin_layout Standard
12441 To merge cells over multiple rows, select as many cells within a column
12442  as you want to merge and use either the table-toolbar button 
12443 \begin_inset Info
12444 type  "icon"
12445 arg   "inset-modify tabular multirow"
12446 \end_inset
12447
12448 , or the menu 
12449 \family sans
12450 Edit\SpecialChar \menuseparator
12451 Table\SpecialChar \menuseparator
12452 Multirow
12453 \family default
12454 , or right click on the marked cells and choose 
12455 \family sans
12456 Multirow
12457 \family default
12458  in the context menu.
12459 \end_layout
12460
12461 \begin_layout Standard
12462 Here is an example table with a multirow in the first column:
12463 \end_layout
12464
12465 \begin_layout Standard
12466 \align center
12467 \begin_inset Tabular
12468 <lyxtabular version="3" rows="3" columns="3">
12469 <features rotate="0" tabularvalignment="middle">
12470 <column alignment="center" valignment="top" width="0pt">
12471 <column alignment="center" valignment="top">
12472 <column alignment="center" valignment="top">
12473 <row>
12474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12475 \begin_inset Text
12476
12477 \begin_layout Plain Layout
12478 a long cell entry
12479 \end_layout
12480
12481 \end_inset
12482 </cell>
12483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12484 \begin_inset Text
12485
12486 \begin_layout Plain Layout
12487 b
12488 \end_layout
12489
12490 \end_inset
12491 </cell>
12492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12493 \begin_inset Text
12494
12495 \begin_layout Plain Layout
12496 c
12497 \end_layout
12498
12499 \end_inset
12500 </cell>
12501 </row>
12502 <row>
12503 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12504 \begin_inset Text
12505
12506 \begin_layout Plain Layout
12507 multirow
12508 \end_layout
12509
12510 \end_inset
12511 </cell>
12512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12513 \begin_inset Text
12514
12515 \begin_layout Plain Layout
12516 e
12517 \end_layout
12518
12519 \end_inset
12520 </cell>
12521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12522 \begin_inset Text
12523
12524 \begin_layout Plain Layout
12525 f
12526 \end_layout
12527
12528 \end_inset
12529 </cell>
12530 </row>
12531 <row>
12532 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12533 \begin_inset Text
12534
12535 \begin_layout Plain Layout
12536
12537 \end_layout
12538
12539 \end_inset
12540 </cell>
12541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12542 \begin_inset Text
12543
12544 \begin_layout Plain Layout
12545 h
12546 \end_layout
12547
12548 \end_inset
12549 </cell>
12550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12551 \begin_inset Text
12552
12553 \begin_layout Plain Layout
12554 i
12555 \end_layout
12556
12557 \end_inset
12558 </cell>
12559 </row>
12560 </lyxtabular>
12561
12562 \end_inset
12563
12564
12565 \end_layout
12566
12567 \begin_layout Standard
12568 The width of multirow cells is set by setting the width and alignment for
12569  the whole column.
12570  The 
12571 \family sans
12572 Vertical Offset
12573 \family default
12574  shifts the content of the multirow up/down if the offset is positive/negative.
12575 \end_layout
12576
12577 \begin_layout Standard
12578 If the column of a multirow cell has no explicit width, the multirow cell
12579  inherits the alignment of the column.
12580  Otherwise it is by default left-aligned.
12581  To override the default, renew the command 
12582 \series bold
12583
12584 \backslash
12585 multirowsetup
12586 \series default
12587  with the command
12588 \end_layout
12589
12590 \begin_layout Standard
12591
12592 \series bold
12593
12594 \backslash
12595 renewcommand{
12596 \backslash
12597 multirowsetup}{
12598 \backslash
12599 centering}
12600 \end_layout
12601
12602 \begin_layout Standard
12603 in the document preamble.
12604  Then all entries of multirow cells in the document are centered.
12605  If centering is only needed for several tables, you can renew the command
12606  in a TeX-Code box just before the table instead of the preamble.
12607  If the text should be right-aligned, replace 
12608 \series bold
12609
12610 \backslash
12611 centering
12612 \series default
12613  by 
12614 \series bold
12615
12616 \backslash
12617 raggedleft
12618 \series default
12619 .
12620  To return to left-alignment 
12621 \series bold
12622
12623 \backslash
12624 raggedright
12625 \series default
12626  is used.
12627 \end_layout
12628
12629 \begin_layout Standard
12630 This is an example table with a right-aligned multirow cell that has a vertical
12631  offset of -4
12632 \begin_inset space \thinspace{}
12633 \end_inset
12634
12635 mm and is in a 3
12636 \begin_inset space \thinspace{}
12637 \end_inset
12638
12639 cm wide column:
12640 \end_layout
12641
12642 \begin_layout Standard
12643 \noindent
12644 \align center
12645 \begin_inset ERT
12646 status collapsed
12647
12648 \begin_layout Plain Layout
12649
12650
12651 \backslash
12652 renewcommand{
12653 \backslash
12654 multirowsetup}{
12655 \backslash
12656 raggedleft}
12657 \end_layout
12658
12659 \end_inset
12660
12661
12662 \begin_inset Tabular
12663 <lyxtabular version="3" rows="4" columns="3">
12664 <features rotate="0" tabularvalignment="middle">
12665 <column alignment="center" valignment="top" width="3cm">
12666 <column alignment="center" valignment="top">
12667 <column alignment="center" valignment="top">
12668 <row>
12669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12670 \begin_inset Text
12671
12672 \begin_layout Plain Layout
12673 a long cell entry
12674 \end_layout
12675
12676 \end_inset
12677 </cell>
12678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12679 \begin_inset Text
12680
12681 \begin_layout Plain Layout
12682 b
12683 \end_layout
12684
12685 \end_inset
12686 </cell>
12687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12688 \begin_inset Text
12689
12690 \begin_layout Plain Layout
12691 c
12692 \end_layout
12693
12694 \end_inset
12695 </cell>
12696 </row>
12697 <row>
12698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12699 \begin_inset Text
12700
12701 \begin_layout Plain Layout
12702 t
12703 \end_layout
12704
12705 \end_inset
12706 </cell>
12707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12708 \begin_inset Text
12709
12710 \begin_layout Plain Layout
12711 n
12712 \end_layout
12713
12714 \end_inset
12715 </cell>
12716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12717 \begin_inset Text
12718
12719 \begin_layout Plain Layout
12720 m
12721 \end_layout
12722
12723 \end_inset
12724 </cell>
12725 </row>
12726 <row>
12727 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12728 \begin_inset Text
12729
12730 \begin_layout Plain Layout
12731 multirow
12732 \end_layout
12733
12734 \end_inset
12735 </cell>
12736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12737 \begin_inset Text
12738
12739 \begin_layout Plain Layout
12740 e
12741 \end_layout
12742
12743 \end_inset
12744 </cell>
12745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12746 \begin_inset Text
12747
12748 \begin_layout Plain Layout
12749 f
12750 \end_layout
12751
12752 \end_inset
12753 </cell>
12754 </row>
12755 <row>
12756 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12757 \begin_inset Text
12758
12759 \begin_layout Plain Layout
12760
12761 \end_layout
12762
12763 \end_inset
12764 </cell>
12765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12766 \begin_inset Text
12767
12768 \begin_layout Plain Layout
12769 h
12770 \end_layout
12771
12772 \end_inset
12773 </cell>
12774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12775 \begin_inset Text
12776
12777 \begin_layout Plain Layout
12778 i
12779 \end_layout
12780
12781 \end_inset
12782 </cell>
12783 </row>
12784 </lyxtabular>
12785
12786 \end_inset
12787
12788
12789 \begin_inset ERT
12790 status collapsed
12791
12792 \begin_layout Plain Layout
12793
12794
12795 \backslash
12796 renewcommand{
12797 \backslash
12798 multirowsetup}{
12799 \backslash
12800 raggedright}
12801 \end_layout
12802
12803 \end_inset
12804
12805
12806 \end_layout
12807
12808 \begin_layout Standard
12809 To start a new line in a multirow you can use a forced line break (shortcut
12810  
12811 \begin_inset Info
12812 type  "shortcut"
12813 arg   "newline-insert newline"
12814 \end_inset
12815
12816 ) but this will not respect the cell lines as demonstrated in this table:
12817 \end_layout
12818
12819 \begin_layout Standard
12820 \noindent
12821 \align center
12822 \begin_inset Tabular
12823 <lyxtabular version="3" rows="3" columns="2">
12824 <features rotate="0" tabularvalignment="middle">
12825 <column alignment="left" valignment="middle" width="2cm">
12826 <column alignment="center" valignment="top">
12827 <row>
12828 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12829 \begin_inset Text
12830
12831 \begin_layout Plain Layout
12832 aaa
12833 \begin_inset Newline newline
12834 \end_inset
12835
12836 aaa
12837 \begin_inset Newline newline
12838 \end_inset
12839
12840 wrong cell
12841 \end_layout
12842
12843 \end_inset
12844 </cell>
12845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12846 \begin_inset Text
12847
12848 \begin_layout Plain Layout
12849 ccc
12850 \end_layout
12851
12852 \end_inset
12853 </cell>
12854 </row>
12855 <row>
12856 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12857 \begin_inset Text
12858
12859 \begin_layout Plain Layout
12860
12861 \end_layout
12862
12863 \end_inset
12864 </cell>
12865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12866 \begin_inset Text
12867
12868 \begin_layout Plain Layout
12869 ddd
12870 \end_layout
12871
12872 \end_inset
12873 </cell>
12874 </row>
12875 <row>
12876 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12877 \begin_inset Text
12878
12879 \begin_layout Plain Layout
12880 bbb
12881 \end_layout
12882
12883 \end_inset
12884 </cell>
12885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12886 \begin_inset Text
12887
12888 \begin_layout Plain Layout
12889 eee
12890 \end_layout
12891
12892 \end_inset
12893 </cell>
12894 </row>
12895 </lyxtabular>
12896
12897 \end_inset
12898
12899
12900 \end_layout
12901
12902 \begin_layout Standard
12903 Therefore be careful with forced line breaks.
12904 \end_layout
12905
12906 \begin_layout Subsection
12907 Cells with diagonal line(s)
12908 \end_layout
12909
12910 \begin_layout Standard
12911 To tell the reader what is meant by column and row headings in a table,
12912  it is helpful to split the first cell of the table by one or two diagonal
12913  lines.
12914  This can be achieved by loading the LaTeX-package 
12915 \series bold
12916 diagbox
12917 \series default
12918
12919 \begin_inset Index idx
12920 status collapsed
12921
12922 \begin_layout Plain Layout
12923 LaTeX-packages ! picinpar
12924 \end_layout
12925
12926 \end_inset
12927
12928  in the document preamble.
12929  The package provides the command 
12930 \series bold
12931
12932 \backslash
12933 diagbox
12934 \series default
12935  that is inserted as TeX-Code and that can take 2 or 3
12936 \begin_inset space ~
12937 \end_inset
12938
12939 arguments:
12940 \end_layout
12941
12942 \begin_layout Standard
12943
12944 \series bold
12945
12946 \backslash
12947 diagbox[options]{lower left}{upper right}
12948 \end_layout
12949
12950 \begin_layout Standard
12951
12952 \series bold
12953
12954 \backslash
12955 diagbox[options]{lower left}{upper left}{upper right}
12956 \end_layout
12957
12958 \begin_layout Standard
12959 The first scheme divides the cell by a single diagonal line and the arguments
12960  are placed below and above this line.
12961  The second scheme divides the cell by 2
12962 \begin_inset space ~
12963 \end_inset
12964
12965 lines.
12966 \end_layout
12967
12968 \begin_layout Standard
12969 \begin_inset ERT
12970 status collapsed
12971
12972 \begin_layout Plain Layout
12973
12974
12975 \backslash
12976 ifdiagbox
12977 \end_layout
12978
12979 \end_inset
12980
12981
12982 \begin_inset Note Note
12983 status open
12984
12985 \begin_layout Plain Layout
12986 The following section will only be displayed when the LaTeX-package 
12987 \series bold
12988 diagbox
12989 \series default
12990  is installed.
12991 \end_layout
12992
12993 \end_inset
12994
12995
12996 \end_layout
12997
12998 \begin_layout Standard
12999 Here is an example table where 
13000 \series bold
13001
13002 \backslash
13003 diagbox 
13004 \series default
13005 is used in the 2-argument scheme in the first cell:
13006 \begin_inset VSpace medskip
13007 \end_inset
13008
13009
13010 \end_layout
13011
13012 \begin_layout Standard
13013 \noindent
13014 \begin_inset Tabular
13015 <lyxtabular version="3" rows="4" columns="4">
13016 <features rotate="0" tabularvalignment="middle">
13017 <column alignment="center" valignment="top">
13018 <column alignment="center" valignment="top">
13019 <column alignment="center" valignment="top">
13020 <column alignment="center" valignment="top">
13021 <row>
13022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13023 \begin_inset Text
13024
13025 \begin_layout Plain Layout
13026 \begin_inset ERT
13027 status collapsed
13028
13029 \begin_layout Plain Layout
13030
13031
13032 \backslash
13033 diagbox{
13034 \end_layout
13035
13036 \end_inset
13037
13038 Name
13039 \begin_inset ERT
13040 status collapsed
13041
13042 \begin_layout Plain Layout
13043
13044 }{
13045 \end_layout
13046
13047 \end_inset
13048
13049 Parameter
13050 \begin_inset ERT
13051 status collapsed
13052
13053 \begin_layout Plain Layout
13054
13055 }
13056 \end_layout
13057
13058 \end_inset
13059
13060
13061 \end_layout
13062
13063 \end_inset
13064 </cell>
13065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13066 \begin_inset Text
13067
13068 \begin_layout Plain Layout
13069 Thickness in nm
13070 \end_layout
13071
13072 \end_inset
13073 </cell>
13074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13075 \begin_inset Text
13076
13077 \begin_layout Plain Layout
13078 Transparency in %
13079 \end_layout
13080
13081 \end_inset
13082 </cell>
13083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13084 \begin_inset Text
13085
13086 \begin_layout Plain Layout
13087 Hardness in MPa
13088 \end_layout
13089
13090 \end_inset
13091 </cell>
13092 </row>
13093 <row>
13094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13095 \begin_inset Text
13096
13097 \begin_layout Plain Layout
13098 Perfect Green
13099 \end_layout
13100
13101 \end_inset
13102 </cell>
13103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13104 \begin_inset Text
13105
13106 \begin_layout Plain Layout
13107 45
13108 \end_layout
13109
13110 \end_inset
13111 </cell>
13112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13113 \begin_inset Text
13114
13115 \begin_layout Plain Layout
13116 80
13117 \end_layout
13118
13119 \end_inset
13120 </cell>
13121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13122 \begin_inset Text
13123
13124 \begin_layout Plain Layout
13125 504
13126 \end_layout
13127
13128 \end_inset
13129 </cell>
13130 </row>
13131 <row>
13132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13133 \begin_inset Text
13134
13135 \begin_layout Plain Layout
13136 Dark Multi-P
13137 \end_layout
13138
13139 \end_inset
13140 </cell>
13141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13142 \begin_inset Text
13143
13144 \begin_layout Plain Layout
13145 60
13146 \end_layout
13147
13148 \end_inset
13149 </cell>
13150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13151 \begin_inset Text
13152
13153 \begin_layout Plain Layout
13154 72
13155 \end_layout
13156
13157 \end_inset
13158 </cell>
13159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13160 \begin_inset Text
13161
13162 \begin_layout Plain Layout
13163 982
13164 \end_layout
13165
13166 \end_inset
13167 </cell>
13168 </row>
13169 <row>
13170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13171 \begin_inset Text
13172
13173 \begin_layout Plain Layout
13174 Crystal Clear Pro
13175 \end_layout
13176
13177 \end_inset
13178 </cell>
13179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13180 \begin_inset Text
13181
13182 \begin_layout Plain Layout
13183 18
13184 \end_layout
13185
13186 \end_inset
13187 </cell>
13188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13189 \begin_inset Text
13190
13191 \begin_layout Plain Layout
13192 86
13193 \end_layout
13194
13195 \end_inset
13196 </cell>
13197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13198 \begin_inset Text
13199
13200 \begin_layout Plain Layout
13201 374
13202 \end_layout
13203
13204 \end_inset
13205 </cell>
13206 </row>
13207 </lyxtabular>
13208
13209 \end_inset
13210
13211
13212 \begin_inset VSpace medskip
13213 \end_inset
13214
13215
13216 \end_layout
13217
13218 \begin_layout Standard
13219 The 3-argument scheme is for example useful for cross-tables of sports leagues
13220  or distances:
13221 \end_layout
13222
13223 \begin_layout Standard
13224 \noindent
13225 \align center
13226 \begin_inset Tabular
13227 <lyxtabular version="3" rows="4" columns="4">
13228 <features rotate="0" tabularvalignment="middle">
13229 <column alignment="center" valignment="top" width="0pt">
13230 <column alignment="center" valignment="top">
13231 <column alignment="center" valignment="top">
13232 <column alignment="center" valignment="top">
13233 <row>
13234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13235 \begin_inset Text
13236
13237 \begin_layout Plain Layout
13238 \begin_inset ERT
13239 status collapsed
13240
13241 \begin_layout Plain Layout
13242
13243
13244 \backslash
13245 diagbox{
13246 \end_layout
13247
13248 \end_inset
13249
13250 Team home
13251 \begin_inset ERT
13252 status collapsed
13253
13254 \begin_layout Plain Layout
13255
13256 }{
13257 \end_layout
13258
13259 \end_inset
13260
13261 Result
13262 \begin_inset ERT
13263 status collapsed
13264
13265 \begin_layout Plain Layout
13266
13267 }{
13268 \end_layout
13269
13270 \end_inset
13271
13272 Team away
13273 \begin_inset ERT
13274 status collapsed
13275
13276 \begin_layout Plain Layout
13277
13278 }
13279 \end_layout
13280
13281 \end_inset
13282
13283
13284 \end_layout
13285
13286 \end_inset
13287 </cell>
13288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13289 \begin_inset Text
13290
13291 \begin_layout Plain Layout
13292 Tigers
13293 \end_layout
13294
13295 \end_inset
13296 </cell>
13297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13298 \begin_inset Text
13299
13300 \begin_layout Plain Layout
13301 Panthers
13302 \end_layout
13303
13304 \end_inset
13305 </cell>
13306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13307 \begin_inset Text
13308
13309 \begin_layout Plain Layout
13310 Falcons
13311 \end_layout
13312
13313 \end_inset
13314 </cell>
13315 </row>
13316 <row>
13317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13318 \begin_inset Text
13319
13320 \begin_layout Plain Layout
13321 Tigers
13322 \end_layout
13323
13324 \end_inset
13325 </cell>
13326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13327 \begin_inset Text
13328
13329 \begin_layout Plain Layout
13330 ---
13331 \end_layout
13332
13333 \end_inset
13334 </cell>
13335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13336 \begin_inset Text
13337
13338 \begin_layout Plain Layout
13339 1:3
13340 \end_layout
13341
13342 \end_inset
13343 </cell>
13344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13345 \begin_inset Text
13346
13347 \begin_layout Plain Layout
13348 0:1
13349 \end_layout
13350
13351 \end_inset
13352 </cell>
13353 </row>
13354 <row>
13355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13356 \begin_inset Text
13357
13358 \begin_layout Plain Layout
13359 Panthers
13360 \end_layout
13361
13362 \end_inset
13363 </cell>
13364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13365 \begin_inset Text
13366
13367 \begin_layout Plain Layout
13368 3:1
13369 \end_layout
13370
13371 \end_inset
13372 </cell>
13373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13374 \begin_inset Text
13375
13376 \begin_layout Plain Layout
13377 ---
13378 \end_layout
13379
13380 \end_inset
13381 </cell>
13382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13383 \begin_inset Text
13384
13385 \begin_layout Plain Layout
13386 0:0
13387 \end_layout
13388
13389 \end_inset
13390 </cell>
13391 </row>
13392 <row>
13393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13394 \begin_inset Text
13395
13396 \begin_layout Plain Layout
13397 Falcons
13398 \end_layout
13399
13400 \end_inset
13401 </cell>
13402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13403 \begin_inset Text
13404
13405 \begin_layout Plain Layout
13406 1:0
13407 \end_layout
13408
13409 \end_inset
13410 </cell>
13411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13412 \begin_inset Text
13413
13414 \begin_layout Plain Layout
13415 0:0
13416 \end_layout
13417
13418 \end_inset
13419 </cell>
13420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13421 \begin_inset Text
13422
13423 \begin_layout Plain Layout
13424 ---
13425 \end_layout
13426
13427 \end_inset
13428 </cell>
13429 </row>
13430 </lyxtabular>
13431
13432 \end_inset
13433
13434
13435 \end_layout
13436
13437 \begin_layout Standard
13438 For larger cross-tables one might use split cells in 2 or every corner of
13439  the table like in this example:
13440 \end_layout
13441
13442 \begin_layout Standard
13443 \noindent
13444 \align center
13445 \begin_inset Tabular
13446 <lyxtabular version="3" rows="5" columns="5">
13447 <features rotate="0" tabularvalignment="middle">
13448 <column alignment="center" valignment="top" width="0pt">
13449 <column alignment="center" valignment="top">
13450 <column alignment="center" valignment="top">
13451 <column alignment="center" valignment="top">
13452 <column alignment="center" valignment="top">
13453 <row>
13454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13455 \begin_inset Text
13456
13457 \begin_layout Plain Layout
13458 \begin_inset ERT
13459 status open
13460
13461 \begin_layout Plain Layout
13462
13463
13464 \backslash
13465 diagbox{
13466 \end_layout
13467
13468 \end_inset
13469
13470 Team home
13471 \begin_inset ERT
13472 status collapsed
13473
13474 \begin_layout Plain Layout
13475
13476 }{
13477 \end_layout
13478
13479 \end_inset
13480
13481 Result
13482 \begin_inset ERT
13483 status collapsed
13484
13485 \begin_layout Plain Layout
13486
13487 }{
13488 \end_layout
13489
13490 \end_inset
13491
13492 Team away
13493 \begin_inset ERT
13494 status collapsed
13495
13496 \begin_layout Plain Layout
13497
13498 }
13499 \end_layout
13500
13501 \end_inset
13502
13503
13504 \end_layout
13505
13506 \end_inset
13507 </cell>
13508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13509 \begin_inset Text
13510
13511 \begin_layout Plain Layout
13512 Tigers
13513 \end_layout
13514
13515 \end_inset
13516 </cell>
13517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13518 \begin_inset Text
13519
13520 \begin_layout Plain Layout
13521 Panthers
13522 \end_layout
13523
13524 \end_inset
13525 </cell>
13526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13527 \begin_inset Text
13528
13529 \begin_layout Plain Layout
13530 Falcons
13531 \end_layout
13532
13533 \end_inset
13534 </cell>
13535 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13536 \begin_inset Text
13537
13538 \begin_layout Plain Layout
13539 \begin_inset ERT
13540 status open
13541
13542 \begin_layout Plain Layout
13543
13544
13545 \backslash
13546 diagbox[dir=NE]{
13547 \end_layout
13548
13549 \end_inset
13550
13551 Team home
13552 \begin_inset ERT
13553 status collapsed
13554
13555 \begin_layout Plain Layout
13556
13557 }{
13558 \end_layout
13559
13560 \end_inset
13561
13562 Result
13563 \begin_inset ERT
13564 status collapsed
13565
13566 \begin_layout Plain Layout
13567
13568 }{
13569 \end_layout
13570
13571 \end_inset
13572
13573 Team away
13574 \begin_inset ERT
13575 status collapsed
13576
13577 \begin_layout Plain Layout
13578
13579 }
13580 \end_layout
13581
13582 \end_inset
13583
13584
13585 \end_layout
13586
13587 \end_inset
13588 </cell>
13589 </row>
13590 <row>
13591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13592 \begin_inset Text
13593
13594 \begin_layout Plain Layout
13595 Tigers
13596 \end_layout
13597
13598 \end_inset
13599 </cell>
13600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13601 \begin_inset Text
13602
13603 \begin_layout Plain Layout
13604 ---
13605 \end_layout
13606
13607 \end_inset
13608 </cell>
13609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13610 \begin_inset Text
13611
13612 \begin_layout Plain Layout
13613 1:3
13614 \end_layout
13615
13616 \end_inset
13617 </cell>
13618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13619 \begin_inset Text
13620
13621 \begin_layout Plain Layout
13622 0:1
13623 \end_layout
13624
13625 \end_inset
13626 </cell>
13627 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13628 \begin_inset Text
13629
13630 \begin_layout Plain Layout
13631 Tigers
13632 \end_layout
13633
13634 \end_inset
13635 </cell>
13636 </row>
13637 <row>
13638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13639 \begin_inset Text
13640
13641 \begin_layout Plain Layout
13642 Panthers
13643 \end_layout
13644
13645 \end_inset
13646 </cell>
13647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13648 \begin_inset Text
13649
13650 \begin_layout Plain Layout
13651 3:1
13652 \end_layout
13653
13654 \end_inset
13655 </cell>
13656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13657 \begin_inset Text
13658
13659 \begin_layout Plain Layout
13660 ---
13661 \end_layout
13662
13663 \end_inset
13664 </cell>
13665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13666 \begin_inset Text
13667
13668 \begin_layout Plain Layout
13669 0:0
13670 \end_layout
13671
13672 \end_inset
13673 </cell>
13674 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13675 \begin_inset Text
13676
13677 \begin_layout Plain Layout
13678 Panthers
13679 \end_layout
13680
13681 \end_inset
13682 </cell>
13683 </row>
13684 <row>
13685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13686 \begin_inset Text
13687
13688 \begin_layout Plain Layout
13689 Falcons
13690 \end_layout
13691
13692 \end_inset
13693 </cell>
13694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13695 \begin_inset Text
13696
13697 \begin_layout Plain Layout
13698 1:0
13699 \end_layout
13700
13701 \end_inset
13702 </cell>
13703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13704 \begin_inset Text
13705
13706 \begin_layout Plain Layout
13707 0:0
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Plain Layout
13716 ---
13717 \end_layout
13718
13719 \end_inset
13720 </cell>
13721 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13722 \begin_inset Text
13723
13724 \begin_layout Plain Layout
13725 Falcons
13726 \end_layout
13727
13728 \end_inset
13729 </cell>
13730 </row>
13731 <row>
13732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13733 \begin_inset Text
13734
13735 \begin_layout Plain Layout
13736 \begin_inset ERT
13737 status open
13738
13739 \begin_layout Plain Layout
13740
13741
13742 \backslash
13743 diagbox[dir=SW]{
13744 \end_layout
13745
13746 \end_inset
13747
13748 Team home
13749 \begin_inset ERT
13750 status collapsed
13751
13752 \begin_layout Plain Layout
13753
13754 }{
13755 \end_layout
13756
13757 \end_inset
13758
13759 Result
13760 \begin_inset ERT
13761 status collapsed
13762
13763 \begin_layout Plain Layout
13764
13765 }{
13766 \end_layout
13767
13768 \end_inset
13769
13770 Team away
13771 \begin_inset ERT
13772 status collapsed
13773
13774 \begin_layout Plain Layout
13775
13776 }
13777 \end_layout
13778
13779 \end_inset
13780
13781
13782 \end_layout
13783
13784 \end_inset
13785 </cell>
13786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13787 \begin_inset Text
13788
13789 \begin_layout Plain Layout
13790 Tigers
13791 \end_layout
13792
13793 \end_inset
13794 </cell>
13795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13796 \begin_inset Text
13797
13798 \begin_layout Plain Layout
13799 Panthers
13800 \end_layout
13801
13802 \end_inset
13803 </cell>
13804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13805 \begin_inset Text
13806
13807 \begin_layout Plain Layout
13808 Falcons
13809 \end_layout
13810
13811 \end_inset
13812 </cell>
13813 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13814 \begin_inset Text
13815
13816 \begin_layout Plain Layout
13817 \begin_inset ERT
13818 status open
13819
13820 \begin_layout Plain Layout
13821
13822
13823 \backslash
13824 diagbox[dir=SE]{
13825 \end_layout
13826
13827 \end_inset
13828
13829 Team home
13830 \begin_inset ERT
13831 status collapsed
13832
13833 \begin_layout Plain Layout
13834
13835 }{
13836 \end_layout
13837
13838 \end_inset
13839
13840 Result
13841 \begin_inset ERT
13842 status collapsed
13843
13844 \begin_layout Plain Layout
13845
13846 }{
13847 \end_layout
13848
13849 \end_inset
13850
13851 Team away
13852 \begin_inset ERT
13853 status collapsed
13854
13855 \begin_layout Plain Layout
13856
13857 }
13858 \end_layout
13859
13860 \end_inset
13861
13862
13863 \end_layout
13864
13865 \end_inset
13866 </cell>
13867 </row>
13868 </lyxtabular>
13869
13870 \end_inset
13871
13872
13873 \end_layout
13874
13875 \begin_layout Standard
13876 To rotate the diagonal lines, the command option 
13877 \series bold
13878 dir=direction
13879 \series default
13880  is used.
13881  
13882 \emph on
13883 direction
13884 \emph default
13885  is either 
13886 \series bold
13887 NE
13888 \series default
13889
13890 \series bold
13891 DE
13892 \series default
13893
13894 \series bold
13895 SW
13896 \series default
13897  or 
13898 \series bold
13899 NW
13900 \series default
13901  and represent a point of a compass.
13902  
13903 \series bold
13904 SW
13905 \series default
13906  is for example the south-west corner.
13907  Thus in the lower left cell of the above table the command
13908 \end_layout
13909
13910 \begin_layout Standard
13911
13912 \series bold
13913
13914 \backslash
13915 diagbox[dir=SW]{Team home}{Result}{Team away}
13916 \end_layout
13917
13918 \begin_layout Standard
13919 is used.
13920  If no direction is given, it will be NW.
13921 \end_layout
13922
13923 \begin_layout Standard
13924 The necessary width of split cells is automatically calculated.
13925  Thus if you set a fixed column width smaller than the calculated one, the
13926  cell's content will protrude the cell borders:
13927 \end_layout
13928
13929 \begin_layout Standard
13930 \noindent
13931 \align center
13932 \begin_inset Tabular
13933 <lyxtabular version="3" rows="2" columns="2">
13934 <features rotate="0" tabularvalignment="middle">
13935 <column alignment="center" valignment="top" width="3cm">
13936 <column alignment="center" valignment="top">
13937 <row>
13938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13939 \begin_inset Text
13940
13941 \begin_layout Plain Layout
13942 \begin_inset ERT
13943 status collapsed
13944
13945 \begin_layout Plain Layout
13946
13947
13948 \backslash
13949 diagbox{
13950 \end_layout
13951
13952 \end_inset
13953
13954 Name
13955 \begin_inset ERT
13956 status collapsed
13957
13958 \begin_layout Plain Layout
13959
13960 }{
13961 \end_layout
13962
13963 \end_inset
13964
13965 Parameter
13966 \begin_inset ERT
13967 status collapsed
13968
13969 \begin_layout Plain Layout
13970
13971 }
13972 \end_layout
13973
13974 \end_inset
13975
13976
13977 \end_layout
13978
13979 \end_inset
13980 </cell>
13981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13982 \begin_inset Text
13983
13984 \begin_layout Plain Layout
13985 Thickness in nm
13986 \end_layout
13987
13988 \end_inset
13989 </cell>
13990 </row>
13991 <row>
13992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13993 \begin_inset Text
13994
13995 \begin_layout Plain Layout
13996 Perfect Green
13997 \end_layout
13998
13999 \end_inset
14000 </cell>
14001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14002 \begin_inset Text
14003
14004 \begin_layout Plain Layout
14005 45
14006 \end_layout
14007
14008 \end_inset
14009 </cell>
14010 </row>
14011 </lyxtabular>
14012
14013 \end_inset
14014
14015
14016 \end_layout
14017
14018 \begin_layout Standard
14019 If you need a certain width for columns with a split cell, use the command
14020  option 
14021 \series bold
14022 width=3cm
14023 \series default
14024  (replace '3cm' by the width you need).
14025  In the following table the width of the first column is set to 4
14026 \begin_inset space \thinspace{}
14027 \end_inset
14028
14029 cm.
14030  For 
14031 \series bold
14032
14033 \backslash
14034 diagbox
14035 \series default
14036  a width of 4
14037 \begin_inset space \thinspace{}
14038 \end_inset
14039
14040 cm + 2
14041 \begin_inset space \thinspace{}
14042 \end_inset
14043
14044
14045 \backslash
14046 tabcolsep is necessary because the overall width is the width for the text
14047  (in this case the 4
14048 \begin_inset space \thinspace{}
14049 \end_inset
14050
14051 cm) plus two times the separation of the text and the cell border.
14052  The calculation of the width cannot be done in the command option of 
14053 \series bold
14054
14055 \backslash
14056 diagbox
14057 \series default
14058  so one needs to create a new length which can be used later.
14059  This is done with the TeX-Code commands
14060 \end_layout
14061
14062 \begin_layout Standard
14063
14064 \series bold
14065
14066 \backslash
14067 newlength{
14068 \backslash
14069 diagtest}
14070 \begin_inset Newline newline
14071 \end_inset
14072
14073
14074 \backslash
14075 setlength{
14076 \backslash
14077 diagtest}{4cm+2
14078 \backslash
14079 tabcolsep}
14080 \end_layout
14081
14082 \begin_layout Standard
14083 \begin_inset ERT
14084 status collapsed
14085
14086 \begin_layout Plain Layout
14087
14088
14089 \backslash
14090 newlength{
14091 \backslash
14092 diagtest}
14093 \end_layout
14094
14095 \begin_layout Plain Layout
14096
14097
14098 \backslash
14099 setlength{
14100 \backslash
14101 diagtest}{4cm+2
14102 \backslash
14103 tabcolsep}
14104 \end_layout
14105
14106 \end_inset
14107
14108
14109 \end_layout
14110
14111 \begin_layout Standard
14112 To enable calculations in LaTeX one needs to load the package 
14113 \series bold
14114 calc
14115 \series default
14116
14117 \begin_inset Index idx
14118 status collapsed
14119
14120 \begin_layout Plain Layout
14121 LaTeX-packages ! calc
14122 \end_layout
14123
14124 \end_inset
14125
14126  in the document preamble.
14127 \end_layout
14128
14129 \begin_layout Standard
14130 In this table you can now use the command
14131 \end_layout
14132
14133 \begin_layout Standard
14134
14135 \series bold
14136
14137 \backslash
14138 diagbox[width=
14139 \backslash
14140 diagtest]{A}{B}
14141 \end_layout
14142
14143 \begin_layout Standard
14144 in the first cell:
14145 \end_layout
14146
14147 \begin_layout Standard
14148 \noindent
14149 \align center
14150 \begin_inset Tabular
14151 <lyxtabular version="3" rows="2" columns="2">
14152 <features rotate="0" tabularvalignment="middle">
14153 <column alignment="center" valignment="top" width="4cm">
14154 <column alignment="center" valignment="top">
14155 <row>
14156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14157 \begin_inset Text
14158
14159 \begin_layout Plain Layout
14160 \begin_inset ERT
14161 status open
14162
14163 \begin_layout Plain Layout
14164
14165
14166 \backslash
14167 diagbox[width=
14168 \backslash
14169 diagtest]{
14170 \end_layout
14171
14172 \end_inset
14173
14174 A
14175 \begin_inset ERT
14176 status collapsed
14177
14178 \begin_layout Plain Layout
14179
14180 }{
14181 \end_layout
14182
14183 \end_inset
14184
14185 B
14186 \begin_inset ERT
14187 status collapsed
14188
14189 \begin_layout Plain Layout
14190
14191 }
14192 \end_layout
14193
14194 \end_inset
14195
14196
14197 \end_layout
14198
14199 \end_inset
14200 </cell>
14201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14202 \begin_inset Text
14203
14204 \begin_layout Plain Layout
14205 Thickness in nm
14206 \end_layout
14207
14208 \end_inset
14209 </cell>
14210 </row>
14211 <row>
14212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14213 \begin_inset Text
14214
14215 \begin_layout Plain Layout
14216 Perfect Green
14217 \end_layout
14218
14219 \end_inset
14220 </cell>
14221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14222 \begin_inset Text
14223
14224 \begin_layout Plain Layout
14225 45
14226 \end_layout
14227
14228 \end_inset
14229 </cell>
14230 </row>
14231 </lyxtabular>
14232
14233 \end_inset
14234
14235
14236 \end_layout
14237
14238 \begin_layout Standard
14239 Note that the split cell needs to be the widest one in the column.
14240  Otherwise the length of the diagonal line cannot be calculated correctly
14241  like in this table:
14242 \end_layout
14243
14244 \begin_layout Standard
14245 \noindent
14246 \align center
14247 \begin_inset Tabular
14248 <lyxtabular version="3" rows="2" columns="2">
14249 <features rotate="0" tabularvalignment="middle">
14250 <column alignment="center" valignment="top" width="0pt">
14251 <column alignment="center" valignment="top">
14252 <row>
14253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14254 \begin_inset Text
14255
14256 \begin_layout Plain Layout
14257 \begin_inset ERT
14258 status collapsed
14259
14260 \begin_layout Plain Layout
14261
14262
14263 \backslash
14264 diagbox{
14265 \end_layout
14266
14267 \end_inset
14268
14269 A
14270 \begin_inset ERT
14271 status collapsed
14272
14273 \begin_layout Plain Layout
14274
14275 }{
14276 \end_layout
14277
14278 \end_inset
14279
14280 B
14281 \begin_inset ERT
14282 status collapsed
14283
14284 \begin_layout Plain Layout
14285
14286 }
14287 \end_layout
14288
14289 \end_inset
14290
14291
14292 \end_layout
14293
14294 \end_inset
14295 </cell>
14296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14297 \begin_inset Text
14298
14299 \begin_layout Plain Layout
14300 Thickness in nm
14301 \end_layout
14302
14303 \end_inset
14304 </cell>
14305 </row>
14306 <row>
14307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14308 \begin_inset Text
14309
14310 \begin_layout Plain Layout
14311 Perfect Green
14312 \end_layout
14313
14314 \end_inset
14315 </cell>
14316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14317 \begin_inset Text
14318
14319 \begin_layout Plain Layout
14320 45
14321 \end_layout
14322
14323 \end_inset
14324 </cell>
14325 </row>
14326 </lyxtabular>
14327
14328 \end_inset
14329
14330
14331 \end_layout
14332
14333 \begin_layout Standard
14334 In this case use the 
14335 \series bold
14336 width
14337 \series default
14338  option of the 
14339 \series bold
14340
14341 \backslash
14342 diagbox
14343 \series default
14344  command.
14345  It is then not necessary to add 2
14346 \backslash
14347 tabcolsep because the cell width is now the width of the column.
14348  In this table a width of 3
14349 \begin_inset space \thinspace{}
14350 \end_inset
14351
14352 cm is used:
14353 \end_layout
14354
14355 \begin_layout Standard
14356 \noindent
14357 \align center
14358 \begin_inset Tabular
14359 <lyxtabular version="3" rows="2" columns="2">
14360 <features rotate="0" tabularvalignment="middle">
14361 <column alignment="center" valignment="top" width="0pt">
14362 <column alignment="center" valignment="top">
14363 <row>
14364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14365 \begin_inset Text
14366
14367 \begin_layout Plain Layout
14368 \begin_inset ERT
14369 status open
14370
14371 \begin_layout Plain Layout
14372
14373
14374 \backslash
14375 diagbox[width=3cm]{
14376 \end_layout
14377
14378 \end_inset
14379
14380 A
14381 \begin_inset ERT
14382 status collapsed
14383
14384 \begin_layout Plain Layout
14385
14386 }{
14387 \end_layout
14388
14389 \end_inset
14390
14391 B
14392 \begin_inset ERT
14393 status collapsed
14394
14395 \begin_layout Plain Layout
14396
14397 }
14398 \end_layout
14399
14400 \end_inset
14401
14402
14403 \end_layout
14404
14405 \end_inset
14406 </cell>
14407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14408 \begin_inset Text
14409
14410 \begin_layout Plain Layout
14411 Thickness in nm
14412 \end_layout
14413
14414 \end_inset
14415 </cell>
14416 </row>
14417 <row>
14418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422 Perfect Green
14423 \end_layout
14424
14425 \end_inset
14426 </cell>
14427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14428 \begin_inset Text
14429
14430 \begin_layout Plain Layout
14431 45
14432 \end_layout
14433
14434 \end_inset
14435 </cell>
14436 </row>
14437 </lyxtabular>
14438
14439 \end_inset
14440
14441
14442 \end_layout
14443
14444 \begin_layout Standard
14445 For multiple text lines in split cells one needs some extra height to fit
14446  the text to the cell.
14447  This can be achieved with the 
14448 \series bold
14449
14450 \backslash
14451 diagbox
14452 \series default
14453  option 
14454 \series bold
14455 height=3cm
14456 \series default
14457  (replace '3cm' by the height you need).
14458  In the following table the command
14459 \end_layout
14460
14461 \begin_layout Standard
14462
14463 \series bold
14464
14465 \backslash
14466 diagbox[width=3cm,height=1.4cm]{A
14467 \backslash
14468
14469 \backslash
14470 B}{C
14471 \backslash
14472
14473 \backslash
14474 D}
14475 \end_layout
14476
14477 \begin_layout Standard
14478 is used in the first cell.
14479  The command 
14480 \series bold
14481
14482 \backslash
14483
14484 \backslash
14485
14486 \series default
14487  creates hereby the line break.
14488 \begin_inset Foot
14489 status collapsed
14490
14491 \begin_layout Plain Layout
14492 Breaking lines with 
14493 \family sans
14494 Ctrl+Return
14495 \family default
14496  is only possible when the column has a fixed width.
14497 \end_layout
14498
14499 \end_inset
14500
14501
14502 \end_layout
14503
14504 \begin_layout Standard
14505 \noindent
14506 \align center
14507 \begin_inset Tabular
14508 <lyxtabular version="3" rows="2" columns="2">
14509 <features rotate="0" tabularvalignment="middle">
14510 <column alignment="center" valignment="top">
14511 <column alignment="center" valignment="top">
14512 <row>
14513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14514 \begin_inset Text
14515
14516 \begin_layout Plain Layout
14517 \begin_inset ERT
14518 status open
14519
14520 \begin_layout Plain Layout
14521
14522
14523 \backslash
14524 diagbox[width=3cm,height=1.4cm]{
14525 \end_layout
14526
14527 \end_inset
14528
14529 A
14530 \begin_inset ERT
14531 status collapsed
14532
14533 \begin_layout Plain Layout
14534
14535
14536 \backslash
14537
14538 \backslash
14539
14540 \end_layout
14541
14542 \end_inset
14543
14544 B
14545 \begin_inset ERT
14546 status collapsed
14547
14548 \begin_layout Plain Layout
14549
14550 }{
14551 \end_layout
14552
14553 \end_inset
14554
14555 C
14556 \begin_inset ERT
14557 status collapsed
14558
14559 \begin_layout Plain Layout
14560
14561
14562 \backslash
14563
14564 \backslash
14565
14566 \end_layout
14567
14568 \end_inset
14569
14570 D
14571 \begin_inset ERT
14572 status collapsed
14573
14574 \begin_layout Plain Layout
14575
14576 }
14577 \end_layout
14578
14579 \end_inset
14580
14581
14582 \end_layout
14583
14584 \end_inset
14585 </cell>
14586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14587 \begin_inset Text
14588
14589 \begin_layout Plain Layout
14590 Thickness in nm
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 </row>
14596 <row>
14597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14598 \begin_inset Text
14599
14600 \begin_layout Plain Layout
14601 Perfect Green
14602 \end_layout
14603
14604 \end_inset
14605 </cell>
14606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14607 \begin_inset Text
14608
14609 \begin_layout Plain Layout
14610 45
14611 \end_layout
14612
14613 \end_inset
14614 </cell>
14615 </row>
14616 </lyxtabular>
14617
14618 \end_inset
14619
14620
14621 \end_layout
14622
14623 \begin_layout Standard
14624 \begin_inset ERT
14625 status collapsed
14626
14627 \begin_layout Plain Layout
14628
14629
14630 \backslash
14631 else
14632 \end_layout
14633
14634 \end_inset
14635
14636
14637 \begin_inset Note Note
14638 status open
14639
14640 \begin_layout Plain Layout
14641 The following will be displayed when the LaTeX-package 
14642 \series bold
14643 diagbox
14644 \series default
14645  is not installed:
14646 \end_layout
14647
14648 \end_inset
14649
14650
14651 \end_layout
14652
14653 \begin_layout Standard
14654 You need to install the LaTeX-package 
14655 \series bold
14656 diagbox
14657 \series default
14658  to see the following part of this section in the output.
14659 \end_layout
14660
14661 \begin_layout Standard
14662 \begin_inset ERT
14663 status collapsed
14664
14665 \begin_layout Plain Layout
14666
14667
14668 \backslash
14669 fi
14670 \end_layout
14671
14672 \end_inset
14673
14674
14675 \end_layout
14676
14677 \begin_layout Standard
14678 For more info about the LaTeX-package 
14679 \series bold
14680 diagbox
14681 \series default
14682 , see its documentation, 
14683 \begin_inset CommandInset citation
14684 LatexCommand cite
14685 key "diagbox"
14686
14687 \end_inset
14688
14689 .
14690 \end_layout
14691
14692 \begin_layout Section
14693 Formal Tables
14694 \begin_inset CommandInset label
14695 LatexCommand label
14696 name "sec:Formal-Tables"
14697
14698 \end_inset
14699
14700
14701 \begin_inset Index idx
14702 status collapsed
14703
14704 \begin_layout Plain Layout
14705 Table ! Formal
14706 \end_layout
14707
14708 \end_inset
14709
14710
14711 \end_layout
14712
14713 \begin_layout Standard
14714 Tables are often typeset in books similar to Table
14715 \begin_inset space ~
14716 \end_inset
14717
14718
14719 \begin_inset CommandInset ref
14720 LatexCommand ref
14721 reference "tab:Example-booktabs-table"
14722
14723 \end_inset
14724
14725 .
14726  This kind of tables is called 
14727 \begin_inset Quotes eld
14728 \end_inset
14729
14730
14731 \emph on
14732 formal
14733 \emph default
14734
14735 \begin_inset Quotes erd
14736 \end_inset
14737
14738 .
14739  To make a table a formal table use the option 
14740 \family sans
14741 Formal
14742 \family default
14743  in the 
14744 \family sans
14745 Borders
14746 \family default
14747  tab of the table dialog.
14748 \end_layout
14749
14750 \begin_layout Standard
14751 \begin_inset Float table
14752 placement h
14753 wide false
14754 sideways false
14755 status open
14756
14757 \begin_layout Plain Layout
14758 \begin_inset Caption Standard
14759
14760 \begin_layout Plain Layout
14761 \begin_inset CommandInset label
14762 LatexCommand label
14763 name "tab:Example-booktabs-table"
14764
14765 \end_inset
14766
14767 Example booktabs-table
14768 \end_layout
14769
14770 \end_inset
14771
14772
14773 \end_layout
14774
14775 \begin_layout Plain Layout
14776 \align center
14777 \begin_inset Tabular
14778 <lyxtabular version="3" rows="8" columns="4">
14779 <features rotate="0" booktabs="true" tabularvalignment="middle">
14780 <column alignment="center" valignment="top">
14781 <column alignment="center" valignment="top">
14782 <column alignment="center" valignment="top">
14783 <column alignment="center" valignment="top">
14784 <row>
14785 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14786 \begin_inset Text
14787
14788 \begin_layout Plain Layout
14789 System
14790 \end_layout
14791
14792 \end_inset
14793 </cell>
14794 <cell alignment="center" valignment="top" topline="true" usebox="none">
14795 \begin_inset Text
14796
14797 \begin_layout Plain Layout
14798 Chip
14799 \begin_inset space \thinspace{}
14800 \end_inset
14801
14802 1
14803 \end_layout
14804
14805 \end_inset
14806 </cell>
14807 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14808 \begin_inset Text
14809
14810 \begin_layout Plain Layout
14811 Chip
14812 \begin_inset space \thinspace{}
14813 \end_inset
14814
14815 2
14816 \end_layout
14817
14818 \end_inset
14819 </cell>
14820 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14821 \begin_inset Text
14822
14823 \begin_layout Plain Layout
14824
14825 \end_layout
14826
14827 \end_inset
14828 </cell>
14829 </row>
14830 <row>
14831 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14832 \begin_inset Text
14833
14834 \begin_layout Plain Layout
14835 \begin_inset ERT
14836 status collapsed
14837
14838 \begin_layout Plain Layout
14839
14840
14841 \backslash
14842 cmidrule(r){2-2}
14843 \end_layout
14844
14845 \end_inset
14846
14847
14848 \begin_inset ERT
14849 status collapsed
14850
14851 \begin_layout Plain Layout
14852
14853
14854 \backslash
14855 cmidrule(l){3-4}
14856 \end_layout
14857
14858 \end_inset
14859
14860 Detector thickness in µm
14861 \end_layout
14862
14863 \end_inset
14864 </cell>
14865 <cell alignment="center" valignment="top" usebox="none">
14866 \begin_inset Text
14867
14868 \begin_layout Plain Layout
14869 300
14870 \end_layout
14871
14872 \end_inset
14873 </cell>
14874 <cell alignment="center" valignment="top" usebox="none">
14875 \begin_inset Text
14876
14877 \begin_layout Plain Layout
14878 300
14879 \end_layout
14880
14881 \end_inset
14882 </cell>
14883 <cell alignment="center" valignment="top" usebox="none">
14884 \begin_inset Text
14885
14886 \begin_layout Plain Layout
14887 700
14888 \end_layout
14889
14890 \end_inset
14891 </cell>
14892 </row>
14893 <row>
14894 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14895 \begin_inset Text
14896
14897 \begin_layout Plain Layout
14898 Edge angle in °
14899 \end_layout
14900
14901 \end_inset
14902 </cell>
14903 <cell alignment="center" valignment="top" topline="true" usebox="none">
14904 \begin_inset Text
14905
14906 \begin_layout Plain Layout
14907 3.55
14908 \end_layout
14909
14910 \end_inset
14911 </cell>
14912 <cell alignment="center" valignment="top" topline="true" usebox="none">
14913 \begin_inset Text
14914
14915 \begin_layout Plain Layout
14916 2.71
14917 \end_layout
14918
14919 \end_inset
14920 </cell>
14921 <cell alignment="center" valignment="top" topline="true" usebox="none">
14922 \begin_inset Text
14923
14924 \begin_layout Plain Layout
14925 7.99
14926 \end_layout
14927
14928 \end_inset
14929 </cell>
14930 </row>
14931 <row topspace="default">
14932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14933 \begin_inset Text
14934
14935 \begin_layout Plain Layout
14936 Spatial resolution in µm
14937 \end_layout
14938
14939 \end_inset
14940 </cell>
14941 <cell alignment="center" valignment="top" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945 4.26
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 <cell alignment="center" valignment="top" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954 10.17
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 <cell alignment="center" valignment="top" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Plain Layout
14963 10.56
14964 \end_layout
14965
14966 \end_inset
14967 </cell>
14968 </row>
14969 <row topspace="default">
14970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14971 \begin_inset Text
14972
14973 \begin_layout Plain Layout
14974 MTF at 
14975 \begin_inset Formula $f_{\mathrm{max}}$
14976 \end_inset
14977
14978
14979 \end_layout
14980
14981 \end_inset
14982 </cell>
14983 <cell alignment="center" valignment="top" usebox="none">
14984 \begin_inset Text
14985
14986 \begin_layout Plain Layout
14987 0.53
14988 \end_layout
14989
14990 \end_inset
14991 </cell>
14992 <cell alignment="center" valignment="top" usebox="none">
14993 \begin_inset Text
14994
14995 \begin_layout Plain Layout
14996 0.37
14997 \end_layout
14998
14999 \end_inset
15000 </cell>
15001 <cell alignment="center" valignment="top" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Plain Layout
15005 0.39
15006 \end_layout
15007
15008 \end_inset
15009 </cell>
15010 </row>
15011 <row topspace="default">
15012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016 \begin_inset ERT
15017 status collapsed
15018
15019 \begin_layout Plain Layout
15020
15021
15022 \backslash
15023 cmidrule(l{10pt}){1-1}
15024 \end_layout
15025
15026 \end_inset
15027
15028 LSF-spatial resolution
15029 \end_layout
15030
15031 \end_inset
15032 </cell>
15033 <cell alignment="center" valignment="top" usebox="none">
15034 \begin_inset Text
15035
15036 \begin_layout Plain Layout
15037
15038 \end_layout
15039
15040 \end_inset
15041 </cell>
15042 <cell alignment="center" valignment="top" usebox="none">
15043 \begin_inset Text
15044
15045 \begin_layout Plain Layout
15046
15047 \end_layout
15048
15049 \end_inset
15050 </cell>
15051 <cell alignment="center" valignment="top" usebox="none">
15052 \begin_inset Text
15053
15054 \begin_layout Plain Layout
15055
15056 \end_layout
15057
15058 \end_inset
15059 </cell>
15060 </row>
15061 <row>
15062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Plain Layout
15066 in µm
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 <cell alignment="center" valignment="top" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Plain Layout
15075 129.7
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 <cell alignment="center" valignment="top" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084 52.75
15085 \end_layout
15086
15087 \end_inset
15088 </cell>
15089 <cell alignment="center" valignment="top" usebox="none">
15090 \begin_inset Text
15091
15092 \begin_layout Plain Layout
15093 50.78
15094 \end_layout
15095
15096 \end_inset
15097 </cell>
15098 </row>
15099 <row>
15100 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Plain Layout
15104 in % of pixel size
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Plain Layout
15113 76.3
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122 95.9
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15128 \begin_inset Text
15129
15130 \begin_layout Plain Layout
15131 92.3
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 </row>
15137 </lyxtabular>
15138
15139 \end_inset
15140
15141
15142 \end_layout
15143
15144 \end_inset
15145
15146
15147 \end_layout
15148
15149 \begin_layout Standard
15150 Spaces to table rows can be added using the 
15151 \family sans
15152 Borders
15153 \family default
15154  tab of the table dialog as described in section
15155 \begin_inset space ~
15156 \end_inset
15157
15158
15159 \begin_inset CommandInset ref
15160 LatexCommand ref
15161 reference "sub:Row-Spacing"
15162
15163 \end_inset
15164
15165 .
15166 \end_layout
15167
15168 \begin_layout Standard
15169 Unlike normal tables, formal tables have no vertical table lines.
15170  The horizontal table lines can be set as for normal tables but they appear
15171  with different widths in the output:
15172 \begin_inset Newline newline
15173 \end_inset
15174
15175 The first and the last table line have a default width of 0.08
15176 \begin_inset space \thinspace{}
15177 \end_inset
15178
15179 em while the other lines have a default width of 0.05
15180 \begin_inset space \thinspace{}
15181 \end_inset
15182
15183 em.
15184 \end_layout
15185
15186 \begin_layout Standard
15187 The default widths can be changed with the following preamble lines
15188 \end_layout
15189
15190 \begin_layout Standard
15191
15192 \series bold
15193
15194 \backslash
15195 let
15196 \backslash
15197 mytoprule
15198 \backslash
15199 toprule
15200 \begin_inset Newline newline
15201 \end_inset
15202
15203
15204 \backslash
15205 renewcommand{
15206 \backslash
15207 toprule}{
15208 \backslash
15209 mytoprule[width]}
15210 \end_layout
15211
15212 \begin_layout Standard
15213 This example is for the first line, the so called 
15214 \series bold
15215 toprule
15216 \series default
15217 .
15218  If you want to change the width for the last line, replace 
15219 \series bold
15220 toprule
15221 \series default
15222  by 
15223 \series bold
15224 bottomrule
15225 \series default
15226 .
15227  To change the width for the other lines replace 
15228 \series bold
15229 toprule
15230 \series default
15231  by 
15232 \series bold
15233 midrule
15234 \series default
15235 .
15236  You can use all units listed in appendix
15237 \begin_inset space ~
15238 \end_inset
15239
15240
15241 \begin_inset CommandInset ref
15242 LatexCommand ref
15243 reference "cha:Units-available-in"
15244
15245 \end_inset
15246
15247  to set the width.
15248 \end_layout
15249
15250 \begin_layout Standard
15251 Lines that do not span all table columns can be created by setting a table
15252  line for multicolumn cells.
15253  LyX will then internally use the command 
15254 \series bold
15255
15256 \backslash
15257 cmidrule
15258 \series default
15259  to create this line.
15260  Its full scheme is
15261 \end_layout
15262
15263 \begin_layout Standard
15264
15265 \series bold
15266
15267 \backslash
15268 cmidrule[width](trim){startcol-endcol}
15269 \end_layout
15270
15271 \begin_layout Standard
15272 The options of 
15273 \series bold
15274
15275 \backslash
15276 cmidrule
15277 \series default
15278  are currently not supported by LyX so you have to use TeX-Code to be able
15279  to use them.
15280  
15281 \series bold
15282
15283 \backslash
15284 cmidrule
15285 \series default
15286 s can manually be created by inserting the command as TeX-Code as the first
15287  cell entry of the first cell of a row.
15288  The line is then drawn in the output above the current row.
15289 \end_layout
15290
15291 \begin_layout Standard
15292 The default for the width is 0.03
15293 \begin_inset space \thinspace{}
15294 \end_inset
15295
15296 em.
15297  Startcol is the number of the column where the line starts and endcol the
15298  column number where the line ends.
15299  The endcol always needs to be specified, also when the line should span
15300  only one column.
15301  The optional parameter trim could be either 
15302 \emph on
15303 l{trimwidth}
15304 \emph default
15305 , or 
15306 \emph on
15307 r{trimwidth}
15308 \emph default
15309  where the trimwidth is also optional.
15310  Using for example the parameter 
15311 \emph on
15312 l{2pt}
15313 \emph default
15314  means that the line is trimmed from its left end by 2
15315 \begin_inset space \thinspace{}
15316 \end_inset
15317
15318 pt.
15319  If you don't specify the trimwidth the lines are trimmed by the default
15320  of 0.5
15321 \begin_inset space \thinspace{}
15322 \end_inset
15323
15324 em.
15325 \end_layout
15326
15327 \begin_layout Standard
15328 \begin_inset VSpace bigskip
15329 \end_inset
15330
15331 Table
15332 \begin_inset space ~
15333 \end_inset
15334
15335
15336 \begin_inset CommandInset ref
15337 LatexCommand ref
15338 reference "tab:Example-booktabs-table"
15339
15340 \end_inset
15341
15342  was created using the commands
15343 \end_layout
15344
15345 \begin_layout Standard
15346
15347 \series bold
15348
15349 \backslash
15350 cmidrule(r){2-2}
15351 \backslash
15352 cmidrule(l){3-4}
15353 \end_layout
15354
15355 \begin_layout Standard
15356 at the beginning of the second row and
15357 \end_layout
15358
15359 \begin_layout Standard
15360
15361 \series bold
15362
15363 \backslash
15364 cmidrule(l{10pt}){1-1}
15365 \end_layout
15366
15367 \begin_layout Standard
15368 in the sixth row.
15369 \end_layout
15370
15371 \begin_layout Standard
15372 \begin_inset VSpace bigskip
15373 \end_inset
15374
15375
15376 \end_layout
15377
15378 \begin_layout Standard
15379 You might want to have overlapping 
15380 \series bold
15381
15382 \backslash
15383 cmidrule
15384 \series default
15385 s as in in Table
15386 \begin_inset space ~
15387 \end_inset
15388
15389
15390 \begin_inset CommandInset ref
15391 LatexCommand ref
15392 reference "tab:Special-booktabs-table"
15393
15394 \end_inset
15395
15396 .
15397  This can be achieved with the TeX-Code command
15398 \end_layout
15399
15400 \begin_layout Standard
15401
15402 \series bold
15403
15404 \backslash
15405 morecmidrules
15406 \end_layout
15407
15408 \begin_layout Standard
15409 The command that was used for the second row of Table
15410 \begin_inset space ~
15411 \end_inset
15412
15413
15414 \begin_inset CommandInset ref
15415 LatexCommand ref
15416 reference "tab:Special-booktabs-table"
15417
15418 \end_inset
15419
15420  is
15421 \end_layout
15422
15423 \begin_layout Standard
15424
15425 \series bold
15426
15427 \backslash
15428 cmidrule(r){2-2}
15429 \backslash
15430 cmidrule(l){3-4}
15431 \backslash
15432 morecmidrules
15433 \backslash
15434 cmidrule{2-4}
15435 \end_layout
15436
15437 \begin_layout Standard
15438 The command for the sixth row is
15439 \end_layout
15440
15441 \begin_layout Standard
15442
15443 \series bold
15444
15445 \backslash
15446 midrule
15447 \backslash
15448 morecmidrules
15449 \backslash
15450 cmidrule{3-4}
15451 \end_layout
15452
15453 \begin_layout Standard
15454 \begin_inset VSpace bigskip
15455 \end_inset
15456
15457
15458 \end_layout
15459
15460 \begin_layout Standard
15461 If you are in any way not satisfied with the border line spacing, you can
15462  use the following command to produce lines that span over all table columns
15463 \series bold
15464 :
15465 \end_layout
15466
15467 \begin_layout Standard
15468
15469 \series bold
15470
15471 \backslash
15472 specialrule{width}{space above}{space below}
15473 \end_layout
15474
15475 \begin_layout Standard
15476 For more information about these features, refer to the manual of the LaTeX-pack
15477 age 
15478 \series bold
15479 booktabs
15480 \series default
15481  
15482 \begin_inset CommandInset citation
15483 LatexCommand cite
15484 key "booktabs"
15485
15486 \end_inset
15487
15488 .
15489 \begin_inset Index idx
15490 status collapsed
15491
15492 \begin_layout Plain Layout
15493 LaTeX-packages ! booktabs
15494 \end_layout
15495
15496 \end_inset
15497
15498
15499 \end_layout
15500
15501 \begin_layout Standard
15502 \begin_inset Float table
15503 placement h
15504 wide false
15505 sideways false
15506 status open
15507
15508 \begin_layout Plain Layout
15509 \begin_inset Caption Standard
15510
15511 \begin_layout Plain Layout
15512 \begin_inset CommandInset label
15513 LatexCommand label
15514 name "tab:Special-booktabs-table"
15515
15516 \end_inset
15517
15518 Special booktabs-table
15519 \end_layout
15520
15521 \end_inset
15522
15523
15524 \end_layout
15525
15526 \begin_layout Plain Layout
15527 \align center
15528 \begin_inset Tabular
15529 <lyxtabular version="3" rows="8" columns="4">
15530 <features rotate="0" booktabs="true" tabularvalignment="middle">
15531 <column alignment="center" valignment="top">
15532 <column alignment="center" valignment="top">
15533 <column alignment="center" valignment="top">
15534 <column alignment="center" valignment="top">
15535 <row>
15536 <cell alignment="center" valignment="top" topline="true" usebox="none">
15537 \begin_inset Text
15538
15539 \begin_layout Plain Layout
15540 System
15541 \end_layout
15542
15543 \end_inset
15544 </cell>
15545 <cell alignment="center" valignment="top" topline="true" usebox="none">
15546 \begin_inset Text
15547
15548 \begin_layout Plain Layout
15549 Chip
15550 \begin_inset space \thinspace{}
15551 \end_inset
15552
15553 1
15554 \end_layout
15555
15556 \end_inset
15557 </cell>
15558 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15559 \begin_inset Text
15560
15561 \begin_layout Plain Layout
15562 Chip
15563 \begin_inset space \thinspace{}
15564 \end_inset
15565
15566 2
15567 \end_layout
15568
15569 \end_inset
15570 </cell>
15571 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15572 \begin_inset Text
15573
15574 \begin_layout Plain Layout
15575
15576 \end_layout
15577
15578 \end_inset
15579 </cell>
15580 </row>
15581 <row>
15582 <cell alignment="center" valignment="top" usebox="none">
15583 \begin_inset Text
15584
15585 \begin_layout Plain Layout
15586 \begin_inset ERT
15587 status collapsed
15588
15589 \begin_layout Plain Layout
15590
15591
15592 \backslash
15593 cmidrule(r){2-2}
15594 \end_layout
15595
15596 \end_inset
15597
15598
15599 \begin_inset ERT
15600 status collapsed
15601
15602 \begin_layout Plain Layout
15603
15604
15605 \backslash
15606 cmidrule(l){3-4}
15607 \end_layout
15608
15609 \end_inset
15610
15611
15612 \begin_inset ERT
15613 status collapsed
15614
15615 \begin_layout Plain Layout
15616
15617
15618 \backslash
15619 morecmidrules 
15620 \end_layout
15621
15622 \end_inset
15623
15624
15625 \begin_inset ERT
15626 status collapsed
15627
15628 \begin_layout Plain Layout
15629
15630
15631 \backslash
15632 cmidrule{2-4}
15633 \end_layout
15634
15635 \end_inset
15636
15637 Detector thickness in µm
15638 \end_layout
15639
15640 \end_inset
15641 </cell>
15642 <cell alignment="center" valignment="top" usebox="none">
15643 \begin_inset Text
15644
15645 \begin_layout Plain Layout
15646 300
15647 \end_layout
15648
15649 \end_inset
15650 </cell>
15651 <cell alignment="center" valignment="top" usebox="none">
15652 \begin_inset Text
15653
15654 \begin_layout Plain Layout
15655 300
15656 \end_layout
15657
15658 \end_inset
15659 </cell>
15660 <cell alignment="center" valignment="top" usebox="none">
15661 \begin_inset Text
15662
15663 \begin_layout Plain Layout
15664 700
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 </row>
15670 <row>
15671 <cell alignment="center" valignment="top" topline="true" usebox="none">
15672 \begin_inset Text
15673
15674 \begin_layout Plain Layout
15675 Edge angle in °
15676 \end_layout
15677
15678 \end_inset
15679 </cell>
15680 <cell alignment="center" valignment="top" topline="true" usebox="none">
15681 \begin_inset Text
15682
15683 \begin_layout Plain Layout
15684 3.55
15685 \end_layout
15686
15687 \end_inset
15688 </cell>
15689 <cell alignment="center" valignment="top" topline="true" usebox="none">
15690 \begin_inset Text
15691
15692 \begin_layout Plain Layout
15693 2.71
15694 \end_layout
15695
15696 \end_inset
15697 </cell>
15698 <cell alignment="center" valignment="top" topline="true" usebox="none">
15699 \begin_inset Text
15700
15701 \begin_layout Plain Layout
15702 7.99
15703 \end_layout
15704
15705 \end_inset
15706 </cell>
15707 </row>
15708 <row topspace="default">
15709 <cell alignment="center" valignment="top" usebox="none">
15710 \begin_inset Text
15711
15712 \begin_layout Plain Layout
15713 Spatial resolution in µm
15714 \end_layout
15715
15716 \end_inset
15717 </cell>
15718 <cell alignment="center" valignment="top" usebox="none">
15719 \begin_inset Text
15720
15721 \begin_layout Plain Layout
15722 4.26
15723 \end_layout
15724
15725 \end_inset
15726 </cell>
15727 <cell alignment="center" valignment="top" usebox="none">
15728 \begin_inset Text
15729
15730 \begin_layout Plain Layout
15731 10.17
15732 \end_layout
15733
15734 \end_inset
15735 </cell>
15736 <cell alignment="center" valignment="top" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740 10.56
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 </row>
15746 <row topspace="default">
15747 <cell alignment="center" valignment="top" usebox="none">
15748 \begin_inset Text
15749
15750 \begin_layout Plain Layout
15751 MTF at 
15752 \begin_inset Formula $f_{\mathrm{max}}$
15753 \end_inset
15754
15755
15756 \end_layout
15757
15758 \end_inset
15759 </cell>
15760 <cell alignment="center" valignment="top" usebox="none">
15761 \begin_inset Text
15762
15763 \begin_layout Plain Layout
15764 0.53
15765 \end_layout
15766
15767 \end_inset
15768 </cell>
15769 <cell alignment="center" valignment="top" usebox="none">
15770 \begin_inset Text
15771
15772 \begin_layout Plain Layout
15773 0.37
15774 \end_layout
15775
15776 \end_inset
15777 </cell>
15778 <cell alignment="center" valignment="top" usebox="none">
15779 \begin_inset Text
15780
15781 \begin_layout Plain Layout
15782 0.39
15783 \end_layout
15784
15785 \end_inset
15786 </cell>
15787 </row>
15788 <row>
15789 <cell alignment="center" valignment="top" topline="true" usebox="none">
15790 \begin_inset Text
15791
15792 \begin_layout Plain Layout
15793 \begin_inset ERT
15794 status collapsed
15795
15796 \begin_layout Plain Layout
15797
15798
15799 \backslash
15800 morecmidrules 
15801 \end_layout
15802
15803 \end_inset
15804
15805
15806 \begin_inset ERT
15807 status collapsed
15808
15809 \begin_layout Plain Layout
15810
15811
15812 \backslash
15813 cmidrule{3-4}
15814 \end_layout
15815
15816 \end_inset
15817
15818 LSF-spatial resolution
15819 \end_layout
15820
15821 \end_inset
15822 </cell>
15823 <cell alignment="center" valignment="top" topline="true" usebox="none">
15824 \begin_inset Text
15825
15826 \begin_layout Plain Layout
15827
15828 \end_layout
15829
15830 \end_inset
15831 </cell>
15832 <cell alignment="center" valignment="top" topline="true" usebox="none">
15833 \begin_inset Text
15834
15835 \begin_layout Plain Layout
15836
15837 \end_layout
15838
15839 \end_inset
15840 </cell>
15841 <cell alignment="center" valignment="top" topline="true" usebox="none">
15842 \begin_inset Text
15843
15844 \begin_layout Plain Layout
15845
15846 \end_layout
15847
15848 \end_inset
15849 </cell>
15850 </row>
15851 <row>
15852 <cell alignment="center" valignment="top" usebox="none">
15853 \begin_inset Text
15854
15855 \begin_layout Plain Layout
15856 in µm
15857 \end_layout
15858
15859 \end_inset
15860 </cell>
15861 <cell alignment="center" valignment="top" usebox="none">
15862 \begin_inset Text
15863
15864 \begin_layout Plain Layout
15865 129.7
15866 \end_layout
15867
15868 \end_inset
15869 </cell>
15870 <cell alignment="center" valignment="top" usebox="none">
15871 \begin_inset Text
15872
15873 \begin_layout Plain Layout
15874 52.75
15875 \end_layout
15876
15877 \end_inset
15878 </cell>
15879 <cell alignment="center" valignment="top" usebox="none">
15880 \begin_inset Text
15881
15882 \begin_layout Plain Layout
15883 50.78
15884 \end_layout
15885
15886 \end_inset
15887 </cell>
15888 </row>
15889 <row>
15890 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15891 \begin_inset Text
15892
15893 \begin_layout Plain Layout
15894 in % of pixel size
15895 \end_layout
15896
15897 \end_inset
15898 </cell>
15899 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15900 \begin_inset Text
15901
15902 \begin_layout Plain Layout
15903 76.3
15904 \end_layout
15905
15906 \end_inset
15907 </cell>
15908 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15909 \begin_inset Text
15910
15911 \begin_layout Plain Layout
15912 95.9
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15918 \begin_inset Text
15919
15920 \begin_layout Plain Layout
15921 92.3
15922 \end_layout
15923
15924 \end_inset
15925 </cell>
15926 </row>
15927 </lyxtabular>
15928
15929 \end_inset
15930
15931
15932 \end_layout
15933
15934 \end_inset
15935
15936
15937 \end_layout
15938
15939 \begin_layout Section
15940 Vertical Table Alignment
15941 \begin_inset Index idx
15942 status collapsed
15943
15944 \begin_layout Plain Layout
15945 Table ! Alignment
15946 \end_layout
15947
15948 \end_inset
15949
15950
15951 \end_layout
15952
15953 \begin_layout Standard
15954 To align tables vertically in a text line, the table must be inside a box.
15955  The box can then be vertically aligned as described in section
15956 \begin_inset space ~
15957 \end_inset
15958
15959
15960 \begin_inset CommandInset ref
15961 LatexCommand ref
15962 reference "sec:Box-Dialog"
15963
15964 \end_inset
15965
15966 .
15967 \end_layout
15968
15969 \begin_layout Standard
15970 In the following example the tables are inside a minipage
15971 \begin_inset Foot
15972 status collapsed
15973
15974 \begin_layout Plain Layout
15975 Minipages are described in section
15976 \begin_inset space ~
15977 \end_inset
15978
15979
15980 \begin_inset CommandInset ref
15981 LatexCommand ref
15982 reference "sec:Minipages"
15983
15984 \end_inset
15985
15986 .
15987 \end_layout
15988
15989 \end_inset
15990
15991  box that has a width of 15
15992 \begin_inset space \thinspace{}
15993 \end_inset
15994
15995 col%:
15996 \end_layout
15997
15998 \begin_layout Itemize
15999 test 
16000 \begin_inset Box Frameless
16001 position "t"
16002 hor_pos "c"
16003 has_inner_box 1
16004 inner_pos "c"
16005 use_parbox 0
16006 use_makebox 0
16007 width "15col%"
16008 special "none"
16009 height "1in"
16010 height_special "totalheight"
16011 status collapsed
16012
16013 \begin_layout Plain Layout
16014 \begin_inset Tabular
16015 <lyxtabular version="3" rows="3" columns="3">
16016 <features rotate="0" tabularvalignment="middle">
16017 <column alignment="center" valignment="top">
16018 <column alignment="center" valignment="top">
16019 <column alignment="center" valignment="top">
16020 <row>
16021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16022 \begin_inset Text
16023
16024 \begin_layout Plain Layout
16025 a
16026 \end_layout
16027
16028 \end_inset
16029 </cell>
16030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16031 \begin_inset Text
16032
16033 \begin_layout Plain Layout
16034 d
16035 \end_layout
16036
16037 \end_inset
16038 </cell>
16039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16040 \begin_inset Text
16041
16042 \begin_layout Plain Layout
16043 g
16044 \end_layout
16045
16046 \end_inset
16047 </cell>
16048 </row>
16049 <row>
16050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16051 \begin_inset Text
16052
16053 \begin_layout Plain Layout
16054 b
16055 \end_layout
16056
16057 \end_inset
16058 </cell>
16059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063 e
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072 h
16073 \end_layout
16074
16075 \end_inset
16076 </cell>
16077 </row>
16078 <row>
16079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16080 \begin_inset Text
16081
16082 \begin_layout Plain Layout
16083 c
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092 f
16093 \end_layout
16094
16095 \end_inset
16096 </cell>
16097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16098 \begin_inset Text
16099
16100 \begin_layout Plain Layout
16101 i
16102 \end_layout
16103
16104 \end_inset
16105 </cell>
16106 </row>
16107 </lyxtabular>
16108
16109 \end_inset
16110
16111
16112 \end_layout
16113
16114 \end_inset
16115
16116  test 
16117 \begin_inset ERT
16118 status collapsed
16119
16120 \begin_layout Plain Layout
16121
16122
16123 \backslash
16124 raisebox{0.85
16125 \backslash
16126 baselineskip}{
16127 \end_layout
16128
16129 \end_inset
16130
16131
16132 \begin_inset Box Frameless
16133 position "t"
16134 hor_pos "c"
16135 has_inner_box 1
16136 inner_pos "c"
16137 use_parbox 0
16138 use_makebox 0
16139 width "15col%"
16140 special "none"
16141 height "1in"
16142 height_special "totalheight"
16143 status collapsed
16144
16145 \begin_layout Plain Layout
16146 \begin_inset Tabular
16147 <lyxtabular version="3" rows="3" columns="3">
16148 <features rotate="0" tabularvalignment="middle">
16149 <column alignment="center" valignment="top">
16150 <column alignment="center" valignment="top">
16151 <column alignment="center" valignment="top">
16152 <row>
16153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16154 \begin_inset Text
16155
16156 \begin_layout Plain Layout
16157 a
16158 \end_layout
16159
16160 \end_inset
16161 </cell>
16162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16163 \begin_inset Text
16164
16165 \begin_layout Plain Layout
16166 d
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16172 \begin_inset Text
16173
16174 \begin_layout Plain Layout
16175 g
16176 \end_layout
16177
16178 \end_inset
16179 </cell>
16180 </row>
16181 <row>
16182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16183 \begin_inset Text
16184
16185 \begin_layout Plain Layout
16186 b
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16192 \begin_inset Text
16193
16194 \begin_layout Plain Layout
16195 e
16196 \end_layout
16197
16198 \end_inset
16199 </cell>
16200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16201 \begin_inset Text
16202
16203 \begin_layout Plain Layout
16204 h
16205 \end_layout
16206
16207 \end_inset
16208 </cell>
16209 </row>
16210 <row>
16211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16212 \begin_inset Text
16213
16214 \begin_layout Plain Layout
16215 c
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224 f
16225 \end_layout
16226
16227 \end_inset
16228 </cell>
16229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16230 \begin_inset Text
16231
16232 \begin_layout Plain Layout
16233 i
16234 \end_layout
16235
16236 \end_inset
16237 </cell>
16238 </row>
16239 </lyxtabular>
16240
16241 \end_inset
16242
16243
16244 \end_layout
16245
16246 \end_inset
16247
16248
16249 \begin_inset ERT
16250 status collapsed
16251
16252 \begin_layout Plain Layout
16253
16254 }
16255 \end_layout
16256
16257 \end_inset
16258
16259
16260 \end_layout
16261
16262 \begin_layout Itemize
16263 test 
16264 \begin_inset Box Frameless
16265 position "c"
16266 hor_pos "c"
16267 has_inner_box 1
16268 inner_pos "c"
16269 use_parbox 0
16270 use_makebox 0
16271 width "15col%"
16272 special "none"
16273 height "1in"
16274 height_special "totalheight"
16275 status collapsed
16276
16277 \begin_layout Plain Layout
16278 \begin_inset Tabular
16279 <lyxtabular version="3" rows="3" columns="3">
16280 <features rotate="0" tabularvalignment="middle">
16281 <column alignment="center" valignment="top">
16282 <column alignment="center" valignment="top">
16283 <column alignment="center" valignment="top">
16284 <row>
16285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16286 \begin_inset Text
16287
16288 \begin_layout Plain Layout
16289 a
16290 \end_layout
16291
16292 \end_inset
16293 </cell>
16294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16295 \begin_inset Text
16296
16297 \begin_layout Plain Layout
16298 d
16299 \end_layout
16300
16301 \end_inset
16302 </cell>
16303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16304 \begin_inset Text
16305
16306 \begin_layout Plain Layout
16307 g
16308 \end_layout
16309
16310 \end_inset
16311 </cell>
16312 </row>
16313 <row>
16314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16315 \begin_inset Text
16316
16317 \begin_layout Plain Layout
16318 b
16319 \end_layout
16320
16321 \end_inset
16322 </cell>
16323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16324 \begin_inset Text
16325
16326 \begin_layout Plain Layout
16327 e
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16333 \begin_inset Text
16334
16335 \begin_layout Plain Layout
16336 h
16337 \end_layout
16338
16339 \end_inset
16340 </cell>
16341 </row>
16342 <row>
16343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16344 \begin_inset Text
16345
16346 \begin_layout Plain Layout
16347 c
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16353 \begin_inset Text
16354
16355 \begin_layout Plain Layout
16356 f
16357 \end_layout
16358
16359 \end_inset
16360 </cell>
16361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16362 \begin_inset Text
16363
16364 \begin_layout Plain Layout
16365 i
16366 \end_layout
16367
16368 \end_inset
16369 </cell>
16370 </row>
16371 </lyxtabular>
16372
16373 \end_inset
16374
16375
16376 \end_layout
16377
16378 \end_inset
16379
16380
16381 \end_layout
16382
16383 \begin_layout Itemize
16384 test 
16385 \begin_inset Box Frameless
16386 position "b"
16387 hor_pos "c"
16388 has_inner_box 1
16389 inner_pos "c"
16390 use_parbox 0
16391 use_makebox 0
16392 width "15col%"
16393 special "none"
16394 height "1in"
16395 height_special "totalheight"
16396 status collapsed
16397
16398 \begin_layout Plain Layout
16399 \begin_inset Tabular
16400 <lyxtabular version="3" rows="3" columns="3">
16401 <features rotate="0" tabularvalignment="middle">
16402 <column alignment="center" valignment="top">
16403 <column alignment="center" valignment="top">
16404 <column alignment="center" valignment="top">
16405 <row>
16406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410 a
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16416 \begin_inset Text
16417
16418 \begin_layout Plain Layout
16419 d
16420 \end_layout
16421
16422 \end_inset
16423 </cell>
16424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16425 \begin_inset Text
16426
16427 \begin_layout Plain Layout
16428 g
16429 \end_layout
16430
16431 \end_inset
16432 </cell>
16433 </row>
16434 <row>
16435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16436 \begin_inset Text
16437
16438 \begin_layout Plain Layout
16439 b
16440 \end_layout
16441
16442 \end_inset
16443 </cell>
16444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16445 \begin_inset Text
16446
16447 \begin_layout Plain Layout
16448 e
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16454 \begin_inset Text
16455
16456 \begin_layout Plain Layout
16457 h
16458 \end_layout
16459
16460 \end_inset
16461 </cell>
16462 </row>
16463 <row>
16464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16465 \begin_inset Text
16466
16467 \begin_layout Plain Layout
16468 c
16469 \end_layout
16470
16471 \end_inset
16472 </cell>
16473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16474 \begin_inset Text
16475
16476 \begin_layout Plain Layout
16477 f
16478 \end_layout
16479
16480 \end_inset
16481 </cell>
16482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486 i
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 </row>
16492 </lyxtabular>
16493
16494 \end_inset
16495
16496
16497 \end_layout
16498
16499 \end_inset
16500
16501  test 
16502 \begin_inset ERT
16503 status collapsed
16504
16505 \begin_layout Plain Layout
16506
16507
16508 \backslash
16509 raisebox{-0.32
16510 \backslash
16511 baselineskip}{
16512 \end_layout
16513
16514 \end_inset
16515
16516
16517 \begin_inset Box Frameless
16518 position "b"
16519 hor_pos "c"
16520 has_inner_box 1
16521 inner_pos "c"
16522 use_parbox 0
16523 use_makebox 0
16524 width "15col%"
16525 special "none"
16526 height "1in"
16527 height_special "totalheight"
16528 status collapsed
16529
16530 \begin_layout Plain Layout
16531 \begin_inset Tabular
16532 <lyxtabular version="3" rows="3" columns="3">
16533 <features rotate="0" tabularvalignment="middle">
16534 <column alignment="center" valignment="top">
16535 <column alignment="center" valignment="top">
16536 <column alignment="center" valignment="top">
16537 <row>
16538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16539 \begin_inset Text
16540
16541 \begin_layout Plain Layout
16542 a
16543 \end_layout
16544
16545 \end_inset
16546 </cell>
16547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16548 \begin_inset Text
16549
16550 \begin_layout Plain Layout
16551 d
16552 \end_layout
16553
16554 \end_inset
16555 </cell>
16556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16557 \begin_inset Text
16558
16559 \begin_layout Plain Layout
16560 g
16561 \end_layout
16562
16563 \end_inset
16564 </cell>
16565 </row>
16566 <row>
16567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16568 \begin_inset Text
16569
16570 \begin_layout Plain Layout
16571 b
16572 \end_layout
16573
16574 \end_inset
16575 </cell>
16576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Plain Layout
16580 e
16581 \end_layout
16582
16583 \end_inset
16584 </cell>
16585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16586 \begin_inset Text
16587
16588 \begin_layout Plain Layout
16589 h
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 </row>
16595 <row>
16596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16597 \begin_inset Text
16598
16599 \begin_layout Plain Layout
16600 c
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609 f
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Plain Layout
16618 i
16619 \end_layout
16620
16621 \end_inset
16622 </cell>
16623 </row>
16624 </lyxtabular>
16625
16626 \end_inset
16627
16628
16629 \end_layout
16630
16631 \end_inset
16632
16633
16634 \begin_inset ERT
16635 status collapsed
16636
16637 \begin_layout Plain Layout
16638
16639 }
16640 \end_layout
16641
16642 \end_inset
16643
16644
16645 \end_layout
16646
16647 \begin_layout Standard
16648 As you will see, the content of the first and last table row is not correctly
16649  aligned.
16650  To get this alignment, the minipage box must be set into a raisebox
16651 \begin_inset Foot
16652 status collapsed
16653
16654 \begin_layout Plain Layout
16655 Raiseboxes are described in section
16656 \begin_inset space ~
16657 \end_inset
16658
16659
16660 \begin_inset CommandInset ref
16661 LatexCommand ref
16662 reference "sub:Vertical-Alignment"
16663
16664 \end_inset
16665
16666 .
16667 \end_layout
16668
16669 \end_inset
16670
16671 .
16672  In the example above the second table in the first item is aligned using
16673  the TeX-Code-command
16674 \end_layout
16675
16676 \begin_layout Standard
16677
16678 \series bold
16679
16680 \backslash
16681 raisebox{0.85
16682 \backslash
16683 baselineskip}{
16684 \end_layout
16685
16686 \begin_layout Standard
16687 before the box.
16688  After the box the closing brace 
16689 \series bold
16690 }
16691 \series default
16692  is inserted as TeX-Code.
16693  For the second table in the last item the command
16694 \end_layout
16695
16696 \begin_layout Standard
16697
16698 \series bold
16699
16700 \backslash
16701 raisebox{-0.32
16702 \backslash
16703 baselineskip}{
16704 \end_layout
16705
16706 \begin_layout Standard
16707 is used.
16708 \end_layout
16709
16710 \begin_layout Standard
16711 \begin_inset Note Greyedout
16712 status open
16713
16714 \begin_layout Plain Layout
16715
16716 \series bold
16717 Note:
16718 \series default
16719  The alignment of the table row content to the surrounding text line is
16720  not exact.
16721  The required value for the 
16722 \series bold
16723
16724 \backslash
16725 raisebox
16726 \series default
16727  command for this alignment depends on the document font, the font size,
16728  and the table line thickness.
16729 \end_layout
16730
16731 \end_inset
16732
16733
16734 \end_layout
16735
16736 \begin_layout Section
16737 Colored Tables
16738 \begin_inset CommandInset label
16739 LatexCommand label
16740 name "sec:Colored-Tables"
16741
16742 \end_inset
16743
16744
16745 \begin_inset Index idx
16746 status collapsed
16747
16748 \begin_layout Plain Layout
16749 Table ! Color
16750 \end_layout
16751
16752 \end_inset
16753
16754
16755 \end_layout
16756
16757 \begin_layout Subsection
16758 Colored Cells
16759 \begin_inset Index idx
16760 status collapsed
16761
16762 \begin_layout Plain Layout
16763 Table Color ! for Cells
16764 \end_layout
16765
16766 \end_inset
16767
16768
16769 \begin_inset Index idx
16770 status collapsed
16771
16772 \begin_layout Plain Layout
16773 Color ! for Table Cells
16774 \end_layout
16775
16776 \end_inset
16777
16778
16779 \end_layout
16780
16781 \begin_layout Standard
16782 \begin_inset Float table
16783 placement h
16784 wide false
16785 sideways false
16786 status open
16787
16788 \begin_layout Plain Layout
16789 \begin_inset Caption Standard
16790
16791 \begin_layout Plain Layout
16792 \begin_inset CommandInset label
16793 LatexCommand label
16794 name "tab:Table-colored-without"
16795
16796 \end_inset
16797
16798 Table colored without using the package 
16799 \series bold
16800 colortbl
16801 \series default
16802
16803 \begin_inset Argument 1
16804 status collapsed
16805
16806 \begin_layout Plain Layout
16807 Table without colortbl
16808 \end_layout
16809
16810 \end_inset
16811
16812
16813 \end_layout
16814
16815 \end_inset
16816
16817
16818 \end_layout
16819
16820 \begin_layout Plain Layout
16821 \align center
16822 \begin_inset Tabular
16823 <lyxtabular version="3" rows="3" columns="3">
16824 <features rotate="0" tabularvalignment="middle">
16825 <column alignment="center" valignment="top">
16826 <column alignment="center" valignment="top">
16827 <column alignment="center" valignment="top">
16828 <row>
16829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16830 \begin_inset Text
16831
16832 \begin_layout Plain Layout
16833
16834 \color green
16835 a
16836 \end_layout
16837
16838 \end_inset
16839 </cell>
16840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16841 \begin_inset Text
16842
16843 \begin_layout Plain Layout
16844
16845 \color red
16846 b
16847 \end_layout
16848
16849 \end_inset
16850 </cell>
16851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16852 \begin_inset Text
16853
16854 \begin_layout Plain Layout
16855
16856 \color red
16857 c
16858 \end_layout
16859
16860 \end_inset
16861 </cell>
16862 </row>
16863 <row>
16864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868
16869 \color green
16870 d
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879
16880 \color blue
16881 e
16882 \end_layout
16883
16884 \end_inset
16885 </cell>
16886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890
16891 \color blue
16892 f
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 </row>
16898 <row>
16899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16900 \begin_inset Text
16901
16902 \begin_layout Plain Layout
16903
16904 \color green
16905 g
16906 \end_layout
16907
16908 \end_inset
16909 </cell>
16910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914
16915 \color blue
16916 h
16917 \end_layout
16918
16919 \end_inset
16920 </cell>
16921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925
16926 \color blue
16927 i
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 </row>
16933 </lyxtabular>
16934
16935 \end_inset
16936
16937
16938 \end_layout
16939
16940 \end_inset
16941
16942
16943 \end_layout
16944
16945 \begin_layout Standard
16946 If you only need colored text, mark the cells and choose a color in the
16947  
16948 \family sans
16949 Text
16950 \begin_inset space ~
16951 \end_inset
16952
16953 Style
16954 \family default
16955  dialog (toolbar button 
16956 \begin_inset Info
16957 type  "icon"
16958 arg   "dialog-show character"
16959 \end_inset
16960
16961 ).
16962  This was used to create Table
16963 \begin_inset space ~
16964 \end_inset
16965
16966
16967 \begin_inset CommandInset ref
16968 LatexCommand ref
16969 reference "tab:Table-colored-without"
16970
16971 \end_inset
16972
16973 .
16974  In any other case you have to use the LaTeX-package 
16975 \series bold
16976 colortbl
16977 \series default
16978 .
16979 \begin_inset Index idx
16980 status collapsed
16981
16982 \begin_layout Plain Layout
16983 LaTeX-packages ! colortbl
16984 \end_layout
16985
16986 \end_inset
16987
16988
16989 \end_layout
16990
16991 \begin_layout Standard
16992 \begin_inset ERT
16993 status collapsed
16994
16995 \begin_layout Plain Layout
16996
16997
16998 \backslash
16999 ifcolortbl
17000 \end_layout
17001
17002 \end_inset
17003
17004
17005 \begin_inset Note Note
17006 status open
17007
17008 \begin_layout Plain Layout
17009 The following section part will only be displayed when the LaTeX-package
17010  
17011 \series bold
17012 colortbl
17013 \series default
17014  is installed.
17015 \end_layout
17016
17017 \end_inset
17018
17019
17020 \end_layout
17021
17022 \begin_layout Standard
17023 To create colored tables, 
17024 \series bold
17025 colortbl
17026 \series default
17027  must be loaded in the preamble with the line
17028 \end_layout
17029
17030 \begin_layout Standard
17031
17032 \series bold
17033
17034 \backslash
17035 usepackage{colortbl}
17036 \end_layout
17037
17038 \begin_layout Standard
17039 The color of a column is adjusted with the command
17040 \end_layout
17041
17042 \begin_layout Standard
17043
17044 \series bold
17045
17046 \backslash
17047 columncolor{name of color}
17048 \end_layout
17049
17050 \begin_layout Standard
17051 inside the command 
17052 \series bold
17053 >{ }
17054 \series default
17055 .
17056  More about the command 
17057 \series bold
17058 >{}
17059 \series default
17060  is contained in section
17061 \begin_inset space ~
17062 \end_inset
17063
17064
17065 \begin_inset CommandInset ref
17066 LatexCommand ref
17067 reference "sub:Multicolumn-Calculations"
17068
17069 \end_inset
17070
17071 .
17072 \end_layout
17073
17074 \begin_layout Standard
17075 The following color names are predefined:
17076 \end_layout
17077
17078 \begin_layout Standard
17079
17080 \family sans
17081 red
17082 \family default
17083
17084 \family sans
17085 green
17086 \family default
17087
17088 \family sans
17089 yellow
17090 \family default
17091
17092 \family sans
17093 blue
17094 \family default
17095
17096 \family sans
17097 cyan
17098 \family default
17099
17100 \family sans
17101 magenta
17102 \family default
17103
17104 \family sans
17105 black
17106 \family default
17107  and 
17108 \family sans
17109 white
17110 \end_layout
17111
17112 \begin_layout Standard
17113 \begin_inset VSpace medskip
17114 \end_inset
17115
17116
17117 \end_layout
17118
17119 \begin_layout Standard
17120 If you add the options
17121 \end_layout
17122
17123 \begin_layout Standard
17124
17125 \series bold
17126 usenames,dvipsnames
17127 \end_layout
17128
17129 \begin_layout Standard
17130 to the document class options in the document settings, you can additionally
17131  use further 61
17132 \begin_inset space ~
17133 \end_inset
17134
17135 colors.
17136  These colors are listed in appendix
17137 \begin_inset space ~
17138 \end_inset
17139
17140
17141 \begin_inset CommandInset ref
17142 LatexCommand ref
17143 reference "chap:List-of-dvips-colornames"
17144
17145 \end_inset
17146
17147 .
17148  One of these colors, 
17149 \family sans
17150 Maroon
17151 \family default
17152 , is used as example in Table
17153 \begin_inset space ~
17154 \end_inset
17155
17156
17157 \begin_inset CommandInset ref
17158 LatexCommand ref
17159 reference "tab:Table-colored-using"
17160
17161 \end_inset
17162
17163 .
17164 \end_layout
17165
17166 \begin_layout Standard
17167 \begin_inset VSpace medskip
17168 \end_inset
17169
17170
17171 \end_layout
17172
17173 \begin_layout Standard
17174 You can also define your own color with the command
17175 \end_layout
17176
17177 \begin_layout Standard
17178
17179 \series bold
17180
17181 \backslash
17182 definecolor{color name}{color model}{color values}
17183 \end_layout
17184
17185 \begin_layout Standard
17186 The color model can be
17187 \end_layout
17188
17189 \begin_layout Labeling
17190 \labelwidthstring 00.00.0000
17191 cmyk: cyan, magenta, yellow, black
17192 \end_layout
17193
17194 \begin_layout Labeling
17195 \labelwidthstring 00.00.0000
17196 rgb: red, green blue
17197 \end_layout
17198
17199 \begin_layout Labeling
17200 \labelwidthstring 00.00.0000
17201 gray gray
17202 \end_layout
17203
17204 \begin_layout Standard
17205 and the color values are comma separated numbers between 0 and 1 describing
17206  the factor for the corresponding color of the color model.
17207 \end_layout
17208
17209 \begin_layout Standard
17210 You can e.
17211 \begin_inset space \thinspace{}
17212 \end_inset
17213
17214 g.
17215 \begin_inset space \space{}
17216 \end_inset
17217
17218 define the color "
17219 \emph on
17220 darkgreen
17221 \emph default
17222 " in the preamble with
17223 \end_layout
17224
17225 \begin_layout Standard
17226
17227 \series bold
17228
17229 \backslash
17230 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17231 \end_layout
17232
17233 \begin_layout Standard
17234 and the color "
17235 \emph on
17236 lightgray
17237 \emph default
17238 " with
17239 \end_layout
17240
17241 \begin_layout Standard
17242
17243 \series bold
17244
17245 \backslash
17246 definecolor{lightgray}{gray}{0.8}
17247 \end_layout
17248
17249 \begin_layout Standard
17250 \begin_inset VSpace medskip
17251 \end_inset
17252
17253
17254 \end_layout
17255
17256 \begin_layout Standard
17257 Lines are colored with the command
17258 \end_layout
17259
17260 \begin_layout Standard
17261
17262 \series bold
17263
17264 \backslash
17265 rowcolor{name of color}
17266 \end_layout
17267
17268 \begin_layout Standard
17269 and cells are colored with the command
17270 \end_layout
17271
17272 \begin_layout Standard
17273
17274 \series bold
17275
17276 \backslash
17277 cellcolor{name of color}
17278 \end_layout
17279
17280 \begin_layout Standard
17281 Both commands are inserted at the beginning of a cell as TeX-Code.
17282 \end_layout
17283
17284 \begin_layout Standard
17285 To color characters in the table, mark the cells and use the 
17286 \family sans
17287 Text
17288 \begin_inset space ~
17289 \end_inset
17290
17291 Style
17292 \family default
17293  dialog.
17294  If a cell contains TeX-Code mark only the characters, otherwise the colored
17295  TeX-Code will cause LaTeX-errors.
17296 \end_layout
17297
17298 \begin_layout Standard
17299 \begin_inset Note Greyedout
17300 status open
17301
17302 \begin_layout Plain Layout
17303
17304 \series bold
17305 Note:
17306 \series default
17307  Not all DVI-viewers are able to display self-defined colors.
17308 \end_layout
17309
17310 \end_inset
17311
17312
17313 \end_layout
17314
17315 \begin_layout Standard
17316 \begin_inset VSpace bigskip
17317 \end_inset
17318
17319
17320 \end_layout
17321
17322 \begin_layout Standard
17323 To create Table
17324 \begin_inset space ~
17325 \end_inset
17326
17327
17328 \begin_inset CommandInset ref
17329 LatexCommand ref
17330 reference "tab:Table-colored-using"
17331
17332 \end_inset
17333
17334  do the following: The color of the first column should be 
17335 \emph on
17336 darkgreen
17337 \emph default
17338 .
17339  So insert
17340 \end_layout
17341
17342 \begin_layout Standard
17343
17344 \series bold
17345 >{
17346 \backslash
17347 columncolor{darkgreen}
17348 \backslash
17349 centering}c
17350 \end_layout
17351
17352 \begin_layout Standard
17353 as LaTeX-argument for this column.
17354  The first row should be light blue, therefore the TeX-Code command
17355 \end_layout
17356
17357 \begin_layout Standard
17358
17359 \series bold
17360
17361 \backslash
17362 rowcolor{cyan}
17363 \end_layout
17364
17365 \begin_layout Standard
17366 is inserted to the first cell of this row.
17367  Note that this overwrites the column color for the first cell.
17368  The last cell of the last row is colored maroon by inserting the TeX-Code
17369  command
17370 \end_layout
17371
17372 \begin_layout Standard
17373
17374 \series bold
17375
17376 \backslash
17377 cellcolor{Maroon}
17378 \end_layout
17379
17380 \begin_layout Standard
17381 The characters could now be colored using the menu 
17382 \family sans
17383 Edit\SpecialChar \menuseparator
17384 Text
17385 \begin_inset space ~
17386 \end_inset
17387
17388 Style
17389 \family default
17390 .
17391 \end_layout
17392
17393 \begin_layout Standard
17394 \begin_inset Float table
17395 placement h
17396 wide false
17397 sideways false
17398 status open
17399
17400 \begin_layout Plain Layout
17401 \begin_inset Caption Standard
17402
17403 \begin_layout Plain Layout
17404 \begin_inset CommandInset label
17405 LatexCommand label
17406 name "tab:Table-colored-using"
17407
17408 \end_inset
17409
17410 Table colored using the package 
17411 \series bold
17412 colortbl
17413 \series default
17414
17415 \begin_inset Argument 1
17416 status collapsed
17417
17418 \begin_layout Plain Layout
17419 Table with colortbl
17420 \end_layout
17421
17422 \end_inset
17423
17424
17425 \end_layout
17426
17427 \end_inset
17428
17429
17430 \end_layout
17431
17432 \begin_layout Plain Layout
17433 \align center
17434 \begin_inset Tabular
17435 <lyxtabular version="3" rows="3" columns="3">
17436 <features rotate="0" tabularvalignment="middle">
17437 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17438 <column alignment="center" valignment="top">
17439 <column alignment="center" valignment="top">
17440 <row>
17441 <cell alignment="center" valignment="top" usebox="none">
17442 \begin_inset Text
17443
17444 \begin_layout Plain Layout
17445 \begin_inset ERT
17446 status collapsed
17447
17448 \begin_layout Plain Layout
17449
17450
17451 \backslash
17452 rowcolor{cyan}
17453 \end_layout
17454
17455 \end_inset
17456
17457
17458 \color magenta
17459 a
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 <cell alignment="center" valignment="top" usebox="none">
17465 \begin_inset Text
17466
17467 \begin_layout Plain Layout
17468
17469 \color red
17470 b
17471 \end_layout
17472
17473 \end_inset
17474 </cell>
17475 <cell alignment="center" valignment="top" usebox="none">
17476 \begin_inset Text
17477
17478 \begin_layout Plain Layout
17479
17480 \color red
17481 c
17482 \end_layout
17483
17484 \end_inset
17485 </cell>
17486 </row>
17487 <row>
17488 <cell alignment="center" valignment="top" usebox="none">
17489 \begin_inset Text
17490
17491 \begin_layout Plain Layout
17492
17493 \color yellow
17494 d
17495 \end_layout
17496
17497 \end_inset
17498 </cell>
17499 <cell alignment="center" valignment="top" usebox="none">
17500 \begin_inset Text
17501
17502 \begin_layout Plain Layout
17503
17504 \color blue
17505 e
17506 \end_layout
17507
17508 \end_inset
17509 </cell>
17510 <cell alignment="center" valignment="top" usebox="none">
17511 \begin_inset Text
17512
17513 \begin_layout Plain Layout
17514
17515 \color blue
17516 f
17517 \end_layout
17518
17519 \end_inset
17520 </cell>
17521 </row>
17522 <row>
17523 <cell alignment="center" valignment="top" usebox="none">
17524 \begin_inset Text
17525
17526 \begin_layout Plain Layout
17527
17528 \color yellow
17529 g
17530 \end_layout
17531
17532 \end_inset
17533 </cell>
17534 <cell alignment="center" valignment="top" usebox="none">
17535 \begin_inset Text
17536
17537 \begin_layout Plain Layout
17538
17539 \color blue
17540 h
17541 \end_layout
17542
17543 \end_inset
17544 </cell>
17545 <cell alignment="center" valignment="top" usebox="none">
17546 \begin_inset Text
17547
17548 \begin_layout Plain Layout
17549 \begin_inset ERT
17550 status collapsed
17551
17552 \begin_layout Plain Layout
17553
17554
17555 \backslash
17556 cellcolor{Maroon}
17557 \end_layout
17558
17559 \end_inset
17560
17561
17562 \color green
17563 i
17564 \end_layout
17565
17566 \end_inset
17567 </cell>
17568 </row>
17569 </lyxtabular>
17570
17571 \end_inset
17572
17573
17574 \end_layout
17575
17576 \end_inset
17577
17578
17579 \end_layout
17580
17581 \begin_layout Standard
17582 \begin_inset ERT
17583 status collapsed
17584
17585 \begin_layout Plain Layout
17586
17587
17588 \backslash
17589 else
17590 \end_layout
17591
17592 \end_inset
17593
17594
17595 \begin_inset Note Note
17596 status open
17597
17598 \begin_layout Plain Layout
17599 The following will be displayed when the LaTeX-package 
17600 \series bold
17601 colortbl
17602 \series default
17603  is not installed:
17604 \end_layout
17605
17606 \end_inset
17607
17608
17609 \end_layout
17610
17611 \begin_layout Standard
17612 You need to install the package 
17613 \series bold
17614 colortbl
17615 \series default
17616  to see the content of this section in the output.
17617 \end_layout
17618
17619 \begin_layout Standard
17620 \begin_inset ERT
17621 status collapsed
17622
17623 \begin_layout Plain Layout
17624
17625
17626 \backslash
17627 fi
17628 \end_layout
17629
17630 \end_inset
17631
17632
17633 \end_layout
17634
17635 \begin_layout Subsection
17636 Colored Rows
17637 \begin_inset Index idx
17638 status collapsed
17639
17640 \begin_layout Plain Layout
17641 Table Color ! for Rows
17642 \end_layout
17643
17644 \end_inset
17645
17646
17647 \begin_inset Index idx
17648 status collapsed
17649
17650 \begin_layout Plain Layout
17651 Color ! for Table Rows
17652 \end_layout
17653
17654 \end_inset
17655
17656
17657 \end_layout
17658
17659 \begin_layout Standard
17660 In case every second table row needs to be colored there is an alternative
17661  to the method described in the previous section: One loads the package
17662  
17663 \series bold
17664 xcolor
17665 \series default
17666
17667 \begin_inset Index idx
17668 status collapsed
17669
17670 \begin_layout Plain Layout
17671 LaTeX-packages ! xcolor
17672 \begin_inset ERT
17673 status collapsed
17674
17675 \begin_layout Plain Layout
17676
17677
17678 \backslash
17679 vspace{4mm}
17680 \end_layout
17681
17682 \end_inset
17683
17684
17685 \end_layout
17686
17687 \end_inset
17688
17689  in the document preamble with the command
17690 \end_layout
17691
17692 \begin_layout Standard
17693
17694 \series bold
17695
17696 \backslash
17697 usepackage[table]{xcolor}
17698 \end_layout
17699
17700 \begin_layout Standard
17701
17702 \series bold
17703 xcolor
17704 \series default
17705  automatically loads also the package 
17706 \series bold
17707 colortbl
17708 \series default
17709
17710 \begin_inset Index idx
17711 status collapsed
17712
17713 \begin_layout Plain Layout
17714 LaTeX-packages ! colortbl
17715 \end_layout
17716
17717 \end_inset
17718
17719 , so 
17720 \series bold
17721 colortbl
17722 \series default
17723  must be installed in your LaTeX-distribution, otherwise you get LaTeX-errors.
17724 \end_layout
17725
17726 \begin_layout Standard
17727 \begin_inset ERT
17728 status collapsed
17729
17730 \begin_layout Plain Layout
17731
17732
17733 \backslash
17734 ifcolortbl
17735 \end_layout
17736
17737 \end_inset
17738
17739
17740 \begin_inset Note Note
17741 status open
17742
17743 \begin_layout Plain Layout
17744 The following section part will only be displayed when the LaTeX-package
17745  
17746 \series bold
17747 colortbl
17748 \series default
17749  is installed.
17750 \end_layout
17751
17752 \end_inset
17753
17754
17755 \end_layout
17756
17757 \begin_layout Standard
17758 The table rows are colored with the command
17759 \end_layout
17760
17761 \begin_layout Standard
17762
17763 \series bold
17764
17765 \backslash
17766 rowcolors[commands]{row number}{odd row color}{even row color}
17767 \end_layout
17768
17769 \begin_layout Standard
17770 that is either inserted in the document preamble or as TeX-Code before the
17771  first table to be colored.
17772  row
17773 \begin_inset space ~
17774 \end_inset
17775
17776 number is the number of the first row which should be colored according
17777  to the odd row color.
17778  commands can be additional commands that are executed before every table
17779  row.
17780  So for example the command
17781 \end_layout
17782
17783 \begin_layout Standard
17784
17785 \series bold
17786
17787 \backslash
17788 rowcolors{1}{white}{lightgray}
17789 \end_layout
17790
17791 \begin_layout Standard
17792 leads to the coloring scheme of Table
17793 \begin_inset space ~
17794 \end_inset
17795
17796
17797 \begin_inset CommandInset ref
17798 LatexCommand ref
17799 reference "tab:Table-rowcolors"
17800
17801 \end_inset
17802
17803 .
17804  The command
17805 \end_layout
17806
17807 \begin_layout Standard
17808
17809 \series bold
17810
17811 \backslash
17812 rowcolors[
17813 \backslash
17814 hline]{1}{lightgray}{cyan}
17815 \end_layout
17816
17817 \begin_layout Standard
17818 leads to the coloring scheme of Table
17819 \begin_inset space ~
17820 \end_inset
17821
17822
17823 \begin_inset CommandInset ref
17824 LatexCommand ref
17825 reference "tab:Table-rowcolors-2"
17826
17827 \end_inset
17828
17829 .
17830  If odd
17831 \begin_inset space ~
17832 \end_inset
17833
17834 row
17835 \begin_inset space ~
17836 \end_inset
17837
17838 color and/or even
17839 \begin_inset space ~
17840 \end_inset
17841
17842 row
17843 \begin_inset space ~
17844 \end_inset
17845
17846 color are left empty, no color will be used so that the command
17847 \end_layout
17848
17849 \begin_layout Standard
17850
17851 \series bold
17852
17853 \backslash
17854 rowcolors{1}{}{}
17855 \end_layout
17856
17857 \begin_layout Standard
17858 deletes all colors.
17859  
17860 \series bold
17861
17862 \backslash
17863 rowcolors
17864 \series default
17865  affects all tables following that command.
17866 \end_layout
17867
17868 \begin_layout Standard
17869 \begin_inset ERT
17870 status open
17871
17872 \begin_layout Plain Layout
17873
17874
17875 \backslash
17876 rowcolors{1}{white}{lightgray}
17877 \end_layout
17878
17879 \end_inset
17880
17881
17882 \end_layout
17883
17884 \begin_layout Standard
17885 \begin_inset Float table
17886 placement h
17887 wide false
17888 sideways false
17889 status open
17890
17891 \begin_layout Plain Layout
17892 \begin_inset Caption Standard
17893
17894 \begin_layout Plain Layout
17895 \begin_inset CommandInset label
17896 LatexCommand label
17897 name "tab:Table-rowcolors"
17898
17899 \end_inset
17900
17901 Table where every second row is colored light gray.
17902 \end_layout
17903
17904 \end_inset
17905
17906
17907 \end_layout
17908
17909 \begin_layout Plain Layout
17910 \align center
17911 \begin_inset Tabular
17912 <lyxtabular version="3" rows="4" columns="3">
17913 <features rotate="0" tabularvalignment="middle">
17914 <column alignment="center" valignment="top">
17915 <column alignment="center" valignment="top" width="0pt">
17916 <column alignment="center" valignment="top" width="0pt">
17917 <row>
17918 <cell alignment="center" valignment="top" usebox="none">
17919 \begin_inset Text
17920
17921 \begin_layout Plain Layout
17922 X
17923 \end_layout
17924
17925 \end_inset
17926 </cell>
17927 <cell alignment="center" valignment="top" usebox="none">
17928 \begin_inset Text
17929
17930 \begin_layout Plain Layout
17931 Y
17932 \end_layout
17933
17934 \end_inset
17935 </cell>
17936 <cell alignment="center" valignment="top" usebox="none">
17937 \begin_inset Text
17938
17939 \begin_layout Plain Layout
17940 Z
17941 \end_layout
17942
17943 \end_inset
17944 </cell>
17945 </row>
17946 <row>
17947 <cell alignment="center" valignment="top" usebox="none">
17948 \begin_inset Text
17949
17950 \begin_layout Plain Layout
17951 1
17952 \end_layout
17953
17954 \end_inset
17955 </cell>
17956 <cell alignment="center" valignment="top" usebox="none">
17957 \begin_inset Text
17958
17959 \begin_layout Plain Layout
17960 2
17961 \end_layout
17962
17963 \end_inset
17964 </cell>
17965 <cell alignment="center" valignment="top" usebox="none">
17966 \begin_inset Text
17967
17968 \begin_layout Plain Layout
17969 3
17970 \end_layout
17971
17972 \end_inset
17973 </cell>
17974 </row>
17975 <row>
17976 <cell alignment="center" valignment="top" usebox="none">
17977 \begin_inset Text
17978
17979 \begin_layout Plain Layout
17980 4
17981 \end_layout
17982
17983 \end_inset
17984 </cell>
17985 <cell alignment="center" valignment="top" usebox="none">
17986 \begin_inset Text
17987
17988 \begin_layout Plain Layout
17989 5
17990 \end_layout
17991
17992 \end_inset
17993 </cell>
17994 <cell alignment="center" valignment="top" usebox="none">
17995 \begin_inset Text
17996
17997 \begin_layout Plain Layout
17998 6
17999 \end_layout
18000
18001 \end_inset
18002 </cell>
18003 </row>
18004 <row>
18005 <cell alignment="center" valignment="top" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Plain Layout
18009 7
18010 \end_layout
18011
18012 \end_inset
18013 </cell>
18014 <cell alignment="center" valignment="top" usebox="none">
18015 \begin_inset Text
18016
18017 \begin_layout Plain Layout
18018 8
18019 \end_layout
18020
18021 \end_inset
18022 </cell>
18023 <cell alignment="center" valignment="top" usebox="none">
18024 \begin_inset Text
18025
18026 \begin_layout Plain Layout
18027 9
18028 \end_layout
18029
18030 \end_inset
18031 </cell>
18032 </row>
18033 </lyxtabular>
18034
18035 \end_inset
18036
18037
18038 \end_layout
18039
18040 \end_inset
18041
18042
18043 \end_layout
18044
18045 \begin_layout Standard
18046 \begin_inset ERT
18047 status open
18048
18049 \begin_layout Plain Layout
18050
18051
18052 \backslash
18053 rowcolors[
18054 \backslash
18055 hline]{1}{lightgray}{cyan}
18056 \end_layout
18057
18058 \end_inset
18059
18060
18061 \end_layout
18062
18063 \begin_layout Standard
18064 \begin_inset Float table
18065 placement h
18066 wide false
18067 sideways false
18068 status open
18069
18070 \begin_layout Plain Layout
18071 \begin_inset Caption Standard
18072
18073 \begin_layout Plain Layout
18074 \begin_inset CommandInset label
18075 LatexCommand label
18076 name "tab:Table-rowcolors-2"
18077
18078 \end_inset
18079
18080 Table where every second row is colored cyan and at which there is a line
18081  between each row.
18082 \end_layout
18083
18084 \end_inset
18085
18086
18087 \end_layout
18088
18089 \begin_layout Plain Layout
18090 \align center
18091 \begin_inset Tabular
18092 <lyxtabular version="3" rows="4" columns="3">
18093 <features rotate="0" tabularvalignment="middle">
18094 <column alignment="center" valignment="top">
18095 <column alignment="center" valignment="top">
18096 <column alignment="center" valignment="top" width="0pt">
18097 <row>
18098 <cell alignment="center" valignment="top" usebox="none">
18099 \begin_inset Text
18100
18101 \begin_layout Plain Layout
18102 X
18103 \end_layout
18104
18105 \end_inset
18106 </cell>
18107 <cell alignment="center" valignment="top" usebox="none">
18108 \begin_inset Text
18109
18110 \begin_layout Plain Layout
18111 Y
18112 \end_layout
18113
18114 \end_inset
18115 </cell>
18116 <cell alignment="center" valignment="top" usebox="none">
18117 \begin_inset Text
18118
18119 \begin_layout Plain Layout
18120 Z
18121 \end_layout
18122
18123 \end_inset
18124 </cell>
18125 </row>
18126 <row>
18127 <cell alignment="center" valignment="top" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131 1
18132 \end_layout
18133
18134 \end_inset
18135 </cell>
18136 <cell alignment="center" valignment="top" usebox="none">
18137 \begin_inset Text
18138
18139 \begin_layout Plain Layout
18140 2
18141 \end_layout
18142
18143 \end_inset
18144 </cell>
18145 <cell alignment="center" valignment="top" usebox="none">
18146 \begin_inset Text
18147
18148 \begin_layout Plain Layout
18149 3
18150 \end_layout
18151
18152 \end_inset
18153 </cell>
18154 </row>
18155 <row>
18156 <cell alignment="center" valignment="top" usebox="none">
18157 \begin_inset Text
18158
18159 \begin_layout Plain Layout
18160 4
18161 \end_layout
18162
18163 \end_inset
18164 </cell>
18165 <cell alignment="center" valignment="top" usebox="none">
18166 \begin_inset Text
18167
18168 \begin_layout Plain Layout
18169 5
18170 \end_layout
18171
18172 \end_inset
18173 </cell>
18174 <cell alignment="center" valignment="top" usebox="none">
18175 \begin_inset Text
18176
18177 \begin_layout Plain Layout
18178 6
18179 \end_layout
18180
18181 \end_inset
18182 </cell>
18183 </row>
18184 <row>
18185 <cell alignment="center" valignment="top" usebox="none">
18186 \begin_inset Text
18187
18188 \begin_layout Plain Layout
18189 7
18190 \end_layout
18191
18192 \end_inset
18193 </cell>
18194 <cell alignment="center" valignment="top" usebox="none">
18195 \begin_inset Text
18196
18197 \begin_layout Plain Layout
18198 8
18199 \end_layout
18200
18201 \end_inset
18202 </cell>
18203 <cell alignment="center" valignment="top" usebox="none">
18204 \begin_inset Text
18205
18206 \begin_layout Plain Layout
18207 9
18208 \end_layout
18209
18210 \end_inset
18211 </cell>
18212 </row>
18213 </lyxtabular>
18214
18215 \end_inset
18216
18217
18218 \end_layout
18219
18220 \end_inset
18221
18222
18223 \end_layout
18224
18225 \begin_layout Standard
18226 \begin_inset ERT
18227 status collapsed
18228
18229 \begin_layout Plain Layout
18230
18231
18232 \backslash
18233 rowcolors{1}{}{}
18234 \end_layout
18235
18236 \end_inset
18237
18238
18239 \begin_inset Note Note
18240 status collapsed
18241
18242 \begin_layout Plain Layout
18243 turns off the row coloring
18244 \end_layout
18245
18246 \end_inset
18247
18248
18249 \end_layout
18250
18251 \begin_layout Standard
18252 \begin_inset ERT
18253 status collapsed
18254
18255 \begin_layout Plain Layout
18256
18257
18258 \backslash
18259 else
18260 \end_layout
18261
18262 \end_inset
18263
18264
18265 \begin_inset Note Note
18266 status open
18267
18268 \begin_layout Plain Layout
18269 The following will be displayed when the LaTeX-package 
18270 \series bold
18271 colortbl
18272 \series default
18273  is not installed:
18274 \end_layout
18275
18276 \end_inset
18277
18278
18279 \end_layout
18280
18281 \begin_layout Standard
18282 You need to install the package 
18283 \series bold
18284 colortbl
18285 \series default
18286  to see the content of this section in the output.
18287 \end_layout
18288
18289 \begin_layout Standard
18290 \begin_inset ERT
18291 status collapsed
18292
18293 \begin_layout Plain Layout
18294
18295
18296 \backslash
18297 fi
18298 \end_layout
18299
18300 \end_inset
18301
18302
18303 \end_layout
18304
18305 \begin_layout Subsection
18306 Colored Lines
18307 \begin_inset Index idx
18308 status collapsed
18309
18310 \begin_layout Plain Layout
18311 Table Color ! for Lines
18312 \end_layout
18313
18314 \end_inset
18315
18316
18317 \begin_inset Index idx
18318 status collapsed
18319
18320 \begin_layout Plain Layout
18321 Color ! for Table Lines
18322 \end_layout
18323
18324 \end_inset
18325
18326
18327 \end_layout
18328
18329 \begin_layout Standard
18330 As described in section
18331 \begin_inset space ~
18332 \end_inset
18333
18334
18335 \begin_inset CommandInset ref
18336 LatexCommand ref
18337 reference "sub:Line-Thickness"
18338
18339 \end_inset
18340
18341 , the line thickness for all lines in a table can be adjusted with the length
18342  
18343 \series bold
18344
18345 \backslash
18346 arrayrulewidth
18347 \series default
18348 .
18349  It is set to 1.5
18350 \begin_inset space \thinspace{}
18351 \end_inset
18352
18353 pt for all tables of this section.
18354 \begin_inset ERT
18355 status collapsed
18356
18357 \begin_layout Plain Layout
18358
18359
18360 \backslash
18361 setlength{
18362 \backslash
18363 arrayrulewidth}{1.5pt}
18364 \end_layout
18365
18366 \end_inset
18367
18368
18369 \end_layout
18370
18371 \begin_layout Standard
18372 To color vertical lines for example with green, create the following column
18373  format in the document preamble, according to the description in section
18374 \begin_inset space ~
18375 \end_inset
18376
18377
18378 \begin_inset CommandInset ref
18379 LatexCommand ref
18380 reference "sub:Customized-Format"
18381
18382 \end_inset
18383
18384 :
18385 \end_layout
18386
18387 \begin_layout Standard
18388
18389 \series bold
18390
18391 \backslash
18392 newcolumntype{W}{!{
18393 \backslash
18394 color{green}
18395 \backslash
18396 vline}}
18397 \end_layout
18398
18399 \begin_layout Standard
18400 For Table
18401 \begin_inset space ~
18402 \end_inset
18403
18404
18405 \begin_inset CommandInset ref
18406 LatexCommand ref
18407 reference "tab:Table-with-vertical-colored"
18408
18409 \end_inset
18410
18411  the LaTeX-argument
18412 \series bold
18413  WcW
18414 \series default
18415  was used for the last column and
18416 \series bold
18417  Wc
18418 \series default
18419  for the other columns.
18420 \end_layout
18421
18422 \begin_layout Standard
18423 If you want to have several colors, define more column formats.
18424 \end_layout
18425
18426 \begin_layout Standard
18427 \begin_inset Float table
18428 placement h
18429 wide false
18430 sideways false
18431 status open
18432
18433 \begin_layout Plain Layout
18434 \begin_inset Caption Standard
18435
18436 \begin_layout Plain Layout
18437 \begin_inset CommandInset label
18438 LatexCommand label
18439 name "tab:Table-with-vertical-colored"
18440
18441 \end_inset
18442
18443 Table with colored vertical lines
18444 \end_layout
18445
18446 \end_inset
18447
18448
18449 \end_layout
18450
18451 \begin_layout Plain Layout
18452 \align center
18453 \begin_inset Tabular
18454 <lyxtabular version="3" rows="3" columns="3">
18455 <features rotate="0" tabularvalignment="middle">
18456 <column alignment="center" valignment="top" special="Wc">
18457 <column alignment="center" valignment="top" special="Wc">
18458 <column alignment="center" valignment="top" special="WcW">
18459 <row>
18460 <cell alignment="center" valignment="top" topline="true" usebox="none">
18461 \begin_inset Text
18462
18463 \begin_layout Plain Layout
18464 sd
18465 \end_layout
18466
18467 \end_inset
18468 </cell>
18469 <cell alignment="center" valignment="top" topline="true" usebox="none">
18470 \begin_inset Text
18471
18472 \begin_layout Plain Layout
18473
18474 \end_layout
18475
18476 \end_inset
18477 </cell>
18478 <cell alignment="center" valignment="top" topline="true" usebox="none">
18479 \begin_inset Text
18480
18481 \begin_layout Plain Layout
18482
18483 \end_layout
18484
18485 \end_inset
18486 </cell>
18487 </row>
18488 <row>
18489 <cell alignment="center" valignment="top" topline="true" usebox="none">
18490 \begin_inset Text
18491
18492 \begin_layout Plain Layout
18493
18494 \end_layout
18495
18496 \end_inset
18497 </cell>
18498 <cell alignment="center" valignment="top" topline="true" usebox="none">
18499 \begin_inset Text
18500
18501 \begin_layout Plain Layout
18502 sd
18503 \end_layout
18504
18505 \end_inset
18506 </cell>
18507 <cell alignment="center" valignment="top" topline="true" usebox="none">
18508 \begin_inset Text
18509
18510 \begin_layout Plain Layout
18511
18512 \end_layout
18513
18514 \end_inset
18515 </cell>
18516 </row>
18517 <row>
18518 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18519 \begin_inset Text
18520
18521 \begin_layout Plain Layout
18522
18523 \end_layout
18524
18525 \end_inset
18526 </cell>
18527 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18528 \begin_inset Text
18529
18530 \begin_layout Plain Layout
18531
18532 \end_layout
18533
18534 \end_inset
18535 </cell>
18536 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18537 \begin_inset Text
18538
18539 \begin_layout Plain Layout
18540 sd
18541 \end_layout
18542
18543 \end_inset
18544 </cell>
18545 </row>
18546 </lyxtabular>
18547
18548 \end_inset
18549
18550
18551 \end_layout
18552
18553 \end_inset
18554
18555
18556 \end_layout
18557
18558 \begin_layout Standard
18559 \begin_inset VSpace bigskip
18560 \end_inset
18561
18562 To color horizontal lines for example with red, as in Table
18563 \begin_inset space ~
18564 \end_inset
18565
18566
18567 \begin_inset CommandInset ref
18568 LatexCommand ref
18569 reference "tab:Table-with-horizontal-colored"
18570
18571 \end_inset
18572
18573 , insert these commands in TeX-Code before the table or table float:
18574 \end_layout
18575
18576 \begin_layout Standard
18577
18578 \series bold
18579
18580 \backslash
18581 let
18582 \backslash
18583 myHlineC
18584 \backslash
18585 hline
18586 \begin_inset Newline newline
18587 \end_inset
18588
18589
18590 \backslash
18591 renewcommand{
18592 \backslash
18593 hline}
18594 \begin_inset Newline newline
18595 \end_inset
18596
18597
18598 \begin_inset Phantom HPhantom
18599 status open
18600
18601 \begin_layout Plain Layout
18602
18603 \series bold
18604 \begin_inset space ~
18605 \end_inset
18606
18607
18608 \end_layout
18609
18610 \end_inset
18611
18612 {
18613 \backslash
18614 arrayrulecolor{red}
18615 \backslash
18616 myHlineC
18617 \backslash
18618 arrayrulecolor{black}}
18619 \end_layout
18620
18621 \begin_layout Standard
18622 \begin_inset ERT
18623 status collapsed
18624
18625 \begin_layout Plain Layout
18626
18627
18628 \backslash
18629 let
18630 \backslash
18631 myHlineC
18632 \backslash
18633 hline
18634 \end_layout
18635
18636 \begin_layout Plain Layout
18637
18638
18639 \backslash
18640 renewcommand{
18641 \backslash
18642 hline}
18643 \end_layout
18644
18645 \begin_layout Plain Layout
18646
18647  {
18648 \backslash
18649 arrayrulecolor{red}
18650 \backslash
18651 myHlineC
18652 \backslash
18653 arrayrulecolor{black}}
18654 \end_layout
18655
18656 \end_inset
18657
18658
18659 \begin_inset Float table
18660 placement h
18661 wide false
18662 sideways false
18663 status open
18664
18665 \begin_layout Plain Layout
18666 \begin_inset Caption Standard
18667
18668 \begin_layout Plain Layout
18669 \begin_inset CommandInset label
18670 LatexCommand label
18671 name "tab:Table-with-horizontal-colored"
18672
18673 \end_inset
18674
18675 Table with colored horizontal lines
18676 \end_layout
18677
18678 \end_inset
18679
18680
18681 \end_layout
18682
18683 \begin_layout Plain Layout
18684 \align center
18685 \begin_inset Tabular
18686 <lyxtabular version="3" rows="3" columns="3">
18687 <features rotate="0" tabularvalignment="middle">
18688 <column alignment="center" valignment="top">
18689 <column alignment="center" valignment="top">
18690 <column alignment="center" valignment="top">
18691 <row>
18692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18693 \begin_inset Text
18694
18695 \begin_layout Plain Layout
18696 sd
18697 \end_layout
18698
18699 \end_inset
18700 </cell>
18701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18702 \begin_inset Text
18703
18704 \begin_layout Plain Layout
18705
18706 \end_layout
18707
18708 \end_inset
18709 </cell>
18710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18711 \begin_inset Text
18712
18713 \begin_layout Plain Layout
18714
18715 \end_layout
18716
18717 \end_inset
18718 </cell>
18719 </row>
18720 <row>
18721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18722 \begin_inset Text
18723
18724 \begin_layout Plain Layout
18725
18726 \end_layout
18727
18728 \end_inset
18729 </cell>
18730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734 sd
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18740 \begin_inset Text
18741
18742 \begin_layout Plain Layout
18743
18744 \end_layout
18745
18746 \end_inset
18747 </cell>
18748 </row>
18749 <row>
18750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18751 \begin_inset Text
18752
18753 \begin_layout Plain Layout
18754
18755 \end_layout
18756
18757 \end_inset
18758 </cell>
18759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18760 \begin_inset Text
18761
18762 \begin_layout Plain Layout
18763
18764 \end_layout
18765
18766 \end_inset
18767 </cell>
18768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18769 \begin_inset Text
18770
18771 \begin_layout Plain Layout
18772 sd
18773 \end_layout
18774
18775 \end_inset
18776 </cell>
18777 </row>
18778 </lyxtabular>
18779
18780 \end_inset
18781
18782
18783 \end_layout
18784
18785 \end_inset
18786
18787
18788 \end_layout
18789
18790 \begin_layout Standard
18791 To return to the default line color black, insert this command in TeX-Code
18792  after the table or table float:
18793 \end_layout
18794
18795 \begin_layout Standard
18796
18797 \series bold
18798
18799 \backslash
18800 renewcommand{
18801 \backslash
18802 hline}{
18803 \backslash
18804 myHlineC}
18805 \end_layout
18806
18807 \begin_layout Standard
18808 Table
18809 \begin_inset space ~
18810 \end_inset
18811
18812
18813 \begin_inset CommandInset ref
18814 LatexCommand ref
18815 reference "tab:Table-with-colored"
18816
18817 \end_inset
18818
18819  is an example with colored vertical and horizontal lines.
18820 \end_layout
18821
18822 \begin_layout Standard
18823 \begin_inset Float table
18824 placement h
18825 wide false
18826 sideways false
18827 status open
18828
18829 \begin_layout Plain Layout
18830 \begin_inset Caption Standard
18831
18832 \begin_layout Plain Layout
18833 \begin_inset CommandInset label
18834 LatexCommand label
18835 name "tab:Table-with-colored"
18836
18837 \end_inset
18838
18839 Table with colored lines
18840 \end_layout
18841
18842 \end_inset
18843
18844
18845 \end_layout
18846
18847 \begin_layout Plain Layout
18848 \align center
18849 \begin_inset Tabular
18850 <lyxtabular version="3" rows="3" columns="3">
18851 <features rotate="0" tabularvalignment="middle">
18852 <column alignment="center" valignment="top" special="Wc">
18853 <column alignment="center" valignment="top" special="Wc">
18854 <column alignment="center" valignment="top" special="WcW">
18855 <row>
18856 <cell alignment="center" valignment="top" topline="true" usebox="none">
18857 \begin_inset Text
18858
18859 \begin_layout Plain Layout
18860 sd
18861 \end_layout
18862
18863 \end_inset
18864 </cell>
18865 <cell alignment="center" valignment="top" topline="true" usebox="none">
18866 \begin_inset Text
18867
18868 \begin_layout Plain Layout
18869
18870 \end_layout
18871
18872 \end_inset
18873 </cell>
18874 <cell alignment="center" valignment="top" topline="true" usebox="none">
18875 \begin_inset Text
18876
18877 \begin_layout Plain Layout
18878
18879 \end_layout
18880
18881 \end_inset
18882 </cell>
18883 </row>
18884 <row>
18885 <cell alignment="center" valignment="top" topline="true" usebox="none">
18886 \begin_inset Text
18887
18888 \begin_layout Plain Layout
18889
18890 \end_layout
18891
18892 \end_inset
18893 </cell>
18894 <cell alignment="center" valignment="top" topline="true" usebox="none">
18895 \begin_inset Text
18896
18897 \begin_layout Plain Layout
18898 sd
18899 \end_layout
18900
18901 \end_inset
18902 </cell>
18903 <cell alignment="center" valignment="top" topline="true" usebox="none">
18904 \begin_inset Text
18905
18906 \begin_layout Plain Layout
18907
18908 \end_layout
18909
18910 \end_inset
18911 </cell>
18912 </row>
18913 <row topspace="default">
18914 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18915 \begin_inset Text
18916
18917 \begin_layout Plain Layout
18918
18919 \end_layout
18920
18921 \end_inset
18922 </cell>
18923 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18924 \begin_inset Text
18925
18926 \begin_layout Plain Layout
18927
18928 \end_layout
18929
18930 \end_inset
18931 </cell>
18932 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18933 \begin_inset Text
18934
18935 \begin_layout Plain Layout
18936 sd
18937 \end_layout
18938
18939 \end_inset
18940 </cell>
18941 </row>
18942 </lyxtabular>
18943
18944 \end_inset
18945
18946
18947 \end_layout
18948
18949 \end_inset
18950
18951
18952 \end_layout
18953
18954 \begin_layout Standard
18955 \begin_inset ERT
18956 status collapsed
18957
18958 \begin_layout Plain Layout
18959
18960
18961 \backslash
18962 renewcommand{
18963 \backslash
18964 hline}{
18965 \backslash
18966 myHlineC}
18967 \end_layout
18968
18969 \end_inset
18970
18971
18972 \end_layout
18973
18974 \begin_layout Standard
18975 \begin_inset ERT
18976 status collapsed
18977
18978 \begin_layout Plain Layout
18979
18980
18981 \backslash
18982 setlength{
18983 \backslash
18984 arrayrulewidth}{0.4pt}
18985 \end_layout
18986
18987 \end_inset
18988
18989
18990 \end_layout
18991
18992 \begin_layout Section
18993 Rotated Table Cells
18994 \begin_inset CommandInset label
18995 LatexCommand label
18996 name "sec:Rotated-Table-Cells"
18997
18998 \end_inset
18999
19000
19001 \begin_inset Index idx
19002 status collapsed
19003
19004 \begin_layout Plain Layout
19005 Table ! Rotated Cells
19006 \end_layout
19007
19008 \end_inset
19009
19010
19011 \begin_inset Index idx
19012 status collapsed
19013
19014 \begin_layout Plain Layout
19015 Rotated Material
19016 \end_layout
19017
19018 \end_inset
19019
19020
19021 \end_layout
19022
19023 \begin_layout Standard
19024 \begin_inset Note Greyedout
19025 status open
19026
19027 \begin_layout Plain Layout
19028
19029 \series bold
19030 Note:
19031 \series default
19032  Not all DVI-viewers are able to display rotations.
19033 \end_layout
19034
19035 \end_inset
19036
19037
19038 \end_layout
19039
19040 \begin_layout Standard
19041 Currently LyX only offers to rotate table cells by 90
19042 \begin_inset space \thinspace{}
19043 \end_inset
19044
19045 ° counter-clockwise.
19046  To rotate cells by an angle of your choice, you have to add this to the
19047  document preamble:
19048 \end_layout
19049
19050 \begin_layout Standard
19051
19052 \series bold
19053
19054 \backslash
19055 @ifundefined{turnbox}{
19056 \backslash
19057 usepackage{rotating}}{}
19058 \end_layout
19059
19060 \begin_layout Standard
19061 In the table cell that should be rotated, add at the beginning this command
19062  as TeX-code:
19063 \end_layout
19064
19065 \begin_layout Standard
19066
19067 \series bold
19068
19069 \backslash
19070 begin{turn}{angle}
19071 \end_layout
19072
19073 \begin_layout Standard
19074 where angle is the rotation angle in °.
19075  At the end of the cell the command
19076 \end_layout
19077
19078 \begin_layout Standard
19079
19080 \series bold
19081
19082 \backslash
19083 end{turn}
19084 \end_layout
19085
19086 \begin_layout Standard
19087 is inserted as TeX-code.
19088 \end_layout
19089
19090 \begin_layout Standard
19091 Table
19092 \begin_inset space ~
19093 \end_inset
19094
19095
19096 \begin_inset CommandInset ref
19097 LatexCommand ref
19098 reference "tab:Table-with-rotated-multi"
19099
19100 \end_inset
19101
19102  is an example where 3
19103 \begin_inset space ~
19104 \end_inset
19105
19106 cells were rotated by 45
19107 \begin_inset space \thinspace{}
19108 \end_inset
19109
19110 °.
19111 \end_layout
19112
19113 \begin_layout Standard
19114 \begin_inset Float table
19115 wide false
19116 sideways false
19117 status open
19118
19119 \begin_layout Plain Layout
19120 \begin_inset Caption Standard
19121
19122 \begin_layout Plain Layout
19123 \begin_inset CommandInset label
19124 LatexCommand label
19125 name "tab:Table-with-rotated"
19126
19127 \end_inset
19128
19129 Table with rotated cells in the first row.
19130 \end_layout
19131
19132 \end_inset
19133
19134
19135 \end_layout
19136
19137 \begin_layout Plain Layout
19138 \noindent
19139 \align center
19140 \begin_inset Tabular
19141 <lyxtabular version="3" rows="2" columns="3">
19142 <features rotate="0" tabularvalignment="middle">
19143 <column alignment="center" valignment="top">
19144 <column alignment="center" valignment="top" width="0pt">
19145 <column alignment="center" valignment="top">
19146 <row>
19147 <cell alignment="center" valignment="top" usebox="none">
19148 \begin_inset Text
19149
19150 \begin_layout Plain Layout
19151 \begin_inset ERT
19152 status collapsed
19153
19154 \begin_layout Plain Layout
19155
19156
19157 \backslash
19158 begin{turn}{45}
19159 \end_layout
19160
19161 \end_inset
19162
19163 cups
19164 \begin_inset ERT
19165 status collapsed
19166
19167 \begin_layout Plain Layout
19168
19169
19170 \backslash
19171 end{turn}
19172 \end_layout
19173
19174 \end_inset
19175
19176
19177 \end_layout
19178
19179 \end_inset
19180 </cell>
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 plates
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 saucers
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 </row>
19250 <row>
19251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19252 \begin_inset Text
19253
19254 \begin_layout Plain Layout
19255 45
19256 \end_layout
19257
19258 \end_inset
19259 </cell>
19260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264 33
19265 \end_layout
19266
19267 \end_inset
19268 </cell>
19269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19270 \begin_inset Text
19271
19272 \begin_layout Plain Layout
19273 21
19274 \end_layout
19275
19276 \end_inset
19277 </cell>
19278 </row>
19279 </lyxtabular>
19280
19281 \end_inset
19282
19283
19284 \end_layout
19285
19286 \end_inset
19287
19288
19289 \end_layout
19290
19291 \begin_layout Standard
19292 \begin_inset Note Greyedout
19293 status open
19294
19295 \begin_layout Plain Layout
19296
19297 \series bold
19298 Note:
19299 \series default
19300  Line breaks (shortcut 
19301 \begin_inset Info
19302 type  "shortcut"
19303 arg   "newline-insert newline"
19304 \end_inset
19305
19306 ) are not allowed in rotated cells.
19307 \end_layout
19308
19309 \end_inset
19310
19311
19312 \end_layout
19313
19314 \begin_layout Standard
19315 If you want to rotate table cells containing line breaks, you have to put
19316  the cell content into a minipage or a parbox.
19317 \begin_inset Foot
19318 status collapsed
19319
19320 \begin_layout Plain Layout
19321 For more about these boxes see sec.
19322 \begin_inset space \thinspace{}
19323 \end_inset
19324
19325
19326 \begin_inset CommandInset ref
19327 LatexCommand ref
19328 reference "sec:Minipages"
19329
19330 \end_inset
19331
19332  and 
19333 \begin_inset CommandInset ref
19334 LatexCommand ref
19335 reference "sec:Parboxes"
19336
19337 \end_inset
19338
19339 .
19340 \end_layout
19341
19342 \end_inset
19343
19344  If you rotate this cell by 90
19345 \begin_inset space \thinspace{}
19346 \end_inset
19347
19348 ° the width of the box is the height of the cell.
19349  Table
19350 \begin_inset space ~
19351 \end_inset
19352
19353
19354 \begin_inset CommandInset ref
19355 LatexCommand ref
19356 reference "tab:Table-with-rotated-multi"
19357
19358 \end_inset
19359
19360  is an example for a rotated multiline cell where the box width was set
19361  to 3
19362 \begin_inset space \thinspace{}
19363 \end_inset
19364
19365 cm.
19366 \end_layout
19367
19368 \begin_layout Standard
19369 \begin_inset Float table
19370 wide false
19371 sideways false
19372 status open
19373
19374 \begin_layout Plain Layout
19375 \begin_inset Caption Standard
19376
19377 \begin_layout Plain Layout
19378 \begin_inset CommandInset label
19379 LatexCommand label
19380 name "tab:Table-with-rotated-multi"
19381
19382 \end_inset
19383
19384 Table with rotated multiline cell.
19385 \end_layout
19386
19387 \end_inset
19388
19389
19390 \end_layout
19391
19392 \begin_layout Plain Layout
19393 \noindent
19394 \align center
19395 \begin_inset Tabular
19396 <lyxtabular version="3" rows="2" columns="3">
19397 <features rotate="0" tabularvalignment="middle">
19398 <column alignment="center" valignment="top">
19399 <column alignment="center" valignment="top" width="0pt">
19400 <column alignment="center" valignment="top">
19401 <row>
19402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19403 \begin_inset Text
19404
19405 \begin_layout Plain Layout
19406 a
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Plain Layout
19415 \begin_inset Box Frameless
19416 position "t"
19417 hor_pos "c"
19418 has_inner_box 1
19419 inner_pos "t"
19420 use_parbox 0
19421 use_makebox 0
19422 width "3cm"
19423 special "none"
19424 height "1in"
19425 height_special "totalheight"
19426 status open
19427
19428 \begin_layout Plain Layout
19429 rotated cell
19430 \begin_inset Newline newline
19431 \end_inset
19432
19433 with line break
19434 \end_layout
19435
19436 \end_inset
19437
19438
19439 \end_layout
19440
19441 \end_inset
19442 </cell>
19443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19444 \begin_inset Text
19445
19446 \begin_layout Plain Layout
19447 e
19448 \end_layout
19449
19450 \end_inset
19451 </cell>
19452 </row>
19453 <row>
19454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19455 \begin_inset Text
19456
19457 \begin_layout Plain Layout
19458 b
19459 \end_layout
19460
19461 \end_inset
19462 </cell>
19463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19464 \begin_inset Text
19465
19466 \begin_layout Plain Layout
19467 c
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19473 \begin_inset Text
19474
19475 \begin_layout Plain Layout
19476 d
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 </row>
19482 </lyxtabular>
19483
19484 \end_inset
19485
19486
19487 \end_layout
19488
19489 \end_inset
19490
19491
19492 \end_layout
19493
19494 \begin_layout Section
19495 Table Width Calculation
19496 \begin_inset CommandInset label
19497 LatexCommand label
19498 name "sec:Table-Width-Calculation"
19499
19500 \end_inset
19501
19502
19503 \end_layout
19504
19505 \begin_layout Standard
19506 For wide tables it is sometimes difficult to assure that the table does
19507  not protrude over the page margin.
19508  Setting a fixed width for every column of the table is the solution, but
19509  what amount of space is needed for each column?
19510 \end_layout
19511
19512 \begin_layout Standard
19513 The table width 
19514 \begin_inset Formula $W_{\mathrm{table}}$
19515 \end_inset
19516
19517  can be calculated: Every column has the width of the specified column width
19518  
19519 \begin_inset Formula $W_{\mathrm{column}}$
19520 \end_inset
19521
19522  (that the content of the column can consume) plus two times the separation
19523  between the column content and the column border (LaTeX length
19524 \series bold
19525  
19526 \backslash
19527 tabcolsep
19528 \series default
19529 , default 6
19530 \begin_inset space \thinspace{}
19531 \end_inset
19532
19533 pt) plus the width of a border line (LaTeX length 
19534 \series bold
19535
19536 \backslash
19537 arrayrulewidth
19538 \series default
19539 , default 0.4
19540 \begin_inset space \thinspace{}
19541 \end_inset
19542
19543 pt): So if all 
19544 \begin_inset Formula $n$
19545 \end_inset
19546
19547
19548 \begin_inset space ~
19549 \end_inset
19550
19551 columns have the same width, the table width is
19552 \begin_inset Formula 
19553 \begin{equation}
19554 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19555 \end{equation}
19556
19557 \end_inset
19558
19559
19560 \end_layout
19561
19562 \begin_layout Standard
19563 The available width for a table is the space between the page margins or
19564  the width of a text column (for a two-column document) (LaTeX length 
19565 \series bold
19566
19567 \backslash
19568 columnwidth
19569 \series default
19570 ).
19571  If all table columns should have the same width and 
19572 \begin_inset Formula $W_{\mathrm{table}}$
19573 \end_inset
19574
19575  should be 1
19576 \begin_inset space \thinspace{}
19577 \end_inset
19578
19579
19580 \backslash
19581 columnwidth, 
19582 \begin_inset Formula $W_{\mathrm{column}}$
19583 \end_inset
19584
19585  can easily be calculated.
19586 \end_layout
19587
19588 \begin_layout Standard
19589 To be able to perform calculations you need to load the LaTeX-package 
19590 \series bold
19591 calc
19592 \series default
19593
19594 \begin_inset Index idx
19595 status collapsed
19596
19597 \begin_layout Plain Layout
19598 LaTeX-packages ! calc
19599 \end_layout
19600
19601 \end_inset
19602
19603  in the document preamble.
19604  To set the width in the table dialog you have to use the field 
19605 \family sans
19606 LaTeX argument
19607 \family default
19608 .
19609  The command scheme for this field is the same that is explained in section
19610 \begin_inset space ~
19611 \end_inset
19612
19613
19614 \begin_inset CommandInset ref
19615 LatexCommand ref
19616 reference "sub:Multicolumn-Calculations"
19617
19618 \end_inset
19619
19620 .
19621  For a table with 5
19622 \begin_inset space \thinspace{}
19623 \end_inset
19624
19625 columns with an uniform width and centered text, enter there for each column
19626  the command
19627 \end_layout
19628
19629 \begin_layout Standard
19630
19631 \series bold
19632 >{
19633 \backslash
19634 centering}p{(1
19635 \backslash
19636 columnwidth-62.4pt)/5}
19637 \end_layout
19638
19639 \begin_layout Standard
19640 For a table with 5
19641 \begin_inset space \thinspace{}
19642 \end_inset
19643
19644 columns where 2 should have 0.75
19645 \begin_inset space ~
19646 \end_inset
19647
19648 times the width than the 3 others, the calculation is
19649 \begin_inset Formula 
19650 \begin{align}
19651 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19652  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19653  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19654 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19655 \end{align}
19656
19657 \end_inset
19658
19659
19660 \end_layout
19661
19662 \begin_layout Standard
19663 In the table therefore the command
19664 \end_layout
19665
19666 \begin_layout Standard
19667
19668 \series bold
19669 >{
19670 \backslash
19671 centering}p{(1
19672 \backslash
19673 columnwidth-62.4pt)/
19674 \backslash
19675 real{4.5}}
19676 \end_layout
19677
19678 \begin_layout Standard
19679 is used for the wider columns and
19680 \end_layout
19681
19682 \begin_layout Standard
19683
19684 \series bold
19685 >{
19686 \backslash
19687 centering}p{(1
19688 \backslash
19689 columnwidth-62.4pt)/
19690 \backslash
19691 real{4.5}*
19692 \backslash
19693 real{0.75}}
19694 \end_layout
19695
19696 \begin_layout Standard
19697 for the smaller ones:
19698 \end_layout
19699
19700 \begin_layout Standard
19701 \begin_inset Tabular
19702 <lyxtabular version="3" rows="2" columns="5">
19703 <features rotate="0" tabularvalignment="middle">
19704 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19705 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19706 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19707 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19708 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19709 <row>
19710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19711 \begin_inset Text
19712
19713 \begin_layout Plain Layout
19714 1
19715 \end_layout
19716
19717 \end_inset
19718 </cell>
19719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19720 \begin_inset Text
19721
19722 \begin_layout Plain Layout
19723 2
19724 \end_layout
19725
19726 \end_inset
19727 </cell>
19728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19729 \begin_inset Text
19730
19731 \begin_layout Plain Layout
19732 3
19733 \end_layout
19734
19735 \end_inset
19736 </cell>
19737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19738 \begin_inset Text
19739
19740 \begin_layout Plain Layout
19741 4
19742 \end_layout
19743
19744 \end_inset
19745 </cell>
19746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19747 \begin_inset Text
19748
19749 \begin_layout Plain Layout
19750 5
19751 \end_layout
19752
19753 \end_inset
19754 </cell>
19755 </row>
19756 <row>
19757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19758 \begin_inset Text
19759
19760 \begin_layout Plain Layout
19761 111111 1111111 111111 111111111 11111 11111 1111
19762 \end_layout
19763
19764 \end_inset
19765 </cell>
19766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19767 \begin_inset Text
19768
19769 \begin_layout Plain Layout
19770
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19776 \begin_inset Text
19777
19778 \begin_layout Plain Layout
19779 2222 22222 222222 222222222 2222222 22 22222
19780 \end_layout
19781
19782 \end_inset
19783 </cell>
19784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19785 \begin_inset Text
19786
19787 \begin_layout Plain Layout
19788
19789 \end_layout
19790
19791 \end_inset
19792 </cell>
19793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19794 \begin_inset Text
19795
19796 \begin_layout Plain Layout
19797 333333 333333 333333 33333 3333333 333
19798 \end_layout
19799
19800 \end_inset
19801 </cell>
19802 </row>
19803 </lyxtabular>
19804
19805 \end_inset
19806
19807
19808 \end_layout
19809
19810 \begin_layout Section
19811 Table Customization
19812 \begin_inset Index idx
19813 status collapsed
19814
19815 \begin_layout Plain Layout
19816 Table Customization
19817 \end_layout
19818
19819 \end_inset
19820
19821
19822 \begin_inset Index idx
19823 status collapsed
19824
19825 \begin_layout Plain Layout
19826 Table ! Customization
19827 \end_layout
19828
19829 \end_inset
19830
19831
19832 \end_layout
19833
19834 \begin_layout Subsection
19835 Row Spacing
19836 \begin_inset CommandInset label
19837 LatexCommand label
19838 name "sub:Row-Spacing"
19839
19840 \end_inset
19841
19842
19843 \begin_inset Index idx
19844 status collapsed
19845
19846 \begin_layout Plain Layout
19847 Table Customization ! Row Spacing
19848 \end_layout
19849
19850 \end_inset
19851
19852
19853 \end_layout
19854
19855 \begin_layout Standard
19856 You can add vertical space to table rows in the 
19857 \family sans
19858 Borders
19859 \family default
19860  tab of the table dialog.
19861  You find there three possibilities:
19862 \end_layout
19863
19864 \begin_layout Description
19865 Top
19866 \begin_inset space ~
19867 \end_inset
19868
19869 of
19870 \begin_inset space ~
19871 \end_inset
19872
19873 row will add space above the characters of the table row.
19874  If the table is a formal table
19875 \begin_inset Foot
19876 status collapsed
19877
19878 \begin_layout Plain Layout
19879 Formal tables are explained in section
19880 \begin_inset space ~
19881 \end_inset
19882
19883
19884 \begin_inset CommandInset ref
19885 LatexCommand ref
19886 reference "sec:Formal-Tables"
19887
19888 \end_inset
19889
19890 .
19891 \end_layout
19892
19893 \end_inset
19894
19895  LyX will insert as default 0.5
19896 \begin_inset space \thinspace{}
19897 \end_inset
19898
19899 em space.
19900  For normal tables the inserted space will unfortunately destroy the vertical
19901  table lines as in the following table:
19902 \begin_inset VSpace medskip
19903 \end_inset
19904
19905
19906 \begin_inset Newline newline
19907 \end_inset
19908
19909
19910 \begin_inset space \hspace*{}
19911 \length 0pt
19912 \end_inset
19913
19914
19915 \begin_inset space \hfill{}
19916 \end_inset
19917
19918
19919 \begin_inset Tabular
19920 <lyxtabular version="3" rows="3" columns="1">
19921 <features rotate="0" tabularvalignment="middle">
19922 <column alignment="center" valignment="top">
19923 <row>
19924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19925 \begin_inset Text
19926
19927 \begin_layout Plain Layout
19928 A
19929 \end_layout
19930
19931 \end_inset
19932 </cell>
19933 </row>
19934 <row topspace="3mm">
19935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19936 \begin_inset Text
19937
19938 \begin_layout Plain Layout
19939 3
19940 \begin_inset space \thinspace{}
19941 \end_inset
19942
19943 mm space top of row
19944 \end_layout
19945
19946 \end_inset
19947 </cell>
19948 </row>
19949 <row>
19950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19951 \begin_inset Text
19952
19953 \begin_layout Plain Layout
19954 C
19955 \end_layout
19956
19957 \end_inset
19958 </cell>
19959 </row>
19960 </lyxtabular>
19961
19962 \end_inset
19963
19964
19965 \begin_inset space \hfill{}
19966 \end_inset
19967
19968
19969 \begin_inset space \hspace*{}
19970 \length 0pt
19971 \end_inset
19972
19973
19974 \begin_inset VSpace medskip
19975 \end_inset
19976
19977
19978 \begin_inset Newline newline
19979 \end_inset
19980
19981 So inserting space in the top of row for normal tables is only useful when
19982  you don't have vertical lines.
19983 \end_layout
19984
19985 \begin_layout Description
19986 Bottom
19987 \begin_inset space ~
19988 \end_inset
19989
19990 of
19991 \begin_inset space ~
19992 \end_inset
19993
19994 row will add space below the characters of the table row.
19995  If the table is a formal table LyX will insert as default 0.5
19996 \begin_inset space \thinspace{}
19997 \end_inset
19998
19999 em space, for normal tables the default size is 2
20000 \begin_inset space \thinspace{}
20001 \end_inset
20002
20003 pt.
20004 \end_layout
20005
20006 \begin_layout Description
20007 Between
20008 \begin_inset space ~
20009 \end_inset
20010
20011 rows adds space between the current and the following row.
20012  If the table is a formal table LyX will insert as default 0.5
20013 \begin_inset space \thinspace{}
20014 \end_inset
20015
20016 em space.
20017  For normal tables the inserted space will unfortunately destroy the vertical
20018  table lines as in the following table:
20019 \begin_inset VSpace medskip
20020 \end_inset
20021
20022
20023 \begin_inset Newline newline
20024 \end_inset
20025
20026
20027 \begin_inset space \hspace*{}
20028 \length 0pt
20029 \end_inset
20030
20031
20032 \begin_inset space \hfill{}
20033 \end_inset
20034
20035
20036 \begin_inset Tabular
20037 <lyxtabular version="3" rows="3" columns="1">
20038 <features rotate="0" tabularvalignment="middle">
20039 <column alignment="center" valignment="top">
20040 <row>
20041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20042 \begin_inset Text
20043
20044 \begin_layout Plain Layout
20045 A
20046 \end_layout
20047
20048 \end_inset
20049 </cell>
20050 </row>
20051 <row interlinespace="3mm">
20052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20053 \begin_inset Text
20054
20055 \begin_layout Plain Layout
20056 \begin_inset Formula $\downarrow$
20057 \end_inset
20058
20059  3
20060 \begin_inset space \thinspace{}
20061 \end_inset
20062
20063 mm space between row 
20064 \begin_inset Formula $\downarrow$
20065 \end_inset
20066
20067
20068 \end_layout
20069
20070 \end_inset
20071 </cell>
20072 </row>
20073 <row>
20074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20075 \begin_inset Text
20076
20077 \begin_layout Plain Layout
20078 \begin_inset Formula $\uparrow$
20079 \end_inset
20080
20081  3
20082 \begin_inset space \thinspace{}
20083 \end_inset
20084
20085 mm space between row 
20086 \begin_inset Formula $\uparrow$
20087 \end_inset
20088
20089
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 </row>
20095 </lyxtabular>
20096
20097 \end_inset
20098
20099
20100 \begin_inset space \hfill{}
20101 \end_inset
20102
20103
20104 \begin_inset space \hspace*{}
20105 \length 0pt
20106 \end_inset
20107
20108
20109 \begin_inset VSpace medskip
20110 \end_inset
20111
20112
20113 \begin_inset Newline newline
20114 \end_inset
20115
20116 So inserting space between rows for normal tables is only useful when you
20117  don't have vertical lines.
20118 \end_layout
20119
20120 \begin_layout Standard
20121 \begin_inset VSpace bigskip
20122 \end_inset
20123
20124 When you want to add extra height to all cells of all tables, you can do
20125  this with the following preamble lines:
20126 \end_layout
20127
20128 \begin_layout Standard
20129
20130 \series bold
20131
20132 \backslash
20133 @ifundefined{extrarowheight}
20134 \begin_inset Newline newline
20135 \end_inset
20136
20137
20138 \begin_inset Phantom HPhantom
20139 status open
20140
20141 \begin_layout Plain Layout
20142
20143 \series bold
20144 \begin_inset space ~
20145 \end_inset
20146
20147
20148 \end_layout
20149
20150 \end_inset
20151
20152 {
20153 \backslash
20154 usepackage{array}}{}
20155 \begin_inset Newline newline
20156 \end_inset
20157
20158
20159 \backslash
20160 setlength{
20161 \backslash
20162 extrarowheight}{height}
20163 \end_layout
20164
20165 \begin_layout Standard
20166 But this has the disadvantage that the cell texts are no longer exactly
20167  vertically centered.
20168  (The package 
20169 \series bold
20170 array
20171 \series default
20172  will be loaded automatically by LyX when you use self defined table formats.
20173  To avoid that it being loaded twice the command 
20174 \series bold
20175
20176 \backslash
20177 @ifundefined
20178 \series default
20179  is used in the above command.)
20180 \end_layout
20181
20182 \begin_layout Standard
20183 If you are using font sizes larger than the normal size, the table borders
20184  are often too close to the letters.
20185  This can be corrected by inserting the command 
20186 \series bold
20187
20188 \backslash
20189 strut
20190 \series default
20191  in TeX-Code at the beginning of a table row.
20192  Table
20193 \begin_inset space ~
20194 \end_inset
20195
20196
20197 \begin_inset CommandInset ref
20198 LatexCommand ref
20199 reference "tab:Vertical-alignment-of"
20200
20201 \end_inset
20202
20203  illustrates the effect.
20204 \end_layout
20205
20206 \begin_layout Standard
20207 \noindent
20208 \begin_inset Float table
20209 placement h
20210 wide false
20211 sideways false
20212 status open
20213
20214 \begin_layout Plain Layout
20215 \begin_inset Caption Standard
20216
20217 \begin_layout Plain Layout
20218 \begin_inset CommandInset label
20219 LatexCommand label
20220 name "tab:Vertical-alignment-of"
20221
20222 \end_inset
20223
20224 Vertical alignment of text with large font sizes.
20225 \end_layout
20226
20227 \end_inset
20228
20229
20230 \end_layout
20231
20232 \begin_layout Plain Layout
20233 \begin_inset space \hfill{}
20234 \end_inset
20235
20236
20237 \begin_inset Float table
20238 wide false
20239 sideways false
20240 status collapsed
20241
20242 \begin_layout Plain Layout
20243 \begin_inset Caption Standard
20244
20245 \begin_layout Plain Layout
20246 Normal table.
20247 \end_layout
20248
20249 \end_inset
20250
20251
20252 \end_layout
20253
20254 \begin_layout Plain Layout
20255 \noindent
20256 \align center
20257 \begin_inset Tabular
20258 <lyxtabular version="3" rows="6" columns="1">
20259 <features rotate="0" tabularvalignment="middle">
20260 <column alignment="left" valignment="top">
20261 <row>
20262 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20263 \begin_inset Text
20264
20265 \begin_layout Plain Layout
20266 Normal, g
20267 \end_layout
20268
20269 \end_inset
20270 </cell>
20271 </row>
20272 <row>
20273 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20274 \begin_inset Text
20275
20276 \begin_layout Plain Layout
20277
20278 \size large
20279 Large
20280 \end_layout
20281
20282 \end_inset
20283 </cell>
20284 </row>
20285 <row>
20286 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20287 \begin_inset Text
20288
20289 \begin_layout Plain Layout
20290
20291 \size larger
20292 Larger
20293 \end_layout
20294
20295 \end_inset
20296 </cell>
20297 </row>
20298 <row>
20299 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303
20304 \size largest
20305 Largest
20306 \end_layout
20307
20308 \end_inset
20309 </cell>
20310 </row>
20311 <row>
20312 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20313 \begin_inset Text
20314
20315 \begin_layout Plain Layout
20316
20317 \size huge
20318 Huge
20319 \end_layout
20320
20321 \end_inset
20322 </cell>
20323 </row>
20324 <row>
20325 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20326 \begin_inset Text
20327
20328 \begin_layout Plain Layout
20329
20330 \size huge
20331 Huger
20332 \end_layout
20333
20334 \end_inset
20335 </cell>
20336 </row>
20337 </lyxtabular>
20338
20339 \end_inset
20340
20341
20342 \end_layout
20343
20344 \end_inset
20345
20346
20347 \begin_inset space \hfill{}
20348 \end_inset
20349
20350
20351 \begin_inset Float table
20352 wide false
20353 sideways false
20354 status collapsed
20355
20356 \begin_layout Plain Layout
20357 \begin_inset Caption Standard
20358
20359 \begin_layout Plain Layout
20360 Table using the command 
20361 \series bold
20362
20363 \backslash
20364 strut
20365 \series default
20366 .
20367 \end_layout
20368
20369 \end_inset
20370
20371
20372 \end_layout
20373
20374 \begin_layout Plain Layout
20375 \noindent
20376 \align center
20377 \begin_inset Tabular
20378 <lyxtabular version="3" rows="6" columns="1">
20379 <features rotate="0" tabularvalignment="middle">
20380 <column alignment="left" valignment="top">
20381 <row>
20382 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20383 \begin_inset Text
20384
20385 \begin_layout Plain Layout
20386 Normal, g
20387 \end_layout
20388
20389 \end_inset
20390 </cell>
20391 </row>
20392 <row>
20393 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20394 \begin_inset Text
20395
20396 \begin_layout Plain Layout
20397
20398 \size large
20399 \begin_inset ERT
20400 status collapsed
20401
20402 \begin_layout Plain Layout
20403
20404
20405 \backslash
20406 strut 
20407 \end_layout
20408
20409 \end_inset
20410
20411 Large
20412 \end_layout
20413
20414 \end_inset
20415 </cell>
20416 </row>
20417 <row>
20418 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20419 \begin_inset Text
20420
20421 \begin_layout Plain Layout
20422
20423 \size larger
20424 \begin_inset ERT
20425 status collapsed
20426
20427 \begin_layout Plain Layout
20428
20429
20430 \backslash
20431 strut 
20432 \end_layout
20433
20434 \end_inset
20435
20436 Larger
20437 \end_layout
20438
20439 \end_inset
20440 </cell>
20441 </row>
20442 <row>
20443 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20444 \begin_inset Text
20445
20446 \begin_layout Plain Layout
20447
20448 \size largest
20449 \begin_inset ERT
20450 status collapsed
20451
20452 \begin_layout Plain Layout
20453
20454
20455 \backslash
20456 strut 
20457 \end_layout
20458
20459 \end_inset
20460
20461 Largest
20462 \end_layout
20463
20464 \end_inset
20465 </cell>
20466 </row>
20467 <row>
20468 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20469 \begin_inset Text
20470
20471 \begin_layout Plain Layout
20472
20473 \size huge
20474 \begin_inset ERT
20475 status collapsed
20476
20477 \begin_layout Plain Layout
20478
20479
20480 \backslash
20481 strut 
20482 \end_layout
20483
20484 \end_inset
20485
20486 Huge
20487 \end_layout
20488
20489 \end_inset
20490 </cell>
20491 </row>
20492 <row>
20493 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20494 \begin_inset Text
20495
20496 \begin_layout Plain Layout
20497
20498 \size giant
20499 \begin_inset ERT
20500 status collapsed
20501
20502 \begin_layout Plain Layout
20503
20504
20505 \backslash
20506 strut 
20507 \end_layout
20508
20509 \end_inset
20510
20511
20512 \size huge
20513 Huger
20514 \end_layout
20515
20516 \end_inset
20517 </cell>
20518 </row>
20519 </lyxtabular>
20520
20521 \end_inset
20522
20523
20524 \end_layout
20525
20526 \end_inset
20527
20528
20529 \begin_inset space \hfill{}
20530 \end_inset
20531
20532
20533 \end_layout
20534
20535 \end_inset
20536
20537
20538 \end_layout
20539
20540 \begin_layout Subsection
20541 Special Cell Alignment
20542 \begin_inset CommandInset label
20543 LatexCommand label
20544 name "sub:Special-Cell-Alignment"
20545
20546 \end_inset
20547
20548
20549 \begin_inset Index idx
20550 status collapsed
20551
20552 \begin_layout Plain Layout
20553 Table Customization ! Special Cell Alignment
20554 \end_layout
20555
20556 \end_inset
20557
20558
20559 \end_layout
20560
20561 \begin_layout Standard
20562 Sometimes it looks better when the cell entries of a column are aligned
20563  with a special character, e.
20564 \begin_inset space \thinspace{}
20565 \end_inset
20566
20567 g.
20568 \begin_inset space \space{}
20569 \end_inset
20570
20571 with the decimal separator as in Table
20572 \begin_inset space ~
20573 \end_inset
20574
20575
20576 \begin_inset CommandInset ref
20577 LatexCommand ref
20578 reference "tab:Table-cells-align"
20579
20580 \end_inset
20581
20582 .
20583  This alignment is achieved by setting the cursor into the column and then
20584  either pressing the toolbar button 
20585 \begin_inset Info
20586 type  "icon"
20587 arg   "inset-modify tabular align-decimal"
20588 \end_inset
20589
20590  or setting the alignment in the table settings to 
20591 \family sans
20592 At
20593 \begin_inset space ~
20594 \end_inset
20595
20596 Decimal
20597 \begin_inset space ~
20598 \end_inset
20599
20600 Separator
20601 \family default
20602 .
20603  The alignment character can be a character of your choice and is specified
20604  in the table settings.
20605 \end_layout
20606
20607 \begin_layout Standard
20608 \begin_inset Float table
20609 placement h
20610 wide false
20611 sideways false
20612 status open
20613
20614 \begin_layout Plain Layout
20615 \begin_inset Caption Standard
20616
20617 \begin_layout Plain Layout
20618 \begin_inset CommandInset label
20619 LatexCommand label
20620 name "tab:Table-cells-align"
20621
20622 \end_inset
20623
20624 Table cells of a column aligned with the decimal separator.
20625 \end_layout
20626
20627 \end_inset
20628
20629
20630 \end_layout
20631
20632 \begin_layout Plain Layout
20633 \align center
20634 \begin_inset Tabular
20635 <lyxtabular version="3" rows="4" columns="1">
20636 <features rotate="0" booktabs="true" tabularvalignment="middle">
20637 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
20638 <row>
20639 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20640 \begin_inset Text
20641
20642 \begin_layout Plain Layout
20643 heading
20644 \end_layout
20645
20646 \end_inset
20647 </cell>
20648 </row>
20649 <row>
20650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20651 \begin_inset Text
20652
20653 \begin_layout Plain Layout
20654 12.6
20655 \end_layout
20656
20657 \end_inset
20658 </cell>
20659 </row>
20660 <row>
20661 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20662 \begin_inset Text
20663
20664 \begin_layout Plain Layout
20665 0.68
20666 \end_layout
20667
20668 \end_inset
20669 </cell>
20670 </row>
20671 <row>
20672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20673 \begin_inset Text
20674
20675 \begin_layout Plain Layout
20676 -123.0
20677 \end_layout
20678
20679 \end_inset
20680 </cell>
20681 </row>
20682 </lyxtabular>
20683
20684 \end_inset
20685
20686
20687 \end_layout
20688
20689 \end_inset
20690
20691
20692 \end_layout
20693
20694 \begin_layout Standard
20695 \begin_inset Float table
20696 placement h
20697 wide false
20698 sideways false
20699 status open
20700
20701 \begin_layout Plain Layout
20702 \begin_inset Caption Standard
20703
20704 \begin_layout Plain Layout
20705 \begin_inset CommandInset label
20706 LatexCommand label
20707 name "tab:Table-align-operator"
20708
20709 \end_inset
20710
20711 Table cells of a column aligned with the operators.
20712 \end_layout
20713
20714 \end_inset
20715
20716
20717 \end_layout
20718
20719 \begin_layout Plain Layout
20720 \align center
20721 \begin_inset Tabular
20722 <lyxtabular version="3" rows="4" columns="2">
20723 <features rotate="0" booktabs="true" tabularvalignment="middle">
20724 <column alignment="right" valignment="top" width="0pt">
20725 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20726 <row>
20727 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20728 \begin_inset Text
20729
20730 \begin_layout Plain Layout
20731 heading
20732 \end_layout
20733
20734 \end_inset
20735 </cell>
20736 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20737 \begin_inset Text
20738
20739 \begin_layout Plain Layout
20740
20741 \end_layout
20742
20743 \end_inset
20744 </cell>
20745 </row>
20746 <row>
20747 <cell alignment="center" valignment="top" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751 \begin_inset Formula $12\,+$
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \end_inset
20758 </cell>
20759 <cell alignment="center" valignment="top" usebox="none">
20760 \begin_inset Text
20761
20762 \begin_layout Plain Layout
20763 \begin_inset Formula $\,6$
20764 \end_inset
20765
20766
20767 \end_layout
20768
20769 \end_inset
20770 </cell>
20771 </row>
20772 <row>
20773 <cell alignment="center" valignment="top" usebox="none">
20774 \begin_inset Text
20775
20776 \begin_layout Plain Layout
20777 \begin_inset Formula $0\,-$
20778 \end_inset
20779
20780
20781 \end_layout
20782
20783 \end_inset
20784 </cell>
20785 <cell alignment="center" valignment="top" usebox="none">
20786 \begin_inset Text
20787
20788 \begin_layout Plain Layout
20789 \begin_inset Formula $\,68$
20790 \end_inset
20791
20792
20793 \end_layout
20794
20795 \end_inset
20796 </cell>
20797 </row>
20798 <row>
20799 <cell alignment="center" valignment="top" usebox="none">
20800 \begin_inset Text
20801
20802 \begin_layout Plain Layout
20803 \begin_inset Formula $-123\,/$
20804 \end_inset
20805
20806
20807 \end_layout
20808
20809 \end_inset
20810 </cell>
20811 <cell alignment="center" valignment="top" usebox="none">
20812 \begin_inset Text
20813
20814 \begin_layout Plain Layout
20815 \begin_inset Formula $\,0$
20816 \end_inset
20817
20818
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 </row>
20824 </lyxtabular>
20825
20826 \end_inset
20827
20828
20829 \end_layout
20830
20831 \end_inset
20832
20833
20834 \end_layout
20835
20836 \begin_layout Standard
20837 For alignments at characters in formulas this method does not work because
20838  the field to specify the alignment character does not allow formulas.
20839  In this case one need to use the method from Table
20840 \begin_inset space ~
20841 \end_inset
20842
20843
20844 \begin_inset CommandInset ref
20845 LatexCommand ref
20846 reference "tab:Table-align-operator"
20847
20848 \end_inset
20849
20850 .
20851  This table was created with a 4×2 table.
20852  The heading is a centered multicolumn.
20853  The first column is right-aligned and contains the first part including
20854  the operator.
20855  The second column is left aligned and contains the rest.
20856  A small space was added at the beginning of each cell of the second column
20857  to get the space that is usually around operators.
20858  To omit the space that is normally between two table columns, the following
20859  LaTeX-argument was used for the second column:
20860 \end_layout
20861
20862 \begin_layout Standard
20863
20864 \series bold
20865 @{}l
20866 \end_layout
20867
20868 \begin_layout Standard
20869 Table
20870 \begin_inset space ~
20871 \end_inset
20872
20873
20874 \begin_inset CommandInset ref
20875 LatexCommand ref
20876 reference "tab:Several-table-cell"
20877
20878 \end_inset
20879
20880  shows some example alignments.
20881  For the alignment with the relation sign, a small space was added like
20882  for the second column of Table
20883 \begin_inset space ~
20884 \end_inset
20885
20886
20887 \begin_inset CommandInset ref
20888 LatexCommand ref
20889 reference "tab:Table-align-operator"
20890
20891 \end_inset
20892
20893 .
20894 \end_layout
20895
20896 \begin_layout Standard
20897 \begin_inset Float table
20898 placement h
20899 wide false
20900 sideways false
20901 status open
20902
20903 \begin_layout Plain Layout
20904 \begin_inset Caption Standard
20905
20906 \begin_layout Plain Layout
20907 \begin_inset CommandInset label
20908 LatexCommand label
20909 name "tab:Several-table-cell"
20910
20911 \end_inset
20912
20913 Several table cell alignments.
20914 \end_layout
20915
20916 \end_inset
20917
20918
20919 \end_layout
20920
20921 \begin_layout Plain Layout
20922 \align center
20923 \begin_inset Tabular
20924 <lyxtabular version="3" rows="4" columns="6">
20925 <features rotate="0" tabularvalignment="middle">
20926 <column alignment="right" valignment="top">
20927 <column alignment="left" valignment="top" special="@{}l">
20928 <column alignment="right" valignment="top">
20929 <column alignment="left" valignment="top" special="@{}l">
20930 <column alignment="right" valignment="top">
20931 <column alignment="left" valignment="top" special="@{}l">
20932 <row>
20933 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20934 \begin_inset Text
20935
20936 \begin_layout Plain Layout
20937 units
20938 \end_layout
20939
20940 \end_inset
20941 </cell>
20942 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20943 \begin_inset Text
20944
20945 \begin_layout Plain Layout
20946
20947 \end_layout
20948
20949 \end_inset
20950 </cell>
20951 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20952 \begin_inset Text
20953
20954 \begin_layout Plain Layout
20955 exponents
20956 \end_layout
20957
20958 \end_inset
20959 </cell>
20960 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20961 \begin_inset Text
20962
20963 \begin_layout Plain Layout
20964
20965 \end_layout
20966
20967 \end_inset
20968 </cell>
20969 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20970 \begin_inset Text
20971
20972 \begin_layout Plain Layout
20973 relations
20974 \end_layout
20975
20976 \end_inset
20977 </cell>
20978 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20979 \begin_inset Text
20980
20981 \begin_layout Plain Layout
20982
20983 \end_layout
20984
20985 \end_inset
20986 </cell>
20987 </row>
20988 <row>
20989 <cell alignment="center" valignment="top" usebox="none">
20990 \begin_inset Text
20991
20992 \begin_layout Plain Layout
20993 12×
20994 \end_layout
20995
20996 \end_inset
20997 </cell>
20998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20999 \begin_inset Text
21000
21001 \begin_layout Plain Layout
21002 24
21003 \begin_inset space \thinspace{}
21004 \end_inset
21005
21006 bottles
21007 \end_layout
21008
21009 \end_inset
21010 </cell>
21011 <cell alignment="center" valignment="top" usebox="none">
21012 \begin_inset Text
21013
21014 \begin_layout Plain Layout
21015 \begin_inset Formula $10\cdot$
21016 \end_inset
21017
21018
21019 \end_layout
21020
21021 \end_inset
21022 </cell>
21023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21024 \begin_inset Text
21025
21026 \begin_layout Plain Layout
21027 \begin_inset Formula $10^{\mbox{-}17}$
21028 \end_inset
21029
21030
21031 \end_layout
21032
21033 \end_inset
21034 </cell>
21035 <cell alignment="center" valignment="top" usebox="none">
21036 \begin_inset Text
21037
21038 \begin_layout Plain Layout
21039 \begin_inset Formula $\Gamma(t)\propto$
21040 \end_inset
21041
21042
21043 \end_layout
21044
21045 \end_inset
21046 </cell>
21047 <cell alignment="center" valignment="top" usebox="none">
21048 \begin_inset Text
21049
21050 \begin_layout Plain Layout
21051 \begin_inset Formula $\:\Upsilon(t)$
21052 \end_inset
21053
21054
21055 \end_layout
21056
21057 \end_inset
21058 </cell>
21059 </row>
21060 <row>
21061 <cell alignment="center" valignment="top" usebox="none">
21062 \begin_inset Text
21063
21064 \begin_layout Plain Layout
21065 1024×
21066 \end_layout
21067
21068 \end_inset
21069 </cell>
21070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21071 \begin_inset Text
21072
21073 \begin_layout Plain Layout
21074 768
21075 \begin_inset space \thinspace{}
21076 \end_inset
21077
21078 Pixels
21079 \end_layout
21080
21081 \end_inset
21082 </cell>
21083 <cell alignment="center" valignment="top" usebox="none">
21084 \begin_inset Text
21085
21086 \begin_layout Plain Layout
21087 \begin_inset Formula $5.78\cdot$
21088 \end_inset
21089
21090
21091 \end_layout
21092
21093 \end_inset
21094 </cell>
21095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21096 \begin_inset Text
21097
21098 \begin_layout Plain Layout
21099 \begin_inset Formula $10^{7}$
21100 \end_inset
21101
21102
21103 \end_layout
21104
21105 \end_inset
21106 </cell>
21107 <cell alignment="center" valignment="top" usebox="none">
21108 \begin_inset Text
21109
21110 \begin_layout Plain Layout
21111 \begin_inset Formula $A\ne$
21112 \end_inset
21113
21114
21115 \end_layout
21116
21117 \end_inset
21118 </cell>
21119 <cell alignment="center" valignment="top" usebox="none">
21120 \begin_inset Text
21121
21122 \begin_layout Plain Layout
21123 \begin_inset Formula $\: B_{\mathrm{red}}$
21124 \end_inset
21125
21126
21127 \end_layout
21128
21129 \end_inset
21130 </cell>
21131 </row>
21132 <row>
21133 <cell alignment="center" valignment="top" usebox="none">
21134 \begin_inset Text
21135
21136 \begin_layout Plain Layout
21137 32×
21138 \end_layout
21139
21140 \end_inset
21141 </cell>
21142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21143 \begin_inset Text
21144
21145 \begin_layout Plain Layout
21146 6
21147 \begin_inset space \thinspace{}
21148 \end_inset
21149
21150 cm
21151 \end_layout
21152
21153 \end_inset
21154 </cell>
21155 <cell alignment="center" valignment="top" usebox="none">
21156 \begin_inset Text
21157
21158 \begin_layout Plain Layout
21159 -
21160 \begin_inset Formula $33.5\cdot$
21161 \end_inset
21162
21163
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21169 \begin_inset Text
21170
21171 \begin_layout Plain Layout
21172 \begin_inset Formula $10^{4}$
21173 \end_inset
21174
21175
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 <cell alignment="center" valignment="top" usebox="none">
21181 \begin_inset Text
21182
21183 \begin_layout Plain Layout
21184 \begin_inset Formula $\sin(\alpha)\ge$
21185 \end_inset
21186
21187
21188 \end_layout
21189
21190 \end_inset
21191 </cell>
21192 <cell alignment="center" valignment="top" usebox="none">
21193 \begin_inset Text
21194
21195 \begin_layout Plain Layout
21196 \begin_inset Formula $\:\sin(\beta)$
21197 \end_inset
21198
21199
21200 \end_layout
21201
21202 \end_inset
21203 </cell>
21204 </row>
21205 </lyxtabular>
21206
21207 \end_inset
21208
21209
21210 \end_layout
21211
21212 \end_inset
21213
21214
21215 \end_layout
21216
21217 \begin_layout Subsection
21218 Customized Cell/Column Format
21219 \begin_inset CommandInset label
21220 LatexCommand label
21221 name "sub:Customized-Format"
21222
21223 \end_inset
21224
21225
21226 \begin_inset Index idx
21227 status collapsed
21228
21229 \begin_layout Plain Layout
21230 Table Customization ! Cell/Column Format
21231 \end_layout
21232
21233 \end_inset
21234
21235
21236 \end_layout
21237
21238 \begin_layout Standard
21239 Calculating the required width for normal columns as described in section
21240 \begin_inset space ~
21241 \end_inset
21242
21243
21244 \begin_inset CommandInset ref
21245 LatexCommand ref
21246 reference "sec:Table-Width-Calculation"
21247
21248 \end_inset
21249
21250  or for spanned columns as described in section
21251 \begin_inset space ~
21252 \end_inset
21253
21254
21255 \begin_inset CommandInset ref
21256 LatexCommand ref
21257 reference "sub:Multicolumn-Calculations"
21258
21259 \end_inset
21260
21261  is very annoying if you have several tables where a calculation is necessary.
21262  To make life easier, you can define a cell/column format in the preamble,
21263  that can be used in all tables of the document.
21264  The format is defined with the command
21265 \end_layout
21266
21267 \begin_layout Standard
21268
21269 \series bold
21270
21271 \backslash
21272 newcolumntype{name of format}[number of arguments]{commands}
21273 \end_layout
21274
21275 \begin_layout Standard
21276 The format name may only consist of one letter.
21277  The letters 
21278 \emph on
21279 b
21280 \emph default
21281
21282 \emph on
21283 c
21284 \emph default
21285
21286 \emph on
21287 l
21288 \emph default
21289
21290 \emph on
21291 m
21292 \emph default
21293
21294 \emph on
21295 p
21296 \emph default
21297  and 
21298 \emph on
21299 r
21300 \emph default
21301  are predefined and cannot be used.
21302  But all letters are allowed as capitals.
21303 \end_layout
21304
21305 \begin_layout Standard
21306 \begin_inset VSpace medskip
21307 \end_inset
21308
21309
21310 \end_layout
21311
21312 \begin_layout Standard
21313 For vertically and horizontally centered multicolumn cells with a fixed
21314  width you can define the cell format
21315 \end_layout
21316
21317 \begin_layout Standard
21318
21319 \series bold
21320
21321 \backslash
21322 newcolumntype{M}[1]{>{
21323 \backslash
21324 centering
21325 \backslash
21326 hspace{0pt}}m{#1}}
21327 \end_layout
21328
21329 \begin_layout Standard
21330 where 
21331 \series bold
21332
21333 \backslash
21334 hspace{0pt}
21335 \series default
21336  avoids the problem of hyphenating the first word, as described in section
21337 \begin_inset space ~
21338 \end_inset
21339
21340
21341 \begin_inset CommandInset ref
21342 LatexCommand ref
21343 reference "sub:Multiple-Lines-in"
21344
21345 \end_inset
21346
21347 .
21348  Now you can simply enter
21349 \end_layout
21350
21351 \begin_layout Standard
21352
21353 \series bold
21354 M{width}
21355 \end_layout
21356
21357 \begin_layout Standard
21358 as 
21359 \family sans
21360 LaTeX-argument
21361 \family default
21362  in the table dialog to create a multicolumn.
21363 \end_layout
21364
21365 \begin_layout Standard
21366 \begin_inset VSpace bigskip
21367 \end_inset
21368
21369
21370 \end_layout
21371
21372 \begin_layout Standard
21373 For cells spanned by a multicolumn cell, you can define the format
21374 \end_layout
21375
21376 \begin_layout Standard
21377
21378 \series bold
21379
21380 \backslash
21381 newcolumntype{S}[2]{>{
21382 \backslash
21383 centering
21384 \backslash
21385 hspace{0pt}}
21386 \begin_inset Newline newline
21387 \end_inset
21388
21389
21390 \begin_inset Phantom HPhantom
21391 status open
21392
21393 \begin_layout Plain Layout
21394
21395 \series bold
21396
21397 \backslash
21398 newcolumntype
21399 \end_layout
21400
21401 \end_inset
21402
21403 m{(#1+(2
21404 \backslash
21405 tabcolsep+
21406 \backslash
21407 arrayrulewidth)*(1-#2))/#2}}
21408 \end_layout
21409
21410 \begin_layout Standard
21411 This format uses equation 
21412 \begin_inset CommandInset ref
21413 LatexCommand eqref
21414 reference "eq:Wgn"
21415
21416 \end_inset
21417
21418  to calculate the required width so that each spanned cell has the same
21419  width.
21420 \end_layout
21421
21422 \begin_layout Standard
21423 You can now enter
21424 \end_layout
21425
21426 \begin_layout Standard
21427
21428 \series bold
21429 S{width of multicolumn cell}{number of spanned columns}
21430 \end_layout
21431
21432 \begin_layout Standard
21433 as LaTeX-argument of the column.
21434 \end_layout
21435
21436 \begin_layout Standard
21437 \begin_inset VSpace bigskip
21438 \end_inset
21439
21440
21441 \end_layout
21442
21443 \begin_layout Standard
21444 For colored columns, you can define
21445 \end_layout
21446
21447 \begin_layout Standard
21448
21449 \series bold
21450
21451 \backslash
21452 newcolumntype{K}[1]{>{
21453 \backslash
21454 columncolor{#1}
21455 \backslash
21456 hspace{0pt}}c}
21457 \end_layout
21458
21459 \begin_layout Standard
21460 The 
21461 \begin_inset Quotes eld
21462 \end_inset
21463
21464 c
21465 \begin_inset Quotes erd
21466 \end_inset
21467
21468  at the end creates a column with a flexible width whose text is horizontally
21469  centered.
21470  You can now enter
21471 \end_layout
21472
21473 \begin_layout Standard
21474
21475 \series bold
21476 K{color name}
21477 \end_layout
21478
21479 \begin_layout Standard
21480 as LaTeX-argument.
21481 \end_layout
21482
21483 \begin_layout Standard
21484 \begin_inset VSpace bigskip
21485 \end_inset
21486
21487
21488 \end_layout
21489
21490 \begin_layout Standard
21491 To create Table
21492 \begin_inset space ~
21493 \end_inset
21494
21495
21496 \begin_inset CommandInset ref
21497 LatexCommand ref
21498 reference "tab:Table-using-user-defined"
21499
21500 \end_inset
21501
21502  use the LaTeX-arguments
21503 \end_layout
21504
21505 \begin_layout Standard
21506
21507 \series bold
21508 M{2.5cm}
21509 \end_layout
21510
21511 \begin_layout Standard
21512 for the first column and the multicolumn,
21513 \end_layout
21514
21515 \begin_layout Standard
21516
21517 \series bold
21518 K{red}
21519 \end_layout
21520
21521 \begin_layout Standard
21522 for the last column, and
21523 \end_layout
21524
21525 \begin_layout Standard
21526
21527 \series bold
21528 S{2.5cm}{2}
21529 \end_layout
21530
21531 \begin_layout Standard
21532 for the cells in the second column.
21533 \end_layout
21534
21535 \begin_layout Standard
21536 \begin_inset Float table
21537 placement h
21538 wide false
21539 sideways false
21540 status open
21541
21542 \begin_layout Plain Layout
21543 \begin_inset Caption Standard
21544
21545 \begin_layout Plain Layout
21546 \begin_inset CommandInset label
21547 LatexCommand label
21548 name "tab:Table-using-user-defined"
21549
21550 \end_inset
21551
21552 Table using user-defined table formats
21553 \end_layout
21554
21555 \end_inset
21556
21557
21558 \end_layout
21559
21560 \begin_layout Plain Layout
21561 \align center
21562 \begin_inset Tabular
21563 <lyxtabular version="3" rows="3" columns="4">
21564 <features rotate="0" tabularvalignment="middle">
21565 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21566 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21567 <column alignment="center" valignment="middle">
21568 <column alignment="center" valignment="middle" special="K{red}">
21569 <row>
21570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21571 \begin_inset Text
21572
21573 \begin_layout Plain Layout
21574 verylongtablecellword
21575 \end_layout
21576
21577 \end_inset
21578 </cell>
21579 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21580 \begin_inset Text
21581
21582 \begin_layout Plain Layout
21583 multiple lines multicolumn
21584 \end_layout
21585
21586 \end_inset
21587 </cell>
21588 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21589 \begin_inset Text
21590
21591 \begin_layout Plain Layout
21592
21593 \end_layout
21594
21595 \end_inset
21596 </cell>
21597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21598 \begin_inset Text
21599
21600 \begin_layout Plain Layout
21601 c
21602 \end_layout
21603
21604 \end_inset
21605 </cell>
21606 </row>
21607 <row>
21608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21609 \begin_inset Text
21610
21611 \begin_layout Plain Layout
21612 d
21613 \end_layout
21614
21615 \end_inset
21616 </cell>
21617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21618 \begin_inset Text
21619
21620 \begin_layout Plain Layout
21621 e
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21627 \begin_inset Text
21628
21629 \begin_layout Plain Layout
21630 f
21631 \end_layout
21632
21633 \end_inset
21634 </cell>
21635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21636 \begin_inset Text
21637
21638 \begin_layout Plain Layout
21639 g
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 </row>
21645 <row>
21646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21647 \begin_inset Text
21648
21649 \begin_layout Plain Layout
21650 h
21651 \end_layout
21652
21653 \end_inset
21654 </cell>
21655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21656 \begin_inset Text
21657
21658 \begin_layout Plain Layout
21659 i
21660 \end_layout
21661
21662 \end_inset
21663 </cell>
21664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21665 \begin_inset Text
21666
21667 \begin_layout Plain Layout
21668 j
21669 \end_layout
21670
21671 \end_inset
21672 </cell>
21673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21674 \begin_inset Text
21675
21676 \begin_layout Plain Layout
21677 k
21678 \end_layout
21679
21680 \end_inset
21681 </cell>
21682 </row>
21683 </lyxtabular>
21684
21685 \end_inset
21686
21687
21688 \end_layout
21689
21690 \end_inset
21691
21692
21693 \end_layout
21694
21695 \begin_layout Subsection
21696 Line Thickness
21697 \begin_inset CommandInset label
21698 LatexCommand label
21699 name "sub:Line-Thickness"
21700
21701 \end_inset
21702
21703
21704 \begin_inset Index idx
21705 status collapsed
21706
21707 \begin_layout Plain Layout
21708 Table Customization ! Line Thickness
21709 \end_layout
21710
21711 \end_inset
21712
21713
21714 \end_layout
21715
21716 \begin_layout Standard
21717 The line thickness for all lines in a table can be adjusted with the length
21718  
21719 \series bold
21720
21721 \backslash
21722 arrayrulewidth
21723 \series default
21724 .
21725  To set for example a line thickness of 1.5
21726 \begin_inset space \thinspace{}
21727 \end_inset
21728
21729 pt, as in Table
21730 \begin_inset space ~
21731 \end_inset
21732
21733
21734 \begin_inset CommandInset ref
21735 LatexCommand ref
21736 reference "tab:Table-with-1.5"
21737
21738 \end_inset
21739
21740 , insert the command
21741 \end_layout
21742
21743 \begin_layout Standard
21744
21745 \series bold
21746
21747 \backslash
21748 setlength{
21749 \backslash
21750 arrayrulewidth}{1.5pt}
21751 \end_layout
21752
21753 \begin_layout Standard
21754 in TeX-Code before the table or table float.
21755  The changed thickness is valid for all subsequent tables.
21756  To use the default value again, set 
21757 \series bold
21758
21759 \backslash
21760 arrayrulewidth
21761 \series default
21762  to 0.4
21763 \begin_inset space \thinspace{}
21764 \end_inset
21765
21766 pt in TeX-Code after the table or table float.
21767 \end_layout
21768
21769 \begin_layout Standard
21770 \begin_inset ERT
21771 status collapsed
21772
21773 \begin_layout Plain Layout
21774
21775
21776 \backslash
21777 setlength{
21778 \backslash
21779 arrayrulewidth}{1.5pt}
21780 \end_layout
21781
21782 \end_inset
21783
21784
21785 \begin_inset Float table
21786 wide false
21787 sideways false
21788 status open
21789
21790 \begin_layout Plain Layout
21791 \begin_inset Caption Standard
21792
21793 \begin_layout Plain Layout
21794 \begin_inset CommandInset label
21795 LatexCommand label
21796 name "tab:Table-with-1.5"
21797
21798 \end_inset
21799
21800 Table with 1.5
21801 \begin_inset space \thinspace{}
21802 \end_inset
21803
21804 pt thick lines
21805 \end_layout
21806
21807 \end_inset
21808
21809
21810 \end_layout
21811
21812 \begin_layout Plain Layout
21813 \align center
21814 \begin_inset Tabular
21815 <lyxtabular version="3" rows="3" columns="3">
21816 <features rotate="0" tabularvalignment="middle">
21817 <column alignment="center" valignment="top">
21818 <column alignment="center" valignment="top">
21819 <column alignment="center" valignment="top">
21820 <row>
21821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21822 \begin_inset Text
21823
21824 \begin_layout Plain Layout
21825 sd
21826 \end_layout
21827
21828 \end_inset
21829 </cell>
21830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21831 \begin_inset Text
21832
21833 \begin_layout Plain Layout
21834
21835 \end_layout
21836
21837 \end_inset
21838 </cell>
21839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21840 \begin_inset Text
21841
21842 \begin_layout Plain Layout
21843
21844 \end_layout
21845
21846 \end_inset
21847 </cell>
21848 </row>
21849 <row>
21850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21851 \begin_inset Text
21852
21853 \begin_layout Plain Layout
21854
21855 \end_layout
21856
21857 \end_inset
21858 </cell>
21859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21860 \begin_inset Text
21861
21862 \begin_layout Plain Layout
21863 sd
21864 \end_layout
21865
21866 \end_inset
21867 </cell>
21868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21869 \begin_inset Text
21870
21871 \begin_layout Plain Layout
21872
21873 \end_layout
21874
21875 \end_inset
21876 </cell>
21877 </row>
21878 <row>
21879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21880 \begin_inset Text
21881
21882 \begin_layout Plain Layout
21883
21884 \end_layout
21885
21886 \end_inset
21887 </cell>
21888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21889 \begin_inset Text
21890
21891 \begin_layout Plain Layout
21892
21893 \end_layout
21894
21895 \end_inset
21896 </cell>
21897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21898 \begin_inset Text
21899
21900 \begin_layout Plain Layout
21901 sd
21902 \end_layout
21903
21904 \end_inset
21905 </cell>
21906 </row>
21907 </lyxtabular>
21908
21909 \end_inset
21910
21911
21912 \end_layout
21913
21914 \end_inset
21915
21916
21917 \begin_inset ERT
21918 status collapsed
21919
21920 \begin_layout Plain Layout
21921
21922
21923 \backslash
21924 setlength{
21925 \backslash
21926 arrayrulewidth}{0.4pt}
21927 \end_layout
21928
21929 \end_inset
21930
21931
21932 \end_layout
21933
21934 \begin_layout Standard
21935 \begin_inset VSpace bigskip
21936 \end_inset
21937
21938 To set the line thickness to 1.5
21939 \begin_inset space \thinspace{}
21940 \end_inset
21941
21942 pt only for horizontal lines, as in Table
21943 \begin_inset space ~
21944 \end_inset
21945
21946
21947 \begin_inset CommandInset ref
21948 LatexCommand ref
21949 reference "tab:Table-with-horizontal"
21950
21951 \end_inset
21952
21953 , insert these commands in TeX-Code before the table or table float:
21954 \end_layout
21955
21956 \begin_layout Standard
21957
21958 \series bold
21959
21960 \backslash
21961 let
21962 \backslash
21963 myHline
21964 \backslash
21965 hline
21966 \begin_inset Newline newline
21967 \end_inset
21968
21969
21970 \backslash
21971 renewcommand{
21972 \backslash
21973 hline}
21974 \begin_inset Newline newline
21975 \end_inset
21976
21977  {
21978 \backslash
21979 noalign{
21980 \backslash
21981 global
21982 \backslash
21983 arrayrulewidth 1.5pt}
21984 \begin_inset Newline newline
21985 \end_inset
21986
21987  
21988 \backslash
21989 myHline
21990 \backslash
21991 noalign{
21992 \backslash
21993 global
21994 \backslash
21995 arrayrulewidth 0.4pt}}
21996 \end_layout
21997
21998 \begin_layout Standard
21999 To return to the default line thickness, insert this command in TeX-Code
22000  after the table or table float:
22001 \end_layout
22002
22003 \begin_layout Standard
22004
22005 \series bold
22006
22007 \backslash
22008 renewcommand{
22009 \backslash
22010 hline}{
22011 \backslash
22012 myHline}
22013 \end_layout
22014
22015 \begin_layout Standard
22016 \begin_inset ERT
22017 status collapsed
22018
22019 \begin_layout Plain Layout
22020
22021
22022 \backslash
22023 let
22024 \backslash
22025 myHline
22026 \backslash
22027 hline
22028 \end_layout
22029
22030 \begin_layout Plain Layout
22031
22032
22033 \backslash
22034 renewcommand{
22035 \backslash
22036 hline}
22037 \end_layout
22038
22039 \begin_layout Plain Layout
22040
22041  {
22042 \backslash
22043 noalign{
22044 \backslash
22045 global
22046 \backslash
22047 arrayrulewidth 1.5pt}
22048 \end_layout
22049
22050 \begin_layout Plain Layout
22051
22052   
22053 \backslash
22054 myHline
22055 \backslash
22056 noalign{
22057 \backslash
22058 global
22059 \backslash
22060 arrayrulewidth 0.4pt}}
22061 \end_layout
22062
22063 \end_inset
22064
22065
22066 \begin_inset Float table
22067 wide false
22068 sideways false
22069 status open
22070
22071 \begin_layout Plain Layout
22072 \begin_inset Caption Standard
22073
22074 \begin_layout Plain Layout
22075 \begin_inset CommandInset label
22076 LatexCommand label
22077 name "tab:Table-with-horizontal"
22078
22079 \end_inset
22080
22081 Table with 1.5
22082 \begin_inset space \thinspace{}
22083 \end_inset
22084
22085 pt thick horizontal lines
22086 \end_layout
22087
22088 \end_inset
22089
22090
22091 \end_layout
22092
22093 \begin_layout Plain Layout
22094 \align center
22095 \begin_inset Tabular
22096 <lyxtabular version="3" rows="3" columns="3">
22097 <features rotate="0" tabularvalignment="middle">
22098 <column alignment="center" valignment="top">
22099 <column alignment="center" valignment="top">
22100 <column alignment="center" valignment="top">
22101 <row>
22102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106 sd
22107 \end_layout
22108
22109 \end_inset
22110 </cell>
22111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22112 \begin_inset Text
22113
22114 \begin_layout Plain Layout
22115
22116 \end_layout
22117
22118 \end_inset
22119 </cell>
22120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22121 \begin_inset Text
22122
22123 \begin_layout Plain Layout
22124
22125 \end_layout
22126
22127 \end_inset
22128 </cell>
22129 </row>
22130 <row>
22131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22132 \begin_inset Text
22133
22134 \begin_layout Plain Layout
22135
22136 \end_layout
22137
22138 \end_inset
22139 </cell>
22140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22141 \begin_inset Text
22142
22143 \begin_layout Plain Layout
22144 sd
22145 \end_layout
22146
22147 \end_inset
22148 </cell>
22149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22150 \begin_inset Text
22151
22152 \begin_layout Plain Layout
22153
22154 \end_layout
22155
22156 \end_inset
22157 </cell>
22158 </row>
22159 <row>
22160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22161 \begin_inset Text
22162
22163 \begin_layout Plain Layout
22164
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173
22174 \end_layout
22175
22176 \end_inset
22177 </cell>
22178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22179 \begin_inset Text
22180
22181 \begin_layout Plain Layout
22182 sd
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 </row>
22188 </lyxtabular>
22189
22190 \end_inset
22191
22192
22193 \end_layout
22194
22195 \end_inset
22196
22197
22198 \begin_inset ERT
22199 status collapsed
22200
22201 \begin_layout Plain Layout
22202
22203
22204 \backslash
22205 renewcommand{
22206 \backslash
22207 hline}{
22208 \backslash
22209 myHline}
22210 \end_layout
22211
22212 \end_inset
22213
22214
22215 \end_layout
22216
22217 \begin_layout Standard
22218 \begin_inset VSpace bigskip
22219 \end_inset
22220
22221 To set the line thickness to 1.5
22222 \begin_inset space \thinspace{}
22223 \end_inset
22224
22225 pt only for vertical lines, create the following column format in the document
22226  preamble, according to the description in section
22227 \begin_inset space ~
22228 \end_inset
22229
22230
22231 \begin_inset CommandInset ref
22232 LatexCommand ref
22233 reference "sub:Customized-Format"
22234
22235 \end_inset
22236
22237 :
22238 \end_layout
22239
22240 \begin_layout Standard
22241
22242 \series bold
22243
22244 \backslash
22245 newcolumntype{V}{!{
22246 \backslash
22247 vrule width 1.5pt}}
22248 \end_layout
22249
22250 \begin_layout Standard
22251 For Table
22252 \begin_inset space ~
22253 \end_inset
22254
22255
22256 \begin_inset CommandInset ref
22257 LatexCommand ref
22258 reference "tab:Table-with-vertical"
22259
22260 \end_inset
22261
22262  the LaTeX-argument
22263 \end_layout
22264
22265 \begin_layout Standard
22266
22267 \series bold
22268 VcV
22269 \end_layout
22270
22271 \begin_layout Standard
22272 was used for the last column and
22273 \end_layout
22274
22275 \begin_layout Standard
22276
22277 \series bold
22278 Vc
22279 \end_layout
22280
22281 \begin_layout Standard
22282 for the other columns.
22283 \end_layout
22284
22285 \begin_layout Standard
22286 \begin_inset Float table
22287 wide false
22288 sideways false
22289 status open
22290
22291 \begin_layout Plain Layout
22292 \begin_inset Caption Standard
22293
22294 \begin_layout Plain Layout
22295 \begin_inset CommandInset label
22296 LatexCommand label
22297 name "tab:Table-with-vertical"
22298
22299 \end_inset
22300
22301 Table with 1.5
22302 \begin_inset space \thinspace{}
22303 \end_inset
22304
22305 pt thick vertical lines
22306 \end_layout
22307
22308 \end_inset
22309
22310
22311 \end_layout
22312
22313 \begin_layout Plain Layout
22314 \align center
22315 \begin_inset Tabular
22316 <lyxtabular version="3" rows="3" columns="3">
22317 <features rotate="0" tabularvalignment="middle">
22318 <column alignment="center" valignment="top" special="Vc">
22319 <column alignment="center" valignment="top" special="Vc">
22320 <column alignment="center" valignment="top" special="VcV">
22321 <row>
22322 <cell alignment="center" valignment="top" topline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326 sd
22327 \end_layout
22328
22329 \end_inset
22330 </cell>
22331 <cell alignment="center" valignment="top" topline="true" usebox="none">
22332 \begin_inset Text
22333
22334 \begin_layout Plain Layout
22335
22336 \end_layout
22337
22338 \end_inset
22339 </cell>
22340 <cell alignment="center" valignment="top" topline="true" usebox="none">
22341 \begin_inset Text
22342
22343 \begin_layout Plain Layout
22344
22345 \end_layout
22346
22347 \end_inset
22348 </cell>
22349 </row>
22350 <row>
22351 <cell alignment="center" valignment="top" topline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355
22356 \end_layout
22357
22358 \end_inset
22359 </cell>
22360 <cell alignment="center" valignment="top" topline="true" usebox="none">
22361 \begin_inset Text
22362
22363 \begin_layout Plain Layout
22364 sd
22365 \end_layout
22366
22367 \end_inset
22368 </cell>
22369 <cell alignment="center" valignment="top" topline="true" usebox="none">
22370 \begin_inset Text
22371
22372 \begin_layout Plain Layout
22373
22374 \end_layout
22375
22376 \end_inset
22377 </cell>
22378 </row>
22379 <row>
22380 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22381 \begin_inset Text
22382
22383 \begin_layout Plain Layout
22384
22385 \end_layout
22386
22387 \end_inset
22388 </cell>
22389 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22390 \begin_inset Text
22391
22392 \begin_layout Plain Layout
22393
22394 \end_layout
22395
22396 \end_inset
22397 </cell>
22398 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22399 \begin_inset Text
22400
22401 \begin_layout Plain Layout
22402 sd
22403 \end_layout
22404
22405 \end_inset
22406 </cell>
22407 </row>
22408 </lyxtabular>
22409
22410 \end_inset
22411
22412
22413 \end_layout
22414
22415 \end_inset
22416
22417
22418 \end_layout
22419
22420 \begin_layout Subsection
22421 Dashed Lines
22422 \begin_inset Index idx
22423 status collapsed
22424
22425 \begin_layout Plain Layout
22426 Table Customization ! Dashed Lines
22427 \end_layout
22428
22429 \end_inset
22430
22431
22432 \end_layout
22433
22434 \begin_layout Standard
22435 \begin_inset ERT
22436 status collapsed
22437
22438 \begin_layout Plain Layout
22439
22440
22441 \backslash
22442 ifarydshln
22443 \end_layout
22444
22445 \end_inset
22446
22447
22448 \begin_inset Note Note
22449 status open
22450
22451 \begin_layout Plain Layout
22452 The following section will only be displayed when the LaTeX-package 
22453 \series bold
22454 arydshln
22455 \series default
22456  is installed.
22457 \end_layout
22458
22459 \end_inset
22460
22461
22462 \end_layout
22463
22464 \begin_layout Standard
22465 \begin_inset Float table
22466 placement H
22467 wide false
22468 sideways false
22469 status open
22470
22471 \begin_layout Plain Layout
22472 \begin_inset Caption Standard
22473
22474 \begin_layout Plain Layout
22475 \begin_inset CommandInset label
22476 LatexCommand label
22477 name "tab:Table-with-dashed"
22478
22479 \end_inset
22480
22481 Table with dashed lines
22482 \end_layout
22483
22484 \end_inset
22485
22486
22487 \end_layout
22488
22489 \begin_layout Plain Layout
22490 \align center
22491 \begin_inset Tabular
22492 <lyxtabular version="3" rows="5" columns="5">
22493 <features rotate="0" tabularvalignment="middle">
22494 <column alignment="center" valignment="top">
22495 <column alignment="center" valignment="top">
22496 <column alignment="center" valignment="top" special=":c">
22497 <column alignment="center" valignment="top">
22498 <column alignment="center" valignment="top">
22499 <row>
22500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22501 \begin_inset Text
22502
22503 \begin_layout Plain Layout
22504 a
22505 \end_layout
22506
22507 \end_inset
22508 </cell>
22509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22510 \begin_inset Text
22511
22512 \begin_layout Plain Layout
22513 b
22514 \end_layout
22515
22516 \end_inset
22517 </cell>
22518 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22519 \begin_inset Text
22520
22521 \begin_layout Plain Layout
22522 c
22523 \end_layout
22524
22525 \end_inset
22526 </cell>
22527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Plain Layout
22531 d
22532 \end_layout
22533
22534 \end_inset
22535 </cell>
22536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22537 \begin_inset Text
22538
22539 \begin_layout Plain Layout
22540 e
22541 \end_layout
22542
22543 \end_inset
22544 </cell>
22545 </row>
22546 <row>
22547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22548 \begin_inset Text
22549
22550 \begin_layout Plain Layout
22551 f
22552 \end_layout
22553
22554 \end_inset
22555 </cell>
22556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22557 \begin_inset Text
22558
22559 \begin_layout Plain Layout
22560 g
22561 \end_layout
22562
22563 \end_inset
22564 </cell>
22565 <cell alignment="center" valignment="top" topline="true" usebox="none">
22566 \begin_inset Text
22567
22568 \begin_layout Plain Layout
22569 h
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578 i
22579 \end_layout
22580
22581 \end_inset
22582 </cell>
22583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22584 \begin_inset Text
22585
22586 \begin_layout Plain Layout
22587 j
22588 \end_layout
22589
22590 \end_inset
22591 </cell>
22592 </row>
22593 <row>
22594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598 \begin_inset ERT
22599 status collapsed
22600
22601 \begin_layout Plain Layout
22602
22603
22604 \backslash
22605 hdashline 
22606 \end_layout
22607
22608 \end_inset
22609
22610 k
22611 \end_layout
22612
22613 \end_inset
22614 </cell>
22615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22616 \begin_inset Text
22617
22618 \begin_layout Plain Layout
22619 l
22620 \end_layout
22621
22622 \end_inset
22623 </cell>
22624 <cell alignment="center" valignment="top" usebox="none">
22625 \begin_inset Text
22626
22627 \begin_layout Plain Layout
22628 m
22629 \end_layout
22630
22631 \end_inset
22632 </cell>
22633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637 n
22638 \end_layout
22639
22640 \end_inset
22641 </cell>
22642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22643 \begin_inset Text
22644
22645 \begin_layout Plain Layout
22646 o
22647 \end_layout
22648
22649 \end_inset
22650 </cell>
22651 </row>
22652 <row>
22653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22654 \begin_inset Text
22655
22656 \begin_layout Plain Layout
22657 \begin_inset ERT
22658 status collapsed
22659
22660 \begin_layout Plain Layout
22661
22662
22663 \backslash
22664 cdashline{4-5}
22665 \end_layout
22666
22667 \end_inset
22668
22669 p
22670 \end_layout
22671
22672 \end_inset
22673 </cell>
22674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22675 \begin_inset Text
22676
22677 \begin_layout Plain Layout
22678 q
22679 \end_layout
22680
22681 \end_inset
22682 </cell>
22683 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687 r
22688 \end_layout
22689
22690 \end_inset
22691 </cell>
22692 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22693 \begin_inset Text
22694
22695 \begin_layout Plain Layout
22696 s
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705
22706 \end_layout
22707
22708 \end_inset
22709 </cell>
22710 </row>
22711 <row>
22712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716 t
22717 \end_layout
22718
22719 \end_inset
22720 </cell>
22721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725 u
22726 \end_layout
22727
22728 \end_inset
22729 </cell>
22730 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22731 \begin_inset Text
22732
22733 \begin_layout Plain Layout
22734 v
22735 \end_layout
22736
22737 \end_inset
22738 </cell>
22739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743 w
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22749 \begin_inset Text
22750
22751 \begin_layout Plain Layout
22752 x
22753 \end_layout
22754
22755 \end_inset
22756 </cell>
22757 </row>
22758 </lyxtabular>
22759
22760 \end_inset
22761
22762
22763 \end_layout
22764
22765 \end_inset
22766
22767
22768 \end_layout
22769
22770 \begin_layout Standard
22771 LyX does not natively support dashed lines, so you have to use TeX-Code.
22772  As a prerequisite the LaTeX-package 
22773 \series bold
22774 arydshln
22775 \series default
22776
22777 \begin_inset Index idx
22778 status collapsed
22779
22780 \begin_layout Plain Layout
22781 LaTeX-packages ! arydshln
22782 \end_layout
22783
22784 \end_inset
22785
22786  must be loaded in the document preamble with the command
22787 \end_layout
22788
22789 \begin_layout Standard
22790
22791 \series bold
22792
22793 \backslash
22794 usepackage{arydshln}
22795 \end_layout
22796
22797 \begin_layout Standard
22798 To make a vertical line dashed, enter the colon 
22799 \begin_inset Quotes eld
22800 \end_inset
22801
22802 :
22803 \begin_inset Quotes erd
22804 \end_inset
22805
22806  together with the character for the horizontal alignment as LaTeX-argument
22807  in the table cell dialog.
22808 \end_layout
22809
22810 \begin_layout Standard
22811 For a horizontal dashed line add the command
22812 \end_layout
22813
22814 \begin_layout Standard
22815
22816 \series bold
22817
22818 \backslash
22819 hdashline
22820 \end_layout
22821
22822 \begin_layout Standard
22823 in TeX-Code as first element of the first cell in the table row.
22824 \end_layout
22825
22826 \begin_layout Standard
22827 For dashed multicolumn lines use the command
22828 \end_layout
22829
22830 \begin_layout Standard
22831
22832 \series bold
22833
22834 \backslash
22835 cdashline{line number
22836 \series default
22837 }
22838 \end_layout
22839
22840 \begin_layout Standard
22841 in TeX-Code as the first element of the first cell in the table row.
22842  If you have for example a multicolumn spanning columns 2 to 4 and you want
22843  to have a dashed line above, add the command
22844 \end_layout
22845
22846 \begin_layout Standard
22847
22848 \series bold
22849
22850 \backslash
22851 cdashline{2-4}
22852 \end_layout
22853
22854 \begin_layout Standard
22855 as the first element of the first cell in the row of the multicolumn.
22856 \end_layout
22857
22858 \begin_layout Standard
22859 \begin_inset VSpace bigskip
22860 \end_inset
22861
22862
22863 \end_layout
22864
22865 \begin_layout Standard
22866 Table
22867 \begin_inset space ~
22868 \end_inset
22869
22870
22871 \begin_inset CommandInset ref
22872 LatexCommand ref
22873 reference "tab:Table-with-dashed"
22874
22875 \end_inset
22876
22877  was created using 
22878 \begin_inset Quotes eld
22879 \end_inset
22880
22881
22882 \series bold
22883 :c
22884 \series default
22885
22886 \begin_inset Quotes erd
22887 \end_inset
22888
22889  as LaTeX-argument of the third column.
22890  The TeX-Code command 
22891 \series bold
22892
22893 \backslash
22894 hdashline
22895 \series default
22896  was inserted in the first cell of the third row and the TeX-Code command
22897 \begin_inset Newline newline
22898 \end_inset
22899
22900  
22901 \series bold
22902
22903 \backslash
22904 cdashline{4-5}
22905 \series default
22906  was inserted in the first cell of the fourth row.
22907 \end_layout
22908
22909 \begin_layout Standard
22910 \begin_inset VSpace bigskip
22911 \end_inset
22912
22913
22914 \end_layout
22915
22916 \begin_layout Standard
22917 Tables with dashed lines can also be colored as shown by Table
22918 \begin_inset space ~
22919 \end_inset
22920
22921
22922 \begin_inset CommandInset ref
22923 LatexCommand ref
22924 reference "tab:Colored-table-with"
22925
22926 \end_inset
22927
22928 .
22929 \end_layout
22930
22931 \begin_layout Standard
22932 \begin_inset ERT
22933 status collapsed
22934
22935 \begin_layout Plain Layout
22936
22937
22938 \backslash
22939 setlength{
22940 \backslash
22941 arrayrulewidth}{1pt}
22942 \end_layout
22943
22944 \end_inset
22945
22946
22947 \begin_inset Note Note
22948 status collapsed
22949
22950 \begin_layout Plain Layout
22951 thicker lines for better visualization of the line color
22952 \end_layout
22953
22954 \end_inset
22955
22956
22957 \end_layout
22958
22959 \begin_layout Standard
22960 \begin_inset ERT
22961 status collapsed
22962
22963 \begin_layout Plain Layout
22964
22965
22966 \backslash
22967 dashgapcolor{green}
22968 \end_layout
22969
22970 \end_inset
22971
22972
22973 \begin_inset Note Note
22974 status collapsed
22975
22976 \begin_layout Plain Layout
22977 color gaps between dashes green
22978 \end_layout
22979
22980 \end_inset
22981
22982
22983 \end_layout
22984
22985 \begin_layout Standard
22986 \begin_inset ERT
22987 status collapsed
22988
22989 \begin_layout Plain Layout
22990
22991
22992 \backslash
22993 let
22994 \backslash
22995 myHdashline
22996 \backslash
22997 hdashline
22998 \end_layout
22999
23000 \begin_layout Plain Layout
23001
23002
23003 \backslash
23004 renewcommand{
23005 \backslash
23006 hdashline}
23007 \end_layout
23008
23009 \begin_layout Plain Layout
23010
23011  {
23012 \backslash
23013 arrayrulecolor{red}
23014 \backslash
23015 myHdashline
23016 \backslash
23017 arrayrulecolor{black}}
23018 \end_layout
23019
23020 \end_inset
23021
23022
23023 \begin_inset Note Note
23024 status collapsed
23025
23026 \begin_layout Plain Layout
23027 color horizontal, dashed lines red
23028 \end_layout
23029
23030 \end_inset
23031
23032
23033 \end_layout
23034
23035 \begin_layout Standard
23036 \begin_inset ERT
23037 status collapsed
23038
23039 \begin_layout Plain Layout
23040
23041
23042 \backslash
23043 let
23044 \backslash
23045 myCdashline
23046 \backslash
23047 cdashline
23048 \end_layout
23049
23050 \begin_layout Plain Layout
23051
23052
23053 \backslash
23054 renewcommand{
23055 \backslash
23056 cdashline}[1]
23057 \end_layout
23058
23059 \begin_layout Plain Layout
23060
23061  {
23062 \backslash
23063 arrayrulecolor{yellow}
23064 \backslash
23065 myCdashline{#1}
23066 \backslash
23067 arrayrulecolor{black}}
23068 \end_layout
23069
23070 \end_inset
23071
23072
23073 \begin_inset Note Note
23074 status collapsed
23075
23076 \begin_layout Plain Layout
23077 color partial horizontal, dashed lines yellow
23078 \end_layout
23079
23080 \end_inset
23081
23082
23083 \end_layout
23084
23085 \begin_layout Standard
23086 \begin_inset Float table
23087 placement h
23088 wide false
23089 sideways false
23090 status open
23091
23092 \begin_layout Plain Layout
23093 \begin_inset Caption Standard
23094
23095 \begin_layout Plain Layout
23096 \begin_inset CommandInset label
23097 LatexCommand label
23098 name "tab:Colored-table-with"
23099
23100 \end_inset
23101
23102 Colored table with dashed lines
23103 \end_layout
23104
23105 \end_inset
23106
23107
23108 \end_layout
23109
23110 \begin_layout Plain Layout
23111 \align center
23112 \begin_inset Tabular
23113 <lyxtabular version="3" rows="5" columns="5">
23114 <features rotate="0" tabularvalignment="middle">
23115 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23116 <column alignment="center" valignment="top" width="0pt">
23117 <column alignment="center" valignment="top" width="0pt" special=":c">
23118 <column alignment="center" valignment="top">
23119 <column alignment="center" valignment="top">
23120 <row>
23121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23122 \begin_inset Text
23123
23124 \begin_layout Plain Layout
23125 a
23126 \end_layout
23127
23128 \end_inset
23129 </cell>
23130 <cell alignment="center" valignment="top" topline="true" usebox="none">
23131 \begin_inset Text
23132
23133 \begin_layout Plain Layout
23134 b
23135 \end_layout
23136
23137 \end_inset
23138 </cell>
23139 <cell alignment="center" valignment="top" topline="true" usebox="none">
23140 \begin_inset Text
23141
23142 \begin_layout Plain Layout
23143 c
23144 \end_layout
23145
23146 \end_inset
23147 </cell>
23148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23149 \begin_inset Text
23150
23151 \begin_layout Plain Layout
23152 d
23153 \end_layout
23154
23155 \end_inset
23156 </cell>
23157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23158 \begin_inset Text
23159
23160 \begin_layout Plain Layout
23161 e
23162 \end_layout
23163
23164 \end_inset
23165 </cell>
23166 </row>
23167 <row>
23168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23169 \begin_inset Text
23170
23171 \begin_layout Plain Layout
23172 f
23173 \end_layout
23174
23175 \end_inset
23176 </cell>
23177 <cell alignment="center" valignment="top" topline="true" usebox="none">
23178 \begin_inset Text
23179
23180 \begin_layout Plain Layout
23181 g
23182 \end_layout
23183
23184 \end_inset
23185 </cell>
23186 <cell alignment="center" valignment="top" topline="true" usebox="none">
23187 \begin_inset Text
23188
23189 \begin_layout Plain Layout
23190 h
23191 \end_layout
23192
23193 \end_inset
23194 </cell>
23195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23196 \begin_inset Text
23197
23198 \begin_layout Plain Layout
23199 i
23200 \end_layout
23201
23202 \end_inset
23203 </cell>
23204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23205 \begin_inset Text
23206
23207 \begin_layout Plain Layout
23208 j
23209 \end_layout
23210
23211 \end_inset
23212 </cell>
23213 </row>
23214 <row>
23215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23216 \begin_inset Text
23217
23218 \begin_layout Plain Layout
23219 \begin_inset ERT
23220 status collapsed
23221
23222 \begin_layout Plain Layout
23223
23224
23225 \backslash
23226 hdashline 
23227 \end_layout
23228
23229 \end_inset
23230
23231
23232 \begin_inset ERT
23233 status collapsed
23234
23235 \begin_layout Plain Layout
23236
23237
23238 \backslash
23239 rowcolor{Gray}
23240 \end_layout
23241
23242 \end_inset
23243
23244 k
23245 \end_layout
23246
23247 \end_inset
23248 </cell>
23249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23250 \begin_inset Text
23251
23252 \begin_layout Plain Layout
23253 l
23254 \end_layout
23255
23256 \end_inset
23257 </cell>
23258 <cell alignment="center" valignment="top" usebox="none">
23259 \begin_inset Text
23260
23261 \begin_layout Plain Layout
23262 m
23263 \end_layout
23264
23265 \end_inset
23266 </cell>
23267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23268 \begin_inset Text
23269
23270 \begin_layout Plain Layout
23271 n
23272 \end_layout
23273
23274 \end_inset
23275 </cell>
23276 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23277 \begin_inset Text
23278
23279 \begin_layout Plain Layout
23280 o
23281 \end_layout
23282
23283 \end_inset
23284 </cell>
23285 </row>
23286 <row>
23287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23288 \begin_inset Text
23289
23290 \begin_layout Plain Layout
23291 \begin_inset ERT
23292 status collapsed
23293
23294 \begin_layout Plain Layout
23295
23296
23297 \backslash
23298 cdashline{4-5}
23299 \end_layout
23300
23301 \end_inset
23302
23303 p
23304 \end_layout
23305
23306 \end_inset
23307 </cell>
23308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23309 \begin_inset Text
23310
23311 \begin_layout Plain Layout
23312 q
23313 \end_layout
23314
23315 \end_inset
23316 </cell>
23317 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23318 \begin_inset Text
23319
23320 \begin_layout Plain Layout
23321 r
23322 \end_layout
23323
23324 \end_inset
23325 </cell>
23326 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23327 \begin_inset Text
23328
23329 \begin_layout Plain Layout
23330 s
23331 \end_layout
23332
23333 \end_inset
23334 </cell>
23335 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23336 \begin_inset Text
23337
23338 \begin_layout Plain Layout
23339
23340 \end_layout
23341
23342 \end_inset
23343 </cell>
23344 </row>
23345 <row>
23346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23347 \begin_inset Text
23348
23349 \begin_layout Plain Layout
23350 t
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23356 \begin_inset Text
23357
23358 \begin_layout Plain Layout
23359 u
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23365 \begin_inset Text
23366
23367 \begin_layout Plain Layout
23368 v
23369 \end_layout
23370
23371 \end_inset
23372 </cell>
23373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23374 \begin_inset Text
23375
23376 \begin_layout Plain Layout
23377 w
23378 \end_layout
23379
23380 \end_inset
23381 </cell>
23382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23383 \begin_inset Text
23384
23385 \begin_layout Plain Layout
23386 \begin_inset ERT
23387 status collapsed
23388
23389 \begin_layout Plain Layout
23390
23391
23392 \backslash
23393 cellcolor{Maroon}
23394 \end_layout
23395
23396 \end_inset
23397
23398 i
23399 \end_layout
23400
23401 \end_inset
23402 </cell>
23403 </row>
23404 </lyxtabular>
23405
23406 \end_inset
23407
23408
23409 \end_layout
23410
23411 \end_inset
23412
23413
23414 \end_layout
23415
23416 \begin_layout Standard
23417 \begin_inset ERT
23418 status collapsed
23419
23420 \begin_layout Plain Layout
23421
23422
23423 \backslash
23424 renewcommand{
23425 \backslash
23426 hdashline}{
23427 \backslash
23428 myHdashline}
23429 \end_layout
23430
23431 \end_inset
23432
23433
23434 \begin_inset Note Note
23435 status collapsed
23436
23437 \begin_layout Plain Layout
23438 reset to default
23439 \end_layout
23440
23441 \end_inset
23442
23443
23444 \end_layout
23445
23446 \begin_layout Standard
23447 \begin_inset ERT
23448 status collapsed
23449
23450 \begin_layout Plain Layout
23451
23452
23453 \backslash
23454 renewcommand{
23455 \backslash
23456 cdashline}{
23457 \backslash
23458 myCdashline}
23459 \end_layout
23460
23461 \end_inset
23462
23463
23464 \begin_inset Note Note
23465 status collapsed
23466
23467 \begin_layout Plain Layout
23468 reset to default
23469 \end_layout
23470
23471 \end_inset
23472
23473
23474 \end_layout
23475
23476 \begin_layout Standard
23477 \begin_inset ERT
23478 status collapsed
23479
23480 \begin_layout Plain Layout
23481
23482
23483 \backslash
23484 nodashgapcolor
23485 \end_layout
23486
23487 \end_inset
23488
23489
23490 \begin_inset Note Note
23491 status collapsed
23492
23493 \begin_layout Plain Layout
23494 reset to default
23495 \end_layout
23496
23497 \end_inset
23498
23499
23500 \end_layout
23501
23502 \begin_layout Standard
23503 \begin_inset ERT
23504 status collapsed
23505
23506 \begin_layout Plain Layout
23507
23508
23509 \backslash
23510 setlength{
23511 \backslash
23512 arrayrulewidth}{0.4pt}
23513 \end_layout
23514
23515 \end_inset
23516
23517
23518 \begin_inset Note Note
23519 status collapsed
23520
23521 \begin_layout Plain Layout
23522 reset to default
23523 \end_layout
23524
23525 \end_inset
23526
23527
23528 \end_layout
23529
23530 \begin_layout Standard
23531 The coloring of lines, columns and lines works as decribed in section
23532 \begin_inset space ~
23533 \end_inset
23534
23535
23536 \begin_inset CommandInset ref
23537 LatexCommand ref
23538 reference "sec:Colored-Tables"
23539
23540 \end_inset
23541
23542 .
23543  Coloring horizontal lines works analogically as described there as well,
23544  one only needs to replace in the commands 
23545 \series bold
23546
23547 \backslash
23548 myHlineC
23549 \series default
23550  by 
23551 \series bold
23552
23553 \backslash
23554 myHdashline
23555 \series default
23556  and 
23557 \backslash
23558
23559 \series bold
23560 hline
23561 \series default
23562  by 
23563 \series bold
23564
23565 \backslash
23566 hdashline
23567 \series default
23568 ; so one uses the command
23569 \end_layout
23570
23571 \begin_layout Standard
23572
23573 \series bold
23574
23575 \backslash
23576 let
23577 \backslash
23578 myHdashline
23579 \backslash
23580 hdashline
23581 \begin_inset Newline newline
23582 \end_inset
23583
23584
23585 \backslash
23586 renewcommand{
23587 \backslash
23588 hdashline}
23589 \begin_inset Newline newline
23590 \end_inset
23591
23592
23593 \begin_inset Phantom HPhantom
23594 status open
23595
23596 \begin_layout Plain Layout
23597 \begin_inset space ~
23598 \end_inset
23599
23600
23601 \end_layout
23602
23603 \end_inset
23604
23605 {
23606 \backslash
23607 arrayrulecolor{red}
23608 \backslash
23609 myHdashline
23610 \backslash
23611 arrayrulecolor{black}}
23612 \end_layout
23613
23614 \begin_layout Standard
23615 To color 
23616 \series bold
23617
23618 \backslash
23619 cdashline
23620 \series default
23621 , the command is
23622 \end_layout
23623
23624 \begin_layout Standard
23625
23626 \series bold
23627
23628 \backslash
23629 let
23630 \backslash
23631 myCdashline
23632 \backslash
23633 cdashline
23634 \begin_inset Newline newline
23635 \end_inset
23636
23637
23638 \backslash
23639 renewcommand{
23640 \backslash
23641 cdashline}[1]
23642 \begin_inset Newline newline
23643 \end_inset
23644
23645
23646 \begin_inset Phantom HPhantom
23647 status open
23648
23649 \begin_layout Plain Layout
23650 \begin_inset space ~
23651 \end_inset
23652
23653
23654 \end_layout
23655
23656 \end_inset
23657
23658 {
23659 \backslash
23660 arrayrulecolor{red}
23661 \backslash
23662 myCdashline{#1}
23663 \backslash
23664 arrayrulecolor{black}}
23665 \end_layout
23666
23667 \begin_layout Standard
23668 To get back the black line color, one needs to insert the following commands
23669  as TeX-Code behind the table:
23670 \end_layout
23671
23672 \begin_layout Standard
23673 For 
23674 \series bold
23675
23676 \backslash
23677 hdashline
23678 \end_layout
23679
23680 \begin_layout Standard
23681
23682 \series bold
23683
23684 \backslash
23685 renewcommand{
23686 \backslash
23687 hdashline}{
23688 \backslash
23689 myHdashline}
23690 \end_layout
23691
23692 \begin_layout Standard
23693 and for 
23694 \series bold
23695
23696 \backslash
23697 cdashline
23698 \end_layout
23699
23700 \begin_layout Standard
23701
23702 \series bold
23703
23704 \backslash
23705 renewcommand{
23706 \backslash
23707 cdashline}{
23708 \backslash
23709 myCdashline}
23710 \end_layout
23711
23712 \begin_layout Standard
23713 To color the gaps between the dashes the command
23714 \end_layout
23715
23716 \begin_layout Standard
23717
23718 \series bold
23719
23720 \backslash
23721 dashgapcolor{color}
23722 \end_layout
23723
23724 \begin_layout Standard
23725 can be used in front of a table as TeX-Code.
23726  color is hereby the name of a defined color.
23727  The command
23728 \end_layout
23729
23730 \begin_layout Standard
23731
23732 \series bold
23733
23734 \backslash
23735 nodashgapcolor
23736 \end_layout
23737
23738 \begin_layout Standard
23739 unsets the changes made by 
23740 \series bold
23741
23742 \backslash
23743 dashgapcolor
23744 \series default
23745 .
23746 \end_layout
23747
23748 \begin_layout Standard
23749 \begin_inset Note Greyedout
23750 status open
23751
23752 \begin_layout Plain Layout
23753
23754 \series bold
23755 \color none
23756 Note
23757 \series default
23758 : If there are multiple commands in a cell, the command of 
23759 \series bold
23760 arydshln
23761 \series default
23762  needs to be the first one in the cell.
23763  Therefore in cell 
23764 \emph on
23765 k
23766 \emph default
23767  of Table
23768 \begin_inset space ~
23769 \end_inset
23770
23771
23772 \begin_inset CommandInset ref
23773 LatexCommand ref
23774 reference "tab:Colored-table-with"
23775
23776 \end_inset
23777
23778  the command 
23779 \series bold
23780
23781 \backslash
23782 hdashline
23783 \series default
23784  is before 
23785 \series bold
23786
23787 \backslash
23788 rowcolor
23789 \series default
23790 .
23791 \end_layout
23792
23793 \end_inset
23794
23795
23796 \end_layout
23797
23798 \begin_layout Standard
23799 \begin_inset Note Greyedout
23800 status open
23801
23802 \begin_layout Plain Layout
23803
23804 \series bold
23805 \color none
23806 Note:
23807 \series default
23808  The LaTeX-package 
23809 \series bold
23810 arydshln
23811 \series default
23812  must be loaded in the document preamble before the LaTeX-package 
23813 \series bold
23814 colortbl
23815 \series default
23816
23817 \begin_inset Index idx
23818 status collapsed
23819
23820 \begin_layout Plain Layout
23821 LaTeX-packages ! colortbl
23822 \end_layout
23823
23824 \end_inset
23825
23826 .
23827 \end_layout
23828
23829 \end_inset
23830
23831
23832 \end_layout
23833
23834 \begin_layout Standard
23835 \begin_inset ERT
23836 status collapsed
23837
23838 \begin_layout Plain Layout
23839
23840
23841 \backslash
23842 else
23843 \end_layout
23844
23845 \end_inset
23846
23847
23848 \begin_inset Note Note
23849 status open
23850
23851 \begin_layout Plain Layout
23852 The following will be displayed when the LaTeX-package 
23853 \series bold
23854 arydshln
23855 \series default
23856  is not installed:
23857 \end_layout
23858
23859 \end_inset
23860
23861
23862 \end_layout
23863
23864 \begin_layout Standard
23865 You need to install the package 
23866 \series bold
23867 arydshln
23868 \series default
23869  to see the content of this section in the output.
23870 \end_layout
23871
23872 \begin_layout Standard
23873 \begin_inset ERT
23874 status collapsed
23875
23876 \begin_layout Plain Layout
23877
23878
23879 \backslash
23880 fi
23881 \end_layout
23882
23883 \end_inset
23884
23885
23886 \end_layout
23887
23888 \begin_layout Standard
23889 For more information about dashed lines see the documentation of 
23890 \series bold
23891 arydshln
23892 \series default
23893
23894 \begin_inset CommandInset citation
23895 LatexCommand cite
23896 key "arydshln"
23897
23898 \end_inset
23899
23900 .
23901 \end_layout
23902
23903 \begin_layout Chapter
23904 Floats
23905 \begin_inset CommandInset label
23906 LatexCommand label
23907 name "chap:Floats"
23908
23909 \end_inset
23910
23911
23912 \begin_inset Index idx
23913 status collapsed
23914
23915 \begin_layout Plain Layout
23916 Floats
23917 \end_layout
23918
23919 \end_inset
23920
23921
23922 \end_layout
23923
23924 \begin_layout Section
23925 Introduction
23926 \begin_inset CommandInset label
23927 LatexCommand label
23928 name "sec:FloatIntroduction"
23929
23930 \end_inset
23931
23932
23933 \begin_inset Index idx
23934 status collapsed
23935
23936 \begin_layout Plain Layout
23937 Floats ! Introduction
23938 \end_layout
23939
23940 \end_inset
23941
23942
23943 \end_layout
23944
23945 \begin_layout Standard
23946 A float is a block of text associated with some sort of label, which doesn't
23947  have a fixed location.
23948  It can 
23949 \begin_inset Quotes eld
23950 \end_inset
23951
23952 float
23953 \begin_inset Quotes erd
23954 \end_inset
23955
23956  forward or backward a page or two, to wherever it fits best.
23957  
23958 \family sans
23959 Footnotes
23960 \family default
23961  and 
23962 \family sans
23963 Margin
23964 \begin_inset space ~
23965 \end_inset
23966
23967 Notes
23968 \family default
23969  are also floats because they can float to the next page when there are
23970  too many notes on the page.
23971 \end_layout
23972
23973 \begin_layout Standard
23974 Floats allow a high quality layout.
23975  Images and tables can be spread evenly among the pages to avoid white space
23976  and pages without text.
23977  As the floating often destroys the context between the text and the image/table
23978 , every float can be referenced in the text.
23979  Floats are therefore numbered.
23980  Referencing is described in section
23981 \begin_inset space ~
23982 \end_inset
23983
23984
23985 \begin_inset CommandInset ref
23986 LatexCommand ref
23987 reference "sec:Referencing-Floats"
23988
23989 \end_inset
23990
23991 .
23992 \end_layout
23993
23994 \begin_layout Standard
23995 To insert a float, use the menu 
23996 \family sans
23997 Insert\SpecialChar \menuseparator
23998 Float
23999 \family default
24000  (toolbar button 
24001 \begin_inset Info
24002 type  "icon"
24003 arg   "float-insert figure"
24004 \end_inset
24005
24006  or 
24007 \begin_inset Info
24008 type  "icon"
24009 arg   "float-insert table"
24010 \end_inset
24011
24012 ).
24013  This inserts the 
24014 \family sans
24015 Caption
24016 \family default
24017  inset, a box with a label.
24018  The label will automatically be translated to the document language in
24019  the output.
24020  After the label you can insert the caption text.
24021  The image or table is inserted above or below the caption in a separate
24022  paragraph within the float.
24023  More about the caption placement is contained in section
24024 \begin_inset space ~
24025 \end_inset
24026
24027
24028 \begin_inset CommandInset ref
24029 LatexCommand ref
24030 reference "sec:Caption-Placement"
24031
24032 \end_inset
24033
24034 .
24035  To keep your LyX-document readable, you can open and close the float box
24036  by left-clicking on the box label.
24037  A closed float box looks like this: 
24038 \begin_inset Graphics
24039         filename clipart/floatQt4.png
24040         scale 70
24041         scaleBeforeRotation
24042
24043 \end_inset
24044
24045  – a gray button with a red label.
24046 \end_layout
24047
24048 \begin_layout Standard
24049 It is recommended that you insert floats as separate standard paragraphs
24050  to avoid possible LaTeX-errors that can occur when the surrounding text
24051  is specially formatted.
24052 \end_layout
24053
24054 \begin_layout Standard
24055 Existing figures or tables can be put into a float by highlighting them
24056  and then pressing the corresponding toolbar button for a new float.
24057 \end_layout
24058
24059 \begin_layout Section
24060 Float Types
24061 \end_layout
24062
24063 \begin_layout Standard
24064 Besides figure and table floats that are described in sections
24065 \begin_inset space ~
24066 \end_inset
24067
24068
24069 \begin_inset CommandInset ref
24070 LatexCommand ref
24071 reference "sec:Figure-Floats"
24072
24073 \end_inset
24074
24075  and 
24076 \begin_inset CommandInset ref
24077 LatexCommand ref
24078 reference "sec:Table-Floats"
24079
24080 \end_inset
24081
24082  respectively, LyX offers the float types 
24083 \family sans
24084 Algorithm
24085 \family default
24086  and 
24087 \family sans
24088 Wrap
24089 \family default
24090 .
24091  The latter are explained in sec.
24092 \begin_inset space \thinspace{}
24093 \end_inset
24094
24095
24096 \begin_inset CommandInset ref
24097 LatexCommand ref
24098 reference "sec:Wrap-Floats"
24099
24100 \end_inset
24101
24102 .
24103 \end_layout
24104
24105 \begin_layout Subsection
24106 Algorithm Floats
24107 \begin_inset Index idx
24108 status collapsed
24109
24110 \begin_layout Plain Layout
24111 Floats ! Algorithms
24112 \end_layout
24113
24114 \end_inset
24115
24116
24117 \end_layout
24118
24119 \begin_layout Standard
24120 \begin_inset Float algorithm
24121 placement h
24122 wide false
24123 sideways false
24124 status open
24125
24126 \begin_layout Plain Layout
24127 \begin_inset Caption Standard
24128
24129 \begin_layout Plain Layout
24130 \begin_inset CommandInset label
24131 LatexCommand label
24132 name "alg:Example-Algorithm-float"
24133
24134 \end_inset
24135
24136 Example Algorithm float
24137 \end_layout
24138
24139 \end_inset
24140
24141
24142 \end_layout
24143
24144 \begin_layout LyX-Code
24145 for I in 1..N loop
24146 \begin_inset Newline newline
24147 \end_inset
24148
24149  Sum:= Sum + A(I); /*comment*/
24150 \begin_inset Newline newline
24151 \end_inset
24152
24153 end loop
24154 \begin_inset VSpace -4mm
24155 \end_inset
24156
24157
24158 \end_layout
24159
24160 \end_inset
24161
24162
24163 \end_layout
24164
24165 \begin_layout Standard
24166 This float type is inserted with the menu 
24167 \family sans
24168 Insert\SpecialChar \menuseparator
24169 Float\SpecialChar \menuseparator
24170 Algorithm
24171 \family default
24172 .
24173  It is used for program codes and descriptions of algorithms and can be
24174  seen as an alternative to program code listings that are explained in chapter
24175 \begin_inset space ~
24176 \end_inset
24177
24178
24179 \begin_inset CommandInset ref
24180 LatexCommand ref
24181 reference "cha:Program-Code-Listings"
24182
24183 \end_inset
24184
24185 .
24186  A possible environment for algorithms is the 
24187 \family sans
24188 LyX-Code
24189 \family default
24190 , described in LyX's 
24191 \emph on
24192 Userguide
24193 \emph default
24194 .
24195  Algorithm
24196 \begin_inset space ~
24197 \end_inset
24198
24199
24200 \begin_inset CommandInset ref
24201 LatexCommand ref
24202 reference "alg:Example-Algorithm-float"
24203
24204 \end_inset
24205
24206  is an example of an algorithm float where -4
24207 \begin_inset space \thinspace{}
24208 \end_inset
24209
24210 mm vertical space was added at the end of the float to have the bottom rule
24211  exactly below the last text line.
24212 \end_layout
24213
24214 \begin_layout Standard
24215 The float label is not automatically translated into the document language.
24216  If your document is not in English, you have to do this manually by adding
24217  the following line to the document preamble
24218 \series bold
24219 :
24220 \end_layout
24221
24222 \begin_layout Standard
24223
24224 \series bold
24225
24226 \backslash
24227 floatname{algorithm}{your
24228 \begin_inset space ~
24229 \end_inset
24230
24231 name}
24232 \end_layout
24233
24234 \begin_layout Standard
24235 where 
24236 \family sans
24237 your
24238 \begin_inset space ~
24239 \end_inset
24240
24241 name
24242 \family default
24243  is the word 
24244 \begin_inset Quotes eld
24245 \end_inset
24246
24247
24248 \emph on
24249 algorithm
24250 \emph default
24251
24252 \begin_inset Quotes erd
24253 \end_inset
24254
24255  in your language.
24256 \end_layout
24257
24258 \begin_layout Standard
24259 To insert the list of algorithms you can use the menu 
24260 \family sans
24261 Insert\SpecialChar \menuseparator
24262 List
24263 \begin_inset space \thinspace{}
24264 \end_inset
24265
24266 /
24267 \begin_inset space \thinspace{}
24268 \end_inset
24269
24270 TOC\SpecialChar \menuseparator
24271 List of Algorithms
24272 \family default
24273  when your document has the same language as LyX's menu names.
24274  In other cases use this command in TeX-Code instead:
24275 \end_layout
24276
24277 \begin_layout Standard
24278
24279 \series bold
24280
24281 \backslash
24282 listof{algorithm}{your
24283 \begin_inset space ~
24284 \end_inset
24285
24286 name}
24287 \end_layout
24288
24289 \begin_layout Standard
24290 where 
24291 \family sans
24292 your
24293 \begin_inset space ~
24294 \end_inset
24295
24296 name
24297 \family default
24298  is the word 
24299 \begin_inset Quotes eld
24300 \end_inset
24301
24302
24303 \emph on
24304 List of Algorithm
24305 \emph default
24306 s
24307 \begin_inset Quotes erd
24308 \end_inset
24309
24310  in your language.
24311 \end_layout
24312
24313 \begin_layout Standard
24314 Algorithm floats are not by default numbered in the scheme 
24315 \begin_inset Quotes eld
24316 \end_inset
24317
24318 chapter.algorithm
24319 \begin_inset Quotes erd
24320 \end_inset
24321
24322  as is the case for table and figure floats in many document-classes.
24323  To number algorithm floats in the same scheme, add this command to your
24324  document preamble:
24325 \end_layout
24326
24327 \begin_layout Standard
24328
24329 \series bold
24330
24331 \backslash
24332 numberwithin{algorithm}{chapter}
24333 \end_layout
24334
24335 \begin_layout Standard
24336 To be able to use the command 
24337 \series bold
24338
24339 \backslash
24340 numberwithin
24341 \series default
24342 , set in the tab 
24343 \family sans
24344 Math
24345 \begin_inset space ~
24346 \end_inset
24347
24348 Options
24349 \family default
24350  in the document settings the option 
24351 \family sans
24352 Use
24353 \begin_inset space ~
24354 \end_inset
24355
24356 AMS
24357 \begin_inset space ~
24358 \end_inset
24359
24360 math
24361 \begin_inset space ~
24362 \end_inset
24363
24364 package
24365 \family default
24366 .
24367 \end_layout
24368
24369 \begin_layout Section
24370 Float Numbering
24371 \begin_inset Index idx
24372 status collapsed
24373
24374 \begin_layout Plain Layout
24375 Floats ! Numbering
24376 \end_layout
24377
24378 \end_inset
24379
24380
24381 \end_layout
24382
24383 \begin_layout Standard
24384 Floats are usually numbered either independently from the sections the floats
24385  are in, or in the scheme 
24386 \begin_inset Quotes eld
24387 \end_inset
24388
24389 chapter.number
24390 \begin_inset Quotes erd
24391 \end_inset
24392
24393  or 
24394 \begin_inset Quotes eld
24395 \end_inset
24396
24397 section.number
24398 \begin_inset Quotes erd
24399 \end_inset
24400
24401 .
24402  This depends on the document class used.
24403 \end_layout
24404
24405 \begin_layout Standard
24406 To change section-independent numbering, you can use this command in the
24407  document preamble:
24408 \end_layout
24409
24410 \begin_layout Standard
24411
24412 \series bold
24413
24414 \backslash
24415 renewcommand{
24416 \backslash
24417 thetable}{
24418 \backslash
24419 roman{table}}
24420 \end_layout
24421
24422 \begin_layout Standard
24423
24424 \series bold
24425
24426 \backslash
24427 thetable
24428 \series default
24429  is the command that prints the table number.
24430  For figure floats, the command would be 
24431 \series bold
24432
24433 \backslash
24434 thefigure
24435 \series default
24436 .
24437  
24438 \series bold
24439
24440 \backslash
24441 roman
24442 \series default
24443  in the command above prints the table number as a small roman number.
24444 \end_layout
24445
24446 \begin_layout Standard
24447 To change the numbering scheme for example to 
24448 \begin_inset Quotes eld
24449 \end_inset
24450
24451 subsection.number
24452 \begin_inset Quotes erd
24453 \end_inset
24454
24455 , use this command in the preamble:
24456 \end_layout
24457
24458 \begin_layout Standard
24459
24460 \series bold
24461
24462 \backslash
24463 numberwithin{table}{subsection}
24464 \end_layout
24465
24466 \begin_layout Standard
24467 To be able to use the command 
24468 \series bold
24469
24470 \backslash
24471 numberwithin
24472 \series default
24473 , set in the tab 
24474 \family sans
24475 Math
24476 \begin_inset space ~
24477 \end_inset
24478
24479 Options
24480 \family default
24481  in the document settings the option 
24482 \family sans
24483 Use
24484 \begin_inset space ~
24485 \end_inset
24486
24487 AMS
24488 \begin_inset space ~
24489 \end_inset
24490
24491 math
24492 \begin_inset space ~
24493 \end_inset
24494
24495 package
24496 \family default
24497 .
24498 \end_layout
24499
24500 \begin_layout Standard
24501 Please also have a look at section
24502 \begin_inset space ~
24503 \end_inset
24504
24505
24506 \begin_inset CommandInset ref
24507 LatexCommand ref
24508 reference "sub:Footnote-Numbering"
24509
24510 \end_inset
24511
24512  for the details and important notes about the numbering commands.
24513 \end_layout
24514
24515 \begin_layout Section
24516 Referencing Floats
24517 \begin_inset CommandInset label
24518 LatexCommand label
24519 name "sec:Referencing-Floats"
24520
24521 \end_inset
24522
24523
24524 \begin_inset Index idx
24525 status collapsed
24526
24527 \begin_layout Plain Layout
24528 Floats ! References
24529 \end_layout
24530
24531 \end_inset
24532
24533
24534 \begin_inset Index idx
24535 status collapsed
24536
24537 \begin_layout Plain Layout
24538 References ! to Floats
24539 \end_layout
24540
24541 \end_inset
24542
24543
24544 \end_layout
24545
24546 \begin_layout Standard
24547 To reference a float, insert a label into its caption using the menu 
24548 \family sans
24549 Insert\SpecialChar \menuseparator
24550 Label
24551 \family default
24552  or the toolbar button 
24553 \begin_inset Info
24554 type  "icon"
24555 arg   "label-insert"
24556 \end_inset
24557
24558 .
24559  A grey label box like this one: 
24560 \begin_inset Graphics
24561         filename clipart/labelQt4.png
24562         scale 85
24563         scaleBeforeRotation
24564
24565 \end_inset
24566
24567  will be inserted and the label window pops up asking for the label text.
24568  LyX offers as text the first words of the caption with a prefix.
24569  The prefix depends on the float type, e.
24570 \begin_inset space \thinspace{}
24571 \end_inset
24572
24573 g.
24574 \begin_inset space \space{}
24575 \end_inset
24576
24577 for figure floats the prefix will be "
24578 \family sans
24579 fig:
24580 \family default
24581 ".
24582 \end_layout
24583
24584 \begin_layout Standard
24585 The label is used as anchor and name for the reference.
24586  You can refer to the label using the menu 
24587 \family sans
24588 Insert\SpecialChar \menuseparator
24589 Cross-reference
24590 \family default
24591  or the toolbar button 
24592 \begin_inset Info
24593 type  "icon"
24594 arg   "dialog-show-new-inset ref"
24595 \end_inset
24596
24597 .
24598  The cross-reference window appears showing all labels of the document.
24599  If you have multiple LyX-documents opened, choose the one you are working
24600  on from the drop-list at the top of the dialog.
24601  You can now sort the labels alphabetically and then choose one.
24602  A grey cross-reference box like this one: 
24603 \begin_inset Graphics
24604         filename clipart/referenceQt4.png
24605         scale 85
24606         scaleBeforeRotation
24607
24608 \end_inset
24609
24610  will be inserted.
24611  At the position of the cross-reference box the float number will appear
24612  in the output.
24613 \end_layout
24614
24615 \begin_layout Standard
24616 It is recommended that you use a protected space between the cross-reference
24617  name and its number to avoid line breaks between them.
24618  If a cross-reference refers to a non-existing label, you will see two question
24619  marks in the output instead of the reference.
24620 \end_layout
24621
24622 \begin_layout Standard
24623 You can change labels at any time by clicking on the label box.
24624  References to the changed label will automatically update their links to
24625  the new label text.
24626 \end_layout
24627
24628 \begin_layout Standard
24629 The button 
24630 \family sans
24631 Go
24632 \begin_inset space ~
24633 \end_inset
24634
24635 to
24636 \begin_inset space ~
24637 \end_inset
24638
24639 Label
24640 \family default
24641  in the cross-reference window sets the cursor before the referred label.
24642  The button text changes then to Go
24643 \begin_inset space ~
24644 \end_inset
24645
24646 Back and you can use it to set the cursor back to the cross-reference.
24647 \end_layout
24648
24649 \begin_layout Subsection
24650 Cross-Reference Formats
24651 \begin_inset CommandInset label
24652 LatexCommand label
24653 name "sub:Cross-Reference-Formats"
24654
24655 \end_inset
24656
24657
24658 \begin_inset Index idx
24659 status collapsed
24660
24661 \begin_layout Plain Layout
24662 References ! Formats
24663 \end_layout
24664
24665 \end_inset
24666
24667
24668 \end_layout
24669
24670 \begin_layout Standard
24671 There are six varieties of cross-references:
24672 \end_layout
24673
24674 \begin_layout Description
24675 <reference>: prints the float number, this is the default: 
24676 \begin_inset CommandInset ref
24677 LatexCommand ref
24678 reference "fig:Two-distorted-images"
24679
24680 \end_inset
24681
24682
24683 \end_layout
24684
24685 \begin_layout Description
24686 (<reference>): prints the float number within two parentheses, this is the
24687  style normally used to reference formulas, especially when the reference
24688  name 
24689 \begin_inset Quotes eld
24690 \end_inset
24691
24692 Equation
24693 \begin_inset Quotes erd
24694 \end_inset
24695
24696  is omitted: 
24697 \begin_inset CommandInset ref
24698 LatexCommand eqref
24699 reference "eq:Wgn"
24700
24701 \end_inset
24702
24703
24704 \end_layout
24705
24706 \begin_layout Description
24707 <page>: prints the page number: Page
24708 \begin_inset space ~
24709 \end_inset
24710
24711
24712 \begin_inset CommandInset ref
24713 LatexCommand pageref
24714 reference "fig:Two-distorted-images"
24715
24716 \end_inset
24717
24718
24719 \end_layout
24720
24721 \begin_layout Description
24722 on
24723 \begin_inset space ~
24724 \end_inset
24725
24726 page
24727 \begin_inset space ~
24728 \end_inset
24729
24730 <page>: prints the text "on page" and the page number: 
24731 \begin_inset CommandInset ref
24732 LatexCommand vpageref
24733 reference "fig:Two-distorted-images"
24734
24735 \end_inset
24736
24737
24738 \end_layout
24739
24740 \begin_layout Description
24741 <reference>
24742 \begin_inset space ~
24743 \end_inset
24744
24745 on
24746 \begin_inset space ~
24747 \end_inset
24748
24749 page
24750 \begin_inset space ~
24751 \end_inset
24752
24753 <page>: prints the float number, the text "on page", and the page number:
24754  
24755 \begin_inset CommandInset ref
24756 LatexCommand vref
24757 reference "fig:Two-distorted-images"
24758
24759 \end_inset
24760
24761
24762 \end_layout
24763
24764 \begin_layout Description
24765 Formatted
24766 \begin_inset space ~
24767 \end_inset
24768
24769 reference: prints a self-defined cross-reference format.
24770 \begin_inset Newline newline
24771 \end_inset
24772
24773
24774 \begin_inset Note Greyedout
24775 status open
24776
24777 \begin_layout Plain Layout
24778
24779 \series bold
24780 Note:
24781 \series default
24782  This feature is only available when you have the LaTeX-package 
24783 \series bold
24784 prettyref
24785 \series default
24786  or 
24787 \series bold
24788 refstyle
24789 \series default
24790
24791 \begin_inset Index idx
24792 status collapsed
24793
24794 \begin_layout Plain Layout
24795 LaTeX-packages ! prettyref
24796 \end_layout
24797
24798 \end_inset
24799
24800
24801 \begin_inset Index idx
24802 status collapsed
24803
24804 \begin_layout Plain Layout
24805 LaTeX-packages ! refstyle
24806 \end_layout
24807
24808 \end_inset
24809
24810  installed.
24811 \end_layout
24812
24813 \end_inset
24814
24815
24816 \begin_inset Newline newline
24817 \end_inset
24818
24819 You can select which LaTeX-package should be used for this feature by setting
24820  the option 
24821 \family sans
24822 Use refstyle (not prettyref) for cross-references
24823 \family default
24824  in the menu 
24825 \family sans
24826 Document\SpecialChar \menuseparator
24827 Settings\SpecialChar \menuseparator
24828 Document Class
24829 \family default
24830 .
24831  The format is specified by adding the command 
24832 \series bold
24833
24834 \backslash
24835 newrefformat
24836 \series default
24837  (prettyref) or 
24838 \series bold
24839
24840 \backslash
24841 newref
24842 \series default
24843  (refstyle) to the preamble of the document.
24844  For example redefining all references to figures (which have the label
24845  shortcut 
24846 \begin_inset Quotes eld
24847 \end_inset
24848
24849
24850 \family sans
24851 fig
24852 \family default
24853
24854 \begin_inset Quotes erd
24855 \end_inset
24856
24857 ) can be done with this command
24858 \begin_inset Newline newline
24859 \end_inset
24860
24861
24862 \series bold
24863
24864 \backslash
24865 newref{fig}{refcmd={Image on page 
24866 \backslash
24867 pageref{#1}}}
24868 \series default
24869
24870 \begin_inset Newline newline
24871 \end_inset
24872
24873 For more information about the format, have a look at the package documentations
24874
24875 \begin_inset CommandInset citation
24876 LatexCommand cite
24877 key "prettyref,refstyle"
24878
24879 \end_inset
24880
24881 .
24882 \end_layout
24883
24884 \begin_layout Description
24885 Textual
24886 \begin_inset space ~
24887 \end_inset
24888
24889 reference: prints the caption of the reference: 
24890 \begin_inset CommandInset ref
24891 LatexCommand nameref
24892 reference "fig:Two-distorted-images"
24893
24894 \end_inset
24895
24896
24897 \end_layout
24898
24899 \begin_layout Standard
24900
24901 \family sans
24902 <page>
24903 \family default
24904  will not print the page number if the label is on the previous, the same,
24905  or the next page.
24906  You will e.
24907 \begin_inset space \thinspace{}
24908 \end_inset
24909
24910 g.
24911 \begin_inset space \space{}
24912 \end_inset
24913
24914 see the text 
24915 \begin_inset Quotes eld
24916 \end_inset
24917
24918
24919 \family sans
24920 on this page
24921 \family default
24922
24923 \begin_inset Quotes erd
24924 \end_inset
24925
24926  instead.
24927  The style 
24928 \family sans
24929 <reference> on page <page>
24930 \family default
24931  will not print anything about the page if the label is on the same page.
24932 \end_layout
24933
24934 \begin_layout Standard
24935 The number and current page of the part of the document referred to in the
24936  output is automatically calculated by LaTeX.
24937  The varieties are adjusted in the field 
24938 \family sans
24939 Format
24940 \family default
24941  of the cross-reference window that appears when you click on the cross-referenc
24942 e box.
24943 \end_layout
24944
24945 \begin_layout Standard
24946 \begin_inset Note Greyedout
24947 status open
24948
24949 \begin_layout Plain Layout
24950
24951 \series bold
24952 Note:
24953 \series default
24954  It is recommended to use the LaTeX-package 
24955 \series bold
24956 refstyle
24957 \series default
24958
24959 \begin_inset Index idx
24960 status collapsed
24961
24962 \begin_layout Plain Layout
24963 LaTeX-packages ! refstyle
24964 \end_layout
24965
24966 \end_inset
24967
24968  because 
24969 \series bold
24970 prettyref
24971 \series default
24972
24973 \begin_inset Index idx
24974 status collapsed
24975
24976 \begin_layout Plain Layout
24977 LaTeX-packages ! prettyref
24978 \end_layout
24979
24980 \end_inset
24981
24982  does not know all of LyX's possible label shortcuts
24983 \begin_inset Foot
24984 status collapsed
24985
24986 \begin_layout Plain Layout
24987 \begin_inset Quotes eld
24988 \end_inset
24989
24990 fig:
24991 \begin_inset Quotes erd
24992 \end_inset
24993
24994  is for example LyX's shortcut for labels in figure captions.
24995 \end_layout
24996
24997 \end_inset
24998
24999  and is not internationalized.
25000 \end_layout
25001
25002 \end_inset
25003
25004
25005 \end_layout
25006
25007 \begin_layout Standard
25008 \begin_inset Note Greyedout
25009 status open
25010
25011 \begin_layout Plain Layout
25012
25013 \series bold
25014 Note:
25015 \series default
25016  Due to a bug in the LaTeX-package 
25017 \series bold
25018 varioref
25019 \series default
25020  version 1.4w, some cross-reference formats will cause LaTeX errors for document
25021  languages that make the period character active (like French).
25022  For a workaround, see
25023 \begin_inset Newline newline
25024 \end_inset
25025
25026
25027 \begin_inset CommandInset href
25028 LatexCommand href
25029 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
25030
25031 \end_inset
25032
25033 .
25034 \end_layout
25035
25036 \end_inset
25037
25038
25039 \end_layout
25040
25041 \begin_layout Subsection
25042 Automatic Reference Naming
25043 \begin_inset Index idx
25044 status collapsed
25045
25046 \begin_layout Plain Layout
25047 References ! Automatic Reference Naming
25048 \end_layout
25049
25050 \end_inset
25051
25052
25053 \end_layout
25054
25055 \begin_layout Standard
25056 The LaTeX-package 
25057 \series bold
25058 hyperref
25059 \series default
25060
25061 \begin_inset Index idx
25062 status collapsed
25063
25064 \begin_layout Plain Layout
25065 LaTeX-packages ! hyperref
25066 \end_layout
25067
25068 \end_inset
25069
25070 , that is enabled in the 
25071 \family sans
25072 PDF Properties
25073 \family default
25074  of the 
25075 \family sans
25076 Document Settings
25077 \family default
25078  dialog, provides a very useful feature that cross-references automatically
25079  include the name of the referenced floats (or text parts like 
25080 \emph on
25081 section
25082 \emph default
25083 ).
25084  So you will save having to write e.
25085 \begin_inset space \thinspace{}
25086 \end_inset
25087
25088 g.
25089 \begin_inset space \space{}
25090 \end_inset
25091
25092 the name 
25093 \begin_inset Quotes eld
25094 \end_inset
25095
25096 Figure
25097 \begin_inset Quotes erd
25098 \end_inset
25099
25100  before every reference to a figure.
25101  To use this feature, enable 
25102 \series bold
25103 hyperref
25104 \series default
25105  and insert this line to the LaTeX preamble:
25106 \end_layout
25107
25108 \begin_layout Standard
25109
25110 \series bold
25111
25112 \backslash
25113 AtBeginDocument{
25114 \backslash
25115 renewcommand{
25116 \backslash
25117 ref}[1]{
25118 \backslash
25119 mbox{
25120 \backslash
25121 autoref{#1}}}}
25122 \end_layout
25123
25124 \begin_layout Standard
25125 When you prefer other reference names than the default ones, for example
25126  you want instead of 
25127 \begin_inset Quotes eld
25128 \end_inset
25129
25130 section
25131 \begin_inset Quotes erd
25132 \end_inset
25133
25134  the name 
25135 \begin_inset Quotes eld
25136 \end_inset
25137
25138 sec.
25139 \begin_inset space \thinspace{}
25140 \end_inset
25141
25142
25143 \begin_inset Quotes eld
25144 \end_inset
25145
25146 , you can redefine the name by inserting this in the preamble:
25147 \end_layout
25148
25149 \begin_layout Standard
25150
25151 \series bold
25152
25153 \backslash
25154 addto
25155 \backslash
25156 extrasenglish{
25157 \backslash
25158 renewcommand{
25159 \backslash
25160 sectionautorefname}
25161 \begin_inset Newline newline
25162 \end_inset
25163
25164
25165 \begin_inset Phantom HPhantom
25166 status open
25167
25168 \begin_layout Plain Layout
25169
25170 \series bold
25171 \begin_inset space ~
25172 \end_inset
25173
25174
25175 \end_layout
25176
25177 \end_inset
25178
25179 {sec.
25180 \backslash
25181 negthinspace}}
25182 \end_layout
25183
25184 \begin_layout Standard
25185 When you are using another document language than English, replace
25186 \begin_inset Newline newline
25187 \end_inset
25188
25189
25190 \series bold
25191
25192 \backslash
25193 extrasenglish
25194 \series default
25195  by 
25196 \series bold
25197
25198 \backslash
25199 extras***
25200 \series default
25201 , where *** is the name of the language used.
25202 \end_layout
25203
25204 \begin_layout Standard
25205 To get automatic names, but not for certain reference types, for example
25206  not for equations, use this preamble code:
25207 \end_layout
25208
25209 \begin_layout Standard
25210
25211 \series bold
25212
25213 \backslash
25214 addto
25215 \backslash
25216 extrasenglish{
25217 \backslash
25218 renewcommand*{
25219 \backslash
25220 equationautorefname}[1]{}}
25221 \end_layout
25222
25223 \begin_layout Standard
25224 More about this topic can be found in 
25225 \series bold
25226 hyperref
25227 \series default
25228 's documentation 
25229 \begin_inset CommandInset citation
25230 LatexCommand cite
25231 key "hyperref"
25232
25233 \end_inset
25234
25235 .
25236 \end_layout
25237
25238 \begin_layout Standard
25239 \begin_inset Note Greyedout
25240 status open
25241
25242 \begin_layout Plain Layout
25243
25244 \series bold
25245 Note:
25246 \series default
25247  Automatic reference naming cannot be used when you use cross-references
25248  in the 
25249 \family sans
25250 Formatted
25251 \begin_inset space ~
25252 \end_inset
25253
25254 reference
25255 \family default
25256  style, as described in section
25257 \begin_inset space ~
25258 \end_inset
25259
25260
25261 \begin_inset CommandInset ref
25262 LatexCommand ref
25263 reference "sub:Cross-Reference-Formats"
25264
25265 \end_inset
25266
25267 .
25268 \end_layout
25269
25270 \end_inset
25271
25272
25273 \end_layout
25274
25275 \begin_layout Standard
25276 The 
25277 \emph on
25278 Math
25279 \emph default
25280  manual is an example where automatic reference naming is used.
25281 \end_layout
25282
25283 \begin_layout Subsection
25284 Reference Position
25285 \begin_inset CommandInset label
25286 LatexCommand label
25287 name "sub:Reference-Position"
25288
25289 \end_inset
25290
25291
25292 \begin_inset Index idx
25293 status collapsed
25294
25295 \begin_layout Plain Layout
25296 References ! Reference Position
25297 \end_layout
25298
25299 \end_inset
25300
25301
25302 \end_layout
25303
25304 \begin_layout Standard
25305 If you use 
25306 \series bold
25307 hyperref
25308 \series default
25309
25310 \begin_inset Index idx
25311 status collapsed
25312
25313 \begin_layout Plain Layout
25314 LaTeX-packages ! hyperref
25315 \end_layout
25316
25317 \end_inset
25318
25319  in the 
25320 \family sans
25321 PDF Properties
25322 \family default
25323  of the 
25324 \family sans
25325 Document Settings
25326 \family default
25327  dialog to link cross-references in the output, you will see that clicking
25328  on an image float reference jumps to the image label.
25329  The caption will be the first text part on the screen, so that you cannot
25330  see the image without scrolling.
25331  This is because the reference link anchor is placed at the position of
25332  the label.
25333  With the use of the package 
25334 \series bold
25335 hypcap
25336 \series default
25337
25338 \begin_inset Index idx
25339 status collapsed
25340
25341 \begin_layout Plain Layout
25342 LaTeX-packages ! hypcap
25343 \end_layout
25344
25345 \end_inset
25346
25347 , which is part of the LaTeX-package 
25348 \series bold
25349 oberdiek
25350 \series default
25351
25352 \begin_inset Index idx
25353 status collapsed
25354
25355 \begin_layout Plain Layout
25356 LaTeX-packages ! oberdiek
25357 \end_layout
25358
25359 \end_inset
25360
25361 , the link anchor is placed at the beginning of a float.
25362  To use this feature for figure floats, load 
25363 \series bold
25364 hypcap
25365 \series default
25366  in the document preamble with the line
25367 \end_layout
25368
25369 \begin_layout Standard
25370
25371 \series bold
25372
25373 \backslash
25374 usepackage[figure]{hypcap}
25375 \end_layout
25376
25377 \begin_layout Standard
25378 You can also use 
25379 \series bold
25380 hypcap
25381 \series default
25382  for all float types but this is not recommended for stability reasons.
25383  For more information, have a look at 
25384 \series bold
25385 hypcap
25386 \series default
25387 's manual 
25388 \begin_inset CommandInset citation
25389 LatexCommand cite
25390 key "hypcap"
25391
25392 \end_inset
25393
25394 .
25395 \end_layout
25396
25397 \begin_layout Standard
25398 \begin_inset Note Greyedout
25399 status open
25400
25401 \begin_layout Plain Layout
25402
25403 \series bold
25404 Note:
25405 \series default
25406  
25407 \series bold
25408 hypcap
25409 \series default
25410  has no effect on references to subfigures.
25411 \end_layout
25412
25413 \end_inset
25414
25415
25416 \end_layout
25417
25418 \begin_layout Section
25419 Float Placement
25420 \begin_inset CommandInset label
25421 LatexCommand label
25422 name "sec:Float-Placement"
25423
25424 \end_inset
25425
25426
25427 \begin_inset Index idx
25428 status collapsed
25429
25430 \begin_layout Plain Layout
25431 Floats ! Placement
25432 \end_layout
25433
25434 \end_inset
25435
25436
25437 \end_layout
25438
25439 \begin_layout Standard
25440 Right-clicking on a float-box and clicking on 
25441 \family sans
25442 Settings
25443 \family default
25444  opens a dialog where you can alter the placement options that LaTeX uses
25445  for positioning the float.
25446 \begin_inset Newline newline
25447 \end_inset
25448
25449 The option 
25450 \family sans
25451 Span
25452 \begin_inset space ~
25453 \end_inset
25454
25455 columns
25456 \family default
25457  is only useful for two-column documents: If you select it, the float will
25458  span both columns on the page instead of being confined to just one.
25459 \begin_inset Newline newline
25460 \end_inset
25461
25462 The option 
25463 \family sans
25464 Rotate
25465 \begin_inset space ~
25466 \end_inset
25467
25468 sideways
25469 \family default
25470  is used to rotate floats, see section 
25471 \begin_inset CommandInset ref
25472 LatexCommand ref
25473 reference "sec:Rotated-Floats"
25474
25475 \end_inset
25476
25477 .
25478 \end_layout
25479
25480 \begin_layout Standard
25481 You can use one or more of the following options in the float dialog to
25482  set the placement for a particular float when you uncheck the option 
25483 \family sans
25484 Use
25485 \begin_inset space ~
25486 \end_inset
25487
25488 default
25489 \begin_inset space ~
25490 \end_inset
25491
25492 placement
25493 \family default
25494 :
25495 \end_layout
25496
25497 \begin_layout Description
25498 Here
25499 \begin_inset space ~
25500 \end_inset
25501
25502 if
25503 \begin_inset space ~
25504 \end_inset
25505
25506 possible try to place the float on the position where it has been inserted
25507 \end_layout
25508
25509 \begin_layout Description
25510 Top
25511 \begin_inset space ~
25512 \end_inset
25513
25514 of
25515 \begin_inset space ~
25516 \end_inset
25517
25518 page try to place the float at the top of the current page
25519 \end_layout
25520
25521 \begin_layout Description
25522 Bottom
25523 \begin_inset space ~
25524 \end_inset
25525
25526 of
25527 \begin_inset space ~
25528 \end_inset
25529
25530 page try to place the float at the bottom of the current page
25531 \end_layout
25532
25533 \begin_layout Description
25534 Page
25535 \begin_inset space ~
25536 \end_inset
25537
25538 of
25539 \begin_inset space ~
25540 \end_inset
25541
25542 floats try to place the float on its own page
25543 \end_layout
25544
25545 \begin_layout Standard
25546 The order of the above option is 
25547 \emph on
25548 always
25549 \emph default
25550  used by LaTeX.
25551  That means, if you use the default placement, LaTeX will first try out
25552  
25553 \family sans
25554 Here
25555 \begin_inset space ~
25556 \end_inset
25557
25558 if
25559 \begin_inset space ~
25560 \end_inset
25561
25562 possible
25563 \family default
25564 , then 
25565 \family sans
25566 Top
25567 \begin_inset space ~
25568 \end_inset
25569
25570 of
25571 \begin_inset space ~
25572 \end_inset
25573
25574 page
25575 \family default
25576 , and then the others.
25577  If you do not use the default, LaTeX will try only the checked options
25578  but in the same order.
25579  If none of the 4
25580 \begin_inset space ~
25581 \end_inset
25582
25583 placements is possible the procedure is internally repeated trying to put
25584  the float on the following page.
25585 \end_layout
25586
25587 \begin_layout Standard
25588 By default, each option has its own rules:
25589 \end_layout
25590
25591 \begin_layout Labeling
25592 \labelwidthstring 00.00.0000
25593
25594 \family sans
25595 Top
25596 \begin_inset space ~
25597 \end_inset
25598
25599 of
25600 \begin_inset space ~
25601 \end_inset
25602
25603 page
25604 \family default
25605  only floats occupying less than 70
25606 \begin_inset space \thinspace{}
25607 \end_inset
25608
25609 % of the page can be placed at the top of a page (
25610 \series bold
25611
25612 \backslash
25613 topfraction
25614 \series default
25615 )
25616 \end_layout
25617
25618 \begin_layout Labeling
25619 \labelwidthstring 00.00.0000
25620
25621 \family sans
25622 Bottom
25623 \begin_inset space ~
25624 \end_inset
25625
25626 of
25627 \begin_inset space ~
25628 \end_inset
25629
25630 page
25631 \family default
25632 : only floats occupying less than 30
25633 \begin_inset space \thinspace{}
25634 \end_inset
25635
25636 % of the page can be placed at the bottom of a page.
25637  (
25638 \series bold
25639
25640 \backslash
25641 bottomfraction
25642 \series default
25643 )
25644 \end_layout
25645
25646 \begin_layout Labeling
25647 \labelwidthstring 00.00.0000
25648
25649 \family sans
25650 Page
25651 \begin_inset space ~
25652 \end_inset
25653
25654 of
25655 \begin_inset space ~
25656 \end_inset
25657
25658 floats
25659 \family default
25660 : only if more than 50
25661 \begin_inset space \thinspace{}
25662 \end_inset
25663
25664 % of the page is occupied by floats, several floats can be set together
25665  on a page.
25666  (
25667 \series bold
25668
25669 \backslash
25670 floatpagefraction
25671 \series default
25672 )
25673 \end_layout
25674
25675 \begin_layout Standard
25676 If you don't like these rules, you can ignore them by using the additional
25677  option 
25678 \family sans
25679 Ignore
25680 \begin_inset space ~
25681 \end_inset
25682
25683 LaTeX
25684 \begin_inset space ~
25685 \end_inset
25686
25687 rules
25688 \family default
25689 .
25690 \begin_inset Newline newline
25691 \end_inset
25692
25693 You can also redefine the rules with LaTeX-commands that are given in parenthese
25694 s after the rules description above.
25695  To increase for example the often too small default of the bottom-rule
25696  to 50
25697 \begin_inset space \thinspace{}
25698 \end_inset
25699
25700 % of the page, add this line to your document preamble:
25701 \end_layout
25702
25703 \begin_layout Standard
25704
25705 \series bold
25706
25707 \backslash
25708 renewcommand{
25709 \backslash
25710 bottomfraction}{0.5}
25711 \end_layout
25712
25713 \begin_layout Standard
25714 Sometimes you might need, under all circumstances, a float to be placed
25715  exactly at the position where it is inserted.
25716  For this case you can use the option 
25717 \family sans
25718 Here
25719 \begin_inset space ~
25720 \end_inset
25721
25722 definitely
25723 \family default
25724 .
25725  Use this option very rarely and only if the document is almost ready to
25726  be printed, because the float is then no longer able to 
25727 \begin_inset Quotes eld
25728 \end_inset
25729
25730 float
25731 \begin_inset Quotes erd
25732 \end_inset
25733
25734  when you change your document and this will often destroy the page layout.
25735 \end_layout
25736
25737 \begin_layout Standard
25738 There are no placement options for text wrap floats, because they are always
25739  surrounded by the text of a certain paragraph.
25740 \begin_inset VSpace bigskip
25741 \end_inset
25742
25743
25744 \end_layout
25745
25746 \begin_layout Standard
25747 Sometimes you have the problem that a float is placed at the top of a page
25748  while its corresponding section starts at the middle of the page, so that
25749  the reader could think the float is part of the previous section.
25750  To avoid this the LaTeX-command 
25751 \series bold
25752
25753 \backslash
25754 suppressfloats
25755 \series default
25756  can be used.
25757  It suppresses a given float placement for the page where it is inserted
25758  and can therefore be used to avoid floats being set before a section starts.
25759  To get this, add these commands to your document preamble:
25760 \end_layout
25761
25762 \begin_layout Standard
25763
25764 \series bold
25765
25766 \backslash
25767 let
25768 \backslash
25769 mySection
25770 \backslash
25771 section
25772 \begin_inset Newline newline
25773 \end_inset
25774
25775
25776 \backslash
25777 renewcommand{
25778 \backslash
25779 section}{
25780 \backslash
25781 suppressfloats[t]
25782 \backslash
25783 mySection}
25784 \end_layout
25785
25786 \begin_layout Standard
25787 You can define the same for all section headings, like chapters and subsections.
25788  This definition is not recommended to be used for small text parts like
25789  subsubsections because LaTeX may then have problems finding a suitable
25790  placement.
25791 \end_layout
25792
25793 \begin_layout Standard
25794 \begin_inset VSpace bigskip
25795 \end_inset
25796
25797 In some cases it is required to have all figures/tables at the end of the
25798  document.
25799  For this purpose the LaTeX-package 
25800 \series bold
25801 endfloat
25802 \series default
25803
25804 \begin_inset Index idx
25805 status collapsed
25806
25807 \begin_layout Plain Layout
25808 LaTeX-packages ! endfloat
25809 \end_layout
25810
25811 \end_inset
25812
25813  was developed.
25814  It puts all figure and table floats at the end of the document into their
25815  own sections.
25816  At the original float position a text hint like 
25817 \begin_inset Quotes eld
25818 \end_inset
25819
25820
25821 \family sans
25822 [Figure
25823 \begin_inset space ~
25824 \end_inset
25825
25826 3.2 about here.]
25827 \family default
25828
25829 \begin_inset Quotes erd
25830 \end_inset
25831
25832  is inserted.
25833  The endfloat-package is loaded in the preamble with the line
25834 \end_layout
25835
25836 \begin_layout Standard
25837
25838 \series bold
25839
25840 \backslash
25841 usepackage[options]{endfloat}
25842 \end_layout
25843
25844 \begin_layout Standard
25845 There are various package options to format the created figure/table sections.
25846  For more information we refer you to the 
25847 \series bold
25848 endfloat
25849 \series default
25850  documentation 
25851 \begin_inset CommandInset citation
25852 LatexCommand cite
25853 key "endfloat"
25854
25855 \end_inset
25856
25857 .
25858 \begin_inset Newline newline
25859 \end_inset
25860
25861
25862 \begin_inset Note Greyedout
25863 status open
25864
25865 \begin_layout Plain Layout
25866
25867 \series bold
25868 Note: endfloat
25869 \series default
25870  doesn't provide an automatic translation for the text hint, you have to
25871  do this manually, see section
25872 \begin_inset space ~
25873 \end_inset
25874
25875 4 in 
25876 \begin_inset CommandInset citation
25877 LatexCommand cite
25878 key "endfloat"
25879
25880 \end_inset
25881
25882 .
25883 \end_layout
25884
25885 \end_inset
25886
25887
25888 \begin_inset Newline newline
25889 \end_inset
25890
25891
25892 \begin_inset Note Greyedout
25893 status open
25894
25895 \begin_layout Plain Layout
25896
25897 \series bold
25898 Note:
25899 \series default
25900  There is currently a bug in 
25901 \series bold
25902 endfloat
25903 \series default
25904  when the caption contains a German 
25905 \begin_inset Quotes eld
25906 \end_inset
25907
25908 ß
25909 \begin_inset Quotes erd
25910 \end_inset
25911
25912 .
25913  Use in this case the command 
25914 \begin_inset Quotes eld
25915 \end_inset
25916
25917
25918 \series bold
25919
25920 \backslash
25921 ss
25922 \series default
25923
25924 \begin_inset Quotes erd
25925 \end_inset
25926
25927  in TeX-Code instead of 
25928 \begin_inset Quotes eld
25929 \end_inset
25930
25931 ß
25932 \begin_inset Quotes erd
25933 \end_inset
25934
25935 .
25936 \end_layout
25937
25938 \end_inset
25939
25940
25941 \end_layout
25942
25943 \begin_layout Standard
25944 \begin_inset VSpace bigskip
25945 \end_inset
25946
25947 For more details about float placements, have a look at LaTeX books, 
25948 \begin_inset CommandInset citation
25949 LatexCommand cite
25950 key "latexcompanion,latexguide,latexbook"
25951
25952 \end_inset
25953
25954 .
25955 \end_layout
25956
25957 \begin_layout Section
25958 Rotated Floats
25959 \begin_inset CommandInset label
25960 LatexCommand label
25961 name "sec:Rotated-Floats"
25962
25963 \end_inset
25964
25965
25966 \begin_inset Index idx
25967 status collapsed
25968
25969 \begin_layout Plain Layout
25970 Floats ! Rotating
25971 \end_layout
25972
25973 \end_inset
25974
25975
25976 \end_layout
25977
25978 \begin_layout Standard
25979 Especially for wide tables you might have floats rotated.
25980  To rotate a whole float including the caption, right-click on the float-box
25981  and use the option 
25982 \family sans
25983 Rotate
25984 \begin_inset space ~
25985 \end_inset
25986
25987 sideways
25988 \family default
25989 .
25990 \end_layout
25991
25992 \begin_layout Standard
25993 Rotated floats are always placed on a page of their own (or column of their
25994  own; in case you have a multi-column document).
25995  You can let them span several columns using the float settings option 
25996 \family sans
25997 Span
25998 \begin_inset space ~
25999 \end_inset
26000
26001 columns
26002 \family default
26003 .
26004  Floats are rotated so that you can read them from the outside margin.
26005  To force a certain rotation direction for all pages, you can add either
26006  the option 
26007 \series bold
26008 figuresleft
26009 \series default
26010  or 
26011 \series bold
26012 figuresright
26013 \series default
26014  to the document class options.
26015 \end_layout
26016
26017 \begin_layout Standard
26018 Referencing rotated floats is the same as for normal floats, the caption
26019  format is also the same: Table
26020 \begin_inset space ~
26021 \end_inset
26022
26023
26024 \begin_inset CommandInset ref
26025 LatexCommand ref
26026 reference "tab:Rotated-table"
26027
26028 \end_inset
26029
26030  is an example of a rotated table float.
26031 \end_layout
26032
26033 \begin_layout Standard
26034 \begin_inset Note Greyedout
26035 status open
26036
26037 \begin_layout Plain Layout
26038
26039 \series bold
26040 Note:
26041 \series default
26042  Not all DVI-viewers are able to display rotated floats.
26043 \end_layout
26044
26045 \end_inset
26046
26047
26048 \end_layout
26049
26050 \begin_layout Standard
26051 \begin_inset Float table
26052 wide false
26053 sideways true
26054 status open
26055
26056 \begin_layout Plain Layout
26057 \begin_inset Caption Standard
26058
26059 \begin_layout Plain Layout
26060 \begin_inset CommandInset label
26061 LatexCommand label
26062 name "tab:Rotated-table"
26063
26064 \end_inset
26065
26066  Rotated table
26067 \end_layout
26068
26069 \end_inset
26070
26071
26072 \end_layout
26073
26074 \begin_layout Plain Layout
26075 \align center
26076 \begin_inset Tabular
26077 <lyxtabular version="3" rows="1" columns="5">
26078 <features rotate="0" tabularvalignment="middle">
26079 <column alignment="center" valignment="top">
26080 <column alignment="center" valignment="top">
26081 <column alignment="center" valignment="top">
26082 <column alignment="center" valignment="top">
26083 <column alignment="center" valignment="top">
26084 <row>
26085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26086 \begin_inset Text
26087
26088 \begin_layout Plain Layout
26089 test
26090 \end_layout
26091
26092 \end_inset
26093 </cell>
26094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26095 \begin_inset Text
26096
26097 \begin_layout Plain Layout
26098 b
26099 \end_layout
26100
26101 \end_inset
26102 </cell>
26103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26104 \begin_inset Text
26105
26106 \begin_layout Plain Layout
26107 c
26108 \end_layout
26109
26110 \end_inset
26111 </cell>
26112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26113 \begin_inset Text
26114
26115 \begin_layout Plain Layout
26116 d
26117 \end_layout
26118
26119 \end_inset
26120 </cell>
26121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26122 \begin_inset Text
26123
26124 \begin_layout Plain Layout
26125 e
26126 \end_layout
26127
26128 \end_inset
26129 </cell>
26130 </row>
26131 </lyxtabular>
26132
26133 \end_inset
26134
26135
26136 \end_layout
26137
26138 \end_inset
26139
26140
26141 \end_layout
26142
26143 \begin_layout Section
26144 Subfloats
26145 \begin_inset Index idx
26146 status collapsed
26147
26148 \begin_layout Plain Layout
26149 Floats ! Subfloats
26150 \end_layout
26151
26152 \end_inset
26153
26154
26155 \end_layout
26156
26157 \begin_layout Standard
26158 Subfloats are for example used when a figure consists of several images.
26159  They are created by inserting a float into an existing float.
26160  The placement of the subfloats can be controlled in the same way as for
26161  paragraphs as shown in table
26162 \begin_inset space ~
26163 \end_inset
26164
26165
26166 \begin_inset CommandInset ref
26167 LatexCommand ref
26168 reference "tab:Two-subtables-side"
26169
26170 \end_inset
26171
26172  and 
26173 \begin_inset CommandInset ref
26174 LatexCommand ref
26175 reference "tab:Two-subtables-upon"
26176
26177 \end_inset
26178
26179 .
26180 \end_layout
26181
26182 \begin_layout Standard
26183 Referencing subfloats works as for normal floats: Table
26184 \begin_inset space ~
26185 \end_inset
26186
26187
26188 \begin_inset CommandInset ref
26189 LatexCommand ref
26190 reference "tab:This-is-subtable-a"
26191
26192 \end_inset
26193
26194  and 
26195 \begin_inset CommandInset ref
26196 LatexCommand ref
26197 reference "tab:This-is-subtable-b"
26198
26199 \end_inset
26200
26201  are subtables of table
26202 \begin_inset space ~
26203 \end_inset
26204
26205
26206 \begin_inset CommandInset ref
26207 LatexCommand ref
26208 reference "tab:Two-subtables-side"
26209
26210 \end_inset
26211
26212 .
26213 \end_layout
26214
26215 \begin_layout Standard
26216 \begin_inset Float table
26217 wide false
26218 sideways false
26219 status open
26220
26221 \begin_layout Plain Layout
26222 \begin_inset Caption Standard
26223
26224 \begin_layout Plain Layout
26225 \begin_inset CommandInset label
26226 LatexCommand label
26227 name "tab:Two-subtables-side"
26228
26229 \end_inset
26230
26231 Two subtables placed side by side.
26232 \end_layout
26233
26234 \end_inset
26235
26236
26237 \end_layout
26238
26239 \begin_layout Plain Layout
26240 \align center
26241 \begin_inset space \hfill{}
26242 \end_inset
26243
26244
26245 \begin_inset Float table
26246 wide false
26247 sideways false
26248 status collapsed
26249
26250 \begin_layout Plain Layout
26251 \begin_inset Caption Standard
26252
26253 \begin_layout Plain Layout
26254 \begin_inset CommandInset label
26255 LatexCommand label
26256 name "tab:This-is-subtable-a"
26257
26258 \end_inset
26259
26260 This is subtable a.
26261 \end_layout
26262
26263 \end_inset
26264
26265
26266 \end_layout
26267
26268 \begin_layout Plain Layout
26269 \align center
26270 \begin_inset Tabular
26271 <lyxtabular version="3" rows="1" columns="5">
26272 <features rotate="0" tabularvalignment="middle">
26273 <column alignment="center" valignment="top">
26274 <column alignment="center" valignment="top">
26275 <column alignment="center" valignment="top">
26276 <column alignment="center" valignment="top">
26277 <column alignment="center" valignment="top">
26278 <row>
26279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26280 \begin_inset Text
26281
26282 \begin_layout Plain Layout
26283 test
26284 \end_layout
26285
26286 \end_inset
26287 </cell>
26288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26289 \begin_inset Text
26290
26291 \begin_layout Plain Layout
26292 b
26293 \end_layout
26294
26295 \end_inset
26296 </cell>
26297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26298 \begin_inset Text
26299
26300 \begin_layout Plain Layout
26301 c
26302 \end_layout
26303
26304 \end_inset
26305 </cell>
26306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26307 \begin_inset Text
26308
26309 \begin_layout Plain Layout
26310 d
26311 \end_layout
26312
26313 \end_inset
26314 </cell>
26315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26316 \begin_inset Text
26317
26318 \begin_layout Plain Layout
26319 e
26320 \end_layout
26321
26322 \end_inset
26323 </cell>
26324 </row>
26325 </lyxtabular>
26326
26327 \end_inset
26328
26329
26330 \end_layout
26331
26332 \end_inset
26333
26334
26335 \begin_inset space \hfill{}
26336 \end_inset
26337
26338
26339 \begin_inset Float table
26340 wide false
26341 sideways false
26342 status collapsed
26343
26344 \begin_layout Plain Layout
26345 \begin_inset Caption Standard
26346
26347 \begin_layout Plain Layout
26348 \begin_inset CommandInset label
26349 LatexCommand label
26350 name "tab:This-is-subtable-b"
26351
26352 \end_inset
26353
26354 This is subtable b.
26355 \end_layout
26356
26357 \end_inset
26358
26359
26360 \end_layout
26361
26362 \begin_layout Plain Layout
26363 \align center
26364 \begin_inset Tabular
26365 <lyxtabular version="3" rows="1" columns="5">
26366 <features rotate="0" tabularvalignment="middle">
26367 <column alignment="center" valignment="top">
26368 <column alignment="center" valignment="top">
26369 <column alignment="center" valignment="top">
26370 <column alignment="center" valignment="top">
26371 <column alignment="center" valignment="top">
26372 <row>
26373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26374 \begin_inset Text
26375
26376 \begin_layout Plain Layout
26377 e
26378 \end_layout
26379
26380 \end_inset
26381 </cell>
26382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26383 \begin_inset Text
26384
26385 \begin_layout Plain Layout
26386 d
26387 \end_layout
26388
26389 \end_inset
26390 </cell>
26391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26392 \begin_inset Text
26393
26394 \begin_layout Plain Layout
26395 c
26396 \end_layout
26397
26398 \end_inset
26399 </cell>
26400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26401 \begin_inset Text
26402
26403 \begin_layout Plain Layout
26404 b
26405 \end_layout
26406
26407 \end_inset
26408 </cell>
26409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26410 \begin_inset Text
26411
26412 \begin_layout Plain Layout
26413 test
26414 \end_layout
26415
26416 \end_inset
26417 </cell>
26418 </row>
26419 </lyxtabular>
26420
26421 \end_inset
26422
26423
26424 \end_layout
26425
26426 \end_inset
26427
26428
26429 \begin_inset space \hfill{}
26430 \end_inset
26431
26432
26433 \end_layout
26434
26435 \end_inset
26436
26437
26438 \end_layout
26439
26440 \begin_layout Standard
26441 \begin_inset Float table
26442 wide false
26443 sideways false
26444 status open
26445
26446 \begin_layout Plain Layout
26447 \begin_inset Caption Standard
26448
26449 \begin_layout Plain Layout
26450 \begin_inset CommandInset label
26451 LatexCommand label
26452 name "tab:Two-subtables-upon"
26453
26454 \end_inset
26455
26456 Two subtables placed one above the other.
26457  (a) table with 4 cells, (b) table with 5 cells.
26458 \end_layout
26459
26460 \end_inset
26461
26462
26463 \end_layout
26464
26465 \begin_layout Plain Layout
26466 \align center
26467 \begin_inset Float table
26468 wide false
26469 sideways false
26470 status collapsed
26471
26472 \begin_layout Plain Layout
26473 \begin_inset Caption Standard
26474
26475 \begin_layout Plain Layout
26476
26477 \end_layout
26478
26479 \end_inset
26480
26481
26482 \end_layout
26483
26484 \begin_layout Plain Layout
26485 \align center
26486 \begin_inset Tabular
26487 <lyxtabular version="3" rows="1" columns="4">
26488 <features rotate="0" tabularvalignment="middle">
26489 <column alignment="center" valignment="top">
26490 <column alignment="center" valignment="top">
26491 <column alignment="center" valignment="top">
26492 <column alignment="center" valignment="top">
26493 <row>
26494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26495 \begin_inset Text
26496
26497 \begin_layout Plain Layout
26498 test
26499 \end_layout
26500
26501 \end_inset
26502 </cell>
26503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26504 \begin_inset Text
26505
26506 \begin_layout Plain Layout
26507 test
26508 \end_layout
26509
26510 \end_inset
26511 </cell>
26512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26513 \begin_inset Text
26514
26515 \begin_layout Plain Layout
26516 test
26517 \end_layout
26518
26519 \end_inset
26520 </cell>
26521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26522 \begin_inset Text
26523
26524 \begin_layout Plain Layout
26525 test
26526 \end_layout
26527
26528 \end_inset
26529 </cell>
26530 </row>
26531 </lyxtabular>
26532
26533 \end_inset
26534
26535
26536 \end_layout
26537
26538 \end_inset
26539
26540
26541 \end_layout
26542
26543 \begin_layout Plain Layout
26544 \align center
26545 \begin_inset Float table
26546 wide false
26547 sideways false
26548 status collapsed
26549
26550 \begin_layout Plain Layout
26551 \begin_inset Caption Standard
26552
26553 \begin_layout Plain Layout
26554
26555 \end_layout
26556
26557 \end_inset
26558
26559
26560 \end_layout
26561
26562 \begin_layout Plain Layout
26563 \align center
26564 \begin_inset Tabular
26565 <lyxtabular version="3" rows="1" columns="5">
26566 <features rotate="0" tabularvalignment="middle">
26567 <column alignment="center" valignment="top">
26568 <column alignment="center" valignment="top">
26569 <column alignment="center" valignment="top">
26570 <column alignment="center" valignment="top">
26571 <column alignment="center" valignment="top">
26572 <row>
26573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26574 \begin_inset Text
26575
26576 \begin_layout Plain Layout
26577 a
26578 \end_layout
26579
26580 \end_inset
26581 </cell>
26582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26583 \begin_inset Text
26584
26585 \begin_layout Plain Layout
26586 b
26587 \end_layout
26588
26589 \end_inset
26590 </cell>
26591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26592 \begin_inset Text
26593
26594 \begin_layout Plain Layout
26595 c
26596 \end_layout
26597
26598 \end_inset
26599 </cell>
26600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26601 \begin_inset Text
26602
26603 \begin_layout Plain Layout
26604 d
26605 \end_layout
26606
26607 \end_inset
26608 </cell>
26609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26610 \begin_inset Text
26611
26612 \begin_layout Plain Layout
26613 e
26614 \end_layout
26615
26616 \end_inset
26617 </cell>
26618 </row>
26619 </lyxtabular>
26620
26621 \end_inset
26622
26623
26624 \end_layout
26625
26626 \end_inset
26627
26628
26629 \end_layout
26630
26631 \end_inset
26632
26633
26634 \end_layout
26635
26636 \begin_layout Section
26637 Floats Side by Side
26638 \begin_inset Index idx
26639 status collapsed
26640
26641 \begin_layout Plain Layout
26642 Floats ! Side by side
26643 \end_layout
26644
26645 \end_inset
26646
26647
26648 \end_layout
26649
26650 \begin_layout Standard
26651 To place floats side by side, as in Figures
26652 \begin_inset space ~
26653 \end_inset
26654
26655
26656 \begin_inset CommandInset ref
26657 LatexCommand ref
26658 reference "fig:Float-left"
26659
26660 \end_inset
26661
26662  and 
26663 \begin_inset CommandInset ref
26664 LatexCommand ref
26665 reference "fig:Float-right"
26666
26667 \end_inset
26668
26669 , only 
26670 \emph on
26671 one
26672 \emph default
26673  float is used.
26674  In it two minipage boxes are inserted.
26675 \begin_inset Foot
26676 status collapsed
26677
26678 \begin_layout Plain Layout
26679 Minipages are explained in section
26680 \begin_inset space ~
26681 \end_inset
26682
26683
26684 \begin_inset CommandInset ref
26685 LatexCommand ref
26686 reference "sec:Minipages"
26687
26688 \end_inset
26689
26690 .
26691 \end_layout
26692
26693 \end_inset
26694
26695  The width is set to 45
26696 \begin_inset space \thinspace{}
26697 \end_inset
26698
26699 -50
26700 \begin_inset space \thinspace{}
26701 \end_inset
26702
26703 column% and the box alignment to 
26704 \family sans
26705 Bottom
26706 \family default
26707  for each minipage.
26708  The minipage boxes contain the image and the caption in the same way as
26709  they are in a float.
26710  The only difference is that the image unit 
26711 \family sans
26712 Column
26713 \begin_inset space ~
26714 \end_inset
26715
26716 Width
26717 \begin_inset space ~
26718 \end_inset
26719
26720 %
26721 \family default
26722  is now calculated according to the width of the minipage boxes.
26723 \end_layout
26724
26725 \begin_layout Standard
26726 \begin_inset Float figure
26727 wide false
26728 sideways false
26729 status open
26730
26731 \begin_layout Plain Layout
26732 \begin_inset Box Frameless
26733 position "b"
26734 hor_pos "c"
26735 has_inner_box 1
26736 inner_pos "t"
26737 use_parbox 0
26738 use_makebox 0
26739 width "45col%"
26740 special "none"
26741 height "1in"
26742 height_special "totalheight"
26743 status open
26744
26745 \begin_layout Plain Layout
26746 \align center
26747 \begin_inset Graphics
26748         filename clipart/mobius.eps
26749         lyxscale 50
26750         width 100col%
26751         scaleBeforeRotation
26752
26753 \end_inset
26754
26755
26756 \end_layout
26757
26758 \begin_layout Plain Layout
26759 \begin_inset Caption Standard
26760
26761 \begin_layout Plain Layout
26762 \begin_inset CommandInset label
26763 LatexCommand label
26764 name "fig:Float-left"
26765
26766 \end_inset
26767
26768 Float on the left side.
26769 \end_layout
26770
26771 \end_inset
26772
26773
26774 \end_layout
26775
26776 \end_inset
26777
26778
26779 \begin_inset space \hfill{}
26780 \end_inset
26781
26782
26783 \begin_inset Box Frameless
26784 position "b"
26785 hor_pos "c"
26786 has_inner_box 1
26787 inner_pos "t"
26788 use_parbox 0
26789 use_makebox 0
26790 width "45col%"
26791 special "none"
26792 height "1in"
26793 height_special "totalheight"
26794 status open
26795
26796 \begin_layout Plain Layout
26797 \align center
26798 \begin_inset Graphics
26799         filename clipart/platypus.eps
26800         lyxscale 50
26801         width 100col%
26802         scaleBeforeRotation
26803
26804 \end_inset
26805
26806
26807 \end_layout
26808
26809 \begin_layout Plain Layout
26810 \begin_inset Caption Standard
26811
26812 \begin_layout Plain Layout
26813 \begin_inset CommandInset label
26814 LatexCommand label
26815 name "fig:Float-right"
26816
26817 \end_inset
26818
26819 Float on the right side.
26820 \end_layout
26821
26822 \end_inset
26823
26824
26825 \end_layout
26826
26827 \end_inset
26828
26829
26830 \end_layout
26831
26832 \begin_layout Plain Layout
26833
26834 \end_layout
26835
26836 \end_inset
26837
26838
26839 \end_layout
26840
26841 \begin_layout Section
26842 Caption Formatting
26843 \begin_inset Index idx
26844 status collapsed
26845
26846 \begin_layout Plain Layout
26847 Caption ! Formatting
26848 \end_layout
26849
26850 \end_inset
26851
26852
26853 \begin_inset Index idx
26854 status collapsed
26855
26856 \begin_layout Plain Layout
26857 Floats ! Caption Formatting
26858 \end_layout
26859
26860 \end_inset
26861
26862
26863 \begin_inset CommandInset label
26864 LatexCommand label
26865 name "sec:Caption-Formatting"
26866
26867 \end_inset
26868
26869
26870 \end_layout
26871
26872 \begin_layout Standard
26873 The 
26874 \family sans
26875 Caption
26876 \family default
26877  environment is the default paragraph environment for 
26878 \family sans
26879 Floats
26880 \family default
26881 .
26882  On the LyX screen captions appear as a label, e.
26883 \begin_inset space \thinspace{}
26884 \end_inset
26885
26886 g.
26887 \begin_inset space \space{}
26888 \end_inset
26889
26890
26891 \begin_inset Quotes eld
26892 \end_inset
26893
26894
26895 \family sans
26896 Figure #:
26897 \family default
26898
26899 \begin_inset Quotes erd
26900 \end_inset
26901
26902  followed by the caption text.
26903  
26904 \begin_inset Quotes eld
26905 \end_inset
26906
26907 #
26908 \begin_inset Quotes erd
26909 \end_inset
26910
26911  is the actual reference number.
26912  By default the label and the number are in the same font as the caption
26913  text and a colon follows the number to divide the label from the text.
26914  This caption format is not suitable for all document formats.
26915  
26916 \end_layout
26917
26918 \begin_layout Standard
26919 To change the default caption format, load the LaTeX-package 
26920 \series bold
26921 caption
26922 \series default
26923
26924 \begin_inset Index idx
26925 status collapsed
26926
26927 \begin_layout Plain Layout
26928 LaTeX-packages ! caption
26929 \end_layout
26930
26931 \end_inset
26932
26933  in the document preamble with this line:
26934 \end_layout
26935
26936 \begin_layout Standard
26937
26938 \series bold
26939
26940 \backslash
26941 usepackage[format definition]{caption}
26942 \end_layout
26943
26944 \begin_layout Standard
26945 To have for example the label and the number in sans-serif bold font and
26946  the table captions always above the table as in this document, use the
26947  following command:
26948 \end_layout
26949
26950 \begin_layout Standard
26951
26952 \series bold
26953
26954 \backslash
26955 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
26956 \end_layout
26957
26958 \begin_layout Standard
26959 You can also define different caption formats for the different float types.
26960  In this case load the 
26961 \series bold
26962 caption
26963 \series default
26964  package without format specific options and define the different formats
26965  with the help of the command
26966 \end_layout
26967
26968 \begin_layout Standard
26969
26970 \series bold
26971
26972 \backslash
26973 captionsetup[float type]{format definition}
26974 \end_layout
26975
26976 \begin_layout Standard
26977 in the document preamble.
26978  For example the caption formats of Figure
26979 \begin_inset space ~
26980 \end_inset
26981
26982
26983 \begin_inset CommandInset ref
26984 LatexCommand ref
26985 reference "fig:This-is-an-fig"
26986
26987 \end_inset
26988
26989  and Table
26990 \begin_inset space ~
26991 \end_inset
26992
26993
26994 \begin_inset CommandInset ref
26995 LatexCommand ref
26996 reference "tab:This-is-an-tab"
26997
26998 \end_inset
26999
27000  can be created using these commands in the document preamble:
27001 \end_layout
27002
27003 \begin_layout Standard
27004
27005 \series bold
27006
27007 \backslash
27008 usepackage[tableposition=top]{caption}
27009 \series default
27010
27011 \begin_inset Newline newline
27012 \end_inset
27013
27014
27015 \series bold
27016
27017 \backslash
27018 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27019 \begin_inset Newline newline
27020 \end_inset
27021
27022
27023 \begin_inset Phantom HPhantom
27024 status open
27025
27026 \begin_layout Plain Layout
27027
27028 \series bold
27029
27030 \backslash
27031 captionsetup[figure]{
27032 \end_layout
27033
27034 \end_inset
27035
27036 labelsep=period}
27037 \begin_inset Newline newline
27038 \end_inset
27039
27040
27041 \backslash
27042 captionsetup[table]{labelfont={bf,sf}}
27043 \end_layout
27044
27045 \begin_layout Standard
27046 \begin_inset Note Greyedout
27047 status open
27048
27049 \begin_layout Plain Layout
27050
27051 \series bold
27052 Note:
27053 \series default
27054  The option 
27055 \series bold
27056 tableposition=top
27057 \series default
27058  has no effect when a 
27059 \series bold
27060 KOMA-Script
27061 \series default
27062
27063 \begin_inset Index idx
27064 status collapsed
27065
27066 \begin_layout Plain Layout
27067 LaTeX-packages ! KOMA-Script
27068 \end_layout
27069
27070 \end_inset
27071
27072  document class is used.
27073  In this case the document class option 
27074 \series bold
27075 captions=tableheading
27076 \series default
27077  must be used.
27078 \end_layout
27079
27080 \end_inset
27081
27082
27083 \end_layout
27084
27085 \begin_layout Standard
27086 For more information about the package 
27087 \series bold
27088 caption
27089 \series default
27090  we refer to its documentation 
27091 \begin_inset CommandInset citation
27092 LatexCommand cite
27093 key "caption"
27094
27095 \end_inset
27096
27097 .
27098 \end_layout
27099
27100 \begin_layout Standard
27101 To change the label name from e.
27102 \begin_inset space \thinspace{}
27103 \end_inset
27104
27105 g.
27106 \begin_inset space \space{}
27107 \end_inset
27108
27109
27110 \begin_inset Quotes eld
27111 \end_inset
27112
27113 Figure
27114 \begin_inset Quotes erd
27115 \end_inset
27116
27117  to 
27118 \begin_inset Quotes eld
27119 \end_inset
27120
27121 Image
27122 \begin_inset Quotes erd
27123 \end_inset
27124
27125  use this preamble command:
27126 \end_layout
27127
27128 \begin_layout Standard
27129
27130 \series bold
27131
27132 \backslash
27133 renewcommand{
27134 \backslash
27135 fnum@figure}{Image~
27136 \backslash
27137 thefigure}
27138 \end_layout
27139
27140 \begin_layout Standard
27141 where 
27142 \series bold
27143
27144 \backslash
27145 thefigure
27146 \series default
27147  inserts the figure number and
27148 \series bold
27149  
27150 \begin_inset Quotes eld
27151 \end_inset
27152
27153 ~
27154 \series default
27155
27156 \begin_inset Quotes erd
27157 \end_inset
27158
27159  creates a protected space.
27160 \end_layout
27161
27162 \begin_layout Standard
27163 \begin_inset VSpace bigskip
27164 \end_inset
27165
27166 If you are using a 
27167 \series bold
27168 KOMA-Script
27169 \series default
27170
27171 \begin_inset Index idx
27172 status collapsed
27173
27174 \begin_layout Plain Layout
27175 LaTeX-packages ! KOMA-Script
27176 \end_layout
27177
27178 \end_inset
27179
27180  document class (
27181 \family sans
27182 article (KOMA-Script)
27183 \family default
27184
27185 \family sans
27186 book (KOMA-Script)
27187 \family default
27188
27189 \family sans
27190 letter (KOMA-Script)
27191 \family default
27192 , or 
27193 \family sans
27194 report (KOMA-Script)
27195 \family default
27196
27197 \begin_inset space \thinspace{}
27198 \end_inset
27199
27200 ), you can alternatively to the 
27201 \series bold
27202 caption
27203 \series default
27204  package use 
27205 \series bold
27206 KOMA-Script
27207 \series default
27208 's built-in command 
27209 \series bold
27210
27211 \backslash
27212 setkomafont
27213 \series default
27214 .
27215  For example, to have the caption label in bold, add this command to your
27216  document preamble:
27217 \end_layout
27218
27219 \begin_layout Standard
27220
27221 \series bold
27222
27223 \backslash
27224 setkomafont{captionlabel}{
27225 \backslash
27226 bfseries}
27227 \end_layout
27228
27229 \begin_layout Standard
27230 For more information about 
27231 \series bold
27232
27233 \backslash
27234 setkomafont
27235 \series default
27236  we refer to the 
27237 \series bold
27238 KOMA-Script
27239 \series default
27240  documentation 
27241 \begin_inset CommandInset citation
27242 LatexCommand cite
27243 key "KOMA-Script"
27244
27245 \end_inset
27246
27247 .
27248 \end_layout
27249
27250 \begin_layout Standard
27251 \begin_inset ERT
27252 status collapsed
27253
27254 \begin_layout Plain Layout
27255
27256
27257 \backslash
27258 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27259 }
27260 \end_layout
27261
27262 \end_inset
27263
27264
27265 \begin_inset Note Note
27266 status open
27267
27268 \begin_layout Plain Layout
27269 The caption format is changed only for this example.
27270 \end_layout
27271
27272 \end_inset
27273
27274
27275 \end_layout
27276
27277 \begin_layout Standard
27278 \begin_inset Float figure
27279 placement !p
27280 wide false
27281 sideways false
27282 status open
27283
27284 \begin_layout Plain Layout
27285 \align center
27286 \begin_inset Graphics
27287         filename clipart/mobius.eps
27288         lyxscale 50
27289         scale 50
27290         scaleBeforeRotation
27291
27292 \end_inset
27293
27294
27295 \end_layout
27296
27297 \begin_layout Plain Layout
27298 \begin_inset Caption Standard
27299
27300 \begin_layout Plain Layout
27301 \begin_inset CommandInset label
27302 LatexCommand label
27303 name "fig:This-is-an-fig"
27304
27305 \end_inset
27306
27307 This is an example figure caption that is longer than one line to show the
27308  different caption format.
27309  Here a self-defined caption format is used.
27310 \end_layout
27311
27312 \end_inset
27313
27314
27315 \end_layout
27316
27317 \end_inset
27318
27319
27320 \end_layout
27321
27322 \begin_layout Standard
27323 \begin_inset ERT
27324 status collapsed
27325
27326 \begin_layout Plain Layout
27327
27328
27329 \backslash
27330 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27331 on}
27332 \end_layout
27333
27334 \end_inset
27335
27336
27337 \end_layout
27338
27339 \begin_layout Standard
27340 \begin_inset Float table
27341 placement !p
27342 wide false
27343 sideways false
27344 status open
27345
27346 \begin_layout Plain Layout
27347 \begin_inset Caption Standard
27348
27349 \begin_layout Plain Layout
27350 \begin_inset CommandInset label
27351 LatexCommand label
27352 name "tab:This-is-an-tab"
27353
27354 \end_inset
27355
27356 This is an example table caption that is longer than one line to show the
27357  different caption format.
27358  Here the standard caption format for tables in this document is used.
27359 \end_layout
27360
27361 \end_inset
27362
27363
27364 \end_layout
27365
27366 \begin_layout Plain Layout
27367 \align center
27368 \begin_inset Tabular
27369 <lyxtabular version="3" rows="1" columns="5">
27370 <features rotate="0" tabularvalignment="middle">
27371 <column alignment="center" valignment="top">
27372 <column alignment="center" valignment="top">
27373 <column alignment="center" valignment="top">
27374 <column alignment="center" valignment="top">
27375 <column alignment="center" valignment="top">
27376 <row>
27377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27378 \begin_inset Text
27379
27380 \begin_layout Plain Layout
27381 a
27382 \end_layout
27383
27384 \end_inset
27385 </cell>
27386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27387 \begin_inset Text
27388
27389 \begin_layout Plain Layout
27390 b
27391 \end_layout
27392
27393 \end_inset
27394 </cell>
27395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27396 \begin_inset Text
27397
27398 \begin_layout Plain Layout
27399 c
27400 \end_layout
27401
27402 \end_inset
27403 </cell>
27404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27405 \begin_inset Text
27406
27407 \begin_layout Plain Layout
27408 d
27409 \end_layout
27410
27411 \end_inset
27412 </cell>
27413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27414 \begin_inset Text
27415
27416 \begin_layout Plain Layout
27417 e
27418 \end_layout
27419
27420 \end_inset
27421 </cell>
27422 </row>
27423 </lyxtabular>
27424
27425 \end_inset
27426
27427
27428 \end_layout
27429
27430 \end_inset
27431
27432
27433 \end_layout
27434
27435 \begin_layout Section
27436 Caption Placement
27437 \begin_inset Index idx
27438 status collapsed
27439
27440 \begin_layout Plain Layout
27441 Caption ! Placement
27442 \end_layout
27443
27444 \end_inset
27445
27446
27447 \begin_inset Index idx
27448 status collapsed
27449
27450 \begin_layout Plain Layout
27451 Floats ! Caption Placement
27452 \end_layout
27453
27454 \end_inset
27455
27456
27457 \begin_inset CommandInset label
27458 LatexCommand label
27459 name "sec:Caption-Placement"
27460
27461 \end_inset
27462
27463
27464 \end_layout
27465
27466 \begin_layout Standard
27467 The common caption placement rule is:
27468 \end_layout
27469
27470 \begin_layout Description
27471 Figure: Caption is set below the figure
27472 \end_layout
27473
27474 \begin_layout Description
27475 Table: Caption is set above the table
27476 \end_layout
27477
27478 \begin_layout Standard
27479 Having the caption above the table is unfortunately not supported in LaTeX's
27480  standard classes.
27481  That means if you are using the document classes 
27482 \family sans
27483 article
27484 \family default
27485
27486 \family sans
27487 book
27488 \family default
27489
27490 \family sans
27491 letter
27492 \family default
27493 , or 
27494 \family sans
27495 report
27496 \family default
27497  there will be no space between the caption and the table.
27498  To insert the necessary space, add the following option to the load command
27499  of the LaTeX-package 
27500 \series bold
27501 caption
27502 \series default
27503  in your document preamble
27504 \begin_inset Foot
27505 status collapsed
27506
27507 \begin_layout Plain Layout
27508 See section
27509 \begin_inset space ~
27510 \end_inset
27511
27512
27513 \begin_inset CommandInset ref
27514 LatexCommand ref
27515 reference "sec:Caption-Formatting"
27516
27517 \end_inset
27518
27519  for more information of the package 
27520 \series bold
27521 caption
27522 \series default
27523 .
27524 \end_layout
27525
27526 \end_inset
27527
27528 :
27529 \end_layout
27530
27531 \begin_layout Standard
27532
27533 \series bold
27534 tableposition=top
27535 \end_layout
27536
27537 \begin_layout Standard
27538 If you are using a 
27539 \series bold
27540 KOMA-Script
27541 \series default
27542
27543 \begin_inset Index idx
27544 status collapsed
27545
27546 \begin_layout Plain Layout
27547 LaTeX-packages ! KOMA-Script
27548 \end_layout
27549
27550 \end_inset
27551
27552  document class (
27553 \family sans
27554 article (KOMA-Script)
27555 \family default
27556
27557 \family sans
27558 book (KOMA-Script)
27559 \family default
27560
27561 \family sans
27562 letter (KOMA-Script)
27563 \family default
27564 , or 
27565 \family sans
27566 report (KOMA-Script)
27567 \family default
27568
27569 \begin_inset space \thinspace{}
27570 \end_inset
27571
27572 ), you can alternatively to the 
27573 \series bold
27574 caption
27575 \series default
27576  package set the document class option 
27577 \series bold
27578 captions=tableheading
27579 \series default
27580 .
27581 \end_layout
27582
27583 \begin_layout Standard
27584 \begin_inset VSpace bigskip
27585 \end_inset
27586
27587 It is also possible to set the caption beside a figure or table.
27588  To get this the LaTeX-package 
27589 \series bold
27590 sidecap
27591 \series default
27592
27593 \begin_inset Index idx
27594 status collapsed
27595
27596 \begin_layout Plain Layout
27597 LaTeX-packages ! sidecap
27598 \end_layout
27599
27600 \end_inset
27601
27602  has to be loaded in the document preamble with the line
27603 \end_layout
27604
27605 \begin_layout Standard
27606
27607 \series bold
27608
27609 \backslash
27610 usepackage[option]{sidecap}
27611 \end_layout
27612
27613 \begin_layout Standard
27614 If you set no option, the caption is placed on the side of the outer page
27615  margin – to the right on odd pages, to the left on even pages.
27616  You can change the placement to inner margin with the option 
27617 \series bold
27618 innercaption
27619 \series default
27620 .
27621  To force the placement always to the right or left, use the option 
27622 \series bold
27623 rightcaption
27624 \series default
27625  or 
27626 \series bold
27627 leftcaption
27628 \series default
27629 , respectively.
27630 \end_layout
27631
27632 \begin_layout Standard
27633 \begin_inset ERT
27634 status collapsed
27635
27636 \begin_layout Plain Layout
27637
27638
27639 \backslash
27640 ifsidecap
27641 \end_layout
27642
27643 \end_inset
27644
27645
27646 \begin_inset Note Note
27647 status open
27648
27649 \begin_layout Plain Layout
27650 The following section will only be displayed when the LaTeX-package 
27651 \series bold
27652 sidecap
27653 \series default
27654  is installed.
27655 \end_layout
27656
27657 \end_inset
27658
27659
27660 \end_layout
27661
27662 \begin_layout Standard
27663 To place in LyX the caption of a float on the side, it is necessary to add
27664  these commands to the document preamble:
27665 \end_layout
27666
27667 \begin_layout Standard
27668 \begin_inset Newpage pagebreak
27669 \end_inset
27670
27671
27672 \end_layout
27673
27674 \begin_layout Standard
27675 \noindent
27676 \begin_inset CommandInset line
27677 LatexCommand rule
27678 offset "0.5ex"
27679 width "100line%"
27680 height "1pt"
27681
27682 \end_inset
27683
27684
27685 \end_layout
27686
27687 \begin_layout Standard
27688
27689 \series bold
27690
27691 \backslash
27692 newcommand{
27693 \backslash
27694 TabBesBeg}[1][1.0]{%
27695 \begin_inset Newline newline
27696 \end_inset
27697
27698
27699 \begin_inset Phantom HPhantom
27700 status open
27701
27702 \begin_layout Plain Layout
27703 \begin_inset space ~
27704 \end_inset
27705
27706
27707 \end_layout
27708
27709 \end_inset
27710
27711
27712 \backslash
27713 let
27714 \backslash
27715 MyTable
27716 \backslash
27717 table
27718 \begin_inset Newline newline
27719 \end_inset
27720
27721
27722 \begin_inset Phantom HPhantom
27723 status open
27724
27725 \begin_layout Plain Layout
27726
27727 \series medium
27728 \begin_inset space ~
27729 \end_inset
27730
27731
27732 \end_layout
27733
27734 \end_inset
27735
27736
27737 \backslash
27738 let
27739 \backslash
27740 MyEndtable
27741 \backslash
27742 endtable
27743 \begin_inset Newline newline
27744 \end_inset
27745
27746
27747 \begin_inset Phantom HPhantom
27748 status open
27749
27750 \begin_layout Plain Layout
27751
27752 \series medium
27753 \begin_inset space ~
27754 \end_inset
27755
27756
27757 \end_layout
27758
27759 \end_inset
27760
27761
27762 \backslash
27763 renewenvironment{table}[1]{
27764 \backslash
27765 begin{SCtable}[#1]##1}{
27766 \backslash
27767 end{SCtable}}}
27768 \end_layout
27769
27770 \begin_layout Standard
27771
27772 \series bold
27773
27774 \backslash
27775 newcommand{
27776 \backslash
27777 TabBesEnd}{%
27778 \begin_inset Newline newline
27779 \end_inset
27780
27781
27782 \begin_inset Phantom HPhantom
27783 status open
27784
27785 \begin_layout Plain Layout
27786 \begin_inset space ~
27787 \end_inset
27788
27789
27790 \end_layout
27791
27792 \end_inset
27793
27794
27795 \backslash
27796 let
27797 \backslash
27798 table
27799 \backslash
27800 MyTable
27801 \begin_inset Newline newline
27802 \end_inset
27803
27804
27805 \begin_inset Phantom HPhantom
27806 status open
27807
27808 \begin_layout Plain Layout
27809 \begin_inset space ~
27810 \end_inset
27811
27812
27813 \end_layout
27814
27815 \end_inset
27816
27817
27818 \backslash
27819 let
27820 \backslash
27821 endtable
27822 \backslash
27823 MyEndtable
27824 \end_layout
27825
27826 \begin_layout Standard
27827
27828 \series bold
27829
27830 \backslash
27831 newcommand{
27832 \backslash
27833 FigBesBeg}[1][1.0]{%
27834 \begin_inset Newline newline
27835 \end_inset
27836
27837
27838 \begin_inset Phantom HPhantom
27839 status open
27840
27841 \begin_layout Plain Layout
27842 \begin_inset space ~
27843 \end_inset
27844
27845
27846 \end_layout
27847
27848 \end_inset
27849
27850
27851 \backslash
27852 let
27853 \backslash
27854 MyFigure
27855 \backslash
27856 figure
27857 \begin_inset Newline newline
27858 \end_inset
27859
27860
27861 \begin_inset Phantom HPhantom
27862 status open
27863
27864 \begin_layout Plain Layout
27865 \begin_inset space ~
27866 \end_inset
27867
27868
27869 \end_layout
27870
27871 \end_inset
27872
27873
27874 \backslash
27875 let
27876 \backslash
27877 MyEndfigure
27878 \backslash
27879 endfigure
27880 \begin_inset Newline newline
27881 \end_inset
27882
27883
27884 \begin_inset Phantom HPhantom
27885 status open
27886
27887 \begin_layout Plain Layout
27888 \begin_inset space ~
27889 \end_inset
27890
27891
27892 \end_layout
27893
27894 \end_inset
27895
27896
27897 \backslash
27898 renewenvironment{figure}[1]{
27899 \backslash
27900 begin{SCfigure}[#1]##1}{
27901 \backslash
27902 end{SCfigure}}}
27903 \end_layout
27904
27905 \begin_layout Standard
27906
27907 \series bold
27908
27909 \backslash
27910 newcommand{
27911 \backslash
27912 FigBesEnd}{%
27913 \begin_inset Newline newline
27914 \end_inset
27915
27916
27917 \begin_inset Phantom HPhantom
27918 status open
27919
27920 \begin_layout Plain Layout
27921 \begin_inset space ~
27922 \end_inset
27923
27924
27925 \end_layout
27926
27927 \end_inset
27928
27929
27930 \backslash
27931 let
27932 \backslash
27933 figure
27934 \backslash
27935 MyFigure
27936 \begin_inset Newline newline
27937 \end_inset
27938
27939
27940 \begin_inset Phantom HPhantom
27941 status open
27942
27943 \begin_layout Plain Layout
27944 \begin_inset space ~
27945 \end_inset
27946
27947
27948 \end_layout
27949
27950 \end_inset
27951
27952
27953 \backslash
27954 let
27955 \backslash
27956 endfigure
27957 \backslash
27958 MyEndfigure}
27959 \end_layout
27960
27961 \begin_layout Standard
27962 \noindent
27963 \begin_inset CommandInset line
27964 LatexCommand rule
27965 offset "0.5ex"
27966 width "100line%"
27967 height "1pt"
27968
27969 \end_inset
27970
27971
27972 \end_layout
27973
27974 \begin_layout Standard
27975 The commands allow you to redefine the floats so that the caption is set
27976  on the side.
27977  For figure floats use the command
27978 \end_layout
27979
27980 \begin_layout Standard
27981
27982 \series bold
27983
27984 \backslash
27985 FigBesBeg
27986 \end_layout
27987
27988 \begin_layout Standard
27989 in TeX-Code before the float.
27990  And insert the command
27991 \end_layout
27992
27993 \begin_layout Standard
27994
27995 \series bold
27996
27997 \backslash
27998 FigBesEnd
27999 \end_layout
28000
28001 \begin_layout Standard
28002 in TeX-Code at the point where you want to get back to the original float
28003  definition.
28004 \end_layout
28005
28006 \begin_layout Standard
28007 For table floats use the corresponding commands
28008 \end_layout
28009
28010 \begin_layout Standard
28011
28012 \series bold
28013
28014 \backslash
28015 TabBesBeg
28016 \series default
28017  and 
28018 \series bold
28019
28020 \backslash
28021 TabBesEnd
28022 \end_layout
28023
28024 \begin_layout Standard
28025 Figure
28026 \begin_inset space ~
28027 \end_inset
28028
28029
28030 \begin_inset CommandInset ref
28031 LatexCommand ref
28032 reference "fig:cap-beside-fig"
28033
28034 \end_inset
28035
28036  and Table
28037 \begin_inset space ~
28038 \end_inset
28039
28040
28041 \begin_inset CommandInset ref
28042 LatexCommand ref
28043 reference "tab:cap-beside-tab"
28044
28045 \end_inset
28046
28047  are examples where the caption is set beside.
28048 \end_layout
28049
28050 \begin_layout Standard
28051 You can see in the examples that the caption text appears at the top of
28052  the floats for table floats and at the bottom for figure floats.
28053  To change this, you can use the command
28054 \end_layout
28055
28056 \begin_layout Standard
28057
28058 \series bold
28059
28060 \backslash
28061 sidecaptionvpos{float type}{placement}
28062 \end_layout
28063
28064 \begin_layout Standard
28065 in the document preamble or in TeX-Code before the float.
28066  The float type is either 
28067 \family sans
28068 figure
28069 \family default
28070  or 
28071 \family sans
28072 table
28073 \family default
28074 , the placement can be 
28075 \begin_inset Quotes eld
28076 \end_inset
28077
28078
28079 \family sans
28080 t
28081 \family default
28082
28083 \begin_inset Quotes erd
28084 \end_inset
28085
28086  for top, 
28087 \begin_inset Quotes eld
28088 \end_inset
28089
28090
28091 \family sans
28092 c
28093 \family default
28094
28095 \begin_inset Quotes erd
28096 \end_inset
28097
28098  for center, or 
28099 \begin_inset Quotes eld
28100 \end_inset
28101
28102
28103 \family sans
28104 b
28105 \family default
28106
28107 \begin_inset Quotes erd
28108 \end_inset
28109
28110  for bottom.
28111  To have for example the caption of figure floats vertically centered, use
28112  the command
28113 \end_layout
28114
28115 \begin_layout Standard
28116
28117 \series bold
28118
28119 \backslash
28120 sidecaptionvpos{figure}{c}
28121 \end_layout
28122
28123 \begin_layout Standard
28124 This was used for Figure
28125 \begin_inset space ~
28126 \end_inset
28127
28128
28129 \begin_inset CommandInset ref
28130 LatexCommand ref
28131 reference "fig:cap-beside-fig-2"
28132
28133 \end_inset
28134
28135 .
28136 \end_layout
28137
28138 \begin_layout Standard
28139 \begin_inset VSpace medskip
28140 \end_inset
28141
28142
28143 \end_layout
28144
28145 \begin_layout Standard
28146 The default caption width is the width of the image/table.
28147  For thin image/tables, like in Table
28148 \begin_inset space ~
28149 \end_inset
28150
28151
28152 \begin_inset CommandInset ref
28153 LatexCommand ref
28154 reference "tab:cap-beside-tab"
28155
28156 \end_inset
28157
28158 , this leads to captions that are too thin.
28159  You can increase the width by specifying a factor that will be multiplied
28160  with the image/table width to get the caption width.
28161  The caption width will automatically be recalculated in case it would protrude
28162  over the page or column margin due to the specified width.
28163  The 
28164 \emph on
28165 factor
28166 \emph default
28167  can either be given as optional argument for 
28168 \series bold
28169
28170 \backslash
28171 FigBesBeg
28172 \series default
28173 :
28174 \end_layout
28175
28176 \begin_layout Standard
28177
28178 \series bold
28179
28180 \backslash
28181 FigBesBeg[factor]
28182 \end_layout
28183
28184 \begin_layout Standard
28185 or in the definition of 
28186 \series bold
28187
28188 \backslash
28189 FigBesBeg
28190 \series default
28191  by replacing the 
28192 \series bold
28193 1.0
28194 \series default
28195  with another value.
28196  If you do the latter, your factor will be the default if 
28197 \series bold
28198
28199 \backslash
28200 FigBesBeg
28201 \series default
28202  is used without an argument.
28203  For Table
28204 \begin_inset space ~
28205 \end_inset
28206
28207
28208 \begin_inset CommandInset ref
28209 LatexCommand ref
28210 reference "tab:cap-beside-tab-wider"
28211
28212 \end_inset
28213
28214  the factor 5 was used.
28215 \end_layout
28216
28217 \begin_layout Standard
28218 \begin_inset Note Greyedout
28219 status open
28220
28221 \begin_layout Plain Layout
28222
28223 \series bold
28224 Note:
28225 \series default
28226  For floats with captions set beside, you cannot use the float placement
28227  option 
28228 \family sans
28229 Here
28230 \begin_inset space ~
28231 \end_inset
28232
28233 definitely
28234 \family default
28235  because it is not supported by 
28236 \series bold
28237 sidecap
28238 \series default
28239 .
28240 \end_layout
28241
28242 \end_inset
28243
28244
28245 \end_layout
28246
28247 \begin_layout Standard
28248 \begin_inset VSpace medskip
28249 \end_inset
28250
28251 For more information about the package 
28252 \series bold
28253 sidecap
28254 \series default
28255  we refer to its documentation 
28256 \begin_inset CommandInset citation
28257 LatexCommand cite
28258 key "sidecap"
28259
28260 \end_inset
28261
28262 .
28263 \end_layout
28264
28265 \begin_layout Standard
28266 \begin_inset Note Greyedout
28267 status open
28268
28269 \begin_layout Plain Layout
28270
28271 \series bold
28272 Note:
28273 \series default
28274  The LaTeX-package 
28275 \series bold
28276 hypcap
28277 \series default
28278
28279 \begin_inset Index idx
28280 status collapsed
28281
28282 \begin_layout Plain Layout
28283 LaTeX-packages ! hypcap
28284 \end_layout
28285
28286 \end_inset
28287
28288 , described in section
28289 \begin_inset space ~
28290 \end_inset
28291
28292
28293 \begin_inset CommandInset ref
28294 LatexCommand ref
28295 reference "sub:Reference-Position"
28296
28297 \end_inset
28298
28299 , has no effect on floats with the caption set beside.
28300 \end_layout
28301
28302 \end_inset
28303
28304
28305 \end_layout
28306
28307 \begin_layout Standard
28308 \begin_inset ERT
28309 status collapsed
28310
28311 \begin_layout Plain Layout
28312
28313
28314 \backslash
28315 FigBesBeg
28316 \end_layout
28317
28318 \end_inset
28319
28320
28321 \end_layout
28322
28323 \begin_layout Standard
28324 \begin_inset Float figure
28325 wide false
28326 sideways false
28327 status open
28328
28329 \begin_layout Plain Layout
28330 \begin_inset Graphics
28331         filename clipart/escher-lsd.eps
28332         scale 75
28333         scaleBeforeRotation
28334
28335 \end_inset
28336
28337
28338 \end_layout
28339
28340 \begin_layout Plain Layout
28341 \begin_inset Caption Standard
28342
28343 \begin_layout Plain Layout
28344 \begin_inset CommandInset label
28345 LatexCommand label
28346 name "fig:cap-beside-fig"
28347
28348 \end_inset
28349
28350 This is a caption beside a figure.
28351 \end_layout
28352
28353 \end_inset
28354
28355
28356 \end_layout
28357
28358 \end_inset
28359
28360
28361 \end_layout
28362
28363 \begin_layout Standard
28364 \begin_inset ERT
28365 status collapsed
28366
28367 \begin_layout Plain Layout
28368
28369
28370 \backslash
28371 FigBesEnd
28372 \end_layout
28373
28374 \end_inset
28375
28376
28377 \end_layout
28378
28379 \begin_layout Standard
28380 \begin_inset ERT
28381 status collapsed
28382
28383 \begin_layout Plain Layout
28384
28385
28386 \backslash
28387 TabBesBeg
28388 \end_layout
28389
28390 \end_inset
28391
28392
28393 \end_layout
28394
28395 \begin_layout Standard
28396 \begin_inset Float table
28397 wide false
28398 sideways false
28399 status open
28400
28401 \begin_layout Plain Layout
28402 \begin_inset Caption Standard
28403
28404 \begin_layout Plain Layout
28405 \begin_inset CommandInset label
28406 LatexCommand label
28407 name "tab:cap-beside-tab"
28408
28409 \end_inset
28410
28411 This is a caption beside a table.
28412 \end_layout
28413
28414 \end_inset
28415
28416
28417 \end_layout
28418
28419 \begin_layout Plain Layout
28420 \begin_inset Tabular
28421 <lyxtabular version="3" rows="4" columns="5">
28422 <features rotate="0" tabularvalignment="middle">
28423 <column alignment="center" valignment="top">
28424 <column alignment="center" valignment="top">
28425 <column alignment="center" valignment="top">
28426 <column alignment="center" valignment="top">
28427 <column alignment="center" valignment="top">
28428 <row>
28429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28430 \begin_inset Text
28431
28432 \begin_layout Plain Layout
28433 a
28434 \end_layout
28435
28436 \end_inset
28437 </cell>
28438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28439 \begin_inset Text
28440
28441 \begin_layout Plain Layout
28442
28443 \end_layout
28444
28445 \end_inset
28446 </cell>
28447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28448 \begin_inset Text
28449
28450 \begin_layout Plain Layout
28451 b
28452 \end_layout
28453
28454 \end_inset
28455 </cell>
28456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28457 \begin_inset Text
28458
28459 \begin_layout Plain Layout
28460
28461 \end_layout
28462
28463 \end_inset
28464 </cell>
28465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28466 \begin_inset Text
28467
28468 \begin_layout Plain Layout
28469 c
28470 \end_layout
28471
28472 \end_inset
28473 </cell>
28474 </row>
28475 <row>
28476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28477 \begin_inset Text
28478
28479 \begin_layout Plain Layout
28480
28481 \end_layout
28482
28483 \end_inset
28484 </cell>
28485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28486 \begin_inset Text
28487
28488 \begin_layout Plain Layout
28489 d
28490 \end_layout
28491
28492 \end_inset
28493 </cell>
28494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28495 \begin_inset Text
28496
28497 \begin_layout Plain Layout
28498
28499 \end_layout
28500
28501 \end_inset
28502 </cell>
28503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28504 \begin_inset Text
28505
28506 \begin_layout Plain Layout
28507 e
28508 \end_layout
28509
28510 \end_inset
28511 </cell>
28512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28513 \begin_inset Text
28514
28515 \begin_layout Plain Layout
28516
28517 \end_layout
28518
28519 \end_inset
28520 </cell>
28521 </row>
28522 <row>
28523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28524 \begin_inset Text
28525
28526 \begin_layout Plain Layout
28527 f
28528 \end_layout
28529
28530 \end_inset
28531 </cell>
28532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28533 \begin_inset Text
28534
28535 \begin_layout Plain Layout
28536
28537 \end_layout
28538
28539 \end_inset
28540 </cell>
28541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28542 \begin_inset Text
28543
28544 \begin_layout Plain Layout
28545 g
28546 \end_layout
28547
28548 \end_inset
28549 </cell>
28550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28551 \begin_inset Text
28552
28553 \begin_layout Plain Layout
28554
28555 \end_layout
28556
28557 \end_inset
28558 </cell>
28559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28560 \begin_inset Text
28561
28562 \begin_layout Plain Layout
28563 h
28564 \end_layout
28565
28566 \end_inset
28567 </cell>
28568 </row>
28569 <row>
28570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28571 \begin_inset Text
28572
28573 \begin_layout Plain Layout
28574
28575 \end_layout
28576
28577 \end_inset
28578 </cell>
28579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28580 \begin_inset Text
28581
28582 \begin_layout Plain Layout
28583 i
28584 \end_layout
28585
28586 \end_inset
28587 </cell>
28588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28589 \begin_inset Text
28590
28591 \begin_layout Plain Layout
28592
28593 \end_layout
28594
28595 \end_inset
28596 </cell>
28597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28598 \begin_inset Text
28599
28600 \begin_layout Plain Layout
28601 j
28602 \end_layout
28603
28604 \end_inset
28605 </cell>
28606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28607 \begin_inset Text
28608
28609 \begin_layout Plain Layout
28610
28611 \end_layout
28612
28613 \end_inset
28614 </cell>
28615 </row>
28616 </lyxtabular>
28617
28618 \end_inset
28619
28620
28621 \end_layout
28622
28623 \end_inset
28624
28625
28626 \end_layout
28627
28628 \begin_layout Standard
28629 \begin_inset ERT
28630 status collapsed
28631
28632 \begin_layout Plain Layout
28633
28634
28635 \backslash
28636 TabBesEnd
28637 \end_layout
28638
28639 \end_inset
28640
28641
28642 \end_layout
28643
28644 \begin_layout Standard
28645 \begin_inset ERT
28646 status collapsed
28647
28648 \begin_layout Plain Layout
28649
28650
28651 \backslash
28652 sidecaptionvpos{figure}{c}
28653 \end_layout
28654
28655 \end_inset
28656
28657
28658 \begin_inset Float figure
28659 wide false
28660 sideways false
28661 status open
28662
28663 \begin_layout Plain Layout
28664 \begin_inset Graphics
28665         filename clipart/escher-lsd.eps
28666         scale 75
28667         scaleBeforeRotation
28668
28669 \end_inset
28670
28671
28672 \end_layout
28673
28674 \begin_layout Plain Layout
28675 \begin_inset Caption Standard
28676
28677 \begin_layout Plain Layout
28678 \begin_inset CommandInset label
28679 LatexCommand label
28680 name "fig:cap-beside-fig-2"
28681
28682 \end_inset
28683
28684 This is a vertically centered caption beside a figure.
28685 \end_layout
28686
28687 \end_inset
28688
28689
28690 \end_layout
28691
28692 \end_inset
28693
28694
28695 \end_layout
28696
28697 \begin_layout Standard
28698 \begin_inset ERT
28699 status collapsed
28700
28701 \begin_layout Plain Layout
28702
28703
28704 \backslash
28705 FigBesEnd
28706 \end_layout
28707
28708 \end_inset
28709
28710
28711 \end_layout
28712
28713 \begin_layout Standard
28714 \begin_inset ERT
28715 status collapsed
28716
28717 \begin_layout Plain Layout
28718
28719
28720 \backslash
28721 TabBesBeg[5]
28722 \end_layout
28723
28724 \end_inset
28725
28726
28727 \end_layout
28728
28729 \begin_layout Standard
28730 \begin_inset Float table
28731 wide false
28732 sideways false
28733 status open
28734
28735 \begin_layout Plain Layout
28736 \begin_inset Caption Standard
28737
28738 \begin_layout Plain Layout
28739 \begin_inset CommandInset label
28740 LatexCommand label
28741 name "tab:cap-beside-tab-wider"
28742
28743 \end_inset
28744
28745 This is a caption is wider than the one in Table
28746 \begin_inset space ~
28747 \end_inset
28748
28749
28750 \begin_inset CommandInset ref
28751 LatexCommand ref
28752 reference "tab:cap-beside-tab"
28753
28754 \end_inset
28755
28756 .
28757 \end_layout
28758
28759 \end_inset
28760
28761
28762 \end_layout
28763
28764 \begin_layout Plain Layout
28765 \begin_inset Tabular
28766 <lyxtabular version="3" rows="4" columns="5">
28767 <features rotate="0" tabularvalignment="middle">
28768 <column alignment="center" valignment="top">
28769 <column alignment="center" valignment="top">
28770 <column alignment="center" valignment="top">
28771 <column alignment="center" valignment="top">
28772 <column alignment="center" valignment="top">
28773 <row>
28774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28775 \begin_inset Text
28776
28777 \begin_layout Plain Layout
28778 a
28779 \end_layout
28780
28781 \end_inset
28782 </cell>
28783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28784 \begin_inset Text
28785
28786 \begin_layout Plain Layout
28787
28788 \end_layout
28789
28790 \end_inset
28791 </cell>
28792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28793 \begin_inset Text
28794
28795 \begin_layout Plain Layout
28796 b
28797 \end_layout
28798
28799 \end_inset
28800 </cell>
28801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28802 \begin_inset Text
28803
28804 \begin_layout Plain Layout
28805
28806 \end_layout
28807
28808 \end_inset
28809 </cell>
28810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28811 \begin_inset Text
28812
28813 \begin_layout Plain Layout
28814 c
28815 \end_layout
28816
28817 \end_inset
28818 </cell>
28819 </row>
28820 <row>
28821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28822 \begin_inset Text
28823
28824 \begin_layout Plain Layout
28825
28826 \end_layout
28827
28828 \end_inset
28829 </cell>
28830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28831 \begin_inset Text
28832
28833 \begin_layout Plain Layout
28834 d
28835 \end_layout
28836
28837 \end_inset
28838 </cell>
28839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28840 \begin_inset Text
28841
28842 \begin_layout Plain Layout
28843
28844 \end_layout
28845
28846 \end_inset
28847 </cell>
28848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28849 \begin_inset Text
28850
28851 \begin_layout Plain Layout
28852 e
28853 \end_layout
28854
28855 \end_inset
28856 </cell>
28857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28858 \begin_inset Text
28859
28860 \begin_layout Plain Layout
28861
28862 \end_layout
28863
28864 \end_inset
28865 </cell>
28866 </row>
28867 <row>
28868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28869 \begin_inset Text
28870
28871 \begin_layout Plain Layout
28872 f
28873 \end_layout
28874
28875 \end_inset
28876 </cell>
28877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28878 \begin_inset Text
28879
28880 \begin_layout Plain Layout
28881
28882 \end_layout
28883
28884 \end_inset
28885 </cell>
28886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28887 \begin_inset Text
28888
28889 \begin_layout Plain Layout
28890 g
28891 \end_layout
28892
28893 \end_inset
28894 </cell>
28895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28896 \begin_inset Text
28897
28898 \begin_layout Plain Layout
28899
28900 \end_layout
28901
28902 \end_inset
28903 </cell>
28904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28905 \begin_inset Text
28906
28907 \begin_layout Plain Layout
28908 h
28909 \end_layout
28910
28911 \end_inset
28912 </cell>
28913 </row>
28914 <row>
28915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28916 \begin_inset Text
28917
28918 \begin_layout Plain Layout
28919
28920 \end_layout
28921
28922 \end_inset
28923 </cell>
28924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28925 \begin_inset Text
28926
28927 \begin_layout Plain Layout
28928 i
28929 \end_layout
28930
28931 \end_inset
28932 </cell>
28933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28934 \begin_inset Text
28935
28936 \begin_layout Plain Layout
28937
28938 \end_layout
28939
28940 \end_inset
28941 </cell>
28942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28943 \begin_inset Text
28944
28945 \begin_layout Plain Layout
28946 j
28947 \end_layout
28948
28949 \end_inset
28950 </cell>
28951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28952 \begin_inset Text
28953
28954 \begin_layout Plain Layout
28955
28956 \end_layout
28957
28958 \end_inset
28959 </cell>
28960 </row>
28961 </lyxtabular>
28962
28963 \end_inset
28964
28965
28966 \end_layout
28967
28968 \end_inset
28969
28970
28971 \end_layout
28972
28973 \begin_layout Standard
28974 \begin_inset ERT
28975 status collapsed
28976
28977 \begin_layout Plain Layout
28978
28979
28980 \backslash
28981 TabBesEnd
28982 \end_layout
28983
28984 \end_inset
28985
28986
28987 \end_layout
28988
28989 \begin_layout Standard
28990 \begin_inset ERT
28991 status collapsed
28992
28993 \begin_layout Plain Layout
28994
28995
28996 \backslash
28997 else
28998 \end_layout
28999
29000 \end_inset
29001
29002
29003 \begin_inset Note Note
29004 status open
29005
29006 \begin_layout Plain Layout
29007 The following will be displayed when the LaTeX-package 
29008 \series bold
29009 sidecap
29010 \series default
29011  is not installed:
29012 \end_layout
29013
29014 \end_inset
29015
29016
29017 \end_layout
29018
29019 \begin_layout Standard
29020 You need to install the LaTeX-package 
29021 \series bold
29022 sidecap
29023 \series default
29024  to see the following part of this section in the output.
29025 \end_layout
29026
29027 \begin_layout Standard
29028 \begin_inset ERT
29029 status collapsed
29030
29031 \begin_layout Plain Layout
29032
29033
29034 \backslash
29035 fi
29036 \end_layout
29037
29038 \end_inset
29039
29040
29041 \end_layout
29042
29043 \begin_layout Section
29044 Listings of Floats
29045 \begin_inset Index idx
29046 status collapsed
29047
29048 \begin_layout Plain Layout
29049 Floats ! Float Lists
29050 \end_layout
29051
29052 \end_inset
29053
29054
29055 \end_layout
29056
29057 \begin_layout Standard
29058 Similar to the table of contents where the sections of the document are
29059  listed, there are listings for all float types, like the figures of the
29060  documents.
29061  You can insert them via the 
29062 \family sans
29063 Insert\SpecialChar \menuseparator
29064 List
29065 \begin_inset space ~
29066 \end_inset
29067
29068 /
29069 \begin_inset space ~
29070 \end_inset
29071
29072 TOC
29073 \family default
29074  sub menus.
29075 \end_layout
29076
29077 \begin_layout Standard
29078 The list entries are the float captions or its short title, the float number,
29079  and the page number where they appear in the document.
29080 \end_layout
29081
29082 \begin_layout Standard
29083 You can find the list of figures and tables at the end of this document.
29084 \end_layout
29085
29086 \begin_layout Chapter
29087 Notes
29088 \end_layout
29089
29090 \begin_layout Section
29091 LyX Notes
29092 \begin_inset Index idx
29093 status collapsed
29094
29095 \begin_layout Plain Layout
29096 Notes ! LyX Notes
29097 \end_layout
29098
29099 \end_inset
29100
29101
29102 \end_layout
29103
29104 \begin_layout Standard
29105 Notes are inserted with the toolbar button 
29106 \begin_inset Info
29107 type  "icon"
29108 arg   "note-insert"
29109 \end_inset
29110
29111  or the menu 
29112 \family sans
29113 Insert\SpecialChar \menuseparator
29114 Note
29115 \family default
29116 .
29117  There are three types of notes:
29118 \end_layout
29119
29120 \begin_layout Description
29121 LyX
29122 \begin_inset space ~
29123 \end_inset
29124
29125 Note This note type is for internal notes that won't appear in the output.
29126  Its note-box looks like this:
29127 \begin_inset Newline newline
29128 \end_inset
29129
29130
29131 \begin_inset Newline newline
29132 \end_inset
29133
29134
29135 \begin_inset Graphics
29136         filename clipart/LyXNoteImageQt4.png
29137         display false
29138         scale 85
29139         scaleBeforeRotation
29140
29141 \end_inset
29142
29143  
29144 \begin_inset Note Note
29145 status open
29146
29147 \begin_layout Plain Layout
29148 This is text in a note box that doesn't appear in the output.
29149 \end_layout
29150
29151 \end_inset
29152
29153
29154 \end_layout
29155
29156 \begin_layout Description
29157 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
29158 ent, when you export the document to LaTeX via the menu 
29159 \family sans
29160 File\SpecialChar \menuseparator
29161 Export\SpecialChar \menuseparator
29162 LaTeX (pdflatex) / (plain)
29163 \family default
29164 .
29165  Its note-box looks like this:
29166 \begin_inset Newline newline
29167 \end_inset
29168
29169
29170 \begin_inset Newline newline
29171 \end_inset
29172
29173
29174 \begin_inset Graphics
29175         filename clipart/CommentNoteImageQt4.png
29176         display false
29177         scale 85
29178         scaleBeforeRotation
29179
29180 \end_inset
29181
29182  
29183 \begin_inset Note Comment
29184 status open
29185
29186 \begin_layout Plain Layout
29187 This is text in a note box that only appears as comment in LaTeX-files.
29188 \end_layout
29189
29190 \end_inset
29191
29192
29193 \end_layout
29194
29195 \begin_layout Description
29196 Greyed
29197 \begin_inset space ~
29198 \end_inset
29199
29200 Out This note will appear in the output as grey text.
29201  Its note-box looks like this:
29202 \begin_inset Newline newline
29203 \end_inset
29204
29205
29206 \begin_inset Newline newline
29207 \end_inset
29208
29209
29210 \begin_inset Graphics
29211         filename clipart/GreyedOutNoteImageQt4.png
29212         display false
29213         scale 85
29214         scaleBeforeRotation
29215
29216 \end_inset
29217
29218
29219 \begin_inset Newline newline
29220 \end_inset
29221
29222
29223 \begin_inset ERT
29224 status collapsed
29225
29226 \begin_layout Plain Layout
29227
29228
29229 \backslash
29230 renewenvironment{lyxgreyedout}
29231 \end_layout
29232
29233 \begin_layout Plain Layout
29234
29235 {
29236 \backslash
29237 textcolor[gray]{0.8}
29238 \backslash
29239 bgroup}{
29240 \backslash
29241 egroup}
29242 \end_layout
29243
29244 \end_inset
29245
29246
29247 \begin_inset Note Greyedout
29248 status open
29249
29250 \begin_layout Plain Layout
29251 This is text
29252 \begin_inset Foot
29253 status open
29254
29255 \begin_layout Plain Layout
29256 This is an example footnote within a greyed out note.
29257 \end_layout
29258
29259 \end_inset
29260
29261  of a comment that appears in the output as grey text.
29262 \end_layout
29263
29264 \end_inset
29265
29266
29267 \begin_inset ERT
29268 status collapsed
29269
29270 \begin_layout Plain Layout
29271
29272
29273 \backslash
29274 renewenvironment{lyxgreyedout}
29275 \end_layout
29276
29277 \begin_layout Plain Layout
29278
29279 {
29280 \backslash
29281 textcolor{blue}
29282 \backslash
29283 bgroup}{
29284 \backslash
29285 egroup}
29286 \end_layout
29287
29288 \end_inset
29289
29290
29291 \begin_inset Note Note
29292 status collapsed
29293
29294 \begin_layout Plain Layout
29295 The greyed out note is here redefined to show it with the original LyX definitio
29296 n because greyed out notes are redefined in the preamble of this document,
29297  as described below, to have blue text.
29298 \end_layout
29299
29300 \end_inset
29301
29302
29303 \begin_inset Newline newline
29304 \end_inset
29305
29306
29307 \begin_inset Newline newline
29308 \end_inset
29309
29310 As you can see in the example, the first line of greyed out notes is a bit
29311  indented and greyed out notes can have footnotes.
29312 \end_layout
29313
29314 \begin_layout Standard
29315 \begin_inset VSpace bigskip
29316 \end_inset
29317
29318 When you use the toolbar button 
29319 \begin_inset Info
29320 type  "icon"
29321 arg   "note-insert"
29322 \end_inset
29323
29324  to insert notes, a 
29325 \family sans
29326 LyX
29327 \begin_inset space ~
29328 \end_inset
29329
29330 Note
29331 \family default
29332  is inserted.
29333  You can switch between the three note types by right-clicking on the note-box.
29334  
29335 \family roman
29336 \series medium
29337 \bar no
29338 If you want to turn existing text into a note, mark it and click on the
29339  note
29340 \family default
29341 \series default
29342 \bar default
29343  toolbar 
29344 \family roman
29345 \series medium
29346 \bar no
29347 button
29348 \family default
29349 \series default
29350 \bar default
29351 .
29352  To change a note to text, press the backspace key when the cursor is in
29353  the first position of a note, or press the delete key when the cursor is
29354  in the very last position of the note, respectively.
29355 \end_layout
29356
29357 \begin_layout Standard
29358 \begin_inset VSpace bigskip
29359 \end_inset
29360
29361 You can change the text color of the greyed out notes in the menu 
29362 \family sans
29363 Document\SpecialChar \menuseparator
29364 Settings\SpecialChar \menuseparator
29365 Colors
29366 \family default
29367 .
29368 \end_layout
29369
29370 \begin_layout Section
29371 Footnotes
29372 \begin_inset CommandInset label
29373 LatexCommand label
29374 name "sec:Footnotes"
29375
29376 \end_inset
29377
29378
29379 \begin_inset Index idx
29380 status collapsed
29381
29382 \begin_layout Plain Layout
29383 Notes ! Footnotes
29384 \end_layout
29385
29386 \end_inset
29387
29388
29389 \begin_inset Index idx
29390 status collapsed
29391
29392 \begin_layout Plain Layout
29393 Footnotes
29394 \end_layout
29395
29396 \end_inset
29397
29398
29399 \end_layout
29400
29401 \begin_layout Standard
29402 Footnotes can be inserted using the toolbar button 
29403 \begin_inset Info
29404 type  "icon"
29405 arg   "footnote-insert"
29406 \end_inset
29407
29408  or the menu 
29409 \family sans
29410 Insert\SpecialChar \menuseparator
29411 Footnote
29412 \family default
29413 .
29414  You will then see the following footnote-box: 
29415 \begin_inset Graphics
29416         filename clipart/footnoteQt4.png
29417         scale 80
29418         scaleBeforeRotation
29419
29420 \end_inset
29421
29422  
29423 \family roman
29424 \series medium
29425 \bar no
29426 where you can enter the footnote text.
29427  If you want to turn existing text into a footnote, mark it and click on
29428  the footnote
29429 \family default
29430 \series default
29431 \bar default
29432  toolbar 
29433 \family roman
29434 \series medium
29435 \bar no
29436 button
29437 \family default
29438 \series default
29439 \bar default
29440 .
29441  To change a 
29442 \family roman
29443 \series medium
29444 \bar no
29445 footnote
29446 \family default
29447 \series default
29448 \bar default
29449  to text, press the 
29450 \family sans
29451 Backspace
29452 \family default
29453  key when the cursor is in the first position of a 
29454 \family roman
29455 \series medium
29456 \bar no
29457 footnote
29458 \family default
29459 \series default
29460 \bar default
29461 , or press the 
29462 \family sans
29463 Delete
29464 \family default
29465  key when the cursor is in the very last position of the 
29466 \family roman
29467 \series medium
29468 \bar no
29469 footnote
29470 \family default
29471 \series default
29472 \bar default
29473 , respectively.
29474 \end_layout
29475
29476 \begin_layout Standard
29477 Here is an example footnote:
29478 \family roman
29479 \series medium
29480 \bar no
29481
29482 \begin_inset Foot
29483 status open
29484
29485 \begin_layout Plain Layout
29486 \begin_inset CommandInset label
29487 LatexCommand label
29488 name "foot:This-is-an"
29489
29490 \end_inset
29491
29492 This is an example footnote.
29493 \end_layout
29494
29495 \end_inset
29496
29497
29498 \family default
29499 \series default
29500 \bar default
29501
29502 \begin_inset ERT
29503 status collapsed
29504
29505 \begin_layout Plain Layout
29506
29507
29508 \backslash
29509 newcounter{MyRepeatFoot}
29510 \end_layout
29511
29512 \begin_layout Plain Layout
29513
29514
29515 \backslash
29516 setcounter{MyRepeatFoot}{
29517 \backslash
29518 thefootnote}
29519 \end_layout
29520
29521 \end_inset
29522
29523
29524 \end_layout
29525
29526 \begin_layout Standard
29527 The footnote will appear in the output as a superscript number at the text
29528  position where the footnote box is placed.
29529  The footnote text is placed at the bottom of the current page.
29530  The footnote number is calculated by LaTeX; the numbers are consecutive.
29531  Whether the footnote number is reset for every chapter depends on your
29532  document class.
29533 \end_layout
29534
29535 \begin_layout Standard
29536 Footnotes can be referenced like floats: Insert a label into the footnote
29537  and cross-reference this label in the text as described in section
29538 \begin_inset space ~
29539 \end_inset
29540
29541
29542 \begin_inset CommandInset ref
29543 LatexCommand ref
29544 reference "sec:Referencing-Floats"
29545
29546 \end_inset
29547
29548 .
29549 \begin_inset Newline newline
29550 \end_inset
29551
29552 This is a cross-reference of Footnote
29553 \begin_inset space ~
29554 \end_inset
29555
29556
29557 \begin_inset CommandInset ref
29558 LatexCommand ref
29559 reference "foot:This-is-an"
29560
29561 \end_inset
29562
29563 .
29564 \end_layout
29565
29566 \begin_layout Standard
29567 \begin_inset VSpace defskip
29568 \end_inset
29569
29570 Footnotes in tables are not printed by LaTeX due to technical reasons.
29571  However there exists another method to print them: Instead of the footnote
29572  the command 
29573 \series bold
29574
29575 \backslash
29576 footnotemark{}
29577 \series default
29578  is inserted as TeX-code.
29579  The text of the footnote is entered as an argument of the TeX-code command
29580  
29581 \series bold
29582
29583 \backslash
29584 footnotetext
29585 \series default
29586  after the table.
29587 \begin_inset Newline newline
29588 \end_inset
29589
29590 This was done for the following table with the command
29591 \end_layout
29592
29593 \begin_layout Standard
29594
29595 \series bold
29596
29597 \backslash
29598 footnotetext{
29599 \series default
29600 Printed table footnote.
29601 \series bold
29602 }
29603 \end_layout
29604
29605 \begin_layout Standard
29606 \begin_inset Tabular
29607 <lyxtabular version="3" rows="2" columns="1">
29608 <features rotate="0" tabularvalignment="middle">
29609 <column alignment="center" valignment="top">
29610 <row>
29611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29612 \begin_inset Text
29613
29614 \begin_layout Plain Layout
29615 This an example text.
29616 \begin_inset Foot
29617 status open
29618
29619 \begin_layout Plain Layout
29620 This footnote will not be printed!
29621 \end_layout
29622
29623 \end_inset
29624
29625
29626 \end_layout
29627
29628 \end_inset
29629 </cell>
29630 </row>
29631 <row>
29632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29633 \begin_inset Text
29634
29635 \begin_layout Plain Layout
29636 This an example text.
29637 \begin_inset ERT
29638 status collapsed
29639
29640 \begin_layout Plain Layout
29641
29642
29643 \backslash
29644 footnotemark{}
29645 \end_layout
29646
29647 \end_inset
29648
29649
29650 \end_layout
29651
29652 \end_inset
29653 </cell>
29654 </row>
29655 </lyxtabular>
29656
29657 \end_inset
29658
29659
29660 \begin_inset ERT
29661 status collapsed
29662
29663 \begin_layout Plain Layout
29664
29665
29666 \backslash
29667 footnotetext{
29668 \end_layout
29669
29670 \end_inset
29671
29672 Printed table footnote.
29673 \begin_inset ERT
29674 status collapsed
29675
29676 \begin_layout Plain Layout
29677
29678 }
29679 \end_layout
29680
29681 \end_inset
29682
29683
29684 \end_layout
29685
29686 \begin_layout Standard
29687 Footnotes in longtables are described in section
29688 \begin_inset space ~
29689 \end_inset
29690
29691
29692 \begin_inset CommandInset ref
29693 LatexCommand ref
29694 reference "sub:Footnotes-in-Longtables"
29695
29696 \end_inset
29697
29698 .
29699 \end_layout
29700
29701 \begin_layout Standard
29702 Footnotes in minipage boxes are printed, but inside the box and with a different
29703  numbering because a minipage box is like a page inside a page.
29704  (For more about minipages, see section
29705 \begin_inset space ~
29706 \end_inset
29707
29708
29709 \begin_inset CommandInset ref
29710 LatexCommand ref
29711 reference "sec:Minipages"
29712
29713 \end_inset
29714
29715 .) To get a footnote in the minipage that is output at the bottom of the
29716  page like normal footnotes, also use the method of 
29717 \series bold
29718
29719 \backslash
29720 footnotemark{}
29721 \series default
29722  and 
29723 \series bold
29724
29725 \backslash
29726 footnotetext
29727 \series default
29728 .
29729 \end_layout
29730
29731 \begin_layout Standard
29732 \begin_inset Box Frameless
29733 position "t"
29734 hor_pos "c"
29735 has_inner_box 1
29736 inner_pos "t"
29737 use_parbox 0
29738 use_makebox 0
29739 width "100col%"
29740 special "none"
29741 height "1in"
29742 height_special "totalheight"
29743 status open
29744
29745 \begin_layout Plain Layout
29746 This an example text in a minipage.
29747 \begin_inset Foot
29748 status open
29749
29750 \begin_layout Plain Layout
29751 Footnote in the minipage.
29752 \end_layout
29753
29754 \end_inset
29755
29756
29757 \end_layout
29758
29759 \begin_layout Plain Layout
29760 This an example text in a minipage.
29761 \begin_inset ERT
29762 status collapsed
29763
29764 \begin_layout Plain Layout
29765
29766
29767 \backslash
29768 footnotemark{}
29769 \end_layout
29770
29771 \end_inset
29772
29773
29774 \end_layout
29775
29776 \end_inset
29777
29778
29779 \end_layout
29780
29781 \begin_layout Standard
29782 \begin_inset ERT
29783 status collapsed
29784
29785 \begin_layout Plain Layout
29786
29787
29788 \backslash
29789 footnotetext{
29790 \end_layout
29791
29792 \end_inset
29793
29794 Footnote outside the minipage.
29795 \begin_inset ERT
29796 status collapsed
29797
29798 \begin_layout Plain Layout
29799
29800 }
29801 \end_layout
29802
29803 \end_inset
29804
29805
29806 \end_layout
29807
29808 \begin_layout Standard
29809 \begin_inset VSpace defskip
29810 \end_inset
29811
29812
29813 \end_layout
29814
29815 \begin_layout Standard
29816 To refer to the same footnote several times without printing the footnote
29817  text every time, use the command 
29818 \series bold
29819
29820 \backslash
29821 footnotemark[number]
29822 \series default
29823  in TeX-code.
29824 \begin_inset Newline newline
29825 \end_inset
29826
29827 As you do not know the number of the repeating footnote while you are writing
29828  the text, you have to store its number.
29829  For the following footnote mark example, these commands were inserted in
29830  TeX-code after Footnote
29831 \begin_inset space ~
29832 \end_inset
29833
29834
29835 \begin_inset CommandInset ref
29836 LatexCommand ref
29837 reference "foot:This-is-an"
29838
29839 \end_inset
29840
29841  to store the footnote number:
29842 \end_layout
29843
29844 \begin_layout Standard
29845
29846 \series bold
29847
29848 \backslash
29849 newcounter{MyRepeatFoot}
29850 \begin_inset Newline newline
29851 \end_inset
29852
29853
29854 \backslash
29855 setcounter{MyRepeatFoot}{
29856 \backslash
29857 thefootnote}
29858 \end_layout
29859
29860 \begin_layout Standard
29861 The footnote mark was then created with this command:
29862 \end_layout
29863
29864 \begin_layout Standard
29865
29866 \series bold
29867
29868 \backslash
29869 footnotemark[
29870 \backslash
29871 theMyRepeatFoot]
29872 \end_layout
29873
29874 \begin_layout Standard
29875 Here is a repeated footnote:
29876 \family roman
29877 \series medium
29878 \bar no
29879
29880 \begin_inset ERT
29881 status collapsed
29882
29883 \begin_layout Plain Layout
29884
29885
29886 \backslash
29887 footnotemark[
29888 \backslash
29889 theMyRepeatFoot]
29890 \end_layout
29891
29892 \end_inset
29893
29894
29895 \end_layout
29896
29897 \begin_layout Standard
29898 If you want to repeat the previous footnote, you can omit the storage of
29899  the footnote number and just use this command instead:
29900 \end_layout
29901
29902 \begin_layout Standard
29903
29904 \series bold
29905
29906 \backslash
29907 footnotemark[
29908 \backslash
29909 thefootnote]
29910 \end_layout
29911
29912 \begin_layout Standard
29913 Here is another repeated footnote:
29914 \family roman
29915 \series medium
29916 \bar no
29917
29918 \begin_inset ERT
29919 status collapsed
29920
29921 \begin_layout Plain Layout
29922
29923
29924 \backslash
29925 footnotemark[
29926 \backslash
29927 thefootnote]
29928 \end_layout
29929
29930 \end_inset
29931
29932
29933 \end_layout
29934
29935 \begin_layout Subsection
29936 Footnote Numbering
29937 \begin_inset CommandInset label
29938 LatexCommand label
29939 name "sub:Footnote-Numbering"
29940
29941 \end_inset
29942
29943
29944 \begin_inset Index idx
29945 status collapsed
29946
29947 \begin_layout Plain Layout
29948 Footnotes ! Numbering
29949 \end_layout
29950
29951 \end_inset
29952
29953
29954 \end_layout
29955
29956 \begin_layout Standard
29957 To reset the footnote number back to 1 after each section
29958 \family roman
29959 , add this command to your document preamble:
29960 \end_layout
29961
29962 \begin_layout Standard
29963
29964 \series bold
29965
29966 \backslash
29967 @addtoreset{footnote}{section}
29968 \end_layout
29969
29970 \begin_layout Standard
29971 \begin_inset VSpace bigskip
29972 \end_inset
29973
29974 The following preamble command changes the footnote numbering style to small
29975  roman numerals:
29976 \end_layout
29977
29978 \begin_layout Standard
29979
29980 \series bold
29981
29982 \backslash
29983 renewcommand{
29984 \backslash
29985 thefootnote}{
29986 \backslash
29987 roman{footnote}}
29988 \end_layout
29989
29990 \begin_layout Standard
29991 \begin_inset ERT
29992 status collapsed
29993
29994 \begin_layout Plain Layout
29995
29996
29997 \backslash
29998 renewcommand{
29999 \backslash
30000 thefootnote}{
30001 \backslash
30002 roman{footnote}}
30003 \end_layout
30004
30005 \end_inset
30006
30007  This is a footnote with roman numbering:
30008 \begin_inset Foot
30009 status open
30010
30011 \begin_layout Plain Layout
30012 This is an example footnote with roman numbering.
30013 \end_layout
30014
30015 \end_inset
30016
30017
30018 \end_layout
30019
30020 \begin_layout Standard
30021 To change the numbering style to capital roman numerals replace in the command
30022  above 
30023 \series bold
30024
30025 \backslash
30026 roman
30027 \series default
30028  by 
30029 \series bold
30030
30031 \backslash
30032 Roman
30033 \series default
30034 .
30035  To 
30036 \begin_inset Quotes eld
30037 \end_inset
30038
30039 number
30040 \begin_inset Quotes erd
30041 \end_inset
30042
30043  footnotes with capital or small Latin letters use 
30044 \series bold
30045
30046 \backslash
30047 Alph
30048 \series default
30049  or 
30050 \series bold
30051
30052 \backslash
30053 alph
30054 \series default
30055 , respectively.
30056  To 
30057 \begin_inset Quotes eld
30058 \end_inset
30059
30060 number
30061 \begin_inset Quotes erd
30062 \end_inset
30063
30064  footnotes with symbols use 
30065 \series bold
30066
30067 \backslash
30068 fnsymbol
30069 \series default
30070 .
30071 \end_layout
30072
30073 \begin_layout Standard
30074 \begin_inset Note Greyedout
30075 status open
30076
30077 \begin_layout Plain Layout
30078
30079 \series bold
30080 Note:
30081 \series default
30082  You can only number 26 footnotes with Latin letters, because this numbering
30083  is limited to single letters.
30084 \end_layout
30085
30086 \end_inset
30087
30088
30089 \begin_inset Newline newline
30090 \end_inset
30091
30092
30093 \begin_inset Note Greyedout
30094 status open
30095
30096 \begin_layout Plain Layout
30097
30098 \series bold
30099 Note:
30100 \series default
30101  You can only number 9 footnotes with symbols.
30102 \end_layout
30103
30104 \end_inset
30105
30106
30107 \end_layout
30108
30109 \begin_layout Standard
30110 To return to the default numbering style after you have changed to another
30111  one, use 
30112 \series bold
30113
30114 \backslash
30115 arabic
30116 \series default
30117  instead of 
30118 \series bold
30119
30120 \backslash
30121 roman
30122 \series default
30123  in the command above.
30124 \begin_inset ERT
30125 status collapsed
30126
30127 \begin_layout Plain Layout
30128
30129
30130 \backslash
30131 renewcommand{
30132 \backslash
30133 thefootnote}{
30134 \backslash
30135 arabic{footnote}}
30136 \end_layout
30137
30138 \end_inset
30139
30140
30141 \end_layout
30142
30143 \begin_layout Standard
30144 \begin_inset VSpace bigskip
30145 \end_inset
30146
30147
30148 \end_layout
30149
30150 \begin_layout Standard
30151 If you want to have footnotes numbered in the scheme 
30152 \begin_inset Quotes eld
30153 \end_inset
30154
30155 chapter.footnote
30156 \begin_inset Quotes erd
30157 \end_inset
30158
30159 , add the following command to your document preamble:
30160 \end_layout
30161
30162 \begin_layout Standard
30163
30164 \series bold
30165
30166 \backslash
30167 numberwithin{footnote}{chapter}
30168 \end_layout
30169
30170 \begin_layout Standard
30171 To be able to use the command 
30172 \series bold
30173
30174 \backslash
30175 numberwithin
30176 \series default
30177 , set in the tab 
30178 \family sans
30179 Math
30180 \begin_inset space ~
30181 \end_inset
30182
30183 Options
30184 \family default
30185  in the document settings the option 
30186 \family sans
30187 Use
30188 \begin_inset space ~
30189 \end_inset
30190
30191 AMS
30192 \begin_inset space ~
30193 \end_inset
30194
30195 math
30196 \begin_inset space ~
30197 \end_inset
30198
30199 package
30200 \family default
30201 .
30202 \end_layout
30203
30204 \begin_layout Standard
30205 \begin_inset ERT
30206 status collapsed
30207
30208 \begin_layout Plain Layout
30209
30210
30211 \backslash
30212 numberwithin{footnote}{chapter}
30213 \end_layout
30214
30215 \end_inset
30216
30217 This is another example footnote:
30218 \series bold
30219
30220 \begin_inset Foot
30221 status open
30222
30223 \begin_layout Plain Layout
30224 This is a footnote numbered in the scheme 
30225 \begin_inset Quotes eld
30226 \end_inset
30227
30228 chapter.footnote
30229 \begin_inset Quotes erd
30230 \end_inset
30231
30232 .
30233 \end_layout
30234
30235 \end_inset
30236
30237
30238 \series default
30239
30240 \begin_inset ERT
30241 status collapsed
30242
30243 \begin_layout Plain Layout
30244
30245
30246 \backslash
30247 renewcommand{
30248 \backslash
30249 thefootnote}{
30250 \backslash
30251 arabic{footnote}}
30252 \end_layout
30253
30254 \end_inset
30255
30256
30257 \end_layout
30258
30259 \begin_layout Standard
30260 \begin_inset Note Greyedout
30261 status open
30262
30263 \begin_layout Plain Layout
30264
30265 \series bold
30266 Note:
30267 \series default
30268  
30269 \series bold
30270
30271 \backslash
30272 numberwithin
30273 \series default
30274  always prints out the footnote number as arabic number; previous redefinitions
30275  to get non-arabic numbers are overwritten.
30276 \end_layout
30277
30278 \end_inset
30279
30280
30281 \end_layout
30282
30283 \begin_layout Standard
30284 So to get for example the scheme 
30285 \begin_inset Quotes eld
30286 \end_inset
30287
30288 chapter.
30289 \backslash
30290 Roman{footnote}
30291 \begin_inset Quotes erd
30292 \end_inset
30293
30294 , use this command instead of 
30295 \series bold
30296
30297 \backslash
30298 numberwithin
30299 \series default
30300 :
30301 \end_layout
30302
30303 \begin_layout Standard
30304
30305 \series bold
30306
30307 \backslash
30308 renewcommand{
30309 \backslash
30310 thefootnote}{
30311 \backslash
30312 thechapter.
30313 \backslash
30314 Roman{footnote}}
30315 \end_layout
30316
30317 \begin_layout Subsection
30318 Footnote Placement
30319 \begin_inset Index idx
30320 status collapsed
30321
30322 \begin_layout Plain Layout
30323 Footnotes ! Placement
30324 \end_layout
30325
30326 \end_inset
30327
30328
30329 \end_layout
30330
30331 \begin_layout Standard
30332 If you have several footnotes in one page, they appear without vertical
30333  space between them at the bottom of the page.
30334  To make them more readable you can e.
30335 \begin_inset space \thinspace{}
30336 \end_inset
30337
30338 g.
30339 \begin_inset space \space{}
30340 \end_inset
30341
30342 add 1.5
30343 \begin_inset space \thinspace{}
30344 \end_inset
30345
30346 mm space with the following preamble command:
30347 \end_layout
30348
30349 \begin_layout Standard
30350
30351 \series bold
30352
30353 \backslash
30354 let
30355 \backslash
30356 myFoot
30357 \backslash
30358 footnote
30359 \begin_inset Newline newline
30360 \end_inset
30361
30362
30363 \backslash
30364 renewcommand{
30365 \backslash
30366 footnote}[1]{
30367 \backslash
30368 myFoot{#1
30369 \backslash
30370 vspace{1.5mm}}}
30371 \end_layout
30372
30373 \begin_layout Standard
30374 \begin_inset VSpace bigskip
30375 \end_inset
30376
30377 In a two-column document the footnotes appear at the bottom of every column,
30378  see Figure
30379 \begin_inset space ~
30380 \end_inset
30381
30382
30383 \begin_inset CommandInset ref
30384 LatexCommand ref
30385 reference "fig:Standard-footnote-placement"
30386
30387 \end_inset
30388
30389 .
30390  If the footnotes should only appear at the bottom of the right column,
30391  as in Figure
30392 \begin_inset space ~
30393 \end_inset
30394
30395
30396 \begin_inset CommandInset ref
30397 LatexCommand ref
30398 reference "fig:Footnote-placement-in"
30399
30400 \end_inset
30401
30402 , use the LaTeX-package 
30403 \series bold
30404 ftnright
30405 \series default
30406
30407 \begin_inset Index idx
30408 status collapsed
30409
30410 \begin_layout Plain Layout
30411 LaTeX-packages ! ftnright
30412 \end_layout
30413
30414 \end_inset
30415
30416  with this command in the document preamble:
30417 \end_layout
30418
30419 \begin_layout Standard
30420
30421 \series bold
30422
30423 \backslash
30424 usepackage{ftnright}
30425 \end_layout
30426
30427 \begin_layout Standard
30428 \begin_inset Float figure
30429 placement !h
30430 wide false
30431 sideways false
30432 status open
30433
30434 \begin_layout Plain Layout
30435 \begin_inset ERT
30436 status collapsed
30437
30438 \begin_layout Plain Layout
30439
30440
30441 \backslash
30442 framebox{
30443 \end_layout
30444
30445 \end_inset
30446
30447
30448 \begin_inset Graphics
30449         filename clipart/without_fntright.pdf
30450         width 100col%
30451         scaleBeforeRotation
30452
30453 \end_inset
30454
30455
30456 \begin_inset ERT
30457 status collapsed
30458
30459 \begin_layout Plain Layout
30460
30461 }
30462 \end_layout
30463
30464 \end_inset
30465
30466
30467 \end_layout
30468
30469 \begin_layout Plain Layout
30470 \begin_inset Caption Standard
30471
30472 \begin_layout Plain Layout
30473 \begin_inset CommandInset label
30474 LatexCommand label
30475 name "fig:Standard-footnote-placement"
30476
30477 \end_inset
30478
30479 Standard footnote placement in two-column documents.
30480 \end_layout
30481
30482 \end_inset
30483
30484
30485 \end_layout
30486
30487 \end_inset
30488
30489
30490 \end_layout
30491
30492 \begin_layout Standard
30493 \begin_inset Float figure
30494 placement !h
30495 wide false
30496 sideways false
30497 status open
30498
30499 \begin_layout Plain Layout
30500 \begin_inset ERT
30501 status collapsed
30502
30503 \begin_layout Plain Layout
30504
30505
30506 \backslash
30507 framebox{
30508 \end_layout
30509
30510 \end_inset
30511
30512
30513 \begin_inset Graphics
30514         filename clipart/with_fntright.pdf
30515         width 100col%
30516         scaleBeforeRotation
30517
30518 \end_inset
30519
30520
30521 \begin_inset ERT
30522 status collapsed
30523
30524 \begin_layout Plain Layout
30525
30526 }
30527 \end_layout
30528
30529 \end_inset
30530
30531
30532 \end_layout
30533
30534 \begin_layout Plain Layout
30535 \begin_inset Caption Standard
30536
30537 \begin_layout Plain Layout
30538 \begin_inset CommandInset label
30539 LatexCommand label
30540 name "fig:Footnote-placement-in"
30541
30542 \end_inset
30543
30544 Footnote placement in two-column documents when the LaTeX-package 
30545 \series bold
30546 ftnright
30547 \series default
30548  is used.
30549 \end_layout
30550
30551 \end_inset
30552
30553
30554 \end_layout
30555
30556 \end_inset
30557
30558
30559 \end_layout
30560
30561 \begin_layout Standard
30562 \begin_inset VSpace bigskip
30563 \end_inset
30564
30565 In some scientific literature it is usual to collect the footnotes and print
30566  them in a separate paragraph at the end of a section, as in Figure
30567 \begin_inset space ~
30568 \end_inset
30569
30570
30571 \begin_inset CommandInset ref
30572 LatexCommand ref
30573 reference "fig:Endnotes"
30574
30575 \end_inset
30576
30577 .
30578  They are then called 
30579 \begin_inset Quotes eld
30580 \end_inset
30581
30582 endnotes
30583 \begin_inset Quotes erd
30584 \end_inset
30585
30586 .
30587 \begin_inset Index idx
30588 status collapsed
30589
30590 \begin_layout Plain Layout
30591 Endnotes
30592 \end_layout
30593
30594 \end_inset
30595
30596  To use endnotes instead of footnotes in your document, load in the menu
30597  
30598 \family sans
30599 Document\SpecialChar \menuseparator
30600 Settings\SpecialChar \menuseparator
30601 Modules 
30602 \family default
30603 the module 
30604 \family sans
30605 Foot
30606 \begin_inset space ~
30607 \end_inset
30608
30609 to
30610 \begin_inset space ~
30611 \end_inset
30612
30613 End
30614 \family default
30615 .
30616  To insert the collected footnotes, insert the command
30617 \end_layout
30618
30619 \begin_layout Standard
30620
30621 \series bold
30622
30623 \backslash
30624 theendnotes
30625 \end_layout
30626
30627 \begin_layout Standard
30628 in TeX-Code at the end of a section or chapter.
30629 \end_layout
30630
30631 \begin_layout Standard
30632 \begin_inset Float figure
30633 wide false
30634 sideways false
30635 status open
30636
30637 \begin_layout Plain Layout
30638 \align center
30639 \begin_inset ERT
30640 status collapsed
30641
30642 \begin_layout Plain Layout
30643
30644
30645 \backslash
30646 framebox{
30647 \end_layout
30648
30649 \end_inset
30650
30651
30652 \begin_inset Graphics
30653         filename clipart/endnotes.pdf
30654         scaleBeforeRotation
30655
30656 \end_inset
30657
30658
30659 \begin_inset ERT
30660 status collapsed
30661
30662 \begin_layout Plain Layout
30663
30664 }
30665 \end_layout
30666
30667 \end_inset
30668
30669
30670 \end_layout
30671
30672 \begin_layout Plain Layout
30673 \begin_inset Caption Standard
30674
30675 \begin_layout Plain Layout
30676 \begin_inset CommandInset label
30677 LatexCommand label
30678 name "fig:Endnotes"
30679
30680 \end_inset
30681
30682 Endnotes – footnotes are printed in a separate paragraph at the end of sections
30683  or chapters.
30684 \end_layout
30685
30686 \end_inset
30687
30688
30689 \end_layout
30690
30691 \end_inset
30692
30693
30694 \end_layout
30695
30696 \begin_layout Standard
30697 \begin_inset VSpace medskip
30698 \end_inset
30699
30700 The paragraph heading for the endnotes isn't automatically translated into
30701  the document language, this must be done manually.
30702  The following preamble command translates the default English 
30703 \begin_inset Quotes eld
30704 \end_inset
30705
30706 Notes
30707 \begin_inset Quotes erd
30708 \end_inset
30709
30710  into the German 
30711 \begin_inset Quotes eld
30712 \end_inset
30713
30714 Anmerkungen
30715 \begin_inset Quotes erd
30716 \end_inset
30717
30718 :
30719 \end_layout
30720
30721 \begin_layout Standard
30722
30723 \series bold
30724
30725 \backslash
30726 renewcommand{
30727 \backslash
30728 notesname}{Anmerkungen}
30729 \end_layout
30730
30731 \begin_layout Standard
30732 \begin_inset VSpace medskip
30733 \end_inset
30734
30735 The numbering of endnotes can be changed like the footnote numbering as
30736  described in section
30737 \begin_inset space ~
30738 \end_inset
30739
30740
30741 \begin_inset CommandInset ref
30742 LatexCommand ref
30743 reference "sub:Footnote-Numbering"
30744
30745 \end_inset
30746
30747 ; just replace the command 
30748 \series bold
30749
30750 \backslash
30751 thefootnote
30752 \series default
30753  by 
30754 \series bold
30755
30756 \backslash
30757 theendnote
30758 \series default
30759 .
30760  To reset the endnote number use the command 
30761 \series bold
30762
30763 \backslash
30764 @addtoreset
30765 \series default
30766  as described in section
30767 \begin_inset space ~
30768 \end_inset
30769
30770
30771 \begin_inset CommandInset ref
30772 LatexCommand ref
30773 reference "sub:Footnote-Numbering"
30774
30775 \end_inset
30776
30777  and replace the command parameter 
30778 \series bold
30779 footnote
30780 \series default
30781  by 
30782 \series bold
30783 endnote
30784 \series default
30785 .
30786 \end_layout
30787
30788 \begin_layout Standard
30789 For endnotes there is the command 
30790 \series bold
30791
30792 \backslash
30793 endnotemark[number]
30794 \series default
30795  similar to the command 
30796 \series bold
30797
30798 \backslash
30799 footnotemark
30800 \series default
30801 , that is described in section
30802 \begin_inset space ~
30803 \end_inset
30804
30805
30806 \begin_inset CommandInset ref
30807 LatexCommand ref
30808 reference "sec:Footnotes"
30809
30810 \end_inset
30811
30812 .
30813 \end_layout
30814
30815 \begin_layout Standard
30816 \begin_inset VSpace bigskip
30817 \end_inset
30818
30819 Footnotes can also be placed in the page margin and the footnote text alignment
30820  can be changed, see the LaTeX-package 
30821 \series bold
30822 footmisc
30823 \series default
30824
30825 \begin_inset Index idx
30826 status collapsed
30827
30828 \begin_layout Plain Layout
30829 LaTeX-packages ! footmisc
30830 \end_layout
30831
30832 \end_inset
30833
30834
30835 \begin_inset CommandInset citation
30836 LatexCommand cite
30837 key "footmisc"
30838
30839 \end_inset
30840
30841  for more information about this.
30842 \end_layout
30843
30844 \begin_layout Standard
30845 For various further footnote formatting issues have a look at LaTeX-books,
30846  
30847 \begin_inset CommandInset citation
30848 LatexCommand cite
30849 key "latexcompanion,latexguide,latexbook"
30850
30851 \end_inset
30852
30853 .
30854  If you are using a 
30855 \series bold
30856 KOMA-Script
30857 \series default
30858
30859 \begin_inset Index idx
30860 status collapsed
30861
30862 \begin_layout Plain Layout
30863 LaTeX-packages ! KOMA-Script
30864 \end_layout
30865
30866 \end_inset
30867
30868  document class, you can adjust all footnote settings using class-specific
30869  commands, see 
30870 \begin_inset CommandInset citation
30871 LatexCommand cite
30872 key "KOMA-Script"
30873
30874 \end_inset
30875
30876 .
30877 \end_layout
30878
30879 \begin_layout Section
30880 Margin Notes
30881 \begin_inset Index idx
30882 status collapsed
30883
30884 \begin_layout Plain Layout
30885 Notes ! Margin Notes
30886 \end_layout
30887
30888 \end_inset
30889
30890
30891 \end_layout
30892
30893 \begin_layout Standard
30894 Margin notes look and behave in LyX like footnotes.
30895  They are inserted via the menu 
30896 \family sans
30897 Insert\SpecialChar \menuseparator
30898 Marginal
30899 \begin_inset space ~
30900 \end_inset
30901
30902 Note
30903 \family default
30904  or the toolbar button 
30905 \begin_inset Info
30906 type  "icon"
30907 arg   "marginalnote-insert"
30908 \end_inset
30909
30910 .
30911  A grey 
30912 \family roman
30913 \series medium
30914 box with the
30915 \family default
30916 \series default
30917  red 
30918 \family roman
30919 \series medium
30920 label 
30921 \begin_inset Quotes eld
30922 \end_inset
30923
30924 margin
30925 \begin_inset Quotes erd
30926 \end_inset
30927
30928  appears where you can enter the text of the margin note.
30929 \end_layout
30930
30931 \begin_layout Standard
30932 At the side is an example margin note.
30933
30934 \family roman
30935 \series medium
30936  
30937 \begin_inset Marginal
30938 status open
30939
30940 \begin_layout Plain Layout
30941 This is a margin note.
30942 \end_layout
30943
30944 \end_inset
30945
30946
30947 \end_layout
30948
30949 \begin_layout Standard
30950 Margin notes appear at the right side in single-sided documents.
30951  In double-sided documents they appear in the outer margin – left on even
30952  pages, right on odd pages.
30953  The text of margin notes is aligned opposite to the outer margin – right-aligne
30954 d when the note appears in the left margin.
30955  The first line of the margin note is placed at the position of the text
30956  line where it is inserted in the document.
30957 \end_layout
30958
30959 \begin_layout Standard
30960 \begin_inset VSpace bigskip
30961 \end_inset
30962
30963 To place the margin note in the inner margin, add the command
30964 \end_layout
30965
30966 \begin_layout Standard
30967
30968 \series bold
30969
30970 \backslash
30971 reversemarginpar
30972 \end_layout
30973
30974 \begin_layout Standard
30975 in TeX-Code before a margin note.
30976  The new placement is valid for all subsequent margin notes.
30977  
30978 \begin_inset ERT
30979 status collapsed
30980
30981 \begin_layout Plain Layout
30982
30983
30984 \backslash
30985 reversemarginpar 
30986 \end_layout
30987
30988 \end_inset
30989
30990
30991 \begin_inset Marginal
30992 status open
30993
30994 \begin_layout Plain Layout
30995 This is a margin note in the inner margin.
30996 \end_layout
30997
30998 \end_inset
30999
31000
31001 \series bold
31002
31003 \begin_inset Newline newline
31004 \end_inset
31005
31006
31007 \series default
31008
31009 \begin_inset Note Greyedout
31010 status open
31011
31012 \begin_layout Plain Layout
31013
31014 \series bold
31015 Note:
31016 \series default
31017  There is often not enough space in the inner margin so that the notes are
31018  not correctly displayed in the output.
31019 \end_layout
31020
31021 \end_inset
31022
31023
31024 \end_layout
31025
31026 \begin_layout Standard
31027 To return to the default placement insert the command
31028 \end_layout
31029
31030 \begin_layout Standard
31031
31032 \series bold
31033
31034 \backslash
31035 normalmarginpar
31036 \end_layout
31037
31038 \begin_layout Standard
31039 in TeX-Code.
31040 \begin_inset ERT
31041 status collapsed
31042
31043 \begin_layout Plain Layout
31044
31045
31046 \backslash
31047 normalmarginpar 
31048 \end_layout
31049
31050 \end_inset
31051
31052  
31053 \begin_inset Note Greyedout
31054 status open
31055
31056 \begin_layout Plain Layout
31057
31058 \series bold
31059 Note:
31060 \series default
31061  The command is ignored when it is within a paragraph where also the command
31062  
31063 \series bold
31064
31065 \backslash
31066 reversemarginpar
31067 \series default
31068  is inserted.
31069 \end_layout
31070
31071 \end_inset
31072
31073
31074 \end_layout
31075
31076 \begin_layout Standard
31077 \begin_inset VSpace bigskip
31078 \end_inset
31079
31080
31081 \family roman
31082 \series medium
31083
31084 \begin_inset Marginal
31085 status open
31086
31087 \begin_layout Plain Layout
31088 AVeryLongMarginParWord that isn't hyphenated.
31089 \end_layout
31090
31091 \end_inset
31092
31093
31094 \family default
31095 \series default
31096  Similar to the case described in section
31097 \begin_inset space ~
31098 \end_inset
31099
31100
31101 \begin_inset CommandInset ref
31102 LatexCommand ref
31103 reference "sub:Multiple-Lines-in"
31104
31105 \end_inset
31106
31107 , long words cannot be hyphenated when they are the first word in a margin
31108  note.
31109  To avoid this, insert 0
31110 \begin_inset space \thinspace{}
31111 \end_inset
31112
31113 pt horizontal space before the word
31114 \family roman
31115 \series medium
31116 .
31117  
31118 \begin_inset Marginal
31119 status open
31120
31121 \begin_layout Plain Layout
31122 \begin_inset space \hspace*{}
31123 \length 0pt
31124 \end_inset
31125
31126 AVeryLongMarginParWord that is hyphenated.
31127 \end_layout
31128
31129 \end_inset
31130
31131
31132 \end_layout
31133
31134 \begin_layout Standard
31135 \begin_inset VSpace bigskip
31136 \end_inset
31137
31138
31139 \end_layout
31140
31141 \begin_layout Standard
31142 \begin_inset Note Greyedout
31143 status open
31144
31145 \begin_layout Plain Layout
31146
31147 \series bold
31148 Note:
31149 \series default
31150  Margin notes can normally not be used inside tables, floats, and footnotes.
31151 \end_layout
31152
31153 \end_inset
31154
31155
31156 \end_layout
31157
31158 \begin_layout Standard
31159 \begin_inset VSpace bigskip
31160 \end_inset
31161
31162
31163 \end_layout
31164
31165 \begin_layout Standard
31166 \begin_inset ERT
31167 status collapsed
31168
31169 \begin_layout Plain Layout
31170
31171
31172 \backslash
31173 ifmarginnote
31174 \end_layout
31175
31176 \end_inset
31177
31178
31179 \begin_inset Note Note
31180 status open
31181
31182 \begin_layout Plain Layout
31183 The following section will only be displayed when the LaTeX-package 
31184 \series bold
31185 marginnote
31186 \series default
31187  is installed.
31188 \end_layout
31189
31190 \end_inset
31191
31192
31193 \end_layout
31194
31195 \begin_layout Standard
31196 This restriction can be evaded by using the LaTeX-package 
31197 \series bold
31198 marginnote
31199 \series default
31200
31201 \begin_inset Index idx
31202 status collapsed
31203
31204 \begin_layout Plain Layout
31205 LaTeX-packages ! marginnote
31206 \end_layout
31207
31208 \end_inset
31209
31210 .
31211  By adding these two lines to your document preamble, the command used by
31212  LyX for margin notes is redefined to use the command provided by the 
31213 \series bold
31214 marginnote
31215 \series default
31216 -package:
31217 \end_layout
31218
31219 \begin_layout Standard
31220
31221 \series bold
31222
31223 \backslash
31224 usepackage{marginnote}
31225 \begin_inset Newline newline
31226 \end_inset
31227
31228
31229 \backslash
31230 let
31231 \backslash
31232 marginpar
31233 \backslash
31234 marginnote
31235 \end_layout
31236
31237 \begin_layout Standard
31238 This is also used in this document because 
31239 \series bold
31240 marginnote
31241 \series default
31242  has another useful feature: You can set a vertical offset for the note.
31243  This is often needed when too many margin notes are too close together
31244  or for a better page layout.
31245  The offset is set in LyX as TeX-Code directly after the margin note in
31246  the scheme
31247 \end_layout
31248
31249 \begin_layout Standard
31250
31251 \series bold
31252 [offset]
31253 \end_layout
31254
31255 \begin_layout Standard
31256 where the offset is a length with one of the units listed in Table
31257 \begin_inset space ~
31258 \end_inset
31259
31260
31261 \begin_inset CommandInset ref
31262 LatexCommand ref
31263 reference "tab:Units"
31264
31265 \end_inset
31266
31267 .
31268  A negative value shifts the note up, a positive value shifts it down.
31269  
31270 \family roman
31271 \series medium
31272 For example the margin note beside this text line is shifted up 1.5
31273 \begin_inset space \thinspace{}
31274 \end_inset
31275
31276 cm with the TeX-Code-command 
31277 \begin_inset Quotes eld
31278 \end_inset
31279
31280
31281 \family default
31282 \series bold
31283 [-1.5cm]
31284 \family roman
31285 \series medium
31286
31287 \begin_inset Quotes erd
31288 \end_inset
31289
31290
31291 \begin_inset Marginal
31292 status open
31293
31294 \begin_layout Plain Layout
31295 This margin note is shifted up 1.5
31296 \begin_inset space \thinspace{}
31297 \end_inset
31298
31299 cm from its original position.
31300 \end_layout
31301
31302 \end_inset
31303
31304
31305 \family default
31306 \series default
31307
31308 \begin_inset ERT
31309 status collapsed
31310
31311 \begin_layout Plain Layout
31312
31313 [-1.5cm]
31314 \end_layout
31315
31316 \end_inset
31317
31318
31319 \end_layout
31320
31321 \begin_layout Standard
31322 \begin_inset VSpace medskip
31323 \end_inset
31324
31325 With 
31326 \series bold
31327 marginnote
31328 \series default
31329  you can also change the alignment of the text in the margin note.
31330  For example the commands
31331 \end_layout
31332
31333 \begin_layout Standard
31334
31335 \series bold
31336
31337 \backslash
31338 renewcommand*{
31339 \backslash
31340 raggedleftmarginnote}{
31341 \backslash
31342 centering}
31343 \begin_inset Newline newline
31344 \end_inset
31345
31346
31347 \backslash
31348 renewcommand*{
31349 \backslash
31350 raggedrightmarginnote}{
31351 \backslash
31352 centering}
31353 \end_layout
31354
31355 \begin_layout Standard
31356 set the alignment to centered.
31357  
31358 \series bold
31359
31360 \backslash
31361 raggedleftmarginnote
31362 \series default
31363  denotes margin notes that appear at the left side.
31364 \family roman
31365 \series medium
31366
31367 \begin_inset ERT
31368 status collapsed
31369
31370 \begin_layout Plain Layout
31371
31372
31373 \backslash
31374 renewcommand*{
31375 \backslash
31376 raggedleftmarginnote}{
31377 \backslash
31378 centering}
31379 \end_layout
31380
31381 \begin_layout Plain Layout
31382
31383
31384 \backslash
31385 renewcommand*{
31386 \backslash
31387 raggedrightmarginnote}{
31388 \backslash
31389 centering}
31390 \end_layout
31391
31392 \end_inset
31393
31394
31395 \begin_inset Marginal
31396 status open
31397
31398 \begin_layout Plain Layout
31399 The text of this margin note is centered.
31400 \end_layout
31401
31402 \end_inset
31403
31404
31405 \family default
31406 \series default
31407  The default is
31408 \end_layout
31409
31410 \begin_layout Standard
31411
31412 \series bold
31413
31414 \backslash
31415 renewcommand*{
31416 \backslash
31417 raggedleftmarginnote}{
31418 \backslash
31419 raggedleft}
31420 \begin_inset Newline newline
31421 \end_inset
31422
31423
31424 \backslash
31425 renewcommand*{
31426 \backslash
31427 raggedrightmarginnote}{
31428 \backslash
31429 raggedright}
31430 \family roman
31431 \series medium
31432
31433 \begin_inset ERT
31434 status collapsed
31435
31436 \begin_layout Plain Layout
31437
31438
31439 \backslash
31440 renewcommand*{
31441 \backslash
31442 raggedleftmarginnote}{
31443 \backslash
31444 raggedleft}
31445 \end_layout
31446
31447 \begin_layout Plain Layout
31448
31449
31450 \backslash
31451 renewcommand*{
31452 \backslash
31453 raggedrightmarginnote}{
31454 \backslash
31455 raggedright}
31456 \end_layout
31457
31458 \end_inset
31459
31460
31461 \end_layout
31462
31463 \begin_layout Standard
31464 \begin_inset VSpace medskip
31465 \end_inset
31466
31467 For the other features of 
31468 \series bold
31469 marginnote
31470 \series default
31471  refer to its documentation 
31472 \begin_inset CommandInset citation
31473 LatexCommand cite
31474 key "marginnote"
31475
31476 \end_inset
31477
31478 .
31479 \end_layout
31480
31481 \begin_layout Standard
31482 \begin_inset VSpace bigskip
31483 \end_inset
31484
31485 You can adjust the layout of margin notes by changing its definition.
31486  To create for example a header for all margin notes with the underlined,
31487  sans-serif, and bold header text 
31488 \begin_inset Quotes eld
31489 \end_inset
31490
31491
31492 \family sans
31493 \series bold
31494 \bar under
31495 Attention!
31496 \family default
31497 \series default
31498 \bar default
31499
31500 \begin_inset Quotes erd
31501 \end_inset
31502
31503 , add this to your document preamble:
31504 \end_layout
31505
31506 \begin_layout Standard
31507
31508 \series bold
31509
31510 \backslash
31511 let
31512 \backslash
31513 myMarginpar
31514 \backslash
31515 marginpar
31516 \begin_inset Newline newline
31517 \end_inset
31518
31519
31520 \backslash
31521 renewcommand{
31522 \backslash
31523 marginpar}[1]{
31524 \backslash
31525 myMarginpar{%
31526 \begin_inset Newline newline
31527 \end_inset
31528
31529
31530 \begin_inset Phantom HPhantom
31531 status open
31532
31533 \begin_layout Plain Layout
31534
31535 \series bold
31536 \begin_inset space ~
31537 \end_inset
31538
31539
31540 \end_layout
31541
31542 \end_inset
31543
31544
31545 \backslash
31546 hspace{0pt}
31547 \backslash
31548 textsf{
31549 \backslash
31550 textbf{
31551 \backslash
31552 underbar{Attention!}}}%
31553 \begin_inset Newline newline
31554 \end_inset
31555
31556
31557 \begin_inset Phantom HPhantom
31558 status open
31559
31560 \begin_layout Plain Layout
31561
31562 \series bold
31563 \begin_inset space ~
31564 \end_inset
31565
31566
31567 \end_layout
31568
31569 \end_inset
31570
31571
31572 \backslash
31573 vspace{1.5mm}
31574 \backslash
31575
31576 \backslash
31577 #1}}
31578 \end_layout
31579
31580 \begin_layout Standard
31581
31582 \family roman
31583 \series medium
31584 \begin_inset ERT
31585 status collapsed
31586
31587 \begin_layout Plain Layout
31588
31589
31590 \backslash
31591 let
31592 \backslash
31593 myMarginpar
31594 \backslash
31595 marginpar
31596 \end_layout
31597
31598 \begin_layout Plain Layout
31599
31600
31601 \backslash
31602 renewcommand{
31603 \backslash
31604 marginpar}[1]{
31605 \backslash
31606 myMarginpar{%
31607 \end_layout
31608
31609 \begin_layout Plain Layout
31610
31611    
31612 \backslash
31613 textsf{
31614 \backslash
31615 textbf{
31616 \backslash
31617 underbar{Attention!}}}%
31618 \end_layout
31619
31620 \begin_layout Plain Layout
31621
31622    
31623 \backslash
31624 vspace{1.5mm}
31625 \backslash
31626
31627 \backslash
31628 #1}}
31629 \end_layout
31630
31631 \end_inset
31632
31633
31634 \begin_inset Marginal
31635 status open
31636
31637 \begin_layout Plain Layout
31638 This is a margin note with a defined heading.
31639 \end_layout
31640
31641 \end_inset
31642
31643
31644 \family default
31645 \series default
31646
31647 \begin_inset ERT
31648 status collapsed
31649
31650 \begin_layout Plain Layout
31651
31652 [-1.5cm]
31653 \end_layout
31654
31655 \end_inset
31656
31657
31658 \family roman
31659 \series medium
31660
31661 \begin_inset ERT
31662 status collapsed
31663
31664 \begin_layout Plain Layout
31665
31666
31667 \backslash
31668 renewcommand{
31669 \backslash
31670 marginpar}[1]{
31671 \backslash
31672 myMarginpar{#1}}
31673 \end_layout
31674
31675 \end_inset
31676
31677
31678 \family default
31679 \series default
31680
31681 \begin_inset Note Note
31682 status collapsed
31683
31684 \begin_layout Plain Layout
31685 The margin note format is changed only for this example.
31686 \end_layout
31687
31688 \end_inset
31689
31690
31691 \end_layout
31692
31693 \begin_layout Standard
31694 \begin_inset ERT
31695 status collapsed
31696
31697 \begin_layout Plain Layout
31698
31699
31700 \backslash
31701 else
31702 \end_layout
31703
31704 \end_inset
31705
31706
31707 \begin_inset Note Note
31708 status open
31709
31710 \begin_layout Plain Layout
31711 The following will be displayed when the LaTeX-package 
31712 \series bold
31713 marginnote
31714 \series default
31715  is not installed:
31716 \end_layout
31717
31718 \end_inset
31719
31720
31721 \end_layout
31722
31723 \begin_layout Standard
31724 You need to install the LaTeX-package 
31725 \series bold
31726 marginnote
31727 \series default
31728  to see the following part of this section in the output.
31729 \end_layout
31730
31731 \begin_layout Standard
31732 \begin_inset ERT
31733 status collapsed
31734
31735 \begin_layout Plain Layout
31736
31737
31738 \backslash
31739 fi
31740 \end_layout
31741
31742 \end_inset
31743
31744
31745 \end_layout
31746
31747 \begin_layout Chapter
31748 Boxes
31749 \end_layout
31750
31751 \begin_layout Section
31752 Introduction
31753 \begin_inset Index idx
31754 status collapsed
31755
31756 \begin_layout Plain Layout
31757 Boxes ! Introduction
31758 \end_layout
31759
31760 \end_inset
31761
31762
31763 \end_layout
31764
31765 \begin_layout Standard
31766 Boxes are used to format a block of text.
31767  Boxes can be used to write documents with multiple languages, see section
31768 \begin_inset space ~
31769 \end_inset
31770
31771
31772 \begin_inset CommandInset ref
31773 LatexCommand ref
31774 reference "sec:Minipages"
31775
31776 \end_inset
31777
31778 , to frame texts, see section
31779 \begin_inset space ~
31780 \end_inset
31781
31782
31783 \begin_inset CommandInset ref
31784 LatexCommand ref
31785 reference "sec:Decoration"
31786
31787 \end_inset
31788
31789 , to prevent words from being hyphenated, see section
31790 \begin_inset space ~
31791 \end_inset
31792
31793
31794 \begin_inset CommandInset ref
31795 LatexCommand ref
31796 reference "sec:Prevent-Hyphenation"
31797
31798 \end_inset
31799
31800 , to align text, see section
31801 \begin_inset space ~
31802 \end_inset
31803
31804
31805 \begin_inset CommandInset ref
31806 LatexCommand ref
31807 reference "sub:Vertical-Alignment"
31808
31809 \end_inset
31810
31811 , or to set the background color of texts, see section
31812 \begin_inset space ~
31813 \end_inset
31814
31815
31816 \begin_inset CommandInset ref
31817 LatexCommand ref
31818 reference "sec:Colored-Boxes"
31819
31820 \end_inset
31821
31822 .
31823 \end_layout
31824
31825 \begin_layout Standard
31826 Boxes can be inserted with the menu 
31827 \family sans
31828 Insert\SpecialChar \menuseparator
31829 Box
31830 \family default
31831  or the toolbar button 
31832 \begin_inset Info
31833 type  "icon"
31834 arg   "box-insert Frameless"
31835 \end_inset
31836
31837 .
31838  A grey box with the label 
31839 \family sans
31840 Box (Minipage)
31841 \family default
31842
31843 \begin_inset Graphics
31844         filename clipart/BoxInsetDefaultQt4.png
31845         scale 85
31846         scaleBeforeRotation
31847
31848 \end_inset
31849
31850  will be inserted.
31851  The box type can be specified by right-clicking on the box and selecting
31852  
31853 \family sans
31854 Settings
31855 \family default
31856 .
31857  The box dialog offers the 
31858 \family sans
31859 Inner
31860 \begin_inset space ~
31861 \end_inset
31862
31863 Box
31864 \family default
31865  types 
31866 \family sans
31867 Makebox
31868 \family default
31869
31870 \family sans
31871 Parbox
31872 \family default
31873  and 
31874 \family sans
31875 Minipage
31876 \family default
31877 .
31878  The type 
31879 \family sans
31880 Minipage
31881 \family default
31882  is the default for new boxes and is explained in section
31883 \begin_inset space ~
31884 \end_inset
31885
31886
31887 \begin_inset CommandInset ref
31888 LatexCommand ref
31889 reference "sec:Minipages"
31890
31891 \end_inset
31892
31893 ; the type 
31894 \family sans
31895 Parbox
31896 \family default
31897  is described in section
31898 \begin_inset space ~
31899 \end_inset
31900
31901
31902 \begin_inset CommandInset ref
31903 LatexCommand ref
31904 reference "sec:Parboxes"
31905
31906 \end_inset
31907
31908  and the type 
31909 \family sans
31910 Makebox
31911 \family default
31912  in 
31913 \begin_inset CommandInset ref
31914 LatexCommand ref
31915 reference "sec:Prevent-Hyphenation"
31916
31917 \end_inset
31918
31919 .
31920 \end_layout
31921
31922 \begin_layout Standard
31923 Boxes are not numbered and can therefore not be referenced like floats or
31924  footnotes.
31925 \end_layout
31926
31927 \begin_layout Standard
31928 \begin_inset Note Greyedout
31929 status open
31930
31931 \begin_layout Plain Layout
31932
31933 \series bold
31934 Note:
31935 \series default
31936  Boxes must not be the item in an 
31937 \family sans
31938 Itemize
31939 \family default
31940  or 
31941 \family sans
31942 Description
31943 \family default
31944  environment.
31945 \end_layout
31946
31947 \end_inset
31948
31949
31950 \end_layout
31951
31952 \begin_layout Standard
31953 \begin_inset Note Greyedout
31954 status open
31955
31956 \begin_layout Plain Layout
31957
31958 \series bold
31959 Note:
31960 \series default
31961  For an unknown reason you can only set the 
31962 \family sans
31963 Inner
31964 \begin_inset space ~
31965 \end_inset
31966
31967 Box
31968 \family default
31969  type to 
31970 \family sans
31971 None
31972 \family default
31973  when you use a framed box.
31974  Boxes without an 
31975 \family sans
31976 Inner
31977 \begin_inset space ~
31978 \end_inset
31979
31980 Box
31981 \family default
31982  type and without frames are explained in section
31983 \begin_inset space ~
31984 \end_inset
31985
31986
31987 \begin_inset CommandInset ref
31988 LatexCommand ref
31989 reference "sec:Prevent-Hyphenation"
31990
31991 \end_inset
31992
31993 .
31994 \end_layout
31995
31996 \end_inset
31997
31998
31999 \end_layout
32000
32001 \begin_layout Section
32002 Box Dialog
32003 \begin_inset CommandInset label
32004 LatexCommand label
32005 name "sec:Box-Dialog"
32006
32007 \end_inset
32008
32009
32010 \begin_inset Index idx
32011 status collapsed
32012
32013 \begin_layout Plain Layout
32014 Boxes ! Box Dialog
32015 \end_layout
32016
32017 \end_inset
32018
32019
32020 \end_layout
32021
32022 \begin_layout Subsection
32023 Size
32024 \begin_inset Index idx
32025 status collapsed
32026
32027 \begin_layout Plain Layout
32028 Boxes ! Size
32029 \end_layout
32030
32031 \end_inset
32032
32033
32034 \end_layout
32035
32036 \begin_layout Standard
32037 In the box dialog you can adjust the box geometry in the fields 
32038 \family sans
32039 Width
32040 \family default
32041  and 
32042 \family sans
32043 Height
32044 \family default
32045 .
32046  The available units for the geometry are explained in Table
32047 \begin_inset space ~
32048 \end_inset
32049
32050
32051 \begin_inset CommandInset ref
32052 LatexCommand ref
32053 reference "tab:Units"
32054
32055 \end_inset
32056
32057 .
32058  The field 
32059 \family sans
32060 Height
32061 \family default
32062  offers the following additional sizes:
32063 \end_layout
32064
32065 \begin_layout Description
32066 Depth This is the plain text 
32067 \begin_inset Quotes eld
32068 \end_inset
32069
32070 height
32071 \begin_inset Quotes erd
32072 \end_inset
32073
32074 .
32075  It ignores the total depth when there are multiple text lines in the box:
32076 \begin_inset Newline newline
32077 \end_inset
32078
32079
32080 \begin_inset Newline newline
32081 \end_inset
32082
32083
32084 \begin_inset Newline newline
32085 \end_inset
32086
32087
32088 \begin_inset Box Boxed
32089 position "c"
32090 hor_pos "c"
32091 has_inner_box 1
32092 inner_pos "c"
32093 use_parbox 0
32094 use_makebox 0
32095 width "12col%"
32096 special "none"
32097 height "1in"
32098 height_special "depth"
32099 status collapsed
32100
32101 \begin_layout Plain Layout
32102 \align center
32103 Box height set to 1
32104 \begin_inset space \thinspace{}
32105 \end_inset
32106
32107 Depth
32108 \end_layout
32109
32110 \end_inset
32111
32112
32113 \begin_inset Newline newline
32114 \end_inset
32115
32116
32117 \begin_inset Newline newline
32118 \end_inset
32119
32120
32121 \end_layout
32122
32123 \begin_layout Description
32124 Height This is the height of the text that is inside the box.
32125  A value of e.
32126 \begin_inset space \thinspace{}
32127 \end_inset
32128
32129 g.
32130 \begin_inset space \space{}
32131 \end_inset
32132
32133 2 for this size will set the box height to 2
32134 \begin_inset space ~
32135 \end_inset
32136
32137 times the text height: 
32138 \begin_inset Box Boxed
32139 position "c"
32140 hor_pos "c"
32141 has_inner_box 1
32142 inner_pos "c"
32143 use_parbox 0
32144 use_makebox 0
32145 width "20col%"
32146 special "none"
32147 height "2in"
32148 height_special "height"
32149 status collapsed
32150
32151 \begin_layout Plain Layout
32152 \align center
32153 Box height set to 2
32154 \begin_inset space \thinspace{}
32155 \end_inset
32156
32157 Height
32158 \end_layout
32159
32160 \end_inset
32161
32162
32163 \end_layout
32164
32165 \begin_layout Description
32166 Total
32167 \begin_inset space ~
32168 \end_inset
32169
32170 Height This is the Height
32171 \begin_inset space \thinspace{}
32172 \end_inset
32173
32174 +
32175 \begin_inset space \thinspace{}
32176 \end_inset
32177
32178 Depth: 
32179 \begin_inset Box Boxed
32180 position "c"
32181 hor_pos "c"
32182 has_inner_box 1
32183 inner_pos "c"
32184 use_parbox 0
32185 use_makebox 0
32186 width "20col%"
32187 special "none"
32188 height "1in"
32189 height_special "totalheight"
32190 status collapsed
32191
32192 \begin_layout Plain Layout
32193 \align center
32194 Box height set to 1
32195 \begin_inset space \thinspace{}
32196 \end_inset
32197
32198 Total
32199 \begin_inset space ~
32200 \end_inset
32201
32202 Height
32203 \end_layout
32204
32205 \end_inset
32206
32207
32208 \end_layout
32209
32210 \begin_layout Description
32211 Width This sets the width of the box as height: 
32212 \begin_inset Box Boxed
32213 position "c"
32214 hor_pos "c"
32215 has_inner_box 1
32216 inner_pos "c"
32217 use_parbox 0
32218 use_makebox 0
32219 width "12col%"
32220 special "none"
32221 height "1in"
32222 height_special "width"
32223 status collapsed
32224
32225 \begin_layout Plain Layout
32226 \align center
32227 Box height set to 1
32228 \begin_inset space \thinspace{}
32229 \end_inset
32230
32231 Width
32232 \end_layout
32233
32234 \end_inset
32235
32236
32237 \end_layout
32238
32239 \begin_layout Subsection
32240 Alignment
32241 \begin_inset Index idx
32242 status collapsed
32243
32244 \begin_layout Plain Layout
32245 Boxes ! Alignment
32246 \end_layout
32247
32248 \end_inset
32249
32250
32251 \end_layout
32252
32253 \begin_layout Standard
32254 When you have chosen an 
32255 \family sans
32256 Inner
32257 \begin_inset space ~
32258 \end_inset
32259
32260 Box
32261 \family default
32262 , the vertical box alignment can be:
32263 \end_layout
32264
32265 \begin_layout Description
32266 Top This is an example text line.
32267  
32268 \begin_inset Box Boxed
32269 position "t"
32270 hor_pos "c"
32271 has_inner_box 1
32272 inner_pos "c"
32273 use_parbox 0
32274 use_makebox 0
32275 width "12col%"
32276 special "none"
32277 height "1in"
32278 height_special "totalheight"
32279 status collapsed
32280
32281 \begin_layout Plain Layout
32282 \align center
32283 This box is top-aligned.
32284 \end_layout
32285
32286 \end_inset
32287
32288  This is an example text line.
32289 \end_layout
32290
32291 \begin_layout Description
32292 Middle This is an example text line.
32293  
32294 \begin_inset Box Boxed
32295 position "c"
32296 hor_pos "c"
32297 has_inner_box 1
32298 inner_pos "c"
32299 use_parbox 0
32300 use_makebox 0
32301 width "12col%"
32302 special "none"
32303 height "1in"
32304 height_special "totalheight"
32305 status collapsed
32306
32307 \begin_layout Plain Layout
32308 \align center
32309 This box is middle-aligned.
32310 \end_layout
32311
32312 \end_inset
32313
32314  This is an example text line.
32315 \end_layout
32316
32317 \begin_layout Description
32318 Bottom This is an example text line.
32319  
32320 \begin_inset Box Boxed
32321 position "b"
32322 hor_pos "c"
32323 has_inner_box 1
32324 inner_pos "c"
32325 use_parbox 0
32326 use_makebox 0
32327 width "12col%"
32328 special "none"
32329 height "1in"
32330 height_special "totalheight"
32331 status collapsed
32332
32333 \begin_layout Plain Layout
32334 \align center
32335 This box is bottom-aligned.
32336 \end_layout
32337
32338 \end_inset
32339
32340  This is an example text line.
32341 \end_layout
32342
32343 \begin_layout Standard
32344 \begin_inset Note Greyedout
32345 status open
32346
32347 \begin_layout Plain Layout
32348
32349 \series bold
32350 Note:
32351 \series default
32352  The vertical box alignment can be lost in the output when you have two
32353  boxes in a line and one has e.
32354 \begin_inset space \thinspace{}
32355 \end_inset
32356
32357 g.
32358 \begin_inset space \space{}
32359 \end_inset
32360
32361 a shadow and the other one not.
32362 \end_layout
32363
32364 \end_inset
32365
32366
32367 \end_layout
32368
32369 \begin_layout Standard
32370 The horizontal box alignment can be set via LyX's paragraph dialog when
32371  you set the box into its own paragraph.
32372 \end_layout
32373
32374 \begin_layout Standard
32375 \begin_inset VSpace bigskip
32376 \end_inset
32377
32378 When you have chosen an 
32379 \family sans
32380 Inner
32381 \begin_inset space ~
32382 \end_inset
32383
32384 Box
32385 \family default
32386 , the box content can be aligned vertically to:
32387 \end_layout
32388
32389 \begin_layout Description
32390 top This is an example text line.
32391  
32392 \begin_inset Box Boxed
32393 position "c"
32394 hor_pos "c"
32395 has_inner_box 1
32396 inner_pos "t"
32397 use_parbox 0
32398 use_makebox 0
32399 width "12col%"
32400 special "none"
32401 height "1.5in"
32402 height_special "totalheight"
32403 status collapsed
32404
32405 \begin_layout Plain Layout
32406 \align center
32407 This box text is top-aligned.
32408 \end_layout
32409
32410 \end_inset
32411
32412  This is an example text line.
32413 \end_layout
32414
32415 \begin_layout Description
32416 middle This is an example text line.
32417  
32418 \begin_inset Box Boxed
32419 position "c"
32420 hor_pos "c"
32421 has_inner_box 1
32422 inner_pos "c"
32423 use_parbox 0
32424 use_makebox 0
32425 width "12col%"
32426 special "none"
32427 height "1.5in"
32428 height_special "totalheight"
32429 status collapsed
32430
32431 \begin_layout Plain Layout
32432 \align center
32433 This box text is middle-aligned.
32434 \end_layout
32435
32436 \end_inset
32437
32438  This is an example text line.
32439 \end_layout
32440
32441 \begin_layout Description
32442 bottom This is an example text line.
32443  
32444 \begin_inset Box Boxed
32445 position "c"
32446 hor_pos "c"
32447 has_inner_box 1
32448 inner_pos "b"
32449 use_parbox 0
32450 use_makebox 0
32451 width "12col%"
32452 special "none"
32453 height "1.5in"
32454 height_special "totalheight"
32455 status collapsed
32456
32457 \begin_layout Plain Layout
32458 \align center
32459 This box text is bottom-aligned.
32460 \end_layout
32461
32462 \end_inset
32463
32464  This is an example text line.
32465 \end_layout
32466
32467 \begin_layout Description
32468 stretch This is an example text line.
32469  
32470 \begin_inset Box Boxed
32471 position "c"
32472 hor_pos "c"
32473 has_inner_box 1
32474 inner_pos "s"
32475 use_parbox 0
32476 use_makebox 0
32477 width "12col%"
32478 special "none"
32479 height "1.5in"
32480 height_special "totalheight"
32481 status collapsed
32482
32483 \begin_layout Plain Layout
32484 \align center
32485 This box
32486 \end_layout
32487
32488 \begin_layout Plain Layout
32489 \align center
32490 text is
32491 \end_layout
32492
32493 \begin_layout Plain Layout
32494 \align center
32495 stretched.
32496 \end_layout
32497
32498 \end_inset
32499
32500  This is an example text line.
32501 \end_layout
32502
32503 \begin_layout Standard
32504 To stretch the box content, it must consist of more than one paragraph.
32505  In the example above every text line is in an own paragraph.
32506 \end_layout
32507
32508 \begin_layout Standard
32509 \begin_inset VSpace bigskip
32510 \end_inset
32511
32512 To align the box content horizontally you can use LyX's paragraph dialog
32513  when you have chosen an 
32514 \family sans
32515 Inner
32516 \begin_inset space ~
32517 \end_inset
32518
32519 Box
32520 \family default
32521 .
32522 \end_layout
32523
32524 \begin_layout Standard
32525 \align center
32526 \begin_inset Box Boxed
32527 position "c"
32528 hor_pos "c"
32529 has_inner_box 1
32530 inner_pos "s"
32531 use_parbox 0
32532 use_makebox 0
32533 width "15col%"
32534 special "none"
32535 height "1.25in"
32536 height_special "totalheight"
32537 status collapsed
32538
32539 \begin_layout Plain Layout
32540 \align left
32541 This box
32542 \end_layout
32543
32544 \begin_layout Plain Layout
32545 \align center
32546 text is
32547 \end_layout
32548
32549 \begin_layout Plain Layout
32550 \align right
32551 stretched.
32552 \end_layout
32553
32554 \end_inset
32555
32556
32557 \end_layout
32558
32559 \begin_layout Standard
32560 If you have not set an 
32561 \family sans
32562 Inner
32563 \begin_inset space ~
32564 \end_inset
32565
32566 Box
32567 \family default
32568 , you can align the box content horizontally in the box dialog.
32569 \end_layout
32570
32571 \begin_layout Standard
32572 \align center
32573 \begin_inset Box Boxed
32574 position "c"
32575 hor_pos "s"
32576 has_inner_box 0
32577 inner_pos "s"
32578 use_parbox 0
32579 use_makebox 0
32580 width "90col%"
32581 special "none"
32582 height "1.25in"
32583 height_special "totalheight"
32584 status collapsed
32585
32586 \begin_layout Plain Layout
32587 This box text is horizontally stretched.
32588 \end_layout
32589
32590 \end_inset
32591
32592
32593 \end_layout
32594
32595 \begin_layout Subsection
32596 Decoration
32597 \begin_inset CommandInset label
32598 LatexCommand label
32599 name "sec:Decoration"
32600
32601 \end_inset
32602
32603
32604 \begin_inset Index idx
32605 status collapsed
32606
32607 \begin_layout Plain Layout
32608 Boxes ! Decoration
32609 \end_layout
32610
32611 \end_inset
32612
32613
32614 \end_layout
32615
32616 \begin_layout Standard
32617 The type of the box can be specified in the box dialog in the drop-down
32618  list 
32619 \family sans
32620 Decoration
32621 \family default
32622 .
32623  The following types are possible:
32624 \end_layout
32625
32626 \begin_layout Description
32627 No
32628 \begin_inset space ~
32629 \end_inset
32630
32631 frame Nothing is drawn.
32632 \end_layout
32633
32634 \begin_layout Description
32635 Simple
32636 \begin_inset space ~
32637 \end_inset
32638
32639 rectangular
32640 \begin_inset space ~
32641 \end_inset
32642
32643 frame This draws a rectangular frame around the box.
32644  The frame line thickness has the size of 
32645 \series bold
32646
32647 \backslash
32648 fboxrule
32649 \series default
32650 .
32651  
32652 \begin_inset Box Boxed
32653 position "c"
32654 hor_pos "c"
32655 has_inner_box 1
32656 inner_pos "c"
32657 use_parbox 0
32658 use_makebox 0
32659 width "20col%"
32660 special "none"
32661 height "1in"
32662 height_special "totalheight"
32663 status collapsed
32664
32665 \begin_layout Plain Layout
32666 \align center
32667 Rectangular box
32668 \end_layout
32669
32670 \end_inset
32671
32672
32673 \end_layout
32674
32675 \begin_layout Description
32676 Oval
32677 \begin_inset space ~
32678 \end_inset
32679
32680 box,
32681 \begin_inset space ~
32682 \end_inset
32683
32684 thin This draws an oval frame around the box.
32685  The frame line thickness has the size 0.4
32686 \begin_inset space \thinspace{}
32687 \end_inset
32688
32689 pt.
32690  
32691 \begin_inset Box ovalbox
32692 position "c"
32693 hor_pos "c"
32694 has_inner_box 1
32695 inner_pos "c"
32696 use_parbox 0
32697 use_makebox 0
32698 width "20col%"
32699 special "none"
32700 height "1in"
32701 height_special "totalheight"
32702 status collapsed
32703
32704 \begin_layout Plain Layout
32705 \align center
32706 Oval box, thin
32707 \end_layout
32708
32709 \end_inset
32710
32711
32712 \end_layout
32713
32714 \begin_layout Description
32715 Oval
32716 \begin_inset space ~
32717 \end_inset
32718
32719 box,
32720 \begin_inset space ~
32721 \end_inset
32722
32723 thick This draws an oval frame around the box.
32724  The frame line thickness has the size 0.8
32725 \begin_inset space \thinspace{}
32726 \end_inset
32727
32728 pt.
32729  
32730 \begin_inset Box Ovalbox
32731 position "c"
32732 hor_pos "c"
32733 has_inner_box 1
32734 inner_pos "c"
32735 use_parbox 0
32736 use_makebox 0
32737 width "20col%"
32738 special "none"
32739 height "1in"
32740 height_special "totalheight"
32741 status collapsed
32742
32743 \begin_layout Plain Layout
32744 \align center
32745 Oval box, thick
32746 \end_layout
32747
32748 \end_inset
32749
32750
32751 \end_layout
32752
32753 \begin_layout Description
32754 Drop
32755 \begin_inset space ~
32756 \end_inset
32757
32758 shadow This draws a rectangular frame with a shadow around the box.
32759  The frame line thickness has the size of 
32760 \series bold
32761
32762 \backslash
32763 fboxrule
32764 \series default
32765 , the shadow has a width of 4
32766 \begin_inset space \thinspace{}
32767 \end_inset
32768
32769 pt.
32770  
32771 \begin_inset Box Shadowbox
32772 position "c"
32773 hor_pos "c"
32774 has_inner_box 1
32775 inner_pos "c"
32776 use_parbox 0
32777 use_makebox 0
32778 width "20col%"
32779 special "none"
32780 height "1in"
32781 height_special "totalheight"
32782 status collapsed
32783
32784 \begin_layout Plain Layout
32785 \align center
32786 Shadow box
32787 \end_layout
32788
32789 \end_inset
32790
32791
32792 \end_layout
32793
32794 \begin_layout Description
32795 Shaded
32796 \begin_inset space ~
32797 \end_inset
32798
32799 background This draws a box with a red background.
32800  Unlike colored boxes
32801 \begin_inset Foot
32802 status collapsed
32803
32804 \begin_layout Plain Layout
32805 see sec.
32806 \begin_inset space \thinspace{}
32807 \end_inset
32808
32809
32810 \begin_inset CommandInset ref
32811 LatexCommand ref
32812 reference "sec:Colored-Boxes"
32813
32814 \end_inset
32815
32816
32817 \end_layout
32818
32819 \end_inset
32820
32821 , it always uses the whole column width and the box is set as its own paragraph.
32822  
32823 \begin_inset Box Shaded
32824 position "t"
32825 hor_pos "c"
32826 has_inner_box 0
32827 inner_pos "t"
32828 use_parbox 0
32829 use_makebox 0
32830 width "50col%"
32831 special "none"
32832 height "1in"
32833 height_special "totalheight"
32834 status collapsed
32835
32836 \begin_layout Plain Layout
32837 Shaded background box
32838 \end_layout
32839
32840 \end_inset
32841
32842
32843 \end_layout
32844
32845 \begin_layout Description
32846 Double
32847 \begin_inset space ~
32848 \end_inset
32849
32850 rectangular
32851 \begin_inset space ~
32852 \end_inset
32853
32854 frame This draws a double-line rectangular frame around the box.
32855  The line thickness of the inner frame is 0.75
32856 \begin_inset space \thinspace{}
32857 \end_inset
32858
32859
32860 \series bold
32861
32862 \backslash
32863 fboxrule
32864 \series default
32865 , the thickness of the outer frame is 1.5
32866 \begin_inset space \thinspace{}
32867 \end_inset
32868
32869
32870 \series bold
32871
32872 \backslash
32873 fboxrule
32874 \series default
32875 .
32876  The distance between the lines is 1.5
32877 \begin_inset space \thinspace{}
32878 \end_inset
32879
32880
32881 \series bold
32882
32883 \backslash
32884 fboxrule
32885 \series default
32886
32887 \begin_inset space \thinspace{}
32888 \end_inset
32889
32890 +
32891 \begin_inset space \thinspace{}
32892 \end_inset
32893
32894 0.5
32895 \begin_inset space \thinspace{}
32896 \end_inset
32897
32898 pt.
32899  
32900 \begin_inset Box Doublebox
32901 position "c"
32902 hor_pos "c"
32903 has_inner_box 1
32904 inner_pos "c"
32905 use_parbox 0
32906 use_makebox 0
32907 width "20col%"
32908 special "none"
32909 height "1in"
32910 height_special "totalheight"
32911 status collapsed
32912
32913 \begin_layout Plain Layout
32914 \align center
32915 Double rectangular box
32916 \end_layout
32917
32918 \end_inset
32919
32920
32921 \end_layout
32922
32923 \begin_layout Standard
32924 \begin_inset VSpace bigskip
32925 \end_inset
32926
32927 LyX's box label will reflect the different frame types.
32928  To be able to use all types, the LaTeX-package 
32929 \series bold
32930 fancybox
32931 \series default
32932
32933 \begin_inset Index idx
32934 status collapsed
32935
32936 \begin_layout Plain Layout
32937 LaTeX-packages ! fancybox
32938 \end_layout
32939
32940 \end_inset
32941
32942  must be installed.
32943 \end_layout
32944
32945 \begin_layout Standard
32946 \begin_inset VSpace bigskip
32947 \end_inset
32948
32949 When you use the decoration 
32950 \family sans
32951 simple rectangular frame
32952 \family default
32953  and no inner box, you can allow page breaks within a box.
32954  Note that then, unlike other framed boxes, the frame always uses the whole
32955  column width, the box is set as its own paragraph, and 
32956 \series bold
32957
32958 \backslash
32959 fboxrule
32960 \series default
32961  and 
32962 \series bold
32963
32964 \backslash
32965 fboxsep
32966 \series default
32967  have no effect on this box type.
32968  The frame line thickness has the size of 
32969 \series bold
32970
32971 \backslash
32972 FrameRule
32973 \series default
32974 .
32975  
32976 \begin_inset Box Framed
32977 position "t"
32978 hor_pos "c"
32979 has_inner_box 0
32980 inner_pos "t"
32981 use_parbox 0
32982 use_makebox 0
32983 width "100col%"
32984 special "none"
32985 height "1in"
32986 height_special "totalheight"
32987 status collapsed
32988
32989 \begin_layout Plain Layout
32990 Allow page break box
32991 \end_layout
32992
32993 \end_inset
32994
32995
32996 \end_layout
32997
32998 \begin_layout Section
32999 Box Customization
33000 \begin_inset Index idx
33001 status collapsed
33002
33003 \begin_layout Plain Layout
33004 Boxes ! Customization
33005 \end_layout
33006
33007 \end_inset
33008
33009
33010 \end_layout
33011
33012 \begin_layout Standard
33013 The default value for the size 
33014 \series bold
33015
33016 \backslash
33017 fboxrule
33018 \series default
33019  is 0.4
33020 \begin_inset space \thinspace{}
33021 \end_inset
33022
33023 pt.
33024  It can be changed with the following command in TeX-code to e.
33025 \begin_inset space \thinspace{}
33026 \end_inset
33027
33028 g.
33029 \begin_inset space \space{}
33030 \end_inset
33031
33032 2
33033 \begin_inset space \thinspace{}
33034 \end_inset
33035
33036 pt:
33037 \end_layout
33038
33039 \begin_layout Standard
33040
33041 \series bold
33042
33043 \backslash
33044 setlength{
33045 \backslash
33046 fboxrule}{2pt}
33047 \end_layout
33048
33049 \begin_layout Standard
33050 \begin_inset ERT
33051 status collapsed
33052
33053 \begin_layout Plain Layout
33054
33055
33056 \backslash
33057 setlength{
33058 \backslash
33059 fboxrule}{2pt}
33060 \end_layout
33061
33062 \end_inset
33063
33064
33065 \begin_inset Box Boxed
33066 position "c"
33067 hor_pos "c"
33068 has_inner_box 1
33069 inner_pos "c"
33070 use_parbox 0
33071 use_makebox 0
33072 width "25col%"
33073 special "none"
33074 height "1in"
33075 height_special "totalheight"
33076 status open
33077
33078 \begin_layout Plain Layout
33079 \align center
33080 Rectangular box with 
33081 \series bold
33082
33083 \backslash
33084 fboxrule
33085 \series default
33086
33087 \begin_inset space \thinspace{}
33088 \end_inset
33089
33090 =
33091 \begin_inset space \thinspace{}
33092 \end_inset
33093
33094 2
33095 \begin_inset space \thinspace{}
33096 \end_inset
33097
33098 pt
33099 \end_layout
33100
33101 \end_inset
33102
33103
33104 \begin_inset ERT
33105 status collapsed
33106
33107 \begin_layout Plain Layout
33108
33109
33110 \backslash
33111 setlength{
33112 \backslash
33113 fboxrule}{0.4pt}
33114 \end_layout
33115
33116 \end_inset
33117
33118
33119 \end_layout
33120
33121 \begin_layout Standard
33122 \begin_inset VSpace bigskip
33123 \end_inset
33124
33125 The space between the frame and the box content is for all frame styles
33126  by default 3
33127 \begin_inset space \thinspace{}
33128 \end_inset
33129
33130 pt.
33131  You can change it by setting the length 
33132 \series bold
33133
33134 \backslash
33135 fboxsep
33136 \series default
33137  to another value.
33138  For example the command
33139 \end_layout
33140
33141 \begin_layout Standard
33142
33143 \series bold
33144
33145 \backslash
33146 setlength{
33147 \backslash
33148 fboxsep}{10pt}
33149 \end_layout
33150
33151 \begin_layout Standard
33152 sets the value to 10
33153 \begin_inset space \thinspace{}
33154 \end_inset
33155
33156 pt, as with the following box:
33157 \end_layout
33158
33159 \begin_layout Standard
33160 \begin_inset ERT
33161 status collapsed
33162
33163 \begin_layout Plain Layout
33164
33165
33166 \backslash
33167 setlength{
33168 \backslash
33169 fboxsep}{10pt}
33170 \end_layout
33171
33172 \end_inset
33173
33174
33175 \begin_inset Box Boxed
33176 position "c"
33177 hor_pos "c"
33178 has_inner_box 1
33179 inner_pos "c"
33180 use_parbox 0
33181 use_makebox 0
33182 width "25col%"
33183 special "none"
33184 height "1in"
33185 height_special "totalheight"
33186 status open
33187
33188 \begin_layout Plain Layout
33189 \align center
33190 Rectangular box with 
33191 \series bold
33192
33193 \backslash
33194 fboxsep
33195 \series default
33196
33197 \begin_inset space \thinspace{}
33198 \end_inset
33199
33200 =
33201 \begin_inset space \thinspace{}
33202 \end_inset
33203
33204 10
33205 \begin_inset space \thinspace{}
33206 \end_inset
33207
33208 pt
33209 \end_layout
33210
33211 \end_inset
33212
33213
33214 \begin_inset ERT
33215 status collapsed
33216
33217 \begin_layout Plain Layout
33218
33219
33220 \backslash
33221 setlength{
33222 \backslash
33223 fboxsep}{3pt}
33224 \end_layout
33225
33226 \end_inset
33227
33228
33229 \end_layout
33230
33231 \begin_layout Standard
33232 \begin_inset VSpace bigskip
33233 \end_inset
33234
33235 The diameter of the round corners of the oval boxes can be set with the
33236  command 
33237 \series bold
33238
33239 \backslash
33240 cornersize
33241 \series default
33242 .
33243  The command
33244 \end_layout
33245
33246 \begin_layout Standard
33247
33248 \series bold
33249
33250 \backslash
33251 cornersize*{1cm}
33252 \end_layout
33253
33254 \begin_layout Standard
33255 sets the diameter to 1
33256 \begin_inset space \thinspace{}
33257 \end_inset
33258
33259 cm.
33260  The command
33261 \end_layout
33262
33263 \begin_layout Standard
33264
33265 \series bold
33266
33267 \backslash
33268 cornersize{num}
33269 \end_layout
33270
33271 \begin_layout Standard
33272 sets the diameter to 
33273 \family sans
33274 num
33275 \begin_inset space \thinspace{}
33276 \end_inset
33277
33278 ×
33279 \begin_inset space \thinspace{}
33280 \end_inset
33281
33282 minimum(width and height of box)
33283 \family default
33284 .
33285  The default is 
33286 \series bold
33287
33288 \backslash
33289 cornersize{0.5}
33290 \series default
33291 .
33292 \end_layout
33293
33294 \begin_layout Standard
33295 \begin_inset ERT
33296 status collapsed
33297
33298 \begin_layout Plain Layout
33299
33300
33301 \backslash
33302 cornersize*{1.5cm}
33303 \end_layout
33304
33305 \end_inset
33306
33307
33308 \begin_inset Box Ovalbox
33309 position "c"
33310 hor_pos "c"
33311 has_inner_box 1
33312 inner_pos "c"
33313 use_parbox 0
33314 use_makebox 0
33315 width "25col%"
33316 special "none"
33317 height "1in"
33318 height_special "totalheight"
33319 status open
33320
33321 \begin_layout Plain Layout
33322 \align center
33323 Oval box with 
33324 \series bold
33325
33326 \backslash
33327 cornersize
33328 \series default
33329
33330 \begin_inset space \thinspace{}
33331 \end_inset
33332
33333 =
33334 \begin_inset space \thinspace{}
33335 \end_inset
33336
33337 1.5
33338 \begin_inset space \thinspace{}
33339 \end_inset
33340
33341 cm
33342 \end_layout
33343
33344 \end_inset
33345
33346
33347 \begin_inset ERT
33348 status collapsed
33349
33350 \begin_layout Plain Layout
33351
33352
33353 \backslash
33354 cornersize{0.5}
33355 \end_layout
33356
33357 \end_inset
33358
33359
33360 \end_layout
33361
33362 \begin_layout Standard
33363 \begin_inset VSpace bigskip
33364 \end_inset
33365
33366 The size of the shadow can be adjusted by changing the length 
33367 \series bold
33368
33369 \backslash
33370 shadowsize
33371 \series default
33372 .
33373  It it set to 2
33374 \begin_inset space \thinspace{}
33375 \end_inset
33376
33377 pt for the following box by this command:
33378 \end_layout
33379
33380 \begin_layout Standard
33381
33382 \series bold
33383
33384 \backslash
33385 setlength{
33386 \backslash
33387 shadowsize}{2pt}
33388 \end_layout
33389
33390 \begin_layout Standard
33391 \begin_inset ERT
33392 status collapsed
33393
33394 \begin_layout Plain Layout
33395
33396
33397 \backslash
33398 setlength{
33399 \backslash
33400 shadowsize}{2pt}
33401 \end_layout
33402
33403 \end_inset
33404
33405
33406 \begin_inset Box Shadowbox
33407 position "c"
33408 hor_pos "c"
33409 has_inner_box 1
33410 inner_pos "c"
33411 use_parbox 0
33412 use_makebox 0
33413 width "25col%"
33414 special "none"
33415 height "1in"
33416 height_special "totalheight"
33417 status open
33418
33419 \begin_layout Plain Layout
33420 \align center
33421 Shadow box with 
33422 \series bold
33423
33424 \backslash
33425 shadowsize
33426 \series default
33427
33428 \begin_inset space \thinspace{}
33429 \end_inset
33430
33431 =
33432 \begin_inset space \thinspace{}
33433 \end_inset
33434
33435 2
33436 \begin_inset space \thinspace{}
33437 \end_inset
33438
33439 pt
33440 \end_layout
33441
33442 \end_inset
33443
33444
33445 \begin_inset ERT
33446 status collapsed
33447
33448 \begin_layout Plain Layout
33449
33450
33451 \backslash
33452 setlength{
33453 \backslash
33454 shadowsize}{4pt}
33455 \end_layout
33456
33457 \end_inset
33458
33459
33460 \end_layout
33461
33462 \begin_layout Standard
33463 \begin_inset VSpace bigskip
33464 \end_inset
33465
33466
33467 \end_layout
33468
33469 \begin_layout Standard
33470 The default value for the size 
33471 \series bold
33472
33473 \backslash
33474 FrameRule
33475 \series default
33476  is 0.4
33477 \begin_inset space \thinspace{}
33478 \end_inset
33479
33480 pt.
33481  The default space between the note content and the frame is 9
33482 \begin_inset space \thinspace{}
33483 \end_inset
33484
33485 pt and can be changed with the value of 
33486 \series bold
33487
33488 \backslash
33489 FrameSep
33490 \series default
33491 .
33492  For example the frame appearance of the following 
33493 \family sans
33494 box
33495 \family default
33496  is set with the TeX-Code commands
33497 \end_layout
33498
33499 \begin_layout Standard
33500
33501 \series bold
33502
33503 \backslash
33504 setlength{
33505 \backslash
33506 FrameRule}{5pt}
33507 \begin_inset Newline newline
33508 \end_inset
33509
33510
33511 \backslash
33512 setlength{
33513 \backslash
33514 FrameSep}{0.5cm}
33515 \end_layout
33516
33517 \begin_layout Standard
33518 \begin_inset ERT
33519 status collapsed
33520
33521 \begin_layout Plain Layout
33522
33523
33524 \backslash
33525 setlength{
33526 \backslash
33527 FrameRule}{5pt}
33528 \end_layout
33529
33530 \begin_layout Plain Layout
33531
33532
33533 \backslash
33534 setlength{
33535 \backslash
33536 FrameSep}{0.5cm}
33537 \end_layout
33538
33539 \end_inset
33540
33541
33542 \begin_inset Box Framed
33543 position "t"
33544 hor_pos "c"
33545 has_inner_box 0
33546 inner_pos "t"
33547 use_parbox 0
33548 use_makebox 0
33549 width "100col%"
33550 special "none"
33551 height "1in"
33552 height_special "totalheight"
33553 status open
33554
33555 \begin_layout Plain Layout
33556 This is text in an 
33557 \family sans
33558 allow page break
33559 \family default
33560  box.
33561 \end_layout
33562
33563 \end_inset
33564
33565
33566 \begin_inset ERT
33567 status collapsed
33568
33569 \begin_layout Plain Layout
33570
33571
33572 \backslash
33573 setlength{
33574 \backslash
33575 FrameRule}{0.4pt}
33576 \end_layout
33577
33578 \begin_layout Plain Layout
33579
33580
33581 \backslash
33582 setlength{
33583 \backslash
33584 FrameSep}{9pt}
33585 \end_layout
33586
33587 \end_inset
33588
33589
33590 \end_layout
33591
33592 \begin_layout Standard
33593 \begin_inset VSpace bigskip
33594 \end_inset
33595
33596
33597 \end_layout
33598
33599 \begin_layout Standard
33600 For 
33601 \family sans
33602 shaded background
33603 \family default
33604  boxes the default space between the box content and the box border is 3
33605 \begin_inset space \thinspace{}
33606 \end_inset
33607
33608 pt and can be changed with the value of 
33609 \series bold
33610
33611 \backslash
33612 fboxsep
33613 \series default
33614 .
33615  The default background color red can either be changed locally with the
33616  command 
33617 \series bold
33618
33619 \backslash
33620 definecolor{shadecolor}
33621 \series default
33622  or globally with the menu 
33623 \family sans
33624 Tools\SpecialChar \menuseparator
33625 Preferences\SpecialChar \menuseparator
33626 Colors\SpecialChar \menuseparator
33627 shaded
33628 \begin_inset space ~
33629 \end_inset
33630
33631 box
33632 \family default
33633 .
33634  The scheme of the 
33635 \series bold
33636
33637 \backslash
33638 definecolor
33639 \series default
33640  command is explained in section
33641 \begin_inset space ~
33642 \end_inset
33643
33644
33645 \begin_inset CommandInset ref
33646 LatexCommand ref
33647 reference "sec:Colored-Tables"
33648
33649 \end_inset
33650
33651 .
33652 \begin_inset Foot
33653 status collapsed
33654
33655 \begin_layout Plain Layout
33656 Note that 
33657 \series bold
33658
33659 \backslash
33660 definecolor
33661 \series default
33662  requires the LaTeX-package 
33663 \series bold
33664 color
33665 \series default
33666  in the preamble, see section
33667 \begin_inset space ~
33668 \end_inset
33669
33670
33671 \begin_inset CommandInset ref
33672 LatexCommand ref
33673 reference "sec:Colored-Boxes"
33674
33675 \end_inset
33676
33677 .
33678 \end_layout
33679
33680 \end_inset
33681
33682  For example the appearance of the following shaded background box is set
33683  with the TeX-Code commands
33684 \end_layout
33685
33686 \begin_layout Standard
33687
33688 \series bold
33689
33690 \backslash
33691 setlength{
33692 \backslash
33693 fboxsep}{0.5cm}
33694 \series default
33695
33696 \begin_inset Newline newline
33697 \end_inset
33698
33699
33700 \series bold
33701
33702 \backslash
33703 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33704 \end_layout
33705
33706 \begin_layout Standard
33707 \begin_inset ERT
33708 status collapsed
33709
33710 \begin_layout Plain Layout
33711
33712
33713 \backslash
33714 setlength{
33715 \backslash
33716 fboxsep}{0.5cm}
33717 \end_layout
33718
33719 \begin_layout Plain Layout
33720
33721
33722 \backslash
33723 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33724 \end_layout
33725
33726 \end_inset
33727
33728
33729 \begin_inset Box Shaded
33730 position "t"
33731 hor_pos "c"
33732 has_inner_box 0
33733 inner_pos "t"
33734 use_parbox 0
33735 use_makebox 0
33736 width "100col%"
33737 special "none"
33738 height "1in"
33739 height_special "totalheight"
33740 status open
33741
33742 \begin_layout Plain Layout
33743
33744 \color yellow
33745 This is yellow text in a
33746 \color none
33747  
33748 \family sans
33749 \color yellow
33750 shaded background
33751 \family default
33752 \color none
33753  
33754 \color yellow
33755 box with dark green background.
33756 \end_layout
33757
33758 \end_inset
33759
33760
33761 \begin_inset ERT
33762 status collapsed
33763
33764 \begin_layout Plain Layout
33765
33766
33767 \backslash
33768 setlength{
33769 \backslash
33770 fboxsep}{3pt}
33771 \end_layout
33772
33773 \begin_layout Plain Layout
33774
33775
33776 \backslash
33777 definecolor{shadecolor}{rgb}{1,0,0}
33778 \end_layout
33779
33780 \end_inset
33781
33782
33783 \end_layout
33784
33785 \begin_layout Standard
33786 \begin_inset VSpace bigskip
33787 \end_inset
33788
33789 Changed lengths and widths are valid for all boxes following the commands
33790  that change them.
33791 \end_layout
33792
33793 \begin_layout Section
33794 Minipages
33795 \begin_inset CommandInset label
33796 LatexCommand label
33797 name "sec:Minipages"
33798
33799 \end_inset
33800
33801
33802 \begin_inset Index idx
33803 status collapsed
33804
33805 \begin_layout Plain Layout
33806 Boxes ! Minipages
33807 \end_layout
33808
33809 \end_inset
33810
33811
33812 \end_layout
33813
33814 \begin_layout Standard
33815 Minipages are treated by LaTeX as pages within pages and can therefore for
33816  example have their own footnotes.
33817 \end_layout
33818
33819 \begin_layout Standard
33820 Minipages are useful when you write documents with different languages.
33821 \end_layout
33822
33823 \begin_layout Standard
33824 Below are two example minipages side by side.
33825  Their width is set to 45
33826 \begin_inset space \thinspace{}
33827 \end_inset
33828
33829 col% and they are separated by a horizontal fill, that was inserted via
33830  the menu 
33831 \family sans
33832 Insert\SpecialChar \menuseparator
33833 Special
33834 \begin_inset space ~
33835 \end_inset
33836
33837 Formatting\SpecialChar \menuseparator
33838 Horizontal
33839 \begin_inset space ~
33840 \end_inset
33841
33842 Fill
33843 \family default
33844 .
33845 \begin_inset Newpage newpage
33846 \end_inset
33847
33848
33849 \end_layout
33850
33851 \begin_layout Standard
33852 \begin_inset Box Frameless
33853 position "t"
33854 hor_pos "c"
33855 has_inner_box 1
33856 inner_pos "c"
33857 use_parbox 0
33858 use_makebox 0
33859 width "45col%"
33860 special "none"
33861 height "1in"
33862 height_special "totalheight"
33863 status open
33864
33865 \begin_layout Plain Layout
33866
33867 \lang ngerman
33868 Dies ist ein deutscher Text.
33869  Dies ist ein deutscher Text.
33870  Dies ist ein deutscher Text.
33871  Dies ist ein deutscher Text.
33872  Dies ist ein deutscher Text.
33873  Dies ist ein deutscher Text.
33874  Dies ist ein deutscher Text.
33875  Dies ist ein deutscher Text.
33876  Dies ist ein deutscher Text.
33877  Dies ist ein deutscher Text.
33878  Dies ist ein deutscher Text.
33879  Dies ist ein deutscher Text.
33880  Dies ist ein deutscher Text
33881 \begin_inset Foot
33882 status collapsed
33883
33884 \begin_layout Plain Layout
33885
33886 \lang ngerman
33887 Dies ist eine deutsche Fußnote.
33888 \end_layout
33889
33890 \end_inset
33891
33892 .
33893  Dies ist ein deutscher Text.
33894  Dies ist ein deutscher Text.
33895 \end_layout
33896
33897 \end_inset
33898
33899
33900 \begin_inset space \hfill{}
33901 \end_inset
33902
33903
33904 \begin_inset Box Frameless
33905 position "t"
33906 hor_pos "c"
33907 has_inner_box 1
33908 inner_pos "c"
33909 use_parbox 0
33910 use_makebox 0
33911 width "45col%"
33912 special "none"
33913 height "1in"
33914 height_special "totalheight"
33915 status open
33916
33917 \begin_layout Plain Layout
33918 This is an English Text.
33919  This is an English Text.
33920  This is an English Text.
33921  This is an English Text.
33922  This is an English Text.
33923  This is an English Text.
33924  This is an English Text.
33925  This is an English Text.
33926  This is an English Text.
33927  This is an English Text.
33928  This is an English Text.
33929  This is an English Text.
33930  This is an English Text.
33931  This is an English Text.
33932  This is an English Text.
33933  This is an English Text.
33934 \begin_inset Foot
33935 status collapsed
33936
33937 \begin_layout Plain Layout
33938 This is an English footnote.
33939 \end_layout
33940
33941 \end_inset
33942
33943  This is an English Text.
33944 \end_layout
33945
33946 \end_inset
33947
33948
33949 \end_layout
33950
33951 \begin_layout Standard
33952 \begin_inset VSpace bigskip
33953 \end_inset
33954
33955 The document-wide paragraph settings are ignored within minipages.
33956  That means that there will be no space between paragraphs in minipages
33957  although you set it to e.
33958 \begin_inset space \thinspace{}
33959 \end_inset
33960
33961 g.
33962 \begin_inset space \space{}
33963 \end_inset
33964
33965
33966 \family sans
33967 MedSkip
33968 \family default
33969  in the document settings.
33970 \end_layout
33971
33972 \begin_layout Standard
33973 Minipages can also be used to set a background color for text parts, see
33974  section
33975 \begin_inset space ~
33976 \end_inset
33977
33978
33979 \begin_inset CommandInset ref
33980 LatexCommand ref
33981 reference "sub:Color-for-Paragraphs"
33982
33983 \end_inset
33984
33985 .
33986 \end_layout
33987
33988 \begin_layout Standard
33989 \begin_inset Note Greyedout
33990 status open
33991
33992 \begin_layout Plain Layout
33993
33994 \series bold
33995 Note:
33996 \series default
33997  You cannot have floats or margin notes inside minipages but minipages can
33998  be used inside tables, floats, and other boxes.
33999 \end_layout
34000
34001 \end_inset
34002
34003
34004 \end_layout
34005
34006 \begin_layout Section
34007 Parboxes
34008 \begin_inset CommandInset label
34009 LatexCommand label
34010 name "sec:Parboxes"
34011
34012 \end_inset
34013
34014
34015 \begin_inset Index idx
34016 status collapsed
34017
34018 \begin_layout Plain Layout
34019 Boxes ! Parboxes
34020 \end_layout
34021
34022 \end_inset
34023
34024
34025 \end_layout
34026
34027 \begin_layout Standard
34028 Parboxes are very similar to minipages with the difference that they cannot
34029  have footnotes.
34030 \end_layout
34031
34032 \begin_layout Standard
34033 \align center
34034 \begin_inset Box Frameless
34035 position "t"
34036 hor_pos "c"
34037 has_inner_box 1
34038 inner_pos "t"
34039 use_parbox 1
34040 use_makebox 0
34041 width "33col%"
34042 special "none"
34043 height "1in"
34044 height_special "totalheight"
34045 status open
34046
34047 \begin_layout Plain Layout
34048 This a text within a parbox.
34049  This a text within a parbox.
34050 \end_layout
34051
34052 \begin_layout Plain Layout
34053 This footnote won't appear:
34054 \begin_inset Foot
34055 status collapsed
34056
34057 \begin_layout Plain Layout
34058 This footnote is inside a parbox and will therefore not appear.
34059 \end_layout
34060
34061 \end_inset
34062
34063
34064 \end_layout
34065
34066 \end_inset
34067
34068
34069 \end_layout
34070
34071 \begin_layout Section
34072 Boxes for Words and Characters
34073 \begin_inset Index idx
34074 status collapsed
34075
34076 \begin_layout Plain Layout
34077 Boxes ! for Characters
34078 \end_layout
34079
34080 \end_inset
34081
34082
34083 \end_layout
34084
34085 \begin_layout Subsection
34086 Prevent Hyphenation
34087 \begin_inset CommandInset label
34088 LatexCommand label
34089 name "sec:Prevent-Hyphenation"
34090
34091 \end_inset
34092
34093
34094 \begin_inset Index idx
34095 status collapsed
34096
34097 \begin_layout Plain Layout
34098 Boxes ! to Prevent Hyphenation
34099 \end_layout
34100
34101 \end_inset
34102
34103
34104 \end_layout
34105
34106 \begin_layout Standard
34107 You can use the box type 
34108 \family sans
34109 Makebox
34110 \family default
34111  to prevent words or text from being hyphenated.
34112 \begin_inset Newline newline
34113 \end_inset
34114
34115 Here is an example text:
34116 \end_layout
34117
34118 \begin_layout Standard
34119 This line is an example to show how you can prevent the hyphenation of 
34120 \begin_inset Quotes eld
34121 \end_inset
34122
34123 veryverylongword
34124 \begin_inset Quotes erd
34125 \end_inset
34126
34127 .
34128 \end_layout
34129
34130 \begin_layout Standard
34131 To prevent the hyphenation of the word 
34132 \begin_inset Quotes eld
34133 \end_inset
34134
34135 veryverylongword
34136 \begin_inset Quotes erd
34137 \end_inset
34138
34139 , put the word into a box, set the 
34140 \family sans
34141 Inner
34142 \begin_inset space ~
34143 \end_inset
34144
34145 box
34146 \family default
34147  to 
34148 \family sans
34149 Makebox
34150 \family default
34151  and its width to 1
34152 \begin_inset space \thinspace{}
34153 \end_inset
34154
34155 Width.
34156 \end_layout
34157
34158 \begin_layout Standard
34159 This is the result:
34160 \end_layout
34161
34162 \begin_layout Standard
34163 This line is an example to show how you can prevent the hyphenation of 
34164 \begin_inset Box Frameless
34165 position "t"
34166 hor_pos "c"
34167 has_inner_box 1
34168 inner_pos "t"
34169 use_parbox 0
34170 use_makebox 1
34171 width "1in"
34172 special "width"
34173 height "1in"
34174 height_special "totalheight"
34175 status open
34176
34177 \begin_layout Plain Layout
34178 \begin_inset Quotes eld
34179 \end_inset
34180
34181 veryverylongword
34182 \begin_inset Quotes erd
34183 \end_inset
34184
34185
34186 \end_layout
34187
34188 \end_inset
34189
34190 .
34191 \end_layout
34192
34193 \begin_layout Standard
34194 You can alternatively set the command 
34195 \begin_inset Quotes eld
34196 \end_inset
34197
34198
34199 \series bold
34200
34201 \backslash
34202 -
34203 \series default
34204
34205 \begin_inset Quotes grd
34206 \end_inset
34207
34208  as TeX-Code directly before the word:
34209 \end_layout
34210
34211 \begin_layout Standard
34212 This line is an example to show how you can prevent the hyphenation of 
34213 \begin_inset Quotes eld
34214 \end_inset
34215
34216
34217 \begin_inset ERT
34218 status collapsed
34219
34220 \begin_layout Plain Layout
34221
34222
34223 \backslash
34224 -
34225 \end_layout
34226
34227 \end_inset
34228
34229 veryverylongword
34230 \begin_inset Quotes erd
34231 \end_inset
34232
34233 .
34234 \end_layout
34235
34236 \begin_layout Standard
34237 Of course the word now protrudes over the side margin.
34238  To avoid this, add via the menu 
34239 \family sans
34240 Insert\SpecialChar \menuseparator
34241 Formatting\SpecialChar \menuseparator
34242 Ragged
34243 \begin_inset space ~
34244 \end_inset
34245
34246 Line
34247 \begin_inset space ~
34248 \end_inset
34249
34250 Break
34251 \family default
34252  (shortcut 
34253 \begin_inset Info
34254 type  "shortcut"
34255 arg   "newline-insert newline"
34256 \end_inset
34257
34258 ) a line break before the word:
34259 \end_layout
34260
34261 \begin_layout Standard
34262 This line is an example to show how you can prevent the hyphenation of 
34263 \begin_inset Newline newline
34264 \end_inset
34265
34266
34267 \begin_inset Box Frameless
34268 position "t"
34269 hor_pos "c"
34270 has_inner_box 1
34271 inner_pos "t"
34272 use_parbox 0
34273 use_makebox 1
34274 width "1in"
34275 special "width"
34276 height "1in"
34277 height_special "totalheight"
34278 status open
34279
34280 \begin_layout Plain Layout
34281 \begin_inset Quotes eld
34282 \end_inset
34283
34284 veryverylongword
34285 \begin_inset Quotes erd
34286 \end_inset
34287
34288
34289 \end_layout
34290
34291 \end_inset
34292
34293 .
34294 \end_layout
34295
34296 \begin_layout Subsection
34297 Vertical Alignment
34298 \begin_inset CommandInset label
34299 LatexCommand label
34300 name "sub:Vertical-Alignment"
34301
34302 \end_inset
34303
34304
34305 \begin_inset Index idx
34306 status collapsed
34307
34308 \begin_layout Plain Layout
34309 Boxes ! for Vertical Alignment
34310 \end_layout
34311
34312 \end_inset
34313
34314
34315 \begin_inset Index idx
34316 status collapsed
34317
34318 \begin_layout Plain Layout
34319 Boxes ! Raiseboxes
34320 \end_layout
34321
34322 \end_inset
34323
34324
34325 \end_layout
34326
34327 \begin_layout Standard
34328 With the help of the command 
34329 \series bold
34330
34331 \backslash
34332 raisebox
34333 \series default
34334  you can align words, characters or other boxes vertically relative to the
34335  surrounding text.
34336  
34337 \series bold
34338
34339 \backslash
34340 raisebox
34341 \series default
34342  is used with the following scheme:
34343 \end_layout
34344
34345 \begin_layout Standard
34346
34347 \series bold
34348
34349 \backslash
34350 raisebox{lift}[height][depth]{box content}
34351 \end_layout
34352
34353 \begin_layout Standard
34354 The lift can be a positive value to raise the box or a negative value to
34355  lower the box.
34356 \end_layout
34357
34358 \begin_layout Standard
34359 To align for example the word 
34360 \begin_inset Quotes eld
34361 \end_inset
34362
34363 preventing
34364 \begin_inset Quotes erd
34365 \end_inset
34366
34367  so that the bottom of the 
34368 \begin_inset Quotes eld
34369 \end_inset
34370
34371 deepest
34372 \begin_inset Quotes erd
34373 \end_inset
34374
34375  character 
34376 \begin_inset Quotes eld
34377 \end_inset
34378
34379 p
34380 \begin_inset Quotes erd
34381 \end_inset
34382
34383  is at the baseline, insert the command
34384 \end_layout
34385
34386 \begin_layout Standard
34387
34388 \series bold
34389
34390 \backslash
34391 raisebox{
34392 \backslash
34393 depth}{
34394 \end_layout
34395
34396 \begin_layout Standard
34397 in TeX-Code before the word.
34398  After the word insert a closing brace 
34399 \begin_inset Quotes eld
34400 \end_inset
34401
34402
34403 \series bold
34404 }
34405 \series default
34406
34407 \begin_inset Quotes erd
34408 \end_inset
34409
34410  in TeX-Code.
34411 \begin_inset Newline newline
34412 \end_inset
34413
34414 This is the result:
34415 \end_layout
34416
34417 \begin_layout Standard
34418 This is a text line with the word 
34419 \begin_inset ERT
34420 status collapsed
34421
34422 \begin_layout Plain Layout
34423
34424
34425 \backslash
34426 raisebox{
34427 \backslash
34428 depth}{
34429 \end_layout
34430
34431 \end_inset
34432
34433
34434 \begin_inset Quotes eld
34435 \end_inset
34436
34437 preventing
34438 \begin_inset Quotes erd
34439 \end_inset
34440
34441
34442 \begin_inset ERT
34443 status collapsed
34444
34445 \begin_layout Plain Layout
34446
34447 }
34448 \end_layout
34449
34450 \end_inset
34451
34452  as a raised word.
34453 \end_layout
34454
34455 \begin_layout Standard
34456 \begin_inset VSpace bigskip
34457 \end_inset
34458
34459 When you raise or lower characters in a line, the line distance will be
34460  spread:
34461 \end_layout
34462
34463 \begin_layout Standard
34464 This is a text line with the word 
34465 \begin_inset ERT
34466 status collapsed
34467
34468 \begin_layout Plain Layout
34469
34470
34471 \backslash
34472 raisebox{-
34473 \backslash
34474 depth}{
34475 \end_layout
34476
34477 \end_inset
34478
34479
34480 \begin_inset Quotes eld
34481 \end_inset
34482
34483 preventing
34484 \begin_inset Quotes erd
34485 \end_inset
34486
34487
34488 \begin_inset ERT
34489 status collapsed
34490
34491 \begin_layout Plain Layout
34492
34493 }
34494 \end_layout
34495
34496 \end_inset
34497
34498  as a lowered word.
34499 \begin_inset Newline newline
34500 \end_inset
34501
34502 This is a text line with the word 
34503 \begin_inset ERT
34504 status collapsed
34505
34506 \begin_layout Plain Layout
34507
34508
34509 \backslash
34510 raisebox{0.5cm}{
34511 \end_layout
34512
34513 \end_inset
34514
34515
34516 \begin_inset Quotes eld
34517 \end_inset
34518
34519 testing
34520 \begin_inset Quotes erd
34521 \end_inset
34522
34523
34524 \begin_inset ERT
34525 status collapsed
34526
34527 \begin_layout Plain Layout
34528
34529 }
34530 \end_layout
34531
34532 \end_inset
34533
34534  as a raised word.
34535 \end_layout
34536
34537 \begin_layout Standard
34538 If you want to prevent this for a certain reason, set the box height to
34539  a zero value.
34540  For example use
34541 \end_layout
34542
34543 \begin_layout Standard
34544
34545 \series bold
34546
34547 \backslash
34548 raisebox{-
34549 \backslash
34550 depth}[0pt]{
34551 \end_layout
34552
34553 \begin_layout Standard
34554 This is a text line with the word 
34555 \begin_inset ERT
34556 status collapsed
34557
34558 \begin_layout Plain Layout
34559
34560
34561 \backslash
34562 raisebox{-
34563 \backslash
34564 depth}[0pt]{
34565 \end_layout
34566
34567 \end_inset
34568
34569
34570 \begin_inset Quotes eld
34571 \end_inset
34572
34573 preventing
34574 \begin_inset Quotes erd
34575 \end_inset
34576
34577
34578 \begin_inset ERT
34579 status collapsed
34580
34581 \begin_layout Plain Layout
34582
34583 }
34584 \end_layout
34585
34586 \end_inset
34587
34588  as a lowered word.
34589 \begin_inset Newline newline
34590 \end_inset
34591
34592 This is a text line with the word 
34593 \begin_inset ERT
34594 status collapsed
34595
34596 \begin_layout Plain Layout
34597
34598
34599 \backslash
34600 raisebox{0.5cm}[0pt]{
34601 \end_layout
34602
34603 \end_inset
34604
34605
34606 \begin_inset Quotes eld
34607 \end_inset
34608
34609 testing
34610 \begin_inset Quotes erd
34611 \end_inset
34612
34613
34614 \begin_inset ERT
34615 status collapsed
34616
34617 \begin_layout Plain Layout
34618
34619 }
34620 \end_layout
34621
34622 \end_inset
34623
34624  as a raised word.
34625 \end_layout
34626
34627 \begin_layout Section
34628 Colored Boxes
34629 \begin_inset CommandInset label
34630 LatexCommand label
34631 name "sec:Colored-Boxes"
34632
34633 \end_inset
34634
34635
34636 \begin_inset Index idx
34637 status collapsed
34638
34639 \begin_layout Plain Layout
34640 Boxes ! Color
34641 \end_layout
34642
34643 \end_inset
34644
34645
34646 \end_layout
34647
34648 \begin_layout Subsection
34649 Color for Text
34650 \begin_inset Index idx
34651 status collapsed
34652
34653 \begin_layout Plain Layout
34654 Color ! for Text
34655 \end_layout
34656
34657 \end_inset
34658
34659
34660 \end_layout
34661
34662 \begin_layout Standard
34663 To color the background of text the text must be put into a so called 
34664 \begin_inset Quotes eld
34665 \end_inset
34666
34667 colorbox
34668 \begin_inset Quotes erd
34669 \end_inset
34670
34671 .
34672  This requires that the LaTeX-package 
34673 \series bold
34674 color
34675 \series default
34676
34677 \begin_inset Index idx
34678 status collapsed
34679
34680 \begin_layout Plain Layout
34681 LaTeX-packages ! color
34682 \end_layout
34683
34684 \end_inset
34685
34686  is loaded in the document preamble with the command
34687 \end_layout
34688
34689 \begin_layout Standard
34690
34691 \series bold
34692
34693 \backslash
34694 @ifundefined{textcolor}
34695 \begin_inset Newline newline
34696 \end_inset
34697
34698
34699 \begin_inset Phantom HPhantom
34700 status open
34701
34702 \begin_layout Plain Layout
34703
34704 \series bold
34705 \begin_inset space ~
34706 \end_inset
34707
34708
34709 \end_layout
34710
34711 \end_inset
34712
34713 {
34714 \backslash
34715 usepackage{color}}{}
34716 \end_layout
34717
34718 \begin_layout Standard
34719 The package 
34720 \series bold
34721 color
34722 \series default
34723  will be loaded automatically by LyX when you color text.
34724 \begin_inset Foot
34725 status collapsed
34726
34727 \begin_layout Plain Layout
34728 To avoid it being loaded twice the command 
34729 \series bold
34730
34731 \backslash
34732 @ifundefined
34733 \series default
34734  is used.
34735 \end_layout
34736
34737 \end_inset
34738
34739
34740 \end_layout
34741
34742 \begin_layout Standard
34743 \begin_inset VSpace medskip
34744 \end_inset
34745
34746 Colorboxes are created with the command 
34747 \series bold
34748
34749 \backslash
34750 colorbox
34751 \series default
34752 .
34753  This will be used with the following scheme:
34754 \end_layout
34755
34756 \begin_layout Standard
34757
34758 \series bold
34759
34760 \backslash
34761 colorbox{color}{box content}
34762 \end_layout
34763
34764 \begin_layout Standard
34765 The box content can also be a box and colorboxes can also be within other
34766  boxes.
34767 \end_layout
34768
34769 \begin_layout Standard
34770 The following colors are predefined:
34771 \begin_inset Newline newline
34772 \end_inset
34773
34774
34775 \family sans
34776 black
34777 \family default
34778
34779 \family sans
34780 blue
34781 \family default
34782
34783 \family sans
34784 cyan
34785 \family default
34786 \series bold
34787 ,
34788 \series default
34789  
34790 \family sans
34791 green
34792 \family default
34793
34794 \family sans
34795 magenta
34796 \family default
34797
34798 \family sans
34799 red
34800 \family default
34801
34802 \family sans
34803 white
34804 \family default
34805 , and 
34806 \family sans
34807 yellow
34808 \family default
34809 .
34810 \begin_inset Newline newline
34811 \end_inset
34812
34813 You can also define your own color as described in section
34814 \begin_inset space ~
34815 \end_inset
34816
34817
34818 \begin_inset CommandInset ref
34819 LatexCommand ref
34820 reference "sec:Colored-Tables"
34821
34822 \end_inset
34823
34824 .
34825 \end_layout
34826
34827 \begin_layout Standard
34828 To have e.
34829 \begin_inset space \thinspace{}
34830 \end_inset
34831
34832 g.
34833 \begin_inset space \space{}
34834 \end_inset
34835
34836 a red background for a word, insert the command
34837 \end_layout
34838
34839 \begin_layout Standard
34840
34841 \series bold
34842
34843 \backslash
34844 colorbox{red}{
34845 \end_layout
34846
34847 \begin_layout Standard
34848 before the word in TeX-Code.
34849  After the word insert a closing brace 
34850 \begin_inset Quotes eld
34851 \end_inset
34852
34853
34854 \series bold
34855 }
34856 \series default
34857
34858 \begin_inset Quotes erd
34859 \end_inset
34860
34861  in TeX-Code.
34862 \begin_inset Newline newline
34863 \end_inset
34864
34865 This is the result:
34866 \end_layout
34867
34868 \begin_layout Standard
34869 This is a line where the word 
34870 \begin_inset ERT
34871 status collapsed
34872
34873 \begin_layout Plain Layout
34874
34875
34876 \backslash
34877 colorbox{red}{
34878 \end_layout
34879
34880 \end_inset
34881
34882
34883 \begin_inset Quotes eld
34884 \end_inset
34885
34886 Attention!
34887 \begin_inset Quotes erd
34888 \end_inset
34889
34890
34891 \begin_inset ERT
34892 status collapsed
34893
34894 \begin_layout Plain Layout
34895
34896 }
34897 \end_layout
34898
34899 \end_inset
34900
34901  has a red background.
34902 \end_layout
34903
34904 \begin_layout Standard
34905 \begin_inset VSpace bigskip
34906 \end_inset
34907
34908 If you would like the box frame in a different color, you can use the command
34909  
34910 \series bold
34911
34912 \backslash
34913 fcolorbox
34914 \series default
34915  with the following scheme:
34916 \end_layout
34917
34918 \begin_layout Standard
34919
34920 \series bold
34921
34922 \backslash
34923 fcolorbox{frame color}{box color}{box content}
34924 \end_layout
34925
34926 \begin_layout Standard
34927
34928 \series bold
34929
34930 \backslash
34931 fcolorbox
34932 \series default
34933  is an extension to 
34934 \series bold
34935
34936 \backslash
34937 colorbox
34938 \series default
34939 .
34940  The frame thickness and the space between the frame and the box content
34941  can be adjusted with the lengths 
34942 \series bold
34943
34944 \backslash
34945 fboxrule
34946 \series default
34947  and 
34948 \series bold
34949
34950 \backslash
34951 fboxsep
34952 \series default
34953 , respectively, as described in section
34954 \begin_inset space ~
34955 \end_inset
34956
34957
34958 \begin_inset CommandInset ref
34959 LatexCommand ref
34960 reference "sec:Decoration"
34961
34962 \end_inset
34963
34964 .
34965 \end_layout
34966
34967 \begin_layout Standard
34968 For the following example the command
34969 \end_layout
34970
34971 \begin_layout Standard
34972
34973 \series bold
34974
34975 \backslash
34976 fcolorbox{cyan}{magenta}{
34977 \end_layout
34978
34979 \begin_layout Standard
34980 was used.
34981 \end_layout
34982
34983 \begin_layout Standard
34984 Here is an example where the frame line thickness was set to 1
34985 \begin_inset space \thinspace{}
34986 \end_inset
34987
34988 mm:
34989 \begin_inset Newline newline
34990 \end_inset
34991
34992
34993 \begin_inset ERT
34994 status collapsed
34995
34996 \begin_layout Plain Layout
34997
34998
34999 \backslash
35000 fboxrule 1mm 
35001 \backslash
35002 fboxsep 1mm
35003 \end_layout
35004
35005 \end_inset
35006
35007
35008 \begin_inset ERT
35009 status collapsed
35010
35011 \begin_layout Plain Layout
35012
35013
35014 \backslash
35015 fcolorbox{cyan}{magenta}{
35016 \end_layout
35017
35018 \end_inset
35019
35020 This is text within a colored, framed box.
35021 \begin_inset ERT
35022 status collapsed
35023
35024 \begin_layout Plain Layout
35025
35026 }
35027 \end_layout
35028
35029 \end_inset
35030
35031
35032 \end_layout
35033
35034 \begin_layout Standard
35035 \begin_inset VSpace bigskip
35036 \end_inset
35037
35038 Of course you can also have colored text inside a colorbox:
35039 \begin_inset Newline newline
35040 \end_inset
35041
35042
35043 \begin_inset ERT
35044 status collapsed
35045
35046 \begin_layout Plain Layout
35047
35048
35049 \backslash
35050 fcolorbox{cyan}{magenta}{
35051 \end_layout
35052
35053 \end_inset
35054
35055
35056 \color yellow
35057 This is colored text within a colored, framed box.
35058 \color none
35059
35060 \begin_inset ERT
35061 status collapsed
35062
35063 \begin_layout Plain Layout
35064
35065 }
35066 \end_layout
35067
35068 \end_inset
35069
35070
35071 \begin_inset ERT
35072 status collapsed
35073
35074 \begin_layout Plain Layout
35075
35076
35077 \backslash
35078 fboxrule 0.4pt 
35079 \backslash
35080 fboxsep 3pt
35081 \end_layout
35082
35083 \end_inset
35084
35085
35086 \end_layout
35087
35088 \begin_layout Standard
35089 \begin_inset VSpace medskip
35090 \end_inset
35091
35092
35093 \end_layout
35094
35095 \begin_layout Standard
35096 \begin_inset Note Greyedout
35097 status open
35098
35099 \begin_layout Plain Layout
35100
35101 \series bold
35102 Note:
35103 \series default
35104  Text in colorboxes cannot have line breaks.
35105  To color multiple text lines or paragraphs, use a box inside a colorbox
35106  as described in the following.
35107 \end_layout
35108
35109 \end_inset
35110
35111
35112 \end_layout
35113
35114 \begin_layout Subsection
35115 Color for Paragraphs
35116 \begin_inset CommandInset label
35117 LatexCommand label
35118 name "sub:Color-for-Paragraphs"
35119
35120 \end_inset
35121
35122
35123 \begin_inset Index idx
35124 status collapsed
35125
35126 \begin_layout Plain Layout
35127 Color ! for Paragraphs
35128 \end_layout
35129
35130 \end_inset
35131
35132
35133 \end_layout
35134
35135 \begin_layout Standard
35136 To set the background color for more than one text line, put the text into
35137  a minipage.
35138  Before the minipage insert the 
35139 \series bold
35140
35141 \backslash
35142 colorbox
35143 \series default
35144  command
35145 \end_layout
35146
35147 \begin_layout Standard
35148
35149 \series bold
35150
35151 \backslash
35152 colorbox{color}{
35153 \end_layout
35154
35155 \begin_layout Standard
35156 in TeX-Code.
35157  After the minipage insert a closing brace 
35158 \begin_inset Quotes eld
35159 \end_inset
35160
35161
35162 \series bold
35163 }
35164 \series default
35165
35166 \begin_inset Quotes erd
35167 \end_inset
35168
35169  in TeX-Code.
35170 \end_layout
35171
35172 \begin_layout Standard
35173 \begin_inset ERT
35174 status collapsed
35175
35176 \begin_layout Plain Layout
35177
35178
35179 \backslash
35180 colorbox{lightgrey}{
35181 \end_layout
35182
35183 \end_inset
35184
35185
35186 \begin_inset Box Frameless
35187 position "t"
35188 hor_pos "c"
35189 has_inner_box 1
35190 inner_pos "t"
35191 use_parbox 0
35192 use_makebox 0
35193 width "100col%"
35194 special "none"
35195 height "1in"
35196 height_special "totalheight"
35197 status collapsed
35198
35199 \begin_layout Plain Layout
35200 This is text with background color.
35201  This is text with background color.
35202 \end_layout
35203
35204 \begin_layout Plain Layout
35205 \begin_inset VSpace defskip
35206 \end_inset
35207
35208 The text can have footnotes
35209 \begin_inset Foot
35210 status collapsed
35211
35212 \begin_layout Plain Layout
35213 Another example footnote
35214 \end_layout
35215
35216 \end_inset
35217
35218  and can include tables and figures.
35219 \end_layout
35220
35221 \begin_layout Plain Layout
35222 \align center
35223 \begin_inset Tabular
35224 <lyxtabular version="3" rows="3" columns="3">
35225 <features rotate="0" tabularvalignment="middle">
35226 <column alignment="center" valignment="top">
35227 <column alignment="center" valignment="top">
35228 <column alignment="center" valignment="top">
35229 <row>
35230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35231 \begin_inset Text
35232
35233 \begin_layout Plain Layout
35234 a
35235 \end_layout
35236
35237 \end_inset
35238 </cell>
35239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35240 \begin_inset Text
35241
35242 \begin_layout Plain Layout
35243 !
35244 \end_layout
35245
35246 \end_inset
35247 </cell>
35248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35249 \begin_inset Text
35250
35251 \begin_layout Plain Layout
35252 3
35253 \end_layout
35254
35255 \end_inset
35256 </cell>
35257 </row>
35258 <row>
35259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35260 \begin_inset Text
35261
35262 \begin_layout Plain Layout
35263 <
35264 \end_layout
35265
35266 \end_inset
35267 </cell>
35268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35269 \begin_inset Text
35270
35271 \begin_layout Plain Layout
35272 b2
35273 \begin_inset Quotes erd
35274 \end_inset
35275
35276 |
35277 \end_layout
35278
35279 \end_inset
35280 </cell>
35281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35282 \begin_inset Text
35283
35284 \begin_layout Plain Layout
35285 >
35286 \end_layout
35287
35288 \end_inset
35289 </cell>
35290 </row>
35291 <row>
35292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35293 \begin_inset Text
35294
35295 \begin_layout Plain Layout
35296 1
35297 \end_layout
35298
35299 \end_inset
35300 </cell>
35301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35302 \begin_inset Text
35303
35304 \begin_layout Plain Layout
35305 §
35306 \end_layout
35307
35308 \end_inset
35309 </cell>
35310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35311 \begin_inset Text
35312
35313 \begin_layout Plain Layout
35314 c
35315 \end_layout
35316
35317 \end_inset
35318 </cell>
35319 </row>
35320 </lyxtabular>
35321
35322 \end_inset
35323
35324
35325 \end_layout
35326
35327 \end_inset
35328
35329
35330 \begin_inset ERT
35331 status collapsed
35332
35333 \begin_layout Plain Layout
35334
35335 }
35336 \end_layout
35337
35338 \end_inset
35339
35340
35341 \end_layout
35342
35343 \begin_layout Section
35344 Rotated and Scaled Boxes
35345 \end_layout
35346
35347 \begin_layout Standard
35348 To use the commands described in this section, the LaTeX-package 
35349 \series bold
35350 graphicx
35351 \series default
35352
35353 \begin_inset Index idx
35354 status collapsed
35355
35356 \begin_layout Plain Layout
35357 LaTeX-packages ! graphicx
35358 \end_layout
35359
35360 \end_inset
35361
35362  needs to be loaded in the document preamble with the command
35363 \end_layout
35364
35365 \begin_layout Standard
35366
35367 \series bold
35368
35369 \backslash
35370 @ifundefined{rotatebox}
35371 \begin_inset Newline newline
35372 \end_inset
35373
35374
35375 \begin_inset Phantom HPhantom
35376 status open
35377
35378 \begin_layout Plain Layout
35379
35380 \series bold
35381 \begin_inset space ~
35382 \end_inset
35383
35384
35385 \end_layout
35386
35387 \end_inset
35388
35389 {
35390 \backslash
35391 usepackage{graphicx}}{}
35392 \end_layout
35393
35394 \begin_layout Standard
35395 \begin_inset Note Greyedout
35396 status open
35397
35398 \begin_layout Plain Layout
35399
35400 \series bold
35401 Note:
35402 \series default
35403  Not all DVI-viewers are able to display rotated or scaled material.
35404 \end_layout
35405
35406 \end_inset
35407
35408
35409 \end_layout
35410
35411 \begin_layout Standard
35412 \begin_inset Note Greyedout
35413 status open
35414
35415 \begin_layout Plain Layout
35416
35417 \series bold
35418 Note:
35419 \series default
35420  Floats are not allowed inside a rotated or scaled box.
35421 \end_layout
35422
35423 \end_inset
35424
35425
35426 \end_layout
35427
35428 \begin_layout Subsection
35429 Rotated Boxes
35430 \begin_inset Index idx
35431 status collapsed
35432
35433 \begin_layout Plain Layout
35434 Boxes ! rotated
35435 \end_layout
35436
35437 \end_inset
35438
35439
35440 \begin_inset Index idx
35441 status collapsed
35442
35443 \begin_layout Plain Layout
35444 Rotated Material
35445 \end_layout
35446
35447 \end_inset
35448
35449
35450 \end_layout
35451
35452 \begin_layout Standard
35453 To rotate material, you can put it into a rotated box.
35454  Such a box is created using the command 
35455 \series bold
35456
35457 \backslash
35458 rotatebox
35459 \series default
35460  in TeX-Code with the following scheme:
35461 \end_layout
35462
35463 \begin_layout Standard
35464
35465 \series bold
35466
35467 \backslash
35468 rotatebox[rotation origin]{rotation angle}{box content}
35469 \end_layout
35470
35471 \begin_layout Standard
35472 The rotation origin is specified in the form 
35473 \series bold
35474 origin=position
35475 \series default
35476 .
35477  The following positions are possible: 
35478 \emph on
35479 c
35480 \emph default
35481  (center), 
35482 \emph on
35483 l
35484 \emph default
35485  (left), 
35486 \emph on
35487 r
35488 \emph default
35489  (right), 
35490 \emph on
35491 b
35492 \emph default
35493  (bottom), 
35494 \emph on
35495 t
35496 \emph default
35497  (top), along with meaningful combinations of the four base positions.
35498  For example 
35499 \emph on
35500 lt
35501 \emph default
35502  means that the rotation origin is at the top left corner of the box.
35503  When no rotation origin is specified, the position 
35504 \emph on
35505 l
35506 \emph default
35507  will be used.
35508  The rotation angle is a number that can be negative that specifies the
35509  angle in degrees.
35510  The rotation direction is counterclockwise.
35511 \end_layout
35512
35513 \begin_layout Standard
35514 In the following example the command 
35515 \series bold
35516
35517 \backslash
35518 rotatebox[origin=c]{60}{
35519 \series default
35520  was inserted as TeX-Code before the text 
35521 \begin_inset Quotes eld
35522 \end_inset
35523
35524 with rotated
35525 \begin_inset Quotes erd
35526 \end_inset
35527
35528 ; after the text the box was closed by a closing brace 
35529 \series bold
35530 }
35531 \series default
35532  in TeX-Code.
35533 \end_layout
35534
35535 \begin_layout Standard
35536 This is a line 
35537 \begin_inset ERT
35538 status collapsed
35539
35540 \begin_layout Plain Layout
35541
35542
35543 \backslash
35544 rotatebox[origin=c]{60}{
35545 \end_layout
35546
35547 \end_inset
35548
35549 with rotated
35550 \begin_inset ERT
35551 status collapsed
35552
35553 \begin_layout Plain Layout
35554
35555 }
35556 \end_layout
35557
35558 \end_inset
35559
35560  text.
35561 \end_layout
35562
35563 \begin_layout Standard
35564 The box content can also be another box or an inline formula:
35565 \end_layout
35566
35567 \begin_layout Standard
35568 This is a line
35569 \begin_inset ERT
35570 status collapsed
35571
35572 \begin_layout Plain Layout
35573
35574
35575 \backslash
35576 rotatebox[origin=r]{-60}{
35577 \end_layout
35578
35579 \end_inset
35580
35581
35582 \begin_inset Box Doublebox
35583 position "c"
35584 hor_pos "c"
35585 has_inner_box 0
35586 inner_pos "c"
35587 use_parbox 0
35588 use_makebox 0
35589 width "1in"
35590 special "width"
35591 height "1in"
35592 height_special "totalheight"
35593 status collapsed
35594
35595 \begin_layout Plain Layout
35596 with rotated
35597 \end_layout
35598
35599 \end_inset
35600
35601
35602 \begin_inset ERT
35603 status collapsed
35604
35605 \begin_layout Plain Layout
35606
35607 }
35608 \end_layout
35609
35610 \end_inset
35611
35612  framed text 
35613 \begin_inset ERT
35614 status collapsed
35615
35616 \begin_layout Plain Layout
35617
35618
35619 \backslash
35620 rotatebox[origin=lb]{60}{
35621 \end_layout
35622
35623 \end_inset
35624
35625
35626 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35627 \end_inset
35628
35629
35630 \begin_inset ERT
35631 status collapsed
35632
35633 \begin_layout Plain Layout
35634
35635 }
35636 \end_layout
35637
35638 \end_inset
35639
35640  and a formula.
35641 \end_layout
35642
35643 \begin_layout Standard
35644 or an image or table:
35645 \end_layout
35646
35647 \begin_layout Standard
35648 This is a line
35649 \begin_inset ERT
35650 status collapsed
35651
35652 \begin_layout Plain Layout
35653
35654
35655 \backslash
35656 rotatebox[origin=lb]{90}{
35657 \end_layout
35658
35659 \end_inset
35660
35661
35662 \begin_inset Graphics
35663         filename clipart/platypus.eps
35664         lyxscale 50
35665         width 25col%
35666
35667 \end_inset
35668
35669
35670 \begin_inset ERT
35671 status collapsed
35672
35673 \begin_layout Plain Layout
35674
35675 }
35676 \end_layout
35677
35678 \end_inset
35679
35680  with a rotated image 
35681 \begin_inset ERT
35682 status collapsed
35683
35684 \begin_layout Plain Layout
35685
35686
35687 \backslash
35688 rotatebox[origin=l]{-90}{
35689 \end_layout
35690
35691 \end_inset
35692
35693
35694 \begin_inset Tabular
35695 <lyxtabular version="3" rows="2" columns="2">
35696 <features rotate="0" tabularvalignment="middle">
35697 <column alignment="center" valignment="top">
35698 <column alignment="center" valignment="top">
35699 <row>
35700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35701 \begin_inset Text
35702
35703 \begin_layout Plain Layout
35704 q
35705 \end_layout
35706
35707 \end_inset
35708 </cell>
35709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35710 \begin_inset Text
35711
35712 \begin_layout Plain Layout
35713 w
35714 \end_layout
35715
35716 \end_inset
35717 </cell>
35718 </row>
35719 <row>
35720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35721 \begin_inset Text
35722
35723 \begin_layout Plain Layout
35724 e
35725 \end_layout
35726
35727 \end_inset
35728 </cell>
35729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35730 \begin_inset Text
35731
35732 \begin_layout Plain Layout
35733 r
35734 \end_layout
35735
35736 \end_inset
35737 </cell>
35738 </row>
35739 </lyxtabular>
35740
35741 \end_inset
35742
35743
35744 \begin_inset ERT
35745 status collapsed
35746
35747 \begin_layout Plain Layout
35748
35749 }
35750 \end_layout
35751
35752 \end_inset
35753
35754  and table.
35755 \begin_inset Index idx
35756 status collapsed
35757
35758 \begin_layout Plain Layout
35759 Figures ! rotated
35760 \end_layout
35761
35762 \end_inset
35763
35764
35765 \begin_inset Index idx
35766 status collapsed
35767
35768 \begin_layout Plain Layout
35769 Table Customization ! Rotating
35770 \end_layout
35771
35772 \end_inset
35773
35774
35775 \end_layout
35776
35777 \begin_layout Subsection
35778 Scaled Boxes
35779 \begin_inset Index idx
35780 status collapsed
35781
35782 \begin_layout Plain Layout
35783 Boxes ! scaled
35784 \end_layout
35785
35786 \end_inset
35787
35788
35789 \begin_inset Index idx
35790 status collapsed
35791
35792 \begin_layout Plain Layout
35793 Scaled Material
35794 \end_layout
35795
35796 \end_inset
35797
35798
35799 \end_layout
35800
35801 \begin_layout Standard
35802 To scale material the commands 
35803 \series bold
35804
35805 \backslash
35806 scalebox
35807 \series default
35808  and 
35809 \series bold
35810
35811 \backslash
35812 resizebox
35813 \series default
35814  can be used as TeX-Code.
35815 \end_layout
35816
35817 \begin_layout Standard
35818
35819 \series bold
35820
35821 \backslash
35822 scalebox
35823 \series default
35824  is used with the following scheme:
35825 \end_layout
35826
35827 \begin_layout Standard
35828
35829 \series bold
35830
35831 \backslash
35832 scalebox{horizontal}[vertical]{box content}
35833 \end_layout
35834
35835 \begin_layout Standard
35836 Horizontal and vertical are the corresponding scaling factors.
35837  If no vertical scaling factor is given, the horizontal factor will also
35838  be used as the vertical one.
35839 \end_layout
35840
35841 \begin_layout Standard
35842 The command 
35843 \series bold
35844
35845 \backslash
35846 scalebox{2}{Hello}
35847 \series default
35848  creates for example a double size 
35849 \begin_inset ERT
35850 status collapsed
35851
35852 \begin_layout Plain Layout
35853
35854
35855 \backslash
35856 scalebox{2}{
35857 \end_layout
35858
35859 \end_inset
35860
35861 Hello
35862 \begin_inset ERT
35863 status collapsed
35864
35865 \begin_layout Plain Layout
35866
35867 }
35868 \end_layout
35869
35870 \end_inset
35871
35872 , compared with the document text size.
35873 \end_layout
35874
35875 \begin_layout Standard
35876
35877 \series bold
35878
35879 \backslash
35880 scalebox{2}[1]{Hello}
35881 \series default
35882  on the other hand distorts the 
35883 \begin_inset ERT
35884 status collapsed
35885
35886 \begin_layout Plain Layout
35887
35888
35889 \backslash
35890 scalebox{2}[1]{
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 .
35907 \end_layout
35908
35909 \begin_layout Standard
35910 If the scaling factor is negative, the box content will be mirrored.
35911  Therefore the command 
35912 \series bold
35913
35914 \backslash
35915 scalebox{-1}[1]{Hello}
35916 \series default
35917  can be used to create mirror writing: 
35918 \begin_inset ERT
35919 status collapsed
35920
35921 \begin_layout Plain Layout
35922
35923
35924 \backslash
35925 scalebox{-1}[1]{
35926 \end_layout
35927
35928 \end_inset
35929
35930 Hello
35931 \begin_inset ERT
35932 status collapsed
35933
35934 \begin_layout Plain Layout
35935
35936 }
35937 \end_layout
35938
35939 \end_inset
35940
35941
35942 \end_layout
35943
35944 \begin_layout Standard
35945
35946 \series bold
35947
35948 \backslash
35949 scalebox{1}[-1]{Hello}
35950 \series default
35951  reflects the 
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  at the base line.
35976 \end_layout
35977
35978 \begin_layout Standard
35979 Equivalent to 
35980 \series bold
35981
35982 \backslash
35983 scalebox{-1}[1]{box content}
35984 \series default
35985  there exists the command
35986 \begin_inset Newline newline
35987 \end_inset
35988
35989
35990 \series bold
35991
35992 \backslash
35993 reflectbox{box content}
35994 \series default
35995 .
35996 \end_layout
35997
35998 \begin_layout Standard
35999 \begin_inset VSpace bigskip
36000 \end_inset
36001
36002 The command 
36003 \series bold
36004
36005 \backslash
36006 resizebox
36007 \series default
36008  is used to scale the box to a defined width and height.
36009  The command scheme is:
36010 \end_layout
36011
36012 \begin_layout Standard
36013
36014 \series bold
36015
36016 \backslash
36017 resizebox{width}{height}{box content}
36018 \end_layout
36019
36020 \begin_layout Standard
36021 If one of the two command arguments given is an exclamation mark 
36022 \series bold
36023 !
36024 \series default
36025 , the size is set so that the aspect ratio of the box content is kept.
36026 \end_layout
36027
36028 \begin_layout Standard
36029 The command 
36030 \series bold
36031
36032 \backslash
36033 resizebox{2cm}{1cm}{Hello}
36034 \series default
36035  produces: 
36036 \begin_inset ERT
36037 status collapsed
36038
36039 \begin_layout Plain Layout
36040
36041
36042 \backslash
36043 resizebox{2cm}{1cm}{
36044 \end_layout
36045
36046 \end_inset
36047
36048 Hello
36049 \begin_inset ERT
36050 status collapsed
36051
36052 \begin_layout Plain Layout
36053
36054 }
36055 \end_layout
36056
36057 \end_inset
36058
36059
36060 \begin_inset Newline newline
36061 \end_inset
36062
36063 The command 
36064 \series bold
36065
36066 \backslash
36067 resizebox{2cm}{!}{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}{!}{
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 \end_layout
36095
36096 \begin_layout Standard
36097 \begin_inset VSpace bigskip
36098 \end_inset
36099
36100
36101 \begin_inset Note Greyedout
36102 status open
36103
36104 \begin_layout Plain Layout
36105
36106 \series bold
36107 Note:
36108 \series default
36109  When arguments of 
36110 \series bold
36111
36112 \backslash
36113 scalebox
36114 \series default
36115  or 
36116 \series bold
36117
36118 \backslash
36119 resizebox
36120 \series default
36121  are set to zero, no LaTeX-errors occur when exporting the document but
36122  the exported files can not or only partly be displayed.
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 \end_layout
36136
36137 \begin_layout Standard
36138 The boxes can be combined in any order.
36139  E.
36140 \begin_inset space \thinspace{}
36141 \end_inset
36142
36143 g.
36144 \begin_inset space \space{}
36145 \end_inset
36146
36147 the command
36148 \begin_inset Newline newline
36149 \end_inset
36150
36151
36152 \series bold
36153
36154 \backslash
36155 rotatebox[origin=c]{-45}{
36156 \backslash
36157 resizebox{2cm}{!}{
36158 \backslash
36159 reflectbox{Hello}}}
36160 \begin_inset Newline newline
36161 \end_inset
36162
36163
36164 \series default
36165 produces:
36166 \end_layout
36167
36168 \begin_layout Standard
36169 \align center
36170 \begin_inset ERT
36171 status collapsed
36172
36173 \begin_layout Plain Layout
36174
36175
36176 \backslash
36177 rotatebox[origin=c]{-45}{
36178 \backslash
36179 resizebox{2cm}{!}{
36180 \backslash
36181 reflectbox{
36182 \end_layout
36183
36184 \end_inset
36185
36186 Hello
36187 \begin_inset ERT
36188 status collapsed
36189
36190 \begin_layout Plain Layout
36191
36192 }}}
36193 \end_layout
36194
36195 \end_inset
36196
36197
36198 \end_layout
36199
36200 \begin_layout Standard
36201 \noindent
36202 Images, tables, and inline formulas are allowed as box content:
36203 \end_layout
36204
36205 \begin_layout Standard
36206 \align center
36207 \begin_inset ERT
36208 status collapsed
36209
36210 \begin_layout Plain Layout
36211
36212
36213 \backslash
36214 rotatebox[origin=c]{-30}{
36215 \backslash
36216 resizebox{2cm}{!}{
36217 \backslash
36218 reflectbox{
36219 \end_layout
36220
36221 \end_inset
36222
36223
36224 \begin_inset Graphics
36225         filename clipart/platypus.eps
36226         lyxscale 50
36227         width 25col%
36228
36229 \end_inset
36230
36231
36232 \begin_inset ERT
36233 status collapsed
36234
36235 \begin_layout Plain Layout
36236
36237 }}}
36238 \end_layout
36239
36240 \end_inset
36241
36242
36243 \begin_inset ERT
36244 status collapsed
36245
36246 \begin_layout Plain Layout
36247
36248
36249 \backslash
36250 rotatebox[origin=c]{-45}{
36251 \backslash
36252 resizebox{2cm}{!}{
36253 \backslash
36254 reflectbox{
36255 \end_layout
36256
36257 \end_inset
36258
36259
36260 \begin_inset Tabular
36261 <lyxtabular version="3" rows="2" columns="2">
36262 <features rotate="0" tabularvalignment="middle">
36263 <column alignment="center" valignment="top">
36264 <column alignment="center" valignment="top">
36265 <row>
36266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36267 \begin_inset Text
36268
36269 \begin_layout Plain Layout
36270 q
36271 \end_layout
36272
36273 \end_inset
36274 </cell>
36275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36276 \begin_inset Text
36277
36278 \begin_layout Plain Layout
36279 w
36280 \end_layout
36281
36282 \end_inset
36283 </cell>
36284 </row>
36285 <row>
36286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36287 \begin_inset Text
36288
36289 \begin_layout Plain Layout
36290 e
36291 \end_layout
36292
36293 \end_inset
36294 </cell>
36295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36296 \begin_inset Text
36297
36298 \begin_layout Plain Layout
36299 r
36300 \end_layout
36301
36302 \end_inset
36303 </cell>
36304 </row>
36305 </lyxtabular>
36306
36307 \end_inset
36308
36309
36310 \begin_inset ERT
36311 status collapsed
36312
36313 \begin_layout Plain Layout
36314
36315 }}}
36316 \end_layout
36317
36318 \end_inset
36319
36320
36321 \begin_inset ERT
36322 status collapsed
36323
36324 \begin_layout Plain Layout
36325
36326
36327 \backslash
36328 rotatebox[origin=c]{-45}{
36329 \backslash
36330 resizebox{2cm}{!}{
36331 \backslash
36332 reflectbox{
36333 \end_layout
36334
36335 \end_inset
36336
36337
36338 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36339 \end_inset
36340
36341
36342 \begin_inset ERT
36343 status collapsed
36344
36345 \begin_layout Plain Layout
36346
36347 }}}
36348 \end_layout
36349
36350 \end_inset
36351
36352
36353 \begin_inset Index idx
36354 status collapsed
36355
36356 \begin_layout Plain Layout
36357 Figures ! scaled
36358 \end_layout
36359
36360 \end_inset
36361
36362
36363 \begin_inset Index idx
36364 status collapsed
36365
36366 \begin_layout Plain Layout
36367 Table Customization ! Scaling
36368 \end_layout
36369
36370 \end_inset
36371
36372
36373 \end_layout
36374
36375 \begin_layout Standard
36376 When the global formula style 
36377 \series bold
36378 fleqn
36379 \series default
36380  is used in the document
36381 \begin_inset Foot
36382 status collapsed
36383
36384 \begin_layout Plain Layout
36385 When 
36386 \begin_inset Quotes eld
36387 \end_inset
36388
36389 fleqn
36390 \begin_inset Quotes erd
36391 \end_inset
36392
36393  is added to the document class options.
36394 \end_layout
36395
36396 \end_inset
36397
36398 , display style formulas can also be scaled.
36399 \end_layout
36400
36401 \begin_layout Chapter
36402 Objects Surrounded by Text
36403 \begin_inset Index idx
36404 status collapsed
36405
36406 \begin_layout Plain Layout
36407 Surrounded by text
36408 \end_layout
36409
36410 \end_inset
36411
36412
36413 \end_layout
36414
36415 \begin_layout Section
36416 Wrap Floats
36417 \begin_inset CommandInset label
36418 LatexCommand label
36419 name "sec:Wrap-Floats"
36420
36421 \end_inset
36422
36423
36424 \begin_inset Index idx
36425 status collapsed
36426
36427 \begin_layout Plain Layout
36428 Floats ! Wrap Floats
36429 \end_layout
36430
36431 \end_inset
36432
36433
36434 \begin_inset Index idx
36435 status collapsed
36436
36437 \begin_layout Plain Layout
36438 Surrounded by text ! Wrap Floats
36439 \end_layout
36440
36441 \end_inset
36442
36443
36444 \end_layout
36445
36446 \begin_layout Standard
36447 \begin_inset Wrap figure
36448 lines 0
36449 placement l
36450 overhang 1cm
36451 width "40col%"
36452 status open
36453
36454 \begin_layout Plain Layout
36455 \begin_inset Graphics
36456         filename clipart/mobius.eps
36457         width 40col%
36458         scaleBeforeRotation
36459         rotateOrigin center
36460
36461 \end_inset
36462
36463
36464 \end_layout
36465
36466 \begin_layout Plain Layout
36467 \begin_inset Caption Standard
36468
36469 \begin_layout Plain Layout
36470 \begin_inset CommandInset label
36471 LatexCommand label
36472 name "fig:This-is-a"
36473
36474 \end_inset
36475
36476 This is a figure wrap float.
36477 \end_layout
36478
36479 \end_inset
36480
36481
36482 \end_layout
36483
36484 \end_inset
36485
36486  This float type is used if you want to wrap text around a figure or table
36487  so that it only occupies some fraction of the column width.
36488  It can be inserted using the menu 
36489 \family sans
36490 Insert\SpecialChar \menuseparator
36491 Floats\SpecialChar \menuseparator
36492 Figure
36493 \begin_inset space ~
36494 \end_inset
36495
36496 Wrap
36497 \begin_inset space ~
36498 \end_inset
36499
36500 Float
36501 \family default
36502  or 
36503 \family sans
36504 Table
36505 \begin_inset space ~
36506 \end_inset
36507
36508 Wrap
36509 \begin_inset space ~
36510 \end_inset
36511
36512 Float
36513 \family default
36514  if the LaTeX-package 
36515 \series bold
36516 wrapfig
36517 \series default
36518
36519 \begin_inset Index idx
36520 status collapsed
36521
36522 \begin_layout Plain Layout
36523 LaTeX-packages ! wrapfig
36524 \end_layout
36525
36526 \end_inset
36527
36528  is installed.
36529 \begin_inset Foot
36530 status collapsed
36531
36532 \begin_layout Plain Layout
36533 Installing a LaTeX-package is explained it in the 
36534 \emph on
36535 LaTeX
36536 \begin_inset space ~
36537 \end_inset
36538
36539 Configuration
36540 \emph default
36541  manual.
36542 \end_layout
36543
36544 \end_inset
36545
36546  The settings of the float can be modified by right-clicking on the float
36547  box.
36548  The mandatory settings are the float 
36549 \family sans
36550 Placement
36551 \family default
36552  and its 
36553 \family sans
36554 Width
36555 \family default
36556 .
36557  Optional are the 
36558 \family sans
36559 Overhang
36560 \family default
36561  that specifies how much the float is set into the paragraph
36562 \begin_inset space \thinspace{}
36563 \end_inset
36564
36565 /
36566 \begin_inset space \thinspace{}
36567 \end_inset
36568
36569 page margin, and the 
36570 \family sans
36571 Line
36572 \begin_inset space ~
36573 \end_inset
36574
36575 span
36576 \family default
36577  that specifies how many text lines the float will approximately need.
36578  The line span is often hard to approximate; so it is better only to use
36579  it when you encounter float placement problems.
36580  You can furthermore decide if LaTeX is allowed to let the float float within
36581  the paragraph or to surrounding paragraphs.
36582  Figure
36583 \begin_inset space ~
36584 \end_inset
36585
36586
36587 \begin_inset CommandInset ref
36588 LatexCommand ref
36589 reference "fig:This-is-a"
36590
36591 \end_inset
36592
36593  is an example text wrap float with a width of 40
36594 \begin_inset space \thinspace{}
36595 \end_inset
36596
36597 col%, 1
36598 \begin_inset space \thinspace{}
36599 \end_inset
36600
36601 cm overhang, set to the left.
36602 \end_layout
36603
36604 \begin_layout Standard
36605 \begin_inset Note Greyedout
36606 status open
36607
36608 \begin_layout Plain Layout
36609
36610 \series bold
36611 Note:
36612 \series default
36613  Text
36614 \begin_inset space ~
36615 \end_inset
36616
36617 wrap float floats are fragile! E.
36618 \begin_inset space \thinspace{}
36619 \end_inset
36620
36621 g.
36622 \begin_inset space \space{}
36623 \end_inset
36624
36625 having a figure too close to the bottom of the page can mess things up in
36626  such a way that the float does not appear in the output or that it is placed
36627  over some other text.
36628 \end_layout
36629
36630 \end_inset
36631
36632
36633 \end_layout
36634
36635 \begin_layout Standard
36636 In general, the following applies for wrap floats:
36637 \end_layout
36638
36639 \begin_layout Itemize
36640 They should not be placed in paragraphs that run over a page break.
36641  That means that wrap floats are better inserted in their exact place when
36642  the document is almost finished and you are able to estimate where page
36643  breaks will appear.
36644 \end_layout
36645
36646 \begin_layout Itemize
36647 They should either be placed in their own paragraph before the paragraph
36648  where they should wrap into or within a paragraph.
36649 \end_layout
36650
36651 \begin_layout Itemize
36652 In consecutive paragraphs they may cause troubles, so ensure that there
36653  is a text paragraph between them as separator.
36654 \end_layout
36655
36656 \begin_layout Itemize
36657 They are not allowed in section headings or tables.
36658 \end_layout
36659
36660 \begin_layout Itemize
36661 Their numbering and referencing works as described in chap.
36662 \begin_inset space \thinspace{}
36663 \end_inset
36664
36665
36666 \begin_inset CommandInset ref
36667 LatexCommand ref
36668 reference "chap:Floats"
36669
36670 \end_inset
36671
36672 .
36673 \end_layout
36674
36675 \begin_layout Section
36676 Surrounded Fixed Objects
36677 \begin_inset Index idx
36678 status collapsed
36679
36680 \begin_layout Plain Layout
36681 Surrounded by text ! Fixed objects
36682 \end_layout
36683
36684 \end_inset
36685
36686
36687 \end_layout
36688
36689 \begin_layout Standard
36690 The wrap floats described in sec.
36691 \begin_inset space \thinspace{}
36692 \end_inset
36693
36694
36695 \begin_inset CommandInset ref
36696 LatexCommand ref
36697 reference "sec:Wrap-Floats"
36698
36699 \end_inset
36700
36701  have these positions in the paragraph:
36702 \end_layout
36703
36704 \begin_layout Standard
36705 \noindent
36706 \align center
36707 \begin_inset Tabular
36708 <lyxtabular version="3" rows="2" columns="2">
36709 <features rotate="0" tabularvalignment="middle">
36710 <column alignment="center" valignment="top">
36711 <column alignment="center" valignment="top">
36712 <row>
36713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36714 \begin_inset Text
36715
36716 \begin_layout Plain Layout
36717 \begin_inset Graphics
36718         filename ../images/dialog-show-new-inset_graphics.png
36719         scale 70
36720         scaleBeforeRotation
36721
36722 \end_inset
36723
36724
36725 \end_layout
36726
36727 \end_inset
36728 </cell>
36729 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36730 \begin_inset Text
36731
36732 \begin_layout Plain Layout
36733 text
36734 \end_layout
36735
36736 \end_inset
36737 </cell>
36738 </row>
36739 <row>
36740 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36741 \begin_inset Text
36742
36743 \begin_layout Plain Layout
36744 text
36745 \end_layout
36746
36747 \end_inset
36748 </cell>
36749 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36750 \begin_inset Text
36751
36752 \begin_layout Plain Layout
36753 text
36754 \end_layout
36755
36756 \end_inset
36757 </cell>
36758 </row>
36759 </lyxtabular>
36760
36761 \end_inset
36762
36763  or 
36764 \begin_inset Tabular
36765 <lyxtabular version="3" rows="2" columns="2">
36766 <features rotate="0" tabularvalignment="middle">
36767 <column alignment="center" valignment="top">
36768 <column alignment="center" valignment="top">
36769 <row>
36770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36771 \begin_inset Text
36772
36773 \begin_layout Plain Layout
36774 text
36775 \end_layout
36776
36777 \end_inset
36778 </cell>
36779 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36780 \begin_inset Text
36781
36782 \begin_layout Plain Layout
36783 \begin_inset Graphics
36784         filename ../images/dialog-show-new-inset_graphics.png
36785         scale 70
36786         scaleBeforeRotation
36787
36788 \end_inset
36789
36790
36791 \end_layout
36792
36793 \end_inset
36794 </cell>
36795 </row>
36796 <row>
36797 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36798 \begin_inset Text
36799
36800 \begin_layout Plain Layout
36801 text
36802 \end_layout
36803
36804 \end_inset
36805 </cell>
36806 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36807 \begin_inset Text
36808
36809 \begin_layout Plain Layout
36810 text
36811 \end_layout
36812
36813 \end_inset
36814 </cell>
36815 </row>
36816 </lyxtabular>
36817
36818 \end_inset
36819
36820
36821 \end_layout
36822
36823 \begin_layout Standard
36824 To get an object exactly at the position where it is inserted, for example
36825  to get one of these positions:
36826 \begin_inset VSpace defskip
36827 \end_inset
36828
36829
36830 \end_layout
36831
36832 \begin_layout Standard
36833 \noindent
36834 \align center
36835 \begin_inset Tabular
36836 <lyxtabular version="3" rows="2" columns="2">
36837 <features rotate="0" tabularvalignment="middle">
36838 <column alignment="center" valignment="top">
36839 <column alignment="center" valignment="top">
36840 <row>
36841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36842 \begin_inset Text
36843
36844 \begin_layout Plain Layout
36845 text
36846 \end_layout
36847
36848 \end_inset
36849 </cell>
36850 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36851 \begin_inset Text
36852
36853 \begin_layout Plain Layout
36854 text
36855 \end_layout
36856
36857 \end_inset
36858 </cell>
36859 </row>
36860 <row>
36861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36862 \begin_inset Text
36863
36864 \begin_layout Plain Layout
36865 \begin_inset Graphics
36866         filename ../images/dialog-show-new-inset_graphics.png
36867         scale 70
36868         scaleBeforeRotation
36869
36870 \end_inset
36871
36872
36873 \end_layout
36874
36875 \end_inset
36876 </cell>
36877 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36878 \begin_inset Text
36879
36880 \begin_layout Plain Layout
36881 text
36882 \end_layout
36883
36884 \end_inset
36885 </cell>
36886 </row>
36887 </lyxtabular>
36888
36889 \end_inset
36890
36891  
36892 \begin_inset Tabular
36893 <lyxtabular version="3" rows="2" columns="2">
36894 <features rotate="0" tabularvalignment="middle">
36895 <column alignment="center" valignment="top">
36896 <column alignment="center" valignment="top">
36897 <row>
36898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36899 \begin_inset Text
36900
36901 \begin_layout Plain Layout
36902 text
36903 \end_layout
36904
36905 \end_inset
36906 </cell>
36907 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36908 \begin_inset Text
36909
36910 \begin_layout Plain Layout
36911 text
36912 \end_layout
36913
36914 \end_inset
36915 </cell>
36916 </row>
36917 <row>
36918 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36919 \begin_inset Text
36920
36921 \begin_layout Plain Layout
36922 text
36923 \end_layout
36924
36925 \end_inset
36926 </cell>
36927 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36928 \begin_inset Text
36929
36930 \begin_layout Plain Layout
36931 \begin_inset Graphics
36932         filename ../images/dialog-show-new-inset_graphics.png
36933         scale 70
36934         scaleBeforeRotation
36935
36936 \end_inset
36937
36938
36939 \end_layout
36940
36941 \end_inset
36942 </cell>
36943 </row>
36944 </lyxtabular>
36945
36946 \end_inset
36947
36948  
36949 \begin_inset Tabular
36950 <lyxtabular version="3" rows="2" columns="3">
36951 <features rotate="0" tabularvalignment="middle">
36952 <column alignment="center" valignment="top">
36953 <column alignment="center" valignment="top">
36954 <column alignment="center" valignment="top">
36955 <row>
36956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36957 \begin_inset Text
36958
36959 \begin_layout Plain Layout
36960 text
36961 \end_layout
36962
36963 \end_inset
36964 </cell>
36965 <cell alignment="center" valignment="top" topline="true" usebox="none">
36966 \begin_inset Text
36967
36968 \begin_layout Plain Layout
36969 \begin_inset Graphics
36970         filename ../images/dialog-show-new-inset_graphics.png
36971         scale 70
36972         scaleBeforeRotation
36973
36974 \end_inset
36975
36976
36977 \end_layout
36978
36979 \end_inset
36980 </cell>
36981 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36982 \begin_inset Text
36983
36984 \begin_layout Plain Layout
36985 text
36986 \end_layout
36987
36988 \end_inset
36989 </cell>
36990 </row>
36991 <row>
36992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36993 \begin_inset Text
36994
36995 \begin_layout Plain Layout
36996 text
36997 \end_layout
36998
36999 \end_inset
37000 </cell>
37001 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37002 \begin_inset Text
37003
37004 \begin_layout Plain Layout
37005 text
37006 \end_layout
37007
37008 \end_inset
37009 </cell>
37010 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37011 \begin_inset Text
37012
37013 \begin_layout Plain Layout
37014 text
37015 \end_layout
37016
37017 \end_inset
37018 </cell>
37019 </row>
37020 </lyxtabular>
37021
37022 \end_inset
37023
37024  
37025 \begin_inset Tabular
37026 <lyxtabular version="3" rows="2" columns="3">
37027 <features rotate="0" tabularvalignment="middle">
37028 <column alignment="center" valignment="top">
37029 <column alignment="center" valignment="top">
37030 <column alignment="center" valignment="top">
37031 <row>
37032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37033 \begin_inset Text
37034
37035 \begin_layout Plain Layout
37036 text
37037 \end_layout
37038
37039 \end_inset
37040 </cell>
37041 <cell alignment="center" valignment="top" topline="true" usebox="none">
37042 \begin_inset Text
37043
37044 \begin_layout Plain Layout
37045 text
37046 \end_layout
37047
37048 \end_inset
37049 </cell>
37050 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37051 \begin_inset Text
37052
37053 \begin_layout Plain Layout
37054 text
37055 \end_layout
37056
37057 \end_inset
37058 </cell>
37059 </row>
37060 <row>
37061 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37062 \begin_inset Text
37063
37064 \begin_layout Plain Layout
37065 text
37066 \end_layout
37067
37068 \end_inset
37069 </cell>
37070 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37071 \begin_inset Text
37072
37073 \begin_layout Plain Layout
37074 \begin_inset Graphics
37075         filename ../images/dialog-show-new-inset_graphics.png
37076         scale 70
37077         scaleBeforeRotation
37078
37079 \end_inset
37080
37081
37082 \end_layout
37083
37084 \end_inset
37085 </cell>
37086 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37087 \begin_inset Text
37088
37089 \begin_layout Plain Layout
37090 text
37091 \end_layout
37092
37093 \end_inset
37094 </cell>
37095 </row>
37096 </lyxtabular>
37097
37098 \end_inset
37099
37100
37101 \end_layout
37102
37103 \begin_layout Standard
37104 \noindent
37105 \align center
37106 \begin_inset Tabular
37107 <lyxtabular version="3" rows="3" columns="2">
37108 <features rotate="0" tabularvalignment="middle">
37109 <column alignment="center" valignment="top">
37110 <column alignment="center" valignment="top">
37111 <row>
37112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37113 \begin_inset Text
37114
37115 \begin_layout Plain Layout
37116 text
37117 \end_layout
37118
37119 \end_inset
37120 </cell>
37121 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37122 \begin_inset Text
37123
37124 \begin_layout Plain Layout
37125 text
37126 \end_layout
37127
37128 \end_inset
37129 </cell>
37130 </row>
37131 <row>
37132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37133 \begin_inset Text
37134
37135 \begin_layout Plain Layout
37136 \begin_inset Graphics
37137         filename ../images/dialog-show-new-inset_graphics.png
37138         scale 70
37139         scaleBeforeRotation
37140
37141 \end_inset
37142
37143
37144 \end_layout
37145
37146 \end_inset
37147 </cell>
37148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37149 \begin_inset Text
37150
37151 \begin_layout Plain Layout
37152 text
37153 \end_layout
37154
37155 \end_inset
37156 </cell>
37157 </row>
37158 <row>
37159 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37160 \begin_inset Text
37161
37162 \begin_layout Plain Layout
37163 text
37164 \end_layout
37165
37166 \end_inset
37167 </cell>
37168 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37169 \begin_inset Text
37170
37171 \begin_layout Plain Layout
37172 text
37173 \end_layout
37174
37175 \end_inset
37176 </cell>
37177 </row>
37178 </lyxtabular>
37179
37180 \end_inset
37181
37182  
37183 \begin_inset Tabular
37184 <lyxtabular version="3" rows="3" columns="3">
37185 <features rotate="0" tabularvalignment="middle">
37186 <column alignment="center" valignment="top">
37187 <column alignment="center" valignment="top">
37188 <column alignment="center" valignment="top">
37189 <row>
37190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37191 \begin_inset Text
37192
37193 \begin_layout Plain Layout
37194 text
37195 \end_layout
37196
37197 \end_inset
37198 </cell>
37199 <cell alignment="center" valignment="top" topline="true" usebox="none">
37200 \begin_inset Text
37201
37202 \begin_layout Plain Layout
37203 text
37204 \end_layout
37205
37206 \end_inset
37207 </cell>
37208 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37209 \begin_inset Text
37210
37211 \begin_layout Plain Layout
37212 text
37213 \end_layout
37214
37215 \end_inset
37216 </cell>
37217 </row>
37218 <row>
37219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37220 \begin_inset Text
37221
37222 \begin_layout Plain Layout
37223 text
37224 \end_layout
37225
37226 \end_inset
37227 </cell>
37228 <cell alignment="center" valignment="top" usebox="none">
37229 \begin_inset Text
37230
37231 \begin_layout Plain Layout
37232 \begin_inset Graphics
37233         filename ../images/dialog-show-new-inset_graphics.png
37234         scale 70
37235         scaleBeforeRotation
37236
37237 \end_inset
37238
37239
37240 \end_layout
37241
37242 \end_inset
37243 </cell>
37244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37245 \begin_inset Text
37246
37247 \begin_layout Plain Layout
37248 text
37249 \end_layout
37250
37251 \end_inset
37252 </cell>
37253 </row>
37254 <row>
37255 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37256 \begin_inset Text
37257
37258 \begin_layout Plain Layout
37259 text
37260 \end_layout
37261
37262 \end_inset
37263 </cell>
37264 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37265 \begin_inset Text
37266
37267 \begin_layout Plain Layout
37268 text
37269 \end_layout
37270
37271 \end_inset
37272 </cell>
37273 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37274 \begin_inset Text
37275
37276 \begin_layout Plain Layout
37277 text
37278 \end_layout
37279
37280 \end_inset
37281 </cell>
37282 </row>
37283 </lyxtabular>
37284
37285 \end_inset
37286
37287  
37288 \begin_inset Tabular
37289 <lyxtabular version="3" rows="3" columns="2">
37290 <features rotate="0" tabularvalignment="middle">
37291 <column alignment="center" valignment="top">
37292 <column alignment="center" valignment="top">
37293 <row>
37294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37295 \begin_inset Text
37296
37297 \begin_layout Plain Layout
37298 text
37299 \end_layout
37300
37301 \end_inset
37302 </cell>
37303 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37304 \begin_inset Text
37305
37306 \begin_layout Plain Layout
37307 text
37308 \end_layout
37309
37310 \end_inset
37311 </cell>
37312 </row>
37313 <row>
37314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37315 \begin_inset Text
37316
37317 \begin_layout Plain Layout
37318 text
37319 \end_layout
37320
37321 \end_inset
37322 </cell>
37323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37324 \begin_inset Text
37325
37326 \begin_layout Plain Layout
37327 \begin_inset Graphics
37328         filename ../images/dialog-show-new-inset_graphics.png
37329         scale 70
37330         scaleBeforeRotation
37331
37332 \end_inset
37333
37334
37335 \end_layout
37336
37337 \end_inset
37338 </cell>
37339 </row>
37340 <row>
37341 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37342 \begin_inset Text
37343
37344 \begin_layout Plain Layout
37345 text
37346 \end_layout
37347
37348 \end_inset
37349 </cell>
37350 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37351 \begin_inset Text
37352
37353 \begin_layout Plain Layout
37354 text
37355 \end_layout
37356
37357 \end_inset
37358 </cell>
37359 </row>
37360 </lyxtabular>
37361
37362 \end_inset
37363
37364
37365 \end_layout
37366
37367 \begin_layout Standard
37368 \noindent
37369 you can use the LaTeX-package 
37370 \series bold
37371 picinpar
37372 \series default
37373
37374 \begin_inset Index idx
37375 status collapsed
37376
37377 \begin_layout Plain Layout
37378 LaTeX-packages ! picinpar
37379 \end_layout
37380
37381 \end_inset
37382
37383 .
37384  Here is an example:
37385 \end_layout
37386
37387 \begin_layout Standard
37388 \begin_inset ERT
37389 status collapsed
37390
37391 \begin_layout Plain Layout
37392
37393
37394 \backslash
37395 ifpicinpar
37396 \end_layout
37397
37398 \end_inset
37399
37400
37401 \begin_inset Note Note
37402 status open
37403
37404 \begin_layout Plain Layout
37405 The following section will only be displayed when the LaTeX-package 
37406 \series bold
37407 picinpar
37408 \series default
37409  is installed.
37410 \end_layout
37411
37412 \end_inset
37413
37414
37415 \end_layout
37416
37417 \begin_layout Standard
37418 \begin_inset ERT
37419 status collapsed
37420
37421 \begin_layout Plain Layout
37422
37423
37424 \backslash
37425 begin{window}[2,c,{
37426 \end_layout
37427
37428 \end_inset
37429
37430
37431 \begin_inset Graphics
37432         filename clipart/mobius.eps
37433         lyxscale 60
37434         width 40col%
37435         scaleBeforeRotation
37436         rotateOrigin center
37437
37438 \end_inset
37439
37440
37441 \begin_inset ERT
37442 status collapsed
37443
37444 \begin_layout Plain Layout
37445
37446 },]
37447 \end_layout
37448
37449 \begin_layout Plain Layout
37450
37451 {}
37452 \end_layout
37453
37454 \end_inset
37455
37456
37457 \size small
37458 It was in the spring of the year 1894 that all London was interested, and
37459  the fashionable world dismayed, by the murder of the Honourable Ronald
37460  Adair under most unusual and inexplicable circumstances.
37461  The public has already learned those particulars of the crime which
37462 \size default
37463
37464 \begin_inset ERT
37465 status collapsed
37466
37467 \begin_layout Plain Layout
37468
37469
37470 \backslash
37471 footnotemark{}
37472 \end_layout
37473
37474 \end_inset
37475
37476
37477 \size small
37478  came out in the police investigation, but a good deal was suppressed upon
37479  that occasion, since the case for the prosecution was so overwhelmingly
37480  strong that it was not necessary to bring forward all the facts.
37481  Only now, at the end of nearly ten years, am I allowed to supply those
37482  missing links which make up the whole of that remarkable chain.
37483 \size default
37484
37485 \begin_inset ERT
37486 status collapsed
37487
37488 \begin_layout Plain Layout
37489
37490
37491 \backslash
37492 end{window}
37493 \end_layout
37494
37495 \end_inset
37496
37497
37498 \end_layout
37499
37500 \begin_layout Standard
37501 \begin_inset ERT
37502 status collapsed
37503
37504 \begin_layout Plain Layout
37505
37506
37507 \backslash
37508 footnotetext{
37509 \end_layout
37510
37511 \end_inset
37512
37513 Footnote of the paragraph with the fixed object.
37514 \begin_inset ERT
37515 status collapsed
37516
37517 \begin_layout Plain Layout
37518
37519 }
37520 \end_layout
37521
37522 \end_inset
37523
37524
37525 \end_layout
37526
37527 \begin_layout Standard
37528 Surrounded fixed objects are used to let text float around them, at which
37529  the object's position in the paragraph can be determined by the number
37530  of lines above it.
37531  In contrary to floats is it not possible to have a numbered caption.
37532 \end_layout
37533
37534 \begin_layout Standard
37535 A fixed object is inserted by adding the command
37536 \end_layout
37537
37538 \begin_layout Standard
37539
37540 \series bold
37541
37542 \backslash
37543 begin{window}[2,c,{
37544 \end_layout
37545
37546 \begin_layout Standard
37547 as TeX-Code at the beginning of the paragraph.
37548  The first parameter in the bracket, here '2', defines the number of lines
37549  above the object, the second, here 'c', the position of the object.
37550  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37551  Behind the command you insert the object.
37552  In this example an image with a width of 40
37553 \begin_inset space \thinspace{}
37554 \end_inset
37555
37556 % of the text column width was inserted.
37557  The object can also be a table, a box or an equation.
37558  Behind the object the command
37559 \end_layout
37560
37561 \begin_layout Standard
37562
37563 \series bold
37564 },description text]
37565 \begin_inset Newline newline
37566 \end_inset
37567
37568 {}
37569 \end_layout
37570
37571 \begin_layout Standard
37572 is inserted.
37573  Note that the 
37574 \begin_inset Quotes eld
37575 \end_inset
37576
37577
37578 \series bold
37579 {}
37580 \series default
37581
37582 \begin_inset Quotes erd
37583 \end_inset
37584
37585  is in the second line.
37586  The description text is optional.
37587  The text surrounding the object must be in the same paragraph as the object,
37588  so it must begin directly after the 
37589 \series bold
37590 {}
37591 \series default
37592 .
37593  At the end of the paragraph insert the command:
37594 \end_layout
37595
37596 \begin_layout Standard
37597
37598 \series bold
37599
37600 \backslash
37601 end{window}
37602 \end_layout
37603
37604 \begin_layout Standard
37605 Within a paragraph with a fixed object, you cannot insert footnotes in the
37606  normal way.
37607  You have to use instead the command 
37608 \series bold
37609
37610 \backslash
37611 footnotemark
37612 \series default
37613  inside the paragraph and outside the command 
37614 \series bold
37615
37616 \backslash
37617 footnotetext
37618 \series default
37619  as described in sec.
37620 \begin_inset space \thinspace{}
37621 \end_inset
37622
37623
37624 \begin_inset CommandInset ref
37625 LatexCommand ref
37626 reference "sec:Footnotes"
37627
37628 \end_inset
37629
37630 .
37631 \end_layout
37632
37633 \begin_layout Standard
37634 \begin_inset ERT
37635 status collapsed
37636
37637 \begin_layout Plain Layout
37638
37639
37640 \backslash
37641 else
37642 \end_layout
37643
37644 \end_inset
37645
37646
37647 \begin_inset Note Note
37648 status open
37649
37650 \begin_layout Plain Layout
37651 The following will be displayed when the LaTeX-package 
37652 \series bold
37653 picinpar
37654 \series default
37655  is not installed:
37656 \end_layout
37657
37658 \end_inset
37659
37660
37661 \end_layout
37662
37663 \begin_layout Standard
37664 You need to install the LaTeX-package 
37665 \series bold
37666 picinpar
37667 \series default
37668  to see the following part of this section in the output.
37669 \end_layout
37670
37671 \begin_layout Standard
37672 \begin_inset ERT
37673 status collapsed
37674
37675 \begin_layout Plain Layout
37676
37677
37678 \backslash
37679 fi
37680 \end_layout
37681
37682 \end_inset
37683
37684
37685 \end_layout
37686
37687 \begin_layout Section
37688 Initials
37689 \begin_inset Index idx
37690 status collapsed
37691
37692 \begin_layout Plain Layout
37693 Initials
37694 \end_layout
37695
37696 \end_inset
37697
37698
37699 \begin_inset Index idx
37700 status collapsed
37701
37702 \begin_layout Plain Layout
37703 Surrounded by text ! Initials
37704 \end_layout
37705
37706 \end_inset
37707
37708
37709 \end_layout
37710
37711 \begin_layout Standard
37712 To use initials, you must have the LaTeX-package 
37713 \series bold
37714 lettrine
37715 \series default
37716
37717 \begin_inset Index idx
37718 status collapsed
37719
37720 \begin_layout Plain Layout
37721 LaTeX-packages ! lettrine
37722 \end_layout
37723
37724 \end_inset
37725
37726  installed and use the module 
37727 \family sans
37728 Initials
37729 \family default
37730  in your document (menu 
37731 \family sans
37732 Document\SpecialChar \menuseparator
37733 Settings\SpecialChar \menuseparator
37734 Modules
37735 \family default
37736 ).
37737  To insert an initial, use the style 
37738 \family sans
37739 Initial
37740 \family default
37741 .
37742  This style has a mandatory and two optional arguments.
37743  The arguments are inserted via the 
37744 \family sans
37745 Insert
37746 \family default
37747  menu.
37748  The mandatory argument 
37749 \family sans
37750 Initial
37751 \family default
37752  contains the letter(s) that is the initial, the argument 
37753 \family sans
37754 Rest
37755 \begin_inset space ~
37756 \end_inset
37757
37758 of
37759 \begin_inset space ~
37760 \end_inset
37761
37762 Initial
37763 \family default
37764  contains the rest of the word or text of the initial letter(s).
37765  The argument 
37766 \family sans
37767 Options
37768 \family default
37769  contains parameters to modify the initial.
37770  For more information about the possible parameters see the documentation
37771  of 
37772 \series bold
37773 lettrine
37774 \series default
37775
37776 \begin_inset CommandInset citation
37777 LatexCommand cite
37778 key "lettrine"
37779
37780 \end_inset
37781
37782 .
37783  The style itself contains the text that is surrounding the initial.
37784  The usual style is hereby that the word whose first letter is the initial,
37785  is printed with 
37786 \shape smallcaps
37787 small caps
37788 \shape default
37789 .
37790 \end_layout
37791
37792 \begin_layout Standard
37793 Here are some examples:
37794 \end_layout
37795
37796 \begin_layout Standard
37797 \begin_inset ERT
37798 status collapsed
37799
37800 \begin_layout Plain Layout
37801
37802
37803 \backslash
37804 iflettrine
37805 \end_layout
37806
37807 \end_inset
37808
37809
37810 \begin_inset Note Note
37811 status open
37812
37813 \begin_layout Plain Layout
37814 The following section will only be displayed when the LaTeX-package 
37815 \series bold
37816 lettrine
37817 \series default
37818  is installed.
37819 \end_layout
37820
37821 \end_inset
37822
37823
37824 \end_layout
37825
37826 \begin_layout Enumerate
37827 No optional argument, the initial is the letter 'I' in the math font 
37828 \begin_inset Formula $\mathfrak{Fraktur}$
37829 \end_inset
37830
37831 :
37832 \end_layout
37833
37834 \begin_deeper
37835 \begin_layout Initial
37836 \begin_inset Argument 2
37837 status open
37838
37839 \begin_layout Plain Layout
37840 \begin_inset Formula $\mathfrak{I}$
37841 \end_inset
37842
37843
37844 \end_layout
37845
37846 \end_inset
37847
37848
37849 \begin_inset Argument 3
37850 status open
37851
37852 \begin_layout Plain Layout
37853 t
37854 \end_layout
37855
37856 \end_inset
37857
37858  was in the spring of the year 1894 that all London was interested, and
37859  the fashionable world dismayed, by the murder of the Honourable Ronald
37860  Adair under most unusual and inexplicable circumstances.
37861  The public has already learned those particulars of the crime which came
37862  out in the police investigation, but a good deal was suppressed upon that
37863  occasion, since the case for the prosecution was so overwhelmingly strong
37864  that it was not necessary to bring forward all the facts.
37865 \begin_inset Newpage newpage
37866 \end_inset
37867
37868
37869 \end_layout
37870
37871 \end_deeper
37872 \begin_layout Enumerate
37873 Only one line is surrounding the initial, which is formed by two letters
37874  in standard font and no text is printed in small caps:
37875 \end_layout
37876
37877 \begin_deeper
37878 \begin_layout Initial
37879 \begin_inset Argument 1
37880 status open
37881
37882 \begin_layout Plain Layout
37883 lines=1
37884 \end_layout
37885
37886 \end_inset
37887
37888
37889 \begin_inset Argument 2
37890 status open
37891
37892 \begin_layout Plain Layout
37893 It
37894 \end_layout
37895
37896 \end_inset
37897
37898  was in the spring of the year 1894 that all London was interested, and
37899  the fashionable world dismayed, by the murder of the Honourable Ronald
37900  Adair under most unusual and inexplicable circumstances.
37901  The public has already learned those particulars of the crime which came
37902  out in the police investigation, but a good deal was suppressed upon that
37903  occasion, since the case for the prosecution was so overwhelmingly strong
37904  that it was not necessary to bring forward all the facts.
37905 \end_layout
37906
37907 \end_deeper
37908 \begin_layout Enumerate
37909 Magenta, hanging initial over 3
37910 \begin_inset space ~
37911 \end_inset
37912
37913 lines in the math font 
37914 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37915 \end_inset
37916
37917 , the text 
37918 \begin_inset Quotes eld
37919 \end_inset
37920
37921 t was in the spring
37922 \begin_inset Quotes erd
37923 \end_inset
37924
37925  is in 
37926 \shape smallcaps
37927 small caps
37928 \shape default
37929 ; to color the initial, you must insert this command before the initial:
37930 \begin_inset Newline newline
37931 \end_inset
37932
37933
37934 \series bold
37935
37936 \backslash
37937 renewcommand{
37938 \backslash
37939 LettrineFontHook}{
37940 \backslash
37941 color{color}}
37942 \series default
37943
37944 \begin_inset Newline newline
37945 \end_inset
37946
37947 where the second 
37948 \emph on
37949 color
37950 \emph default
37951  can be 
37952 \begin_inset Quotes eld
37953 \end_inset
37954
37955 red
37956 \begin_inset Quotes erd
37957 \end_inset
37958
37959
37960 \begin_inset Quotes eld
37961 \end_inset
37962
37963 blue
37964 \begin_inset Quotes erd
37965 \end_inset
37966
37967
37968 \begin_inset Quotes eld
37969 \end_inset
37970
37971 green
37972 \begin_inset Quotes erd
37973 \end_inset
37974
37975
37976 \begin_inset Quotes eld
37977 \end_inset
37978
37979 yellow
37980 \begin_inset Quotes erd
37981 \end_inset
37982
37983
37984 \begin_inset Quotes eld
37985 \end_inset
37986
37987 cyan
37988 \begin_inset Quotes erd
37989 \end_inset
37990
37991
37992 \begin_inset Quotes eld
37993 \end_inset
37994
37995 magenta
37996 \begin_inset Quotes erd
37997 \end_inset
37998
37999
38000 \begin_inset Quotes eld
38001 \end_inset
38002
38003 black
38004 \begin_inset Quotes erd
38005 \end_inset
38006
38007  or 
38008 \begin_inset Quotes eld
38009 \end_inset
38010
38011 white
38012 \begin_inset Quotes erd
38013 \end_inset
38014
38015 , and add this command to the document preamble:
38016 \begin_inset Newline newline
38017 \end_inset
38018
38019
38020 \series bold
38021
38022 \backslash
38023 @ifundefined{textcolor}
38024 \begin_inset Newline newline
38025 \end_inset
38026
38027
38028 \begin_inset space ~
38029 \end_inset
38030
38031 {
38032 \backslash
38033 usepackage{color}}{}
38034 \end_layout
38035
38036 \begin_deeper
38037 \begin_layout Standard
38038 \begin_inset ERT
38039 status collapsed
38040
38041 \begin_layout Plain Layout
38042
38043
38044 \backslash
38045 renewcommand{
38046 \backslash
38047 LettrineFontHook}{
38048 \backslash
38049 color{magenta}}
38050 \end_layout
38051
38052 \end_inset
38053
38054
38055 \begin_inset Note Note
38056 status collapsed
38057
38058 \begin_layout Plain Layout
38059 makes the initial magenta
38060 \end_layout
38061
38062 \end_inset
38063
38064
38065 \end_layout
38066
38067 \begin_layout Initial
38068 \begin_inset Argument 1
38069 status open
38070
38071 \begin_layout Plain Layout
38072 lines=3, lhang=0.33, loversize=0.25
38073 \end_layout
38074
38075 \end_inset
38076
38077
38078 \begin_inset Argument 2
38079 status open
38080
38081 \begin_layout Plain Layout
38082 \begin_inset Formula $\mathcal{I}$
38083 \end_inset
38084
38085
38086 \end_layout
38087
38088 \end_inset
38089
38090
38091 \begin_inset Argument 3
38092 status open
38093
38094 \begin_layout Plain Layout
38095 t was in the spring
38096 \end_layout
38097
38098 \end_inset
38099
38100  of the year 1894 that all London was interested, and the fashionable world
38101  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38102  and inexplicable circumstances.
38103  The public has already learned those particulars of the crime which came
38104  out in the police investigation, but a good deal was suppressed upon that
38105  occasion, since the case for the prosecution was so overwhelmingly strong
38106  that it was not necessary to bring forward all the facts.
38107 \end_layout
38108
38109 \end_deeper
38110 \begin_layout Standard
38111 \begin_inset ERT
38112 status collapsed
38113
38114 \begin_layout Plain Layout
38115
38116
38117 \backslash
38118 else
38119 \end_layout
38120
38121 \end_inset
38122
38123
38124 \begin_inset Note Note
38125 status open
38126
38127 \begin_layout Plain Layout
38128 The following will be displayed when the LaTeX-package 
38129 \series bold
38130 lettrine
38131 \series default
38132  is not installed:
38133 \end_layout
38134
38135 \end_inset
38136
38137
38138 \end_layout
38139
38140 \begin_layout Standard
38141 You need to install the LaTeX-package 
38142 \series bold
38143 lettrine
38144 \series default
38145  to see the following part of this section in the output.
38146 \end_layout
38147
38148 \begin_layout Standard
38149 \begin_inset ERT
38150 status collapsed
38151
38152 \begin_layout Plain Layout
38153
38154
38155 \backslash
38156 fi
38157 \end_layout
38158
38159 \end_inset
38160
38161
38162 \end_layout
38163
38164 \begin_layout Chapter
38165 External Document Parts
38166 \begin_inset Index idx
38167 status collapsed
38168
38169 \begin_layout Plain Layout
38170 External Document Parts
38171 \end_layout
38172
38173 \end_inset
38174
38175
38176 \end_layout
38177
38178 \begin_layout Standard
38179 With the menu 
38180 \family sans
38181 Insert\SpecialChar \menuseparator
38182 File
38183 \family default
38184  you can insert external material into your document.
38185  This can be:
38186 \end_layout
38187
38188 \begin_layout Description
38189 LyX
38190 \begin_inset space ~
38191 \end_inset
38192
38193 Document Another LyX document; its content is directly inserted to your
38194  document.
38195 \end_layout
38196
38197 \begin_layout Description
38198 Plain
38199 \begin_inset space ~
38200 \end_inset
38201
38202 Text A text document; each line is inserted in your document as a separate
38203  paragraph.
38204 \end_layout
38205
38206 \begin_layout Description
38207 Plain
38208 \begin_inset space ~
38209 \end_inset
38210
38211 Text,
38212 \begin_inset space ~
38213 \end_inset
38214
38215 Join
38216 \begin_inset space ~
38217 \end_inset
38218
38219 Lines A text document; text lines are inserted in your document continuously
38220  but an empty text line creates a new paragraph.
38221 \end_layout
38222
38223 \begin_layout Description
38224 External
38225 \begin_inset space ~
38226 \end_inset
38227
38228 Material Files in various formats.
38229 \end_layout
38230
38231 \begin_layout Description
38232 Child
38233 \begin_inset space ~
38234 \end_inset
38235
38236 Document LyX or LaTeX-documents.
38237 \end_layout
38238
38239 \begin_layout Section
38240 External Material
38241 \begin_inset Index idx
38242 status collapsed
38243
38244 \begin_layout Plain Layout
38245 External Document Parts ! External Material
38246 \end_layout
38247
38248 \end_inset
38249
38250
38251 \end_layout
38252
38253 \begin_layout Standard
38254 The external material feature allows you to insert files into your document
38255  without converting them to a format that can be read by the document output
38256  format.
38257  LyX takes care of the necessary conversions.
38258  This is similar to images that can be inserted in various image formats
38259  in LyX documents.
38260  When you have enabled Instant Preview in LyX's preferences under 
38261 \family sans
38262 Look
38263 \begin_inset space ~
38264 \end_inset
38265
38266 and
38267 \begin_inset space ~
38268 \end_inset
38269
38270 feel\SpecialChar \menuseparator
38271 Graphics
38272 \family default
38273 , the external material types Dia and Xfig are directly shown in LyX.
38274 \end_layout
38275
38276 \begin_layout Standard
38277 External material can be inserted via the 
38278 \family sans
38279 External Material
38280 \family default
38281  dialog that is accessible with the menu 
38282 \family sans
38283 Insert\SpecialChar \menuseparator
38284 File\SpecialChar \menuseparator
38285 External
38286 \begin_inset space ~
38287 \end_inset
38288
38289 Material
38290 \family default
38291 .
38292  Currently the following file types (
38293 \family sans
38294 Templates
38295 \family default
38296 ) are allowed:
38297 \end_layout
38298
38299 \begin_layout Description
38300 ChessDiagram This template supports chess position diagrams made with the
38301  program 
38302 \series bold
38303
38304 \begin_inset CommandInset href
38305 LatexCommand href
38306 name "XBoard"
38307 target "http://en.wikipedia.org/wiki/XBoard"
38308
38309 \end_inset
38310
38311
38312 \series default
38313 .
38314 \end_layout
38315
38316 \begin_layout Description
38317 Date This inserts the date in the form 
38318 \emph on
38319 Day-Month-Year
38320 \emph default
38321 .
38322  This is a date inserted as external material: 
38323 \begin_inset External
38324         template Date
38325         filename .
38326
38327 \end_inset
38328
38329
38330 \begin_inset space ~
38331 \end_inset
38332
38333
38334 \begin_inset Note Note
38335 status open
38336
38337 \begin_layout Plain Layout
38338 Remove the protected space when bug 4398 is fixed!
38339 \end_layout
38340
38341 \end_inset
38342
38343
38344 \begin_inset Newline newline
38345 \end_inset
38346
38347 The date is not shown within LyX, only in the output.
38348  There are two other methods of inserting a date: Via menu 
38349 \family sans
38350 Insert\SpecialChar \menuseparator
38351 Date
38352 \family default
38353  and with the LaTeX command 
38354 \series bold
38355
38356 \backslash
38357 today
38358 \series default
38359  as TeX-Code.
38360  The different methods are compared in Table
38361 \begin_inset space ~
38362 \end_inset
38363
38364
38365 \begin_inset CommandInset ref
38366 LatexCommand ref
38367 reference "tab:Comparison-of-the"
38368
38369 \end_inset
38370
38371 .
38372 \end_layout
38373
38374 \begin_layout Description
38375 Dia This template supports diagrams created with the program 
38376 \series bold
38377
38378 \begin_inset CommandInset href
38379 LatexCommand href
38380 name "Dia"
38381 target "http://en.wikipedia.org/wiki/Dia_(software)"
38382
38383 \end_inset
38384
38385
38386 \series default
38387 .
38388 \end_layout
38389
38390 \begin_layout Description
38391 GnumericSpreadsheet With this template you can insert spreadsheets
38392 \begin_inset space \thinspace{}
38393 \end_inset
38394
38395 /
38396 \begin_inset space \thinspace{}
38397 \end_inset
38398
38399 tables in the format of 
38400 \series bold
38401
38402 \begin_inset CommandInset href
38403 LatexCommand href
38404 name "Gnumeric"
38405 target "http://en.wikipedia.org/wiki/Gnumeric"
38406
38407 \end_inset
38408
38409
38410 \series default
38411
38412 \begin_inset CommandInset href
38413 LatexCommand href
38414 name "OpenDocument"
38415 target "http://en.wikipedia.org/wiki/OpenDocument"
38416
38417 \end_inset
38418
38419
38420 \begin_inset CommandInset href
38421 LatexCommand href
38422 name "Microsoft Office XML"
38423 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38424
38425 \end_inset
38426
38427  and 
38428 \begin_inset CommandInset href
38429 LatexCommand href
38430 name "Office Open XML"
38431 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38432
38433 \end_inset
38434
38435 .
38436  For this feature LyX must have found the program 
38437 \family typewriter
38438 ssconvert
38439 \family default
38440  during its configuration.
38441  This program is part of Gnumeric, so that you must have Gnumeric installed,
38442  also if you don't have tables in the Gnumeric format.
38443  For examples and possible limitations have a look at LyX's example file
38444  
38445 \emph on
38446 spreadsheet.lyx
38447 \emph default
38448 .
38449 \end_layout
38450
38451 \begin_layout Description
38452 LilyPond This template is used for music notation typeset with the program
38453 \begin_inset Newline linebreak
38454 \end_inset
38455
38456
38457 \series bold
38458
38459 \begin_inset CommandInset href
38460 LatexCommand href
38461 name "LilyPond"
38462 target "http://en.wikipedia.org/wiki/LilyPond"
38463
38464 \end_inset
38465
38466
38467 \series default
38468 .
38469  For LyX's extended support for LilyPond have a look at LyX's example file
38470  
38471 \emph on
38472 lilypond.lyx
38473 \emph default
38474 .
38475 \end_layout
38476
38477 \begin_layout Description
38478 PDFPages With this template you can insert PDF documents to your document.
38479  To specify the range of pages that should be included, use the option 
38480 \series bold
38481 pages
38482 \series default
38483  in the 
38484 \family sans
38485 Option
38486 \family default
38487  field in the 
38488 \family sans
38489 LaTeX and LyX options
38490 \family default
38491  tab.
38492  The argument of this option is a comma separated list, containing page
38493  numbers (insert as option 
38494 \series bold
38495 pages={3,5,6,8}
38496 \series default
38497 ), ranges of page numbers (
38498 \series bold
38499 pages={4-9}
38500 \series default
38501 ) or any combination.
38502  To insert empty pages use {}.
38503  E.
38504 \begin_inset space \thinspace{}
38505 \end_inset
38506
38507 g.
38508 \begin_inset space ~
38509 \end_inset
38510
38511
38512 \series bold
38513 pages={3,{},8-11,15}
38514 \series default
38515  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38516  Page ranges are specified in the syntax 
38517 \emph on
38518 start
38519 \emph default
38520 -
38521 \emph on
38522 stop
38523 \emph default
38524 .
38525  This selects all pages from 
38526 \emph on
38527 start
38528 \emph default
38529  to 
38530 \emph on
38531 stop
38532 \emph default
38533 .
38534  Omitting 
38535 \emph on
38536 start
38537 \emph default
38538  defaults to the first page; omitting 
38539 \emph on
38540 stop
38541 \emph default
38542  defaults to the last page of the document.
38543  The last page can also be selected with the keyword 
38544 \series bold
38545 last
38546 \series default
38547 .
38548  (This is only permitted in a page range.) So 
38549 \series bold
38550 pages=-
38551 \series default
38552  will insert all pages of the document and 
38553 \series bold
38554 pages=last-1
38555 \series default
38556  will insert all pages in reverse order.
38557  If the pages option is not specified, only the first page of the PDF is
38558  inserted.
38559 \begin_inset Newline newline
38560 \end_inset
38561
38562 The option 
38563 \series bold
38564 noautoscale
38565 \series default
38566  inserts the pages with their original size, if this option is not given,
38567  the pages will be resized to fith the width of the page of your document.
38568  In the tab 
38569 \family sans
38570 Size and Rotation
38571 \family default
38572  you can specify the width and height of the input pages and their rotation.
38573  If another width than 100
38574 \begin_inset space \thinspace{}
38575 \end_inset
38576
38577 Scale% is used, the option 
38578 \series bold
38579 noautoscale
38580 \series default
38581  will be overwritten.
38582  For more info and possible options, have a look into the documentation
38583  of the LaTeX-package 
38584 \series bold
38585 pdfpages
38586 \series default
38587  
38588 \begin_inset CommandInset citation
38589 LatexCommand cite
38590 key "pdfpages"
38591
38592 \end_inset
38593
38594 .
38595 \begin_inset Index idx
38596 status collapsed
38597
38598 \begin_layout Plain Layout
38599 LaTeX-packages ! pdfpages
38600 \end_layout
38601
38602 \end_inset
38603
38604
38605 \begin_inset Newline newline
38606 \end_inset
38607
38608 To use this template in a 
38609 \family sans
38610 Beamer
38611 \family default
38612  presentation you need to first insert an 
38613 \family sans
38614 EndFrame
38615 \family default
38616  environment and in a subsequent paragraph a TeX-Code box containing the
38617  command 
38618 \series bold
38619
38620 \backslash
38621 setbeamertemplate{background canvas}{}
38622 \series default
38623 .
38624  Then you can insert as many paragraphs containing the PDFPages template
38625  as you wish.
38626  Behind the included PDF pages you can resume the Beamer presentation by
38627  beginning a new frame or by starting a new section.
38628  To avoid stray blank pages prior to the PDF pages, make sure to use the
38629  
38630 \family sans
38631 Default
38632 \family default
38633  alignment for the paragraph containing the template.
38634 \begin_inset Newline newline
38635 \end_inset
38636
38637 Here is an included PDF which is rotated by -5°: 
38638 \begin_inset External
38639         template PDFPages
38640         filename clipart/Abstract.pdf
38641         extra LaTeX "noautoscale, pages=-"
38642         rotateAngle -5
38643         rotateOrigin bottomleft
38644
38645 \end_inset
38646
38647
38648 \end_layout
38649
38650 \begin_layout Description
38651 RasterImage This can be used for bitmap images.
38652  The image can be treated in the 
38653 \family sans
38654 External material
38655 \family default
38656  dialog like the images that are usually included via the 
38657 \family sans
38658 Graphics
38659 \family default
38660  dialog as described in section
38661 \begin_inset space ~
38662 \end_inset
38663
38664
38665 \begin_inset CommandInset ref
38666 LatexCommand ref
38667 reference "sec:Graphics-Dialog"
38668
38669 \end_inset
38670
38671 .
38672  The difference to the normal image input is that only raster images are
38673  allowed; that means that PDF and EPS-images are not supported.
38674  Here is an inserted raster image: 
38675 \begin_inset External
38676         template RasterImage
38677         filename clipart/ToolbarEnvBox.png
38678
38679 \end_inset
38680
38681
38682 \end_layout
38683
38684 \begin_layout Description
38685 XFig This template supports images created with the program 
38686 \series bold
38687
38688 \begin_inset CommandInset href
38689 LatexCommand href
38690 name "Xfig"
38691 target "http://en.wikipedia.org/wiki/Xfig"
38692
38693 \end_inset
38694
38695
38696 \series default
38697 .
38698 \end_layout
38699
38700 \begin_layout Standard
38701 \begin_inset Float table
38702 placement !h
38703 wide false
38704 sideways false
38705 status open
38706
38707 \begin_layout Plain Layout
38708 \begin_inset Caption Standard
38709
38710 \begin_layout Plain Layout
38711 \begin_inset CommandInset label
38712 LatexCommand label
38713 name "tab:Comparison-of-the"
38714
38715 \end_inset
38716
38717 Comparison of the date input methods.
38718 \end_layout
38719
38720 \end_inset
38721
38722
38723 \end_layout
38724
38725 \begin_layout Plain Layout
38726 \align center
38727 \begin_inset Tabular
38728 <lyxtabular version="3" rows="4" columns="4">
38729 <features rotate="0" tabularvalignment="middle">
38730 <column alignment="center" valignment="top">
38731 <column alignment="center" valignment="top">
38732 <column alignment="center" valignment="top">
38733 <column alignment="center" valignment="top">
38734 <row>
38735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38736 \begin_inset Text
38737
38738 \begin_layout Plain Layout
38739 Document format
38740 \end_layout
38741
38742 \end_inset
38743 </cell>
38744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38745 \begin_inset Text
38746
38747 \begin_layout Plain Layout
38748
38749 \family sans
38750 External Material\SpecialChar \menuseparator
38751 Date
38752 \end_layout
38753
38754 \end_inset
38755 </cell>
38756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38757 \begin_inset Text
38758
38759 \begin_layout Plain Layout
38760
38761 \family sans
38762 Insert\SpecialChar \menuseparator
38763 Date
38764 \end_layout
38765
38766 \end_inset
38767 </cell>
38768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38769 \begin_inset Text
38770
38771 \begin_layout Plain Layout
38772 command 
38773 \series bold
38774
38775 \backslash
38776 today
38777 \end_layout
38778
38779 \end_inset
38780 </cell>
38781 </row>
38782 <row>
38783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38784 \begin_inset Text
38785
38786 \begin_layout Plain Layout
38787 LyX
38788 \end_layout
38789
38790 \end_inset
38791 </cell>
38792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38793 \begin_inset Text
38794
38795 \begin_layout Plain Layout
38796 as inset box
38797 \end_layout
38798
38799 \end_inset
38800 </cell>
38801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38802 \begin_inset Text
38803
38804 \begin_layout Plain Layout
38805 as date
38806 \end_layout
38807
38808 \end_inset
38809 </cell>
38810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38811 \begin_inset Text
38812
38813 \begin_layout Plain Layout
38814 as TeX-Code inset box
38815 \end_layout
38816
38817 \end_inset
38818 </cell>
38819 </row>
38820 <row>
38821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38822 \begin_inset Text
38823
38824 \begin_layout Plain Layout
38825 LaTeX
38826 \end_layout
38827
38828 \end_inset
38829 </cell>
38830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38831 \begin_inset Text
38832
38833 \begin_layout Plain Layout
38834 as date
38835 \end_layout
38836
38837 \end_inset
38838 </cell>
38839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38840 \begin_inset Text
38841
38842 \begin_layout Plain Layout
38843 as date
38844 \end_layout
38845
38846 \end_inset
38847 </cell>
38848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38849 \begin_inset Text
38850
38851 \begin_layout Plain Layout
38852 as command
38853 \end_layout
38854
38855 \end_inset
38856 </cell>
38857 </row>
38858 <row>
38859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38860 \begin_inset Text
38861
38862 \begin_layout Plain Layout
38863 DVI, PDF, PS
38864 \end_layout
38865
38866 \end_inset
38867 </cell>
38868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38869 \begin_inset Text
38870
38871 \begin_layout Plain Layout
38872 as date
38873 \end_layout
38874
38875 \end_inset
38876 </cell>
38877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38878 \begin_inset Text
38879
38880 \begin_layout Plain Layout
38881 as date
38882 \end_layout
38883
38884 \end_inset
38885 </cell>
38886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38887 \begin_inset Text
38888
38889 \begin_layout Plain Layout
38890 as date
38891 \end_layout
38892
38893 \end_inset
38894 </cell>
38895 </row>
38896 </lyxtabular>
38897
38898 \end_inset
38899
38900
38901 \end_layout
38902
38903 \end_inset
38904
38905
38906 \end_layout
38907
38908 \begin_layout Standard
38909 When you use the option 
38910 \family sans
38911 Draft
38912 \family default
38913  in the 
38914 \family sans
38915 File
38916 \family default
38917  tab of the 
38918 \family sans
38919 External Material
38920 \family default
38921  dialog, only the path to the inserted file is shown in the output.
38922 \begin_inset Newline newline
38923 \end_inset
38924
38925 External material is displayed in LyX either as a box like this: 
38926 \begin_inset Graphics
38927         filename clipart/ExternalMaterialQt4.png
38928         scale 85
38929         scaleBeforeRotation
38930
38931 \end_inset
38932
38933  or as image, depending on the option 
38934 \family sans
38935 Show in LyX
38936 \family default
38937  in the 
38938 \family sans
38939 LaTeX and LyX options
38940 \family default
38941  tab of the dialog.
38942 \end_layout
38943
38944 \begin_layout Standard
38945 The 
38946 \family sans
38947 \emph on
38948 Customization
38949 \family default
38950 \emph default
38951  manual explains how you can define your own templates.
38952 \end_layout
38953
38954 \begin_layout Section
38955 Child Documents
38956 \begin_inset CommandInset label
38957 LatexCommand label
38958 name "sec:Child-Documents"
38959
38960 \end_inset
38961
38962
38963 \begin_inset Index idx
38964 status collapsed
38965
38966 \begin_layout Plain Layout
38967 External Document Parts ! Child Documents
38968 \end_layout
38969
38970 \end_inset
38971
38972
38973 \begin_inset Index idx
38974 status collapsed
38975
38976 \begin_layout Plain Layout
38977 Files ! Include
38978 \end_layout
38979
38980 \end_inset
38981
38982
38983 \end_layout
38984
38985 \begin_layout Standard
38986 Child documents are used if you have a long document consisting of several
38987  larger parts or sections.
38988  For maintenance it is often useful and sometimes even required to split
38989  the document into several files that can be revised separately.
38990  The different documents are then the so called 
38991 \begin_inset Quotes eld
38992 \end_inset
38993
38994 child documents
38995 \begin_inset Quotes erd
38996 \end_inset
38997
38998 , and a master document connects them to print the full document or parts
38999  of it.
39000  A child document inherits elements from its master, for example the LaTeX
39001  preamble, the bibliography, and labels for cross-references.
39002 \end_layout
39003
39004 \begin_layout Standard
39005 To be able to work on child documents without the need to open their master,
39006  specify in the child document the master in the menu
39007 \family sans
39008  Document\SpecialChar \menuseparator
39009 Settings\SpecialChar \menuseparator
39010 Document
39011 \begin_inset space ~
39012 \end_inset
39013
39014 Class
39015 \family default
39016 .
39017  This master document will then be used in the background by LyX when you
39018  edit the child document.
39019 \end_layout
39020
39021 \begin_layout Standard
39022 Included documents are displayed in LyX as a box like this: 
39023 \begin_inset Graphics
39024         filename clipart/ChildDocumentQt4.png
39025         scale 85
39026         scaleBeforeRotation
39027
39028 \end_inset
39029
39030  To include child documents in a master document use the menu 
39031 \family sans
39032 Insert\SpecialChar \menuseparator
39033 File\SpecialChar \menuseparator
39034 Child
39035 \begin_inset space ~
39036 \end_inset
39037
39038 Documents
39039 \family default
39040 .
39041  A dialog pops up where you can choose between four include methods:
39042 \end_layout
39043
39044 \begin_layout Description
39045 Include You can include LyX- and LaTeX-documents.
39046  When you press the 
39047 \family sans
39048 Edit
39049 \family default
39050  button in the 
39051 \family sans
39052 Child Document
39053 \family default
39054  dialog, the included document will be opened in LyX in a new file tab so
39055  that you can modify it.
39056 \begin_inset Newline newline
39057 \end_inset
39058
39059
39060 \end_layout
39061
39062 \begin_layout Standard
39063 Here is a child document inserted using 
39064 \family sans
39065 Include
39066 \family default
39067
39068 \begin_inset CommandInset include
39069 LatexCommand include
39070 filename "DummyDocument1.lyx"
39071
39072 \end_inset
39073
39074
39075 \end_layout
39076
39077 \begin_layout Standard
39078 The section numbering includes the sections of the included files in the
39079  order they are inserted in the master document.
39080  The included example document has for example a subsection that is numbered
39081  as a subsection of this section.
39082  Labels of included documents can be referenced: Subsection
39083 \begin_inset space ~
39084 \end_inset
39085
39086
39087 \begin_inset CommandInset ref
39088 LatexCommand ref
39089 reference "sub:External-Subsection-1"
39090
39091 \end_inset
39092
39093 .
39094 \end_layout
39095
39096 \begin_layout Standard
39097 The preamble of the child document is ignored; only the preamble of the
39098  master document is used.
39099  Branches in child documents will be ignored by the master document when
39100  the master document does not have a branch with the same name.
39101  Included documents are inserted starting on a new page and ending with
39102  a page break.
39103 \end_layout
39104
39105 \begin_layout Standard
39106 \begin_inset Note Greyedout
39107 status open
39108
39109 \begin_layout Plain Layout
39110
39111 \series bold
39112 Note:
39113 \series default
39114  If you have included a LyX- or LaTeX-file, you are warned when you export/view
39115  the document in case the child document uses another document class than
39116  the master document as this will lead to unexpected outputs.
39117 \end_layout
39118
39119 \end_inset
39120
39121
39122 \end_layout
39123
39124 \begin_layout Description
39125 Input This method is very similar to the Include method.
39126  The differences are:
39127 \end_layout
39128
39129 \begin_deeper
39130 \begin_layout Itemize
39131 Input files don't start with a new page and don't end with a page break.
39132 \end_layout
39133
39134 \begin_layout Itemize
39135 Input files can be previewed in LyX when 
39136 \family sans
39137 Instant
39138 \begin_inset space ~
39139 \end_inset
39140
39141 Preview
39142 \family default
39143  is enabled in LyX's preferences under 
39144 \family sans
39145 Look
39146 \begin_inset space ~
39147 \end_inset
39148
39149 and
39150 \begin_inset space ~
39151 \end_inset
39152
39153 feel\SpecialChar \menuseparator
39154 Graphics
39155 \family default
39156 .
39157 \end_layout
39158
39159 \begin_layout Itemize
39160 You cannot exclude Input files via the menu 
39161 \family sans
39162 Document\SpecialChar \menuseparator
39163 Settings\SpecialChar \menuseparator
39164 Child Documents
39165 \family default
39166 .
39167 \end_layout
39168
39169 \end_deeper
39170 \begin_layout Standard
39171 Here is a child document inserted using 
39172 \family sans
39173 Input
39174 \family default
39175
39176 \begin_inset CommandInset include
39177 LatexCommand input
39178 filename "DummyDocument2.lyx"
39179
39180 \end_inset
39181
39182
39183 \end_layout
39184
39185 \begin_layout Description
39186 Verbatim With this method any text file can be included.
39187  The file is shown in the output with its source code; no command used in
39188  the text is invoked.
39189  You can use the option 
39190 \family sans
39191 Mark spaces in output
39192 \family default
39193  that displays the character 
39194 \begin_inset Quotes eld
39195 \end_inset
39196
39197
39198 \begin_inset ERT
39199 status collapsed
39200
39201 \begin_layout Plain Layout
39202
39203
39204 \backslash
39205 textvisiblespace 
39206 \end_layout
39207
39208 \end_inset
39209
39210
39211 \begin_inset Quotes erd
39212 \end_inset
39213
39214  for every space character in the source code.
39215  The difference from the method via the menu 
39216 \family sans
39217 Insert\SpecialChar \menuseparator
39218 File\SpecialChar \menuseparator
39219 Plain
39220 \begin_inset space ~
39221 \end_inset
39222
39223 Text
39224 \family default
39225  is that the document content is not shown in LyX.
39226 \end_layout
39227
39228 \begin_layout Standard
39229 Here is a child document inserted as Verbatim: 
39230 \begin_inset CommandInset include
39231 LatexCommand verbatiminput
39232 filename "DummyTextDocument.txt"
39233
39234 \end_inset
39235
39236
39237 \begin_inset VSpace bigskip
39238 \end_inset
39239
39240  Here is a child document inserted as Verbatim using the 
39241 \family sans
39242 Mark spaces in output
39243 \family default
39244  option: 
39245 \begin_inset CommandInset include
39246 LatexCommand verbatiminput*
39247 filename "DummyTextDocument.txt"
39248
39249 \end_inset
39250
39251
39252 \end_layout
39253
39254 \begin_layout Standard
39255 \begin_inset VSpace bigskip
39256 \end_inset
39257
39258
39259 \end_layout
39260
39261 \begin_layout Standard
39262 \begin_inset Note Greyedout
39263 status open
39264
39265 \begin_layout Plain Layout
39266
39267 \series bold
39268 Note:
39269 \series default
39270  As you can see in the examples above, the text of the documents included
39271  as 
39272 \family sans
39273 verbatim
39274 \family default
39275  is not broken at the end of the document lines.
39276 \end_layout
39277
39278 \end_inset
39279
39280
39281 \end_layout
39282
39283 \begin_layout Description
39284 Listings This type is described in chapter
39285 \begin_inset space ~
39286 \end_inset
39287
39288
39289 \begin_inset CommandInset ref
39290 LatexCommand ref
39291 reference "cha:Program-Code-Listings"
39292
39293 \end_inset
39294
39295 .
39296 \end_layout
39297
39298 \begin_layout Standard
39299 \begin_inset Note Greyedout
39300 status open
39301
39302 \begin_layout Plain Layout
39303
39304 \series bold
39305 Note:
39306 \series default
39307  Including the same document twice in a document using different methods
39308  could cause LaTeX-problems.
39309 \end_layout
39310
39311 \end_inset
39312
39313
39314 \end_layout
39315
39316 \begin_layout Standard
39317 If you want to view/export only selected children of your master document,
39318  either because you want to save compiling time or because you want to distribut
39319 e single chapters of the book you are just writing, you can exclude children
39320  from the output.
39321  This is done via the menu 
39322 \family sans
39323 Document\SpecialChar \menuseparator
39324 Settings\SpecialChar \menuseparator
39325 Child Documents
39326 \family default
39327 .
39328  You can exclude\SpecialChar \slash{}
39329 include children by double-clicking on the 
39330 \family sans
39331 include to output
39332 \family default
39333  column of the respective child document in the list (note that this only
39334  works for documents embedded via 
39335 \begin_inset Quotes eld
39336 \end_inset
39337
39338 Include
39339 \begin_inset Quotes erd
39340 \end_inset
39341
39342 , not with 
39343 \begin_inset Quotes eld
39344 \end_inset
39345
39346 Input
39347 \begin_inset Quotes erd
39348 \end_inset
39349
39350 ).
39351  If the option 
39352 \family sans
39353 Maintain counters and references
39354 \family default
39355  is enabled, LyX will assure that all page numbers, references etc.
39356 \begin_inset space ~
39357 \end_inset
39358
39359 are correct as if the whole document was processed.
39360  This is useful if you want the selected sub-documents to look exactly as
39361  in the context of the whole document.
39362  However, LyX needs to process the whole document in the background for
39363  this feature.
39364  So if you want to save compile time and if counters and references do not
39365  need to be correct, disable this checkbox.
39366 \end_layout
39367
39368 \begin_layout Standard
39369 Alternatively, you can put each included file into a branch.
39370 \begin_inset Foot
39371 status collapsed
39372
39373 \begin_layout Plain Layout
39374 Branches are described in section 
39375 \emph on
39376 Branches
39377 \emph default
39378  of the LyX 
39379 \emph on
39380 Userguide
39381 \emph default
39382 .
39383 \end_layout
39384
39385 \end_inset
39386
39387  By enabling\SpecialChar \slash{}
39388 disabling branches you can decide which included files will
39389  appear in the output.
39390  This has the advantage that it also works with Input'ed sub-documents.
39391  However, counters and references will not be maintained with this approach.
39392 \end_layout
39393
39394 \begin_layout Chapter
39395 Program Code Listings
39396 \begin_inset CommandInset label
39397 LatexCommand label
39398 name "cha:Program-Code-Listings"
39399
39400 \end_inset
39401
39402
39403 \begin_inset Index idx
39404 status collapsed
39405
39406 \begin_layout Plain Layout
39407 Listings
39408 \end_layout
39409
39410 \end_inset
39411
39412
39413 \begin_inset Index idx
39414 status collapsed
39415
39416 \begin_layout Plain Layout
39417 Program Code
39418 \end_layout
39419
39420 \end_inset
39421
39422
39423 \begin_inset Index idx
39424 status collapsed
39425
39426 \begin_layout Plain Layout
39427 Floats ! Listings
39428 \end_layout
39429
39430 \end_inset
39431
39432
39433 \end_layout
39434
39435 \begin_layout Standard
39436 To include and typeset program code you can use the 
39437 \family sans
39438 Listings
39439 \family default
39440  inset that can be inserted via the menu 
39441 \family sans
39442 Insert\SpecialChar \menuseparator
39443 Program Listing
39444 \family default
39445 .
39446  The LaTeX-package 
39447 \series bold
39448 listings
39449 \series default
39450
39451 \begin_inset Index idx
39452 status collapsed
39453
39454 \begin_layout Plain Layout
39455 LaTeX-packages ! listings
39456 \end_layout
39457
39458 \end_inset
39459
39460  provides a powerful and flexible way to insert program source code into
39461  your document.
39462 \end_layout
39463
39464 \begin_layout Standard
39465 Right-clicking on a listings inset opens the context menu containing where
39466  you can set the listings format.
39467 \end_layout
39468
39469 \begin_layout Standard
39470 By default, a listing starts a new paragraph in the output.
39471  The placement option 
39472 \family sans
39473 Inline
39474 \begin_inset space ~
39475 \end_inset
39476
39477 listing
39478 \family default
39479  prints the listing inline like this: 
39480 \begin_inset listings
39481 lstparams "language={C++}"
39482 inline true
39483 status open
39484
39485 \begin_layout Plain Layout
39486
39487 int a=5;
39488 \end_layout
39489
39490 \end_inset
39491
39492
39493 \begin_inset Newline newline
39494 \end_inset
39495
39496 The option 
39497 \family sans
39498 Float
39499 \family default
39500  creates a listings float where you can specify the placement options 
39501 \begin_inset Quotes eld
39502 \end_inset
39503
39504
39505 \family sans
39506 h
39507 \family default
39508
39509 \begin_inset Quotes erd
39510 \end_inset
39511
39512
39513 \begin_inset Quotes eld
39514 \end_inset
39515
39516
39517 \family sans
39518 t
39519 \family default
39520
39521 \begin_inset Quotes erd
39522 \end_inset
39523
39524
39525 \begin_inset Quotes eld
39526 \end_inset
39527
39528
39529 \family sans
39530 b
39531 \family default
39532
39533 \begin_inset Quotes erd
39534 \end_inset
39535
39536 , and 
39537 \begin_inset Quotes eld
39538 \end_inset
39539
39540
39541 \family sans
39542 p
39543 \family default
39544
39545 \begin_inset Quotes erd
39546 \end_inset
39547
39548  corresponding to the float placement options described in section
39549 \begin_inset space ~
39550 \end_inset
39551
39552
39553 \begin_inset CommandInset ref
39554 LatexCommand ref
39555 reference "sec:Float-Placement"
39556
39557 \end_inset
39558
39559 .
39560  The placement options can be mixed and are inserted without any separation,
39561  e.
39562 \begin_inset space \thinspace{}
39563 \end_inset
39564
39565 g.
39566 \begin_inset space \space{}
39567 \end_inset
39568
39569
39570 \begin_inset Quotes eld
39571 \end_inset
39572
39573
39574 \family sans
39575 htbp
39576 \family default
39577
39578 \begin_inset Quotes erd
39579 \end_inset
39580
39581 .
39582  The option 
39583 \begin_inset Quotes eld
39584 \end_inset
39585
39586 h
39587 \begin_inset Quotes erd
39588 \end_inset
39589
39590  has sometimes no effect, but you don't need to use the 
39591 \family sans
39592 Float
39593 \family default
39594  option in this case as also non-float listings can have captions and be
39595  referenced.
39596 \end_layout
39597
39598 \begin_layout Standard
39599 You can add captions to listings with the menu 
39600 \family sans
39601 Insert\SpecialChar \menuseparator
39602 Caption
39603 \family default
39604 .
39605  Listings can be referenced like floats: Listing
39606 \begin_inset space ~
39607 \end_inset
39608
39609
39610 \begin_inset CommandInset ref
39611 LatexCommand ref
39612 reference "lst:Example-Listing"
39613
39614 \end_inset
39615
39616 .
39617  A list of listings which contains all listings with captions can be created
39618  via the menu 
39619 \family sans
39620 Insert\SpecialChar \menuseparator
39621 List
39622 \begin_inset space ~
39623 \end_inset
39624
39625 /
39626 \begin_inset space ~
39627 \end_inset
39628
39629 TOC\SpecialChar \menuseparator
39630 List of Listings
39631 \family default
39632 .
39633  The list entries are the listing caption and the listing number.
39634 \end_layout
39635
39636 \begin_layout Standard
39637 \begin_inset listings
39638 lstparams "language=Python"
39639 inline false
39640 status open
39641
39642 \begin_layout Plain Layout
39643
39644 \begin_inset Caption Standard
39645
39646 \begin_layout Plain Layout
39647 \begin_inset CommandInset label
39648 LatexCommand label
39649 name "lst:Example-Listing"
39650
39651 \end_inset
39652
39653 Example Listing float
39654 \end_layout
39655
39656 \end_inset
39657
39658 # Example listing float
39659 \end_layout
39660
39661 \begin_layout Plain Layout
39662
39663 def func(param):
39664 \end_layout
39665
39666 \begin_layout Plain Layout
39667
39668     'this is a python function'
39669 \end_layout
39670
39671 \begin_layout Plain Layout
39672
39673     pass
39674 \end_layout
39675
39676 \end_inset
39677
39678
39679 \end_layout
39680
39681 \begin_layout Standard
39682 When you have set a programming language in the listings dialog, the keywords
39683  of this language will be recognized and specially typeset in the output.
39684  In the example listings the Python keyword 
39685 \begin_inset Quotes eld
39686 \end_inset
39687
39688 def
39689 \begin_inset Quotes erd
39690 \end_inset
39691
39692  is recognized and printed bold in the output.
39693 \end_layout
39694
39695 \begin_layout Standard
39696 \begin_inset Note Greyedout
39697 status open
39698
39699 \begin_layout Plain Layout
39700
39701 \series bold
39702 Note:
39703 \series default
39704  If you don't get bold keywords when using typewriter fonts, your 
39705 \family typewriter
39706 typewriter
39707 \family default
39708  font probably doesn't provide a bold shape.
39709  In this case select a different one in the menu 
39710 \family sans
39711 Document\SpecialChar \menuseparator
39712 Settings\SpecialChar \menuseparator
39713 Fonts
39714 \family default
39715 .
39716  (The fonts 
39717 \emph on
39718 LuxiMono, BeraMono
39719 \emph default
39720  and 
39721 \emph on
39722 Courier
39723 \emph default
39724  provide bold shapes.)
39725 \end_layout
39726
39727 \end_inset
39728
39729
39730 \end_layout
39731
39732 \begin_layout Standard
39733 In section 
39734 \family sans
39735 Line
39736 \begin_inset space ~
39737 \end_inset
39738
39739 numbering
39740 \family default
39741  of the listings dialog you can specify the line numbering style.
39742  You can insert a number to specify which lines are numbered in the field
39743  
39744 \family sans
39745 Step
39746 \family default
39747 .
39748  When you insert e.
39749 \begin_inset space \thinspace{}
39750 \end_inset
39751
39752 g.
39753 \begin_inset space \space{}
39754 \end_inset
39755
39756
39757 \begin_inset Quotes eld
39758 \end_inset
39759
39760 3
39761 \begin_inset Quotes erd
39762 \end_inset
39763
39764 , only every 3rd line will be numbered.
39765 \end_layout
39766
39767 \begin_layout Standard
39768 You can furthermore specify a range of lines; only these will then appear
39769  in the output.
39770  The option 
39771 \family sans
39772 Extended character table
39773 \family default
39774  should be used when you use national characters like the German umlauts
39775  in the listing.
39776 \begin_inset Newline newline
39777 \end_inset
39778
39779 Here is an example listing with left line numbering, step 
39780 \begin_inset Quotes eld
39781 \end_inset
39782
39783 3
39784 \begin_inset Quotes erd
39785 \end_inset
39786
39787 , language 
39788 \begin_inset Quotes eld
39789 \end_inset
39790
39791 Python
39792 \begin_inset Quotes erd
39793 \end_inset
39794
39795 , options 
39796 \begin_inset Quotes eld
39797 \end_inset
39798
39799 Extended character table
39800 \begin_inset Quotes erd
39801 \end_inset
39802
39803  and 
39804 \begin_inset Quotes eld
39805 \end_inset
39806
39807 Space
39808 \begin_inset space ~
39809 \end_inset
39810
39811 as
39812 \begin_inset space ~
39813 \end_inset
39814
39815 symbol
39816 \begin_inset Quotes erd
39817 \end_inset
39818
39819 , range lines 3
39820 \begin_inset space \thinspace{}
39821 \end_inset
39822
39823 -
39824 \begin_inset space \thinspace{}
39825 \end_inset
39826
39827 8:
39828 \end_layout
39829
39830 \begin_layout Standard
39831 \begin_inset listings
39832 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39833 inline false
39834 status open
39835
39836 \begin_layout Plain Layout
39837
39838 def func(param):
39839 \end_layout
39840
39841 \begin_layout Plain Layout
39842
39843     'this is a python function'
39844 \end_layout
39845
39846 \begin_layout Plain Layout
39847
39848     pass
39849 \end_layout
39850
39851 \begin_layout Plain Layout
39852
39853 def func(param):
39854 \end_layout
39855
39856 \begin_layout Plain Layout
39857
39858 'This is a German word: Tschüß'
39859 \end_layout
39860
39861 \begin_layout Plain Layout
39862
39863 pass
39864 \end_layout
39865
39866 \begin_layout Plain Layout
39867
39868 def func(param):
39869 \end_layout
39870
39871 \begin_layout Plain Layout
39872
39873 'this is a python function'
39874 \end_layout
39875
39876 \begin_layout Plain Layout
39877
39878 pass
39879 \end_layout
39880
39881 \end_inset
39882
39883
39884 \end_layout
39885
39886 \begin_layout Standard
39887 When you have tabulators in your listing, you can specify the number of
39888  characters that are spanned by a tabulator in the field 
39889 \family sans
39890 Tabulator
39891 \begin_inset space ~
39892 \end_inset
39893
39894 size
39895 \family default
39896 .
39897 \end_layout
39898
39899 \begin_layout Standard
39900 \begin_inset Note Greyedout
39901 status open
39902
39903 \begin_layout Plain Layout
39904
39905 \series bold
39906 Note:
39907 \series default
39908  Due to a bug in the 
39909 \series bold
39910 listings
39911 \series default
39912  package the line numbering is shifted by a line by every previous listing.
39913  That's the reason why the lines 2 and 5 are numbered in the above listing
39914  and not the lines 3 and 6.
39915 \end_layout
39916
39917 \end_inset
39918
39919
39920 \end_layout
39921
39922 \begin_layout Standard
39923 \begin_inset VSpace bigskip
39924 \end_inset
39925
39926
39927 \end_layout
39928
39929 \begin_layout Standard
39930 It is also possible to print lines from a file as listing.
39931  To do this, use the menu 
39932 \family sans
39933 Insert\SpecialChar \menuseparator
39934 File\SpecialChar \menuseparator
39935 Child Document
39936 \family default
39937  and choose the type 
39938 \family sans
39939 Listings
39940 \family default
39941 .
39942 \begin_inset Foot
39943 status collapsed
39944
39945 \begin_layout Plain Layout
39946 The other child document types are described in section
39947 \begin_inset space ~
39948 \end_inset
39949
39950
39951 \begin_inset CommandInset ref
39952 LatexCommand ref
39953 reference "sec:Child-Documents"
39954
39955 \end_inset
39956
39957 .
39958 \end_layout
39959
39960 \end_inset
39961
39962  In the child document dialog you can specify the listing parameters in
39963  a text box.
39964  To show a list of all available parameters, type in a question mark 
39965 \begin_inset Quotes eld
39966 \end_inset
39967
39968 ?
39969 \begin_inset Quotes erd
39970 \end_inset
39971
39972  in the text box.
39973 \end_layout
39974
39975 \begin_layout Standard
39976 To reference child document listings, write a label text into the corresponding
39977  field of the child document dialog.
39978  The label can then be referenced using the menu 
39979 \family sans
39980 Insert\SpecialChar \menuseparator
39981 Cross-Reference
39982 \family default
39983 .
39984 \end_layout
39985
39986 \begin_layout Standard
39987 Listing
39988 \begin_inset space ~
39989 \end_inset
39990
39991
39992 \begin_inset CommandInset ref
39993 LatexCommand ref
39994 reference "lst:file-listing"
39995
39996 \end_inset
39997
39998  is an example for a listing of a file; there the lines 10
39999 \begin_inset space \thinspace{}
40000 \end_inset
40001
40002 -
40003 \begin_inset space \thinspace{}
40004 \end_inset
40005
40006 15 of this LyX file are listed.
40007 \end_layout
40008
40009 \begin_layout Standard
40010 \begin_inset CommandInset include
40011 LatexCommand lstinputlisting
40012 filename "EmbeddedObjects.lyx"
40013 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
40014
40015 \end_inset
40016
40017
40018 \end_layout
40019
40020 \begin_layout Standard
40021 \begin_inset VSpace bigskip
40022 \end_inset
40023
40024
40025 \end_layout
40026
40027 \begin_layout Standard
40028 Inserting a formula into a listing can be done the following way:
40029 \end_layout
40030
40031 \begin_layout Enumerate
40032 Open the listings dialog and add
40033 \begin_inset Newline newline
40034 \end_inset
40035
40036
40037 \family sans
40038 mathescape=true
40039 \family default
40040
40041 \begin_inset Newline newline
40042 \end_inset
40043
40044 to the field of the 
40045 \family sans
40046 Advanced
40047 \family default
40048  tab.
40049 \end_layout
40050
40051 \begin_layout Enumerate
40052 Create a formula outside the listing
40053 \end_layout
40054
40055 \begin_layout Enumerate
40056 Copy the content of the formula (not the formula inset) to the clipboard
40057  (shortcut 
40058 \begin_inset Info
40059 type  "shortcut"
40060 arg   "copy"
40061 \end_inset
40062
40063 )
40064 \end_layout
40065
40066 \begin_layout Enumerate
40067 In the listing write 
40068 \begin_inset Quotes eld
40069 \end_inset
40070
40071
40072 \family sans
40073 $$
40074 \family default
40075
40076 \begin_inset Quotes erd
40077 \end_inset
40078
40079  and copy from the clipboard between the dollar-signs (shortcut 
40080 \begin_inset Info
40081 type  "shortcut"
40082 arg   "paste"
40083 \end_inset
40084
40085 )
40086 \end_layout
40087
40088 \begin_layout Standard
40089 \begin_inset listings
40090 lstparams "language=Python,mathescape=true"
40091 inline false
40092 status open
40093
40094 \begin_layout Plain Layout
40095
40096 \begin_inset Caption Standard
40097
40098 \begin_layout Plain Layout
40099 Example Listing float containing a formula
40100 \end_layout
40101
40102 \end_inset
40103
40104 # Example listing float
40105 \end_layout
40106
40107 \begin_layout Plain Layout
40108
40109 def func(param):
40110 \end_layout
40111
40112 \begin_layout Plain Layout
40113
40114     # $
40115 \backslash
40116 prod_{n=1}^{
40117 \backslash
40118 infty}
40119 \backslash
40120 ,
40121 \backslash
40122 frac{1}{x^{2}}$
40123 \end_layout
40124
40125 \begin_layout Plain Layout
40126
40127     pass
40128 \end_layout
40129
40130 \end_inset
40131
40132
40133 \end_layout
40134
40135 \begin_layout Standard
40136 \begin_inset VSpace bigskip
40137 \end_inset
40138
40139
40140 \end_layout
40141
40142 \begin_layout Standard
40143 Global listings settings can be set in the 
40144 \family sans
40145 Document\SpecialChar \menuseparator
40146 Settings\SpecialChar \menuseparator
40147 Listings
40148 \family default
40149  dialog.
40150  To get there a list of available options, type in a question mark 
40151 \begin_inset Quotes eld
40152 \end_inset
40153
40154 ?
40155 \begin_inset Quotes erd
40156 \end_inset
40157
40158 .
40159 \end_layout
40160
40161 \begin_layout Standard
40162 For more information about the 
40163 \series bold
40164 listings
40165 \series default
40166  package, we refer to its documentation 
40167 \begin_inset CommandInset citation
40168 LatexCommand cite
40169 key "listings"
40170
40171 \end_inset
40172
40173 .
40174 \end_layout
40175
40176 \begin_layout Standard
40177 \begin_inset Newpage newpage
40178 \end_inset
40179
40180
40181 \end_layout
40182
40183 \begin_layout Chapter
40184 \start_of_appendix
40185 Units available in LyX
40186 \begin_inset Index idx
40187 status collapsed
40188
40189 \begin_layout Plain Layout
40190 Units
40191 \end_layout
40192
40193 \end_inset
40194
40195
40196 \begin_inset CommandInset label
40197 LatexCommand label
40198 name "cha:Units-available-in"
40199
40200 \end_inset
40201
40202
40203 \end_layout
40204
40205 \begin_layout Standard
40206 To understand the units described in this documentation, Table
40207 \begin_inset space ~
40208 \end_inset
40209
40210
40211 \begin_inset CommandInset ref
40212 LatexCommand ref
40213 reference "tab:Units"
40214
40215 \end_inset
40216
40217  explains all units available in LyX.
40218 \end_layout
40219
40220 \begin_layout Standard
40221 \begin_inset Float table
40222 placement h
40223 wide false
40224 sideways false
40225 status open
40226
40227 \begin_layout Plain Layout
40228 \begin_inset Caption Standard
40229
40230 \begin_layout Plain Layout
40231 \begin_inset CommandInset label
40232 LatexCommand label
40233 name "tab:Units"
40234
40235 \end_inset
40236
40237 Units
40238 \end_layout
40239
40240 \end_inset
40241
40242
40243 \end_layout
40244
40245 \begin_layout Plain Layout
40246 \begin_inset VSpace medskip
40247 \end_inset
40248
40249
40250 \end_layout
40251
40252 \begin_layout Plain Layout
40253 \align center
40254 \begin_inset Tabular
40255 <lyxtabular version="3" rows="20" columns="2">
40256 <features rotate="0" tabularvalignment="middle">
40257 <column alignment="center" valignment="top">
40258 <column alignment="center" valignment="top">
40259 <row>
40260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40261 \begin_inset Text
40262
40263 \begin_layout Plain Layout
40264 unit
40265 \end_layout
40266
40267 \end_inset
40268 </cell>
40269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40270 \begin_inset Text
40271
40272 \begin_layout Plain Layout
40273 name/description
40274 \end_layout
40275
40276 \end_inset
40277 </cell>
40278 </row>
40279 <row>
40280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40281 \begin_inset Text
40282
40283 \begin_layout Plain Layout
40284 mm
40285 \end_layout
40286
40287 \end_inset
40288 </cell>
40289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40290 \begin_inset Text
40291
40292 \begin_layout Plain Layout
40293 millimeter
40294 \end_layout
40295
40296 \end_inset
40297 </cell>
40298 </row>
40299 <row>
40300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40301 \begin_inset Text
40302
40303 \begin_layout Plain Layout
40304 cm
40305 \end_layout
40306
40307 \end_inset
40308 </cell>
40309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40310 \begin_inset Text
40311
40312 \begin_layout Plain Layout
40313 centimeter
40314 \end_layout
40315
40316 \end_inset
40317 </cell>
40318 </row>
40319 <row>
40320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40321 \begin_inset Text
40322
40323 \begin_layout Plain Layout
40324 in
40325 \end_layout
40326
40327 \end_inset
40328 </cell>
40329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40330 \begin_inset Text
40331
40332 \begin_layout Plain Layout
40333 inch
40334 \end_layout
40335
40336 \end_inset
40337 </cell>
40338 </row>
40339 <row>
40340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40341 \begin_inset Text
40342
40343 \begin_layout Plain Layout
40344 pt
40345 \end_layout
40346
40347 \end_inset
40348 </cell>
40349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40350 \begin_inset Text
40351
40352 \begin_layout Plain Layout
40353 point (72.27
40354 \begin_inset space \thinspace{}
40355 \end_inset
40356
40357 pt = 1
40358 \begin_inset space \thinspace{}
40359 \end_inset
40360
40361 in)
40362 \end_layout
40363
40364 \end_inset
40365 </cell>
40366 </row>
40367 <row>
40368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40369 \begin_inset Text
40370
40371 \begin_layout Plain Layout
40372 pc
40373 \end_layout
40374
40375 \end_inset
40376 </cell>
40377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40378 \begin_inset Text
40379
40380 \begin_layout Plain Layout
40381 pica (1
40382 \begin_inset space \thinspace{}
40383 \end_inset
40384
40385 pc = 12
40386 \begin_inset space \thinspace{}
40387 \end_inset
40388
40389 pt)
40390 \end_layout
40391
40392 \end_inset
40393 </cell>
40394 </row>
40395 <row>
40396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40397 \begin_inset Text
40398
40399 \begin_layout Plain Layout
40400 sp
40401 \end_layout
40402
40403 \end_inset
40404 </cell>
40405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40406 \begin_inset Text
40407
40408 \begin_layout Plain Layout
40409 scaled point (65536
40410 \begin_inset space \thinspace{}
40411 \end_inset
40412
40413 sp = 1
40414 \begin_inset space \thinspace{}
40415 \end_inset
40416
40417 pt)
40418 \end_layout
40419
40420 \end_inset
40421 </cell>
40422 </row>
40423 <row>
40424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40425 \begin_inset Text
40426
40427 \begin_layout Plain Layout
40428 bp
40429 \end_layout
40430
40431 \end_inset
40432 </cell>
40433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40434 \begin_inset Text
40435
40436 \begin_layout Plain Layout
40437 big point (72
40438 \begin_inset space \thinspace{}
40439 \end_inset
40440
40441 bp = 1
40442 \begin_inset space \thinspace{}
40443 \end_inset
40444
40445 in)
40446 \end_layout
40447
40448 \end_inset
40449 </cell>
40450 </row>
40451 <row>
40452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40453 \begin_inset Text
40454
40455 \begin_layout Plain Layout
40456 dd
40457 \end_layout
40458
40459 \end_inset
40460 </cell>
40461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40462 \begin_inset Text
40463
40464 \begin_layout Plain Layout
40465 didot (1
40466 \begin_inset space \thinspace{}
40467 \end_inset
40468
40469 dd 
40470 \begin_inset Formula $\approx$
40471 \end_inset
40472
40473  0.376
40474 \begin_inset space \thinspace{}
40475 \end_inset
40476
40477 mm)
40478 \end_layout
40479
40480 \end_inset
40481 </cell>
40482 </row>
40483 <row>
40484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40485 \begin_inset Text
40486
40487 \begin_layout Plain Layout
40488 cc
40489 \end_layout
40490
40491 \end_inset
40492 </cell>
40493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40494 \begin_inset Text
40495
40496 \begin_layout Plain Layout
40497 cicero (1
40498 \begin_inset space \thinspace{}
40499 \end_inset
40500
40501 cc = 12
40502 \begin_inset space \thinspace{}
40503 \end_inset
40504
40505 dd)
40506 \end_layout
40507
40508 \end_inset
40509 </cell>
40510 </row>
40511 <row>
40512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40513 \begin_inset Text
40514
40515 \begin_layout Plain Layout
40516 Scale%
40517 \end_layout
40518
40519 \end_inset
40520 </cell>
40521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40522 \begin_inset Text
40523
40524 \begin_layout Plain Layout
40525 % of original image width
40526 \end_layout
40527
40528 \end_inset
40529 </cell>
40530 </row>
40531 <row>
40532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40533 \begin_inset Text
40534
40535 \begin_layout Plain Layout
40536 text%
40537 \end_layout
40538
40539 \end_inset
40540 </cell>
40541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40542 \begin_inset Text
40543
40544 \begin_layout Plain Layout
40545 % of text width
40546 \end_layout
40547
40548 \end_inset
40549 </cell>
40550 </row>
40551 <row>
40552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40553 \begin_inset Text
40554
40555 \begin_layout Plain Layout
40556 col%
40557 \end_layout
40558
40559 \end_inset
40560 </cell>
40561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40562 \begin_inset Text
40563
40564 \begin_layout Plain Layout
40565 % of column width
40566 \end_layout
40567
40568 \end_inset
40569 </cell>
40570 </row>
40571 <row>
40572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40573 \begin_inset Text
40574
40575 \begin_layout Plain Layout
40576 page%
40577 \end_layout
40578
40579 \end_inset
40580 </cell>
40581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40582 \begin_inset Text
40583
40584 \begin_layout Plain Layout
40585 % of paper width
40586 \end_layout
40587
40588 \end_inset
40589 </cell>
40590 </row>
40591 <row>
40592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40593 \begin_inset Text
40594
40595 \begin_layout Plain Layout
40596 line%
40597 \end_layout
40598
40599 \end_inset
40600 </cell>
40601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40602 \begin_inset Text
40603
40604 \begin_layout Plain Layout
40605 % of line width
40606 \end_layout
40607
40608 \end_inset
40609 </cell>
40610 </row>
40611 <row>
40612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40613 \begin_inset Text
40614
40615 \begin_layout Plain Layout
40616 theight%
40617 \end_layout
40618
40619 \end_inset
40620 </cell>
40621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40622 \begin_inset Text
40623
40624 \begin_layout Plain Layout
40625 % of text height
40626 \end_layout
40627
40628 \end_inset
40629 </cell>
40630 </row>
40631 <row>
40632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40633 \begin_inset Text
40634
40635 \begin_layout Plain Layout
40636 pheight%
40637 \end_layout
40638
40639 \end_inset
40640 </cell>
40641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40642 \begin_inset Text
40643
40644 \begin_layout Plain Layout
40645 % of paper height
40646 \end_layout
40647
40648 \end_inset
40649 </cell>
40650 </row>
40651 <row>
40652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40653 \begin_inset Text
40654
40655 \begin_layout Plain Layout
40656 ex
40657 \end_layout
40658
40659 \end_inset
40660 </cell>
40661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40662 \begin_inset Text
40663
40664 \begin_layout Plain Layout
40665 height of letter 
40666 \emph on
40667 x
40668 \emph default
40669  in current font
40670 \end_layout
40671
40672 \end_inset
40673 </cell>
40674 </row>
40675 <row>
40676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40677 \begin_inset Text
40678
40679 \begin_layout Plain Layout
40680 em
40681 \end_layout
40682
40683 \end_inset
40684 </cell>
40685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40686 \begin_inset Text
40687
40688 \begin_layout Plain Layout
40689 width of letter 
40690 \emph on
40691 M
40692 \emph default
40693  in current font
40694 \end_layout
40695
40696 \end_inset
40697 </cell>
40698 </row>
40699 <row>
40700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40701 \begin_inset Text
40702
40703 \begin_layout Plain Layout
40704 mu
40705 \end_layout
40706
40707 \end_inset
40708 </cell>
40709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40710 \begin_inset Text
40711
40712 \begin_layout Plain Layout
40713 math unit (1
40714 \begin_inset space \thinspace{}
40715 \end_inset
40716
40717 mu = 1/18
40718 \begin_inset space \thinspace{}
40719 \end_inset
40720
40721 em)
40722 \end_layout
40723
40724 \end_inset
40725 </cell>
40726 </row>
40727 </lyxtabular>
40728
40729 \end_inset
40730
40731
40732 \end_layout
40733
40734 \end_inset
40735
40736
40737 \end_layout
40738
40739 \begin_layout Chapter
40740 Output File Formats with Graphics
40741 \begin_inset CommandInset label
40742 LatexCommand label
40743 name "cha:Output-File-Formats"
40744
40745 \end_inset
40746
40747
40748 \end_layout
40749
40750 \begin_layout Section
40751 DVI
40752 \begin_inset Index idx
40753 status collapsed
40754
40755 \begin_layout Plain Layout
40756 File Formats ! DVI
40757 \end_layout
40758
40759 \end_inset
40760
40761
40762 \begin_inset Index idx
40763 status collapsed
40764
40765 \begin_layout Plain Layout
40766 DVI|see
40767 \begin_inset ERT
40768 status collapsed
40769
40770 \begin_layout Plain Layout
40771
40772 {
40773 \end_layout
40774
40775 \end_inset
40776
40777 File Formats
40778 \begin_inset ERT
40779 status collapsed
40780
40781 \begin_layout Plain Layout
40782
40783 }
40784 \end_layout
40785
40786 \end_inset
40787
40788
40789 \end_layout
40790
40791 \end_inset
40792
40793
40794 \end_layout
40795
40796 \begin_layout Standard
40797 This file type has the extension 
40798 \begin_inset Quotes eld
40799 \end_inset
40800
40801
40802 \family typewriter
40803 .dvi
40804 \family default
40805
40806 \begin_inset Quotes erd
40807 \end_inset
40808
40809 .
40810  It is called 
40811 \begin_inset Quotes eld
40812 \end_inset
40813
40814 device-independent
40815 \begin_inset Quotes erd
40816 \end_inset
40817
40818  (DVI), because it is completely portable; you can move them from one machine
40819  to another without needing to do any sort of conversion.
40820  At the time when this file-format was developed, this was no matter of
40821  course.
40822  DVIs are used for quick previews and as pre-stage for other output formats,
40823  like PostScript.
40824 \end_layout
40825
40826 \begin_layout Standard
40827 \begin_inset Note Greyedout
40828 status open
40829
40830 \begin_layout Plain Layout
40831
40832 \series bold
40833 Note:
40834 \series default
40835  DVI-files do not contain images; they will only be a linked.
40836 \end_layout
40837
40838 \end_inset
40839
40840  So don't forget this, if you move your 
40841 \family typewriter
40842 .dvi
40843 \family default
40844  file to another computer.
40845  This property can also slow down your computer when you view the DVI, because
40846  the DVI-viewer has to convert the image in the background to make it visible
40847  when you scroll in the DVI.
40848  So it is recommended that you use PDF for files with many images.
40849 \end_layout
40850
40851 \begin_layout Standard
40852 You can export your document to DVI by using the menu 
40853 \family sans
40854 File\SpecialChar \menuseparator
40855 Export\SpecialChar \menuseparator
40856 DVI
40857 \family default
40858 .
40859  You can view your document as DVI via the 
40860 \family sans
40861 View
40862 \family default
40863  menu.
40864 \end_layout
40865
40866 \begin_layout Section
40867 PostScript
40868 \begin_inset CommandInset label
40869 LatexCommand label
40870 name "sec:PostScript"
40871
40872 \end_inset
40873
40874
40875 \begin_inset Index idx
40876 status collapsed
40877
40878 \begin_layout Plain Layout
40879 File Formats ! PostScript
40880 \end_layout
40881
40882 \end_inset
40883
40884
40885 \begin_inset Index idx
40886 status collapsed
40887
40888 \begin_layout Plain Layout
40889 PostScript|see
40890 \begin_inset ERT
40891 status collapsed
40892
40893 \begin_layout Plain Layout
40894
40895 {
40896 \end_layout
40897
40898 \end_inset
40899
40900 File Formats
40901 \begin_inset ERT
40902 status collapsed
40903
40904 \begin_layout Plain Layout
40905
40906 }
40907 \end_layout
40908
40909 \end_inset
40910
40911
40912 \end_layout
40913
40914 \end_inset
40915
40916
40917 \end_layout
40918
40919 \begin_layout Standard
40920 This file type has the extension 
40921 \begin_inset Quotes eld
40922 \end_inset
40923
40924
40925 \family typewriter
40926 .ps
40927 \family default
40928
40929 \begin_inset Quotes erd
40930 \end_inset
40931
40932 .
40933  PostScript was developed by the company 
40934 \family typewriter
40935 Adobe
40936 \family default
40937  as a printer language.
40938  The file therefore contains commands that the printer uses to print the
40939  file.
40940  PostScript can be seen as a 
40941 \begin_inset Quotes eld
40942 \end_inset
40943
40944 programming language
40945 \begin_inset Quotes erd
40946 \end_inset
40947
40948 ; you can calculate with it and draw diagrams and images
40949 \begin_inset Foot
40950 status collapsed
40951
40952 \begin_layout Plain Layout
40953 If you are interested to learn more about this, have a look at the LaTeX-package
40954  
40955 \series bold
40956 PSTricks
40957 \series default
40958  
40959 \begin_inset CommandInset citation
40960 LatexCommand cite
40961 key "pstricks"
40962
40963 \end_inset
40964
40965 .
40966 \end_layout
40967
40968 \end_inset
40969
40970 .
40971  Due to this ability, the files are often bigger than PDFs.
40972 \end_layout
40973
40974 \begin_layout Standard
40975 PostScript can only contain images in the format 
40976 \begin_inset Quotes eld
40977 \end_inset
40978
40979 Encapsulated PostScript
40980 \begin_inset Quotes erd
40981 \end_inset
40982
40983  (EPS, file extension 
40984 \begin_inset Quotes eld
40985 \end_inset
40986
40987
40988 \family typewriter
40989 .eps
40990 \family default
40991
40992 \begin_inset Quotes erd
40993 \end_inset
40994
40995 ).
40996  As LyX allows you to use any known image format in your document, it has
40997  to convert images in the background to EPS.
40998  If you have e.g.
40999 \begin_inset space ~
41000 \end_inset
41001
41002 50
41003 \begin_inset space ~
41004 \end_inset
41005
41006 images in your document, LyX has to do 50
41007 \begin_inset space ~
41008 \end_inset
41009
41010 conversions whenever you view or export your document.
41011  This will slow down your work flow with LyX drastically.
41012  So if you plan to use PostScript, you can insert your images directly as
41013  EPS to avoid this problem.
41014 \end_layout
41015
41016 \begin_layout Standard
41017 You can export your document to PostScript using the menu 
41018 \family sans
41019 File\SpecialChar \menuseparator
41020 Export\SpecialChar \menuseparator
41021 Postscript
41022 \family default
41023 .
41024  You can view your document as PostScript via the 
41025 \family sans
41026 View
41027 \family default
41028  menu.
41029 \end_layout
41030
41031 \begin_layout Section
41032 PDF
41033 \begin_inset Index idx
41034 status collapsed
41035
41036 \begin_layout Plain Layout
41037 File Formats ! PDF
41038 \end_layout
41039
41040 \end_inset
41041
41042
41043 \begin_inset Index idx
41044 status collapsed
41045
41046 \begin_layout Plain Layout
41047 PDF
41048 \end_layout
41049
41050 \end_inset
41051
41052
41053 \end_layout
41054
41055 \begin_layout Standard
41056 This file type has the extension 
41057 \begin_inset Quotes eld
41058 \end_inset
41059
41060
41061 \family typewriter
41062 .pdf
41063 \family default
41064
41065 \begin_inset Quotes erd
41066 \end_inset
41067
41068 .
41069  The 
41070 \begin_inset Quotes eld
41071 \end_inset
41072
41073 Portable Document Format
41074 \begin_inset Quotes erd
41075 \end_inset
41076
41077  (PDF) was developed by 
41078 \family typewriter
41079 Adobe
41080 \family default
41081  as a derivative of PostScript.
41082  It is more compressed and it uses fewer commands than PostScript.
41083  As the name 
41084 \begin_inset Quotes eld
41085 \end_inset
41086
41087 portable
41088 \begin_inset Quotes erd
41089 \end_inset
41090
41091  implies, it can be processed at any computer system and the printed output
41092  looks exactly the same.
41093 \end_layout
41094
41095 \begin_layout Standard
41096 PDF can contain images in its own PDF format, in the format 
41097 \begin_inset Quotes eld
41098 \end_inset
41099
41100 Joint Photographic Experts Group
41101 \begin_inset Quotes erd
41102 \end_inset
41103
41104  (JPG, file extension 
41105 \begin_inset Quotes eld
41106 \end_inset
41107
41108
41109 \family typewriter
41110 .jpg
41111 \family default
41112
41113 \begin_inset Quotes erd
41114 \end_inset
41115
41116  or 
41117 \begin_inset Quotes eld
41118 \end_inset
41119
41120
41121 \family typewriter
41122 .jpeg
41123 \family default
41124
41125 \begin_inset Quotes erd
41126 \end_inset
41127
41128 ), and in the format 
41129 \begin_inset Quotes eld
41130 \end_inset
41131
41132 Portable Network Graphics
41133 \begin_inset Quotes erd
41134 \end_inset
41135
41136  (PNG, file extension 
41137 \begin_inset Quotes eld
41138 \end_inset
41139
41140
41141 \family typewriter
41142 .png
41143 \family default
41144
41145 \begin_inset Quotes erd
41146 \end_inset
41147
41148 ).
41149  Nevertheless you can use any other image format, because LyX converts them
41150  in the background to one of these formats.
41151  But as described in the section about PostScript, the image conversion
41152  will slow down your work flow.
41153  So it is recommended that you use images in one of the three mentioned
41154  formats.
41155 \end_layout
41156
41157 \begin_layout Standard
41158 You can export your document to PDF via the menu 
41159 \family sans
41160 File\SpecialChar \menuseparator
41161 Export
41162 \family default
41163  in three different ways:
41164 \end_layout
41165
41166 \begin_layout Description
41167 PDF
41168 \begin_inset space ~
41169 \end_inset
41170
41171 (ps2pdf) This uses the program 
41172 \family typewriter
41173 ps2pdf
41174 \family default
41175  that creates a PDF from a PostScript-version of your file.
41176  The PostScript-version is produced by the program 
41177 \family typewriter
41178 dvips
41179 \family default
41180  which uses a DVI-version as intermediate step.
41181  So this export variant consists of three conversions.
41182 \end_layout
41183
41184 \begin_layout Description
41185 PDF
41186 \begin_inset space ~
41187 \end_inset
41188
41189 (dvipdfm) This uses the program 
41190 \family typewriter
41191 dvipdfm
41192 \family default
41193  that converts your file in the background to DVI and in a second step to
41194  PDF.
41195 \end_layout
41196
41197 \begin_layout Description
41198 PDF
41199 \begin_inset space ~
41200 \end_inset
41201
41202 (pdflatex) This uses the program 
41203 \family typewriter
41204 pdftex
41205 \family default
41206  that converts your file directly to PDF.
41207 \end_layout
41208
41209 \begin_layout Standard
41210 It is recommended that you use 
41211 \family sans
41212 PDF
41213 \begin_inset space ~
41214 \end_inset
41215
41216 (pdflatex)
41217 \family default
41218  because 
41219 \family typewriter
41220 pdftex
41221 \family default
41222  supports all features of actual PDF-versions, is quick and works stable.
41223  The program 
41224 \family typewriter
41225 dvipdfm
41226 \family default
41227  is not under development and therefore a bit outdated.
41228 \end_layout
41229
41230 \begin_layout Standard
41231 You can view your document as PDF via the 
41232 \family sans
41233 View
41234 \family default
41235  menu or by using a toolbar button.
41236 \end_layout
41237
41238 \begin_layout Chapter
41239 List of dvips color names
41240 \begin_inset CommandInset label
41241 LatexCommand label
41242 name "chap:List-of-dvips-colornames"
41243
41244 \end_inset
41245
41246
41247 \end_layout
41248
41249 \begin_layout Standard
41250 \begin_inset Tabular
41251 <lyxtabular version="3" rows="17" columns="4">
41252 <features rotate="0" tabularvalignment="middle">
41253 <column alignment="left" valignment="top" width="0pt">
41254 <column alignment="left" valignment="top" width="0pt">
41255 <column alignment="left" valignment="top" width="0pt">
41256 <column alignment="left" valignment="top" width="0pt">
41257 <row>
41258 <cell alignment="left" valignment="top" usebox="none">
41259 \begin_inset Text
41260
41261 \begin_layout Plain Layout
41262 \begin_inset ERT
41263 status collapsed
41264
41265 \begin_layout Plain Layout
41266
41267
41268 \backslash
41269 fcolorbox{black}{
41270 \end_layout
41271
41272 \end_inset
41273
41274 white
41275 \begin_inset ERT
41276 status collapsed
41277
41278 \begin_layout Plain Layout
41279
41280 }{
41281 \end_layout
41282
41283 \end_inset
41284
41285 Color
41286 \begin_inset ERT
41287 status collapsed
41288
41289 \begin_layout Plain Layout
41290
41291 }
41292 \end_layout
41293
41294 \end_inset
41295
41296  Color name
41297 \end_layout
41298
41299 \end_inset
41300 </cell>
41301 <cell alignment="left" valignment="top" usebox="none">
41302 \begin_inset Text
41303
41304 \begin_layout Plain Layout
41305 \begin_inset ERT
41306 status collapsed
41307
41308 \begin_layout Plain Layout
41309
41310
41311 \backslash
41312 fcolorbox{black}{
41313 \end_layout
41314
41315 \end_inset
41316
41317 white
41318 \begin_inset ERT
41319 status collapsed
41320
41321 \begin_layout Plain Layout
41322
41323 }{
41324 \end_layout
41325
41326 \end_inset
41327
41328 Color
41329 \begin_inset ERT
41330 status collapsed
41331
41332 \begin_layout Plain Layout
41333
41334 }
41335 \end_layout
41336
41337 \end_inset
41338
41339  Color name
41340 \end_layout
41341
41342 \end_inset
41343 </cell>
41344 <cell alignment="left" valignment="top" usebox="none">
41345 \begin_inset Text
41346
41347 \begin_layout Plain Layout
41348 \begin_inset ERT
41349 status collapsed
41350
41351 \begin_layout Plain Layout
41352
41353
41354 \backslash
41355 fcolorbox{black}{
41356 \end_layout
41357
41358 \end_inset
41359
41360 white
41361 \begin_inset ERT
41362 status collapsed
41363
41364 \begin_layout Plain Layout
41365
41366 }{
41367 \end_layout
41368
41369 \end_inset
41370
41371 Color
41372 \begin_inset ERT
41373 status collapsed
41374
41375 \begin_layout Plain Layout
41376
41377 }
41378 \end_layout
41379
41380 \end_inset
41381
41382  Color name
41383 \end_layout
41384
41385 \end_inset
41386 </cell>
41387 <cell alignment="left" valignment="top" usebox="none">
41388 \begin_inset Text
41389
41390 \begin_layout Plain Layout
41391 \begin_inset ERT
41392 status collapsed
41393
41394 \begin_layout Plain Layout
41395
41396
41397 \backslash
41398 fcolorbox{black}{
41399 \end_layout
41400
41401 \end_inset
41402
41403 white
41404 \begin_inset ERT
41405 status collapsed
41406
41407 \begin_layout Plain Layout
41408
41409 }{
41410 \end_layout
41411
41412 \end_inset
41413
41414 Color
41415 \begin_inset ERT
41416 status collapsed
41417
41418 \begin_layout Plain Layout
41419
41420 }
41421 \end_layout
41422
41423 \end_inset
41424
41425  Color name
41426 \end_layout
41427
41428 \end_inset
41429 </cell>
41430 </row>
41431 <row>
41432 <cell alignment="center" valignment="top" usebox="none">
41433 \begin_inset Text
41434
41435 \begin_layout Plain Layout
41436 \begin_inset ERT
41437 status collapsed
41438
41439 \begin_layout Plain Layout
41440
41441
41442 \backslash
41443 fcolorbox{black}{
41444 \end_layout
41445
41446 \end_inset
41447
41448 Apricot
41449 \begin_inset ERT
41450 status collapsed
41451
41452 \begin_layout Plain Layout
41453
41454 }{
41455 \end_layout
41456
41457 \end_inset
41458
41459
41460 \begin_inset Phantom Phantom
41461 status open
41462
41463 \begin_layout Plain Layout
41464 W
41465 \end_layout
41466
41467 \end_inset
41468
41469
41470 \begin_inset ERT
41471 status collapsed
41472
41473 \begin_layout Plain Layout
41474
41475 }
41476 \end_layout
41477
41478 \end_inset
41479
41480  Apricot
41481 \end_layout
41482
41483 \end_inset
41484 </cell>
41485 <cell alignment="center" valignment="top" usebox="none">
41486 \begin_inset Text
41487
41488 \begin_layout Plain Layout
41489 \begin_inset ERT
41490 status collapsed
41491
41492 \begin_layout Plain Layout
41493
41494
41495 \backslash
41496 fcolorbox{black}{
41497 \end_layout
41498
41499 \end_inset
41500
41501 Aquamarine
41502 \begin_inset ERT
41503 status collapsed
41504
41505 \begin_layout Plain Layout
41506
41507 }{
41508 \end_layout
41509
41510 \end_inset
41511
41512
41513 \begin_inset Phantom Phantom
41514 status open
41515
41516 \begin_layout Plain Layout
41517 W
41518 \end_layout
41519
41520 \end_inset
41521
41522
41523 \begin_inset ERT
41524 status collapsed
41525
41526 \begin_layout Plain Layout
41527
41528 }
41529 \end_layout
41530
41531 \end_inset
41532
41533  Aquamarine
41534 \end_layout
41535
41536 \end_inset
41537 </cell>
41538 <cell alignment="center" valignment="top" usebox="none">
41539 \begin_inset Text
41540
41541 \begin_layout Plain Layout
41542 \begin_inset ERT
41543 status collapsed
41544
41545 \begin_layout Plain Layout
41546
41547
41548 \backslash
41549 fcolorbox{black}{
41550 \end_layout
41551
41552 \end_inset
41553
41554 Bittersweet
41555 \begin_inset ERT
41556 status collapsed
41557
41558 \begin_layout Plain Layout
41559
41560 }{
41561 \end_layout
41562
41563 \end_inset
41564
41565
41566 \begin_inset Phantom Phantom
41567 status open
41568
41569 \begin_layout Plain Layout
41570 W
41571 \end_layout
41572
41573 \end_inset
41574
41575
41576 \begin_inset ERT
41577 status collapsed
41578
41579 \begin_layout Plain Layout
41580
41581 }
41582 \end_layout
41583
41584 \end_inset
41585
41586  Bittersweet
41587 \end_layout
41588
41589 \end_inset
41590 </cell>
41591 <cell alignment="center" valignment="top" usebox="none">
41592 \begin_inset Text
41593
41594 \begin_layout Plain Layout
41595 \begin_inset ERT
41596 status collapsed
41597
41598 \begin_layout Plain Layout
41599
41600
41601 \backslash
41602 fcolorbox{black}{
41603 \end_layout
41604
41605 \end_inset
41606
41607 BlueGreen
41608 \begin_inset ERT
41609 status collapsed
41610
41611 \begin_layout Plain Layout
41612
41613 }{
41614 \end_layout
41615
41616 \end_inset
41617
41618
41619 \begin_inset Phantom Phantom
41620 status open
41621
41622 \begin_layout Plain Layout
41623 W
41624 \end_layout
41625
41626 \end_inset
41627
41628
41629 \begin_inset ERT
41630 status collapsed
41631
41632 \begin_layout Plain Layout
41633
41634 }
41635 \end_layout
41636
41637 \end_inset
41638
41639  BlueGreen
41640 \end_layout
41641
41642 \end_inset
41643 </cell>
41644 </row>
41645 <row>
41646 <cell alignment="left" valignment="top" usebox="none">
41647 \begin_inset Text
41648
41649 \begin_layout Plain Layout
41650 \begin_inset ERT
41651 status collapsed
41652
41653 \begin_layout Plain Layout
41654
41655
41656 \backslash
41657 fcolorbox{black}{
41658 \end_layout
41659
41660 \end_inset
41661
41662 BlueViolet
41663 \begin_inset ERT
41664 status collapsed
41665
41666 \begin_layout Plain Layout
41667
41668 }{
41669 \end_layout
41670
41671 \end_inset
41672
41673
41674 \begin_inset Phantom Phantom
41675 status open
41676
41677 \begin_layout Plain Layout
41678 W
41679 \end_layout
41680
41681 \end_inset
41682
41683
41684 \begin_inset ERT
41685 status collapsed
41686
41687 \begin_layout Plain Layout
41688
41689 }
41690 \end_layout
41691
41692 \end_inset
41693
41694  BlueViolet
41695 \end_layout
41696
41697 \end_inset
41698 </cell>
41699 <cell alignment="left" valignment="top" usebox="none">
41700 \begin_inset Text
41701
41702 \begin_layout Plain Layout
41703 \begin_inset ERT
41704 status collapsed
41705
41706 \begin_layout Plain Layout
41707
41708
41709 \backslash
41710 fcolorbox{black}{
41711 \end_layout
41712
41713 \end_inset
41714
41715 BrickRed
41716 \begin_inset ERT
41717 status collapsed
41718
41719 \begin_layout Plain Layout
41720
41721 }{
41722 \end_layout
41723
41724 \end_inset
41725
41726
41727 \begin_inset Phantom Phantom
41728 status open
41729
41730 \begin_layout Plain Layout
41731 W
41732 \end_layout
41733
41734 \end_inset
41735
41736
41737 \begin_inset ERT
41738 status collapsed
41739
41740 \begin_layout Plain Layout
41741
41742 }
41743 \end_layout
41744
41745 \end_inset
41746
41747  BrickRed
41748 \end_layout
41749
41750 \end_inset
41751 </cell>
41752 <cell alignment="left" valignment="top" usebox="none">
41753 \begin_inset Text
41754
41755 \begin_layout Plain Layout
41756 \begin_inset ERT
41757 status collapsed
41758
41759 \begin_layout Plain Layout
41760
41761
41762 \backslash
41763 fcolorbox{black}{
41764 \end_layout
41765
41766 \end_inset
41767
41768 Brown
41769 \begin_inset ERT
41770 status collapsed
41771
41772 \begin_layout Plain Layout
41773
41774 }{
41775 \end_layout
41776
41777 \end_inset
41778
41779
41780 \begin_inset Phantom Phantom
41781 status open
41782
41783 \begin_layout Plain Layout
41784 W
41785 \end_layout
41786
41787 \end_inset
41788
41789
41790 \begin_inset ERT
41791 status collapsed
41792
41793 \begin_layout Plain Layout
41794
41795 }
41796 \end_layout
41797
41798 \end_inset
41799
41800  Brown
41801 \end_layout
41802
41803 \end_inset
41804 </cell>
41805 <cell alignment="left" valignment="top" usebox="none">
41806 \begin_inset Text
41807
41808 \begin_layout Plain Layout
41809 \begin_inset ERT
41810 status collapsed
41811
41812 \begin_layout Plain Layout
41813
41814
41815 \backslash
41816 fcolorbox{black}{
41817 \end_layout
41818
41819 \end_inset
41820
41821 BurntOrange
41822 \begin_inset ERT
41823 status collapsed
41824
41825 \begin_layout Plain Layout
41826
41827 }{
41828 \end_layout
41829
41830 \end_inset
41831
41832
41833 \begin_inset Phantom Phantom
41834 status open
41835
41836 \begin_layout Plain Layout
41837 W
41838 \end_layout
41839
41840 \end_inset
41841
41842
41843 \begin_inset ERT
41844 status collapsed
41845
41846 \begin_layout Plain Layout
41847
41848 }
41849 \end_layout
41850
41851 \end_inset
41852
41853  BurntOrange
41854 \end_layout
41855
41856 \end_inset
41857 </cell>
41858 </row>
41859 <row>
41860 <cell alignment="left" valignment="top" usebox="none">
41861 \begin_inset Text
41862
41863 \begin_layout Plain Layout
41864 \begin_inset ERT
41865 status collapsed
41866
41867 \begin_layout Plain Layout
41868
41869
41870 \backslash
41871 fcolorbox{black}{
41872 \end_layout
41873
41874 \end_inset
41875
41876 CadetBlue
41877 \begin_inset ERT
41878 status collapsed
41879
41880 \begin_layout Plain Layout
41881
41882 }{
41883 \end_layout
41884
41885 \end_inset
41886
41887
41888 \begin_inset Phantom Phantom
41889 status open
41890
41891 \begin_layout Plain Layout
41892 W
41893 \end_layout
41894
41895 \end_inset
41896
41897
41898 \begin_inset ERT
41899 status collapsed
41900
41901 \begin_layout Plain Layout
41902
41903 }
41904 \end_layout
41905
41906 \end_inset
41907
41908  CadetBlue
41909 \end_layout
41910
41911 \end_inset
41912 </cell>
41913 <cell alignment="left" valignment="top" usebox="none">
41914 \begin_inset Text
41915
41916 \begin_layout Plain Layout
41917 \begin_inset ERT
41918 status collapsed
41919
41920 \begin_layout Plain Layout
41921
41922
41923 \backslash
41924 fcolorbox{black}{
41925 \end_layout
41926
41927 \end_inset
41928
41929 CarnationPink
41930 \begin_inset ERT
41931 status collapsed
41932
41933 \begin_layout Plain Layout
41934
41935 }{
41936 \end_layout
41937
41938 \end_inset
41939
41940
41941 \begin_inset Phantom Phantom
41942 status open
41943
41944 \begin_layout Plain Layout
41945 W
41946 \end_layout
41947
41948 \end_inset
41949
41950
41951 \begin_inset ERT
41952 status collapsed
41953
41954 \begin_layout Plain Layout
41955
41956 }
41957 \end_layout
41958
41959 \end_inset
41960
41961  CarnationPink
41962 \end_layout
41963
41964 \end_inset
41965 </cell>
41966 <cell alignment="left" valignment="top" usebox="none">
41967 \begin_inset Text
41968
41969 \begin_layout Plain Layout
41970 \begin_inset ERT
41971 status collapsed
41972
41973 \begin_layout Plain Layout
41974
41975
41976 \backslash
41977 fcolorbox{black}{
41978 \end_layout
41979
41980 \end_inset
41981
41982 Cerulean
41983 \begin_inset ERT
41984 status collapsed
41985
41986 \begin_layout Plain Layout
41987
41988 }{
41989 \end_layout
41990
41991 \end_inset
41992
41993
41994 \begin_inset Phantom Phantom
41995 status open
41996
41997 \begin_layout Plain Layout
41998 W
41999 \end_layout
42000
42001 \end_inset
42002
42003
42004 \begin_inset ERT
42005 status collapsed
42006
42007 \begin_layout Plain Layout
42008
42009 }
42010 \end_layout
42011
42012 \end_inset
42013
42014  Cerulean
42015 \end_layout
42016
42017 \end_inset
42018 </cell>
42019 <cell alignment="left" valignment="top" usebox="none">
42020 \begin_inset Text
42021
42022 \begin_layout Plain Layout
42023 \begin_inset ERT
42024 status collapsed
42025
42026 \begin_layout Plain Layout
42027
42028
42029 \backslash
42030 fcolorbox{black}{
42031 \end_layout
42032
42033 \end_inset
42034
42035 CornflowerBlue
42036 \begin_inset ERT
42037 status collapsed
42038
42039 \begin_layout Plain Layout
42040
42041 }{
42042 \end_layout
42043
42044 \end_inset
42045
42046
42047 \begin_inset Phantom Phantom
42048 status open
42049
42050 \begin_layout Plain Layout
42051 W
42052 \end_layout
42053
42054 \end_inset
42055
42056
42057 \begin_inset ERT
42058 status collapsed
42059
42060 \begin_layout Plain Layout
42061
42062 }
42063 \end_layout
42064
42065 \end_inset
42066
42067  CornflowerBlue
42068 \end_layout
42069
42070 \end_inset
42071 </cell>
42072 </row>
42073 <row>
42074 <cell alignment="left" valignment="top" usebox="none">
42075 \begin_inset Text
42076
42077 \begin_layout Plain Layout
42078 \begin_inset ERT
42079 status collapsed
42080
42081 \begin_layout Plain Layout
42082
42083
42084 \backslash
42085 fcolorbox{black}{
42086 \end_layout
42087
42088 \end_inset
42089
42090 Dandelion
42091 \begin_inset ERT
42092 status collapsed
42093
42094 \begin_layout Plain Layout
42095
42096 }{
42097 \end_layout
42098
42099 \end_inset
42100
42101
42102 \begin_inset Phantom Phantom
42103 status open
42104
42105 \begin_layout Plain Layout
42106 W
42107 \end_layout
42108
42109 \end_inset
42110
42111
42112 \begin_inset ERT
42113 status collapsed
42114
42115 \begin_layout Plain Layout
42116
42117 }
42118 \end_layout
42119
42120 \end_inset
42121
42122  Dandelion
42123 \end_layout
42124
42125 \end_inset
42126 </cell>
42127 <cell alignment="left" valignment="top" usebox="none">
42128 \begin_inset Text
42129
42130 \begin_layout Plain Layout
42131 \begin_inset ERT
42132 status collapsed
42133
42134 \begin_layout Plain Layout
42135
42136
42137 \backslash
42138 fcolorbox{black}{
42139 \end_layout
42140
42141 \end_inset
42142
42143 DarkOrchid
42144 \begin_inset ERT
42145 status collapsed
42146
42147 \begin_layout Plain Layout
42148
42149 }{
42150 \end_layout
42151
42152 \end_inset
42153
42154
42155 \begin_inset Phantom Phantom
42156 status open
42157
42158 \begin_layout Plain Layout
42159 W
42160 \end_layout
42161
42162 \end_inset
42163
42164
42165 \begin_inset ERT
42166 status collapsed
42167
42168 \begin_layout Plain Layout
42169
42170 }
42171 \end_layout
42172
42173 \end_inset
42174
42175  DarkOrchid
42176 \end_layout
42177
42178 \end_inset
42179 </cell>
42180 <cell alignment="left" valignment="top" usebox="none">
42181 \begin_inset Text
42182
42183 \begin_layout Plain Layout
42184 \begin_inset ERT
42185 status collapsed
42186
42187 \begin_layout Plain Layout
42188
42189
42190 \backslash
42191 fcolorbox{black}{
42192 \end_layout
42193
42194 \end_inset
42195
42196 Emerald
42197 \begin_inset ERT
42198 status collapsed
42199
42200 \begin_layout Plain Layout
42201
42202 }{
42203 \end_layout
42204
42205 \end_inset
42206
42207
42208 \begin_inset Phantom Phantom
42209 status open
42210
42211 \begin_layout Plain Layout
42212 W
42213 \end_layout
42214
42215 \end_inset
42216
42217
42218 \begin_inset ERT
42219 status collapsed
42220
42221 \begin_layout Plain Layout
42222
42223 }
42224 \end_layout
42225
42226 \end_inset
42227
42228  Emerald
42229 \end_layout
42230
42231 \end_inset
42232 </cell>
42233 <cell alignment="left" valignment="top" usebox="none">
42234 \begin_inset Text
42235
42236 \begin_layout Plain Layout
42237 \begin_inset ERT
42238 status collapsed
42239
42240 \begin_layout Plain Layout
42241
42242
42243 \backslash
42244 fcolorbox{black}{
42245 \end_layout
42246
42247 \end_inset
42248
42249 ForestGreen
42250 \begin_inset ERT
42251 status collapsed
42252
42253 \begin_layout Plain Layout
42254
42255 }{
42256 \end_layout
42257
42258 \end_inset
42259
42260
42261 \begin_inset Phantom Phantom
42262 status open
42263
42264 \begin_layout Plain Layout
42265 W
42266 \end_layout
42267
42268 \end_inset
42269
42270
42271 \begin_inset ERT
42272 status collapsed
42273
42274 \begin_layout Plain Layout
42275
42276 }
42277 \end_layout
42278
42279 \end_inset
42280
42281  ForestGreen
42282 \end_layout
42283
42284 \end_inset
42285 </cell>
42286 </row>
42287 <row>
42288 <cell alignment="left" valignment="top" usebox="none">
42289 \begin_inset Text
42290
42291 \begin_layout Plain Layout
42292 \begin_inset ERT
42293 status collapsed
42294
42295 \begin_layout Plain Layout
42296
42297
42298 \backslash
42299 fcolorbox{black}{
42300 \end_layout
42301
42302 \end_inset
42303
42304 Fuchsia
42305 \begin_inset ERT
42306 status collapsed
42307
42308 \begin_layout Plain Layout
42309
42310 }{
42311 \end_layout
42312
42313 \end_inset
42314
42315
42316 \begin_inset Phantom Phantom
42317 status open
42318
42319 \begin_layout Plain Layout
42320 W
42321 \end_layout
42322
42323 \end_inset
42324
42325
42326 \begin_inset ERT
42327 status collapsed
42328
42329 \begin_layout Plain Layout
42330
42331 }
42332 \end_layout
42333
42334 \end_inset
42335
42336  Fuchsia
42337 \end_layout
42338
42339 \end_inset
42340 </cell>
42341 <cell alignment="left" valignment="top" usebox="none">
42342 \begin_inset Text
42343
42344 \begin_layout Plain Layout
42345 \begin_inset ERT
42346 status collapsed
42347
42348 \begin_layout Plain Layout
42349
42350
42351 \backslash
42352 fcolorbox{black}{
42353 \end_layout
42354
42355 \end_inset
42356
42357 Goldenrod
42358 \begin_inset ERT
42359 status collapsed
42360
42361 \begin_layout Plain Layout
42362
42363 }{
42364 \end_layout
42365
42366 \end_inset
42367
42368
42369 \begin_inset Phantom Phantom
42370 status open
42371
42372 \begin_layout Plain Layout
42373 W
42374 \end_layout
42375
42376 \end_inset
42377
42378
42379 \begin_inset ERT
42380 status collapsed
42381
42382 \begin_layout Plain Layout
42383
42384 }
42385 \end_layout
42386
42387 \end_inset
42388
42389  Goldenrod
42390 \end_layout
42391
42392 \end_inset
42393 </cell>
42394 <cell alignment="left" valignment="top" usebox="none">
42395 \begin_inset Text
42396
42397 \begin_layout Plain Layout
42398 \begin_inset ERT
42399 status collapsed
42400
42401 \begin_layout Plain Layout
42402
42403
42404 \backslash
42405 fcolorbox{black}{
42406 \end_layout
42407
42408 \end_inset
42409
42410 Gray
42411 \begin_inset ERT
42412 status collapsed
42413
42414 \begin_layout Plain Layout
42415
42416 }{
42417 \end_layout
42418
42419 \end_inset
42420
42421
42422 \begin_inset Phantom Phantom
42423 status open
42424
42425 \begin_layout Plain Layout
42426 W
42427 \end_layout
42428
42429 \end_inset
42430
42431
42432 \begin_inset ERT
42433 status collapsed
42434
42435 \begin_layout Plain Layout
42436
42437 }
42438 \end_layout
42439
42440 \end_inset
42441
42442  Gray
42443 \end_layout
42444
42445 \end_inset
42446 </cell>
42447 <cell alignment="left" valignment="top" usebox="none">
42448 \begin_inset Text
42449
42450 \begin_layout Plain Layout
42451 \begin_inset ERT
42452 status collapsed
42453
42454 \begin_layout Plain Layout
42455
42456
42457 \backslash
42458 fcolorbox{black}{
42459 \end_layout
42460
42461 \end_inset
42462
42463 GreenYellow
42464 \begin_inset ERT
42465 status collapsed
42466
42467 \begin_layout Plain Layout
42468
42469 }{
42470 \end_layout
42471
42472 \end_inset
42473
42474
42475 \begin_inset Phantom Phantom
42476 status open
42477
42478 \begin_layout Plain Layout
42479 W
42480 \end_layout
42481
42482 \end_inset
42483
42484
42485 \begin_inset ERT
42486 status collapsed
42487
42488 \begin_layout Plain Layout
42489
42490 }
42491 \end_layout
42492
42493 \end_inset
42494
42495  GreenYellow
42496 \end_layout
42497
42498 \end_inset
42499 </cell>
42500 </row>
42501 <row>
42502 <cell alignment="center" valignment="top" usebox="none">
42503 \begin_inset Text
42504
42505 \begin_layout Plain Layout
42506 \begin_inset ERT
42507 status collapsed
42508
42509 \begin_layout Plain Layout
42510
42511
42512 \backslash
42513 fcolorbox{black}{
42514 \end_layout
42515
42516 \end_inset
42517
42518 JungleGreen
42519 \begin_inset ERT
42520 status collapsed
42521
42522 \begin_layout Plain Layout
42523
42524 }{
42525 \end_layout
42526
42527 \end_inset
42528
42529
42530 \begin_inset Phantom Phantom
42531 status open
42532
42533 \begin_layout Plain Layout
42534 W
42535 \end_layout
42536
42537 \end_inset
42538
42539
42540 \begin_inset ERT
42541 status collapsed
42542
42543 \begin_layout Plain Layout
42544
42545 }
42546 \end_layout
42547
42548 \end_inset
42549
42550  JungleGreen
42551 \end_layout
42552
42553 \end_inset
42554 </cell>
42555 <cell alignment="center" valignment="top" usebox="none">
42556 \begin_inset Text
42557
42558 \begin_layout Plain Layout
42559 \begin_inset ERT
42560 status collapsed
42561
42562 \begin_layout Plain Layout
42563
42564
42565 \backslash
42566 fcolorbox{black}{
42567 \end_layout
42568
42569 \end_inset
42570
42571 Lavender
42572 \begin_inset ERT
42573 status collapsed
42574
42575 \begin_layout Plain Layout
42576
42577 }{
42578 \end_layout
42579
42580 \end_inset
42581
42582
42583 \begin_inset Phantom Phantom
42584 status open
42585
42586 \begin_layout Plain Layout
42587 W
42588 \end_layout
42589
42590 \end_inset
42591
42592
42593 \begin_inset ERT
42594 status collapsed
42595
42596 \begin_layout Plain Layout
42597
42598 }
42599 \end_layout
42600
42601 \end_inset
42602
42603  Lavender
42604 \end_layout
42605
42606 \end_inset
42607 </cell>
42608 <cell alignment="center" valignment="top" usebox="none">
42609 \begin_inset Text
42610
42611 \begin_layout Plain Layout
42612 \begin_inset ERT
42613 status collapsed
42614
42615 \begin_layout Plain Layout
42616
42617
42618 \backslash
42619 fcolorbox{black}{
42620 \end_layout
42621
42622 \end_inset
42623
42624 LimeGreen
42625 \begin_inset ERT
42626 status collapsed
42627
42628 \begin_layout Plain Layout
42629
42630 }{
42631 \end_layout
42632
42633 \end_inset
42634
42635
42636 \begin_inset Phantom Phantom
42637 status open
42638
42639 \begin_layout Plain Layout
42640 W
42641 \end_layout
42642
42643 \end_inset
42644
42645
42646 \begin_inset ERT
42647 status collapsed
42648
42649 \begin_layout Plain Layout
42650
42651 }
42652 \end_layout
42653
42654 \end_inset
42655
42656  LimeGreen
42657 \end_layout
42658
42659 \end_inset
42660 </cell>
42661 <cell alignment="center" valignment="top" usebox="none">
42662 \begin_inset Text
42663
42664 \begin_layout Plain Layout
42665 \begin_inset ERT
42666 status collapsed
42667
42668 \begin_layout Plain Layout
42669
42670
42671 \backslash
42672 fcolorbox{black}{
42673 \end_layout
42674
42675 \end_inset
42676
42677 Mahogany
42678 \begin_inset ERT
42679 status collapsed
42680
42681 \begin_layout Plain Layout
42682
42683 }{
42684 \end_layout
42685
42686 \end_inset
42687
42688
42689 \begin_inset Phantom Phantom
42690 status open
42691
42692 \begin_layout Plain Layout
42693 W
42694 \end_layout
42695
42696 \end_inset
42697
42698
42699 \begin_inset ERT
42700 status collapsed
42701
42702 \begin_layout Plain Layout
42703
42704 }
42705 \end_layout
42706
42707 \end_inset
42708
42709  Mahogany
42710 \end_layout
42711
42712 \end_inset
42713 </cell>
42714 </row>
42715 <row>
42716 <cell alignment="left" valignment="top" usebox="none">
42717 \begin_inset Text
42718
42719 \begin_layout Plain Layout
42720 \begin_inset ERT
42721 status collapsed
42722
42723 \begin_layout Plain Layout
42724
42725
42726 \backslash
42727 fcolorbox{black}{
42728 \end_layout
42729
42730 \end_inset
42731
42732 Mahogany
42733 \begin_inset ERT
42734 status collapsed
42735
42736 \begin_layout Plain Layout
42737
42738 }{
42739 \end_layout
42740
42741 \end_inset
42742
42743
42744 \begin_inset Phantom Phantom
42745 status open
42746
42747 \begin_layout Plain Layout
42748 W
42749 \end_layout
42750
42751 \end_inset
42752
42753
42754 \begin_inset ERT
42755 status collapsed
42756
42757 \begin_layout Plain Layout
42758
42759 }
42760 \end_layout
42761
42762 \end_inset
42763
42764  Mahogany
42765 \end_layout
42766
42767 \end_inset
42768 </cell>
42769 <cell alignment="left" valignment="top" usebox="none">
42770 \begin_inset Text
42771
42772 \begin_layout Plain Layout
42773 \begin_inset ERT
42774 status collapsed
42775
42776 \begin_layout Plain Layout
42777
42778
42779 \backslash
42780 fcolorbox{black}{
42781 \end_layout
42782
42783 \end_inset
42784
42785 Maroon
42786 \begin_inset ERT
42787 status collapsed
42788
42789 \begin_layout Plain Layout
42790
42791 }{
42792 \end_layout
42793
42794 \end_inset
42795
42796
42797 \begin_inset Phantom Phantom
42798 status open
42799
42800 \begin_layout Plain Layout
42801 W
42802 \end_layout
42803
42804 \end_inset
42805
42806
42807 \begin_inset ERT
42808 status collapsed
42809
42810 \begin_layout Plain Layout
42811
42812 }
42813 \end_layout
42814
42815 \end_inset
42816
42817  Maroon
42818 \end_layout
42819
42820 \end_inset
42821 </cell>
42822 <cell alignment="left" valignment="top" usebox="none">
42823 \begin_inset Text
42824
42825 \begin_layout Plain Layout
42826 \begin_inset ERT
42827 status collapsed
42828
42829 \begin_layout Plain Layout
42830
42831
42832 \backslash
42833 fcolorbox{black}{
42834 \end_layout
42835
42836 \end_inset
42837
42838 Melon
42839 \begin_inset ERT
42840 status collapsed
42841
42842 \begin_layout Plain Layout
42843
42844 }{
42845 \end_layout
42846
42847 \end_inset
42848
42849
42850 \begin_inset Phantom Phantom
42851 status open
42852
42853 \begin_layout Plain Layout
42854 W
42855 \end_layout
42856
42857 \end_inset
42858
42859
42860 \begin_inset ERT
42861 status collapsed
42862
42863 \begin_layout Plain Layout
42864
42865 }
42866 \end_layout
42867
42868 \end_inset
42869
42870  Melon
42871 \end_layout
42872
42873 \end_inset
42874 </cell>
42875 <cell alignment="left" valignment="top" usebox="none">
42876 \begin_inset Text
42877
42878 \begin_layout Plain Layout
42879 \begin_inset ERT
42880 status collapsed
42881
42882 \begin_layout Plain Layout
42883
42884
42885 \backslash
42886 fcolorbox{black}{
42887 \end_layout
42888
42889 \end_inset
42890
42891 MidnightBlue
42892 \begin_inset ERT
42893 status collapsed
42894
42895 \begin_layout Plain Layout
42896
42897 }{
42898 \end_layout
42899
42900 \end_inset
42901
42902
42903 \begin_inset Phantom Phantom
42904 status open
42905
42906 \begin_layout Plain Layout
42907 W
42908 \end_layout
42909
42910 \end_inset
42911
42912
42913 \begin_inset ERT
42914 status collapsed
42915
42916 \begin_layout Plain Layout
42917
42918 }
42919 \end_layout
42920
42921 \end_inset
42922
42923  MidnightBlue
42924 \end_layout
42925
42926 \end_inset
42927 </cell>
42928 </row>
42929 <row>
42930 <cell alignment="left" valignment="top" usebox="none">
42931 \begin_inset Text
42932
42933 \begin_layout Plain Layout
42934 \begin_inset ERT
42935 status collapsed
42936
42937 \begin_layout Plain Layout
42938
42939
42940 \backslash
42941 fcolorbox{black}{
42942 \end_layout
42943
42944 \end_inset
42945
42946 Mulberry
42947 \begin_inset ERT
42948 status collapsed
42949
42950 \begin_layout Plain Layout
42951
42952 }{
42953 \end_layout
42954
42955 \end_inset
42956
42957
42958 \begin_inset Phantom Phantom
42959 status open
42960
42961 \begin_layout Plain Layout
42962 W
42963 \end_layout
42964
42965 \end_inset
42966
42967
42968 \begin_inset ERT
42969 status collapsed
42970
42971 \begin_layout Plain Layout
42972
42973 }
42974 \end_layout
42975
42976 \end_inset
42977
42978  Mulberry
42979 \end_layout
42980
42981 \end_inset
42982 </cell>
42983 <cell alignment="left" valignment="top" usebox="none">
42984 \begin_inset Text
42985
42986 \begin_layout Plain Layout
42987 \begin_inset ERT
42988 status collapsed
42989
42990 \begin_layout Plain Layout
42991
42992
42993 \backslash
42994 fcolorbox{black}{
42995 \end_layout
42996
42997 \end_inset
42998
42999 NavyBlue
43000 \begin_inset ERT
43001 status collapsed
43002
43003 \begin_layout Plain Layout
43004
43005 }{
43006 \end_layout
43007
43008 \end_inset
43009
43010
43011 \begin_inset Phantom Phantom
43012 status open
43013
43014 \begin_layout Plain Layout
43015 W
43016 \end_layout
43017
43018 \end_inset
43019
43020
43021 \begin_inset ERT
43022 status collapsed
43023
43024 \begin_layout Plain Layout
43025
43026 }
43027 \end_layout
43028
43029 \end_inset
43030
43031  NavyBlue
43032 \end_layout
43033
43034 \end_inset
43035 </cell>
43036 <cell alignment="left" valignment="top" usebox="none">
43037 \begin_inset Text
43038
43039 \begin_layout Plain Layout
43040 \begin_inset ERT
43041 status collapsed
43042
43043 \begin_layout Plain Layout
43044
43045
43046 \backslash
43047 fcolorbox{black}{
43048 \end_layout
43049
43050 \end_inset
43051
43052 OliveGreen
43053 \begin_inset ERT
43054 status collapsed
43055
43056 \begin_layout Plain Layout
43057
43058 }{
43059 \end_layout
43060
43061 \end_inset
43062
43063
43064 \begin_inset Phantom Phantom
43065 status open
43066
43067 \begin_layout Plain Layout
43068 W
43069 \end_layout
43070
43071 \end_inset
43072
43073
43074 \begin_inset ERT
43075 status collapsed
43076
43077 \begin_layout Plain Layout
43078
43079 }
43080 \end_layout
43081
43082 \end_inset
43083
43084  OliveGreen
43085 \end_layout
43086
43087 \end_inset
43088 </cell>
43089 <cell alignment="left" valignment="top" usebox="none">
43090 \begin_inset Text
43091
43092 \begin_layout Plain Layout
43093 \begin_inset ERT
43094 status collapsed
43095
43096 \begin_layout Plain Layout
43097
43098
43099 \backslash
43100 fcolorbox{black}{
43101 \end_layout
43102
43103 \end_inset
43104
43105 Orange
43106 \begin_inset ERT
43107 status collapsed
43108
43109 \begin_layout Plain Layout
43110
43111 }{
43112 \end_layout
43113
43114 \end_inset
43115
43116
43117 \begin_inset Phantom Phantom
43118 status open
43119
43120 \begin_layout Plain Layout
43121 W
43122 \end_layout
43123
43124 \end_inset
43125
43126
43127 \begin_inset ERT
43128 status collapsed
43129
43130 \begin_layout Plain Layout
43131
43132 }
43133 \end_layout
43134
43135 \end_inset
43136
43137  Orange
43138 \end_layout
43139
43140 \end_inset
43141 </cell>
43142 </row>
43143 <row>
43144 <cell alignment="left" valignment="top" usebox="none">
43145 \begin_inset Text
43146
43147 \begin_layout Plain Layout
43148 \begin_inset ERT
43149 status collapsed
43150
43151 \begin_layout Plain Layout
43152
43153
43154 \backslash
43155 fcolorbox{black}{
43156 \end_layout
43157
43158 \end_inset
43159
43160 OrangeRed
43161 \begin_inset ERT
43162 status collapsed
43163
43164 \begin_layout Plain Layout
43165
43166 }{
43167 \end_layout
43168
43169 \end_inset
43170
43171
43172 \begin_inset Phantom Phantom
43173 status open
43174
43175 \begin_layout Plain Layout
43176 W
43177 \end_layout
43178
43179 \end_inset
43180
43181
43182 \begin_inset ERT
43183 status collapsed
43184
43185 \begin_layout Plain Layout
43186
43187 }
43188 \end_layout
43189
43190 \end_inset
43191
43192  OrangeRed
43193 \end_layout
43194
43195 \end_inset
43196 </cell>
43197 <cell alignment="left" valignment="top" usebox="none">
43198 \begin_inset Text
43199
43200 \begin_layout Plain Layout
43201 \begin_inset ERT
43202 status collapsed
43203
43204 \begin_layout Plain Layout
43205
43206
43207 \backslash
43208 fcolorbox{black}{
43209 \end_layout
43210
43211 \end_inset
43212
43213 Orchid
43214 \begin_inset ERT
43215 status collapsed
43216
43217 \begin_layout Plain Layout
43218
43219 }{
43220 \end_layout
43221
43222 \end_inset
43223
43224
43225 \begin_inset Phantom Phantom
43226 status open
43227
43228 \begin_layout Plain Layout
43229 W
43230 \end_layout
43231
43232 \end_inset
43233
43234
43235 \begin_inset ERT
43236 status collapsed
43237
43238 \begin_layout Plain Layout
43239
43240 }
43241 \end_layout
43242
43243 \end_inset
43244
43245  Orchid
43246 \end_layout
43247
43248 \end_inset
43249 </cell>
43250 <cell alignment="left" valignment="top" usebox="none">
43251 \begin_inset Text
43252
43253 \begin_layout Plain Layout
43254 \begin_inset ERT
43255 status collapsed
43256
43257 \begin_layout Plain Layout
43258
43259
43260 \backslash
43261 fcolorbox{black}{
43262 \end_layout
43263
43264 \end_inset
43265
43266 Peach
43267 \begin_inset ERT
43268 status collapsed
43269
43270 \begin_layout Plain Layout
43271
43272 }{
43273 \end_layout
43274
43275 \end_inset
43276
43277
43278 \begin_inset Phantom Phantom
43279 status open
43280
43281 \begin_layout Plain Layout
43282 W
43283 \end_layout
43284
43285 \end_inset
43286
43287
43288 \begin_inset ERT
43289 status collapsed
43290
43291 \begin_layout Plain Layout
43292
43293 }
43294 \end_layout
43295
43296 \end_inset
43297
43298  Peach
43299 \end_layout
43300
43301 \end_inset
43302 </cell>
43303 <cell alignment="left" valignment="top" usebox="none">
43304 \begin_inset Text
43305
43306 \begin_layout Plain Layout
43307 \begin_inset ERT
43308 status collapsed
43309
43310 \begin_layout Plain Layout
43311
43312
43313 \backslash
43314 fcolorbox{black}{
43315 \end_layout
43316
43317 \end_inset
43318
43319 Periwinkle
43320 \begin_inset ERT
43321 status collapsed
43322
43323 \begin_layout Plain Layout
43324
43325 }{
43326 \end_layout
43327
43328 \end_inset
43329
43330
43331 \begin_inset Phantom Phantom
43332 status open
43333
43334 \begin_layout Plain Layout
43335 W
43336 \end_layout
43337
43338 \end_inset
43339
43340
43341 \begin_inset ERT
43342 status collapsed
43343
43344 \begin_layout Plain Layout
43345
43346 }
43347 \end_layout
43348
43349 \end_inset
43350
43351  Periwinkle
43352 \end_layout
43353
43354 \end_inset
43355 </cell>
43356 </row>
43357 <row>
43358 <cell alignment="left" valignment="top" usebox="none">
43359 \begin_inset Text
43360
43361 \begin_layout Plain Layout
43362 \begin_inset ERT
43363 status collapsed
43364
43365 \begin_layout Plain Layout
43366
43367
43368 \backslash
43369 fcolorbox{black}{
43370 \end_layout
43371
43372 \end_inset
43373
43374 PineGreen
43375 \begin_inset ERT
43376 status collapsed
43377
43378 \begin_layout Plain Layout
43379
43380 }{
43381 \end_layout
43382
43383 \end_inset
43384
43385
43386 \begin_inset Phantom Phantom
43387 status open
43388
43389 \begin_layout Plain Layout
43390 W
43391 \end_layout
43392
43393 \end_inset
43394
43395
43396 \begin_inset ERT
43397 status collapsed
43398
43399 \begin_layout Plain Layout
43400
43401 }
43402 \end_layout
43403
43404 \end_inset
43405
43406  PineGreen
43407 \end_layout
43408
43409 \end_inset
43410 </cell>
43411 <cell alignment="left" valignment="top" usebox="none">
43412 \begin_inset Text
43413
43414 \begin_layout Plain Layout
43415 \begin_inset ERT
43416 status collapsed
43417
43418 \begin_layout Plain Layout
43419
43420
43421 \backslash
43422 fcolorbox{black}{
43423 \end_layout
43424
43425 \end_inset
43426
43427 Plum
43428 \begin_inset ERT
43429 status collapsed
43430
43431 \begin_layout Plain Layout
43432
43433 }{
43434 \end_layout
43435
43436 \end_inset
43437
43438
43439 \begin_inset Phantom Phantom
43440 status open
43441
43442 \begin_layout Plain Layout
43443 W
43444 \end_layout
43445
43446 \end_inset
43447
43448
43449 \begin_inset ERT
43450 status collapsed
43451
43452 \begin_layout Plain Layout
43453
43454 }
43455 \end_layout
43456
43457 \end_inset
43458
43459  Plum
43460 \end_layout
43461
43462 \end_inset
43463 </cell>
43464 <cell alignment="left" valignment="top" usebox="none">
43465 \begin_inset Text
43466
43467 \begin_layout Plain Layout
43468 \begin_inset ERT
43469 status collapsed
43470
43471 \begin_layout Plain Layout
43472
43473
43474 \backslash
43475 fcolorbox{black}{
43476 \end_layout
43477
43478 \end_inset
43479
43480 ProcessBlue
43481 \begin_inset ERT
43482 status collapsed
43483
43484 \begin_layout Plain Layout
43485
43486 }{
43487 \end_layout
43488
43489 \end_inset
43490
43491
43492 \begin_inset Phantom Phantom
43493 status open
43494
43495 \begin_layout Plain Layout
43496 W
43497 \end_layout
43498
43499 \end_inset
43500
43501
43502 \begin_inset ERT
43503 status collapsed
43504
43505 \begin_layout Plain Layout
43506
43507 }
43508 \end_layout
43509
43510 \end_inset
43511
43512  ProcessBlue
43513 \end_layout
43514
43515 \end_inset
43516 </cell>
43517 <cell alignment="left" valignment="top" usebox="none">
43518 \begin_inset Text
43519
43520 \begin_layout Plain Layout
43521 \begin_inset ERT
43522 status collapsed
43523
43524 \begin_layout Plain Layout
43525
43526
43527 \backslash
43528 fcolorbox{black}{
43529 \end_layout
43530
43531 \end_inset
43532
43533 Purple
43534 \begin_inset ERT
43535 status collapsed
43536
43537 \begin_layout Plain Layout
43538
43539 }{
43540 \end_layout
43541
43542 \end_inset
43543
43544
43545 \begin_inset Phantom Phantom
43546 status open
43547
43548 \begin_layout Plain Layout
43549 W
43550 \end_layout
43551
43552 \end_inset
43553
43554
43555 \begin_inset ERT
43556 status collapsed
43557
43558 \begin_layout Plain Layout
43559
43560 }
43561 \end_layout
43562
43563 \end_inset
43564
43565  Purple
43566 \end_layout
43567
43568 \end_inset
43569 </cell>
43570 </row>
43571 <row>
43572 <cell alignment="left" valignment="top" usebox="none">
43573 \begin_inset Text
43574
43575 \begin_layout Plain Layout
43576 \begin_inset ERT
43577 status collapsed
43578
43579 \begin_layout Plain Layout
43580
43581
43582 \backslash
43583 fcolorbox{black}{
43584 \end_layout
43585
43586 \end_inset
43587
43588 RawSienna
43589 \begin_inset ERT
43590 status collapsed
43591
43592 \begin_layout Plain Layout
43593
43594 }{
43595 \end_layout
43596
43597 \end_inset
43598
43599
43600 \begin_inset Phantom Phantom
43601 status open
43602
43603 \begin_layout Plain Layout
43604 W
43605 \end_layout
43606
43607 \end_inset
43608
43609
43610 \begin_inset ERT
43611 status collapsed
43612
43613 \begin_layout Plain Layout
43614
43615 }
43616 \end_layout
43617
43618 \end_inset
43619
43620  RawSienna
43621 \end_layout
43622
43623 \end_inset
43624 </cell>
43625 <cell alignment="left" valignment="top" usebox="none">
43626 \begin_inset Text
43627
43628 \begin_layout Plain Layout
43629 \begin_inset ERT
43630 status collapsed
43631
43632 \begin_layout Plain Layout
43633
43634
43635 \backslash
43636 fcolorbox{black}{
43637 \end_layout
43638
43639 \end_inset
43640
43641 RedOrange
43642 \begin_inset ERT
43643 status collapsed
43644
43645 \begin_layout Plain Layout
43646
43647 }{
43648 \end_layout
43649
43650 \end_inset
43651
43652
43653 \begin_inset Phantom Phantom
43654 status open
43655
43656 \begin_layout Plain Layout
43657 W
43658 \end_layout
43659
43660 \end_inset
43661
43662
43663 \begin_inset ERT
43664 status collapsed
43665
43666 \begin_layout Plain Layout
43667
43668 }
43669 \end_layout
43670
43671 \end_inset
43672
43673  RedOrange
43674 \end_layout
43675
43676 \end_inset
43677 </cell>
43678 <cell alignment="left" valignment="top" usebox="none">
43679 \begin_inset Text
43680
43681 \begin_layout Plain Layout
43682 \begin_inset ERT
43683 status collapsed
43684
43685 \begin_layout Plain Layout
43686
43687
43688 \backslash
43689 fcolorbox{black}{
43690 \end_layout
43691
43692 \end_inset
43693
43694 RedViolet
43695 \begin_inset ERT
43696 status collapsed
43697
43698 \begin_layout Plain Layout
43699
43700 }{
43701 \end_layout
43702
43703 \end_inset
43704
43705
43706 \begin_inset Phantom Phantom
43707 status open
43708
43709 \begin_layout Plain Layout
43710 W
43711 \end_layout
43712
43713 \end_inset
43714
43715
43716 \begin_inset ERT
43717 status collapsed
43718
43719 \begin_layout Plain Layout
43720
43721 }
43722 \end_layout
43723
43724 \end_inset
43725
43726  RedViolet
43727 \end_layout
43728
43729 \end_inset
43730 </cell>
43731 <cell alignment="left" valignment="top" usebox="none">
43732 \begin_inset Text
43733
43734 \begin_layout Plain Layout
43735 \begin_inset ERT
43736 status collapsed
43737
43738 \begin_layout Plain Layout
43739
43740
43741 \backslash
43742 fcolorbox{black}{
43743 \end_layout
43744
43745 \end_inset
43746
43747 Rhodamine
43748 \begin_inset ERT
43749 status collapsed
43750
43751 \begin_layout Plain Layout
43752
43753 }{
43754 \end_layout
43755
43756 \end_inset
43757
43758
43759 \begin_inset Phantom Phantom
43760 status open
43761
43762 \begin_layout Plain Layout
43763 W
43764 \end_layout
43765
43766 \end_inset
43767
43768
43769 \begin_inset ERT
43770 status collapsed
43771
43772 \begin_layout Plain Layout
43773
43774 }
43775 \end_layout
43776
43777 \end_inset
43778
43779  Rhodamine
43780 \end_layout
43781
43782 \end_inset
43783 </cell>
43784 </row>
43785 <row>
43786 <cell alignment="left" valignment="top" usebox="none">
43787 \begin_inset Text
43788
43789 \begin_layout Plain Layout
43790 \begin_inset ERT
43791 status collapsed
43792
43793 \begin_layout Plain Layout
43794
43795
43796 \backslash
43797 fcolorbox{black}{
43798 \end_layout
43799
43800 \end_inset
43801
43802 RoyalBlue
43803 \begin_inset ERT
43804 status collapsed
43805
43806 \begin_layout Plain Layout
43807
43808 }{
43809 \end_layout
43810
43811 \end_inset
43812
43813
43814 \begin_inset Phantom Phantom
43815 status open
43816
43817 \begin_layout Plain Layout
43818 W
43819 \end_layout
43820
43821 \end_inset
43822
43823
43824 \begin_inset ERT
43825 status collapsed
43826
43827 \begin_layout Plain Layout
43828
43829 }
43830 \end_layout
43831
43832 \end_inset
43833
43834  RoyalBlue
43835 \end_layout
43836
43837 \end_inset
43838 </cell>
43839 <cell alignment="left" valignment="top" usebox="none">
43840 \begin_inset Text
43841
43842 \begin_layout Plain Layout
43843 \begin_inset ERT
43844 status collapsed
43845
43846 \begin_layout Plain Layout
43847
43848
43849 \backslash
43850 fcolorbox{black}{
43851 \end_layout
43852
43853 \end_inset
43854
43855 RoyalPurple
43856 \begin_inset ERT
43857 status collapsed
43858
43859 \begin_layout Plain Layout
43860
43861 }{
43862 \end_layout
43863
43864 \end_inset
43865
43866
43867 \begin_inset Phantom Phantom
43868 status open
43869
43870 \begin_layout Plain Layout
43871 W
43872 \end_layout
43873
43874 \end_inset
43875
43876
43877 \begin_inset ERT
43878 status collapsed
43879
43880 \begin_layout Plain Layout
43881
43882 }
43883 \end_layout
43884
43885 \end_inset
43886
43887  RoyalPurple
43888 \end_layout
43889
43890 \end_inset
43891 </cell>
43892 <cell alignment="left" valignment="top" usebox="none">
43893 \begin_inset Text
43894
43895 \begin_layout Plain Layout
43896 \begin_inset ERT
43897 status collapsed
43898
43899 \begin_layout Plain Layout
43900
43901
43902 \backslash
43903 fcolorbox{black}{
43904 \end_layout
43905
43906 \end_inset
43907
43908 RubineRed
43909 \begin_inset ERT
43910 status collapsed
43911
43912 \begin_layout Plain Layout
43913
43914 }{
43915 \end_layout
43916
43917 \end_inset
43918
43919
43920 \begin_inset Phantom Phantom
43921 status open
43922
43923 \begin_layout Plain Layout
43924 W
43925 \end_layout
43926
43927 \end_inset
43928
43929
43930 \begin_inset ERT
43931 status collapsed
43932
43933 \begin_layout Plain Layout
43934
43935 }
43936 \end_layout
43937
43938 \end_inset
43939
43940  RubineRed
43941 \end_layout
43942
43943 \end_inset
43944 </cell>
43945 <cell alignment="left" valignment="top" usebox="none">
43946 \begin_inset Text
43947
43948 \begin_layout Plain Layout
43949 \begin_inset ERT
43950 status collapsed
43951
43952 \begin_layout Plain Layout
43953
43954
43955 \backslash
43956 fcolorbox{black}{
43957 \end_layout
43958
43959 \end_inset
43960
43961 Salmon
43962 \begin_inset ERT
43963 status collapsed
43964
43965 \begin_layout Plain Layout
43966
43967 }{
43968 \end_layout
43969
43970 \end_inset
43971
43972
43973 \begin_inset Phantom Phantom
43974 status open
43975
43976 \begin_layout Plain Layout
43977 W
43978 \end_layout
43979
43980 \end_inset
43981
43982
43983 \begin_inset ERT
43984 status collapsed
43985
43986 \begin_layout Plain Layout
43987
43988 }
43989 \end_layout
43990
43991 \end_inset
43992
43993  Salmon
43994 \end_layout
43995
43996 \end_inset
43997 </cell>
43998 </row>
43999 <row>
44000 <cell alignment="left" valignment="top" usebox="none">
44001 \begin_inset Text
44002
44003 \begin_layout Plain Layout
44004 \begin_inset ERT
44005 status collapsed
44006
44007 \begin_layout Plain Layout
44008
44009
44010 \backslash
44011 fcolorbox{black}{
44012 \end_layout
44013
44014 \end_inset
44015
44016 SeaGreen
44017 \begin_inset ERT
44018 status collapsed
44019
44020 \begin_layout Plain Layout
44021
44022 }{
44023 \end_layout
44024
44025 \end_inset
44026
44027
44028 \begin_inset Phantom Phantom
44029 status open
44030
44031 \begin_layout Plain Layout
44032 W
44033 \end_layout
44034
44035 \end_inset
44036
44037
44038 \begin_inset ERT
44039 status collapsed
44040
44041 \begin_layout Plain Layout
44042
44043 }
44044 \end_layout
44045
44046 \end_inset
44047
44048  SeaGreen
44049 \end_layout
44050
44051 \end_inset
44052 </cell>
44053 <cell alignment="left" valignment="top" usebox="none">
44054 \begin_inset Text
44055
44056 \begin_layout Plain Layout
44057 \begin_inset ERT
44058 status collapsed
44059
44060 \begin_layout Plain Layout
44061
44062
44063 \backslash
44064 fcolorbox{black}{
44065 \end_layout
44066
44067 \end_inset
44068
44069 Sepia
44070 \begin_inset ERT
44071 status collapsed
44072
44073 \begin_layout Plain Layout
44074
44075 }{
44076 \end_layout
44077
44078 \end_inset
44079
44080
44081 \begin_inset Phantom Phantom
44082 status open
44083
44084 \begin_layout Plain Layout
44085 W
44086 \end_layout
44087
44088 \end_inset
44089
44090
44091 \begin_inset ERT
44092 status collapsed
44093
44094 \begin_layout Plain Layout
44095
44096 }
44097 \end_layout
44098
44099 \end_inset
44100
44101  Sepia
44102 \end_layout
44103
44104 \end_inset
44105 </cell>
44106 <cell alignment="left" valignment="top" usebox="none">
44107 \begin_inset Text
44108
44109 \begin_layout Plain Layout
44110 \begin_inset ERT
44111 status collapsed
44112
44113 \begin_layout Plain Layout
44114
44115
44116 \backslash
44117 fcolorbox{black}{
44118 \end_layout
44119
44120 \end_inset
44121
44122 SkyBlue
44123 \begin_inset ERT
44124 status collapsed
44125
44126 \begin_layout Plain Layout
44127
44128 }{
44129 \end_layout
44130
44131 \end_inset
44132
44133
44134 \begin_inset Phantom Phantom
44135 status open
44136
44137 \begin_layout Plain Layout
44138 W
44139 \end_layout
44140
44141 \end_inset
44142
44143
44144 \begin_inset ERT
44145 status collapsed
44146
44147 \begin_layout Plain Layout
44148
44149 }
44150 \end_layout
44151
44152 \end_inset
44153
44154  SkyBlue
44155 \end_layout
44156
44157 \end_inset
44158 </cell>
44159 <cell alignment="left" valignment="top" usebox="none">
44160 \begin_inset Text
44161
44162 \begin_layout Plain Layout
44163 \begin_inset ERT
44164 status collapsed
44165
44166 \begin_layout Plain Layout
44167
44168
44169 \backslash
44170 fcolorbox{black}{
44171 \end_layout
44172
44173 \end_inset
44174
44175 SpringGreen
44176 \begin_inset ERT
44177 status collapsed
44178
44179 \begin_layout Plain Layout
44180
44181 }{
44182 \end_layout
44183
44184 \end_inset
44185
44186
44187 \begin_inset Phantom Phantom
44188 status open
44189
44190 \begin_layout Plain Layout
44191 W
44192 \end_layout
44193
44194 \end_inset
44195
44196
44197 \begin_inset ERT
44198 status collapsed
44199
44200 \begin_layout Plain Layout
44201
44202 }
44203 \end_layout
44204
44205 \end_inset
44206
44207  SpringGreen
44208 \end_layout
44209
44210 \end_inset
44211 </cell>
44212 </row>
44213 <row>
44214 <cell alignment="left" valignment="top" usebox="none">
44215 \begin_inset Text
44216
44217 \begin_layout Plain Layout
44218 \begin_inset ERT
44219 status collapsed
44220
44221 \begin_layout Plain Layout
44222
44223
44224 \backslash
44225 fcolorbox{black}{
44226 \end_layout
44227
44228 \end_inset
44229
44230 Tan
44231 \begin_inset ERT
44232 status collapsed
44233
44234 \begin_layout Plain Layout
44235
44236 }{
44237 \end_layout
44238
44239 \end_inset
44240
44241
44242 \begin_inset Phantom Phantom
44243 status open
44244
44245 \begin_layout Plain Layout
44246 W
44247 \end_layout
44248
44249 \end_inset
44250
44251
44252 \begin_inset ERT
44253 status collapsed
44254
44255 \begin_layout Plain Layout
44256
44257 }
44258 \end_layout
44259
44260 \end_inset
44261
44262  Tan
44263 \end_layout
44264
44265 \end_inset
44266 </cell>
44267 <cell alignment="left" valignment="top" usebox="none">
44268 \begin_inset Text
44269
44270 \begin_layout Plain Layout
44271 \begin_inset ERT
44272 status collapsed
44273
44274 \begin_layout Plain Layout
44275
44276
44277 \backslash
44278 fcolorbox{black}{
44279 \end_layout
44280
44281 \end_inset
44282
44283 TealBlue
44284 \begin_inset ERT
44285 status collapsed
44286
44287 \begin_layout Plain Layout
44288
44289 }{
44290 \end_layout
44291
44292 \end_inset
44293
44294
44295 \begin_inset Phantom Phantom
44296 status open
44297
44298 \begin_layout Plain Layout
44299 W
44300 \end_layout
44301
44302 \end_inset
44303
44304
44305 \begin_inset ERT
44306 status collapsed
44307
44308 \begin_layout Plain Layout
44309
44310 }
44311 \end_layout
44312
44313 \end_inset
44314
44315  TealBlue
44316 \end_layout
44317
44318 \end_inset
44319 </cell>
44320 <cell alignment="left" valignment="top" usebox="none">
44321 \begin_inset Text
44322
44323 \begin_layout Plain Layout
44324 \begin_inset ERT
44325 status collapsed
44326
44327 \begin_layout Plain Layout
44328
44329
44330 \backslash
44331 fcolorbox{black}{
44332 \end_layout
44333
44334 \end_inset
44335
44336 Thistle
44337 \begin_inset ERT
44338 status collapsed
44339
44340 \begin_layout Plain Layout
44341
44342 }{
44343 \end_layout
44344
44345 \end_inset
44346
44347
44348 \begin_inset Phantom Phantom
44349 status open
44350
44351 \begin_layout Plain Layout
44352 W
44353 \end_layout
44354
44355 \end_inset
44356
44357
44358 \begin_inset ERT
44359 status collapsed
44360
44361 \begin_layout Plain Layout
44362
44363 }
44364 \end_layout
44365
44366 \end_inset
44367
44368  Thistle
44369 \end_layout
44370
44371 \end_inset
44372 </cell>
44373 <cell alignment="left" valignment="top" usebox="none">
44374 \begin_inset Text
44375
44376 \begin_layout Plain Layout
44377 \begin_inset ERT
44378 status collapsed
44379
44380 \begin_layout Plain Layout
44381
44382
44383 \backslash
44384 fcolorbox{black}{
44385 \end_layout
44386
44387 \end_inset
44388
44389 Turquoise
44390 \begin_inset ERT
44391 status collapsed
44392
44393 \begin_layout Plain Layout
44394
44395 }{
44396 \end_layout
44397
44398 \end_inset
44399
44400
44401 \begin_inset Phantom Phantom
44402 status open
44403
44404 \begin_layout Plain Layout
44405 W
44406 \end_layout
44407
44408 \end_inset
44409
44410
44411 \begin_inset ERT
44412 status collapsed
44413
44414 \begin_layout Plain Layout
44415
44416 }
44417 \end_layout
44418
44419 \end_inset
44420
44421  Turquoise
44422 \end_layout
44423
44424 \end_inset
44425 </cell>
44426 </row>
44427 <row>
44428 <cell alignment="left" valignment="top" usebox="none">
44429 \begin_inset Text
44430
44431 \begin_layout Plain Layout
44432 \begin_inset ERT
44433 status collapsed
44434
44435 \begin_layout Plain Layout
44436
44437
44438 \backslash
44439 fcolorbox{black}{
44440 \end_layout
44441
44442 \end_inset
44443
44444 Violet
44445 \begin_inset ERT
44446 status collapsed
44447
44448 \begin_layout Plain Layout
44449
44450 }{
44451 \end_layout
44452
44453 \end_inset
44454
44455
44456 \begin_inset Phantom Phantom
44457 status open
44458
44459 \begin_layout Plain Layout
44460 W
44461 \end_layout
44462
44463 \end_inset
44464
44465
44466 \begin_inset ERT
44467 status collapsed
44468
44469 \begin_layout Plain Layout
44470
44471 }
44472 \end_layout
44473
44474 \end_inset
44475
44476  Violet
44477 \end_layout
44478
44479 \end_inset
44480 </cell>
44481 <cell alignment="left" valignment="top" usebox="none">
44482 \begin_inset Text
44483
44484 \begin_layout Plain Layout
44485 \begin_inset ERT
44486 status collapsed
44487
44488 \begin_layout Plain Layout
44489
44490
44491 \backslash
44492 fcolorbox{black}{
44493 \end_layout
44494
44495 \end_inset
44496
44497 VioletRed
44498 \begin_inset ERT
44499 status collapsed
44500
44501 \begin_layout Plain Layout
44502
44503 }{
44504 \end_layout
44505
44506 \end_inset
44507
44508
44509 \begin_inset Phantom Phantom
44510 status open
44511
44512 \begin_layout Plain Layout
44513 W
44514 \end_layout
44515
44516 \end_inset
44517
44518
44519 \begin_inset ERT
44520 status collapsed
44521
44522 \begin_layout Plain Layout
44523
44524 }
44525 \end_layout
44526
44527 \end_inset
44528
44529  VioletRed
44530 \end_layout
44531
44532 \end_inset
44533 </cell>
44534 <cell alignment="left" valignment="top" usebox="none">
44535 \begin_inset Text
44536
44537 \begin_layout Plain Layout
44538 \begin_inset ERT
44539 status collapsed
44540
44541 \begin_layout Plain Layout
44542
44543
44544 \backslash
44545 fcolorbox{black}{
44546 \end_layout
44547
44548 \end_inset
44549
44550 WildStrawberry
44551 \begin_inset ERT
44552 status collapsed
44553
44554 \begin_layout Plain Layout
44555
44556 }{
44557 \end_layout
44558
44559 \end_inset
44560
44561
44562 \begin_inset Phantom Phantom
44563 status open
44564
44565 \begin_layout Plain Layout
44566 W
44567 \end_layout
44568
44569 \end_inset
44570
44571
44572 \begin_inset ERT
44573 status collapsed
44574
44575 \begin_layout Plain Layout
44576
44577 }
44578 \end_layout
44579
44580 \end_inset
44581
44582  WildStrawberry
44583 \end_layout
44584
44585 \end_inset
44586 </cell>
44587 <cell alignment="left" valignment="top" usebox="none">
44588 \begin_inset Text
44589
44590 \begin_layout Plain Layout
44591 \begin_inset ERT
44592 status collapsed
44593
44594 \begin_layout Plain Layout
44595
44596
44597 \backslash
44598 fcolorbox{black}{
44599 \end_layout
44600
44601 \end_inset
44602
44603 YellowGreen
44604 \begin_inset ERT
44605 status collapsed
44606
44607 \begin_layout Plain Layout
44608
44609 }{
44610 \end_layout
44611
44612 \end_inset
44613
44614
44615 \begin_inset Phantom Phantom
44616 status open
44617
44618 \begin_layout Plain Layout
44619 W
44620 \end_layout
44621
44622 \end_inset
44623
44624
44625 \begin_inset ERT
44626 status collapsed
44627
44628 \begin_layout Plain Layout
44629
44630 }
44631 \end_layout
44632
44633 \end_inset
44634
44635  YellowGreen
44636 \end_layout
44637
44638 \end_inset
44639 </cell>
44640 </row>
44641 <row>
44642 <cell alignment="left" valignment="top" usebox="none">
44643 \begin_inset Text
44644
44645 \begin_layout Plain Layout
44646 \begin_inset ERT
44647 status collapsed
44648
44649 \begin_layout Plain Layout
44650
44651
44652 \backslash
44653 fcolorbox{black}{
44654 \end_layout
44655
44656 \end_inset
44657
44658 YellowOrange
44659 \begin_inset ERT
44660 status collapsed
44661
44662 \begin_layout Plain Layout
44663
44664 }{
44665 \end_layout
44666
44667 \end_inset
44668
44669
44670 \begin_inset Phantom Phantom
44671 status open
44672
44673 \begin_layout Plain Layout
44674 W
44675 \end_layout
44676
44677 \end_inset
44678
44679
44680 \begin_inset ERT
44681 status collapsed
44682
44683 \begin_layout Plain Layout
44684
44685 }
44686 \end_layout
44687
44688 \end_inset
44689
44690  YellowOrange
44691 \end_layout
44692
44693 \end_inset
44694 </cell>
44695 <cell alignment="left" valignment="top" usebox="none">
44696 \begin_inset Text
44697
44698 \begin_layout Plain Layout
44699
44700 \end_layout
44701
44702 \end_inset
44703 </cell>
44704 <cell alignment="left" valignment="top" usebox="none">
44705 \begin_inset Text
44706
44707 \begin_layout Plain Layout
44708
44709 \end_layout
44710
44711 \end_inset
44712 </cell>
44713 <cell alignment="left" valignment="top" usebox="none">
44714 \begin_inset Text
44715
44716 \begin_layout Plain Layout
44717
44718 \end_layout
44719
44720 \end_inset
44721 </cell>
44722 </row>
44723 </lyxtabular>
44724
44725 \end_inset
44726
44727
44728 \end_layout
44729
44730 \begin_layout Chapter
44731 Explanation of Equation
44732 \begin_inset space ~
44733 \end_inset
44734
44735 (
44736 \begin_inset CommandInset ref
44737 LatexCommand ref
44738 reference "eq:Wgn"
44739
44740 \end_inset
44741
44742 )
44743 \begin_inset CommandInset label
44744 LatexCommand label
44745 name "cha:Explanation-of-Equation"
44746
44747 \end_inset
44748
44749
44750 \end_layout
44751
44752 \begin_layout Standard
44753 We can calculate the total width of 
44754 \emph on
44755 n
44756 \emph default
44757  table cells 
44758 \begin_inset Formula $W_{\mathrm{tot\, n}}$
44759 \end_inset
44760
44761  as follows:
44762 \begin_inset Formula 
44763 \begin{equation}
44764 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44765 \end{equation}
44766
44767 \end_inset
44768
44769 where 
44770 \begin_inset Formula $W_{g\, n}$
44771 \end_inset
44772
44773  is the given width of all cells, 
44774 \series bold
44775
44776 \backslash
44777 tabcolsep
44778 \series default
44779  is the LaTeX-length between the cell text and the cell border (its default
44780  value is 6
44781 \begin_inset space \thinspace{}
44782 \end_inset
44783
44784 pt).
44785  
44786 \series bold
44787
44788 \backslash
44789 arrayrulewidth
44790 \series default
44791  is the thickness of the cell border line, the default is 0.4
44792 \begin_inset space \thinspace{}
44793 \end_inset
44794
44795 pt.
44796 \end_layout
44797
44798 \begin_layout Standard
44799 Following equation
44800 \begin_inset space ~
44801 \end_inset
44802
44803
44804 \begin_inset CommandInset ref
44805 LatexCommand eqref
44806 reference "eq:Wtot_n"
44807
44808 \end_inset
44809
44810 , the total width of a multicolumn 
44811 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
44812 \end_inset
44813
44814  is
44815 \begin_inset Formula 
44816 \begin{equation}
44817 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44818 \end{equation}
44819
44820 \end_inset
44821
44822
44823 \end_layout
44824
44825 \begin_layout Standard
44826 By setting equation
44827 \begin_inset space ~
44828 \end_inset
44829
44830
44831 \begin_inset CommandInset ref
44832 LatexCommand eqref
44833 reference "eq:Wtot_n"
44834
44835 \end_inset
44836
44837  and 
44838 \begin_inset CommandInset ref
44839 LatexCommand eqref
44840 reference "eq:Wtot_mult"
44841
44842 \end_inset
44843
44844  equal we can calculate the needed given width 
44845 \begin_inset Formula $W_{g\, n}$
44846 \end_inset
44847
44848  when 
44849 \emph on
44850 n
44851 \emph default
44852  columns are spanned, so that each column has a total width of 
44853 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
44854 \end_inset
44855
44856 :
44857 \begin_inset Formula 
44858 \begin{equation}
44859 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44860 \end{equation}
44861
44862 \end_inset
44863
44864
44865 \end_layout
44866
44867 \begin_layout Bibliography
44868 \begin_inset CommandInset bibitem
44869 LatexCommand bibitem
44870 key "latexcompanion"
44871
44872 \end_inset
44873
44874 Frank Mittelbach and Michel Goossens: 
44875 \emph on
44876 The LaTeX Companion Second Edition.
44877
44878 \emph default
44879  Addison-Wesley, 2004
44880 \end_layout
44881
44882 \begin_layout Bibliography
44883 \begin_inset CommandInset bibitem
44884 LatexCommand bibitem
44885 key "latexguide"
44886
44887 \end_inset
44888
44889 Helmut Kopka and Patrick W.
44890  Daly: 
44891 \emph on
44892 A Guide to LaTeX Fourth Edition.
44893
44894 \emph default
44895  Addison-Wesley, 2003
44896 \end_layout
44897
44898 \begin_layout Bibliography
44899 \begin_inset CommandInset bibitem
44900 LatexCommand bibitem
44901 key "latexbook"
44902
44903 \end_inset
44904
44905 Leslie Lamport: 
44906 \emph on
44907 LaTeX: A Document Preparation System.
44908
44909 \emph default
44910  Addison-Wesley, second edition, 1994
44911 \end_layout
44912
44913 \begin_layout Bibliography
44914 \begin_inset CommandInset bibitem
44915 LatexCommand bibitem
44916 key "arydshln"
44917
44918 \end_inset
44919
44920 Documentation of the LaTeX-package 
44921 \series bold
44922
44923 \begin_inset CommandInset href
44924 LatexCommand href
44925 name "arydshln"
44926 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
44927
44928 \end_inset
44929
44930
44931 \series default
44932
44933 \begin_inset Index idx
44934 status collapsed
44935
44936 \begin_layout Plain Layout
44937 LaTeX-packages ! arydshln
44938 \end_layout
44939
44940 \end_inset
44941
44942
44943 \end_layout
44944
44945 \begin_layout Bibliography
44946 \begin_inset CommandInset bibitem
44947 LatexCommand bibitem
44948 key "booktabs"
44949
44950 \end_inset
44951
44952 Documentation of the LaTeX-package 
44953 \series bold
44954
44955 \begin_inset CommandInset href
44956 LatexCommand href
44957 name "booktabs"
44958 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
44959
44960 \end_inset
44961
44962
44963 \series default
44964
44965 \begin_inset Index idx
44966 status collapsed
44967
44968 \begin_layout Plain Layout
44969 LaTeX-packages ! booktabs
44970 \end_layout
44971
44972 \end_inset
44973
44974
44975 \end_layout
44976
44977 \begin_layout Bibliography
44978 \begin_inset CommandInset bibitem
44979 LatexCommand bibitem
44980 key "caption"
44981
44982 \end_inset
44983
44984 Documentation of the LaTeX-package 
44985 \series bold
44986
44987 \begin_inset CommandInset href
44988 LatexCommand href
44989 name "caption"
44990 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
44991
44992 \end_inset
44993
44994
44995 \series default
44996
44997 \begin_inset Index idx
44998 status collapsed
44999
45000 \begin_layout Plain Layout
45001 LaTeX-packages ! caption
45002 \end_layout
45003
45004 \end_inset
45005
45006
45007 \end_layout
45008
45009 \begin_layout Bibliography
45010 \begin_inset CommandInset bibitem
45011 LatexCommand bibitem
45012 key "diagbox"
45013
45014 \end_inset
45015
45016 Documentation of the LaTeX-package 
45017 \series bold
45018
45019 \begin_inset CommandInset href
45020 LatexCommand href
45021 name "diagbox"
45022 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45023
45024 \end_inset
45025
45026
45027 \series default
45028
45029 \begin_inset Index idx
45030 status collapsed
45031
45032 \begin_layout Plain Layout
45033 LaTeX-packages ! diagbox
45034 \end_layout
45035
45036 \end_inset
45037
45038
45039 \end_layout
45040
45041 \begin_layout Bibliography
45042 \begin_inset CommandInset bibitem
45043 LatexCommand bibitem
45044 key "endfloat"
45045
45046 \end_inset
45047
45048 Documentation of the LaTeX-package 
45049 \series bold
45050
45051 \begin_inset CommandInset href
45052 LatexCommand href
45053 name "endfloat"
45054 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45055
45056 \end_inset
45057
45058
45059 \series default
45060
45061 \begin_inset Index idx
45062 status collapsed
45063
45064 \begin_layout Plain Layout
45065 LaTeX-packages ! endfloat
45066 \end_layout
45067
45068 \end_inset
45069
45070
45071 \end_layout
45072
45073 \begin_layout Bibliography
45074 \begin_inset CommandInset bibitem
45075 LatexCommand bibitem
45076 key "footmisc"
45077
45078 \end_inset
45079
45080 Documentation of the LaTeX-package 
45081 \series bold
45082
45083 \begin_inset CommandInset href
45084 LatexCommand href
45085 name "footmisc"
45086 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45087
45088 \end_inset
45089
45090
45091 \series default
45092
45093 \begin_inset Index idx
45094 status collapsed
45095
45096 \begin_layout Plain Layout
45097 LaTeX-packages ! footmisc
45098 \end_layout
45099
45100 \end_inset
45101
45102
45103 \end_layout
45104
45105 \begin_layout Bibliography
45106 \begin_inset CommandInset bibitem
45107 LatexCommand bibitem
45108 key "hypcap"
45109
45110 \end_inset
45111
45112 Documentation of the LaTeX-package 
45113 \series bold
45114
45115 \begin_inset CommandInset href
45116 LatexCommand href
45117 name "hypcap"
45118 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45119
45120 \end_inset
45121
45122
45123 \series default
45124
45125 \begin_inset Index idx
45126 status collapsed
45127
45128 \begin_layout Plain Layout
45129 LaTeX-packages ! hyperref
45130 \end_layout
45131
45132 \end_inset
45133
45134
45135 \end_layout
45136
45137 \begin_layout Bibliography
45138 \begin_inset CommandInset bibitem
45139 LatexCommand bibitem
45140 key "hyperref"
45141
45142 \end_inset
45143
45144 Documentation of the LaTeX-package 
45145 \series bold
45146
45147 \begin_inset CommandInset href
45148 LatexCommand href
45149 name "hyperref"
45150 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45151
45152 \end_inset
45153
45154
45155 \series default
45156
45157 \begin_inset Index idx
45158 status collapsed
45159
45160 \begin_layout Plain Layout
45161 LaTeX-packages ! hyperref
45162 \end_layout
45163
45164 \end_inset
45165
45166
45167 \end_layout
45168
45169 \begin_layout Bibliography
45170 \begin_inset CommandInset bibitem
45171 LatexCommand bibitem
45172 key "KOMA-Script"
45173
45174 \end_inset
45175
45176 Documentation of the LaTeX-package 
45177 \series bold
45178
45179 \begin_inset CommandInset href
45180 LatexCommand href
45181 name "KOMA-Script"
45182 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/scrguien.pdf"
45183
45184 \end_inset
45185
45186
45187 \series default
45188
45189 \begin_inset Index idx
45190 status collapsed
45191
45192 \begin_layout Plain Layout
45193 LaTeX-packages ! KOMA-Script
45194 \end_layout
45195
45196 \end_inset
45197
45198
45199 \end_layout
45200
45201 \begin_layout Bibliography
45202 \begin_inset CommandInset bibitem
45203 LatexCommand bibitem
45204 key "lettrine"
45205
45206 \end_inset
45207
45208 Documentation of the LaTeX-package 
45209 \series bold
45210
45211 \begin_inset CommandInset href
45212 LatexCommand href
45213 name "lettrine"
45214 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45215
45216 \end_inset
45217
45218
45219 \series default
45220  and an 
45221 \begin_inset CommandInset href
45222 LatexCommand href
45223 name "example"
45224 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45225
45226 \end_inset
45227
45228
45229 \begin_inset Index idx
45230 status collapsed
45231
45232 \begin_layout Plain Layout
45233 LaTeX-packages ! lettrine
45234 \end_layout
45235
45236 \end_inset
45237
45238
45239 \end_layout
45240
45241 \begin_layout Bibliography
45242 \begin_inset CommandInset bibitem
45243 LatexCommand bibitem
45244 key "listings"
45245
45246 \end_inset
45247
45248 Documentation of the LaTeX-package 
45249 \series bold
45250
45251 \begin_inset CommandInset href
45252 LatexCommand href
45253 name "listings"
45254 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45255
45256 \end_inset
45257
45258
45259 \series default
45260
45261 \begin_inset Index idx
45262 status collapsed
45263
45264 \begin_layout Plain Layout
45265 LaTeX-packages ! listings
45266 \end_layout
45267
45268 \end_inset
45269
45270
45271 \end_layout
45272
45273 \begin_layout Bibliography
45274 \begin_inset CommandInset bibitem
45275 LatexCommand bibitem
45276 key "marginnote"
45277
45278 \end_inset
45279
45280 Documentation of the LaTeX-package 
45281 \series bold
45282
45283 \begin_inset CommandInset href
45284 LatexCommand href
45285 name "marginnote"
45286 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45287
45288 \end_inset
45289
45290
45291 \series default
45292
45293 \begin_inset Index idx
45294 status collapsed
45295
45296 \begin_layout Plain Layout
45297 LaTeX-packages ! marginnote
45298 \end_layout
45299
45300 \end_inset
45301
45302
45303 \end_layout
45304
45305 \begin_layout Bibliography
45306 \begin_inset CommandInset bibitem
45307 LatexCommand bibitem
45308 key "pdfpages"
45309
45310 \end_inset
45311
45312 Documentation of the LaTeX-package 
45313 \series bold
45314
45315 \begin_inset CommandInset href
45316 LatexCommand href
45317 name "pdfpages"
45318 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45319
45320 \end_inset
45321
45322
45323 \series default
45324
45325 \begin_inset Index idx
45326 status collapsed
45327
45328 \begin_layout Plain Layout
45329 LaTeX-packages ! pdfpages
45330 \end_layout
45331
45332 \end_inset
45333
45334
45335 \end_layout
45336
45337 \begin_layout Bibliography
45338 \begin_inset CommandInset bibitem
45339 LatexCommand bibitem
45340 key "prettyref"
45341
45342 \end_inset
45343
45344 Documentation of the LaTeX-package 
45345 \series bold
45346
45347 \begin_inset CommandInset href
45348 LatexCommand href
45349 name "prettyref"
45350 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45351
45352 \end_inset
45353
45354
45355 \series default
45356
45357 \begin_inset Index idx
45358 status collapsed
45359
45360 \begin_layout Plain Layout
45361 LaTeX-packages ! prettyref
45362 \end_layout
45363
45364 \end_inset
45365
45366
45367 \end_layout
45368
45369 \begin_layout Bibliography
45370 \begin_inset CommandInset bibitem
45371 LatexCommand bibitem
45372 key "pstricks"
45373
45374 \end_inset
45375
45376 Web page of the LaTeX-package 
45377 \series bold
45378
45379 \begin_inset CommandInset href
45380 LatexCommand href
45381 name "PSTricks"
45382 target "http://tug.org/PSTricks/"
45383
45384 \end_inset
45385
45386
45387 \series default
45388
45389 \begin_inset Index idx
45390 status collapsed
45391
45392 \begin_layout Plain Layout
45393 LaTeX-packages ! PSTricks
45394 \end_layout
45395
45396 \end_inset
45397
45398
45399 \end_layout
45400
45401 \begin_layout Bibliography
45402 \begin_inset CommandInset bibitem
45403 LatexCommand bibitem
45404 key "refstyle"
45405
45406 \end_inset
45407
45408 Documentation of the LaTeX-package 
45409 \series bold
45410
45411 \begin_inset CommandInset href
45412 LatexCommand href
45413 name "refstyle"
45414 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45415
45416 \end_inset
45417
45418
45419 \series default
45420
45421 \begin_inset Index idx
45422 status collapsed
45423
45424 \begin_layout Plain Layout
45425 LaTeX-packages ! refstyle
45426 \end_layout
45427
45428 \end_inset
45429
45430
45431 \end_layout
45432
45433 \begin_layout Bibliography
45434 \begin_inset CommandInset bibitem
45435 LatexCommand bibitem
45436 key "sidecap"
45437
45438 \end_inset
45439
45440 Documentation of the LaTeX-package 
45441 \series bold
45442
45443 \begin_inset CommandInset href
45444 LatexCommand href
45445 name "sidecap"
45446 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45447
45448 \end_inset
45449
45450
45451 \series default
45452
45453 \begin_inset Index idx
45454 status collapsed
45455
45456 \begin_layout Plain Layout
45457 LaTeX-packages ! sidecap
45458 \end_layout
45459
45460 \end_inset
45461
45462
45463 \end_layout
45464
45465 \begin_layout Bibliography
45466 \begin_inset CommandInset bibitem
45467 LatexCommand bibitem
45468 key "NewInLyX20"
45469
45470 \end_inset
45471
45472
45473 \begin_inset CommandInset href
45474 LatexCommand href
45475 name "Wiki page"
45476 target "http://wiki.lyx.org/LyX/NewInLyX20"
45477
45478 \end_inset
45479
45480  about new features in 
45481 \family sans
45482 LyX 2.0
45483 \family default
45484 .
45485 \end_layout
45486
45487 \begin_layout Standard
45488 \begin_inset CommandInset index_print
45489 LatexCommand printindex
45490 type "idx"
45491
45492 \end_inset
45493
45494
45495 \end_layout
45496
45497 \end_body
45498 \end_document