]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
Allow to separate menu string from label string for arguments
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC is numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \newcommand{\TabBesBeg}[1][1.0]{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}[1][1.0]{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % enables calculation of values,
55 \usepackage{calc}
56
57 % increase the bottom float placement fraction
58 \renewcommand{\bottomfraction}{0.5}
59
60 % avoids that floats are placed before their
61 % corresponding section starts
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % speed up the longtable calculation
65 \setcounter{LTchunksize}{100}
66
67 % used for scaled and rotated boxes
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % used for colored tables
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
74 \definecolor{lightgrey}{gray}{0.8}
75
76 % check for package colortbl
77 % used for colored table cells
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % used for colored table rows
85 \usepackage[table]{xcolor}
86
87 % used to have extra space in table cells
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % used for customized tables
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % insert additional vertical space of
109 % 1.5 mm between footnotes
110 \let\myFoot\footnote
111 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
112
113 % number algorithm floats within chapters
114 \numberwithin{algorithm}{chapter}
115
116 % ------------------------------------
117 % used to check for needed LaTeX packages
118 \usepackage{ifthen}
119
120 % check for package arydshln
121 % used for tables with dashed lines
122 \newboolean{arydshln}
123 \IfFileExists{arydshln.sty}
124  {\usepackage{arydshln}
125   \setboolean{arydshln}{true}}
126  {\setboolean{arydshln}{false}}
127
128 % check for package marginnote
129 % used for margin notes
130 \newboolean{marginnote}
131 \IfFileExists{marginnote.sty}
132  {\usepackage{marginnote}
133   \let\marginpar\marginnote
134   \setboolean{marginnote}{true}}
135  {\setboolean{marginnote}{false}}
136
137 % check for package sidecap
138 % used for captions on the side
139 \newboolean{sidecap}
140 \IfFileExists{sidecap.sty}
141  {\usepackage{sidecap}
142   \setboolean{sidecap}{true}}
143  {\setboolean{sidecap}{false}}
144
145 % check for picinpar
146 % used for surrounded fixed objects
147 \newboolean{picinpar}
148 \IfFileExists{picinpar.sty}
149  {\usepackage{picinpar}
150   \setboolean{picinpar}{true}}
151  {\setboolean{picinpar}{false}}
152
153 % check for lettrine
154 \newboolean{lettrine}
155 \IfFileExists{lettrine.sty}
156  {\usepackage{lettrine}
157   \setboolean{lettrine}{true}}
158  {\setboolean{lettrine}{false}}
159
160 % check for diagbox
161 \newboolean{diagbox}
162 \IfFileExists{diagbox.sty}
163  {\usepackage{diagbox}
164   \setboolean{diagbox}{true}}
165  {\setboolean{diagbox}{false}}
166
167 % workaround for a bug in KOMA-script 3.10a
168 % remove this if a newer KOMA-script version is released!
169 \usepackage{everysel,sidecap}
170 \end_preamble
171 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
172 \use_default_options false
173 \begin_modules
174 initials
175 \end_modules
176 \maintain_unincluded_children false
177 \language english
178 \language_package default
179 \inputencoding auto
180 \fontencoding global
181 \font_roman default
182 \font_sans default
183 \font_typewriter default
184 \font_default_family default
185 \use_non_tex_fonts false
186 \font_sc false
187 \font_osf false
188 \font_sf_scale 100
189 \font_tt_scale 100
190
191 \graphics default
192 \default_output_format default
193 \output_sync 0
194 \bibtex_command default
195 \index_command default
196 \paperfontsize 12
197 \spacing single
198 \use_hyperref true
199 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
200 \pdf_author "LyX Team, Uwe Stöhr"
201 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
202 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
203 \pdf_bookmarks true
204 \pdf_bookmarksnumbered true
205 \pdf_bookmarksopen true
206 \pdf_bookmarksopenlevel 1
207 \pdf_breaklinks false
208 \pdf_pdfborder false
209 \pdf_colorlinks true
210 \pdf_backref false
211 \pdf_pdfusetitle false
212 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
213 \papersize default
214 \use_geometry false
215 \use_amsmath 2
216 \use_esint 0
217 \use_mhchem 1
218 \use_mathdots 1
219 \cite_engine basic
220 \use_bibtopic false
221 \use_indices false
222 \paperorientation portrait
223 \suppress_date false
224 \use_refstyle 0
225 \notefontcolor #0000ff
226 \index Index
227 \shortcut idx
228 \color #008000
229 \end_index
230 \secnumdepth 3
231 \tocdepth 3
232 \paragraph_separation skip
233 \defskip medskip
234 \quotes_language english
235 \papercolumns 1
236 \papersides 2
237 \paperpagestyle default
238 \bullet 1 1 34 -1
239 \bullet 2 2 35 -1
240 \bullet 3 2 7 -1
241 \tracking_changes true
242 \output_changes false
243 \html_math_output 0
244 \html_css_as_file 0
245 \html_be_strict false
246 \author -195340706 "Georg Baum" 
247 \end_header
248
249 \begin_body
250
251 \begin_layout Title
252 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
253  manual
254 \end_layout
255
256 \begin_layout Author
257 by the LyX Team
258 \begin_inset Foot
259 status collapsed
260
261 \begin_layout Plain Layout
262 \noindent
263 If you have comments or error corrections, please send them to the LyX Documenta
264 tion mailing list: 
265 \begin_inset CommandInset href
266 LatexCommand href
267 name "lyx-docs@lists.lyx.org"
268 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
269 type "mailto:"
270
271 \end_inset
272
273
274 \end_layout
275
276 \end_inset
277
278
279 \begin_inset Note Note
280 status collapsed
281
282 \begin_layout Plain Layout
283 author: Uwe Stöhr
284 \end_layout
285
286 \end_inset
287
288
289 \begin_inset Newline newline
290 \end_inset
291
292
293 \begin_inset Newline newline
294 \end_inset
295
296
297 \family sans
298 Version 2.0.x
299 \end_layout
300
301 \begin_layout Standard
302 \begin_inset CommandInset toc
303 LatexCommand tableofcontents
304
305 \end_inset
306
307
308 \end_layout
309
310 \begin_layout Standard
311 \begin_inset Note Note
312 status open
313
314 \begin_layout Plain Layout
315 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
316  
317 \series bold
318 arydshln
319 \series default
320
321 \series bold
322 colortbl
323 \series default
324
325 \series bold
326 diagbox, lettrine, marginnote, picinpar
327 \series default
328  and 
329 \series bold
330 sidecap
331 \series default
332  must be installed.
333  If they are not installed you can export the document anyway but the sections
334  where the packages are required won't appear in the output.
335 \end_layout
336
337 \begin_layout Plain Layout
338 The latest PDF-version of this document can be found here:
339 \begin_inset Newline newline
340 \end_inset
341
342
343 \series bold
344 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
345 \end_layout
346
347 \end_inset
348
349
350 \end_layout
351
352 \begin_layout Chapter
353 Figures
354 \begin_inset Index idx
355 status collapsed
356
357 \begin_layout Plain Layout
358 Figures
359 \end_layout
360
361 \end_inset
362
363
364 \begin_inset Index idx
365 status collapsed
366
367 \begin_layout Plain Layout
368 Graphics|see
369 \begin_inset ERT
370 status collapsed
371
372 \begin_layout Plain Layout
373
374 {
375 \end_layout
376
377 \end_inset
378
379 Figures
380 \begin_inset ERT
381 status collapsed
382
383 \begin_layout Plain Layout
384
385 }
386 \end_layout
387
388 \end_inset
389
390
391 \end_layout
392
393 \end_inset
394
395
396 \end_layout
397
398 \begin_layout Section
399 Graphics Dialog
400 \begin_inset Index idx
401 status collapsed
402
403 \begin_layout Plain Layout
404 Figures ! Graphics Dialog
405 \end_layout
406
407 \end_inset
408
409
410 \begin_inset CommandInset label
411 LatexCommand label
412 name "sec:Graphics-Dialog"
413
414 \end_inset
415
416
417 \end_layout
418
419 \begin_layout Standard
420 To insert an image into your document, place the cursor at the text position
421  you want and click on the toolbar icon 
422 \begin_inset Info
423 type  "icon"
424 arg   "dialog-show-new-inset graphics"
425 \end_inset
426
427  or use the menu 
428 \family sans
429 Insert\SpecialChar \menuseparator
430 Graphics
431 \family default
432 .
433  Then a dialog will appear to choose the file to load.
434  The image will appear in the output exactly at the position where it is
435  in the text.
436 \end_layout
437
438 \begin_layout Standard
439 The graphics dialog can be called at any time by clicking on an image.
440  This dialog has three tabs:
441 \end_layout
442
443 \begin_layout Description
444
445 \family sans
446 Graphics
447 \family default
448  Here you can choose an image file and adjust its appearance in the output.
449  The available units for the image size are explained in appendix
450 \begin_inset space ~
451 \end_inset
452
453
454 \begin_inset CommandInset ref
455 LatexCommand ref
456 reference "cha:Units-available-in"
457
458 \end_inset
459
460 .
461 \begin_inset Newline newline
462 \end_inset
463
464
465 \begin_inset Index idx
466 status collapsed
467
468 \begin_layout Plain Layout
469 Figures ! rotated
470 \end_layout
471
472 \end_inset
473
474 You can rotate images counter-clockwise by setting a rotation angle and
475  a rotation origin.
476  The image will also be rotated inside LyX.
477 \begin_inset Newline newline
478 \end_inset
479
480
481 \begin_inset Index idx
482 status collapsed
483
484 \begin_layout Plain Layout
485 Figures ! scaled
486 \end_layout
487
488 \end_inset
489
490 Images can be scaled by using a percentage value or by setting the width
491  and height explicitly.
492  If you set only the width or only the height, the other size will be determined
493  automatically.
494  If you set both, then the image will be transformed to the given size,
495  possibly distorting it.
496  To prevent the image from distortion, use the option 
497 \family sans
498 Maintain aspect ratio
499 \family default
500 .
501  The image will then be scaled so that its width and height don't exceed
502  the specified dimensions.
503 \begin_inset Newline newline
504 \end_inset
505
506 Images can be opened in a program of your choice by right-clicking on it
507  and choosing the entry 
508 \family sans
509 Edit
510 \begin_inset space ~
511 \end_inset
512
513 externally
514 \family default
515  in the context menu.
516  The program can be set for every image format in the file format settings
517  in LyX's preferences.
518 \end_layout
519
520 \begin_layout Description
521
522 \family sans
523 Clipping
524 \family default
525  Alternatively to the usage of scaling units it is possible to set image
526  coordinates to adjust the height and width of the image in the output.
527  The coordinates can also be calculated automatically by pressing the button
528  
529 \family sans
530 Get
531 \begin_inset space ~
532 \end_inset
533
534 from
535 \begin_inset space ~
536 \end_inset
537
538 File
539 \family default
540 .
541  The option 
542 \family sans
543 Clip
544 \begin_inset space ~
545 \end_inset
546
547 to
548 \begin_inset space ~
549 \end_inset
550
551 bounding
552 \begin_inset space ~
553 \end_inset
554
555 box
556 \family default
557  will only print the image region within the given coordinates.
558  Normally you don't need to worry about image coordinates and can ignore
559  this tab.
560 \end_layout
561
562 \begin_layout Description
563
564 \family sans
565 LaTeX
566 \begin_inset space ~
567 \end_inset
568
569 and
570 \begin_inset space ~
571 \end_inset
572
573 LyX
574 \begin_inset space ~
575 \end_inset
576
577 options
578 \family default
579  In this tab you can modify the appearance of the image within LyX and LaTeX
580  experts can specify additional LaTeX options.
581 \begin_inset Newline newline
582 \end_inset
583
584 The option 
585 \family sans
586 Draft
587 \begin_inset space ~
588 \end_inset
589
590 mode
591 \family default
592  makes the image appear in the output only as a frame with the size of the
593  image.
594 \begin_inset Newline newline
595 \end_inset
596
597 The 
598 \family sans
599 Don't
600 \begin_inset space ~
601 \end_inset
602
603 unzip
604 \begin_inset space ~
605 \end_inset
606
607 on
608 \begin_inset space ~
609 \end_inset
610
611 export
612 \family default
613  option only affects zipped EPS-graphics, e.
614 \begin_inset space \thinspace{}
615 \end_inset
616
617 g.
618 \begin_inset space \space{}
619 \end_inset
620
621
622 \emph on
623 x.eps.gz
624 \emph default
625 .
626  When the option is used the images will not be unzipped on export, since
627  LaTeX can handle them as they are.
628 \begin_inset Newline newline
629 \end_inset
630
631 Zipped EPS-graphics are useful to save disk space when you choose PostScript
632  as output format, see appendix
633 \begin_inset space ~
634 \end_inset
635
636
637 \begin_inset CommandInset ref
638 LatexCommand ref
639 reference "sec:PostScript"
640
641 \end_inset
642
643 .
644  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
645  console:
646 \begin_inset Newline newline
647 \end_inset
648
649
650 \series bold
651 gzip x.eps
652 \series default
653
654 \begin_inset Newline newline
655 \end_inset
656
657
658 \series bold
659 zgrep %%Bounding x.eps.gz > x.eps.bb
660 \series default
661
662 \begin_inset Newline newline
663 \end_inset
664
665 The second command creates the bounding box file 
666 \begin_inset Quotes eld
667 \end_inset
668
669 x.eps.bb
670 \begin_inset Quotes erd
671 \end_inset
672
673  that is needed by LaTeX for zipped graphics.
674 \begin_inset Newline newline
675 \end_inset
676
677 In the section 
678 \family sans
679 Graphics
680 \begin_inset space ~
681 \end_inset
682
683 Group
684 \family default
685  you can define or join an image settings group.
686 \begin_inset Index idx
687 status collapsed
688
689 \begin_layout Plain Layout
690 Figures ! Settings grouping
691 \end_layout
692
693 \end_inset
694
695  Images within such a group share their settings, so adjusting one image
696  of the group automatically also adjusts all other images of the group in
697  the same way.
698  So you can for example change the size for a bunch of images without the
699  need to manually change each of them.
700  Joining an existing group can also be done using the context menu of the
701  image by checking the name of the desired group.
702 \end_layout
703
704 \begin_layout Standard
705 \begin_inset VSpace bigskip
706 \end_inset
707
708
709 \end_layout
710
711 \begin_layout Standard
712 This is an example image in EPS format
713 \begin_inset Foot
714 status collapsed
715
716 \begin_layout Plain Layout
717 Image formats are explained in section
718 \begin_inset space ~
719 \end_inset
720
721
722 \begin_inset CommandInset ref
723 LatexCommand ref
724 reference "sec:Image-Formats"
725
726 \end_inset
727
728 .
729 \end_layout
730
731 \end_inset
732
733  within a separate, horizontally centered paragraph:
734 \end_layout
735
736 \begin_layout Standard
737 \align center
738 \begin_inset Graphics
739         filename clipart/mobius.eps
740         scale 70
741         scaleBeforeRotation
742         rotateOrigin center
743
744 \end_inset
745
746
747 \end_layout
748
749 \begin_layout Standard
750 This is the same image like the one above but in draft mode:
751 \end_layout
752
753 \begin_layout Standard
754 \align center
755 \begin_inset Graphics
756         filename clipart/mobius.eps
757         scale 70
758         draft
759         scaleBeforeRotation
760         rotateOrigin center
761
762 \end_inset
763
764
765 \end_layout
766
767 \begin_layout Standard
768 \begin_inset Newpage newpage
769 \end_inset
770
771
772 \end_layout
773
774 \begin_layout Section
775 Figure Floats
776 \begin_inset CommandInset label
777 LatexCommand label
778 name "sec:Figure-Floats"
779
780 \end_inset
781
782
783 \begin_inset Index idx
784 status collapsed
785
786 \begin_layout Plain Layout
787 Floats ! Figures
788 \end_layout
789
790 \end_inset
791
792
793 \begin_inset Index idx
794 status collapsed
795
796 \begin_layout Plain Layout
797 Figures ! Floats
798 \end_layout
799
800 \end_inset
801
802
803 \end_layout
804
805 \begin_layout Standard
806 For general explanations about floats, have a look at section
807 \begin_inset space ~
808 \end_inset
809
810
811 \begin_inset CommandInset ref
812 LatexCommand ref
813 reference "sec:FloatIntroduction"
814
815 \end_inset
816
817 .
818 \end_layout
819
820 \begin_layout Standard
821 The toolbar button 
822 \begin_inset Info
823 type  "icon"
824 arg   "float-insert figure"
825 \end_inset
826
827  and the menu 
828 \family sans
829 Insert\SpecialChar \menuseparator
830 Float\SpecialChar \menuseparator
831 Figure
832 \family default
833  inserts a float with a caption that has the label 
834 \begin_inset Quotes eld
835 \end_inset
836
837 Figure
838 \begin_inset space ~
839 \end_inset
840
841 #:
842 \begin_inset Quotes erd
843 \end_inset
844
845  (# is the actual number).
846  You can insert the image above the caption, like in Figure
847 \begin_inset space ~
848 \end_inset
849
850
851 \begin_inset CommandInset ref
852 LatexCommand ref
853 reference "fig:kill-plat"
854
855 \end_inset
856
857  or below the caption, like in Figure
858 \begin_inset space ~
859 \end_inset
860
861
862 \begin_inset CommandInset ref
863 LatexCommand ref
864 reference "fig:escher"
865
866 \end_inset
867
868 .
869  More about caption placement is described in section
870 \begin_inset space ~
871 \end_inset
872
873
874 \begin_inset CommandInset ref
875 LatexCommand ref
876 reference "sec:Caption-Placement"
877
878 \end_inset
879
880 .
881 \end_layout
882
883 \begin_layout Standard
884 \begin_inset Float figure
885 wide false
886 sideways false
887 status open
888
889 \begin_layout Plain Layout
890 \align center
891 \begin_inset Graphics
892         filename clipart/platypus.eps
893         width 50col%
894         scaleBeforeRotation
895         rotateOrigin center
896
897 \end_inset
898
899
900 \end_layout
901
902 \begin_layout Plain Layout
903 \begin_inset Caption
904
905 \begin_layout Plain Layout
906 \begin_inset CommandInset label
907 LatexCommand label
908 name "fig:kill-plat"
909
910 \end_inset
911
912 A severely distorted platypus in a float.
913 \end_layout
914
915 \end_inset
916
917
918 \end_layout
919
920 \end_inset
921
922
923 \end_layout
924
925 \begin_layout Standard
926 \begin_inset Float figure
927 wide false
928 sideways false
929 status open
930
931 \begin_layout Plain Layout
932 \begin_inset Caption
933
934 \begin_layout Plain Layout
935 \begin_inset CommandInset label
936 LatexCommand label
937 name "fig:escher"
938
939 \end_inset
940
941 M.C.
942  Escher on acid.
943 \end_layout
944
945 \end_inset
946
947
948 \end_layout
949
950 \begin_layout Plain Layout
951 \align center
952 \begin_inset Graphics
953         filename clipart/escher-lsd.eps
954         scale 80
955         scaleBeforeRotation
956         rotateOrigin center
957
958 \end_inset
959
960
961 \end_layout
962
963 \end_inset
964
965
966 \end_layout
967
968 \begin_layout Standard
969 \begin_inset Index idx
970 status collapsed
971
972 \begin_layout Plain Layout
973 References ! to Figures
974 \end_layout
975
976 \end_inset
977
978 Figure
979 \begin_inset space ~
980 \end_inset
981
982
983 \begin_inset CommandInset ref
984 LatexCommand ref
985 reference "fig:kill-plat"
986
987 \end_inset
988
989  and 
990 \begin_inset CommandInset ref
991 LatexCommand ref
992 reference "fig:escher"
993
994 \end_inset
995
996  are examples of referenced figures.
997  Figures can be referenced in the text by referencing their label.
998  To do this insert a label in the caption using the menu 
999 \family sans
1000 Insert\SpecialChar \menuseparator
1001 Label
1002 \family default
1003  or the toolbar button 
1004 \begin_inset Info
1005 type  "icon"
1006 arg   "label-insert"
1007 \end_inset
1008
1009 .
1010  You can now refer to the label using the menu 
1011 \family sans
1012 Insert\SpecialChar \menuseparator
1013 Cross
1014 \begin_inset space ~
1015 \end_inset
1016
1017 reference
1018 \family default
1019  or the toolbar button 
1020 \begin_inset Info
1021 type  "icon"
1022 arg   "dialog-show-new-inset ref"
1023 \end_inset
1024
1025 .
1026  It is important to use references to floats, rather than using vague references
1027  like 
1028 \begin_inset Quotes eld
1029 \end_inset
1030
1031 the figure above
1032 \begin_inset Quotes erd
1033 \end_inset
1034
1035 , because LaTeX will reposition the floats in the final document and it
1036  might not be 
1037 \begin_inset Quotes eld
1038 \end_inset
1039
1040 above
1041 \begin_inset Quotes erd
1042 \end_inset
1043
1044  at all.
1045 \begin_inset Newline newline
1046 \end_inset
1047
1048 Referencing is explained in detail in section
1049 \begin_inset space ~
1050 \end_inset
1051
1052
1053 \begin_inset CommandInset ref
1054 LatexCommand ref
1055 reference "sec:Referencing-Floats"
1056
1057 \end_inset
1058
1059 .
1060 \end_layout
1061
1062 \begin_layout Standard
1063 Normally only one image is inserted to a figure float, but sometimes you
1064  might want to use two images with separate subcaptions.
1065  This can be done by inserting image floats into existing image floats.
1066  Note that only the main caption of the float is added to the List of Figures.
1067  Figure
1068 \begin_inset space ~
1069 \end_inset
1070
1071
1072 \begin_inset CommandInset ref
1073 LatexCommand ref
1074 reference "fig:Two-distorted-images"
1075
1076 \end_inset
1077
1078  is an example of a figure float with two images set side by side.
1079  You can also set the images one below the other.
1080  Figure
1081 \begin_inset space ~
1082 \end_inset
1083
1084
1085 \begin_inset CommandInset ref
1086 LatexCommand ref
1087 reference "fig:Undefinable-structure"
1088
1089 \end_inset
1090
1091  and 
1092 \begin_inset CommandInset ref
1093 LatexCommand ref
1094 reference "fig:A-Platypus"
1095
1096 \end_inset
1097
1098  are the subfigures.
1099 \end_layout
1100
1101 \begin_layout Standard
1102 \begin_inset Float figure
1103 wide false
1104 sideways false
1105 status open
1106
1107 \begin_layout Plain Layout
1108 \begin_inset space \hfill{}
1109 \end_inset
1110
1111
1112 \begin_inset Float figure
1113 wide false
1114 sideways false
1115 status collapsed
1116
1117 \begin_layout Plain Layout
1118 \begin_inset Caption
1119
1120 \begin_layout Plain Layout
1121 \begin_inset CommandInset label
1122 LatexCommand label
1123 name "fig:Undefinable-structure"
1124
1125 \end_inset
1126
1127 Undefinable structure.
1128 \end_layout
1129
1130 \end_inset
1131
1132
1133 \end_layout
1134
1135 \begin_layout Plain Layout
1136 \begin_inset Graphics
1137         filename clipart/escher-lsd.eps
1138         width 45col%
1139         scaleBeforeRotation
1140         groupId distorted
1141
1142 \end_inset
1143
1144
1145 \end_layout
1146
1147 \end_inset
1148
1149
1150 \begin_inset space \hfill{}
1151 \end_inset
1152
1153
1154 \begin_inset Float figure
1155 wide false
1156 sideways false
1157 status collapsed
1158
1159 \begin_layout Plain Layout
1160 \begin_inset Caption
1161
1162 \begin_layout Plain Layout
1163 \begin_inset CommandInset label
1164 LatexCommand label
1165 name "fig:A-Platypus"
1166
1167 \end_inset
1168
1169 A Platypus.
1170 \end_layout
1171
1172 \end_inset
1173
1174
1175 \end_layout
1176
1177 \begin_layout Plain Layout
1178 \begin_inset Graphics
1179         filename clipart/platypus.eps
1180         width 45col%
1181         scaleBeforeRotation
1182         groupId distorted
1183
1184 \end_inset
1185
1186
1187 \end_layout
1188
1189 \end_inset
1190
1191
1192 \begin_inset space \hfill{}
1193 \end_inset
1194
1195
1196 \end_layout
1197
1198 \begin_layout Plain Layout
1199 \begin_inset Caption
1200
1201 \begin_layout Plain Layout
1202 \begin_inset CommandInset label
1203 LatexCommand label
1204 name "fig:Two-distorted-images"
1205
1206 \end_inset
1207
1208
1209 \begin_inset CommandInset label
1210 LatexCommand label
1211 name "fig2:Two-distorted-images-2"
1212
1213 \end_inset
1214
1215 Two distorted images.
1216  Both images are in the image settings group named 
1217 \begin_inset Quotes eld
1218 \end_inset
1219
1220 distorted
1221 \begin_inset Quotes erd
1222 \end_inset
1223
1224 .
1225 \end_layout
1226
1227 \end_inset
1228
1229
1230 \end_layout
1231
1232 \end_inset
1233
1234
1235 \end_layout
1236
1237 \begin_layout Standard
1238 \begin_inset Newpage newpage
1239 \end_inset
1240
1241
1242 \end_layout
1243
1244 \begin_layout Section
1245 Image Formats
1246 \begin_inset CommandInset label
1247 LatexCommand label
1248 name "sec:Image-Formats"
1249
1250 \end_inset
1251
1252
1253 \begin_inset Index idx
1254 status collapsed
1255
1256 \begin_layout Plain Layout
1257 Image Formats
1258 \end_layout
1259
1260 \end_inset
1261
1262
1263 \begin_inset Index idx
1264 status collapsed
1265
1266 \begin_layout Plain Layout
1267 Figures ! Image Formats
1268 \end_layout
1269
1270 \end_inset
1271
1272
1273 \end_layout
1274
1275 \begin_layout Standard
1276 You can insert images in any known file format.
1277  But as explained in appendix
1278 \begin_inset space ~
1279 \end_inset
1280
1281
1282 \begin_inset CommandInset ref
1283 LatexCommand ref
1284 reference "cha:Output-File-Formats"
1285
1286 \end_inset
1287
1288 , each output document format allows only a few image formats.
1289  LyX uses therefore the program 
1290 \family typewriter
1291 ImageMagick
1292 \family default
1293  in the background to convert the images to the right format.
1294  To increase your work flow by avoiding these conversions in the background,
1295  you could choose to use only the image formats that can directly be embedded
1296  in the output file format.
1297  The output file formats are explained in appendix
1298 \begin_inset space ~
1299 \end_inset
1300
1301
1302 \begin_inset CommandInset ref
1303 LatexCommand ref
1304 reference "cha:Output-File-Formats"
1305
1306 \end_inset
1307
1308 .
1309 \end_layout
1310
1311 \begin_layout Standard
1312 Similar to fonts there are two types of image formats:
1313 \end_layout
1314
1315 \begin_layout Description
1316 Bitmap
1317 \begin_inset space ~
1318 \end_inset
1319
1320 images consist of pixel values, often in a compressed form.
1321  They are therefore not fully scalable and look pixelated in large zooms.
1322  Well-known bitmap image formats are 
1323 \begin_inset Quotes eld
1324 \end_inset
1325
1326 Graphics Interchange Format
1327 \begin_inset Quotes erd
1328 \end_inset
1329
1330  (GIF, file extension 
1331 \begin_inset Quotes eld
1332 \end_inset
1333
1334
1335 \family typewriter
1336 .gif
1337 \family default
1338
1339 \begin_inset Quotes erd
1340 \end_inset
1341
1342 )
1343 \begin_inset Index idx
1344 status collapsed
1345
1346 \begin_layout Plain Layout
1347 GIF|see
1348 \begin_inset ERT
1349 status collapsed
1350
1351 \begin_layout Plain Layout
1352
1353 {
1354 \end_layout
1355
1356 \end_inset
1357
1358 Image formats
1359 \begin_inset ERT
1360 status collapsed
1361
1362 \begin_layout Plain Layout
1363
1364 }
1365 \end_layout
1366
1367 \end_inset
1368
1369
1370 \end_layout
1371
1372 \end_inset
1373
1374
1375 \begin_inset Quotes eld
1376 \end_inset
1377
1378 Portable Network Graphics
1379 \begin_inset Quotes erd
1380 \end_inset
1381
1382  (PNG, file extension 
1383 \begin_inset Quotes eld
1384 \end_inset
1385
1386
1387 \family typewriter
1388 .png
1389 \family default
1390
1391 \begin_inset Quotes erd
1392 \end_inset
1393
1394 )
1395 \begin_inset Index idx
1396 status collapsed
1397
1398 \begin_layout Plain Layout
1399 PNG|see
1400 \begin_inset ERT
1401 status collapsed
1402
1403 \begin_layout Plain Layout
1404
1405 {
1406 \end_layout
1407
1408 \end_inset
1409
1410 Image formats
1411 \begin_inset ERT
1412 status collapsed
1413
1414 \begin_layout Plain Layout
1415
1416 }
1417 \end_layout
1418
1419 \end_inset
1420
1421
1422 \end_layout
1423
1424 \end_inset
1425
1426 , and 
1427 \begin_inset Quotes eld
1428 \end_inset
1429
1430 Joint Photographic Experts Group
1431 \begin_inset Quotes erd
1432 \end_inset
1433
1434  (JPG, file extension 
1435 \begin_inset Quotes eld
1436 \end_inset
1437
1438
1439 \family typewriter
1440 .jpg
1441 \family default
1442
1443 \begin_inset Quotes erd
1444 \end_inset
1445
1446  or 
1447 \begin_inset Quotes eld
1448 \end_inset
1449
1450
1451 \family typewriter
1452 .jpeg
1453 \family default
1454
1455 \begin_inset Quotes erd
1456 \end_inset
1457
1458 )
1459 \begin_inset Index idx
1460 status collapsed
1461
1462 \begin_layout Plain Layout
1463 JPG|see
1464 \begin_inset ERT
1465 status collapsed
1466
1467 \begin_layout Plain Layout
1468
1469 {
1470 \end_layout
1471
1472 \end_inset
1473
1474 Image formats
1475 \begin_inset ERT
1476 status collapsed
1477
1478 \begin_layout Plain Layout
1479
1480 }
1481 \end_layout
1482
1483 \end_inset
1484
1485
1486 \end_layout
1487
1488 \end_inset
1489
1490 .
1491 \end_layout
1492
1493 \begin_layout Description
1494 Vector
1495 \begin_inset space ~
1496 \end_inset
1497
1498 images consist of vectors and can therefore be scaled to any size without
1499  data loss.
1500  The scaling ability is necessary if you want to create presentations, because
1501  presentations are always scaled by the video projector.
1502  Scaling is also useful for online documents to let the user zoom into diagrams.
1503 \begin_inset Newline newline
1504 \end_inset
1505
1506 Well-known scalable image formats are 
1507 \begin_inset Quotes eld
1508 \end_inset
1509
1510 Scalable Vector Graphics
1511 \begin_inset Quotes erd
1512 \end_inset
1513
1514  (SVG, file extension 
1515 \begin_inset Quotes eld
1516 \end_inset
1517
1518
1519 \family typewriter
1520 .svg
1521 \family default
1522
1523 \begin_inset Quotes erd
1524 \end_inset
1525
1526 )
1527 \begin_inset Index idx
1528 status collapsed
1529
1530 \begin_layout Plain Layout
1531 SVG|see
1532 \begin_inset ERT
1533 status collapsed
1534
1535 \begin_layout Plain Layout
1536
1537 {
1538 \end_layout
1539
1540 \end_inset
1541
1542 Image formats
1543 \begin_inset ERT
1544 status collapsed
1545
1546 \begin_layout Plain Layout
1547
1548 }
1549 \end_layout
1550
1551 \end_inset
1552
1553
1554 \end_layout
1555
1556 \end_inset
1557
1558
1559 \begin_inset Quotes eld
1560 \end_inset
1561
1562 Encapsulated PostScript
1563 \begin_inset Quotes erd
1564 \end_inset
1565
1566  (EPS, file extension 
1567 \begin_inset Quotes eld
1568 \end_inset
1569
1570
1571 \family typewriter
1572 .eps
1573 \family default
1574
1575 \begin_inset Quotes erd
1576 \end_inset
1577
1578 )
1579 \begin_inset Index idx
1580 status collapsed
1581
1582 \begin_layout Plain Layout
1583 EPS|see
1584 \begin_inset ERT
1585 status collapsed
1586
1587 \begin_layout Plain Layout
1588
1589 {
1590 \end_layout
1591
1592 \end_inset
1593
1594 Image formats
1595 \begin_inset ERT
1596 status collapsed
1597
1598 \begin_layout Plain Layout
1599
1600 }
1601 \end_layout
1602
1603 \end_inset
1604
1605
1606 \end_layout
1607
1608 \end_inset
1609
1610
1611 \begin_inset Quotes eld
1612 \end_inset
1613
1614 Portable Document Format
1615 \begin_inset Quotes erd
1616 \end_inset
1617
1618  (PDF, file extension 
1619 \begin_inset Quotes eld
1620 \end_inset
1621
1622
1623 \family typewriter
1624 .pdf
1625 \family default
1626
1627 \begin_inset Quotes erd
1628 \end_inset
1629
1630 )
1631 \begin_inset Index idx
1632 status collapsed
1633
1634 \begin_layout Plain Layout
1635 PDF
1636 \end_layout
1637
1638 \end_inset
1639
1640 , and 
1641 \begin_inset Quotes eld
1642 \end_inset
1643
1644 Windows Metafile
1645 \begin_inset Quotes erd
1646 \end_inset
1647
1648  (WMF, file extension 
1649 \begin_inset Quotes eld
1650 \end_inset
1651
1652
1653 \family typewriter
1654 .wmf
1655 \family default
1656
1657 \begin_inset Quotes erd
1658 \end_inset
1659
1660 )
1661 \begin_inset Index idx
1662 status collapsed
1663
1664 \begin_layout Plain Layout
1665 SVG|see
1666 \begin_inset ERT
1667 status collapsed
1668
1669 \begin_layout Plain Layout
1670
1671 {
1672 \end_layout
1673
1674 \end_inset
1675
1676 Image formats
1677 \begin_inset ERT
1678 status collapsed
1679
1680 \begin_layout Plain Layout
1681
1682 }
1683 \end_layout
1684
1685 \end_inset
1686
1687
1688 \end_layout
1689
1690 \end_inset
1691
1692 .
1693  We wrote 
1694 \begin_inset Quotes eld
1695 \end_inset
1696
1697 can be
1698 \begin_inset Quotes erd
1699 \end_inset
1700
1701 , because you can convert any bitmap image to a PDF or EPS-image and the
1702  result will still be a bitmap image.
1703  In such cases only a header with the image properties is added to the original
1704  image
1705 \begin_inset Foot
1706 status collapsed
1707
1708 \begin_layout Plain Layout
1709 In the case of PDF, the original image is additionally compressed.
1710 \end_layout
1711
1712 \end_inset
1713
1714 .
1715  The PDF-files generated by 
1716 \family typewriter
1717 Adobe Photoshop
1718 \family default
1719  are for example bitmap images.
1720 \end_layout
1721
1722 \begin_layout Standard
1723 Normally it is not possible to convert a bitmap image into a scalable one,
1724  only vice versa.
1725  Only the image formats PDF and EPS can directly be embedded to PDF and
1726  PostScript output files, respectively.
1727  SVG and WMF-images are recalculated to bitmaps when the output file is
1728  generated because there is currently no adequate WMF/SVG
1729 \begin_inset Formula $\to$
1730 \end_inset
1731
1732 PDF/EPS converter available.
1733 \end_layout
1734
1735 \begin_layout Chapter
1736 Tables
1737 \begin_inset Index idx
1738 status collapsed
1739
1740 \begin_layout Plain Layout
1741 Table
1742 \end_layout
1743
1744 \end_inset
1745
1746
1747 \end_layout
1748
1749 \begin_layout Section
1750 Introduction
1751 \begin_inset Index idx
1752 status collapsed
1753
1754 \begin_layout Plain Layout
1755 Table ! Introduction
1756 \end_layout
1757
1758 \end_inset
1759
1760
1761 \end_layout
1762
1763 \begin_layout Standard
1764 You can insert a table using either the toolbar button 
1765 \begin_inset Info
1766 type  "icon"
1767 arg   "tabular-insert"
1768 \end_inset
1769
1770  or the menu 
1771 \family sans
1772 Insert\SpecialChar \menuseparator
1773 Table
1774 \family default
1775 .
1776  The toolbar button offers you a graphical selection: move the mouse to
1777  set the column/row number of the table that should be created and then
1778  press a mouse button.
1779  When you use the menu to create a table, a dialog will appear, asking you
1780  for the number of rows and columns.
1781 \begin_inset Newline newline
1782 \end_inset
1783
1784  The default table has lines around any cell and the first row appears separated
1785  from the rest of the table.
1786  This separation occurs due to a double line: The cells of the first row
1787  have a line below them and the cells of the second row have a line above
1788  them.
1789  Here is an example table:
1790 \end_layout
1791
1792 \begin_layout Standard
1793 \align center
1794 \begin_inset Tabular
1795 <lyxtabular version="3" rows="4" columns="4">
1796 <features tabularvalignment="middle">
1797 <column alignment="center" valignment="top" width="0">
1798 <column alignment="center" valignment="top" width="0">
1799 <column alignment="center" valignment="top" width="0">
1800 <column alignment="center" valignment="top" width="0">
1801 <row>
1802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1803 \begin_inset Text
1804
1805 \begin_layout Plain Layout
1806
1807 \end_layout
1808
1809 \end_inset
1810 </cell>
1811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1812 \begin_inset Text
1813
1814 \begin_layout Plain Layout
1815
1816 \family roman
1817 \series medium
1818 \shape up
1819 \size normal
1820 \emph off
1821 \bar no
1822 \noun off
1823 \color none
1824 1
1825 \end_layout
1826
1827 \end_inset
1828 </cell>
1829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1830 \begin_inset Text
1831
1832 \begin_layout Plain Layout
1833 2
1834 \end_layout
1835
1836 \end_inset
1837 </cell>
1838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1839 \begin_inset Text
1840
1841 \begin_layout Plain Layout
1842 3
1843 \end_layout
1844
1845 \end_inset
1846 </cell>
1847 </row>
1848 <row>
1849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1850 \begin_inset Text
1851
1852 \begin_layout Plain Layout
1853
1854 \family roman
1855 \series medium
1856 \shape up
1857 \size normal
1858 \emph off
1859 \bar no
1860 \noun off
1861 \color none
1862 A
1863 \end_layout
1864
1865 \end_inset
1866 </cell>
1867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1868 \begin_inset Text
1869
1870 \begin_layout Plain Layout
1871
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1877 \begin_inset Text
1878
1879 \begin_layout Plain Layout
1880
1881 \end_layout
1882
1883 \end_inset
1884 </cell>
1885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Plain Layout
1889
1890 \end_layout
1891
1892 \end_inset
1893 </cell>
1894 </row>
1895 <row>
1896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1897 \begin_inset Text
1898
1899 \begin_layout Plain Layout
1900
1901 \family roman
1902 \series medium
1903 \shape up
1904 \size normal
1905 \emph off
1906 \bar no
1907 \noun off
1908 \color none
1909 B
1910 \end_layout
1911
1912 \end_inset
1913 </cell>
1914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1915 \begin_inset Text
1916
1917 \begin_layout Plain Layout
1918
1919 \end_layout
1920
1921 \end_inset
1922 </cell>
1923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1924 \begin_inset Text
1925
1926 \begin_layout Plain Layout
1927
1928 \end_layout
1929
1930 \end_inset
1931 </cell>
1932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1933 \begin_inset Text
1934
1935 \begin_layout Plain Layout
1936
1937 \end_layout
1938
1939 \end_inset
1940 </cell>
1941 </row>
1942 <row>
1943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1944 \begin_inset Text
1945
1946 \begin_layout Plain Layout
1947
1948 \family roman
1949 \series medium
1950 \shape up
1951 \size normal
1952 \emph off
1953 \bar no
1954 \noun off
1955 \color none
1956 C
1957 \end_layout
1958
1959 \end_inset
1960 </cell>
1961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1962 \begin_inset Text
1963
1964 \begin_layout Plain Layout
1965
1966 \end_layout
1967
1968 \end_inset
1969 </cell>
1970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1971 \begin_inset Text
1972
1973 \begin_layout Plain Layout
1974
1975 \end_layout
1976
1977 \end_inset
1978 </cell>
1979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1980 \begin_inset Text
1981
1982 \begin_layout Plain Layout
1983
1984 \end_layout
1985
1986 \end_inset
1987 </cell>
1988 </row>
1989 </lyxtabular>
1990
1991 \end_inset
1992
1993
1994 \end_layout
1995
1996 \begin_layout Section
1997 Table Dialog
1998 \begin_inset Index idx
1999 status collapsed
2000
2001 \begin_layout Plain Layout
2002 Table ! Dialog
2003 \end_layout
2004
2005 \end_inset
2006
2007
2008 \end_layout
2009
2010 \begin_layout Standard
2011 You can alter a table by clicking on it with the right mouse button, which
2012  brings up the table dialog.
2013  Here you can adjust the settings of that cell and row/column respectively
2014  where the cursor is currently placed.
2015  Most of the dialog options also work on selections.
2016  This means if you select more cells, columns or rows, the action is done
2017  for the whole selection.
2018  Note that there is a difference between selecting the 
2019 \emph on
2020 contents
2021 \emph default
2022  of the cell, and the cell itself.
2023 \begin_inset Newline newline
2024 \end_inset
2025
2026 With the dialog option 
2027 \family sans
2028 Immediate
2029 \begin_inset space ~
2030 \end_inset
2031
2032 Apply
2033 \family default
2034  every change you make in the dialog is directly applied.
2035  If you move the cursor to another table cell the dialog will then also
2036  be updated with the parameters of the new cell.
2037  If you change length values in the dialog you must press return to get
2038  the change applied.
2039 \begin_inset Newline newline
2040 \end_inset
2041
2042 You can alter tables with the following tabs of the table dialog:
2043 \end_layout
2044
2045 \begin_layout Description
2046
2047 \family sans
2048 Table
2049 \begin_inset space ~
2050 \end_inset
2051
2052 Settings
2053 \family default
2054  Here you can set the table width
2055 \begin_inset Index idx
2056 status collapsed
2057
2058 \begin_layout Plain Layout
2059 Table ! Width
2060 \end_layout
2061
2062 \end_inset
2063
2064 , and the horizontal alignment and the width of the current column.
2065  The alignment 
2066 \family sans
2067 At
2068 \begin_inset space ~
2069 \end_inset
2070
2071 Decimal
2072 \begin_inset space ~
2073 \end_inset
2074
2075 Separator
2076 \family default
2077  is described in section
2078 \begin_inset space ~
2079 \end_inset
2080
2081
2082 \begin_inset CommandInset ref
2083 LatexCommand ref
2084 reference "sub:Special-Cell-Alignment"
2085
2086 \end_inset
2087
2088 .
2089  When you have set a width you can also adjust the vertical alignment of
2090  the current row.
2091  A given width will allow the cell to have line breaks and multiple paragraphs
2092  of text, see sec.
2093 \begin_inset space \thinspace{}
2094 \end_inset
2095
2096
2097 \begin_inset CommandInset ref
2098 LatexCommand ref
2099 reference "sub:Multiple-Lines-in"
2100
2101 \end_inset
2102
2103 .
2104  If you set no width, the column is as wide as the content of its widest
2105  cell.
2106 \begin_inset Newline newline
2107 \end_inset
2108
2109 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2110  cell, see sec.
2111 \begin_inset space \thinspace{}
2112 \end_inset
2113
2114
2115 \begin_inset CommandInset ref
2116 LatexCommand ref
2117 reference "sub:Multicolumns"
2118
2119 \end_inset
2120
2121  or the cells of one column as multirow cell, see sec.
2122 \begin_inset space \thinspace{}
2123 \end_inset
2124
2125
2126 \begin_inset CommandInset ref
2127 LatexCommand ref
2128 reference "sub:Multirows"
2129
2130 \end_inset
2131
2132 .
2133 \begin_inset Newline newline
2134 \end_inset
2135
2136 The rotate check boxes rotate the current cell, a selection, or the whole
2137  table counter-clockwise by 90
2138 \begin_inset space \thinspace{}
2139 \end_inset
2140
2141 °.
2142  The rotation is not shown within LyX, only in the output.
2143  For more information see sec.
2144 \begin_inset space \thinspace{}
2145 \end_inset
2146
2147
2148 \begin_inset CommandInset ref
2149 LatexCommand ref
2150 reference "sec:Rotated-Table-Cells"
2151
2152 \end_inset
2153
2154 .
2155 \begin_inset Newline newline
2156 \end_inset
2157
2158
2159 \begin_inset Note Greyedout
2160 status open
2161
2162 \begin_layout Plain Layout
2163
2164 \series bold
2165 Note:
2166 \series default
2167  Not all DVI-viewers are able to display rotations.
2168 \end_layout
2169
2170 \end_inset
2171
2172
2173 \begin_inset Newline newline
2174 \end_inset
2175
2176 The table-wide vertical alignment is used for tables within text lines:
2177 \begin_inset Newline newline
2178 \end_inset
2179
2180 A line with tables with different alignments: 
2181 \begin_inset Tabular
2182 <lyxtabular version="3" rows="2" columns="2">
2183 <features tabularvalignment="top">
2184 <column alignment="center" valignment="top" width="0pt">
2185 <column alignment="center" valignment="top" width="0">
2186 <row>
2187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2188 \begin_inset Text
2189
2190 \begin_layout Plain Layout
2191
2192 \end_layout
2193
2194 \end_inset
2195 </cell>
2196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2197 \begin_inset Text
2198
2199 \begin_layout Plain Layout
2200
2201 \family roman
2202 \series medium
2203 \shape up
2204 \size normal
2205 \emph off
2206 \bar no
2207 \noun off
2208 \color none
2209 1
2210 \end_layout
2211
2212 \end_inset
2213 </cell>
2214 </row>
2215 <row>
2216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2217 \begin_inset Text
2218
2219 \begin_layout Plain Layout
2220
2221 \family roman
2222 \series medium
2223 \shape up
2224 \size normal
2225 \emph off
2226 \bar no
2227 \noun off
2228 \color none
2229 A
2230 \end_layout
2231
2232 \end_inset
2233 </cell>
2234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2235 \begin_inset Text
2236
2237 \begin_layout Plain Layout
2238
2239 \end_layout
2240
2241 \end_inset
2242 </cell>
2243 </row>
2244 </lyxtabular>
2245
2246 \end_inset
2247
2248  
2249 \begin_inset Tabular
2250 <lyxtabular version="3" rows="2" columns="2">
2251 <features tabularvalignment="middle">
2252 <column alignment="center" valignment="top" width="0">
2253 <column alignment="center" valignment="top" width="0">
2254 <row>
2255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2256 \begin_inset Text
2257
2258 \begin_layout Plain Layout
2259
2260 \end_layout
2261
2262 \end_inset
2263 </cell>
2264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2265 \begin_inset Text
2266
2267 \begin_layout Plain Layout
2268
2269 \family roman
2270 \series medium
2271 \shape up
2272 \size normal
2273 \emph off
2274 \bar no
2275 \noun off
2276 \color none
2277 1
2278 \end_layout
2279
2280 \end_inset
2281 </cell>
2282 </row>
2283 <row>
2284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2285 \begin_inset Text
2286
2287 \begin_layout Plain Layout
2288
2289 \family roman
2290 \series medium
2291 \shape up
2292 \size normal
2293 \emph off
2294 \bar no
2295 \noun off
2296 \color none
2297 A
2298 \end_layout
2299
2300 \end_inset
2301 </cell>
2302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2303 \begin_inset Text
2304
2305 \begin_layout Plain Layout
2306
2307 \end_layout
2308
2309 \end_inset
2310 </cell>
2311 </row>
2312 </lyxtabular>
2313
2314 \end_inset
2315
2316  
2317 \begin_inset Tabular
2318 <lyxtabular version="3" rows="2" columns="2">
2319 <features tabularvalignment="bottom">
2320 <column alignment="center" valignment="top" width="0pt">
2321 <column alignment="center" valignment="top" width="0">
2322 <row>
2323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2324 \begin_inset Text
2325
2326 \begin_layout Plain Layout
2327
2328 \end_layout
2329
2330 \end_inset
2331 </cell>
2332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2333 \begin_inset Text
2334
2335 \begin_layout Plain Layout
2336
2337 \family roman
2338 \series medium
2339 \shape up
2340 \size normal
2341 \emph off
2342 \bar no
2343 \noun off
2344 \color none
2345 1
2346 \end_layout
2347
2348 \end_inset
2349 </cell>
2350 </row>
2351 <row>
2352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2353 \begin_inset Text
2354
2355 \begin_layout Plain Layout
2356
2357 \family roman
2358 \series medium
2359 \shape up
2360 \size normal
2361 \emph off
2362 \bar no
2363 \noun off
2364 \color none
2365 A
2366 \end_layout
2367
2368 \end_inset
2369 </cell>
2370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2371 \begin_inset Text
2372
2373 \begin_layout Plain Layout
2374
2375 \end_layout
2376
2377 \end_inset
2378 </cell>
2379 </row>
2380 </lyxtabular>
2381
2382 \end_inset
2383
2384
2385 \begin_inset Newline newline
2386 \end_inset
2387
2388 It is also possible to enter a LaTeX-argument which is needed for special
2389  table formattings, see sec.
2390 \begin_inset space \thinspace{}
2391 \end_inset
2392
2393
2394 \begin_inset CommandInset ref
2395 LatexCommand ref
2396 reference "sub:Multicolumn-Calculations"
2397
2398 \end_inset
2399
2400  and 
2401 \begin_inset CommandInset ref
2402 LatexCommand ref
2403 reference "sec:Colored-Tables"
2404
2405 \end_inset
2406
2407 .
2408 \end_layout
2409
2410 \begin_layout Description
2411
2412 \family sans
2413 Borders
2414 \family default
2415  In this tab you can add and delete border lines for the current row/column.
2416 \begin_inset Newline newline
2417 \end_inset
2418
2419 Using the style option 
2420 \family sans
2421 Formal
2422 \family default
2423  will convert the table to a formal table as described in sec.
2424 \begin_inset space \thinspace{}
2425 \end_inset
2426
2427
2428 \begin_inset CommandInset ref
2429 LatexCommand ref
2430 reference "sec:Formal-Tables"
2431
2432 \end_inset
2433
2434 .
2435 \begin_inset Newline newline
2436 \end_inset
2437
2438 You can also add space here to table rows as described in sec.
2439 \begin_inset space \thinspace{}
2440 \end_inset
2441
2442
2443 \begin_inset CommandInset ref
2444 LatexCommand ref
2445 reference "sub:Row-Spacing"
2446
2447 \end_inset
2448
2449 .
2450 \end_layout
2451
2452 \begin_layout Description
2453
2454 \family sans
2455 Longtable
2456 \family default
2457  This tab is to make a table a so called 
2458 \begin_inset Quotes eld
2459 \end_inset
2460
2461
2462 \emph on
2463 longtable
2464 \emph default
2465
2466 \begin_inset Quotes erd
2467 \end_inset
2468
2469  that can run over several pages.
2470  Sections
2471 \begin_inset space ~
2472 \end_inset
2473
2474
2475 \begin_inset CommandInset ref
2476 LatexCommand ref
2477 reference "sec:Longtables"
2478
2479 \end_inset
2480
2481  and 
2482 \begin_inset CommandInset ref
2483 LatexCommand ref
2484 reference "sec:Special-Longtable-Issues"
2485
2486 \end_inset
2487
2488  describe the longtable features in detail.
2489 \end_layout
2490
2491 \begin_layout Section
2492 Table Toolbar
2493 \begin_inset Index idx
2494 status collapsed
2495
2496 \begin_layout Plain Layout
2497 Table ! Toolbar
2498 \end_layout
2499
2500 \end_inset
2501
2502
2503 \end_layout
2504
2505 \begin_layout Standard
2506 The table toolbar is an alternative to the table dialog to be able to alter
2507  tables faster.
2508  It should normally appear at the bottom of LyX's main window when the cursor
2509  is inside a table.
2510  You can alternatively switch it on to appear always, by right-clicking
2511  in LyX's main menu bar.
2512 \end_layout
2513
2514 \begin_layout Standard
2515 The toolbar has the following icons:
2516 \end_layout
2517
2518 \begin_layout Labeling
2519 \labelwidthstring 00.00.0000
2520 \begin_inset Info
2521 type  "icon"
2522 arg   "inset-modify tabular append-row"
2523 \end_inset
2524
2525  adds a row below the current cell or selection
2526 \end_layout
2527
2528 \begin_layout Labeling
2529 \labelwidthstring 00.00.0000
2530 \begin_inset Info
2531 type  "icon"
2532 arg   "inset-modify tabular append-column"
2533 \end_inset
2534
2535  adds a column right beside the current cell or selection
2536 \end_layout
2537
2538 \begin_layout Labeling
2539 \labelwidthstring 00.00.0000
2540 \begin_inset Info
2541 type  "icon"
2542 arg   "inset-modify tabular delete-row"
2543 \end_inset
2544
2545  deletes the current row or selection
2546 \end_layout
2547
2548 \begin_layout Labeling
2549 \labelwidthstring 00.00.0000
2550 \begin_inset Info
2551 type  "icon"
2552 arg   "inset-modify tabular delete-column"
2553 \end_inset
2554
2555  deletes the current column or selection
2556 \end_layout
2557
2558 \begin_layout Labeling
2559 \labelwidthstring 00.00.0000
2560 \begin_inset Info
2561 type  "icon"
2562 arg   "inset-modify tabular toggle-line-top"
2563 \end_inset
2564
2565  adds a line at the top of the current cell / row or of a selection
2566 \end_layout
2567
2568 \begin_layout Labeling
2569 \labelwidthstring 00.00.0000
2570 \begin_inset Info
2571 type  "icon"
2572 arg   "inset-modify tabular toggle-line-bottom"
2573 \end_inset
2574
2575  adds a line at the bottom of the current cell / row or of a selection
2576 \end_layout
2577
2578 \begin_layout Labeling
2579 \labelwidthstring 00.00.0000
2580 \begin_inset Info
2581 type  "icon"
2582 arg   "inset-modify tabular toggle-line-left"
2583 \end_inset
2584
2585  adds a line at the left side of the current cell / row or of a selection
2586 \end_layout
2587
2588 \begin_layout Labeling
2589 \labelwidthstring 00.00.0000
2590 \begin_inset Info
2591 type  "icon"
2592 arg   "inset-modify tabular toggle-line-right"
2593 \end_inset
2594
2595  adds a line at the right side of the current cell / row or of a selection
2596 \end_layout
2597
2598 \begin_layout Labeling
2599 \labelwidthstring 00.00.0000
2600 \begin_inset Info
2601 type  "icon"
2602 arg   "inset-modify tabular set-all-lines"
2603 \end_inset
2604
2605  adds lines around the current or selected cells - if the current cell no
2606  multicolumn cell this also affects the current row and column
2607 \end_layout
2608
2609 \begin_layout Labeling
2610 \labelwidthstring 00.00.0000
2611 \begin_inset Info
2612 type  "icon"
2613 arg   "inset-modify tabular unset-all-lines"
2614 \end_inset
2615
2616  deletes all lines of the current or selected cells - if the current cell
2617  no multicolumn cell this also affects the current row and column
2618 \end_layout
2619
2620 \begin_layout Labeling
2621 \labelwidthstring 00.00.0000
2622 \begin_inset Info
2623 type  "icon"
2624 arg   "inset-modify tabular m-align-left"
2625 \end_inset
2626
2627  left-aligns the content of the current cell / column
2628 \end_layout
2629
2630 \begin_layout Labeling
2631 \labelwidthstring 00.00.0000
2632 \begin_inset Info
2633 type  "icon"
2634 arg   "inset-modify tabular m-align-center"
2635 \end_inset
2636
2637  centers the content of the current cell / column horizontally
2638 \end_layout
2639
2640 \begin_layout Labeling
2641 \labelwidthstring 00.00.0000
2642 \begin_inset Info
2643 type  "icon"
2644 arg   "inset-modify tabular m-align-right"
2645 \end_inset
2646
2647  right-aligns the content of the current cell / column
2648 \end_layout
2649
2650 \begin_layout Labeling
2651 \labelwidthstring 00.00.0000
2652 \begin_inset Info
2653 type  "icon"
2654 arg   "inset-modify tabular align-decimal"
2655 \end_inset
2656
2657  aligns the content of the current column at a character
2658 \end_layout
2659
2660 \begin_layout Labeling
2661 \labelwidthstring 00.00.0000
2662 \begin_inset Info
2663 type  "icon"
2664 arg   "inset-modify tabular m-valign-top"
2665 \end_inset
2666
2667  aligns the content of the current cell vertically to the top
2668 \end_layout
2669
2670 \begin_layout Labeling
2671 \labelwidthstring 00.00.0000
2672 \begin_inset Info
2673 type  "icon"
2674 arg   "inset-modify tabular m-valign-middle"
2675 \end_inset
2676
2677  centers the content of the current cell vertically
2678 \end_layout
2679
2680 \begin_layout Labeling
2681 \labelwidthstring 00.00.0000
2682 \begin_inset Info
2683 type  "icon"
2684 arg   "inset-modify tabular m-valign-bottom"
2685 \end_inset
2686
2687  aligns the content of the current cell vertically to the bottom
2688 \end_layout
2689
2690 \begin_layout Labeling
2691 \labelwidthstring 00.00.0000
2692 \begin_inset Info
2693 type  "icon"
2694 arg   "inset-modify tabular set-rotate-cell"
2695 \end_inset
2696
2697  rotates the current cell or selection counter-clockwise by 90°
2698 \end_layout
2699
2700 \begin_layout Labeling
2701 \labelwidthstring 00.00.0000
2702 \begin_inset Info
2703 type  "icon"
2704 arg   "inset-modify tabular set-rotate-tabular"
2705 \end_inset
2706
2707  rotates the whole table counter-clockwise by 90°
2708 \end_layout
2709
2710 \begin_layout Labeling
2711 \labelwidthstring 00.00.0000
2712 \begin_inset Info
2713 type  "icon"
2714 arg   "inset-modify tabular multicolumn"
2715 \end_inset
2716
2717  sets the current cell or selection as a multicolumn
2718 \end_layout
2719
2720 \begin_layout Labeling
2721 \labelwidthstring 00.00.0000
2722 \begin_inset Info
2723 type  "icon"
2724 arg   "inset-modify tabular multirow"
2725 \end_inset
2726
2727  sets the current cell or selection as a multirow
2728 \end_layout
2729
2730 \begin_layout Standard
2731 \begin_inset Note Greyedout
2732 status open
2733
2734 \begin_layout Plain Layout
2735
2736 \series bold
2737 Note:
2738 \series default
2739  For the output the vertical alignment of the first cell in a row is used
2740  for all following cells in the row.
2741 \end_layout
2742
2743 \end_inset
2744
2745
2746 \end_layout
2747
2748 \begin_layout Section
2749 Edit Table Menu
2750 \begin_inset Index idx
2751 status collapsed
2752
2753 \begin_layout Plain Layout
2754 Table ! Edit Menu
2755 \end_layout
2756
2757 \end_inset
2758
2759
2760 \end_layout
2761
2762 \begin_layout Standard
2763 In addition to the table dialog and toolbar, the menu 
2764 \family sans
2765 Edit\SpecialChar \menuseparator
2766 Table
2767 \family default
2768  allows you to add and delete border lines for the current row/column and
2769  to set the current selection as multicolumn.
2770  The menu is only available when the cursor is inside a table.
2771 \end_layout
2772
2773 \begin_layout Section
2774 Table Floats
2775 \begin_inset CommandInset label
2776 LatexCommand label
2777 name "sec:Table-Floats"
2778
2779 \end_inset
2780
2781
2782 \begin_inset Index idx
2783 status collapsed
2784
2785 \begin_layout Plain Layout
2786 Floats ! Tables
2787 \end_layout
2788
2789 \end_inset
2790
2791
2792 \begin_inset Index idx
2793 status collapsed
2794
2795 \begin_layout Plain Layout
2796 Table ! Floats
2797 \end_layout
2798
2799 \end_inset
2800
2801
2802 \end_layout
2803
2804 \begin_layout Standard
2805 For general explanations about floats, have a look at section
2806 \begin_inset space ~
2807 \end_inset
2808
2809
2810 \begin_inset CommandInset ref
2811 LatexCommand ref
2812 reference "sec:FloatIntroduction"
2813
2814 \end_inset
2815
2816 .
2817 \end_layout
2818
2819 \begin_layout Standard
2820 \begin_inset Float table
2821 placement h
2822 wide false
2823 sideways false
2824 status open
2825
2826 \begin_layout Plain Layout
2827 \begin_inset Caption
2828
2829 \begin_layout Plain Layout
2830 \begin_inset CommandInset label
2831 LatexCommand label
2832 name "tab:a table float"
2833
2834 \end_inset
2835
2836 A table float.
2837 \end_layout
2838
2839 \end_inset
2840
2841
2842 \end_layout
2843
2844 \begin_layout Plain Layout
2845 \align center
2846 \begin_inset Tabular
2847 <lyxtabular version="3" rows="3" columns="3">
2848 <features tabularvalignment="middle">
2849 <column alignment="center" valignment="top" width="0pt">
2850 <column alignment="center" valignment="top" width="0pt">
2851 <column alignment="center" valignment="top" width="0pt">
2852 <row>
2853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2854 \begin_inset Text
2855
2856 \begin_layout Plain Layout
2857
2858 \family roman
2859 \series medium
2860 \shape up
2861 \size normal
2862 \emph off
2863 \bar no
2864 \noun off
2865 \color none
2866 1
2867 \end_layout
2868
2869 \end_inset
2870 </cell>
2871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2872 \begin_inset Text
2873
2874 \begin_layout Plain Layout
2875
2876 \family roman
2877 \series medium
2878 \shape up
2879 \size normal
2880 \emph off
2881 \bar no
2882 \noun off
2883 \color none
2884 2
2885 \end_layout
2886
2887 \end_inset
2888 </cell>
2889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2890 \begin_inset Text
2891
2892 \begin_layout Plain Layout
2893
2894 \family roman
2895 \series medium
2896 \shape up
2897 \size normal
2898 \emph off
2899 \bar no
2900 \noun off
2901 \color none
2902 3
2903 \end_layout
2904
2905 \end_inset
2906 </cell>
2907 </row>
2908 <row>
2909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2910 \begin_inset Text
2911
2912 \begin_layout Plain Layout
2913
2914 \family roman
2915 \series medium
2916 \shape up
2917 \size normal
2918 \emph off
2919 \bar no
2920 \noun off
2921 \color none
2922 Joe
2923 \end_layout
2924
2925 \end_inset
2926 </cell>
2927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2928 \begin_inset Text
2929
2930 \begin_layout Plain Layout
2931
2932 \family roman
2933 \series medium
2934 \shape up
2935 \size normal
2936 \emph off
2937 \bar no
2938 \noun off
2939 \color none
2940 Mary
2941 \end_layout
2942
2943 \end_inset
2944 </cell>
2945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2946 \begin_inset Text
2947
2948 \begin_layout Plain Layout
2949
2950 \family roman
2951 \series medium
2952 \shape up
2953 \size normal
2954 \emph off
2955 \bar no
2956 \noun off
2957 \color none
2958 Ted
2959 \end_layout
2960
2961 \end_inset
2962 </cell>
2963 </row>
2964 <row>
2965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2966 \begin_inset Text
2967
2968 \begin_layout Plain Layout
2969
2970 \family roman
2971 \series medium
2972 \shape up
2973 \size normal
2974 \emph off
2975 \bar no
2976 \noun off
2977 \color none
2978 \begin_inset Formula $\int x^{2}dx$
2979 \end_inset
2980
2981
2982 \end_layout
2983
2984 \end_inset
2985 </cell>
2986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2987 \begin_inset Text
2988
2989 \begin_layout Plain Layout
2990
2991 \family roman
2992 \series medium
2993 \shape up
2994 \size normal
2995 \emph off
2996 \bar no
2997 \noun off
2998 \color none
2999 \begin_inset Formula $\left[\begin{array}{cc}
3000 a & b\\
3001 c & d
3002 \end{array}\right]$
3003 \end_inset
3004
3005
3006 \end_layout
3007
3008 \end_inset
3009 </cell>
3010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3011 \begin_inset Text
3012
3013 \begin_layout Plain Layout
3014
3015 \family roman
3016 \series medium
3017 \shape up
3018 \size normal
3019 \emph off
3020 \bar no
3021 \noun off
3022 \color none
3023 \begin_inset Formula $1+1=2$
3024 \end_inset
3025
3026
3027 \end_layout
3028
3029 \end_inset
3030 </cell>
3031 </row>
3032 </lyxtabular>
3033
3034 \end_inset
3035
3036
3037 \end_layout
3038
3039 \end_inset
3040
3041
3042 \end_layout
3043
3044 \begin_layout Standard
3045 Table floats can be inserted using the menu 
3046 \family sans
3047 Insert\SpecialChar \menuseparator
3048 Float\SpecialChar \menuseparator
3049 Table
3050 \family default
3051  or the toolbar button 
3052 \begin_inset Info
3053 type  "icon"
3054 arg   "float-insert table"
3055 \end_inset
3056
3057 .
3058 \end_layout
3059
3060 \begin_layout Standard
3061 The float appears as a collapsible box with a caption that has the label
3062  
3063 \begin_inset Quotes eld
3064 \end_inset
3065
3066 Table
3067 \begin_inset space ~
3068 \end_inset
3069
3070 #:
3071 \begin_inset Quotes erd
3072 \end_inset
3073
3074  (# is the actual table number).
3075  You can insert tables in the float above or below the caption.
3076 \end_layout
3077
3078 \begin_layout Standard
3079 Table
3080 \begin_inset space ~
3081 \end_inset
3082
3083
3084 \begin_inset CommandInset ref
3085 LatexCommand ref
3086 reference "tab:a table float"
3087
3088 \end_inset
3089
3090  is an example table within a table float.
3091 \end_layout
3092
3093 \begin_layout Standard
3094 Having the caption above the table is the common rule that is unfortunately
3095  not supported in LaTeX's standard classes.
3096  This means that, if you are using the document classes 
3097 \family sans
3098 article
3099 \family default
3100
3101 \family sans
3102 book
3103 \family default
3104
3105 \family sans
3106 letter
3107 \family default
3108 , or 
3109 \family sans
3110 report
3111 \family default
3112 , there will be no space between the caption and the table.
3113  To insert the needed space, add the following option to the load command
3114  of the LaTeX-package 
3115 \series bold
3116 caption
3117 \series default
3118
3119 \begin_inset Index idx
3120 status collapsed
3121
3122 \begin_layout Plain Layout
3123 LaTeX-packages ! caption
3124 \end_layout
3125
3126 \end_inset
3127
3128  in your document preamble
3129 \begin_inset Foot
3130 status collapsed
3131
3132 \begin_layout Plain Layout
3133 For more information have a look at section
3134 \begin_inset space ~
3135 \end_inset
3136
3137
3138 \begin_inset CommandInset ref
3139 LatexCommand ref
3140 reference "sec:Caption-Placement"
3141
3142 \end_inset
3143
3144 .
3145 \end_layout
3146
3147 \end_inset
3148
3149 :
3150 \end_layout
3151
3152 \begin_layout Standard
3153
3154 \series bold
3155 tableposition=top
3156 \end_layout
3157
3158 \begin_layout Standard
3159 The package 
3160 \series bold
3161 caption
3162 \series default
3163 , which is described in section
3164 \begin_inset space ~
3165 \end_inset
3166
3167
3168 \begin_inset CommandInset ref
3169 LatexCommand ref
3170 reference "sec:Caption-Formatting"
3171
3172 \end_inset
3173
3174 , is used to adjust the caption format.
3175 \end_layout
3176
3177 \begin_layout Standard
3178 \begin_inset Index idx
3179 status collapsed
3180
3181 \begin_layout Plain Layout
3182 References ! to Tables
3183 \end_layout
3184
3185 \end_inset
3186
3187 Tables can be cross-referenced in the text by referencing their label.
3188  To do this insert a label in the caption using the menu 
3189 \family sans
3190 Insert\SpecialChar \menuseparator
3191 Label
3192 \family default
3193  or the toolbar button 
3194 \begin_inset Info
3195 type  "icon"
3196 arg   "label-insert"
3197 \end_inset
3198
3199 .
3200  You can now refer to the label using the menu 
3201 \family sans
3202 Insert\SpecialChar \menuseparator
3203 Cross
3204 \begin_inset space ~
3205 \end_inset
3206
3207 reference
3208 \family default
3209  or the toolbar button 
3210 \begin_inset Info
3211 type  "icon"
3212 arg   "dialog-show-new-inset ref"
3213 \end_inset
3214
3215 .
3216 \begin_inset Newline newline
3217 \end_inset
3218
3219 Referencing is explained in detail in section
3220 \begin_inset space ~
3221 \end_inset
3222
3223
3224 \begin_inset CommandInset ref
3225 LatexCommand ref
3226 reference "sec:Referencing-Floats"
3227
3228 \end_inset
3229
3230 .
3231 \end_layout
3232
3233 \begin_layout Section
3234 Longtables
3235 \begin_inset CommandInset label
3236 LatexCommand label
3237 name "sec:Longtables"
3238
3239 \end_inset
3240
3241
3242 \begin_inset Index idx
3243 status collapsed
3244
3245 \begin_layout Plain Layout
3246 Longtables
3247 \end_layout
3248
3249 \end_inset
3250
3251
3252 \begin_inset Index idx
3253 status collapsed
3254
3255 \begin_layout Plain Layout
3256 Table ! Longtables
3257 \end_layout
3258
3259 \end_inset
3260
3261
3262 \end_layout
3263
3264 \begin_layout Standard
3265 If the table is too long to fit on one page, you can use the option 
3266 \family sans
3267 Use
3268 \begin_inset space ~
3269 \end_inset
3270
3271 long
3272 \begin_inset space ~
3273 \end_inset
3274
3275 table
3276 \family default
3277  in the tab 
3278 \family sans
3279 Longtable
3280 \family default
3281  of the table dialog to split the table automatically over more pages.
3282  Doing this enables the following options:
3283 \end_layout
3284
3285 \begin_layout Description
3286 Header: The current row is defined to be a header row that appears on all
3287  pages of the longtable; except for the first page, if 
3288 \family sans
3289 First
3290 \begin_inset space ~
3291 \end_inset
3292
3293 header
3294 \family default
3295  is defined.
3296  This is therefore called the main header.
3297 \end_layout
3298
3299 \begin_layout Description
3300 First
3301 \begin_inset space ~
3302 \end_inset
3303
3304 header: The current row is defined to be a header row that appears on the
3305  first page of the longtable.
3306 \end_layout
3307
3308 \begin_layout Description
3309 Footer: The current row is defined to be a footer row that appears on all
3310  pages of the longtable; except for the last page, if 
3311 \family sans
3312 Last
3313 \begin_inset space ~
3314 \end_inset
3315
3316 footer
3317 \family default
3318  is defined.
3319 \end_layout
3320
3321 \begin_layout Description
3322 Last
3323 \begin_inset space ~
3324 \end_inset
3325
3326 footer: The current row is defined to be a footer row that appears on the
3327  last page of the longtable.
3328 \end_layout
3329
3330 \begin_layout Description
3331 Caption: The current row contains the table caption.
3332  The row is reset as single column and a caption is inserted.
3333  More about longtable captions is explained in sec.
3334 \begin_inset space \thinspace{}
3335 \end_inset
3336
3337
3338 \begin_inset CommandInset ref
3339 LatexCommand ref
3340 reference "sub:Longtable-Captions"
3341
3342 \end_inset
3343
3344 .
3345 \end_layout
3346
3347 \begin_layout Standard
3348 You can also specify a row where the table is split.
3349  See the following longtable to see how it works:
3350 \end_layout
3351
3352 \begin_layout Standard
3353 \align center
3354 \begin_inset Tabular
3355 <lyxtabular version="3" rows="69" columns="3">
3356 <features islongtable="true" longtabularalignment="center">
3357 <column alignment="left" valignment="top" width="0cm">
3358 <column alignment="left" valignment="top" width="0pt">
3359 <column alignment="center" valignment="top" width="0pt">
3360 <row endfirsthead="true">
3361 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3362 \begin_inset Text
3363
3364 \begin_layout Plain Layout
3365
3366 \series bold
3367 Example Phone List (ignore the names)
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Plain Layout
3385
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 </row>
3391 <row endfirsthead="true">
3392 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3393 \begin_inset Text
3394
3395 \begin_layout Plain Layout
3396
3397 \series bold
3398 NAME
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3404 \begin_inset Text
3405
3406 \begin_layout Plain Layout
3407
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3413 \begin_inset Text
3414
3415 \begin_layout Plain Layout
3416
3417 \series bold
3418 TEL.
3419 \end_layout
3420
3421 \end_inset
3422 </cell>
3423 </row>
3424 <row endhead="true">
3425 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429
3430 \series bold
3431 Example Phone List
3432 \end_layout
3433
3434 \end_inset
3435 </cell>
3436 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3437 \begin_inset Text
3438
3439 \begin_layout Plain Layout
3440
3441 \end_layout
3442
3443 \end_inset
3444 </cell>
3445 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3446 \begin_inset Text
3447
3448 \begin_layout Plain Layout
3449
3450 \end_layout
3451
3452 \end_inset
3453 </cell>
3454 </row>
3455 <row endhead="true">
3456 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3457 \begin_inset Text
3458
3459 \begin_layout Plain Layout
3460
3461 \series bold
3462 NAME
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3468 \begin_inset Text
3469
3470 \begin_layout Plain Layout
3471
3472 \end_layout
3473
3474 \end_inset
3475 </cell>
3476 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3477 \begin_inset Text
3478
3479 \begin_layout Plain Layout
3480
3481 \series bold
3482 TEL.
3483 \end_layout
3484
3485 \end_inset
3486 </cell>
3487 </row>
3488 <row endfoot="true">
3489 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493  continued on next page
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3499 \begin_inset Text
3500
3501 \begin_layout Plain Layout
3502
3503 \end_layout
3504
3505 \end_inset
3506 </cell>
3507 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3508 \begin_inset Text
3509
3510 \begin_layout Plain Layout
3511
3512 \end_layout
3513
3514 \end_inset
3515 </cell>
3516 </row>
3517 <row>
3518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3519 \begin_inset Text
3520
3521 \begin_layout Plain Layout
3522
3523 \series bold
3524 Annovi
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 <cell alignment="center" valignment="top" usebox="none">
3530 \begin_inset Text
3531
3532 \begin_layout Plain Layout
3533 Silvia
3534 \end_layout
3535
3536 \end_inset
3537 </cell>
3538 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Plain Layout
3542 111
3543 \end_layout
3544
3545 \end_inset
3546 </cell>
3547 </row>
3548 <row>
3549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Plain Layout
3553
3554 \series bold
3555 Bertoli
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 <cell alignment="center" valignment="top" usebox="none">
3561 \begin_inset Text
3562
3563 \begin_layout Plain Layout
3564 Stefano
3565 \end_layout
3566
3567 \end_inset
3568 </cell>
3569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Plain Layout
3573 111
3574 \end_layout
3575
3576 \end_inset
3577 </cell>
3578 </row>
3579 <row>
3580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Plain Layout
3584
3585 \series bold
3586 Bozzi
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 <cell alignment="center" valignment="top" usebox="none">
3592 \begin_inset Text
3593
3594 \begin_layout Plain Layout
3595 Walter
3596 \end_layout
3597
3598 \end_inset
3599 </cell>
3600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3601 \begin_inset Text
3602
3603 \begin_layout Plain Layout
3604 111
3605 \end_layout
3606
3607 \end_inset
3608 </cell>
3609 </row>
3610 <row>
3611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3612 \begin_inset Text
3613
3614 \begin_layout Plain Layout
3615
3616 \series bold
3617 Cachia
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 <cell alignment="center" valignment="top" usebox="none">
3623 \begin_inset Text
3624
3625 \begin_layout Plain Layout
3626 Maria
3627 \end_layout
3628
3629 \end_inset
3630 </cell>
3631 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635 111
3636 \end_layout
3637
3638 \end_inset
3639 </cell>
3640 </row>
3641 <row>
3642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Plain Layout
3646
3647 \series bold
3648 Cachia
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 <cell alignment="center" valignment="top" usebox="none">
3654 \begin_inset Text
3655
3656 \begin_layout Plain Layout
3657 Maurizio
3658 \end_layout
3659
3660 \end_inset
3661 </cell>
3662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3663 \begin_inset Text
3664
3665 \begin_layout Plain Layout
3666 111
3667 \end_layout
3668
3669 \end_inset
3670 </cell>
3671 </row>
3672 <row>
3673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677
3678 \series bold
3679 Cinquemani
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 <cell alignment="center" valignment="top" usebox="none">
3685 \begin_inset Text
3686
3687 \begin_layout Plain Layout
3688 Giusi
3689 \end_layout
3690
3691 \end_inset
3692 </cell>
3693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3694 \begin_inset Text
3695
3696 \begin_layout Plain Layout
3697 111
3698 \end_layout
3699
3700 \end_inset
3701 </cell>
3702 </row>
3703 <row>
3704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Plain Layout
3708
3709 \series bold
3710 Colin
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 <cell alignment="center" valignment="top" usebox="none">
3716 \begin_inset Text
3717
3718 \begin_layout Plain Layout
3719 Bernard
3720 \end_layout
3721
3722 \end_inset
3723 </cell>
3724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Plain Layout
3728 111
3729 \end_layout
3730
3731 \end_inset
3732 </cell>
3733 </row>
3734 <row>
3735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739
3740 \series bold
3741 Concli
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 <cell alignment="center" valignment="top" usebox="none">
3747 \begin_inset Text
3748
3749 \begin_layout Plain Layout
3750 Gianfranco
3751 \end_layout
3752
3753 \end_inset
3754 </cell>
3755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Plain Layout
3759 111
3760 \end_layout
3761
3762 \end_inset
3763 </cell>
3764 </row>
3765 <row>
3766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3767 \begin_inset Text
3768
3769 \begin_layout Plain Layout
3770
3771 \series bold
3772 Dal Bosco
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 <cell alignment="center" valignment="top" usebox="none">
3778 \begin_inset Text
3779
3780 \begin_layout Plain Layout
3781 Carolina
3782 \end_layout
3783
3784 \end_inset
3785 </cell>
3786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3787 \begin_inset Text
3788
3789 \begin_layout Plain Layout
3790 111
3791 \end_layout
3792
3793 \end_inset
3794 </cell>
3795 </row>
3796 <row>
3797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801
3802 \series bold
3803 Dalpiaz
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 <cell alignment="center" valignment="top" usebox="none">
3809 \begin_inset Text
3810
3811 \begin_layout Plain Layout
3812 Annamaria
3813 \end_layout
3814
3815 \end_inset
3816 </cell>
3817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3818 \begin_inset Text
3819
3820 \begin_layout Plain Layout
3821 111
3822 \end_layout
3823
3824 \end_inset
3825 </cell>
3826 </row>
3827 <row>
3828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832
3833 \series bold
3834 Feliciello
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 <cell alignment="center" valignment="top" usebox="none">
3840 \begin_inset Text
3841
3842 \begin_layout Plain Layout
3843 Domenico
3844 \end_layout
3845
3846 \end_inset
3847 </cell>
3848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3849 \begin_inset Text
3850
3851 \begin_layout Plain Layout
3852 111
3853 \end_layout
3854
3855 \end_inset
3856 </cell>
3857 </row>
3858 <row>
3859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863
3864 \series bold
3865 Focarelli
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 <cell alignment="center" valignment="top" usebox="none">
3871 \begin_inset Text
3872
3873 \begin_layout Plain Layout
3874 Paola
3875 \end_layout
3876
3877 \end_inset
3878 </cell>
3879 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Plain Layout
3883 111
3884 \end_layout
3885
3886 \end_inset
3887 </cell>
3888 </row>
3889 <row>
3890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Plain Layout
3894
3895 \series bold
3896 Galletti
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 <cell alignment="center" valignment="top" usebox="none">
3902 \begin_inset Text
3903
3904 \begin_layout Plain Layout
3905 Oreste
3906 \end_layout
3907
3908 \end_inset
3909 </cell>
3910 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Plain Layout
3914 111
3915 \end_layout
3916
3917 \end_inset
3918 </cell>
3919 </row>
3920 <row>
3921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Plain Layout
3925
3926 \series bold
3927 Gasparini
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 <cell alignment="center" valignment="top" usebox="none">
3933 \begin_inset Text
3934
3935 \begin_layout Plain Layout
3936 Franca
3937 \end_layout
3938
3939 \end_inset
3940 </cell>
3941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3942 \begin_inset Text
3943
3944 \begin_layout Plain Layout
3945 111
3946 \end_layout
3947
3948 \end_inset
3949 </cell>
3950 </row>
3951 <row>
3952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Plain Layout
3956
3957 \series bold
3958 Rizzardi
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 <cell alignment="center" valignment="top" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Plain Layout
3967 Paola
3968 \end_layout
3969
3970 \end_inset
3971 </cell>
3972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Plain Layout
3976 111
3977 \end_layout
3978
3979 \end_inset
3980 </cell>
3981 </row>
3982 <row>
3983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987
3988 \series bold
3989 Lassini
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 <cell alignment="center" valignment="top" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Plain Layout
3998 Giancarlo
3999 \end_layout
4000
4001 \end_inset
4002 </cell>
4003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Plain Layout
4007 111
4008 \end_layout
4009
4010 \end_inset
4011 </cell>
4012 </row>
4013 <row>
4014 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018
4019 \series bold
4020 Malfatti
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 <cell alignment="center" valignment="top" usebox="none">
4026 \begin_inset Text
4027
4028 \begin_layout Plain Layout
4029 Luciano
4030 \end_layout
4031
4032 \end_inset
4033 </cell>
4034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Plain Layout
4038 111
4039 \end_layout
4040
4041 \end_inset
4042 </cell>
4043 </row>
4044 <row>
4045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Plain Layout
4049
4050 \series bold
4051 Malfatti
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 <cell alignment="center" valignment="top" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Plain Layout
4060 Valeriano
4061 \end_layout
4062
4063 \end_inset
4064 </cell>
4065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4066 \begin_inset Text
4067
4068 \begin_layout Plain Layout
4069 111
4070 \end_layout
4071
4072 \end_inset
4073 </cell>
4074 </row>
4075 <row>
4076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Plain Layout
4080
4081 \series bold
4082 Meneguzzo
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 <cell alignment="center" valignment="top" usebox="none">
4088 \begin_inset Text
4089
4090 \begin_layout Plain Layout
4091 Roberto
4092 \end_layout
4093
4094 \end_inset
4095 </cell>
4096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Plain Layout
4100 111
4101 \end_layout
4102
4103 \end_inset
4104 </cell>
4105 </row>
4106 <row>
4107 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111
4112 \series bold
4113 Mezzadra
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 <cell alignment="center" valignment="top" usebox="none">
4119 \begin_inset Text
4120
4121 \begin_layout Plain Layout
4122 Roberto
4123 \end_layout
4124
4125 \end_inset
4126 </cell>
4127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4128 \begin_inset Text
4129
4130 \begin_layout Plain Layout
4131 111
4132 \end_layout
4133
4134 \end_inset
4135 </cell>
4136 </row>
4137 <row>
4138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142
4143 \series bold
4144 Pirpamer
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 <cell alignment="center" valignment="top" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153 Erich
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4159 \begin_inset Text
4160
4161 \begin_layout Plain Layout
4162 111
4163 \end_layout
4164
4165 \end_inset
4166 </cell>
4167 </row>
4168 <row>
4169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173
4174 \series bold
4175 Pochiesa
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 <cell alignment="center" valignment="top" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184 Paolo
4185 \end_layout
4186
4187 \end_inset
4188 </cell>
4189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193 111, 222
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 </row>
4199 <row>
4200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204
4205 \series bold
4206 Radina
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 <cell alignment="center" valignment="top" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215 Claudio
4216 \end_layout
4217
4218 \end_inset
4219 </cell>
4220 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4221 \begin_inset Text
4222
4223 \begin_layout Plain Layout
4224 111
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 </row>
4230 <row>
4231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235
4236 \series bold
4237 Stuffer
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 <cell alignment="center" valignment="top" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246 Oskar
4247 \end_layout
4248
4249 \end_inset
4250 </cell>
4251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255 111
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 </row>
4261 <row>
4262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266
4267 \series bold
4268 Tacchelli
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 <cell alignment="center" valignment="top" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Plain Layout
4277 Ugo
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4283 \begin_inset Text
4284
4285 \begin_layout Plain Layout
4286 111
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 </row>
4292 <row>
4293 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297
4298 \series bold
4299 Tezzele
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 <cell alignment="center" valignment="top" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308 Margit
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317 111
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 </row>
4323 <row>
4324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328
4329 \series bold
4330 Unterkalmsteiner
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 <cell alignment="center" valignment="top" usebox="none">
4336 \begin_inset Text
4337
4338 \begin_layout Plain Layout
4339 Frieda
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348 111
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 </row>
4354 <row>
4355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Plain Layout
4359
4360 \series bold
4361 Vieider
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 <cell alignment="center" valignment="top" usebox="none">
4367 \begin_inset Text
4368
4369 \begin_layout Plain Layout
4370 Hilde
4371 \end_layout
4372
4373 \end_inset
4374 </cell>
4375 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4376 \begin_inset Text
4377
4378 \begin_layout Plain Layout
4379 111
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 </row>
4385 <row>
4386 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390
4391 \series bold
4392 Vigna
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 <cell alignment="center" valignment="top" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401 Jürgen
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410 111
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 </row>
4416 <row>
4417 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421
4422 \series bold
4423 Weber
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 <cell alignment="center" valignment="top" usebox="none">
4429 \begin_inset Text
4430
4431 \begin_layout Plain Layout
4432 Maurizio
4433 \end_layout
4434
4435 \end_inset
4436 </cell>
4437 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441 111
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 </row>
4447 <row>
4448 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452
4453 \series bold
4454 Winkler
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463 Franz
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472 111
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 </row>
4478 <row>
4479 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483  
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4489 \begin_inset Text
4490
4491 \begin_layout Plain Layout
4492
4493 \end_layout
4494
4495 \end_inset
4496 </cell>
4497 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4498 \begin_inset Text
4499
4500 \begin_layout Plain Layout
4501
4502 \end_layout
4503
4504 \end_inset
4505 </cell>
4506 </row>
4507 <row>
4508 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4509 \begin_inset Text
4510
4511 \begin_layout Plain Layout
4512
4513 \series bold
4514 Annovi
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 <cell alignment="center" valignment="top" usebox="none">
4520 \begin_inset Text
4521
4522 \begin_layout Plain Layout
4523 Silvia
4524 \end_layout
4525
4526 \end_inset
4527 </cell>
4528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4529 \begin_inset Text
4530
4531 \begin_layout Plain Layout
4532 555
4533 \end_layout
4534
4535 \end_inset
4536 </cell>
4537 </row>
4538 <row>
4539 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4540 \begin_inset Text
4541
4542 \begin_layout Plain Layout
4543
4544 \series bold
4545 Bertoli
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 <cell alignment="center" valignment="top" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Plain Layout
4554 Stefano
4555 \end_layout
4556
4557 \end_inset
4558 </cell>
4559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Plain Layout
4563 555
4564 \end_layout
4565
4566 \end_inset
4567 </cell>
4568 </row>
4569 <row>
4570 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574
4575 \series bold
4576 Bozzi
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 <cell alignment="center" valignment="top" usebox="none">
4582 \begin_inset Text
4583
4584 \begin_layout Plain Layout
4585 Walter
4586 \end_layout
4587
4588 \end_inset
4589 </cell>
4590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594 555
4595 \end_layout
4596
4597 \end_inset
4598 </cell>
4599 </row>
4600 <row>
4601 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605
4606 \series bold
4607 Cachia
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 <cell alignment="center" valignment="top" usebox="none">
4613 \begin_inset Text
4614
4615 \begin_layout Plain Layout
4616 Maria
4617 \end_layout
4618
4619 \end_inset
4620 </cell>
4621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625 555
4626 \end_layout
4627
4628 \end_inset
4629 </cell>
4630 </row>
4631 <row>
4632 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4633 \begin_inset Text
4634
4635 \begin_layout Plain Layout
4636
4637 \series bold
4638 Cachia
4639 \end_layout
4640
4641 \end_inset
4642 </cell>
4643 <cell alignment="center" valignment="top" usebox="none">
4644 \begin_inset Text
4645
4646 \begin_layout Plain Layout
4647 Maurizio
4648 \end_layout
4649
4650 \end_inset
4651 </cell>
4652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656 555
4657 \end_layout
4658
4659 \end_inset
4660 </cell>
4661 </row>
4662 <row>
4663 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667
4668 \series bold
4669 Cinquemani
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 <cell alignment="center" valignment="top" usebox="none">
4675 \begin_inset Text
4676
4677 \begin_layout Plain Layout
4678 Giusi
4679 \end_layout
4680
4681 \end_inset
4682 </cell>
4683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4684 \begin_inset Text
4685
4686 \begin_layout Plain Layout
4687 555
4688 \end_layout
4689
4690 \end_inset
4691 </cell>
4692 </row>
4693 <row>
4694 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Plain Layout
4698
4699 \series bold
4700 Colin
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 <cell alignment="center" valignment="top" usebox="none">
4706 \begin_inset Text
4707
4708 \begin_layout Plain Layout
4709 Bernard
4710 \end_layout
4711
4712 \end_inset
4713 </cell>
4714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Plain Layout
4718 555
4719 \end_layout
4720
4721 \end_inset
4722 </cell>
4723 </row>
4724 <row>
4725 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729
4730 \series bold
4731 Concli
4732 \end_layout
4733
4734 \end_inset
4735 </cell>
4736 <cell alignment="center" valignment="top" usebox="none">
4737 \begin_inset Text
4738
4739 \begin_layout Plain Layout
4740 Gianfranco
4741 \end_layout
4742
4743 \end_inset
4744 </cell>
4745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Plain Layout
4749 555
4750 \end_layout
4751
4752 \end_inset
4753 </cell>
4754 </row>
4755 <row>
4756 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760
4761 \series bold
4762 Dal Bosco
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 <cell alignment="center" valignment="top" usebox="none">
4768 \begin_inset Text
4769
4770 \begin_layout Plain Layout
4771 Carolina
4772 \end_layout
4773
4774 \end_inset
4775 </cell>
4776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Plain Layout
4780 555
4781 \end_layout
4782
4783 \end_inset
4784 </cell>
4785 </row>
4786 <row>
4787 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4788 \begin_inset Text
4789
4790 \begin_layout Plain Layout
4791
4792 \series bold
4793 Dalpiaz
4794 \end_layout
4795
4796 \end_inset
4797 </cell>
4798 <cell alignment="center" valignment="top" usebox="none">
4799 \begin_inset Text
4800
4801 \begin_layout Plain Layout
4802 Annamaria
4803 \end_layout
4804
4805 \end_inset
4806 </cell>
4807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4808 \begin_inset Text
4809
4810 \begin_layout Plain Layout
4811 555
4812 \end_layout
4813
4814 \end_inset
4815 </cell>
4816 </row>
4817 <row>
4818 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822
4823 \series bold
4824 Feliciello
4825 \end_layout
4826
4827 \end_inset
4828 </cell>
4829 <cell alignment="center" valignment="top" usebox="none">
4830 \begin_inset Text
4831
4832 \begin_layout Plain Layout
4833 Domenico
4834 \end_layout
4835
4836 \end_inset
4837 </cell>
4838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4839 \begin_inset Text
4840
4841 \begin_layout Plain Layout
4842 555
4843 \end_layout
4844
4845 \end_inset
4846 </cell>
4847 </row>
4848 <row>
4849 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853
4854 \series bold
4855 Focarelli
4856 \end_layout
4857
4858 \end_inset
4859 </cell>
4860 <cell alignment="center" valignment="top" usebox="none">
4861 \begin_inset Text
4862
4863 \begin_layout Plain Layout
4864 Paola
4865 \end_layout
4866
4867 \end_inset
4868 </cell>
4869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4870 \begin_inset Text
4871
4872 \begin_layout Plain Layout
4873 555
4874 \end_layout
4875
4876 \end_inset
4877 </cell>
4878 </row>
4879 <row>
4880 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884
4885 \series bold
4886 Galletti
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 <cell alignment="center" valignment="top" usebox="none">
4892 \begin_inset Text
4893
4894 \begin_layout Plain Layout
4895 Oreste
4896 \end_layout
4897
4898 \end_inset
4899 </cell>
4900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4901 \begin_inset Text
4902
4903 \begin_layout Plain Layout
4904 555
4905 \end_layout
4906
4907 \end_inset
4908 </cell>
4909 </row>
4910 <row>
4911 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4912 \begin_inset Text
4913
4914 \begin_layout Plain Layout
4915
4916 \series bold
4917 Gasparini
4918 \end_layout
4919
4920 \end_inset
4921 </cell>
4922 <cell alignment="center" valignment="top" usebox="none">
4923 \begin_inset Text
4924
4925 \begin_layout Plain Layout
4926 Franca
4927 \end_layout
4928
4929 \end_inset
4930 </cell>
4931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4932 \begin_inset Text
4933
4934 \begin_layout Plain Layout
4935 555
4936 \end_layout
4937
4938 \end_inset
4939 </cell>
4940 </row>
4941 <row>
4942 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4943 \begin_inset Text
4944
4945 \begin_layout Plain Layout
4946
4947 \series bold
4948 Rizzardi
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 <cell alignment="center" valignment="top" usebox="none">
4954 \begin_inset Text
4955
4956 \begin_layout Plain Layout
4957 Paola
4958 \end_layout
4959
4960 \end_inset
4961 </cell>
4962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4963 \begin_inset Text
4964
4965 \begin_layout Plain Layout
4966 555
4967 \end_layout
4968
4969 \end_inset
4970 </cell>
4971 </row>
4972 <row>
4973 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Plain Layout
4977
4978 \series bold
4979 Lassini
4980 \end_layout
4981
4982 \end_inset
4983 </cell>
4984 <cell alignment="center" valignment="top" usebox="none">
4985 \begin_inset Text
4986
4987 \begin_layout Plain Layout
4988 Giancarlo
4989 \end_layout
4990
4991 \end_inset
4992 </cell>
4993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4994 \begin_inset Text
4995
4996 \begin_layout Plain Layout
4997 555
4998 \end_layout
4999
5000 \end_inset
5001 </cell>
5002 </row>
5003 <row>
5004 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5005 \begin_inset Text
5006
5007 \begin_layout Plain Layout
5008
5009 \series bold
5010 Malfatti
5011 \end_layout
5012
5013 \end_inset
5014 </cell>
5015 <cell alignment="center" valignment="top" usebox="none">
5016 \begin_inset Text
5017
5018 \begin_layout Plain Layout
5019 Luciano
5020 \end_layout
5021
5022 \end_inset
5023 </cell>
5024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5025 \begin_inset Text
5026
5027 \begin_layout Plain Layout
5028 555
5029 \end_layout
5030
5031 \end_inset
5032 </cell>
5033 </row>
5034 <row>
5035 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5036 \begin_inset Text
5037
5038 \begin_layout Plain Layout
5039
5040 \series bold
5041 Malfatti
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 <cell alignment="center" valignment="top" usebox="none">
5047 \begin_inset Text
5048
5049 \begin_layout Plain Layout
5050 Valeriano
5051 \end_layout
5052
5053 \end_inset
5054 </cell>
5055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5056 \begin_inset Text
5057
5058 \begin_layout Plain Layout
5059 555
5060 \end_layout
5061
5062 \end_inset
5063 </cell>
5064 </row>
5065 <row>
5066 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Plain Layout
5070
5071 \series bold
5072 Meneguzzo
5073 \end_layout
5074
5075 \end_inset
5076 </cell>
5077 <cell alignment="center" valignment="top" usebox="none">
5078 \begin_inset Text
5079
5080 \begin_layout Plain Layout
5081 Roberto
5082 \end_layout
5083
5084 \end_inset
5085 </cell>
5086 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5087 \begin_inset Text
5088
5089 \begin_layout Plain Layout
5090 555
5091 \end_layout
5092
5093 \end_inset
5094 </cell>
5095 </row>
5096 <row>
5097 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5098 \begin_inset Text
5099
5100 \begin_layout Plain Layout
5101
5102 \series bold
5103 Mezzadra
5104 \end_layout
5105
5106 \end_inset
5107 </cell>
5108 <cell alignment="center" valignment="top" usebox="none">
5109 \begin_inset Text
5110
5111 \begin_layout Plain Layout
5112 Roberto
5113 \end_layout
5114
5115 \end_inset
5116 </cell>
5117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5118 \begin_inset Text
5119
5120 \begin_layout Plain Layout
5121 555
5122 \end_layout
5123
5124 \end_inset
5125 </cell>
5126 </row>
5127 <row>
5128 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5129 \begin_inset Text
5130
5131 \begin_layout Plain Layout
5132
5133 \series bold
5134 Pirpamer
5135 \end_layout
5136
5137 \end_inset
5138 </cell>
5139 <cell alignment="center" valignment="top" usebox="none">
5140 \begin_inset Text
5141
5142 \begin_layout Plain Layout
5143 Erich
5144 \end_layout
5145
5146 \end_inset
5147 </cell>
5148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5149 \begin_inset Text
5150
5151 \begin_layout Plain Layout
5152 555
5153 \end_layout
5154
5155 \end_inset
5156 </cell>
5157 </row>
5158 <row>
5159 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5160 \begin_inset Text
5161
5162 \begin_layout Plain Layout
5163
5164 \series bold
5165 Pochiesa
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 <cell alignment="center" valignment="top" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Plain Layout
5174 Paolo
5175 \end_layout
5176
5177 \end_inset
5178 </cell>
5179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5180 \begin_inset Text
5181
5182 \begin_layout Plain Layout
5183 555, 222
5184 \end_layout
5185
5186 \end_inset
5187 </cell>
5188 </row>
5189 <row>
5190 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Plain Layout
5194
5195 \series bold
5196 Radina
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 <cell alignment="center" valignment="top" usebox="none">
5202 \begin_inset Text
5203
5204 \begin_layout Plain Layout
5205 Claudio
5206 \end_layout
5207
5208 \end_inset
5209 </cell>
5210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5211 \begin_inset Text
5212
5213 \begin_layout Plain Layout
5214 555
5215 \end_layout
5216
5217 \end_inset
5218 </cell>
5219 </row>
5220 <row>
5221 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5222 \begin_inset Text
5223
5224 \begin_layout Plain Layout
5225
5226 \series bold
5227 Stuffer
5228 \end_layout
5229
5230 \end_inset
5231 </cell>
5232 <cell alignment="center" valignment="top" usebox="none">
5233 \begin_inset Text
5234
5235 \begin_layout Plain Layout
5236 Oskar
5237 \end_layout
5238
5239 \end_inset
5240 </cell>
5241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5242 \begin_inset Text
5243
5244 \begin_layout Plain Layout
5245 555
5246 \end_layout
5247
5248 \end_inset
5249 </cell>
5250 </row>
5251 <row>
5252 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5253 \begin_inset Text
5254
5255 \begin_layout Plain Layout
5256
5257 \series bold
5258 Tacchelli
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 <cell alignment="center" valignment="top" usebox="none">
5264 \begin_inset Text
5265
5266 \begin_layout Plain Layout
5267 Ugo
5268 \end_layout
5269
5270 \end_inset
5271 </cell>
5272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5273 \begin_inset Text
5274
5275 \begin_layout Plain Layout
5276 555
5277 \end_layout
5278
5279 \end_inset
5280 </cell>
5281 </row>
5282 <row>
5283 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5284 \begin_inset Text
5285
5286 \begin_layout Plain Layout
5287
5288 \series bold
5289 Tezzele
5290 \end_layout
5291
5292 \end_inset
5293 </cell>
5294 <cell alignment="center" valignment="top" usebox="none">
5295 \begin_inset Text
5296
5297 \begin_layout Plain Layout
5298 Margit
5299 \end_layout
5300
5301 \end_inset
5302 </cell>
5303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5304 \begin_inset Text
5305
5306 \begin_layout Plain Layout
5307 555
5308 \end_layout
5309
5310 \end_inset
5311 </cell>
5312 </row>
5313 <row>
5314 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Plain Layout
5318
5319 \series bold
5320 Unterkalmsteiner
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 <cell alignment="center" valignment="top" usebox="none">
5326 \begin_inset Text
5327
5328 \begin_layout Plain Layout
5329 Frieda
5330 \end_layout
5331
5332 \end_inset
5333 </cell>
5334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5335 \begin_inset Text
5336
5337 \begin_layout Plain Layout
5338 555
5339 \end_layout
5340
5341 \end_inset
5342 </cell>
5343 </row>
5344 <row>
5345 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5346 \begin_inset Text
5347
5348 \begin_layout Plain Layout
5349
5350 \series bold
5351 Vieider
5352 \end_layout
5353
5354 \end_inset
5355 </cell>
5356 <cell alignment="center" valignment="top" usebox="none">
5357 \begin_inset Text
5358
5359 \begin_layout Plain Layout
5360 Hilde
5361 \end_layout
5362
5363 \end_inset
5364 </cell>
5365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5366 \begin_inset Text
5367
5368 \begin_layout Plain Layout
5369 555
5370 \end_layout
5371
5372 \end_inset
5373 </cell>
5374 </row>
5375 <row>
5376 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5377 \begin_inset Text
5378
5379 \begin_layout Plain Layout
5380
5381 \series bold
5382 Vigna
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 <cell alignment="center" valignment="top" usebox="none">
5388 \begin_inset Text
5389
5390 \begin_layout Plain Layout
5391 Jürgen
5392 \end_layout
5393
5394 \end_inset
5395 </cell>
5396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5397 \begin_inset Text
5398
5399 \begin_layout Plain Layout
5400 999
5401 \end_layout
5402
5403 \end_inset
5404 </cell>
5405 </row>
5406 <row>
5407 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Plain Layout
5411
5412 \series bold
5413 Weber
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 <cell alignment="center" valignment="top" usebox="none">
5419 \begin_inset Text
5420
5421 \begin_layout Plain Layout
5422 Maurizio
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431 555
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 </row>
5437 <row>
5438 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442
5443 \series bold
5444 Winkler
5445 \end_layout
5446
5447 \end_inset
5448 </cell>
5449 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5450 \begin_inset Text
5451
5452 \begin_layout Plain Layout
5453 Franz
5454 \end_layout
5455
5456 \end_inset
5457 </cell>
5458 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5459 \begin_inset Text
5460
5461 \begin_layout Plain Layout
5462 555
5463 \end_layout
5464
5465 \end_inset
5466 </cell>
5467 </row>
5468 <row endlastfoot="true">
5469 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Plain Layout
5473 end
5474 \end_layout
5475
5476 \end_inset
5477 </cell>
5478 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Plain Layout
5482
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5488 \begin_inset Text
5489
5490 \begin_layout Plain Layout
5491
5492 \end_layout
5493
5494 \end_inset
5495 </cell>
5496 </row>
5497 </lyxtabular>
5498
5499 \end_inset
5500
5501
5502 \begin_inset ERT
5503 status collapsed
5504
5505 \begin_layout Plain Layout
5506
5507
5508 \backslash
5509 addtocounter{table}{-1}
5510 \end_layout
5511
5512 \end_inset
5513
5514
5515 \begin_inset Note Note
5516 status collapsed
5517
5518 \begin_layout Plain Layout
5519 See the first greyed-out note in section
5520 \begin_inset space ~
5521 \end_inset
5522
5523
5524 \begin_inset CommandInset ref
5525 LatexCommand ref
5526 reference "sub:Longtable-Captions"
5527
5528 \end_inset
5529
5530  for an explanation of this command.
5531 \end_layout
5532
5533 \end_inset
5534
5535
5536 \end_layout
5537
5538 \begin_layout Subsection
5539 Footnotes in Longtables
5540 \begin_inset CommandInset label
5541 LatexCommand label
5542 name "sub:Footnotes-in-Longtables"
5543
5544 \end_inset
5545
5546
5547 \begin_inset Index idx
5548 status collapsed
5549
5550 \begin_layout Plain Layout
5551 Longtables ! Footnotes
5552 \end_layout
5553
5554 \end_inset
5555
5556
5557 \end_layout
5558
5559 \begin_layout Standard
5560 Footnotes can be inserted to every longtable cell.
5561  They appear at the bottom of the page where the table cell with the footnote
5562  appears.
5563  Table
5564 \begin_inset space ~
5565 \end_inset
5566
5567
5568 \begin_inset CommandInset ref
5569 LatexCommand ref
5570 reference "tab:DiffCaptions"
5571
5572 \end_inset
5573
5574  has for example a footnote.
5575 \end_layout
5576
5577 \begin_layout Subsection
5578 Longtable Alignment
5579 \begin_inset Index idx
5580 status collapsed
5581
5582 \begin_layout Plain Layout
5583 Longtables ! Alignment
5584 \end_layout
5585
5586 \end_inset
5587
5588
5589 \end_layout
5590
5591 \begin_layout Standard
5592 The horizontal alignment of longtables can be set in the table settings
5593  dialog.
5594  For left- and right-alignment the table will be directly at the page border.
5595  To add space between the table and the border one has to set the alignment
5596  to center and change the value of the LaTeX-lengths 
5597 \series bold
5598
5599 \backslash
5600 LTleft 
5601 \series default
5602 or 
5603 \series bold
5604
5605 \backslash
5606 LTright
5607 \series default
5608  by inserting this line as TeX-Code before the longtable:
5609 \end_layout
5610
5611 \begin_layout Standard
5612
5613 \series bold
5614
5615 \backslash
5616 setlength{
5617 \backslash
5618 LTleft}{value}
5619 \end_layout
5620
5621 \begin_layout Standard
5622 The value can have any of the units listed in Table
5623 \begin_inset space ~
5624 \end_inset
5625
5626
5627 \begin_inset CommandInset ref
5628 LatexCommand ref
5629 reference "tab:Units"
5630
5631 \end_inset
5632
5633 .
5634  
5635 \series bold
5636
5637 \backslash
5638 LTleft
5639 \series default
5640  controls the horizontal distance from the left page border to the longtable,
5641  
5642 \series bold
5643
5644 \backslash
5645 LTright
5646 \series default
5647  the distance from the right side.
5648  The default value for both lengths is 
5649 \series bold
5650
5651 \backslash
5652 fill
5653 \series default
5654 , which is in this case the same as an horizontal fill in LyX.
5655 \end_layout
5656
5657 \begin_layout Standard
5658 The following longtable was centered and 
5659 \series bold
5660
5661 \backslash
5662 LTleft
5663 \series default
5664  set to 
5665 \family sans
5666 0.1
5667 \backslash
5668 columnwidth
5669 \family default
5670 :
5671 \begin_inset ERT
5672 status collapsed
5673
5674 \begin_layout Plain Layout
5675
5676
5677 \backslash
5678 setlength{
5679 \backslash
5680 LTleft}{0.1
5681 \backslash
5682 columnwidth}
5683 \end_layout
5684
5685 \end_inset
5686
5687
5688 \end_layout
5689
5690 \begin_layout Standard
5691 \begin_inset Tabular
5692 <lyxtabular version="3" rows="5" columns="5">
5693 <features islongtable="true" longtabularalignment="center">
5694 <column alignment="center" valignment="top" width="0">
5695 <column alignment="center" valignment="top" width="0pt">
5696 <column alignment="center" valignment="top" width="0">
5697 <column alignment="center" valignment="top" width="0">
5698 <column alignment="center" valignment="top" width="0">
5699 <row>
5700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704 1
5705 \end_layout
5706
5707 \end_inset
5708 </cell>
5709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5710 \begin_inset Text
5711
5712 \begin_layout Plain Layout
5713 2
5714 \end_layout
5715
5716 \end_inset
5717 </cell>
5718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5719 \begin_inset Text
5720
5721 \begin_layout Plain Layout
5722 3
5723 \end_layout
5724
5725 \end_inset
5726 </cell>
5727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731 4
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 5
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 </row>
5746 <row>
5747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5748 \begin_inset Text
5749
5750 \begin_layout Plain Layout
5751 asd
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760 s
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5766 \begin_inset Text
5767
5768 \begin_layout Plain Layout
5769 s
5770 \end_layout
5771
5772 \end_inset
5773 </cell>
5774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Plain Layout
5778 s
5779 \end_layout
5780
5781 \end_inset
5782 </cell>
5783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5784 \begin_inset Text
5785
5786 \begin_layout Plain Layout
5787 asd
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 </row>
5793 <row>
5794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798 asd
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Plain Layout
5807 s
5808 \end_layout
5809
5810 \end_inset
5811 </cell>
5812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5813 \begin_inset Text
5814
5815 \begin_layout Plain Layout
5816 s
5817 \end_layout
5818
5819 \end_inset
5820 </cell>
5821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5822 \begin_inset Text
5823
5824 \begin_layout Plain Layout
5825 s
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834 asd
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 </row>
5840 <row>
5841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Plain Layout
5845 asd
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5851 \begin_inset Text
5852
5853 \begin_layout Plain Layout
5854 s
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5860 \begin_inset Text
5861
5862 \begin_layout Plain Layout
5863 s
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 s
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5878 \begin_inset Text
5879
5880 \begin_layout Plain Layout
5881 asd
5882 \end_layout
5883
5884 \end_inset
5885 </cell>
5886 </row>
5887 <row>
5888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892 asd
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5898 \begin_inset Text
5899
5900 \begin_layout Plain Layout
5901 asd
5902 \end_layout
5903
5904 \end_inset
5905 </cell>
5906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5907 \begin_inset Text
5908
5909 \begin_layout Plain Layout
5910 asd
5911 \end_layout
5912
5913 \end_inset
5914 </cell>
5915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919 asd
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928 asd
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 </row>
5934 </lyxtabular>
5935
5936 \end_inset
5937
5938
5939 \begin_inset ERT
5940 status collapsed
5941
5942 \begin_layout Plain Layout
5943
5944
5945 \backslash
5946 setlength{
5947 \backslash
5948 LTleft}{
5949 \backslash
5950 fill}
5951 \end_layout
5952
5953 \end_inset
5954
5955
5956 \begin_inset ERT
5957 status collapsed
5958
5959 \begin_layout Plain Layout
5960
5961
5962 \backslash
5963 addtocounter{table}{-1}
5964 \end_layout
5965
5966 \end_inset
5967
5968
5969 \begin_inset Note Note
5970 status collapsed
5971
5972 \begin_layout Plain Layout
5973 See the first greyed-out note in section
5974 \begin_inset space ~
5975 \end_inset
5976
5977
5978 \begin_inset CommandInset ref
5979 LatexCommand ref
5980 reference "sub:Longtable-Captions"
5981
5982 \end_inset
5983
5984  for an explanation of this command.
5985 \end_layout
5986
5987 \end_inset
5988
5989
5990 \end_layout
5991
5992 \begin_layout Subsection
5993 Longtable Captions
5994 \begin_inset Index idx
5995 status collapsed
5996
5997 \begin_layout Plain Layout
5998 Longtables ! Captions
5999 \end_layout
6000
6001 \end_inset
6002
6003
6004 \begin_inset CommandInset label
6005 LatexCommand label
6006 name "sub:Longtable-Captions"
6007
6008 \end_inset
6009
6010
6011 \end_layout
6012
6013 \begin_layout Standard
6014 A longtable cannot be put into a table float because floats can only be
6015  on one page.
6016  But the caption environment of floats can also be used for longtables when
6017  you use the longtable option 
6018 \family sans
6019 Caption
6020 \family default
6021  as described in sec.
6022 \begin_inset space \thinspace{}
6023 \end_inset
6024
6025
6026 \begin_inset CommandInset ref
6027 LatexCommand ref
6028 reference "sec:Longtables"
6029
6030 \end_inset
6031
6032 .
6033  
6034 \change_inserted -195340706 1324242393
6035 A caption must be put into one of 
6036 \family sans
6037 First
6038 \begin_inset space ~
6039 \end_inset
6040
6041 header
6042 \family default
6043
6044 \family sans
6045 Header
6046 \family default
6047
6048 \family sans
6049 Footer
6050 \family default
6051  and 
6052 \family sans
6053 Fast
6054 \begin_inset space ~
6055 \end_inset
6056
6057 footer
6058 \family default
6059 .
6060  Each kind of footer and header may only contain one 
6061 \change_deleted -195340706 1324242398
6062 Only one table row can contain the
6063 \change_unchanged
6064  caption.
6065 \end_layout
6066
6067 \begin_layout Standard
6068 Here is a short longtable to see how it works:
6069 \end_layout
6070
6071 \begin_layout Standard
6072 \begin_inset Tabular
6073 <lyxtabular version="3" rows="6" columns="5">
6074 <features islongtable="true" longtabularalignment="center">
6075 <column alignment="center" valignment="top" width="0">
6076 <column alignment="center" valignment="top" width="0">
6077 <column alignment="center" valignment="top" width="0">
6078 <column alignment="center" valignment="top" width="0">
6079 <column alignment="center" valignment="top" width="0">
6080 <row caption="true">
6081 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085 \begin_inset Caption
6086
6087 \begin_layout Plain Layout
6088 Longtable with caption
6089 \begin_inset Argument
6090 status open
6091
6092 \begin_layout Plain Layout
6093 Longtable
6094 \end_layout
6095
6096 \end_inset
6097
6098
6099 \end_layout
6100
6101 \end_inset
6102
6103
6104 \end_layout
6105
6106 \end_inset
6107 </cell>
6108 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 </row>
6145 <row>
6146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150 1
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159 2
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 3
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 4
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 5
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 </row>
6192 <row>
6193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197 asd
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 s
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 s
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" rightline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 asd
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 </row>
6239 <row>
6240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6241 \begin_inset Text
6242
6243 \begin_layout Plain Layout
6244 asd
6245 \end_layout
6246
6247 \end_inset
6248 </cell>
6249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253 s
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262 s
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" rightline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280 asd
6281 \end_layout
6282
6283 \end_inset
6284 </cell>
6285 </row>
6286 <row>
6287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6288 \begin_inset Text
6289
6290 \begin_layout Plain Layout
6291 asd
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Plain Layout
6300 s
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309 s
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318 s
6319 \end_layout
6320
6321 \end_inset
6322 </cell>
6323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6333 <row>
6334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6335 \begin_inset Text
6336
6337 \begin_layout Plain Layout
6338 asd
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347 asd
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6353 \begin_inset Text
6354
6355 \begin_layout Plain Layout
6356 asd
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Plain Layout
6365 asd
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374 asd
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 </row>
6380 </lyxtabular>
6381
6382 \end_inset
6383
6384
6385 \end_layout
6386
6387 \begin_layout Standard
6388 \begin_inset VSpace medskip
6389 \end_inset
6390
6391
6392 \begin_inset Note Greyedout
6393 status open
6394
6395 \begin_layout Plain Layout
6396
6397 \series bold
6398 Note
6399 \begin_inset space ~
6400 \end_inset
6401
6402 1:
6403 \series default
6404  The table number is increased for every longtable, even if you did not
6405  set a caption for it.
6406  For this reason you could have the case that e.
6407 \begin_inset space \thinspace{}
6408 \end_inset
6409
6410 g.
6411 \begin_inset space \space{}
6412 \end_inset
6413
6414 Table
6415 \begin_inset space ~
6416 \end_inset
6417
6418 2.4 follows Table
6419 \begin_inset space ~
6420 \end_inset
6421
6422 2.1 in the list of tables if there are two longtables without captions.
6423  To avoid this you can add the following command in TeX-Code after every
6424  longtable without a caption:
6425 \end_layout
6426
6427 \begin_layout Plain Layout
6428
6429 \series bold
6430
6431 \backslash
6432 addtocounter{table}{-1}
6433 \end_layout
6434
6435 \begin_layout Plain Layout
6436 This is not needed when none of your longtables has a caption and you add
6437  the following code to the document preamble:
6438 \end_layout
6439
6440 \begin_layout Plain Layout
6441
6442 \series bold
6443
6444 \backslash
6445 let
6446 \backslash
6447 myEnd
6448 \backslash
6449 endlongtable
6450 \begin_inset Newline newline
6451 \end_inset
6452
6453
6454 \backslash
6455 renewcommand{
6456 \backslash
6457 endlongtable}{
6458 \backslash
6459 myEnd
6460 \backslash
6461 addtocounter{table}{-1}}
6462 \end_layout
6463
6464 \end_inset
6465
6466
6467 \end_layout
6468
6469 \begin_layout Standard
6470 \begin_inset Note Greyedout
6471 status open
6472
6473 \begin_layout Plain Layout
6474
6475 \series bold
6476 Note
6477 \begin_inset space ~
6478 \end_inset
6479
6480 2:
6481 \series default
6482  If you are using
6483 \series bold
6484  hyperref
6485 \series default
6486
6487 \begin_inset Index idx
6488 status collapsed
6489
6490 \begin_layout Plain Layout
6491 LaTeX-packages ! hyperref
6492 \end_layout
6493
6494 \end_inset
6495
6496  in the 
6497 \family sans
6498 PDF Properties
6499 \family default
6500  of the 
6501 \family sans
6502 Document Settings
6503 \family default
6504  dialog to link cross-references, the link to a longtable caption will always
6505  point to the beginning of the document.
6506 \end_layout
6507
6508 \end_inset
6509
6510
6511 \end_layout
6512
6513 \begin_layout Subsubsection
6514 References to Longtables
6515 \begin_inset Index idx
6516 status collapsed
6517
6518 \begin_layout Plain Layout
6519 Longtables ! References
6520 \end_layout
6521
6522 \end_inset
6523
6524
6525 \end_layout
6526
6527 \begin_layout Standard
6528 \begin_inset Tabular
6529 <lyxtabular version="3" rows="6" columns="5">
6530 <features islongtable="true" longtabularalignment="center">
6531 <column alignment="center" valignment="top" width="0">
6532 <column alignment="center" valignment="top" width="0">
6533 <column alignment="center" valignment="top" width="0">
6534 <column alignment="center" valignment="top" width="0">
6535 <column alignment="center" valignment="top" width="0">
6536 <row caption="true">
6537 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Plain Layout
6541 \begin_inset Caption
6542
6543 \begin_layout Plain Layout
6544 Referenced longtable
6545 \begin_inset CommandInset label
6546 LatexCommand label
6547 name "tab:RefExample"
6548
6549 \end_inset
6550
6551
6552 \end_layout
6553
6554 \end_inset
6555
6556
6557 \end_layout
6558
6559 \end_inset
6560 </cell>
6561 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6562 \begin_inset Text
6563
6564 \begin_layout Plain Layout
6565
6566 \end_layout
6567
6568 \end_inset
6569 </cell>
6570 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Plain Layout
6574
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Plain Layout
6583
6584 \end_layout
6585
6586 \end_inset
6587 </cell>
6588 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6589 \begin_inset Text
6590
6591 \begin_layout Plain Layout
6592
6593 \end_layout
6594
6595 \end_inset
6596 </cell>
6597 </row>
6598 <row>
6599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6600 \begin_inset Text
6601
6602 \begin_layout Plain Layout
6603 1
6604 \end_layout
6605
6606 \end_inset
6607 </cell>
6608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6609 \begin_inset Text
6610
6611 \begin_layout Plain Layout
6612 2
6613 \end_layout
6614
6615 \end_inset
6616 </cell>
6617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Plain Layout
6621 3
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 4
6631 \end_layout
6632
6633 \end_inset
6634 </cell>
6635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6636 \begin_inset Text
6637
6638 \begin_layout Plain Layout
6639 5
6640 \end_layout
6641
6642 \end_inset
6643 </cell>
6644 </row>
6645 <row>
6646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6647 \begin_inset Text
6648
6649 \begin_layout Plain Layout
6650 asd
6651 \end_layout
6652
6653 \end_inset
6654 </cell>
6655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6656 \begin_inset Text
6657
6658 \begin_layout Plain Layout
6659 s
6660 \end_layout
6661
6662 \end_inset
6663 </cell>
6664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6665 \begin_inset Text
6666
6667 \begin_layout Plain Layout
6668 s
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" rightline="true" usebox="none">
6683 \begin_inset Text
6684
6685 \begin_layout Plain Layout
6686 asd
6687 \end_layout
6688
6689 \end_inset
6690 </cell>
6691 </row>
6692 <row>
6693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6694 \begin_inset Text
6695
6696 \begin_layout Plain Layout
6697 asd
6698 \end_layout
6699
6700 \end_inset
6701 </cell>
6702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6703 \begin_inset Text
6704
6705 \begin_layout Plain Layout
6706 s
6707 \end_layout
6708
6709 \end_inset
6710 </cell>
6711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6712 \begin_inset Text
6713
6714 \begin_layout Plain Layout
6715 s
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" rightline="true" usebox="none">
6730 \begin_inset Text
6731
6732 \begin_layout Plain Layout
6733 asd
6734 \end_layout
6735
6736 \end_inset
6737 </cell>
6738 </row>
6739 <row>
6740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6741 \begin_inset Text
6742
6743 \begin_layout Plain Layout
6744 asd
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6750 \begin_inset Text
6751
6752 \begin_layout Plain Layout
6753 s
6754 \end_layout
6755
6756 \end_inset
6757 </cell>
6758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6759 \begin_inset Text
6760
6761 \begin_layout Plain Layout
6762 s
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771 s
6772 \end_layout
6773
6774 \end_inset
6775 </cell>
6776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6786 <row>
6787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791 asd
6792 \end_layout
6793
6794 \end_inset
6795 </cell>
6796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6797 \begin_inset Text
6798
6799 \begin_layout Plain Layout
6800 sad
6801 \end_layout
6802
6803 \end_inset
6804 </cell>
6805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6806 \begin_inset Text
6807
6808 \begin_layout Plain Layout
6809 asd
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Plain Layout
6818 asd
6819 \end_layout
6820
6821 \end_inset
6822 </cell>
6823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6824 \begin_inset Text
6825
6826 \begin_layout Plain Layout
6827 asd
6828 \end_layout
6829
6830 \end_inset
6831 </cell>
6832 </row>
6833 </lyxtabular>
6834
6835 \end_inset
6836
6837
6838 \end_layout
6839
6840 \begin_layout Standard
6841 To reference a longtable, insert a label into the caption.
6842 \end_layout
6843
6844 \begin_layout Standard
6845 This is a reference to Table
6846 \begin_inset space ~
6847 \end_inset
6848
6849
6850 \begin_inset CommandInset ref
6851 LatexCommand ref
6852 reference "tab:RefExample"
6853
6854 \end_inset
6855
6856 .
6857 \end_layout
6858
6859 \begin_layout Standard
6860 The caption layout can be set together with all other captions of your document
6861  using the LaTeX-package 
6862 \series bold
6863 caption
6864 \series default
6865
6866 \begin_inset Index idx
6867 status collapsed
6868
6869 \begin_layout Plain Layout
6870 LaTeX-packages ! caption
6871 \end_layout
6872
6873 \end_inset
6874
6875 , see section
6876 \begin_inset space ~
6877 \end_inset
6878
6879
6880 \begin_inset CommandInset ref
6881 LatexCommand ref
6882 reference "sec:Caption-Formatting"
6883
6884 \end_inset
6885
6886 .
6887 \end_layout
6888
6889 \begin_layout Subsubsection
6890 Caption Width
6891 \begin_inset Index idx
6892 status collapsed
6893
6894 \begin_layout Plain Layout
6895 Longtables ! Caption Width
6896 \end_layout
6897
6898 \end_inset
6899
6900
6901 \end_layout
6902
6903 \begin_layout Standard
6904 The maximal width of caption lines is defined by the length 
6905 \series bold
6906
6907 \backslash
6908 LTcapwidth
6909 \series default
6910 .
6911  Its default value is 4
6912 \begin_inset space \thinspace{}
6913 \end_inset
6914
6915 in.
6916  To change it add the following command to your document preamble or as
6917  TeX-Code into your document before the longtable that should be affected
6918 \end_layout
6919
6920 \begin_layout Standard
6921
6922 \series bold
6923
6924 \backslash
6925 setlength{
6926 \backslash
6927 LTcapwidth}{width}
6928 \end_layout
6929
6930 \begin_layout Standard
6931 where the width could have one of the units listed in appendix
6932 \begin_inset space ~
6933 \end_inset
6934
6935
6936 \begin_inset CommandInset ref
6937 LatexCommand ref
6938 reference "cha:Units-available-in"
6939
6940 \end_inset
6941
6942 .
6943 \end_layout
6944
6945 \begin_layout Standard
6946 The following tables show the difference:
6947 \end_layout
6948
6949 \begin_layout Standard
6950 \begin_inset Tabular
6951 <lyxtabular version="3" rows="6" columns="5">
6952 <features islongtable="true" longtabularalignment="center">
6953 <column alignment="center" valignment="top" width="0">
6954 <column alignment="center" valignment="top" width="0">
6955 <column alignment="center" valignment="top" width="0">
6956 <column alignment="center" valignment="top" width="0">
6957 <column alignment="center" valignment="top" width="0">
6958 <row caption="true">
6959 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6960 \begin_inset Text
6961
6962 \begin_layout Plain Layout
6963 \begin_inset Caption
6964
6965 \begin_layout Plain Layout
6966 long full title with default width long full title with default width long
6967  full title with default width
6968 \begin_inset Argument
6969 status collapsed
6970
6971 \begin_layout Plain Layout
6972 caption with default width
6973 \end_layout
6974
6975 \end_inset
6976
6977
6978 \end_layout
6979
6980 \end_inset
6981
6982
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6988 \begin_inset Text
6989
6990 \begin_layout Plain Layout
6991
6992 \end_layout
6993
6994 \end_inset
6995 </cell>
6996 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Plain Layout
7018
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 </row>
7024 <row>
7025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029 1
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038 2
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Plain Layout
7047 3
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 4
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065 5
7066 \end_layout
7067
7068 \end_inset
7069 </cell>
7070 </row>
7071 <row>
7072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 asd
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085 s
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7091 \begin_inset Text
7092
7093 \begin_layout Plain Layout
7094 s
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" rightline="true" usebox="none">
7109 \begin_inset Text
7110
7111 \begin_layout Plain Layout
7112 asd
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 </row>
7118 <row>
7119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7120 \begin_inset Text
7121
7122 \begin_layout Plain Layout
7123 asd
7124 \end_layout
7125
7126 \end_inset
7127 </cell>
7128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7129 \begin_inset Text
7130
7131 \begin_layout Plain Layout
7132 s
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141 s
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" rightline="true" usebox="none">
7156 \begin_inset Text
7157
7158 \begin_layout Plain Layout
7159 asd
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 </row>
7165 <row>
7166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7167 \begin_inset Text
7168
7169 \begin_layout Plain Layout
7170 asd
7171 \end_layout
7172
7173 \end_inset
7174 </cell>
7175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Plain Layout
7179 s
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 s
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197 s
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
7212 <row>
7213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7214 \begin_inset Text
7215
7216 \begin_layout Plain Layout
7217 asd
7218 \end_layout
7219
7220 \end_inset
7221 </cell>
7222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7223 \begin_inset Text
7224
7225 \begin_layout Plain Layout
7226 sad
7227 \end_layout
7228
7229 \end_inset
7230 </cell>
7231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Plain Layout
7235 asd
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 asd
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253 asd
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 </row>
7259 </lyxtabular>
7260
7261 \end_inset
7262
7263
7264 \end_layout
7265
7266 \begin_layout Standard
7267 \begin_inset ERT
7268 status collapsed
7269
7270 \begin_layout Plain Layout
7271
7272
7273 \backslash
7274 setlength{
7275 \backslash
7276 LTcapwidth}{5cm}
7277 \end_layout
7278
7279 \end_inset
7280
7281
7282 \begin_inset Tabular
7283 <lyxtabular version="3" rows="6" columns="5">
7284 <features islongtable="true" longtabularalignment="center">
7285 <column alignment="center" valignment="top" width="0">
7286 <column alignment="center" valignment="top" width="0">
7287 <column alignment="center" valignment="top" width="0">
7288 <column alignment="center" valignment="top" width="0">
7289 <column alignment="center" valignment="top" width="0">
7290 <row caption="true">
7291 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295 \begin_inset Caption
7296
7297 \begin_layout Plain Layout
7298 long full title with width set to 5
7299 \begin_inset space \thinspace{}
7300 \end_inset
7301
7302 cm long full title with width set to 5
7303 \begin_inset space \thinspace{}
7304 \end_inset
7305
7306 cm long full title with width set to 5
7307 \begin_inset space \thinspace{}
7308 \end_inset
7309
7310 cm
7311 \begin_inset Argument
7312 status collapsed
7313
7314 \begin_layout Plain Layout
7315 caption with width
7316 \begin_inset space \thinspace{}
7317 \end_inset
7318
7319 =
7320 \begin_inset space \thinspace{}
7321 \end_inset
7322
7323 5
7324 \begin_inset space \thinspace{}
7325 \end_inset
7326
7327 cm
7328 \end_layout
7329
7330 \end_inset
7331
7332
7333 \end_layout
7334
7335 \end_inset
7336
7337
7338 \end_layout
7339
7340 \end_inset
7341 </cell>
7342 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7343 \begin_inset Text
7344
7345 \begin_layout Plain Layout
7346
7347 \end_layout
7348
7349 \end_inset
7350 </cell>
7351 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7352 \begin_inset Text
7353
7354 \begin_layout Plain Layout
7355
7356 \end_layout
7357
7358 \end_inset
7359 </cell>
7360 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364
7365 \end_layout
7366
7367 \end_inset
7368 </cell>
7369 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373
7374 \end_layout
7375
7376 \end_inset
7377 </cell>
7378 </row>
7379 <row>
7380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7381 \begin_inset Text
7382
7383 \begin_layout Plain Layout
7384 1
7385 \end_layout
7386
7387 \end_inset
7388 </cell>
7389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7390 \begin_inset Text
7391
7392 \begin_layout Plain Layout
7393 2
7394 \end_layout
7395
7396 \end_inset
7397 </cell>
7398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7399 \begin_inset Text
7400
7401 \begin_layout Plain Layout
7402 3
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 4
7412 \end_layout
7413
7414 \end_inset
7415 </cell>
7416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Plain Layout
7420 5
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 </row>
7426 <row>
7427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7428 \begin_inset Text
7429
7430 \begin_layout Plain Layout
7431 asd
7432 \end_layout
7433
7434 \end_inset
7435 </cell>
7436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Plain Layout
7440 s
7441 \end_layout
7442
7443 \end_inset
7444 </cell>
7445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449 s
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" rightline="true" usebox="none">
7464 \begin_inset Text
7465
7466 \begin_layout Plain Layout
7467 asd
7468 \end_layout
7469
7470 \end_inset
7471 </cell>
7472 </row>
7473 <row>
7474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7475 \begin_inset Text
7476
7477 \begin_layout Plain Layout
7478 asd
7479 \end_layout
7480
7481 \end_inset
7482 </cell>
7483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7484 \begin_inset Text
7485
7486 \begin_layout Plain Layout
7487 s
7488 \end_layout
7489
7490 \end_inset
7491 </cell>
7492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496 s
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" rightline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514 asd
7515 \end_layout
7516
7517 \end_inset
7518 </cell>
7519 </row>
7520 <row>
7521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525 asd
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7531 \begin_inset Text
7532
7533 \begin_layout Plain Layout
7534 s
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543 s
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7549 \begin_inset Text
7550
7551 \begin_layout Plain Layout
7552 s
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
7567 <row>
7568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Plain Layout
7572 asd
7573 \end_layout
7574
7575 \end_inset
7576 </cell>
7577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Plain Layout
7581 sad
7582 \end_layout
7583
7584 \end_inset
7585 </cell>
7586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7587 \begin_inset Text
7588
7589 \begin_layout Plain Layout
7590 asd
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7596 \begin_inset Text
7597
7598 \begin_layout Plain Layout
7599 asd
7600 \end_layout
7601
7602 \end_inset
7603 </cell>
7604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7605 \begin_inset Text
7606
7607 \begin_layout Plain Layout
7608 asd
7609 \end_layout
7610
7611 \end_inset
7612 </cell>
7613 </row>
7614 </lyxtabular>
7615
7616 \end_inset
7617
7618
7619 \end_layout
7620
7621 \begin_layout Standard
7622 \begin_inset ERT
7623 status collapsed
7624
7625 \begin_layout Plain Layout
7626
7627
7628 \backslash
7629 setlength{
7630 \backslash
7631 LTcapwidth}{4in}
7632 \end_layout
7633
7634 \end_inset
7635
7636
7637 \end_layout
7638
7639 \begin_layout Standard
7640 \begin_inset Note Greyedout
7641 status open
7642
7643 \begin_layout Plain Layout
7644
7645 \series bold
7646 Note:
7647 \series default
7648  When the LaTeX-package 
7649 \series bold
7650 caption
7651 \series default
7652
7653 \begin_inset Index idx
7654 status collapsed
7655
7656 \begin_layout Plain Layout
7657 LaTeX-packages ! caption
7658 \end_layout
7659
7660 \end_inset
7661
7662  is used, as in this document, the full page width is used for the caption
7663  when you use the default value of 4
7664 \begin_inset space \thinspace{}
7665 \end_inset
7666
7667 in for 
7668 \series bold
7669
7670 \backslash
7671 LTcapwidth
7672 \series default
7673 .
7674  To get in this case exactly a 4
7675 \begin_inset space \thinspace{}
7676 \end_inset
7677
7678 in wide caption, you can either use a value slightly different from 4.0
7679 \begin_inset space \thinspace{}
7680 \end_inset
7681
7682 in, e.
7683 \begin_inset space \thinspace{}
7684 \end_inset
7685
7686 g.
7687 \begin_inset space \space{}
7688 \end_inset
7689
7690 3.99
7691 \begin_inset space \thinspace{}
7692 \end_inset
7693
7694 in, or the LaTeX-command 
7695 \series bold
7696
7697 \backslash
7698 captionsetup{width=value}
7699 \series default
7700  that is provided by the 
7701 \series bold
7702 caption
7703 \series default
7704 -package.
7705 \end_layout
7706
7707 \end_inset
7708
7709
7710 \end_layout
7711
7712 \begin_layout Subsubsection
7713 Different Captions for Table Pages
7714 \begin_inset Index idx
7715 status collapsed
7716
7717 \begin_layout Plain Layout
7718 Longtables ! Different Captions for Pages
7719 \end_layout
7720
7721 \end_inset
7722
7723
7724 \end_layout
7725
7726 \begin_layout Standard
7727 When the table captions for the following pages should differ from the one
7728  of the first table page, insert a caption with the TeX-Code command
7729 \end_layout
7730
7731 \begin_layout Standard
7732
7733 \series bold
7734
7735 \backslash
7736 caption*{caption text}
7737 \backslash
7738
7739 \backslash
7740 %
7741 \end_layout
7742
7743 \begin_layout Standard
7744 in a dummy caption row that is marked as a header.
7745  Table
7746 \begin_inset space ~
7747 \end_inset
7748
7749
7750 \begin_inset CommandInset ref
7751 LatexCommand ref
7752 reference "tab:DiffCaptions"
7753
7754 \end_inset
7755
7756  is an example of a longtable with different heading where the second caption
7757  doesn't include the table number.
7758 \end_layout
7759
7760 \begin_layout Standard
7761 \align center
7762 \begin_inset Tabular
7763 <lyxtabular version="3" rows="59" columns="3">
7764 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7765 <column alignment="left" valignment="top" width="0cm">
7766 <column alignment="left" valignment="top" width="0pt">
7767 <column alignment="center" valignment="top" width="0pt">
7768 <row caption="true">
7769 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773 \begin_inset Caption
7774
7775 \begin_layout Plain Layout
7776 Example Phone List
7777 \begin_inset CommandInset label
7778 LatexCommand label
7779 name "tab:DiffCaptions"
7780
7781 \end_inset
7782
7783
7784 \begin_inset Argument
7785 status collapsed
7786
7787 \begin_layout Plain Layout
7788 Example Phone List
7789 \end_layout
7790
7791 \end_inset
7792
7793
7794 \end_layout
7795
7796 \end_inset
7797
7798
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Plain Layout
7807
7808 \end_layout
7809
7810 \end_inset
7811 </cell>
7812 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Plain Layout
7816
7817 \end_layout
7818
7819 \end_inset
7820 </cell>
7821 </row>
7822 <row endfirsthead="true">
7823 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7824 \begin_inset Text
7825
7826 \begin_layout Plain Layout
7827
7828 \series bold
7829 Example Phone List (ignore the names)
7830 \end_layout
7831
7832 \end_inset
7833 </cell>
7834 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7835 \begin_inset Text
7836
7837 \begin_layout Plain Layout
7838
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 </row>
7853 <row endfirsthead="true">
7854 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7855 \begin_inset Text
7856
7857 \begin_layout Plain Layout
7858
7859 \series bold
7860 NAME
7861 \end_layout
7862
7863 \end_inset
7864 </cell>
7865 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7866 \begin_inset Text
7867
7868 \begin_layout Plain Layout
7869
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878
7879 \series bold
7880 TEL.
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 </row>
7886 <row endhead="true">
7887 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7888 \begin_inset Text
7889
7890 \begin_layout Plain Layout
7891 \begin_inset ERT
7892 status open
7893
7894 \begin_layout Plain Layout
7895
7896
7897 \backslash
7898 caption*{Continued Example Phone List}
7899 \backslash
7900
7901 \backslash
7902 %
7903 \end_layout
7904
7905 \end_inset
7906
7907
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 </row>
7931 <row endhead="true">
7932 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936
7937 \series bold
7938 Example Phone List
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 </row>
7962 <row endhead="true">
7963 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967
7968 \series bold
7969 NAME
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987
7988 \series bold
7989 TEL.
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 </row>
7995 <row endfoot="true">
7996 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000 continued on next page
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 </row>
8024 <row>
8025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029
8030 \series bold
8031 Annovi
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 Silvia
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049 111
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 </row>
8055 <row>
8056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060
8061 \series bold
8062 Bertoli
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071 Stefano
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080 111
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 </row>
8086 <row>
8087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091
8092 \series bold
8093 Bozzi
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102 Walter
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111 111
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 </row>
8117 <row>
8118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122
8123 \series bold
8124 Cachia
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 Maria
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142 111
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 </row>
8148 <row>
8149 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153
8154 \series bold
8155 Cachia
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164 Maurizio
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173 111
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 </row>
8179 <row>
8180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184
8185 \series bold
8186 Cinquemani
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 Giusi
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204 111
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 </row>
8210 <row>
8211 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215
8216 \series bold
8217 Colin
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226 Bernard
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235 111
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 </row>
8241 <row>
8242 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246
8247 \series bold
8248 Concli
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257 Gianfranco
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266 111
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 </row>
8272 <row>
8273 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277
8278 \series bold
8279 Dal Bosco
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288 Carolina
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297 111
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 </row>
8303 <row>
8304 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308
8309 \series bold
8310 Dalpiaz
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319 Annamaria
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328 111
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 </row>
8334 <row>
8335 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339
8340 \series bold
8341 Feliciello
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350 Domenico
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359 111
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 </row>
8365 <row>
8366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8367 \begin_inset Text
8368
8369 \begin_layout Plain Layout
8370
8371 \series bold
8372 Focarelli
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381 Paola
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8387 \begin_inset Text
8388
8389 \begin_layout Plain Layout
8390 111
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 </row>
8396 <row>
8397 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401
8402 \series bold
8403 Galletti
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412 Oreste
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421 111
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 </row>
8427 <row>
8428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432
8433 \series bold
8434 Gasparini
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443 Franca
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452 111
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 </row>
8458 <row>
8459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463
8464 \series bold
8465 Rizzardi
8466 \series default
8467
8468 \begin_inset Foot
8469 status open
8470
8471 \begin_layout Plain Layout
8472 Example footnote
8473 \end_layout
8474
8475 \end_inset
8476
8477
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486 Paola
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 111
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 </row>
8501 <row>
8502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506
8507 \series bold
8508 Lassini
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517 Giancarlo
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 111
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 </row>
8532 <row>
8533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537
8538 \series bold
8539 Malfatti
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 Luciano
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 111
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 </row>
8563 <row>
8564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568
8569 \series bold
8570 Malfatti
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579 Valeriano
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588 111
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 </row>
8594 <row>
8595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599
8600 \series bold
8601 Meneguzzo
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610 Roberto
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Plain Layout
8619 111
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 </row>
8625 <row>
8626 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630
8631 \series bold
8632 Mezzadra
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641 Roberto
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650 111
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 </row>
8656 <row>
8657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661
8662 \series bold
8663 Pirpamer
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672 Erich
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681 111
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 </row>
8687 <row>
8688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692
8693 \series bold
8694 Pochiesa
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703 Paolo
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712 111, 222
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 </row>
8718 <row>
8719 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723
8724 \series bold
8725 Radina
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 Claudio
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743 111
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 </row>
8749 <row>
8750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754
8755 \series bold
8756 Stuffer
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765 Oskar
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Plain Layout
8774 111
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 </row>
8780 <row>
8781 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8782 \begin_inset Text
8783
8784 \begin_layout Plain Layout
8785
8786 \series bold
8787 Tacchelli
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796 Ugo
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805 111
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 </row>
8811 <row>
8812 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816
8817 \series bold
8818 Tezzele
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827 Margit
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836 111
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 </row>
8842 <row>
8843 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8844 \begin_inset Text
8845
8846 \begin_layout Plain Layout
8847
8848 \series bold
8849 Unterkalmsteiner
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858 Frieda
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867 111
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 </row>
8873 <row>
8874 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878
8879 \series bold
8880 Vieider
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889 Hilde
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898 111
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 </row>
8904 <row>
8905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909
8910 \series bold
8911 Vigna
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920 Jürgen
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929 111
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 </row>
8935 <row>
8936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940
8941 \series bold
8942 Weber
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951 Maurizio
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960 111
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 </row>
8966 <row>
8967 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971
8972 \series bold
8973 Winkler
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982 Franz
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991 111
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 </row>
8997 <row>
8998 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002  
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 </row>
9026 <row>
9027 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031
9032 \series bold
9033 Annovi
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 Silvia
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 555
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 </row>
9057 <row>
9058 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9059 \begin_inset Text
9060
9061 \begin_layout Plain Layout
9062
9063 \series bold
9064 Bertoli
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073 Stefano
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082 555
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 </row>
9088 <row>
9089 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Plain Layout
9093
9094 \series bold
9095 Bozzi
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104 Walter
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 555
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 </row>
9119 <row>
9120 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124
9125 \series bold
9126 Cachia
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Plain Layout
9135 Maria
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144 555
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 </row>
9150 <row>
9151 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155
9156 \series bold
9157 Cachia
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 Maurizio
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 555
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 </row>
9181 <row>
9182 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186
9187 \series bold
9188 Cinquemani
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197 Giusi
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206 555
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 </row>
9212 <row>
9213 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217
9218 \series bold
9219 Colin
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228 Bernard
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237 555
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 </row>
9243 <row>
9244 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248
9249 \series bold
9250 Concli
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259 Gianfranco
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Plain Layout
9268 555
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 </row>
9274 <row>
9275 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Plain Layout
9279
9280 \series bold
9281 Dal Bosco
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290 Carolina
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299 555
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 </row>
9305 <row>
9306 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9307 \begin_inset Text
9308
9309 \begin_layout Plain Layout
9310
9311 \series bold
9312 Dalpiaz
9313 \end_layout
9314
9315 \end_inset
9316 </cell>
9317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321 Annamaria
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9327 \begin_inset Text
9328
9329 \begin_layout Plain Layout
9330 555
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 </row>
9336 <row>
9337 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9338 \begin_inset Text
9339
9340 \begin_layout Plain Layout
9341
9342 \series bold
9343 Feliciello
9344 \end_layout
9345
9346 \end_inset
9347 </cell>
9348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9349 \begin_inset Text
9350
9351 \begin_layout Plain Layout
9352 Domenico
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361 555
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 </row>
9367 <row>
9368 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372
9373 \series bold
9374 Focarelli
9375 \end_layout
9376
9377 \end_inset
9378 </cell>
9379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383 Paola
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Plain Layout
9392 555
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 </row>
9398 <row>
9399 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Plain Layout
9403
9404 \series bold
9405 Galletti
9406 \end_layout
9407
9408 \end_inset
9409 </cell>
9410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Plain Layout
9414 Oreste
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423 555
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 </row>
9429 <row>
9430 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434
9435 \series bold
9436 Gasparini
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445 Franca
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454 555
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 </row>
9460 <row>
9461 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9462 \begin_inset Text
9463
9464 \begin_layout Plain Layout
9465
9466 \series bold
9467 Rizzardi
9468 \end_layout
9469
9470 \end_inset
9471 </cell>
9472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Plain Layout
9476 Paola
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9482 \begin_inset Text
9483
9484 \begin_layout Plain Layout
9485 555
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 </row>
9491 <row>
9492 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9493 \begin_inset Text
9494
9495 \begin_layout Plain Layout
9496
9497 \series bold
9498 Lassini
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9504 \begin_inset Text
9505
9506 \begin_layout Plain Layout
9507 Giancarlo
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9513 \begin_inset Text
9514
9515 \begin_layout Plain Layout
9516 555
9517 \end_layout
9518
9519 \end_inset
9520 </cell>
9521 </row>
9522 <row>
9523 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9524 \begin_inset Text
9525
9526 \begin_layout Plain Layout
9527
9528 \series bold
9529 Malfatti
9530 \end_layout
9531
9532 \end_inset
9533 </cell>
9534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9535 \begin_inset Text
9536
9537 \begin_layout Plain Layout
9538 Luciano
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9544 \begin_inset Text
9545
9546 \begin_layout Plain Layout
9547 555
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 </row>
9553 <row>
9554 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9555 \begin_inset Text
9556
9557 \begin_layout Plain Layout
9558
9559 \series bold
9560 Malfatti
9561 \end_layout
9562
9563 \end_inset
9564 </cell>
9565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9566 \begin_inset Text
9567
9568 \begin_layout Plain Layout
9569 Valeriano
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9575 \begin_inset Text
9576
9577 \begin_layout Plain Layout
9578 555
9579 \end_layout
9580
9581 \end_inset
9582 </cell>
9583 </row>
9584 <row>
9585 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9586 \begin_inset Text
9587
9588 \begin_layout Plain Layout
9589
9590 \series bold
9591 Meneguzzo
9592 \end_layout
9593
9594 \end_inset
9595 </cell>
9596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9597 \begin_inset Text
9598
9599 \begin_layout Plain Layout
9600 Roberto
9601 \end_layout
9602
9603 \end_inset
9604 </cell>
9605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9606 \begin_inset Text
9607
9608 \begin_layout Plain Layout
9609 555
9610 \end_layout
9611
9612 \end_inset
9613 </cell>
9614 </row>
9615 <row>
9616 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9617 \begin_inset Text
9618
9619 \begin_layout Plain Layout
9620
9621 \series bold
9622 Mezzadra
9623 \end_layout
9624
9625 \end_inset
9626 </cell>
9627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9628 \begin_inset Text
9629
9630 \begin_layout Plain Layout
9631 Roberto
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9637 \begin_inset Text
9638
9639 \begin_layout Plain Layout
9640 555
9641 \end_layout
9642
9643 \end_inset
9644 </cell>
9645 </row>
9646 </lyxtabular>
9647
9648 \end_inset
9649
9650
9651 \end_layout
9652
9653 \begin_layout Section
9654 Special Longtable Issues
9655 \begin_inset CommandInset label
9656 LatexCommand label
9657 name "sec:Special-Longtable-Issues"
9658
9659 \end_inset
9660
9661
9662 \end_layout
9663
9664 \begin_layout Subsection
9665 Longtable Calculation
9666 \begin_inset Index idx
9667 status collapsed
9668
9669 \begin_layout Plain Layout
9670 Longtables ! Calculation
9671 \end_layout
9672
9673 \end_inset
9674
9675
9676 \end_layout
9677
9678 \begin_layout Standard
9679 LaTeX calculates the height of table pages and their page breaks using so
9680  called chunks.
9681  Chunks are parts of tables that held at the same time in LaTeX's memory.
9682  The default value was historically set to only 20 table rows.
9683  If you are using longtables with many pages this may slow down the creation
9684  of your document.
9685  You can safely increase the chunk size to values of 100-1000 by adding
9686  this command line to your document preamble:
9687 \end_layout
9688
9689 \begin_layout Standard
9690
9691 \series bold
9692
9693 \backslash
9694 setcounter{LTchunksize}{100}
9695 \end_layout
9696
9697 \begin_layout Subsection
9698 Floats and Longtables
9699 \begin_inset Index idx
9700 status collapsed
9701
9702 \begin_layout Plain Layout
9703 Longtables ! Floats
9704 \end_layout
9705
9706 \end_inset
9707
9708
9709 \end_layout
9710
9711 \begin_layout Standard
9712 There might be problems when a float appears on the same page where a longtable
9713  starts.
9714  To avoid such a situation, insert a 
9715 \begin_inset Quotes eld
9716 \end_inset
9717
9718 clear page
9719 \begin_inset Quotes erd
9720 \end_inset
9721
9722  (menu 
9723 \family sans
9724 Insert\SpecialChar \menuseparator
9725 Formatting\SpecialChar \menuseparator
9726 Clear
9727 \begin_inset space ~
9728 \end_inset
9729
9730 Page
9731 \family default
9732 ) before your longtable.
9733 \end_layout
9734
9735 \begin_layout Subsection
9736 Forced Page Breaks
9737 \begin_inset Index idx
9738 status collapsed
9739
9740 \begin_layout Plain Layout
9741 Longtables ! Forced Page Breaks
9742 \end_layout
9743
9744 \end_inset
9745
9746
9747 \end_layout
9748
9749 \begin_layout Standard
9750 By default tables are only broken between rows.
9751  If you have a cell with multiples lines and want to have a page break within
9752  the cell, insert the new line command 
9753 \begin_inset Quotes eld
9754 \end_inset
9755
9756
9757 \series bold
9758
9759 \backslash
9760
9761 \backslash
9762
9763 \series default
9764
9765 \begin_inset Quotes erd
9766 \end_inset
9767
9768  as TeX-Code at the point of the cell where it can be broken.
9769  Before the 
9770 \series bold
9771
9772 \backslash
9773
9774 \backslash
9775
9776 \series default
9777  command you have to insert in TeX-Code as many 
9778 \begin_inset Quotes eld
9779 \end_inset
9780
9781
9782 \series bold
9783 &
9784 \series default
9785
9786 \begin_inset Quotes erd
9787 \end_inset
9788
9789  characters as the number of the following table columns.
9790  The 
9791 \series bold
9792 &
9793 \series default
9794  is the character to separate table cells.
9795  Write in TeX-Code after each 
9796 \series bold
9797 &
9798 \series default
9799  the content of the corresponding following cell and delete the content
9800  of these cells.
9801 \begin_inset Newline newline
9802 \end_inset
9803
9804 After the 
9805 \series bold
9806
9807 \backslash
9808
9809 \backslash
9810
9811 \series default
9812  command, insert as many 
9813 \series bold
9814 &
9815 \series default
9816  characters as the number of table columns before the current column.
9817  In Table
9818 \begin_inset space ~
9819 \end_inset
9820
9821
9822 \begin_inset CommandInset ref
9823 LatexCommand ref
9824 reference "tab:ForcedPagebreak"
9825
9826 \end_inset
9827
9828  the cell that should be broken is in the second column followed by another
9829  column.
9830  Therefore the following command was inserted in the cell as TeX-Code after
9831  
9832 \begin_inset Quotes eld
9833 \end_inset
9834
9835
9836 \emph on
9837 Castelchiodato,
9838 \emph default
9839
9840 \begin_inset Quotes erd
9841 \end_inset
9842
9843 :
9844 \end_layout
9845
9846 \begin_layout Standard
9847
9848 \series bold
9849 & 111
9850 \backslash
9851
9852 \backslash
9853  
9854 \backslash
9855 newpage
9856 \begin_inset Newline newline
9857 \end_inset
9858
9859 &
9860 \end_layout
9861
9862 \begin_layout Standard
9863 The 
9864 \begin_inset Quotes eld
9865 \end_inset
9866
9867 111
9868 \begin_inset Quotes erd
9869 \end_inset
9870
9871  in the third column of the row was deleted.
9872  
9873 \series bold
9874
9875 \backslash
9876 newpage
9877 \series default
9878  is only needed when a page break should definitely occur at this position,
9879  otherwise it would be a conditional break.
9880  If your footer row of the longtable has for a certain reason no upper line
9881  but you would have a horizontal line where the cell is broken, use this
9882  command instead:
9883 \end_layout
9884
9885 \begin_layout Standard
9886
9887 \series bold
9888 & 111
9889 \backslash
9890
9891 \backslash
9892
9893 \begin_inset Newline newline
9894 \end_inset
9895
9896
9897 \backslash
9898 hline &
9899 \end_layout
9900
9901 \begin_layout Standard
9902 When the cell to be broken is in the last column, the command
9903 \end_layout
9904
9905 \begin_layout Standard
9906
9907 \series bold
9908
9909 \backslash
9910 setlength{
9911 \backslash
9912 parfillskip}{0pt}
9913 \end_layout
9914
9915 \begin_layout Standard
9916 must be inserted as TeX-Code at the beginning of the cell.
9917  This ensures that the part of the cell that will be displayed on the new
9918  page appears with the full width.
9919 \end_layout
9920
9921 \begin_layout Standard
9922 \align center
9923 \begin_inset Tabular
9924 <lyxtabular version="3" rows="38" columns="3">
9925 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9926 <column alignment="left" valignment="top" width="0cm">
9927 <column alignment="left" valignment="top" width="3cm">
9928 <column alignment="center" valignment="top" width="0pt">
9929 <row caption="true">
9930 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934 \begin_inset Caption
9935
9936 \begin_layout Plain Layout
9937 Table with forced page break in table cell
9938 \begin_inset CommandInset label
9939 LatexCommand label
9940 name "tab:ForcedPagebreak"
9941
9942 \end_inset
9943
9944
9945 \begin_inset Argument
9946 status collapsed
9947
9948 \begin_layout Plain Layout
9949 Table with forced page break in table cell
9950 \end_layout
9951
9952 \end_inset
9953
9954
9955 \end_layout
9956
9957 \end_inset
9958
9959
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 </row>
9983 <row endfirsthead="true">
9984 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988
9989 \series bold
9990 Example Phone List (ignore the names)
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 </row>
10014 <row endfirsthead="true">
10015 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019
10020 \series bold
10021 NAME
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039
10040 \series bold
10041 TEL.
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 </row>
10047 <row endhead="true">
10048 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052 \begin_inset ERT
10053 status collapsed
10054
10055 \begin_layout Plain Layout
10056
10057
10058 \backslash
10059 caption*{Continued Example Phone List}
10060 \backslash
10061
10062 \backslash
10063 %
10064 \end_layout
10065
10066 \end_inset
10067
10068
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 </row>
10092 <row endhead="true">
10093 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097
10098 \series bold
10099 Example Phone List
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 </row>
10123 <row endhead="true">
10124 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128
10129 \series bold
10130 NAME
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Plain Layout
10139
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148
10149 \series bold
10150 TEL.
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 </row>
10156 <row endfoot="true">
10157 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161 continued on next page
10162 \end_layout
10163
10164 \end_inset
10165 </cell>
10166 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10167 \begin_inset Text
10168
10169 \begin_layout Plain Layout
10170
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10176 \begin_inset Text
10177
10178 \begin_layout Plain Layout
10179
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 </row>
10185 <row>
10186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10187 \begin_inset Text
10188
10189 \begin_layout Plain Layout
10190
10191 \series bold
10192 Annovi
10193 \end_layout
10194
10195 \end_inset
10196 </cell>
10197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10198 \begin_inset Text
10199
10200 \begin_layout Plain Layout
10201 Silvia
10202 \end_layout
10203
10204 \end_inset
10205 </cell>
10206 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210 111
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 </row>
10216 <row>
10217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10218 \begin_inset Text
10219
10220 \begin_layout Plain Layout
10221
10222 \series bold
10223 Bertoli
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10229 \begin_inset Text
10230
10231 \begin_layout Plain Layout
10232 Stefano
10233 \end_layout
10234
10235 \end_inset
10236 </cell>
10237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10238 \begin_inset Text
10239
10240 \begin_layout Plain Layout
10241 111
10242 \end_layout
10243
10244 \end_inset
10245 </cell>
10246 </row>
10247 <row>
10248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10249 \begin_inset Text
10250
10251 \begin_layout Plain Layout
10252
10253 \series bold
10254 Bozzi
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10260 \begin_inset Text
10261
10262 \begin_layout Plain Layout
10263 Walter
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Plain Layout
10272 111
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 </row>
10278 <row>
10279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10280 \begin_inset Text
10281
10282 \begin_layout Plain Layout
10283
10284 \series bold
10285 Cachia
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294 Maria
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303 111
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 </row>
10309 <row>
10310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10311 \begin_inset Text
10312
10313 \begin_layout Plain Layout
10314
10315 \series bold
10316 Cachia
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Plain Layout
10325 Maurizio
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334 111
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 </row>
10340 <row>
10341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345
10346 \series bold
10347 Cinquemani
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10353 \begin_inset Text
10354
10355 \begin_layout Plain Layout
10356 Giusi
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365 111
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 </row>
10371 <row>
10372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10373 \begin_inset Text
10374
10375 \begin_layout Plain Layout
10376
10377 \series bold
10378 Colin
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387 Bernard
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Plain Layout
10396 111
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 </row>
10402 <row>
10403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10404 \begin_inset Text
10405
10406 \begin_layout Plain Layout
10407
10408 \series bold
10409 Concli
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10415 \begin_inset Text
10416
10417 \begin_layout Plain Layout
10418 Gianfranco
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Plain Layout
10427 111
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 </row>
10433 <row>
10434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10435 \begin_inset Text
10436
10437 \begin_layout Plain Layout
10438
10439 \series bold
10440 Dal Bosco
10441 \end_layout
10442
10443 \end_inset
10444 </cell>
10445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10446 \begin_inset Text
10447
10448 \begin_layout Plain Layout
10449 Carolina
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10455 \begin_inset Text
10456
10457 \begin_layout Plain Layout
10458 111
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 </row>
10464 <row>
10465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10466 \begin_inset Text
10467
10468 \begin_layout Plain Layout
10469
10470 \series bold
10471 Dalpiaz
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Plain Layout
10480 Annamaria
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489 111
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 </row>
10495 <row>
10496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10497 \begin_inset Text
10498
10499 \begin_layout Plain Layout
10500
10501 \series bold
10502 Feliciello
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10508 \begin_inset Text
10509
10510 \begin_layout Plain Layout
10511 Domenico
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10517 \begin_inset Text
10518
10519 \begin_layout Plain Layout
10520 111
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 </row>
10526 <row>
10527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10528 \begin_inset Text
10529
10530 \begin_layout Plain Layout
10531
10532 \series bold
10533 Focarelli
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542 Paola
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10548 \begin_inset Text
10549
10550 \begin_layout Plain Layout
10551 111
10552 \end_layout
10553
10554 \end_inset
10555 </cell>
10556 </row>
10557 <row>
10558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10559 \begin_inset Text
10560
10561 \begin_layout Plain Layout
10562
10563 \series bold
10564 Galletti
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573 Oreste
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582 111
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 </row>
10588 <row>
10589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10590 \begin_inset Text
10591
10592 \begin_layout Plain Layout
10593
10594 \series bold
10595 Gasparini
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10601 \begin_inset Text
10602
10603 \begin_layout Plain Layout
10604 Franca
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10610 \begin_inset Text
10611
10612 \begin_layout Plain Layout
10613 111
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 </row>
10619 <row>
10620 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10621 \begin_inset Text
10622
10623 \begin_layout Plain Layout
10624
10625 \series bold
10626 Lassini
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635 Giancarlo
10636 \end_layout
10637
10638 \end_inset
10639 </cell>
10640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10641 \begin_inset Text
10642
10643 \begin_layout Plain Layout
10644 111
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 </row>
10650 <row>
10651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10652 \begin_inset Text
10653
10654 \begin_layout Plain Layout
10655
10656 \series bold
10657 Malfatti
10658 \end_layout
10659
10660 \end_inset
10661 </cell>
10662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10663 \begin_inset Text
10664
10665 \begin_layout Plain Layout
10666 Luciano
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10672 \begin_inset Text
10673
10674 \begin_layout Plain Layout
10675 111
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 </row>
10681 <row>
10682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10683 \begin_inset Text
10684
10685 \begin_layout Plain Layout
10686
10687 \series bold
10688 Malfatti
10689 \end_layout
10690
10691 \end_inset
10692 </cell>
10693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697 Valeriano
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706 111
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 </row>
10712 <row>
10713 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10714 \begin_inset Text
10715
10716 \begin_layout Plain Layout
10717
10718 \series bold
10719 Meneguzzo
10720 \end_layout
10721
10722 \end_inset
10723 </cell>
10724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10725 \begin_inset Text
10726
10727 \begin_layout Plain Layout
10728 Roberto
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10734 \begin_inset Text
10735
10736 \begin_layout Plain Layout
10737 111
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 </row>
10743 <row>
10744 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10745 \begin_inset Text
10746
10747 \begin_layout Plain Layout
10748
10749 \series bold
10750 Mezzadra
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 Roberto
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10765 \begin_inset Text
10766
10767 \begin_layout Plain Layout
10768 111
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 </row>
10774 <row>
10775 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779
10780 \series bold
10781 Pirpamer
10782 \end_layout
10783
10784 \end_inset
10785 </cell>
10786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10787 \begin_inset Text
10788
10789 \begin_layout Plain Layout
10790 Erich
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10796 \begin_inset Text
10797
10798 \begin_layout Plain Layout
10799 111
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 </row>
10805 <row>
10806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Plain Layout
10810
10811 \series bold
10812 Pochiesa
10813 \end_layout
10814
10815 \end_inset
10816 </cell>
10817 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10818 \begin_inset Text
10819
10820 \begin_layout Plain Layout
10821 Paolo
10822 \end_layout
10823
10824 \end_inset
10825 </cell>
10826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10827 \begin_inset Text
10828
10829 \begin_layout Plain Layout
10830 111, 222
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 </row>
10836 <row>
10837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10838 \begin_inset Text
10839
10840 \begin_layout Plain Layout
10841
10842 \series bold
10843 Radina
10844 \end_layout
10845
10846 \end_inset
10847 </cell>
10848 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10849 \begin_inset Text
10850
10851 \begin_layout Plain Layout
10852 Claudio
10853 \end_layout
10854
10855 \end_inset
10856 </cell>
10857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10858 \begin_inset Text
10859
10860 \begin_layout Plain Layout
10861 111
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 </row>
10867 <row>
10868 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10869 \begin_inset Text
10870
10871 \begin_layout Plain Layout
10872
10873 \series bold
10874 Rizzardi
10875 \end_layout
10876
10877 \end_inset
10878 </cell>
10879 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883 Paolo, 11.
10884  Fürst von Montecompatri, 11.
10885  Fürst von Sulmona und Vivaro, 10.
10886  Fürst von Rossano, 5.
10887  Herzog von Canemorte, 11.
10888  Herzog von Palombara, 5.
10889  Herzog von Castelchiodato,
10890 \begin_inset ERT
10891 status open
10892
10893 \begin_layout Plain Layout
10894
10895 & 111
10896 \backslash
10897
10898 \backslash
10899  
10900 \backslash
10901 newpage
10902 \end_layout
10903
10904 \begin_layout Plain Layout
10905
10906 &
10907 \end_layout
10908
10909 \end_inset
10910
10911  11.
10912  Herzog von Poggionativo, 11.
10913  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10914  Graf von Valinfreda, 11.
10915  Baron von Cropalati, 11.
10916  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10917 \end_layout
10918
10919 \end_inset
10920 </cell>
10921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10922 \begin_inset Text
10923
10924 \begin_layout Plain Layout
10925
10926 \end_layout
10927
10928 \end_inset
10929 </cell>
10930 </row>
10931 <row>
10932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10933 \begin_inset Text
10934
10935 \begin_layout Plain Layout
10936
10937 \series bold
10938 Stuffer
10939 \end_layout
10940
10941 \end_inset
10942 </cell>
10943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10944 \begin_inset Text
10945
10946 \begin_layout Plain Layout
10947 Oskar
10948 \end_layout
10949
10950 \end_inset
10951 </cell>
10952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10953 \begin_inset Text
10954
10955 \begin_layout Plain Layout
10956 111
10957 \end_layout
10958
10959 \end_inset
10960 </cell>
10961 </row>
10962 <row>
10963 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10964 \begin_inset Text
10965
10966 \begin_layout Plain Layout
10967
10968 \series bold
10969 Tacchelli
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10975 \begin_inset Text
10976
10977 \begin_layout Plain Layout
10978 Ugo
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10984 \begin_inset Text
10985
10986 \begin_layout Plain Layout
10987 111
10988 \end_layout
10989
10990 \end_inset
10991 </cell>
10992 </row>
10993 <row>
10994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998
10999 \series bold
11000 Tezzele
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009 Margit
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018 111
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 </row>
11024 <row>
11025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11026 \begin_inset Text
11027
11028 \begin_layout Plain Layout
11029
11030 \series bold
11031 Unterkalmsteiner
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040 Frieda
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11046 \begin_inset Text
11047
11048 \begin_layout Plain Layout
11049 111
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 </row>
11055 <row>
11056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11057 \begin_inset Text
11058
11059 \begin_layout Plain Layout
11060
11061 \series bold
11062 Vieider
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11068 \begin_inset Text
11069
11070 \begin_layout Plain Layout
11071 Hilde
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11077 \begin_inset Text
11078
11079 \begin_layout Plain Layout
11080 111
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 </row>
11086 <row>
11087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11088 \begin_inset Text
11089
11090 \begin_layout Plain Layout
11091
11092 \series bold
11093 Vigna
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11099 \begin_inset Text
11100
11101 \begin_layout Plain Layout
11102 Jürgen
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111 111
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 </row>
11117 <row>
11118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11119 \begin_inset Text
11120
11121 \begin_layout Plain Layout
11122
11123 \series bold
11124 Weber
11125 \end_layout
11126
11127 \end_inset
11128 </cell>
11129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Plain Layout
11133 Maurizio
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11139 \begin_inset Text
11140
11141 \begin_layout Plain Layout
11142 111
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 </row>
11148 <row>
11149 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11150 \begin_inset Text
11151
11152 \begin_layout Plain Layout
11153
11154 \series bold
11155 Winkler
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164 Franz
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 111
11174 \end_layout
11175
11176 \end_inset
11177 </cell>
11178 </row>
11179 </lyxtabular>
11180
11181 \end_inset
11182
11183
11184 \end_layout
11185
11186 \begin_layout Section
11187 Multiple Lines, Columns and Rows
11188 \end_layout
11189
11190 \begin_layout Subsection
11191 Multiple Lines in Table Cells
11192 \begin_inset CommandInset label
11193 LatexCommand label
11194 name "sub:Multiple-Lines-in"
11195
11196 \end_inset
11197
11198
11199 \begin_inset Index idx
11200 status collapsed
11201
11202 \begin_layout Plain Layout
11203 Multiple Lines in Table Cells
11204 \end_layout
11205
11206 \end_inset
11207
11208
11209 \begin_inset Index idx
11210 status collapsed
11211
11212 \begin_layout Plain Layout
11213 Table ! Linebreaks
11214 \end_layout
11215
11216 \end_inset
11217
11218
11219 \end_layout
11220
11221 \begin_layout Standard
11222 \noindent
11223 \begin_inset Float table
11224 placement H
11225 wide false
11226 sideways false
11227 status open
11228
11229 \begin_layout Plain Layout
11230 \begin_inset Caption
11231
11232 \begin_layout Plain Layout
11233 \begin_inset CommandInset label
11234 LatexCommand label
11235 name "tab:Table-with-multiple"
11236
11237 \end_inset
11238
11239 Table with multiple lines in cells
11240 \end_layout
11241
11242 \end_inset
11243
11244
11245 \end_layout
11246
11247 \begin_layout Plain Layout
11248 \align center
11249 \begin_inset Tabular
11250 <lyxtabular version="3" rows="3" columns="3">
11251 <features tabularvalignment="middle">
11252 <column alignment="center" valignment="middle" width="2.5cm">
11253 <column alignment="center" valignment="middle" width="0">
11254 <column alignment="center" valignment="middle" width="0">
11255 <row>
11256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11257 \begin_inset Text
11258
11259 \begin_layout Plain Layout
11260 multiple
11261 \begin_inset Newline linebreak
11262 \end_inset
11263
11264 lines
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 b
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 c
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 </row>
11288 <row>
11289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293 d
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302 e
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311 f
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 </row>
11317 <row>
11318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322 g
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331 h
11332 \end_layout
11333
11334 \end_inset
11335 </cell>
11336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11337 \begin_inset Text
11338
11339 \begin_layout Plain Layout
11340 i
11341 \end_layout
11342
11343 \end_inset
11344 </cell>
11345 </row>
11346 </lyxtabular>
11347
11348 \end_inset
11349
11350
11351 \end_layout
11352
11353 \end_inset
11354
11355
11356 \end_layout
11357
11358 \begin_layout Standard
11359 Setting a fixed width for a column enables you to enter text as a paragraph
11360  with multiple lines and hyphenation.
11361 \end_layout
11362
11363 \begin_layout Standard
11364 To produce Table
11365 \begin_inset space ~
11366 \end_inset
11367
11368
11369 \begin_inset CommandInset ref
11370 LatexCommand ref
11371 reference "tab:Table-with-multiple"
11372
11373 \end_inset
11374
11375 , create a 3×3 table, mark the first cell and right-click on it.
11376  In the appearing table dialog we set a cell width of 2.5
11377 \begin_inset space \thinspace{}
11378 \end_inset
11379
11380 cm and choose centered for the vertical and horizontal alignment.
11381  The vertical alignment is used for all cells of the row.
11382  As our text is smaller than 2.5
11383 \begin_inset space \thinspace{}
11384 \end_inset
11385
11386 cm, only one line will appear.
11387  To get two lines, a justified line break (shortcut 
11388 \begin_inset Info
11389 type  "shortcut"
11390 arg   "newline-insert linebreak"
11391 \end_inset
11392
11393 ) was added.
11394  If the text is wider than the set cell width, it will automatically be
11395  broken to several lines.
11396 \end_layout
11397
11398 \begin_layout Standard
11399 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11400  by LaTeX if it is the first entry.
11401  Therefore you need to insert something to prevent the word not being the
11402  first entry.
11403  So add a horizontal space of 0
11404 \begin_inset space \thinspace{}
11405 \end_inset
11406
11407 pt before the word.
11408  As the space is zero, it doesn't change the output.
11409  Table
11410 \begin_inset space ~
11411 \end_inset
11412
11413
11414 \begin_inset CommandInset ref
11415 LatexCommand ref
11416 reference "tab:Table-with-and"
11417
11418 \end_inset
11419
11420  shows the effect.
11421 \end_layout
11422
11423 \begin_layout Standard
11424 \begin_inset Float table
11425 placement h
11426 wide false
11427 sideways false
11428 status open
11429
11430 \begin_layout Plain Layout
11431 \begin_inset Caption
11432
11433 \begin_layout Plain Layout
11434 \begin_inset CommandInset label
11435 LatexCommand label
11436 name "tab:Table-with-and"
11437
11438 \end_inset
11439
11440 Table with and without hyphenation
11441 \end_layout
11442
11443 \end_inset
11444
11445
11446 \end_layout
11447
11448 \begin_layout Plain Layout
11449 \begin_inset space \hfill{}
11450 \end_inset
11451
11452
11453 \begin_inset Tabular
11454 <lyxtabular version="3" rows="3" columns="3">
11455 <features tabularvalignment="middle">
11456 <column alignment="center" valignment="middle" width="2.5cm">
11457 <column alignment="center" valignment="middle" width="0">
11458 <column alignment="center" valignment="middle" width="0">
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 verylongtablecellword
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 b
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 c
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 </row>
11488 <row>
11489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11490 \begin_inset Text
11491
11492 \begin_layout Plain Layout
11493 d
11494 \end_layout
11495
11496 \end_inset
11497 </cell>
11498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502 e
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 f
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 </row>
11517 <row>
11518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Plain Layout
11522 g
11523 \end_layout
11524
11525 \end_inset
11526 </cell>
11527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Plain Layout
11531 h
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 i
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 </row>
11546 </lyxtabular>
11547
11548 \end_inset
11549
11550
11551 \begin_inset space \hfill{}
11552 \end_inset
11553
11554
11555 \begin_inset Tabular
11556 <lyxtabular version="3" rows="3" columns="3">
11557 <features tabularvalignment="middle">
11558 <column alignment="center" valignment="middle" width="2.5cm">
11559 <column alignment="center" valignment="middle" width="0">
11560 <column alignment="center" valignment="middle" width="0">
11561 <row>
11562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11563 \begin_inset Text
11564
11565 \begin_layout Plain Layout
11566 \begin_inset space \hspace{}
11567 \length 0pt
11568 \end_inset
11569
11570 verylongtablecellword
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 b
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 c
11589 \end_layout
11590
11591 \end_inset
11592 </cell>
11593 </row>
11594 <row>
11595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599 d
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608 e
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11614 \begin_inset Text
11615
11616 \begin_layout Plain Layout
11617 f
11618 \end_layout
11619
11620 \end_inset
11621 </cell>
11622 </row>
11623 <row>
11624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11625 \begin_inset Text
11626
11627 \begin_layout Plain Layout
11628 g
11629 \end_layout
11630
11631 \end_inset
11632 </cell>
11633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Plain Layout
11637 h
11638 \end_layout
11639
11640 \end_inset
11641 </cell>
11642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11643 \begin_inset Text
11644
11645 \begin_layout Plain Layout
11646 i
11647 \end_layout
11648
11649 \end_inset
11650 </cell>
11651 </row>
11652 </lyxtabular>
11653
11654 \end_inset
11655
11656
11657 \begin_inset space \hfill{}
11658 \end_inset
11659
11660
11661 \end_layout
11662
11663 \end_inset
11664
11665
11666 \end_layout
11667
11668 \begin_layout Subsection
11669 Multicolumns
11670 \begin_inset CommandInset label
11671 LatexCommand label
11672 name "sub:Multicolumns"
11673
11674 \end_inset
11675
11676
11677 \begin_inset Index idx
11678 status collapsed
11679
11680 \begin_layout Plain Layout
11681 Multicolumns
11682 \end_layout
11683
11684 \end_inset
11685
11686
11687 \begin_inset Index idx
11688 status collapsed
11689
11690 \begin_layout Plain Layout
11691 Table ! Multicolumns
11692 \end_layout
11693
11694 \end_inset
11695
11696
11697 \end_layout
11698
11699 \begin_layout Subsubsection
11700 Multicolumn Basics
11701 \end_layout
11702
11703 \begin_layout Standard
11704 To merge cells over multiple columns, select as many cells within a row
11705  as you want to merge and use either the table-toolbar button 
11706 \begin_inset Info
11707 type  "icon"
11708 arg   "inset-modify tabular multicolumn"
11709 \end_inset
11710
11711 , or the menu 
11712 \family sans
11713 Edit\SpecialChar \menuseparator
11714 Table\SpecialChar \menuseparator
11715 Multicolumn
11716 \family default
11717 , or right click on the marked cells and choose 
11718 \family sans
11719 Multicolumn
11720 \family default
11721  in the context menu.
11722 \end_layout
11723
11724 \begin_layout Standard
11725 Multicolumns have there own cell settings.
11726  That means changing cell borders, cell alignment, and the width only affects
11727  the multicolumn.
11728  Here is an example table with a multicolumn cell in the first row and one
11729  in the last row without the upper border:
11730 \end_layout
11731
11732 \begin_layout Standard
11733 \align center
11734 \begin_inset Tabular
11735 <lyxtabular version="3" rows="3" columns="4">
11736 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11737 <column alignment="center" valignment="top" width="0pt">
11738 <column alignment="center" valignment="middle" width="0">
11739 <column alignment="center" valignment="top" width="0in">
11740 <column alignment="center" valignment="top" width="0pt">
11741 <row>
11742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11743 \begin_inset Text
11744
11745 \begin_layout Plain Layout
11746 abc
11747 \end_layout
11748
11749 \end_inset
11750 </cell>
11751 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11752 \begin_inset Text
11753
11754 \begin_layout Plain Layout
11755 def ghi
11756 \end_layout
11757
11758 \end_inset
11759 </cell>
11760 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11761 \begin_inset Text
11762
11763 \begin_layout Plain Layout
11764
11765 \end_layout
11766
11767 \end_inset
11768 </cell>
11769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Plain Layout
11773 jkl
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 </row>
11779 <row>
11780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11781 \begin_inset Text
11782
11783 \begin_layout Plain Layout
11784
11785 \family roman
11786 \series medium
11787 \shape up
11788 \size normal
11789 \emph off
11790 \bar no
11791 \noun off
11792 \color none
11793 A
11794 \end_layout
11795
11796 \end_inset
11797 </cell>
11798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11799 \begin_inset Text
11800
11801 \begin_layout Plain Layout
11802 B
11803 \end_layout
11804
11805 \end_inset
11806 </cell>
11807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11808 \begin_inset Text
11809
11810 \begin_layout Plain Layout
11811 C
11812 \end_layout
11813
11814 \end_inset
11815 </cell>
11816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11817 \begin_inset Text
11818
11819 \begin_layout Plain Layout
11820 D
11821 \end_layout
11822
11823 \end_inset
11824 </cell>
11825 </row>
11826 <row>
11827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11828 \begin_inset Text
11829
11830 \begin_layout Plain Layout
11831 1
11832 \end_layout
11833
11834 \end_inset
11835 </cell>
11836 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11837 \begin_inset Text
11838
11839 \begin_layout Plain Layout
11840 2
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849 3
11850 \end_layout
11851
11852 \end_inset
11853 </cell>
11854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11855 \begin_inset Text
11856
11857 \begin_layout Plain Layout
11858 4
11859 \end_layout
11860
11861 \end_inset
11862 </cell>
11863 </row>
11864 </lyxtabular>
11865
11866 \end_inset
11867
11868
11869 \end_layout
11870
11871 \begin_layout Subsubsection
11872 Multicolumn Calculations
11873 \begin_inset CommandInset label
11874 LatexCommand label
11875 name "sub:Multicolumn-Calculations"
11876
11877 \end_inset
11878
11879
11880 \begin_inset Index idx
11881 status collapsed
11882
11883 \begin_layout Plain Layout
11884 Multicolumns ! Calculations
11885 \end_layout
11886
11887 \end_inset
11888
11889
11890 \end_layout
11891
11892 \begin_layout Standard
11893 LyX supports multicolumns directly, but we have to take account of the cell
11894  width of the columns spanned by the multicolumn cell.
11895 \end_layout
11896
11897 \begin_layout Standard
11898 \begin_inset Float table
11899 placement h
11900 wide false
11901 sideways false
11902 status open
11903
11904 \begin_layout Plain Layout
11905 \begin_inset Caption
11906
11907 \begin_layout Plain Layout
11908 \begin_inset CommandInset label
11909 LatexCommand label
11910 name "tab:Table-with-centered"
11911
11912 \end_inset
11913
11914 Table with centered multicolumn text above two columns that have exactly
11915  half the width of the multicolumn cell
11916 \begin_inset Argument
11917 status collapsed
11918
11919 \begin_layout Plain Layout
11920 Perfect multicolumn table
11921 \end_layout
11922
11923 \end_inset
11924
11925
11926 \end_layout
11927
11928 \end_inset
11929
11930
11931 \end_layout
11932
11933 \begin_layout Plain Layout
11934 \align center
11935 \begin_inset Tabular
11936 <lyxtabular version="3" rows="3" columns="3">
11937 <features tabularvalignment="middle">
11938 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11939 <column alignment="center" valignment="middle" width="0">
11940 <column alignment="center" valignment="top" width="0">
11941 <row>
11942 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11943 \begin_inset Text
11944
11945 \begin_layout Plain Layout
11946 multiple lines multicolumn
11947 \end_layout
11948
11949 \end_inset
11950 </cell>
11951 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11952 \begin_inset Text
11953
11954 \begin_layout Plain Layout
11955
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 c
11965 \end_layout
11966
11967 \end_inset
11968 </cell>
11969 </row>
11970 <row>
11971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11972 \begin_inset Text
11973
11974 \begin_layout Plain Layout
11975 d
11976 \end_layout
11977
11978 \end_inset
11979 </cell>
11980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11981 \begin_inset Text
11982
11983 \begin_layout Plain Layout
11984 e
11985 \end_layout
11986
11987 \end_inset
11988 </cell>
11989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11990 \begin_inset Text
11991
11992 \begin_layout Plain Layout
11993 f
11994 \end_layout
11995
11996 \end_inset
11997 </cell>
11998 </row>
11999 <row>
12000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12001 \begin_inset Text
12002
12003 \begin_layout Plain Layout
12004 g
12005 \end_layout
12006
12007 \end_inset
12008 </cell>
12009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12010 \begin_inset Text
12011
12012 \begin_layout Plain Layout
12013 h
12014 \end_layout
12015
12016 \end_inset
12017 </cell>
12018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12019 \begin_inset Text
12020
12021 \begin_layout Plain Layout
12022 i
12023 \end_layout
12024
12025 \end_inset
12026 </cell>
12027 </row>
12028 </lyxtabular>
12029
12030 \end_inset
12031
12032
12033 \end_layout
12034
12035 \end_inset
12036
12037
12038 \end_layout
12039
12040 \begin_layout Standard
12041 To create for example Table
12042 \begin_inset space ~
12043 \end_inset
12044
12045
12046 \begin_inset CommandInset ref
12047 LatexCommand ref
12048 reference "tab:Table-with-centered"
12049
12050 \end_inset
12051
12052 , mark the first two cells in the first row of a 3×3 table and right-click
12053  on them.
12054  Now choose for this cell 
12055 \emph on
12056 multicolumn
12057 \emph default
12058
12059 \emph on
12060 centered alignment
12061 \emph default
12062  and a width of 2.5
12063 \begin_inset space \thinspace{}
12064 \end_inset
12065
12066 cm in the table dialog.
12067  The merged columns should have exactly half the width of the multicolumn
12068  cell, so that you would set a width of 1.25
12069 \begin_inset space \thinspace{}
12070 \end_inset
12071
12072 cm for the first column.
12073  The second column has then automatically a width of 1.25
12074 \begin_inset space \thinspace{}
12075 \end_inset
12076
12077 cm (multicolumn width - width of first column).
12078  This was done for Table
12079 \begin_inset space ~
12080 \end_inset
12081
12082
12083 \begin_inset CommandInset ref
12084 LatexCommand ref
12085 reference "tab:Table-without-half"
12086
12087 \end_inset
12088
12089 .
12090 \end_layout
12091
12092 \begin_layout Standard
12093 \begin_inset Float table
12094 wide false
12095 sideways false
12096 status open
12097
12098 \begin_layout Plain Layout
12099 \begin_inset Caption
12100
12101 \begin_layout Plain Layout
12102 \begin_inset CommandInset label
12103 LatexCommand label
12104 name "tab:Table-without-half"
12105
12106 \end_inset
12107
12108 Table where the spanned table columns are not exactly half the width of
12109  the multicolumn cell
12110 \begin_inset Argument
12111 status collapsed
12112
12113 \begin_layout Plain Layout
12114 Imperfect multicolumn table
12115 \end_layout
12116
12117 \end_inset
12118
12119
12120 \end_layout
12121
12122 \end_inset
12123
12124
12125 \end_layout
12126
12127 \begin_layout Plain Layout
12128 \align center
12129 \begin_inset Tabular
12130 <lyxtabular version="3" rows="3" columns="3">
12131 <features tabularvalignment="middle">
12132 <column alignment="center" valignment="top" width="1.25cm">
12133 <column alignment="center" valignment="top" width="0">
12134 <column alignment="center" valignment="top" width="0">
12135 <row>
12136 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12137 \begin_inset Text
12138
12139 \begin_layout Plain Layout
12140 multiple lines multicolumn
12141 \end_layout
12142
12143 \end_inset
12144 </cell>
12145 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12146 \begin_inset Text
12147
12148 \begin_layout Plain Layout
12149
12150 \end_layout
12151
12152 \end_inset
12153 </cell>
12154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12155 \begin_inset Text
12156
12157 \begin_layout Plain Layout
12158 c
12159 \end_layout
12160
12161 \end_inset
12162 </cell>
12163 </row>
12164 <row>
12165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12166 \begin_inset Text
12167
12168 \begin_layout Plain Layout
12169 d
12170 \end_layout
12171
12172 \end_inset
12173 </cell>
12174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12175 \begin_inset Text
12176
12177 \begin_layout Plain Layout
12178 e
12179 \end_layout
12180
12181 \end_inset
12182 </cell>
12183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12184 \begin_inset Text
12185
12186 \begin_layout Plain Layout
12187 f
12188 \end_layout
12189
12190 \end_inset
12191 </cell>
12192 </row>
12193 <row>
12194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12195 \begin_inset Text
12196
12197 \begin_layout Plain Layout
12198 g
12199 \end_layout
12200
12201 \end_inset
12202 </cell>
12203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12204 \begin_inset Text
12205
12206 \begin_layout Plain Layout
12207 h
12208 \end_layout
12209
12210 \end_inset
12211 </cell>
12212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12213 \begin_inset Text
12214
12215 \begin_layout Plain Layout
12216 i
12217 \end_layout
12218
12219 \end_inset
12220 </cell>
12221 </row>
12222 </lyxtabular>
12223
12224 \end_inset
12225
12226
12227 \end_layout
12228
12229 \end_inset
12230
12231
12232 \end_layout
12233
12234 \begin_layout Standard
12235 You can see that the first column is not half the width of the multicolumn
12236  cell, it is a bit bigger.
12237  The reason is that the specified width of a cell 
12238 \begin_inset Formula $W_{g}$
12239 \end_inset
12240
12241  is not its total width 
12242 \begin_inset Formula $W_{\mathrm{tot}}$
12243 \end_inset
12244
12245  because a cell is always a bit larger than specified.
12246  Appendix
12247 \begin_inset space ~
12248 \end_inset
12249
12250
12251 \begin_inset CommandInset ref
12252 LatexCommand ref
12253 reference "cha:Explanation-of-Equation"
12254
12255 \end_inset
12256
12257  explains this in detail.
12258 \end_layout
12259
12260 \begin_layout Standard
12261 The width 
12262 \begin_inset Formula $W_{g\, n}$
12263 \end_inset
12264
12265  which the user needs to set when 
12266 \emph on
12267 n
12268 \emph default
12269  columns are spanned can be calculated, so that each column has a total
12270  width of 
12271 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12272 \end_inset
12273
12274 :
12275 \begin_inset Formula 
12276 \begin{equation}
12277 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12278 \end{equation}
12279
12280 \end_inset
12281
12282
12283 \end_layout
12284
12285 \begin_layout Standard
12286 In our case we have 
12287 \begin_inset Formula $n=2$
12288 \end_inset
12289
12290
12291 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12292 \end_inset
12293
12294 cm and the default values for the lengths, so that equation 
12295 \begin_inset CommandInset ref
12296 LatexCommand ref
12297 reference "eq:Wgn"
12298
12299 \end_inset
12300
12301  becomes
12302 \begin_inset Formula 
12303 \begin{equation}
12304 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12305 \end{equation}
12306
12307 \end_inset
12308
12309
12310 \end_layout
12311
12312 \begin_layout Standard
12313 To enable calculations in LaTeX, the LaTeX-package 
12314 \series bold
12315 calc
12316 \series default
12317  must be loaded with the document preamble line
12318 \begin_inset Index idx
12319 status collapsed
12320
12321 \begin_layout Plain Layout
12322 LaTeX-packages ! calc
12323 \end_layout
12324
12325 \end_inset
12326
12327
12328 \end_layout
12329
12330 \begin_layout Standard
12331
12332 \series bold
12333
12334 \backslash
12335 usepackage{calc}
12336 \end_layout
12337
12338 \begin_layout Standard
12339 LyX does not allow you to calculate lengths in the 
12340 \family sans
12341 Width
12342 \family default
12343  field of the table dialog.
12344  Therefore you have to format the column by inserting a LaTeX-argument in
12345  the dialog.
12346  Here is an overview about the arguments:
12347 \end_layout
12348
12349 \begin_layout Itemize
12350
12351 \series bold
12352 p{width}
12353 \series default
12354  creates cell with a fixed width, its text is vertically top-aligned
12355 \end_layout
12356
12357 \begin_layout Itemize
12358
12359 \series bold
12360 m{width}
12361 \series default
12362  creates cell with a fixed width, its text is vertically centered
12363 \end_layout
12364
12365 \begin_layout Itemize
12366
12367 \series bold
12368 b{width}
12369 \series default
12370  creates cell with a fixed width, its text is vertically bottom-aligned
12371 \end_layout
12372
12373 \begin_layout Standard
12374 By entering a LaTeX-argument, all cell settings set in the table dialog
12375  are overwritten.
12376 \end_layout
12377
12378 \begin_layout Standard
12379 \begin_inset Note Greyedout
12380 status open
12381
12382 \begin_layout Plain Layout
12383
12384 \series bold
12385 Note:
12386 \series default
12387  Due to a bug, LyX shows the overwritten settings anyway.
12388 \end_layout
12389
12390 \end_inset
12391
12392
12393 \end_layout
12394
12395 \begin_layout Standard
12396 As the text should be horizontally centered, the command 
12397 \series bold
12398
12399 \backslash
12400 centering
12401 \series default
12402  is added.
12403  You can now enter the following LaTeX-argument for the first spanned column:
12404 \end_layout
12405
12406 \begin_layout Standard
12407
12408 \series bold
12409 >{
12410 \backslash
12411 centering}m{1.25cm-6.2pt}
12412 \end_layout
12413
12414 \begin_layout Standard
12415 The command 
12416 \series bold
12417 >{ }
12418 \series default
12419  means, that the commands inside the braces are applied before the cell
12420  is created.
12421 \end_layout
12422
12423 \begin_layout Standard
12424 Although we have chosen centered alignment for the text of the multicolumn
12425  cell, it is still left aligned.
12426  This is because LyX only applies the alignment to single columns.
12427  So for the multicolumn cell we have to use the LaTeX-argument
12428 \end_layout
12429
12430 \begin_layout Standard
12431
12432 \series bold
12433 >{
12434 \backslash
12435 centering}m{2.5cm}
12436 \end_layout
12437
12438 \begin_layout Subsection
12439 Multirows
12440 \begin_inset CommandInset label
12441 LatexCommand label
12442 name "sub:Multirows"
12443
12444 \end_inset
12445
12446
12447 \begin_inset Index idx
12448 status collapsed
12449
12450 \begin_layout Plain Layout
12451 Multirows
12452 \end_layout
12453
12454 \end_inset
12455
12456
12457 \begin_inset Index idx
12458 status collapsed
12459
12460 \begin_layout Plain Layout
12461 Table ! Multirows
12462 \end_layout
12463
12464 \end_inset
12465
12466
12467 \end_layout
12468
12469 \begin_layout Standard
12470 To merge cells over multiple rows, select as many cells within a column
12471  as you want to merge and use either the table-toolbar button 
12472 \begin_inset Info
12473 type  "icon"
12474 arg   "inset-modify tabular multirow"
12475 \end_inset
12476
12477 , or the menu 
12478 \family sans
12479 Edit\SpecialChar \menuseparator
12480 Table\SpecialChar \menuseparator
12481 Multirow
12482 \family default
12483 , or right click on the marked cells and choose 
12484 \family sans
12485 Multirow
12486 \family default
12487  in the context menu.
12488 \end_layout
12489
12490 \begin_layout Standard
12491 Here is an example table with a multirow in the first column:
12492 \end_layout
12493
12494 \begin_layout Standard
12495 \align center
12496 \begin_inset Tabular
12497 <lyxtabular version="3" rows="3" columns="3">
12498 <features tabularvalignment="middle">
12499 <column alignment="center" valignment="top" width="0pt">
12500 <column alignment="center" valignment="top" width="0">
12501 <column alignment="center" valignment="top" width="0">
12502 <row>
12503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12504 \begin_inset Text
12505
12506 \begin_layout Plain Layout
12507 a long cell entry
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 b
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 c
12526 \end_layout
12527
12528 \end_inset
12529 </cell>
12530 </row>
12531 <row>
12532 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12533 \begin_inset Text
12534
12535 \begin_layout Plain Layout
12536 multirow
12537 \end_layout
12538
12539 \end_inset
12540 </cell>
12541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12542 \begin_inset Text
12543
12544 \begin_layout Plain Layout
12545 e
12546 \end_layout
12547
12548 \end_inset
12549 </cell>
12550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12551 \begin_inset Text
12552
12553 \begin_layout Plain Layout
12554 f
12555 \end_layout
12556
12557 \end_inset
12558 </cell>
12559 </row>
12560 <row>
12561 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12562 \begin_inset Text
12563
12564 \begin_layout Plain Layout
12565
12566 \end_layout
12567
12568 \end_inset
12569 </cell>
12570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12571 \begin_inset Text
12572
12573 \begin_layout Plain Layout
12574 h
12575 \end_layout
12576
12577 \end_inset
12578 </cell>
12579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12580 \begin_inset Text
12581
12582 \begin_layout Plain Layout
12583 i
12584 \end_layout
12585
12586 \end_inset
12587 </cell>
12588 </row>
12589 </lyxtabular>
12590
12591 \end_inset
12592
12593
12594 \end_layout
12595
12596 \begin_layout Standard
12597 The width of multirow cells is set by setting the width and alignment for
12598  the whole column.
12599  The 
12600 \family sans
12601 Vertical Offset
12602 \family default
12603  shifts the content of the multirow up/down if the offset is positive/negative.
12604 \end_layout
12605
12606 \begin_layout Standard
12607 If the column of a multirow cell has no explicit width, the multirow cell
12608  inherits the alignment of the column.
12609  Otherwise it is by default left-aligned.
12610  To override the default, renew the command 
12611 \series bold
12612
12613 \backslash
12614 multirowsetup
12615 \series default
12616  with the command
12617 \end_layout
12618
12619 \begin_layout Standard
12620
12621 \series bold
12622
12623 \backslash
12624 renewcommand{
12625 \backslash
12626 multirowsetup}{
12627 \backslash
12628 centering}
12629 \end_layout
12630
12631 \begin_layout Standard
12632 in the document preamble.
12633  Then all entries of multirow cells in the document are centered.
12634  If centering is only needed for several tables, you can renew the command
12635  in a TeX-Code box just before the table instead of the preamble.
12636  If the text should be right-aligned, replace 
12637 \series bold
12638
12639 \backslash
12640 centering
12641 \series default
12642  by 
12643 \series bold
12644
12645 \backslash
12646 raggedleft
12647 \series default
12648 .
12649  To return to left-alignment 
12650 \series bold
12651
12652 \backslash
12653 raggedright
12654 \series default
12655  is used.
12656 \end_layout
12657
12658 \begin_layout Standard
12659 This is an example table with a right-aligned multirow cell that has a vertical
12660  offset of -4
12661 \begin_inset space \thinspace{}
12662 \end_inset
12663
12664 mm and is in a 3
12665 \begin_inset space \thinspace{}
12666 \end_inset
12667
12668 cm wide column:
12669 \end_layout
12670
12671 \begin_layout Standard
12672 \noindent
12673 \align center
12674 \begin_inset ERT
12675 status collapsed
12676
12677 \begin_layout Plain Layout
12678
12679
12680 \backslash
12681 renewcommand{
12682 \backslash
12683 multirowsetup}{
12684 \backslash
12685 raggedleft}
12686 \end_layout
12687
12688 \end_inset
12689
12690
12691 \begin_inset Tabular
12692 <lyxtabular version="3" rows="4" columns="3">
12693 <features tabularvalignment="middle">
12694 <column alignment="center" valignment="top" width="3cm">
12695 <column alignment="center" valignment="top" width="0">
12696 <column alignment="center" valignment="top" width="0">
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 a long cell entry
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 b
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 c
12721 \end_layout
12722
12723 \end_inset
12724 </cell>
12725 </row>
12726 <row>
12727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12728 \begin_inset Text
12729
12730 \begin_layout Plain Layout
12731 t
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 n
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 m
12750 \end_layout
12751
12752 \end_inset
12753 </cell>
12754 </row>
12755 <row>
12756 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12757 \begin_inset Text
12758
12759 \begin_layout Plain Layout
12760 multirow
12761 \end_layout
12762
12763 \end_inset
12764 </cell>
12765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12766 \begin_inset Text
12767
12768 \begin_layout Plain Layout
12769 e
12770 \end_layout
12771
12772 \end_inset
12773 </cell>
12774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12775 \begin_inset Text
12776
12777 \begin_layout Plain Layout
12778 f
12779 \end_layout
12780
12781 \end_inset
12782 </cell>
12783 </row>
12784 <row>
12785 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12786 \begin_inset Text
12787
12788 \begin_layout Plain Layout
12789
12790 \end_layout
12791
12792 \end_inset
12793 </cell>
12794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12795 \begin_inset Text
12796
12797 \begin_layout Plain Layout
12798 h
12799 \end_layout
12800
12801 \end_inset
12802 </cell>
12803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12804 \begin_inset Text
12805
12806 \begin_layout Plain Layout
12807 i
12808 \end_layout
12809
12810 \end_inset
12811 </cell>
12812 </row>
12813 </lyxtabular>
12814
12815 \end_inset
12816
12817
12818 \begin_inset ERT
12819 status collapsed
12820
12821 \begin_layout Plain Layout
12822
12823
12824 \backslash
12825 renewcommand{
12826 \backslash
12827 multirowsetup}{
12828 \backslash
12829 raggedright}
12830 \end_layout
12831
12832 \end_inset
12833
12834
12835 \end_layout
12836
12837 \begin_layout Standard
12838 To start a new line in a multirow you can use a forced line break (shortcut
12839  
12840 \begin_inset Info
12841 type  "shortcut"
12842 arg   "newline-insert newline"
12843 \end_inset
12844
12845 ) but this will not respect the cell lines as demonstrated in this table:
12846 \end_layout
12847
12848 \begin_layout Standard
12849 \noindent
12850 \align center
12851 \begin_inset Tabular
12852 <lyxtabular version="3" rows="3" columns="2">
12853 <features tabularvalignment="middle">
12854 <column alignment="left" valignment="middle" width="2cm">
12855 <column alignment="center" valignment="top" width="0">
12856 <row>
12857 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Plain Layout
12861 aaa
12862 \begin_inset Newline newline
12863 \end_inset
12864
12865 aaa
12866 \begin_inset Newline newline
12867 \end_inset
12868
12869 wrong cell
12870 \end_layout
12871
12872 \end_inset
12873 </cell>
12874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12875 \begin_inset Text
12876
12877 \begin_layout Plain Layout
12878 ccc
12879 \end_layout
12880
12881 \end_inset
12882 </cell>
12883 </row>
12884 <row>
12885 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12886 \begin_inset Text
12887
12888 \begin_layout Plain Layout
12889
12890 \end_layout
12891
12892 \end_inset
12893 </cell>
12894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12895 \begin_inset Text
12896
12897 \begin_layout Plain Layout
12898 ddd
12899 \end_layout
12900
12901 \end_inset
12902 </cell>
12903 </row>
12904 <row>
12905 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12906 \begin_inset Text
12907
12908 \begin_layout Plain Layout
12909 bbb
12910 \end_layout
12911
12912 \end_inset
12913 </cell>
12914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12915 \begin_inset Text
12916
12917 \begin_layout Plain Layout
12918 eee
12919 \end_layout
12920
12921 \end_inset
12922 </cell>
12923 </row>
12924 </lyxtabular>
12925
12926 \end_inset
12927
12928
12929 \end_layout
12930
12931 \begin_layout Standard
12932 Therefore be careful with forced line breaks.
12933 \end_layout
12934
12935 \begin_layout Subsection
12936 Cells with diagonal line(s)
12937 \end_layout
12938
12939 \begin_layout Standard
12940 To tell the reader what is meant by column and row headings in a table,
12941  it is helpful to split the first cell of the table by one or two diagonal
12942  lines.
12943  This can be achieved by loading the LaTeX-package 
12944 \series bold
12945 diagbox
12946 \series default
12947
12948 \begin_inset Index idx
12949 status collapsed
12950
12951 \begin_layout Plain Layout
12952 LaTeX-packages ! picinpar
12953 \end_layout
12954
12955 \end_inset
12956
12957  in the document preamble.
12958  The package provides the command 
12959 \series bold
12960
12961 \backslash
12962 diagbox
12963 \series default
12964  that is inserted as TeX-Code and that can take 2 or 3
12965 \begin_inset space ~
12966 \end_inset
12967
12968 arguments:
12969 \end_layout
12970
12971 \begin_layout Standard
12972
12973 \series bold
12974
12975 \backslash
12976 diagbox[options]{lower left}{upper right}
12977 \end_layout
12978
12979 \begin_layout Standard
12980
12981 \series bold
12982
12983 \backslash
12984 diagbox[options]{lower left}{upper left}{upper right}
12985 \end_layout
12986
12987 \begin_layout Standard
12988 The first scheme divides the cell by a single diagonal line and the arguments
12989  are placed below and above this line.
12990  The second scheme divides the cell by 2
12991 \begin_inset space ~
12992 \end_inset
12993
12994 lines.
12995 \end_layout
12996
12997 \begin_layout Standard
12998 \begin_inset ERT
12999 status collapsed
13000
13001 \begin_layout Plain Layout
13002
13003
13004 \backslash
13005 ifdiagbox
13006 \end_layout
13007
13008 \end_inset
13009
13010
13011 \begin_inset Note Note
13012 status open
13013
13014 \begin_layout Plain Layout
13015 The following section will only be displayed when the LaTeX-package 
13016 \series bold
13017 diagbox
13018 \series default
13019  is installed.
13020 \end_layout
13021
13022 \end_inset
13023
13024
13025 \end_layout
13026
13027 \begin_layout Standard
13028 Here is an example table where 
13029 \series bold
13030
13031 \backslash
13032 diagbox 
13033 \series default
13034 is used in the 2-argument scheme in the first cell:
13035 \begin_inset VSpace medskip
13036 \end_inset
13037
13038
13039 \end_layout
13040
13041 \begin_layout Standard
13042 \noindent
13043 \begin_inset Tabular
13044 <lyxtabular version="3" rows="4" columns="4">
13045 <features tabularvalignment="middle">
13046 <column alignment="center" valignment="top" width="0">
13047 <column alignment="center" valignment="top" width="0">
13048 <column alignment="center" valignment="top" width="0">
13049 <column alignment="center" valignment="top" width="0">
13050 <row>
13051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13052 \begin_inset Text
13053
13054 \begin_layout Plain Layout
13055 \begin_inset ERT
13056 status collapsed
13057
13058 \begin_layout Plain Layout
13059
13060
13061 \backslash
13062 diagbox{
13063 \end_layout
13064
13065 \end_inset
13066
13067 Name
13068 \begin_inset ERT
13069 status collapsed
13070
13071 \begin_layout Plain Layout
13072
13073 }{
13074 \end_layout
13075
13076 \end_inset
13077
13078 Parameter
13079 \begin_inset ERT
13080 status collapsed
13081
13082 \begin_layout Plain Layout
13083
13084 }
13085 \end_layout
13086
13087 \end_inset
13088
13089
13090 \end_layout
13091
13092 \end_inset
13093 </cell>
13094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13095 \begin_inset Text
13096
13097 \begin_layout Plain Layout
13098 Thickness in nm
13099 \end_layout
13100
13101 \end_inset
13102 </cell>
13103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13104 \begin_inset Text
13105
13106 \begin_layout Plain Layout
13107 Transparency in %
13108 \end_layout
13109
13110 \end_inset
13111 </cell>
13112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13113 \begin_inset Text
13114
13115 \begin_layout Plain Layout
13116 Hardness in MPa
13117 \end_layout
13118
13119 \end_inset
13120 </cell>
13121 </row>
13122 <row>
13123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13124 \begin_inset Text
13125
13126 \begin_layout Plain Layout
13127 Perfect Green
13128 \end_layout
13129
13130 \end_inset
13131 </cell>
13132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13133 \begin_inset Text
13134
13135 \begin_layout Plain Layout
13136 45
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 80
13146 \end_layout
13147
13148 \end_inset
13149 </cell>
13150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13151 \begin_inset Text
13152
13153 \begin_layout Plain Layout
13154 504
13155 \end_layout
13156
13157 \end_inset
13158 </cell>
13159 </row>
13160 <row>
13161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13162 \begin_inset Text
13163
13164 \begin_layout Plain Layout
13165 Dark Multi-P
13166 \end_layout
13167
13168 \end_inset
13169 </cell>
13170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13171 \begin_inset Text
13172
13173 \begin_layout Plain Layout
13174 60
13175 \end_layout
13176
13177 \end_inset
13178 </cell>
13179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13180 \begin_inset Text
13181
13182 \begin_layout Plain Layout
13183 72
13184 \end_layout
13185
13186 \end_inset
13187 </cell>
13188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13189 \begin_inset Text
13190
13191 \begin_layout Plain Layout
13192 982
13193 \end_layout
13194
13195 \end_inset
13196 </cell>
13197 </row>
13198 <row>
13199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13200 \begin_inset Text
13201
13202 \begin_layout Plain Layout
13203 Crystal Clear Pro
13204 \end_layout
13205
13206 \end_inset
13207 </cell>
13208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13209 \begin_inset Text
13210
13211 \begin_layout Plain Layout
13212 18
13213 \end_layout
13214
13215 \end_inset
13216 </cell>
13217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13218 \begin_inset Text
13219
13220 \begin_layout Plain Layout
13221 86
13222 \end_layout
13223
13224 \end_inset
13225 </cell>
13226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13227 \begin_inset Text
13228
13229 \begin_layout Plain Layout
13230 374
13231 \end_layout
13232
13233 \end_inset
13234 </cell>
13235 </row>
13236 </lyxtabular>
13237
13238 \end_inset
13239
13240
13241 \begin_inset VSpace medskip
13242 \end_inset
13243
13244
13245 \end_layout
13246
13247 \begin_layout Standard
13248 The 3-argument scheme is for example useful for cross-tables of sports leagues
13249  or distances:
13250 \end_layout
13251
13252 \begin_layout Standard
13253 \noindent
13254 \align center
13255 \begin_inset Tabular
13256 <lyxtabular version="3" rows="4" columns="4">
13257 <features tabularvalignment="middle">
13258 <column alignment="center" valignment="top" width="0pt">
13259 <column alignment="center" valignment="top" width="0">
13260 <column alignment="center" valignment="top" width="0">
13261 <column alignment="center" valignment="top" width="0">
13262 <row>
13263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13264 \begin_inset Text
13265
13266 \begin_layout Plain Layout
13267 \begin_inset ERT
13268 status collapsed
13269
13270 \begin_layout Plain Layout
13271
13272
13273 \backslash
13274 diagbox{
13275 \end_layout
13276
13277 \end_inset
13278
13279 Team home
13280 \begin_inset ERT
13281 status collapsed
13282
13283 \begin_layout Plain Layout
13284
13285 }{
13286 \end_layout
13287
13288 \end_inset
13289
13290 Result
13291 \begin_inset ERT
13292 status collapsed
13293
13294 \begin_layout Plain Layout
13295
13296 }{
13297 \end_layout
13298
13299 \end_inset
13300
13301 Team away
13302 \begin_inset ERT
13303 status collapsed
13304
13305 \begin_layout Plain Layout
13306
13307 }
13308 \end_layout
13309
13310 \end_inset
13311
13312
13313 \end_layout
13314
13315 \end_inset
13316 </cell>
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" bottomline="true" leftline="true" usebox="none">
13327 \begin_inset Text
13328
13329 \begin_layout Plain Layout
13330 Panthers
13331 \end_layout
13332
13333 \end_inset
13334 </cell>
13335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13336 \begin_inset Text
13337
13338 \begin_layout Plain Layout
13339 Falcons
13340 \end_layout
13341
13342 \end_inset
13343 </cell>
13344 </row>
13345 <row>
13346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13347 \begin_inset Text
13348
13349 \begin_layout Plain Layout
13350 Tigers
13351 \end_layout
13352
13353 \end_inset
13354 </cell>
13355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13356 \begin_inset Text
13357
13358 \begin_layout Plain Layout
13359 ---
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 1:3
13369 \end_layout
13370
13371 \end_inset
13372 </cell>
13373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13374 \begin_inset Text
13375
13376 \begin_layout Plain Layout
13377 0:1
13378 \end_layout
13379
13380 \end_inset
13381 </cell>
13382 </row>
13383 <row>
13384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13385 \begin_inset Text
13386
13387 \begin_layout Plain Layout
13388 Panthers
13389 \end_layout
13390
13391 \end_inset
13392 </cell>
13393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13394 \begin_inset Text
13395
13396 \begin_layout Plain Layout
13397 3:1
13398 \end_layout
13399
13400 \end_inset
13401 </cell>
13402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13403 \begin_inset Text
13404
13405 \begin_layout Plain Layout
13406 ---
13407 \end_layout
13408
13409 \end_inset
13410 </cell>
13411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
13421 <row>
13422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13423 \begin_inset Text
13424
13425 \begin_layout Plain Layout
13426 Falcons
13427 \end_layout
13428
13429 \end_inset
13430 </cell>
13431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13432 \begin_inset Text
13433
13434 \begin_layout Plain Layout
13435 1:0
13436 \end_layout
13437
13438 \end_inset
13439 </cell>
13440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13441 \begin_inset Text
13442
13443 \begin_layout Plain Layout
13444 0:0
13445 \end_layout
13446
13447 \end_inset
13448 </cell>
13449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13450 \begin_inset Text
13451
13452 \begin_layout Plain Layout
13453 ---
13454 \end_layout
13455
13456 \end_inset
13457 </cell>
13458 </row>
13459 </lyxtabular>
13460
13461 \end_inset
13462
13463
13464 \end_layout
13465
13466 \begin_layout Standard
13467 For larger cross-tables one might use split cells in 2 or every corner of
13468  the table like in this example:
13469 \end_layout
13470
13471 \begin_layout Standard
13472 \noindent
13473 \align center
13474 \begin_inset Tabular
13475 <lyxtabular version="3" rows="5" columns="5">
13476 <features tabularvalignment="middle">
13477 <column alignment="center" valignment="top" width="0pt">
13478 <column alignment="center" valignment="top" width="0">
13479 <column alignment="center" valignment="top" width="0">
13480 <column alignment="center" valignment="top" width="0">
13481 <column alignment="center" valignment="top" width="0">
13482 <row>
13483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13484 \begin_inset Text
13485
13486 \begin_layout Plain Layout
13487 \begin_inset ERT
13488 status open
13489
13490 \begin_layout Plain Layout
13491
13492
13493 \backslash
13494 diagbox{
13495 \end_layout
13496
13497 \end_inset
13498
13499 Team home
13500 \begin_inset ERT
13501 status collapsed
13502
13503 \begin_layout Plain Layout
13504
13505 }{
13506 \end_layout
13507
13508 \end_inset
13509
13510 Result
13511 \begin_inset ERT
13512 status collapsed
13513
13514 \begin_layout Plain Layout
13515
13516 }{
13517 \end_layout
13518
13519 \end_inset
13520
13521 Team away
13522 \begin_inset ERT
13523 status collapsed
13524
13525 \begin_layout Plain Layout
13526
13527 }
13528 \end_layout
13529
13530 \end_inset
13531
13532
13533 \end_layout
13534
13535 \end_inset
13536 </cell>
13537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13538 \begin_inset Text
13539
13540 \begin_layout Plain Layout
13541 Tigers
13542 \end_layout
13543
13544 \end_inset
13545 </cell>
13546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13547 \begin_inset Text
13548
13549 \begin_layout Plain Layout
13550 Panthers
13551 \end_layout
13552
13553 \end_inset
13554 </cell>
13555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13556 \begin_inset Text
13557
13558 \begin_layout Plain Layout
13559 Falcons
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568 \begin_inset ERT
13569 status open
13570
13571 \begin_layout Plain Layout
13572
13573
13574 \backslash
13575 diagbox[dir=NE]{
13576 \end_layout
13577
13578 \end_inset
13579
13580 Team home
13581 \begin_inset ERT
13582 status collapsed
13583
13584 \begin_layout Plain Layout
13585
13586 }{
13587 \end_layout
13588
13589 \end_inset
13590
13591 Result
13592 \begin_inset ERT
13593 status collapsed
13594
13595 \begin_layout Plain Layout
13596
13597 }{
13598 \end_layout
13599
13600 \end_inset
13601
13602 Team away
13603 \begin_inset ERT
13604 status collapsed
13605
13606 \begin_layout Plain Layout
13607
13608 }
13609 \end_layout
13610
13611 \end_inset
13612
13613
13614 \end_layout
13615
13616 \end_inset
13617 </cell>
13618 </row>
13619 <row>
13620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13621 \begin_inset Text
13622
13623 \begin_layout Plain Layout
13624 Tigers
13625 \end_layout
13626
13627 \end_inset
13628 </cell>
13629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13630 \begin_inset Text
13631
13632 \begin_layout Plain Layout
13633 ---
13634 \end_layout
13635
13636 \end_inset
13637 </cell>
13638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13639 \begin_inset Text
13640
13641 \begin_layout Plain Layout
13642 1:3
13643 \end_layout
13644
13645 \end_inset
13646 </cell>
13647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13648 \begin_inset Text
13649
13650 \begin_layout Plain Layout
13651 0:1
13652 \end_layout
13653
13654 \end_inset
13655 </cell>
13656 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13657 \begin_inset Text
13658
13659 \begin_layout Plain Layout
13660 Tigers
13661 \end_layout
13662
13663 \end_inset
13664 </cell>
13665 </row>
13666 <row>
13667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13668 \begin_inset Text
13669
13670 \begin_layout Plain Layout
13671 Panthers
13672 \end_layout
13673
13674 \end_inset
13675 </cell>
13676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13677 \begin_inset Text
13678
13679 \begin_layout Plain Layout
13680 3:1
13681 \end_layout
13682
13683 \end_inset
13684 </cell>
13685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13686 \begin_inset Text
13687
13688 \begin_layout Plain Layout
13689 ---
13690 \end_layout
13691
13692 \end_inset
13693 </cell>
13694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13695 \begin_inset Text
13696
13697 \begin_layout Plain Layout
13698 0:0
13699 \end_layout
13700
13701 \end_inset
13702 </cell>
13703 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13704 \begin_inset Text
13705
13706 \begin_layout Plain Layout
13707 Panthers
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 </row>
13713 <row>
13714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13715 \begin_inset Text
13716
13717 \begin_layout Plain Layout
13718 Falcons
13719 \end_layout
13720
13721 \end_inset
13722 </cell>
13723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13724 \begin_inset Text
13725
13726 \begin_layout Plain Layout
13727 1:0
13728 \end_layout
13729
13730 \end_inset
13731 </cell>
13732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13733 \begin_inset Text
13734
13735 \begin_layout Plain Layout
13736 0:0
13737 \end_layout
13738
13739 \end_inset
13740 </cell>
13741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13742 \begin_inset Text
13743
13744 \begin_layout Plain Layout
13745 ---
13746 \end_layout
13747
13748 \end_inset
13749 </cell>
13750 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13751 \begin_inset Text
13752
13753 \begin_layout Plain Layout
13754 Falcons
13755 \end_layout
13756
13757 \end_inset
13758 </cell>
13759 </row>
13760 <row>
13761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13762 \begin_inset Text
13763
13764 \begin_layout Plain Layout
13765 \begin_inset ERT
13766 status open
13767
13768 \begin_layout Plain Layout
13769
13770
13771 \backslash
13772 diagbox[dir=SW]{
13773 \end_layout
13774
13775 \end_inset
13776
13777 Team home
13778 \begin_inset ERT
13779 status collapsed
13780
13781 \begin_layout Plain Layout
13782
13783 }{
13784 \end_layout
13785
13786 \end_inset
13787
13788 Result
13789 \begin_inset ERT
13790 status collapsed
13791
13792 \begin_layout Plain Layout
13793
13794 }{
13795 \end_layout
13796
13797 \end_inset
13798
13799 Team away
13800 \begin_inset ERT
13801 status collapsed
13802
13803 \begin_layout Plain Layout
13804
13805 }
13806 \end_layout
13807
13808 \end_inset
13809
13810
13811 \end_layout
13812
13813 \end_inset
13814 </cell>
13815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13816 \begin_inset Text
13817
13818 \begin_layout Plain Layout
13819 Tigers
13820 \end_layout
13821
13822 \end_inset
13823 </cell>
13824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13825 \begin_inset Text
13826
13827 \begin_layout Plain Layout
13828 Panthers
13829 \end_layout
13830
13831 \end_inset
13832 </cell>
13833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13834 \begin_inset Text
13835
13836 \begin_layout Plain Layout
13837 Falcons
13838 \end_layout
13839
13840 \end_inset
13841 </cell>
13842 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13843 \begin_inset Text
13844
13845 \begin_layout Plain Layout
13846 \begin_inset ERT
13847 status open
13848
13849 \begin_layout Plain Layout
13850
13851
13852 \backslash
13853 diagbox[dir=SE]{
13854 \end_layout
13855
13856 \end_inset
13857
13858 Team home
13859 \begin_inset ERT
13860 status collapsed
13861
13862 \begin_layout Plain Layout
13863
13864 }{
13865 \end_layout
13866
13867 \end_inset
13868
13869 Result
13870 \begin_inset ERT
13871 status collapsed
13872
13873 \begin_layout Plain Layout
13874
13875 }{
13876 \end_layout
13877
13878 \end_inset
13879
13880 Team away
13881 \begin_inset ERT
13882 status collapsed
13883
13884 \begin_layout Plain Layout
13885
13886 }
13887 \end_layout
13888
13889 \end_inset
13890
13891
13892 \end_layout
13893
13894 \end_inset
13895 </cell>
13896 </row>
13897 </lyxtabular>
13898
13899 \end_inset
13900
13901
13902 \end_layout
13903
13904 \begin_layout Standard
13905 To rotate the diagonal lines, the command option 
13906 \series bold
13907 dir=direction
13908 \series default
13909  is used.
13910  
13911 \emph on
13912 direction
13913 \emph default
13914  is either 
13915 \series bold
13916 NE
13917 \series default
13918
13919 \series bold
13920 DE
13921 \series default
13922
13923 \series bold
13924 SW
13925 \series default
13926  or 
13927 \series bold
13928 NW
13929 \series default
13930  and represent a point of a compass.
13931  
13932 \series bold
13933 SW
13934 \series default
13935  is for example the south-west corner.
13936  Thus in the lower left cell of the above table the command
13937 \end_layout
13938
13939 \begin_layout Standard
13940
13941 \series bold
13942
13943 \backslash
13944 diagbox[dir=SW]{Team home}{Result}{Team away}
13945 \end_layout
13946
13947 \begin_layout Standard
13948 is used.
13949  If no direction is given, it will be NW.
13950 \end_layout
13951
13952 \begin_layout Standard
13953 The necessary width of split cells is automatically calculated.
13954  Thus if you set a fixed column width smaller than the calculated one, the
13955  cell's content will protrude the cell borders:
13956 \end_layout
13957
13958 \begin_layout Standard
13959 \noindent
13960 \align center
13961 \begin_inset Tabular
13962 <lyxtabular version="3" rows="2" columns="2">
13963 <features tabularvalignment="middle">
13964 <column alignment="center" valignment="top" width="3cm">
13965 <column alignment="center" valignment="top" width="0">
13966 <row>
13967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13968 \begin_inset Text
13969
13970 \begin_layout Plain Layout
13971 \begin_inset ERT
13972 status collapsed
13973
13974 \begin_layout Plain Layout
13975
13976
13977 \backslash
13978 diagbox{
13979 \end_layout
13980
13981 \end_inset
13982
13983 Name
13984 \begin_inset ERT
13985 status collapsed
13986
13987 \begin_layout Plain Layout
13988
13989 }{
13990 \end_layout
13991
13992 \end_inset
13993
13994 Parameter
13995 \begin_inset ERT
13996 status collapsed
13997
13998 \begin_layout Plain Layout
13999
14000 }
14001 \end_layout
14002
14003 \end_inset
14004
14005
14006 \end_layout
14007
14008 \end_inset
14009 </cell>
14010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14011 \begin_inset Text
14012
14013 \begin_layout Plain Layout
14014 Thickness in nm
14015 \end_layout
14016
14017 \end_inset
14018 </cell>
14019 </row>
14020 <row>
14021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14022 \begin_inset Text
14023
14024 \begin_layout Plain Layout
14025 Perfect Green
14026 \end_layout
14027
14028 \end_inset
14029 </cell>
14030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14031 \begin_inset Text
14032
14033 \begin_layout Plain Layout
14034 45
14035 \end_layout
14036
14037 \end_inset
14038 </cell>
14039 </row>
14040 </lyxtabular>
14041
14042 \end_inset
14043
14044
14045 \end_layout
14046
14047 \begin_layout Standard
14048 If you need a certain width for columns with a split cell, use the command
14049  option 
14050 \series bold
14051 width=3cm
14052 \series default
14053  (replace '3cm' by the width you need).
14054  In the following table the width of the first column is set to 4
14055 \begin_inset space \thinspace{}
14056 \end_inset
14057
14058 cm.
14059  For 
14060 \series bold
14061
14062 \backslash
14063 diagbox
14064 \series default
14065  a width of 4
14066 \begin_inset space \thinspace{}
14067 \end_inset
14068
14069 cm + 2
14070 \begin_inset space \thinspace{}
14071 \end_inset
14072
14073
14074 \backslash
14075 tabcolsep is necessary because the overall width is the width for the text
14076  (in this case the 4
14077 \begin_inset space \thinspace{}
14078 \end_inset
14079
14080 cm) plus two times the separation of the text and the cell border.
14081  The calculation of the width cannot be done in the command option of 
14082 \series bold
14083
14084 \backslash
14085 diagbox
14086 \series default
14087  so one needs to create a new length which can be used later.
14088  This is done with the TeX-Code commands
14089 \end_layout
14090
14091 \begin_layout Standard
14092
14093 \series bold
14094
14095 \backslash
14096 newlength{
14097 \backslash
14098 diagtest}
14099 \begin_inset Newline newline
14100 \end_inset
14101
14102
14103 \backslash
14104 setlength{
14105 \backslash
14106 diagtest}{4cm+2
14107 \backslash
14108 tabcolsep}
14109 \end_layout
14110
14111 \begin_layout Standard
14112 \begin_inset ERT
14113 status collapsed
14114
14115 \begin_layout Plain Layout
14116
14117
14118 \backslash
14119 newlength{
14120 \backslash
14121 diagtest}
14122 \end_layout
14123
14124 \begin_layout Plain Layout
14125
14126
14127 \backslash
14128 setlength{
14129 \backslash
14130 diagtest}{4cm+2
14131 \backslash
14132 tabcolsep}
14133 \end_layout
14134
14135 \end_inset
14136
14137
14138 \end_layout
14139
14140 \begin_layout Standard
14141 To enable calculations in LaTeX one needs to load the package 
14142 \series bold
14143 calc
14144 \series default
14145
14146 \begin_inset Index idx
14147 status collapsed
14148
14149 \begin_layout Plain Layout
14150 LaTeX-packages ! calc
14151 \end_layout
14152
14153 \end_inset
14154
14155  in the document preamble.
14156 \end_layout
14157
14158 \begin_layout Standard
14159 In this table you can now use the command
14160 \end_layout
14161
14162 \begin_layout Standard
14163
14164 \series bold
14165
14166 \backslash
14167 diagbox[width=
14168 \backslash
14169 diagtest]{A}{B}
14170 \end_layout
14171
14172 \begin_layout Standard
14173 in the first cell:
14174 \end_layout
14175
14176 \begin_layout Standard
14177 \noindent
14178 \align center
14179 \begin_inset Tabular
14180 <lyxtabular version="3" rows="2" columns="2">
14181 <features tabularvalignment="middle">
14182 <column alignment="center" valignment="top" width="4cm">
14183 <column alignment="center" valignment="top" width="0">
14184 <row>
14185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14186 \begin_inset Text
14187
14188 \begin_layout Plain Layout
14189 \begin_inset ERT
14190 status open
14191
14192 \begin_layout Plain Layout
14193
14194
14195 \backslash
14196 diagbox[width=
14197 \backslash
14198 diagtest]{
14199 \end_layout
14200
14201 \end_inset
14202
14203 A
14204 \begin_inset ERT
14205 status collapsed
14206
14207 \begin_layout Plain Layout
14208
14209 }{
14210 \end_layout
14211
14212 \end_inset
14213
14214 B
14215 \begin_inset ERT
14216 status collapsed
14217
14218 \begin_layout Plain Layout
14219
14220 }
14221 \end_layout
14222
14223 \end_inset
14224
14225
14226 \end_layout
14227
14228 \end_inset
14229 </cell>
14230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14231 \begin_inset Text
14232
14233 \begin_layout Plain Layout
14234 Thickness in nm
14235 \end_layout
14236
14237 \end_inset
14238 </cell>
14239 </row>
14240 <row>
14241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14242 \begin_inset Text
14243
14244 \begin_layout Plain Layout
14245 Perfect Green
14246 \end_layout
14247
14248 \end_inset
14249 </cell>
14250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14251 \begin_inset Text
14252
14253 \begin_layout Plain Layout
14254 45
14255 \end_layout
14256
14257 \end_inset
14258 </cell>
14259 </row>
14260 </lyxtabular>
14261
14262 \end_inset
14263
14264
14265 \end_layout
14266
14267 \begin_layout Standard
14268 Note that the split cell needs to be the widest one in the column.
14269  Otherwise the length of the diagonal line cannot be calculated correctly
14270  like in this table:
14271 \end_layout
14272
14273 \begin_layout Standard
14274 \noindent
14275 \align center
14276 \begin_inset Tabular
14277 <lyxtabular version="3" rows="2" columns="2">
14278 <features tabularvalignment="middle">
14279 <column alignment="center" valignment="top" width="0pt">
14280 <column alignment="center" valignment="top" width="0">
14281 <row>
14282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14283 \begin_inset Text
14284
14285 \begin_layout Plain Layout
14286 \begin_inset ERT
14287 status collapsed
14288
14289 \begin_layout Plain Layout
14290
14291
14292 \backslash
14293 diagbox{
14294 \end_layout
14295
14296 \end_inset
14297
14298 A
14299 \begin_inset ERT
14300 status collapsed
14301
14302 \begin_layout Plain Layout
14303
14304 }{
14305 \end_layout
14306
14307 \end_inset
14308
14309 B
14310 \begin_inset ERT
14311 status collapsed
14312
14313 \begin_layout Plain Layout
14314
14315 }
14316 \end_layout
14317
14318 \end_inset
14319
14320
14321 \end_layout
14322
14323 \end_inset
14324 </cell>
14325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14326 \begin_inset Text
14327
14328 \begin_layout Plain Layout
14329 Thickness in nm
14330 \end_layout
14331
14332 \end_inset
14333 </cell>
14334 </row>
14335 <row>
14336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14337 \begin_inset Text
14338
14339 \begin_layout Plain Layout
14340 Perfect Green
14341 \end_layout
14342
14343 \end_inset
14344 </cell>
14345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14346 \begin_inset Text
14347
14348 \begin_layout Plain Layout
14349 45
14350 \end_layout
14351
14352 \end_inset
14353 </cell>
14354 </row>
14355 </lyxtabular>
14356
14357 \end_inset
14358
14359
14360 \end_layout
14361
14362 \begin_layout Standard
14363 In this case use the 
14364 \series bold
14365 width
14366 \series default
14367  option of the 
14368 \series bold
14369
14370 \backslash
14371 diagbox
14372 \series default
14373  command.
14374  It is then not necessary to add 2
14375 \backslash
14376 tabcolsep because the cell width is now the width of the column.
14377  In this table a width of 3
14378 \begin_inset space \thinspace{}
14379 \end_inset
14380
14381 cm is used:
14382 \end_layout
14383
14384 \begin_layout Standard
14385 \noindent
14386 \align center
14387 \begin_inset Tabular
14388 <lyxtabular version="3" rows="2" columns="2">
14389 <features tabularvalignment="middle">
14390 <column alignment="center" valignment="top" width="0pt">
14391 <column alignment="center" valignment="top" width="0">
14392 <row>
14393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14394 \begin_inset Text
14395
14396 \begin_layout Plain Layout
14397 \begin_inset ERT
14398 status open
14399
14400 \begin_layout Plain Layout
14401
14402
14403 \backslash
14404 diagbox[width=3cm]{
14405 \end_layout
14406
14407 \end_inset
14408
14409 A
14410 \begin_inset ERT
14411 status collapsed
14412
14413 \begin_layout Plain Layout
14414
14415 }{
14416 \end_layout
14417
14418 \end_inset
14419
14420 B
14421 \begin_inset ERT
14422 status collapsed
14423
14424 \begin_layout Plain Layout
14425
14426 }
14427 \end_layout
14428
14429 \end_inset
14430
14431
14432 \end_layout
14433
14434 \end_inset
14435 </cell>
14436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14437 \begin_inset Text
14438
14439 \begin_layout Plain Layout
14440 Thickness in nm
14441 \end_layout
14442
14443 \end_inset
14444 </cell>
14445 </row>
14446 <row>
14447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14448 \begin_inset Text
14449
14450 \begin_layout Plain Layout
14451 Perfect Green
14452 \end_layout
14453
14454 \end_inset
14455 </cell>
14456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460 45
14461 \end_layout
14462
14463 \end_inset
14464 </cell>
14465 </row>
14466 </lyxtabular>
14467
14468 \end_inset
14469
14470
14471 \end_layout
14472
14473 \begin_layout Standard
14474 For multiple text lines in split cells one needs some extra height to fit
14475  the text to the cell.
14476  This can be achieved with the 
14477 \series bold
14478
14479 \backslash
14480 diagbox
14481 \series default
14482  option 
14483 \series bold
14484 height=3cm
14485 \series default
14486  (replace '3cm' by the height you need).
14487  In the following table the command
14488 \end_layout
14489
14490 \begin_layout Standard
14491
14492 \series bold
14493
14494 \backslash
14495 diagbox[width=3cm,height=1.4cm]{A
14496 \backslash
14497
14498 \backslash
14499 B}{C
14500 \backslash
14501
14502 \backslash
14503 D}
14504 \end_layout
14505
14506 \begin_layout Standard
14507 is used in the first cell.
14508  The command 
14509 \series bold
14510
14511 \backslash
14512
14513 \backslash
14514
14515 \series default
14516  creates hereby the line break.
14517 \begin_inset Foot
14518 status collapsed
14519
14520 \begin_layout Plain Layout
14521 Breaking lines with 
14522 \family sans
14523 Ctrl+Return
14524 \family default
14525  is only possible when the column has a fixed width.
14526 \end_layout
14527
14528 \end_inset
14529
14530
14531 \end_layout
14532
14533 \begin_layout Standard
14534 \noindent
14535 \align center
14536 \begin_inset Tabular
14537 <lyxtabular version="3" rows="2" columns="2">
14538 <features tabularvalignment="middle">
14539 <column alignment="center" valignment="top" width="0">
14540 <column alignment="center" valignment="top" width="0">
14541 <row>
14542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14543 \begin_inset Text
14544
14545 \begin_layout Plain Layout
14546 \begin_inset ERT
14547 status open
14548
14549 \begin_layout Plain Layout
14550
14551
14552 \backslash
14553 diagbox[width=3cm,height=1.4cm]{
14554 \end_layout
14555
14556 \end_inset
14557
14558 A
14559 \begin_inset ERT
14560 status collapsed
14561
14562 \begin_layout Plain Layout
14563
14564
14565 \backslash
14566
14567 \backslash
14568
14569 \end_layout
14570
14571 \end_inset
14572
14573 B
14574 \begin_inset ERT
14575 status collapsed
14576
14577 \begin_layout Plain Layout
14578
14579 }{
14580 \end_layout
14581
14582 \end_inset
14583
14584 C
14585 \begin_inset ERT
14586 status collapsed
14587
14588 \begin_layout Plain Layout
14589
14590
14591 \backslash
14592
14593 \backslash
14594
14595 \end_layout
14596
14597 \end_inset
14598
14599 D
14600 \begin_inset ERT
14601 status collapsed
14602
14603 \begin_layout Plain Layout
14604
14605 }
14606 \end_layout
14607
14608 \end_inset
14609
14610
14611 \end_layout
14612
14613 \end_inset
14614 </cell>
14615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14616 \begin_inset Text
14617
14618 \begin_layout Plain Layout
14619 Thickness in nm
14620 \end_layout
14621
14622 \end_inset
14623 </cell>
14624 </row>
14625 <row>
14626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14627 \begin_inset Text
14628
14629 \begin_layout Plain Layout
14630 Perfect Green
14631 \end_layout
14632
14633 \end_inset
14634 </cell>
14635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14636 \begin_inset Text
14637
14638 \begin_layout Plain Layout
14639 45
14640 \end_layout
14641
14642 \end_inset
14643 </cell>
14644 </row>
14645 </lyxtabular>
14646
14647 \end_inset
14648
14649
14650 \end_layout
14651
14652 \begin_layout Standard
14653 \begin_inset ERT
14654 status collapsed
14655
14656 \begin_layout Plain Layout
14657
14658
14659 \backslash
14660 else
14661 \end_layout
14662
14663 \end_inset
14664
14665
14666 \begin_inset Note Note
14667 status open
14668
14669 \begin_layout Plain Layout
14670 The following will be displayed when the LaTeX-package 
14671 \series bold
14672 diagbox
14673 \series default
14674  is not installed:
14675 \end_layout
14676
14677 \end_inset
14678
14679
14680 \end_layout
14681
14682 \begin_layout Standard
14683 You need to install the LaTeX-package 
14684 \series bold
14685 diagbox
14686 \series default
14687  to see the following part of this section in the output.
14688 \end_layout
14689
14690 \begin_layout Standard
14691 \begin_inset ERT
14692 status collapsed
14693
14694 \begin_layout Plain Layout
14695
14696
14697 \backslash
14698 fi
14699 \end_layout
14700
14701 \end_inset
14702
14703
14704 \end_layout
14705
14706 \begin_layout Standard
14707 For more info about the LaTeX-package 
14708 \series bold
14709 diagbox
14710 \series default
14711 , see its documentation, 
14712 \begin_inset CommandInset citation
14713 LatexCommand cite
14714 key "diagbox"
14715
14716 \end_inset
14717
14718 .
14719 \end_layout
14720
14721 \begin_layout Section
14722 Formal Tables
14723 \begin_inset CommandInset label
14724 LatexCommand label
14725 name "sec:Formal-Tables"
14726
14727 \end_inset
14728
14729
14730 \begin_inset Index idx
14731 status collapsed
14732
14733 \begin_layout Plain Layout
14734 Table ! Formal
14735 \end_layout
14736
14737 \end_inset
14738
14739
14740 \end_layout
14741
14742 \begin_layout Standard
14743 Tables are often typeset in books similar to Table
14744 \begin_inset space ~
14745 \end_inset
14746
14747
14748 \begin_inset CommandInset ref
14749 LatexCommand ref
14750 reference "tab:Example-booktabs-table"
14751
14752 \end_inset
14753
14754 .
14755  This kind of tables is called 
14756 \begin_inset Quotes eld
14757 \end_inset
14758
14759
14760 \emph on
14761 formal
14762 \emph default
14763
14764 \begin_inset Quotes erd
14765 \end_inset
14766
14767 .
14768  To make a table a formal table use the option 
14769 \family sans
14770 Formal
14771 \family default
14772  in the 
14773 \family sans
14774 Borders
14775 \family default
14776  tab of the table dialog.
14777 \end_layout
14778
14779 \begin_layout Standard
14780 \begin_inset Float table
14781 placement h
14782 wide false
14783 sideways false
14784 status open
14785
14786 \begin_layout Plain Layout
14787 \begin_inset Caption
14788
14789 \begin_layout Plain Layout
14790 \begin_inset CommandInset label
14791 LatexCommand label
14792 name "tab:Example-booktabs-table"
14793
14794 \end_inset
14795
14796 Example booktabs-table
14797 \end_layout
14798
14799 \end_inset
14800
14801
14802 \end_layout
14803
14804 \begin_layout Plain Layout
14805 \align center
14806 \begin_inset Tabular
14807 <lyxtabular version="3" rows="8" columns="4">
14808 <features booktabs="true" tabularvalignment="middle">
14809 <column alignment="center" valignment="top" width="0">
14810 <column alignment="center" valignment="top" width="0">
14811 <column alignment="center" valignment="top" width="0">
14812 <column alignment="center" valignment="top" width="0">
14813 <row>
14814 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14815 \begin_inset Text
14816
14817 \begin_layout Plain Layout
14818 System
14819 \end_layout
14820
14821 \end_inset
14822 </cell>
14823 <cell alignment="center" valignment="top" topline="true" usebox="none">
14824 \begin_inset Text
14825
14826 \begin_layout Plain Layout
14827 Chip
14828 \begin_inset space \thinspace{}
14829 \end_inset
14830
14831 1
14832 \end_layout
14833
14834 \end_inset
14835 </cell>
14836 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14837 \begin_inset Text
14838
14839 \begin_layout Plain Layout
14840 Chip
14841 \begin_inset space \thinspace{}
14842 \end_inset
14843
14844 2
14845 \end_layout
14846
14847 \end_inset
14848 </cell>
14849 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14850 \begin_inset Text
14851
14852 \begin_layout Plain Layout
14853
14854 \end_layout
14855
14856 \end_inset
14857 </cell>
14858 </row>
14859 <row>
14860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14861 \begin_inset Text
14862
14863 \begin_layout Plain Layout
14864 \begin_inset ERT
14865 status collapsed
14866
14867 \begin_layout Plain Layout
14868
14869
14870 \backslash
14871 cmidrule(r){2-2}
14872 \end_layout
14873
14874 \end_inset
14875
14876
14877 \begin_inset ERT
14878 status collapsed
14879
14880 \begin_layout Plain Layout
14881
14882
14883 \backslash
14884 cmidrule(l){3-4}
14885 \end_layout
14886
14887 \end_inset
14888
14889 Detector thickness in Âµm
14890 \end_layout
14891
14892 \end_inset
14893 </cell>
14894 <cell alignment="center" valignment="top" usebox="none">
14895 \begin_inset Text
14896
14897 \begin_layout Plain Layout
14898 300
14899 \end_layout
14900
14901 \end_inset
14902 </cell>
14903 <cell alignment="center" valignment="top" usebox="none">
14904 \begin_inset Text
14905
14906 \begin_layout Plain Layout
14907 300
14908 \end_layout
14909
14910 \end_inset
14911 </cell>
14912 <cell alignment="center" valignment="top" usebox="none">
14913 \begin_inset Text
14914
14915 \begin_layout Plain Layout
14916 700
14917 \end_layout
14918
14919 \end_inset
14920 </cell>
14921 </row>
14922 <row>
14923 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927 Edge angle in Â°
14928 \end_layout
14929
14930 \end_inset
14931 </cell>
14932 <cell alignment="center" valignment="top" topline="true" usebox="none">
14933 \begin_inset Text
14934
14935 \begin_layout Plain Layout
14936 3.55
14937 \end_layout
14938
14939 \end_inset
14940 </cell>
14941 <cell alignment="center" valignment="top" topline="true" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945 2.71
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 <cell alignment="center" valignment="top" topline="true" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954 7.99
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 </row>
14960 <row topspace="default">
14961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14962 \begin_inset Text
14963
14964 \begin_layout Plain Layout
14965 Spatial resolution in Âµm
14966 \end_layout
14967
14968 \end_inset
14969 </cell>
14970 <cell alignment="center" valignment="top" usebox="none">
14971 \begin_inset Text
14972
14973 \begin_layout Plain Layout
14974 4.26
14975 \end_layout
14976
14977 \end_inset
14978 </cell>
14979 <cell alignment="center" valignment="top" usebox="none">
14980 \begin_inset Text
14981
14982 \begin_layout Plain Layout
14983 10.17
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 <cell alignment="center" valignment="top" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Plain Layout
14992 10.56
14993 \end_layout
14994
14995 \end_inset
14996 </cell>
14997 </row>
14998 <row topspace="default">
14999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003 MTF at 
15004 \begin_inset Formula $f_{\mathrm{max}}$
15005 \end_inset
15006
15007
15008 \end_layout
15009
15010 \end_inset
15011 </cell>
15012 <cell alignment="center" valignment="top" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016 0.53
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell alignment="center" valignment="top" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025 0.37
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 <cell alignment="center" valignment="top" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034 0.39
15035 \end_layout
15036
15037 \end_inset
15038 </cell>
15039 </row>
15040 <row topspace="default">
15041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15042 \begin_inset Text
15043
15044 \begin_layout Plain Layout
15045 \begin_inset ERT
15046 status collapsed
15047
15048 \begin_layout Plain Layout
15049
15050
15051 \backslash
15052 cmidrule(l{10pt}){1-1}
15053 \end_layout
15054
15055 \end_inset
15056
15057 LSF-spatial resolution
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 <cell alignment="center" valignment="top" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Plain Layout
15066
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 <cell alignment="center" valignment="top" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Plain Layout
15075
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 <cell alignment="center" valignment="top" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084
15085 \end_layout
15086
15087 \end_inset
15088 </cell>
15089 </row>
15090 <row>
15091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Plain Layout
15095 in Âµm
15096 \end_layout
15097
15098 \end_inset
15099 </cell>
15100 <cell alignment="center" valignment="top" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Plain Layout
15104 129.7
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 <cell alignment="center" valignment="top" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Plain Layout
15113 52.75
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 <cell alignment="center" valignment="top" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122 50.78
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 <row>
15129 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133 in % of pixel size
15134 \end_layout
15135
15136 \end_inset
15137 </cell>
15138 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15139 \begin_inset Text
15140
15141 \begin_layout Plain Layout
15142 76.3
15143 \end_layout
15144
15145 \end_inset
15146 </cell>
15147 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15148 \begin_inset Text
15149
15150 \begin_layout Plain Layout
15151 95.9
15152 \end_layout
15153
15154 \end_inset
15155 </cell>
15156 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160 92.3
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 </row>
15166 </lyxtabular>
15167
15168 \end_inset
15169
15170
15171 \end_layout
15172
15173 \end_inset
15174
15175
15176 \end_layout
15177
15178 \begin_layout Standard
15179 Spaces to table rows can be added using the 
15180 \family sans
15181 Borders
15182 \family default
15183  tab of the table dialog as described in section
15184 \begin_inset space ~
15185 \end_inset
15186
15187
15188 \begin_inset CommandInset ref
15189 LatexCommand ref
15190 reference "sub:Row-Spacing"
15191
15192 \end_inset
15193
15194 .
15195 \end_layout
15196
15197 \begin_layout Standard
15198 Unlike normal tables, formal tables have no vertical table lines.
15199  The horizontal table lines can be set as for normal tables but they appear
15200  with different widths in the output:
15201 \begin_inset Newline newline
15202 \end_inset
15203
15204 The first and the last table line have a default width of 0.08
15205 \begin_inset space \thinspace{}
15206 \end_inset
15207
15208 em while the other lines have a default width of 0.05
15209 \begin_inset space \thinspace{}
15210 \end_inset
15211
15212 em.
15213 \end_layout
15214
15215 \begin_layout Standard
15216 The default widths can be changed with the following preamble lines
15217 \end_layout
15218
15219 \begin_layout Standard
15220
15221 \series bold
15222
15223 \backslash
15224 let
15225 \backslash
15226 mytoprule
15227 \backslash
15228 toprule
15229 \begin_inset Newline newline
15230 \end_inset
15231
15232
15233 \backslash
15234 renewcommand{
15235 \backslash
15236 toprule}{
15237 \backslash
15238 mytoprule[width]}
15239 \end_layout
15240
15241 \begin_layout Standard
15242 This example is for the first line, the so called 
15243 \series bold
15244 toprule
15245 \series default
15246 .
15247  If you want to change the width for the last line, replace 
15248 \series bold
15249 toprule
15250 \series default
15251  by 
15252 \series bold
15253 bottomrule
15254 \series default
15255 .
15256  To change the width for the other lines replace 
15257 \series bold
15258 toprule
15259 \series default
15260  by 
15261 \series bold
15262 midrule
15263 \series default
15264 .
15265  You can use all units listed in appendix
15266 \begin_inset space ~
15267 \end_inset
15268
15269
15270 \begin_inset CommandInset ref
15271 LatexCommand ref
15272 reference "cha:Units-available-in"
15273
15274 \end_inset
15275
15276  to set the width.
15277 \end_layout
15278
15279 \begin_layout Standard
15280 Lines that do not span all table columns can be created by setting a table
15281  line for multicolumn cells.
15282  LyX will then internally use the command 
15283 \series bold
15284
15285 \backslash
15286 cmidrule
15287 \series default
15288  to create this line.
15289  Its full scheme is
15290 \end_layout
15291
15292 \begin_layout Standard
15293
15294 \series bold
15295
15296 \backslash
15297 cmidrule[width](trim){startcol-endcol}
15298 \end_layout
15299
15300 \begin_layout Standard
15301 The options of 
15302 \series bold
15303
15304 \backslash
15305 cmidrule
15306 \series default
15307  are currently not supported by LyX so you have to use TeX-Code to be able
15308  to use them.
15309  
15310 \series bold
15311
15312 \backslash
15313 cmidrule
15314 \series default
15315 s can manually be created by inserting the command as TeX-Code as the first
15316  cell entry of the first cell of a row.
15317  The line is then drawn in the output above the current row.
15318 \end_layout
15319
15320 \begin_layout Standard
15321 The default for the width is 0.03
15322 \begin_inset space \thinspace{}
15323 \end_inset
15324
15325 em.
15326  Startcol is the number of the column where the line starts and endcol the
15327  column number where the line ends.
15328  The endcol always needs to be specified, also when the line should span
15329  only one column.
15330  The optional parameter trim could be either 
15331 \emph on
15332 l{trimwidth}
15333 \emph default
15334 , or 
15335 \emph on
15336 r{trimwidth}
15337 \emph default
15338  where the trimwidth is also optional.
15339  Using for example the parameter 
15340 \emph on
15341 l{2pt}
15342 \emph default
15343  means that the line is trimmed from its left end by 2
15344 \begin_inset space \thinspace{}
15345 \end_inset
15346
15347 pt.
15348  If you don't specify the trimwidth the lines are trimmed by the default
15349  of 0.5
15350 \begin_inset space \thinspace{}
15351 \end_inset
15352
15353 em.
15354 \end_layout
15355
15356 \begin_layout Standard
15357 \begin_inset VSpace bigskip
15358 \end_inset
15359
15360 Table
15361 \begin_inset space ~
15362 \end_inset
15363
15364
15365 \begin_inset CommandInset ref
15366 LatexCommand ref
15367 reference "tab:Example-booktabs-table"
15368
15369 \end_inset
15370
15371  was created using the commands
15372 \end_layout
15373
15374 \begin_layout Standard
15375
15376 \series bold
15377
15378 \backslash
15379 cmidrule(r){2-2}
15380 \backslash
15381 cmidrule(l){3-4}
15382 \end_layout
15383
15384 \begin_layout Standard
15385 at the beginning of the second row and
15386 \end_layout
15387
15388 \begin_layout Standard
15389
15390 \series bold
15391
15392 \backslash
15393 cmidrule(l{10pt}){1-1}
15394 \end_layout
15395
15396 \begin_layout Standard
15397 in the sixth row.
15398 \end_layout
15399
15400 \begin_layout Standard
15401 \begin_inset VSpace bigskip
15402 \end_inset
15403
15404
15405 \end_layout
15406
15407 \begin_layout Standard
15408 You might want to have overlapping 
15409 \series bold
15410
15411 \backslash
15412 cmidrule
15413 \series default
15414 s as in in Table
15415 \begin_inset space ~
15416 \end_inset
15417
15418
15419 \begin_inset CommandInset ref
15420 LatexCommand ref
15421 reference "tab:Special-booktabs-table"
15422
15423 \end_inset
15424
15425 .
15426  This can be achieved with the TeX-Code command
15427 \end_layout
15428
15429 \begin_layout Standard
15430
15431 \series bold
15432
15433 \backslash
15434 morecmidrules
15435 \end_layout
15436
15437 \begin_layout Standard
15438 The command that was used for the second row of Table
15439 \begin_inset space ~
15440 \end_inset
15441
15442
15443 \begin_inset CommandInset ref
15444 LatexCommand ref
15445 reference "tab:Special-booktabs-table"
15446
15447 \end_inset
15448
15449  is
15450 \end_layout
15451
15452 \begin_layout Standard
15453
15454 \series bold
15455
15456 \backslash
15457 cmidrule(r){2-2}
15458 \backslash
15459 cmidrule(l){3-4}
15460 \backslash
15461 morecmidrules
15462 \backslash
15463 cmidrule{2-4}
15464 \end_layout
15465
15466 \begin_layout Standard
15467 The command for the sixth row is
15468 \end_layout
15469
15470 \begin_layout Standard
15471
15472 \series bold
15473
15474 \backslash
15475 midrule
15476 \backslash
15477 morecmidrules
15478 \backslash
15479 cmidrule{3-4}
15480 \end_layout
15481
15482 \begin_layout Standard
15483 \begin_inset VSpace bigskip
15484 \end_inset
15485
15486
15487 \end_layout
15488
15489 \begin_layout Standard
15490 If you are in any way not satisfied with the border line spacing, you can
15491  use the following command to produce lines that span over all table columns
15492 \series bold
15493 :
15494 \end_layout
15495
15496 \begin_layout Standard
15497
15498 \series bold
15499
15500 \backslash
15501 specialrule{width}{space above}{space below}
15502 \end_layout
15503
15504 \begin_layout Standard
15505 For more information about these features, refer to the manual of the LaTeX-pack
15506 age 
15507 \series bold
15508 booktabs
15509 \series default
15510  
15511 \begin_inset CommandInset citation
15512 LatexCommand cite
15513 key "booktabs"
15514
15515 \end_inset
15516
15517 .
15518 \begin_inset Index idx
15519 status collapsed
15520
15521 \begin_layout Plain Layout
15522 LaTeX-packages ! booktabs
15523 \end_layout
15524
15525 \end_inset
15526
15527
15528 \end_layout
15529
15530 \begin_layout Standard
15531 \begin_inset Float table
15532 placement h
15533 wide false
15534 sideways false
15535 status open
15536
15537 \begin_layout Plain Layout
15538 \begin_inset Caption
15539
15540 \begin_layout Plain Layout
15541 \begin_inset CommandInset label
15542 LatexCommand label
15543 name "tab:Special-booktabs-table"
15544
15545 \end_inset
15546
15547 Special booktabs-table
15548 \end_layout
15549
15550 \end_inset
15551
15552
15553 \end_layout
15554
15555 \begin_layout Plain Layout
15556 \align center
15557 \begin_inset Tabular
15558 <lyxtabular version="3" rows="8" columns="4">
15559 <features booktabs="true" tabularvalignment="middle">
15560 <column alignment="center" valignment="top" width="0">
15561 <column alignment="center" valignment="top" width="0">
15562 <column alignment="center" valignment="top" width="0">
15563 <column alignment="center" valignment="top" width="0">
15564 <row>
15565 <cell alignment="center" valignment="top" topline="true" usebox="none">
15566 \begin_inset Text
15567
15568 \begin_layout Plain Layout
15569 System
15570 \end_layout
15571
15572 \end_inset
15573 </cell>
15574 <cell alignment="center" valignment="top" topline="true" usebox="none">
15575 \begin_inset Text
15576
15577 \begin_layout Plain Layout
15578 Chip
15579 \begin_inset space \thinspace{}
15580 \end_inset
15581
15582 1
15583 \end_layout
15584
15585 \end_inset
15586 </cell>
15587 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15588 \begin_inset Text
15589
15590 \begin_layout Plain Layout
15591 Chip
15592 \begin_inset space \thinspace{}
15593 \end_inset
15594
15595 2
15596 \end_layout
15597
15598 \end_inset
15599 </cell>
15600 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15601 \begin_inset Text
15602
15603 \begin_layout Plain Layout
15604
15605 \end_layout
15606
15607 \end_inset
15608 </cell>
15609 </row>
15610 <row>
15611 <cell alignment="center" valignment="top" usebox="none">
15612 \begin_inset Text
15613
15614 \begin_layout Plain Layout
15615 \begin_inset ERT
15616 status collapsed
15617
15618 \begin_layout Plain Layout
15619
15620
15621 \backslash
15622 cmidrule(r){2-2}
15623 \end_layout
15624
15625 \end_inset
15626
15627
15628 \begin_inset ERT
15629 status collapsed
15630
15631 \begin_layout Plain Layout
15632
15633
15634 \backslash
15635 cmidrule(l){3-4}
15636 \end_layout
15637
15638 \end_inset
15639
15640
15641 \begin_inset ERT
15642 status collapsed
15643
15644 \begin_layout Plain Layout
15645
15646
15647 \backslash
15648 morecmidrules 
15649 \end_layout
15650
15651 \end_inset
15652
15653
15654 \begin_inset ERT
15655 status collapsed
15656
15657 \begin_layout Plain Layout
15658
15659
15660 \backslash
15661 cmidrule{2-4}
15662 \end_layout
15663
15664 \end_inset
15665
15666 Detector thickness in Âµm
15667 \end_layout
15668
15669 \end_inset
15670 </cell>
15671 <cell alignment="center" valignment="top" usebox="none">
15672 \begin_inset Text
15673
15674 \begin_layout Plain Layout
15675 300
15676 \end_layout
15677
15678 \end_inset
15679 </cell>
15680 <cell alignment="center" valignment="top" usebox="none">
15681 \begin_inset Text
15682
15683 \begin_layout Plain Layout
15684 300
15685 \end_layout
15686
15687 \end_inset
15688 </cell>
15689 <cell alignment="center" valignment="top" usebox="none">
15690 \begin_inset Text
15691
15692 \begin_layout Plain Layout
15693 700
15694 \end_layout
15695
15696 \end_inset
15697 </cell>
15698 </row>
15699 <row>
15700 <cell alignment="center" valignment="top" topline="true" usebox="none">
15701 \begin_inset Text
15702
15703 \begin_layout Plain Layout
15704 Edge angle in Â°
15705 \end_layout
15706
15707 \end_inset
15708 </cell>
15709 <cell alignment="center" valignment="top" topline="true" usebox="none">
15710 \begin_inset Text
15711
15712 \begin_layout Plain Layout
15713 3.55
15714 \end_layout
15715
15716 \end_inset
15717 </cell>
15718 <cell alignment="center" valignment="top" topline="true" usebox="none">
15719 \begin_inset Text
15720
15721 \begin_layout Plain Layout
15722 2.71
15723 \end_layout
15724
15725 \end_inset
15726 </cell>
15727 <cell alignment="center" valignment="top" topline="true" usebox="none">
15728 \begin_inset Text
15729
15730 \begin_layout Plain Layout
15731 7.99
15732 \end_layout
15733
15734 \end_inset
15735 </cell>
15736 </row>
15737 <row topspace="default">
15738 <cell alignment="center" valignment="top" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Plain Layout
15742 Spatial resolution in Âµm
15743 \end_layout
15744
15745 \end_inset
15746 </cell>
15747 <cell alignment="center" valignment="top" usebox="none">
15748 \begin_inset Text
15749
15750 \begin_layout Plain Layout
15751 4.26
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 <cell alignment="center" valignment="top" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760 10.17
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 <cell alignment="center" valignment="top" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769 10.56
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 </row>
15775 <row topspace="default">
15776 <cell alignment="center" valignment="top" usebox="none">
15777 \begin_inset Text
15778
15779 \begin_layout Plain Layout
15780 MTF at 
15781 \begin_inset Formula $f_{\mathrm{max}}$
15782 \end_inset
15783
15784
15785 \end_layout
15786
15787 \end_inset
15788 </cell>
15789 <cell alignment="center" valignment="top" usebox="none">
15790 \begin_inset Text
15791
15792 \begin_layout Plain Layout
15793 0.53
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 <cell alignment="center" valignment="top" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802 0.37
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 <cell alignment="center" valignment="top" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Plain Layout
15811 0.39
15812 \end_layout
15813
15814 \end_inset
15815 </cell>
15816 </row>
15817 <row>
15818 <cell alignment="center" valignment="top" topline="true" usebox="none">
15819 \begin_inset Text
15820
15821 \begin_layout Plain Layout
15822 \begin_inset ERT
15823 status collapsed
15824
15825 \begin_layout Plain Layout
15826
15827
15828 \backslash
15829 morecmidrules 
15830 \end_layout
15831
15832 \end_inset
15833
15834
15835 \begin_inset ERT
15836 status collapsed
15837
15838 \begin_layout Plain Layout
15839
15840
15841 \backslash
15842 cmidrule{3-4}
15843 \end_layout
15844
15845 \end_inset
15846
15847 LSF-spatial resolution
15848 \end_layout
15849
15850 \end_inset
15851 </cell>
15852 <cell alignment="center" valignment="top" topline="true" usebox="none">
15853 \begin_inset Text
15854
15855 \begin_layout Plain Layout
15856
15857 \end_layout
15858
15859 \end_inset
15860 </cell>
15861 <cell alignment="center" valignment="top" topline="true" usebox="none">
15862 \begin_inset Text
15863
15864 \begin_layout Plain Layout
15865
15866 \end_layout
15867
15868 \end_inset
15869 </cell>
15870 <cell alignment="center" valignment="top" topline="true" usebox="none">
15871 \begin_inset Text
15872
15873 \begin_layout Plain Layout
15874
15875 \end_layout
15876
15877 \end_inset
15878 </cell>
15879 </row>
15880 <row>
15881 <cell alignment="center" valignment="top" usebox="none">
15882 \begin_inset Text
15883
15884 \begin_layout Plain Layout
15885 in Âµm
15886 \end_layout
15887
15888 \end_inset
15889 </cell>
15890 <cell alignment="center" valignment="top" usebox="none">
15891 \begin_inset Text
15892
15893 \begin_layout Plain Layout
15894 129.7
15895 \end_layout
15896
15897 \end_inset
15898 </cell>
15899 <cell alignment="center" valignment="top" usebox="none">
15900 \begin_inset Text
15901
15902 \begin_layout Plain Layout
15903 52.75
15904 \end_layout
15905
15906 \end_inset
15907 </cell>
15908 <cell alignment="center" valignment="top" usebox="none">
15909 \begin_inset Text
15910
15911 \begin_layout Plain Layout
15912 50.78
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 </row>
15918 <row>
15919 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15920 \begin_inset Text
15921
15922 \begin_layout Plain Layout
15923 in % of pixel size
15924 \end_layout
15925
15926 \end_inset
15927 </cell>
15928 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15929 \begin_inset Text
15930
15931 \begin_layout Plain Layout
15932 76.3
15933 \end_layout
15934
15935 \end_inset
15936 </cell>
15937 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Plain Layout
15941 95.9
15942 \end_layout
15943
15944 \end_inset
15945 </cell>
15946 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950 92.3
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 </row>
15956 </lyxtabular>
15957
15958 \end_inset
15959
15960
15961 \end_layout
15962
15963 \end_inset
15964
15965
15966 \end_layout
15967
15968 \begin_layout Section
15969 Vertical Table Alignment
15970 \begin_inset Index idx
15971 status collapsed
15972
15973 \begin_layout Plain Layout
15974 Table ! Alignment
15975 \end_layout
15976
15977 \end_inset
15978
15979
15980 \end_layout
15981
15982 \begin_layout Standard
15983 To align tables vertically in a text line, the table must be inside a box.
15984  The box can then be vertically aligned as described in section
15985 \begin_inset space ~
15986 \end_inset
15987
15988
15989 \begin_inset CommandInset ref
15990 LatexCommand ref
15991 reference "sec:Box-Dialog"
15992
15993 \end_inset
15994
15995 .
15996 \end_layout
15997
15998 \begin_layout Standard
15999 In the following example the tables are inside a minipage
16000 \begin_inset Foot
16001 status collapsed
16002
16003 \begin_layout Plain Layout
16004 Minipages are described in section
16005 \begin_inset space ~
16006 \end_inset
16007
16008
16009 \begin_inset CommandInset ref
16010 LatexCommand ref
16011 reference "sec:Minipages"
16012
16013 \end_inset
16014
16015 .
16016 \end_layout
16017
16018 \end_inset
16019
16020  box that has a width of 15
16021 \begin_inset space \thinspace{}
16022 \end_inset
16023
16024 col%:
16025 \end_layout
16026
16027 \begin_layout Itemize
16028 test 
16029 \begin_inset Box Frameless
16030 position "t"
16031 hor_pos "c"
16032 has_inner_box 1
16033 inner_pos "c"
16034 use_parbox 0
16035 use_makebox 0
16036 width "15col%"
16037 special "none"
16038 height "1in"
16039 height_special "totalheight"
16040 status collapsed
16041
16042 \begin_layout Plain Layout
16043 \begin_inset Tabular
16044 <lyxtabular version="3" rows="3" columns="3">
16045 <features tabularvalignment="middle">
16046 <column alignment="center" valignment="top" width="0">
16047 <column alignment="center" valignment="top" width="0">
16048 <column alignment="center" valignment="top" width="0">
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 a
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 d
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 g
16073 \end_layout
16074
16075 \end_inset
16076 </cell>
16077 </row>
16078 <row>
16079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16080 \begin_inset Text
16081
16082 \begin_layout Plain Layout
16083 b
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092 e
16093 \end_layout
16094
16095 \end_inset
16096 </cell>
16097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16098 \begin_inset Text
16099
16100 \begin_layout Plain Layout
16101 h
16102 \end_layout
16103
16104 \end_inset
16105 </cell>
16106 </row>
16107 <row>
16108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Plain Layout
16112 c
16113 \end_layout
16114
16115 \end_inset
16116 </cell>
16117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Plain Layout
16121 f
16122 \end_layout
16123
16124 \end_inset
16125 </cell>
16126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16127 \begin_inset Text
16128
16129 \begin_layout Plain Layout
16130 i
16131 \end_layout
16132
16133 \end_inset
16134 </cell>
16135 </row>
16136 </lyxtabular>
16137
16138 \end_inset
16139
16140
16141 \end_layout
16142
16143 \end_inset
16144
16145  test 
16146 \begin_inset ERT
16147 status collapsed
16148
16149 \begin_layout Plain Layout
16150
16151
16152 \backslash
16153 raisebox{0.85
16154 \backslash
16155 baselineskip}{
16156 \end_layout
16157
16158 \end_inset
16159
16160
16161 \begin_inset Box Frameless
16162 position "t"
16163 hor_pos "c"
16164 has_inner_box 1
16165 inner_pos "c"
16166 use_parbox 0
16167 use_makebox 0
16168 width "15col%"
16169 special "none"
16170 height "1in"
16171 height_special "totalheight"
16172 status collapsed
16173
16174 \begin_layout Plain Layout
16175 \begin_inset Tabular
16176 <lyxtabular version="3" rows="3" columns="3">
16177 <features tabularvalignment="middle">
16178 <column alignment="center" valignment="top" width="0">
16179 <column alignment="center" valignment="top" width="0">
16180 <column alignment="center" valignment="top" width="0">
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 a
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 d
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 g
16205 \end_layout
16206
16207 \end_inset
16208 </cell>
16209 </row>
16210 <row>
16211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16212 \begin_inset Text
16213
16214 \begin_layout Plain Layout
16215 b
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224 e
16225 \end_layout
16226
16227 \end_inset
16228 </cell>
16229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16230 \begin_inset Text
16231
16232 \begin_layout Plain Layout
16233 h
16234 \end_layout
16235
16236 \end_inset
16237 </cell>
16238 </row>
16239 <row>
16240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16241 \begin_inset Text
16242
16243 \begin_layout Plain Layout
16244 c
16245 \end_layout
16246
16247 \end_inset
16248 </cell>
16249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16250 \begin_inset Text
16251
16252 \begin_layout Plain Layout
16253 f
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16259 \begin_inset Text
16260
16261 \begin_layout Plain Layout
16262 i
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 </row>
16268 </lyxtabular>
16269
16270 \end_inset
16271
16272
16273 \end_layout
16274
16275 \end_inset
16276
16277
16278 \begin_inset ERT
16279 status collapsed
16280
16281 \begin_layout Plain Layout
16282
16283 }
16284 \end_layout
16285
16286 \end_inset
16287
16288
16289 \end_layout
16290
16291 \begin_layout Itemize
16292 test 
16293 \begin_inset Box Frameless
16294 position "c"
16295 hor_pos "c"
16296 has_inner_box 1
16297 inner_pos "c"
16298 use_parbox 0
16299 use_makebox 0
16300 width "15col%"
16301 special "none"
16302 height "1in"
16303 height_special "totalheight"
16304 status collapsed
16305
16306 \begin_layout Plain Layout
16307 \begin_inset Tabular
16308 <lyxtabular version="3" rows="3" columns="3">
16309 <features tabularvalignment="middle">
16310 <column alignment="center" valignment="top" width="0">
16311 <column alignment="center" valignment="top" width="0">
16312 <column alignment="center" valignment="top" width="0">
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 a
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 d
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 g
16337 \end_layout
16338
16339 \end_inset
16340 </cell>
16341 </row>
16342 <row>
16343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16344 \begin_inset Text
16345
16346 \begin_layout Plain Layout
16347 b
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16353 \begin_inset Text
16354
16355 \begin_layout Plain Layout
16356 e
16357 \end_layout
16358
16359 \end_inset
16360 </cell>
16361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16362 \begin_inset Text
16363
16364 \begin_layout Plain Layout
16365 h
16366 \end_layout
16367
16368 \end_inset
16369 </cell>
16370 </row>
16371 <row>
16372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16373 \begin_inset Text
16374
16375 \begin_layout Plain Layout
16376 c
16377 \end_layout
16378
16379 \end_inset
16380 </cell>
16381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16382 \begin_inset Text
16383
16384 \begin_layout Plain Layout
16385 f
16386 \end_layout
16387
16388 \end_inset
16389 </cell>
16390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16391 \begin_inset Text
16392
16393 \begin_layout Plain Layout
16394 i
16395 \end_layout
16396
16397 \end_inset
16398 </cell>
16399 </row>
16400 </lyxtabular>
16401
16402 \end_inset
16403
16404
16405 \end_layout
16406
16407 \end_inset
16408
16409
16410 \end_layout
16411
16412 \begin_layout Itemize
16413 test 
16414 \begin_inset Box Frameless
16415 position "b"
16416 hor_pos "c"
16417 has_inner_box 1
16418 inner_pos "c"
16419 use_parbox 0
16420 use_makebox 0
16421 width "15col%"
16422 special "none"
16423 height "1in"
16424 height_special "totalheight"
16425 status collapsed
16426
16427 \begin_layout Plain Layout
16428 \begin_inset Tabular
16429 <lyxtabular version="3" rows="3" columns="3">
16430 <features tabularvalignment="middle">
16431 <column alignment="center" valignment="top" width="0">
16432 <column alignment="center" valignment="top" width="0">
16433 <column alignment="center" valignment="top" width="0">
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 a
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 d
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 g
16458 \end_layout
16459
16460 \end_inset
16461 </cell>
16462 </row>
16463 <row>
16464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16465 \begin_inset Text
16466
16467 \begin_layout Plain Layout
16468 b
16469 \end_layout
16470
16471 \end_inset
16472 </cell>
16473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16474 \begin_inset Text
16475
16476 \begin_layout Plain Layout
16477 e
16478 \end_layout
16479
16480 \end_inset
16481 </cell>
16482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486 h
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 </row>
16492 <row>
16493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16494 \begin_inset Text
16495
16496 \begin_layout Plain Layout
16497 c
16498 \end_layout
16499
16500 \end_inset
16501 </cell>
16502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16503 \begin_inset Text
16504
16505 \begin_layout Plain Layout
16506 f
16507 \end_layout
16508
16509 \end_inset
16510 </cell>
16511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Plain Layout
16515 i
16516 \end_layout
16517
16518 \end_inset
16519 </cell>
16520 </row>
16521 </lyxtabular>
16522
16523 \end_inset
16524
16525
16526 \end_layout
16527
16528 \end_inset
16529
16530  test 
16531 \begin_inset ERT
16532 status collapsed
16533
16534 \begin_layout Plain Layout
16535
16536
16537 \backslash
16538 raisebox{-0.32
16539 \backslash
16540 baselineskip}{
16541 \end_layout
16542
16543 \end_inset
16544
16545
16546 \begin_inset Box Frameless
16547 position "b"
16548 hor_pos "c"
16549 has_inner_box 1
16550 inner_pos "c"
16551 use_parbox 0
16552 use_makebox 0
16553 width "15col%"
16554 special "none"
16555 height "1in"
16556 height_special "totalheight"
16557 status collapsed
16558
16559 \begin_layout Plain Layout
16560 \begin_inset Tabular
16561 <lyxtabular version="3" rows="3" columns="3">
16562 <features tabularvalignment="middle">
16563 <column alignment="center" valignment="top" width="0">
16564 <column alignment="center" valignment="top" width="0">
16565 <column alignment="center" valignment="top" width="0">
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 a
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 d
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 g
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 </row>
16595 <row>
16596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16597 \begin_inset Text
16598
16599 \begin_layout Plain Layout
16600 b
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609 e
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Plain Layout
16618 h
16619 \end_layout
16620
16621 \end_inset
16622 </cell>
16623 </row>
16624 <row>
16625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16626 \begin_inset Text
16627
16628 \begin_layout Plain Layout
16629 c
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Plain Layout
16638 f
16639 \end_layout
16640
16641 \end_inset
16642 </cell>
16643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16644 \begin_inset Text
16645
16646 \begin_layout Plain Layout
16647 i
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 </row>
16653 </lyxtabular>
16654
16655 \end_inset
16656
16657
16658 \end_layout
16659
16660 \end_inset
16661
16662
16663 \begin_inset ERT
16664 status collapsed
16665
16666 \begin_layout Plain Layout
16667
16668 }
16669 \end_layout
16670
16671 \end_inset
16672
16673
16674 \end_layout
16675
16676 \begin_layout Standard
16677 As you will see, the content of the first and last table row is not correctly
16678  aligned.
16679  To get this alignment, the minipage box must be set into a raisebox
16680 \begin_inset Foot
16681 status collapsed
16682
16683 \begin_layout Plain Layout
16684 Raiseboxes are described in section
16685 \begin_inset space ~
16686 \end_inset
16687
16688
16689 \begin_inset CommandInset ref
16690 LatexCommand ref
16691 reference "sub:Vertical-Alignment"
16692
16693 \end_inset
16694
16695 .
16696 \end_layout
16697
16698 \end_inset
16699
16700 .
16701  In the example above the second table in the first item is aligned using
16702  the TeX-Code-command
16703 \end_layout
16704
16705 \begin_layout Standard
16706
16707 \series bold
16708
16709 \backslash
16710 raisebox{0.85
16711 \backslash
16712 baselineskip}{
16713 \end_layout
16714
16715 \begin_layout Standard
16716 before the box.
16717  After the box the closing brace 
16718 \series bold
16719 }
16720 \series default
16721  is inserted as TeX-Code.
16722  For the second table in the last item the command
16723 \end_layout
16724
16725 \begin_layout Standard
16726
16727 \series bold
16728
16729 \backslash
16730 raisebox{-0.32
16731 \backslash
16732 baselineskip}{
16733 \end_layout
16734
16735 \begin_layout Standard
16736 is used.
16737 \end_layout
16738
16739 \begin_layout Standard
16740 \begin_inset Note Greyedout
16741 status open
16742
16743 \begin_layout Plain Layout
16744
16745 \series bold
16746 Note:
16747 \series default
16748  The alignment of the table row content to the surrounding text line is
16749  not exact.
16750  The required value for the 
16751 \series bold
16752
16753 \backslash
16754 raisebox
16755 \series default
16756  command for this alignment depends on the document font, the font size,
16757  and the table line thickness.
16758 \end_layout
16759
16760 \end_inset
16761
16762
16763 \end_layout
16764
16765 \begin_layout Section
16766 Colored Tables
16767 \begin_inset CommandInset label
16768 LatexCommand label
16769 name "sec:Colored-Tables"
16770
16771 \end_inset
16772
16773
16774 \begin_inset Index idx
16775 status collapsed
16776
16777 \begin_layout Plain Layout
16778 Table ! Color
16779 \end_layout
16780
16781 \end_inset
16782
16783
16784 \end_layout
16785
16786 \begin_layout Subsection
16787 Colored Cells
16788 \begin_inset Index idx
16789 status collapsed
16790
16791 \begin_layout Plain Layout
16792 Table Color ! for Cells
16793 \end_layout
16794
16795 \end_inset
16796
16797
16798 \begin_inset Index idx
16799 status collapsed
16800
16801 \begin_layout Plain Layout
16802 Color ! for Table Cells
16803 \end_layout
16804
16805 \end_inset
16806
16807
16808 \end_layout
16809
16810 \begin_layout Standard
16811 \begin_inset Float table
16812 placement h
16813 wide false
16814 sideways false
16815 status open
16816
16817 \begin_layout Plain Layout
16818 \begin_inset Caption
16819
16820 \begin_layout Plain Layout
16821 \begin_inset CommandInset label
16822 LatexCommand label
16823 name "tab:Table-colored-without"
16824
16825 \end_inset
16826
16827 Table colored without using the package 
16828 \series bold
16829 colortbl
16830 \series default
16831
16832 \begin_inset Argument
16833 status collapsed
16834
16835 \begin_layout Plain Layout
16836 Table without colortbl
16837 \end_layout
16838
16839 \end_inset
16840
16841
16842 \end_layout
16843
16844 \end_inset
16845
16846
16847 \end_layout
16848
16849 \begin_layout Plain Layout
16850 \align center
16851 \begin_inset Tabular
16852 <lyxtabular version="3" rows="3" columns="3">
16853 <features tabularvalignment="middle">
16854 <column alignment="center" valignment="top" width="0">
16855 <column alignment="center" valignment="top" width="0">
16856 <column alignment="center" valignment="top" width="0">
16857 <row>
16858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout Plain Layout
16862
16863 \color green
16864 a
16865 \end_layout
16866
16867 \end_inset
16868 </cell>
16869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16870 \begin_inset Text
16871
16872 \begin_layout Plain Layout
16873
16874 \color red
16875 b
16876 \end_layout
16877
16878 \end_inset
16879 </cell>
16880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16881 \begin_inset Text
16882
16883 \begin_layout Plain Layout
16884
16885 \color red
16886 c
16887 \end_layout
16888
16889 \end_inset
16890 </cell>
16891 </row>
16892 <row>
16893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16894 \begin_inset Text
16895
16896 \begin_layout Plain Layout
16897
16898 \color green
16899 d
16900 \end_layout
16901
16902 \end_inset
16903 </cell>
16904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16905 \begin_inset Text
16906
16907 \begin_layout Plain Layout
16908
16909 \color blue
16910 e
16911 \end_layout
16912
16913 \end_inset
16914 </cell>
16915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16916 \begin_inset Text
16917
16918 \begin_layout Plain Layout
16919
16920 \color blue
16921 f
16922 \end_layout
16923
16924 \end_inset
16925 </cell>
16926 </row>
16927 <row>
16928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Plain Layout
16932
16933 \color green
16934 g
16935 \end_layout
16936
16937 \end_inset
16938 </cell>
16939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Plain Layout
16943
16944 \color blue
16945 h
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954
16955 \color blue
16956 i
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 </row>
16962 </lyxtabular>
16963
16964 \end_inset
16965
16966
16967 \end_layout
16968
16969 \end_inset
16970
16971
16972 \end_layout
16973
16974 \begin_layout Standard
16975 If you only need colored text, mark the cells and choose a color in the
16976  
16977 \family sans
16978 Text
16979 \begin_inset space ~
16980 \end_inset
16981
16982 Style
16983 \family default
16984  dialog (toolbar button 
16985 \begin_inset Info
16986 type  "icon"
16987 arg   "dialog-show character"
16988 \end_inset
16989
16990 ).
16991  This was used to create Table
16992 \begin_inset space ~
16993 \end_inset
16994
16995
16996 \begin_inset CommandInset ref
16997 LatexCommand ref
16998 reference "tab:Table-colored-without"
16999
17000 \end_inset
17001
17002 .
17003  In any other case you have to use the LaTeX-package 
17004 \series bold
17005 colortbl
17006 \series default
17007 .
17008 \begin_inset Index idx
17009 status collapsed
17010
17011 \begin_layout Plain Layout
17012 LaTeX-packages ! colortbl
17013 \end_layout
17014
17015 \end_inset
17016
17017
17018 \end_layout
17019
17020 \begin_layout Standard
17021 \begin_inset ERT
17022 status collapsed
17023
17024 \begin_layout Plain Layout
17025
17026
17027 \backslash
17028 ifcolortbl
17029 \end_layout
17030
17031 \end_inset
17032
17033
17034 \begin_inset Note Note
17035 status open
17036
17037 \begin_layout Plain Layout
17038 The following section part will only be displayed when the LaTeX-package
17039  
17040 \series bold
17041 colortbl
17042 \series default
17043  is installed.
17044 \end_layout
17045
17046 \end_inset
17047
17048
17049 \end_layout
17050
17051 \begin_layout Standard
17052 To create colored tables, 
17053 \series bold
17054 colortbl
17055 \series default
17056  must be loaded in the preamble with the line
17057 \end_layout
17058
17059 \begin_layout Standard
17060
17061 \series bold
17062
17063 \backslash
17064 usepackage{colortbl}
17065 \end_layout
17066
17067 \begin_layout Standard
17068 The color of a column is adjusted with the command
17069 \end_layout
17070
17071 \begin_layout Standard
17072
17073 \series bold
17074
17075 \backslash
17076 columncolor{name of color}
17077 \end_layout
17078
17079 \begin_layout Standard
17080 inside the command 
17081 \series bold
17082 >{ }
17083 \series default
17084 .
17085  More about the command 
17086 \series bold
17087 >{}
17088 \series default
17089  is contained in section
17090 \begin_inset space ~
17091 \end_inset
17092
17093
17094 \begin_inset CommandInset ref
17095 LatexCommand ref
17096 reference "sub:Multicolumn-Calculations"
17097
17098 \end_inset
17099
17100 .
17101 \end_layout
17102
17103 \begin_layout Standard
17104 The following color names are predefined:
17105 \end_layout
17106
17107 \begin_layout Standard
17108
17109 \family sans
17110 red
17111 \family default
17112
17113 \family sans
17114 green
17115 \family default
17116
17117 \family sans
17118 yellow
17119 \family default
17120
17121 \family sans
17122 blue
17123 \family default
17124
17125 \family sans
17126 cyan
17127 \family default
17128
17129 \family sans
17130 magenta
17131 \family default
17132
17133 \family sans
17134 black
17135 \family default
17136  and 
17137 \family sans
17138 white
17139 \end_layout
17140
17141 \begin_layout Standard
17142 \begin_inset VSpace medskip
17143 \end_inset
17144
17145
17146 \end_layout
17147
17148 \begin_layout Standard
17149 If you add the options
17150 \end_layout
17151
17152 \begin_layout Standard
17153
17154 \series bold
17155 usenames,dvipsnames
17156 \end_layout
17157
17158 \begin_layout Standard
17159 to the document class options in the document settings, you can additionally
17160  use further 61
17161 \begin_inset space ~
17162 \end_inset
17163
17164 colors.
17165  These colors are listed in appendix
17166 \begin_inset space ~
17167 \end_inset
17168
17169
17170 \begin_inset CommandInset ref
17171 LatexCommand ref
17172 reference "chap:List-of-dvips-colornames"
17173
17174 \end_inset
17175
17176 .
17177  One of these colors, 
17178 \family sans
17179 Maroon
17180 \family default
17181 , is used as example in Table
17182 \begin_inset space ~
17183 \end_inset
17184
17185
17186 \begin_inset CommandInset ref
17187 LatexCommand ref
17188 reference "tab:Table-colored-using"
17189
17190 \end_inset
17191
17192 .
17193 \end_layout
17194
17195 \begin_layout Standard
17196 \begin_inset VSpace medskip
17197 \end_inset
17198
17199
17200 \end_layout
17201
17202 \begin_layout Standard
17203 You can also define your own color with the command
17204 \end_layout
17205
17206 \begin_layout Standard
17207
17208 \series bold
17209
17210 \backslash
17211 definecolor{color name}{color model}{color values}
17212 \end_layout
17213
17214 \begin_layout Standard
17215 The color model can be
17216 \end_layout
17217
17218 \begin_layout Labeling
17219 \labelwidthstring 00.00.0000
17220 cmyk: cyan, magenta, yellow, black
17221 \end_layout
17222
17223 \begin_layout Labeling
17224 \labelwidthstring 00.00.0000
17225 rgb: red, green blue
17226 \end_layout
17227
17228 \begin_layout Labeling
17229 \labelwidthstring 00.00.0000
17230 gray gray
17231 \end_layout
17232
17233 \begin_layout Standard
17234 and the color values are comma separated numbers between 0 and 1 describing
17235  the factor for the corresponding color of the color model.
17236 \end_layout
17237
17238 \begin_layout Standard
17239 You can e.
17240 \begin_inset space \thinspace{}
17241 \end_inset
17242
17243 g.
17244 \begin_inset space \space{}
17245 \end_inset
17246
17247 define the color "
17248 \emph on
17249 darkgreen
17250 \emph default
17251 " in the preamble with
17252 \end_layout
17253
17254 \begin_layout Standard
17255
17256 \series bold
17257
17258 \backslash
17259 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17260 \end_layout
17261
17262 \begin_layout Standard
17263 and the color "
17264 \emph on
17265 lightgray
17266 \emph default
17267 " with
17268 \end_layout
17269
17270 \begin_layout Standard
17271
17272 \series bold
17273
17274 \backslash
17275 definecolor{lightgray}{gray}{0.8}
17276 \end_layout
17277
17278 \begin_layout Standard
17279 \begin_inset VSpace medskip
17280 \end_inset
17281
17282
17283 \end_layout
17284
17285 \begin_layout Standard
17286 Lines are colored with the command
17287 \end_layout
17288
17289 \begin_layout Standard
17290
17291 \series bold
17292
17293 \backslash
17294 rowcolor{name of color}
17295 \end_layout
17296
17297 \begin_layout Standard
17298 and cells are colored with the command
17299 \end_layout
17300
17301 \begin_layout Standard
17302
17303 \series bold
17304
17305 \backslash
17306 cellcolor{name of color}
17307 \end_layout
17308
17309 \begin_layout Standard
17310 Both commands are inserted at the beginning of a cell as TeX-Code.
17311 \end_layout
17312
17313 \begin_layout Standard
17314 To color characters in the table, mark the cells and use the 
17315 \family sans
17316 Text
17317 \begin_inset space ~
17318 \end_inset
17319
17320 Style
17321 \family default
17322  dialog.
17323  If a cell contains TeX-Code mark only the characters, otherwise the colored
17324  TeX-Code will cause LaTeX-errors.
17325 \end_layout
17326
17327 \begin_layout Standard
17328 \begin_inset Note Greyedout
17329 status open
17330
17331 \begin_layout Plain Layout
17332
17333 \series bold
17334 Note:
17335 \series default
17336  Not all DVI-viewers are able to display self-defined colors.
17337 \end_layout
17338
17339 \end_inset
17340
17341
17342 \end_layout
17343
17344 \begin_layout Standard
17345 \begin_inset VSpace bigskip
17346 \end_inset
17347
17348
17349 \end_layout
17350
17351 \begin_layout Standard
17352 To create Table
17353 \begin_inset space ~
17354 \end_inset
17355
17356
17357 \begin_inset CommandInset ref
17358 LatexCommand ref
17359 reference "tab:Table-colored-using"
17360
17361 \end_inset
17362
17363  do the following: The color of the first column should be 
17364 \emph on
17365 darkgreen
17366 \emph default
17367 .
17368  So insert
17369 \end_layout
17370
17371 \begin_layout Standard
17372
17373 \series bold
17374 >{
17375 \backslash
17376 columncolor{darkgreen}
17377 \backslash
17378 centering}c
17379 \end_layout
17380
17381 \begin_layout Standard
17382 as LaTeX-argument for this column.
17383  The first row should be light blue, therefore the TeX-Code command
17384 \end_layout
17385
17386 \begin_layout Standard
17387
17388 \series bold
17389
17390 \backslash
17391 rowcolor{cyan}
17392 \end_layout
17393
17394 \begin_layout Standard
17395 is inserted to the first cell of this row.
17396  Note that this overwrites the column color for the first cell.
17397  The last cell of the last row is colored maroon by inserting the TeX-Code
17398  command
17399 \end_layout
17400
17401 \begin_layout Standard
17402
17403 \series bold
17404
17405 \backslash
17406 cellcolor{Maroon}
17407 \end_layout
17408
17409 \begin_layout Standard
17410 The characters could now be colored using the menu 
17411 \family sans
17412 Edit\SpecialChar \menuseparator
17413 Text
17414 \begin_inset space ~
17415 \end_inset
17416
17417 Style
17418 \family default
17419 .
17420 \end_layout
17421
17422 \begin_layout Standard
17423 \begin_inset Float table
17424 placement h
17425 wide false
17426 sideways false
17427 status open
17428
17429 \begin_layout Plain Layout
17430 \begin_inset Caption
17431
17432 \begin_layout Plain Layout
17433 \begin_inset CommandInset label
17434 LatexCommand label
17435 name "tab:Table-colored-using"
17436
17437 \end_inset
17438
17439 Table colored using the package 
17440 \series bold
17441 colortbl
17442 \series default
17443
17444 \begin_inset Argument
17445 status collapsed
17446
17447 \begin_layout Plain Layout
17448 Table with colortbl
17449 \end_layout
17450
17451 \end_inset
17452
17453
17454 \end_layout
17455
17456 \end_inset
17457
17458
17459 \end_layout
17460
17461 \begin_layout Plain Layout
17462 \align center
17463 \begin_inset Tabular
17464 <lyxtabular version="3" rows="3" columns="3">
17465 <features tabularvalignment="middle">
17466 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
17467 <column alignment="center" valignment="top" width="0">
17468 <column alignment="center" valignment="top" width="0">
17469 <row>
17470 <cell alignment="center" valignment="top" usebox="none">
17471 \begin_inset Text
17472
17473 \begin_layout Plain Layout
17474 \begin_inset ERT
17475 status collapsed
17476
17477 \begin_layout Plain Layout
17478
17479
17480 \backslash
17481 rowcolor{cyan}
17482 \end_layout
17483
17484 \end_inset
17485
17486
17487 \color magenta
17488 a
17489 \end_layout
17490
17491 \end_inset
17492 </cell>
17493 <cell alignment="center" valignment="top" usebox="none">
17494 \begin_inset Text
17495
17496 \begin_layout Plain Layout
17497
17498 \color red
17499 b
17500 \end_layout
17501
17502 \end_inset
17503 </cell>
17504 <cell alignment="center" valignment="top" usebox="none">
17505 \begin_inset Text
17506
17507 \begin_layout Plain Layout
17508
17509 \color red
17510 c
17511 \end_layout
17512
17513 \end_inset
17514 </cell>
17515 </row>
17516 <row>
17517 <cell alignment="center" valignment="top" usebox="none">
17518 \begin_inset Text
17519
17520 \begin_layout Plain Layout
17521
17522 \color yellow
17523 d
17524 \end_layout
17525
17526 \end_inset
17527 </cell>
17528 <cell alignment="center" valignment="top" usebox="none">
17529 \begin_inset Text
17530
17531 \begin_layout Plain Layout
17532
17533 \color blue
17534 e
17535 \end_layout
17536
17537 \end_inset
17538 </cell>
17539 <cell alignment="center" valignment="top" usebox="none">
17540 \begin_inset Text
17541
17542 \begin_layout Plain Layout
17543
17544 \color blue
17545 f
17546 \end_layout
17547
17548 \end_inset
17549 </cell>
17550 </row>
17551 <row>
17552 <cell alignment="center" valignment="top" usebox="none">
17553 \begin_inset Text
17554
17555 \begin_layout Plain Layout
17556
17557 \color yellow
17558 g
17559 \end_layout
17560
17561 \end_inset
17562 </cell>
17563 <cell alignment="center" valignment="top" usebox="none">
17564 \begin_inset Text
17565
17566 \begin_layout Plain Layout
17567
17568 \color blue
17569 h
17570 \end_layout
17571
17572 \end_inset
17573 </cell>
17574 <cell alignment="center" valignment="top" usebox="none">
17575 \begin_inset Text
17576
17577 \begin_layout Plain Layout
17578 \begin_inset ERT
17579 status collapsed
17580
17581 \begin_layout Plain Layout
17582
17583
17584 \backslash
17585 cellcolor{Maroon}
17586 \end_layout
17587
17588 \end_inset
17589
17590
17591 \color green
17592 i
17593 \end_layout
17594
17595 \end_inset
17596 </cell>
17597 </row>
17598 </lyxtabular>
17599
17600 \end_inset
17601
17602
17603 \end_layout
17604
17605 \end_inset
17606
17607
17608 \end_layout
17609
17610 \begin_layout Standard
17611 \begin_inset ERT
17612 status collapsed
17613
17614 \begin_layout Plain Layout
17615
17616
17617 \backslash
17618 else
17619 \end_layout
17620
17621 \end_inset
17622
17623
17624 \begin_inset Note Note
17625 status open
17626
17627 \begin_layout Plain Layout
17628 The following will be displayed when the LaTeX-package 
17629 \series bold
17630 colortbl
17631 \series default
17632  is not installed:
17633 \end_layout
17634
17635 \end_inset
17636
17637
17638 \end_layout
17639
17640 \begin_layout Standard
17641 You need to install the package 
17642 \series bold
17643 colortbl
17644 \series default
17645  to see the content of this section in the output.
17646 \end_layout
17647
17648 \begin_layout Standard
17649 \begin_inset ERT
17650 status collapsed
17651
17652 \begin_layout Plain Layout
17653
17654
17655 \backslash
17656 fi
17657 \end_layout
17658
17659 \end_inset
17660
17661
17662 \end_layout
17663
17664 \begin_layout Subsection
17665 Colored Rows
17666 \begin_inset Index idx
17667 status collapsed
17668
17669 \begin_layout Plain Layout
17670 Table Color ! for Rows
17671 \end_layout
17672
17673 \end_inset
17674
17675
17676 \begin_inset Index idx
17677 status collapsed
17678
17679 \begin_layout Plain Layout
17680 Color ! for Table Rows
17681 \end_layout
17682
17683 \end_inset
17684
17685
17686 \end_layout
17687
17688 \begin_layout Standard
17689 In case every second table row needs to be colored there is an alternative
17690  to the method described in the previous section: One loads the package
17691  
17692 \series bold
17693 xcolor
17694 \series default
17695
17696 \begin_inset Index idx
17697 status collapsed
17698
17699 \begin_layout Plain Layout
17700 LaTeX-packages ! xcolor
17701 \begin_inset ERT
17702 status collapsed
17703
17704 \begin_layout Plain Layout
17705
17706
17707 \backslash
17708 vspace{4mm}
17709 \end_layout
17710
17711 \end_inset
17712
17713
17714 \end_layout
17715
17716 \end_inset
17717
17718  in the document preamble with the command
17719 \end_layout
17720
17721 \begin_layout Standard
17722
17723 \series bold
17724
17725 \backslash
17726 usepackage[table]{xcolor}
17727 \end_layout
17728
17729 \begin_layout Standard
17730
17731 \series bold
17732 xcolor
17733 \series default
17734  automatically loads also the package 
17735 \series bold
17736 colortbl
17737 \series default
17738
17739 \begin_inset Index idx
17740 status collapsed
17741
17742 \begin_layout Plain Layout
17743 LaTeX-packages ! colortbl
17744 \end_layout
17745
17746 \end_inset
17747
17748 , so 
17749 \series bold
17750 colortbl
17751 \series default
17752  must be installed in your LaTeX-distribution, otherwise you get LaTeX-errors.
17753 \end_layout
17754
17755 \begin_layout Standard
17756 \begin_inset ERT
17757 status collapsed
17758
17759 \begin_layout Plain Layout
17760
17761
17762 \backslash
17763 ifcolortbl
17764 \end_layout
17765
17766 \end_inset
17767
17768
17769 \begin_inset Note Note
17770 status open
17771
17772 \begin_layout Plain Layout
17773 The following section part will only be displayed when the LaTeX-package
17774  
17775 \series bold
17776 colortbl
17777 \series default
17778  is installed.
17779 \end_layout
17780
17781 \end_inset
17782
17783
17784 \end_layout
17785
17786 \begin_layout Standard
17787 The table rows are colored with the command
17788 \end_layout
17789
17790 \begin_layout Standard
17791
17792 \series bold
17793
17794 \backslash
17795 rowcolors[commands]{row number}{odd row color}{even row color}
17796 \end_layout
17797
17798 \begin_layout Standard
17799 that is either inserted in the document preamble or as TeX-Code before the
17800  first table to be colored.
17801  row
17802 \begin_inset space ~
17803 \end_inset
17804
17805 number is the number of the first row which should be colored according
17806  to the odd row color.
17807  commands can be additional commands that are executed before every table
17808  row.
17809  So for example the command
17810 \end_layout
17811
17812 \begin_layout Standard
17813
17814 \series bold
17815
17816 \backslash
17817 rowcolors{1}{white}{lightgray}
17818 \end_layout
17819
17820 \begin_layout Standard
17821 leads to the coloring scheme of Table
17822 \begin_inset space ~
17823 \end_inset
17824
17825
17826 \begin_inset CommandInset ref
17827 LatexCommand ref
17828 reference "tab:Table-rowcolors"
17829
17830 \end_inset
17831
17832 .
17833  The command
17834 \end_layout
17835
17836 \begin_layout Standard
17837
17838 \series bold
17839
17840 \backslash
17841 rowcolors[
17842 \backslash
17843 hline]{1}{lightgray}{cyan}
17844 \end_layout
17845
17846 \begin_layout Standard
17847 leads to the coloring scheme of Table
17848 \begin_inset space ~
17849 \end_inset
17850
17851
17852 \begin_inset CommandInset ref
17853 LatexCommand ref
17854 reference "tab:Table-rowcolors-2"
17855
17856 \end_inset
17857
17858 .
17859  If odd
17860 \begin_inset space ~
17861 \end_inset
17862
17863 row
17864 \begin_inset space ~
17865 \end_inset
17866
17867 color and/or even
17868 \begin_inset space ~
17869 \end_inset
17870
17871 row
17872 \begin_inset space ~
17873 \end_inset
17874
17875 color are left empty, no color will be used so that the command
17876 \end_layout
17877
17878 \begin_layout Standard
17879
17880 \series bold
17881
17882 \backslash
17883 rowcolors{1}{}{}
17884 \end_layout
17885
17886 \begin_layout Standard
17887 deletes all colors.
17888  
17889 \series bold
17890
17891 \backslash
17892 rowcolors
17893 \series default
17894  affects all tables following that command.
17895 \end_layout
17896
17897 \begin_layout Standard
17898 \begin_inset ERT
17899 status open
17900
17901 \begin_layout Plain Layout
17902
17903
17904 \backslash
17905 rowcolors{1}{white}{lightgray}
17906 \end_layout
17907
17908 \end_inset
17909
17910
17911 \end_layout
17912
17913 \begin_layout Standard
17914 \begin_inset Float table
17915 placement h
17916 wide false
17917 sideways false
17918 status open
17919
17920 \begin_layout Plain Layout
17921 \begin_inset Caption
17922
17923 \begin_layout Plain Layout
17924 \begin_inset CommandInset label
17925 LatexCommand label
17926 name "tab:Table-rowcolors"
17927
17928 \end_inset
17929
17930 Table where every second row is colored light gray.
17931 \end_layout
17932
17933 \end_inset
17934
17935
17936 \end_layout
17937
17938 \begin_layout Plain Layout
17939 \align center
17940 \begin_inset Tabular
17941 <lyxtabular version="3" rows="4" columns="3">
17942 <features tabularvalignment="middle">
17943 <column alignment="center" valignment="top" width="0">
17944 <column alignment="center" valignment="top" width="0pt">
17945 <column alignment="center" valignment="top" width="0pt">
17946 <row>
17947 <cell alignment="center" valignment="top" usebox="none">
17948 \begin_inset Text
17949
17950 \begin_layout Plain Layout
17951 X
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 Y
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 Z
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 1
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 2
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 3
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 4
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 5
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 6
18028 \end_layout
18029
18030 \end_inset
18031 </cell>
18032 </row>
18033 <row>
18034 <cell alignment="center" valignment="top" usebox="none">
18035 \begin_inset Text
18036
18037 \begin_layout Plain Layout
18038 7
18039 \end_layout
18040
18041 \end_inset
18042 </cell>
18043 <cell alignment="center" valignment="top" usebox="none">
18044 \begin_inset Text
18045
18046 \begin_layout Plain Layout
18047 8
18048 \end_layout
18049
18050 \end_inset
18051 </cell>
18052 <cell alignment="center" valignment="top" usebox="none">
18053 \begin_inset Text
18054
18055 \begin_layout Plain Layout
18056 9
18057 \end_layout
18058
18059 \end_inset
18060 </cell>
18061 </row>
18062 </lyxtabular>
18063
18064 \end_inset
18065
18066
18067 \end_layout
18068
18069 \end_inset
18070
18071
18072 \end_layout
18073
18074 \begin_layout Standard
18075 \begin_inset ERT
18076 status open
18077
18078 \begin_layout Plain Layout
18079
18080
18081 \backslash
18082 rowcolors[
18083 \backslash
18084 hline]{1}{lightgray}{cyan}
18085 \end_layout
18086
18087 \end_inset
18088
18089
18090 \end_layout
18091
18092 \begin_layout Standard
18093 \begin_inset Float table
18094 placement h
18095 wide false
18096 sideways false
18097 status open
18098
18099 \begin_layout Plain Layout
18100 \begin_inset Caption
18101
18102 \begin_layout Plain Layout
18103 \begin_inset CommandInset label
18104 LatexCommand label
18105 name "tab:Table-rowcolors-2"
18106
18107 \end_inset
18108
18109 Table where every second row is colored cyan and at which there is a line
18110  between each row.
18111 \end_layout
18112
18113 \end_inset
18114
18115
18116 \end_layout
18117
18118 \begin_layout Plain Layout
18119 \align center
18120 \begin_inset Tabular
18121 <lyxtabular version="3" rows="4" columns="3">
18122 <features tabularvalignment="middle">
18123 <column alignment="center" valignment="top" width="0">
18124 <column alignment="center" valignment="top" width="0">
18125 <column alignment="center" valignment="top" width="0pt">
18126 <row>
18127 <cell alignment="center" valignment="top" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131 X
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 Y
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 Z
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 1
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 2
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 3
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 4
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 5
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 6
18208 \end_layout
18209
18210 \end_inset
18211 </cell>
18212 </row>
18213 <row>
18214 <cell alignment="center" valignment="top" usebox="none">
18215 \begin_inset Text
18216
18217 \begin_layout Plain Layout
18218 7
18219 \end_layout
18220
18221 \end_inset
18222 </cell>
18223 <cell alignment="center" valignment="top" usebox="none">
18224 \begin_inset Text
18225
18226 \begin_layout Plain Layout
18227 8
18228 \end_layout
18229
18230 \end_inset
18231 </cell>
18232 <cell alignment="center" valignment="top" usebox="none">
18233 \begin_inset Text
18234
18235 \begin_layout Plain Layout
18236 9
18237 \end_layout
18238
18239 \end_inset
18240 </cell>
18241 </row>
18242 </lyxtabular>
18243
18244 \end_inset
18245
18246
18247 \end_layout
18248
18249 \end_inset
18250
18251
18252 \end_layout
18253
18254 \begin_layout Standard
18255 \begin_inset ERT
18256 status collapsed
18257
18258 \begin_layout Plain Layout
18259
18260
18261 \backslash
18262 rowcolors{1}{}{}
18263 \end_layout
18264
18265 \end_inset
18266
18267
18268 \begin_inset Note Note
18269 status collapsed
18270
18271 \begin_layout Plain Layout
18272 turns off the row coloring
18273 \end_layout
18274
18275 \end_inset
18276
18277
18278 \end_layout
18279
18280 \begin_layout Standard
18281 \begin_inset ERT
18282 status collapsed
18283
18284 \begin_layout Plain Layout
18285
18286
18287 \backslash
18288 else
18289 \end_layout
18290
18291 \end_inset
18292
18293
18294 \begin_inset Note Note
18295 status open
18296
18297 \begin_layout Plain Layout
18298 The following will be displayed when the LaTeX-package 
18299 \series bold
18300 colortbl
18301 \series default
18302  is not installed:
18303 \end_layout
18304
18305 \end_inset
18306
18307
18308 \end_layout
18309
18310 \begin_layout Standard
18311 You need to install the package 
18312 \series bold
18313 colortbl
18314 \series default
18315  to see the content of this section in the output.
18316 \end_layout
18317
18318 \begin_layout Standard
18319 \begin_inset ERT
18320 status collapsed
18321
18322 \begin_layout Plain Layout
18323
18324
18325 \backslash
18326 fi
18327 \end_layout
18328
18329 \end_inset
18330
18331
18332 \end_layout
18333
18334 \begin_layout Subsection
18335 Colored Lines
18336 \begin_inset Index idx
18337 status collapsed
18338
18339 \begin_layout Plain Layout
18340 Table Color ! for Lines
18341 \end_layout
18342
18343 \end_inset
18344
18345
18346 \begin_inset Index idx
18347 status collapsed
18348
18349 \begin_layout Plain Layout
18350 Color ! for Table Lines
18351 \end_layout
18352
18353 \end_inset
18354
18355
18356 \end_layout
18357
18358 \begin_layout Standard
18359 As described in section
18360 \begin_inset space ~
18361 \end_inset
18362
18363
18364 \begin_inset CommandInset ref
18365 LatexCommand ref
18366 reference "sub:Line-Thickness"
18367
18368 \end_inset
18369
18370 , the line thickness for all lines in a table can be adjusted with the length
18371  
18372 \series bold
18373
18374 \backslash
18375 arrayrulewidth
18376 \series default
18377 .
18378  It is set to 1.5
18379 \begin_inset space \thinspace{}
18380 \end_inset
18381
18382 pt for all tables of this section.
18383 \begin_inset ERT
18384 status collapsed
18385
18386 \begin_layout Plain Layout
18387
18388
18389 \backslash
18390 setlength{
18391 \backslash
18392 arrayrulewidth}{1.5pt}
18393 \end_layout
18394
18395 \end_inset
18396
18397
18398 \end_layout
18399
18400 \begin_layout Standard
18401 To color vertical lines for example with green, create the following column
18402  format in the document preamble, according to the description in section
18403 \begin_inset space ~
18404 \end_inset
18405
18406
18407 \begin_inset CommandInset ref
18408 LatexCommand ref
18409 reference "sub:Customized-Format"
18410
18411 \end_inset
18412
18413 :
18414 \end_layout
18415
18416 \begin_layout Standard
18417
18418 \series bold
18419
18420 \backslash
18421 newcolumntype{W}{!{
18422 \backslash
18423 color{green}
18424 \backslash
18425 vline}}
18426 \end_layout
18427
18428 \begin_layout Standard
18429 For Table
18430 \begin_inset space ~
18431 \end_inset
18432
18433
18434 \begin_inset CommandInset ref
18435 LatexCommand ref
18436 reference "tab:Table-with-vertical-colored"
18437
18438 \end_inset
18439
18440  the LaTeX-argument
18441 \series bold
18442  WcW
18443 \series default
18444  was used for the last column and
18445 \series bold
18446  Wc
18447 \series default
18448  for the other columns.
18449 \end_layout
18450
18451 \begin_layout Standard
18452 If you want to have several colors, define more column formats.
18453 \end_layout
18454
18455 \begin_layout Standard
18456 \begin_inset Float table
18457 placement h
18458 wide false
18459 sideways false
18460 status open
18461
18462 \begin_layout Plain Layout
18463 \begin_inset Caption
18464
18465 \begin_layout Plain Layout
18466 \begin_inset CommandInset label
18467 LatexCommand label
18468 name "tab:Table-with-vertical-colored"
18469
18470 \end_inset
18471
18472 Table with colored vertical lines
18473 \end_layout
18474
18475 \end_inset
18476
18477
18478 \end_layout
18479
18480 \begin_layout Plain Layout
18481 \align center
18482 \begin_inset Tabular
18483 <lyxtabular version="3" rows="3" columns="3">
18484 <features tabularvalignment="middle">
18485 <column alignment="center" valignment="top" width="0" special="Wc">
18486 <column alignment="center" valignment="top" width="0" special="Wc">
18487 <column alignment="center" valignment="top" width="0" special="WcW">
18488 <row>
18489 <cell alignment="center" valignment="top" topline="true" usebox="none">
18490 \begin_inset Text
18491
18492 \begin_layout Plain Layout
18493 sd
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
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" 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" usebox="none">
18528 \begin_inset Text
18529
18530 \begin_layout Plain Layout
18531 sd
18532 \end_layout
18533
18534 \end_inset
18535 </cell>
18536 <cell alignment="center" valignment="top" topline="true" usebox="none">
18537 \begin_inset Text
18538
18539 \begin_layout Plain Layout
18540
18541 \end_layout
18542
18543 \end_inset
18544 </cell>
18545 </row>
18546 <row>
18547 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18548 \begin_inset Text
18549
18550 \begin_layout Plain Layout
18551
18552 \end_layout
18553
18554 \end_inset
18555 </cell>
18556 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18557 \begin_inset Text
18558
18559 \begin_layout Plain Layout
18560
18561 \end_layout
18562
18563 \end_inset
18564 </cell>
18565 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18566 \begin_inset Text
18567
18568 \begin_layout Plain Layout
18569 sd
18570 \end_layout
18571
18572 \end_inset
18573 </cell>
18574 </row>
18575 </lyxtabular>
18576
18577 \end_inset
18578
18579
18580 \end_layout
18581
18582 \end_inset
18583
18584
18585 \end_layout
18586
18587 \begin_layout Standard
18588 \begin_inset VSpace bigskip
18589 \end_inset
18590
18591 To color horizontal lines for example with red, as in Table
18592 \begin_inset space ~
18593 \end_inset
18594
18595
18596 \begin_inset CommandInset ref
18597 LatexCommand ref
18598 reference "tab:Table-with-horizontal-colored"
18599
18600 \end_inset
18601
18602 , insert these commands in TeX-Code before the table or table float:
18603 \end_layout
18604
18605 \begin_layout Standard
18606
18607 \series bold
18608
18609 \backslash
18610 let
18611 \backslash
18612 myHlineC
18613 \backslash
18614 hline
18615 \begin_inset Newline newline
18616 \end_inset
18617
18618
18619 \backslash
18620 renewcommand{
18621 \backslash
18622 hline}
18623 \begin_inset Newline newline
18624 \end_inset
18625
18626
18627 \begin_inset Phantom HPhantom
18628 status open
18629
18630 \begin_layout Plain Layout
18631
18632 \series bold
18633 \begin_inset space ~
18634 \end_inset
18635
18636
18637 \end_layout
18638
18639 \end_inset
18640
18641 {
18642 \backslash
18643 arrayrulecolor{red}
18644 \backslash
18645 myHlineC
18646 \backslash
18647 arrayrulecolor{black}}
18648 \end_layout
18649
18650 \begin_layout Standard
18651 \begin_inset ERT
18652 status collapsed
18653
18654 \begin_layout Plain Layout
18655
18656
18657 \backslash
18658 let
18659 \backslash
18660 myHlineC
18661 \backslash
18662 hline
18663 \end_layout
18664
18665 \begin_layout Plain Layout
18666
18667
18668 \backslash
18669 renewcommand{
18670 \backslash
18671 hline}
18672 \end_layout
18673
18674 \begin_layout Plain Layout
18675
18676  {
18677 \backslash
18678 arrayrulecolor{red}
18679 \backslash
18680 myHlineC
18681 \backslash
18682 arrayrulecolor{black}}
18683 \end_layout
18684
18685 \end_inset
18686
18687
18688 \begin_inset Float table
18689 placement h
18690 wide false
18691 sideways false
18692 status open
18693
18694 \begin_layout Plain Layout
18695 \begin_inset Caption
18696
18697 \begin_layout Plain Layout
18698 \begin_inset CommandInset label
18699 LatexCommand label
18700 name "tab:Table-with-horizontal-colored"
18701
18702 \end_inset
18703
18704 Table with colored horizontal lines
18705 \end_layout
18706
18707 \end_inset
18708
18709
18710 \end_layout
18711
18712 \begin_layout Plain Layout
18713 \align center
18714 \begin_inset Tabular
18715 <lyxtabular version="3" rows="3" columns="3">
18716 <features tabularvalignment="middle">
18717 <column alignment="center" valignment="top" width="0">
18718 <column alignment="center" valignment="top" width="0">
18719 <column alignment="center" valignment="top" width="0">
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 sd
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
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" 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" leftline="true" usebox="none">
18760 \begin_inset Text
18761
18762 \begin_layout Plain Layout
18763 sd
18764 \end_layout
18765
18766 \end_inset
18767 </cell>
18768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18769 \begin_inset Text
18770
18771 \begin_layout Plain Layout
18772
18773 \end_layout
18774
18775 \end_inset
18776 </cell>
18777 </row>
18778 <row>
18779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18780 \begin_inset Text
18781
18782 \begin_layout Plain Layout
18783
18784 \end_layout
18785
18786 \end_inset
18787 </cell>
18788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18789 \begin_inset Text
18790
18791 \begin_layout Plain Layout
18792
18793 \end_layout
18794
18795 \end_inset
18796 </cell>
18797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18798 \begin_inset Text
18799
18800 \begin_layout Plain Layout
18801 sd
18802 \end_layout
18803
18804 \end_inset
18805 </cell>
18806 </row>
18807 </lyxtabular>
18808
18809 \end_inset
18810
18811
18812 \end_layout
18813
18814 \end_inset
18815
18816
18817 \end_layout
18818
18819 \begin_layout Standard
18820 To return to the default line color black, insert this command in TeX-Code
18821  after the table or table float:
18822 \end_layout
18823
18824 \begin_layout Standard
18825
18826 \series bold
18827
18828 \backslash
18829 renewcommand{
18830 \backslash
18831 hline}{
18832 \backslash
18833 myHlineC}
18834 \end_layout
18835
18836 \begin_layout Standard
18837 Table
18838 \begin_inset space ~
18839 \end_inset
18840
18841
18842 \begin_inset CommandInset ref
18843 LatexCommand ref
18844 reference "tab:Table-with-colored"
18845
18846 \end_inset
18847
18848  is an example with colored vertical and horizontal lines.
18849 \end_layout
18850
18851 \begin_layout Standard
18852 \begin_inset Float table
18853 placement h
18854 wide false
18855 sideways false
18856 status open
18857
18858 \begin_layout Plain Layout
18859 \begin_inset Caption
18860
18861 \begin_layout Plain Layout
18862 \begin_inset CommandInset label
18863 LatexCommand label
18864 name "tab:Table-with-colored"
18865
18866 \end_inset
18867
18868 Table with colored lines
18869 \end_layout
18870
18871 \end_inset
18872
18873
18874 \end_layout
18875
18876 \begin_layout Plain Layout
18877 \align center
18878 \begin_inset Tabular
18879 <lyxtabular version="3" rows="3" columns="3">
18880 <features tabularvalignment="middle">
18881 <column alignment="center" valignment="top" width="0" special="Wc">
18882 <column alignment="center" valignment="top" width="0" special="Wc">
18883 <column alignment="center" valignment="top" width="0" special="WcW">
18884 <row>
18885 <cell alignment="center" valignment="top" topline="true" usebox="none">
18886 \begin_inset Text
18887
18888 \begin_layout Plain Layout
18889 sd
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
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>
18914 <cell alignment="center" valignment="top" topline="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" usebox="none">
18924 \begin_inset Text
18925
18926 \begin_layout Plain Layout
18927 sd
18928 \end_layout
18929
18930 \end_inset
18931 </cell>
18932 <cell alignment="center" valignment="top" topline="true" usebox="none">
18933 \begin_inset Text
18934
18935 \begin_layout Plain Layout
18936
18937 \end_layout
18938
18939 \end_inset
18940 </cell>
18941 </row>
18942 <row topspace="default">
18943 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18944 \begin_inset Text
18945
18946 \begin_layout Plain Layout
18947
18948 \end_layout
18949
18950 \end_inset
18951 </cell>
18952 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18953 \begin_inset Text
18954
18955 \begin_layout Plain Layout
18956
18957 \end_layout
18958
18959 \end_inset
18960 </cell>
18961 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18962 \begin_inset Text
18963
18964 \begin_layout Plain Layout
18965 sd
18966 \end_layout
18967
18968 \end_inset
18969 </cell>
18970 </row>
18971 </lyxtabular>
18972
18973 \end_inset
18974
18975
18976 \end_layout
18977
18978 \end_inset
18979
18980
18981 \end_layout
18982
18983 \begin_layout Standard
18984 \begin_inset ERT
18985 status collapsed
18986
18987 \begin_layout Plain Layout
18988
18989
18990 \backslash
18991 renewcommand{
18992 \backslash
18993 hline}{
18994 \backslash
18995 myHlineC}
18996 \end_layout
18997
18998 \end_inset
18999
19000
19001 \end_layout
19002
19003 \begin_layout Standard
19004 \begin_inset ERT
19005 status collapsed
19006
19007 \begin_layout Plain Layout
19008
19009
19010 \backslash
19011 setlength{
19012 \backslash
19013 arrayrulewidth}{0.4pt}
19014 \end_layout
19015
19016 \end_inset
19017
19018
19019 \end_layout
19020
19021 \begin_layout Section
19022 Rotated Table Cells
19023 \begin_inset CommandInset label
19024 LatexCommand label
19025 name "sec:Rotated-Table-Cells"
19026
19027 \end_inset
19028
19029
19030 \begin_inset Index idx
19031 status collapsed
19032
19033 \begin_layout Plain Layout
19034 Table ! Rotated Cells
19035 \end_layout
19036
19037 \end_inset
19038
19039
19040 \begin_inset Index idx
19041 status collapsed
19042
19043 \begin_layout Plain Layout
19044 Rotated Material
19045 \end_layout
19046
19047 \end_inset
19048
19049
19050 \end_layout
19051
19052 \begin_layout Standard
19053 \begin_inset Note Greyedout
19054 status open
19055
19056 \begin_layout Plain Layout
19057
19058 \series bold
19059 Note:
19060 \series default
19061  Not all DVI-viewers are able to display rotations.
19062 \end_layout
19063
19064 \end_inset
19065
19066
19067 \end_layout
19068
19069 \begin_layout Standard
19070 Currently LyX only offers to rotate table cells by 90
19071 \begin_inset space \thinspace{}
19072 \end_inset
19073
19074 ° counter-clockwise.
19075  To rotate cells by an angle of your choice, you have to add this to the
19076  document preamble:
19077 \end_layout
19078
19079 \begin_layout Standard
19080
19081 \series bold
19082
19083 \backslash
19084 @ifundefined{turnbox}{
19085 \backslash
19086 usepackage{rotating}}{}
19087 \end_layout
19088
19089 \begin_layout Standard
19090 In the table cell that should be rotated, add at the beginning this command
19091  as TeX-code:
19092 \end_layout
19093
19094 \begin_layout Standard
19095
19096 \series bold
19097
19098 \backslash
19099 begin{turn}{angle}
19100 \end_layout
19101
19102 \begin_layout Standard
19103 where angle is the rotation angle in Â°.
19104  At the end of the cell the command
19105 \end_layout
19106
19107 \begin_layout Standard
19108
19109 \series bold
19110
19111 \backslash
19112 end{turn}
19113 \end_layout
19114
19115 \begin_layout Standard
19116 is inserted as TeX-code.
19117 \end_layout
19118
19119 \begin_layout Standard
19120 Table
19121 \begin_inset space ~
19122 \end_inset
19123
19124
19125 \begin_inset CommandInset ref
19126 LatexCommand ref
19127 reference "tab:Table-with-rotated-multi"
19128
19129 \end_inset
19130
19131  is an example where 3
19132 \begin_inset space ~
19133 \end_inset
19134
19135 cells were rotated by 45
19136 \begin_inset space \thinspace{}
19137 \end_inset
19138
19139 °.
19140 \end_layout
19141
19142 \begin_layout Standard
19143 \begin_inset Float table
19144 wide false
19145 sideways false
19146 status open
19147
19148 \begin_layout Plain Layout
19149 \begin_inset Caption
19150
19151 \begin_layout Plain Layout
19152 \begin_inset CommandInset label
19153 LatexCommand label
19154 name "tab:Table-with-rotated"
19155
19156 \end_inset
19157
19158 Table with rotated cells in the first row.
19159 \end_layout
19160
19161 \end_inset
19162
19163
19164 \end_layout
19165
19166 \begin_layout Plain Layout
19167 \noindent
19168 \align center
19169 \begin_inset Tabular
19170 <lyxtabular version="3" rows="2" columns="3">
19171 <features tabularvalignment="middle">
19172 <column alignment="center" valignment="top" width="0">
19173 <column alignment="center" valignment="top" width="0pt">
19174 <column alignment="center" valignment="top" width="0">
19175 <row>
19176 <cell alignment="center" valignment="top" usebox="none">
19177 \begin_inset Text
19178
19179 \begin_layout Plain Layout
19180 \begin_inset ERT
19181 status collapsed
19182
19183 \begin_layout Plain Layout
19184
19185
19186 \backslash
19187 begin{turn}{45}
19188 \end_layout
19189
19190 \end_inset
19191
19192 cups
19193 \begin_inset ERT
19194 status collapsed
19195
19196 \begin_layout Plain Layout
19197
19198
19199 \backslash
19200 end{turn}
19201 \end_layout
19202
19203 \end_inset
19204
19205
19206 \end_layout
19207
19208 \end_inset
19209 </cell>
19210 <cell alignment="center" valignment="top" usebox="none">
19211 \begin_inset Text
19212
19213 \begin_layout Plain Layout
19214 \begin_inset ERT
19215 status collapsed
19216
19217 \begin_layout Plain Layout
19218
19219
19220 \backslash
19221 begin{turn}{45}
19222 \end_layout
19223
19224 \end_inset
19225
19226 plates
19227 \begin_inset ERT
19228 status collapsed
19229
19230 \begin_layout Plain Layout
19231
19232
19233 \backslash
19234 end{turn}
19235 \end_layout
19236
19237 \end_inset
19238
19239
19240 \end_layout
19241
19242 \end_inset
19243 </cell>
19244 <cell alignment="center" valignment="top" usebox="none">
19245 \begin_inset Text
19246
19247 \begin_layout Plain Layout
19248 \begin_inset ERT
19249 status collapsed
19250
19251 \begin_layout Plain Layout
19252
19253
19254 \backslash
19255 begin{turn}{45}
19256 \end_layout
19257
19258 \end_inset
19259
19260 saucers
19261 \begin_inset ERT
19262 status collapsed
19263
19264 \begin_layout Plain Layout
19265
19266
19267 \backslash
19268 end{turn}
19269 \end_layout
19270
19271 \end_inset
19272
19273
19274 \end_layout
19275
19276 \end_inset
19277 </cell>
19278 </row>
19279 <row>
19280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19281 \begin_inset Text
19282
19283 \begin_layout Plain Layout
19284 45
19285 \end_layout
19286
19287 \end_inset
19288 </cell>
19289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19290 \begin_inset Text
19291
19292 \begin_layout Plain Layout
19293 33
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19299 \begin_inset Text
19300
19301 \begin_layout Plain Layout
19302 21
19303 \end_layout
19304
19305 \end_inset
19306 </cell>
19307 </row>
19308 </lyxtabular>
19309
19310 \end_inset
19311
19312
19313 \end_layout
19314
19315 \end_inset
19316
19317
19318 \end_layout
19319
19320 \begin_layout Standard
19321 \begin_inset Note Greyedout
19322 status open
19323
19324 \begin_layout Plain Layout
19325
19326 \series bold
19327 Note:
19328 \series default
19329  Line breaks (shortcut 
19330 \begin_inset Info
19331 type  "shortcut"
19332 arg   "newline-insert newline"
19333 \end_inset
19334
19335 ) are not allowed in rotated cells.
19336 \end_layout
19337
19338 \end_inset
19339
19340
19341 \end_layout
19342
19343 \begin_layout Standard
19344 If you want to rotate table cells containing line breaks, you have to put
19345  the cell content into a minipage or a parbox.
19346 \begin_inset Foot
19347 status collapsed
19348
19349 \begin_layout Plain Layout
19350 For more about these boxes see sec.
19351 \begin_inset space \thinspace{}
19352 \end_inset
19353
19354
19355 \begin_inset CommandInset ref
19356 LatexCommand ref
19357 reference "sec:Minipages"
19358
19359 \end_inset
19360
19361  and 
19362 \begin_inset CommandInset ref
19363 LatexCommand ref
19364 reference "sec:Parboxes"
19365
19366 \end_inset
19367
19368 .
19369 \end_layout
19370
19371 \end_inset
19372
19373  If you rotate this cell by 90
19374 \begin_inset space \thinspace{}
19375 \end_inset
19376
19377 ° the width of the box is the height of the cell.
19378  Table
19379 \begin_inset space ~
19380 \end_inset
19381
19382
19383 \begin_inset CommandInset ref
19384 LatexCommand ref
19385 reference "tab:Table-with-rotated-multi"
19386
19387 \end_inset
19388
19389  is an example for a rotated multiline cell where the box width was set
19390  to 3
19391 \begin_inset space \thinspace{}
19392 \end_inset
19393
19394 cm.
19395 \end_layout
19396
19397 \begin_layout Standard
19398 \begin_inset Float table
19399 wide false
19400 sideways false
19401 status open
19402
19403 \begin_layout Plain Layout
19404 \begin_inset Caption
19405
19406 \begin_layout Plain Layout
19407 \begin_inset CommandInset label
19408 LatexCommand label
19409 name "tab:Table-with-rotated-multi"
19410
19411 \end_inset
19412
19413 Table with rotated multiline cell.
19414 \end_layout
19415
19416 \end_inset
19417
19418
19419 \end_layout
19420
19421 \begin_layout Plain Layout
19422 \noindent
19423 \align center
19424 \begin_inset Tabular
19425 <lyxtabular version="3" rows="2" columns="3">
19426 <features tabularvalignment="middle">
19427 <column alignment="center" valignment="top" width="0">
19428 <column alignment="center" valignment="top" width="0pt">
19429 <column alignment="center" valignment="top" width="0">
19430 <row>
19431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19432 \begin_inset Text
19433
19434 \begin_layout Plain Layout
19435 a
19436 \end_layout
19437
19438 \end_inset
19439 </cell>
19440 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
19441 \begin_inset Text
19442
19443 \begin_layout Plain Layout
19444 \begin_inset Box Frameless
19445 position "t"
19446 hor_pos "c"
19447 has_inner_box 1
19448 inner_pos "t"
19449 use_parbox 0
19450 use_makebox 0
19451 width "3cm"
19452 special "none"
19453 height "1in"
19454 height_special "totalheight"
19455 status open
19456
19457 \begin_layout Plain Layout
19458 rotated cell
19459 \begin_inset Newline newline
19460 \end_inset
19461
19462 with line break
19463 \end_layout
19464
19465 \end_inset
19466
19467
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19473 \begin_inset Text
19474
19475 \begin_layout Plain Layout
19476 e
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 </row>
19482 <row>
19483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19484 \begin_inset Text
19485
19486 \begin_layout Plain Layout
19487 b
19488 \end_layout
19489
19490 \end_inset
19491 </cell>
19492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19493 \begin_inset Text
19494
19495 \begin_layout Plain Layout
19496 c
19497 \end_layout
19498
19499 \end_inset
19500 </cell>
19501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19502 \begin_inset Text
19503
19504 \begin_layout Plain Layout
19505 d
19506 \end_layout
19507
19508 \end_inset
19509 </cell>
19510 </row>
19511 </lyxtabular>
19512
19513 \end_inset
19514
19515
19516 \end_layout
19517
19518 \end_inset
19519
19520
19521 \end_layout
19522
19523 \begin_layout Section
19524 Table Width Calculation
19525 \begin_inset CommandInset label
19526 LatexCommand label
19527 name "sec:Table-Width-Calculation"
19528
19529 \end_inset
19530
19531
19532 \end_layout
19533
19534 \begin_layout Standard
19535 For wide tables it is sometimes difficult to assure that the table does
19536  not protrude over the page margin.
19537  Setting a fixed width for every column of the table is the solution, but
19538  what amount of space is needed for each column?
19539 \end_layout
19540
19541 \begin_layout Standard
19542 The table width 
19543 \begin_inset Formula $W_{\mathrm{table}}$
19544 \end_inset
19545
19546  can be calculated: Every column has the width of the specified column width
19547  
19548 \begin_inset Formula $W_{\mathrm{column}}$
19549 \end_inset
19550
19551  (that the content of the column can consume) plus two times the separation
19552  between the column content and the column border (LaTeX length
19553 \series bold
19554  
19555 \backslash
19556 tabcolsep
19557 \series default
19558 , default 6
19559 \begin_inset space \thinspace{}
19560 \end_inset
19561
19562 pt) plus the width of a border line (LaTeX length 
19563 \series bold
19564
19565 \backslash
19566 arrayrulewidth
19567 \series default
19568 , default 0.4
19569 \begin_inset space \thinspace{}
19570 \end_inset
19571
19572 pt): So if all 
19573 \begin_inset Formula $n$
19574 \end_inset
19575
19576
19577 \begin_inset space ~
19578 \end_inset
19579
19580 columns have the same width, the table width is
19581 \begin_inset Formula 
19582 \begin{equation}
19583 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19584 \end{equation}
19585
19586 \end_inset
19587
19588
19589 \end_layout
19590
19591 \begin_layout Standard
19592 The available width for a table is the space between the page margins or
19593  the width of a text column (for a two-column document) (LaTeX length 
19594 \series bold
19595
19596 \backslash
19597 columnwidth
19598 \series default
19599 ).
19600  If all table columns should have the same width and 
19601 \begin_inset Formula $W_{\mathrm{table}}$
19602 \end_inset
19603
19604  should be 1
19605 \begin_inset space \thinspace{}
19606 \end_inset
19607
19608
19609 \backslash
19610 columnwidth, 
19611 \begin_inset Formula $W_{\mathrm{column}}$
19612 \end_inset
19613
19614  can easily be calculated.
19615 \end_layout
19616
19617 \begin_layout Standard
19618 To be able to perform calculations you need to load the LaTeX-package 
19619 \series bold
19620 calc
19621 \series default
19622
19623 \begin_inset Index idx
19624 status collapsed
19625
19626 \begin_layout Plain Layout
19627 LaTeX-packages ! calc
19628 \end_layout
19629
19630 \end_inset
19631
19632  in the document preamble.
19633  To set the width in the table dialog you have to use the field 
19634 \family sans
19635 LaTeX argument
19636 \family default
19637 .
19638  The command scheme for this field is the same that is explained in section
19639 \begin_inset space ~
19640 \end_inset
19641
19642
19643 \begin_inset CommandInset ref
19644 LatexCommand ref
19645 reference "sub:Multicolumn-Calculations"
19646
19647 \end_inset
19648
19649 .
19650  For a table with 5
19651 \begin_inset space \thinspace{}
19652 \end_inset
19653
19654 columns with an uniform width and centered text, enter there for each column
19655  the command
19656 \end_layout
19657
19658 \begin_layout Standard
19659
19660 \series bold
19661 >{
19662 \backslash
19663 centering}p{(1
19664 \backslash
19665 columnwidth-62.4pt)/5}
19666 \end_layout
19667
19668 \begin_layout Standard
19669 For a table with 5
19670 \begin_inset space \thinspace{}
19671 \end_inset
19672
19673 columns where 2 should have 0.75
19674 \begin_inset space ~
19675 \end_inset
19676
19677 times the width than the 3 others, the calculation is
19678 \begin_inset Formula 
19679 \begin{align}
19680 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19681  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19682  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19683 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19684 \end{align}
19685
19686 \end_inset
19687
19688
19689 \end_layout
19690
19691 \begin_layout Standard
19692 In the table therefore the command
19693 \end_layout
19694
19695 \begin_layout Standard
19696
19697 \series bold
19698 >{
19699 \backslash
19700 centering}p{(1
19701 \backslash
19702 columnwidth-62.4pt)/
19703 \backslash
19704 real{4.5}}
19705 \end_layout
19706
19707 \begin_layout Standard
19708 is used for the wider columns and
19709 \end_layout
19710
19711 \begin_layout Standard
19712
19713 \series bold
19714 >{
19715 \backslash
19716 centering}p{(1
19717 \backslash
19718 columnwidth-62.4pt)/
19719 \backslash
19720 real{4.5}*
19721 \backslash
19722 real{0.75}}
19723 \end_layout
19724
19725 \begin_layout Standard
19726 for the smaller ones:
19727 \end_layout
19728
19729 \begin_layout Standard
19730 \begin_inset Tabular
19731 <lyxtabular version="3" rows="2" columns="5">
19732 <features tabularvalignment="middle">
19733 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19734 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19735 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19736 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19737 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19738 <row>
19739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19740 \begin_inset Text
19741
19742 \begin_layout Plain Layout
19743 1
19744 \end_layout
19745
19746 \end_inset
19747 </cell>
19748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19749 \begin_inset Text
19750
19751 \begin_layout Plain Layout
19752 2
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19758 \begin_inset Text
19759
19760 \begin_layout Plain Layout
19761 3
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 4
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19776 \begin_inset Text
19777
19778 \begin_layout Plain Layout
19779 5
19780 \end_layout
19781
19782 \end_inset
19783 </cell>
19784 </row>
19785 <row>
19786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19787 \begin_inset Text
19788
19789 \begin_layout Plain Layout
19790 111111 1111111 111111 111111111 11111 11111 1111
19791 \end_layout
19792
19793 \end_inset
19794 </cell>
19795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19796 \begin_inset Text
19797
19798 \begin_layout Plain Layout
19799
19800 \end_layout
19801
19802 \end_inset
19803 </cell>
19804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19805 \begin_inset Text
19806
19807 \begin_layout Plain Layout
19808 2222 22222 222222 222222222 2222222 22 22222
19809 \end_layout
19810
19811 \end_inset
19812 </cell>
19813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19814 \begin_inset Text
19815
19816 \begin_layout Plain Layout
19817
19818 \end_layout
19819
19820 \end_inset
19821 </cell>
19822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19823 \begin_inset Text
19824
19825 \begin_layout Plain Layout
19826 333333 333333 333333 33333 3333333 333
19827 \end_layout
19828
19829 \end_inset
19830 </cell>
19831 </row>
19832 </lyxtabular>
19833
19834 \end_inset
19835
19836
19837 \end_layout
19838
19839 \begin_layout Section
19840 Table Customization
19841 \begin_inset Index idx
19842 status collapsed
19843
19844 \begin_layout Plain Layout
19845 Table Customization
19846 \end_layout
19847
19848 \end_inset
19849
19850
19851 \begin_inset Index idx
19852 status collapsed
19853
19854 \begin_layout Plain Layout
19855 Table ! Customization
19856 \end_layout
19857
19858 \end_inset
19859
19860
19861 \end_layout
19862
19863 \begin_layout Subsection
19864 Row Spacing
19865 \begin_inset CommandInset label
19866 LatexCommand label
19867 name "sub:Row-Spacing"
19868
19869 \end_inset
19870
19871
19872 \begin_inset Index idx
19873 status collapsed
19874
19875 \begin_layout Plain Layout
19876 Table Customization ! Row Spacing
19877 \end_layout
19878
19879 \end_inset
19880
19881
19882 \end_layout
19883
19884 \begin_layout Standard
19885 You can add vertical space to table rows in the 
19886 \family sans
19887 Borders
19888 \family default
19889  tab of the table dialog.
19890  You find there three possibilities:
19891 \end_layout
19892
19893 \begin_layout Description
19894 Top
19895 \begin_inset space ~
19896 \end_inset
19897
19898 of
19899 \begin_inset space ~
19900 \end_inset
19901
19902 row will add space above the characters of the table row.
19903  If the table is a formal table
19904 \begin_inset Foot
19905 status collapsed
19906
19907 \begin_layout Plain Layout
19908 Formal tables are explained in section
19909 \begin_inset space ~
19910 \end_inset
19911
19912
19913 \begin_inset CommandInset ref
19914 LatexCommand ref
19915 reference "sec:Formal-Tables"
19916
19917 \end_inset
19918
19919 .
19920 \end_layout
19921
19922 \end_inset
19923
19924  LyX will insert as default 0.5
19925 \begin_inset space \thinspace{}
19926 \end_inset
19927
19928 em space.
19929  For normal tables the inserted space will unfortunately destroy the vertical
19930  table lines as in the following table:
19931 \begin_inset VSpace medskip
19932 \end_inset
19933
19934
19935 \begin_inset Newline newline
19936 \end_inset
19937
19938
19939 \begin_inset space \hspace*{}
19940 \length 0pt
19941 \end_inset
19942
19943
19944 \begin_inset space \hfill{}
19945 \end_inset
19946
19947
19948 \begin_inset Tabular
19949 <lyxtabular version="3" rows="3" columns="1">
19950 <features tabularvalignment="middle">
19951 <column alignment="center" valignment="top" width="0">
19952 <row>
19953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19954 \begin_inset Text
19955
19956 \begin_layout Plain Layout
19957 A
19958 \end_layout
19959
19960 \end_inset
19961 </cell>
19962 </row>
19963 <row topspace="3mm">
19964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19965 \begin_inset Text
19966
19967 \begin_layout Plain Layout
19968 3
19969 \begin_inset space \thinspace{}
19970 \end_inset
19971
19972 mm space top of row
19973 \end_layout
19974
19975 \end_inset
19976 </cell>
19977 </row>
19978 <row>
19979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19980 \begin_inset Text
19981
19982 \begin_layout Plain Layout
19983 C
19984 \end_layout
19985
19986 \end_inset
19987 </cell>
19988 </row>
19989 </lyxtabular>
19990
19991 \end_inset
19992
19993
19994 \begin_inset space \hfill{}
19995 \end_inset
19996
19997
19998 \begin_inset space \hspace*{}
19999 \length 0pt
20000 \end_inset
20001
20002
20003 \begin_inset VSpace medskip
20004 \end_inset
20005
20006
20007 \begin_inset Newline newline
20008 \end_inset
20009
20010 So inserting space in the top of row for normal tables is only useful when
20011  you don't have vertical lines.
20012 \end_layout
20013
20014 \begin_layout Description
20015 Bottom
20016 \begin_inset space ~
20017 \end_inset
20018
20019 of
20020 \begin_inset space ~
20021 \end_inset
20022
20023 row will add space below the characters of the table row.
20024  If the table is a formal table LyX will insert as default 0.5
20025 \begin_inset space \thinspace{}
20026 \end_inset
20027
20028 em space, for normal tables the default size is 2
20029 \begin_inset space \thinspace{}
20030 \end_inset
20031
20032 pt.
20033 \end_layout
20034
20035 \begin_layout Description
20036 Between
20037 \begin_inset space ~
20038 \end_inset
20039
20040 rows adds space between the current and the following row.
20041  If the table is a formal table LyX will insert as default 0.5
20042 \begin_inset space \thinspace{}
20043 \end_inset
20044
20045 em space.
20046  For normal tables the inserted space will unfortunately destroy the vertical
20047  table lines as in the following table:
20048 \begin_inset VSpace medskip
20049 \end_inset
20050
20051
20052 \begin_inset Newline newline
20053 \end_inset
20054
20055
20056 \begin_inset space \hspace*{}
20057 \length 0pt
20058 \end_inset
20059
20060
20061 \begin_inset space \hfill{}
20062 \end_inset
20063
20064
20065 \begin_inset Tabular
20066 <lyxtabular version="3" rows="3" columns="1">
20067 <features tabularvalignment="middle">
20068 <column alignment="center" valignment="top" width="0">
20069 <row>
20070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20071 \begin_inset Text
20072
20073 \begin_layout Plain Layout
20074 A
20075 \end_layout
20076
20077 \end_inset
20078 </cell>
20079 </row>
20080 <row interlinespace="3mm">
20081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20082 \begin_inset Text
20083
20084 \begin_layout Plain Layout
20085 \begin_inset Formula $\downarrow$
20086 \end_inset
20087
20088  3
20089 \begin_inset space \thinspace{}
20090 \end_inset
20091
20092 mm space between row 
20093 \begin_inset Formula $\downarrow$
20094 \end_inset
20095
20096
20097 \end_layout
20098
20099 \end_inset
20100 </cell>
20101 </row>
20102 <row>
20103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20104 \begin_inset Text
20105
20106 \begin_layout Plain Layout
20107 \begin_inset Formula $\uparrow$
20108 \end_inset
20109
20110  3
20111 \begin_inset space \thinspace{}
20112 \end_inset
20113
20114 mm space between row 
20115 \begin_inset Formula $\uparrow$
20116 \end_inset
20117
20118
20119 \end_layout
20120
20121 \end_inset
20122 </cell>
20123 </row>
20124 </lyxtabular>
20125
20126 \end_inset
20127
20128
20129 \begin_inset space \hfill{}
20130 \end_inset
20131
20132
20133 \begin_inset space \hspace*{}
20134 \length 0pt
20135 \end_inset
20136
20137
20138 \begin_inset VSpace medskip
20139 \end_inset
20140
20141
20142 \begin_inset Newline newline
20143 \end_inset
20144
20145 So inserting space between rows for normal tables is only useful when you
20146  don't have vertical lines.
20147 \end_layout
20148
20149 \begin_layout Standard
20150 \begin_inset VSpace bigskip
20151 \end_inset
20152
20153 When you want to add extra height to all cells of all tables, you can do
20154  this with the following preamble lines:
20155 \end_layout
20156
20157 \begin_layout Standard
20158
20159 \series bold
20160
20161 \backslash
20162 @ifundefined{extrarowheight}
20163 \begin_inset Newline newline
20164 \end_inset
20165
20166
20167 \begin_inset Phantom HPhantom
20168 status open
20169
20170 \begin_layout Plain Layout
20171
20172 \series bold
20173 \begin_inset space ~
20174 \end_inset
20175
20176
20177 \end_layout
20178
20179 \end_inset
20180
20181 {
20182 \backslash
20183 usepackage{array}}{}
20184 \begin_inset Newline newline
20185 \end_inset
20186
20187
20188 \backslash
20189 setlength{
20190 \backslash
20191 extrarowheight}{height}
20192 \end_layout
20193
20194 \begin_layout Standard
20195 But this has the disadvantage that the cell texts are no longer exactly
20196  vertically centered.
20197  (The package 
20198 \series bold
20199 array
20200 \series default
20201  will be loaded automatically by LyX when you use self defined table formats.
20202  To avoid that it being loaded twice the command 
20203 \series bold
20204
20205 \backslash
20206 @ifundefined
20207 \series default
20208  is used in the above command.)
20209 \end_layout
20210
20211 \begin_layout Standard
20212 If you are using font sizes larger than the normal size, the table borders
20213  are often too close to the letters.
20214  This can be corrected by inserting the command 
20215 \series bold
20216
20217 \backslash
20218 strut
20219 \series default
20220  in TeX-Code at the beginning of a table row.
20221  Table
20222 \begin_inset space ~
20223 \end_inset
20224
20225
20226 \begin_inset CommandInset ref
20227 LatexCommand ref
20228 reference "tab:Vertical-alignment-of"
20229
20230 \end_inset
20231
20232  illustrates the effect.
20233 \end_layout
20234
20235 \begin_layout Standard
20236 \noindent
20237 \begin_inset Float table
20238 placement h
20239 wide false
20240 sideways false
20241 status open
20242
20243 \begin_layout Plain Layout
20244 \begin_inset Caption
20245
20246 \begin_layout Plain Layout
20247 \begin_inset CommandInset label
20248 LatexCommand label
20249 name "tab:Vertical-alignment-of"
20250
20251 \end_inset
20252
20253 Vertical alignment of text with large font sizes.
20254 \end_layout
20255
20256 \end_inset
20257
20258
20259 \end_layout
20260
20261 \begin_layout Plain Layout
20262 \begin_inset space \hfill{}
20263 \end_inset
20264
20265
20266 \begin_inset Float table
20267 wide false
20268 sideways false
20269 status collapsed
20270
20271 \begin_layout Plain Layout
20272 \begin_inset Caption
20273
20274 \begin_layout Plain Layout
20275 Normal table.
20276 \end_layout
20277
20278 \end_inset
20279
20280
20281 \end_layout
20282
20283 \begin_layout Plain Layout
20284 \noindent
20285 \align center
20286 \begin_inset Tabular
20287 <lyxtabular version="3" rows="6" columns="1">
20288 <features tabularvalignment="middle">
20289 <column alignment="left" valignment="top" width="0">
20290 <row>
20291 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20292 \begin_inset Text
20293
20294 \begin_layout Plain Layout
20295 Normal, g
20296 \end_layout
20297
20298 \end_inset
20299 </cell>
20300 </row>
20301 <row>
20302 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20303 \begin_inset Text
20304
20305 \begin_layout Plain Layout
20306
20307 \size large
20308 Large
20309 \end_layout
20310
20311 \end_inset
20312 </cell>
20313 </row>
20314 <row>
20315 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20316 \begin_inset Text
20317
20318 \begin_layout Plain Layout
20319
20320 \size larger
20321 Larger
20322 \end_layout
20323
20324 \end_inset
20325 </cell>
20326 </row>
20327 <row>
20328 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20329 \begin_inset Text
20330
20331 \begin_layout Plain Layout
20332
20333 \size largest
20334 Largest
20335 \end_layout
20336
20337 \end_inset
20338 </cell>
20339 </row>
20340 <row>
20341 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20342 \begin_inset Text
20343
20344 \begin_layout Plain Layout
20345
20346 \size huge
20347 Huge
20348 \end_layout
20349
20350 \end_inset
20351 </cell>
20352 </row>
20353 <row>
20354 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20355 \begin_inset Text
20356
20357 \begin_layout Plain Layout
20358
20359 \size huge
20360 Huger
20361 \end_layout
20362
20363 \end_inset
20364 </cell>
20365 </row>
20366 </lyxtabular>
20367
20368 \end_inset
20369
20370
20371 \end_layout
20372
20373 \end_inset
20374
20375
20376 \begin_inset space \hfill{}
20377 \end_inset
20378
20379
20380 \begin_inset Float table
20381 wide false
20382 sideways false
20383 status collapsed
20384
20385 \begin_layout Plain Layout
20386 \begin_inset Caption
20387
20388 \begin_layout Plain Layout
20389 Table using the command 
20390 \series bold
20391
20392 \backslash
20393 strut
20394 \series default
20395 .
20396 \end_layout
20397
20398 \end_inset
20399
20400
20401 \end_layout
20402
20403 \begin_layout Plain Layout
20404 \noindent
20405 \align center
20406 \begin_inset Tabular
20407 <lyxtabular version="3" rows="6" columns="1">
20408 <features tabularvalignment="middle">
20409 <column alignment="left" valignment="top" width="0">
20410 <row>
20411 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20412 \begin_inset Text
20413
20414 \begin_layout Plain Layout
20415 Normal, g
20416 \end_layout
20417
20418 \end_inset
20419 </cell>
20420 </row>
20421 <row>
20422 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20423 \begin_inset Text
20424
20425 \begin_layout Plain Layout
20426
20427 \size large
20428 \begin_inset ERT
20429 status collapsed
20430
20431 \begin_layout Plain Layout
20432
20433
20434 \backslash
20435 strut 
20436 \end_layout
20437
20438 \end_inset
20439
20440 Large
20441 \end_layout
20442
20443 \end_inset
20444 </cell>
20445 </row>
20446 <row>
20447 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20448 \begin_inset Text
20449
20450 \begin_layout Plain Layout
20451
20452 \size larger
20453 \begin_inset ERT
20454 status collapsed
20455
20456 \begin_layout Plain Layout
20457
20458
20459 \backslash
20460 strut 
20461 \end_layout
20462
20463 \end_inset
20464
20465 Larger
20466 \end_layout
20467
20468 \end_inset
20469 </cell>
20470 </row>
20471 <row>
20472 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20473 \begin_inset Text
20474
20475 \begin_layout Plain Layout
20476
20477 \size largest
20478 \begin_inset ERT
20479 status collapsed
20480
20481 \begin_layout Plain Layout
20482
20483
20484 \backslash
20485 strut 
20486 \end_layout
20487
20488 \end_inset
20489
20490 Largest
20491 \end_layout
20492
20493 \end_inset
20494 </cell>
20495 </row>
20496 <row>
20497 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20498 \begin_inset Text
20499
20500 \begin_layout Plain Layout
20501
20502 \size huge
20503 \begin_inset ERT
20504 status collapsed
20505
20506 \begin_layout Plain Layout
20507
20508
20509 \backslash
20510 strut 
20511 \end_layout
20512
20513 \end_inset
20514
20515 Huge
20516 \end_layout
20517
20518 \end_inset
20519 </cell>
20520 </row>
20521 <row>
20522 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20523 \begin_inset Text
20524
20525 \begin_layout Plain Layout
20526
20527 \size giant
20528 \begin_inset ERT
20529 status collapsed
20530
20531 \begin_layout Plain Layout
20532
20533
20534 \backslash
20535 strut 
20536 \end_layout
20537
20538 \end_inset
20539
20540
20541 \size huge
20542 Huger
20543 \end_layout
20544
20545 \end_inset
20546 </cell>
20547 </row>
20548 </lyxtabular>
20549
20550 \end_inset
20551
20552
20553 \end_layout
20554
20555 \end_inset
20556
20557
20558 \begin_inset space \hfill{}
20559 \end_inset
20560
20561
20562 \end_layout
20563
20564 \end_inset
20565
20566
20567 \end_layout
20568
20569 \begin_layout Subsection
20570 Special Cell Alignment
20571 \begin_inset CommandInset label
20572 LatexCommand label
20573 name "sub:Special-Cell-Alignment"
20574
20575 \end_inset
20576
20577
20578 \begin_inset Index idx
20579 status collapsed
20580
20581 \begin_layout Plain Layout
20582 Table Customization ! Special Cell Alignment
20583 \end_layout
20584
20585 \end_inset
20586
20587
20588 \end_layout
20589
20590 \begin_layout Standard
20591 Sometimes it looks better when the cell entries of a column are aligned
20592  with a special character, e.
20593 \begin_inset space \thinspace{}
20594 \end_inset
20595
20596 g.
20597 \begin_inset space \space{}
20598 \end_inset
20599
20600 with the decimal separator as in Table
20601 \begin_inset space ~
20602 \end_inset
20603
20604
20605 \begin_inset CommandInset ref
20606 LatexCommand ref
20607 reference "tab:Table-cells-align"
20608
20609 \end_inset
20610
20611 .
20612  This alignment is achieved by setting the cursor into the column and then
20613  either pressing the toolbar button 
20614 \begin_inset Info
20615 type  "icon"
20616 arg   "inset-modify tabular align-decimal"
20617 \end_inset
20618
20619  or setting the alignment in the table settings to 
20620 \family sans
20621 At
20622 \begin_inset space ~
20623 \end_inset
20624
20625 Decimal
20626 \begin_inset space ~
20627 \end_inset
20628
20629 Separator
20630 \family default
20631 .
20632  The alignment character can be a character of your choice and is specified
20633  in the table settings.
20634 \end_layout
20635
20636 \begin_layout Standard
20637 \begin_inset Float table
20638 placement h
20639 wide false
20640 sideways false
20641 status open
20642
20643 \begin_layout Plain Layout
20644 \begin_inset Caption
20645
20646 \begin_layout Plain Layout
20647 \begin_inset CommandInset label
20648 LatexCommand label
20649 name "tab:Table-cells-align"
20650
20651 \end_inset
20652
20653 Table cells of a column aligned with the decimal separator.
20654 \end_layout
20655
20656 \end_inset
20657
20658
20659 \end_layout
20660
20661 \begin_layout Plain Layout
20662 \align center
20663 \begin_inset Tabular
20664 <lyxtabular version="3" rows="4" columns="1">
20665 <features booktabs="true" tabularvalignment="middle">
20666 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
20667 <row>
20668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20669 \begin_inset Text
20670
20671 \begin_layout Plain Layout
20672 heading
20673 \end_layout
20674
20675 \end_inset
20676 </cell>
20677 </row>
20678 <row>
20679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20680 \begin_inset Text
20681
20682 \begin_layout Plain Layout
20683 12.6
20684 \end_layout
20685
20686 \end_inset
20687 </cell>
20688 </row>
20689 <row>
20690 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20691 \begin_inset Text
20692
20693 \begin_layout Plain Layout
20694 0.68
20695 \end_layout
20696
20697 \end_inset
20698 </cell>
20699 </row>
20700 <row>
20701 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20702 \begin_inset Text
20703
20704 \begin_layout Plain Layout
20705 -123.0
20706 \end_layout
20707
20708 \end_inset
20709 </cell>
20710 </row>
20711 </lyxtabular>
20712
20713 \end_inset
20714
20715
20716 \end_layout
20717
20718 \end_inset
20719
20720
20721 \end_layout
20722
20723 \begin_layout Standard
20724 \begin_inset Float table
20725 placement h
20726 wide false
20727 sideways false
20728 status open
20729
20730 \begin_layout Plain Layout
20731 \begin_inset Caption
20732
20733 \begin_layout Plain Layout
20734 \begin_inset CommandInset label
20735 LatexCommand label
20736 name "tab:Table-align-operator"
20737
20738 \end_inset
20739
20740 Table cells of a column aligned with the operators.
20741 \end_layout
20742
20743 \end_inset
20744
20745
20746 \end_layout
20747
20748 \begin_layout Plain Layout
20749 \align center
20750 \begin_inset Tabular
20751 <lyxtabular version="3" rows="4" columns="2">
20752 <features booktabs="true" tabularvalignment="middle">
20753 <column alignment="right" valignment="top" width="0pt">
20754 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20755 <row>
20756 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20757 \begin_inset Text
20758
20759 \begin_layout Plain Layout
20760 heading
20761 \end_layout
20762
20763 \end_inset
20764 </cell>
20765 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20766 \begin_inset Text
20767
20768 \begin_layout Plain Layout
20769
20770 \end_layout
20771
20772 \end_inset
20773 </cell>
20774 </row>
20775 <row>
20776 <cell alignment="center" valignment="top" usebox="none">
20777 \begin_inset Text
20778
20779 \begin_layout Plain Layout
20780 \begin_inset Formula $12\,+$
20781 \end_inset
20782
20783
20784 \end_layout
20785
20786 \end_inset
20787 </cell>
20788 <cell alignment="center" valignment="top" usebox="none">
20789 \begin_inset Text
20790
20791 \begin_layout Plain Layout
20792 \begin_inset Formula $\,6$
20793 \end_inset
20794
20795
20796 \end_layout
20797
20798 \end_inset
20799 </cell>
20800 </row>
20801 <row>
20802 <cell alignment="center" valignment="top" usebox="none">
20803 \begin_inset Text
20804
20805 \begin_layout Plain Layout
20806 \begin_inset Formula $0\,-$
20807 \end_inset
20808
20809
20810 \end_layout
20811
20812 \end_inset
20813 </cell>
20814 <cell alignment="center" valignment="top" usebox="none">
20815 \begin_inset Text
20816
20817 \begin_layout Plain Layout
20818 \begin_inset Formula $\,68$
20819 \end_inset
20820
20821
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 </row>
20827 <row>
20828 <cell alignment="center" valignment="top" usebox="none">
20829 \begin_inset Text
20830
20831 \begin_layout Plain Layout
20832 \begin_inset Formula $-123\,/$
20833 \end_inset
20834
20835
20836 \end_layout
20837
20838 \end_inset
20839 </cell>
20840 <cell alignment="center" valignment="top" usebox="none">
20841 \begin_inset Text
20842
20843 \begin_layout Plain Layout
20844 \begin_inset Formula $\,0$
20845 \end_inset
20846
20847
20848 \end_layout
20849
20850 \end_inset
20851 </cell>
20852 </row>
20853 </lyxtabular>
20854
20855 \end_inset
20856
20857
20858 \end_layout
20859
20860 \end_inset
20861
20862
20863 \end_layout
20864
20865 \begin_layout Standard
20866 For alignments at characters in formulas this method does not work because
20867  the field to specify the alignment character does not allow formulas.
20868  In this case one need to use the method from Table
20869 \begin_inset space ~
20870 \end_inset
20871
20872
20873 \begin_inset CommandInset ref
20874 LatexCommand ref
20875 reference "tab:Table-align-operator"
20876
20877 \end_inset
20878
20879 .
20880  This table was created with a 4×2 table.
20881  The heading is a centered multicolumn.
20882  The first column is right-aligned and contains the first part including
20883  the operator.
20884  The second column is left aligned and contains the rest.
20885  A small space was added at the beginning of each cell of the second column
20886  to get the space that is usually around operators.
20887  To omit the space that is normally between two table columns, the following
20888  LaTeX-argument was used for the second column:
20889 \end_layout
20890
20891 \begin_layout Standard
20892
20893 \series bold
20894 @{}l
20895 \end_layout
20896
20897 \begin_layout Standard
20898 Table
20899 \begin_inset space ~
20900 \end_inset
20901
20902
20903 \begin_inset CommandInset ref
20904 LatexCommand ref
20905 reference "tab:Several-table-cell"
20906
20907 \end_inset
20908
20909  shows some example alignments.
20910  For the alignment with the relation sign, a small space was added like
20911  for the second column of Table
20912 \begin_inset space ~
20913 \end_inset
20914
20915
20916 \begin_inset CommandInset ref
20917 LatexCommand ref
20918 reference "tab:Table-align-operator"
20919
20920 \end_inset
20921
20922 .
20923 \end_layout
20924
20925 \begin_layout Standard
20926 \begin_inset Float table
20927 placement h
20928 wide false
20929 sideways false
20930 status open
20931
20932 \begin_layout Plain Layout
20933 \begin_inset Caption
20934
20935 \begin_layout Plain Layout
20936 \begin_inset CommandInset label
20937 LatexCommand label
20938 name "tab:Several-table-cell"
20939
20940 \end_inset
20941
20942 Several table cell alignments.
20943 \end_layout
20944
20945 \end_inset
20946
20947
20948 \end_layout
20949
20950 \begin_layout Plain Layout
20951 \align center
20952 \begin_inset Tabular
20953 <lyxtabular version="3" rows="4" columns="6">
20954 <features tabularvalignment="middle">
20955 <column alignment="right" valignment="top" width="0">
20956 <column alignment="left" valignment="top" width="0" special="@{}l">
20957 <column alignment="right" valignment="top" width="0">
20958 <column alignment="left" valignment="top" width="0" special="@{}l">
20959 <column alignment="right" valignment="top" width="0">
20960 <column alignment="left" valignment="top" width="0" special="@{}l">
20961 <row>
20962 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20963 \begin_inset Text
20964
20965 \begin_layout Plain Layout
20966 units
20967 \end_layout
20968
20969 \end_inset
20970 </cell>
20971 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20972 \begin_inset Text
20973
20974 \begin_layout Plain Layout
20975
20976 \end_layout
20977
20978 \end_inset
20979 </cell>
20980 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20981 \begin_inset Text
20982
20983 \begin_layout Plain Layout
20984 exponents
20985 \end_layout
20986
20987 \end_inset
20988 </cell>
20989 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20990 \begin_inset Text
20991
20992 \begin_layout Plain Layout
20993
20994 \end_layout
20995
20996 \end_inset
20997 </cell>
20998 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20999 \begin_inset Text
21000
21001 \begin_layout Plain Layout
21002 relations
21003 \end_layout
21004
21005 \end_inset
21006 </cell>
21007 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21008 \begin_inset Text
21009
21010 \begin_layout Plain Layout
21011
21012 \end_layout
21013
21014 \end_inset
21015 </cell>
21016 </row>
21017 <row>
21018 <cell alignment="center" valignment="top" usebox="none">
21019 \begin_inset Text
21020
21021 \begin_layout Plain Layout
21022 12×
21023 \end_layout
21024
21025 \end_inset
21026 </cell>
21027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21028 \begin_inset Text
21029
21030 \begin_layout Plain Layout
21031 24
21032 \begin_inset space \thinspace{}
21033 \end_inset
21034
21035 bottles
21036 \end_layout
21037
21038 \end_inset
21039 </cell>
21040 <cell alignment="center" valignment="top" usebox="none">
21041 \begin_inset Text
21042
21043 \begin_layout Plain Layout
21044 \begin_inset Formula $10\cdot$
21045 \end_inset
21046
21047
21048 \end_layout
21049
21050 \end_inset
21051 </cell>
21052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21053 \begin_inset Text
21054
21055 \begin_layout Plain Layout
21056 \begin_inset Formula $10^{\mbox{-}17}$
21057 \end_inset
21058
21059
21060 \end_layout
21061
21062 \end_inset
21063 </cell>
21064 <cell alignment="center" valignment="top" usebox="none">
21065 \begin_inset Text
21066
21067 \begin_layout Plain Layout
21068 \begin_inset Formula $\Gamma(t)\propto$
21069 \end_inset
21070
21071
21072 \end_layout
21073
21074 \end_inset
21075 </cell>
21076 <cell alignment="center" valignment="top" usebox="none">
21077 \begin_inset Text
21078
21079 \begin_layout Plain Layout
21080 \begin_inset Formula $\:\Upsilon(t)$
21081 \end_inset
21082
21083
21084 \end_layout
21085
21086 \end_inset
21087 </cell>
21088 </row>
21089 <row>
21090 <cell alignment="center" valignment="top" usebox="none">
21091 \begin_inset Text
21092
21093 \begin_layout Plain Layout
21094 1024×
21095 \end_layout
21096
21097 \end_inset
21098 </cell>
21099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21100 \begin_inset Text
21101
21102 \begin_layout Plain Layout
21103 768
21104 \begin_inset space \thinspace{}
21105 \end_inset
21106
21107 Pixels
21108 \end_layout
21109
21110 \end_inset
21111 </cell>
21112 <cell alignment="center" valignment="top" usebox="none">
21113 \begin_inset Text
21114
21115 \begin_layout Plain Layout
21116 \begin_inset Formula $5.78\cdot$
21117 \end_inset
21118
21119
21120 \end_layout
21121
21122 \end_inset
21123 </cell>
21124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21125 \begin_inset Text
21126
21127 \begin_layout Plain Layout
21128 \begin_inset Formula $10^{7}$
21129 \end_inset
21130
21131
21132 \end_layout
21133
21134 \end_inset
21135 </cell>
21136 <cell alignment="center" valignment="top" usebox="none">
21137 \begin_inset Text
21138
21139 \begin_layout Plain Layout
21140 \begin_inset Formula $A\ne$
21141 \end_inset
21142
21143
21144 \end_layout
21145
21146 \end_inset
21147 </cell>
21148 <cell alignment="center" valignment="top" usebox="none">
21149 \begin_inset Text
21150
21151 \begin_layout Plain Layout
21152 \begin_inset Formula $\: B_{\mathrm{red}}$
21153 \end_inset
21154
21155
21156 \end_layout
21157
21158 \end_inset
21159 </cell>
21160 </row>
21161 <row>
21162 <cell alignment="center" valignment="top" usebox="none">
21163 \begin_inset Text
21164
21165 \begin_layout Plain Layout
21166 32×
21167 \end_layout
21168
21169 \end_inset
21170 </cell>
21171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21172 \begin_inset Text
21173
21174 \begin_layout Plain Layout
21175 6
21176 \begin_inset space \thinspace{}
21177 \end_inset
21178
21179 cm
21180 \end_layout
21181
21182 \end_inset
21183 </cell>
21184 <cell alignment="center" valignment="top" usebox="none">
21185 \begin_inset Text
21186
21187 \begin_layout Plain Layout
21188 -
21189 \begin_inset Formula $33.5\cdot$
21190 \end_inset
21191
21192
21193 \end_layout
21194
21195 \end_inset
21196 </cell>
21197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21198 \begin_inset Text
21199
21200 \begin_layout Plain Layout
21201 \begin_inset Formula $10^{4}$
21202 \end_inset
21203
21204
21205 \end_layout
21206
21207 \end_inset
21208 </cell>
21209 <cell alignment="center" valignment="top" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213 \begin_inset Formula $\sin(\alpha)\ge$
21214 \end_inset
21215
21216
21217 \end_layout
21218
21219 \end_inset
21220 </cell>
21221 <cell alignment="center" valignment="top" usebox="none">
21222 \begin_inset Text
21223
21224 \begin_layout Plain Layout
21225 \begin_inset Formula $\:\sin(\beta)$
21226 \end_inset
21227
21228
21229 \end_layout
21230
21231 \end_inset
21232 </cell>
21233 </row>
21234 </lyxtabular>
21235
21236 \end_inset
21237
21238
21239 \end_layout
21240
21241 \end_inset
21242
21243
21244 \end_layout
21245
21246 \begin_layout Subsection
21247 Customized Cell/Column Format
21248 \begin_inset CommandInset label
21249 LatexCommand label
21250 name "sub:Customized-Format"
21251
21252 \end_inset
21253
21254
21255 \begin_inset Index idx
21256 status collapsed
21257
21258 \begin_layout Plain Layout
21259 Table Customization ! Cell/Column Format
21260 \end_layout
21261
21262 \end_inset
21263
21264
21265 \end_layout
21266
21267 \begin_layout Standard
21268 Calculating the required width for normal columns as described in section
21269 \begin_inset space ~
21270 \end_inset
21271
21272
21273 \begin_inset CommandInset ref
21274 LatexCommand ref
21275 reference "sec:Table-Width-Calculation"
21276
21277 \end_inset
21278
21279  or for spanned columns as described in section
21280 \begin_inset space ~
21281 \end_inset
21282
21283
21284 \begin_inset CommandInset ref
21285 LatexCommand ref
21286 reference "sub:Multicolumn-Calculations"
21287
21288 \end_inset
21289
21290  is very annoying if you have several tables where a calculation is necessary.
21291  To make life easier, you can define a cell/column format in the preamble,
21292  that can be used in all tables of the document.
21293  The format is defined with the command
21294 \end_layout
21295
21296 \begin_layout Standard
21297
21298 \series bold
21299
21300 \backslash
21301 newcolumntype{name of format}[number of arguments]{commands}
21302 \end_layout
21303
21304 \begin_layout Standard
21305 The format name may only consist of one letter.
21306  The letters 
21307 \emph on
21308 b
21309 \emph default
21310
21311 \emph on
21312 c
21313 \emph default
21314
21315 \emph on
21316 l
21317 \emph default
21318
21319 \emph on
21320 m
21321 \emph default
21322
21323 \emph on
21324 p
21325 \emph default
21326  and 
21327 \emph on
21328 r
21329 \emph default
21330  are predefined and cannot be used.
21331  But all letters are allowed as capitals.
21332 \end_layout
21333
21334 \begin_layout Standard
21335 \begin_inset VSpace medskip
21336 \end_inset
21337
21338
21339 \end_layout
21340
21341 \begin_layout Standard
21342 For vertically and horizontally centered multicolumn cells with a fixed
21343  width you can define the cell format
21344 \end_layout
21345
21346 \begin_layout Standard
21347
21348 \series bold
21349
21350 \backslash
21351 newcolumntype{M}[1]{>{
21352 \backslash
21353 centering
21354 \backslash
21355 hspace{0pt}}m{#1}}
21356 \end_layout
21357
21358 \begin_layout Standard
21359 where 
21360 \series bold
21361
21362 \backslash
21363 hspace{0pt}
21364 \series default
21365  avoids the problem of hyphenating the first word, as described in section
21366 \begin_inset space ~
21367 \end_inset
21368
21369
21370 \begin_inset CommandInset ref
21371 LatexCommand ref
21372 reference "sub:Multiple-Lines-in"
21373
21374 \end_inset
21375
21376 .
21377  Now you can simply enter
21378 \end_layout
21379
21380 \begin_layout Standard
21381
21382 \series bold
21383 M{width}
21384 \end_layout
21385
21386 \begin_layout Standard
21387 as 
21388 \family sans
21389 LaTeX-argument
21390 \family default
21391  in the table dialog to create a multicolumn.
21392 \end_layout
21393
21394 \begin_layout Standard
21395 \begin_inset VSpace bigskip
21396 \end_inset
21397
21398
21399 \end_layout
21400
21401 \begin_layout Standard
21402 For cells spanned by a multicolumn cell, you can define the format
21403 \end_layout
21404
21405 \begin_layout Standard
21406
21407 \series bold
21408
21409 \backslash
21410 newcolumntype{S}[2]{>{
21411 \backslash
21412 centering
21413 \backslash
21414 hspace{0pt}}
21415 \begin_inset Newline newline
21416 \end_inset
21417
21418
21419 \begin_inset Phantom HPhantom
21420 status open
21421
21422 \begin_layout Plain Layout
21423
21424 \series bold
21425
21426 \backslash
21427 newcolumntype
21428 \end_layout
21429
21430 \end_inset
21431
21432 m{(#1+(2
21433 \backslash
21434 tabcolsep+
21435 \backslash
21436 arrayrulewidth)*(1-#2))/#2}}
21437 \end_layout
21438
21439 \begin_layout Standard
21440 This format uses equation 
21441 \begin_inset CommandInset ref
21442 LatexCommand eqref
21443 reference "eq:Wgn"
21444
21445 \end_inset
21446
21447  to calculate the required width so that each spanned cell has the same
21448  width.
21449 \end_layout
21450
21451 \begin_layout Standard
21452 You can now enter
21453 \end_layout
21454
21455 \begin_layout Standard
21456
21457 \series bold
21458 S{width of multicolumn cell}{number of spanned columns}
21459 \end_layout
21460
21461 \begin_layout Standard
21462 as LaTeX-argument of the column.
21463 \end_layout
21464
21465 \begin_layout Standard
21466 \begin_inset VSpace bigskip
21467 \end_inset
21468
21469
21470 \end_layout
21471
21472 \begin_layout Standard
21473 For colored columns, you can define
21474 \end_layout
21475
21476 \begin_layout Standard
21477
21478 \series bold
21479
21480 \backslash
21481 newcolumntype{K}[1]{>{
21482 \backslash
21483 columncolor{#1}
21484 \backslash
21485 hspace{0pt}}c}
21486 \end_layout
21487
21488 \begin_layout Standard
21489 The 
21490 \begin_inset Quotes eld
21491 \end_inset
21492
21493 c
21494 \begin_inset Quotes erd
21495 \end_inset
21496
21497  at the end creates a column with a flexible width whose text is horizontally
21498  centered.
21499  You can now enter
21500 \end_layout
21501
21502 \begin_layout Standard
21503
21504 \series bold
21505 K{color name}
21506 \end_layout
21507
21508 \begin_layout Standard
21509 as LaTeX-argument.
21510 \end_layout
21511
21512 \begin_layout Standard
21513 \begin_inset VSpace bigskip
21514 \end_inset
21515
21516
21517 \end_layout
21518
21519 \begin_layout Standard
21520 To create Table
21521 \begin_inset space ~
21522 \end_inset
21523
21524
21525 \begin_inset CommandInset ref
21526 LatexCommand ref
21527 reference "tab:Table-using-user-defined"
21528
21529 \end_inset
21530
21531  use the LaTeX-arguments
21532 \end_layout
21533
21534 \begin_layout Standard
21535
21536 \series bold
21537 M{2.5cm}
21538 \end_layout
21539
21540 \begin_layout Standard
21541 for the first column and the multicolumn,
21542 \end_layout
21543
21544 \begin_layout Standard
21545
21546 \series bold
21547 K{red}
21548 \end_layout
21549
21550 \begin_layout Standard
21551 for the last column, and
21552 \end_layout
21553
21554 \begin_layout Standard
21555
21556 \series bold
21557 S{2.5cm}{2}
21558 \end_layout
21559
21560 \begin_layout Standard
21561 for the cells in the second column.
21562 \end_layout
21563
21564 \begin_layout Standard
21565 \begin_inset Float table
21566 placement h
21567 wide false
21568 sideways false
21569 status open
21570
21571 \begin_layout Plain Layout
21572 \begin_inset Caption
21573
21574 \begin_layout Plain Layout
21575 \begin_inset CommandInset label
21576 LatexCommand label
21577 name "tab:Table-using-user-defined"
21578
21579 \end_inset
21580
21581 Table using user-defined table formats
21582 \end_layout
21583
21584 \end_inset
21585
21586
21587 \end_layout
21588
21589 \begin_layout Plain Layout
21590 \align center
21591 \begin_inset Tabular
21592 <lyxtabular version="3" rows="3" columns="4">
21593 <features tabularvalignment="middle">
21594 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21595 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
21596 <column alignment="center" valignment="middle" width="0">
21597 <column alignment="center" valignment="middle" width="0" special="K{red}">
21598 <row>
21599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21600 \begin_inset Text
21601
21602 \begin_layout Plain Layout
21603 verylongtablecellword
21604 \end_layout
21605
21606 \end_inset
21607 </cell>
21608 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21609 \begin_inset Text
21610
21611 \begin_layout Plain Layout
21612 multiple lines multicolumn
21613 \end_layout
21614
21615 \end_inset
21616 </cell>
21617 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21618 \begin_inset Text
21619
21620 \begin_layout Plain Layout
21621
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21627 \begin_inset Text
21628
21629 \begin_layout Plain Layout
21630 c
21631 \end_layout
21632
21633 \end_inset
21634 </cell>
21635 </row>
21636 <row>
21637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21638 \begin_inset Text
21639
21640 \begin_layout Plain Layout
21641 d
21642 \end_layout
21643
21644 \end_inset
21645 </cell>
21646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21647 \begin_inset Text
21648
21649 \begin_layout Plain Layout
21650 e
21651 \end_layout
21652
21653 \end_inset
21654 </cell>
21655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21656 \begin_inset Text
21657
21658 \begin_layout Plain Layout
21659 f
21660 \end_layout
21661
21662 \end_inset
21663 </cell>
21664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21665 \begin_inset Text
21666
21667 \begin_layout Plain Layout
21668 g
21669 \end_layout
21670
21671 \end_inset
21672 </cell>
21673 </row>
21674 <row>
21675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21676 \begin_inset Text
21677
21678 \begin_layout Plain Layout
21679 h
21680 \end_layout
21681
21682 \end_inset
21683 </cell>
21684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21685 \begin_inset Text
21686
21687 \begin_layout Plain Layout
21688 i
21689 \end_layout
21690
21691 \end_inset
21692 </cell>
21693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21694 \begin_inset Text
21695
21696 \begin_layout Plain Layout
21697 j
21698 \end_layout
21699
21700 \end_inset
21701 </cell>
21702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21703 \begin_inset Text
21704
21705 \begin_layout Plain Layout
21706 k
21707 \end_layout
21708
21709 \end_inset
21710 </cell>
21711 </row>
21712 </lyxtabular>
21713
21714 \end_inset
21715
21716
21717 \end_layout
21718
21719 \end_inset
21720
21721
21722 \end_layout
21723
21724 \begin_layout Subsection
21725 Line Thickness
21726 \begin_inset CommandInset label
21727 LatexCommand label
21728 name "sub:Line-Thickness"
21729
21730 \end_inset
21731
21732
21733 \begin_inset Index idx
21734 status collapsed
21735
21736 \begin_layout Plain Layout
21737 Table Customization ! Line Thickness
21738 \end_layout
21739
21740 \end_inset
21741
21742
21743 \end_layout
21744
21745 \begin_layout Standard
21746 The line thickness for all lines in a table can be adjusted with the length
21747  
21748 \series bold
21749
21750 \backslash
21751 arrayrulewidth
21752 \series default
21753 .
21754  To set for example a line thickness of 1.5
21755 \begin_inset space \thinspace{}
21756 \end_inset
21757
21758 pt, as in Table
21759 \begin_inset space ~
21760 \end_inset
21761
21762
21763 \begin_inset CommandInset ref
21764 LatexCommand ref
21765 reference "tab:Table-with-1.5"
21766
21767 \end_inset
21768
21769 , insert the command
21770 \end_layout
21771
21772 \begin_layout Standard
21773
21774 \series bold
21775
21776 \backslash
21777 setlength{
21778 \backslash
21779 arrayrulewidth}{1.5pt}
21780 \end_layout
21781
21782 \begin_layout Standard
21783 in TeX-Code before the table or table float.
21784  The changed thickness is valid for all subsequent tables.
21785  To use the default value again, set 
21786 \series bold
21787
21788 \backslash
21789 arrayrulewidth
21790 \series default
21791  to 0.4
21792 \begin_inset space \thinspace{}
21793 \end_inset
21794
21795 pt in TeX-Code after the table or table float.
21796 \end_layout
21797
21798 \begin_layout Standard
21799 \begin_inset ERT
21800 status collapsed
21801
21802 \begin_layout Plain Layout
21803
21804
21805 \backslash
21806 setlength{
21807 \backslash
21808 arrayrulewidth}{1.5pt}
21809 \end_layout
21810
21811 \end_inset
21812
21813
21814 \begin_inset Float table
21815 wide false
21816 sideways false
21817 status open
21818
21819 \begin_layout Plain Layout
21820 \begin_inset Caption
21821
21822 \begin_layout Plain Layout
21823 \begin_inset CommandInset label
21824 LatexCommand label
21825 name "tab:Table-with-1.5"
21826
21827 \end_inset
21828
21829 Table with 1.5
21830 \begin_inset space \thinspace{}
21831 \end_inset
21832
21833 pt thick lines
21834 \end_layout
21835
21836 \end_inset
21837
21838
21839 \end_layout
21840
21841 \begin_layout Plain Layout
21842 \align center
21843 \begin_inset Tabular
21844 <lyxtabular version="3" rows="3" columns="3">
21845 <features tabularvalignment="middle">
21846 <column alignment="center" valignment="top" width="0">
21847 <column alignment="center" valignment="top" width="0">
21848 <column alignment="center" valignment="top" width="0">
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 sd
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
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" 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" leftline="true" usebox="none">
21889 \begin_inset Text
21890
21891 \begin_layout Plain Layout
21892 sd
21893 \end_layout
21894
21895 \end_inset
21896 </cell>
21897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21898 \begin_inset Text
21899
21900 \begin_layout Plain Layout
21901
21902 \end_layout
21903
21904 \end_inset
21905 </cell>
21906 </row>
21907 <row>
21908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21909 \begin_inset Text
21910
21911 \begin_layout Plain Layout
21912
21913 \end_layout
21914
21915 \end_inset
21916 </cell>
21917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921
21922 \end_layout
21923
21924 \end_inset
21925 </cell>
21926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21927 \begin_inset Text
21928
21929 \begin_layout Plain Layout
21930 sd
21931 \end_layout
21932
21933 \end_inset
21934 </cell>
21935 </row>
21936 </lyxtabular>
21937
21938 \end_inset
21939
21940
21941 \end_layout
21942
21943 \end_inset
21944
21945
21946 \begin_inset ERT
21947 status collapsed
21948
21949 \begin_layout Plain Layout
21950
21951
21952 \backslash
21953 setlength{
21954 \backslash
21955 arrayrulewidth}{0.4pt}
21956 \end_layout
21957
21958 \end_inset
21959
21960
21961 \end_layout
21962
21963 \begin_layout Standard
21964 \begin_inset VSpace bigskip
21965 \end_inset
21966
21967 To set the line thickness to 1.5
21968 \begin_inset space \thinspace{}
21969 \end_inset
21970
21971 pt only for horizontal lines, as in Table
21972 \begin_inset space ~
21973 \end_inset
21974
21975
21976 \begin_inset CommandInset ref
21977 LatexCommand ref
21978 reference "tab:Table-with-horizontal"
21979
21980 \end_inset
21981
21982 , insert these commands in TeX-Code before the table or table float:
21983 \end_layout
21984
21985 \begin_layout Standard
21986
21987 \series bold
21988
21989 \backslash
21990 let
21991 \backslash
21992 myHline
21993 \backslash
21994 hline
21995 \begin_inset Newline newline
21996 \end_inset
21997
21998
21999 \backslash
22000 renewcommand{
22001 \backslash
22002 hline}
22003 \begin_inset Newline newline
22004 \end_inset
22005
22006  {
22007 \backslash
22008 noalign{
22009 \backslash
22010 global
22011 \backslash
22012 arrayrulewidth 1.5pt}
22013 \begin_inset Newline newline
22014 \end_inset
22015
22016  
22017 \backslash
22018 myHline
22019 \backslash
22020 noalign{
22021 \backslash
22022 global
22023 \backslash
22024 arrayrulewidth 0.4pt}}
22025 \end_layout
22026
22027 \begin_layout Standard
22028 To return to the default line thickness, insert this command in TeX-Code
22029  after the table or table float:
22030 \end_layout
22031
22032 \begin_layout Standard
22033
22034 \series bold
22035
22036 \backslash
22037 renewcommand{
22038 \backslash
22039 hline}{
22040 \backslash
22041 myHline}
22042 \end_layout
22043
22044 \begin_layout Standard
22045 \begin_inset ERT
22046 status collapsed
22047
22048 \begin_layout Plain Layout
22049
22050
22051 \backslash
22052 let
22053 \backslash
22054 myHline
22055 \backslash
22056 hline
22057 \end_layout
22058
22059 \begin_layout Plain Layout
22060
22061
22062 \backslash
22063 renewcommand{
22064 \backslash
22065 hline}
22066 \end_layout
22067
22068 \begin_layout Plain Layout
22069
22070  {
22071 \backslash
22072 noalign{
22073 \backslash
22074 global
22075 \backslash
22076 arrayrulewidth 1.5pt}
22077 \end_layout
22078
22079 \begin_layout Plain Layout
22080
22081   
22082 \backslash
22083 myHline
22084 \backslash
22085 noalign{
22086 \backslash
22087 global
22088 \backslash
22089 arrayrulewidth 0.4pt}}
22090 \end_layout
22091
22092 \end_inset
22093
22094
22095 \begin_inset Float table
22096 wide false
22097 sideways false
22098 status open
22099
22100 \begin_layout Plain Layout
22101 \begin_inset Caption
22102
22103 \begin_layout Plain Layout
22104 \begin_inset CommandInset label
22105 LatexCommand label
22106 name "tab:Table-with-horizontal"
22107
22108 \end_inset
22109
22110 Table with 1.5
22111 \begin_inset space \thinspace{}
22112 \end_inset
22113
22114 pt thick horizontal lines
22115 \end_layout
22116
22117 \end_inset
22118
22119
22120 \end_layout
22121
22122 \begin_layout Plain Layout
22123 \align center
22124 \begin_inset Tabular
22125 <lyxtabular version="3" rows="3" columns="3">
22126 <features tabularvalignment="middle">
22127 <column alignment="center" valignment="top" width="0">
22128 <column alignment="center" valignment="top" width="0">
22129 <column alignment="center" valignment="top" width="0">
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 sd
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
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" 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" leftline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173 sd
22174 \end_layout
22175
22176 \end_inset
22177 </cell>
22178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22179 \begin_inset Text
22180
22181 \begin_layout Plain Layout
22182
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 </row>
22188 <row>
22189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22190 \begin_inset Text
22191
22192 \begin_layout Plain Layout
22193
22194 \end_layout
22195
22196 \end_inset
22197 </cell>
22198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22199 \begin_inset Text
22200
22201 \begin_layout Plain Layout
22202
22203 \end_layout
22204
22205 \end_inset
22206 </cell>
22207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22208 \begin_inset Text
22209
22210 \begin_layout Plain Layout
22211 sd
22212 \end_layout
22213
22214 \end_inset
22215 </cell>
22216 </row>
22217 </lyxtabular>
22218
22219 \end_inset
22220
22221
22222 \end_layout
22223
22224 \end_inset
22225
22226
22227 \begin_inset ERT
22228 status collapsed
22229
22230 \begin_layout Plain Layout
22231
22232
22233 \backslash
22234 renewcommand{
22235 \backslash
22236 hline}{
22237 \backslash
22238 myHline}
22239 \end_layout
22240
22241 \end_inset
22242
22243
22244 \end_layout
22245
22246 \begin_layout Standard
22247 \begin_inset VSpace bigskip
22248 \end_inset
22249
22250 To set the line thickness to 1.5
22251 \begin_inset space \thinspace{}
22252 \end_inset
22253
22254 pt only for vertical lines, create the following column format in the document
22255  preamble, according to the description in section
22256 \begin_inset space ~
22257 \end_inset
22258
22259
22260 \begin_inset CommandInset ref
22261 LatexCommand ref
22262 reference "sub:Customized-Format"
22263
22264 \end_inset
22265
22266 :
22267 \end_layout
22268
22269 \begin_layout Standard
22270
22271 \series bold
22272
22273 \backslash
22274 newcolumntype{V}{!{
22275 \backslash
22276 vrule width 1.5pt}}
22277 \end_layout
22278
22279 \begin_layout Standard
22280 For Table
22281 \begin_inset space ~
22282 \end_inset
22283
22284
22285 \begin_inset CommandInset ref
22286 LatexCommand ref
22287 reference "tab:Table-with-vertical"
22288
22289 \end_inset
22290
22291  the LaTeX-argument
22292 \end_layout
22293
22294 \begin_layout Standard
22295
22296 \series bold
22297 VcV
22298 \end_layout
22299
22300 \begin_layout Standard
22301 was used for the last column and
22302 \end_layout
22303
22304 \begin_layout Standard
22305
22306 \series bold
22307 Vc
22308 \end_layout
22309
22310 \begin_layout Standard
22311 for the other columns.
22312 \end_layout
22313
22314 \begin_layout Standard
22315 \begin_inset Float table
22316 wide false
22317 sideways false
22318 status open
22319
22320 \begin_layout Plain Layout
22321 \begin_inset Caption
22322
22323 \begin_layout Plain Layout
22324 \begin_inset CommandInset label
22325 LatexCommand label
22326 name "tab:Table-with-vertical"
22327
22328 \end_inset
22329
22330 Table with 1.5
22331 \begin_inset space \thinspace{}
22332 \end_inset
22333
22334 pt thick vertical lines
22335 \end_layout
22336
22337 \end_inset
22338
22339
22340 \end_layout
22341
22342 \begin_layout Plain Layout
22343 \align center
22344 \begin_inset Tabular
22345 <lyxtabular version="3" rows="3" columns="3">
22346 <features tabularvalignment="middle">
22347 <column alignment="center" valignment="top" width="0" special="Vc">
22348 <column alignment="center" valignment="top" width="0" special="Vc">
22349 <column alignment="center" valignment="top" width="0" special="VcV">
22350 <row>
22351 <cell alignment="center" valignment="top" topline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355 sd
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
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" 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" usebox="none">
22390 \begin_inset Text
22391
22392 \begin_layout Plain Layout
22393 sd
22394 \end_layout
22395
22396 \end_inset
22397 </cell>
22398 <cell alignment="center" valignment="top" topline="true" usebox="none">
22399 \begin_inset Text
22400
22401 \begin_layout Plain Layout
22402
22403 \end_layout
22404
22405 \end_inset
22406 </cell>
22407 </row>
22408 <row>
22409 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22410 \begin_inset Text
22411
22412 \begin_layout Plain Layout
22413
22414 \end_layout
22415
22416 \end_inset
22417 </cell>
22418 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422
22423 \end_layout
22424
22425 \end_inset
22426 </cell>
22427 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22428 \begin_inset Text
22429
22430 \begin_layout Plain Layout
22431 sd
22432 \end_layout
22433
22434 \end_inset
22435 </cell>
22436 </row>
22437 </lyxtabular>
22438
22439 \end_inset
22440
22441
22442 \end_layout
22443
22444 \end_inset
22445
22446
22447 \end_layout
22448
22449 \begin_layout Subsection
22450 Dashed Lines
22451 \begin_inset Index idx
22452 status collapsed
22453
22454 \begin_layout Plain Layout
22455 Table Customization ! Dashed Lines
22456 \end_layout
22457
22458 \end_inset
22459
22460
22461 \end_layout
22462
22463 \begin_layout Standard
22464 \begin_inset ERT
22465 status collapsed
22466
22467 \begin_layout Plain Layout
22468
22469
22470 \backslash
22471 ifarydshln
22472 \end_layout
22473
22474 \end_inset
22475
22476
22477 \begin_inset Note Note
22478 status open
22479
22480 \begin_layout Plain Layout
22481 The following section will only be displayed when the LaTeX-package 
22482 \series bold
22483 arydshln
22484 \series default
22485  is installed.
22486 \end_layout
22487
22488 \end_inset
22489
22490
22491 \end_layout
22492
22493 \begin_layout Standard
22494 \begin_inset Float table
22495 placement H
22496 wide false
22497 sideways false
22498 status open
22499
22500 \begin_layout Plain Layout
22501 \begin_inset Caption
22502
22503 \begin_layout Plain Layout
22504 \begin_inset CommandInset label
22505 LatexCommand label
22506 name "tab:Table-with-dashed"
22507
22508 \end_inset
22509
22510 Table with dashed lines
22511 \end_layout
22512
22513 \end_inset
22514
22515
22516 \end_layout
22517
22518 \begin_layout Plain Layout
22519 \align center
22520 \begin_inset Tabular
22521 <lyxtabular version="3" rows="5" columns="5">
22522 <features tabularvalignment="middle">
22523 <column alignment="center" valignment="top" width="0">
22524 <column alignment="center" valignment="top" width="0">
22525 <column alignment="center" valignment="top" width="0" special=":c">
22526 <column alignment="center" valignment="top" width="0">
22527 <column alignment="center" valignment="top" width="0">
22528 <row>
22529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22530 \begin_inset Text
22531
22532 \begin_layout Plain Layout
22533 a
22534 \end_layout
22535
22536 \end_inset
22537 </cell>
22538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22539 \begin_inset Text
22540
22541 \begin_layout Plain Layout
22542 b
22543 \end_layout
22544
22545 \end_inset
22546 </cell>
22547 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22548 \begin_inset Text
22549
22550 \begin_layout Plain Layout
22551 c
22552 \end_layout
22553
22554 \end_inset
22555 </cell>
22556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22557 \begin_inset Text
22558
22559 \begin_layout Plain Layout
22560 d
22561 \end_layout
22562
22563 \end_inset
22564 </cell>
22565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22566 \begin_inset Text
22567
22568 \begin_layout Plain Layout
22569 e
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 </row>
22575 <row>
22576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22577 \begin_inset Text
22578
22579 \begin_layout Plain Layout
22580 f
22581 \end_layout
22582
22583 \end_inset
22584 </cell>
22585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589 g
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 <cell alignment="center" valignment="top" topline="true" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598 h
22599 \end_layout
22600
22601 \end_inset
22602 </cell>
22603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22604 \begin_inset Text
22605
22606 \begin_layout Plain Layout
22607 i
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616 j
22617 \end_layout
22618
22619 \end_inset
22620 </cell>
22621 </row>
22622 <row>
22623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22624 \begin_inset Text
22625
22626 \begin_layout Plain Layout
22627 \begin_inset ERT
22628 status collapsed
22629
22630 \begin_layout Plain Layout
22631
22632
22633 \backslash
22634 hdashline 
22635 \end_layout
22636
22637 \end_inset
22638
22639 k
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Plain Layout
22648 l
22649 \end_layout
22650
22651 \end_inset
22652 </cell>
22653 <cell alignment="center" valignment="top" usebox="none">
22654 \begin_inset Text
22655
22656 \begin_layout Plain Layout
22657 m
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22663 \begin_inset Text
22664
22665 \begin_layout Plain Layout
22666 n
22667 \end_layout
22668
22669 \end_inset
22670 </cell>
22671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22672 \begin_inset Text
22673
22674 \begin_layout Plain Layout
22675 o
22676 \end_layout
22677
22678 \end_inset
22679 </cell>
22680 </row>
22681 <row>
22682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22683 \begin_inset Text
22684
22685 \begin_layout Plain Layout
22686 \begin_inset ERT
22687 status collapsed
22688
22689 \begin_layout Plain Layout
22690
22691
22692 \backslash
22693 cdashline{4-5}
22694 \end_layout
22695
22696 \end_inset
22697
22698 p
22699 \end_layout
22700
22701 \end_inset
22702 </cell>
22703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22704 \begin_inset Text
22705
22706 \begin_layout Plain Layout
22707 q
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716 r
22717 \end_layout
22718
22719 \end_inset
22720 </cell>
22721 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725 s
22726 \end_layout
22727
22728 \end_inset
22729 </cell>
22730 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22731 \begin_inset Text
22732
22733 \begin_layout Plain Layout
22734
22735 \end_layout
22736
22737 \end_inset
22738 </cell>
22739 </row>
22740 <row>
22741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22742 \begin_inset Text
22743
22744 \begin_layout Plain Layout
22745 t
22746 \end_layout
22747
22748 \end_inset
22749 </cell>
22750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22751 \begin_inset Text
22752
22753 \begin_layout Plain Layout
22754 u
22755 \end_layout
22756
22757 \end_inset
22758 </cell>
22759 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22760 \begin_inset Text
22761
22762 \begin_layout Plain Layout
22763 v
22764 \end_layout
22765
22766 \end_inset
22767 </cell>
22768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22769 \begin_inset Text
22770
22771 \begin_layout Plain Layout
22772 w
22773 \end_layout
22774
22775 \end_inset
22776 </cell>
22777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22778 \begin_inset Text
22779
22780 \begin_layout Plain Layout
22781 x
22782 \end_layout
22783
22784 \end_inset
22785 </cell>
22786 </row>
22787 </lyxtabular>
22788
22789 \end_inset
22790
22791
22792 \end_layout
22793
22794 \end_inset
22795
22796
22797 \end_layout
22798
22799 \begin_layout Standard
22800 LyX does not natively support dashed lines, so you have to use TeX-Code.
22801  As a prerequisite the LaTeX-package 
22802 \series bold
22803 arydshln
22804 \series default
22805
22806 \begin_inset Index idx
22807 status collapsed
22808
22809 \begin_layout Plain Layout
22810 LaTeX-packages ! arydshln
22811 \end_layout
22812
22813 \end_inset
22814
22815  must be loaded in the document preamble with the command
22816 \end_layout
22817
22818 \begin_layout Standard
22819
22820 \series bold
22821
22822 \backslash
22823 usepackage{arydshln}
22824 \end_layout
22825
22826 \begin_layout Standard
22827 To make a vertical line dashed, enter the colon 
22828 \begin_inset Quotes eld
22829 \end_inset
22830
22831 :
22832 \begin_inset Quotes erd
22833 \end_inset
22834
22835  together with the character for the horizontal alignment as LaTeX-argument
22836  in the table cell dialog.
22837 \end_layout
22838
22839 \begin_layout Standard
22840 For a horizontal dashed line add the command
22841 \end_layout
22842
22843 \begin_layout Standard
22844
22845 \series bold
22846
22847 \backslash
22848 hdashline
22849 \end_layout
22850
22851 \begin_layout Standard
22852 in TeX-Code as first element of the first cell in the table row.
22853 \end_layout
22854
22855 \begin_layout Standard
22856 For dashed multicolumn lines use the command
22857 \end_layout
22858
22859 \begin_layout Standard
22860
22861 \series bold
22862
22863 \backslash
22864 cdashline{line number
22865 \series default
22866 }
22867 \end_layout
22868
22869 \begin_layout Standard
22870 in TeX-Code as the first element of the first cell in the table row.
22871  If you have for example a multicolumn spanning columns 2 to 4 and you want
22872  to have a dashed line above, add the command
22873 \end_layout
22874
22875 \begin_layout Standard
22876
22877 \series bold
22878
22879 \backslash
22880 cdashline{2-4}
22881 \end_layout
22882
22883 \begin_layout Standard
22884 as the first element of the first cell in the row of the multicolumn.
22885 \end_layout
22886
22887 \begin_layout Standard
22888 \begin_inset VSpace bigskip
22889 \end_inset
22890
22891
22892 \end_layout
22893
22894 \begin_layout Standard
22895 Table
22896 \begin_inset space ~
22897 \end_inset
22898
22899
22900 \begin_inset CommandInset ref
22901 LatexCommand ref
22902 reference "tab:Table-with-dashed"
22903
22904 \end_inset
22905
22906  was created using 
22907 \begin_inset Quotes eld
22908 \end_inset
22909
22910
22911 \series bold
22912 :c
22913 \series default
22914
22915 \begin_inset Quotes erd
22916 \end_inset
22917
22918  as LaTeX-argument of the third column.
22919  The TeX-Code command 
22920 \series bold
22921
22922 \backslash
22923 hdashline
22924 \series default
22925  was inserted in the first cell of the third row and the TeX-Code command
22926 \begin_inset Newline newline
22927 \end_inset
22928
22929  
22930 \series bold
22931
22932 \backslash
22933 cdashline{4-5}
22934 \series default
22935  was inserted in the first cell of the fourth row.
22936 \end_layout
22937
22938 \begin_layout Standard
22939 \begin_inset VSpace bigskip
22940 \end_inset
22941
22942
22943 \end_layout
22944
22945 \begin_layout Standard
22946 Tables with dashed lines can also be colored as shown by Table
22947 \begin_inset space ~
22948 \end_inset
22949
22950
22951 \begin_inset CommandInset ref
22952 LatexCommand ref
22953 reference "tab:Colored-table-with"
22954
22955 \end_inset
22956
22957 .
22958 \end_layout
22959
22960 \begin_layout Standard
22961 \begin_inset ERT
22962 status collapsed
22963
22964 \begin_layout Plain Layout
22965
22966
22967 \backslash
22968 setlength{
22969 \backslash
22970 arrayrulewidth}{1pt}
22971 \end_layout
22972
22973 \end_inset
22974
22975
22976 \begin_inset Note Note
22977 status collapsed
22978
22979 \begin_layout Plain Layout
22980 thicker lines for better visualization of the line color
22981 \end_layout
22982
22983 \end_inset
22984
22985
22986 \end_layout
22987
22988 \begin_layout Standard
22989 \begin_inset ERT
22990 status collapsed
22991
22992 \begin_layout Plain Layout
22993
22994
22995 \backslash
22996 dashgapcolor{green}
22997 \end_layout
22998
22999 \end_inset
23000
23001
23002 \begin_inset Note Note
23003 status collapsed
23004
23005 \begin_layout Plain Layout
23006 color gaps between dashes green
23007 \end_layout
23008
23009 \end_inset
23010
23011
23012 \end_layout
23013
23014 \begin_layout Standard
23015 \begin_inset ERT
23016 status collapsed
23017
23018 \begin_layout Plain Layout
23019
23020
23021 \backslash
23022 let
23023 \backslash
23024 myHdashline
23025 \backslash
23026 hdashline
23027 \end_layout
23028
23029 \begin_layout Plain Layout
23030
23031
23032 \backslash
23033 renewcommand{
23034 \backslash
23035 hdashline}
23036 \end_layout
23037
23038 \begin_layout Plain Layout
23039
23040  {
23041 \backslash
23042 arrayrulecolor{red}
23043 \backslash
23044 myHdashline
23045 \backslash
23046 arrayrulecolor{black}}
23047 \end_layout
23048
23049 \end_inset
23050
23051
23052 \begin_inset Note Note
23053 status collapsed
23054
23055 \begin_layout Plain Layout
23056 color horizontal, dashed lines red
23057 \end_layout
23058
23059 \end_inset
23060
23061
23062 \end_layout
23063
23064 \begin_layout Standard
23065 \begin_inset ERT
23066 status collapsed
23067
23068 \begin_layout Plain Layout
23069
23070
23071 \backslash
23072 let
23073 \backslash
23074 myCdashline
23075 \backslash
23076 cdashline
23077 \end_layout
23078
23079 \begin_layout Plain Layout
23080
23081
23082 \backslash
23083 renewcommand{
23084 \backslash
23085 cdashline}[1]
23086 \end_layout
23087
23088 \begin_layout Plain Layout
23089
23090  {
23091 \backslash
23092 arrayrulecolor{yellow}
23093 \backslash
23094 myCdashline{#1}
23095 \backslash
23096 arrayrulecolor{black}}
23097 \end_layout
23098
23099 \end_inset
23100
23101
23102 \begin_inset Note Note
23103 status collapsed
23104
23105 \begin_layout Plain Layout
23106 color partial horizontal, dashed lines yellow
23107 \end_layout
23108
23109 \end_inset
23110
23111
23112 \end_layout
23113
23114 \begin_layout Standard
23115 \begin_inset Float table
23116 placement h
23117 wide false
23118 sideways false
23119 status open
23120
23121 \begin_layout Plain Layout
23122 \begin_inset Caption
23123
23124 \begin_layout Plain Layout
23125 \begin_inset CommandInset label
23126 LatexCommand label
23127 name "tab:Colored-table-with"
23128
23129 \end_inset
23130
23131 Colored table with dashed lines
23132 \end_layout
23133
23134 \end_inset
23135
23136
23137 \end_layout
23138
23139 \begin_layout Plain Layout
23140 \align center
23141 \begin_inset Tabular
23142 <lyxtabular version="3" rows="5" columns="5">
23143 <features tabularvalignment="middle">
23144 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23145 <column alignment="center" valignment="top" width="0pt">
23146 <column alignment="center" valignment="top" width="0pt" special=":c">
23147 <column alignment="center" valignment="top" width="0">
23148 <column alignment="center" valignment="top" width="0">
23149 <row>
23150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23151 \begin_inset Text
23152
23153 \begin_layout Plain Layout
23154 a
23155 \end_layout
23156
23157 \end_inset
23158 </cell>
23159 <cell alignment="center" valignment="top" topline="true" usebox="none">
23160 \begin_inset Text
23161
23162 \begin_layout Plain Layout
23163 b
23164 \end_layout
23165
23166 \end_inset
23167 </cell>
23168 <cell alignment="center" valignment="top" topline="true" usebox="none">
23169 \begin_inset Text
23170
23171 \begin_layout Plain Layout
23172 c
23173 \end_layout
23174
23175 \end_inset
23176 </cell>
23177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23178 \begin_inset Text
23179
23180 \begin_layout Plain Layout
23181 d
23182 \end_layout
23183
23184 \end_inset
23185 </cell>
23186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23187 \begin_inset Text
23188
23189 \begin_layout Plain Layout
23190 e
23191 \end_layout
23192
23193 \end_inset
23194 </cell>
23195 </row>
23196 <row>
23197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23198 \begin_inset Text
23199
23200 \begin_layout Plain Layout
23201 f
23202 \end_layout
23203
23204 \end_inset
23205 </cell>
23206 <cell alignment="center" valignment="top" topline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Plain Layout
23210 g
23211 \end_layout
23212
23213 \end_inset
23214 </cell>
23215 <cell alignment="center" valignment="top" topline="true" usebox="none">
23216 \begin_inset Text
23217
23218 \begin_layout Plain Layout
23219 h
23220 \end_layout
23221
23222 \end_inset
23223 </cell>
23224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23225 \begin_inset Text
23226
23227 \begin_layout Plain Layout
23228 i
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237 j
23238 \end_layout
23239
23240 \end_inset
23241 </cell>
23242 </row>
23243 <row>
23244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23245 \begin_inset Text
23246
23247 \begin_layout Plain Layout
23248 \begin_inset ERT
23249 status collapsed
23250
23251 \begin_layout Plain Layout
23252
23253
23254 \backslash
23255 hdashline 
23256 \end_layout
23257
23258 \end_inset
23259
23260
23261 \begin_inset ERT
23262 status collapsed
23263
23264 \begin_layout Plain Layout
23265
23266
23267 \backslash
23268 rowcolor{Gray}
23269 \end_layout
23270
23271 \end_inset
23272
23273 k
23274 \end_layout
23275
23276 \end_inset
23277 </cell>
23278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23279 \begin_inset Text
23280
23281 \begin_layout Plain Layout
23282 l
23283 \end_layout
23284
23285 \end_inset
23286 </cell>
23287 <cell alignment="center" valignment="top" usebox="none">
23288 \begin_inset Text
23289
23290 \begin_layout Plain Layout
23291 m
23292 \end_layout
23293
23294 \end_inset
23295 </cell>
23296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23297 \begin_inset Text
23298
23299 \begin_layout Plain Layout
23300 n
23301 \end_layout
23302
23303 \end_inset
23304 </cell>
23305 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23306 \begin_inset Text
23307
23308 \begin_layout Plain Layout
23309 o
23310 \end_layout
23311
23312 \end_inset
23313 </cell>
23314 </row>
23315 <row>
23316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23317 \begin_inset Text
23318
23319 \begin_layout Plain Layout
23320 \begin_inset ERT
23321 status collapsed
23322
23323 \begin_layout Plain Layout
23324
23325
23326 \backslash
23327 cdashline{4-5}
23328 \end_layout
23329
23330 \end_inset
23331
23332 p
23333 \end_layout
23334
23335 \end_inset
23336 </cell>
23337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341 q
23342 \end_layout
23343
23344 \end_inset
23345 </cell>
23346 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23347 \begin_inset Text
23348
23349 \begin_layout Plain Layout
23350 r
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23356 \begin_inset Text
23357
23358 \begin_layout Plain Layout
23359 s
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23365 \begin_inset Text
23366
23367 \begin_layout Plain Layout
23368
23369 \end_layout
23370
23371 \end_inset
23372 </cell>
23373 </row>
23374 <row>
23375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23376 \begin_inset Text
23377
23378 \begin_layout Plain Layout
23379 t
23380 \end_layout
23381
23382 \end_inset
23383 </cell>
23384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23385 \begin_inset Text
23386
23387 \begin_layout Plain Layout
23388 u
23389 \end_layout
23390
23391 \end_inset
23392 </cell>
23393 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23394 \begin_inset Text
23395
23396 \begin_layout Plain Layout
23397 v
23398 \end_layout
23399
23400 \end_inset
23401 </cell>
23402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23403 \begin_inset Text
23404
23405 \begin_layout Plain Layout
23406 w
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415 \begin_inset ERT
23416 status collapsed
23417
23418 \begin_layout Plain Layout
23419
23420
23421 \backslash
23422 cellcolor{Maroon}
23423 \end_layout
23424
23425 \end_inset
23426
23427 i
23428 \end_layout
23429
23430 \end_inset
23431 </cell>
23432 </row>
23433 </lyxtabular>
23434
23435 \end_inset
23436
23437
23438 \end_layout
23439
23440 \end_inset
23441
23442
23443 \end_layout
23444
23445 \begin_layout Standard
23446 \begin_inset ERT
23447 status collapsed
23448
23449 \begin_layout Plain Layout
23450
23451
23452 \backslash
23453 renewcommand{
23454 \backslash
23455 hdashline}{
23456 \backslash
23457 myHdashline}
23458 \end_layout
23459
23460 \end_inset
23461
23462
23463 \begin_inset Note Note
23464 status collapsed
23465
23466 \begin_layout Plain Layout
23467 reset to default
23468 \end_layout
23469
23470 \end_inset
23471
23472
23473 \end_layout
23474
23475 \begin_layout Standard
23476 \begin_inset ERT
23477 status collapsed
23478
23479 \begin_layout Plain Layout
23480
23481
23482 \backslash
23483 renewcommand{
23484 \backslash
23485 cdashline}{
23486 \backslash
23487 myCdashline}
23488 \end_layout
23489
23490 \end_inset
23491
23492
23493 \begin_inset Note Note
23494 status collapsed
23495
23496 \begin_layout Plain Layout
23497 reset to default
23498 \end_layout
23499
23500 \end_inset
23501
23502
23503 \end_layout
23504
23505 \begin_layout Standard
23506 \begin_inset ERT
23507 status collapsed
23508
23509 \begin_layout Plain Layout
23510
23511
23512 \backslash
23513 nodashgapcolor
23514 \end_layout
23515
23516 \end_inset
23517
23518
23519 \begin_inset Note Note
23520 status collapsed
23521
23522 \begin_layout Plain Layout
23523 reset to default
23524 \end_layout
23525
23526 \end_inset
23527
23528
23529 \end_layout
23530
23531 \begin_layout Standard
23532 \begin_inset ERT
23533 status collapsed
23534
23535 \begin_layout Plain Layout
23536
23537
23538 \backslash
23539 setlength{
23540 \backslash
23541 arrayrulewidth}{0.4pt}
23542 \end_layout
23543
23544 \end_inset
23545
23546
23547 \begin_inset Note Note
23548 status collapsed
23549
23550 \begin_layout Plain Layout
23551 reset to default
23552 \end_layout
23553
23554 \end_inset
23555
23556
23557 \end_layout
23558
23559 \begin_layout Standard
23560 The coloring of lines, columns and lines works as decribed in section
23561 \begin_inset space ~
23562 \end_inset
23563
23564
23565 \begin_inset CommandInset ref
23566 LatexCommand ref
23567 reference "sec:Colored-Tables"
23568
23569 \end_inset
23570
23571 .
23572  Coloring horizontal lines works analogically as described there as well,
23573  one only needs to replace in the commands 
23574 \series bold
23575
23576 \backslash
23577 myHlineC
23578 \series default
23579  by 
23580 \series bold
23581
23582 \backslash
23583 myHdashline
23584 \series default
23585  and 
23586 \backslash
23587
23588 \series bold
23589 hline
23590 \series default
23591  by 
23592 \series bold
23593
23594 \backslash
23595 hdashline
23596 \series default
23597 ; so one uses the command
23598 \end_layout
23599
23600 \begin_layout Standard
23601
23602 \series bold
23603
23604 \backslash
23605 let
23606 \backslash
23607 myHdashline
23608 \backslash
23609 hdashline
23610 \begin_inset Newline newline
23611 \end_inset
23612
23613
23614 \backslash
23615 renewcommand{
23616 \backslash
23617 hdashline}
23618 \begin_inset Newline newline
23619 \end_inset
23620
23621
23622 \begin_inset Phantom HPhantom
23623 status open
23624
23625 \begin_layout Plain Layout
23626 \begin_inset space ~
23627 \end_inset
23628
23629
23630 \end_layout
23631
23632 \end_inset
23633
23634 {
23635 \backslash
23636 arrayrulecolor{red}
23637 \backslash
23638 myHdashline
23639 \backslash
23640 arrayrulecolor{black}}
23641 \end_layout
23642
23643 \begin_layout Standard
23644 To color 
23645 \series bold
23646
23647 \backslash
23648 cdashline
23649 \series default
23650 , the command is
23651 \end_layout
23652
23653 \begin_layout Standard
23654
23655 \series bold
23656
23657 \backslash
23658 let
23659 \backslash
23660 myCdashline
23661 \backslash
23662 cdashline
23663 \begin_inset Newline newline
23664 \end_inset
23665
23666
23667 \backslash
23668 renewcommand{
23669 \backslash
23670 cdashline}[1]
23671 \begin_inset Newline newline
23672 \end_inset
23673
23674
23675 \begin_inset Phantom HPhantom
23676 status open
23677
23678 \begin_layout Plain Layout
23679 \begin_inset space ~
23680 \end_inset
23681
23682
23683 \end_layout
23684
23685 \end_inset
23686
23687 {
23688 \backslash
23689 arrayrulecolor{red}
23690 \backslash
23691 myCdashline{#1}
23692 \backslash
23693 arrayrulecolor{black}}
23694 \end_layout
23695
23696 \begin_layout Standard
23697 To get back the black line color, one needs to insert the following commands
23698  as TeX-Code behind the table:
23699 \end_layout
23700
23701 \begin_layout Standard
23702 For 
23703 \series bold
23704
23705 \backslash
23706 hdashline
23707 \end_layout
23708
23709 \begin_layout Standard
23710
23711 \series bold
23712
23713 \backslash
23714 renewcommand{
23715 \backslash
23716 hdashline}{
23717 \backslash
23718 myHdashline}
23719 \end_layout
23720
23721 \begin_layout Standard
23722 and for 
23723 \series bold
23724
23725 \backslash
23726 cdashline
23727 \end_layout
23728
23729 \begin_layout Standard
23730
23731 \series bold
23732
23733 \backslash
23734 renewcommand{
23735 \backslash
23736 cdashline}{
23737 \backslash
23738 myCdashline}
23739 \end_layout
23740
23741 \begin_layout Standard
23742 To color the gaps between the dashes the command
23743 \end_layout
23744
23745 \begin_layout Standard
23746
23747 \series bold
23748
23749 \backslash
23750 dashgapcolor{color}
23751 \end_layout
23752
23753 \begin_layout Standard
23754 can be used in front of a table as TeX-Code.
23755  color is hereby the name of a defined color.
23756  The command
23757 \end_layout
23758
23759 \begin_layout Standard
23760
23761 \series bold
23762
23763 \backslash
23764 nodashgapcolor
23765 \end_layout
23766
23767 \begin_layout Standard
23768 unsets the changes made by 
23769 \series bold
23770
23771 \backslash
23772 dashgapcolor
23773 \series default
23774 .
23775 \end_layout
23776
23777 \begin_layout Standard
23778 \begin_inset Note Greyedout
23779 status open
23780
23781 \begin_layout Plain Layout
23782
23783 \series bold
23784 \color none
23785 Note
23786 \series default
23787 : If there are multiple commands in a cell, the command of 
23788 \series bold
23789 arydshln
23790 \series default
23791  needs to be the first one in the cell.
23792  Therefore in cell 
23793 \emph on
23794 k
23795 \emph default
23796  of Table
23797 \begin_inset space ~
23798 \end_inset
23799
23800
23801 \begin_inset CommandInset ref
23802 LatexCommand ref
23803 reference "tab:Colored-table-with"
23804
23805 \end_inset
23806
23807  the command 
23808 \series bold
23809
23810 \backslash
23811 hdashline
23812 \series default
23813  is before 
23814 \series bold
23815
23816 \backslash
23817 rowcolor
23818 \series default
23819 .
23820 \end_layout
23821
23822 \end_inset
23823
23824
23825 \end_layout
23826
23827 \begin_layout Standard
23828 \begin_inset Note Greyedout
23829 status open
23830
23831 \begin_layout Plain Layout
23832
23833 \series bold
23834 \color none
23835 Note:
23836 \series default
23837  The LaTeX-package 
23838 \series bold
23839 arydshln
23840 \series default
23841  must be loaded in the document preamble before the LaTeX-package 
23842 \series bold
23843 colortbl
23844 \series default
23845
23846 \begin_inset Index idx
23847 status collapsed
23848
23849 \begin_layout Plain Layout
23850 LaTeX-packages ! colortbl
23851 \end_layout
23852
23853 \end_inset
23854
23855 .
23856 \end_layout
23857
23858 \end_inset
23859
23860
23861 \end_layout
23862
23863 \begin_layout Standard
23864 \begin_inset ERT
23865 status collapsed
23866
23867 \begin_layout Plain Layout
23868
23869
23870 \backslash
23871 else
23872 \end_layout
23873
23874 \end_inset
23875
23876
23877 \begin_inset Note Note
23878 status open
23879
23880 \begin_layout Plain Layout
23881 The following will be displayed when the LaTeX-package 
23882 \series bold
23883 arydshln
23884 \series default
23885  is not installed:
23886 \end_layout
23887
23888 \end_inset
23889
23890
23891 \end_layout
23892
23893 \begin_layout Standard
23894 You need to install the package 
23895 \series bold
23896 arydshln
23897 \series default
23898  to see the content of this section in the output.
23899 \end_layout
23900
23901 \begin_layout Standard
23902 \begin_inset ERT
23903 status collapsed
23904
23905 \begin_layout Plain Layout
23906
23907
23908 \backslash
23909 fi
23910 \end_layout
23911
23912 \end_inset
23913
23914
23915 \end_layout
23916
23917 \begin_layout Standard
23918 For more information about dashed lines see the documentation of 
23919 \series bold
23920 arydshln
23921 \series default
23922
23923 \begin_inset CommandInset citation
23924 LatexCommand cite
23925 key "arydshln"
23926
23927 \end_inset
23928
23929 .
23930 \end_layout
23931
23932 \begin_layout Chapter
23933 Floats
23934 \begin_inset CommandInset label
23935 LatexCommand label
23936 name "chap:Floats"
23937
23938 \end_inset
23939
23940
23941 \begin_inset Index idx
23942 status collapsed
23943
23944 \begin_layout Plain Layout
23945 Floats
23946 \end_layout
23947
23948 \end_inset
23949
23950
23951 \end_layout
23952
23953 \begin_layout Section
23954 Introduction
23955 \begin_inset CommandInset label
23956 LatexCommand label
23957 name "sec:FloatIntroduction"
23958
23959 \end_inset
23960
23961
23962 \begin_inset Index idx
23963 status collapsed
23964
23965 \begin_layout Plain Layout
23966 Floats ! Introduction
23967 \end_layout
23968
23969 \end_inset
23970
23971
23972 \end_layout
23973
23974 \begin_layout Standard
23975 A float is a block of text associated with some sort of label, which doesn't
23976  have a fixed location.
23977  It can 
23978 \begin_inset Quotes eld
23979 \end_inset
23980
23981 float
23982 \begin_inset Quotes erd
23983 \end_inset
23984
23985  forward or backward a page or two, to wherever it fits best.
23986  
23987 \family sans
23988 Footnotes
23989 \family default
23990  and 
23991 \family sans
23992 Margin
23993 \begin_inset space ~
23994 \end_inset
23995
23996 Notes
23997 \family default
23998  are also floats because they can float to the next page when there are
23999  too many notes on the page.
24000 \end_layout
24001
24002 \begin_layout Standard
24003 Floats allow a high quality layout.
24004  Images and tables can be spread evenly among the pages to avoid white space
24005  and pages without text.
24006  As the floating often destroys the context between the text and the image/table
24007 , every float can be referenced in the text.
24008  Floats are therefore numbered.
24009  Referencing is described in section
24010 \begin_inset space ~
24011 \end_inset
24012
24013
24014 \begin_inset CommandInset ref
24015 LatexCommand ref
24016 reference "sec:Referencing-Floats"
24017
24018 \end_inset
24019
24020 .
24021 \end_layout
24022
24023 \begin_layout Standard
24024 To insert a float, use the menu 
24025 \family sans
24026 Insert\SpecialChar \menuseparator
24027 Float
24028 \family default
24029  (toolbar button 
24030 \begin_inset Info
24031 type  "icon"
24032 arg   "float-insert figure"
24033 \end_inset
24034
24035  or 
24036 \begin_inset Info
24037 type  "icon"
24038 arg   "float-insert table"
24039 \end_inset
24040
24041 ).
24042  This inserts the 
24043 \family sans
24044 Caption
24045 \family default
24046  inset, a box with a label.
24047  The label will automatically be translated to the document language in
24048  the output.
24049  After the label you can insert the caption text.
24050  The image or table is inserted above or below the caption in a separate
24051  paragraph within the float.
24052  More about the caption placement is contained in section
24053 \begin_inset space ~
24054 \end_inset
24055
24056
24057 \begin_inset CommandInset ref
24058 LatexCommand ref
24059 reference "sec:Caption-Placement"
24060
24061 \end_inset
24062
24063 .
24064  To keep your LyX-document readable, you can open and close the float box
24065  by left-clicking on the box label.
24066  A closed float box looks like this: 
24067 \begin_inset Graphics
24068         filename clipart/floatQt4.png
24069         scale 70
24070         scaleBeforeRotation
24071
24072 \end_inset
24073
24074  â€“ a gray button with a red label.
24075 \end_layout
24076
24077 \begin_layout Standard
24078 It is recommended that you insert floats as separate standard paragraphs
24079  to avoid possible LaTeX-errors that can occur when the surrounding text
24080  is specially formatted.
24081 \end_layout
24082
24083 \begin_layout Standard
24084 Existing figures or tables can be put into a float by highlighting them
24085  and then pressing the corresponding toolbar button for a new float.
24086 \end_layout
24087
24088 \begin_layout Section
24089 Float Types
24090 \end_layout
24091
24092 \begin_layout Standard
24093 Besides figure and table floats that are described in sections
24094 \begin_inset space ~
24095 \end_inset
24096
24097
24098 \begin_inset CommandInset ref
24099 LatexCommand ref
24100 reference "sec:Figure-Floats"
24101
24102 \end_inset
24103
24104  and 
24105 \begin_inset CommandInset ref
24106 LatexCommand ref
24107 reference "sec:Table-Floats"
24108
24109 \end_inset
24110
24111  respectively, LyX offers the float types 
24112 \family sans
24113 Algorithm
24114 \family default
24115  and 
24116 \family sans
24117 Wrap
24118 \family default
24119 .
24120  The latter are explained in sec.
24121 \begin_inset space \thinspace{}
24122 \end_inset
24123
24124
24125 \begin_inset CommandInset ref
24126 LatexCommand ref
24127 reference "sec:Wrap-Floats"
24128
24129 \end_inset
24130
24131 .
24132 \end_layout
24133
24134 \begin_layout Subsection
24135 Algorithm Floats
24136 \begin_inset Index idx
24137 status collapsed
24138
24139 \begin_layout Plain Layout
24140 Floats ! Algorithms
24141 \end_layout
24142
24143 \end_inset
24144
24145
24146 \end_layout
24147
24148 \begin_layout Standard
24149 \begin_inset Float algorithm
24150 placement h
24151 wide false
24152 sideways false
24153 status open
24154
24155 \begin_layout Plain Layout
24156 \begin_inset Caption
24157
24158 \begin_layout Plain Layout
24159 \begin_inset CommandInset label
24160 LatexCommand label
24161 name "alg:Example-Algorithm-float"
24162
24163 \end_inset
24164
24165 Example Algorithm float
24166 \end_layout
24167
24168 \end_inset
24169
24170
24171 \end_layout
24172
24173 \begin_layout LyX-Code
24174 for I in 1..N loop
24175 \begin_inset Newline newline
24176 \end_inset
24177
24178  Sum:= Sum + A(I); /*comment*/
24179 \begin_inset Newline newline
24180 \end_inset
24181
24182 end loop
24183 \begin_inset VSpace -4mm
24184 \end_inset
24185
24186
24187 \end_layout
24188
24189 \end_inset
24190
24191
24192 \end_layout
24193
24194 \begin_layout Standard
24195 This float type is inserted with the menu 
24196 \family sans
24197 Insert\SpecialChar \menuseparator
24198 Float\SpecialChar \menuseparator
24199 Algorithm
24200 \family default
24201 .
24202  It is used for program codes and descriptions of algorithms and can be
24203  seen as an alternative to program code listings that are explained in chapter
24204 \begin_inset space ~
24205 \end_inset
24206
24207
24208 \begin_inset CommandInset ref
24209 LatexCommand ref
24210 reference "cha:Program-Code-Listings"
24211
24212 \end_inset
24213
24214 .
24215  A possible environment for algorithms is the 
24216 \family sans
24217 LyX-Code
24218 \family default
24219 , described in LyX's 
24220 \emph on
24221 Userguide
24222 \emph default
24223 .
24224  Algorithm
24225 \begin_inset space ~
24226 \end_inset
24227
24228
24229 \begin_inset CommandInset ref
24230 LatexCommand ref
24231 reference "alg:Example-Algorithm-float"
24232
24233 \end_inset
24234
24235  is an example of an algorithm float where -4
24236 \begin_inset space \thinspace{}
24237 \end_inset
24238
24239 mm vertical space was added at the end of the float to have the bottom rule
24240  exactly below the last text line.
24241 \end_layout
24242
24243 \begin_layout Standard
24244 The float label is not automatically translated into the document language.
24245  If your document is not in English, you have to do this manually by adding
24246  the following line to the document preamble
24247 \series bold
24248 :
24249 \end_layout
24250
24251 \begin_layout Standard
24252
24253 \series bold
24254
24255 \backslash
24256 floatname{algorithm}{your
24257 \begin_inset space ~
24258 \end_inset
24259
24260 name}
24261 \end_layout
24262
24263 \begin_layout Standard
24264 where 
24265 \family sans
24266 your
24267 \begin_inset space ~
24268 \end_inset
24269
24270 name
24271 \family default
24272  is the word 
24273 \begin_inset Quotes eld
24274 \end_inset
24275
24276
24277 \emph on
24278 algorithm
24279 \emph default
24280
24281 \begin_inset Quotes erd
24282 \end_inset
24283
24284  in your language.
24285 \end_layout
24286
24287 \begin_layout Standard
24288 To insert the list of algorithms you can use the menu 
24289 \family sans
24290 Insert\SpecialChar \menuseparator
24291 List
24292 \begin_inset space \thinspace{}
24293 \end_inset
24294
24295 /
24296 \begin_inset space \thinspace{}
24297 \end_inset
24298
24299 TOC\SpecialChar \menuseparator
24300 List of Algorithms
24301 \family default
24302  when your document has the same language as LyX's menu names.
24303  In other cases use this command in TeX-Code instead:
24304 \end_layout
24305
24306 \begin_layout Standard
24307
24308 \series bold
24309
24310 \backslash
24311 listof{algorithm}{your
24312 \begin_inset space ~
24313 \end_inset
24314
24315 name}
24316 \end_layout
24317
24318 \begin_layout Standard
24319 where 
24320 \family sans
24321 your
24322 \begin_inset space ~
24323 \end_inset
24324
24325 name
24326 \family default
24327  is the word 
24328 \begin_inset Quotes eld
24329 \end_inset
24330
24331
24332 \emph on
24333 List of Algorithm
24334 \emph default
24335 s
24336 \begin_inset Quotes erd
24337 \end_inset
24338
24339  in your language.
24340 \end_layout
24341
24342 \begin_layout Standard
24343 Algorithm floats are not by default numbered in the scheme 
24344 \begin_inset Quotes eld
24345 \end_inset
24346
24347 chapter.algorithm
24348 \begin_inset Quotes erd
24349 \end_inset
24350
24351  as is the case for table and figure floats in many document-classes.
24352  To number algorithm floats in the same scheme, add this command to your
24353  document preamble:
24354 \end_layout
24355
24356 \begin_layout Standard
24357
24358 \series bold
24359
24360 \backslash
24361 numberwithin{algorithm}{chapter}
24362 \end_layout
24363
24364 \begin_layout Standard
24365 To be able to use the command 
24366 \series bold
24367
24368 \backslash
24369 numberwithin
24370 \series default
24371 , set in the tab 
24372 \family sans
24373 Math
24374 \begin_inset space ~
24375 \end_inset
24376
24377 Options
24378 \family default
24379  in the document settings the option 
24380 \family sans
24381 Use
24382 \begin_inset space ~
24383 \end_inset
24384
24385 AMS
24386 \begin_inset space ~
24387 \end_inset
24388
24389 math
24390 \begin_inset space ~
24391 \end_inset
24392
24393 package
24394 \family default
24395 .
24396 \end_layout
24397
24398 \begin_layout Section
24399 Float Numbering
24400 \begin_inset Index idx
24401 status collapsed
24402
24403 \begin_layout Plain Layout
24404 Floats ! Numbering
24405 \end_layout
24406
24407 \end_inset
24408
24409
24410 \end_layout
24411
24412 \begin_layout Standard
24413 Floats are usually numbered either independently from the sections the floats
24414  are in, or in the scheme 
24415 \begin_inset Quotes eld
24416 \end_inset
24417
24418 chapter.number
24419 \begin_inset Quotes erd
24420 \end_inset
24421
24422  or 
24423 \begin_inset Quotes eld
24424 \end_inset
24425
24426 section.number
24427 \begin_inset Quotes erd
24428 \end_inset
24429
24430 .
24431  This depends on the document class used.
24432 \end_layout
24433
24434 \begin_layout Standard
24435 To change section-independent numbering, you can use this command in the
24436  document preamble:
24437 \end_layout
24438
24439 \begin_layout Standard
24440
24441 \series bold
24442
24443 \backslash
24444 renewcommand{
24445 \backslash
24446 thetable}{
24447 \backslash
24448 roman{table}}
24449 \end_layout
24450
24451 \begin_layout Standard
24452
24453 \series bold
24454
24455 \backslash
24456 thetable
24457 \series default
24458  is the command that prints the table number.
24459  For figure floats, the command would be 
24460 \series bold
24461
24462 \backslash
24463 thefigure
24464 \series default
24465 .
24466  
24467 \series bold
24468
24469 \backslash
24470 roman
24471 \series default
24472  in the command above prints the table number as a small roman number.
24473 \end_layout
24474
24475 \begin_layout Standard
24476 To change the numbering scheme for example to 
24477 \begin_inset Quotes eld
24478 \end_inset
24479
24480 subsection.number
24481 \begin_inset Quotes erd
24482 \end_inset
24483
24484 , use this command in the preamble:
24485 \end_layout
24486
24487 \begin_layout Standard
24488
24489 \series bold
24490
24491 \backslash
24492 numberwithin{table}{subsection}
24493 \end_layout
24494
24495 \begin_layout Standard
24496 To be able to use the command 
24497 \series bold
24498
24499 \backslash
24500 numberwithin
24501 \series default
24502 , set in the tab 
24503 \family sans
24504 Math
24505 \begin_inset space ~
24506 \end_inset
24507
24508 Options
24509 \family default
24510  in the document settings the option 
24511 \family sans
24512 Use
24513 \begin_inset space ~
24514 \end_inset
24515
24516 AMS
24517 \begin_inset space ~
24518 \end_inset
24519
24520 math
24521 \begin_inset space ~
24522 \end_inset
24523
24524 package
24525 \family default
24526 .
24527 \end_layout
24528
24529 \begin_layout Standard
24530 Please also have a look at section
24531 \begin_inset space ~
24532 \end_inset
24533
24534
24535 \begin_inset CommandInset ref
24536 LatexCommand ref
24537 reference "sub:Footnote-Numbering"
24538
24539 \end_inset
24540
24541  for the details and important notes about the numbering commands.
24542 \end_layout
24543
24544 \begin_layout Section
24545 Referencing Floats
24546 \begin_inset CommandInset label
24547 LatexCommand label
24548 name "sec:Referencing-Floats"
24549
24550 \end_inset
24551
24552
24553 \begin_inset Index idx
24554 status collapsed
24555
24556 \begin_layout Plain Layout
24557 Floats ! References
24558 \end_layout
24559
24560 \end_inset
24561
24562
24563 \begin_inset Index idx
24564 status collapsed
24565
24566 \begin_layout Plain Layout
24567 References ! to Floats
24568 \end_layout
24569
24570 \end_inset
24571
24572
24573 \end_layout
24574
24575 \begin_layout Standard
24576 To reference a float, insert a label into its caption using the menu 
24577 \family sans
24578 Insert\SpecialChar \menuseparator
24579 Label
24580 \family default
24581  or the toolbar button 
24582 \begin_inset Info
24583 type  "icon"
24584 arg   "label-insert"
24585 \end_inset
24586
24587 .
24588  A grey label box like this one: 
24589 \begin_inset Graphics
24590         filename clipart/labelQt4.png
24591         scale 85
24592         scaleBeforeRotation
24593
24594 \end_inset
24595
24596  will be inserted and the label window pops up asking for the label text.
24597  LyX offers as text the first words of the caption with a prefix.
24598  The prefix depends on the float type, e.
24599 \begin_inset space \thinspace{}
24600 \end_inset
24601
24602 g.
24603 \begin_inset space \space{}
24604 \end_inset
24605
24606 for figure floats the prefix will be "
24607 \family sans
24608 fig:
24609 \family default
24610 ".
24611 \end_layout
24612
24613 \begin_layout Standard
24614 The label is used as anchor and name for the reference.
24615  You can refer to the label using the menu 
24616 \family sans
24617 Insert\SpecialChar \menuseparator
24618 Cross-reference
24619 \family default
24620  or the toolbar button 
24621 \begin_inset Info
24622 type  "icon"
24623 arg   "dialog-show-new-inset ref"
24624 \end_inset
24625
24626 .
24627  The cross-reference window appears showing all labels of the document.
24628  If you have multiple LyX-documents opened, choose the one you are working
24629  on from the drop-list at the top of the dialog.
24630  You can now sort the labels alphabetically and then choose one.
24631  A grey cross-reference box like this one: 
24632 \begin_inset Graphics
24633         filename clipart/referenceQt4.png
24634         scale 85
24635         scaleBeforeRotation
24636
24637 \end_inset
24638
24639  will be inserted.
24640  At the position of the cross-reference box the float number will appear
24641  in the output.
24642 \end_layout
24643
24644 \begin_layout Standard
24645 It is recommended that you use a protected space between the cross-reference
24646  name and its number to avoid line breaks between them.
24647  If a cross-reference refers to a non-existing label, you will see two question
24648  marks in the output instead of the reference.
24649 \end_layout
24650
24651 \begin_layout Standard
24652 You can change labels at any time by clicking on the label box.
24653  References to the changed label will automatically update their links to
24654  the new label text.
24655 \end_layout
24656
24657 \begin_layout Standard
24658 The button 
24659 \family sans
24660 Go
24661 \begin_inset space ~
24662 \end_inset
24663
24664 to
24665 \begin_inset space ~
24666 \end_inset
24667
24668 Label
24669 \family default
24670  in the cross-reference window sets the cursor before the referred label.
24671  The button text changes then to Go
24672 \begin_inset space ~
24673 \end_inset
24674
24675 Back and you can use it to set the cursor back to the cross-reference.
24676 \end_layout
24677
24678 \begin_layout Subsection
24679 Cross-Reference Formats
24680 \begin_inset CommandInset label
24681 LatexCommand label
24682 name "sub:Cross-Reference-Formats"
24683
24684 \end_inset
24685
24686
24687 \begin_inset Index idx
24688 status collapsed
24689
24690 \begin_layout Plain Layout
24691 References ! Formats
24692 \end_layout
24693
24694 \end_inset
24695
24696
24697 \end_layout
24698
24699 \begin_layout Standard
24700 There are six varieties of cross-references:
24701 \end_layout
24702
24703 \begin_layout Description
24704 <reference>: prints the float number, this is the default: 
24705 \begin_inset CommandInset ref
24706 LatexCommand ref
24707 reference "fig:Two-distorted-images"
24708
24709 \end_inset
24710
24711
24712 \end_layout
24713
24714 \begin_layout Description
24715 (<reference>): prints the float number within two parentheses, this is the
24716  style normally used to reference formulas, especially when the reference
24717  name 
24718 \begin_inset Quotes eld
24719 \end_inset
24720
24721 Equation
24722 \begin_inset Quotes erd
24723 \end_inset
24724
24725  is omitted: 
24726 \begin_inset CommandInset ref
24727 LatexCommand eqref
24728 reference "eq:Wgn"
24729
24730 \end_inset
24731
24732
24733 \end_layout
24734
24735 \begin_layout Description
24736 <page>: prints the page number: Page
24737 \begin_inset space ~
24738 \end_inset
24739
24740
24741 \begin_inset CommandInset ref
24742 LatexCommand pageref
24743 reference "fig:Two-distorted-images"
24744
24745 \end_inset
24746
24747
24748 \end_layout
24749
24750 \begin_layout Description
24751 on
24752 \begin_inset space ~
24753 \end_inset
24754
24755 page
24756 \begin_inset space ~
24757 \end_inset
24758
24759 <page>: prints the text "on page" and the page number: 
24760 \begin_inset CommandInset ref
24761 LatexCommand vpageref
24762 reference "fig:Two-distorted-images"
24763
24764 \end_inset
24765
24766
24767 \end_layout
24768
24769 \begin_layout Description
24770 <reference>
24771 \begin_inset space ~
24772 \end_inset
24773
24774 on
24775 \begin_inset space ~
24776 \end_inset
24777
24778 page
24779 \begin_inset space ~
24780 \end_inset
24781
24782 <page>: prints the float number, the text "on page", and the page number:
24783  
24784 \begin_inset CommandInset ref
24785 LatexCommand vref
24786 reference "fig:Two-distorted-images"
24787
24788 \end_inset
24789
24790
24791 \end_layout
24792
24793 \begin_layout Description
24794 Formatted
24795 \begin_inset space ~
24796 \end_inset
24797
24798 reference: prints a self-defined cross-reference format.
24799 \begin_inset Newline newline
24800 \end_inset
24801
24802
24803 \begin_inset Note Greyedout
24804 status open
24805
24806 \begin_layout Plain Layout
24807
24808 \series bold
24809 Note:
24810 \series default
24811  This feature is only available when you have the LaTeX-package 
24812 \series bold
24813 prettyref
24814 \series default
24815  or 
24816 \series bold
24817 refstyle
24818 \series default
24819
24820 \begin_inset Index idx
24821 status collapsed
24822
24823 \begin_layout Plain Layout
24824 LaTeX-packages ! prettyref
24825 \end_layout
24826
24827 \end_inset
24828
24829
24830 \begin_inset Index idx
24831 status collapsed
24832
24833 \begin_layout Plain Layout
24834 LaTeX-packages ! refstyle
24835 \end_layout
24836
24837 \end_inset
24838
24839  installed.
24840 \end_layout
24841
24842 \end_inset
24843
24844
24845 \begin_inset Newline newline
24846 \end_inset
24847
24848 You can select which LaTeX-package should be used for this feature by setting
24849  the option 
24850 \family sans
24851 Use refstyle (not prettyref) for cross-references
24852 \family default
24853  in the menu 
24854 \family sans
24855 Document\SpecialChar \menuseparator
24856 Settings\SpecialChar \menuseparator
24857 Document Class
24858 \family default
24859 .
24860  The format is specified by adding the command 
24861 \series bold
24862
24863 \backslash
24864 newrefformat
24865 \series default
24866  (prettyref) or 
24867 \series bold
24868
24869 \backslash
24870 newref
24871 \series default
24872  (refstyle) to the preamble of the document.
24873  For example redefining all references to figures (which have the label
24874  shortcut 
24875 \begin_inset Quotes eld
24876 \end_inset
24877
24878
24879 \family sans
24880 fig
24881 \family default
24882
24883 \begin_inset Quotes erd
24884 \end_inset
24885
24886 ) can be done with this command
24887 \begin_inset Newline newline
24888 \end_inset
24889
24890
24891 \series bold
24892
24893 \backslash
24894 newref{fig}{refcmd={Image on page 
24895 \backslash
24896 pageref{#1}}}
24897 \series default
24898
24899 \begin_inset Newline newline
24900 \end_inset
24901
24902 For more information about the format, have a look at the package documentations
24903
24904 \begin_inset CommandInset citation
24905 LatexCommand cite
24906 key "prettyref,refstyle"
24907
24908 \end_inset
24909
24910 .
24911 \end_layout
24912
24913 \begin_layout Description
24914 Textual
24915 \begin_inset space ~
24916 \end_inset
24917
24918 reference: prints the caption of the reference: 
24919 \begin_inset CommandInset ref
24920 LatexCommand nameref
24921 reference "fig:Two-distorted-images"
24922
24923 \end_inset
24924
24925
24926 \end_layout
24927
24928 \begin_layout Standard
24929
24930 \family sans
24931 <page>
24932 \family default
24933  will not print the page number if the label is on the previous, the same,
24934  or the next page.
24935  You will e.
24936 \begin_inset space \thinspace{}
24937 \end_inset
24938
24939 g.
24940 \begin_inset space \space{}
24941 \end_inset
24942
24943 see the text 
24944 \begin_inset Quotes eld
24945 \end_inset
24946
24947
24948 \family sans
24949 on this page
24950 \family default
24951
24952 \begin_inset Quotes erd
24953 \end_inset
24954
24955  instead.
24956  The style 
24957 \family sans
24958 <reference> on page <page>
24959 \family default
24960  will not print anything about the page if the label is on the same page.
24961 \end_layout
24962
24963 \begin_layout Standard
24964 The number and current page of the part of the document referred to in the
24965  output is automatically calculated by LaTeX.
24966  The varieties are adjusted in the field 
24967 \family sans
24968 Format
24969 \family default
24970  of the cross-reference window that appears when you click on the cross-referenc
24971 e box.
24972 \end_layout
24973
24974 \begin_layout Standard
24975 \begin_inset Note Greyedout
24976 status open
24977
24978 \begin_layout Plain Layout
24979
24980 \series bold
24981 Note:
24982 \series default
24983  It is recommended to use the LaTeX-package 
24984 \series bold
24985 refstyle
24986 \series default
24987
24988 \begin_inset Index idx
24989 status collapsed
24990
24991 \begin_layout Plain Layout
24992 LaTeX-packages ! refstyle
24993 \end_layout
24994
24995 \end_inset
24996
24997  because 
24998 \series bold
24999 prettyref
25000 \series default
25001
25002 \begin_inset Index idx
25003 status collapsed
25004
25005 \begin_layout Plain Layout
25006 LaTeX-packages ! prettyref
25007 \end_layout
25008
25009 \end_inset
25010
25011  does not know all of LyX's possible label shortcuts
25012 \begin_inset Foot
25013 status collapsed
25014
25015 \begin_layout Plain Layout
25016 \begin_inset Quotes eld
25017 \end_inset
25018
25019 fig:
25020 \begin_inset Quotes erd
25021 \end_inset
25022
25023  is for example LyX's shortcut for labels in figure captions.
25024 \end_layout
25025
25026 \end_inset
25027
25028  and is not internationalized.
25029 \end_layout
25030
25031 \end_inset
25032
25033
25034 \end_layout
25035
25036 \begin_layout Standard
25037 \begin_inset Note Greyedout
25038 status open
25039
25040 \begin_layout Plain Layout
25041
25042 \series bold
25043 Note:
25044 \series default
25045  Due to a bug in the LaTeX-package 
25046 \series bold
25047 varioref
25048 \series default
25049  version 1.4w, some cross-reference formats will cause LaTeX errors for document
25050  languages that make the period character active (like French).
25051  For a workaround, see
25052 \begin_inset Newline newline
25053 \end_inset
25054
25055
25056 \begin_inset CommandInset href
25057 LatexCommand href
25058 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
25059
25060 \end_inset
25061
25062 .
25063 \end_layout
25064
25065 \end_inset
25066
25067
25068 \end_layout
25069
25070 \begin_layout Subsection
25071 Automatic Reference Naming
25072 \begin_inset Index idx
25073 status collapsed
25074
25075 \begin_layout Plain Layout
25076 References ! Automatic Reference Naming
25077 \end_layout
25078
25079 \end_inset
25080
25081
25082 \end_layout
25083
25084 \begin_layout Standard
25085 The LaTeX-package 
25086 \series bold
25087 hyperref
25088 \series default
25089
25090 \begin_inset Index idx
25091 status collapsed
25092
25093 \begin_layout Plain Layout
25094 LaTeX-packages ! hyperref
25095 \end_layout
25096
25097 \end_inset
25098
25099 , that is enabled in the 
25100 \family sans
25101 PDF Properties
25102 \family default
25103  of the 
25104 \family sans
25105 Document Settings
25106 \family default
25107  dialog, provides a very useful feature that cross-references automatically
25108  include the name of the referenced floats (or text parts like 
25109 \emph on
25110 section
25111 \emph default
25112 ).
25113  So you will save having to write e.
25114 \begin_inset space \thinspace{}
25115 \end_inset
25116
25117 g.
25118 \begin_inset space \space{}
25119 \end_inset
25120
25121 the name 
25122 \begin_inset Quotes eld
25123 \end_inset
25124
25125 Figure
25126 \begin_inset Quotes erd
25127 \end_inset
25128
25129  before every reference to a figure.
25130  To use this feature, enable 
25131 \series bold
25132 hyperref
25133 \series default
25134  and insert this line to the LaTeX preamble:
25135 \end_layout
25136
25137 \begin_layout Standard
25138
25139 \series bold
25140
25141 \backslash
25142 AtBeginDocument{
25143 \backslash
25144 renewcommand{
25145 \backslash
25146 ref}[1]{
25147 \backslash
25148 mbox{
25149 \backslash
25150 autoref{#1}}}}
25151 \end_layout
25152
25153 \begin_layout Standard
25154 When you prefer other reference names than the default ones, for example
25155  you want instead of 
25156 \begin_inset Quotes eld
25157 \end_inset
25158
25159 section
25160 \begin_inset Quotes erd
25161 \end_inset
25162
25163  the name 
25164 \begin_inset Quotes eld
25165 \end_inset
25166
25167 sec.
25168 \begin_inset space \thinspace{}
25169 \end_inset
25170
25171
25172 \begin_inset Quotes eld
25173 \end_inset
25174
25175 , you can redefine the name by inserting this in the preamble:
25176 \end_layout
25177
25178 \begin_layout Standard
25179
25180 \series bold
25181
25182 \backslash
25183 addto
25184 \backslash
25185 extrasenglish{
25186 \backslash
25187 renewcommand{
25188 \backslash
25189 sectionautorefname}
25190 \begin_inset Newline newline
25191 \end_inset
25192
25193
25194 \begin_inset Phantom HPhantom
25195 status open
25196
25197 \begin_layout Plain Layout
25198
25199 \series bold
25200 \begin_inset space ~
25201 \end_inset
25202
25203
25204 \end_layout
25205
25206 \end_inset
25207
25208 {sec.
25209 \backslash
25210 negthinspace}}
25211 \end_layout
25212
25213 \begin_layout Standard
25214 When you are using another document language than English, replace
25215 \begin_inset Newline newline
25216 \end_inset
25217
25218
25219 \series bold
25220
25221 \backslash
25222 extrasenglish
25223 \series default
25224  by 
25225 \series bold
25226
25227 \backslash
25228 extras***
25229 \series default
25230 , where *** is the name of the language used.
25231 \end_layout
25232
25233 \begin_layout Standard
25234 To get automatic names, but not for certain reference types, for example
25235  not for equations, use this preamble code:
25236 \end_layout
25237
25238 \begin_layout Standard
25239
25240 \series bold
25241
25242 \backslash
25243 addto
25244 \backslash
25245 extrasenglish{
25246 \backslash
25247 renewcommand*{
25248 \backslash
25249 equationautorefname}[1]{}}
25250 \end_layout
25251
25252 \begin_layout Standard
25253 More about this topic can be found in 
25254 \series bold
25255 hyperref
25256 \series default
25257 's documentation 
25258 \begin_inset CommandInset citation
25259 LatexCommand cite
25260 key "hyperref"
25261
25262 \end_inset
25263
25264 .
25265 \end_layout
25266
25267 \begin_layout Standard
25268 \begin_inset Note Greyedout
25269 status open
25270
25271 \begin_layout Plain Layout
25272
25273 \series bold
25274 Note:
25275 \series default
25276  Automatic reference naming cannot be used when you use cross-references
25277  in the 
25278 \family sans
25279 Formatted
25280 \begin_inset space ~
25281 \end_inset
25282
25283 reference
25284 \family default
25285  style, as described in section
25286 \begin_inset space ~
25287 \end_inset
25288
25289
25290 \begin_inset CommandInset ref
25291 LatexCommand ref
25292 reference "sub:Cross-Reference-Formats"
25293
25294 \end_inset
25295
25296 .
25297 \end_layout
25298
25299 \end_inset
25300
25301
25302 \end_layout
25303
25304 \begin_layout Standard
25305 The 
25306 \emph on
25307 Math
25308 \emph default
25309  manual is an example where automatic reference naming is used.
25310 \end_layout
25311
25312 \begin_layout Subsection
25313 Reference Position
25314 \begin_inset CommandInset label
25315 LatexCommand label
25316 name "sub:Reference-Position"
25317
25318 \end_inset
25319
25320
25321 \begin_inset Index idx
25322 status collapsed
25323
25324 \begin_layout Plain Layout
25325 References ! Reference Position
25326 \end_layout
25327
25328 \end_inset
25329
25330
25331 \end_layout
25332
25333 \begin_layout Standard
25334 If you use 
25335 \series bold
25336 hyperref
25337 \series default
25338
25339 \begin_inset Index idx
25340 status collapsed
25341
25342 \begin_layout Plain Layout
25343 LaTeX-packages ! hyperref
25344 \end_layout
25345
25346 \end_inset
25347
25348  in the 
25349 \family sans
25350 PDF Properties
25351 \family default
25352  of the 
25353 \family sans
25354 Document Settings
25355 \family default
25356  dialog to link cross-references in the output, you will see that clicking
25357  on an image float reference jumps to the image label.
25358  The caption will be the first text part on the screen, so that you cannot
25359  see the image without scrolling.
25360  This is because the reference link anchor is placed at the position of
25361  the label.
25362  With the use of the package 
25363 \series bold
25364 hypcap
25365 \series default
25366
25367 \begin_inset Index idx
25368 status collapsed
25369
25370 \begin_layout Plain Layout
25371 LaTeX-packages ! hypcap
25372 \end_layout
25373
25374 \end_inset
25375
25376 , which is part of the LaTeX-package 
25377 \series bold
25378 oberdiek
25379 \series default
25380
25381 \begin_inset Index idx
25382 status collapsed
25383
25384 \begin_layout Plain Layout
25385 LaTeX-packages ! oberdiek
25386 \end_layout
25387
25388 \end_inset
25389
25390 , the link anchor is placed at the beginning of a float.
25391  To use this feature for figure floats, load 
25392 \series bold
25393 hypcap
25394 \series default
25395  in the document preamble with the line
25396 \end_layout
25397
25398 \begin_layout Standard
25399
25400 \series bold
25401
25402 \backslash
25403 usepackage[figure]{hypcap}
25404 \end_layout
25405
25406 \begin_layout Standard
25407 You can also use 
25408 \series bold
25409 hypcap
25410 \series default
25411  for all float types but this is not recommended for stability reasons.
25412  For more information, have a look at 
25413 \series bold
25414 hypcap
25415 \series default
25416 's manual 
25417 \begin_inset CommandInset citation
25418 LatexCommand cite
25419 key "hypcap"
25420
25421 \end_inset
25422
25423 .
25424 \end_layout
25425
25426 \begin_layout Standard
25427 \begin_inset Note Greyedout
25428 status open
25429
25430 \begin_layout Plain Layout
25431
25432 \series bold
25433 Note:
25434 \series default
25435  
25436 \series bold
25437 hypcap
25438 \series default
25439  has no effect on references to subfigures.
25440 \end_layout
25441
25442 \end_inset
25443
25444
25445 \end_layout
25446
25447 \begin_layout Section
25448 Float Placement
25449 \begin_inset CommandInset label
25450 LatexCommand label
25451 name "sec:Float-Placement"
25452
25453 \end_inset
25454
25455
25456 \begin_inset Index idx
25457 status collapsed
25458
25459 \begin_layout Plain Layout
25460 Floats ! Placement
25461 \end_layout
25462
25463 \end_inset
25464
25465
25466 \end_layout
25467
25468 \begin_layout Standard
25469 Right-clicking on a float-box and clicking on 
25470 \family sans
25471 Settings
25472 \family default
25473  opens a dialog where you can alter the placement options that LaTeX uses
25474  for positioning the float.
25475 \begin_inset Newline newline
25476 \end_inset
25477
25478 The option 
25479 \family sans
25480 Span
25481 \begin_inset space ~
25482 \end_inset
25483
25484 columns
25485 \family default
25486  is only useful for two-column documents: If you select it, the float will
25487  span both columns on the page instead of being confined to just one.
25488 \begin_inset Newline newline
25489 \end_inset
25490
25491 The option 
25492 \family sans
25493 Rotate
25494 \begin_inset space ~
25495 \end_inset
25496
25497 sideways
25498 \family default
25499  is used to rotate floats, see section 
25500 \begin_inset CommandInset ref
25501 LatexCommand ref
25502 reference "sec:Rotated-Floats"
25503
25504 \end_inset
25505
25506 .
25507 \end_layout
25508
25509 \begin_layout Standard
25510 You can use one or more of the following options in the float dialog to
25511  set the placement for a particular float when you uncheck the option 
25512 \family sans
25513 Use
25514 \begin_inset space ~
25515 \end_inset
25516
25517 default
25518 \begin_inset space ~
25519 \end_inset
25520
25521 placement
25522 \family default
25523 :
25524 \end_layout
25525
25526 \begin_layout Description
25527 Here
25528 \begin_inset space ~
25529 \end_inset
25530
25531 if
25532 \begin_inset space ~
25533 \end_inset
25534
25535 possible try to place the float on the position where it has been inserted
25536 \end_layout
25537
25538 \begin_layout Description
25539 Top
25540 \begin_inset space ~
25541 \end_inset
25542
25543 of
25544 \begin_inset space ~
25545 \end_inset
25546
25547 page try to place the float at the top of the current page
25548 \end_layout
25549
25550 \begin_layout Description
25551 Bottom
25552 \begin_inset space ~
25553 \end_inset
25554
25555 of
25556 \begin_inset space ~
25557 \end_inset
25558
25559 page try to place the float at the bottom of the current page
25560 \end_layout
25561
25562 \begin_layout Description
25563 Page
25564 \begin_inset space ~
25565 \end_inset
25566
25567 of
25568 \begin_inset space ~
25569 \end_inset
25570
25571 floats try to place the float on its own page
25572 \end_layout
25573
25574 \begin_layout Standard
25575 The order of the above option is 
25576 \emph on
25577 always
25578 \emph default
25579  used by LaTeX.
25580  That means, if you use the default placement, LaTeX will first try out
25581  
25582 \family sans
25583 Here
25584 \begin_inset space ~
25585 \end_inset
25586
25587 if
25588 \begin_inset space ~
25589 \end_inset
25590
25591 possible
25592 \family default
25593 , then 
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 , and then the others.
25606  If you do not use the default, LaTeX will try only the checked options
25607  but in the same order.
25608  If none of the 4
25609 \begin_inset space ~
25610 \end_inset
25611
25612 placements is possible the procedure is internally repeated trying to put
25613  the float on the following page.
25614 \end_layout
25615
25616 \begin_layout Standard
25617 By default, each option has its own rules:
25618 \end_layout
25619
25620 \begin_layout Labeling
25621 \labelwidthstring 00.00.0000
25622
25623 \family sans
25624 Top
25625 \begin_inset space ~
25626 \end_inset
25627
25628 of
25629 \begin_inset space ~
25630 \end_inset
25631
25632 page
25633 \family default
25634  only floats occupying less than 70
25635 \begin_inset space \thinspace{}
25636 \end_inset
25637
25638 % of the page can be placed at the top of a page (
25639 \series bold
25640
25641 \backslash
25642 topfraction
25643 \series default
25644 )
25645 \end_layout
25646
25647 \begin_layout Labeling
25648 \labelwidthstring 00.00.0000
25649
25650 \family sans
25651 Bottom
25652 \begin_inset space ~
25653 \end_inset
25654
25655 of
25656 \begin_inset space ~
25657 \end_inset
25658
25659 page
25660 \family default
25661 : only floats occupying less than 30
25662 \begin_inset space \thinspace{}
25663 \end_inset
25664
25665 % of the page can be placed at the bottom of a page.
25666  (
25667 \series bold
25668
25669 \backslash
25670 bottomfraction
25671 \series default
25672 )
25673 \end_layout
25674
25675 \begin_layout Labeling
25676 \labelwidthstring 00.00.0000
25677
25678 \family sans
25679 Page
25680 \begin_inset space ~
25681 \end_inset
25682
25683 of
25684 \begin_inset space ~
25685 \end_inset
25686
25687 floats
25688 \family default
25689 : only if more than 50
25690 \begin_inset space \thinspace{}
25691 \end_inset
25692
25693 % of the page is occupied by floats, several floats can be set together
25694  on a page.
25695  (
25696 \series bold
25697
25698 \backslash
25699 floatpagefraction
25700 \series default
25701 )
25702 \end_layout
25703
25704 \begin_layout Standard
25705 If you don't like these rules, you can ignore them by using the additional
25706  option 
25707 \family sans
25708 Ignore
25709 \begin_inset space ~
25710 \end_inset
25711
25712 LaTeX
25713 \begin_inset space ~
25714 \end_inset
25715
25716 rules
25717 \family default
25718 .
25719 \begin_inset Newline newline
25720 \end_inset
25721
25722 You can also redefine the rules with LaTeX-commands that are given in parenthese
25723 s after the rules description above.
25724  To increase for example the often too small default of the bottom-rule
25725  to 50
25726 \begin_inset space \thinspace{}
25727 \end_inset
25728
25729 % of the page, add this line to your document preamble:
25730 \end_layout
25731
25732 \begin_layout Standard
25733
25734 \series bold
25735
25736 \backslash
25737 renewcommand{
25738 \backslash
25739 bottomfraction}{0.5}
25740 \end_layout
25741
25742 \begin_layout Standard
25743 Sometimes you might need, under all circumstances, a float to be placed
25744  exactly at the position where it is inserted.
25745  For this case you can use the option 
25746 \family sans
25747 Here
25748 \begin_inset space ~
25749 \end_inset
25750
25751 definitely
25752 \family default
25753 .
25754  Use this option very rarely and only if the document is almost ready to
25755  be printed, because the float is then no longer able to 
25756 \begin_inset Quotes eld
25757 \end_inset
25758
25759 float
25760 \begin_inset Quotes erd
25761 \end_inset
25762
25763  when you change your document and this will often destroy the page layout.
25764 \end_layout
25765
25766 \begin_layout Standard
25767 There are no placement options for text wrap floats, because they are always
25768  surrounded by the text of a certain paragraph.
25769 \begin_inset VSpace bigskip
25770 \end_inset
25771
25772
25773 \end_layout
25774
25775 \begin_layout Standard
25776 Sometimes you have the problem that a float is placed at the top of a page
25777  while its corresponding section starts at the middle of the page, so that
25778  the reader could think the float is part of the previous section.
25779  To avoid this the LaTeX-command 
25780 \series bold
25781
25782 \backslash
25783 suppressfloats
25784 \series default
25785  can be used.
25786  It suppresses a given float placement for the page where it is inserted
25787  and can therefore be used to avoid floats being set before a section starts.
25788  To get this, add these commands to your document preamble:
25789 \end_layout
25790
25791 \begin_layout Standard
25792
25793 \series bold
25794
25795 \backslash
25796 let
25797 \backslash
25798 mySection
25799 \backslash
25800 section
25801 \begin_inset Newline newline
25802 \end_inset
25803
25804
25805 \backslash
25806 renewcommand{
25807 \backslash
25808 section}{
25809 \backslash
25810 suppressfloats[t]
25811 \backslash
25812 mySection}
25813 \end_layout
25814
25815 \begin_layout Standard
25816 You can define the same for all section headings, like chapters and subsections.
25817  This definition is not recommended to be used for small text parts like
25818  subsubsections because LaTeX may then have problems finding a suitable
25819  placement.
25820 \end_layout
25821
25822 \begin_layout Standard
25823 \begin_inset VSpace bigskip
25824 \end_inset
25825
25826 In some cases it is required to have all figures/tables at the end of the
25827  document.
25828  For this purpose the LaTeX-package 
25829 \series bold
25830 endfloat
25831 \series default
25832
25833 \begin_inset Index idx
25834 status collapsed
25835
25836 \begin_layout Plain Layout
25837 LaTeX-packages ! endfloat
25838 \end_layout
25839
25840 \end_inset
25841
25842  was developed.
25843  It puts all figure and table floats at the end of the document into their
25844  own sections.
25845  At the original float position a text hint like 
25846 \begin_inset Quotes eld
25847 \end_inset
25848
25849
25850 \family sans
25851 [Figure
25852 \begin_inset space ~
25853 \end_inset
25854
25855 3.2 about here.]
25856 \family default
25857
25858 \begin_inset Quotes erd
25859 \end_inset
25860
25861  is inserted.
25862  The endfloat-package is loaded in the preamble with the line
25863 \end_layout
25864
25865 \begin_layout Standard
25866
25867 \series bold
25868
25869 \backslash
25870 usepackage[options]{endfloat}
25871 \end_layout
25872
25873 \begin_layout Standard
25874 There are various package options to format the created figure/table sections.
25875  For more information we refer you to the 
25876 \series bold
25877 endfloat
25878 \series default
25879  documentation 
25880 \begin_inset CommandInset citation
25881 LatexCommand cite
25882 key "endfloat"
25883
25884 \end_inset
25885
25886 .
25887 \begin_inset Newline newline
25888 \end_inset
25889
25890
25891 \begin_inset Note Greyedout
25892 status open
25893
25894 \begin_layout Plain Layout
25895
25896 \series bold
25897 Note: endfloat
25898 \series default
25899  doesn't provide an automatic translation for the text hint, you have to
25900  do this manually, see section
25901 \begin_inset space ~
25902 \end_inset
25903
25904 4 in 
25905 \begin_inset CommandInset citation
25906 LatexCommand cite
25907 key "endfloat"
25908
25909 \end_inset
25910
25911 .
25912 \end_layout
25913
25914 \end_inset
25915
25916
25917 \begin_inset Newline newline
25918 \end_inset
25919
25920
25921 \begin_inset Note Greyedout
25922 status open
25923
25924 \begin_layout Plain Layout
25925
25926 \series bold
25927 Note:
25928 \series default
25929  There is currently a bug in 
25930 \series bold
25931 endfloat
25932 \series default
25933  when the caption contains a German 
25934 \begin_inset Quotes eld
25935 \end_inset
25936
25937 ß
25938 \begin_inset Quotes erd
25939 \end_inset
25940
25941 .
25942  Use in this case the command 
25943 \begin_inset Quotes eld
25944 \end_inset
25945
25946
25947 \series bold
25948
25949 \backslash
25950 ss
25951 \series default
25952
25953 \begin_inset Quotes erd
25954 \end_inset
25955
25956  in TeX-Code instead of 
25957 \begin_inset Quotes eld
25958 \end_inset
25959
25960 ß
25961 \begin_inset Quotes erd
25962 \end_inset
25963
25964 .
25965 \end_layout
25966
25967 \end_inset
25968
25969
25970 \end_layout
25971
25972 \begin_layout Standard
25973 \begin_inset VSpace bigskip
25974 \end_inset
25975
25976 For more details about float placements, have a look at LaTeX books, 
25977 \begin_inset CommandInset citation
25978 LatexCommand cite
25979 key "latexcompanion,latexguide,latexbook"
25980
25981 \end_inset
25982
25983 .
25984 \end_layout
25985
25986 \begin_layout Section
25987 Rotated Floats
25988 \begin_inset CommandInset label
25989 LatexCommand label
25990 name "sec:Rotated-Floats"
25991
25992 \end_inset
25993
25994
25995 \begin_inset Index idx
25996 status collapsed
25997
25998 \begin_layout Plain Layout
25999 Floats ! Rotating
26000 \end_layout
26001
26002 \end_inset
26003
26004
26005 \end_layout
26006
26007 \begin_layout Standard
26008 Especially for wide tables you might have floats rotated.
26009  To rotate a whole float including the caption, right-click on the float-box
26010  and use the option 
26011 \family sans
26012 Rotate
26013 \begin_inset space ~
26014 \end_inset
26015
26016 sideways
26017 \family default
26018 .
26019 \end_layout
26020
26021 \begin_layout Standard
26022 Rotated floats are always placed on a page of their own (or column of their
26023  own; in case you have a multi-column document).
26024  You can let them span several columns using the float settings option 
26025 \family sans
26026 Span
26027 \begin_inset space ~
26028 \end_inset
26029
26030 columns
26031 \family default
26032 .
26033  Floats are rotated so that you can read them from the outside margin.
26034  To force a certain rotation direction for all pages, you can add either
26035  the option 
26036 \series bold
26037 figuresleft
26038 \series default
26039  or 
26040 \series bold
26041 figuresright
26042 \series default
26043  to the document class options.
26044 \end_layout
26045
26046 \begin_layout Standard
26047 Referencing rotated floats is the same as for normal floats, the caption
26048  format is also the same: Table
26049 \begin_inset space ~
26050 \end_inset
26051
26052
26053 \begin_inset CommandInset ref
26054 LatexCommand ref
26055 reference "tab:Rotated-table"
26056
26057 \end_inset
26058
26059  is an example of a rotated table float.
26060 \end_layout
26061
26062 \begin_layout Standard
26063 \begin_inset Note Greyedout
26064 status open
26065
26066 \begin_layout Plain Layout
26067
26068 \series bold
26069 Note:
26070 \series default
26071  Not all DVI-viewers are able to display rotated floats.
26072 \end_layout
26073
26074 \end_inset
26075
26076
26077 \end_layout
26078
26079 \begin_layout Standard
26080 \begin_inset Float table
26081 wide false
26082 sideways true
26083 status open
26084
26085 \begin_layout Plain Layout
26086 \begin_inset Caption
26087
26088 \begin_layout Plain Layout
26089 \begin_inset CommandInset label
26090 LatexCommand label
26091 name "tab:Rotated-table"
26092
26093 \end_inset
26094
26095  Rotated table
26096 \end_layout
26097
26098 \end_inset
26099
26100
26101 \end_layout
26102
26103 \begin_layout Plain Layout
26104 \align center
26105 \begin_inset Tabular
26106 <lyxtabular version="3" rows="1" columns="5">
26107 <features tabularvalignment="middle">
26108 <column alignment="center" valignment="top" width="0">
26109 <column alignment="center" valignment="top" width="0">
26110 <column alignment="center" valignment="top" width="0">
26111 <column alignment="center" valignment="top" width="0">
26112 <column alignment="center" valignment="top" width="0">
26113 <row>
26114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26115 \begin_inset Text
26116
26117 \begin_layout Plain Layout
26118 test
26119 \end_layout
26120
26121 \end_inset
26122 </cell>
26123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26124 \begin_inset Text
26125
26126 \begin_layout Plain Layout
26127 b
26128 \end_layout
26129
26130 \end_inset
26131 </cell>
26132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26133 \begin_inset Text
26134
26135 \begin_layout Plain Layout
26136 c
26137 \end_layout
26138
26139 \end_inset
26140 </cell>
26141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26142 \begin_inset Text
26143
26144 \begin_layout Plain Layout
26145 d
26146 \end_layout
26147
26148 \end_inset
26149 </cell>
26150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26151 \begin_inset Text
26152
26153 \begin_layout Plain Layout
26154 e
26155 \end_layout
26156
26157 \end_inset
26158 </cell>
26159 </row>
26160 </lyxtabular>
26161
26162 \end_inset
26163
26164
26165 \end_layout
26166
26167 \end_inset
26168
26169
26170 \end_layout
26171
26172 \begin_layout Section
26173 Subfloats
26174 \begin_inset Index idx
26175 status collapsed
26176
26177 \begin_layout Plain Layout
26178 Floats ! Subfloats
26179 \end_layout
26180
26181 \end_inset
26182
26183
26184 \end_layout
26185
26186 \begin_layout Standard
26187 Subfloats are for example used when a figure consists of several images.
26188  They are created by inserting a float into an existing float.
26189  The placement of the subfloats can be controlled in the same way as for
26190  paragraphs as shown in table
26191 \begin_inset space ~
26192 \end_inset
26193
26194
26195 \begin_inset CommandInset ref
26196 LatexCommand ref
26197 reference "tab:Two-subtables-side"
26198
26199 \end_inset
26200
26201  and 
26202 \begin_inset CommandInset ref
26203 LatexCommand ref
26204 reference "tab:Two-subtables-upon"
26205
26206 \end_inset
26207
26208 .
26209 \end_layout
26210
26211 \begin_layout Standard
26212 Referencing subfloats works as for normal floats: Table
26213 \begin_inset space ~
26214 \end_inset
26215
26216
26217 \begin_inset CommandInset ref
26218 LatexCommand ref
26219 reference "tab:This-is-subtable-a"
26220
26221 \end_inset
26222
26223  and 
26224 \begin_inset CommandInset ref
26225 LatexCommand ref
26226 reference "tab:This-is-subtable-b"
26227
26228 \end_inset
26229
26230  are subtables of table
26231 \begin_inset space ~
26232 \end_inset
26233
26234
26235 \begin_inset CommandInset ref
26236 LatexCommand ref
26237 reference "tab:Two-subtables-side"
26238
26239 \end_inset
26240
26241 .
26242 \end_layout
26243
26244 \begin_layout Standard
26245 \begin_inset Float table
26246 wide false
26247 sideways false
26248 status open
26249
26250 \begin_layout Plain Layout
26251 \begin_inset Caption
26252
26253 \begin_layout Plain Layout
26254 \begin_inset CommandInset label
26255 LatexCommand label
26256 name "tab:Two-subtables-side"
26257
26258 \end_inset
26259
26260 Two subtables placed side by side.
26261 \end_layout
26262
26263 \end_inset
26264
26265
26266 \end_layout
26267
26268 \begin_layout Plain Layout
26269 \align center
26270 \begin_inset space \hfill{}
26271 \end_inset
26272
26273
26274 \begin_inset Float table
26275 wide false
26276 sideways false
26277 status collapsed
26278
26279 \begin_layout Plain Layout
26280 \begin_inset Caption
26281
26282 \begin_layout Plain Layout
26283 \begin_inset CommandInset label
26284 LatexCommand label
26285 name "tab:This-is-subtable-a"
26286
26287 \end_inset
26288
26289 This is subtable a.
26290 \end_layout
26291
26292 \end_inset
26293
26294
26295 \end_layout
26296
26297 \begin_layout Plain Layout
26298 \align center
26299 \begin_inset Tabular
26300 <lyxtabular version="3" rows="1" columns="5">
26301 <features tabularvalignment="middle">
26302 <column alignment="center" valignment="top" width="0">
26303 <column alignment="center" valignment="top" width="0">
26304 <column alignment="center" valignment="top" width="0">
26305 <column alignment="center" valignment="top" width="0">
26306 <column alignment="center" valignment="top" width="0">
26307 <row>
26308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26309 \begin_inset Text
26310
26311 \begin_layout Plain Layout
26312 test
26313 \end_layout
26314
26315 \end_inset
26316 </cell>
26317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26318 \begin_inset Text
26319
26320 \begin_layout Plain Layout
26321 b
26322 \end_layout
26323
26324 \end_inset
26325 </cell>
26326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26327 \begin_inset Text
26328
26329 \begin_layout Plain Layout
26330 c
26331 \end_layout
26332
26333 \end_inset
26334 </cell>
26335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26336 \begin_inset Text
26337
26338 \begin_layout Plain Layout
26339 d
26340 \end_layout
26341
26342 \end_inset
26343 </cell>
26344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26345 \begin_inset Text
26346
26347 \begin_layout Plain Layout
26348 e
26349 \end_layout
26350
26351 \end_inset
26352 </cell>
26353 </row>
26354 </lyxtabular>
26355
26356 \end_inset
26357
26358
26359 \end_layout
26360
26361 \end_inset
26362
26363
26364 \begin_inset space \hfill{}
26365 \end_inset
26366
26367
26368 \begin_inset Float table
26369 wide false
26370 sideways false
26371 status collapsed
26372
26373 \begin_layout Plain Layout
26374 \begin_inset Caption
26375
26376 \begin_layout Plain Layout
26377 \begin_inset CommandInset label
26378 LatexCommand label
26379 name "tab:This-is-subtable-b"
26380
26381 \end_inset
26382
26383 This is subtable b.
26384 \end_layout
26385
26386 \end_inset
26387
26388
26389 \end_layout
26390
26391 \begin_layout Plain Layout
26392 \align center
26393 \begin_inset Tabular
26394 <lyxtabular version="3" rows="1" columns="5">
26395 <features tabularvalignment="middle">
26396 <column alignment="center" valignment="top" width="0">
26397 <column alignment="center" valignment="top" width="0">
26398 <column alignment="center" valignment="top" width="0">
26399 <column alignment="center" valignment="top" width="0">
26400 <column alignment="center" valignment="top" width="0">
26401 <row>
26402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26403 \begin_inset Text
26404
26405 \begin_layout Plain Layout
26406 e
26407 \end_layout
26408
26409 \end_inset
26410 </cell>
26411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26412 \begin_inset Text
26413
26414 \begin_layout Plain Layout
26415 d
26416 \end_layout
26417
26418 \end_inset
26419 </cell>
26420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26421 \begin_inset Text
26422
26423 \begin_layout Plain Layout
26424 c
26425 \end_layout
26426
26427 \end_inset
26428 </cell>
26429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26430 \begin_inset Text
26431
26432 \begin_layout Plain Layout
26433 b
26434 \end_layout
26435
26436 \end_inset
26437 </cell>
26438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26439 \begin_inset Text
26440
26441 \begin_layout Plain Layout
26442 test
26443 \end_layout
26444
26445 \end_inset
26446 </cell>
26447 </row>
26448 </lyxtabular>
26449
26450 \end_inset
26451
26452
26453 \end_layout
26454
26455 \end_inset
26456
26457
26458 \begin_inset space \hfill{}
26459 \end_inset
26460
26461
26462 \end_layout
26463
26464 \end_inset
26465
26466
26467 \end_layout
26468
26469 \begin_layout Standard
26470 \begin_inset Float table
26471 wide false
26472 sideways false
26473 status open
26474
26475 \begin_layout Plain Layout
26476 \begin_inset Caption
26477
26478 \begin_layout Plain Layout
26479 \begin_inset CommandInset label
26480 LatexCommand label
26481 name "tab:Two-subtables-upon"
26482
26483 \end_inset
26484
26485 Two subtables placed one above the other.
26486  (a) table with 4 cells, (b) table with 5 cells.
26487 \end_layout
26488
26489 \end_inset
26490
26491
26492 \end_layout
26493
26494 \begin_layout Plain Layout
26495 \align center
26496 \begin_inset Float table
26497 wide false
26498 sideways false
26499 status collapsed
26500
26501 \begin_layout Plain Layout
26502 \begin_inset Caption
26503
26504 \begin_layout Plain Layout
26505
26506 \end_layout
26507
26508 \end_inset
26509
26510
26511 \end_layout
26512
26513 \begin_layout Plain Layout
26514 \align center
26515 \begin_inset Tabular
26516 <lyxtabular version="3" rows="1" columns="4">
26517 <features tabularvalignment="middle">
26518 <column alignment="center" valignment="top" width="0">
26519 <column alignment="center" valignment="top" width="0">
26520 <column alignment="center" valignment="top" width="0">
26521 <column alignment="center" valignment="top" width="0">
26522 <row>
26523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26524 \begin_inset Text
26525
26526 \begin_layout Plain Layout
26527 test
26528 \end_layout
26529
26530 \end_inset
26531 </cell>
26532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26533 \begin_inset Text
26534
26535 \begin_layout Plain Layout
26536 test
26537 \end_layout
26538
26539 \end_inset
26540 </cell>
26541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26542 \begin_inset Text
26543
26544 \begin_layout Plain Layout
26545 test
26546 \end_layout
26547
26548 \end_inset
26549 </cell>
26550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26551 \begin_inset Text
26552
26553 \begin_layout Plain Layout
26554 test
26555 \end_layout
26556
26557 \end_inset
26558 </cell>
26559 </row>
26560 </lyxtabular>
26561
26562 \end_inset
26563
26564
26565 \end_layout
26566
26567 \end_inset
26568
26569
26570 \end_layout
26571
26572 \begin_layout Plain Layout
26573 \align center
26574 \begin_inset Float table
26575 wide false
26576 sideways false
26577 status collapsed
26578
26579 \begin_layout Plain Layout
26580 \begin_inset Caption
26581
26582 \begin_layout Plain Layout
26583
26584 \end_layout
26585
26586 \end_inset
26587
26588
26589 \end_layout
26590
26591 \begin_layout Plain Layout
26592 \align center
26593 \begin_inset Tabular
26594 <lyxtabular version="3" rows="1" columns="5">
26595 <features tabularvalignment="middle">
26596 <column alignment="center" valignment="top" width="0">
26597 <column alignment="center" valignment="top" width="0">
26598 <column alignment="center" valignment="top" width="0">
26599 <column alignment="center" valignment="top" width="0">
26600 <column alignment="center" valignment="top" width="0">
26601 <row>
26602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26603 \begin_inset Text
26604
26605 \begin_layout Plain Layout
26606 a
26607 \end_layout
26608
26609 \end_inset
26610 </cell>
26611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26612 \begin_inset Text
26613
26614 \begin_layout Plain Layout
26615 b
26616 \end_layout
26617
26618 \end_inset
26619 </cell>
26620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26621 \begin_inset Text
26622
26623 \begin_layout Plain Layout
26624 c
26625 \end_layout
26626
26627 \end_inset
26628 </cell>
26629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26630 \begin_inset Text
26631
26632 \begin_layout Plain Layout
26633 d
26634 \end_layout
26635
26636 \end_inset
26637 </cell>
26638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26639 \begin_inset Text
26640
26641 \begin_layout Plain Layout
26642 e
26643 \end_layout
26644
26645 \end_inset
26646 </cell>
26647 </row>
26648 </lyxtabular>
26649
26650 \end_inset
26651
26652
26653 \end_layout
26654
26655 \end_inset
26656
26657
26658 \end_layout
26659
26660 \end_inset
26661
26662
26663 \end_layout
26664
26665 \begin_layout Section
26666 Floats Side by Side
26667 \begin_inset Index idx
26668 status collapsed
26669
26670 \begin_layout Plain Layout
26671 Floats ! Side by side
26672 \end_layout
26673
26674 \end_inset
26675
26676
26677 \end_layout
26678
26679 \begin_layout Standard
26680 To place floats side by side, as in Figures
26681 \begin_inset space ~
26682 \end_inset
26683
26684
26685 \begin_inset CommandInset ref
26686 LatexCommand ref
26687 reference "fig:Float-left"
26688
26689 \end_inset
26690
26691  and 
26692 \begin_inset CommandInset ref
26693 LatexCommand ref
26694 reference "fig:Float-right"
26695
26696 \end_inset
26697
26698 , only 
26699 \emph on
26700 one
26701 \emph default
26702  float is used.
26703  In it two minipage boxes are inserted.
26704 \begin_inset Foot
26705 status collapsed
26706
26707 \begin_layout Plain Layout
26708 Minipages are explained in section
26709 \begin_inset space ~
26710 \end_inset
26711
26712
26713 \begin_inset CommandInset ref
26714 LatexCommand ref
26715 reference "sec:Minipages"
26716
26717 \end_inset
26718
26719 .
26720 \end_layout
26721
26722 \end_inset
26723
26724  The width is set to 45
26725 \begin_inset space \thinspace{}
26726 \end_inset
26727
26728 -50
26729 \begin_inset space \thinspace{}
26730 \end_inset
26731
26732 column% and the box alignment to 
26733 \family sans
26734 Bottom
26735 \family default
26736  for each minipage.
26737  The minipage boxes contain the image and the caption in the same way as
26738  they are in a float.
26739  The only difference is that the image unit 
26740 \family sans
26741 Column
26742 \begin_inset space ~
26743 \end_inset
26744
26745 Width
26746 \begin_inset space ~
26747 \end_inset
26748
26749 %
26750 \family default
26751  is now calculated according to the width of the minipage boxes.
26752 \end_layout
26753
26754 \begin_layout Standard
26755 \begin_inset Float figure
26756 wide false
26757 sideways false
26758 status open
26759
26760 \begin_layout Plain Layout
26761 \begin_inset Box Frameless
26762 position "b"
26763 hor_pos "c"
26764 has_inner_box 1
26765 inner_pos "t"
26766 use_parbox 0
26767 use_makebox 0
26768 width "45col%"
26769 special "none"
26770 height "1in"
26771 height_special "totalheight"
26772 status open
26773
26774 \begin_layout Plain Layout
26775 \align center
26776 \begin_inset Graphics
26777         filename clipart/mobius.eps
26778         lyxscale 50
26779         width 100col%
26780         scaleBeforeRotation
26781
26782 \end_inset
26783
26784
26785 \end_layout
26786
26787 \begin_layout Plain Layout
26788 \begin_inset Caption
26789
26790 \begin_layout Plain Layout
26791 \begin_inset CommandInset label
26792 LatexCommand label
26793 name "fig:Float-left"
26794
26795 \end_inset
26796
26797 Float on the left side.
26798 \end_layout
26799
26800 \end_inset
26801
26802
26803 \end_layout
26804
26805 \end_inset
26806
26807
26808 \begin_inset space \hfill{}
26809 \end_inset
26810
26811
26812 \begin_inset Box Frameless
26813 position "b"
26814 hor_pos "c"
26815 has_inner_box 1
26816 inner_pos "t"
26817 use_parbox 0
26818 use_makebox 0
26819 width "45col%"
26820 special "none"
26821 height "1in"
26822 height_special "totalheight"
26823 status open
26824
26825 \begin_layout Plain Layout
26826 \align center
26827 \begin_inset Graphics
26828         filename clipart/platypus.eps
26829         lyxscale 50
26830         width 100col%
26831         scaleBeforeRotation
26832
26833 \end_inset
26834
26835
26836 \end_layout
26837
26838 \begin_layout Plain Layout
26839 \begin_inset Caption
26840
26841 \begin_layout Plain Layout
26842 \begin_inset CommandInset label
26843 LatexCommand label
26844 name "fig:Float-right"
26845
26846 \end_inset
26847
26848 Float on the right side.
26849 \end_layout
26850
26851 \end_inset
26852
26853
26854 \end_layout
26855
26856 \end_inset
26857
26858
26859 \end_layout
26860
26861 \begin_layout Plain Layout
26862
26863 \end_layout
26864
26865 \end_inset
26866
26867
26868 \end_layout
26869
26870 \begin_layout Section
26871 Caption Formatting
26872 \begin_inset Index idx
26873 status collapsed
26874
26875 \begin_layout Plain Layout
26876 Caption ! Formatting
26877 \end_layout
26878
26879 \end_inset
26880
26881
26882 \begin_inset Index idx
26883 status collapsed
26884
26885 \begin_layout Plain Layout
26886 Floats ! Caption Formatting
26887 \end_layout
26888
26889 \end_inset
26890
26891
26892 \begin_inset CommandInset label
26893 LatexCommand label
26894 name "sec:Caption-Formatting"
26895
26896 \end_inset
26897
26898
26899 \end_layout
26900
26901 \begin_layout Standard
26902 The 
26903 \family sans
26904 Caption
26905 \family default
26906  environment is the default paragraph environment for 
26907 \family sans
26908 Floats
26909 \family default
26910 .
26911  On the LyX screen captions appear as a label, e.
26912 \begin_inset space \thinspace{}
26913 \end_inset
26914
26915 g.
26916 \begin_inset space \space{}
26917 \end_inset
26918
26919
26920 \begin_inset Quotes eld
26921 \end_inset
26922
26923
26924 \family sans
26925 Figure #:
26926 \family default
26927
26928 \begin_inset Quotes erd
26929 \end_inset
26930
26931  followed by the caption text.
26932  
26933 \begin_inset Quotes eld
26934 \end_inset
26935
26936 #
26937 \begin_inset Quotes erd
26938 \end_inset
26939
26940  is the actual reference number.
26941  By default the label and the number are in the same font as the caption
26942  text and a colon follows the number to divide the label from the text.
26943  This caption format is not suitable for all document formats.
26944  
26945 \end_layout
26946
26947 \begin_layout Standard
26948 To change the default caption format, load the LaTeX-package 
26949 \series bold
26950 caption
26951 \series default
26952
26953 \begin_inset Index idx
26954 status collapsed
26955
26956 \begin_layout Plain Layout
26957 LaTeX-packages ! caption
26958 \end_layout
26959
26960 \end_inset
26961
26962  in the document preamble with this line:
26963 \end_layout
26964
26965 \begin_layout Standard
26966
26967 \series bold
26968
26969 \backslash
26970 usepackage[format definition]{caption}
26971 \end_layout
26972
26973 \begin_layout Standard
26974 To have for example the label and the number in sans-serif bold font and
26975  the table captions always above the table as in this document, use the
26976  following command:
26977 \end_layout
26978
26979 \begin_layout Standard
26980
26981 \series bold
26982
26983 \backslash
26984 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
26985 \end_layout
26986
26987 \begin_layout Standard
26988 You can also define different caption formats for the different float types.
26989  In this case load the 
26990 \series bold
26991 caption
26992 \series default
26993  package without format specific options and define the different formats
26994  with the help of the command
26995 \end_layout
26996
26997 \begin_layout Standard
26998
26999 \series bold
27000
27001 \backslash
27002 captionsetup[float type]{format definition}
27003 \end_layout
27004
27005 \begin_layout Standard
27006 in the document preamble.
27007  For example the caption formats of Figure
27008 \begin_inset space ~
27009 \end_inset
27010
27011
27012 \begin_inset CommandInset ref
27013 LatexCommand ref
27014 reference "fig:This-is-an-fig"
27015
27016 \end_inset
27017
27018  and Table
27019 \begin_inset space ~
27020 \end_inset
27021
27022
27023 \begin_inset CommandInset ref
27024 LatexCommand ref
27025 reference "tab:This-is-an-tab"
27026
27027 \end_inset
27028
27029  can be created using these commands in the document preamble:
27030 \end_layout
27031
27032 \begin_layout Standard
27033
27034 \series bold
27035
27036 \backslash
27037 usepackage[tableposition=top]{caption}
27038 \series default
27039
27040 \begin_inset Newline newline
27041 \end_inset
27042
27043
27044 \series bold
27045
27046 \backslash
27047 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27048 \begin_inset Newline newline
27049 \end_inset
27050
27051
27052 \begin_inset Phantom HPhantom
27053 status open
27054
27055 \begin_layout Plain Layout
27056
27057 \series bold
27058
27059 \backslash
27060 captionsetup[figure]{
27061 \end_layout
27062
27063 \end_inset
27064
27065 labelsep=period}
27066 \begin_inset Newline newline
27067 \end_inset
27068
27069
27070 \backslash
27071 captionsetup[table]{labelfont={bf,sf}}
27072 \end_layout
27073
27074 \begin_layout Standard
27075 \begin_inset Note Greyedout
27076 status open
27077
27078 \begin_layout Plain Layout
27079
27080 \series bold
27081 Note:
27082 \series default
27083  The option 
27084 \series bold
27085 tableposition=top
27086 \series default
27087  has no effect when a 
27088 \series bold
27089 KOMA-Script
27090 \series default
27091
27092 \begin_inset Index idx
27093 status collapsed
27094
27095 \begin_layout Plain Layout
27096 LaTeX-packages ! KOMA-Script
27097 \end_layout
27098
27099 \end_inset
27100
27101  document class is used.
27102  In this case the document class option 
27103 \series bold
27104 captions=tableheading
27105 \series default
27106  must be used.
27107 \end_layout
27108
27109 \end_inset
27110
27111
27112 \end_layout
27113
27114 \begin_layout Standard
27115 For more information about the package 
27116 \series bold
27117 caption
27118 \series default
27119  we refer to its documentation 
27120 \begin_inset CommandInset citation
27121 LatexCommand cite
27122 key "caption"
27123
27124 \end_inset
27125
27126 .
27127 \end_layout
27128
27129 \begin_layout Standard
27130 To change the label name from e.
27131 \begin_inset space \thinspace{}
27132 \end_inset
27133
27134 g.
27135 \begin_inset space \space{}
27136 \end_inset
27137
27138
27139 \begin_inset Quotes eld
27140 \end_inset
27141
27142 Figure
27143 \begin_inset Quotes erd
27144 \end_inset
27145
27146  to 
27147 \begin_inset Quotes eld
27148 \end_inset
27149
27150 Image
27151 \begin_inset Quotes erd
27152 \end_inset
27153
27154  use this preamble command:
27155 \end_layout
27156
27157 \begin_layout Standard
27158
27159 \series bold
27160
27161 \backslash
27162 renewcommand{
27163 \backslash
27164 fnum@figure}{Image~
27165 \backslash
27166 thefigure}
27167 \end_layout
27168
27169 \begin_layout Standard
27170 where 
27171 \series bold
27172
27173 \backslash
27174 thefigure
27175 \series default
27176  inserts the figure number and
27177 \series bold
27178  
27179 \begin_inset Quotes eld
27180 \end_inset
27181
27182 ~
27183 \series default
27184
27185 \begin_inset Quotes erd
27186 \end_inset
27187
27188  creates a protected space.
27189 \end_layout
27190
27191 \begin_layout Standard
27192 \begin_inset VSpace bigskip
27193 \end_inset
27194
27195 If you are using a 
27196 \series bold
27197 KOMA-Script
27198 \series default
27199
27200 \begin_inset Index idx
27201 status collapsed
27202
27203 \begin_layout Plain Layout
27204 LaTeX-packages ! KOMA-Script
27205 \end_layout
27206
27207 \end_inset
27208
27209  document class (
27210 \family sans
27211 article (KOMA-Script)
27212 \family default
27213
27214 \family sans
27215 book (KOMA-Script)
27216 \family default
27217
27218 \family sans
27219 letter (KOMA-Script)
27220 \family default
27221 , or 
27222 \family sans
27223 report (KOMA-Script)
27224 \family default
27225
27226 \begin_inset space \thinspace{}
27227 \end_inset
27228
27229 ), you can alternatively to the 
27230 \series bold
27231 caption
27232 \series default
27233  package use 
27234 \series bold
27235 KOMA-Script
27236 \series default
27237 's built-in command 
27238 \series bold
27239
27240 \backslash
27241 setkomafont
27242 \series default
27243 .
27244  For example, to have the caption label in bold, add this command to your
27245  document preamble:
27246 \end_layout
27247
27248 \begin_layout Standard
27249
27250 \series bold
27251
27252 \backslash
27253 setkomafont{captionlabel}{
27254 \backslash
27255 bfseries}
27256 \end_layout
27257
27258 \begin_layout Standard
27259 For more information about 
27260 \series bold
27261
27262 \backslash
27263 setkomafont
27264 \series default
27265  we refer to the 
27266 \series bold
27267 KOMA-Script
27268 \series default
27269  documentation 
27270 \begin_inset CommandInset citation
27271 LatexCommand cite
27272 key "KOMA-Script"
27273
27274 \end_inset
27275
27276 .
27277 \end_layout
27278
27279 \begin_layout Standard
27280 \begin_inset ERT
27281 status collapsed
27282
27283 \begin_layout Plain Layout
27284
27285
27286 \backslash
27287 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27288 }
27289 \end_layout
27290
27291 \end_inset
27292
27293
27294 \begin_inset Note Note
27295 status open
27296
27297 \begin_layout Plain Layout
27298 The caption format is changed only for this example.
27299 \end_layout
27300
27301 \end_inset
27302
27303
27304 \end_layout
27305
27306 \begin_layout Standard
27307 \begin_inset Float figure
27308 placement !p
27309 wide false
27310 sideways false
27311 status open
27312
27313 \begin_layout Plain Layout
27314 \align center
27315 \begin_inset Graphics
27316         filename clipart/mobius.eps
27317         lyxscale 50
27318         scale 50
27319         scaleBeforeRotation
27320
27321 \end_inset
27322
27323
27324 \end_layout
27325
27326 \begin_layout Plain Layout
27327 \begin_inset Caption
27328
27329 \begin_layout Plain Layout
27330 \begin_inset CommandInset label
27331 LatexCommand label
27332 name "fig:This-is-an-fig"
27333
27334 \end_inset
27335
27336 This is an example figure caption that is longer than one line to show the
27337  different caption format.
27338  Here a self-defined caption format is used.
27339 \end_layout
27340
27341 \end_inset
27342
27343
27344 \end_layout
27345
27346 \end_inset
27347
27348
27349 \end_layout
27350
27351 \begin_layout Standard
27352 \begin_inset ERT
27353 status collapsed
27354
27355 \begin_layout Plain Layout
27356
27357
27358 \backslash
27359 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27360 on}
27361 \end_layout
27362
27363 \end_inset
27364
27365
27366 \end_layout
27367
27368 \begin_layout Standard
27369 \begin_inset Float table
27370 placement !p
27371 wide false
27372 sideways false
27373 status open
27374
27375 \begin_layout Plain Layout
27376 \begin_inset Caption
27377
27378 \begin_layout Plain Layout
27379 \begin_inset CommandInset label
27380 LatexCommand label
27381 name "tab:This-is-an-tab"
27382
27383 \end_inset
27384
27385 This is an example table caption that is longer than one line to show the
27386  different caption format.
27387  Here the standard caption format for tables in this document is used.
27388 \end_layout
27389
27390 \end_inset
27391
27392
27393 \end_layout
27394
27395 \begin_layout Plain Layout
27396 \align center
27397 \begin_inset Tabular
27398 <lyxtabular version="3" rows="1" columns="5">
27399 <features tabularvalignment="middle">
27400 <column alignment="center" valignment="top" width="0">
27401 <column alignment="center" valignment="top" width="0">
27402 <column alignment="center" valignment="top" width="0">
27403 <column alignment="center" valignment="top" width="0">
27404 <column alignment="center" valignment="top" width="0">
27405 <row>
27406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27407 \begin_inset Text
27408
27409 \begin_layout Plain Layout
27410 a
27411 \end_layout
27412
27413 \end_inset
27414 </cell>
27415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27416 \begin_inset Text
27417
27418 \begin_layout Plain Layout
27419 b
27420 \end_layout
27421
27422 \end_inset
27423 </cell>
27424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27425 \begin_inset Text
27426
27427 \begin_layout Plain Layout
27428 c
27429 \end_layout
27430
27431 \end_inset
27432 </cell>
27433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27434 \begin_inset Text
27435
27436 \begin_layout Plain Layout
27437 d
27438 \end_layout
27439
27440 \end_inset
27441 </cell>
27442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27443 \begin_inset Text
27444
27445 \begin_layout Plain Layout
27446 e
27447 \end_layout
27448
27449 \end_inset
27450 </cell>
27451 </row>
27452 </lyxtabular>
27453
27454 \end_inset
27455
27456
27457 \end_layout
27458
27459 \end_inset
27460
27461
27462 \end_layout
27463
27464 \begin_layout Section
27465 Caption Placement
27466 \begin_inset Index idx
27467 status collapsed
27468
27469 \begin_layout Plain Layout
27470 Caption ! Placement
27471 \end_layout
27472
27473 \end_inset
27474
27475
27476 \begin_inset Index idx
27477 status collapsed
27478
27479 \begin_layout Plain Layout
27480 Floats ! Caption Placement
27481 \end_layout
27482
27483 \end_inset
27484
27485
27486 \begin_inset CommandInset label
27487 LatexCommand label
27488 name "sec:Caption-Placement"
27489
27490 \end_inset
27491
27492
27493 \end_layout
27494
27495 \begin_layout Standard
27496 The common caption placement rule is:
27497 \end_layout
27498
27499 \begin_layout Description
27500 Figure: Caption is set below the figure
27501 \end_layout
27502
27503 \begin_layout Description
27504 Table: Caption is set above the table
27505 \end_layout
27506
27507 \begin_layout Standard
27508 Having the caption above the table is unfortunately not supported in LaTeX's
27509  standard classes.
27510  That means if you are using the document classes 
27511 \family sans
27512 article
27513 \family default
27514
27515 \family sans
27516 book
27517 \family default
27518
27519 \family sans
27520 letter
27521 \family default
27522 , or 
27523 \family sans
27524 report
27525 \family default
27526  there will be no space between the caption and the table.
27527  To insert the necessary space, add the following option to the load command
27528  of the LaTeX-package 
27529 \series bold
27530 caption
27531 \series default
27532  in your document preamble
27533 \begin_inset Foot
27534 status collapsed
27535
27536 \begin_layout Plain Layout
27537 See section
27538 \begin_inset space ~
27539 \end_inset
27540
27541
27542 \begin_inset CommandInset ref
27543 LatexCommand ref
27544 reference "sec:Caption-Formatting"
27545
27546 \end_inset
27547
27548  for more information of the package 
27549 \series bold
27550 caption
27551 \series default
27552 .
27553 \end_layout
27554
27555 \end_inset
27556
27557 :
27558 \end_layout
27559
27560 \begin_layout Standard
27561
27562 \series bold
27563 tableposition=top
27564 \end_layout
27565
27566 \begin_layout Standard
27567 If you are using a 
27568 \series bold
27569 KOMA-Script
27570 \series default
27571
27572 \begin_inset Index idx
27573 status collapsed
27574
27575 \begin_layout Plain Layout
27576 LaTeX-packages ! KOMA-Script
27577 \end_layout
27578
27579 \end_inset
27580
27581  document class (
27582 \family sans
27583 article (KOMA-Script)
27584 \family default
27585
27586 \family sans
27587 book (KOMA-Script)
27588 \family default
27589
27590 \family sans
27591 letter (KOMA-Script)
27592 \family default
27593 , or 
27594 \family sans
27595 report (KOMA-Script)
27596 \family default
27597
27598 \begin_inset space \thinspace{}
27599 \end_inset
27600
27601 ), you can alternatively to the 
27602 \series bold
27603 caption
27604 \series default
27605  package set the document class option 
27606 \series bold
27607 captions=tableheading
27608 \series default
27609 .
27610 \end_layout
27611
27612 \begin_layout Standard
27613 \begin_inset VSpace bigskip
27614 \end_inset
27615
27616 It is also possible to set the caption beside a figure or table.
27617  To get this the LaTeX-package 
27618 \series bold
27619 sidecap
27620 \series default
27621
27622 \begin_inset Index idx
27623 status collapsed
27624
27625 \begin_layout Plain Layout
27626 LaTeX-packages ! sidecap
27627 \end_layout
27628
27629 \end_inset
27630
27631  has to be loaded in the document preamble with the line
27632 \end_layout
27633
27634 \begin_layout Standard
27635
27636 \series bold
27637
27638 \backslash
27639 usepackage[option]{sidecap}
27640 \end_layout
27641
27642 \begin_layout Standard
27643 If you set no option, the caption is placed on the side of the outer page
27644  margin â€“ to the right on odd pages, to the left on even pages.
27645  You can change the placement to inner margin with the option 
27646 \series bold
27647 innercaption
27648 \series default
27649 .
27650  To force the placement always to the right or left, use the option 
27651 \series bold
27652 rightcaption
27653 \series default
27654  or 
27655 \series bold
27656 leftcaption
27657 \series default
27658 , respectively.
27659 \end_layout
27660
27661 \begin_layout Standard
27662 \begin_inset ERT
27663 status collapsed
27664
27665 \begin_layout Plain Layout
27666
27667
27668 \backslash
27669 ifsidecap
27670 \end_layout
27671
27672 \end_inset
27673
27674
27675 \begin_inset Note Note
27676 status open
27677
27678 \begin_layout Plain Layout
27679 The following section will only be displayed when the LaTeX-package 
27680 \series bold
27681 sidecap
27682 \series default
27683  is installed.
27684 \end_layout
27685
27686 \end_inset
27687
27688
27689 \end_layout
27690
27691 \begin_layout Standard
27692 To place in LyX the caption of a float on the side, it is necessary to add
27693  these commands to the document preamble:
27694 \end_layout
27695
27696 \begin_layout Standard
27697 \begin_inset Newpage pagebreak
27698 \end_inset
27699
27700
27701 \end_layout
27702
27703 \begin_layout Standard
27704 \noindent
27705 \begin_inset CommandInset line
27706 LatexCommand rule
27707 offset "0.5ex"
27708 width "100line%"
27709 height "1pt"
27710
27711 \end_inset
27712
27713
27714 \end_layout
27715
27716 \begin_layout Standard
27717
27718 \series bold
27719
27720 \backslash
27721 newcommand{
27722 \backslash
27723 TabBesBeg}[1][1.0]{%
27724 \begin_inset Newline newline
27725 \end_inset
27726
27727
27728 \begin_inset Phantom HPhantom
27729 status open
27730
27731 \begin_layout Plain Layout
27732 \begin_inset space ~
27733 \end_inset
27734
27735
27736 \end_layout
27737
27738 \end_inset
27739
27740
27741 \backslash
27742 let
27743 \backslash
27744 MyTable
27745 \backslash
27746 table
27747 \begin_inset Newline newline
27748 \end_inset
27749
27750
27751 \begin_inset Phantom HPhantom
27752 status open
27753
27754 \begin_layout Plain Layout
27755
27756 \series medium
27757 \begin_inset space ~
27758 \end_inset
27759
27760
27761 \end_layout
27762
27763 \end_inset
27764
27765
27766 \backslash
27767 let
27768 \backslash
27769 MyEndtable
27770 \backslash
27771 endtable
27772 \begin_inset Newline newline
27773 \end_inset
27774
27775
27776 \begin_inset Phantom HPhantom
27777 status open
27778
27779 \begin_layout Plain Layout
27780
27781 \series medium
27782 \begin_inset space ~
27783 \end_inset
27784
27785
27786 \end_layout
27787
27788 \end_inset
27789
27790
27791 \backslash
27792 renewenvironment{table}[1]{
27793 \backslash
27794 begin{SCtable}[#1]##1}{
27795 \backslash
27796 end{SCtable}}}
27797 \end_layout
27798
27799 \begin_layout Standard
27800
27801 \series bold
27802
27803 \backslash
27804 newcommand{
27805 \backslash
27806 TabBesEnd}{%
27807 \begin_inset Newline newline
27808 \end_inset
27809
27810
27811 \begin_inset Phantom HPhantom
27812 status open
27813
27814 \begin_layout Plain Layout
27815 \begin_inset space ~
27816 \end_inset
27817
27818
27819 \end_layout
27820
27821 \end_inset
27822
27823
27824 \backslash
27825 let
27826 \backslash
27827 table
27828 \backslash
27829 MyTable
27830 \begin_inset Newline newline
27831 \end_inset
27832
27833
27834 \begin_inset Phantom HPhantom
27835 status open
27836
27837 \begin_layout Plain Layout
27838 \begin_inset space ~
27839 \end_inset
27840
27841
27842 \end_layout
27843
27844 \end_inset
27845
27846
27847 \backslash
27848 let
27849 \backslash
27850 endtable
27851 \backslash
27852 MyEndtable
27853 \end_layout
27854
27855 \begin_layout Standard
27856
27857 \series bold
27858
27859 \backslash
27860 newcommand{
27861 \backslash
27862 FigBesBeg}[1][1.0]{%
27863 \begin_inset Newline newline
27864 \end_inset
27865
27866
27867 \begin_inset Phantom HPhantom
27868 status open
27869
27870 \begin_layout Plain Layout
27871 \begin_inset space ~
27872 \end_inset
27873
27874
27875 \end_layout
27876
27877 \end_inset
27878
27879
27880 \backslash
27881 let
27882 \backslash
27883 MyFigure
27884 \backslash
27885 figure
27886 \begin_inset Newline newline
27887 \end_inset
27888
27889
27890 \begin_inset Phantom HPhantom
27891 status open
27892
27893 \begin_layout Plain Layout
27894 \begin_inset space ~
27895 \end_inset
27896
27897
27898 \end_layout
27899
27900 \end_inset
27901
27902
27903 \backslash
27904 let
27905 \backslash
27906 MyEndfigure
27907 \backslash
27908 endfigure
27909 \begin_inset Newline newline
27910 \end_inset
27911
27912
27913 \begin_inset Phantom HPhantom
27914 status open
27915
27916 \begin_layout Plain Layout
27917 \begin_inset space ~
27918 \end_inset
27919
27920
27921 \end_layout
27922
27923 \end_inset
27924
27925
27926 \backslash
27927 renewenvironment{figure}[1]{
27928 \backslash
27929 begin{SCfigure}[#1]##1}{
27930 \backslash
27931 end{SCfigure}}}
27932 \end_layout
27933
27934 \begin_layout Standard
27935
27936 \series bold
27937
27938 \backslash
27939 newcommand{
27940 \backslash
27941 FigBesEnd}{%
27942 \begin_inset Newline newline
27943 \end_inset
27944
27945
27946 \begin_inset Phantom HPhantom
27947 status open
27948
27949 \begin_layout Plain Layout
27950 \begin_inset space ~
27951 \end_inset
27952
27953
27954 \end_layout
27955
27956 \end_inset
27957
27958
27959 \backslash
27960 let
27961 \backslash
27962 figure
27963 \backslash
27964 MyFigure
27965 \begin_inset Newline newline
27966 \end_inset
27967
27968
27969 \begin_inset Phantom HPhantom
27970 status open
27971
27972 \begin_layout Plain Layout
27973 \begin_inset space ~
27974 \end_inset
27975
27976
27977 \end_layout
27978
27979 \end_inset
27980
27981
27982 \backslash
27983 let
27984 \backslash
27985 endfigure
27986 \backslash
27987 MyEndfigure}
27988 \end_layout
27989
27990 \begin_layout Standard
27991 \noindent
27992 \begin_inset CommandInset line
27993 LatexCommand rule
27994 offset "0.5ex"
27995 width "100line%"
27996 height "1pt"
27997
27998 \end_inset
27999
28000
28001 \end_layout
28002
28003 \begin_layout Standard
28004 The commands allow you to redefine the floats so that the caption is set
28005  on the side.
28006  For figure floats use the command
28007 \end_layout
28008
28009 \begin_layout Standard
28010
28011 \series bold
28012
28013 \backslash
28014 FigBesBeg
28015 \end_layout
28016
28017 \begin_layout Standard
28018 in TeX-Code before the float.
28019  And insert the command
28020 \end_layout
28021
28022 \begin_layout Standard
28023
28024 \series bold
28025
28026 \backslash
28027 FigBesEnd
28028 \end_layout
28029
28030 \begin_layout Standard
28031 in TeX-Code at the point where you want to get back to the original float
28032  definition.
28033 \end_layout
28034
28035 \begin_layout Standard
28036 For table floats use the corresponding commands
28037 \end_layout
28038
28039 \begin_layout Standard
28040
28041 \series bold
28042
28043 \backslash
28044 TabBesBeg
28045 \series default
28046  and 
28047 \series bold
28048
28049 \backslash
28050 TabBesEnd
28051 \end_layout
28052
28053 \begin_layout Standard
28054 Figure
28055 \begin_inset space ~
28056 \end_inset
28057
28058
28059 \begin_inset CommandInset ref
28060 LatexCommand ref
28061 reference "fig:cap-beside-fig"
28062
28063 \end_inset
28064
28065  and Table
28066 \begin_inset space ~
28067 \end_inset
28068
28069
28070 \begin_inset CommandInset ref
28071 LatexCommand ref
28072 reference "tab:cap-beside-tab"
28073
28074 \end_inset
28075
28076  are examples where the caption is set beside.
28077 \end_layout
28078
28079 \begin_layout Standard
28080 You can see in the examples that the caption text appears at the top of
28081  the floats for table floats and at the bottom for figure floats.
28082  To change this, you can use the command
28083 \end_layout
28084
28085 \begin_layout Standard
28086
28087 \series bold
28088
28089 \backslash
28090 sidecaptionvpos{float type}{placement}
28091 \end_layout
28092
28093 \begin_layout Standard
28094 in the document preamble or in TeX-Code before the float.
28095  The float type is either 
28096 \family sans
28097 figure
28098 \family default
28099  or 
28100 \family sans
28101 table
28102 \family default
28103 , the placement can be 
28104 \begin_inset Quotes eld
28105 \end_inset
28106
28107
28108 \family sans
28109 t
28110 \family default
28111
28112 \begin_inset Quotes erd
28113 \end_inset
28114
28115  for top, 
28116 \begin_inset Quotes eld
28117 \end_inset
28118
28119
28120 \family sans
28121 c
28122 \family default
28123
28124 \begin_inset Quotes erd
28125 \end_inset
28126
28127  for center, or 
28128 \begin_inset Quotes eld
28129 \end_inset
28130
28131
28132 \family sans
28133 b
28134 \family default
28135
28136 \begin_inset Quotes erd
28137 \end_inset
28138
28139  for bottom.
28140  To have for example the caption of figure floats vertically centered, use
28141  the command
28142 \end_layout
28143
28144 \begin_layout Standard
28145
28146 \series bold
28147
28148 \backslash
28149 sidecaptionvpos{figure}{c}
28150 \end_layout
28151
28152 \begin_layout Standard
28153 This was used for Figure
28154 \begin_inset space ~
28155 \end_inset
28156
28157
28158 \begin_inset CommandInset ref
28159 LatexCommand ref
28160 reference "fig:cap-beside-fig-2"
28161
28162 \end_inset
28163
28164 .
28165 \end_layout
28166
28167 \begin_layout Standard
28168 \begin_inset VSpace medskip
28169 \end_inset
28170
28171
28172 \end_layout
28173
28174 \begin_layout Standard
28175 The default caption width is the width of the image/table.
28176  For thin image/tables, like in Table
28177 \begin_inset space ~
28178 \end_inset
28179
28180
28181 \begin_inset CommandInset ref
28182 LatexCommand ref
28183 reference "tab:cap-beside-tab"
28184
28185 \end_inset
28186
28187 , this leads to captions that are too thin.
28188  You can increase the width by specifying a factor that will be multiplied
28189  with the image/table width to get the caption width.
28190  The caption width will automatically be recalculated in case it would protrude
28191  over the page or column margin due to the specified width.
28192  The 
28193 \emph on
28194 factor
28195 \emph default
28196  can either be given as optional argument for 
28197 \series bold
28198
28199 \backslash
28200 FigBesBeg
28201 \series default
28202 :
28203 \end_layout
28204
28205 \begin_layout Standard
28206
28207 \series bold
28208
28209 \backslash
28210 FigBesBeg[factor]
28211 \end_layout
28212
28213 \begin_layout Standard
28214 or in the definition of 
28215 \series bold
28216
28217 \backslash
28218 FigBesBeg
28219 \series default
28220  by replacing the 
28221 \series bold
28222 1.0
28223 \series default
28224  with another value.
28225  If you do the latter, your factor will be the default if 
28226 \series bold
28227
28228 \backslash
28229 FigBesBeg
28230 \series default
28231  is used without an argument.
28232  For Table
28233 \begin_inset space ~
28234 \end_inset
28235
28236
28237 \begin_inset CommandInset ref
28238 LatexCommand ref
28239 reference "tab:cap-beside-tab-wider"
28240
28241 \end_inset
28242
28243  the factor 5 was used.
28244 \end_layout
28245
28246 \begin_layout Standard
28247 \begin_inset Note Greyedout
28248 status open
28249
28250 \begin_layout Plain Layout
28251
28252 \series bold
28253 Note:
28254 \series default
28255  For floats with captions set beside, you cannot use the float placement
28256  option 
28257 \family sans
28258 Here
28259 \begin_inset space ~
28260 \end_inset
28261
28262 definitely
28263 \family default
28264  because it is not supported by 
28265 \series bold
28266 sidecap
28267 \series default
28268 .
28269 \end_layout
28270
28271 \end_inset
28272
28273
28274 \end_layout
28275
28276 \begin_layout Standard
28277 \begin_inset VSpace medskip
28278 \end_inset
28279
28280 For more information about the package 
28281 \series bold
28282 sidecap
28283 \series default
28284  we refer to its documentation 
28285 \begin_inset CommandInset citation
28286 LatexCommand cite
28287 key "sidecap"
28288
28289 \end_inset
28290
28291 .
28292 \end_layout
28293
28294 \begin_layout Standard
28295 \begin_inset Note Greyedout
28296 status open
28297
28298 \begin_layout Plain Layout
28299
28300 \series bold
28301 Note:
28302 \series default
28303  The LaTeX-package 
28304 \series bold
28305 hypcap
28306 \series default
28307
28308 \begin_inset Index idx
28309 status collapsed
28310
28311 \begin_layout Plain Layout
28312 LaTeX-packages ! hypcap
28313 \end_layout
28314
28315 \end_inset
28316
28317 , described in section
28318 \begin_inset space ~
28319 \end_inset
28320
28321
28322 \begin_inset CommandInset ref
28323 LatexCommand ref
28324 reference "sub:Reference-Position"
28325
28326 \end_inset
28327
28328 , has no effect on floats with the caption set beside.
28329 \end_layout
28330
28331 \end_inset
28332
28333
28334 \end_layout
28335
28336 \begin_layout Standard
28337 \begin_inset ERT
28338 status collapsed
28339
28340 \begin_layout Plain Layout
28341
28342
28343 \backslash
28344 FigBesBeg
28345 \end_layout
28346
28347 \end_inset
28348
28349
28350 \end_layout
28351
28352 \begin_layout Standard
28353 \begin_inset Float figure
28354 wide false
28355 sideways false
28356 status open
28357
28358 \begin_layout Plain Layout
28359 \begin_inset Graphics
28360         filename clipart/escher-lsd.eps
28361         scale 75
28362         scaleBeforeRotation
28363
28364 \end_inset
28365
28366
28367 \end_layout
28368
28369 \begin_layout Plain Layout
28370 \begin_inset Caption
28371
28372 \begin_layout Plain Layout
28373 \begin_inset CommandInset label
28374 LatexCommand label
28375 name "fig:cap-beside-fig"
28376
28377 \end_inset
28378
28379 This is a caption beside a figure.
28380 \end_layout
28381
28382 \end_inset
28383
28384
28385 \end_layout
28386
28387 \end_inset
28388
28389
28390 \end_layout
28391
28392 \begin_layout Standard
28393 \begin_inset ERT
28394 status collapsed
28395
28396 \begin_layout Plain Layout
28397
28398
28399 \backslash
28400 FigBesEnd
28401 \end_layout
28402
28403 \end_inset
28404
28405
28406 \end_layout
28407
28408 \begin_layout Standard
28409 \begin_inset ERT
28410 status collapsed
28411
28412 \begin_layout Plain Layout
28413
28414
28415 \backslash
28416 TabBesBeg
28417 \end_layout
28418
28419 \end_inset
28420
28421
28422 \end_layout
28423
28424 \begin_layout Standard
28425 \begin_inset Float table
28426 wide false
28427 sideways false
28428 status open
28429
28430 \begin_layout Plain Layout
28431 \begin_inset Caption
28432
28433 \begin_layout Plain Layout
28434 \begin_inset CommandInset label
28435 LatexCommand label
28436 name "tab:cap-beside-tab"
28437
28438 \end_inset
28439
28440 This is a caption beside a table.
28441 \end_layout
28442
28443 \end_inset
28444
28445
28446 \end_layout
28447
28448 \begin_layout Plain Layout
28449 \begin_inset Tabular
28450 <lyxtabular version="3" rows="4" columns="5">
28451 <features tabularvalignment="middle">
28452 <column alignment="center" valignment="top" width="0">
28453 <column alignment="center" valignment="top" width="0">
28454 <column alignment="center" valignment="top" width="0">
28455 <column alignment="center" valignment="top" width="0">
28456 <column alignment="center" valignment="top" width="0">
28457 <row>
28458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28459 \begin_inset Text
28460
28461 \begin_layout Plain Layout
28462 a
28463 \end_layout
28464
28465 \end_inset
28466 </cell>
28467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28468 \begin_inset Text
28469
28470 \begin_layout Plain Layout
28471
28472 \end_layout
28473
28474 \end_inset
28475 </cell>
28476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28477 \begin_inset Text
28478
28479 \begin_layout Plain Layout
28480 b
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
28490 \end_layout
28491
28492 \end_inset
28493 </cell>
28494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28495 \begin_inset Text
28496
28497 \begin_layout Plain Layout
28498 c
28499 \end_layout
28500
28501 \end_inset
28502 </cell>
28503 </row>
28504 <row>
28505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28506 \begin_inset Text
28507
28508 \begin_layout Plain Layout
28509
28510 \end_layout
28511
28512 \end_inset
28513 </cell>
28514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28515 \begin_inset Text
28516
28517 \begin_layout Plain Layout
28518 d
28519 \end_layout
28520
28521 \end_inset
28522 </cell>
28523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28524 \begin_inset Text
28525
28526 \begin_layout Plain Layout
28527
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 e
28537 \end_layout
28538
28539 \end_inset
28540 </cell>
28541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28542 \begin_inset Text
28543
28544 \begin_layout Plain Layout
28545
28546 \end_layout
28547
28548 \end_inset
28549 </cell>
28550 </row>
28551 <row>
28552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28553 \begin_inset Text
28554
28555 \begin_layout Plain Layout
28556 f
28557 \end_layout
28558
28559 \end_inset
28560 </cell>
28561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28562 \begin_inset Text
28563
28564 \begin_layout Plain Layout
28565
28566 \end_layout
28567
28568 \end_inset
28569 </cell>
28570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28571 \begin_inset Text
28572
28573 \begin_layout Plain Layout
28574 g
28575 \end_layout
28576
28577 \end_inset
28578 </cell>
28579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28580 \begin_inset Text
28581
28582 \begin_layout Plain Layout
28583
28584 \end_layout
28585
28586 \end_inset
28587 </cell>
28588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28589 \begin_inset Text
28590
28591 \begin_layout Plain Layout
28592 h
28593 \end_layout
28594
28595 \end_inset
28596 </cell>
28597 </row>
28598 <row>
28599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28600 \begin_inset Text
28601
28602 \begin_layout Plain Layout
28603
28604 \end_layout
28605
28606 \end_inset
28607 </cell>
28608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28609 \begin_inset Text
28610
28611 \begin_layout Plain Layout
28612 i
28613 \end_layout
28614
28615 \end_inset
28616 </cell>
28617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28618 \begin_inset Text
28619
28620 \begin_layout Plain Layout
28621
28622 \end_layout
28623
28624 \end_inset
28625 </cell>
28626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28627 \begin_inset Text
28628
28629 \begin_layout Plain Layout
28630 j
28631 \end_layout
28632
28633 \end_inset
28634 </cell>
28635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28636 \begin_inset Text
28637
28638 \begin_layout Plain Layout
28639
28640 \end_layout
28641
28642 \end_inset
28643 </cell>
28644 </row>
28645 </lyxtabular>
28646
28647 \end_inset
28648
28649
28650 \end_layout
28651
28652 \end_inset
28653
28654
28655 \end_layout
28656
28657 \begin_layout Standard
28658 \begin_inset ERT
28659 status collapsed
28660
28661 \begin_layout Plain Layout
28662
28663
28664 \backslash
28665 TabBesEnd
28666 \end_layout
28667
28668 \end_inset
28669
28670
28671 \end_layout
28672
28673 \begin_layout Standard
28674 \begin_inset ERT
28675 status collapsed
28676
28677 \begin_layout Plain Layout
28678
28679
28680 \backslash
28681 sidecaptionvpos{figure}{c}
28682 \end_layout
28683
28684 \end_inset
28685
28686
28687 \begin_inset Float figure
28688 wide false
28689 sideways false
28690 status open
28691
28692 \begin_layout Plain Layout
28693 \begin_inset Graphics
28694         filename clipart/escher-lsd.eps
28695         scale 75
28696         scaleBeforeRotation
28697
28698 \end_inset
28699
28700
28701 \end_layout
28702
28703 \begin_layout Plain Layout
28704 \begin_inset Caption
28705
28706 \begin_layout Plain Layout
28707 \begin_inset CommandInset label
28708 LatexCommand label
28709 name "fig:cap-beside-fig-2"
28710
28711 \end_inset
28712
28713 This is a vertically centered caption beside a figure.
28714 \end_layout
28715
28716 \end_inset
28717
28718
28719 \end_layout
28720
28721 \end_inset
28722
28723
28724 \end_layout
28725
28726 \begin_layout Standard
28727 \begin_inset ERT
28728 status collapsed
28729
28730 \begin_layout Plain Layout
28731
28732
28733 \backslash
28734 FigBesEnd
28735 \end_layout
28736
28737 \end_inset
28738
28739
28740 \end_layout
28741
28742 \begin_layout Standard
28743 \begin_inset ERT
28744 status collapsed
28745
28746 \begin_layout Plain Layout
28747
28748
28749 \backslash
28750 TabBesBeg[5]
28751 \end_layout
28752
28753 \end_inset
28754
28755
28756 \end_layout
28757
28758 \begin_layout Standard
28759 \begin_inset Float table
28760 wide false
28761 sideways false
28762 status open
28763
28764 \begin_layout Plain Layout
28765 \begin_inset Caption
28766
28767 \begin_layout Plain Layout
28768 \begin_inset CommandInset label
28769 LatexCommand label
28770 name "tab:cap-beside-tab-wider"
28771
28772 \end_inset
28773
28774 This is a caption is wider than the one in Table
28775 \begin_inset space ~
28776 \end_inset
28777
28778
28779 \begin_inset CommandInset ref
28780 LatexCommand ref
28781 reference "tab:cap-beside-tab"
28782
28783 \end_inset
28784
28785 .
28786 \end_layout
28787
28788 \end_inset
28789
28790
28791 \end_layout
28792
28793 \begin_layout Plain Layout
28794 \begin_inset Tabular
28795 <lyxtabular version="3" rows="4" columns="5">
28796 <features tabularvalignment="middle">
28797 <column alignment="center" valignment="top" width="0">
28798 <column alignment="center" valignment="top" width="0">
28799 <column alignment="center" valignment="top" width="0">
28800 <column alignment="center" valignment="top" width="0">
28801 <column alignment="center" valignment="top" width="0">
28802 <row>
28803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28804 \begin_inset Text
28805
28806 \begin_layout Plain Layout
28807 a
28808 \end_layout
28809
28810 \end_inset
28811 </cell>
28812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28813 \begin_inset Text
28814
28815 \begin_layout Plain Layout
28816
28817 \end_layout
28818
28819 \end_inset
28820 </cell>
28821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28822 \begin_inset Text
28823
28824 \begin_layout Plain Layout
28825 b
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
28835 \end_layout
28836
28837 \end_inset
28838 </cell>
28839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28840 \begin_inset Text
28841
28842 \begin_layout Plain Layout
28843 c
28844 \end_layout
28845
28846 \end_inset
28847 </cell>
28848 </row>
28849 <row>
28850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28851 \begin_inset Text
28852
28853 \begin_layout Plain Layout
28854
28855 \end_layout
28856
28857 \end_inset
28858 </cell>
28859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28860 \begin_inset Text
28861
28862 \begin_layout Plain Layout
28863 d
28864 \end_layout
28865
28866 \end_inset
28867 </cell>
28868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28869 \begin_inset Text
28870
28871 \begin_layout Plain Layout
28872
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 e
28882 \end_layout
28883
28884 \end_inset
28885 </cell>
28886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28887 \begin_inset Text
28888
28889 \begin_layout Plain Layout
28890
28891 \end_layout
28892
28893 \end_inset
28894 </cell>
28895 </row>
28896 <row>
28897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28898 \begin_inset Text
28899
28900 \begin_layout Plain Layout
28901 f
28902 \end_layout
28903
28904 \end_inset
28905 </cell>
28906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28907 \begin_inset Text
28908
28909 \begin_layout Plain Layout
28910
28911 \end_layout
28912
28913 \end_inset
28914 </cell>
28915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28916 \begin_inset Text
28917
28918 \begin_layout Plain Layout
28919 g
28920 \end_layout
28921
28922 \end_inset
28923 </cell>
28924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28925 \begin_inset Text
28926
28927 \begin_layout Plain Layout
28928
28929 \end_layout
28930
28931 \end_inset
28932 </cell>
28933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28934 \begin_inset Text
28935
28936 \begin_layout Plain Layout
28937 h
28938 \end_layout
28939
28940 \end_inset
28941 </cell>
28942 </row>
28943 <row>
28944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28945 \begin_inset Text
28946
28947 \begin_layout Plain Layout
28948
28949 \end_layout
28950
28951 \end_inset
28952 </cell>
28953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28954 \begin_inset Text
28955
28956 \begin_layout Plain Layout
28957 i
28958 \end_layout
28959
28960 \end_inset
28961 </cell>
28962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28963 \begin_inset Text
28964
28965 \begin_layout Plain Layout
28966
28967 \end_layout
28968
28969 \end_inset
28970 </cell>
28971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28972 \begin_inset Text
28973
28974 \begin_layout Plain Layout
28975 j
28976 \end_layout
28977
28978 \end_inset
28979 </cell>
28980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28981 \begin_inset Text
28982
28983 \begin_layout Plain Layout
28984
28985 \end_layout
28986
28987 \end_inset
28988 </cell>
28989 </row>
28990 </lyxtabular>
28991
28992 \end_inset
28993
28994
28995 \end_layout
28996
28997 \end_inset
28998
28999
29000 \end_layout
29001
29002 \begin_layout Standard
29003 \begin_inset ERT
29004 status collapsed
29005
29006 \begin_layout Plain Layout
29007
29008
29009 \backslash
29010 TabBesEnd
29011 \end_layout
29012
29013 \end_inset
29014
29015
29016 \end_layout
29017
29018 \begin_layout Standard
29019 \begin_inset ERT
29020 status collapsed
29021
29022 \begin_layout Plain Layout
29023
29024
29025 \backslash
29026 else
29027 \end_layout
29028
29029 \end_inset
29030
29031
29032 \begin_inset Note Note
29033 status open
29034
29035 \begin_layout Plain Layout
29036 The following will be displayed when the LaTeX-package 
29037 \series bold
29038 sidecap
29039 \series default
29040  is not installed:
29041 \end_layout
29042
29043 \end_inset
29044
29045
29046 \end_layout
29047
29048 \begin_layout Standard
29049 You need to install the LaTeX-package 
29050 \series bold
29051 sidecap
29052 \series default
29053  to see the following part of this section in the output.
29054 \end_layout
29055
29056 \begin_layout Standard
29057 \begin_inset ERT
29058 status collapsed
29059
29060 \begin_layout Plain Layout
29061
29062
29063 \backslash
29064 fi
29065 \end_layout
29066
29067 \end_inset
29068
29069
29070 \end_layout
29071
29072 \begin_layout Section
29073 Listings of Floats
29074 \begin_inset Index idx
29075 status collapsed
29076
29077 \begin_layout Plain Layout
29078 Floats ! Float Lists
29079 \end_layout
29080
29081 \end_inset
29082
29083
29084 \end_layout
29085
29086 \begin_layout Standard
29087 Similar to the table of contents where the sections of the document are
29088  listed, there are listings for all float types, like the figures of the
29089  documents.
29090  You can insert them via the 
29091 \family sans
29092 Insert\SpecialChar \menuseparator
29093 List
29094 \begin_inset space ~
29095 \end_inset
29096
29097 /
29098 \begin_inset space ~
29099 \end_inset
29100
29101 TOC
29102 \family default
29103  sub menus.
29104 \end_layout
29105
29106 \begin_layout Standard
29107 The list entries are the float captions or its short title, the float number,
29108  and the page number where they appear in the document.
29109 \end_layout
29110
29111 \begin_layout Standard
29112 You can find the list of figures and tables at the end of this document.
29113 \end_layout
29114
29115 \begin_layout Chapter
29116 Notes
29117 \end_layout
29118
29119 \begin_layout Section
29120 LyX Notes
29121 \begin_inset Index idx
29122 status collapsed
29123
29124 \begin_layout Plain Layout
29125 Notes ! LyX Notes
29126 \end_layout
29127
29128 \end_inset
29129
29130
29131 \end_layout
29132
29133 \begin_layout Standard
29134 Notes are inserted with the toolbar button 
29135 \begin_inset Info
29136 type  "icon"
29137 arg   "note-insert"
29138 \end_inset
29139
29140  or the menu 
29141 \family sans
29142 Insert\SpecialChar \menuseparator
29143 Note
29144 \family default
29145 .
29146  There are three types of notes:
29147 \end_layout
29148
29149 \begin_layout Description
29150 LyX
29151 \begin_inset space ~
29152 \end_inset
29153
29154 Note This note type is for internal notes that won't appear in the output.
29155  Its note-box looks like this:
29156 \begin_inset Newline newline
29157 \end_inset
29158
29159
29160 \begin_inset Newline newline
29161 \end_inset
29162
29163
29164 \begin_inset Graphics
29165         filename clipart/LyXNoteImageQt4.png
29166         display false
29167         scale 85
29168         scaleBeforeRotation
29169
29170 \end_inset
29171
29172  
29173 \begin_inset Note Note
29174 status open
29175
29176 \begin_layout Plain Layout
29177 This is text in a note box that doesn't appear in the output.
29178 \end_layout
29179
29180 \end_inset
29181
29182
29183 \end_layout
29184
29185 \begin_layout Description
29186 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
29187 ent, when you export the document to LaTeX via the menu 
29188 \family sans
29189 File\SpecialChar \menuseparator
29190 Export\SpecialChar \menuseparator
29191 LaTeX (pdflatex) / (plain)
29192 \family default
29193 .
29194  Its note-box looks like this:
29195 \begin_inset Newline newline
29196 \end_inset
29197
29198
29199 \begin_inset Newline newline
29200 \end_inset
29201
29202
29203 \begin_inset Graphics
29204         filename clipart/CommentNoteImageQt4.png
29205         display false
29206         scale 85
29207         scaleBeforeRotation
29208
29209 \end_inset
29210
29211  
29212 \begin_inset Note Comment
29213 status open
29214
29215 \begin_layout Plain Layout
29216 This is text in a note box that only appears as comment in LaTeX-files.
29217 \end_layout
29218
29219 \end_inset
29220
29221
29222 \end_layout
29223
29224 \begin_layout Description
29225 Greyed
29226 \begin_inset space ~
29227 \end_inset
29228
29229 Out This note will appear in the output as grey text.
29230  Its note-box looks like this:
29231 \begin_inset Newline newline
29232 \end_inset
29233
29234
29235 \begin_inset Newline newline
29236 \end_inset
29237
29238
29239 \begin_inset Graphics
29240         filename clipart/GreyedOutNoteImageQt4.png
29241         display false
29242         scale 85
29243         scaleBeforeRotation
29244
29245 \end_inset
29246
29247
29248 \begin_inset Newline newline
29249 \end_inset
29250
29251
29252 \begin_inset ERT
29253 status collapsed
29254
29255 \begin_layout Plain Layout
29256
29257
29258 \backslash
29259 renewenvironment{lyxgreyedout}
29260 \end_layout
29261
29262 \begin_layout Plain Layout
29263
29264 {
29265 \backslash
29266 textcolor[gray]{0.8}
29267 \backslash
29268 bgroup}{
29269 \backslash
29270 egroup}
29271 \end_layout
29272
29273 \end_inset
29274
29275
29276 \begin_inset Note Greyedout
29277 status open
29278
29279 \begin_layout Plain Layout
29280 This is text
29281 \begin_inset Foot
29282 status open
29283
29284 \begin_layout Plain Layout
29285 This is an example footnote within a greyed out note.
29286 \end_layout
29287
29288 \end_inset
29289
29290  of a comment that appears in the output as grey text.
29291 \end_layout
29292
29293 \end_inset
29294
29295
29296 \begin_inset ERT
29297 status collapsed
29298
29299 \begin_layout Plain Layout
29300
29301
29302 \backslash
29303 renewenvironment{lyxgreyedout}
29304 \end_layout
29305
29306 \begin_layout Plain Layout
29307
29308 {
29309 \backslash
29310 textcolor{blue}
29311 \backslash
29312 bgroup}{
29313 \backslash
29314 egroup}
29315 \end_layout
29316
29317 \end_inset
29318
29319
29320 \begin_inset Note Note
29321 status collapsed
29322
29323 \begin_layout Plain Layout
29324 The greyed out note is here redefined to show it with the original LyX definitio
29325 n because greyed out notes are redefined in the preamble of this document,
29326  as described below, to have blue text.
29327 \end_layout
29328
29329 \end_inset
29330
29331
29332 \begin_inset Newline newline
29333 \end_inset
29334
29335
29336 \begin_inset Newline newline
29337 \end_inset
29338
29339 As you can see in the example, the first line of greyed out notes is a bit
29340  indented and greyed out notes can have footnotes.
29341 \end_layout
29342
29343 \begin_layout Standard
29344 \begin_inset VSpace bigskip
29345 \end_inset
29346
29347 When you use the toolbar button 
29348 \begin_inset Info
29349 type  "icon"
29350 arg   "note-insert"
29351 \end_inset
29352
29353  to insert notes, a 
29354 \family sans
29355 LyX
29356 \begin_inset space ~
29357 \end_inset
29358
29359 Note
29360 \family default
29361  is inserted.
29362  You can switch between the three note types by right-clicking on the note-box.
29363  
29364 \family roman
29365 \series medium
29366 \bar no
29367 If you want to turn existing text into a note, mark it and click on the
29368  note
29369 \family default
29370 \series default
29371 \bar default
29372  toolbar 
29373 \family roman
29374 \series medium
29375 \bar no
29376 button
29377 \family default
29378 \series default
29379 \bar default
29380 .
29381  To change a note to text, press the backspace key when the cursor is in
29382  the first position of a note, or press the delete key when the cursor is
29383  in the very last position of the note, respectively.
29384 \end_layout
29385
29386 \begin_layout Standard
29387 \begin_inset VSpace bigskip
29388 \end_inset
29389
29390 You can change the text color of the greyed out notes in the menu 
29391 \family sans
29392 Document\SpecialChar \menuseparator
29393 Settings\SpecialChar \menuseparator
29394 Colors
29395 \family default
29396 .
29397 \end_layout
29398
29399 \begin_layout Section
29400 Footnotes
29401 \begin_inset CommandInset label
29402 LatexCommand label
29403 name "sec:Footnotes"
29404
29405 \end_inset
29406
29407
29408 \begin_inset Index idx
29409 status collapsed
29410
29411 \begin_layout Plain Layout
29412 Notes ! Footnotes
29413 \end_layout
29414
29415 \end_inset
29416
29417
29418 \begin_inset Index idx
29419 status collapsed
29420
29421 \begin_layout Plain Layout
29422 Footnotes
29423 \end_layout
29424
29425 \end_inset
29426
29427
29428 \end_layout
29429
29430 \begin_layout Standard
29431 Footnotes can be inserted using the toolbar button 
29432 \begin_inset Info
29433 type  "icon"
29434 arg   "footnote-insert"
29435 \end_inset
29436
29437  or the menu 
29438 \family sans
29439 Insert\SpecialChar \menuseparator
29440 Footnote
29441 \family default
29442 .
29443  You will then see the following footnote-box: 
29444 \begin_inset Graphics
29445         filename clipart/footnoteQt4.png
29446         scale 80
29447         scaleBeforeRotation
29448
29449 \end_inset
29450
29451  
29452 \family roman
29453 \series medium
29454 \bar no
29455 where you can enter the footnote text.
29456  If you want to turn existing text into a footnote, mark it and click on
29457  the footnote
29458 \family default
29459 \series default
29460 \bar default
29461  toolbar 
29462 \family roman
29463 \series medium
29464 \bar no
29465 button
29466 \family default
29467 \series default
29468 \bar default
29469 .
29470  To change a 
29471 \family roman
29472 \series medium
29473 \bar no
29474 footnote
29475 \family default
29476 \series default
29477 \bar default
29478  to text, press the 
29479 \family sans
29480 Backspace
29481 \family default
29482  key when the cursor is in the first position of a 
29483 \family roman
29484 \series medium
29485 \bar no
29486 footnote
29487 \family default
29488 \series default
29489 \bar default
29490 , or press the 
29491 \family sans
29492 Delete
29493 \family default
29494  key when the cursor is in the very last position of the 
29495 \family roman
29496 \series medium
29497 \bar no
29498 footnote
29499 \family default
29500 \series default
29501 \bar default
29502 , respectively.
29503 \end_layout
29504
29505 \begin_layout Standard
29506 Here is an example footnote:
29507 \family roman
29508 \series medium
29509 \bar no
29510
29511 \begin_inset Foot
29512 status open
29513
29514 \begin_layout Plain Layout
29515 \begin_inset CommandInset label
29516 LatexCommand label
29517 name "foot:This-is-an"
29518
29519 \end_inset
29520
29521 This is an example footnote.
29522 \end_layout
29523
29524 \end_inset
29525
29526
29527 \family default
29528 \series default
29529 \bar default
29530
29531 \begin_inset ERT
29532 status collapsed
29533
29534 \begin_layout Plain Layout
29535
29536
29537 \backslash
29538 newcounter{MyRepeatFoot}
29539 \end_layout
29540
29541 \begin_layout Plain Layout
29542
29543
29544 \backslash
29545 setcounter{MyRepeatFoot}{
29546 \backslash
29547 thefootnote}
29548 \end_layout
29549
29550 \end_inset
29551
29552
29553 \end_layout
29554
29555 \begin_layout Standard
29556 The footnote will appear in the output as a superscript number at the text
29557  position where the footnote box is placed.
29558  The footnote text is placed at the bottom of the current page.
29559  The footnote number is calculated by LaTeX; the numbers are consecutive.
29560  Whether the footnote number is reset for every chapter depends on your
29561  document class.
29562 \end_layout
29563
29564 \begin_layout Standard
29565 Footnotes can be referenced like floats: Insert a label into the footnote
29566  and cross-reference this label in the text as described in section
29567 \begin_inset space ~
29568 \end_inset
29569
29570
29571 \begin_inset CommandInset ref
29572 LatexCommand ref
29573 reference "sec:Referencing-Floats"
29574
29575 \end_inset
29576
29577 .
29578 \begin_inset Newline newline
29579 \end_inset
29580
29581 This is a cross-reference of Footnote
29582 \begin_inset space ~
29583 \end_inset
29584
29585
29586 \begin_inset CommandInset ref
29587 LatexCommand ref
29588 reference "foot:This-is-an"
29589
29590 \end_inset
29591
29592 .
29593 \end_layout
29594
29595 \begin_layout Standard
29596 \begin_inset VSpace defskip
29597 \end_inset
29598
29599 Footnotes in tables are not printed by LaTeX due to technical reasons.
29600  However there exists another method to print them: Instead of the footnote
29601  the command 
29602 \series bold
29603
29604 \backslash
29605 footnotemark{}
29606 \series default
29607  is inserted as TeX-code.
29608  The text of the footnote is entered as an argument of the TeX-code command
29609  
29610 \series bold
29611
29612 \backslash
29613 footnotetext
29614 \series default
29615  after the table.
29616 \begin_inset Newline newline
29617 \end_inset
29618
29619 This was done for the following table with the command
29620 \end_layout
29621
29622 \begin_layout Standard
29623
29624 \series bold
29625
29626 \backslash
29627 footnotetext{
29628 \series default
29629 Printed table footnote.
29630 \series bold
29631 }
29632 \end_layout
29633
29634 \begin_layout Standard
29635 \begin_inset Tabular
29636 <lyxtabular version="3" rows="2" columns="1">
29637 <features tabularvalignment="middle">
29638 <column alignment="center" valignment="top" width="0">
29639 <row>
29640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29641 \begin_inset Text
29642
29643 \begin_layout Plain Layout
29644 This an example text.
29645 \begin_inset Foot
29646 status open
29647
29648 \begin_layout Plain Layout
29649 This footnote will not be printed!
29650 \end_layout
29651
29652 \end_inset
29653
29654
29655 \end_layout
29656
29657 \end_inset
29658 </cell>
29659 </row>
29660 <row>
29661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29662 \begin_inset Text
29663
29664 \begin_layout Plain Layout
29665 This an example text.
29666 \begin_inset ERT
29667 status collapsed
29668
29669 \begin_layout Plain Layout
29670
29671
29672 \backslash
29673 footnotemark{}
29674 \end_layout
29675
29676 \end_inset
29677
29678
29679 \end_layout
29680
29681 \end_inset
29682 </cell>
29683 </row>
29684 </lyxtabular>
29685
29686 \end_inset
29687
29688
29689 \begin_inset ERT
29690 status collapsed
29691
29692 \begin_layout Plain Layout
29693
29694
29695 \backslash
29696 footnotetext{
29697 \end_layout
29698
29699 \end_inset
29700
29701 Printed table footnote.
29702 \begin_inset ERT
29703 status collapsed
29704
29705 \begin_layout Plain Layout
29706
29707 }
29708 \end_layout
29709
29710 \end_inset
29711
29712
29713 \end_layout
29714
29715 \begin_layout Standard
29716 Footnotes in longtables are described in section
29717 \begin_inset space ~
29718 \end_inset
29719
29720
29721 \begin_inset CommandInset ref
29722 LatexCommand ref
29723 reference "sub:Footnotes-in-Longtables"
29724
29725 \end_inset
29726
29727 .
29728 \end_layout
29729
29730 \begin_layout Standard
29731 Footnotes in minipage boxes are printed, but inside the box and with a different
29732  numbering because a minipage box is like a page inside a page.
29733  (For more about minipages, see section
29734 \begin_inset space ~
29735 \end_inset
29736
29737
29738 \begin_inset CommandInset ref
29739 LatexCommand ref
29740 reference "sec:Minipages"
29741
29742 \end_inset
29743
29744 .) To get a footnote in the minipage that is output at the bottom of the
29745  page like normal footnotes, also use the method of 
29746 \series bold
29747
29748 \backslash
29749 footnotemark{}
29750 \series default
29751  and 
29752 \series bold
29753
29754 \backslash
29755 footnotetext
29756 \series default
29757 .
29758 \end_layout
29759
29760 \begin_layout Standard
29761 \begin_inset Box Frameless
29762 position "t"
29763 hor_pos "c"
29764 has_inner_box 1
29765 inner_pos "t"
29766 use_parbox 0
29767 use_makebox 0
29768 width "100col%"
29769 special "none"
29770 height "1in"
29771 height_special "totalheight"
29772 status open
29773
29774 \begin_layout Plain Layout
29775 This an example text in a minipage.
29776 \begin_inset Foot
29777 status open
29778
29779 \begin_layout Plain Layout
29780 Footnote in the minipage.
29781 \end_layout
29782
29783 \end_inset
29784
29785
29786 \end_layout
29787
29788 \begin_layout Plain Layout
29789 This an example text in a minipage.
29790 \begin_inset ERT
29791 status collapsed
29792
29793 \begin_layout Plain Layout
29794
29795
29796 \backslash
29797 footnotemark{}
29798 \end_layout
29799
29800 \end_inset
29801
29802
29803 \end_layout
29804
29805 \end_inset
29806
29807
29808 \end_layout
29809
29810 \begin_layout Standard
29811 \begin_inset ERT
29812 status collapsed
29813
29814 \begin_layout Plain Layout
29815
29816
29817 \backslash
29818 footnotetext{
29819 \end_layout
29820
29821 \end_inset
29822
29823 Footnote outside the minipage.
29824 \begin_inset ERT
29825 status collapsed
29826
29827 \begin_layout Plain Layout
29828
29829 }
29830 \end_layout
29831
29832 \end_inset
29833
29834
29835 \end_layout
29836
29837 \begin_layout Standard
29838 \begin_inset VSpace defskip
29839 \end_inset
29840
29841
29842 \end_layout
29843
29844 \begin_layout Standard
29845 To refer to the same footnote several times without printing the footnote
29846  text every time, use the command 
29847 \series bold
29848
29849 \backslash
29850 footnotemark[number]
29851 \series default
29852  in TeX-code.
29853 \begin_inset Newline newline
29854 \end_inset
29855
29856 As you do not know the number of the repeating footnote while you are writing
29857  the text, you have to store its number.
29858  For the following footnote mark example, these commands were inserted in
29859  TeX-code after Footnote
29860 \begin_inset space ~
29861 \end_inset
29862
29863
29864 \begin_inset CommandInset ref
29865 LatexCommand ref
29866 reference "foot:This-is-an"
29867
29868 \end_inset
29869
29870  to store the footnote number:
29871 \end_layout
29872
29873 \begin_layout Standard
29874
29875 \series bold
29876
29877 \backslash
29878 newcounter{MyRepeatFoot}
29879 \begin_inset Newline newline
29880 \end_inset
29881
29882
29883 \backslash
29884 setcounter{MyRepeatFoot}{
29885 \backslash
29886 thefootnote}
29887 \end_layout
29888
29889 \begin_layout Standard
29890 The footnote mark was then created with this command:
29891 \end_layout
29892
29893 \begin_layout Standard
29894
29895 \series bold
29896
29897 \backslash
29898 footnotemark[
29899 \backslash
29900 theMyRepeatFoot]
29901 \end_layout
29902
29903 \begin_layout Standard
29904 Here is a repeated footnote:
29905 \family roman
29906 \series medium
29907 \bar no
29908
29909 \begin_inset ERT
29910 status collapsed
29911
29912 \begin_layout Plain Layout
29913
29914
29915 \backslash
29916 footnotemark[
29917 \backslash
29918 theMyRepeatFoot]
29919 \end_layout
29920
29921 \end_inset
29922
29923
29924 \end_layout
29925
29926 \begin_layout Standard
29927 If you want to repeat the previous footnote, you can omit the storage of
29928  the footnote number and just use this command instead:
29929 \end_layout
29930
29931 \begin_layout Standard
29932
29933 \series bold
29934
29935 \backslash
29936 footnotemark[
29937 \backslash
29938 thefootnote]
29939 \end_layout
29940
29941 \begin_layout Standard
29942 Here is another repeated footnote:
29943 \family roman
29944 \series medium
29945 \bar no
29946
29947 \begin_inset ERT
29948 status collapsed
29949
29950 \begin_layout Plain Layout
29951
29952
29953 \backslash
29954 footnotemark[
29955 \backslash
29956 thefootnote]
29957 \end_layout
29958
29959 \end_inset
29960
29961
29962 \end_layout
29963
29964 \begin_layout Subsection
29965 Footnote Numbering
29966 \begin_inset CommandInset label
29967 LatexCommand label
29968 name "sub:Footnote-Numbering"
29969
29970 \end_inset
29971
29972
29973 \begin_inset Index idx
29974 status collapsed
29975
29976 \begin_layout Plain Layout
29977 Footnotes ! Numbering
29978 \end_layout
29979
29980 \end_inset
29981
29982
29983 \end_layout
29984
29985 \begin_layout Standard
29986 To reset the footnote number back to 1 after each section
29987 \family roman
29988 , add this command to your document preamble:
29989 \end_layout
29990
29991 \begin_layout Standard
29992
29993 \series bold
29994
29995 \backslash
29996 @addtoreset{footnote}{section}
29997 \end_layout
29998
29999 \begin_layout Standard
30000 \begin_inset VSpace bigskip
30001 \end_inset
30002
30003 The following preamble command changes the footnote numbering style to small
30004  roman numerals:
30005 \end_layout
30006
30007 \begin_layout Standard
30008
30009 \series bold
30010
30011 \backslash
30012 renewcommand{
30013 \backslash
30014 thefootnote}{
30015 \backslash
30016 roman{footnote}}
30017 \end_layout
30018
30019 \begin_layout Standard
30020 \begin_inset ERT
30021 status collapsed
30022
30023 \begin_layout Plain Layout
30024
30025
30026 \backslash
30027 renewcommand{
30028 \backslash
30029 thefootnote}{
30030 \backslash
30031 roman{footnote}}
30032 \end_layout
30033
30034 \end_inset
30035
30036  This is a footnote with roman numbering:
30037 \begin_inset Foot
30038 status open
30039
30040 \begin_layout Plain Layout
30041 This is an example footnote with roman numbering.
30042 \end_layout
30043
30044 \end_inset
30045
30046
30047 \end_layout
30048
30049 \begin_layout Standard
30050 To change the numbering style to capital roman numerals replace in the command
30051  above 
30052 \series bold
30053
30054 \backslash
30055 roman
30056 \series default
30057  by 
30058 \series bold
30059
30060 \backslash
30061 Roman
30062 \series default
30063 .
30064  To 
30065 \begin_inset Quotes eld
30066 \end_inset
30067
30068 number
30069 \begin_inset Quotes erd
30070 \end_inset
30071
30072  footnotes with capital or small Latin letters use 
30073 \series bold
30074
30075 \backslash
30076 Alph
30077 \series default
30078  or 
30079 \series bold
30080
30081 \backslash
30082 alph
30083 \series default
30084 , respectively.
30085  To 
30086 \begin_inset Quotes eld
30087 \end_inset
30088
30089 number
30090 \begin_inset Quotes erd
30091 \end_inset
30092
30093  footnotes with symbols use 
30094 \series bold
30095
30096 \backslash
30097 fnsymbol
30098 \series default
30099 .
30100 \end_layout
30101
30102 \begin_layout Standard
30103 \begin_inset Note Greyedout
30104 status open
30105
30106 \begin_layout Plain Layout
30107
30108 \series bold
30109 Note:
30110 \series default
30111  You can only number 26 footnotes with Latin letters, because this numbering
30112  is limited to single letters.
30113 \end_layout
30114
30115 \end_inset
30116
30117
30118 \begin_inset Newline newline
30119 \end_inset
30120
30121
30122 \begin_inset Note Greyedout
30123 status open
30124
30125 \begin_layout Plain Layout
30126
30127 \series bold
30128 Note:
30129 \series default
30130  You can only number 9 footnotes with symbols.
30131 \end_layout
30132
30133 \end_inset
30134
30135
30136 \end_layout
30137
30138 \begin_layout Standard
30139 To return to the default numbering style after you have changed to another
30140  one, use 
30141 \series bold
30142
30143 \backslash
30144 arabic
30145 \series default
30146  instead of 
30147 \series bold
30148
30149 \backslash
30150 roman
30151 \series default
30152  in the command above.
30153 \begin_inset ERT
30154 status collapsed
30155
30156 \begin_layout Plain Layout
30157
30158
30159 \backslash
30160 renewcommand{
30161 \backslash
30162 thefootnote}{
30163 \backslash
30164 arabic{footnote}}
30165 \end_layout
30166
30167 \end_inset
30168
30169
30170 \end_layout
30171
30172 \begin_layout Standard
30173 \begin_inset VSpace bigskip
30174 \end_inset
30175
30176
30177 \end_layout
30178
30179 \begin_layout Standard
30180 If you want to have footnotes numbered in the scheme 
30181 \begin_inset Quotes eld
30182 \end_inset
30183
30184 chapter.footnote
30185 \begin_inset Quotes erd
30186 \end_inset
30187
30188 , add the following command to your document preamble:
30189 \end_layout
30190
30191 \begin_layout Standard
30192
30193 \series bold
30194
30195 \backslash
30196 numberwithin{footnote}{chapter}
30197 \end_layout
30198
30199 \begin_layout Standard
30200 To be able to use the command 
30201 \series bold
30202
30203 \backslash
30204 numberwithin
30205 \series default
30206 , set in the tab 
30207 \family sans
30208 Math
30209 \begin_inset space ~
30210 \end_inset
30211
30212 Options
30213 \family default
30214  in the document settings the option 
30215 \family sans
30216 Use
30217 \begin_inset space ~
30218 \end_inset
30219
30220 AMS
30221 \begin_inset space ~
30222 \end_inset
30223
30224 math
30225 \begin_inset space ~
30226 \end_inset
30227
30228 package
30229 \family default
30230 .
30231 \end_layout
30232
30233 \begin_layout Standard
30234 \begin_inset ERT
30235 status collapsed
30236
30237 \begin_layout Plain Layout
30238
30239
30240 \backslash
30241 numberwithin{footnote}{chapter}
30242 \end_layout
30243
30244 \end_inset
30245
30246 This is another example footnote:
30247 \series bold
30248
30249 \begin_inset Foot
30250 status open
30251
30252 \begin_layout Plain Layout
30253 This is a footnote numbered in the scheme 
30254 \begin_inset Quotes eld
30255 \end_inset
30256
30257 chapter.footnote
30258 \begin_inset Quotes erd
30259 \end_inset
30260
30261 .
30262 \end_layout
30263
30264 \end_inset
30265
30266
30267 \series default
30268
30269 \begin_inset ERT
30270 status collapsed
30271
30272 \begin_layout Plain Layout
30273
30274
30275 \backslash
30276 renewcommand{
30277 \backslash
30278 thefootnote}{
30279 \backslash
30280 arabic{footnote}}
30281 \end_layout
30282
30283 \end_inset
30284
30285
30286 \end_layout
30287
30288 \begin_layout Standard
30289 \begin_inset Note Greyedout
30290 status open
30291
30292 \begin_layout Plain Layout
30293
30294 \series bold
30295 Note:
30296 \series default
30297  
30298 \series bold
30299
30300 \backslash
30301 numberwithin
30302 \series default
30303  always prints out the footnote number as arabic number; previous redefinitions
30304  to get non-arabic numbers are overwritten.
30305 \end_layout
30306
30307 \end_inset
30308
30309
30310 \end_layout
30311
30312 \begin_layout Standard
30313 So to get for example the scheme 
30314 \begin_inset Quotes eld
30315 \end_inset
30316
30317 chapter.
30318 \backslash
30319 Roman{footnote}
30320 \begin_inset Quotes erd
30321 \end_inset
30322
30323 , use this command instead of 
30324 \series bold
30325
30326 \backslash
30327 numberwithin
30328 \series default
30329 :
30330 \end_layout
30331
30332 \begin_layout Standard
30333
30334 \series bold
30335
30336 \backslash
30337 renewcommand{
30338 \backslash
30339 thefootnote}{
30340 \backslash
30341 thechapter.
30342 \backslash
30343 Roman{footnote}}
30344 \end_layout
30345
30346 \begin_layout Subsection
30347 Footnote Placement
30348 \begin_inset Index idx
30349 status collapsed
30350
30351 \begin_layout Plain Layout
30352 Footnotes ! Placement
30353 \end_layout
30354
30355 \end_inset
30356
30357
30358 \end_layout
30359
30360 \begin_layout Standard
30361 If you have several footnotes in one page, they appear without vertical
30362  space between them at the bottom of the page.
30363  To make them more readable you can e.
30364 \begin_inset space \thinspace{}
30365 \end_inset
30366
30367 g.
30368 \begin_inset space \space{}
30369 \end_inset
30370
30371 add 1.5
30372 \begin_inset space \thinspace{}
30373 \end_inset
30374
30375 mm space with the following preamble command:
30376 \end_layout
30377
30378 \begin_layout Standard
30379
30380 \series bold
30381
30382 \backslash
30383 let
30384 \backslash
30385 myFoot
30386 \backslash
30387 footnote
30388 \begin_inset Newline newline
30389 \end_inset
30390
30391
30392 \backslash
30393 renewcommand{
30394 \backslash
30395 footnote}[1]{
30396 \backslash
30397 myFoot{#1
30398 \backslash
30399 vspace{1.5mm}}}
30400 \end_layout
30401
30402 \begin_layout Standard
30403 \begin_inset VSpace bigskip
30404 \end_inset
30405
30406 In a two-column document the footnotes appear at the bottom of every column,
30407  see Figure
30408 \begin_inset space ~
30409 \end_inset
30410
30411
30412 \begin_inset CommandInset ref
30413 LatexCommand ref
30414 reference "fig:Standard-footnote-placement"
30415
30416 \end_inset
30417
30418 .
30419  If the footnotes should only appear at the bottom of the right column,
30420  as in Figure
30421 \begin_inset space ~
30422 \end_inset
30423
30424
30425 \begin_inset CommandInset ref
30426 LatexCommand ref
30427 reference "fig:Footnote-placement-in"
30428
30429 \end_inset
30430
30431 , use the LaTeX-package 
30432 \series bold
30433 ftnright
30434 \series default
30435
30436 \begin_inset Index idx
30437 status collapsed
30438
30439 \begin_layout Plain Layout
30440 LaTeX-packages ! ftnright
30441 \end_layout
30442
30443 \end_inset
30444
30445  with this command in the document preamble:
30446 \end_layout
30447
30448 \begin_layout Standard
30449
30450 \series bold
30451
30452 \backslash
30453 usepackage{ftnright}
30454 \end_layout
30455
30456 \begin_layout Standard
30457 \begin_inset Float figure
30458 placement !h
30459 wide false
30460 sideways false
30461 status open
30462
30463 \begin_layout Plain Layout
30464 \begin_inset ERT
30465 status collapsed
30466
30467 \begin_layout Plain Layout
30468
30469
30470 \backslash
30471 framebox{
30472 \end_layout
30473
30474 \end_inset
30475
30476
30477 \begin_inset Graphics
30478         filename clipart/without_fntright.pdf
30479         width 100col%
30480         scaleBeforeRotation
30481
30482 \end_inset
30483
30484
30485 \begin_inset ERT
30486 status collapsed
30487
30488 \begin_layout Plain Layout
30489
30490 }
30491 \end_layout
30492
30493 \end_inset
30494
30495
30496 \end_layout
30497
30498 \begin_layout Plain Layout
30499 \begin_inset Caption
30500
30501 \begin_layout Plain Layout
30502 \begin_inset CommandInset label
30503 LatexCommand label
30504 name "fig:Standard-footnote-placement"
30505
30506 \end_inset
30507
30508 Standard footnote placement in two-column documents.
30509 \end_layout
30510
30511 \end_inset
30512
30513
30514 \end_layout
30515
30516 \end_inset
30517
30518
30519 \end_layout
30520
30521 \begin_layout Standard
30522 \begin_inset Float figure
30523 placement !h
30524 wide false
30525 sideways false
30526 status open
30527
30528 \begin_layout Plain Layout
30529 \begin_inset ERT
30530 status collapsed
30531
30532 \begin_layout Plain Layout
30533
30534
30535 \backslash
30536 framebox{
30537 \end_layout
30538
30539 \end_inset
30540
30541
30542 \begin_inset Graphics
30543         filename clipart/with_fntright.pdf
30544         width 100col%
30545         scaleBeforeRotation
30546
30547 \end_inset
30548
30549
30550 \begin_inset ERT
30551 status collapsed
30552
30553 \begin_layout Plain Layout
30554
30555 }
30556 \end_layout
30557
30558 \end_inset
30559
30560
30561 \end_layout
30562
30563 \begin_layout Plain Layout
30564 \begin_inset Caption
30565
30566 \begin_layout Plain Layout
30567 \begin_inset CommandInset label
30568 LatexCommand label
30569 name "fig:Footnote-placement-in"
30570
30571 \end_inset
30572
30573 Footnote placement in two-column documents when the LaTeX-package 
30574 \series bold
30575 ftnright
30576 \series default
30577  is used.
30578 \end_layout
30579
30580 \end_inset
30581
30582
30583 \end_layout
30584
30585 \end_inset
30586
30587
30588 \end_layout
30589
30590 \begin_layout Standard
30591 \begin_inset VSpace bigskip
30592 \end_inset
30593
30594 In some scientific literature it is usual to collect the footnotes and print
30595  them in a separate paragraph at the end of a section, as in Figure
30596 \begin_inset space ~
30597 \end_inset
30598
30599
30600 \begin_inset CommandInset ref
30601 LatexCommand ref
30602 reference "fig:Endnotes"
30603
30604 \end_inset
30605
30606 .
30607  They are then called 
30608 \begin_inset Quotes eld
30609 \end_inset
30610
30611 endnotes
30612 \begin_inset Quotes erd
30613 \end_inset
30614
30615 .
30616 \begin_inset Index idx
30617 status collapsed
30618
30619 \begin_layout Plain Layout
30620 Endnotes
30621 \end_layout
30622
30623 \end_inset
30624
30625  To use endnotes instead of footnotes in your document, load in the menu
30626  
30627 \family sans
30628 Document\SpecialChar \menuseparator
30629 Settings\SpecialChar \menuseparator
30630 Modules 
30631 \family default
30632 the module 
30633 \family sans
30634 Foot
30635 \begin_inset space ~
30636 \end_inset
30637
30638 to
30639 \begin_inset space ~
30640 \end_inset
30641
30642 End
30643 \family default
30644 .
30645  To insert the collected footnotes, insert the command
30646 \end_layout
30647
30648 \begin_layout Standard
30649
30650 \series bold
30651
30652 \backslash
30653 theendnotes
30654 \end_layout
30655
30656 \begin_layout Standard
30657 in TeX-Code at the end of a section or chapter.
30658 \end_layout
30659
30660 \begin_layout Standard
30661 \begin_inset Float figure
30662 wide false
30663 sideways false
30664 status open
30665
30666 \begin_layout Plain Layout
30667 \align center
30668 \begin_inset ERT
30669 status collapsed
30670
30671 \begin_layout Plain Layout
30672
30673
30674 \backslash
30675 framebox{
30676 \end_layout
30677
30678 \end_inset
30679
30680
30681 \begin_inset Graphics
30682         filename clipart/endnotes.pdf
30683         scaleBeforeRotation
30684
30685 \end_inset
30686
30687
30688 \begin_inset ERT
30689 status collapsed
30690
30691 \begin_layout Plain Layout
30692
30693 }
30694 \end_layout
30695
30696 \end_inset
30697
30698
30699 \end_layout
30700
30701 \begin_layout Plain Layout
30702 \begin_inset Caption
30703
30704 \begin_layout Plain Layout
30705 \begin_inset CommandInset label
30706 LatexCommand label
30707 name "fig:Endnotes"
30708
30709 \end_inset
30710
30711 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
30712  or chapters.
30713 \end_layout
30714
30715 \end_inset
30716
30717
30718 \end_layout
30719
30720 \end_inset
30721
30722
30723 \end_layout
30724
30725 \begin_layout Standard
30726 \begin_inset VSpace medskip
30727 \end_inset
30728
30729 The paragraph heading for the endnotes isn't automatically translated into
30730  the document language, this must be done manually.
30731  The following preamble command translates the default English 
30732 \begin_inset Quotes eld
30733 \end_inset
30734
30735 Notes
30736 \begin_inset Quotes erd
30737 \end_inset
30738
30739  into the German 
30740 \begin_inset Quotes eld
30741 \end_inset
30742
30743 Anmerkungen
30744 \begin_inset Quotes erd
30745 \end_inset
30746
30747 :
30748 \end_layout
30749
30750 \begin_layout Standard
30751
30752 \series bold
30753
30754 \backslash
30755 renewcommand{
30756 \backslash
30757 notesname}{Anmerkungen}
30758 \end_layout
30759
30760 \begin_layout Standard
30761 \begin_inset VSpace medskip
30762 \end_inset
30763
30764 The numbering of endnotes can be changed like the footnote numbering as
30765  described in section
30766 \begin_inset space ~
30767 \end_inset
30768
30769
30770 \begin_inset CommandInset ref
30771 LatexCommand ref
30772 reference "sub:Footnote-Numbering"
30773
30774 \end_inset
30775
30776 ; just replace the command 
30777 \series bold
30778
30779 \backslash
30780 thefootnote
30781 \series default
30782  by 
30783 \series bold
30784
30785 \backslash
30786 theendnote
30787 \series default
30788 .
30789  To reset the endnote number use the command 
30790 \series bold
30791
30792 \backslash
30793 @addtoreset
30794 \series default
30795  as described in section
30796 \begin_inset space ~
30797 \end_inset
30798
30799
30800 \begin_inset CommandInset ref
30801 LatexCommand ref
30802 reference "sub:Footnote-Numbering"
30803
30804 \end_inset
30805
30806  and replace the command parameter 
30807 \series bold
30808 footnote
30809 \series default
30810  by 
30811 \series bold
30812 endnote
30813 \series default
30814 .
30815 \end_layout
30816
30817 \begin_layout Standard
30818 For endnotes there is the command 
30819 \series bold
30820
30821 \backslash
30822 endnotemark[number]
30823 \series default
30824  similar to the command 
30825 \series bold
30826
30827 \backslash
30828 footnotemark
30829 \series default
30830 , that is described in section
30831 \begin_inset space ~
30832 \end_inset
30833
30834
30835 \begin_inset CommandInset ref
30836 LatexCommand ref
30837 reference "sec:Footnotes"
30838
30839 \end_inset
30840
30841 .
30842 \end_layout
30843
30844 \begin_layout Standard
30845 \begin_inset VSpace bigskip
30846 \end_inset
30847
30848 Footnotes can also be placed in the page margin and the footnote text alignment
30849  can be changed, see the LaTeX-package 
30850 \series bold
30851 footmisc
30852 \series default
30853
30854 \begin_inset Index idx
30855 status collapsed
30856
30857 \begin_layout Plain Layout
30858 LaTeX-packages ! footmisc
30859 \end_layout
30860
30861 \end_inset
30862
30863
30864 \begin_inset CommandInset citation
30865 LatexCommand cite
30866 key "footmisc"
30867
30868 \end_inset
30869
30870  for more information about this.
30871 \end_layout
30872
30873 \begin_layout Standard
30874 For various further footnote formatting issues have a look at LaTeX-books,
30875  
30876 \begin_inset CommandInset citation
30877 LatexCommand cite
30878 key "latexcompanion,latexguide,latexbook"
30879
30880 \end_inset
30881
30882 .
30883  If you are using a 
30884 \series bold
30885 KOMA-Script
30886 \series default
30887
30888 \begin_inset Index idx
30889 status collapsed
30890
30891 \begin_layout Plain Layout
30892 LaTeX-packages ! KOMA-Script
30893 \end_layout
30894
30895 \end_inset
30896
30897  document class, you can adjust all footnote settings using class-specific
30898  commands, see 
30899 \begin_inset CommandInset citation
30900 LatexCommand cite
30901 key "KOMA-Script"
30902
30903 \end_inset
30904
30905 .
30906 \end_layout
30907
30908 \begin_layout Section
30909 Margin Notes
30910 \begin_inset Index idx
30911 status collapsed
30912
30913 \begin_layout Plain Layout
30914 Notes ! Margin Notes
30915 \end_layout
30916
30917 \end_inset
30918
30919
30920 \end_layout
30921
30922 \begin_layout Standard
30923 Margin notes look and behave in LyX like footnotes.
30924  They are inserted via the menu 
30925 \family sans
30926 Insert\SpecialChar \menuseparator
30927 Marginal
30928 \begin_inset space ~
30929 \end_inset
30930
30931 Note
30932 \family default
30933  or the toolbar button 
30934 \begin_inset Info
30935 type  "icon"
30936 arg   "marginalnote-insert"
30937 \end_inset
30938
30939 .
30940  A grey 
30941 \family roman
30942 \series medium
30943 box with the
30944 \family default
30945 \series default
30946  red 
30947 \family roman
30948 \series medium
30949 label 
30950 \begin_inset Quotes eld
30951 \end_inset
30952
30953 margin
30954 \begin_inset Quotes erd
30955 \end_inset
30956
30957  appears where you can enter the text of the margin note.
30958 \end_layout
30959
30960 \begin_layout Standard
30961 At the side is an example margin note.
30962
30963 \family roman
30964 \series medium
30965  
30966 \begin_inset Marginal
30967 status open
30968
30969 \begin_layout Plain Layout
30970 This is a margin note.
30971 \end_layout
30972
30973 \end_inset
30974
30975
30976 \end_layout
30977
30978 \begin_layout Standard
30979 Margin notes appear at the right side in single-sided documents.
30980  In double-sided documents they appear in the outer margin â€“ left on even
30981  pages, right on odd pages.
30982  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
30983 d when the note appears in the left margin.
30984  The first line of the margin note is placed at the position of the text
30985  line where it is inserted in the document.
30986 \end_layout
30987
30988 \begin_layout Standard
30989 \begin_inset VSpace bigskip
30990 \end_inset
30991
30992 To place the margin note in the inner margin, add the command
30993 \end_layout
30994
30995 \begin_layout Standard
30996
30997 \series bold
30998
30999 \backslash
31000 reversemarginpar
31001 \end_layout
31002
31003 \begin_layout Standard
31004 in TeX-Code before a margin note.
31005  The new placement is valid for all subsequent margin notes.
31006  
31007 \begin_inset ERT
31008 status collapsed
31009
31010 \begin_layout Plain Layout
31011
31012
31013 \backslash
31014 reversemarginpar 
31015 \end_layout
31016
31017 \end_inset
31018
31019
31020 \begin_inset Marginal
31021 status open
31022
31023 \begin_layout Plain Layout
31024 This is a margin note in the inner margin.
31025 \end_layout
31026
31027 \end_inset
31028
31029
31030 \series bold
31031
31032 \begin_inset Newline newline
31033 \end_inset
31034
31035
31036 \series default
31037
31038 \begin_inset Note Greyedout
31039 status open
31040
31041 \begin_layout Plain Layout
31042
31043 \series bold
31044 Note:
31045 \series default
31046  There is often not enough space in the inner margin so that the notes are
31047  not correctly displayed in the output.
31048 \end_layout
31049
31050 \end_inset
31051
31052
31053 \end_layout
31054
31055 \begin_layout Standard
31056 To return to the default placement insert the command
31057 \end_layout
31058
31059 \begin_layout Standard
31060
31061 \series bold
31062
31063 \backslash
31064 normalmarginpar
31065 \end_layout
31066
31067 \begin_layout Standard
31068 in TeX-Code.
31069 \begin_inset ERT
31070 status collapsed
31071
31072 \begin_layout Plain Layout
31073
31074
31075 \backslash
31076 normalmarginpar 
31077 \end_layout
31078
31079 \end_inset
31080
31081  
31082 \begin_inset Note Greyedout
31083 status open
31084
31085 \begin_layout Plain Layout
31086
31087 \series bold
31088 Note:
31089 \series default
31090  The command is ignored when it is within a paragraph where also the command
31091  
31092 \series bold
31093
31094 \backslash
31095 reversemarginpar
31096 \series default
31097  is inserted.
31098 \end_layout
31099
31100 \end_inset
31101
31102
31103 \end_layout
31104
31105 \begin_layout Standard
31106 \begin_inset VSpace bigskip
31107 \end_inset
31108
31109
31110 \family roman
31111 \series medium
31112
31113 \begin_inset Marginal
31114 status open
31115
31116 \begin_layout Plain Layout
31117 AVeryLongMarginParWord that isn't hyphenated.
31118 \end_layout
31119
31120 \end_inset
31121
31122
31123 \family default
31124 \series default
31125  Similar to the case described in section
31126 \begin_inset space ~
31127 \end_inset
31128
31129
31130 \begin_inset CommandInset ref
31131 LatexCommand ref
31132 reference "sub:Multiple-Lines-in"
31133
31134 \end_inset
31135
31136 , long words cannot be hyphenated when they are the first word in a margin
31137  note.
31138  To avoid this, insert 0
31139 \begin_inset space \thinspace{}
31140 \end_inset
31141
31142 pt horizontal space before the word
31143 \family roman
31144 \series medium
31145 .
31146  
31147 \begin_inset Marginal
31148 status open
31149
31150 \begin_layout Plain Layout
31151 \begin_inset space \hspace*{}
31152 \length 0pt
31153 \end_inset
31154
31155 AVeryLongMarginParWord that is hyphenated.
31156 \end_layout
31157
31158 \end_inset
31159
31160
31161 \end_layout
31162
31163 \begin_layout Standard
31164 \begin_inset VSpace bigskip
31165 \end_inset
31166
31167
31168 \end_layout
31169
31170 \begin_layout Standard
31171 \begin_inset Note Greyedout
31172 status open
31173
31174 \begin_layout Plain Layout
31175
31176 \series bold
31177 Note:
31178 \series default
31179  Margin notes can normally not be used inside tables, floats, and footnotes.
31180 \end_layout
31181
31182 \end_inset
31183
31184
31185 \end_layout
31186
31187 \begin_layout Standard
31188 \begin_inset VSpace bigskip
31189 \end_inset
31190
31191
31192 \end_layout
31193
31194 \begin_layout Standard
31195 \begin_inset ERT
31196 status collapsed
31197
31198 \begin_layout Plain Layout
31199
31200
31201 \backslash
31202 ifmarginnote
31203 \end_layout
31204
31205 \end_inset
31206
31207
31208 \begin_inset Note Note
31209 status open
31210
31211 \begin_layout Plain Layout
31212 The following section will only be displayed when the LaTeX-package 
31213 \series bold
31214 marginnote
31215 \series default
31216  is installed.
31217 \end_layout
31218
31219 \end_inset
31220
31221
31222 \end_layout
31223
31224 \begin_layout Standard
31225 This restriction can be evaded by using the LaTeX-package 
31226 \series bold
31227 marginnote
31228 \series default
31229
31230 \begin_inset Index idx
31231 status collapsed
31232
31233 \begin_layout Plain Layout
31234 LaTeX-packages ! marginnote
31235 \end_layout
31236
31237 \end_inset
31238
31239 .
31240  By adding these two lines to your document preamble, the command used by
31241  LyX for margin notes is redefined to use the command provided by the 
31242 \series bold
31243 marginnote
31244 \series default
31245 -package:
31246 \end_layout
31247
31248 \begin_layout Standard
31249
31250 \series bold
31251
31252 \backslash
31253 usepackage{marginnote}
31254 \begin_inset Newline newline
31255 \end_inset
31256
31257
31258 \backslash
31259 let
31260 \backslash
31261 marginpar
31262 \backslash
31263 marginnote
31264 \end_layout
31265
31266 \begin_layout Standard
31267 This is also used in this document because 
31268 \series bold
31269 marginnote
31270 \series default
31271  has another useful feature: You can set a vertical offset for the note.
31272  This is often needed when too many margin notes are too close together
31273  or for a better page layout.
31274  The offset is set in LyX as TeX-Code directly after the margin note in
31275  the scheme
31276 \end_layout
31277
31278 \begin_layout Standard
31279
31280 \series bold
31281 [offset]
31282 \end_layout
31283
31284 \begin_layout Standard
31285 where the offset is a length with one of the units listed in Table
31286 \begin_inset space ~
31287 \end_inset
31288
31289
31290 \begin_inset CommandInset ref
31291 LatexCommand ref
31292 reference "tab:Units"
31293
31294 \end_inset
31295
31296 .
31297  A negative value shifts the note up, a positive value shifts it down.
31298  
31299 \family roman
31300 \series medium
31301 For example the margin note beside this text line is shifted up 1.5
31302 \begin_inset space \thinspace{}
31303 \end_inset
31304
31305 cm with the TeX-Code-command 
31306 \begin_inset Quotes eld
31307 \end_inset
31308
31309
31310 \family default
31311 \series bold
31312 [-1.5cm]
31313 \family roman
31314 \series medium
31315
31316 \begin_inset Quotes erd
31317 \end_inset
31318
31319
31320 \begin_inset Marginal
31321 status open
31322
31323 \begin_layout Plain Layout
31324 This margin note is shifted up 1.5
31325 \begin_inset space \thinspace{}
31326 \end_inset
31327
31328 cm from its original position.
31329 \end_layout
31330
31331 \end_inset
31332
31333
31334 \family default
31335 \series default
31336
31337 \begin_inset ERT
31338 status collapsed
31339
31340 \begin_layout Plain Layout
31341
31342 [-1.5cm]
31343 \end_layout
31344
31345 \end_inset
31346
31347
31348 \end_layout
31349
31350 \begin_layout Standard
31351 \begin_inset VSpace medskip
31352 \end_inset
31353
31354 With 
31355 \series bold
31356 marginnote
31357 \series default
31358  you can also change the alignment of the text in the margin note.
31359  For example the commands
31360 \end_layout
31361
31362 \begin_layout Standard
31363
31364 \series bold
31365
31366 \backslash
31367 renewcommand*{
31368 \backslash
31369 raggedleftmarginnote}{
31370 \backslash
31371 centering}
31372 \begin_inset Newline newline
31373 \end_inset
31374
31375
31376 \backslash
31377 renewcommand*{
31378 \backslash
31379 raggedrightmarginnote}{
31380 \backslash
31381 centering}
31382 \end_layout
31383
31384 \begin_layout Standard
31385 set the alignment to centered.
31386  
31387 \series bold
31388
31389 \backslash
31390 raggedleftmarginnote
31391 \series default
31392  denotes margin notes that appear at the left side.
31393 \family roman
31394 \series medium
31395
31396 \begin_inset ERT
31397 status collapsed
31398
31399 \begin_layout Plain Layout
31400
31401
31402 \backslash
31403 renewcommand*{
31404 \backslash
31405 raggedleftmarginnote}{
31406 \backslash
31407 centering}
31408 \end_layout
31409
31410 \begin_layout Plain Layout
31411
31412
31413 \backslash
31414 renewcommand*{
31415 \backslash
31416 raggedrightmarginnote}{
31417 \backslash
31418 centering}
31419 \end_layout
31420
31421 \end_inset
31422
31423
31424 \begin_inset Marginal
31425 status open
31426
31427 \begin_layout Plain Layout
31428 The text of this margin note is centered.
31429 \end_layout
31430
31431 \end_inset
31432
31433
31434 \family default
31435 \series default
31436  The default is
31437 \end_layout
31438
31439 \begin_layout Standard
31440
31441 \series bold
31442
31443 \backslash
31444 renewcommand*{
31445 \backslash
31446 raggedleftmarginnote}{
31447 \backslash
31448 raggedleft}
31449 \begin_inset Newline newline
31450 \end_inset
31451
31452
31453 \backslash
31454 renewcommand*{
31455 \backslash
31456 raggedrightmarginnote}{
31457 \backslash
31458 raggedright}
31459 \family roman
31460 \series medium
31461
31462 \begin_inset ERT
31463 status collapsed
31464
31465 \begin_layout Plain Layout
31466
31467
31468 \backslash
31469 renewcommand*{
31470 \backslash
31471 raggedleftmarginnote}{
31472 \backslash
31473 raggedleft}
31474 \end_layout
31475
31476 \begin_layout Plain Layout
31477
31478
31479 \backslash
31480 renewcommand*{
31481 \backslash
31482 raggedrightmarginnote}{
31483 \backslash
31484 raggedright}
31485 \end_layout
31486
31487 \end_inset
31488
31489
31490 \end_layout
31491
31492 \begin_layout Standard
31493 \begin_inset VSpace medskip
31494 \end_inset
31495
31496 For the other features of 
31497 \series bold
31498 marginnote
31499 \series default
31500  refer to its documentation 
31501 \begin_inset CommandInset citation
31502 LatexCommand cite
31503 key "marginnote"
31504
31505 \end_inset
31506
31507 .
31508 \end_layout
31509
31510 \begin_layout Standard
31511 \begin_inset VSpace bigskip
31512 \end_inset
31513
31514 You can adjust the layout of margin notes by changing its definition.
31515  To create for example a header for all margin notes with the underlined,
31516  sans-serif, and bold header text 
31517 \begin_inset Quotes eld
31518 \end_inset
31519
31520
31521 \family sans
31522 \series bold
31523 \bar under
31524 Attention!
31525 \family default
31526 \series default
31527 \bar default
31528
31529 \begin_inset Quotes erd
31530 \end_inset
31531
31532 , add this to your document preamble:
31533 \end_layout
31534
31535 \begin_layout Standard
31536
31537 \series bold
31538
31539 \backslash
31540 let
31541 \backslash
31542 myMarginpar
31543 \backslash
31544 marginpar
31545 \begin_inset Newline newline
31546 \end_inset
31547
31548
31549 \backslash
31550 renewcommand{
31551 \backslash
31552 marginpar}[1]{
31553 \backslash
31554 myMarginpar{%
31555 \begin_inset Newline newline
31556 \end_inset
31557
31558
31559 \begin_inset Phantom HPhantom
31560 status open
31561
31562 \begin_layout Plain Layout
31563
31564 \series bold
31565 \begin_inset space ~
31566 \end_inset
31567
31568
31569 \end_layout
31570
31571 \end_inset
31572
31573
31574 \backslash
31575 hspace{0pt}
31576 \backslash
31577 textsf{
31578 \backslash
31579 textbf{
31580 \backslash
31581 underbar{Attention!}}}%
31582 \begin_inset Newline newline
31583 \end_inset
31584
31585
31586 \begin_inset Phantom HPhantom
31587 status open
31588
31589 \begin_layout Plain Layout
31590
31591 \series bold
31592 \begin_inset space ~
31593 \end_inset
31594
31595
31596 \end_layout
31597
31598 \end_inset
31599
31600
31601 \backslash
31602 vspace{1.5mm}
31603 \backslash
31604
31605 \backslash
31606 #1}}
31607 \end_layout
31608
31609 \begin_layout Standard
31610
31611 \family roman
31612 \series medium
31613 \begin_inset ERT
31614 status collapsed
31615
31616 \begin_layout Plain Layout
31617
31618
31619 \backslash
31620 let
31621 \backslash
31622 myMarginpar
31623 \backslash
31624 marginpar
31625 \end_layout
31626
31627 \begin_layout Plain Layout
31628
31629
31630 \backslash
31631 renewcommand{
31632 \backslash
31633 marginpar}[1]{
31634 \backslash
31635 myMarginpar{%
31636 \end_layout
31637
31638 \begin_layout Plain Layout
31639
31640    
31641 \backslash
31642 textsf{
31643 \backslash
31644 textbf{
31645 \backslash
31646 underbar{Attention!}}}%
31647 \end_layout
31648
31649 \begin_layout Plain Layout
31650
31651    
31652 \backslash
31653 vspace{1.5mm}
31654 \backslash
31655
31656 \backslash
31657 #1}}
31658 \end_layout
31659
31660 \end_inset
31661
31662
31663 \begin_inset Marginal
31664 status open
31665
31666 \begin_layout Plain Layout
31667 This is a margin note with a defined heading.
31668 \end_layout
31669
31670 \end_inset
31671
31672
31673 \family default
31674 \series default
31675
31676 \begin_inset ERT
31677 status collapsed
31678
31679 \begin_layout Plain Layout
31680
31681 [-1.5cm]
31682 \end_layout
31683
31684 \end_inset
31685
31686
31687 \family roman
31688 \series medium
31689
31690 \begin_inset ERT
31691 status collapsed
31692
31693 \begin_layout Plain Layout
31694
31695
31696 \backslash
31697 renewcommand{
31698 \backslash
31699 marginpar}[1]{
31700 \backslash
31701 myMarginpar{#1}}
31702 \end_layout
31703
31704 \end_inset
31705
31706
31707 \family default
31708 \series default
31709
31710 \begin_inset Note Note
31711 status collapsed
31712
31713 \begin_layout Plain Layout
31714 The margin note format is changed only for this example.
31715 \end_layout
31716
31717 \end_inset
31718
31719
31720 \end_layout
31721
31722 \begin_layout Standard
31723 \begin_inset ERT
31724 status collapsed
31725
31726 \begin_layout Plain Layout
31727
31728
31729 \backslash
31730 else
31731 \end_layout
31732
31733 \end_inset
31734
31735
31736 \begin_inset Note Note
31737 status open
31738
31739 \begin_layout Plain Layout
31740 The following will be displayed when the LaTeX-package 
31741 \series bold
31742 marginnote
31743 \series default
31744  is not installed:
31745 \end_layout
31746
31747 \end_inset
31748
31749
31750 \end_layout
31751
31752 \begin_layout Standard
31753 You need to install the LaTeX-package 
31754 \series bold
31755 marginnote
31756 \series default
31757  to see the following part of this section in the output.
31758 \end_layout
31759
31760 \begin_layout Standard
31761 \begin_inset ERT
31762 status collapsed
31763
31764 \begin_layout Plain Layout
31765
31766
31767 \backslash
31768 fi
31769 \end_layout
31770
31771 \end_inset
31772
31773
31774 \end_layout
31775
31776 \begin_layout Chapter
31777 Boxes
31778 \end_layout
31779
31780 \begin_layout Section
31781 Introduction
31782 \begin_inset Index idx
31783 status collapsed
31784
31785 \begin_layout Plain Layout
31786 Boxes ! Introduction
31787 \end_layout
31788
31789 \end_inset
31790
31791
31792 \end_layout
31793
31794 \begin_layout Standard
31795 Boxes are used to format a block of text.
31796  Boxes can be used to write documents with multiple languages, see section
31797 \begin_inset space ~
31798 \end_inset
31799
31800
31801 \begin_inset CommandInset ref
31802 LatexCommand ref
31803 reference "sec:Minipages"
31804
31805 \end_inset
31806
31807 , to frame texts, see section
31808 \begin_inset space ~
31809 \end_inset
31810
31811
31812 \begin_inset CommandInset ref
31813 LatexCommand ref
31814 reference "sec:Decoration"
31815
31816 \end_inset
31817
31818 , to prevent words from being hyphenated, see section
31819 \begin_inset space ~
31820 \end_inset
31821
31822
31823 \begin_inset CommandInset ref
31824 LatexCommand ref
31825 reference "sec:Prevent-Hyphenation"
31826
31827 \end_inset
31828
31829 , to align text, see section
31830 \begin_inset space ~
31831 \end_inset
31832
31833
31834 \begin_inset CommandInset ref
31835 LatexCommand ref
31836 reference "sub:Vertical-Alignment"
31837
31838 \end_inset
31839
31840 , or to set the background color of texts, see section
31841 \begin_inset space ~
31842 \end_inset
31843
31844
31845 \begin_inset CommandInset ref
31846 LatexCommand ref
31847 reference "sec:Colored-Boxes"
31848
31849 \end_inset
31850
31851 .
31852 \end_layout
31853
31854 \begin_layout Standard
31855 Boxes can be inserted with the menu 
31856 \family sans
31857 Insert\SpecialChar \menuseparator
31858 Box
31859 \family default
31860  or the toolbar button 
31861 \begin_inset Info
31862 type  "icon"
31863 arg   "box-insert Frameless"
31864 \end_inset
31865
31866 .
31867  A grey box with the label 
31868 \family sans
31869 Box (Minipage)
31870 \family default
31871
31872 \begin_inset Graphics
31873         filename clipart/BoxInsetDefaultQt4.png
31874         scale 85
31875         scaleBeforeRotation
31876
31877 \end_inset
31878
31879  will be inserted.
31880  The box type can be specified by right-clicking on the box and selecting
31881  
31882 \family sans
31883 Settings
31884 \family default
31885 .
31886  The box dialog offers the 
31887 \family sans
31888 Inner
31889 \begin_inset space ~
31890 \end_inset
31891
31892 Box
31893 \family default
31894  types 
31895 \family sans
31896 Makebox
31897 \family default
31898
31899 \family sans
31900 Parbox
31901 \family default
31902  and 
31903 \family sans
31904 Minipage
31905 \family default
31906 .
31907  The type 
31908 \family sans
31909 Minipage
31910 \family default
31911  is the default for new boxes and is explained in section
31912 \begin_inset space ~
31913 \end_inset
31914
31915
31916 \begin_inset CommandInset ref
31917 LatexCommand ref
31918 reference "sec:Minipages"
31919
31920 \end_inset
31921
31922 ; the type 
31923 \family sans
31924 Parbox
31925 \family default
31926  is described in section
31927 \begin_inset space ~
31928 \end_inset
31929
31930
31931 \begin_inset CommandInset ref
31932 LatexCommand ref
31933 reference "sec:Parboxes"
31934
31935 \end_inset
31936
31937  and the type 
31938 \family sans
31939 Makebox
31940 \family default
31941  in 
31942 \begin_inset CommandInset ref
31943 LatexCommand ref
31944 reference "sec:Prevent-Hyphenation"
31945
31946 \end_inset
31947
31948 .
31949 \end_layout
31950
31951 \begin_layout Standard
31952 Boxes are not numbered and can therefore not be referenced like floats or
31953  footnotes.
31954 \end_layout
31955
31956 \begin_layout Standard
31957 \begin_inset Note Greyedout
31958 status open
31959
31960 \begin_layout Plain Layout
31961
31962 \series bold
31963 Note:
31964 \series default
31965  Boxes must not be the item in an 
31966 \family sans
31967 Itemize
31968 \family default
31969  or 
31970 \family sans
31971 Description
31972 \family default
31973  environment.
31974 \end_layout
31975
31976 \end_inset
31977
31978
31979 \end_layout
31980
31981 \begin_layout Standard
31982 \begin_inset Note Greyedout
31983 status open
31984
31985 \begin_layout Plain Layout
31986
31987 \series bold
31988 Note:
31989 \series default
31990  For an unknown reason you can only set the 
31991 \family sans
31992 Inner
31993 \begin_inset space ~
31994 \end_inset
31995
31996 Box
31997 \family default
31998  type to 
31999 \family sans
32000 None
32001 \family default
32002  when you use a framed box.
32003  Boxes without an 
32004 \family sans
32005 Inner
32006 \begin_inset space ~
32007 \end_inset
32008
32009 Box
32010 \family default
32011  type and without frames are explained in section
32012 \begin_inset space ~
32013 \end_inset
32014
32015
32016 \begin_inset CommandInset ref
32017 LatexCommand ref
32018 reference "sec:Prevent-Hyphenation"
32019
32020 \end_inset
32021
32022 .
32023 \end_layout
32024
32025 \end_inset
32026
32027
32028 \end_layout
32029
32030 \begin_layout Section
32031 Box Dialog
32032 \begin_inset CommandInset label
32033 LatexCommand label
32034 name "sec:Box-Dialog"
32035
32036 \end_inset
32037
32038
32039 \begin_inset Index idx
32040 status collapsed
32041
32042 \begin_layout Plain Layout
32043 Boxes ! Box Dialog
32044 \end_layout
32045
32046 \end_inset
32047
32048
32049 \end_layout
32050
32051 \begin_layout Subsection
32052 Size
32053 \begin_inset Index idx
32054 status collapsed
32055
32056 \begin_layout Plain Layout
32057 Boxes ! Size
32058 \end_layout
32059
32060 \end_inset
32061
32062
32063 \end_layout
32064
32065 \begin_layout Standard
32066 In the box dialog you can adjust the box geometry in the fields 
32067 \family sans
32068 Width
32069 \family default
32070  and 
32071 \family sans
32072 Height
32073 \family default
32074 .
32075  The available units for the geometry are explained in Table
32076 \begin_inset space ~
32077 \end_inset
32078
32079
32080 \begin_inset CommandInset ref
32081 LatexCommand ref
32082 reference "tab:Units"
32083
32084 \end_inset
32085
32086 .
32087  The field 
32088 \family sans
32089 Height
32090 \family default
32091  offers the following additional sizes:
32092 \end_layout
32093
32094 \begin_layout Description
32095 Depth This is the plain text 
32096 \begin_inset Quotes eld
32097 \end_inset
32098
32099 height
32100 \begin_inset Quotes erd
32101 \end_inset
32102
32103 .
32104  It ignores the total depth when there are multiple text lines in the box:
32105 \begin_inset Newline newline
32106 \end_inset
32107
32108
32109 \begin_inset Newline newline
32110 \end_inset
32111
32112
32113 \begin_inset Newline newline
32114 \end_inset
32115
32116
32117 \begin_inset Box Boxed
32118 position "c"
32119 hor_pos "c"
32120 has_inner_box 1
32121 inner_pos "c"
32122 use_parbox 0
32123 use_makebox 0
32124 width "12col%"
32125 special "none"
32126 height "1in"
32127 height_special "depth"
32128 status collapsed
32129
32130 \begin_layout Plain Layout
32131 \align center
32132 Box height set to 1
32133 \begin_inset space \thinspace{}
32134 \end_inset
32135
32136 Depth
32137 \end_layout
32138
32139 \end_inset
32140
32141
32142 \begin_inset Newline newline
32143 \end_inset
32144
32145
32146 \begin_inset Newline newline
32147 \end_inset
32148
32149
32150 \end_layout
32151
32152 \begin_layout Description
32153 Height This is the height of the text that is inside the box.
32154  A value of e.
32155 \begin_inset space \thinspace{}
32156 \end_inset
32157
32158 g.
32159 \begin_inset space \space{}
32160 \end_inset
32161
32162 2 for this size will set the box height to 2
32163 \begin_inset space ~
32164 \end_inset
32165
32166 times the text height: 
32167 \begin_inset Box Boxed
32168 position "c"
32169 hor_pos "c"
32170 has_inner_box 1
32171 inner_pos "c"
32172 use_parbox 0
32173 use_makebox 0
32174 width "20col%"
32175 special "none"
32176 height "2in"
32177 height_special "height"
32178 status collapsed
32179
32180 \begin_layout Plain Layout
32181 \align center
32182 Box height set to 2
32183 \begin_inset space \thinspace{}
32184 \end_inset
32185
32186 Height
32187 \end_layout
32188
32189 \end_inset
32190
32191
32192 \end_layout
32193
32194 \begin_layout Description
32195 Total
32196 \begin_inset space ~
32197 \end_inset
32198
32199 Height This is the Height
32200 \begin_inset space \thinspace{}
32201 \end_inset
32202
32203 +
32204 \begin_inset space \thinspace{}
32205 \end_inset
32206
32207 Depth: 
32208 \begin_inset Box Boxed
32209 position "c"
32210 hor_pos "c"
32211 has_inner_box 1
32212 inner_pos "c"
32213 use_parbox 0
32214 use_makebox 0
32215 width "20col%"
32216 special "none"
32217 height "1in"
32218 height_special "totalheight"
32219 status collapsed
32220
32221 \begin_layout Plain Layout
32222 \align center
32223 Box height set to 1
32224 \begin_inset space \thinspace{}
32225 \end_inset
32226
32227 Total
32228 \begin_inset space ~
32229 \end_inset
32230
32231 Height
32232 \end_layout
32233
32234 \end_inset
32235
32236
32237 \end_layout
32238
32239 \begin_layout Description
32240 Width This sets the width of the box as height: 
32241 \begin_inset Box Boxed
32242 position "c"
32243 hor_pos "c"
32244 has_inner_box 1
32245 inner_pos "c"
32246 use_parbox 0
32247 use_makebox 0
32248 width "12col%"
32249 special "none"
32250 height "1in"
32251 height_special "width"
32252 status collapsed
32253
32254 \begin_layout Plain Layout
32255 \align center
32256 Box height set to 1
32257 \begin_inset space \thinspace{}
32258 \end_inset
32259
32260 Width
32261 \end_layout
32262
32263 \end_inset
32264
32265
32266 \end_layout
32267
32268 \begin_layout Subsection
32269 Alignment
32270 \begin_inset Index idx
32271 status collapsed
32272
32273 \begin_layout Plain Layout
32274 Boxes ! Alignment
32275 \end_layout
32276
32277 \end_inset
32278
32279
32280 \end_layout
32281
32282 \begin_layout Standard
32283 When you have chosen an 
32284 \family sans
32285 Inner
32286 \begin_inset space ~
32287 \end_inset
32288
32289 Box
32290 \family default
32291 , the vertical box alignment can be:
32292 \end_layout
32293
32294 \begin_layout Description
32295 Top This is an example text line.
32296  
32297 \begin_inset Box Boxed
32298 position "t"
32299 hor_pos "c"
32300 has_inner_box 1
32301 inner_pos "c"
32302 use_parbox 0
32303 use_makebox 0
32304 width "12col%"
32305 special "none"
32306 height "1in"
32307 height_special "totalheight"
32308 status collapsed
32309
32310 \begin_layout Plain Layout
32311 \align center
32312 This box is top-aligned.
32313 \end_layout
32314
32315 \end_inset
32316
32317  This is an example text line.
32318 \end_layout
32319
32320 \begin_layout Description
32321 Middle This is an example text line.
32322  
32323 \begin_inset Box Boxed
32324 position "c"
32325 hor_pos "c"
32326 has_inner_box 1
32327 inner_pos "c"
32328 use_parbox 0
32329 use_makebox 0
32330 width "12col%"
32331 special "none"
32332 height "1in"
32333 height_special "totalheight"
32334 status collapsed
32335
32336 \begin_layout Plain Layout
32337 \align center
32338 This box is middle-aligned.
32339 \end_layout
32340
32341 \end_inset
32342
32343  This is an example text line.
32344 \end_layout
32345
32346 \begin_layout Description
32347 Bottom This is an example text line.
32348  
32349 \begin_inset Box Boxed
32350 position "b"
32351 hor_pos "c"
32352 has_inner_box 1
32353 inner_pos "c"
32354 use_parbox 0
32355 use_makebox 0
32356 width "12col%"
32357 special "none"
32358 height "1in"
32359 height_special "totalheight"
32360 status collapsed
32361
32362 \begin_layout Plain Layout
32363 \align center
32364 This box is bottom-aligned.
32365 \end_layout
32366
32367 \end_inset
32368
32369  This is an example text line.
32370 \end_layout
32371
32372 \begin_layout Standard
32373 \begin_inset Note Greyedout
32374 status open
32375
32376 \begin_layout Plain Layout
32377
32378 \series bold
32379 Note:
32380 \series default
32381  The vertical box alignment can be lost in the output when you have two
32382  boxes in a line and one has e.
32383 \begin_inset space \thinspace{}
32384 \end_inset
32385
32386 g.
32387 \begin_inset space \space{}
32388 \end_inset
32389
32390 a shadow and the other one not.
32391 \end_layout
32392
32393 \end_inset
32394
32395
32396 \end_layout
32397
32398 \begin_layout Standard
32399 The horizontal box alignment can be set via LyX's paragraph dialog when
32400  you set the box into its own paragraph.
32401 \end_layout
32402
32403 \begin_layout Standard
32404 \begin_inset VSpace bigskip
32405 \end_inset
32406
32407 When you have chosen an 
32408 \family sans
32409 Inner
32410 \begin_inset space ~
32411 \end_inset
32412
32413 Box
32414 \family default
32415 , the box content can be aligned vertically to:
32416 \end_layout
32417
32418 \begin_layout Description
32419 top This is an example text line.
32420  
32421 \begin_inset Box Boxed
32422 position "c"
32423 hor_pos "c"
32424 has_inner_box 1
32425 inner_pos "t"
32426 use_parbox 0
32427 use_makebox 0
32428 width "12col%"
32429 special "none"
32430 height "1.5in"
32431 height_special "totalheight"
32432 status collapsed
32433
32434 \begin_layout Plain Layout
32435 \align center
32436 This box text is top-aligned.
32437 \end_layout
32438
32439 \end_inset
32440
32441  This is an example text line.
32442 \end_layout
32443
32444 \begin_layout Description
32445 middle This is an example text line.
32446  
32447 \begin_inset Box Boxed
32448 position "c"
32449 hor_pos "c"
32450 has_inner_box 1
32451 inner_pos "c"
32452 use_parbox 0
32453 use_makebox 0
32454 width "12col%"
32455 special "none"
32456 height "1.5in"
32457 height_special "totalheight"
32458 status collapsed
32459
32460 \begin_layout Plain Layout
32461 \align center
32462 This box text is middle-aligned.
32463 \end_layout
32464
32465 \end_inset
32466
32467  This is an example text line.
32468 \end_layout
32469
32470 \begin_layout Description
32471 bottom This is an example text line.
32472  
32473 \begin_inset Box Boxed
32474 position "c"
32475 hor_pos "c"
32476 has_inner_box 1
32477 inner_pos "b"
32478 use_parbox 0
32479 use_makebox 0
32480 width "12col%"
32481 special "none"
32482 height "1.5in"
32483 height_special "totalheight"
32484 status collapsed
32485
32486 \begin_layout Plain Layout
32487 \align center
32488 This box text is bottom-aligned.
32489 \end_layout
32490
32491 \end_inset
32492
32493  This is an example text line.
32494 \end_layout
32495
32496 \begin_layout Description
32497 stretch This is an example text line.
32498  
32499 \begin_inset Box Boxed
32500 position "c"
32501 hor_pos "c"
32502 has_inner_box 1
32503 inner_pos "s"
32504 use_parbox 0
32505 use_makebox 0
32506 width "12col%"
32507 special "none"
32508 height "1.5in"
32509 height_special "totalheight"
32510 status collapsed
32511
32512 \begin_layout Plain Layout
32513 \align center
32514 This box
32515 \end_layout
32516
32517 \begin_layout Plain Layout
32518 \align center
32519 text is
32520 \end_layout
32521
32522 \begin_layout Plain Layout
32523 \align center
32524 stretched.
32525 \end_layout
32526
32527 \end_inset
32528
32529  This is an example text line.
32530 \end_layout
32531
32532 \begin_layout Standard
32533 To stretch the box content, it must consist of more than one paragraph.
32534  In the example above every text line is in an own paragraph.
32535 \end_layout
32536
32537 \begin_layout Standard
32538 \begin_inset VSpace bigskip
32539 \end_inset
32540
32541 To align the box content horizontally you can use LyX's paragraph dialog
32542  when you have chosen an 
32543 \family sans
32544 Inner
32545 \begin_inset space ~
32546 \end_inset
32547
32548 Box
32549 \family default
32550 .
32551 \end_layout
32552
32553 \begin_layout Standard
32554 \align center
32555 \begin_inset Box Boxed
32556 position "c"
32557 hor_pos "c"
32558 has_inner_box 1
32559 inner_pos "s"
32560 use_parbox 0
32561 use_makebox 0
32562 width "15col%"
32563 special "none"
32564 height "1.25in"
32565 height_special "totalheight"
32566 status collapsed
32567
32568 \begin_layout Plain Layout
32569 \align left
32570 This box
32571 \end_layout
32572
32573 \begin_layout Plain Layout
32574 \align center
32575 text is
32576 \end_layout
32577
32578 \begin_layout Plain Layout
32579 \align right
32580 stretched.
32581 \end_layout
32582
32583 \end_inset
32584
32585
32586 \end_layout
32587
32588 \begin_layout Standard
32589 If you have not set an 
32590 \family sans
32591 Inner
32592 \begin_inset space ~
32593 \end_inset
32594
32595 Box
32596 \family default
32597 , you can align the box content horizontally in the box dialog.
32598 \end_layout
32599
32600 \begin_layout Standard
32601 \align center
32602 \begin_inset Box Boxed
32603 position "c"
32604 hor_pos "s"
32605 has_inner_box 0
32606 inner_pos "s"
32607 use_parbox 0
32608 use_makebox 0
32609 width "90col%"
32610 special "none"
32611 height "1.25in"
32612 height_special "totalheight"
32613 status collapsed
32614
32615 \begin_layout Plain Layout
32616 This box text is horizontally stretched.
32617 \end_layout
32618
32619 \end_inset
32620
32621
32622 \end_layout
32623
32624 \begin_layout Subsection
32625 Decoration
32626 \begin_inset CommandInset label
32627 LatexCommand label
32628 name "sec:Decoration"
32629
32630 \end_inset
32631
32632
32633 \begin_inset Index idx
32634 status collapsed
32635
32636 \begin_layout Plain Layout
32637 Boxes ! Decoration
32638 \end_layout
32639
32640 \end_inset
32641
32642
32643 \end_layout
32644
32645 \begin_layout Standard
32646 The type of the box can be specified in the box dialog in the drop-down
32647  list 
32648 \family sans
32649 Decoration
32650 \family default
32651 .
32652  The following types are possible:
32653 \end_layout
32654
32655 \begin_layout Description
32656 No
32657 \begin_inset space ~
32658 \end_inset
32659
32660 frame Nothing is drawn.
32661 \end_layout
32662
32663 \begin_layout Description
32664 Simple
32665 \begin_inset space ~
32666 \end_inset
32667
32668 rectangular
32669 \begin_inset space ~
32670 \end_inset
32671
32672 frame This draws a rectangular frame around the box.
32673  The frame line thickness has the size of 
32674 \series bold
32675
32676 \backslash
32677 fboxrule
32678 \series default
32679 .
32680  
32681 \begin_inset Box Boxed
32682 position "c"
32683 hor_pos "c"
32684 has_inner_box 1
32685 inner_pos "c"
32686 use_parbox 0
32687 use_makebox 0
32688 width "20col%"
32689 special "none"
32690 height "1in"
32691 height_special "totalheight"
32692 status collapsed
32693
32694 \begin_layout Plain Layout
32695 \align center
32696 Rectangular box
32697 \end_layout
32698
32699 \end_inset
32700
32701
32702 \end_layout
32703
32704 \begin_layout Description
32705 Oval
32706 \begin_inset space ~
32707 \end_inset
32708
32709 box,
32710 \begin_inset space ~
32711 \end_inset
32712
32713 thin This draws an oval frame around the box.
32714  The frame line thickness has the size 0.4
32715 \begin_inset space \thinspace{}
32716 \end_inset
32717
32718 pt.
32719  
32720 \begin_inset Box ovalbox
32721 position "c"
32722 hor_pos "c"
32723 has_inner_box 1
32724 inner_pos "c"
32725 use_parbox 0
32726 use_makebox 0
32727 width "20col%"
32728 special "none"
32729 height "1in"
32730 height_special "totalheight"
32731 status collapsed
32732
32733 \begin_layout Plain Layout
32734 \align center
32735 Oval box, thin
32736 \end_layout
32737
32738 \end_inset
32739
32740
32741 \end_layout
32742
32743 \begin_layout Description
32744 Oval
32745 \begin_inset space ~
32746 \end_inset
32747
32748 box,
32749 \begin_inset space ~
32750 \end_inset
32751
32752 thick This draws an oval frame around the box.
32753  The frame line thickness has the size 0.8
32754 \begin_inset space \thinspace{}
32755 \end_inset
32756
32757 pt.
32758  
32759 \begin_inset Box Ovalbox
32760 position "c"
32761 hor_pos "c"
32762 has_inner_box 1
32763 inner_pos "c"
32764 use_parbox 0
32765 use_makebox 0
32766 width "20col%"
32767 special "none"
32768 height "1in"
32769 height_special "totalheight"
32770 status collapsed
32771
32772 \begin_layout Plain Layout
32773 \align center
32774 Oval box, thick
32775 \end_layout
32776
32777 \end_inset
32778
32779
32780 \end_layout
32781
32782 \begin_layout Description
32783 Drop
32784 \begin_inset space ~
32785 \end_inset
32786
32787 shadow This draws a rectangular frame with a shadow around the box.
32788  The frame line thickness has the size of 
32789 \series bold
32790
32791 \backslash
32792 fboxrule
32793 \series default
32794 , the shadow has a width of 4
32795 \begin_inset space \thinspace{}
32796 \end_inset
32797
32798 pt.
32799  
32800 \begin_inset Box Shadowbox
32801 position "c"
32802 hor_pos "c"
32803 has_inner_box 1
32804 inner_pos "c"
32805 use_parbox 0
32806 use_makebox 0
32807 width "20col%"
32808 special "none"
32809 height "1in"
32810 height_special "totalheight"
32811 status collapsed
32812
32813 \begin_layout Plain Layout
32814 \align center
32815 Shadow box
32816 \end_layout
32817
32818 \end_inset
32819
32820
32821 \end_layout
32822
32823 \begin_layout Description
32824 Shaded
32825 \begin_inset space ~
32826 \end_inset
32827
32828 background This draws a box with a red background.
32829  Unlike colored boxes
32830 \begin_inset Foot
32831 status collapsed
32832
32833 \begin_layout Plain Layout
32834 see sec.
32835 \begin_inset space \thinspace{}
32836 \end_inset
32837
32838
32839 \begin_inset CommandInset ref
32840 LatexCommand ref
32841 reference "sec:Colored-Boxes"
32842
32843 \end_inset
32844
32845
32846 \end_layout
32847
32848 \end_inset
32849
32850 , it always uses the whole column width and the box is set as its own paragraph.
32851  
32852 \begin_inset Box Shaded
32853 position "t"
32854 hor_pos "c"
32855 has_inner_box 0
32856 inner_pos "t"
32857 use_parbox 0
32858 use_makebox 0
32859 width "50col%"
32860 special "none"
32861 height "1in"
32862 height_special "totalheight"
32863 status collapsed
32864
32865 \begin_layout Plain Layout
32866 Shaded background box
32867 \end_layout
32868
32869 \end_inset
32870
32871
32872 \end_layout
32873
32874 \begin_layout Description
32875 Double
32876 \begin_inset space ~
32877 \end_inset
32878
32879 rectangular
32880 \begin_inset space ~
32881 \end_inset
32882
32883 frame This draws a double-line rectangular frame around the box.
32884  The line thickness of the inner frame is 0.75
32885 \begin_inset space \thinspace{}
32886 \end_inset
32887
32888
32889 \series bold
32890
32891 \backslash
32892 fboxrule
32893 \series default
32894 , the thickness of the outer frame is 1.5
32895 \begin_inset space \thinspace{}
32896 \end_inset
32897
32898
32899 \series bold
32900
32901 \backslash
32902 fboxrule
32903 \series default
32904 .
32905  The distance between the lines is 1.5
32906 \begin_inset space \thinspace{}
32907 \end_inset
32908
32909
32910 \series bold
32911
32912 \backslash
32913 fboxrule
32914 \series default
32915
32916 \begin_inset space \thinspace{}
32917 \end_inset
32918
32919 +
32920 \begin_inset space \thinspace{}
32921 \end_inset
32922
32923 0.5
32924 \begin_inset space \thinspace{}
32925 \end_inset
32926
32927 pt.
32928  
32929 \begin_inset Box Doublebox
32930 position "c"
32931 hor_pos "c"
32932 has_inner_box 1
32933 inner_pos "c"
32934 use_parbox 0
32935 use_makebox 0
32936 width "20col%"
32937 special "none"
32938 height "1in"
32939 height_special "totalheight"
32940 status collapsed
32941
32942 \begin_layout Plain Layout
32943 \align center
32944 Double rectangular box
32945 \end_layout
32946
32947 \end_inset
32948
32949
32950 \end_layout
32951
32952 \begin_layout Standard
32953 \begin_inset VSpace bigskip
32954 \end_inset
32955
32956 LyX's box label will reflect the different frame types.
32957  To be able to use all types, the LaTeX-package 
32958 \series bold
32959 fancybox
32960 \series default
32961
32962 \begin_inset Index idx
32963 status collapsed
32964
32965 \begin_layout Plain Layout
32966 LaTeX-packages ! fancybox
32967 \end_layout
32968
32969 \end_inset
32970
32971  must be installed.
32972 \end_layout
32973
32974 \begin_layout Standard
32975 \begin_inset VSpace bigskip
32976 \end_inset
32977
32978 When you use the decoration 
32979 \family sans
32980 simple rectangular frame
32981 \family default
32982  and no inner box, you can allow page breaks within a box.
32983  Note that then, unlike other framed boxes, the frame always uses the whole
32984  column width, the box is set as its own paragraph, and 
32985 \series bold
32986
32987 \backslash
32988 fboxrule
32989 \series default
32990  and 
32991 \series bold
32992
32993 \backslash
32994 fboxsep
32995 \series default
32996  have no effect on this box type.
32997  The frame line thickness has the size of 
32998 \series bold
32999
33000 \backslash
33001 FrameRule
33002 \series default
33003 .
33004  
33005 \begin_inset Box Framed
33006 position "t"
33007 hor_pos "c"
33008 has_inner_box 0
33009 inner_pos "t"
33010 use_parbox 0
33011 use_makebox 0
33012 width "100col%"
33013 special "none"
33014 height "1in"
33015 height_special "totalheight"
33016 status collapsed
33017
33018 \begin_layout Plain Layout
33019 Allow page break box
33020 \end_layout
33021
33022 \end_inset
33023
33024
33025 \end_layout
33026
33027 \begin_layout Section
33028 Box Customization
33029 \begin_inset Index idx
33030 status collapsed
33031
33032 \begin_layout Plain Layout
33033 Boxes ! Customization
33034 \end_layout
33035
33036 \end_inset
33037
33038
33039 \end_layout
33040
33041 \begin_layout Standard
33042 The default value for the size 
33043 \series bold
33044
33045 \backslash
33046 fboxrule
33047 \series default
33048  is 0.4
33049 \begin_inset space \thinspace{}
33050 \end_inset
33051
33052 pt.
33053  It can be changed with the following command in TeX-code to e.
33054 \begin_inset space \thinspace{}
33055 \end_inset
33056
33057 g.
33058 \begin_inset space \space{}
33059 \end_inset
33060
33061 2
33062 \begin_inset space \thinspace{}
33063 \end_inset
33064
33065 pt:
33066 \end_layout
33067
33068 \begin_layout Standard
33069
33070 \series bold
33071
33072 \backslash
33073 setlength{
33074 \backslash
33075 fboxrule}{2pt}
33076 \end_layout
33077
33078 \begin_layout Standard
33079 \begin_inset ERT
33080 status collapsed
33081
33082 \begin_layout Plain Layout
33083
33084
33085 \backslash
33086 setlength{
33087 \backslash
33088 fboxrule}{2pt}
33089 \end_layout
33090
33091 \end_inset
33092
33093
33094 \begin_inset Box Boxed
33095 position "c"
33096 hor_pos "c"
33097 has_inner_box 1
33098 inner_pos "c"
33099 use_parbox 0
33100 use_makebox 0
33101 width "25col%"
33102 special "none"
33103 height "1in"
33104 height_special "totalheight"
33105 status open
33106
33107 \begin_layout Plain Layout
33108 \align center
33109 Rectangular box with 
33110 \series bold
33111
33112 \backslash
33113 fboxrule
33114 \series default
33115
33116 \begin_inset space \thinspace{}
33117 \end_inset
33118
33119 =
33120 \begin_inset space \thinspace{}
33121 \end_inset
33122
33123 2
33124 \begin_inset space \thinspace{}
33125 \end_inset
33126
33127 pt
33128 \end_layout
33129
33130 \end_inset
33131
33132
33133 \begin_inset ERT
33134 status collapsed
33135
33136 \begin_layout Plain Layout
33137
33138
33139 \backslash
33140 setlength{
33141 \backslash
33142 fboxrule}{0.4pt}
33143 \end_layout
33144
33145 \end_inset
33146
33147
33148 \end_layout
33149
33150 \begin_layout Standard
33151 \begin_inset VSpace bigskip
33152 \end_inset
33153
33154 The space between the frame and the box content is for all frame styles
33155  by default 3
33156 \begin_inset space \thinspace{}
33157 \end_inset
33158
33159 pt.
33160  You can change it by setting the length 
33161 \series bold
33162
33163 \backslash
33164 fboxsep
33165 \series default
33166  to another value.
33167  For example the command
33168 \end_layout
33169
33170 \begin_layout Standard
33171
33172 \series bold
33173
33174 \backslash
33175 setlength{
33176 \backslash
33177 fboxsep}{10pt}
33178 \end_layout
33179
33180 \begin_layout Standard
33181 sets the value to 10
33182 \begin_inset space \thinspace{}
33183 \end_inset
33184
33185 pt, as with the following box:
33186 \end_layout
33187
33188 \begin_layout Standard
33189 \begin_inset ERT
33190 status collapsed
33191
33192 \begin_layout Plain Layout
33193
33194
33195 \backslash
33196 setlength{
33197 \backslash
33198 fboxsep}{10pt}
33199 \end_layout
33200
33201 \end_inset
33202
33203
33204 \begin_inset Box Boxed
33205 position "c"
33206 hor_pos "c"
33207 has_inner_box 1
33208 inner_pos "c"
33209 use_parbox 0
33210 use_makebox 0
33211 width "25col%"
33212 special "none"
33213 height "1in"
33214 height_special "totalheight"
33215 status open
33216
33217 \begin_layout Plain Layout
33218 \align center
33219 Rectangular box with 
33220 \series bold
33221
33222 \backslash
33223 fboxsep
33224 \series default
33225
33226 \begin_inset space \thinspace{}
33227 \end_inset
33228
33229 =
33230 \begin_inset space \thinspace{}
33231 \end_inset
33232
33233 10
33234 \begin_inset space \thinspace{}
33235 \end_inset
33236
33237 pt
33238 \end_layout
33239
33240 \end_inset
33241
33242
33243 \begin_inset ERT
33244 status collapsed
33245
33246 \begin_layout Plain Layout
33247
33248
33249 \backslash
33250 setlength{
33251 \backslash
33252 fboxsep}{3pt}
33253 \end_layout
33254
33255 \end_inset
33256
33257
33258 \end_layout
33259
33260 \begin_layout Standard
33261 \begin_inset VSpace bigskip
33262 \end_inset
33263
33264 The diameter of the round corners of the oval boxes can be set with the
33265  command 
33266 \series bold
33267
33268 \backslash
33269 cornersize
33270 \series default
33271 .
33272  The command
33273 \end_layout
33274
33275 \begin_layout Standard
33276
33277 \series bold
33278
33279 \backslash
33280 cornersize*{1cm}
33281 \end_layout
33282
33283 \begin_layout Standard
33284 sets the diameter to 1
33285 \begin_inset space \thinspace{}
33286 \end_inset
33287
33288 cm.
33289  The command
33290 \end_layout
33291
33292 \begin_layout Standard
33293
33294 \series bold
33295
33296 \backslash
33297 cornersize{num}
33298 \end_layout
33299
33300 \begin_layout Standard
33301 sets the diameter to 
33302 \family sans
33303 num
33304 \begin_inset space \thinspace{}
33305 \end_inset
33306
33307 ×
33308 \begin_inset space \thinspace{}
33309 \end_inset
33310
33311 minimum(width and height of box)
33312 \family default
33313 .
33314  The default is 
33315 \series bold
33316
33317 \backslash
33318 cornersize{0.5}
33319 \series default
33320 .
33321 \end_layout
33322
33323 \begin_layout Standard
33324 \begin_inset ERT
33325 status collapsed
33326
33327 \begin_layout Plain Layout
33328
33329
33330 \backslash
33331 cornersize*{1.5cm}
33332 \end_layout
33333
33334 \end_inset
33335
33336
33337 \begin_inset Box Ovalbox
33338 position "c"
33339 hor_pos "c"
33340 has_inner_box 1
33341 inner_pos "c"
33342 use_parbox 0
33343 use_makebox 0
33344 width "25col%"
33345 special "none"
33346 height "1in"
33347 height_special "totalheight"
33348 status open
33349
33350 \begin_layout Plain Layout
33351 \align center
33352 Oval box with 
33353 \series bold
33354
33355 \backslash
33356 cornersize
33357 \series default
33358
33359 \begin_inset space \thinspace{}
33360 \end_inset
33361
33362 =
33363 \begin_inset space \thinspace{}
33364 \end_inset
33365
33366 1.5
33367 \begin_inset space \thinspace{}
33368 \end_inset
33369
33370 cm
33371 \end_layout
33372
33373 \end_inset
33374
33375
33376 \begin_inset ERT
33377 status collapsed
33378
33379 \begin_layout Plain Layout
33380
33381
33382 \backslash
33383 cornersize{0.5}
33384 \end_layout
33385
33386 \end_inset
33387
33388
33389 \end_layout
33390
33391 \begin_layout Standard
33392 \begin_inset VSpace bigskip
33393 \end_inset
33394
33395 The size of the shadow can be adjusted by changing the length 
33396 \series bold
33397
33398 \backslash
33399 shadowsize
33400 \series default
33401 .
33402  It it set to 2
33403 \begin_inset space \thinspace{}
33404 \end_inset
33405
33406 pt for the following box by this command:
33407 \end_layout
33408
33409 \begin_layout Standard
33410
33411 \series bold
33412
33413 \backslash
33414 setlength{
33415 \backslash
33416 shadowsize}{2pt}
33417 \end_layout
33418
33419 \begin_layout Standard
33420 \begin_inset ERT
33421 status collapsed
33422
33423 \begin_layout Plain Layout
33424
33425
33426 \backslash
33427 setlength{
33428 \backslash
33429 shadowsize}{2pt}
33430 \end_layout
33431
33432 \end_inset
33433
33434
33435 \begin_inset Box Shadowbox
33436 position "c"
33437 hor_pos "c"
33438 has_inner_box 1
33439 inner_pos "c"
33440 use_parbox 0
33441 use_makebox 0
33442 width "25col%"
33443 special "none"
33444 height "1in"
33445 height_special "totalheight"
33446 status open
33447
33448 \begin_layout Plain Layout
33449 \align center
33450 Shadow box with 
33451 \series bold
33452
33453 \backslash
33454 shadowsize
33455 \series default
33456
33457 \begin_inset space \thinspace{}
33458 \end_inset
33459
33460 =
33461 \begin_inset space \thinspace{}
33462 \end_inset
33463
33464 2
33465 \begin_inset space \thinspace{}
33466 \end_inset
33467
33468 pt
33469 \end_layout
33470
33471 \end_inset
33472
33473
33474 \begin_inset ERT
33475 status collapsed
33476
33477 \begin_layout Plain Layout
33478
33479
33480 \backslash
33481 setlength{
33482 \backslash
33483 shadowsize}{4pt}
33484 \end_layout
33485
33486 \end_inset
33487
33488
33489 \end_layout
33490
33491 \begin_layout Standard
33492 \begin_inset VSpace bigskip
33493 \end_inset
33494
33495
33496 \end_layout
33497
33498 \begin_layout Standard
33499 The default value for the size 
33500 \series bold
33501
33502 \backslash
33503 FrameRule
33504 \series default
33505  is 0.4
33506 \begin_inset space \thinspace{}
33507 \end_inset
33508
33509 pt.
33510  The default space between the note content and the frame is 9
33511 \begin_inset space \thinspace{}
33512 \end_inset
33513
33514 pt and can be changed with the value of 
33515 \series bold
33516
33517 \backslash
33518 FrameSep
33519 \series default
33520 .
33521  For example the frame appearance of the following 
33522 \family sans
33523 box
33524 \family default
33525  is set with the TeX-Code commands
33526 \end_layout
33527
33528 \begin_layout Standard
33529
33530 \series bold
33531
33532 \backslash
33533 setlength{
33534 \backslash
33535 FrameRule}{5pt}
33536 \begin_inset Newline newline
33537 \end_inset
33538
33539
33540 \backslash
33541 setlength{
33542 \backslash
33543 FrameSep}{0.5cm}
33544 \end_layout
33545
33546 \begin_layout Standard
33547 \begin_inset ERT
33548 status collapsed
33549
33550 \begin_layout Plain Layout
33551
33552
33553 \backslash
33554 setlength{
33555 \backslash
33556 FrameRule}{5pt}
33557 \end_layout
33558
33559 \begin_layout Plain Layout
33560
33561
33562 \backslash
33563 setlength{
33564 \backslash
33565 FrameSep}{0.5cm}
33566 \end_layout
33567
33568 \end_inset
33569
33570
33571 \begin_inset Box Framed
33572 position "t"
33573 hor_pos "c"
33574 has_inner_box 0
33575 inner_pos "t"
33576 use_parbox 0
33577 use_makebox 0
33578 width "100col%"
33579 special "none"
33580 height "1in"
33581 height_special "totalheight"
33582 status open
33583
33584 \begin_layout Plain Layout
33585 This is text in an 
33586 \family sans
33587 allow page break
33588 \family default
33589  box.
33590 \end_layout
33591
33592 \end_inset
33593
33594
33595 \begin_inset ERT
33596 status collapsed
33597
33598 \begin_layout Plain Layout
33599
33600
33601 \backslash
33602 setlength{
33603 \backslash
33604 FrameRule}{0.4pt}
33605 \end_layout
33606
33607 \begin_layout Plain Layout
33608
33609
33610 \backslash
33611 setlength{
33612 \backslash
33613 FrameSep}{9pt}
33614 \end_layout
33615
33616 \end_inset
33617
33618
33619 \end_layout
33620
33621 \begin_layout Standard
33622 \begin_inset VSpace bigskip
33623 \end_inset
33624
33625
33626 \end_layout
33627
33628 \begin_layout Standard
33629 For 
33630 \family sans
33631 shaded background
33632 \family default
33633  boxes the default space between the box content and the box border is 3
33634 \begin_inset space \thinspace{}
33635 \end_inset
33636
33637 pt and can be changed with the value of 
33638 \series bold
33639
33640 \backslash
33641 fboxsep
33642 \series default
33643 .
33644  The default background color red can either be changed locally with the
33645  command 
33646 \series bold
33647
33648 \backslash
33649 definecolor{shadecolor}
33650 \series default
33651  or globally with the menu 
33652 \family sans
33653 Tools\SpecialChar \menuseparator
33654 Preferences\SpecialChar \menuseparator
33655 Colors\SpecialChar \menuseparator
33656 shaded
33657 \begin_inset space ~
33658 \end_inset
33659
33660 box
33661 \family default
33662 .
33663  The scheme of the 
33664 \series bold
33665
33666 \backslash
33667 definecolor
33668 \series default
33669  command is explained in section
33670 \begin_inset space ~
33671 \end_inset
33672
33673
33674 \begin_inset CommandInset ref
33675 LatexCommand ref
33676 reference "sec:Colored-Tables"
33677
33678 \end_inset
33679
33680 .
33681 \begin_inset Foot
33682 status collapsed
33683
33684 \begin_layout Plain Layout
33685 Note that 
33686 \series bold
33687
33688 \backslash
33689 definecolor
33690 \series default
33691  requires the LaTeX-package 
33692 \series bold
33693 color
33694 \series default
33695  in the preamble, see section
33696 \begin_inset space ~
33697 \end_inset
33698
33699
33700 \begin_inset CommandInset ref
33701 LatexCommand ref
33702 reference "sec:Colored-Boxes"
33703
33704 \end_inset
33705
33706 .
33707 \end_layout
33708
33709 \end_inset
33710
33711  For example the appearance of the following shaded background box is set
33712  with the TeX-Code commands
33713 \end_layout
33714
33715 \begin_layout Standard
33716
33717 \series bold
33718
33719 \backslash
33720 setlength{
33721 \backslash
33722 fboxsep}{0.5cm}
33723 \series default
33724
33725 \begin_inset Newline newline
33726 \end_inset
33727
33728
33729 \series bold
33730
33731 \backslash
33732 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33733 \end_layout
33734
33735 \begin_layout Standard
33736 \begin_inset ERT
33737 status collapsed
33738
33739 \begin_layout Plain Layout
33740
33741
33742 \backslash
33743 setlength{
33744 \backslash
33745 fboxsep}{0.5cm}
33746 \end_layout
33747
33748 \begin_layout Plain Layout
33749
33750
33751 \backslash
33752 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33753 \end_layout
33754
33755 \end_inset
33756
33757
33758 \begin_inset Box Shaded
33759 position "t"
33760 hor_pos "c"
33761 has_inner_box 0
33762 inner_pos "t"
33763 use_parbox 0
33764 use_makebox 0
33765 width "100col%"
33766 special "none"
33767 height "1in"
33768 height_special "totalheight"
33769 status open
33770
33771 \begin_layout Plain Layout
33772
33773 \color yellow
33774 This is yellow text in a
33775 \color none
33776  
33777 \family sans
33778 \color yellow
33779 shaded background
33780 \family default
33781 \color none
33782  
33783 \color yellow
33784 box with dark green background.
33785 \end_layout
33786
33787 \end_inset
33788
33789
33790 \begin_inset ERT
33791 status collapsed
33792
33793 \begin_layout Plain Layout
33794
33795
33796 \backslash
33797 setlength{
33798 \backslash
33799 fboxsep}{3pt}
33800 \end_layout
33801
33802 \begin_layout Plain Layout
33803
33804
33805 \backslash
33806 definecolor{shadecolor}{rgb}{1,0,0}
33807 \end_layout
33808
33809 \end_inset
33810
33811
33812 \end_layout
33813
33814 \begin_layout Standard
33815 \begin_inset VSpace bigskip
33816 \end_inset
33817
33818 Changed lengths and widths are valid for all boxes following the commands
33819  that change them.
33820 \end_layout
33821
33822 \begin_layout Section
33823 Minipages
33824 \begin_inset CommandInset label
33825 LatexCommand label
33826 name "sec:Minipages"
33827
33828 \end_inset
33829
33830
33831 \begin_inset Index idx
33832 status collapsed
33833
33834 \begin_layout Plain Layout
33835 Boxes ! Minipages
33836 \end_layout
33837
33838 \end_inset
33839
33840
33841 \end_layout
33842
33843 \begin_layout Standard
33844 Minipages are treated by LaTeX as pages within pages and can therefore for
33845  example have their own footnotes.
33846 \end_layout
33847
33848 \begin_layout Standard
33849 Minipages are useful when you write documents with different languages.
33850 \end_layout
33851
33852 \begin_layout Standard
33853 Below are two example minipages side by side.
33854  Their width is set to 45
33855 \begin_inset space \thinspace{}
33856 \end_inset
33857
33858 col% and they are separated by a horizontal fill, that was inserted via
33859  the menu 
33860 \family sans
33861 Insert\SpecialChar \menuseparator
33862 Special
33863 \begin_inset space ~
33864 \end_inset
33865
33866 Formatting\SpecialChar \menuseparator
33867 Horizontal
33868 \begin_inset space ~
33869 \end_inset
33870
33871 Fill
33872 \family default
33873 .
33874 \begin_inset Newpage newpage
33875 \end_inset
33876
33877
33878 \end_layout
33879
33880 \begin_layout Standard
33881 \begin_inset Box Frameless
33882 position "t"
33883 hor_pos "c"
33884 has_inner_box 1
33885 inner_pos "c"
33886 use_parbox 0
33887 use_makebox 0
33888 width "45col%"
33889 special "none"
33890 height "1in"
33891 height_special "totalheight"
33892 status open
33893
33894 \begin_layout Plain Layout
33895
33896 \lang ngerman
33897 Dies ist ein deutscher Text.
33898  Dies ist ein deutscher Text.
33899  Dies ist ein deutscher Text.
33900  Dies ist ein deutscher Text.
33901  Dies ist ein deutscher Text.
33902  Dies ist ein deutscher Text.
33903  Dies ist ein deutscher Text.
33904  Dies ist ein deutscher Text.
33905  Dies ist ein deutscher Text.
33906  Dies ist ein deutscher Text.
33907  Dies ist ein deutscher Text.
33908  Dies ist ein deutscher Text.
33909  Dies ist ein deutscher Text
33910 \begin_inset Foot
33911 status collapsed
33912
33913 \begin_layout Plain Layout
33914
33915 \lang ngerman
33916 Dies ist eine deutsche Fußnote.
33917 \end_layout
33918
33919 \end_inset
33920
33921 .
33922  Dies ist ein deutscher Text.
33923  Dies ist ein deutscher Text.
33924 \end_layout
33925
33926 \end_inset
33927
33928
33929 \begin_inset space \hfill{}
33930 \end_inset
33931
33932
33933 \begin_inset Box Frameless
33934 position "t"
33935 hor_pos "c"
33936 has_inner_box 1
33937 inner_pos "c"
33938 use_parbox 0
33939 use_makebox 0
33940 width "45col%"
33941 special "none"
33942 height "1in"
33943 height_special "totalheight"
33944 status open
33945
33946 \begin_layout Plain Layout
33947 This is an English Text.
33948  This is an English Text.
33949  This is an English Text.
33950  This is an English Text.
33951  This is an English Text.
33952  This is an English Text.
33953  This is an English Text.
33954  This is an English Text.
33955  This is an English Text.
33956  This is an English Text.
33957  This is an English Text.
33958  This is an English Text.
33959  This is an English Text.
33960  This is an English Text.
33961  This is an English Text.
33962  This is an English Text.
33963 \begin_inset Foot
33964 status collapsed
33965
33966 \begin_layout Plain Layout
33967 This is an English footnote.
33968 \end_layout
33969
33970 \end_inset
33971
33972  This is an English Text.
33973 \end_layout
33974
33975 \end_inset
33976
33977
33978 \end_layout
33979
33980 \begin_layout Standard
33981 \begin_inset VSpace bigskip
33982 \end_inset
33983
33984 The document-wide paragraph settings are ignored within minipages.
33985  That means that there will be no space between paragraphs in minipages
33986  although you set it to e.
33987 \begin_inset space \thinspace{}
33988 \end_inset
33989
33990 g.
33991 \begin_inset space \space{}
33992 \end_inset
33993
33994
33995 \family sans
33996 MedSkip
33997 \family default
33998  in the document settings.
33999 \end_layout
34000
34001 \begin_layout Standard
34002 Minipages can also be used to set a background color for text parts, see
34003  section
34004 \begin_inset space ~
34005 \end_inset
34006
34007
34008 \begin_inset CommandInset ref
34009 LatexCommand ref
34010 reference "sub:Color-for-Paragraphs"
34011
34012 \end_inset
34013
34014 .
34015 \end_layout
34016
34017 \begin_layout Standard
34018 \begin_inset Note Greyedout
34019 status open
34020
34021 \begin_layout Plain Layout
34022
34023 \series bold
34024 Note:
34025 \series default
34026  You cannot have floats or margin notes inside minipages but minipages can
34027  be used inside tables, floats, and other boxes.
34028 \end_layout
34029
34030 \end_inset
34031
34032
34033 \end_layout
34034
34035 \begin_layout Section
34036 Parboxes
34037 \begin_inset CommandInset label
34038 LatexCommand label
34039 name "sec:Parboxes"
34040
34041 \end_inset
34042
34043
34044 \begin_inset Index idx
34045 status collapsed
34046
34047 \begin_layout Plain Layout
34048 Boxes ! Parboxes
34049 \end_layout
34050
34051 \end_inset
34052
34053
34054 \end_layout
34055
34056 \begin_layout Standard
34057 Parboxes are very similar to minipages with the difference that they cannot
34058  have footnotes.
34059 \end_layout
34060
34061 \begin_layout Standard
34062 \align center
34063 \begin_inset Box Frameless
34064 position "t"
34065 hor_pos "c"
34066 has_inner_box 1
34067 inner_pos "t"
34068 use_parbox 1
34069 use_makebox 0
34070 width "33col%"
34071 special "none"
34072 height "1in"
34073 height_special "totalheight"
34074 status open
34075
34076 \begin_layout Plain Layout
34077 This a text within a parbox.
34078  This a text within a parbox.
34079 \end_layout
34080
34081 \begin_layout Plain Layout
34082 This footnote won't appear:
34083 \begin_inset Foot
34084 status collapsed
34085
34086 \begin_layout Plain Layout
34087 This footnote is inside a parbox and will therefore not appear.
34088 \end_layout
34089
34090 \end_inset
34091
34092
34093 \end_layout
34094
34095 \end_inset
34096
34097
34098 \end_layout
34099
34100 \begin_layout Section
34101 Boxes for Words and Characters
34102 \begin_inset Index idx
34103 status collapsed
34104
34105 \begin_layout Plain Layout
34106 Boxes ! for Characters
34107 \end_layout
34108
34109 \end_inset
34110
34111
34112 \end_layout
34113
34114 \begin_layout Subsection
34115 Prevent Hyphenation
34116 \begin_inset CommandInset label
34117 LatexCommand label
34118 name "sec:Prevent-Hyphenation"
34119
34120 \end_inset
34121
34122
34123 \begin_inset Index idx
34124 status collapsed
34125
34126 \begin_layout Plain Layout
34127 Boxes ! to Prevent Hyphenation
34128 \end_layout
34129
34130 \end_inset
34131
34132
34133 \end_layout
34134
34135 \begin_layout Standard
34136 You can use the box type 
34137 \family sans
34138 Makebox
34139 \family default
34140  to prevent words or text from being hyphenated.
34141 \begin_inset Newline newline
34142 \end_inset
34143
34144 Here is an example text:
34145 \end_layout
34146
34147 \begin_layout Standard
34148 This line is an example to show how you can prevent the hyphenation of 
34149 \begin_inset Quotes eld
34150 \end_inset
34151
34152 veryverylongword
34153 \begin_inset Quotes erd
34154 \end_inset
34155
34156 .
34157 \end_layout
34158
34159 \begin_layout Standard
34160 To prevent the hyphenation of the word 
34161 \begin_inset Quotes eld
34162 \end_inset
34163
34164 veryverylongword
34165 \begin_inset Quotes erd
34166 \end_inset
34167
34168 , put the word into a box, set the 
34169 \family sans
34170 Inner
34171 \begin_inset space ~
34172 \end_inset
34173
34174 box
34175 \family default
34176  to 
34177 \family sans
34178 Makebox
34179 \family default
34180  and its width to 1
34181 \begin_inset space \thinspace{}
34182 \end_inset
34183
34184 Width.
34185 \end_layout
34186
34187 \begin_layout Standard
34188 This is the result:
34189 \end_layout
34190
34191 \begin_layout Standard
34192 This line is an example to show how you can prevent the hyphenation of 
34193 \begin_inset Box Frameless
34194 position "t"
34195 hor_pos "c"
34196 has_inner_box 1
34197 inner_pos "t"
34198 use_parbox 0
34199 use_makebox 1
34200 width "1in"
34201 special "width"
34202 height "1in"
34203 height_special "totalheight"
34204 status open
34205
34206 \begin_layout Plain Layout
34207 \begin_inset Quotes eld
34208 \end_inset
34209
34210 veryverylongword
34211 \begin_inset Quotes erd
34212 \end_inset
34213
34214
34215 \end_layout
34216
34217 \end_inset
34218
34219 .
34220 \end_layout
34221
34222 \begin_layout Standard
34223 You can alternatively set the command 
34224 \begin_inset Quotes eld
34225 \end_inset
34226
34227
34228 \series bold
34229
34230 \backslash
34231 -
34232 \series default
34233
34234 \begin_inset Quotes grd
34235 \end_inset
34236
34237  as TeX-Code directly before the word:
34238 \end_layout
34239
34240 \begin_layout Standard
34241 This line is an example to show how you can prevent the hyphenation of 
34242 \begin_inset Quotes eld
34243 \end_inset
34244
34245
34246 \begin_inset ERT
34247 status collapsed
34248
34249 \begin_layout Plain Layout
34250
34251
34252 \backslash
34253 -
34254 \end_layout
34255
34256 \end_inset
34257
34258 veryverylongword
34259 \begin_inset Quotes erd
34260 \end_inset
34261
34262 .
34263 \end_layout
34264
34265 \begin_layout Standard
34266 Of course the word now protrudes over the side margin.
34267  To avoid this, add via the menu 
34268 \family sans
34269 Insert\SpecialChar \menuseparator
34270 Formatting\SpecialChar \menuseparator
34271 Ragged
34272 \begin_inset space ~
34273 \end_inset
34274
34275 Line
34276 \begin_inset space ~
34277 \end_inset
34278
34279 Break
34280 \family default
34281  (shortcut 
34282 \begin_inset Info
34283 type  "shortcut"
34284 arg   "newline-insert newline"
34285 \end_inset
34286
34287 ) a line break before the word:
34288 \end_layout
34289
34290 \begin_layout Standard
34291 This line is an example to show how you can prevent the hyphenation of 
34292 \begin_inset Newline newline
34293 \end_inset
34294
34295
34296 \begin_inset Box Frameless
34297 position "t"
34298 hor_pos "c"
34299 has_inner_box 1
34300 inner_pos "t"
34301 use_parbox 0
34302 use_makebox 1
34303 width "1in"
34304 special "width"
34305 height "1in"
34306 height_special "totalheight"
34307 status open
34308
34309 \begin_layout Plain Layout
34310 \begin_inset Quotes eld
34311 \end_inset
34312
34313 veryverylongword
34314 \begin_inset Quotes erd
34315 \end_inset
34316
34317
34318 \end_layout
34319
34320 \end_inset
34321
34322 .
34323 \end_layout
34324
34325 \begin_layout Subsection
34326 Vertical Alignment
34327 \begin_inset CommandInset label
34328 LatexCommand label
34329 name "sub:Vertical-Alignment"
34330
34331 \end_inset
34332
34333
34334 \begin_inset Index idx
34335 status collapsed
34336
34337 \begin_layout Plain Layout
34338 Boxes ! for Vertical Alignment
34339 \end_layout
34340
34341 \end_inset
34342
34343
34344 \begin_inset Index idx
34345 status collapsed
34346
34347 \begin_layout Plain Layout
34348 Boxes ! Raiseboxes
34349 \end_layout
34350
34351 \end_inset
34352
34353
34354 \end_layout
34355
34356 \begin_layout Standard
34357 With the help of the command 
34358 \series bold
34359
34360 \backslash
34361 raisebox
34362 \series default
34363  you can align words, characters or other boxes vertically relative to the
34364  surrounding text.
34365  
34366 \series bold
34367
34368 \backslash
34369 raisebox
34370 \series default
34371  is used with the following scheme:
34372 \end_layout
34373
34374 \begin_layout Standard
34375
34376 \series bold
34377
34378 \backslash
34379 raisebox{lift}[height][depth]{box content}
34380 \end_layout
34381
34382 \begin_layout Standard
34383 The lift can be a positive value to raise the box or a negative value to
34384  lower the box.
34385 \end_layout
34386
34387 \begin_layout Standard
34388 To align for example the word 
34389 \begin_inset Quotes eld
34390 \end_inset
34391
34392 preventing
34393 \begin_inset Quotes erd
34394 \end_inset
34395
34396  so that the bottom of the 
34397 \begin_inset Quotes eld
34398 \end_inset
34399
34400 deepest
34401 \begin_inset Quotes erd
34402 \end_inset
34403
34404  character 
34405 \begin_inset Quotes eld
34406 \end_inset
34407
34408 p
34409 \begin_inset Quotes erd
34410 \end_inset
34411
34412  is at the baseline, insert the command
34413 \end_layout
34414
34415 \begin_layout Standard
34416
34417 \series bold
34418
34419 \backslash
34420 raisebox{
34421 \backslash
34422 depth}{
34423 \end_layout
34424
34425 \begin_layout Standard
34426 in TeX-Code before the word.
34427  After the word insert a closing brace 
34428 \begin_inset Quotes eld
34429 \end_inset
34430
34431
34432 \series bold
34433 }
34434 \series default
34435
34436 \begin_inset Quotes erd
34437 \end_inset
34438
34439  in TeX-Code.
34440 \begin_inset Newline newline
34441 \end_inset
34442
34443 This is the result:
34444 \end_layout
34445
34446 \begin_layout Standard
34447 This is a text line with the word 
34448 \begin_inset ERT
34449 status collapsed
34450
34451 \begin_layout Plain Layout
34452
34453
34454 \backslash
34455 raisebox{
34456 \backslash
34457 depth}{
34458 \end_layout
34459
34460 \end_inset
34461
34462
34463 \begin_inset Quotes eld
34464 \end_inset
34465
34466 preventing
34467 \begin_inset Quotes erd
34468 \end_inset
34469
34470
34471 \begin_inset ERT
34472 status collapsed
34473
34474 \begin_layout Plain Layout
34475
34476 }
34477 \end_layout
34478
34479 \end_inset
34480
34481  as a raised word.
34482 \end_layout
34483
34484 \begin_layout Standard
34485 \begin_inset VSpace bigskip
34486 \end_inset
34487
34488 When you raise or lower characters in a line, the line distance will be
34489  spread:
34490 \end_layout
34491
34492 \begin_layout Standard
34493 This is a text line with the word 
34494 \begin_inset ERT
34495 status collapsed
34496
34497 \begin_layout Plain Layout
34498
34499
34500 \backslash
34501 raisebox{-
34502 \backslash
34503 depth}{
34504 \end_layout
34505
34506 \end_inset
34507
34508
34509 \begin_inset Quotes eld
34510 \end_inset
34511
34512 preventing
34513 \begin_inset Quotes erd
34514 \end_inset
34515
34516
34517 \begin_inset ERT
34518 status collapsed
34519
34520 \begin_layout Plain Layout
34521
34522 }
34523 \end_layout
34524
34525 \end_inset
34526
34527  as a lowered word.
34528 \begin_inset Newline newline
34529 \end_inset
34530
34531 This is a text line with the word 
34532 \begin_inset ERT
34533 status collapsed
34534
34535 \begin_layout Plain Layout
34536
34537
34538 \backslash
34539 raisebox{0.5cm}{
34540 \end_layout
34541
34542 \end_inset
34543
34544
34545 \begin_inset Quotes eld
34546 \end_inset
34547
34548 testing
34549 \begin_inset Quotes erd
34550 \end_inset
34551
34552
34553 \begin_inset ERT
34554 status collapsed
34555
34556 \begin_layout Plain Layout
34557
34558 }
34559 \end_layout
34560
34561 \end_inset
34562
34563  as a raised word.
34564 \end_layout
34565
34566 \begin_layout Standard
34567 If you want to prevent this for a certain reason, set the box height to
34568  a zero value.
34569  For example use
34570 \end_layout
34571
34572 \begin_layout Standard
34573
34574 \series bold
34575
34576 \backslash
34577 raisebox{-
34578 \backslash
34579 depth}[0pt]{
34580 \end_layout
34581
34582 \begin_layout Standard
34583 This is a text line with the word 
34584 \begin_inset ERT
34585 status collapsed
34586
34587 \begin_layout Plain Layout
34588
34589
34590 \backslash
34591 raisebox{-
34592 \backslash
34593 depth}[0pt]{
34594 \end_layout
34595
34596 \end_inset
34597
34598
34599 \begin_inset Quotes eld
34600 \end_inset
34601
34602 preventing
34603 \begin_inset Quotes erd
34604 \end_inset
34605
34606
34607 \begin_inset ERT
34608 status collapsed
34609
34610 \begin_layout Plain Layout
34611
34612 }
34613 \end_layout
34614
34615 \end_inset
34616
34617  as a lowered word.
34618 \begin_inset Newline newline
34619 \end_inset
34620
34621 This is a text line with the word 
34622 \begin_inset ERT
34623 status collapsed
34624
34625 \begin_layout Plain Layout
34626
34627
34628 \backslash
34629 raisebox{0.5cm}[0pt]{
34630 \end_layout
34631
34632 \end_inset
34633
34634
34635 \begin_inset Quotes eld
34636 \end_inset
34637
34638 testing
34639 \begin_inset Quotes erd
34640 \end_inset
34641
34642
34643 \begin_inset ERT
34644 status collapsed
34645
34646 \begin_layout Plain Layout
34647
34648 }
34649 \end_layout
34650
34651 \end_inset
34652
34653  as a raised word.
34654 \end_layout
34655
34656 \begin_layout Section
34657 Colored Boxes
34658 \begin_inset CommandInset label
34659 LatexCommand label
34660 name "sec:Colored-Boxes"
34661
34662 \end_inset
34663
34664
34665 \begin_inset Index idx
34666 status collapsed
34667
34668 \begin_layout Plain Layout
34669 Boxes ! Color
34670 \end_layout
34671
34672 \end_inset
34673
34674
34675 \end_layout
34676
34677 \begin_layout Subsection
34678 Color for Text
34679 \begin_inset Index idx
34680 status collapsed
34681
34682 \begin_layout Plain Layout
34683 Color ! for Text
34684 \end_layout
34685
34686 \end_inset
34687
34688
34689 \end_layout
34690
34691 \begin_layout Standard
34692 To color the background of text the text must be put into a so called 
34693 \begin_inset Quotes eld
34694 \end_inset
34695
34696 colorbox
34697 \begin_inset Quotes erd
34698 \end_inset
34699
34700 .
34701  This requires that the LaTeX-package 
34702 \series bold
34703 color
34704 \series default
34705
34706 \begin_inset Index idx
34707 status collapsed
34708
34709 \begin_layout Plain Layout
34710 LaTeX-packages ! color
34711 \end_layout
34712
34713 \end_inset
34714
34715  is loaded in the document preamble with the command
34716 \end_layout
34717
34718 \begin_layout Standard
34719
34720 \series bold
34721
34722 \backslash
34723 @ifundefined{textcolor}
34724 \begin_inset Newline newline
34725 \end_inset
34726
34727
34728 \begin_inset Phantom HPhantom
34729 status open
34730
34731 \begin_layout Plain Layout
34732
34733 \series bold
34734 \begin_inset space ~
34735 \end_inset
34736
34737
34738 \end_layout
34739
34740 \end_inset
34741
34742 {
34743 \backslash
34744 usepackage{color}}{}
34745 \end_layout
34746
34747 \begin_layout Standard
34748 The package 
34749 \series bold
34750 color
34751 \series default
34752  will be loaded automatically by LyX when you color text.
34753 \begin_inset Foot
34754 status collapsed
34755
34756 \begin_layout Plain Layout
34757 To avoid it being loaded twice the command 
34758 \series bold
34759
34760 \backslash
34761 @ifundefined
34762 \series default
34763  is used.
34764 \end_layout
34765
34766 \end_inset
34767
34768
34769 \end_layout
34770
34771 \begin_layout Standard
34772 \begin_inset VSpace medskip
34773 \end_inset
34774
34775 Colorboxes are created with the command 
34776 \series bold
34777
34778 \backslash
34779 colorbox
34780 \series default
34781 .
34782  This will be used with the following scheme:
34783 \end_layout
34784
34785 \begin_layout Standard
34786
34787 \series bold
34788
34789 \backslash
34790 colorbox{color}{box content}
34791 \end_layout
34792
34793 \begin_layout Standard
34794 The box content can also be a box and colorboxes can also be within other
34795  boxes.
34796 \end_layout
34797
34798 \begin_layout Standard
34799 The following colors are predefined:
34800 \begin_inset Newline newline
34801 \end_inset
34802
34803
34804 \family sans
34805 black
34806 \family default
34807
34808 \family sans
34809 blue
34810 \family default
34811
34812 \family sans
34813 cyan
34814 \family default
34815 \series bold
34816 ,
34817 \series default
34818  
34819 \family sans
34820 green
34821 \family default
34822
34823 \family sans
34824 magenta
34825 \family default
34826
34827 \family sans
34828 red
34829 \family default
34830
34831 \family sans
34832 white
34833 \family default
34834 , and 
34835 \family sans
34836 yellow
34837 \family default
34838 .
34839 \begin_inset Newline newline
34840 \end_inset
34841
34842 You can also define your own color as described in section
34843 \begin_inset space ~
34844 \end_inset
34845
34846
34847 \begin_inset CommandInset ref
34848 LatexCommand ref
34849 reference "sec:Colored-Tables"
34850
34851 \end_inset
34852
34853 .
34854 \end_layout
34855
34856 \begin_layout Standard
34857 To have e.
34858 \begin_inset space \thinspace{}
34859 \end_inset
34860
34861 g.
34862 \begin_inset space \space{}
34863 \end_inset
34864
34865 a red background for a word, insert the command
34866 \end_layout
34867
34868 \begin_layout Standard
34869
34870 \series bold
34871
34872 \backslash
34873 colorbox{red}{
34874 \end_layout
34875
34876 \begin_layout Standard
34877 before the word in TeX-Code.
34878  After the word insert a closing brace 
34879 \begin_inset Quotes eld
34880 \end_inset
34881
34882
34883 \series bold
34884 }
34885 \series default
34886
34887 \begin_inset Quotes erd
34888 \end_inset
34889
34890  in TeX-Code.
34891 \begin_inset Newline newline
34892 \end_inset
34893
34894 This is the result:
34895 \end_layout
34896
34897 \begin_layout Standard
34898 This is a line where the word 
34899 \begin_inset ERT
34900 status collapsed
34901
34902 \begin_layout Plain Layout
34903
34904
34905 \backslash
34906 colorbox{red}{
34907 \end_layout
34908
34909 \end_inset
34910
34911
34912 \begin_inset Quotes eld
34913 \end_inset
34914
34915 Attention!
34916 \begin_inset Quotes erd
34917 \end_inset
34918
34919
34920 \begin_inset ERT
34921 status collapsed
34922
34923 \begin_layout Plain Layout
34924
34925 }
34926 \end_layout
34927
34928 \end_inset
34929
34930  has a red background.
34931 \end_layout
34932
34933 \begin_layout Standard
34934 \begin_inset VSpace bigskip
34935 \end_inset
34936
34937 If you would like the box frame in a different color, you can use the command
34938  
34939 \series bold
34940
34941 \backslash
34942 fcolorbox
34943 \series default
34944  with the following scheme:
34945 \end_layout
34946
34947 \begin_layout Standard
34948
34949 \series bold
34950
34951 \backslash
34952 fcolorbox{frame color}{box color}{box content}
34953 \end_layout
34954
34955 \begin_layout Standard
34956
34957 \series bold
34958
34959 \backslash
34960 fcolorbox
34961 \series default
34962  is an extension to 
34963 \series bold
34964
34965 \backslash
34966 colorbox
34967 \series default
34968 .
34969  The frame thickness and the space between the frame and the box content
34970  can be adjusted with the lengths 
34971 \series bold
34972
34973 \backslash
34974 fboxrule
34975 \series default
34976  and 
34977 \series bold
34978
34979 \backslash
34980 fboxsep
34981 \series default
34982 , respectively, as described in section
34983 \begin_inset space ~
34984 \end_inset
34985
34986
34987 \begin_inset CommandInset ref
34988 LatexCommand ref
34989 reference "sec:Decoration"
34990
34991 \end_inset
34992
34993 .
34994 \end_layout
34995
34996 \begin_layout Standard
34997 For the following example the command
34998 \end_layout
34999
35000 \begin_layout Standard
35001
35002 \series bold
35003
35004 \backslash
35005 fcolorbox{cyan}{magenta}{
35006 \end_layout
35007
35008 \begin_layout Standard
35009 was used.
35010 \end_layout
35011
35012 \begin_layout Standard
35013 Here is an example where the frame line thickness was set to 1
35014 \begin_inset space \thinspace{}
35015 \end_inset
35016
35017 mm:
35018 \begin_inset Newline newline
35019 \end_inset
35020
35021
35022 \begin_inset ERT
35023 status collapsed
35024
35025 \begin_layout Plain Layout
35026
35027
35028 \backslash
35029 fboxrule 1mm 
35030 \backslash
35031 fboxsep 1mm
35032 \end_layout
35033
35034 \end_inset
35035
35036
35037 \begin_inset ERT
35038 status collapsed
35039
35040 \begin_layout Plain Layout
35041
35042
35043 \backslash
35044 fcolorbox{cyan}{magenta}{
35045 \end_layout
35046
35047 \end_inset
35048
35049 This is text within a colored, framed box.
35050 \begin_inset ERT
35051 status collapsed
35052
35053 \begin_layout Plain Layout
35054
35055 }
35056 \end_layout
35057
35058 \end_inset
35059
35060
35061 \end_layout
35062
35063 \begin_layout Standard
35064 \begin_inset VSpace bigskip
35065 \end_inset
35066
35067 Of course you can also have colored text inside a colorbox:
35068 \begin_inset Newline newline
35069 \end_inset
35070
35071
35072 \begin_inset ERT
35073 status collapsed
35074
35075 \begin_layout Plain Layout
35076
35077
35078 \backslash
35079 fcolorbox{cyan}{magenta}{
35080 \end_layout
35081
35082 \end_inset
35083
35084
35085 \color yellow
35086 This is colored text within a colored, framed box.
35087 \color none
35088
35089 \begin_inset ERT
35090 status collapsed
35091
35092 \begin_layout Plain Layout
35093
35094 }
35095 \end_layout
35096
35097 \end_inset
35098
35099
35100 \begin_inset ERT
35101 status collapsed
35102
35103 \begin_layout Plain Layout
35104
35105
35106 \backslash
35107 fboxrule 0.4pt 
35108 \backslash
35109 fboxsep 3pt
35110 \end_layout
35111
35112 \end_inset
35113
35114
35115 \end_layout
35116
35117 \begin_layout Standard
35118 \begin_inset VSpace medskip
35119 \end_inset
35120
35121
35122 \end_layout
35123
35124 \begin_layout Standard
35125 \begin_inset Note Greyedout
35126 status open
35127
35128 \begin_layout Plain Layout
35129
35130 \series bold
35131 Note:
35132 \series default
35133  Text in colorboxes cannot have line breaks.
35134  To color multiple text lines or paragraphs, use a box inside a colorbox
35135  as described in the following.
35136 \end_layout
35137
35138 \end_inset
35139
35140
35141 \end_layout
35142
35143 \begin_layout Subsection
35144 Color for Paragraphs
35145 \begin_inset CommandInset label
35146 LatexCommand label
35147 name "sub:Color-for-Paragraphs"
35148
35149 \end_inset
35150
35151
35152 \begin_inset Index idx
35153 status collapsed
35154
35155 \begin_layout Plain Layout
35156 Color ! for Paragraphs
35157 \end_layout
35158
35159 \end_inset
35160
35161
35162 \end_layout
35163
35164 \begin_layout Standard
35165 To set the background color for more than one text line, put the text into
35166  a minipage.
35167  Before the minipage insert the 
35168 \series bold
35169
35170 \backslash
35171 colorbox
35172 \series default
35173  command
35174 \end_layout
35175
35176 \begin_layout Standard
35177
35178 \series bold
35179
35180 \backslash
35181 colorbox{color}{
35182 \end_layout
35183
35184 \begin_layout Standard
35185 in TeX-Code.
35186  After the minipage insert a closing brace 
35187 \begin_inset Quotes eld
35188 \end_inset
35189
35190
35191 \series bold
35192 }
35193 \series default
35194
35195 \begin_inset Quotes erd
35196 \end_inset
35197
35198  in TeX-Code.
35199 \end_layout
35200
35201 \begin_layout Standard
35202 \begin_inset ERT
35203 status collapsed
35204
35205 \begin_layout Plain Layout
35206
35207
35208 \backslash
35209 colorbox{lightgrey}{
35210 \end_layout
35211
35212 \end_inset
35213
35214
35215 \begin_inset Box Frameless
35216 position "t"
35217 hor_pos "c"
35218 has_inner_box 1
35219 inner_pos "t"
35220 use_parbox 0
35221 use_makebox 0
35222 width "100col%"
35223 special "none"
35224 height "1in"
35225 height_special "totalheight"
35226 status collapsed
35227
35228 \begin_layout Plain Layout
35229 This is text with background color.
35230  This is text with background color.
35231 \end_layout
35232
35233 \begin_layout Plain Layout
35234 \begin_inset VSpace defskip
35235 \end_inset
35236
35237 The text can have footnotes
35238 \begin_inset Foot
35239 status collapsed
35240
35241 \begin_layout Plain Layout
35242 Another example footnote
35243 \end_layout
35244
35245 \end_inset
35246
35247  and can include tables and figures.
35248 \end_layout
35249
35250 \begin_layout Plain Layout
35251 \align center
35252 \begin_inset Tabular
35253 <lyxtabular version="3" rows="3" columns="3">
35254 <features tabularvalignment="middle">
35255 <column alignment="center" valignment="top" width="0">
35256 <column alignment="center" valignment="top" width="0">
35257 <column alignment="center" valignment="top" width="0">
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 a
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 !
35273 \end_layout
35274
35275 \end_inset
35276 </cell>
35277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35278 \begin_inset Text
35279
35280 \begin_layout Plain Layout
35281 3
35282 \end_layout
35283
35284 \end_inset
35285 </cell>
35286 </row>
35287 <row>
35288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35289 \begin_inset Text
35290
35291 \begin_layout Plain Layout
35292 <
35293 \end_layout
35294
35295 \end_inset
35296 </cell>
35297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35298 \begin_inset Text
35299
35300 \begin_layout Plain Layout
35301 b2
35302 \begin_inset Quotes erd
35303 \end_inset
35304
35305 |
35306 \end_layout
35307
35308 \end_inset
35309 </cell>
35310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35311 \begin_inset Text
35312
35313 \begin_layout Plain Layout
35314 >
35315 \end_layout
35316
35317 \end_inset
35318 </cell>
35319 </row>
35320 <row>
35321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35322 \begin_inset Text
35323
35324 \begin_layout Plain Layout
35325 1
35326 \end_layout
35327
35328 \end_inset
35329 </cell>
35330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35331 \begin_inset Text
35332
35333 \begin_layout Plain Layout
35334 §
35335 \end_layout
35336
35337 \end_inset
35338 </cell>
35339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35340 \begin_inset Text
35341
35342 \begin_layout Plain Layout
35343 c
35344 \end_layout
35345
35346 \end_inset
35347 </cell>
35348 </row>
35349 </lyxtabular>
35350
35351 \end_inset
35352
35353
35354 \end_layout
35355
35356 \end_inset
35357
35358
35359 \begin_inset ERT
35360 status collapsed
35361
35362 \begin_layout Plain Layout
35363
35364 }
35365 \end_layout
35366
35367 \end_inset
35368
35369
35370 \end_layout
35371
35372 \begin_layout Section
35373 Rotated and Scaled Boxes
35374 \end_layout
35375
35376 \begin_layout Standard
35377 To use the commands described in this section, the LaTeX-package 
35378 \series bold
35379 graphicx
35380 \series default
35381
35382 \begin_inset Index idx
35383 status collapsed
35384
35385 \begin_layout Plain Layout
35386 LaTeX-packages ! graphicx
35387 \end_layout
35388
35389 \end_inset
35390
35391  needs to be loaded in the document preamble with the command
35392 \end_layout
35393
35394 \begin_layout Standard
35395
35396 \series bold
35397
35398 \backslash
35399 @ifundefined{rotatebox}
35400 \begin_inset Newline newline
35401 \end_inset
35402
35403
35404 \begin_inset Phantom HPhantom
35405 status open
35406
35407 \begin_layout Plain Layout
35408
35409 \series bold
35410 \begin_inset space ~
35411 \end_inset
35412
35413
35414 \end_layout
35415
35416 \end_inset
35417
35418 {
35419 \backslash
35420 usepackage{graphicx}}{}
35421 \end_layout
35422
35423 \begin_layout Standard
35424 \begin_inset Note Greyedout
35425 status open
35426
35427 \begin_layout Plain Layout
35428
35429 \series bold
35430 Note:
35431 \series default
35432  Not all DVI-viewers are able to display rotated or scaled material.
35433 \end_layout
35434
35435 \end_inset
35436
35437
35438 \end_layout
35439
35440 \begin_layout Standard
35441 \begin_inset Note Greyedout
35442 status open
35443
35444 \begin_layout Plain Layout
35445
35446 \series bold
35447 Note:
35448 \series default
35449  Floats are not allowed inside a rotated or scaled box.
35450 \end_layout
35451
35452 \end_inset
35453
35454
35455 \end_layout
35456
35457 \begin_layout Subsection
35458 Rotated Boxes
35459 \begin_inset Index idx
35460 status collapsed
35461
35462 \begin_layout Plain Layout
35463 Boxes ! rotated
35464 \end_layout
35465
35466 \end_inset
35467
35468
35469 \begin_inset Index idx
35470 status collapsed
35471
35472 \begin_layout Plain Layout
35473 Rotated Material
35474 \end_layout
35475
35476 \end_inset
35477
35478
35479 \end_layout
35480
35481 \begin_layout Standard
35482 To rotate material, you can put it into a rotated box.
35483  Such a box is created using the command 
35484 \series bold
35485
35486 \backslash
35487 rotatebox
35488 \series default
35489  in TeX-Code with the following scheme:
35490 \end_layout
35491
35492 \begin_layout Standard
35493
35494 \series bold
35495
35496 \backslash
35497 rotatebox[rotation origin]{rotation angle}{box content}
35498 \end_layout
35499
35500 \begin_layout Standard
35501 The rotation origin is specified in the form 
35502 \series bold
35503 origin=position
35504 \series default
35505 .
35506  The following positions are possible: 
35507 \emph on
35508 c
35509 \emph default
35510  (center), 
35511 \emph on
35512 l
35513 \emph default
35514  (left), 
35515 \emph on
35516 r
35517 \emph default
35518  (right), 
35519 \emph on
35520 b
35521 \emph default
35522  (bottom), 
35523 \emph on
35524 t
35525 \emph default
35526  (top), along with meaningful combinations of the four base positions.
35527  For example 
35528 \emph on
35529 lt
35530 \emph default
35531  means that the rotation origin is at the top left corner of the box.
35532  When no rotation origin is specified, the position 
35533 \emph on
35534 l
35535 \emph default
35536  will be used.
35537  The rotation angle is a number that can be negative that specifies the
35538  angle in degrees.
35539  The rotation direction is counterclockwise.
35540 \end_layout
35541
35542 \begin_layout Standard
35543 In the following example the command 
35544 \series bold
35545
35546 \backslash
35547 rotatebox[origin=c]{60}{
35548 \series default
35549  was inserted as TeX-Code before the text 
35550 \begin_inset Quotes eld
35551 \end_inset
35552
35553 with rotated
35554 \begin_inset Quotes erd
35555 \end_inset
35556
35557 ; after the text the box was closed by a closing brace 
35558 \series bold
35559 }
35560 \series default
35561  in TeX-Code.
35562 \end_layout
35563
35564 \begin_layout Standard
35565 This is a line 
35566 \begin_inset ERT
35567 status collapsed
35568
35569 \begin_layout Plain Layout
35570
35571
35572 \backslash
35573 rotatebox[origin=c]{60}{
35574 \end_layout
35575
35576 \end_inset
35577
35578 with rotated
35579 \begin_inset ERT
35580 status collapsed
35581
35582 \begin_layout Plain Layout
35583
35584 }
35585 \end_layout
35586
35587 \end_inset
35588
35589  text.
35590 \end_layout
35591
35592 \begin_layout Standard
35593 The box content can also be another box or an inline formula:
35594 \end_layout
35595
35596 \begin_layout Standard
35597 This is a line
35598 \begin_inset ERT
35599 status collapsed
35600
35601 \begin_layout Plain Layout
35602
35603
35604 \backslash
35605 rotatebox[origin=r]{-60}{
35606 \end_layout
35607
35608 \end_inset
35609
35610
35611 \begin_inset Box Doublebox
35612 position "c"
35613 hor_pos "c"
35614 has_inner_box 0
35615 inner_pos "c"
35616 use_parbox 0
35617 use_makebox 0
35618 width "1in"
35619 special "width"
35620 height "1in"
35621 height_special "totalheight"
35622 status collapsed
35623
35624 \begin_layout Plain Layout
35625 with rotated
35626 \end_layout
35627
35628 \end_inset
35629
35630
35631 \begin_inset ERT
35632 status collapsed
35633
35634 \begin_layout Plain Layout
35635
35636 }
35637 \end_layout
35638
35639 \end_inset
35640
35641  framed text 
35642 \begin_inset ERT
35643 status collapsed
35644
35645 \begin_layout Plain Layout
35646
35647
35648 \backslash
35649 rotatebox[origin=lb]{60}{
35650 \end_layout
35651
35652 \end_inset
35653
35654
35655 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35656 \end_inset
35657
35658
35659 \begin_inset ERT
35660 status collapsed
35661
35662 \begin_layout Plain Layout
35663
35664 }
35665 \end_layout
35666
35667 \end_inset
35668
35669  and a formula.
35670 \end_layout
35671
35672 \begin_layout Standard
35673 or an image or table:
35674 \end_layout
35675
35676 \begin_layout Standard
35677 This is a line
35678 \begin_inset ERT
35679 status collapsed
35680
35681 \begin_layout Plain Layout
35682
35683
35684 \backslash
35685 rotatebox[origin=lb]{90}{
35686 \end_layout
35687
35688 \end_inset
35689
35690
35691 \begin_inset Graphics
35692         filename clipart/platypus.eps
35693         lyxscale 50
35694         width 25col%
35695
35696 \end_inset
35697
35698
35699 \begin_inset ERT
35700 status collapsed
35701
35702 \begin_layout Plain Layout
35703
35704 }
35705 \end_layout
35706
35707 \end_inset
35708
35709  with a rotated image 
35710 \begin_inset ERT
35711 status collapsed
35712
35713 \begin_layout Plain Layout
35714
35715
35716 \backslash
35717 rotatebox[origin=l]{-90}{
35718 \end_layout
35719
35720 \end_inset
35721
35722
35723 \begin_inset Tabular
35724 <lyxtabular version="3" rows="2" columns="2">
35725 <features tabularvalignment="middle">
35726 <column alignment="center" valignment="top" width="0">
35727 <column alignment="center" valignment="top" width="0">
35728 <row>
35729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35730 \begin_inset Text
35731
35732 \begin_layout Plain Layout
35733 q
35734 \end_layout
35735
35736 \end_inset
35737 </cell>
35738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35739 \begin_inset Text
35740
35741 \begin_layout Plain Layout
35742 w
35743 \end_layout
35744
35745 \end_inset
35746 </cell>
35747 </row>
35748 <row>
35749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35750 \begin_inset Text
35751
35752 \begin_layout Plain Layout
35753 e
35754 \end_layout
35755
35756 \end_inset
35757 </cell>
35758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35759 \begin_inset Text
35760
35761 \begin_layout Plain Layout
35762 r
35763 \end_layout
35764
35765 \end_inset
35766 </cell>
35767 </row>
35768 </lyxtabular>
35769
35770 \end_inset
35771
35772
35773 \begin_inset ERT
35774 status collapsed
35775
35776 \begin_layout Plain Layout
35777
35778 }
35779 \end_layout
35780
35781 \end_inset
35782
35783  and table.
35784 \begin_inset Index idx
35785 status collapsed
35786
35787 \begin_layout Plain Layout
35788 Figures ! rotated
35789 \end_layout
35790
35791 \end_inset
35792
35793
35794 \begin_inset Index idx
35795 status collapsed
35796
35797 \begin_layout Plain Layout
35798 Table Customization ! Rotating
35799 \end_layout
35800
35801 \end_inset
35802
35803
35804 \end_layout
35805
35806 \begin_layout Subsection
35807 Scaled Boxes
35808 \begin_inset Index idx
35809 status collapsed
35810
35811 \begin_layout Plain Layout
35812 Boxes ! scaled
35813 \end_layout
35814
35815 \end_inset
35816
35817
35818 \begin_inset Index idx
35819 status collapsed
35820
35821 \begin_layout Plain Layout
35822 Scaled Material
35823 \end_layout
35824
35825 \end_inset
35826
35827
35828 \end_layout
35829
35830 \begin_layout Standard
35831 To scale material the commands 
35832 \series bold
35833
35834 \backslash
35835 scalebox
35836 \series default
35837  and 
35838 \series bold
35839
35840 \backslash
35841 resizebox
35842 \series default
35843  can be used as TeX-Code.
35844 \end_layout
35845
35846 \begin_layout Standard
35847
35848 \series bold
35849
35850 \backslash
35851 scalebox
35852 \series default
35853  is used with the following scheme:
35854 \end_layout
35855
35856 \begin_layout Standard
35857
35858 \series bold
35859
35860 \backslash
35861 scalebox{horizontal}[vertical]{box content}
35862 \end_layout
35863
35864 \begin_layout Standard
35865 Horizontal and vertical are the corresponding scaling factors.
35866  If no vertical scaling factor is given, the horizontal factor will also
35867  be used as the vertical one.
35868 \end_layout
35869
35870 \begin_layout Standard
35871 The command 
35872 \series bold
35873
35874 \backslash
35875 scalebox{2}{Hello}
35876 \series default
35877  creates for example a double size 
35878 \begin_inset ERT
35879 status collapsed
35880
35881 \begin_layout Plain Layout
35882
35883
35884 \backslash
35885 scalebox{2}{
35886 \end_layout
35887
35888 \end_inset
35889
35890 Hello
35891 \begin_inset ERT
35892 status collapsed
35893
35894 \begin_layout Plain Layout
35895
35896 }
35897 \end_layout
35898
35899 \end_inset
35900
35901 , compared with the document text size.
35902 \end_layout
35903
35904 \begin_layout Standard
35905
35906 \series bold
35907
35908 \backslash
35909 scalebox{2}[1]{Hello}
35910 \series default
35911  on the other hand distorts the 
35912 \begin_inset ERT
35913 status collapsed
35914
35915 \begin_layout Plain Layout
35916
35917
35918 \backslash
35919 scalebox{2}[1]{
35920 \end_layout
35921
35922 \end_inset
35923
35924 Hello
35925 \begin_inset ERT
35926 status collapsed
35927
35928 \begin_layout Plain Layout
35929
35930 }
35931 \end_layout
35932
35933 \end_inset
35934
35935 .
35936 \end_layout
35937
35938 \begin_layout Standard
35939 If the scaling factor is negative, the box content will be mirrored.
35940  Therefore the command 
35941 \series bold
35942
35943 \backslash
35944 scalebox{-1}[1]{Hello}
35945 \series default
35946  can be used to create mirror writing: 
35947 \begin_inset ERT
35948 status collapsed
35949
35950 \begin_layout Plain Layout
35951
35952
35953 \backslash
35954 scalebox{-1}[1]{
35955 \end_layout
35956
35957 \end_inset
35958
35959 Hello
35960 \begin_inset ERT
35961 status collapsed
35962
35963 \begin_layout Plain Layout
35964
35965 }
35966 \end_layout
35967
35968 \end_inset
35969
35970
35971 \end_layout
35972
35973 \begin_layout Standard
35974
35975 \series bold
35976
35977 \backslash
35978 scalebox{1}[-1]{Hello}
35979 \series default
35980  reflects the 
35981 \begin_inset ERT
35982 status collapsed
35983
35984 \begin_layout Plain Layout
35985
35986
35987 \backslash
35988 scalebox{1}[-1]{
35989 \end_layout
35990
35991 \end_inset
35992
35993 Hello
35994 \begin_inset ERT
35995 status collapsed
35996
35997 \begin_layout Plain Layout
35998
35999 }
36000 \end_layout
36001
36002 \end_inset
36003
36004  at the base line.
36005 \end_layout
36006
36007 \begin_layout Standard
36008 Equivalent to 
36009 \series bold
36010
36011 \backslash
36012 scalebox{-1}[1]{box content}
36013 \series default
36014  there exists the command
36015 \begin_inset Newline newline
36016 \end_inset
36017
36018
36019 \series bold
36020
36021 \backslash
36022 reflectbox{box content}
36023 \series default
36024 .
36025 \end_layout
36026
36027 \begin_layout Standard
36028 \begin_inset VSpace bigskip
36029 \end_inset
36030
36031 The command 
36032 \series bold
36033
36034 \backslash
36035 resizebox
36036 \series default
36037  is used to scale the box to a defined width and height.
36038  The command scheme is:
36039 \end_layout
36040
36041 \begin_layout Standard
36042
36043 \series bold
36044
36045 \backslash
36046 resizebox{width}{height}{box content}
36047 \end_layout
36048
36049 \begin_layout Standard
36050 If one of the two command arguments given is an exclamation mark 
36051 \series bold
36052 !
36053 \series default
36054 , the size is set so that the aspect ratio of the box content is kept.
36055 \end_layout
36056
36057 \begin_layout Standard
36058 The command 
36059 \series bold
36060
36061 \backslash
36062 resizebox{2cm}{1cm}{Hello}
36063 \series default
36064  produces: 
36065 \begin_inset ERT
36066 status collapsed
36067
36068 \begin_layout Plain Layout
36069
36070
36071 \backslash
36072 resizebox{2cm}{1cm}{
36073 \end_layout
36074
36075 \end_inset
36076
36077 Hello
36078 \begin_inset ERT
36079 status collapsed
36080
36081 \begin_layout Plain Layout
36082
36083 }
36084 \end_layout
36085
36086 \end_inset
36087
36088
36089 \begin_inset Newline newline
36090 \end_inset
36091
36092 The command 
36093 \series bold
36094
36095 \backslash
36096 resizebox{2cm}{!}{Hello}
36097 \series default
36098  produces: 
36099 \begin_inset ERT
36100 status collapsed
36101
36102 \begin_layout Plain Layout
36103
36104
36105 \backslash
36106 resizebox{2cm}{!}{
36107 \end_layout
36108
36109 \end_inset
36110
36111 Hello
36112 \begin_inset ERT
36113 status collapsed
36114
36115 \begin_layout Plain Layout
36116
36117 }
36118 \end_layout
36119
36120 \end_inset
36121
36122
36123 \end_layout
36124
36125 \begin_layout Standard
36126 \begin_inset VSpace bigskip
36127 \end_inset
36128
36129
36130 \begin_inset Note Greyedout
36131 status open
36132
36133 \begin_layout Plain Layout
36134
36135 \series bold
36136 Note:
36137 \series default
36138  When arguments of 
36139 \series bold
36140
36141 \backslash
36142 scalebox
36143 \series default
36144  or 
36145 \series bold
36146
36147 \backslash
36148 resizebox
36149 \series default
36150  are set to zero, no LaTeX-errors occur when exporting the document but
36151  the exported files can not or only partly be displayed.
36152 \end_layout
36153
36154 \end_inset
36155
36156
36157 \end_layout
36158
36159 \begin_layout Standard
36160 \begin_inset VSpace bigskip
36161 \end_inset
36162
36163
36164 \end_layout
36165
36166 \begin_layout Standard
36167 The boxes can be combined in any order.
36168  E.
36169 \begin_inset space \thinspace{}
36170 \end_inset
36171
36172 g.
36173 \begin_inset space \space{}
36174 \end_inset
36175
36176 the command
36177 \begin_inset Newline newline
36178 \end_inset
36179
36180
36181 \series bold
36182
36183 \backslash
36184 rotatebox[origin=c]{-45}{
36185 \backslash
36186 resizebox{2cm}{!}{
36187 \backslash
36188 reflectbox{Hello}}}
36189 \begin_inset Newline newline
36190 \end_inset
36191
36192
36193 \series default
36194 produces:
36195 \end_layout
36196
36197 \begin_layout Standard
36198 \align center
36199 \begin_inset ERT
36200 status collapsed
36201
36202 \begin_layout Plain Layout
36203
36204
36205 \backslash
36206 rotatebox[origin=c]{-45}{
36207 \backslash
36208 resizebox{2cm}{!}{
36209 \backslash
36210 reflectbox{
36211 \end_layout
36212
36213 \end_inset
36214
36215 Hello
36216 \begin_inset ERT
36217 status collapsed
36218
36219 \begin_layout Plain Layout
36220
36221 }}}
36222 \end_layout
36223
36224 \end_inset
36225
36226
36227 \end_layout
36228
36229 \begin_layout Standard
36230 \noindent
36231 Images, tables, and inline formulas are allowed as box content:
36232 \end_layout
36233
36234 \begin_layout Standard
36235 \align center
36236 \begin_inset ERT
36237 status collapsed
36238
36239 \begin_layout Plain Layout
36240
36241
36242 \backslash
36243 rotatebox[origin=c]{-30}{
36244 \backslash
36245 resizebox{2cm}{!}{
36246 \backslash
36247 reflectbox{
36248 \end_layout
36249
36250 \end_inset
36251
36252
36253 \begin_inset Graphics
36254         filename clipart/platypus.eps
36255         lyxscale 50
36256         width 25col%
36257
36258 \end_inset
36259
36260
36261 \begin_inset ERT
36262 status collapsed
36263
36264 \begin_layout Plain Layout
36265
36266 }}}
36267 \end_layout
36268
36269 \end_inset
36270
36271
36272 \begin_inset ERT
36273 status collapsed
36274
36275 \begin_layout Plain Layout
36276
36277
36278 \backslash
36279 rotatebox[origin=c]{-45}{
36280 \backslash
36281 resizebox{2cm}{!}{
36282 \backslash
36283 reflectbox{
36284 \end_layout
36285
36286 \end_inset
36287
36288
36289 \begin_inset Tabular
36290 <lyxtabular version="3" rows="2" columns="2">
36291 <features tabularvalignment="middle">
36292 <column alignment="center" valignment="top" width="0">
36293 <column alignment="center" valignment="top" width="0">
36294 <row>
36295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36296 \begin_inset Text
36297
36298 \begin_layout Plain Layout
36299 q
36300 \end_layout
36301
36302 \end_inset
36303 </cell>
36304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36305 \begin_inset Text
36306
36307 \begin_layout Plain Layout
36308 w
36309 \end_layout
36310
36311 \end_inset
36312 </cell>
36313 </row>
36314 <row>
36315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36316 \begin_inset Text
36317
36318 \begin_layout Plain Layout
36319 e
36320 \end_layout
36321
36322 \end_inset
36323 </cell>
36324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36325 \begin_inset Text
36326
36327 \begin_layout Plain Layout
36328 r
36329 \end_layout
36330
36331 \end_inset
36332 </cell>
36333 </row>
36334 </lyxtabular>
36335
36336 \end_inset
36337
36338
36339 \begin_inset ERT
36340 status collapsed
36341
36342 \begin_layout Plain Layout
36343
36344 }}}
36345 \end_layout
36346
36347 \end_inset
36348
36349
36350 \begin_inset ERT
36351 status collapsed
36352
36353 \begin_layout Plain Layout
36354
36355
36356 \backslash
36357 rotatebox[origin=c]{-45}{
36358 \backslash
36359 resizebox{2cm}{!}{
36360 \backslash
36361 reflectbox{
36362 \end_layout
36363
36364 \end_inset
36365
36366
36367 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36368 \end_inset
36369
36370
36371 \begin_inset ERT
36372 status collapsed
36373
36374 \begin_layout Plain Layout
36375
36376 }}}
36377 \end_layout
36378
36379 \end_inset
36380
36381
36382 \begin_inset Index idx
36383 status collapsed
36384
36385 \begin_layout Plain Layout
36386 Figures ! scaled
36387 \end_layout
36388
36389 \end_inset
36390
36391
36392 \begin_inset Index idx
36393 status collapsed
36394
36395 \begin_layout Plain Layout
36396 Table Customization ! Scaling
36397 \end_layout
36398
36399 \end_inset
36400
36401
36402 \end_layout
36403
36404 \begin_layout Standard
36405 When the global formula style 
36406 \series bold
36407 fleqn
36408 \series default
36409  is used in the document
36410 \begin_inset Foot
36411 status collapsed
36412
36413 \begin_layout Plain Layout
36414 When 
36415 \begin_inset Quotes eld
36416 \end_inset
36417
36418 fleqn
36419 \begin_inset Quotes erd
36420 \end_inset
36421
36422  is added to the document class options.
36423 \end_layout
36424
36425 \end_inset
36426
36427 , display style formulas can also be scaled.
36428 \end_layout
36429
36430 \begin_layout Chapter
36431 Objects Surrounded by Text
36432 \begin_inset Index idx
36433 status collapsed
36434
36435 \begin_layout Plain Layout
36436 Surrounded by text
36437 \end_layout
36438
36439 \end_inset
36440
36441
36442 \end_layout
36443
36444 \begin_layout Section
36445 Wrap Floats
36446 \begin_inset CommandInset label
36447 LatexCommand label
36448 name "sec:Wrap-Floats"
36449
36450 \end_inset
36451
36452
36453 \begin_inset Index idx
36454 status collapsed
36455
36456 \begin_layout Plain Layout
36457 Floats ! Wrap Floats
36458 \end_layout
36459
36460 \end_inset
36461
36462
36463 \begin_inset Index idx
36464 status collapsed
36465
36466 \begin_layout Plain Layout
36467 Surrounded by text ! Wrap Floats
36468 \end_layout
36469
36470 \end_inset
36471
36472
36473 \end_layout
36474
36475 \begin_layout Standard
36476 \begin_inset Wrap figure
36477 lines 0
36478 placement l
36479 overhang 1cm
36480 width "40col%"
36481 status open
36482
36483 \begin_layout Plain Layout
36484 \begin_inset Graphics
36485         filename clipart/mobius.eps
36486         width 40col%
36487         scaleBeforeRotation
36488         rotateOrigin center
36489
36490 \end_inset
36491
36492
36493 \end_layout
36494
36495 \begin_layout Plain Layout
36496 \begin_inset Caption
36497
36498 \begin_layout Plain Layout
36499 \begin_inset CommandInset label
36500 LatexCommand label
36501 name "fig:This-is-a"
36502
36503 \end_inset
36504
36505 This is a figure wrap float.
36506 \end_layout
36507
36508 \end_inset
36509
36510
36511 \end_layout
36512
36513 \end_inset
36514
36515  This float type is used if you want to wrap text around a figure or table
36516  so that it only occupies some fraction of the column width.
36517  It can be inserted using the menu 
36518 \family sans
36519 Insert\SpecialChar \menuseparator
36520 Floats\SpecialChar \menuseparator
36521 Figure
36522 \begin_inset space ~
36523 \end_inset
36524
36525 Wrap
36526 \begin_inset space ~
36527 \end_inset
36528
36529 Float
36530 \family default
36531  or 
36532 \family sans
36533 Table
36534 \begin_inset space ~
36535 \end_inset
36536
36537 Wrap
36538 \begin_inset space ~
36539 \end_inset
36540
36541 Float
36542 \family default
36543  if the LaTeX-package 
36544 \series bold
36545 wrapfig
36546 \series default
36547
36548 \begin_inset Index idx
36549 status collapsed
36550
36551 \begin_layout Plain Layout
36552 LaTeX-packages ! wrapfig
36553 \end_layout
36554
36555 \end_inset
36556
36557  is installed.
36558 \begin_inset Foot
36559 status collapsed
36560
36561 \begin_layout Plain Layout
36562 Installing a LaTeX-package is explained it in the 
36563 \emph on
36564 LaTeX
36565 \begin_inset space ~
36566 \end_inset
36567
36568 Configuration
36569 \emph default
36570  manual.
36571 \end_layout
36572
36573 \end_inset
36574
36575  The settings of the float can be modified by right-clicking on the float
36576  box.
36577  The mandatory settings are the float 
36578 \family sans
36579 Placement
36580 \family default
36581  and its 
36582 \family sans
36583 Width
36584 \family default
36585 .
36586  Optional are the 
36587 \family sans
36588 Overhang
36589 \family default
36590  that specifies how much the float is set into the paragraph
36591 \begin_inset space \thinspace{}
36592 \end_inset
36593
36594 /
36595 \begin_inset space \thinspace{}
36596 \end_inset
36597
36598 page margin, and the 
36599 \family sans
36600 Line
36601 \begin_inset space ~
36602 \end_inset
36603
36604 span
36605 \family default
36606  that specifies how many text lines the float will approximately need.
36607  The line span is often hard to approximate; so it is better only to use
36608  it when you encounter float placement problems.
36609  You can furthermore decide if LaTeX is allowed to let the float float within
36610  the paragraph or to surrounding paragraphs.
36611  Figure
36612 \begin_inset space ~
36613 \end_inset
36614
36615
36616 \begin_inset CommandInset ref
36617 LatexCommand ref
36618 reference "fig:This-is-a"
36619
36620 \end_inset
36621
36622  is an example text wrap float with a width of 40
36623 \begin_inset space \thinspace{}
36624 \end_inset
36625
36626 col%, 1
36627 \begin_inset space \thinspace{}
36628 \end_inset
36629
36630 cm overhang, set to the left.
36631 \end_layout
36632
36633 \begin_layout Standard
36634 \begin_inset Note Greyedout
36635 status open
36636
36637 \begin_layout Plain Layout
36638
36639 \series bold
36640 Note:
36641 \series default
36642  Text
36643 \begin_inset space ~
36644 \end_inset
36645
36646 wrap float floats are fragile! E.
36647 \begin_inset space \thinspace{}
36648 \end_inset
36649
36650 g.
36651 \begin_inset space \space{}
36652 \end_inset
36653
36654 having a figure too close to the bottom of the page can mess things up in
36655  such a way that the float does not appear in the output or that it is placed
36656  over some other text.
36657 \end_layout
36658
36659 \end_inset
36660
36661
36662 \end_layout
36663
36664 \begin_layout Standard
36665 In general, the following applies for wrap floats:
36666 \end_layout
36667
36668 \begin_layout Itemize
36669 They should not be placed in paragraphs that run over a page break.
36670  That means that wrap floats are better inserted in their exact place when
36671  the document is almost finished and you are able to estimate where page
36672  breaks will appear.
36673 \end_layout
36674
36675 \begin_layout Itemize
36676 They should either be placed in their own paragraph before the paragraph
36677  where they should wrap into or within a paragraph.
36678 \end_layout
36679
36680 \begin_layout Itemize
36681 In consecutive paragraphs they may cause troubles, so ensure that there
36682  is a text paragraph between them as separator.
36683 \end_layout
36684
36685 \begin_layout Itemize
36686 They are not allowed in section headings or tables.
36687 \end_layout
36688
36689 \begin_layout Itemize
36690 Their numbering and referencing works as described in chap.
36691 \begin_inset space \thinspace{}
36692 \end_inset
36693
36694
36695 \begin_inset CommandInset ref
36696 LatexCommand ref
36697 reference "chap:Floats"
36698
36699 \end_inset
36700
36701 .
36702 \end_layout
36703
36704 \begin_layout Section
36705 Surrounded Fixed Objects
36706 \begin_inset Index idx
36707 status collapsed
36708
36709 \begin_layout Plain Layout
36710 Surrounded by text ! Fixed objects
36711 \end_layout
36712
36713 \end_inset
36714
36715
36716 \end_layout
36717
36718 \begin_layout Standard
36719 The wrap floats described in sec.
36720 \begin_inset space \thinspace{}
36721 \end_inset
36722
36723
36724 \begin_inset CommandInset ref
36725 LatexCommand ref
36726 reference "sec:Wrap-Floats"
36727
36728 \end_inset
36729
36730  have these positions in the paragraph:
36731 \end_layout
36732
36733 \begin_layout Standard
36734 \noindent
36735 \align center
36736 \begin_inset Tabular
36737 <lyxtabular version="3" rows="2" columns="2">
36738 <features tabularvalignment="middle">
36739 <column alignment="center" valignment="top" width="0">
36740 <column alignment="center" valignment="top" width="0">
36741 <row>
36742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36743 \begin_inset Text
36744
36745 \begin_layout Plain Layout
36746 \begin_inset Graphics
36747         filename ../images/dialog-show-new-inset_graphics.png
36748         scale 70
36749         scaleBeforeRotation
36750
36751 \end_inset
36752
36753
36754 \end_layout
36755
36756 \end_inset
36757 </cell>
36758 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36759 \begin_inset Text
36760
36761 \begin_layout Plain Layout
36762 text
36763 \end_layout
36764
36765 \end_inset
36766 </cell>
36767 </row>
36768 <row>
36769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36770 \begin_inset Text
36771
36772 \begin_layout Plain Layout
36773 text
36774 \end_layout
36775
36776 \end_inset
36777 </cell>
36778 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36779 \begin_inset Text
36780
36781 \begin_layout Plain Layout
36782 text
36783 \end_layout
36784
36785 \end_inset
36786 </cell>
36787 </row>
36788 </lyxtabular>
36789
36790 \end_inset
36791
36792  or 
36793 \begin_inset Tabular
36794 <lyxtabular version="3" rows="2" columns="2">
36795 <features tabularvalignment="middle">
36796 <column alignment="center" valignment="top" width="0">
36797 <column alignment="center" valignment="top" width="0">
36798 <row>
36799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36800 \begin_inset Text
36801
36802 \begin_layout Plain Layout
36803 text
36804 \end_layout
36805
36806 \end_inset
36807 </cell>
36808 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36809 \begin_inset Text
36810
36811 \begin_layout Plain Layout
36812 \begin_inset Graphics
36813         filename ../images/dialog-show-new-inset_graphics.png
36814         scale 70
36815         scaleBeforeRotation
36816
36817 \end_inset
36818
36819
36820 \end_layout
36821
36822 \end_inset
36823 </cell>
36824 </row>
36825 <row>
36826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36827 \begin_inset Text
36828
36829 \begin_layout Plain Layout
36830 text
36831 \end_layout
36832
36833 \end_inset
36834 </cell>
36835 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36836 \begin_inset Text
36837
36838 \begin_layout Plain Layout
36839 text
36840 \end_layout
36841
36842 \end_inset
36843 </cell>
36844 </row>
36845 </lyxtabular>
36846
36847 \end_inset
36848
36849
36850 \end_layout
36851
36852 \begin_layout Standard
36853 To get an object exactly at the position where it is inserted, for example
36854  to get one of these positions:
36855 \begin_inset VSpace defskip
36856 \end_inset
36857
36858
36859 \end_layout
36860
36861 \begin_layout Standard
36862 \noindent
36863 \align center
36864 \begin_inset Tabular
36865 <lyxtabular version="3" rows="2" columns="2">
36866 <features tabularvalignment="middle">
36867 <column alignment="center" valignment="top" width="0">
36868 <column alignment="center" valignment="top" width="0">
36869 <row>
36870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36871 \begin_inset Text
36872
36873 \begin_layout Plain Layout
36874 text
36875 \end_layout
36876
36877 \end_inset
36878 </cell>
36879 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36880 \begin_inset Text
36881
36882 \begin_layout Plain Layout
36883 text
36884 \end_layout
36885
36886 \end_inset
36887 </cell>
36888 </row>
36889 <row>
36890 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36891 \begin_inset Text
36892
36893 \begin_layout Plain Layout
36894 \begin_inset Graphics
36895         filename ../images/dialog-show-new-inset_graphics.png
36896         scale 70
36897         scaleBeforeRotation
36898
36899 \end_inset
36900
36901
36902 \end_layout
36903
36904 \end_inset
36905 </cell>
36906 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36907 \begin_inset Text
36908
36909 \begin_layout Plain Layout
36910 text
36911 \end_layout
36912
36913 \end_inset
36914 </cell>
36915 </row>
36916 </lyxtabular>
36917
36918 \end_inset
36919
36920  
36921 \begin_inset Tabular
36922 <lyxtabular version="3" rows="2" columns="2">
36923 <features tabularvalignment="middle">
36924 <column alignment="center" valignment="top" width="0">
36925 <column alignment="center" valignment="top" width="0">
36926 <row>
36927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36928 \begin_inset Text
36929
36930 \begin_layout Plain Layout
36931 text
36932 \end_layout
36933
36934 \end_inset
36935 </cell>
36936 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36937 \begin_inset Text
36938
36939 \begin_layout Plain Layout
36940 text
36941 \end_layout
36942
36943 \end_inset
36944 </cell>
36945 </row>
36946 <row>
36947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36948 \begin_inset Text
36949
36950 \begin_layout Plain Layout
36951 text
36952 \end_layout
36953
36954 \end_inset
36955 </cell>
36956 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36957 \begin_inset Text
36958
36959 \begin_layout Plain Layout
36960 \begin_inset Graphics
36961         filename ../images/dialog-show-new-inset_graphics.png
36962         scale 70
36963         scaleBeforeRotation
36964
36965 \end_inset
36966
36967
36968 \end_layout
36969
36970 \end_inset
36971 </cell>
36972 </row>
36973 </lyxtabular>
36974
36975 \end_inset
36976
36977  
36978 \begin_inset Tabular
36979 <lyxtabular version="3" rows="2" columns="3">
36980 <features tabularvalignment="middle">
36981 <column alignment="center" valignment="top" width="0">
36982 <column alignment="center" valignment="top" width="0">
36983 <column alignment="center" valignment="top" width="0">
36984 <row>
36985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36986 \begin_inset Text
36987
36988 \begin_layout Plain Layout
36989 text
36990 \end_layout
36991
36992 \end_inset
36993 </cell>
36994 <cell alignment="center" valignment="top" topline="true" usebox="none">
36995 \begin_inset Text
36996
36997 \begin_layout Plain Layout
36998 \begin_inset Graphics
36999         filename ../images/dialog-show-new-inset_graphics.png
37000         scale 70
37001         scaleBeforeRotation
37002
37003 \end_inset
37004
37005
37006 \end_layout
37007
37008 \end_inset
37009 </cell>
37010 <cell alignment="center" valignment="top" topline="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 <row>
37021 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37022 \begin_inset Text
37023
37024 \begin_layout Plain Layout
37025 text
37026 \end_layout
37027
37028 \end_inset
37029 </cell>
37030 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37031 \begin_inset Text
37032
37033 \begin_layout Plain Layout
37034 text
37035 \end_layout
37036
37037 \end_inset
37038 </cell>
37039 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37040 \begin_inset Text
37041
37042 \begin_layout Plain Layout
37043 text
37044 \end_layout
37045
37046 \end_inset
37047 </cell>
37048 </row>
37049 </lyxtabular>
37050
37051 \end_inset
37052
37053  
37054 \begin_inset Tabular
37055 <lyxtabular version="3" rows="2" columns="3">
37056 <features tabularvalignment="middle">
37057 <column alignment="center" valignment="top" width="0">
37058 <column alignment="center" valignment="top" width="0">
37059 <column alignment="center" valignment="top" width="0">
37060 <row>
37061 <cell alignment="center" valignment="top" topline="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" topline="true" usebox="none">
37071 \begin_inset Text
37072
37073 \begin_layout Plain Layout
37074 text
37075 \end_layout
37076
37077 \end_inset
37078 </cell>
37079 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37080 \begin_inset Text
37081
37082 \begin_layout Plain Layout
37083 text
37084 \end_layout
37085
37086 \end_inset
37087 </cell>
37088 </row>
37089 <row>
37090 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37091 \begin_inset Text
37092
37093 \begin_layout Plain Layout
37094 text
37095 \end_layout
37096
37097 \end_inset
37098 </cell>
37099 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37100 \begin_inset Text
37101
37102 \begin_layout Plain Layout
37103 \begin_inset Graphics
37104         filename ../images/dialog-show-new-inset_graphics.png
37105         scale 70
37106         scaleBeforeRotation
37107
37108 \end_inset
37109
37110
37111 \end_layout
37112
37113 \end_inset
37114 </cell>
37115 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37116 \begin_inset Text
37117
37118 \begin_layout Plain Layout
37119 text
37120 \end_layout
37121
37122 \end_inset
37123 </cell>
37124 </row>
37125 </lyxtabular>
37126
37127 \end_inset
37128
37129
37130 \end_layout
37131
37132 \begin_layout Standard
37133 \noindent
37134 \align center
37135 \begin_inset Tabular
37136 <lyxtabular version="3" rows="3" columns="2">
37137 <features tabularvalignment="middle">
37138 <column alignment="center" valignment="top" width="0">
37139 <column alignment="center" valignment="top" width="0">
37140 <row>
37141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37142 \begin_inset Text
37143
37144 \begin_layout Plain Layout
37145 text
37146 \end_layout
37147
37148 \end_inset
37149 </cell>
37150 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37151 \begin_inset Text
37152
37153 \begin_layout Plain Layout
37154 text
37155 \end_layout
37156
37157 \end_inset
37158 </cell>
37159 </row>
37160 <row>
37161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37162 \begin_inset Text
37163
37164 \begin_layout Plain Layout
37165 \begin_inset Graphics
37166         filename ../images/dialog-show-new-inset_graphics.png
37167         scale 70
37168         scaleBeforeRotation
37169
37170 \end_inset
37171
37172
37173 \end_layout
37174
37175 \end_inset
37176 </cell>
37177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37178 \begin_inset Text
37179
37180 \begin_layout Plain Layout
37181 text
37182 \end_layout
37183
37184 \end_inset
37185 </cell>
37186 </row>
37187 <row>
37188 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37189 \begin_inset Text
37190
37191 \begin_layout Plain Layout
37192 text
37193 \end_layout
37194
37195 \end_inset
37196 </cell>
37197 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37198 \begin_inset Text
37199
37200 \begin_layout Plain Layout
37201 text
37202 \end_layout
37203
37204 \end_inset
37205 </cell>
37206 </row>
37207 </lyxtabular>
37208
37209 \end_inset
37210
37211  
37212 \begin_inset Tabular
37213 <lyxtabular version="3" rows="3" columns="3">
37214 <features tabularvalignment="middle">
37215 <column alignment="center" valignment="top" width="0">
37216 <column alignment="center" valignment="top" width="0">
37217 <column alignment="center" valignment="top" width="0">
37218 <row>
37219 <cell alignment="center" valignment="top" topline="true" 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" topline="true" usebox="none">
37229 \begin_inset Text
37230
37231 \begin_layout Plain Layout
37232 text
37233 \end_layout
37234
37235 \end_inset
37236 </cell>
37237 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37238 \begin_inset Text
37239
37240 \begin_layout Plain Layout
37241 text
37242 \end_layout
37243
37244 \end_inset
37245 </cell>
37246 </row>
37247 <row>
37248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37249 \begin_inset Text
37250
37251 \begin_layout Plain Layout
37252 text
37253 \end_layout
37254
37255 \end_inset
37256 </cell>
37257 <cell alignment="center" valignment="top" usebox="none">
37258 \begin_inset Text
37259
37260 \begin_layout Plain Layout
37261 \begin_inset Graphics
37262         filename ../images/dialog-show-new-inset_graphics.png
37263         scale 70
37264         scaleBeforeRotation
37265
37266 \end_inset
37267
37268
37269 \end_layout
37270
37271 \end_inset
37272 </cell>
37273 <cell alignment="center" valignment="top" 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 <row>
37284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37285 \begin_inset Text
37286
37287 \begin_layout Plain Layout
37288 text
37289 \end_layout
37290
37291 \end_inset
37292 </cell>
37293 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37294 \begin_inset Text
37295
37296 \begin_layout Plain Layout
37297 text
37298 \end_layout
37299
37300 \end_inset
37301 </cell>
37302 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37303 \begin_inset Text
37304
37305 \begin_layout Plain Layout
37306 text
37307 \end_layout
37308
37309 \end_inset
37310 </cell>
37311 </row>
37312 </lyxtabular>
37313
37314 \end_inset
37315
37316  
37317 \begin_inset Tabular
37318 <lyxtabular version="3" rows="3" columns="2">
37319 <features tabularvalignment="middle">
37320 <column alignment="center" valignment="top" width="0">
37321 <column alignment="center" valignment="top" width="0">
37322 <row>
37323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37324 \begin_inset Text
37325
37326 \begin_layout Plain Layout
37327 text
37328 \end_layout
37329
37330 \end_inset
37331 </cell>
37332 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37333 \begin_inset Text
37334
37335 \begin_layout Plain Layout
37336 text
37337 \end_layout
37338
37339 \end_inset
37340 </cell>
37341 </row>
37342 <row>
37343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37344 \begin_inset Text
37345
37346 \begin_layout Plain Layout
37347 text
37348 \end_layout
37349
37350 \end_inset
37351 </cell>
37352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37353 \begin_inset Text
37354
37355 \begin_layout Plain Layout
37356 \begin_inset Graphics
37357         filename ../images/dialog-show-new-inset_graphics.png
37358         scale 70
37359         scaleBeforeRotation
37360
37361 \end_inset
37362
37363
37364 \end_layout
37365
37366 \end_inset
37367 </cell>
37368 </row>
37369 <row>
37370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37371 \begin_inset Text
37372
37373 \begin_layout Plain Layout
37374 text
37375 \end_layout
37376
37377 \end_inset
37378 </cell>
37379 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37380 \begin_inset Text
37381
37382 \begin_layout Plain Layout
37383 text
37384 \end_layout
37385
37386 \end_inset
37387 </cell>
37388 </row>
37389 </lyxtabular>
37390
37391 \end_inset
37392
37393
37394 \end_layout
37395
37396 \begin_layout Standard
37397 \noindent
37398 you can use the LaTeX-package 
37399 \series bold
37400 picinpar
37401 \series default
37402
37403 \begin_inset Index idx
37404 status collapsed
37405
37406 \begin_layout Plain Layout
37407 LaTeX-packages ! picinpar
37408 \end_layout
37409
37410 \end_inset
37411
37412 .
37413  Here is an example:
37414 \end_layout
37415
37416 \begin_layout Standard
37417 \begin_inset ERT
37418 status collapsed
37419
37420 \begin_layout Plain Layout
37421
37422
37423 \backslash
37424 ifpicinpar
37425 \end_layout
37426
37427 \end_inset
37428
37429
37430 \begin_inset Note Note
37431 status open
37432
37433 \begin_layout Plain Layout
37434 The following section will only be displayed when the LaTeX-package 
37435 \series bold
37436 picinpar
37437 \series default
37438  is installed.
37439 \end_layout
37440
37441 \end_inset
37442
37443
37444 \end_layout
37445
37446 \begin_layout Standard
37447 \begin_inset ERT
37448 status collapsed
37449
37450 \begin_layout Plain Layout
37451
37452
37453 \backslash
37454 begin{window}[2,c,{
37455 \end_layout
37456
37457 \end_inset
37458
37459
37460 \begin_inset Graphics
37461         filename clipart/mobius.eps
37462         lyxscale 60
37463         width 40col%
37464         scaleBeforeRotation
37465         rotateOrigin center
37466
37467 \end_inset
37468
37469
37470 \begin_inset ERT
37471 status collapsed
37472
37473 \begin_layout Plain Layout
37474
37475 },]
37476 \end_layout
37477
37478 \begin_layout Plain Layout
37479
37480 {}
37481 \end_layout
37482
37483 \end_inset
37484
37485
37486 \size small
37487 It was in the spring of the year 1894 that all London was interested, and
37488  the fashionable world dismayed, by the murder of the Honourable Ronald
37489  Adair under most unusual and inexplicable circumstances.
37490  The public has already learned those particulars of the crime which
37491 \size default
37492
37493 \begin_inset ERT
37494 status collapsed
37495
37496 \begin_layout Plain Layout
37497
37498
37499 \backslash
37500 footnotemark{}
37501 \end_layout
37502
37503 \end_inset
37504
37505
37506 \size small
37507  came out in the police investigation, but a good deal was suppressed upon
37508  that occasion, since the case for the prosecution was so overwhelmingly
37509  strong that it was not necessary to bring forward all the facts.
37510  Only now, at the end of nearly ten years, am I allowed to supply those
37511  missing links which make up the whole of that remarkable chain.
37512 \size default
37513
37514 \begin_inset ERT
37515 status collapsed
37516
37517 \begin_layout Plain Layout
37518
37519
37520 \backslash
37521 end{window}
37522 \end_layout
37523
37524 \end_inset
37525
37526
37527 \end_layout
37528
37529 \begin_layout Standard
37530 \begin_inset ERT
37531 status collapsed
37532
37533 \begin_layout Plain Layout
37534
37535
37536 \backslash
37537 footnotetext{
37538 \end_layout
37539
37540 \end_inset
37541
37542 Footnote of the paragraph with the fixed object.
37543 \begin_inset ERT
37544 status collapsed
37545
37546 \begin_layout Plain Layout
37547
37548 }
37549 \end_layout
37550
37551 \end_inset
37552
37553
37554 \end_layout
37555
37556 \begin_layout Standard
37557 Surrounded fixed objects are used to let text float around them, at which
37558  the object's position in the paragraph can be determined by the number
37559  of lines above it.
37560  In contrary to floats is it not possible to have a numbered caption.
37561 \end_layout
37562
37563 \begin_layout Standard
37564 A fixed object is inserted by adding the command
37565 \end_layout
37566
37567 \begin_layout Standard
37568
37569 \series bold
37570
37571 \backslash
37572 begin{window}[2,c,{
37573 \end_layout
37574
37575 \begin_layout Standard
37576 as TeX-Code at the beginning of the paragraph.
37577  The first parameter in the bracket, here '2', defines the number of lines
37578  above the object, the second, here 'c', the position of the object.
37579  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37580  Behind the command you insert the object.
37581  In this example an image with a width of 40
37582 \begin_inset space \thinspace{}
37583 \end_inset
37584
37585 % of the text column width was inserted.
37586  The object can also be a table, a box or an equation.
37587  Behind the object the command
37588 \end_layout
37589
37590 \begin_layout Standard
37591
37592 \series bold
37593 },description text]
37594 \begin_inset Newline newline
37595 \end_inset
37596
37597 {}
37598 \end_layout
37599
37600 \begin_layout Standard
37601 is inserted.
37602  Note that the 
37603 \begin_inset Quotes eld
37604 \end_inset
37605
37606
37607 \series bold
37608 {}
37609 \series default
37610
37611 \begin_inset Quotes erd
37612 \end_inset
37613
37614  is in the second line.
37615  The description text is optional.
37616  The text surrounding the object must be in the same paragraph as the object,
37617  so it must begin directly after the 
37618 \series bold
37619 {}
37620 \series default
37621 .
37622  At the end of the paragraph insert the command:
37623 \end_layout
37624
37625 \begin_layout Standard
37626
37627 \series bold
37628
37629 \backslash
37630 end{window}
37631 \end_layout
37632
37633 \begin_layout Standard
37634 Within a paragraph with a fixed object, you cannot insert footnotes in the
37635  normal way.
37636  You have to use instead the command 
37637 \series bold
37638
37639 \backslash
37640 footnotemark
37641 \series default
37642  inside the paragraph and outside the command 
37643 \series bold
37644
37645 \backslash
37646 footnotetext
37647 \series default
37648  as described in sec.
37649 \begin_inset space \thinspace{}
37650 \end_inset
37651
37652
37653 \begin_inset CommandInset ref
37654 LatexCommand ref
37655 reference "sec:Footnotes"
37656
37657 \end_inset
37658
37659 .
37660 \end_layout
37661
37662 \begin_layout Standard
37663 \begin_inset ERT
37664 status collapsed
37665
37666 \begin_layout Plain Layout
37667
37668
37669 \backslash
37670 else
37671 \end_layout
37672
37673 \end_inset
37674
37675
37676 \begin_inset Note Note
37677 status open
37678
37679 \begin_layout Plain Layout
37680 The following will be displayed when the LaTeX-package 
37681 \series bold
37682 picinpar
37683 \series default
37684  is not installed:
37685 \end_layout
37686
37687 \end_inset
37688
37689
37690 \end_layout
37691
37692 \begin_layout Standard
37693 You need to install the LaTeX-package 
37694 \series bold
37695 picinpar
37696 \series default
37697  to see the following part of this section in the output.
37698 \end_layout
37699
37700 \begin_layout Standard
37701 \begin_inset ERT
37702 status collapsed
37703
37704 \begin_layout Plain Layout
37705
37706
37707 \backslash
37708 fi
37709 \end_layout
37710
37711 \end_inset
37712
37713
37714 \end_layout
37715
37716 \begin_layout Section
37717 Initials
37718 \begin_inset Index idx
37719 status collapsed
37720
37721 \begin_layout Plain Layout
37722 Initials
37723 \end_layout
37724
37725 \end_inset
37726
37727
37728 \begin_inset Index idx
37729 status collapsed
37730
37731 \begin_layout Plain Layout
37732 Surrounded by text ! Initials
37733 \end_layout
37734
37735 \end_inset
37736
37737
37738 \end_layout
37739
37740 \begin_layout Standard
37741 To use initials, you must have the LaTeX-package 
37742 \series bold
37743 lettrine
37744 \series default
37745
37746 \begin_inset Index idx
37747 status collapsed
37748
37749 \begin_layout Plain Layout
37750 LaTeX-packages ! lettrine
37751 \end_layout
37752
37753 \end_inset
37754
37755  installed and use the module 
37756 \family sans
37757 Initials
37758 \family default
37759  in your document (menu 
37760 \family sans
37761 Document\SpecialChar \menuseparator
37762 Settings\SpecialChar \menuseparator
37763 Modules
37764 \family default
37765 ).
37766  To insert an initial, use the style 
37767 \family sans
37768 Initial
37769 \family default
37770 .
37771  This style has a mandatory and an optional argument.
37772  The mandatory argument is inserted via the menu 
37773 \family sans
37774 Insert\SpecialChar \menuseparator
37775 Short
37776 \begin_inset space ~
37777 \end_inset
37778
37779 Title
37780 \family default
37781  and contains the letter that is the initial.
37782  To use also the optional argument, insert another argument in front of
37783  the mandatory argument.
37784  This one contains parameters to modify the initial.
37785  For more information about the possible parameters see the documentation
37786  of 
37787 \series bold
37788 lettrine
37789 \series default
37790
37791 \begin_inset CommandInset citation
37792 LatexCommand cite
37793 key "lettrine"
37794
37795 \end_inset
37796
37797 .
37798  The style itself contains the text that is surrounding the initial.
37799  The usual style is hereby that the word whose first letter is the initial,
37800  is printed with 
37801 \shape smallcaps
37802 small caps
37803 \shape default
37804 .
37805  To tell LaTeX where this word is finished, add a closing brace '
37806 \series bold
37807 }
37808 \series default
37809 ' as TeX-Code behind it.
37810  At the end of the style there must be an opening brace '
37811 \series bold
37812 {
37813 \series default
37814 ' as TeX-Code.
37815 \end_layout
37816
37817 \begin_layout Standard
37818 Here are some examples:
37819 \end_layout
37820
37821 \begin_layout Standard
37822 \begin_inset ERT
37823 status collapsed
37824
37825 \begin_layout Plain Layout
37826
37827
37828 \backslash
37829 iflettrine
37830 \end_layout
37831
37832 \end_inset
37833
37834
37835 \begin_inset Note Note
37836 status open
37837
37838 \begin_layout Plain Layout
37839 The following section will only be displayed when the LaTeX-package 
37840 \series bold
37841 lettrine
37842 \series default
37843  is installed.
37844 \end_layout
37845
37846 \end_inset
37847
37848
37849 \end_layout
37850
37851 \begin_layout Enumerate
37852 No optional argument, the initial is the letter 'I' in the math font 
37853 \begin_inset Formula $\mathfrak{Fraktur}$
37854 \end_inset
37855
37856 :
37857 \end_layout
37858
37859 \begin_deeper
37860 \begin_layout Initial
37861 \begin_inset Argument
37862 status open
37863
37864 \begin_layout Plain Layout
37865 \begin_inset Formula $\mathfrak{I}$
37866 \end_inset
37867
37868
37869 \end_layout
37870
37871 \end_inset
37872
37873 t
37874 \begin_inset ERT
37875 status collapsed
37876
37877 \begin_layout Plain Layout
37878
37879 }
37880 \end_layout
37881
37882 \end_inset
37883
37884  was in the spring of the year 1894 that all London was interested, and
37885  the fashionable world dismayed, by the murder of the Honourable Ronald
37886  Adair under most unusual and inexplicable circumstances.
37887  The public has already learned those particulars of the crime which came
37888  out in the police investigation, but a good deal was suppressed upon that
37889  occasion, since the case for the prosecution was so overwhelmingly strong
37890  that it was not necessary to bring forward all the facts.
37891 \begin_inset ERT
37892 status collapsed
37893
37894 \begin_layout Plain Layout
37895
37896 {
37897 \end_layout
37898
37899 \end_inset
37900
37901
37902 \begin_inset Newpage newpage
37903 \end_inset
37904
37905
37906 \end_layout
37907
37908 \end_deeper
37909 \begin_layout Enumerate
37910 Only one line is surrounding the initial, which is formed by two letters
37911  in standard font and no text is printed in small caps:
37912 \end_layout
37913
37914 \begin_deeper
37915 \begin_layout Initial
37916 \begin_inset Argument
37917 status open
37918
37919 \begin_layout Plain Layout
37920 lines=1
37921 \end_layout
37922
37923 \end_inset
37924
37925
37926 \begin_inset Argument
37927 status open
37928
37929 \begin_layout Plain Layout
37930 It
37931 \end_layout
37932
37933 \end_inset
37934
37935
37936 \begin_inset ERT
37937 status collapsed
37938
37939 \begin_layout Plain Layout
37940
37941 }
37942 \end_layout
37943
37944 \end_inset
37945
37946  was in the spring of the year 1894 that all London was interested, and
37947  the fashionable world dismayed, by the murder of the Honourable Ronald
37948  Adair under most unusual and inexplicable circumstances.
37949  The public has already learned those particulars of the crime which came
37950  out in the police investigation, but a good deal was suppressed upon that
37951  occasion, since the case for the prosecution was so overwhelmingly strong
37952  that it was not necessary to bring forward all the facts.
37953 \begin_inset ERT
37954 status collapsed
37955
37956 \begin_layout Plain Layout
37957
37958 {
37959 \end_layout
37960
37961 \end_inset
37962
37963
37964 \end_layout
37965
37966 \end_deeper
37967 \begin_layout Enumerate
37968 Magenta, hanging initial over 3
37969 \begin_inset space ~
37970 \end_inset
37971
37972 lines in the math font 
37973 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37974 \end_inset
37975
37976 , the text 
37977 \begin_inset Quotes eld
37978 \end_inset
37979
37980 t was in the spring
37981 \begin_inset Quotes erd
37982 \end_inset
37983
37984  is in 
37985 \shape smallcaps
37986 small caps
37987 \shape default
37988 ; to color the initial, you must insert this command before the initial:
37989 \begin_inset Newline newline
37990 \end_inset
37991
37992
37993 \series bold
37994
37995 \backslash
37996 renewcommand{
37997 \backslash
37998 LettrineFontHook}{
37999 \backslash
38000 color{color}}
38001 \series default
38002
38003 \begin_inset Newline newline
38004 \end_inset
38005
38006 where the second 
38007 \emph on
38008 color
38009 \emph default
38010  can be 
38011 \begin_inset Quotes eld
38012 \end_inset
38013
38014 red
38015 \begin_inset Quotes erd
38016 \end_inset
38017
38018
38019 \begin_inset Quotes eld
38020 \end_inset
38021
38022 blue
38023 \begin_inset Quotes erd
38024 \end_inset
38025
38026
38027 \begin_inset Quotes eld
38028 \end_inset
38029
38030 green
38031 \begin_inset Quotes erd
38032 \end_inset
38033
38034
38035 \begin_inset Quotes eld
38036 \end_inset
38037
38038 yellow
38039 \begin_inset Quotes erd
38040 \end_inset
38041
38042
38043 \begin_inset Quotes eld
38044 \end_inset
38045
38046 cyan
38047 \begin_inset Quotes erd
38048 \end_inset
38049
38050
38051 \begin_inset Quotes eld
38052 \end_inset
38053
38054 magenta
38055 \begin_inset Quotes erd
38056 \end_inset
38057
38058
38059 \begin_inset Quotes eld
38060 \end_inset
38061
38062 black
38063 \begin_inset Quotes erd
38064 \end_inset
38065
38066  or 
38067 \begin_inset Quotes eld
38068 \end_inset
38069
38070 white
38071 \begin_inset Quotes erd
38072 \end_inset
38073
38074 , and add this command to the document preamble:
38075 \begin_inset Newline newline
38076 \end_inset
38077
38078
38079 \series bold
38080
38081 \backslash
38082 @ifundefined{textcolor}
38083 \begin_inset Newline newline
38084 \end_inset
38085
38086
38087 \begin_inset space ~
38088 \end_inset
38089
38090 {
38091 \backslash
38092 usepackage{color}}{}
38093 \end_layout
38094
38095 \begin_deeper
38096 \begin_layout Standard
38097 \begin_inset ERT
38098 status collapsed
38099
38100 \begin_layout Plain Layout
38101
38102
38103 \backslash
38104 renewcommand{
38105 \backslash
38106 LettrineFontHook}{
38107 \backslash
38108 color{magenta}}
38109 \end_layout
38110
38111 \end_inset
38112
38113
38114 \begin_inset Note Note
38115 status collapsed
38116
38117 \begin_layout Plain Layout
38118 makes the initial magenta
38119 \end_layout
38120
38121 \end_inset
38122
38123
38124 \end_layout
38125
38126 \begin_layout Initial
38127 \begin_inset Argument
38128 status open
38129
38130 \begin_layout Plain Layout
38131 lines=3, lhang=0.33, loversize=0.25
38132 \end_layout
38133
38134 \end_inset
38135
38136
38137 \begin_inset Argument
38138 status open
38139
38140 \begin_layout Plain Layout
38141 \begin_inset Formula $\mathcal{I}$
38142 \end_inset
38143
38144
38145 \end_layout
38146
38147 \end_inset
38148
38149 t was in the spring
38150 \begin_inset ERT
38151 status collapsed
38152
38153 \begin_layout Plain Layout
38154
38155 }
38156 \end_layout
38157
38158 \end_inset
38159
38160  of the year 1894 that all London was interested, and the fashionable world
38161  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38162  and inexplicable circumstances.
38163  The public has already learned those particulars of the crime which came
38164  out in the police investigation, but a good deal was suppressed upon that
38165  occasion, since the case for the prosecution was so overwhelmingly strong
38166  that it was not necessary to bring forward all the facts.
38167 \begin_inset ERT
38168 status collapsed
38169
38170 \begin_layout Plain Layout
38171
38172 {
38173 \end_layout
38174
38175 \end_inset
38176
38177
38178 \end_layout
38179
38180 \end_deeper
38181 \begin_layout Standard
38182 \begin_inset ERT
38183 status collapsed
38184
38185 \begin_layout Plain Layout
38186
38187
38188 \backslash
38189 else
38190 \end_layout
38191
38192 \end_inset
38193
38194
38195 \begin_inset Note Note
38196 status open
38197
38198 \begin_layout Plain Layout
38199 The following will be displayed when the LaTeX-package 
38200 \series bold
38201 lettrine
38202 \series default
38203  is not installed:
38204 \end_layout
38205
38206 \end_inset
38207
38208
38209 \end_layout
38210
38211 \begin_layout Standard
38212 You need to install the LaTeX-package 
38213 \series bold
38214 lettrine
38215 \series default
38216  to see the following part of this section in the output.
38217 \end_layout
38218
38219 \begin_layout Standard
38220 \begin_inset ERT
38221 status collapsed
38222
38223 \begin_layout Plain Layout
38224
38225
38226 \backslash
38227 fi
38228 \end_layout
38229
38230 \end_inset
38231
38232
38233 \end_layout
38234
38235 \begin_layout Chapter
38236 External Document Parts
38237 \begin_inset Index idx
38238 status collapsed
38239
38240 \begin_layout Plain Layout
38241 External Document Parts
38242 \end_layout
38243
38244 \end_inset
38245
38246
38247 \end_layout
38248
38249 \begin_layout Standard
38250 With the menu 
38251 \family sans
38252 Insert\SpecialChar \menuseparator
38253 File
38254 \family default
38255  you can insert external material into your document.
38256  This can be:
38257 \end_layout
38258
38259 \begin_layout Description
38260 LyX
38261 \begin_inset space ~
38262 \end_inset
38263
38264 Document Another LyX document; its content is directly inserted to your
38265  document.
38266 \end_layout
38267
38268 \begin_layout Description
38269 Plain
38270 \begin_inset space ~
38271 \end_inset
38272
38273 Text A text document; each line is inserted in your document as a separate
38274  paragraph.
38275 \end_layout
38276
38277 \begin_layout Description
38278 Plain
38279 \begin_inset space ~
38280 \end_inset
38281
38282 Text,
38283 \begin_inset space ~
38284 \end_inset
38285
38286 Join
38287 \begin_inset space ~
38288 \end_inset
38289
38290 Lines A text document; text lines are inserted in your document continuously
38291  but an empty text line creates a new paragraph.
38292 \end_layout
38293
38294 \begin_layout Description
38295 External
38296 \begin_inset space ~
38297 \end_inset
38298
38299 Material Files in various formats.
38300 \end_layout
38301
38302 \begin_layout Description
38303 Child
38304 \begin_inset space ~
38305 \end_inset
38306
38307 Document LyX or LaTeX-documents.
38308 \end_layout
38309
38310 \begin_layout Section
38311 External Material
38312 \begin_inset Index idx
38313 status collapsed
38314
38315 \begin_layout Plain Layout
38316 External Document Parts ! External Material
38317 \end_layout
38318
38319 \end_inset
38320
38321
38322 \end_layout
38323
38324 \begin_layout Standard
38325 The external material feature allows you to insert files into your document
38326  without converting them to a format that can be read by the document output
38327  format.
38328  LyX takes care of the necessary conversions.
38329  This is similar to images that can be inserted in various image formats
38330  in LyX documents.
38331  When you have enabled Instant Preview in LyX's preferences under 
38332 \family sans
38333 Look
38334 \begin_inset space ~
38335 \end_inset
38336
38337 and
38338 \begin_inset space ~
38339 \end_inset
38340
38341 feel\SpecialChar \menuseparator
38342 Graphics
38343 \family default
38344 , the external material types Dia and Xfig are directly shown in LyX.
38345 \end_layout
38346
38347 \begin_layout Standard
38348 External material can be inserted via the 
38349 \family sans
38350 External Material
38351 \family default
38352  dialog that is accessible with the menu 
38353 \family sans
38354 Insert\SpecialChar \menuseparator
38355 File\SpecialChar \menuseparator
38356 External
38357 \begin_inset space ~
38358 \end_inset
38359
38360 Material
38361 \family default
38362 .
38363  Currently the following file types (
38364 \family sans
38365 Templates
38366 \family default
38367 ) are allowed:
38368 \end_layout
38369
38370 \begin_layout Description
38371 ChessDiagram This template supports chess position diagrams made with the
38372  program 
38373 \series bold
38374
38375 \begin_inset CommandInset href
38376 LatexCommand href
38377 name "XBoard"
38378 target "http://en.wikipedia.org/wiki/XBoard"
38379
38380 \end_inset
38381
38382
38383 \series default
38384 .
38385 \end_layout
38386
38387 \begin_layout Description
38388 Date This inserts the date in the form 
38389 \emph on
38390 Day-Month-Year
38391 \emph default
38392 .
38393  This is a date inserted as external material: 
38394 \begin_inset External
38395         template Date
38396         filename .
38397
38398 \end_inset
38399
38400
38401 \begin_inset space ~
38402 \end_inset
38403
38404
38405 \begin_inset Note Note
38406 status open
38407
38408 \begin_layout Plain Layout
38409 Remove the protected space when bug 4398 is fixed!
38410 \end_layout
38411
38412 \end_inset
38413
38414
38415 \begin_inset Newline newline
38416 \end_inset
38417
38418 The date is not shown within LyX, only in the output.
38419  There are two other methods of inserting a date: Via menu 
38420 \family sans
38421 Insert\SpecialChar \menuseparator
38422 Date
38423 \family default
38424  and with the LaTeX command 
38425 \series bold
38426
38427 \backslash
38428 today
38429 \series default
38430  as TeX-Code.
38431  The different methods are compared in Table
38432 \begin_inset space ~
38433 \end_inset
38434
38435
38436 \begin_inset CommandInset ref
38437 LatexCommand ref
38438 reference "tab:Comparison-of-the"
38439
38440 \end_inset
38441
38442 .
38443 \end_layout
38444
38445 \begin_layout Description
38446 Dia This template supports diagrams created with the program 
38447 \series bold
38448
38449 \begin_inset CommandInset href
38450 LatexCommand href
38451 name "Dia"
38452 target "http://en.wikipedia.org/wiki/Dia_(software)"
38453
38454 \end_inset
38455
38456
38457 \series default
38458 .
38459 \end_layout
38460
38461 \begin_layout Description
38462 GnumericSpreadsheet With this template you can insert spreadsheets
38463 \begin_inset space \thinspace{}
38464 \end_inset
38465
38466 /
38467 \begin_inset space \thinspace{}
38468 \end_inset
38469
38470 tables in the format of 
38471 \series bold
38472
38473 \begin_inset CommandInset href
38474 LatexCommand href
38475 name "Gnumeric"
38476 target "http://en.wikipedia.org/wiki/Gnumeric"
38477
38478 \end_inset
38479
38480
38481 \series default
38482
38483 \begin_inset CommandInset href
38484 LatexCommand href
38485 name "OpenDocument"
38486 target "http://en.wikipedia.org/wiki/OpenDocument"
38487
38488 \end_inset
38489
38490
38491 \begin_inset CommandInset href
38492 LatexCommand href
38493 name "Microsoft Office XML"
38494 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38495
38496 \end_inset
38497
38498  and 
38499 \begin_inset CommandInset href
38500 LatexCommand href
38501 name "Office Open XML"
38502 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38503
38504 \end_inset
38505
38506 .
38507  For this feature LyX must have found the program 
38508 \family typewriter
38509 ssconvert
38510 \family default
38511  during its configuration.
38512  This program is part of Gnumeric, so that you must have Gnumeric installed,
38513  also if you don't have tables in the Gnumeric format.
38514  For examples and possible limitations have a look at LyX's example file
38515  
38516 \emph on
38517 spreadsheet.lyx
38518 \emph default
38519 .
38520 \end_layout
38521
38522 \begin_layout Description
38523 LilyPond This template is used for music notation typeset with the program
38524 \begin_inset Newline linebreak
38525 \end_inset
38526
38527
38528 \series bold
38529
38530 \begin_inset CommandInset href
38531 LatexCommand href
38532 name "LilyPond"
38533 target "http://en.wikipedia.org/wiki/LilyPond"
38534
38535 \end_inset
38536
38537
38538 \series default
38539 .
38540  For LyX's extended support for LilyPond have a look at LyX's example file
38541  
38542 \emph on
38543 lilypond.lyx
38544 \emph default
38545 .
38546 \end_layout
38547
38548 \begin_layout Description
38549 PDFPages With this template you can insert PDF documents to your document.
38550  To specify the range of pages that should be included, use the option 
38551 \series bold
38552 pages
38553 \series default
38554  in the 
38555 \family sans
38556 Option
38557 \family default
38558  field in the 
38559 \family sans
38560 LaTeX and LyX options
38561 \family default
38562  tab.
38563  The argument of this option is a comma separated list, containing page
38564  numbers (insert as option 
38565 \series bold
38566 pages={3,5,6,8}
38567 \series default
38568 ), ranges of page numbers (
38569 \series bold
38570 pages={4-9}
38571 \series default
38572 ) or any combination.
38573  To insert empty pages use {}.
38574  E.
38575 \begin_inset space \thinspace{}
38576 \end_inset
38577
38578 g.
38579 \begin_inset space ~
38580 \end_inset
38581
38582
38583 \series bold
38584 pages={3,{},8-11,15}
38585 \series default
38586  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38587  Page ranges are specified in the syntax 
38588 \emph on
38589 start
38590 \emph default
38591 -
38592 \emph on
38593 stop
38594 \emph default
38595 .
38596  This selects all pages from 
38597 \emph on
38598 start
38599 \emph default
38600  to 
38601 \emph on
38602 stop
38603 \emph default
38604 .
38605  Omitting 
38606 \emph on
38607 start
38608 \emph default
38609  defaults to the first page; omitting 
38610 \emph on
38611 stop
38612 \emph default
38613  defaults to the last page of the document.
38614  The last page can also be selected with the keyword 
38615 \series bold
38616 last
38617 \series default
38618 .
38619  (This is only permitted in a page range.) So 
38620 \series bold
38621 pages=-
38622 \series default
38623  will insert all pages of the document and 
38624 \series bold
38625 pages=last-1
38626 \series default
38627  will insert all pages in reverse order.
38628  If the pages option is not specified, only the first page of the PDF is
38629  inserted.
38630 \begin_inset Newline newline
38631 \end_inset
38632
38633 The option 
38634 \series bold
38635 noautoscale
38636 \series default
38637  inserts the pages with their original size, if this option is not given,
38638  the pages will be resized to fith the width of the page of your document.
38639  In the tab 
38640 \family sans
38641 Size and Rotation
38642 \family default
38643  you can specify the width and height of the input pages and their rotation.
38644  If another width than 100
38645 \begin_inset space \thinspace{}
38646 \end_inset
38647
38648 Scale% is used, the option 
38649 \series bold
38650 noautoscale
38651 \series default
38652  will be overwritten.
38653  For more info and possible options, have a look into the documentation
38654  of the LaTeX-package 
38655 \series bold
38656 pdfpages
38657 \series default
38658  
38659 \begin_inset CommandInset citation
38660 LatexCommand cite
38661 key "pdfpages"
38662
38663 \end_inset
38664
38665 .
38666 \begin_inset Index idx
38667 status collapsed
38668
38669 \begin_layout Plain Layout
38670 LaTeX-packages ! pdfpages
38671 \end_layout
38672
38673 \end_inset
38674
38675
38676 \begin_inset Newline newline
38677 \end_inset
38678
38679 To use this template in a 
38680 \family sans
38681 Beamer
38682 \family default
38683  presentation you need to first insert an 
38684 \family sans
38685 EndFrame
38686 \family default
38687  environment and in a subsequent paragraph a TeX-Code box containing the
38688  command 
38689 \series bold
38690
38691 \backslash
38692 setbeamertemplate{background canvas}{}
38693 \series default
38694 .
38695  Then you can insert as many paragraphs containing the PDFPages template
38696  as you wish.
38697  Behind the included PDF pages you can resume the Beamer presentation by
38698  beginning a new frame or by starting a new section.
38699  To avoid stray blank pages prior to the PDF pages, make sure to use the
38700  
38701 \family sans
38702 Default
38703 \family default
38704  alignment for the paragraph containing the template.
38705 \begin_inset Newline newline
38706 \end_inset
38707
38708 Here is an included PDF which is rotated by -5°: 
38709 \begin_inset External
38710         template PDFPages
38711         filename clipart/Abstract.pdf
38712         extra LaTeX "noautoscale, pages=-"
38713         rotateAngle -5
38714         rotateOrigin bottomleft
38715
38716 \end_inset
38717
38718
38719 \end_layout
38720
38721 \begin_layout Description
38722 RasterImage This can be used for bitmap images.
38723  The image can be treated in the 
38724 \family sans
38725 External material
38726 \family default
38727  dialog like the images that are usually included via the 
38728 \family sans
38729 Graphics
38730 \family default
38731  dialog as described in section
38732 \begin_inset space ~
38733 \end_inset
38734
38735
38736 \begin_inset CommandInset ref
38737 LatexCommand ref
38738 reference "sec:Graphics-Dialog"
38739
38740 \end_inset
38741
38742 .
38743  The difference to the normal image input is that only raster images are
38744  allowed; that means that PDF and EPS-images are not supported.
38745  Here is an inserted raster image: 
38746 \begin_inset External
38747         template RasterImage
38748         filename clipart/ToolbarEnvBox.png
38749
38750 \end_inset
38751
38752
38753 \end_layout
38754
38755 \begin_layout Description
38756 XFig This template supports images created with the program 
38757 \series bold
38758
38759 \begin_inset CommandInset href
38760 LatexCommand href
38761 name "Xfig"
38762 target "http://en.wikipedia.org/wiki/Xfig"
38763
38764 \end_inset
38765
38766
38767 \series default
38768 .
38769 \end_layout
38770
38771 \begin_layout Standard
38772 \begin_inset Float table
38773 placement !h
38774 wide false
38775 sideways false
38776 status open
38777
38778 \begin_layout Plain Layout
38779 \begin_inset Caption
38780
38781 \begin_layout Plain Layout
38782 \begin_inset CommandInset label
38783 LatexCommand label
38784 name "tab:Comparison-of-the"
38785
38786 \end_inset
38787
38788 Comparison of the date input methods.
38789 \end_layout
38790
38791 \end_inset
38792
38793
38794 \end_layout
38795
38796 \begin_layout Plain Layout
38797 \align center
38798 \begin_inset Tabular
38799 <lyxtabular version="3" rows="4" columns="4">
38800 <features tabularvalignment="middle">
38801 <column alignment="center" valignment="top" width="0">
38802 <column alignment="center" valignment="top" width="0">
38803 <column alignment="center" valignment="top" width="0">
38804 <column alignment="center" valignment="top" width="0">
38805 <row>
38806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38807 \begin_inset Text
38808
38809 \begin_layout Plain Layout
38810 Document format
38811 \end_layout
38812
38813 \end_inset
38814 </cell>
38815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38816 \begin_inset Text
38817
38818 \begin_layout Plain Layout
38819
38820 \family sans
38821 External Material\SpecialChar \menuseparator
38822 Date
38823 \end_layout
38824
38825 \end_inset
38826 </cell>
38827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38828 \begin_inset Text
38829
38830 \begin_layout Plain Layout
38831
38832 \family sans
38833 Insert\SpecialChar \menuseparator
38834 Date
38835 \end_layout
38836
38837 \end_inset
38838 </cell>
38839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38840 \begin_inset Text
38841
38842 \begin_layout Plain Layout
38843 command 
38844 \series bold
38845
38846 \backslash
38847 today
38848 \end_layout
38849
38850 \end_inset
38851 </cell>
38852 </row>
38853 <row>
38854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38855 \begin_inset Text
38856
38857 \begin_layout Plain Layout
38858 LyX
38859 \end_layout
38860
38861 \end_inset
38862 </cell>
38863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38864 \begin_inset Text
38865
38866 \begin_layout Plain Layout
38867 as inset box
38868 \end_layout
38869
38870 \end_inset
38871 </cell>
38872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38873 \begin_inset Text
38874
38875 \begin_layout Plain Layout
38876 as date
38877 \end_layout
38878
38879 \end_inset
38880 </cell>
38881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38882 \begin_inset Text
38883
38884 \begin_layout Plain Layout
38885 as TeX-Code inset box
38886 \end_layout
38887
38888 \end_inset
38889 </cell>
38890 </row>
38891 <row>
38892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38893 \begin_inset Text
38894
38895 \begin_layout Plain Layout
38896 LaTeX
38897 \end_layout
38898
38899 \end_inset
38900 </cell>
38901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38902 \begin_inset Text
38903
38904 \begin_layout Plain Layout
38905 as date
38906 \end_layout
38907
38908 \end_inset
38909 </cell>
38910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38911 \begin_inset Text
38912
38913 \begin_layout Plain Layout
38914 as date
38915 \end_layout
38916
38917 \end_inset
38918 </cell>
38919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38920 \begin_inset Text
38921
38922 \begin_layout Plain Layout
38923 as command
38924 \end_layout
38925
38926 \end_inset
38927 </cell>
38928 </row>
38929 <row>
38930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38931 \begin_inset Text
38932
38933 \begin_layout Plain Layout
38934 DVI, PDF, PS
38935 \end_layout
38936
38937 \end_inset
38938 </cell>
38939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38940 \begin_inset Text
38941
38942 \begin_layout Plain Layout
38943 as date
38944 \end_layout
38945
38946 \end_inset
38947 </cell>
38948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38949 \begin_inset Text
38950
38951 \begin_layout Plain Layout
38952 as date
38953 \end_layout
38954
38955 \end_inset
38956 </cell>
38957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38958 \begin_inset Text
38959
38960 \begin_layout Plain Layout
38961 as date
38962 \end_layout
38963
38964 \end_inset
38965 </cell>
38966 </row>
38967 </lyxtabular>
38968
38969 \end_inset
38970
38971
38972 \end_layout
38973
38974 \end_inset
38975
38976
38977 \end_layout
38978
38979 \begin_layout Standard
38980 When you use the option 
38981 \family sans
38982 Draft
38983 \family default
38984  in the 
38985 \family sans
38986 File
38987 \family default
38988  tab of the 
38989 \family sans
38990 External Material
38991 \family default
38992  dialog, only the path to the inserted file is shown in the output.
38993 \begin_inset Newline newline
38994 \end_inset
38995
38996 External material is displayed in LyX either as a box like this: 
38997 \begin_inset Graphics
38998         filename clipart/ExternalMaterialQt4.png
38999         scale 85
39000         scaleBeforeRotation
39001
39002 \end_inset
39003
39004  or as image, depending on the option 
39005 \family sans
39006 Show in LyX
39007 \family default
39008  in the 
39009 \family sans
39010 LaTeX and LyX options
39011 \family default
39012  tab of the dialog.
39013 \end_layout
39014
39015 \begin_layout Standard
39016 The 
39017 \family sans
39018 \emph on
39019 Customization
39020 \family default
39021 \emph default
39022  manual explains how you can define your own templates.
39023 \end_layout
39024
39025 \begin_layout Section
39026 Child Documents
39027 \begin_inset CommandInset label
39028 LatexCommand label
39029 name "sec:Child-Documents"
39030
39031 \end_inset
39032
39033
39034 \begin_inset Index idx
39035 status collapsed
39036
39037 \begin_layout Plain Layout
39038 External Document Parts ! Child Documents
39039 \end_layout
39040
39041 \end_inset
39042
39043
39044 \begin_inset Index idx
39045 status collapsed
39046
39047 \begin_layout Plain Layout
39048 Files ! Include
39049 \end_layout
39050
39051 \end_inset
39052
39053
39054 \end_layout
39055
39056 \begin_layout Standard
39057 Child documents are used if you have a long document consisting of several
39058  larger parts or sections.
39059  For maintenance it is often useful and sometimes even required to split
39060  the document into several files that can be revised separately.
39061  The different documents are then the so called 
39062 \begin_inset Quotes eld
39063 \end_inset
39064
39065 child documents
39066 \begin_inset Quotes erd
39067 \end_inset
39068
39069 , and a master document connects them to print the full document or parts
39070  of it.
39071  A child document inherits elements from its master, for example the LaTeX
39072  preamble, the bibliography, and labels for cross-references.
39073 \end_layout
39074
39075 \begin_layout Standard
39076 To be able to work on child documents without the need to open their master,
39077  specify in the child document the master in the menu
39078 \family sans
39079  Document\SpecialChar \menuseparator
39080 Settings\SpecialChar \menuseparator
39081 Document
39082 \begin_inset space ~
39083 \end_inset
39084
39085 Class
39086 \family default
39087 .
39088  This master document will then be used in the background by LyX when you
39089  edit the child document.
39090 \end_layout
39091
39092 \begin_layout Standard
39093 Included documents are displayed in LyX as a box like this: 
39094 \begin_inset Graphics
39095         filename clipart/ChildDocumentQt4.png
39096         scale 85
39097         scaleBeforeRotation
39098
39099 \end_inset
39100
39101  To include child documents in a master document use the menu 
39102 \family sans
39103 Insert\SpecialChar \menuseparator
39104 File\SpecialChar \menuseparator
39105 Child
39106 \begin_inset space ~
39107 \end_inset
39108
39109 Documents
39110 \family default
39111 .
39112  A dialog pops up where you can choose between four include methods:
39113 \end_layout
39114
39115 \begin_layout Description
39116 Include You can include LyX- and LaTeX-documents.
39117  When you press the 
39118 \family sans
39119 Edit
39120 \family default
39121  button in the 
39122 \family sans
39123 Child Document
39124 \family default
39125  dialog, the included document will be opened in LyX in a new file tab so
39126  that you can modify it.
39127 \begin_inset Newline newline
39128 \end_inset
39129
39130
39131 \end_layout
39132
39133 \begin_layout Standard
39134 Here is a child document inserted using 
39135 \family sans
39136 Include
39137 \family default
39138
39139 \begin_inset CommandInset include
39140 LatexCommand include
39141 filename "DummyDocument1.lyx"
39142
39143 \end_inset
39144
39145
39146 \end_layout
39147
39148 \begin_layout Standard
39149 The section numbering includes the sections of the included files in the
39150  order they are inserted in the master document.
39151  The included example document has for example a subsection that is numbered
39152  as a subsection of this section.
39153  Labels of included documents can be referenced: Subsection
39154 \begin_inset space ~
39155 \end_inset
39156
39157
39158 \begin_inset CommandInset ref
39159 LatexCommand ref
39160 reference "sub:External-Subsection-1"
39161
39162 \end_inset
39163
39164 .
39165 \end_layout
39166
39167 \begin_layout Standard
39168 The preamble of the child document is ignored; only the preamble of the
39169  master document is used.
39170  Branches in child documents will be ignored by the master document when
39171  the master document does not have a branch with the same name.
39172  Included documents are inserted starting on a new page and ending with
39173  a page break.
39174 \end_layout
39175
39176 \begin_layout Standard
39177 \begin_inset Note Greyedout
39178 status open
39179
39180 \begin_layout Plain Layout
39181
39182 \series bold
39183 Note:
39184 \series default
39185  If you have included a LyX- or LaTeX-file, you are warned when you export/view
39186  the document in case the child document uses another document class than
39187  the master document as this will lead to unexpected outputs.
39188 \end_layout
39189
39190 \end_inset
39191
39192
39193 \end_layout
39194
39195 \begin_layout Description
39196 Input This method is very similar to the Include method.
39197  The differences are:
39198 \end_layout
39199
39200 \begin_deeper
39201 \begin_layout Itemize
39202 Input files don't start with a new page and don't end with a page break.
39203 \end_layout
39204
39205 \begin_layout Itemize
39206 Input files can be previewed in LyX when 
39207 \family sans
39208 Instant
39209 \begin_inset space ~
39210 \end_inset
39211
39212 Preview
39213 \family default
39214  is enabled in LyX's preferences under 
39215 \family sans
39216 Look
39217 \begin_inset space ~
39218 \end_inset
39219
39220 and
39221 \begin_inset space ~
39222 \end_inset
39223
39224 feel\SpecialChar \menuseparator
39225 Graphics
39226 \family default
39227 .
39228 \end_layout
39229
39230 \begin_layout Itemize
39231 You cannot exclude Input files via the menu 
39232 \family sans
39233 Document\SpecialChar \menuseparator
39234 Settings\SpecialChar \menuseparator
39235 Child Documents
39236 \family default
39237 .
39238 \end_layout
39239
39240 \end_deeper
39241 \begin_layout Standard
39242 Here is a child document inserted using 
39243 \family sans
39244 Input
39245 \family default
39246
39247 \begin_inset CommandInset include
39248 LatexCommand input
39249 filename "DummyDocument2.lyx"
39250
39251 \end_inset
39252
39253
39254 \end_layout
39255
39256 \begin_layout Description
39257 Verbatim With this method any text file can be included.
39258  The file is shown in the output with its source code; no command used in
39259  the text is invoked.
39260  You can use the option 
39261 \family sans
39262 Mark spaces in output
39263 \family default
39264  that displays the character 
39265 \begin_inset Quotes eld
39266 \end_inset
39267
39268
39269 \begin_inset ERT
39270 status collapsed
39271
39272 \begin_layout Plain Layout
39273
39274
39275 \backslash
39276 textvisiblespace 
39277 \end_layout
39278
39279 \end_inset
39280
39281
39282 \begin_inset Quotes erd
39283 \end_inset
39284
39285  for every space character in the source code.
39286  The difference from the method via the menu 
39287 \family sans
39288 Insert\SpecialChar \menuseparator
39289 File\SpecialChar \menuseparator
39290 Plain
39291 \begin_inset space ~
39292 \end_inset
39293
39294 Text
39295 \family default
39296  is that the document content is not shown in LyX.
39297 \end_layout
39298
39299 \begin_layout Standard
39300 Here is a child document inserted as Verbatim: 
39301 \begin_inset CommandInset include
39302 LatexCommand verbatiminput
39303 filename "DummyTextDocument.txt"
39304
39305 \end_inset
39306
39307
39308 \begin_inset VSpace bigskip
39309 \end_inset
39310
39311  Here is a child document inserted as Verbatim using the 
39312 \family sans
39313 Mark spaces in output
39314 \family default
39315  option: 
39316 \begin_inset CommandInset include
39317 LatexCommand verbatiminput*
39318 filename "DummyTextDocument.txt"
39319
39320 \end_inset
39321
39322
39323 \end_layout
39324
39325 \begin_layout Standard
39326 \begin_inset VSpace bigskip
39327 \end_inset
39328
39329
39330 \end_layout
39331
39332 \begin_layout Standard
39333 \begin_inset Note Greyedout
39334 status open
39335
39336 \begin_layout Plain Layout
39337
39338 \series bold
39339 Note:
39340 \series default
39341  As you can see in the examples above, the text of the documents included
39342  as 
39343 \family sans
39344 verbatim
39345 \family default
39346  is not broken at the end of the document lines.
39347 \end_layout
39348
39349 \end_inset
39350
39351
39352 \end_layout
39353
39354 \begin_layout Description
39355 Listings This type is described in chapter
39356 \begin_inset space ~
39357 \end_inset
39358
39359
39360 \begin_inset CommandInset ref
39361 LatexCommand ref
39362 reference "cha:Program-Code-Listings"
39363
39364 \end_inset
39365
39366 .
39367 \end_layout
39368
39369 \begin_layout Standard
39370 \begin_inset Note Greyedout
39371 status open
39372
39373 \begin_layout Plain Layout
39374
39375 \series bold
39376 Note:
39377 \series default
39378  Including the same document twice in a document using different methods
39379  could cause LaTeX-problems.
39380 \end_layout
39381
39382 \end_inset
39383
39384
39385 \end_layout
39386
39387 \begin_layout Standard
39388 If you want to view/export only selected children of your master document,
39389  either because you want to save compiling time or because you want to distribut
39390 e single chapters of the book you are just writing, you can exclude children
39391  from the output.
39392  This is done via the menu 
39393 \family sans
39394 Document\SpecialChar \menuseparator
39395 Settings\SpecialChar \menuseparator
39396 Child Documents
39397 \family default
39398 .
39399  You can exclude\SpecialChar \slash{}
39400 include children by double-clicking on the 
39401 \family sans
39402 include to output
39403 \family default
39404  column of the respective child document in the list (note that this only
39405  works for documents embedded via 
39406 \begin_inset Quotes eld
39407 \end_inset
39408
39409 Include
39410 \begin_inset Quotes erd
39411 \end_inset
39412
39413 , not with 
39414 \begin_inset Quotes eld
39415 \end_inset
39416
39417 Input
39418 \begin_inset Quotes erd
39419 \end_inset
39420
39421 ).
39422  If the option 
39423 \family sans
39424 Maintain counters and references
39425 \family default
39426  is enabled, LyX will assure that all page numbers, references etc.
39427 \begin_inset space ~
39428 \end_inset
39429
39430 are correct as if the whole document was processed.
39431  This is useful if you want the selected sub-documents to look exactly as
39432  in the context of the whole document.
39433  However, LyX needs to process the whole document in the background for
39434  this feature.
39435  So if you want to save compile time and if counters and references do not
39436  need to be correct, disable this checkbox.
39437 \end_layout
39438
39439 \begin_layout Standard
39440 Alternatively, you can put each included file into a branch.
39441 \begin_inset Foot
39442 status collapsed
39443
39444 \begin_layout Plain Layout
39445 Branches are described in section 
39446 \emph on
39447 Branches
39448 \emph default
39449  of the LyX 
39450 \emph on
39451 Userguide
39452 \emph default
39453 .
39454 \end_layout
39455
39456 \end_inset
39457
39458  By enabling\SpecialChar \slash{}
39459 disabling branches you can decide which included files will
39460  appear in the output.
39461  This has the advantage that it also works with Input'ed sub-documents.
39462  However, counters and references will not be maintained with this approach.
39463 \end_layout
39464
39465 \begin_layout Chapter
39466 Program Code Listings
39467 \begin_inset CommandInset label
39468 LatexCommand label
39469 name "cha:Program-Code-Listings"
39470
39471 \end_inset
39472
39473
39474 \begin_inset Index idx
39475 status collapsed
39476
39477 \begin_layout Plain Layout
39478 Listings
39479 \end_layout
39480
39481 \end_inset
39482
39483
39484 \begin_inset Index idx
39485 status collapsed
39486
39487 \begin_layout Plain Layout
39488 Program Code
39489 \end_layout
39490
39491 \end_inset
39492
39493
39494 \begin_inset Index idx
39495 status collapsed
39496
39497 \begin_layout Plain Layout
39498 Floats ! Listings
39499 \end_layout
39500
39501 \end_inset
39502
39503
39504 \end_layout
39505
39506 \begin_layout Standard
39507 To include and typeset program code you can use the 
39508 \family sans
39509 Listings
39510 \family default
39511  inset that can be inserted via the menu 
39512 \family sans
39513 Insert\SpecialChar \menuseparator
39514 Program Listing
39515 \family default
39516 .
39517  The LaTeX-package 
39518 \series bold
39519 listings
39520 \series default
39521
39522 \begin_inset Index idx
39523 status collapsed
39524
39525 \begin_layout Plain Layout
39526 LaTeX-packages ! listings
39527 \end_layout
39528
39529 \end_inset
39530
39531  provides a powerful and flexible way to insert program source code into
39532  your document.
39533 \end_layout
39534
39535 \begin_layout Standard
39536 Right-clicking on a listings inset opens the context menu containing where
39537  you can set the listings format.
39538 \end_layout
39539
39540 \begin_layout Standard
39541 By default, a listing starts a new paragraph in the output.
39542  The placement option 
39543 \family sans
39544 Inline
39545 \begin_inset space ~
39546 \end_inset
39547
39548 listing
39549 \family default
39550  prints the listing inline like this: 
39551 \begin_inset listings
39552 lstparams "language={C++}"
39553 inline true
39554 status open
39555
39556 \begin_layout Plain Layout
39557
39558 int a=5;
39559 \end_layout
39560
39561 \end_inset
39562
39563
39564 \begin_inset Newline newline
39565 \end_inset
39566
39567 The option 
39568 \family sans
39569 Float
39570 \family default
39571  creates a listings float where you can specify the placement options 
39572 \begin_inset Quotes eld
39573 \end_inset
39574
39575
39576 \family sans
39577 h
39578 \family default
39579
39580 \begin_inset Quotes erd
39581 \end_inset
39582
39583
39584 \begin_inset Quotes eld
39585 \end_inset
39586
39587
39588 \family sans
39589 t
39590 \family default
39591
39592 \begin_inset Quotes erd
39593 \end_inset
39594
39595
39596 \begin_inset Quotes eld
39597 \end_inset
39598
39599
39600 \family sans
39601 b
39602 \family default
39603
39604 \begin_inset Quotes erd
39605 \end_inset
39606
39607 , and 
39608 \begin_inset Quotes eld
39609 \end_inset
39610
39611
39612 \family sans
39613 p
39614 \family default
39615
39616 \begin_inset Quotes erd
39617 \end_inset
39618
39619  corresponding to the float placement options described in section
39620 \begin_inset space ~
39621 \end_inset
39622
39623
39624 \begin_inset CommandInset ref
39625 LatexCommand ref
39626 reference "sec:Float-Placement"
39627
39628 \end_inset
39629
39630 .
39631  The placement options can be mixed and are inserted without any separation,
39632  e.
39633 \begin_inset space \thinspace{}
39634 \end_inset
39635
39636 g.
39637 \begin_inset space \space{}
39638 \end_inset
39639
39640
39641 \begin_inset Quotes eld
39642 \end_inset
39643
39644
39645 \family sans
39646 htbp
39647 \family default
39648
39649 \begin_inset Quotes erd
39650 \end_inset
39651
39652 .
39653  The option 
39654 \begin_inset Quotes eld
39655 \end_inset
39656
39657 h
39658 \begin_inset Quotes erd
39659 \end_inset
39660
39661  has sometimes no effect, but you don't need to use the 
39662 \family sans
39663 Float
39664 \family default
39665  option in this case as also non-float listings can have captions and be
39666  referenced.
39667 \end_layout
39668
39669 \begin_layout Standard
39670 You can add captions to listings with the menu 
39671 \family sans
39672 Insert\SpecialChar \menuseparator
39673 Caption
39674 \family default
39675 .
39676  Listings can be referenced like floats: Listing
39677 \begin_inset space ~
39678 \end_inset
39679
39680
39681 \begin_inset CommandInset ref
39682 LatexCommand ref
39683 reference "lst:Example-Listing"
39684
39685 \end_inset
39686
39687
39688 \change_inserted -195340706 1334604968
39689 .
39690  A list of listings which contains all listings with captions can be created
39691  via the 
39692 \family sans
39693 Insert\SpecialChar \menuseparator
39694 List
39695 \begin_inset space ~
39696 \end_inset
39697
39698 /
39699 \begin_inset space ~
39700 \end_inset
39701
39702 TOC\SpecialChar \menuseparator
39703 List of Listings
39704 \family default
39705  submenu.
39706  The list entries are the listing caption and the listing number.
39707 \change_unchanged
39708
39709 \end_layout
39710
39711 \begin_layout Standard
39712 \begin_inset listings
39713 lstparams "language=Python"
39714 inline false
39715 status open
39716
39717 \begin_layout Plain Layout
39718
39719 \begin_inset Caption
39720
39721 \begin_layout Plain Layout
39722 \begin_inset CommandInset label
39723 LatexCommand label
39724 name "lst:Example-Listing"
39725
39726 \end_inset
39727
39728 Example Listing float
39729 \end_layout
39730
39731 \end_inset
39732
39733 # Example listing float
39734 \end_layout
39735
39736 \begin_layout Plain Layout
39737
39738 def func(param):
39739 \end_layout
39740
39741 \begin_layout Plain Layout
39742
39743     'this is a python function'
39744 \end_layout
39745
39746 \begin_layout Plain Layout
39747
39748     pass
39749 \end_layout
39750
39751 \end_inset
39752
39753
39754 \end_layout
39755
39756 \begin_layout Standard
39757 When you have set a programming language in the listings dialog, the keywords
39758  of this language will be recognized and specially typeset in the output.
39759  In the example listings the Python keyword 
39760 \begin_inset Quotes eld
39761 \end_inset
39762
39763 def
39764 \begin_inset Quotes erd
39765 \end_inset
39766
39767  is recognized and printed bold in the output.
39768 \end_layout
39769
39770 \begin_layout Standard
39771 \begin_inset Note Greyedout
39772 status open
39773
39774 \begin_layout Plain Layout
39775
39776 \series bold
39777 Note:
39778 \series default
39779  If you don't get bold keywords when using typewriter fonts, your 
39780 \family typewriter
39781 typewriter
39782 \family default
39783  font probably doesn't provide a bold shape.
39784  In this case select a different one in the menu 
39785 \family sans
39786 Document\SpecialChar \menuseparator
39787 Settings\SpecialChar \menuseparator
39788 Fonts
39789 \family default
39790 .
39791  (The fonts 
39792 \emph on
39793 LuxiMono, BeraMono
39794 \emph default
39795  and 
39796 \emph on
39797 Courier
39798 \emph default
39799  provide bold shapes.)
39800 \end_layout
39801
39802 \end_inset
39803
39804
39805 \end_layout
39806
39807 \begin_layout Standard
39808 In section 
39809 \family sans
39810 Line
39811 \begin_inset space ~
39812 \end_inset
39813
39814 numbering
39815 \family default
39816  of the listings dialog you can specify the line numbering style.
39817  You can insert a number to specify which lines are numbered in the field
39818  
39819 \family sans
39820 Step
39821 \family default
39822 .
39823  When you insert e.
39824 \begin_inset space \thinspace{}
39825 \end_inset
39826
39827 g.
39828 \begin_inset space \space{}
39829 \end_inset
39830
39831
39832 \begin_inset Quotes eld
39833 \end_inset
39834
39835 3
39836 \begin_inset Quotes erd
39837 \end_inset
39838
39839 , only every 3rd line will be numbered.
39840 \end_layout
39841
39842 \begin_layout Standard
39843 You can furthermore specify a range of lines; only these will then appear
39844  in the output.
39845  The option 
39846 \family sans
39847 Extended character table
39848 \family default
39849  should be used when you use national characters like the German umlauts
39850  in the listing.
39851 \begin_inset Newline newline
39852 \end_inset
39853
39854 Here is an example listing with left line numbering, step 
39855 \begin_inset Quotes eld
39856 \end_inset
39857
39858 3
39859 \begin_inset Quotes erd
39860 \end_inset
39861
39862 , language 
39863 \begin_inset Quotes eld
39864 \end_inset
39865
39866 Python
39867 \begin_inset Quotes erd
39868 \end_inset
39869
39870 , options 
39871 \begin_inset Quotes eld
39872 \end_inset
39873
39874 Extended character table
39875 \begin_inset Quotes erd
39876 \end_inset
39877
39878  and 
39879 \begin_inset Quotes eld
39880 \end_inset
39881
39882 Space
39883 \begin_inset space ~
39884 \end_inset
39885
39886 as
39887 \begin_inset space ~
39888 \end_inset
39889
39890 symbol
39891 \begin_inset Quotes erd
39892 \end_inset
39893
39894 , range lines 3
39895 \begin_inset space \thinspace{}
39896 \end_inset
39897
39898 -
39899 \begin_inset space \thinspace{}
39900 \end_inset
39901
39902 8:
39903 \end_layout
39904
39905 \begin_layout Standard
39906 \begin_inset listings
39907 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39908 inline false
39909 status open
39910
39911 \begin_layout Plain Layout
39912
39913 def func(param):
39914 \end_layout
39915
39916 \begin_layout Plain Layout
39917
39918     'this is a python function'
39919 \end_layout
39920
39921 \begin_layout Plain Layout
39922
39923     pass
39924 \end_layout
39925
39926 \begin_layout Plain Layout
39927
39928 def func(param):
39929 \end_layout
39930
39931 \begin_layout Plain Layout
39932
39933 'This is a German word: Tschüß'
39934 \end_layout
39935
39936 \begin_layout Plain Layout
39937
39938 pass
39939 \end_layout
39940
39941 \begin_layout Plain Layout
39942
39943 def func(param):
39944 \end_layout
39945
39946 \begin_layout Plain Layout
39947
39948 'this is a python function'
39949 \end_layout
39950
39951 \begin_layout Plain Layout
39952
39953 pass
39954 \end_layout
39955
39956 \end_inset
39957
39958
39959 \end_layout
39960
39961 \begin_layout Standard
39962 When you have tabulators in your listing, you can specify the number of
39963  characters that are spanned by a tabulator in the field 
39964 \family sans
39965 Tabulator
39966 \begin_inset space ~
39967 \end_inset
39968
39969 size
39970 \family default
39971 .
39972 \end_layout
39973
39974 \begin_layout Standard
39975 \begin_inset Note Greyedout
39976 status open
39977
39978 \begin_layout Plain Layout
39979
39980 \series bold
39981 Note:
39982 \series default
39983  Due to a bug in the 
39984 \series bold
39985 listings
39986 \series default
39987  package the line numbering is shifted by a line by every previous listing.
39988  That's the reason why the lines 2 and 5 are numbered in the above listing
39989  and not the lines 3 and 6.
39990 \end_layout
39991
39992 \end_inset
39993
39994
39995 \end_layout
39996
39997 \begin_layout Standard
39998 \begin_inset VSpace bigskip
39999 \end_inset
40000
40001
40002 \end_layout
40003
40004 \begin_layout Standard
40005 It is also possible to print lines from a file as listing.
40006  To do this, use the menu 
40007 \family sans
40008 Insert\SpecialChar \menuseparator
40009 File\SpecialChar \menuseparator
40010 Child Document
40011 \family default
40012  and choose the type 
40013 \family sans
40014 Listings
40015 \family default
40016 .
40017 \begin_inset Foot
40018 status collapsed
40019
40020 \begin_layout Plain Layout
40021 The other child document types are described in section
40022 \begin_inset space ~
40023 \end_inset
40024
40025
40026 \begin_inset CommandInset ref
40027 LatexCommand ref
40028 reference "sec:Child-Documents"
40029
40030 \end_inset
40031
40032 .
40033 \end_layout
40034
40035 \end_inset
40036
40037  In the child document dialog you can specify the listing parameters in
40038  a text box.
40039  To show a list of all available parameters, type in a question mark 
40040 \begin_inset Quotes eld
40041 \end_inset
40042
40043 ?
40044 \begin_inset Quotes erd
40045 \end_inset
40046
40047  in the text box.
40048 \end_layout
40049
40050 \begin_layout Standard
40051 To reference child document listings, write a label text into the corresponding
40052  field of the child document dialog.
40053  The label can then be referenced using the menu 
40054 \family sans
40055 Insert\SpecialChar \menuseparator
40056 Cross-Reference
40057 \family default
40058 .
40059 \end_layout
40060
40061 \begin_layout Standard
40062 Listing
40063 \begin_inset space ~
40064 \end_inset
40065
40066
40067 \begin_inset CommandInset ref
40068 LatexCommand ref
40069 reference "lst:file-listing"
40070
40071 \end_inset
40072
40073  is an example for a listing of a file; there the lines 10
40074 \begin_inset space \thinspace{}
40075 \end_inset
40076
40077 -
40078 \begin_inset space \thinspace{}
40079 \end_inset
40080
40081 15 of this LyX file are listed.
40082 \end_layout
40083
40084 \begin_layout Standard
40085 \begin_inset CommandInset include
40086 LatexCommand lstinputlisting
40087 filename "EmbeddedObjects.lyx"
40088 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
40089
40090 \end_inset
40091
40092
40093 \end_layout
40094
40095 \begin_layout Standard
40096 \begin_inset VSpace bigskip
40097 \end_inset
40098
40099
40100 \end_layout
40101
40102 \begin_layout Standard
40103 Inserting a formula into a listing can be done the following way:
40104 \end_layout
40105
40106 \begin_layout Enumerate
40107 Open the listings dialog and add
40108 \begin_inset Newline newline
40109 \end_inset
40110
40111
40112 \family sans
40113 mathescape=true
40114 \family default
40115
40116 \begin_inset Newline newline
40117 \end_inset
40118
40119 to the field of the 
40120 \family sans
40121 Advanced
40122 \family default
40123  tab.
40124 \end_layout
40125
40126 \begin_layout Enumerate
40127 Create a formula outside the listing
40128 \end_layout
40129
40130 \begin_layout Enumerate
40131 Copy the content of the formula (not the formula inset) to the clipboard
40132  (shortcut 
40133 \begin_inset Info
40134 type  "shortcut"
40135 arg   "copy"
40136 \end_inset
40137
40138 )
40139 \end_layout
40140
40141 \begin_layout Enumerate
40142 In the listing write 
40143 \begin_inset Quotes eld
40144 \end_inset
40145
40146
40147 \family sans
40148 $$
40149 \family default
40150
40151 \begin_inset Quotes erd
40152 \end_inset
40153
40154  and copy from the clipboard between the dollar-signs (shortcut 
40155 \begin_inset Info
40156 type  "shortcut"
40157 arg   "paste"
40158 \end_inset
40159
40160 )
40161 \end_layout
40162
40163 \begin_layout Standard
40164 \begin_inset listings
40165 lstparams "language=Python,mathescape=true"
40166 inline false
40167 status open
40168
40169 \begin_layout Plain Layout
40170
40171 \begin_inset Caption
40172
40173 \begin_layout Plain Layout
40174 Example Listing float containing a formula
40175 \end_layout
40176
40177 \end_inset
40178
40179 # Example listing float
40180 \end_layout
40181
40182 \begin_layout Plain Layout
40183
40184 def func(param):
40185 \end_layout
40186
40187 \begin_layout Plain Layout
40188
40189     # $
40190 \backslash
40191 prod_{n=1}^{
40192 \backslash
40193 infty}
40194 \backslash
40195 ,
40196 \backslash
40197 frac{1}{x^{2}}$
40198 \end_layout
40199
40200 \begin_layout Plain Layout
40201
40202     pass
40203 \end_layout
40204
40205 \end_inset
40206
40207
40208 \end_layout
40209
40210 \begin_layout Standard
40211 \begin_inset VSpace bigskip
40212 \end_inset
40213
40214
40215 \end_layout
40216
40217 \begin_layout Standard
40218 Global listings settings can be set in the 
40219 \family sans
40220 Document\SpecialChar \menuseparator
40221 Settings\SpecialChar \menuseparator
40222 Listings
40223 \family default
40224  dialog.
40225  To get there a list of available options, type in a question mark 
40226 \begin_inset Quotes eld
40227 \end_inset
40228
40229 ?
40230 \begin_inset Quotes erd
40231 \end_inset
40232
40233 .
40234 \end_layout
40235
40236 \begin_layout Standard
40237 For more information about the 
40238 \series bold
40239 listings
40240 \series default
40241  package, we refer to its documentation 
40242 \begin_inset CommandInset citation
40243 LatexCommand cite
40244 key "listings"
40245
40246 \end_inset
40247
40248 .
40249 \end_layout
40250
40251 \begin_layout Standard
40252 \begin_inset Newpage newpage
40253 \end_inset
40254
40255
40256 \end_layout
40257
40258 \begin_layout Chapter
40259 \start_of_appendix
40260 Units available in LyX
40261 \begin_inset Index idx
40262 status collapsed
40263
40264 \begin_layout Plain Layout
40265 Units
40266 \end_layout
40267
40268 \end_inset
40269
40270
40271 \begin_inset CommandInset label
40272 LatexCommand label
40273 name "cha:Units-available-in"
40274
40275 \end_inset
40276
40277
40278 \end_layout
40279
40280 \begin_layout Standard
40281 To understand the units described in this documentation, Table
40282 \begin_inset space ~
40283 \end_inset
40284
40285
40286 \begin_inset CommandInset ref
40287 LatexCommand ref
40288 reference "tab:Units"
40289
40290 \end_inset
40291
40292  explains all units available in LyX.
40293 \end_layout
40294
40295 \begin_layout Standard
40296 \begin_inset Float table
40297 placement h
40298 wide false
40299 sideways false
40300 status open
40301
40302 \begin_layout Plain Layout
40303 \begin_inset Caption
40304
40305 \begin_layout Plain Layout
40306 \begin_inset CommandInset label
40307 LatexCommand label
40308 name "tab:Units"
40309
40310 \end_inset
40311
40312 Units
40313 \end_layout
40314
40315 \end_inset
40316
40317
40318 \end_layout
40319
40320 \begin_layout Plain Layout
40321 \begin_inset VSpace medskip
40322 \end_inset
40323
40324
40325 \end_layout
40326
40327 \begin_layout Plain Layout
40328 \align center
40329 \begin_inset Tabular
40330 <lyxtabular version="3" rows="20" columns="2">
40331 <features tabularvalignment="middle">
40332 <column alignment="center" valignment="top" width="0">
40333 <column alignment="center" valignment="top" width="0">
40334 <row>
40335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40336 \begin_inset Text
40337
40338 \begin_layout Plain Layout
40339 unit
40340 \end_layout
40341
40342 \end_inset
40343 </cell>
40344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40345 \begin_inset Text
40346
40347 \begin_layout Plain Layout
40348 name/description
40349 \end_layout
40350
40351 \end_inset
40352 </cell>
40353 </row>
40354 <row>
40355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40356 \begin_inset Text
40357
40358 \begin_layout Plain Layout
40359 mm
40360 \end_layout
40361
40362 \end_inset
40363 </cell>
40364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40365 \begin_inset Text
40366
40367 \begin_layout Plain Layout
40368 millimeter
40369 \end_layout
40370
40371 \end_inset
40372 </cell>
40373 </row>
40374 <row>
40375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40376 \begin_inset Text
40377
40378 \begin_layout Plain Layout
40379 cm
40380 \end_layout
40381
40382 \end_inset
40383 </cell>
40384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40385 \begin_inset Text
40386
40387 \begin_layout Plain Layout
40388 centimeter
40389 \end_layout
40390
40391 \end_inset
40392 </cell>
40393 </row>
40394 <row>
40395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40396 \begin_inset Text
40397
40398 \begin_layout Plain Layout
40399 in
40400 \end_layout
40401
40402 \end_inset
40403 </cell>
40404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40405 \begin_inset Text
40406
40407 \begin_layout Plain Layout
40408 inch
40409 \end_layout
40410
40411 \end_inset
40412 </cell>
40413 </row>
40414 <row>
40415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40416 \begin_inset Text
40417
40418 \begin_layout Plain Layout
40419 pt
40420 \end_layout
40421
40422 \end_inset
40423 </cell>
40424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40425 \begin_inset Text
40426
40427 \begin_layout Plain Layout
40428 point (72.27
40429 \begin_inset space \thinspace{}
40430 \end_inset
40431
40432 pt = 1
40433 \begin_inset space \thinspace{}
40434 \end_inset
40435
40436 in)
40437 \end_layout
40438
40439 \end_inset
40440 </cell>
40441 </row>
40442 <row>
40443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40444 \begin_inset Text
40445
40446 \begin_layout Plain Layout
40447 pc
40448 \end_layout
40449
40450 \end_inset
40451 </cell>
40452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40453 \begin_inset Text
40454
40455 \begin_layout Plain Layout
40456 pica (1
40457 \begin_inset space \thinspace{}
40458 \end_inset
40459
40460 pc = 12
40461 \begin_inset space \thinspace{}
40462 \end_inset
40463
40464 pt)
40465 \end_layout
40466
40467 \end_inset
40468 </cell>
40469 </row>
40470 <row>
40471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40472 \begin_inset Text
40473
40474 \begin_layout Plain Layout
40475 sp
40476 \end_layout
40477
40478 \end_inset
40479 </cell>
40480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40481 \begin_inset Text
40482
40483 \begin_layout Plain Layout
40484 scaled point (65536
40485 \begin_inset space \thinspace{}
40486 \end_inset
40487
40488 sp = 1
40489 \begin_inset space \thinspace{}
40490 \end_inset
40491
40492 pt)
40493 \end_layout
40494
40495 \end_inset
40496 </cell>
40497 </row>
40498 <row>
40499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40500 \begin_inset Text
40501
40502 \begin_layout Plain Layout
40503 bp
40504 \end_layout
40505
40506 \end_inset
40507 </cell>
40508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40509 \begin_inset Text
40510
40511 \begin_layout Plain Layout
40512 big point (72
40513 \begin_inset space \thinspace{}
40514 \end_inset
40515
40516 bp = 1
40517 \begin_inset space \thinspace{}
40518 \end_inset
40519
40520 in)
40521 \end_layout
40522
40523 \end_inset
40524 </cell>
40525 </row>
40526 <row>
40527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40528 \begin_inset Text
40529
40530 \begin_layout Plain Layout
40531 dd
40532 \end_layout
40533
40534 \end_inset
40535 </cell>
40536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40537 \begin_inset Text
40538
40539 \begin_layout Plain Layout
40540 didot (1
40541 \begin_inset space \thinspace{}
40542 \end_inset
40543
40544 dd 
40545 \begin_inset Formula $\approx$
40546 \end_inset
40547
40548  0.376
40549 \begin_inset space \thinspace{}
40550 \end_inset
40551
40552 mm)
40553 \end_layout
40554
40555 \end_inset
40556 </cell>
40557 </row>
40558 <row>
40559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40560 \begin_inset Text
40561
40562 \begin_layout Plain Layout
40563 cc
40564 \end_layout
40565
40566 \end_inset
40567 </cell>
40568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40569 \begin_inset Text
40570
40571 \begin_layout Plain Layout
40572 cicero (1
40573 \begin_inset space \thinspace{}
40574 \end_inset
40575
40576 cc = 12
40577 \begin_inset space \thinspace{}
40578 \end_inset
40579
40580 dd)
40581 \end_layout
40582
40583 \end_inset
40584 </cell>
40585 </row>
40586 <row>
40587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40588 \begin_inset Text
40589
40590 \begin_layout Plain Layout
40591 Scale%
40592 \end_layout
40593
40594 \end_inset
40595 </cell>
40596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40597 \begin_inset Text
40598
40599 \begin_layout Plain Layout
40600 % of original image width
40601 \end_layout
40602
40603 \end_inset
40604 </cell>
40605 </row>
40606 <row>
40607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40608 \begin_inset Text
40609
40610 \begin_layout Plain Layout
40611 text%
40612 \end_layout
40613
40614 \end_inset
40615 </cell>
40616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40617 \begin_inset Text
40618
40619 \begin_layout Plain Layout
40620 % of text width
40621 \end_layout
40622
40623 \end_inset
40624 </cell>
40625 </row>
40626 <row>
40627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40628 \begin_inset Text
40629
40630 \begin_layout Plain Layout
40631 col%
40632 \end_layout
40633
40634 \end_inset
40635 </cell>
40636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40637 \begin_inset Text
40638
40639 \begin_layout Plain Layout
40640 % of column width
40641 \end_layout
40642
40643 \end_inset
40644 </cell>
40645 </row>
40646 <row>
40647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40648 \begin_inset Text
40649
40650 \begin_layout Plain Layout
40651 page%
40652 \end_layout
40653
40654 \end_inset
40655 </cell>
40656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40657 \begin_inset Text
40658
40659 \begin_layout Plain Layout
40660 % of paper width
40661 \end_layout
40662
40663 \end_inset
40664 </cell>
40665 </row>
40666 <row>
40667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40668 \begin_inset Text
40669
40670 \begin_layout Plain Layout
40671 line%
40672 \end_layout
40673
40674 \end_inset
40675 </cell>
40676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40677 \begin_inset Text
40678
40679 \begin_layout Plain Layout
40680 % of line width
40681 \end_layout
40682
40683 \end_inset
40684 </cell>
40685 </row>
40686 <row>
40687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40688 \begin_inset Text
40689
40690 \begin_layout Plain Layout
40691 theight%
40692 \end_layout
40693
40694 \end_inset
40695 </cell>
40696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40697 \begin_inset Text
40698
40699 \begin_layout Plain Layout
40700 % of text height
40701 \end_layout
40702
40703 \end_inset
40704 </cell>
40705 </row>
40706 <row>
40707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40708 \begin_inset Text
40709
40710 \begin_layout Plain Layout
40711 pheight%
40712 \end_layout
40713
40714 \end_inset
40715 </cell>
40716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40717 \begin_inset Text
40718
40719 \begin_layout Plain Layout
40720 % of paper height
40721 \end_layout
40722
40723 \end_inset
40724 </cell>
40725 </row>
40726 <row>
40727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40728 \begin_inset Text
40729
40730 \begin_layout Plain Layout
40731 ex
40732 \end_layout
40733
40734 \end_inset
40735 </cell>
40736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40737 \begin_inset Text
40738
40739 \begin_layout Plain Layout
40740 height of letter 
40741 \emph on
40742 x
40743 \emph default
40744  in current font
40745 \end_layout
40746
40747 \end_inset
40748 </cell>
40749 </row>
40750 <row>
40751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40752 \begin_inset Text
40753
40754 \begin_layout Plain Layout
40755 em
40756 \end_layout
40757
40758 \end_inset
40759 </cell>
40760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40761 \begin_inset Text
40762
40763 \begin_layout Plain Layout
40764 width of letter 
40765 \emph on
40766 M
40767 \emph default
40768  in current font
40769 \end_layout
40770
40771 \end_inset
40772 </cell>
40773 </row>
40774 <row>
40775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40776 \begin_inset Text
40777
40778 \begin_layout Plain Layout
40779 mu
40780 \end_layout
40781
40782 \end_inset
40783 </cell>
40784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40785 \begin_inset Text
40786
40787 \begin_layout Plain Layout
40788 math unit (1
40789 \begin_inset space \thinspace{}
40790 \end_inset
40791
40792 mu = 1/18
40793 \begin_inset space \thinspace{}
40794 \end_inset
40795
40796 em)
40797 \end_layout
40798
40799 \end_inset
40800 </cell>
40801 </row>
40802 </lyxtabular>
40803
40804 \end_inset
40805
40806
40807 \end_layout
40808
40809 \end_inset
40810
40811
40812 \end_layout
40813
40814 \begin_layout Chapter
40815 Output File Formats with Graphics
40816 \begin_inset CommandInset label
40817 LatexCommand label
40818 name "cha:Output-File-Formats"
40819
40820 \end_inset
40821
40822
40823 \end_layout
40824
40825 \begin_layout Section
40826 DVI
40827 \begin_inset Index idx
40828 status collapsed
40829
40830 \begin_layout Plain Layout
40831 File Formats ! DVI
40832 \end_layout
40833
40834 \end_inset
40835
40836
40837 \begin_inset Index idx
40838 status collapsed
40839
40840 \begin_layout Plain Layout
40841 DVI|see
40842 \begin_inset ERT
40843 status collapsed
40844
40845 \begin_layout Plain Layout
40846
40847 {
40848 \end_layout
40849
40850 \end_inset
40851
40852 File Formats
40853 \begin_inset ERT
40854 status collapsed
40855
40856 \begin_layout Plain Layout
40857
40858 }
40859 \end_layout
40860
40861 \end_inset
40862
40863
40864 \end_layout
40865
40866 \end_inset
40867
40868
40869 \end_layout
40870
40871 \begin_layout Standard
40872 This file type has the extension 
40873 \begin_inset Quotes eld
40874 \end_inset
40875
40876
40877 \family typewriter
40878 .dvi
40879 \family default
40880
40881 \begin_inset Quotes erd
40882 \end_inset
40883
40884 .
40885  It is called 
40886 \begin_inset Quotes eld
40887 \end_inset
40888
40889 device-independent
40890 \begin_inset Quotes erd
40891 \end_inset
40892
40893  (DVI), because it is completely portable; you can move them from one machine
40894  to another without needing to do any sort of conversion.
40895  At the time when this file-format was developed, this was no matter of
40896  course.
40897  DVIs are used for quick previews and as pre-stage for other output formats,
40898  like PostScript.
40899 \end_layout
40900
40901 \begin_layout Standard
40902 \begin_inset Note Greyedout
40903 status open
40904
40905 \begin_layout Plain Layout
40906
40907 \series bold
40908 Note:
40909 \series default
40910  DVI-files do not contain images; they will only be a linked.
40911 \end_layout
40912
40913 \end_inset
40914
40915  So don't forget this, if you move your 
40916 \family typewriter
40917 .dvi
40918 \family default
40919  file to another computer.
40920  This property can also slow down your computer when you view the DVI, because
40921  the DVI-viewer has to convert the image in the background to make it visible
40922  when you scroll in the DVI.
40923  So it is recommended that you use PDF for files with many images.
40924 \end_layout
40925
40926 \begin_layout Standard
40927 You can export your document to DVI by using the menu 
40928 \family sans
40929 File\SpecialChar \menuseparator
40930 Export\SpecialChar \menuseparator
40931 DVI
40932 \family default
40933 .
40934  You can view your document as DVI via the 
40935 \family sans
40936 View
40937 \family default
40938  menu.
40939 \end_layout
40940
40941 \begin_layout Section
40942 PostScript
40943 \begin_inset CommandInset label
40944 LatexCommand label
40945 name "sec:PostScript"
40946
40947 \end_inset
40948
40949
40950 \begin_inset Index idx
40951 status collapsed
40952
40953 \begin_layout Plain Layout
40954 File Formats ! PostScript
40955 \end_layout
40956
40957 \end_inset
40958
40959
40960 \begin_inset Index idx
40961 status collapsed
40962
40963 \begin_layout Plain Layout
40964 PostScript|see
40965 \begin_inset ERT
40966 status collapsed
40967
40968 \begin_layout Plain Layout
40969
40970 {
40971 \end_layout
40972
40973 \end_inset
40974
40975 File Formats
40976 \begin_inset ERT
40977 status collapsed
40978
40979 \begin_layout Plain Layout
40980
40981 }
40982 \end_layout
40983
40984 \end_inset
40985
40986
40987 \end_layout
40988
40989 \end_inset
40990
40991
40992 \end_layout
40993
40994 \begin_layout Standard
40995 This file type has the extension 
40996 \begin_inset Quotes eld
40997 \end_inset
40998
40999
41000 \family typewriter
41001 .ps
41002 \family default
41003
41004 \begin_inset Quotes erd
41005 \end_inset
41006
41007 .
41008  PostScript was developed by the company 
41009 \family typewriter
41010 Adobe
41011 \family default
41012  as a printer language.
41013  The file therefore contains commands that the printer uses to print the
41014  file.
41015  PostScript can be seen as a 
41016 \begin_inset Quotes eld
41017 \end_inset
41018
41019 programming language
41020 \begin_inset Quotes erd
41021 \end_inset
41022
41023 ; you can calculate with it and draw diagrams and images
41024 \begin_inset Foot
41025 status collapsed
41026
41027 \begin_layout Plain Layout
41028 If you are interested to learn more about this, have a look at the LaTeX-package
41029  
41030 \series bold
41031 PSTricks
41032 \series default
41033  
41034 \begin_inset CommandInset citation
41035 LatexCommand cite
41036 key "pstricks"
41037
41038 \end_inset
41039
41040 .
41041 \end_layout
41042
41043 \end_inset
41044
41045 .
41046  Due to this ability, the files are often bigger than PDFs.
41047 \end_layout
41048
41049 \begin_layout Standard
41050 PostScript can only contain images in the format 
41051 \begin_inset Quotes eld
41052 \end_inset
41053
41054 Encapsulated PostScript
41055 \begin_inset Quotes erd
41056 \end_inset
41057
41058  (EPS, file extension 
41059 \begin_inset Quotes eld
41060 \end_inset
41061
41062
41063 \family typewriter
41064 .eps
41065 \family default
41066
41067 \begin_inset Quotes erd
41068 \end_inset
41069
41070 ).
41071  As LyX allows you to use any known image format in your document, it has
41072  to convert images in the background to EPS.
41073  If you have e.g.
41074 \begin_inset space ~
41075 \end_inset
41076
41077 50
41078 \begin_inset space ~
41079 \end_inset
41080
41081 images in your document, LyX has to do 50
41082 \begin_inset space ~
41083 \end_inset
41084
41085 conversions whenever you view or export your document.
41086  This will slow down your work flow with LyX drastically.
41087  So if you plan to use PostScript, you can insert your images directly as
41088  EPS to avoid this problem.
41089 \end_layout
41090
41091 \begin_layout Standard
41092 You can export your document to PostScript using the menu 
41093 \family sans
41094 File\SpecialChar \menuseparator
41095 Export\SpecialChar \menuseparator
41096 Postscript
41097 \family default
41098 .
41099  You can view your document as PostScript via the 
41100 \family sans
41101 View
41102 \family default
41103  menu.
41104 \end_layout
41105
41106 \begin_layout Section
41107 PDF
41108 \begin_inset Index idx
41109 status collapsed
41110
41111 \begin_layout Plain Layout
41112 File Formats ! PDF
41113 \end_layout
41114
41115 \end_inset
41116
41117
41118 \begin_inset Index idx
41119 status collapsed
41120
41121 \begin_layout Plain Layout
41122 PDF
41123 \end_layout
41124
41125 \end_inset
41126
41127
41128 \end_layout
41129
41130 \begin_layout Standard
41131 This file type has the extension 
41132 \begin_inset Quotes eld
41133 \end_inset
41134
41135
41136 \family typewriter
41137 .pdf
41138 \family default
41139
41140 \begin_inset Quotes erd
41141 \end_inset
41142
41143 .
41144  The 
41145 \begin_inset Quotes eld
41146 \end_inset
41147
41148 Portable Document Format
41149 \begin_inset Quotes erd
41150 \end_inset
41151
41152  (PDF) was developed by 
41153 \family typewriter
41154 Adobe
41155 \family default
41156  as a derivative of PostScript.
41157  It is more compressed and it uses fewer commands than PostScript.
41158  As the name 
41159 \begin_inset Quotes eld
41160 \end_inset
41161
41162 portable
41163 \begin_inset Quotes erd
41164 \end_inset
41165
41166  implies, it can be processed at any computer system and the printed output
41167  looks exactly the same.
41168 \end_layout
41169
41170 \begin_layout Standard
41171 PDF can contain images in its own PDF format, in the format 
41172 \begin_inset Quotes eld
41173 \end_inset
41174
41175 Joint Photographic Experts Group
41176 \begin_inset Quotes erd
41177 \end_inset
41178
41179  (JPG, file extension 
41180 \begin_inset Quotes eld
41181 \end_inset
41182
41183
41184 \family typewriter
41185 .jpg
41186 \family default
41187
41188 \begin_inset Quotes erd
41189 \end_inset
41190
41191  or 
41192 \begin_inset Quotes eld
41193 \end_inset
41194
41195
41196 \family typewriter
41197 .jpeg
41198 \family default
41199
41200 \begin_inset Quotes erd
41201 \end_inset
41202
41203 ), and in the format 
41204 \begin_inset Quotes eld
41205 \end_inset
41206
41207 Portable Network Graphics
41208 \begin_inset Quotes erd
41209 \end_inset
41210
41211  (PNG, file extension 
41212 \begin_inset Quotes eld
41213 \end_inset
41214
41215
41216 \family typewriter
41217 .png
41218 \family default
41219
41220 \begin_inset Quotes erd
41221 \end_inset
41222
41223 ).
41224  Nevertheless you can use any other image format, because LyX converts them
41225  in the background to one of these formats.
41226  But as described in the section about PostScript, the image conversion
41227  will slow down your work flow.
41228  So it is recommended that you use images in one of the three mentioned
41229  formats.
41230 \end_layout
41231
41232 \begin_layout Standard
41233 You can export your document to PDF via the menu 
41234 \family sans
41235 File\SpecialChar \menuseparator
41236 Export
41237 \family default
41238  in three different ways:
41239 \end_layout
41240
41241 \begin_layout Description
41242 PDF
41243 \begin_inset space ~
41244 \end_inset
41245
41246 (ps2pdf) This uses the program 
41247 \family typewriter
41248 ps2pdf
41249 \family default
41250  that creates a PDF from a PostScript-version of your file.
41251  The PostScript-version is produced by the program 
41252 \family typewriter
41253 dvips
41254 \family default
41255  which uses a DVI-version as intermediate step.
41256  So this export variant consists of three conversions.
41257 \end_layout
41258
41259 \begin_layout Description
41260 PDF
41261 \begin_inset space ~
41262 \end_inset
41263
41264 (dvipdfm) This uses the program 
41265 \family typewriter
41266 dvipdfm
41267 \family default
41268  that converts your file in the background to DVI and in a second step to
41269  PDF.
41270 \end_layout
41271
41272 \begin_layout Description
41273 PDF
41274 \begin_inset space ~
41275 \end_inset
41276
41277 (pdflatex) This uses the program 
41278 \family typewriter
41279 pdftex
41280 \family default
41281  that converts your file directly to PDF.
41282 \end_layout
41283
41284 \begin_layout Standard
41285 It is recommended that you use 
41286 \family sans
41287 PDF
41288 \begin_inset space ~
41289 \end_inset
41290
41291 (pdflatex)
41292 \family default
41293  because 
41294 \family typewriter
41295 pdftex
41296 \family default
41297  supports all features of actual PDF-versions, is quick and works stable.
41298  The program 
41299 \family typewriter
41300 dvipdfm
41301 \family default
41302  is not under development and therefore a bit outdated.
41303 \end_layout
41304
41305 \begin_layout Standard
41306 You can view your document as PDF via the 
41307 \family sans
41308 View
41309 \family default
41310  menu or by using a toolbar button.
41311 \end_layout
41312
41313 \begin_layout Chapter
41314 List of dvips color names
41315 \begin_inset CommandInset label
41316 LatexCommand label
41317 name "chap:List-of-dvips-colornames"
41318
41319 \end_inset
41320
41321
41322 \end_layout
41323
41324 \begin_layout Standard
41325 \begin_inset Tabular
41326 <lyxtabular version="3" rows="17" columns="4">
41327 <features tabularvalignment="middle">
41328 <column alignment="left" valignment="top" width="0pt">
41329 <column alignment="left" valignment="top" width="0pt">
41330 <column alignment="left" valignment="top" width="0pt">
41331 <column alignment="left" valignment="top" width="0pt">
41332 <row>
41333 <cell alignment="left" valignment="top" usebox="none">
41334 \begin_inset Text
41335
41336 \begin_layout Plain Layout
41337 \begin_inset ERT
41338 status collapsed
41339
41340 \begin_layout Plain Layout
41341
41342
41343 \backslash
41344 fcolorbox{black}{
41345 \end_layout
41346
41347 \end_inset
41348
41349 white
41350 \begin_inset ERT
41351 status collapsed
41352
41353 \begin_layout Plain Layout
41354
41355 }{
41356 \end_layout
41357
41358 \end_inset
41359
41360 Color
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 name
41372 \end_layout
41373
41374 \end_inset
41375 </cell>
41376 <cell alignment="left" valignment="top" usebox="none">
41377 \begin_inset Text
41378
41379 \begin_layout Plain Layout
41380 \begin_inset ERT
41381 status collapsed
41382
41383 \begin_layout Plain Layout
41384
41385
41386 \backslash
41387 fcolorbox{black}{
41388 \end_layout
41389
41390 \end_inset
41391
41392 white
41393 \begin_inset ERT
41394 status collapsed
41395
41396 \begin_layout Plain Layout
41397
41398 }{
41399 \end_layout
41400
41401 \end_inset
41402
41403 Color
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 name
41415 \end_layout
41416
41417 \end_inset
41418 </cell>
41419 <cell alignment="left" valignment="top" usebox="none">
41420 \begin_inset Text
41421
41422 \begin_layout Plain Layout
41423 \begin_inset ERT
41424 status collapsed
41425
41426 \begin_layout Plain Layout
41427
41428
41429 \backslash
41430 fcolorbox{black}{
41431 \end_layout
41432
41433 \end_inset
41434
41435 white
41436 \begin_inset ERT
41437 status collapsed
41438
41439 \begin_layout Plain Layout
41440
41441 }{
41442 \end_layout
41443
41444 \end_inset
41445
41446 Color
41447 \begin_inset ERT
41448 status collapsed
41449
41450 \begin_layout Plain Layout
41451
41452 }
41453 \end_layout
41454
41455 \end_inset
41456
41457  Color name
41458 \end_layout
41459
41460 \end_inset
41461 </cell>
41462 <cell alignment="left" valignment="top" usebox="none">
41463 \begin_inset Text
41464
41465 \begin_layout Plain Layout
41466 \begin_inset ERT
41467 status collapsed
41468
41469 \begin_layout Plain Layout
41470
41471
41472 \backslash
41473 fcolorbox{black}{
41474 \end_layout
41475
41476 \end_inset
41477
41478 white
41479 \begin_inset ERT
41480 status collapsed
41481
41482 \begin_layout Plain Layout
41483
41484 }{
41485 \end_layout
41486
41487 \end_inset
41488
41489 Color
41490 \begin_inset ERT
41491 status collapsed
41492
41493 \begin_layout Plain Layout
41494
41495 }
41496 \end_layout
41497
41498 \end_inset
41499
41500  Color name
41501 \end_layout
41502
41503 \end_inset
41504 </cell>
41505 </row>
41506 <row>
41507 <cell alignment="center" valignment="top" usebox="none">
41508 \begin_inset Text
41509
41510 \begin_layout Plain Layout
41511 \begin_inset ERT
41512 status collapsed
41513
41514 \begin_layout Plain Layout
41515
41516
41517 \backslash
41518 fcolorbox{black}{
41519 \end_layout
41520
41521 \end_inset
41522
41523 Apricot
41524 \begin_inset ERT
41525 status collapsed
41526
41527 \begin_layout Plain Layout
41528
41529 }{
41530 \end_layout
41531
41532 \end_inset
41533
41534
41535 \begin_inset Phantom Phantom
41536 status open
41537
41538 \begin_layout Plain Layout
41539 W
41540 \end_layout
41541
41542 \end_inset
41543
41544
41545 \begin_inset ERT
41546 status collapsed
41547
41548 \begin_layout Plain Layout
41549
41550 }
41551 \end_layout
41552
41553 \end_inset
41554
41555  Apricot
41556 \end_layout
41557
41558 \end_inset
41559 </cell>
41560 <cell alignment="center" valignment="top" usebox="none">
41561 \begin_inset Text
41562
41563 \begin_layout Plain Layout
41564 \begin_inset ERT
41565 status collapsed
41566
41567 \begin_layout Plain Layout
41568
41569
41570 \backslash
41571 fcolorbox{black}{
41572 \end_layout
41573
41574 \end_inset
41575
41576 Aquamarine
41577 \begin_inset ERT
41578 status collapsed
41579
41580 \begin_layout Plain Layout
41581
41582 }{
41583 \end_layout
41584
41585 \end_inset
41586
41587
41588 \begin_inset Phantom Phantom
41589 status open
41590
41591 \begin_layout Plain Layout
41592 W
41593 \end_layout
41594
41595 \end_inset
41596
41597
41598 \begin_inset ERT
41599 status collapsed
41600
41601 \begin_layout Plain Layout
41602
41603 }
41604 \end_layout
41605
41606 \end_inset
41607
41608  Aquamarine
41609 \end_layout
41610
41611 \end_inset
41612 </cell>
41613 <cell alignment="center" valignment="top" usebox="none">
41614 \begin_inset Text
41615
41616 \begin_layout Plain Layout
41617 \begin_inset ERT
41618 status collapsed
41619
41620 \begin_layout Plain Layout
41621
41622
41623 \backslash
41624 fcolorbox{black}{
41625 \end_layout
41626
41627 \end_inset
41628
41629 Bittersweet
41630 \begin_inset ERT
41631 status collapsed
41632
41633 \begin_layout Plain Layout
41634
41635 }{
41636 \end_layout
41637
41638 \end_inset
41639
41640
41641 \begin_inset Phantom Phantom
41642 status open
41643
41644 \begin_layout Plain Layout
41645 W
41646 \end_layout
41647
41648 \end_inset
41649
41650
41651 \begin_inset ERT
41652 status collapsed
41653
41654 \begin_layout Plain Layout
41655
41656 }
41657 \end_layout
41658
41659 \end_inset
41660
41661  Bittersweet
41662 \end_layout
41663
41664 \end_inset
41665 </cell>
41666 <cell alignment="center" valignment="top" usebox="none">
41667 \begin_inset Text
41668
41669 \begin_layout Plain Layout
41670 \begin_inset ERT
41671 status collapsed
41672
41673 \begin_layout Plain Layout
41674
41675
41676 \backslash
41677 fcolorbox{black}{
41678 \end_layout
41679
41680 \end_inset
41681
41682 BlueGreen
41683 \begin_inset ERT
41684 status collapsed
41685
41686 \begin_layout Plain Layout
41687
41688 }{
41689 \end_layout
41690
41691 \end_inset
41692
41693
41694 \begin_inset Phantom Phantom
41695 status open
41696
41697 \begin_layout Plain Layout
41698 W
41699 \end_layout
41700
41701 \end_inset
41702
41703
41704 \begin_inset ERT
41705 status collapsed
41706
41707 \begin_layout Plain Layout
41708
41709 }
41710 \end_layout
41711
41712 \end_inset
41713
41714  BlueGreen
41715 \end_layout
41716
41717 \end_inset
41718 </cell>
41719 </row>
41720 <row>
41721 <cell alignment="left" valignment="top" usebox="none">
41722 \begin_inset Text
41723
41724 \begin_layout Plain Layout
41725 \begin_inset ERT
41726 status collapsed
41727
41728 \begin_layout Plain Layout
41729
41730
41731 \backslash
41732 fcolorbox{black}{
41733 \end_layout
41734
41735 \end_inset
41736
41737 BlueViolet
41738 \begin_inset ERT
41739 status collapsed
41740
41741 \begin_layout Plain Layout
41742
41743 }{
41744 \end_layout
41745
41746 \end_inset
41747
41748
41749 \begin_inset Phantom Phantom
41750 status open
41751
41752 \begin_layout Plain Layout
41753 W
41754 \end_layout
41755
41756 \end_inset
41757
41758
41759 \begin_inset ERT
41760 status collapsed
41761
41762 \begin_layout Plain Layout
41763
41764 }
41765 \end_layout
41766
41767 \end_inset
41768
41769  BlueViolet
41770 \end_layout
41771
41772 \end_inset
41773 </cell>
41774 <cell alignment="left" valignment="top" usebox="none">
41775 \begin_inset Text
41776
41777 \begin_layout Plain Layout
41778 \begin_inset ERT
41779 status collapsed
41780
41781 \begin_layout Plain Layout
41782
41783
41784 \backslash
41785 fcolorbox{black}{
41786 \end_layout
41787
41788 \end_inset
41789
41790 BrickRed
41791 \begin_inset ERT
41792 status collapsed
41793
41794 \begin_layout Plain Layout
41795
41796 }{
41797 \end_layout
41798
41799 \end_inset
41800
41801
41802 \begin_inset Phantom Phantom
41803 status open
41804
41805 \begin_layout Plain Layout
41806 W
41807 \end_layout
41808
41809 \end_inset
41810
41811
41812 \begin_inset ERT
41813 status collapsed
41814
41815 \begin_layout Plain Layout
41816
41817 }
41818 \end_layout
41819
41820 \end_inset
41821
41822  BrickRed
41823 \end_layout
41824
41825 \end_inset
41826 </cell>
41827 <cell alignment="left" valignment="top" usebox="none">
41828 \begin_inset Text
41829
41830 \begin_layout Plain Layout
41831 \begin_inset ERT
41832 status collapsed
41833
41834 \begin_layout Plain Layout
41835
41836
41837 \backslash
41838 fcolorbox{black}{
41839 \end_layout
41840
41841 \end_inset
41842
41843 Brown
41844 \begin_inset ERT
41845 status collapsed
41846
41847 \begin_layout Plain Layout
41848
41849 }{
41850 \end_layout
41851
41852 \end_inset
41853
41854
41855 \begin_inset Phantom Phantom
41856 status open
41857
41858 \begin_layout Plain Layout
41859 W
41860 \end_layout
41861
41862 \end_inset
41863
41864
41865 \begin_inset ERT
41866 status collapsed
41867
41868 \begin_layout Plain Layout
41869
41870 }
41871 \end_layout
41872
41873 \end_inset
41874
41875  Brown
41876 \end_layout
41877
41878 \end_inset
41879 </cell>
41880 <cell alignment="left" valignment="top" usebox="none">
41881 \begin_inset Text
41882
41883 \begin_layout Plain Layout
41884 \begin_inset ERT
41885 status collapsed
41886
41887 \begin_layout Plain Layout
41888
41889
41890 \backslash
41891 fcolorbox{black}{
41892 \end_layout
41893
41894 \end_inset
41895
41896 BurntOrange
41897 \begin_inset ERT
41898 status collapsed
41899
41900 \begin_layout Plain Layout
41901
41902 }{
41903 \end_layout
41904
41905 \end_inset
41906
41907
41908 \begin_inset Phantom Phantom
41909 status open
41910
41911 \begin_layout Plain Layout
41912 W
41913 \end_layout
41914
41915 \end_inset
41916
41917
41918 \begin_inset ERT
41919 status collapsed
41920
41921 \begin_layout Plain Layout
41922
41923 }
41924 \end_layout
41925
41926 \end_inset
41927
41928  BurntOrange
41929 \end_layout
41930
41931 \end_inset
41932 </cell>
41933 </row>
41934 <row>
41935 <cell alignment="left" valignment="top" usebox="none">
41936 \begin_inset Text
41937
41938 \begin_layout Plain Layout
41939 \begin_inset ERT
41940 status collapsed
41941
41942 \begin_layout Plain Layout
41943
41944
41945 \backslash
41946 fcolorbox{black}{
41947 \end_layout
41948
41949 \end_inset
41950
41951 CadetBlue
41952 \begin_inset ERT
41953 status collapsed
41954
41955 \begin_layout Plain Layout
41956
41957 }{
41958 \end_layout
41959
41960 \end_inset
41961
41962
41963 \begin_inset Phantom Phantom
41964 status open
41965
41966 \begin_layout Plain Layout
41967 W
41968 \end_layout
41969
41970 \end_inset
41971
41972
41973 \begin_inset ERT
41974 status collapsed
41975
41976 \begin_layout Plain Layout
41977
41978 }
41979 \end_layout
41980
41981 \end_inset
41982
41983  CadetBlue
41984 \end_layout
41985
41986 \end_inset
41987 </cell>
41988 <cell alignment="left" valignment="top" usebox="none">
41989 \begin_inset Text
41990
41991 \begin_layout Plain Layout
41992 \begin_inset ERT
41993 status collapsed
41994
41995 \begin_layout Plain Layout
41996
41997
41998 \backslash
41999 fcolorbox{black}{
42000 \end_layout
42001
42002 \end_inset
42003
42004 CarnationPink
42005 \begin_inset ERT
42006 status collapsed
42007
42008 \begin_layout Plain Layout
42009
42010 }{
42011 \end_layout
42012
42013 \end_inset
42014
42015
42016 \begin_inset Phantom Phantom
42017 status open
42018
42019 \begin_layout Plain Layout
42020 W
42021 \end_layout
42022
42023 \end_inset
42024
42025
42026 \begin_inset ERT
42027 status collapsed
42028
42029 \begin_layout Plain Layout
42030
42031 }
42032 \end_layout
42033
42034 \end_inset
42035
42036  CarnationPink
42037 \end_layout
42038
42039 \end_inset
42040 </cell>
42041 <cell alignment="left" valignment="top" usebox="none">
42042 \begin_inset Text
42043
42044 \begin_layout Plain Layout
42045 \begin_inset ERT
42046 status collapsed
42047
42048 \begin_layout Plain Layout
42049
42050
42051 \backslash
42052 fcolorbox{black}{
42053 \end_layout
42054
42055 \end_inset
42056
42057 Cerulean
42058 \begin_inset ERT
42059 status collapsed
42060
42061 \begin_layout Plain Layout
42062
42063 }{
42064 \end_layout
42065
42066 \end_inset
42067
42068
42069 \begin_inset Phantom Phantom
42070 status open
42071
42072 \begin_layout Plain Layout
42073 W
42074 \end_layout
42075
42076 \end_inset
42077
42078
42079 \begin_inset ERT
42080 status collapsed
42081
42082 \begin_layout Plain Layout
42083
42084 }
42085 \end_layout
42086
42087 \end_inset
42088
42089  Cerulean
42090 \end_layout
42091
42092 \end_inset
42093 </cell>
42094 <cell alignment="left" valignment="top" usebox="none">
42095 \begin_inset Text
42096
42097 \begin_layout Plain Layout
42098 \begin_inset ERT
42099 status collapsed
42100
42101 \begin_layout Plain Layout
42102
42103
42104 \backslash
42105 fcolorbox{black}{
42106 \end_layout
42107
42108 \end_inset
42109
42110 CornflowerBlue
42111 \begin_inset ERT
42112 status collapsed
42113
42114 \begin_layout Plain Layout
42115
42116 }{
42117 \end_layout
42118
42119 \end_inset
42120
42121
42122 \begin_inset Phantom Phantom
42123 status open
42124
42125 \begin_layout Plain Layout
42126 W
42127 \end_layout
42128
42129 \end_inset
42130
42131
42132 \begin_inset ERT
42133 status collapsed
42134
42135 \begin_layout Plain Layout
42136
42137 }
42138 \end_layout
42139
42140 \end_inset
42141
42142  CornflowerBlue
42143 \end_layout
42144
42145 \end_inset
42146 </cell>
42147 </row>
42148 <row>
42149 <cell alignment="left" valignment="top" usebox="none">
42150 \begin_inset Text
42151
42152 \begin_layout Plain Layout
42153 \begin_inset ERT
42154 status collapsed
42155
42156 \begin_layout Plain Layout
42157
42158
42159 \backslash
42160 fcolorbox{black}{
42161 \end_layout
42162
42163 \end_inset
42164
42165 Dandelion
42166 \begin_inset ERT
42167 status collapsed
42168
42169 \begin_layout Plain Layout
42170
42171 }{
42172 \end_layout
42173
42174 \end_inset
42175
42176
42177 \begin_inset Phantom Phantom
42178 status open
42179
42180 \begin_layout Plain Layout
42181 W
42182 \end_layout
42183
42184 \end_inset
42185
42186
42187 \begin_inset ERT
42188 status collapsed
42189
42190 \begin_layout Plain Layout
42191
42192 }
42193 \end_layout
42194
42195 \end_inset
42196
42197  Dandelion
42198 \end_layout
42199
42200 \end_inset
42201 </cell>
42202 <cell alignment="left" valignment="top" usebox="none">
42203 \begin_inset Text
42204
42205 \begin_layout Plain Layout
42206 \begin_inset ERT
42207 status collapsed
42208
42209 \begin_layout Plain Layout
42210
42211
42212 \backslash
42213 fcolorbox{black}{
42214 \end_layout
42215
42216 \end_inset
42217
42218 DarkOrchid
42219 \begin_inset ERT
42220 status collapsed
42221
42222 \begin_layout Plain Layout
42223
42224 }{
42225 \end_layout
42226
42227 \end_inset
42228
42229
42230 \begin_inset Phantom Phantom
42231 status open
42232
42233 \begin_layout Plain Layout
42234 W
42235 \end_layout
42236
42237 \end_inset
42238
42239
42240 \begin_inset ERT
42241 status collapsed
42242
42243 \begin_layout Plain Layout
42244
42245 }
42246 \end_layout
42247
42248 \end_inset
42249
42250  DarkOrchid
42251 \end_layout
42252
42253 \end_inset
42254 </cell>
42255 <cell alignment="left" valignment="top" usebox="none">
42256 \begin_inset Text
42257
42258 \begin_layout Plain Layout
42259 \begin_inset ERT
42260 status collapsed
42261
42262 \begin_layout Plain Layout
42263
42264
42265 \backslash
42266 fcolorbox{black}{
42267 \end_layout
42268
42269 \end_inset
42270
42271 Emerald
42272 \begin_inset ERT
42273 status collapsed
42274
42275 \begin_layout Plain Layout
42276
42277 }{
42278 \end_layout
42279
42280 \end_inset
42281
42282
42283 \begin_inset Phantom Phantom
42284 status open
42285
42286 \begin_layout Plain Layout
42287 W
42288 \end_layout
42289
42290 \end_inset
42291
42292
42293 \begin_inset ERT
42294 status collapsed
42295
42296 \begin_layout Plain Layout
42297
42298 }
42299 \end_layout
42300
42301 \end_inset
42302
42303  Emerald
42304 \end_layout
42305
42306 \end_inset
42307 </cell>
42308 <cell alignment="left" valignment="top" usebox="none">
42309 \begin_inset Text
42310
42311 \begin_layout Plain Layout
42312 \begin_inset ERT
42313 status collapsed
42314
42315 \begin_layout Plain Layout
42316
42317
42318 \backslash
42319 fcolorbox{black}{
42320 \end_layout
42321
42322 \end_inset
42323
42324 ForestGreen
42325 \begin_inset ERT
42326 status collapsed
42327
42328 \begin_layout Plain Layout
42329
42330 }{
42331 \end_layout
42332
42333 \end_inset
42334
42335
42336 \begin_inset Phantom Phantom
42337 status open
42338
42339 \begin_layout Plain Layout
42340 W
42341 \end_layout
42342
42343 \end_inset
42344
42345
42346 \begin_inset ERT
42347 status collapsed
42348
42349 \begin_layout Plain Layout
42350
42351 }
42352 \end_layout
42353
42354 \end_inset
42355
42356  ForestGreen
42357 \end_layout
42358
42359 \end_inset
42360 </cell>
42361 </row>
42362 <row>
42363 <cell alignment="left" valignment="top" usebox="none">
42364 \begin_inset Text
42365
42366 \begin_layout Plain Layout
42367 \begin_inset ERT
42368 status collapsed
42369
42370 \begin_layout Plain Layout
42371
42372
42373 \backslash
42374 fcolorbox{black}{
42375 \end_layout
42376
42377 \end_inset
42378
42379 Fuchsia
42380 \begin_inset ERT
42381 status collapsed
42382
42383 \begin_layout Plain Layout
42384
42385 }{
42386 \end_layout
42387
42388 \end_inset
42389
42390
42391 \begin_inset Phantom Phantom
42392 status open
42393
42394 \begin_layout Plain Layout
42395 W
42396 \end_layout
42397
42398 \end_inset
42399
42400
42401 \begin_inset ERT
42402 status collapsed
42403
42404 \begin_layout Plain Layout
42405
42406 }
42407 \end_layout
42408
42409 \end_inset
42410
42411  Fuchsia
42412 \end_layout
42413
42414 \end_inset
42415 </cell>
42416 <cell alignment="left" valignment="top" usebox="none">
42417 \begin_inset Text
42418
42419 \begin_layout Plain Layout
42420 \begin_inset ERT
42421 status collapsed
42422
42423 \begin_layout Plain Layout
42424
42425
42426 \backslash
42427 fcolorbox{black}{
42428 \end_layout
42429
42430 \end_inset
42431
42432 Goldenrod
42433 \begin_inset ERT
42434 status collapsed
42435
42436 \begin_layout Plain Layout
42437
42438 }{
42439 \end_layout
42440
42441 \end_inset
42442
42443
42444 \begin_inset Phantom Phantom
42445 status open
42446
42447 \begin_layout Plain Layout
42448 W
42449 \end_layout
42450
42451 \end_inset
42452
42453
42454 \begin_inset ERT
42455 status collapsed
42456
42457 \begin_layout Plain Layout
42458
42459 }
42460 \end_layout
42461
42462 \end_inset
42463
42464  Goldenrod
42465 \end_layout
42466
42467 \end_inset
42468 </cell>
42469 <cell alignment="left" valignment="top" usebox="none">
42470 \begin_inset Text
42471
42472 \begin_layout Plain Layout
42473 \begin_inset ERT
42474 status collapsed
42475
42476 \begin_layout Plain Layout
42477
42478
42479 \backslash
42480 fcolorbox{black}{
42481 \end_layout
42482
42483 \end_inset
42484
42485 Gray
42486 \begin_inset ERT
42487 status collapsed
42488
42489 \begin_layout Plain Layout
42490
42491 }{
42492 \end_layout
42493
42494 \end_inset
42495
42496
42497 \begin_inset Phantom Phantom
42498 status open
42499
42500 \begin_layout Plain Layout
42501 W
42502 \end_layout
42503
42504 \end_inset
42505
42506
42507 \begin_inset ERT
42508 status collapsed
42509
42510 \begin_layout Plain Layout
42511
42512 }
42513 \end_layout
42514
42515 \end_inset
42516
42517  Gray
42518 \end_layout
42519
42520 \end_inset
42521 </cell>
42522 <cell alignment="left" valignment="top" usebox="none">
42523 \begin_inset Text
42524
42525 \begin_layout Plain Layout
42526 \begin_inset ERT
42527 status collapsed
42528
42529 \begin_layout Plain Layout
42530
42531
42532 \backslash
42533 fcolorbox{black}{
42534 \end_layout
42535
42536 \end_inset
42537
42538 GreenYellow
42539 \begin_inset ERT
42540 status collapsed
42541
42542 \begin_layout Plain Layout
42543
42544 }{
42545 \end_layout
42546
42547 \end_inset
42548
42549
42550 \begin_inset Phantom Phantom
42551 status open
42552
42553 \begin_layout Plain Layout
42554 W
42555 \end_layout
42556
42557 \end_inset
42558
42559
42560 \begin_inset ERT
42561 status collapsed
42562
42563 \begin_layout Plain Layout
42564
42565 }
42566 \end_layout
42567
42568 \end_inset
42569
42570  GreenYellow
42571 \end_layout
42572
42573 \end_inset
42574 </cell>
42575 </row>
42576 <row>
42577 <cell alignment="center" valignment="top" usebox="none">
42578 \begin_inset Text
42579
42580 \begin_layout Plain Layout
42581 \begin_inset ERT
42582 status collapsed
42583
42584 \begin_layout Plain Layout
42585
42586
42587 \backslash
42588 fcolorbox{black}{
42589 \end_layout
42590
42591 \end_inset
42592
42593 JungleGreen
42594 \begin_inset ERT
42595 status collapsed
42596
42597 \begin_layout Plain Layout
42598
42599 }{
42600 \end_layout
42601
42602 \end_inset
42603
42604
42605 \begin_inset Phantom Phantom
42606 status open
42607
42608 \begin_layout Plain Layout
42609 W
42610 \end_layout
42611
42612 \end_inset
42613
42614
42615 \begin_inset ERT
42616 status collapsed
42617
42618 \begin_layout Plain Layout
42619
42620 }
42621 \end_layout
42622
42623 \end_inset
42624
42625  JungleGreen
42626 \end_layout
42627
42628 \end_inset
42629 </cell>
42630 <cell alignment="center" valignment="top" usebox="none">
42631 \begin_inset Text
42632
42633 \begin_layout Plain Layout
42634 \begin_inset ERT
42635 status collapsed
42636
42637 \begin_layout Plain Layout
42638
42639
42640 \backslash
42641 fcolorbox{black}{
42642 \end_layout
42643
42644 \end_inset
42645
42646 Lavender
42647 \begin_inset ERT
42648 status collapsed
42649
42650 \begin_layout Plain Layout
42651
42652 }{
42653 \end_layout
42654
42655 \end_inset
42656
42657
42658 \begin_inset Phantom Phantom
42659 status open
42660
42661 \begin_layout Plain Layout
42662 W
42663 \end_layout
42664
42665 \end_inset
42666
42667
42668 \begin_inset ERT
42669 status collapsed
42670
42671 \begin_layout Plain Layout
42672
42673 }
42674 \end_layout
42675
42676 \end_inset
42677
42678  Lavender
42679 \end_layout
42680
42681 \end_inset
42682 </cell>
42683 <cell alignment="center" valignment="top" usebox="none">
42684 \begin_inset Text
42685
42686 \begin_layout Plain Layout
42687 \begin_inset ERT
42688 status collapsed
42689
42690 \begin_layout Plain Layout
42691
42692
42693 \backslash
42694 fcolorbox{black}{
42695 \end_layout
42696
42697 \end_inset
42698
42699 LimeGreen
42700 \begin_inset ERT
42701 status collapsed
42702
42703 \begin_layout Plain Layout
42704
42705 }{
42706 \end_layout
42707
42708 \end_inset
42709
42710
42711 \begin_inset Phantom Phantom
42712 status open
42713
42714 \begin_layout Plain Layout
42715 W
42716 \end_layout
42717
42718 \end_inset
42719
42720
42721 \begin_inset ERT
42722 status collapsed
42723
42724 \begin_layout Plain Layout
42725
42726 }
42727 \end_layout
42728
42729 \end_inset
42730
42731  LimeGreen
42732 \end_layout
42733
42734 \end_inset
42735 </cell>
42736 <cell alignment="center" valignment="top" usebox="none">
42737 \begin_inset Text
42738
42739 \begin_layout Plain Layout
42740 \begin_inset ERT
42741 status collapsed
42742
42743 \begin_layout Plain Layout
42744
42745
42746 \backslash
42747 fcolorbox{black}{
42748 \end_layout
42749
42750 \end_inset
42751
42752 Mahogany
42753 \begin_inset ERT
42754 status collapsed
42755
42756 \begin_layout Plain Layout
42757
42758 }{
42759 \end_layout
42760
42761 \end_inset
42762
42763
42764 \begin_inset Phantom Phantom
42765 status open
42766
42767 \begin_layout Plain Layout
42768 W
42769 \end_layout
42770
42771 \end_inset
42772
42773
42774 \begin_inset ERT
42775 status collapsed
42776
42777 \begin_layout Plain Layout
42778
42779 }
42780 \end_layout
42781
42782 \end_inset
42783
42784  Mahogany
42785 \end_layout
42786
42787 \end_inset
42788 </cell>
42789 </row>
42790 <row>
42791 <cell alignment="left" valignment="top" usebox="none">
42792 \begin_inset Text
42793
42794 \begin_layout Plain Layout
42795 \begin_inset ERT
42796 status collapsed
42797
42798 \begin_layout Plain Layout
42799
42800
42801 \backslash
42802 fcolorbox{black}{
42803 \end_layout
42804
42805 \end_inset
42806
42807 Mahogany
42808 \begin_inset ERT
42809 status collapsed
42810
42811 \begin_layout Plain Layout
42812
42813 }{
42814 \end_layout
42815
42816 \end_inset
42817
42818
42819 \begin_inset Phantom Phantom
42820 status open
42821
42822 \begin_layout Plain Layout
42823 W
42824 \end_layout
42825
42826 \end_inset
42827
42828
42829 \begin_inset ERT
42830 status collapsed
42831
42832 \begin_layout Plain Layout
42833
42834 }
42835 \end_layout
42836
42837 \end_inset
42838
42839  Mahogany
42840 \end_layout
42841
42842 \end_inset
42843 </cell>
42844 <cell alignment="left" valignment="top" usebox="none">
42845 \begin_inset Text
42846
42847 \begin_layout Plain Layout
42848 \begin_inset ERT
42849 status collapsed
42850
42851 \begin_layout Plain Layout
42852
42853
42854 \backslash
42855 fcolorbox{black}{
42856 \end_layout
42857
42858 \end_inset
42859
42860 Maroon
42861 \begin_inset ERT
42862 status collapsed
42863
42864 \begin_layout Plain Layout
42865
42866 }{
42867 \end_layout
42868
42869 \end_inset
42870
42871
42872 \begin_inset Phantom Phantom
42873 status open
42874
42875 \begin_layout Plain Layout
42876 W
42877 \end_layout
42878
42879 \end_inset
42880
42881
42882 \begin_inset ERT
42883 status collapsed
42884
42885 \begin_layout Plain Layout
42886
42887 }
42888 \end_layout
42889
42890 \end_inset
42891
42892  Maroon
42893 \end_layout
42894
42895 \end_inset
42896 </cell>
42897 <cell alignment="left" valignment="top" usebox="none">
42898 \begin_inset Text
42899
42900 \begin_layout Plain Layout
42901 \begin_inset ERT
42902 status collapsed
42903
42904 \begin_layout Plain Layout
42905
42906
42907 \backslash
42908 fcolorbox{black}{
42909 \end_layout
42910
42911 \end_inset
42912
42913 Melon
42914 \begin_inset ERT
42915 status collapsed
42916
42917 \begin_layout Plain Layout
42918
42919 }{
42920 \end_layout
42921
42922 \end_inset
42923
42924
42925 \begin_inset Phantom Phantom
42926 status open
42927
42928 \begin_layout Plain Layout
42929 W
42930 \end_layout
42931
42932 \end_inset
42933
42934
42935 \begin_inset ERT
42936 status collapsed
42937
42938 \begin_layout Plain Layout
42939
42940 }
42941 \end_layout
42942
42943 \end_inset
42944
42945  Melon
42946 \end_layout
42947
42948 \end_inset
42949 </cell>
42950 <cell alignment="left" valignment="top" usebox="none">
42951 \begin_inset Text
42952
42953 \begin_layout Plain Layout
42954 \begin_inset ERT
42955 status collapsed
42956
42957 \begin_layout Plain Layout
42958
42959
42960 \backslash
42961 fcolorbox{black}{
42962 \end_layout
42963
42964 \end_inset
42965
42966 MidnightBlue
42967 \begin_inset ERT
42968 status collapsed
42969
42970 \begin_layout Plain Layout
42971
42972 }{
42973 \end_layout
42974
42975 \end_inset
42976
42977
42978 \begin_inset Phantom Phantom
42979 status open
42980
42981 \begin_layout Plain Layout
42982 W
42983 \end_layout
42984
42985 \end_inset
42986
42987
42988 \begin_inset ERT
42989 status collapsed
42990
42991 \begin_layout Plain Layout
42992
42993 }
42994 \end_layout
42995
42996 \end_inset
42997
42998  MidnightBlue
42999 \end_layout
43000
43001 \end_inset
43002 </cell>
43003 </row>
43004 <row>
43005 <cell alignment="left" valignment="top" usebox="none">
43006 \begin_inset Text
43007
43008 \begin_layout Plain Layout
43009 \begin_inset ERT
43010 status collapsed
43011
43012 \begin_layout Plain Layout
43013
43014
43015 \backslash
43016 fcolorbox{black}{
43017 \end_layout
43018
43019 \end_inset
43020
43021 Mulberry
43022 \begin_inset ERT
43023 status collapsed
43024
43025 \begin_layout Plain Layout
43026
43027 }{
43028 \end_layout
43029
43030 \end_inset
43031
43032
43033 \begin_inset Phantom Phantom
43034 status open
43035
43036 \begin_layout Plain Layout
43037 W
43038 \end_layout
43039
43040 \end_inset
43041
43042
43043 \begin_inset ERT
43044 status collapsed
43045
43046 \begin_layout Plain Layout
43047
43048 }
43049 \end_layout
43050
43051 \end_inset
43052
43053  Mulberry
43054 \end_layout
43055
43056 \end_inset
43057 </cell>
43058 <cell alignment="left" valignment="top" usebox="none">
43059 \begin_inset Text
43060
43061 \begin_layout Plain Layout
43062 \begin_inset ERT
43063 status collapsed
43064
43065 \begin_layout Plain Layout
43066
43067
43068 \backslash
43069 fcolorbox{black}{
43070 \end_layout
43071
43072 \end_inset
43073
43074 NavyBlue
43075 \begin_inset ERT
43076 status collapsed
43077
43078 \begin_layout Plain Layout
43079
43080 }{
43081 \end_layout
43082
43083 \end_inset
43084
43085
43086 \begin_inset Phantom Phantom
43087 status open
43088
43089 \begin_layout Plain Layout
43090 W
43091 \end_layout
43092
43093 \end_inset
43094
43095
43096 \begin_inset ERT
43097 status collapsed
43098
43099 \begin_layout Plain Layout
43100
43101 }
43102 \end_layout
43103
43104 \end_inset
43105
43106  NavyBlue
43107 \end_layout
43108
43109 \end_inset
43110 </cell>
43111 <cell alignment="left" valignment="top" usebox="none">
43112 \begin_inset Text
43113
43114 \begin_layout Plain Layout
43115 \begin_inset ERT
43116 status collapsed
43117
43118 \begin_layout Plain Layout
43119
43120
43121 \backslash
43122 fcolorbox{black}{
43123 \end_layout
43124
43125 \end_inset
43126
43127 OliveGreen
43128 \begin_inset ERT
43129 status collapsed
43130
43131 \begin_layout Plain Layout
43132
43133 }{
43134 \end_layout
43135
43136 \end_inset
43137
43138
43139 \begin_inset Phantom Phantom
43140 status open
43141
43142 \begin_layout Plain Layout
43143 W
43144 \end_layout
43145
43146 \end_inset
43147
43148
43149 \begin_inset ERT
43150 status collapsed
43151
43152 \begin_layout Plain Layout
43153
43154 }
43155 \end_layout
43156
43157 \end_inset
43158
43159  OliveGreen
43160 \end_layout
43161
43162 \end_inset
43163 </cell>
43164 <cell alignment="left" valignment="top" usebox="none">
43165 \begin_inset Text
43166
43167 \begin_layout Plain Layout
43168 \begin_inset ERT
43169 status collapsed
43170
43171 \begin_layout Plain Layout
43172
43173
43174 \backslash
43175 fcolorbox{black}{
43176 \end_layout
43177
43178 \end_inset
43179
43180 Orange
43181 \begin_inset ERT
43182 status collapsed
43183
43184 \begin_layout Plain Layout
43185
43186 }{
43187 \end_layout
43188
43189 \end_inset
43190
43191
43192 \begin_inset Phantom Phantom
43193 status open
43194
43195 \begin_layout Plain Layout
43196 W
43197 \end_layout
43198
43199 \end_inset
43200
43201
43202 \begin_inset ERT
43203 status collapsed
43204
43205 \begin_layout Plain Layout
43206
43207 }
43208 \end_layout
43209
43210 \end_inset
43211
43212  Orange
43213 \end_layout
43214
43215 \end_inset
43216 </cell>
43217 </row>
43218 <row>
43219 <cell alignment="left" valignment="top" usebox="none">
43220 \begin_inset Text
43221
43222 \begin_layout Plain Layout
43223 \begin_inset ERT
43224 status collapsed
43225
43226 \begin_layout Plain Layout
43227
43228
43229 \backslash
43230 fcolorbox{black}{
43231 \end_layout
43232
43233 \end_inset
43234
43235 OrangeRed
43236 \begin_inset ERT
43237 status collapsed
43238
43239 \begin_layout Plain Layout
43240
43241 }{
43242 \end_layout
43243
43244 \end_inset
43245
43246
43247 \begin_inset Phantom Phantom
43248 status open
43249
43250 \begin_layout Plain Layout
43251 W
43252 \end_layout
43253
43254 \end_inset
43255
43256
43257 \begin_inset ERT
43258 status collapsed
43259
43260 \begin_layout Plain Layout
43261
43262 }
43263 \end_layout
43264
43265 \end_inset
43266
43267  OrangeRed
43268 \end_layout
43269
43270 \end_inset
43271 </cell>
43272 <cell alignment="left" valignment="top" usebox="none">
43273 \begin_inset Text
43274
43275 \begin_layout Plain Layout
43276 \begin_inset ERT
43277 status collapsed
43278
43279 \begin_layout Plain Layout
43280
43281
43282 \backslash
43283 fcolorbox{black}{
43284 \end_layout
43285
43286 \end_inset
43287
43288 Orchid
43289 \begin_inset ERT
43290 status collapsed
43291
43292 \begin_layout Plain Layout
43293
43294 }{
43295 \end_layout
43296
43297 \end_inset
43298
43299
43300 \begin_inset Phantom Phantom
43301 status open
43302
43303 \begin_layout Plain Layout
43304 W
43305 \end_layout
43306
43307 \end_inset
43308
43309
43310 \begin_inset ERT
43311 status collapsed
43312
43313 \begin_layout Plain Layout
43314
43315 }
43316 \end_layout
43317
43318 \end_inset
43319
43320  Orchid
43321 \end_layout
43322
43323 \end_inset
43324 </cell>
43325 <cell alignment="left" valignment="top" usebox="none">
43326 \begin_inset Text
43327
43328 \begin_layout Plain Layout
43329 \begin_inset ERT
43330 status collapsed
43331
43332 \begin_layout Plain Layout
43333
43334
43335 \backslash
43336 fcolorbox{black}{
43337 \end_layout
43338
43339 \end_inset
43340
43341 Peach
43342 \begin_inset ERT
43343 status collapsed
43344
43345 \begin_layout Plain Layout
43346
43347 }{
43348 \end_layout
43349
43350 \end_inset
43351
43352
43353 \begin_inset Phantom Phantom
43354 status open
43355
43356 \begin_layout Plain Layout
43357 W
43358 \end_layout
43359
43360 \end_inset
43361
43362
43363 \begin_inset ERT
43364 status collapsed
43365
43366 \begin_layout Plain Layout
43367
43368 }
43369 \end_layout
43370
43371 \end_inset
43372
43373  Peach
43374 \end_layout
43375
43376 \end_inset
43377 </cell>
43378 <cell alignment="left" valignment="top" usebox="none">
43379 \begin_inset Text
43380
43381 \begin_layout Plain Layout
43382 \begin_inset ERT
43383 status collapsed
43384
43385 \begin_layout Plain Layout
43386
43387
43388 \backslash
43389 fcolorbox{black}{
43390 \end_layout
43391
43392 \end_inset
43393
43394 Periwinkle
43395 \begin_inset ERT
43396 status collapsed
43397
43398 \begin_layout Plain Layout
43399
43400 }{
43401 \end_layout
43402
43403 \end_inset
43404
43405
43406 \begin_inset Phantom Phantom
43407 status open
43408
43409 \begin_layout Plain Layout
43410 W
43411 \end_layout
43412
43413 \end_inset
43414
43415
43416 \begin_inset ERT
43417 status collapsed
43418
43419 \begin_layout Plain Layout
43420
43421 }
43422 \end_layout
43423
43424 \end_inset
43425
43426  Periwinkle
43427 \end_layout
43428
43429 \end_inset
43430 </cell>
43431 </row>
43432 <row>
43433 <cell alignment="left" valignment="top" usebox="none">
43434 \begin_inset Text
43435
43436 \begin_layout Plain Layout
43437 \begin_inset ERT
43438 status collapsed
43439
43440 \begin_layout Plain Layout
43441
43442
43443 \backslash
43444 fcolorbox{black}{
43445 \end_layout
43446
43447 \end_inset
43448
43449 PineGreen
43450 \begin_inset ERT
43451 status collapsed
43452
43453 \begin_layout Plain Layout
43454
43455 }{
43456 \end_layout
43457
43458 \end_inset
43459
43460
43461 \begin_inset Phantom Phantom
43462 status open
43463
43464 \begin_layout Plain Layout
43465 W
43466 \end_layout
43467
43468 \end_inset
43469
43470
43471 \begin_inset ERT
43472 status collapsed
43473
43474 \begin_layout Plain Layout
43475
43476 }
43477 \end_layout
43478
43479 \end_inset
43480
43481  PineGreen
43482 \end_layout
43483
43484 \end_inset
43485 </cell>
43486 <cell alignment="left" valignment="top" usebox="none">
43487 \begin_inset Text
43488
43489 \begin_layout Plain Layout
43490 \begin_inset ERT
43491 status collapsed
43492
43493 \begin_layout Plain Layout
43494
43495
43496 \backslash
43497 fcolorbox{black}{
43498 \end_layout
43499
43500 \end_inset
43501
43502 Plum
43503 \begin_inset ERT
43504 status collapsed
43505
43506 \begin_layout Plain Layout
43507
43508 }{
43509 \end_layout
43510
43511 \end_inset
43512
43513
43514 \begin_inset Phantom Phantom
43515 status open
43516
43517 \begin_layout Plain Layout
43518 W
43519 \end_layout
43520
43521 \end_inset
43522
43523
43524 \begin_inset ERT
43525 status collapsed
43526
43527 \begin_layout Plain Layout
43528
43529 }
43530 \end_layout
43531
43532 \end_inset
43533
43534  Plum
43535 \end_layout
43536
43537 \end_inset
43538 </cell>
43539 <cell alignment="left" valignment="top" usebox="none">
43540 \begin_inset Text
43541
43542 \begin_layout Plain Layout
43543 \begin_inset ERT
43544 status collapsed
43545
43546 \begin_layout Plain Layout
43547
43548
43549 \backslash
43550 fcolorbox{black}{
43551 \end_layout
43552
43553 \end_inset
43554
43555 ProcessBlue
43556 \begin_inset ERT
43557 status collapsed
43558
43559 \begin_layout Plain Layout
43560
43561 }{
43562 \end_layout
43563
43564 \end_inset
43565
43566
43567 \begin_inset Phantom Phantom
43568 status open
43569
43570 \begin_layout Plain Layout
43571 W
43572 \end_layout
43573
43574 \end_inset
43575
43576
43577 \begin_inset ERT
43578 status collapsed
43579
43580 \begin_layout Plain Layout
43581
43582 }
43583 \end_layout
43584
43585 \end_inset
43586
43587  ProcessBlue
43588 \end_layout
43589
43590 \end_inset
43591 </cell>
43592 <cell alignment="left" valignment="top" usebox="none">
43593 \begin_inset Text
43594
43595 \begin_layout Plain Layout
43596 \begin_inset ERT
43597 status collapsed
43598
43599 \begin_layout Plain Layout
43600
43601
43602 \backslash
43603 fcolorbox{black}{
43604 \end_layout
43605
43606 \end_inset
43607
43608 Purple
43609 \begin_inset ERT
43610 status collapsed
43611
43612 \begin_layout Plain Layout
43613
43614 }{
43615 \end_layout
43616
43617 \end_inset
43618
43619
43620 \begin_inset Phantom Phantom
43621 status open
43622
43623 \begin_layout Plain Layout
43624 W
43625 \end_layout
43626
43627 \end_inset
43628
43629
43630 \begin_inset ERT
43631 status collapsed
43632
43633 \begin_layout Plain Layout
43634
43635 }
43636 \end_layout
43637
43638 \end_inset
43639
43640  Purple
43641 \end_layout
43642
43643 \end_inset
43644 </cell>
43645 </row>
43646 <row>
43647 <cell alignment="left" valignment="top" usebox="none">
43648 \begin_inset Text
43649
43650 \begin_layout Plain Layout
43651 \begin_inset ERT
43652 status collapsed
43653
43654 \begin_layout Plain Layout
43655
43656
43657 \backslash
43658 fcolorbox{black}{
43659 \end_layout
43660
43661 \end_inset
43662
43663 RawSienna
43664 \begin_inset ERT
43665 status collapsed
43666
43667 \begin_layout Plain Layout
43668
43669 }{
43670 \end_layout
43671
43672 \end_inset
43673
43674
43675 \begin_inset Phantom Phantom
43676 status open
43677
43678 \begin_layout Plain Layout
43679 W
43680 \end_layout
43681
43682 \end_inset
43683
43684
43685 \begin_inset ERT
43686 status collapsed
43687
43688 \begin_layout Plain Layout
43689
43690 }
43691 \end_layout
43692
43693 \end_inset
43694
43695  RawSienna
43696 \end_layout
43697
43698 \end_inset
43699 </cell>
43700 <cell alignment="left" valignment="top" usebox="none">
43701 \begin_inset Text
43702
43703 \begin_layout Plain Layout
43704 \begin_inset ERT
43705 status collapsed
43706
43707 \begin_layout Plain Layout
43708
43709
43710 \backslash
43711 fcolorbox{black}{
43712 \end_layout
43713
43714 \end_inset
43715
43716 RedOrange
43717 \begin_inset ERT
43718 status collapsed
43719
43720 \begin_layout Plain Layout
43721
43722 }{
43723 \end_layout
43724
43725 \end_inset
43726
43727
43728 \begin_inset Phantom Phantom
43729 status open
43730
43731 \begin_layout Plain Layout
43732 W
43733 \end_layout
43734
43735 \end_inset
43736
43737
43738 \begin_inset ERT
43739 status collapsed
43740
43741 \begin_layout Plain Layout
43742
43743 }
43744 \end_layout
43745
43746 \end_inset
43747
43748  RedOrange
43749 \end_layout
43750
43751 \end_inset
43752 </cell>
43753 <cell alignment="left" valignment="top" usebox="none">
43754 \begin_inset Text
43755
43756 \begin_layout Plain Layout
43757 \begin_inset ERT
43758 status collapsed
43759
43760 \begin_layout Plain Layout
43761
43762
43763 \backslash
43764 fcolorbox{black}{
43765 \end_layout
43766
43767 \end_inset
43768
43769 RedViolet
43770 \begin_inset ERT
43771 status collapsed
43772
43773 \begin_layout Plain Layout
43774
43775 }{
43776 \end_layout
43777
43778 \end_inset
43779
43780
43781 \begin_inset Phantom Phantom
43782 status open
43783
43784 \begin_layout Plain Layout
43785 W
43786 \end_layout
43787
43788 \end_inset
43789
43790
43791 \begin_inset ERT
43792 status collapsed
43793
43794 \begin_layout Plain Layout
43795
43796 }
43797 \end_layout
43798
43799 \end_inset
43800
43801  RedViolet
43802 \end_layout
43803
43804 \end_inset
43805 </cell>
43806 <cell alignment="left" valignment="top" usebox="none">
43807 \begin_inset Text
43808
43809 \begin_layout Plain Layout
43810 \begin_inset ERT
43811 status collapsed
43812
43813 \begin_layout Plain Layout
43814
43815
43816 \backslash
43817 fcolorbox{black}{
43818 \end_layout
43819
43820 \end_inset
43821
43822 Rhodamine
43823 \begin_inset ERT
43824 status collapsed
43825
43826 \begin_layout Plain Layout
43827
43828 }{
43829 \end_layout
43830
43831 \end_inset
43832
43833
43834 \begin_inset Phantom Phantom
43835 status open
43836
43837 \begin_layout Plain Layout
43838 W
43839 \end_layout
43840
43841 \end_inset
43842
43843
43844 \begin_inset ERT
43845 status collapsed
43846
43847 \begin_layout Plain Layout
43848
43849 }
43850 \end_layout
43851
43852 \end_inset
43853
43854  Rhodamine
43855 \end_layout
43856
43857 \end_inset
43858 </cell>
43859 </row>
43860 <row>
43861 <cell alignment="left" valignment="top" usebox="none">
43862 \begin_inset Text
43863
43864 \begin_layout Plain Layout
43865 \begin_inset ERT
43866 status collapsed
43867
43868 \begin_layout Plain Layout
43869
43870
43871 \backslash
43872 fcolorbox{black}{
43873 \end_layout
43874
43875 \end_inset
43876
43877 RoyalBlue
43878 \begin_inset ERT
43879 status collapsed
43880
43881 \begin_layout Plain Layout
43882
43883 }{
43884 \end_layout
43885
43886 \end_inset
43887
43888
43889 \begin_inset Phantom Phantom
43890 status open
43891
43892 \begin_layout Plain Layout
43893 W
43894 \end_layout
43895
43896 \end_inset
43897
43898
43899 \begin_inset ERT
43900 status collapsed
43901
43902 \begin_layout Plain Layout
43903
43904 }
43905 \end_layout
43906
43907 \end_inset
43908
43909  RoyalBlue
43910 \end_layout
43911
43912 \end_inset
43913 </cell>
43914 <cell alignment="left" valignment="top" usebox="none">
43915 \begin_inset Text
43916
43917 \begin_layout Plain Layout
43918 \begin_inset ERT
43919 status collapsed
43920
43921 \begin_layout Plain Layout
43922
43923
43924 \backslash
43925 fcolorbox{black}{
43926 \end_layout
43927
43928 \end_inset
43929
43930 RoyalPurple
43931 \begin_inset ERT
43932 status collapsed
43933
43934 \begin_layout Plain Layout
43935
43936 }{
43937 \end_layout
43938
43939 \end_inset
43940
43941
43942 \begin_inset Phantom Phantom
43943 status open
43944
43945 \begin_layout Plain Layout
43946 W
43947 \end_layout
43948
43949 \end_inset
43950
43951
43952 \begin_inset ERT
43953 status collapsed
43954
43955 \begin_layout Plain Layout
43956
43957 }
43958 \end_layout
43959
43960 \end_inset
43961
43962  RoyalPurple
43963 \end_layout
43964
43965 \end_inset
43966 </cell>
43967 <cell alignment="left" valignment="top" usebox="none">
43968 \begin_inset Text
43969
43970 \begin_layout Plain Layout
43971 \begin_inset ERT
43972 status collapsed
43973
43974 \begin_layout Plain Layout
43975
43976
43977 \backslash
43978 fcolorbox{black}{
43979 \end_layout
43980
43981 \end_inset
43982
43983 RubineRed
43984 \begin_inset ERT
43985 status collapsed
43986
43987 \begin_layout Plain Layout
43988
43989 }{
43990 \end_layout
43991
43992 \end_inset
43993
43994
43995 \begin_inset Phantom Phantom
43996 status open
43997
43998 \begin_layout Plain Layout
43999 W
44000 \end_layout
44001
44002 \end_inset
44003
44004
44005 \begin_inset ERT
44006 status collapsed
44007
44008 \begin_layout Plain Layout
44009
44010 }
44011 \end_layout
44012
44013 \end_inset
44014
44015  RubineRed
44016 \end_layout
44017
44018 \end_inset
44019 </cell>
44020 <cell alignment="left" valignment="top" usebox="none">
44021 \begin_inset Text
44022
44023 \begin_layout Plain Layout
44024 \begin_inset ERT
44025 status collapsed
44026
44027 \begin_layout Plain Layout
44028
44029
44030 \backslash
44031 fcolorbox{black}{
44032 \end_layout
44033
44034 \end_inset
44035
44036 Salmon
44037 \begin_inset ERT
44038 status collapsed
44039
44040 \begin_layout Plain Layout
44041
44042 }{
44043 \end_layout
44044
44045 \end_inset
44046
44047
44048 \begin_inset Phantom Phantom
44049 status open
44050
44051 \begin_layout Plain Layout
44052 W
44053 \end_layout
44054
44055 \end_inset
44056
44057
44058 \begin_inset ERT
44059 status collapsed
44060
44061 \begin_layout Plain Layout
44062
44063 }
44064 \end_layout
44065
44066 \end_inset
44067
44068  Salmon
44069 \end_layout
44070
44071 \end_inset
44072 </cell>
44073 </row>
44074 <row>
44075 <cell alignment="left" valignment="top" usebox="none">
44076 \begin_inset Text
44077
44078 \begin_layout Plain Layout
44079 \begin_inset ERT
44080 status collapsed
44081
44082 \begin_layout Plain Layout
44083
44084
44085 \backslash
44086 fcolorbox{black}{
44087 \end_layout
44088
44089 \end_inset
44090
44091 SeaGreen
44092 \begin_inset ERT
44093 status collapsed
44094
44095 \begin_layout Plain Layout
44096
44097 }{
44098 \end_layout
44099
44100 \end_inset
44101
44102
44103 \begin_inset Phantom Phantom
44104 status open
44105
44106 \begin_layout Plain Layout
44107 W
44108 \end_layout
44109
44110 \end_inset
44111
44112
44113 \begin_inset ERT
44114 status collapsed
44115
44116 \begin_layout Plain Layout
44117
44118 }
44119 \end_layout
44120
44121 \end_inset
44122
44123  SeaGreen
44124 \end_layout
44125
44126 \end_inset
44127 </cell>
44128 <cell alignment="left" valignment="top" usebox="none">
44129 \begin_inset Text
44130
44131 \begin_layout Plain Layout
44132 \begin_inset ERT
44133 status collapsed
44134
44135 \begin_layout Plain Layout
44136
44137
44138 \backslash
44139 fcolorbox{black}{
44140 \end_layout
44141
44142 \end_inset
44143
44144 Sepia
44145 \begin_inset ERT
44146 status collapsed
44147
44148 \begin_layout Plain Layout
44149
44150 }{
44151 \end_layout
44152
44153 \end_inset
44154
44155
44156 \begin_inset Phantom Phantom
44157 status open
44158
44159 \begin_layout Plain Layout
44160 W
44161 \end_layout
44162
44163 \end_inset
44164
44165
44166 \begin_inset ERT
44167 status collapsed
44168
44169 \begin_layout Plain Layout
44170
44171 }
44172 \end_layout
44173
44174 \end_inset
44175
44176  Sepia
44177 \end_layout
44178
44179 \end_inset
44180 </cell>
44181 <cell alignment="left" valignment="top" usebox="none">
44182 \begin_inset Text
44183
44184 \begin_layout Plain Layout
44185 \begin_inset ERT
44186 status collapsed
44187
44188 \begin_layout Plain Layout
44189
44190
44191 \backslash
44192 fcolorbox{black}{
44193 \end_layout
44194
44195 \end_inset
44196
44197 SkyBlue
44198 \begin_inset ERT
44199 status collapsed
44200
44201 \begin_layout Plain Layout
44202
44203 }{
44204 \end_layout
44205
44206 \end_inset
44207
44208
44209 \begin_inset Phantom Phantom
44210 status open
44211
44212 \begin_layout Plain Layout
44213 W
44214 \end_layout
44215
44216 \end_inset
44217
44218
44219 \begin_inset ERT
44220 status collapsed
44221
44222 \begin_layout Plain Layout
44223
44224 }
44225 \end_layout
44226
44227 \end_inset
44228
44229  SkyBlue
44230 \end_layout
44231
44232 \end_inset
44233 </cell>
44234 <cell alignment="left" valignment="top" usebox="none">
44235 \begin_inset Text
44236
44237 \begin_layout Plain Layout
44238 \begin_inset ERT
44239 status collapsed
44240
44241 \begin_layout Plain Layout
44242
44243
44244 \backslash
44245 fcolorbox{black}{
44246 \end_layout
44247
44248 \end_inset
44249
44250 SpringGreen
44251 \begin_inset ERT
44252 status collapsed
44253
44254 \begin_layout Plain Layout
44255
44256 }{
44257 \end_layout
44258
44259 \end_inset
44260
44261
44262 \begin_inset Phantom Phantom
44263 status open
44264
44265 \begin_layout Plain Layout
44266 W
44267 \end_layout
44268
44269 \end_inset
44270
44271
44272 \begin_inset ERT
44273 status collapsed
44274
44275 \begin_layout Plain Layout
44276
44277 }
44278 \end_layout
44279
44280 \end_inset
44281
44282  SpringGreen
44283 \end_layout
44284
44285 \end_inset
44286 </cell>
44287 </row>
44288 <row>
44289 <cell alignment="left" valignment="top" usebox="none">
44290 \begin_inset Text
44291
44292 \begin_layout Plain Layout
44293 \begin_inset ERT
44294 status collapsed
44295
44296 \begin_layout Plain Layout
44297
44298
44299 \backslash
44300 fcolorbox{black}{
44301 \end_layout
44302
44303 \end_inset
44304
44305 Tan
44306 \begin_inset ERT
44307 status collapsed
44308
44309 \begin_layout Plain Layout
44310
44311 }{
44312 \end_layout
44313
44314 \end_inset
44315
44316
44317 \begin_inset Phantom Phantom
44318 status open
44319
44320 \begin_layout Plain Layout
44321 W
44322 \end_layout
44323
44324 \end_inset
44325
44326
44327 \begin_inset ERT
44328 status collapsed
44329
44330 \begin_layout Plain Layout
44331
44332 }
44333 \end_layout
44334
44335 \end_inset
44336
44337  Tan
44338 \end_layout
44339
44340 \end_inset
44341 </cell>
44342 <cell alignment="left" valignment="top" usebox="none">
44343 \begin_inset Text
44344
44345 \begin_layout Plain Layout
44346 \begin_inset ERT
44347 status collapsed
44348
44349 \begin_layout Plain Layout
44350
44351
44352 \backslash
44353 fcolorbox{black}{
44354 \end_layout
44355
44356 \end_inset
44357
44358 TealBlue
44359 \begin_inset ERT
44360 status collapsed
44361
44362 \begin_layout Plain Layout
44363
44364 }{
44365 \end_layout
44366
44367 \end_inset
44368
44369
44370 \begin_inset Phantom Phantom
44371 status open
44372
44373 \begin_layout Plain Layout
44374 W
44375 \end_layout
44376
44377 \end_inset
44378
44379
44380 \begin_inset ERT
44381 status collapsed
44382
44383 \begin_layout Plain Layout
44384
44385 }
44386 \end_layout
44387
44388 \end_inset
44389
44390  TealBlue
44391 \end_layout
44392
44393 \end_inset
44394 </cell>
44395 <cell alignment="left" valignment="top" usebox="none">
44396 \begin_inset Text
44397
44398 \begin_layout Plain Layout
44399 \begin_inset ERT
44400 status collapsed
44401
44402 \begin_layout Plain Layout
44403
44404
44405 \backslash
44406 fcolorbox{black}{
44407 \end_layout
44408
44409 \end_inset
44410
44411 Thistle
44412 \begin_inset ERT
44413 status collapsed
44414
44415 \begin_layout Plain Layout
44416
44417 }{
44418 \end_layout
44419
44420 \end_inset
44421
44422
44423 \begin_inset Phantom Phantom
44424 status open
44425
44426 \begin_layout Plain Layout
44427 W
44428 \end_layout
44429
44430 \end_inset
44431
44432
44433 \begin_inset ERT
44434 status collapsed
44435
44436 \begin_layout Plain Layout
44437
44438 }
44439 \end_layout
44440
44441 \end_inset
44442
44443  Thistle
44444 \end_layout
44445
44446 \end_inset
44447 </cell>
44448 <cell alignment="left" valignment="top" usebox="none">
44449 \begin_inset Text
44450
44451 \begin_layout Plain Layout
44452 \begin_inset ERT
44453 status collapsed
44454
44455 \begin_layout Plain Layout
44456
44457
44458 \backslash
44459 fcolorbox{black}{
44460 \end_layout
44461
44462 \end_inset
44463
44464 Turquoise
44465 \begin_inset ERT
44466 status collapsed
44467
44468 \begin_layout Plain Layout
44469
44470 }{
44471 \end_layout
44472
44473 \end_inset
44474
44475
44476 \begin_inset Phantom Phantom
44477 status open
44478
44479 \begin_layout Plain Layout
44480 W
44481 \end_layout
44482
44483 \end_inset
44484
44485
44486 \begin_inset ERT
44487 status collapsed
44488
44489 \begin_layout Plain Layout
44490
44491 }
44492 \end_layout
44493
44494 \end_inset
44495
44496  Turquoise
44497 \end_layout
44498
44499 \end_inset
44500 </cell>
44501 </row>
44502 <row>
44503 <cell alignment="left" valignment="top" usebox="none">
44504 \begin_inset Text
44505
44506 \begin_layout Plain Layout
44507 \begin_inset ERT
44508 status collapsed
44509
44510 \begin_layout Plain Layout
44511
44512
44513 \backslash
44514 fcolorbox{black}{
44515 \end_layout
44516
44517 \end_inset
44518
44519 Violet
44520 \begin_inset ERT
44521 status collapsed
44522
44523 \begin_layout Plain Layout
44524
44525 }{
44526 \end_layout
44527
44528 \end_inset
44529
44530
44531 \begin_inset Phantom Phantom
44532 status open
44533
44534 \begin_layout Plain Layout
44535 W
44536 \end_layout
44537
44538 \end_inset
44539
44540
44541 \begin_inset ERT
44542 status collapsed
44543
44544 \begin_layout Plain Layout
44545
44546 }
44547 \end_layout
44548
44549 \end_inset
44550
44551  Violet
44552 \end_layout
44553
44554 \end_inset
44555 </cell>
44556 <cell alignment="left" valignment="top" usebox="none">
44557 \begin_inset Text
44558
44559 \begin_layout Plain Layout
44560 \begin_inset ERT
44561 status collapsed
44562
44563 \begin_layout Plain Layout
44564
44565
44566 \backslash
44567 fcolorbox{black}{
44568 \end_layout
44569
44570 \end_inset
44571
44572 VioletRed
44573 \begin_inset ERT
44574 status collapsed
44575
44576 \begin_layout Plain Layout
44577
44578 }{
44579 \end_layout
44580
44581 \end_inset
44582
44583
44584 \begin_inset Phantom Phantom
44585 status open
44586
44587 \begin_layout Plain Layout
44588 W
44589 \end_layout
44590
44591 \end_inset
44592
44593
44594 \begin_inset ERT
44595 status collapsed
44596
44597 \begin_layout Plain Layout
44598
44599 }
44600 \end_layout
44601
44602 \end_inset
44603
44604  VioletRed
44605 \end_layout
44606
44607 \end_inset
44608 </cell>
44609 <cell alignment="left" valignment="top" usebox="none">
44610 \begin_inset Text
44611
44612 \begin_layout Plain Layout
44613 \begin_inset ERT
44614 status collapsed
44615
44616 \begin_layout Plain Layout
44617
44618
44619 \backslash
44620 fcolorbox{black}{
44621 \end_layout
44622
44623 \end_inset
44624
44625 WildStrawberry
44626 \begin_inset ERT
44627 status collapsed
44628
44629 \begin_layout Plain Layout
44630
44631 }{
44632 \end_layout
44633
44634 \end_inset
44635
44636
44637 \begin_inset Phantom Phantom
44638 status open
44639
44640 \begin_layout Plain Layout
44641 W
44642 \end_layout
44643
44644 \end_inset
44645
44646
44647 \begin_inset ERT
44648 status collapsed
44649
44650 \begin_layout Plain Layout
44651
44652 }
44653 \end_layout
44654
44655 \end_inset
44656
44657  WildStrawberry
44658 \end_layout
44659
44660 \end_inset
44661 </cell>
44662 <cell alignment="left" valignment="top" usebox="none">
44663 \begin_inset Text
44664
44665 \begin_layout Plain Layout
44666 \begin_inset ERT
44667 status collapsed
44668
44669 \begin_layout Plain Layout
44670
44671
44672 \backslash
44673 fcolorbox{black}{
44674 \end_layout
44675
44676 \end_inset
44677
44678 YellowGreen
44679 \begin_inset ERT
44680 status collapsed
44681
44682 \begin_layout Plain Layout
44683
44684 }{
44685 \end_layout
44686
44687 \end_inset
44688
44689
44690 \begin_inset Phantom Phantom
44691 status open
44692
44693 \begin_layout Plain Layout
44694 W
44695 \end_layout
44696
44697 \end_inset
44698
44699
44700 \begin_inset ERT
44701 status collapsed
44702
44703 \begin_layout Plain Layout
44704
44705 }
44706 \end_layout
44707
44708 \end_inset
44709
44710  YellowGreen
44711 \end_layout
44712
44713 \end_inset
44714 </cell>
44715 </row>
44716 <row>
44717 <cell alignment="left" valignment="top" usebox="none">
44718 \begin_inset Text
44719
44720 \begin_layout Plain Layout
44721 \begin_inset ERT
44722 status collapsed
44723
44724 \begin_layout Plain Layout
44725
44726
44727 \backslash
44728 fcolorbox{black}{
44729 \end_layout
44730
44731 \end_inset
44732
44733 YellowOrange
44734 \begin_inset ERT
44735 status collapsed
44736
44737 \begin_layout Plain Layout
44738
44739 }{
44740 \end_layout
44741
44742 \end_inset
44743
44744
44745 \begin_inset Phantom Phantom
44746 status open
44747
44748 \begin_layout Plain Layout
44749 W
44750 \end_layout
44751
44752 \end_inset
44753
44754
44755 \begin_inset ERT
44756 status collapsed
44757
44758 \begin_layout Plain Layout
44759
44760 }
44761 \end_layout
44762
44763 \end_inset
44764
44765  YellowOrange
44766 \end_layout
44767
44768 \end_inset
44769 </cell>
44770 <cell alignment="left" valignment="top" usebox="none">
44771 \begin_inset Text
44772
44773 \begin_layout Plain Layout
44774
44775 \end_layout
44776
44777 \end_inset
44778 </cell>
44779 <cell alignment="left" valignment="top" usebox="none">
44780 \begin_inset Text
44781
44782 \begin_layout Plain Layout
44783
44784 \end_layout
44785
44786 \end_inset
44787 </cell>
44788 <cell alignment="left" valignment="top" usebox="none">
44789 \begin_inset Text
44790
44791 \begin_layout Plain Layout
44792
44793 \end_layout
44794
44795 \end_inset
44796 </cell>
44797 </row>
44798 </lyxtabular>
44799
44800 \end_inset
44801
44802
44803 \end_layout
44804
44805 \begin_layout Chapter
44806 Explanation of Equation
44807 \begin_inset space ~
44808 \end_inset
44809
44810 (
44811 \begin_inset CommandInset ref
44812 LatexCommand ref
44813 reference "eq:Wgn"
44814
44815 \end_inset
44816
44817 )
44818 \begin_inset CommandInset label
44819 LatexCommand label
44820 name "cha:Explanation-of-Equation"
44821
44822 \end_inset
44823
44824
44825 \end_layout
44826
44827 \begin_layout Standard
44828 We can calculate the total width of 
44829 \emph on
44830 n
44831 \emph default
44832  table cells 
44833 \begin_inset Formula $W_{\mathrm{tot\, n}}$
44834 \end_inset
44835
44836  as follows:
44837 \begin_inset Formula 
44838 \begin{equation}
44839 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44840 \end{equation}
44841
44842 \end_inset
44843
44844 where 
44845 \begin_inset Formula $W_{g\, n}$
44846 \end_inset
44847
44848  is the given width of all cells, 
44849 \series bold
44850
44851 \backslash
44852 tabcolsep
44853 \series default
44854  is the LaTeX-length between the cell text and the cell border (its default
44855  value is 6
44856 \begin_inset space \thinspace{}
44857 \end_inset
44858
44859 pt).
44860  
44861 \series bold
44862
44863 \backslash
44864 arrayrulewidth
44865 \series default
44866  is the thickness of the cell border line, the default is 0.4
44867 \begin_inset space \thinspace{}
44868 \end_inset
44869
44870 pt.
44871 \end_layout
44872
44873 \begin_layout Standard
44874 Following equation
44875 \begin_inset space ~
44876 \end_inset
44877
44878
44879 \begin_inset CommandInset ref
44880 LatexCommand eqref
44881 reference "eq:Wtot_n"
44882
44883 \end_inset
44884
44885 , the total width of a multicolumn 
44886 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
44887 \end_inset
44888
44889  is
44890 \begin_inset Formula 
44891 \begin{equation}
44892 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44893 \end{equation}
44894
44895 \end_inset
44896
44897
44898 \end_layout
44899
44900 \begin_layout Standard
44901 By setting equation
44902 \begin_inset space ~
44903 \end_inset
44904
44905
44906 \begin_inset CommandInset ref
44907 LatexCommand eqref
44908 reference "eq:Wtot_n"
44909
44910 \end_inset
44911
44912  and 
44913 \begin_inset CommandInset ref
44914 LatexCommand eqref
44915 reference "eq:Wtot_mult"
44916
44917 \end_inset
44918
44919  equal we can calculate the needed given width 
44920 \begin_inset Formula $W_{g\, n}$
44921 \end_inset
44922
44923  when 
44924 \emph on
44925 n
44926 \emph default
44927  columns are spanned, so that each column has a total width of 
44928 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
44929 \end_inset
44930
44931 :
44932 \begin_inset Formula 
44933 \begin{equation}
44934 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44935 \end{equation}
44936
44937 \end_inset
44938
44939
44940 \end_layout
44941
44942 \begin_layout Bibliography
44943 \labelwidthstring Bibliography
44944 \begin_inset CommandInset bibitem
44945 LatexCommand bibitem
44946 key "latexcompanion"
44947
44948 \end_inset
44949
44950 Frank Mittelbach and Michel Goossens: 
44951 \emph on
44952 The LaTeX Companion Second Edition.
44953
44954 \emph default
44955  Addison-Wesley, 2004
44956 \end_layout
44957
44958 \begin_layout Bibliography
44959 \labelwidthstring Bibliography
44960 \begin_inset CommandInset bibitem
44961 LatexCommand bibitem
44962 key "latexguide"
44963
44964 \end_inset
44965
44966 Helmut Kopka and Patrick W.
44967  Daly: 
44968 \emph on
44969 A Guide to LaTeX Fourth Edition.
44970
44971 \emph default
44972  Addison-Wesley, 2003
44973 \end_layout
44974
44975 \begin_layout Bibliography
44976 \labelwidthstring Bibliography
44977 \begin_inset CommandInset bibitem
44978 LatexCommand bibitem
44979 key "latexbook"
44980
44981 \end_inset
44982
44983 Leslie Lamport: 
44984 \emph on
44985 LaTeX: A Document Preparation System.
44986
44987 \emph default
44988  Addison-Wesley, second edition, 1994
44989 \end_layout
44990
44991 \begin_layout Bibliography
44992 \labelwidthstring Bibliography
44993 \begin_inset CommandInset bibitem
44994 LatexCommand bibitem
44995 key "arydshln"
44996
44997 \end_inset
44998
44999 Documentation of the LaTeX-package 
45000 \series bold
45001
45002 \begin_inset CommandInset href
45003 LatexCommand href
45004 name "arydshln"
45005 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45006
45007 \end_inset
45008
45009
45010 \series default
45011
45012 \begin_inset Index idx
45013 status collapsed
45014
45015 \begin_layout Plain Layout
45016 LaTeX-packages ! arydshln
45017 \end_layout
45018
45019 \end_inset
45020
45021
45022 \end_layout
45023
45024 \begin_layout Bibliography
45025 \labelwidthstring Bibliography
45026 \begin_inset CommandInset bibitem
45027 LatexCommand bibitem
45028 key "booktabs"
45029
45030 \end_inset
45031
45032 Documentation of the LaTeX-package 
45033 \series bold
45034
45035 \begin_inset CommandInset href
45036 LatexCommand href
45037 name "booktabs"
45038 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45039
45040 \end_inset
45041
45042
45043 \series default
45044
45045 \begin_inset Index idx
45046 status collapsed
45047
45048 \begin_layout Plain Layout
45049 LaTeX-packages ! booktabs
45050 \end_layout
45051
45052 \end_inset
45053
45054
45055 \end_layout
45056
45057 \begin_layout Bibliography
45058 \labelwidthstring Bibliography
45059 \begin_inset CommandInset bibitem
45060 LatexCommand bibitem
45061 key "caption"
45062
45063 \end_inset
45064
45065 Documentation of the LaTeX-package 
45066 \series bold
45067
45068 \begin_inset CommandInset href
45069 LatexCommand href
45070 name "caption"
45071 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
45072
45073 \end_inset
45074
45075
45076 \series default
45077
45078 \begin_inset Index idx
45079 status collapsed
45080
45081 \begin_layout Plain Layout
45082 LaTeX-packages ! caption
45083 \end_layout
45084
45085 \end_inset
45086
45087
45088 \end_layout
45089
45090 \begin_layout Bibliography
45091 \labelwidthstring Bibliography
45092 \begin_inset CommandInset bibitem
45093 LatexCommand bibitem
45094 key "diagbox"
45095
45096 \end_inset
45097
45098 Documentation of the LaTeX-package 
45099 \series bold
45100
45101 \begin_inset CommandInset href
45102 LatexCommand href
45103 name "diagbox"
45104 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45105
45106 \end_inset
45107
45108
45109 \series default
45110
45111 \begin_inset Index idx
45112 status collapsed
45113
45114 \begin_layout Plain Layout
45115 LaTeX-packages ! diagbox
45116 \end_layout
45117
45118 \end_inset
45119
45120
45121 \end_layout
45122
45123 \begin_layout Bibliography
45124 \labelwidthstring Bibliography
45125 \begin_inset CommandInset bibitem
45126 LatexCommand bibitem
45127 key "endfloat"
45128
45129 \end_inset
45130
45131 Documentation of the LaTeX-package 
45132 \series bold
45133
45134 \begin_inset CommandInset href
45135 LatexCommand href
45136 name "endfloat"
45137 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45138
45139 \end_inset
45140
45141
45142 \series default
45143
45144 \begin_inset Index idx
45145 status collapsed
45146
45147 \begin_layout Plain Layout
45148 LaTeX-packages ! endfloat
45149 \end_layout
45150
45151 \end_inset
45152
45153
45154 \end_layout
45155
45156 \begin_layout Bibliography
45157 \labelwidthstring Bibliography
45158 \begin_inset CommandInset bibitem
45159 LatexCommand bibitem
45160 key "footmisc"
45161
45162 \end_inset
45163
45164 Documentation of the LaTeX-package 
45165 \series bold
45166
45167 \begin_inset CommandInset href
45168 LatexCommand href
45169 name "footmisc"
45170 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45171
45172 \end_inset
45173
45174
45175 \series default
45176
45177 \begin_inset Index idx
45178 status collapsed
45179
45180 \begin_layout Plain Layout
45181 LaTeX-packages ! footmisc
45182 \end_layout
45183
45184 \end_inset
45185
45186
45187 \end_layout
45188
45189 \begin_layout Bibliography
45190 \labelwidthstring Bibliography
45191 \begin_inset CommandInset bibitem
45192 LatexCommand bibitem
45193 key "hypcap"
45194
45195 \end_inset
45196
45197 Documentation of the LaTeX-package 
45198 \series bold
45199
45200 \begin_inset CommandInset href
45201 LatexCommand href
45202 name "hypcap"
45203 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45204
45205 \end_inset
45206
45207
45208 \series default
45209
45210 \begin_inset Index idx
45211 status collapsed
45212
45213 \begin_layout Plain Layout
45214 LaTeX-packages ! hyperref
45215 \end_layout
45216
45217 \end_inset
45218
45219
45220 \end_layout
45221
45222 \begin_layout Bibliography
45223 \labelwidthstring Bibliography
45224 \begin_inset CommandInset bibitem
45225 LatexCommand bibitem
45226 key "hyperref"
45227
45228 \end_inset
45229
45230 Documentation of the LaTeX-package 
45231 \series bold
45232
45233 \begin_inset CommandInset href
45234 LatexCommand href
45235 name "hyperref"
45236 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45237
45238 \end_inset
45239
45240
45241 \series default
45242
45243 \begin_inset Index idx
45244 status collapsed
45245
45246 \begin_layout Plain Layout
45247 LaTeX-packages ! hyperref
45248 \end_layout
45249
45250 \end_inset
45251
45252
45253 \end_layout
45254
45255 \begin_layout Bibliography
45256 \labelwidthstring Bibliography
45257 \begin_inset CommandInset bibitem
45258 LatexCommand bibitem
45259 key "KOMA-Script"
45260
45261 \end_inset
45262
45263 Documentation of the LaTeX-package 
45264 \series bold
45265
45266 \begin_inset CommandInset href
45267 LatexCommand href
45268 name "KOMA-Script"
45269 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
45270
45271 \end_inset
45272
45273
45274 \series default
45275
45276 \begin_inset Index idx
45277 status collapsed
45278
45279 \begin_layout Plain Layout
45280 LaTeX-packages ! KOMA-Script
45281 \end_layout
45282
45283 \end_inset
45284
45285
45286 \end_layout
45287
45288 \begin_layout Bibliography
45289 \labelwidthstring Bibliography
45290 \begin_inset CommandInset bibitem
45291 LatexCommand bibitem
45292 key "lettrine"
45293
45294 \end_inset
45295
45296 Documentation of the LaTeX-package 
45297 \series bold
45298
45299 \begin_inset CommandInset href
45300 LatexCommand href
45301 name "lettrine"
45302 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45303
45304 \end_inset
45305
45306
45307 \series default
45308  and an 
45309 \begin_inset CommandInset href
45310 LatexCommand href
45311 name "example"
45312 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45313
45314 \end_inset
45315
45316
45317 \begin_inset Index idx
45318 status collapsed
45319
45320 \begin_layout Plain Layout
45321 LaTeX-packages ! lettrine
45322 \end_layout
45323
45324 \end_inset
45325
45326
45327 \end_layout
45328
45329 \begin_layout Bibliography
45330 \labelwidthstring Bibliography
45331 \begin_inset CommandInset bibitem
45332 LatexCommand bibitem
45333 key "listings"
45334
45335 \end_inset
45336
45337 Documentation of the LaTeX-package 
45338 \series bold
45339
45340 \begin_inset CommandInset href
45341 LatexCommand href
45342 name "listings"
45343 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45344
45345 \end_inset
45346
45347
45348 \series default
45349
45350 \begin_inset Index idx
45351 status collapsed
45352
45353 \begin_layout Plain Layout
45354 LaTeX-packages ! listings
45355 \end_layout
45356
45357 \end_inset
45358
45359
45360 \end_layout
45361
45362 \begin_layout Bibliography
45363 \labelwidthstring Bibliography
45364 \begin_inset CommandInset bibitem
45365 LatexCommand bibitem
45366 key "marginnote"
45367
45368 \end_inset
45369
45370 Documentation of the LaTeX-package 
45371 \series bold
45372
45373 \begin_inset CommandInset href
45374 LatexCommand href
45375 name "marginnote"
45376 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45377
45378 \end_inset
45379
45380
45381 \series default
45382
45383 \begin_inset Index idx
45384 status collapsed
45385
45386 \begin_layout Plain Layout
45387 LaTeX-packages ! marginnote
45388 \end_layout
45389
45390 \end_inset
45391
45392
45393 \end_layout
45394
45395 \begin_layout Bibliography
45396 \labelwidthstring Bibliography
45397 \begin_inset CommandInset bibitem
45398 LatexCommand bibitem
45399 key "pdfpages"
45400
45401 \end_inset
45402
45403 Documentation of the LaTeX-package 
45404 \series bold
45405
45406 \begin_inset CommandInset href
45407 LatexCommand href
45408 name "pdfpages"
45409 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45410
45411 \end_inset
45412
45413
45414 \series default
45415
45416 \begin_inset Index idx
45417 status collapsed
45418
45419 \begin_layout Plain Layout
45420 LaTeX-packages ! pdfpages
45421 \end_layout
45422
45423 \end_inset
45424
45425
45426 \end_layout
45427
45428 \begin_layout Bibliography
45429 \labelwidthstring Bibliography
45430 \begin_inset CommandInset bibitem
45431 LatexCommand bibitem
45432 key "prettyref"
45433
45434 \end_inset
45435
45436 Documentation of the LaTeX-package 
45437 \series bold
45438
45439 \begin_inset CommandInset href
45440 LatexCommand href
45441 name "prettyref"
45442 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45443
45444 \end_inset
45445
45446
45447 \series default
45448
45449 \begin_inset Index idx
45450 status collapsed
45451
45452 \begin_layout Plain Layout
45453 LaTeX-packages ! prettyref
45454 \end_layout
45455
45456 \end_inset
45457
45458
45459 \end_layout
45460
45461 \begin_layout Bibliography
45462 \labelwidthstring Bibliography
45463 \begin_inset CommandInset bibitem
45464 LatexCommand bibitem
45465 key "pstricks"
45466
45467 \end_inset
45468
45469 Web page of the LaTeX-package 
45470 \series bold
45471
45472 \begin_inset CommandInset href
45473 LatexCommand href
45474 name "PSTricks"
45475 target "http://tug.org/PSTricks/"
45476
45477 \end_inset
45478
45479
45480 \series default
45481
45482 \begin_inset Index idx
45483 status collapsed
45484
45485 \begin_layout Plain Layout
45486 LaTeX-packages ! PSTricks
45487 \end_layout
45488
45489 \end_inset
45490
45491
45492 \end_layout
45493
45494 \begin_layout Bibliography
45495 \labelwidthstring Bibliography
45496 \begin_inset CommandInset bibitem
45497 LatexCommand bibitem
45498 key "refstyle"
45499
45500 \end_inset
45501
45502 Documentation of the LaTeX-package 
45503 \series bold
45504
45505 \begin_inset CommandInset href
45506 LatexCommand href
45507 name "refstyle"
45508 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45509
45510 \end_inset
45511
45512
45513 \series default
45514
45515 \begin_inset Index idx
45516 status collapsed
45517
45518 \begin_layout Plain Layout
45519 LaTeX-packages ! refstyle
45520 \end_layout
45521
45522 \end_inset
45523
45524
45525 \end_layout
45526
45527 \begin_layout Bibliography
45528 \labelwidthstring Bibliography
45529 \begin_inset CommandInset bibitem
45530 LatexCommand bibitem
45531 key "sidecap"
45532
45533 \end_inset
45534
45535 Documentation of the LaTeX-package 
45536 \series bold
45537
45538 \begin_inset CommandInset href
45539 LatexCommand href
45540 name "sidecap"
45541 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45542
45543 \end_inset
45544
45545
45546 \series default
45547
45548 \begin_inset Index idx
45549 status collapsed
45550
45551 \begin_layout Plain Layout
45552 LaTeX-packages ! sidecap
45553 \end_layout
45554
45555 \end_inset
45556
45557
45558 \end_layout
45559
45560 \begin_layout Bibliography
45561 \labelwidthstring Bibliography
45562 \begin_inset CommandInset bibitem
45563 LatexCommand bibitem
45564 key "NewInLyX20"
45565
45566 \end_inset
45567
45568
45569 \begin_inset CommandInset href
45570 LatexCommand href
45571 name "Wiki page"
45572 target "http://wiki.lyx.org/LyX/NewInLyX20"
45573
45574 \end_inset
45575
45576  about new features in 
45577 \family sans
45578 LyX 2.0
45579 \family default
45580 .
45581 \end_layout
45582
45583 \begin_layout Standard
45584 \begin_inset CommandInset index_print
45585 LatexCommand printindex
45586 type "idx"
45587
45588 \end_inset
45589
45590
45591 \end_layout
45592
45593 \end_body
45594 \end_document