]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
52fbc1aec42a5dc6d57be6a30c925dac4836a91e
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC is numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \newcommand{\TabBesBeg}[1][1.0]{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}[1][1.0]{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % enables calculation of values,
55 \usepackage{calc}
56
57 % increase the bottom float placement fraction
58 \renewcommand{\bottomfraction}{0.5}
59
60 % avoids that floats are placed before their
61 % corresponding section starts
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % speed up the longtable calculation
65 \setcounter{LTchunksize}{100}
66
67 % used for scaled and rotated boxes
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % used for colored tables
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
74 \definecolor{lightgrey}{gray}{0.8}
75
76 % check for package colortbl
77 % used for colored table cells
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % used for colored table rows
85 \usepackage[table]{xcolor}
86
87 % used to have extra space in table cells
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % used for customized tables
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % insert additional vertical space of
109 % 1.5 mm between footnotes
110 \let\myFoot\footnote
111 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
112
113 % number algorithm floats within chapters
114 \numberwithin{algorithm}{chapter}
115
116 % ------------------------------------
117 % used to check for needed LaTeX packages
118 \usepackage{ifthen}
119
120 % check for package arydshln
121 % used for tables with dashed lines
122 \newboolean{arydshln}
123 \IfFileExists{arydshln.sty}
124  {\usepackage{arydshln}
125   \setboolean{arydshln}{true}}
126  {\setboolean{arydshln}{false}}
127
128 % check for package marginnote
129 % used for margin notes
130 \newboolean{marginnote}
131 \IfFileExists{marginnote.sty}
132  {\usepackage{marginnote}
133   \let\marginpar\marginnote
134   \setboolean{marginnote}{true}}
135  {\setboolean{marginnote}{false}}
136
137 % check for package sidecap
138 % used for captions on the side
139 \newboolean{sidecap}
140 \IfFileExists{sidecap.sty}
141  {\usepackage{sidecap}
142   \setboolean{sidecap}{true}}
143  {\setboolean{sidecap}{false}}
144
145 % check for picinpar
146 % used for surrounded fixed objects
147 \newboolean{picinpar}
148 \IfFileExists{picinpar.sty}
149  {\usepackage{picinpar}
150   \setboolean{picinpar}{true}}
151  {\setboolean{picinpar}{false}}
152
153 % check for lettrine
154 \newboolean{lettrine}
155 \IfFileExists{lettrine.sty}
156  {\usepackage{lettrine}
157   \setboolean{lettrine}{true}}
158  {\setboolean{lettrine}{false}}
159
160 % check for diagbox
161 \newboolean{diagbox}
162 \IfFileExists{diagbox.sty}
163  {\usepackage{diagbox}
164   \setboolean{diagbox}{true}}
165  {\setboolean{diagbox}{false}}
166 \end_preamble
167 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
168 \use_default_options false
169 \begin_modules
170 initials
171 \end_modules
172 \maintain_unincluded_children false
173 \language english
174 \language_package default
175 \inputencoding auto
176 \fontencoding global
177 \font_roman default
178 \font_sans default
179 \font_typewriter default
180 \font_math auto
181 \font_default_family default
182 \use_non_tex_fonts false
183 \font_sc false
184 \font_osf false
185 \font_sf_scale 100
186 \font_tt_scale 100
187 \graphics default
188 \default_output_format default
189 \output_sync 0
190 \bibtex_command default
191 \index_command default
192 \paperfontsize 12
193 \spacing single
194 \use_hyperref true
195 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
196 \pdf_author "LyX Team, Uwe Stöhr"
197 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
198 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
199 \pdf_bookmarks true
200 \pdf_bookmarksnumbered true
201 \pdf_bookmarksopen true
202 \pdf_bookmarksopenlevel 1
203 \pdf_breaklinks false
204 \pdf_pdfborder false
205 \pdf_colorlinks true
206 \pdf_backref false
207 \pdf_pdfusetitle false
208 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
209 \papersize default
210 \use_geometry false
211 \use_package amsmath 2
212 \use_package amssymb 2
213 \use_package cancel 0
214 \use_package esint 0
215 \use_package mathdots 1
216 \use_package mathtools 0
217 \use_package mhchem 1
218 \use_package stackrel 0
219 \use_package stmaryrd 0
220 \use_package undertilde 0
221 \cite_engine basic
222 \cite_engine_type default
223 \biblio_style plain
224 \use_bibtopic false
225 \use_indices false
226 \paperorientation portrait
227 \suppress_date false
228 \justification true
229 \use_refstyle 0
230 \notefontcolor #0000ff
231 \index Index
232 \shortcut idx
233 \color #008000
234 \end_index
235 \secnumdepth 3
236 \tocdepth 3
237 \paragraph_separation skip
238 \defskip medskip
239 \quotes_language english
240 \papercolumns 1
241 \papersides 2
242 \paperpagestyle default
243 \tracking_changes false
244 \output_changes false
245 \html_math_output 0
246 \html_css_as_file 0
247 \html_be_strict false
248 \end_header
249
250 \begin_body
251
252 \begin_layout Title
253 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
254  manual
255 \end_layout
256
257 \begin_layout Author
258 by the LyX Team
259 \begin_inset Foot
260 status collapsed
261
262 \begin_layout Plain Layout
263 \noindent
264 If you have comments or error corrections, please send them to the LyX Documenta
265 tion mailing list: 
266 \begin_inset CommandInset href
267 LatexCommand href
268 name "lyx-docs@lists.lyx.org"
269 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
270 type "mailto:"
271
272 \end_inset
273
274
275 \end_layout
276
277 \end_inset
278
279
280 \begin_inset Note Note
281 status collapsed
282
283 \begin_layout Plain Layout
284 author: Uwe Stöhr
285 \end_layout
286
287 \end_inset
288
289
290 \begin_inset Newline newline
291 \end_inset
292
293
294 \begin_inset Newline newline
295 \end_inset
296
297
298 \family sans
299 Version 2.0.x
300 \end_layout
301
302 \begin_layout Standard
303 \begin_inset CommandInset toc
304 LatexCommand tableofcontents
305
306 \end_inset
307
308
309 \end_layout
310
311 \begin_layout Standard
312 \begin_inset Note Note
313 status open
314
315 \begin_layout Plain Layout
316 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
317  
318 \series bold
319 arydshln
320 \series default
321
322 \series bold
323 colortbl
324 \series default
325
326 \series bold
327 diagbox, lettrine, marginnote, picinpar
328 \series default
329  and 
330 \series bold
331 sidecap
332 \series default
333  must be installed.
334  If they are not installed you can export the document anyway but the sections
335  where the packages are required won't appear in the output.
336 \end_layout
337
338 \begin_layout Plain Layout
339 The latest PDF-version of this document can be found here:
340 \begin_inset Newline newline
341 \end_inset
342
343
344 \series bold
345 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
346 \end_layout
347
348 \end_inset
349
350
351 \end_layout
352
353 \begin_layout Chapter
354 Figures
355 \begin_inset Index idx
356 status collapsed
357
358 \begin_layout Plain Layout
359 Figures
360 \end_layout
361
362 \end_inset
363
364
365 \begin_inset Index idx
366 status collapsed
367
368 \begin_layout Plain Layout
369 Graphics|see
370 \begin_inset ERT
371 status collapsed
372
373 \begin_layout Plain Layout
374
375 {
376 \end_layout
377
378 \end_inset
379
380 Figures
381 \begin_inset ERT
382 status collapsed
383
384 \begin_layout Plain Layout
385
386 }
387 \end_layout
388
389 \end_inset
390
391
392 \end_layout
393
394 \end_inset
395
396
397 \end_layout
398
399 \begin_layout Section
400 Graphics Dialog
401 \begin_inset Index idx
402 status collapsed
403
404 \begin_layout Plain Layout
405 Figures ! Graphics Dialog
406 \end_layout
407
408 \end_inset
409
410
411 \begin_inset CommandInset label
412 LatexCommand label
413 name "sec:Graphics-Dialog"
414
415 \end_inset
416
417
418 \end_layout
419
420 \begin_layout Standard
421 To insert an image into your document, place the cursor at the text position
422  you want and click on the toolbar icon 
423 \begin_inset Info
424 type  "icon"
425 arg   "dialog-show-new-inset graphics"
426 \end_inset
427
428  or use the menu 
429 \family sans
430 Insert\SpecialChar \menuseparator
431 Graphics
432 \family default
433 .
434  Then a dialog will appear to choose the file to load.
435  The image will appear in the output exactly at the position where it is
436  in the text.
437 \end_layout
438
439 \begin_layout Standard
440 The graphics dialog can be called at any time by clicking on an image.
441  This dialog has three tabs:
442 \end_layout
443
444 \begin_layout Description
445
446 \family sans
447 Graphics
448 \family default
449  Here you can choose an image file and adjust its appearance in the output.
450  The available units for the image size are explained in appendix
451 \begin_inset space ~
452 \end_inset
453
454
455 \begin_inset CommandInset ref
456 LatexCommand ref
457 reference "cha:Units-available-in"
458
459 \end_inset
460
461 .
462 \begin_inset Newline newline
463 \end_inset
464
465
466 \begin_inset Index idx
467 status collapsed
468
469 \begin_layout Plain Layout
470 Figures ! rotated
471 \end_layout
472
473 \end_inset
474
475 You can rotate images counter-clockwise by setting a rotation angle and
476  a rotation origin.
477  The image will also be rotated inside LyX.
478 \begin_inset Newline newline
479 \end_inset
480
481
482 \begin_inset Index idx
483 status collapsed
484
485 \begin_layout Plain Layout
486 Figures ! scaled
487 \end_layout
488
489 \end_inset
490
491 Images can be scaled by using a percentage value or by setting the width
492  and height explicitly.
493  If you set only the width or only the height, the other size will be determined
494  automatically.
495  If you set both, then the image will be transformed to the given size,
496  possibly distorting it.
497  To prevent the image from distortion, use the option 
498 \family sans
499 Maintain aspect ratio
500 \family default
501 .
502  The image will then be scaled so that its width and height don't exceed
503  the specified dimensions.
504 \begin_inset Newline newline
505 \end_inset
506
507 Images can be opened in a program of your choice by right-clicking on it
508  and choosing the entry 
509 \family sans
510 Edit
511 \begin_inset space ~
512 \end_inset
513
514 externally
515 \family default
516  in the context menu.
517  The program can be set for every image format in the file format settings
518  in LyX's preferences.
519 \end_layout
520
521 \begin_layout Description
522
523 \family sans
524 Clipping
525 \family default
526  Alternatively to the usage of scaling units it is possible to set image
527  coordinates to adjust the height and width of the image in the output.
528  The coordinates can also be calculated automatically by pressing the button
529  
530 \family sans
531 Get
532 \begin_inset space ~
533 \end_inset
534
535 from
536 \begin_inset space ~
537 \end_inset
538
539 File
540 \family default
541 .
542  The option 
543 \family sans
544 Clip
545 \begin_inset space ~
546 \end_inset
547
548 to
549 \begin_inset space ~
550 \end_inset
551
552 bounding
553 \begin_inset space ~
554 \end_inset
555
556 box
557 \family default
558  will only print the image region within the given coordinates.
559  Normally you don't need to worry about image coordinates and can ignore
560  this tab.
561 \end_layout
562
563 \begin_layout Description
564
565 \family sans
566 LaTeX
567 \begin_inset space ~
568 \end_inset
569
570 and
571 \begin_inset space ~
572 \end_inset
573
574 LyX
575 \begin_inset space ~
576 \end_inset
577
578 options
579 \family default
580  In this tab you can modify the appearance of the image within LyX and LaTeX
581  experts can specify additional LaTeX options.
582 \begin_inset Newline newline
583 \end_inset
584
585 The option 
586 \family sans
587 Draft
588 \begin_inset space ~
589 \end_inset
590
591 mode
592 \family default
593  makes the image appear in the output only as a frame with the size of the
594  image.
595 \begin_inset Newline newline
596 \end_inset
597
598 The 
599 \family sans
600 Don't
601 \begin_inset space ~
602 \end_inset
603
604 unzip
605 \begin_inset space ~
606 \end_inset
607
608 on
609 \begin_inset space ~
610 \end_inset
611
612 export
613 \family default
614  option only affects zipped EPS-graphics, e.
615 \begin_inset space \thinspace{}
616 \end_inset
617
618 g.
619 \begin_inset space \space{}
620 \end_inset
621
622
623 \emph on
624 x.eps.gz
625 \emph default
626 .
627  When the option is used the images will not be unzipped on export, since
628  LaTeX can handle them as they are.
629 \begin_inset Newline newline
630 \end_inset
631
632 Zipped EPS-graphics are useful to save disk space when you choose PostScript
633  as output format, see appendix
634 \begin_inset space ~
635 \end_inset
636
637
638 \begin_inset CommandInset ref
639 LatexCommand ref
640 reference "sec:PostScript"
641
642 \end_inset
643
644 .
645  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
646  console:
647 \begin_inset Newline newline
648 \end_inset
649
650
651 \series bold
652 gzip x.eps
653 \series default
654
655 \begin_inset Newline newline
656 \end_inset
657
658
659 \series bold
660 zgrep %%Bounding x.eps.gz > x.eps.bb
661 \series default
662
663 \begin_inset Newline newline
664 \end_inset
665
666 The second command creates the bounding box file 
667 \begin_inset Quotes eld
668 \end_inset
669
670 x.eps.bb
671 \begin_inset Quotes erd
672 \end_inset
673
674  that is needed by LaTeX for zipped graphics.
675 \begin_inset Newline newline
676 \end_inset
677
678 In the section 
679 \family sans
680 Graphics
681 \begin_inset space ~
682 \end_inset
683
684 Group
685 \family default
686  you can define or join an image settings group.
687 \begin_inset Index idx
688 status collapsed
689
690 \begin_layout Plain Layout
691 Figures ! Settings grouping
692 \end_layout
693
694 \end_inset
695
696  Images within such a group share their settings, so adjusting one image
697  of the group automatically also adjusts all other images of the group in
698  the same way.
699  So you can for example change the size for a bunch of images without the
700  need to manually change each of them.
701  Joining an existing group can also be done using the context menu of the
702  image by checking the name of the desired group.
703 \end_layout
704
705 \begin_layout Standard
706 \begin_inset VSpace bigskip
707 \end_inset
708
709
710 \end_layout
711
712 \begin_layout Standard
713 This is an example image in EPS format
714 \begin_inset Foot
715 status collapsed
716
717 \begin_layout Plain Layout
718 Image formats are explained in section
719 \begin_inset space ~
720 \end_inset
721
722
723 \begin_inset CommandInset ref
724 LatexCommand ref
725 reference "sec:Image-Formats"
726
727 \end_inset
728
729 .
730 \end_layout
731
732 \end_inset
733
734  within a separate, horizontally centered paragraph:
735 \end_layout
736
737 \begin_layout Standard
738 \align center
739 \begin_inset Graphics
740         filename clipart/mobius.eps
741         scale 70
742         scaleBeforeRotation
743         rotateOrigin center
744
745 \end_inset
746
747
748 \end_layout
749
750 \begin_layout Standard
751 This is the same image like the one above but in draft mode:
752 \end_layout
753
754 \begin_layout Standard
755 \align center
756 \begin_inset Graphics
757         filename clipart/mobius.eps
758         scale 70
759         draft
760         scaleBeforeRotation
761         rotateOrigin center
762
763 \end_inset
764
765
766 \end_layout
767
768 \begin_layout Standard
769 \begin_inset Newpage newpage
770 \end_inset
771
772
773 \end_layout
774
775 \begin_layout Section
776 Figure Floats
777 \begin_inset CommandInset label
778 LatexCommand label
779 name "sec:Figure-Floats"
780
781 \end_inset
782
783
784 \begin_inset Index idx
785 status collapsed
786
787 \begin_layout Plain Layout
788 Floats ! Figures
789 \end_layout
790
791 \end_inset
792
793
794 \begin_inset Index idx
795 status collapsed
796
797 \begin_layout Plain Layout
798 Figures ! Floats
799 \end_layout
800
801 \end_inset
802
803
804 \end_layout
805
806 \begin_layout Standard
807 For general explanations about floats, have a look at section
808 \begin_inset space ~
809 \end_inset
810
811
812 \begin_inset CommandInset ref
813 LatexCommand ref
814 reference "sec:FloatIntroduction"
815
816 \end_inset
817
818 .
819 \end_layout
820
821 \begin_layout Standard
822 The toolbar button 
823 \begin_inset Info
824 type  "icon"
825 arg   "float-insert figure"
826 \end_inset
827
828  and the menu 
829 \family sans
830 Insert\SpecialChar \menuseparator
831 Float\SpecialChar \menuseparator
832 Figure
833 \family default
834  inserts a float with a caption that has the label 
835 \begin_inset Quotes eld
836 \end_inset
837
838 Figure
839 \begin_inset space ~
840 \end_inset
841
842 #:
843 \begin_inset Quotes erd
844 \end_inset
845
846  (# is the actual number).
847  You can insert the image above the caption, like in Figure
848 \begin_inset space ~
849 \end_inset
850
851
852 \begin_inset CommandInset ref
853 LatexCommand ref
854 reference "fig:kill-plat"
855
856 \end_inset
857
858  or below the caption, like in Figure
859 \begin_inset space ~
860 \end_inset
861
862
863 \begin_inset CommandInset ref
864 LatexCommand ref
865 reference "fig:escher"
866
867 \end_inset
868
869 .
870  More about caption placement is described in section
871 \begin_inset space ~
872 \end_inset
873
874
875 \begin_inset CommandInset ref
876 LatexCommand ref
877 reference "sec:Caption-Placement"
878
879 \end_inset
880
881 .
882 \end_layout
883
884 \begin_layout Standard
885 \begin_inset Float figure
886 wide false
887 sideways false
888 status open
889
890 \begin_layout Plain Layout
891 \align center
892 \begin_inset Graphics
893         filename clipart/platypus.eps
894         width 50col%
895         scaleBeforeRotation
896         rotateOrigin center
897
898 \end_inset
899
900
901 \end_layout
902
903 \begin_layout Plain Layout
904 \begin_inset Caption Standard
905
906 \begin_layout Plain Layout
907 \begin_inset CommandInset label
908 LatexCommand label
909 name "fig:kill-plat"
910
911 \end_inset
912
913 A severely distorted platypus in a float.
914 \end_layout
915
916 \end_inset
917
918
919 \end_layout
920
921 \end_inset
922
923
924 \end_layout
925
926 \begin_layout Standard
927 \begin_inset Float figure
928 wide false
929 sideways false
930 status open
931
932 \begin_layout Plain Layout
933 \begin_inset Caption Standard
934
935 \begin_layout Plain Layout
936 \begin_inset CommandInset label
937 LatexCommand label
938 name "fig:escher"
939
940 \end_inset
941
942 M.C.
943  Escher on acid.
944 \end_layout
945
946 \end_inset
947
948
949 \end_layout
950
951 \begin_layout Plain Layout
952 \align center
953 \begin_inset Graphics
954         filename clipart/escher-lsd.eps
955         scale 80
956         scaleBeforeRotation
957         rotateOrigin center
958
959 \end_inset
960
961
962 \end_layout
963
964 \end_inset
965
966
967 \end_layout
968
969 \begin_layout Standard
970 \begin_inset Index idx
971 status collapsed
972
973 \begin_layout Plain Layout
974 References ! to Figures
975 \end_layout
976
977 \end_inset
978
979 Figure
980 \begin_inset space ~
981 \end_inset
982
983
984 \begin_inset CommandInset ref
985 LatexCommand ref
986 reference "fig:kill-plat"
987
988 \end_inset
989
990  and 
991 \begin_inset CommandInset ref
992 LatexCommand ref
993 reference "fig:escher"
994
995 \end_inset
996
997  are examples of referenced figures.
998  Figures can be referenced in the text by referencing their label.
999  To do this insert a label in the caption using the menu 
1000 \family sans
1001 Insert\SpecialChar \menuseparator
1002 Label
1003 \family default
1004  or the toolbar button 
1005 \begin_inset Info
1006 type  "icon"
1007 arg   "label-insert"
1008 \end_inset
1009
1010 .
1011  You can now refer to the label using the menu 
1012 \family sans
1013 Insert\SpecialChar \menuseparator
1014 Cross
1015 \begin_inset space ~
1016 \end_inset
1017
1018 reference
1019 \family default
1020  or the toolbar button 
1021 \begin_inset Info
1022 type  "icon"
1023 arg   "dialog-show-new-inset ref"
1024 \end_inset
1025
1026 .
1027  It is important to use references to floats, rather than using vague references
1028  like 
1029 \begin_inset Quotes eld
1030 \end_inset
1031
1032 the figure above
1033 \begin_inset Quotes erd
1034 \end_inset
1035
1036 , because LaTeX will reposition the floats in the final document and it
1037  might not be 
1038 \begin_inset Quotes eld
1039 \end_inset
1040
1041 above
1042 \begin_inset Quotes erd
1043 \end_inset
1044
1045  at all.
1046 \begin_inset Newline newline
1047 \end_inset
1048
1049 Referencing is explained in detail in section
1050 \begin_inset space ~
1051 \end_inset
1052
1053
1054 \begin_inset CommandInset ref
1055 LatexCommand ref
1056 reference "sec:Referencing-Floats"
1057
1058 \end_inset
1059
1060 .
1061 \end_layout
1062
1063 \begin_layout Standard
1064 Normally only one image is inserted to a figure float, but sometimes you
1065  might want to use two images with separate subcaptions.
1066  This can be done by inserting image floats into existing image floats.
1067  Note that only the main caption of the float is added to the List of Figures.
1068  Figure
1069 \begin_inset space ~
1070 \end_inset
1071
1072
1073 \begin_inset CommandInset ref
1074 LatexCommand ref
1075 reference "fig:Two-distorted-images"
1076
1077 \end_inset
1078
1079  is an example of a figure float with two images set side by side.
1080  You can also set the images one below the other.
1081  Figure
1082 \begin_inset space ~
1083 \end_inset
1084
1085
1086 \begin_inset CommandInset ref
1087 LatexCommand ref
1088 reference "fig:Undefinable-structure"
1089
1090 \end_inset
1091
1092  and 
1093 \begin_inset CommandInset ref
1094 LatexCommand ref
1095 reference "fig:A-Platypus"
1096
1097 \end_inset
1098
1099  are the subfigures.
1100 \end_layout
1101
1102 \begin_layout Standard
1103 \begin_inset Float figure
1104 wide false
1105 sideways false
1106 status open
1107
1108 \begin_layout Plain Layout
1109 \begin_inset space \hfill{}
1110 \end_inset
1111
1112
1113 \begin_inset Float figure
1114 wide false
1115 sideways false
1116 status collapsed
1117
1118 \begin_layout Plain Layout
1119 \begin_inset Caption Standard
1120
1121 \begin_layout Plain Layout
1122 \begin_inset CommandInset label
1123 LatexCommand label
1124 name "fig:Undefinable-structure"
1125
1126 \end_inset
1127
1128 Undefinable structure.
1129 \end_layout
1130
1131 \end_inset
1132
1133
1134 \end_layout
1135
1136 \begin_layout Plain Layout
1137 \begin_inset Graphics
1138         filename clipart/escher-lsd.eps
1139         width 45col%
1140         scaleBeforeRotation
1141         groupId distorted
1142
1143 \end_inset
1144
1145
1146 \end_layout
1147
1148 \end_inset
1149
1150
1151 \begin_inset space \hfill{}
1152 \end_inset
1153
1154
1155 \begin_inset Float figure
1156 wide false
1157 sideways false
1158 status collapsed
1159
1160 \begin_layout Plain Layout
1161 \begin_inset Caption Standard
1162
1163 \begin_layout Plain Layout
1164 \begin_inset CommandInset label
1165 LatexCommand label
1166 name "fig:A-Platypus"
1167
1168 \end_inset
1169
1170 A Platypus.
1171 \end_layout
1172
1173 \end_inset
1174
1175
1176 \end_layout
1177
1178 \begin_layout Plain Layout
1179 \begin_inset Graphics
1180         filename clipart/platypus.eps
1181         width 45col%
1182         scaleBeforeRotation
1183         groupId distorted
1184
1185 \end_inset
1186
1187
1188 \end_layout
1189
1190 \end_inset
1191
1192
1193 \begin_inset space \hfill{}
1194 \end_inset
1195
1196
1197 \end_layout
1198
1199 \begin_layout Plain Layout
1200 \begin_inset Caption Standard
1201
1202 \begin_layout Plain Layout
1203 \begin_inset CommandInset label
1204 LatexCommand label
1205 name "fig:Two-distorted-images"
1206
1207 \end_inset
1208
1209
1210 \begin_inset CommandInset label
1211 LatexCommand label
1212 name "fig2:Two-distorted-images-2"
1213
1214 \end_inset
1215
1216 Two distorted images.
1217  Both images are in the image settings group named 
1218 \begin_inset Quotes eld
1219 \end_inset
1220
1221 distorted
1222 \begin_inset Quotes erd
1223 \end_inset
1224
1225 .
1226 \end_layout
1227
1228 \end_inset
1229
1230
1231 \end_layout
1232
1233 \end_inset
1234
1235
1236 \end_layout
1237
1238 \begin_layout Standard
1239 \begin_inset Newpage newpage
1240 \end_inset
1241
1242
1243 \end_layout
1244
1245 \begin_layout Section
1246 Image Formats
1247 \begin_inset CommandInset label
1248 LatexCommand label
1249 name "sec:Image-Formats"
1250
1251 \end_inset
1252
1253
1254 \begin_inset Index idx
1255 status collapsed
1256
1257 \begin_layout Plain Layout
1258 Image Formats
1259 \end_layout
1260
1261 \end_inset
1262
1263
1264 \begin_inset Index idx
1265 status collapsed
1266
1267 \begin_layout Plain Layout
1268 Figures ! Image Formats
1269 \end_layout
1270
1271 \end_inset
1272
1273
1274 \end_layout
1275
1276 \begin_layout Standard
1277 You can insert images in any known file format.
1278  But as explained in appendix
1279 \begin_inset space ~
1280 \end_inset
1281
1282
1283 \begin_inset CommandInset ref
1284 LatexCommand ref
1285 reference "cha:Output-File-Formats"
1286
1287 \end_inset
1288
1289 , each output document format allows only a few image formats.
1290  LyX uses therefore the program 
1291 \family typewriter
1292 ImageMagick
1293 \family default
1294  in the background to convert the images to the right format.
1295  To increase your work flow by avoiding these conversions in the background,
1296  you could choose to use only the image formats that can directly be embedded
1297  in the output file format.
1298  The output file formats are explained in appendix
1299 \begin_inset space ~
1300 \end_inset
1301
1302
1303 \begin_inset CommandInset ref
1304 LatexCommand ref
1305 reference "cha:Output-File-Formats"
1306
1307 \end_inset
1308
1309 .
1310 \end_layout
1311
1312 \begin_layout Standard
1313 Similar to fonts there are two types of image formats:
1314 \end_layout
1315
1316 \begin_layout Description
1317 Bitmap
1318 \begin_inset space ~
1319 \end_inset
1320
1321 images consist of pixel values, often in a compressed form.
1322  They are therefore not fully scalable and look pixelated in large zooms.
1323  Well-known bitmap image formats are 
1324 \begin_inset Quotes eld
1325 \end_inset
1326
1327 Graphics Interchange Format
1328 \begin_inset Quotes erd
1329 \end_inset
1330
1331  (GIF, file extension 
1332 \begin_inset Quotes eld
1333 \end_inset
1334
1335
1336 \family typewriter
1337 .gif
1338 \family default
1339
1340 \begin_inset Quotes erd
1341 \end_inset
1342
1343 )
1344 \begin_inset Index idx
1345 status collapsed
1346
1347 \begin_layout Plain Layout
1348 GIF|see
1349 \begin_inset ERT
1350 status collapsed
1351
1352 \begin_layout Plain Layout
1353
1354 {
1355 \end_layout
1356
1357 \end_inset
1358
1359 Image formats
1360 \begin_inset ERT
1361 status collapsed
1362
1363 \begin_layout Plain Layout
1364
1365 }
1366 \end_layout
1367
1368 \end_inset
1369
1370
1371 \end_layout
1372
1373 \end_inset
1374
1375
1376 \begin_inset Quotes eld
1377 \end_inset
1378
1379 Portable Network Graphics
1380 \begin_inset Quotes erd
1381 \end_inset
1382
1383  (PNG, file extension 
1384 \begin_inset Quotes eld
1385 \end_inset
1386
1387
1388 \family typewriter
1389 .png
1390 \family default
1391
1392 \begin_inset Quotes erd
1393 \end_inset
1394
1395 )
1396 \begin_inset Index idx
1397 status collapsed
1398
1399 \begin_layout Plain Layout
1400 PNG|see
1401 \begin_inset ERT
1402 status collapsed
1403
1404 \begin_layout Plain Layout
1405
1406 {
1407 \end_layout
1408
1409 \end_inset
1410
1411 Image formats
1412 \begin_inset ERT
1413 status collapsed
1414
1415 \begin_layout Plain Layout
1416
1417 }
1418 \end_layout
1419
1420 \end_inset
1421
1422
1423 \end_layout
1424
1425 \end_inset
1426
1427 , and 
1428 \begin_inset Quotes eld
1429 \end_inset
1430
1431 Joint Photographic Experts Group
1432 \begin_inset Quotes erd
1433 \end_inset
1434
1435  (JPG, file extension 
1436 \begin_inset Quotes eld
1437 \end_inset
1438
1439
1440 \family typewriter
1441 .jpg
1442 \family default
1443
1444 \begin_inset Quotes erd
1445 \end_inset
1446
1447  or 
1448 \begin_inset Quotes eld
1449 \end_inset
1450
1451
1452 \family typewriter
1453 .jpeg
1454 \family default
1455
1456 \begin_inset Quotes erd
1457 \end_inset
1458
1459 )
1460 \begin_inset Index idx
1461 status collapsed
1462
1463 \begin_layout Plain Layout
1464 JPG|see
1465 \begin_inset ERT
1466 status collapsed
1467
1468 \begin_layout Plain Layout
1469
1470 {
1471 \end_layout
1472
1473 \end_inset
1474
1475 Image formats
1476 \begin_inset ERT
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480
1481 }
1482 \end_layout
1483
1484 \end_inset
1485
1486
1487 \end_layout
1488
1489 \end_inset
1490
1491 .
1492 \end_layout
1493
1494 \begin_layout Description
1495 Vector
1496 \begin_inset space ~
1497 \end_inset
1498
1499 images consist of vectors and can therefore be scaled to any size without
1500  data loss.
1501  The scaling ability is necessary if you want to create presentations, because
1502  presentations are always scaled by the video projector.
1503  Scaling is also useful for online documents to let the user zoom into diagrams.
1504 \begin_inset Newline newline
1505 \end_inset
1506
1507 Well-known scalable image formats are 
1508 \begin_inset Quotes eld
1509 \end_inset
1510
1511 Scalable Vector Graphics
1512 \begin_inset Quotes erd
1513 \end_inset
1514
1515  (SVG, file extension 
1516 \begin_inset Quotes eld
1517 \end_inset
1518
1519
1520 \family typewriter
1521 .svg
1522 \family default
1523
1524 \begin_inset Quotes erd
1525 \end_inset
1526
1527 )
1528 \begin_inset Index idx
1529 status collapsed
1530
1531 \begin_layout Plain Layout
1532 SVG|see
1533 \begin_inset ERT
1534 status collapsed
1535
1536 \begin_layout Plain Layout
1537
1538 {
1539 \end_layout
1540
1541 \end_inset
1542
1543 Image formats
1544 \begin_inset ERT
1545 status collapsed
1546
1547 \begin_layout Plain Layout
1548
1549 }
1550 \end_layout
1551
1552 \end_inset
1553
1554
1555 \end_layout
1556
1557 \end_inset
1558
1559
1560 \begin_inset Quotes eld
1561 \end_inset
1562
1563 Encapsulated PostScript
1564 \begin_inset Quotes erd
1565 \end_inset
1566
1567  (EPS, file extension 
1568 \begin_inset Quotes eld
1569 \end_inset
1570
1571
1572 \family typewriter
1573 .eps
1574 \family default
1575
1576 \begin_inset Quotes erd
1577 \end_inset
1578
1579 )
1580 \begin_inset Index idx
1581 status collapsed
1582
1583 \begin_layout Plain Layout
1584 EPS|see
1585 \begin_inset ERT
1586 status collapsed
1587
1588 \begin_layout Plain Layout
1589
1590 {
1591 \end_layout
1592
1593 \end_inset
1594
1595 Image formats
1596 \begin_inset ERT
1597 status collapsed
1598
1599 \begin_layout Plain Layout
1600
1601 }
1602 \end_layout
1603
1604 \end_inset
1605
1606
1607 \end_layout
1608
1609 \end_inset
1610
1611
1612 \begin_inset Quotes eld
1613 \end_inset
1614
1615 Portable Document Format
1616 \begin_inset Quotes erd
1617 \end_inset
1618
1619  (PDF, file extension 
1620 \begin_inset Quotes eld
1621 \end_inset
1622
1623
1624 \family typewriter
1625 .pdf
1626 \family default
1627
1628 \begin_inset Quotes erd
1629 \end_inset
1630
1631 )
1632 \begin_inset Index idx
1633 status collapsed
1634
1635 \begin_layout Plain Layout
1636 PDF
1637 \end_layout
1638
1639 \end_inset
1640
1641 , and 
1642 \begin_inset Quotes eld
1643 \end_inset
1644
1645 Windows Metafile
1646 \begin_inset Quotes erd
1647 \end_inset
1648
1649  (WMF, file extension 
1650 \begin_inset Quotes eld
1651 \end_inset
1652
1653
1654 \family typewriter
1655 .wmf
1656 \family default
1657
1658 \begin_inset Quotes erd
1659 \end_inset
1660
1661 )
1662 \begin_inset Index idx
1663 status collapsed
1664
1665 \begin_layout Plain Layout
1666 SVG|see
1667 \begin_inset ERT
1668 status collapsed
1669
1670 \begin_layout Plain Layout
1671
1672 {
1673 \end_layout
1674
1675 \end_inset
1676
1677 Image formats
1678 \begin_inset ERT
1679 status collapsed
1680
1681 \begin_layout Plain Layout
1682
1683 }
1684 \end_layout
1685
1686 \end_inset
1687
1688
1689 \end_layout
1690
1691 \end_inset
1692
1693 .
1694  We wrote 
1695 \begin_inset Quotes eld
1696 \end_inset
1697
1698 can be
1699 \begin_inset Quotes erd
1700 \end_inset
1701
1702 , because you can convert any bitmap image to a PDF or EPS-image and the
1703  result will still be a bitmap image.
1704  In such cases only a header with the image properties is added to the original
1705  image
1706 \begin_inset Foot
1707 status collapsed
1708
1709 \begin_layout Plain Layout
1710 In the case of PDF, the original image is additionally compressed.
1711 \end_layout
1712
1713 \end_inset
1714
1715 .
1716  The PDF-files generated by 
1717 \family typewriter
1718 Adobe Photoshop
1719 \family default
1720  are for example bitmap images.
1721 \end_layout
1722
1723 \begin_layout Standard
1724 Normally it is not possible to convert a bitmap image into a scalable one,
1725  only vice versa.
1726  Only the image formats PDF and EPS can directly be embedded to PDF and
1727  PostScript output files, respectively.
1728  SVG and WMF-images are recalculated to bitmaps when the output file is
1729  generated because there is currently no adequate WMF/SVG
1730 \begin_inset Formula $\to$
1731 \end_inset
1732
1733 PDF/EPS converter available.
1734 \end_layout
1735
1736 \begin_layout Chapter
1737 Tables
1738 \begin_inset Index idx
1739 status collapsed
1740
1741 \begin_layout Plain Layout
1742 Table
1743 \end_layout
1744
1745 \end_inset
1746
1747
1748 \end_layout
1749
1750 \begin_layout Section
1751 Introduction
1752 \begin_inset Index idx
1753 status collapsed
1754
1755 \begin_layout Plain Layout
1756 Table ! Introduction
1757 \end_layout
1758
1759 \end_inset
1760
1761
1762 \end_layout
1763
1764 \begin_layout Standard
1765 You can insert a table using either the toolbar button 
1766 \begin_inset Info
1767 type  "icon"
1768 arg   "tabular-insert"
1769 \end_inset
1770
1771  or the menu 
1772 \family sans
1773 Insert\SpecialChar \menuseparator
1774 Table
1775 \family default
1776 .
1777  The toolbar button offers you a graphical selection: move the mouse to
1778  set the column/row number of the table that should be created and then
1779  press a mouse button.
1780  When you use the menu to create a table, a dialog will appear, asking you
1781  for the number of rows and columns.
1782 \begin_inset Newline newline
1783 \end_inset
1784
1785  The default table has lines around any cell and the first row appears separated
1786  from the rest of the table.
1787  This separation occurs due to a double line: The cells of the first row
1788  have a line below them and the cells of the second row have a line above
1789  them.
1790  Here is an example table:
1791 \end_layout
1792
1793 \begin_layout Standard
1794 \align center
1795 \begin_inset Tabular
1796 <lyxtabular version="3" rows="4" columns="4">
1797 <features rotate="0" tabularvalignment="middle">
1798 <column alignment="center" valignment="top">
1799 <column alignment="center" valignment="top">
1800 <column alignment="center" valignment="top">
1801 <column alignment="center" valignment="top">
1802 <row>
1803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Plain Layout
1807
1808 \end_layout
1809
1810 \end_inset
1811 </cell>
1812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816
1817 \family roman
1818 \series medium
1819 \shape up
1820 \size normal
1821 \emph off
1822 \bar no
1823 \noun off
1824 \color none
1825 1
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1831 \begin_inset Text
1832
1833 \begin_layout Plain Layout
1834 2
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843 3
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 </row>
1849 <row>
1850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854
1855 \family roman
1856 \series medium
1857 \shape up
1858 \size normal
1859 \emph off
1860 \bar no
1861 \noun off
1862 \color none
1863 A
1864 \end_layout
1865
1866 \end_inset
1867 </cell>
1868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1869 \begin_inset Text
1870
1871 \begin_layout Plain Layout
1872
1873 \end_layout
1874
1875 \end_inset
1876 </cell>
1877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881
1882 \end_layout
1883
1884 \end_inset
1885 </cell>
1886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 </row>
1896 <row>
1897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1898 \begin_inset Text
1899
1900 \begin_layout Plain Layout
1901
1902 \family roman
1903 \series medium
1904 \shape up
1905 \size normal
1906 \emph off
1907 \bar no
1908 \noun off
1909 \color none
1910 B
1911 \end_layout
1912
1913 \end_inset
1914 </cell>
1915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1916 \begin_inset Text
1917
1918 \begin_layout Plain Layout
1919
1920 \end_layout
1921
1922 \end_inset
1923 </cell>
1924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1925 \begin_inset Text
1926
1927 \begin_layout Plain Layout
1928
1929 \end_layout
1930
1931 \end_inset
1932 </cell>
1933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1934 \begin_inset Text
1935
1936 \begin_layout Plain Layout
1937
1938 \end_layout
1939
1940 \end_inset
1941 </cell>
1942 </row>
1943 <row>
1944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1945 \begin_inset Text
1946
1947 \begin_layout Plain Layout
1948
1949 \family roman
1950 \series medium
1951 \shape up
1952 \size normal
1953 \emph off
1954 \bar no
1955 \noun off
1956 \color none
1957 C
1958 \end_layout
1959
1960 \end_inset
1961 </cell>
1962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1963 \begin_inset Text
1964
1965 \begin_layout Plain Layout
1966
1967 \end_layout
1968
1969 \end_inset
1970 </cell>
1971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1972 \begin_inset Text
1973
1974 \begin_layout Plain Layout
1975
1976 \end_layout
1977
1978 \end_inset
1979 </cell>
1980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1981 \begin_inset Text
1982
1983 \begin_layout Plain Layout
1984
1985 \end_layout
1986
1987 \end_inset
1988 </cell>
1989 </row>
1990 </lyxtabular>
1991
1992 \end_inset
1993
1994
1995 \end_layout
1996
1997 \begin_layout Section
1998 Table Dialog
1999 \begin_inset Index idx
2000 status collapsed
2001
2002 \begin_layout Plain Layout
2003 Table ! Dialog
2004 \end_layout
2005
2006 \end_inset
2007
2008
2009 \end_layout
2010
2011 \begin_layout Standard
2012 You can alter a table by clicking on it with the right mouse button, which
2013  brings up the table dialog.
2014  Here you can adjust the settings of that cell and row/column respectively
2015  where the cursor is currently placed.
2016  Most of the dialog options also work on selections.
2017  This means if you select more cells, columns or rows, the action is done
2018  for the whole selection.
2019  Note that there is a difference between selecting the 
2020 \emph on
2021 contents
2022 \emph default
2023  of the cell, and the cell itself.
2024 \begin_inset Newline newline
2025 \end_inset
2026
2027 With the dialog option 
2028 \family sans
2029 Immediate
2030 \begin_inset space ~
2031 \end_inset
2032
2033 Apply
2034 \family default
2035  every change you make in the dialog is directly applied.
2036  If you move the cursor to another table cell the dialog will then also
2037  be updated with the parameters of the new cell.
2038  If you change length values in the dialog you must press return to get
2039  the change applied.
2040 \begin_inset Newline newline
2041 \end_inset
2042
2043 You can alter tables with the following tabs of the table dialog:
2044 \end_layout
2045
2046 \begin_layout Description
2047
2048 \family sans
2049 Table
2050 \begin_inset space ~
2051 \end_inset
2052
2053 Settings
2054 \family default
2055  Here you can set the table width
2056 \begin_inset Index idx
2057 status collapsed
2058
2059 \begin_layout Plain Layout
2060 Table ! Width
2061 \end_layout
2062
2063 \end_inset
2064
2065 , and the horizontal alignment and the width of the current column.
2066  The alignment 
2067 \family sans
2068 At
2069 \begin_inset space ~
2070 \end_inset
2071
2072 Decimal
2073 \begin_inset space ~
2074 \end_inset
2075
2076 Separator
2077 \family default
2078  is described in section
2079 \begin_inset space ~
2080 \end_inset
2081
2082
2083 \begin_inset CommandInset ref
2084 LatexCommand ref
2085 reference "sub:Special-Cell-Alignment"
2086
2087 \end_inset
2088
2089 .
2090  When you have set a width you can also adjust the vertical alignment of
2091  the current row.
2092  A given width will allow the cell to have line breaks and multiple paragraphs
2093  of text, see sec.
2094 \begin_inset space \thinspace{}
2095 \end_inset
2096
2097
2098 \begin_inset CommandInset ref
2099 LatexCommand ref
2100 reference "sub:Multiple-Lines-in"
2101
2102 \end_inset
2103
2104 .
2105  If you set no width, the column is as wide as the content of its widest
2106  cell.
2107 \begin_inset Newline newline
2108 \end_inset
2109
2110 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2111  cell, see sec.
2112 \begin_inset space \thinspace{}
2113 \end_inset
2114
2115
2116 \begin_inset CommandInset ref
2117 LatexCommand ref
2118 reference "sub:Multicolumns"
2119
2120 \end_inset
2121
2122  or the cells of one column as multirow cell, see sec.
2123 \begin_inset space \thinspace{}
2124 \end_inset
2125
2126
2127 \begin_inset CommandInset ref
2128 LatexCommand ref
2129 reference "sub:Multirows"
2130
2131 \end_inset
2132
2133 .
2134 \begin_inset Newline newline
2135 \end_inset
2136
2137 The rotate check boxes rotate the current cell, a selection, or the whole
2138  table counter-clockwise by 90
2139 \begin_inset space \thinspace{}
2140 \end_inset
2141
2142 °.
2143  The rotation is not shown within LyX, only in the output.
2144  For more information see sec.
2145 \begin_inset space \thinspace{}
2146 \end_inset
2147
2148
2149 \begin_inset CommandInset ref
2150 LatexCommand ref
2151 reference "sec:Rotated-Table-Cells"
2152
2153 \end_inset
2154
2155 .
2156 \begin_inset Newline newline
2157 \end_inset
2158
2159
2160 \begin_inset Note Greyedout
2161 status open
2162
2163 \begin_layout Plain Layout
2164
2165 \series bold
2166 Note:
2167 \series default
2168  Not all DVI-viewers are able to display rotations.
2169 \end_layout
2170
2171 \end_inset
2172
2173
2174 \begin_inset Newline newline
2175 \end_inset
2176
2177 The table-wide vertical alignment is used for tables within text lines:
2178 \begin_inset Newline newline
2179 \end_inset
2180
2181 A line with tables with different alignments: 
2182 \begin_inset Tabular
2183 <lyxtabular version="3" rows="2" columns="2">
2184 <features rotate="0" tabularvalignment="top">
2185 <column alignment="center" valignment="top" width="0pt">
2186 <column alignment="center" valignment="top">
2187 <row>
2188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2189 \begin_inset Text
2190
2191 \begin_layout Plain Layout
2192
2193 \end_layout
2194
2195 \end_inset
2196 </cell>
2197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2198 \begin_inset Text
2199
2200 \begin_layout Plain Layout
2201
2202 \family roman
2203 \series medium
2204 \shape up
2205 \size normal
2206 \emph off
2207 \bar no
2208 \noun off
2209 \color none
2210 1
2211 \end_layout
2212
2213 \end_inset
2214 </cell>
2215 </row>
2216 <row>
2217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2218 \begin_inset Text
2219
2220 \begin_layout Plain Layout
2221
2222 \family roman
2223 \series medium
2224 \shape up
2225 \size normal
2226 \emph off
2227 \bar no
2228 \noun off
2229 \color none
2230 A
2231 \end_layout
2232
2233 \end_inset
2234 </cell>
2235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2236 \begin_inset Text
2237
2238 \begin_layout Plain Layout
2239
2240 \end_layout
2241
2242 \end_inset
2243 </cell>
2244 </row>
2245 </lyxtabular>
2246
2247 \end_inset
2248
2249  
2250 \begin_inset Tabular
2251 <lyxtabular version="3" rows="2" columns="2">
2252 <features rotate="0" tabularvalignment="middle">
2253 <column alignment="center" valignment="top">
2254 <column alignment="center" valignment="top">
2255 <row>
2256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2257 \begin_inset Text
2258
2259 \begin_layout Plain Layout
2260
2261 \end_layout
2262
2263 \end_inset
2264 </cell>
2265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2266 \begin_inset Text
2267
2268 \begin_layout Plain Layout
2269
2270 \family roman
2271 \series medium
2272 \shape up
2273 \size normal
2274 \emph off
2275 \bar no
2276 \noun off
2277 \color none
2278 1
2279 \end_layout
2280
2281 \end_inset
2282 </cell>
2283 </row>
2284 <row>
2285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2286 \begin_inset Text
2287
2288 \begin_layout Plain Layout
2289
2290 \family roman
2291 \series medium
2292 \shape up
2293 \size normal
2294 \emph off
2295 \bar no
2296 \noun off
2297 \color none
2298 A
2299 \end_layout
2300
2301 \end_inset
2302 </cell>
2303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2304 \begin_inset Text
2305
2306 \begin_layout Plain Layout
2307
2308 \end_layout
2309
2310 \end_inset
2311 </cell>
2312 </row>
2313 </lyxtabular>
2314
2315 \end_inset
2316
2317  
2318 \begin_inset Tabular
2319 <lyxtabular version="3" rows="2" columns="2">
2320 <features rotate="0" tabularvalignment="bottom">
2321 <column alignment="center" valignment="top" width="0pt">
2322 <column alignment="center" valignment="top">
2323 <row>
2324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2325 \begin_inset Text
2326
2327 \begin_layout Plain Layout
2328
2329 \end_layout
2330
2331 \end_inset
2332 </cell>
2333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2334 \begin_inset Text
2335
2336 \begin_layout Plain Layout
2337
2338 \family roman
2339 \series medium
2340 \shape up
2341 \size normal
2342 \emph off
2343 \bar no
2344 \noun off
2345 \color none
2346 1
2347 \end_layout
2348
2349 \end_inset
2350 </cell>
2351 </row>
2352 <row>
2353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2354 \begin_inset Text
2355
2356 \begin_layout Plain Layout
2357
2358 \family roman
2359 \series medium
2360 \shape up
2361 \size normal
2362 \emph off
2363 \bar no
2364 \noun off
2365 \color none
2366 A
2367 \end_layout
2368
2369 \end_inset
2370 </cell>
2371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2372 \begin_inset Text
2373
2374 \begin_layout Plain Layout
2375
2376 \end_layout
2377
2378 \end_inset
2379 </cell>
2380 </row>
2381 </lyxtabular>
2382
2383 \end_inset
2384
2385
2386 \begin_inset Newline newline
2387 \end_inset
2388
2389 It is also possible to enter a LaTeX-argument which is needed for special
2390  table formattings, see sec.
2391 \begin_inset space \thinspace{}
2392 \end_inset
2393
2394
2395 \begin_inset CommandInset ref
2396 LatexCommand ref
2397 reference "sub:Multicolumn-Calculations"
2398
2399 \end_inset
2400
2401  and 
2402 \begin_inset CommandInset ref
2403 LatexCommand ref
2404 reference "sec:Colored-Tables"
2405
2406 \end_inset
2407
2408 .
2409 \end_layout
2410
2411 \begin_layout Description
2412
2413 \family sans
2414 Borders
2415 \family default
2416  In this tab you can add and delete border lines for the current row/column.
2417 \begin_inset Newline newline
2418 \end_inset
2419
2420 Using the style option 
2421 \family sans
2422 Formal
2423 \family default
2424  will convert the table to a formal table as described in sec.
2425 \begin_inset space \thinspace{}
2426 \end_inset
2427
2428
2429 \begin_inset CommandInset ref
2430 LatexCommand ref
2431 reference "sec:Formal-Tables"
2432
2433 \end_inset
2434
2435 .
2436 \begin_inset Newline newline
2437 \end_inset
2438
2439 You can also add space here to table rows as described in sec.
2440 \begin_inset space \thinspace{}
2441 \end_inset
2442
2443
2444 \begin_inset CommandInset ref
2445 LatexCommand ref
2446 reference "sub:Row-Spacing"
2447
2448 \end_inset
2449
2450 .
2451 \end_layout
2452
2453 \begin_layout Description
2454
2455 \family sans
2456 Longtable
2457 \family default
2458  This tab is to make a table a so called 
2459 \begin_inset Quotes eld
2460 \end_inset
2461
2462
2463 \emph on
2464 longtable
2465 \emph default
2466
2467 \begin_inset Quotes erd
2468 \end_inset
2469
2470  that can run over several pages.
2471  Sections
2472 \begin_inset space ~
2473 \end_inset
2474
2475
2476 \begin_inset CommandInset ref
2477 LatexCommand ref
2478 reference "sec:Longtables"
2479
2480 \end_inset
2481
2482  and 
2483 \begin_inset CommandInset ref
2484 LatexCommand ref
2485 reference "sec:Special-Longtable-Issues"
2486
2487 \end_inset
2488
2489  describe the longtable features in detail.
2490 \end_layout
2491
2492 \begin_layout Section
2493 Table Toolbar
2494 \begin_inset Index idx
2495 status collapsed
2496
2497 \begin_layout Plain Layout
2498 Table ! Toolbar
2499 \end_layout
2500
2501 \end_inset
2502
2503
2504 \end_layout
2505
2506 \begin_layout Standard
2507 The table toolbar is an alternative to the table dialog to be able to alter
2508  tables faster.
2509  It should normally appear at the bottom of LyX's main window when the cursor
2510  is inside a table.
2511  You can alternatively switch it on to appear always, by right-clicking
2512  in LyX's main menu bar.
2513 \end_layout
2514
2515 \begin_layout Standard
2516 The toolbar has the following icons:
2517 \end_layout
2518
2519 \begin_layout Labeling
2520 \labelwidthstring 00.00.0000
2521 \begin_inset Info
2522 type  "icon"
2523 arg   "inset-modify tabular append-row"
2524 \end_inset
2525
2526  adds a row below the current cell or selection
2527 \end_layout
2528
2529 \begin_layout Labeling
2530 \labelwidthstring 00.00.0000
2531 \begin_inset Info
2532 type  "icon"
2533 arg   "inset-modify tabular append-column"
2534 \end_inset
2535
2536  adds a column right beside the current cell or selection
2537 \end_layout
2538
2539 \begin_layout Labeling
2540 \labelwidthstring 00.00.0000
2541 \begin_inset Info
2542 type  "icon"
2543 arg   "inset-modify tabular delete-row"
2544 \end_inset
2545
2546  deletes the current row or selection
2547 \end_layout
2548
2549 \begin_layout Labeling
2550 \labelwidthstring 00.00.0000
2551 \begin_inset Info
2552 type  "icon"
2553 arg   "inset-modify tabular delete-column"
2554 \end_inset
2555
2556  deletes the current column or selection
2557 \end_layout
2558
2559 \begin_layout Labeling
2560 \labelwidthstring 00.00.0000
2561 \begin_inset Info
2562 type  "icon"
2563 arg   "inset-modify tabular toggle-line-top"
2564 \end_inset
2565
2566  adds a line at the top of the current cell / row or of a selection
2567 \end_layout
2568
2569 \begin_layout Labeling
2570 \labelwidthstring 00.00.0000
2571 \begin_inset Info
2572 type  "icon"
2573 arg   "inset-modify tabular toggle-line-bottom"
2574 \end_inset
2575
2576  adds a line at the bottom of the current cell / row or of a selection
2577 \end_layout
2578
2579 \begin_layout Labeling
2580 \labelwidthstring 00.00.0000
2581 \begin_inset Info
2582 type  "icon"
2583 arg   "inset-modify tabular toggle-line-left"
2584 \end_inset
2585
2586  adds a line at the left side of the current cell / row or of a selection
2587 \end_layout
2588
2589 \begin_layout Labeling
2590 \labelwidthstring 00.00.0000
2591 \begin_inset Info
2592 type  "icon"
2593 arg   "inset-modify tabular toggle-line-right"
2594 \end_inset
2595
2596  adds a line at the right side of the current cell / row or of a selection
2597 \end_layout
2598
2599 \begin_layout Labeling
2600 \labelwidthstring 00.00.0000
2601 \begin_inset Info
2602 type  "icon"
2603 arg   "inset-modify tabular set-all-lines"
2604 \end_inset
2605
2606  adds lines around the current or selected cells - if the current cell no
2607  multicolumn cell this also affects the current row and column
2608 \end_layout
2609
2610 \begin_layout Labeling
2611 \labelwidthstring 00.00.0000
2612 \begin_inset Info
2613 type  "icon"
2614 arg   "inset-modify tabular unset-all-lines"
2615 \end_inset
2616
2617  deletes all lines of the current or selected cells - if the current cell
2618  no multicolumn cell this also affects the current row and column
2619 \end_layout
2620
2621 \begin_layout Labeling
2622 \labelwidthstring 00.00.0000
2623 \begin_inset Info
2624 type  "icon"
2625 arg   "inset-modify tabular m-align-left"
2626 \end_inset
2627
2628  left-aligns the content of the current cell / column
2629 \end_layout
2630
2631 \begin_layout Labeling
2632 \labelwidthstring 00.00.0000
2633 \begin_inset Info
2634 type  "icon"
2635 arg   "inset-modify tabular m-align-center"
2636 \end_inset
2637
2638  centers the content of the current cell / column horizontally
2639 \end_layout
2640
2641 \begin_layout Labeling
2642 \labelwidthstring 00.00.0000
2643 \begin_inset Info
2644 type  "icon"
2645 arg   "inset-modify tabular m-align-right"
2646 \end_inset
2647
2648  right-aligns the content of the current cell / column
2649 \end_layout
2650
2651 \begin_layout Labeling
2652 \labelwidthstring 00.00.0000
2653 \begin_inset Info
2654 type  "icon"
2655 arg   "inset-modify tabular align-decimal"
2656 \end_inset
2657
2658  aligns the content of the current column at a character
2659 \end_layout
2660
2661 \begin_layout Labeling
2662 \labelwidthstring 00.00.0000
2663 \begin_inset Info
2664 type  "icon"
2665 arg   "inset-modify tabular m-valign-top"
2666 \end_inset
2667
2668  aligns the content of the current cell vertically to the top
2669 \end_layout
2670
2671 \begin_layout Labeling
2672 \labelwidthstring 00.00.0000
2673 \begin_inset Info
2674 type  "icon"
2675 arg   "inset-modify tabular m-valign-middle"
2676 \end_inset
2677
2678  centers the content of the current cell vertically
2679 \end_layout
2680
2681 \begin_layout Labeling
2682 \labelwidthstring 00.00.0000
2683 \begin_inset Info
2684 type  "icon"
2685 arg   "inset-modify tabular m-valign-bottom"
2686 \end_inset
2687
2688  aligns the content of the current cell vertically to the bottom
2689 \end_layout
2690
2691 \begin_layout Labeling
2692 \labelwidthstring 00.00.0000
2693 \begin_inset Info
2694 type  "icon"
2695 arg   "inset-modify tabular set-rotate-cell"
2696 \end_inset
2697
2698  rotates the current cell or selection counter-clockwise by 90°
2699 \end_layout
2700
2701 \begin_layout Labeling
2702 \labelwidthstring 00.00.0000
2703 \begin_inset Info
2704 type  "icon"
2705 arg   "inset-modify tabular set-rotate-tabular"
2706 \end_inset
2707
2708  rotates the whole table counter-clockwise by 90°
2709 \end_layout
2710
2711 \begin_layout Labeling
2712 \labelwidthstring 00.00.0000
2713 \begin_inset Info
2714 type  "icon"
2715 arg   "inset-modify tabular multicolumn"
2716 \end_inset
2717
2718  sets the current cell or selection as a multicolumn
2719 \end_layout
2720
2721 \begin_layout Labeling
2722 \labelwidthstring 00.00.0000
2723 \begin_inset Info
2724 type  "icon"
2725 arg   "inset-modify tabular multirow"
2726 \end_inset
2727
2728  sets the current cell or selection as a multirow
2729 \end_layout
2730
2731 \begin_layout Standard
2732 \begin_inset Note Greyedout
2733 status open
2734
2735 \begin_layout Plain Layout
2736
2737 \series bold
2738 Note:
2739 \series default
2740  For the output the vertical alignment of the first cell in a row is used
2741  for all following cells in the row.
2742 \end_layout
2743
2744 \end_inset
2745
2746
2747 \end_layout
2748
2749 \begin_layout Section
2750 Edit Table Menu
2751 \begin_inset Index idx
2752 status collapsed
2753
2754 \begin_layout Plain Layout
2755 Table ! Edit Menu
2756 \end_layout
2757
2758 \end_inset
2759
2760
2761 \end_layout
2762
2763 \begin_layout Standard
2764 In addition to the table dialog and toolbar, the menu 
2765 \family sans
2766 Edit\SpecialChar \menuseparator
2767 Table
2768 \family default
2769  allows you to add and delete border lines for the current row/column and
2770  to set the current selection as multicolumn.
2771  The menu is only available when the cursor is inside a table.
2772 \end_layout
2773
2774 \begin_layout Section
2775 Table Floats
2776 \begin_inset CommandInset label
2777 LatexCommand label
2778 name "sec:Table-Floats"
2779
2780 \end_inset
2781
2782
2783 \begin_inset Index idx
2784 status collapsed
2785
2786 \begin_layout Plain Layout
2787 Floats ! Tables
2788 \end_layout
2789
2790 \end_inset
2791
2792
2793 \begin_inset Index idx
2794 status collapsed
2795
2796 \begin_layout Plain Layout
2797 Table ! Floats
2798 \end_layout
2799
2800 \end_inset
2801
2802
2803 \end_layout
2804
2805 \begin_layout Standard
2806 For general explanations about floats, have a look at section
2807 \begin_inset space ~
2808 \end_inset
2809
2810
2811 \begin_inset CommandInset ref
2812 LatexCommand ref
2813 reference "sec:FloatIntroduction"
2814
2815 \end_inset
2816
2817 .
2818 \end_layout
2819
2820 \begin_layout Standard
2821 \begin_inset Float table
2822 placement h
2823 wide false
2824 sideways false
2825 status open
2826
2827 \begin_layout Plain Layout
2828 \begin_inset Caption Standard
2829
2830 \begin_layout Plain Layout
2831 \begin_inset CommandInset label
2832 LatexCommand label
2833 name "tab:a table float"
2834
2835 \end_inset
2836
2837 A table float.
2838 \end_layout
2839
2840 \end_inset
2841
2842
2843 \end_layout
2844
2845 \begin_layout Plain Layout
2846 \align center
2847 \begin_inset Tabular
2848 <lyxtabular version="3" rows="3" columns="3">
2849 <features rotate="0" tabularvalignment="middle">
2850 <column alignment="center" valignment="top" width="0pt">
2851 <column alignment="center" valignment="top" width="0pt">
2852 <column alignment="center" valignment="top" width="0pt">
2853 <row>
2854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2855 \begin_inset Text
2856
2857 \begin_layout Plain Layout
2858
2859 \family roman
2860 \series medium
2861 \shape up
2862 \size normal
2863 \emph off
2864 \bar no
2865 \noun off
2866 \color none
2867 1
2868 \end_layout
2869
2870 \end_inset
2871 </cell>
2872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2873 \begin_inset Text
2874
2875 \begin_layout Plain Layout
2876
2877 \family roman
2878 \series medium
2879 \shape up
2880 \size normal
2881 \emph off
2882 \bar no
2883 \noun off
2884 \color none
2885 2
2886 \end_layout
2887
2888 \end_inset
2889 </cell>
2890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2891 \begin_inset Text
2892
2893 \begin_layout Plain Layout
2894
2895 \family roman
2896 \series medium
2897 \shape up
2898 \size normal
2899 \emph off
2900 \bar no
2901 \noun off
2902 \color none
2903 3
2904 \end_layout
2905
2906 \end_inset
2907 </cell>
2908 </row>
2909 <row>
2910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2911 \begin_inset Text
2912
2913 \begin_layout Plain Layout
2914
2915 \family roman
2916 \series medium
2917 \shape up
2918 \size normal
2919 \emph off
2920 \bar no
2921 \noun off
2922 \color none
2923 Joe
2924 \end_layout
2925
2926 \end_inset
2927 </cell>
2928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2929 \begin_inset Text
2930
2931 \begin_layout Plain Layout
2932
2933 \family roman
2934 \series medium
2935 \shape up
2936 \size normal
2937 \emph off
2938 \bar no
2939 \noun off
2940 \color none
2941 Mary
2942 \end_layout
2943
2944 \end_inset
2945 </cell>
2946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2947 \begin_inset Text
2948
2949 \begin_layout Plain Layout
2950
2951 \family roman
2952 \series medium
2953 \shape up
2954 \size normal
2955 \emph off
2956 \bar no
2957 \noun off
2958 \color none
2959 Ted
2960 \end_layout
2961
2962 \end_inset
2963 </cell>
2964 </row>
2965 <row>
2966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2967 \begin_inset Text
2968
2969 \begin_layout Plain Layout
2970
2971 \family roman
2972 \series medium
2973 \shape up
2974 \size normal
2975 \emph off
2976 \bar no
2977 \noun off
2978 \color none
2979 \begin_inset Formula $\int x^{2}dx$
2980 \end_inset
2981
2982
2983 \end_layout
2984
2985 \end_inset
2986 </cell>
2987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2988 \begin_inset Text
2989
2990 \begin_layout Plain Layout
2991
2992 \family roman
2993 \series medium
2994 \shape up
2995 \size normal
2996 \emph off
2997 \bar no
2998 \noun off
2999 \color none
3000 \begin_inset Formula $\left[\begin{array}{cc}
3001 a & b\\
3002 c & d
3003 \end{array}\right]$
3004 \end_inset
3005
3006
3007 \end_layout
3008
3009 \end_inset
3010 </cell>
3011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3012 \begin_inset Text
3013
3014 \begin_layout Plain Layout
3015
3016 \family roman
3017 \series medium
3018 \shape up
3019 \size normal
3020 \emph off
3021 \bar no
3022 \noun off
3023 \color none
3024 \begin_inset Formula $1+1=2$
3025 \end_inset
3026
3027
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 </row>
3033 </lyxtabular>
3034
3035 \end_inset
3036
3037
3038 \end_layout
3039
3040 \end_inset
3041
3042
3043 \end_layout
3044
3045 \begin_layout Standard
3046 Table floats can be inserted using the menu 
3047 \family sans
3048 Insert\SpecialChar \menuseparator
3049 Float\SpecialChar \menuseparator
3050 Table
3051 \family default
3052  or the toolbar button 
3053 \begin_inset Info
3054 type  "icon"
3055 arg   "float-insert table"
3056 \end_inset
3057
3058 .
3059 \end_layout
3060
3061 \begin_layout Standard
3062 The float appears as a collapsible box with a caption that has the label
3063  
3064 \begin_inset Quotes eld
3065 \end_inset
3066
3067 Table
3068 \begin_inset space ~
3069 \end_inset
3070
3071 #:
3072 \begin_inset Quotes erd
3073 \end_inset
3074
3075  (# is the actual table number).
3076  You can insert tables in the float above or below the caption.
3077 \end_layout
3078
3079 \begin_layout Standard
3080 Table
3081 \begin_inset space ~
3082 \end_inset
3083
3084
3085 \begin_inset CommandInset ref
3086 LatexCommand ref
3087 reference "tab:a table float"
3088
3089 \end_inset
3090
3091  is an example table within a table float.
3092 \end_layout
3093
3094 \begin_layout Standard
3095 Having the caption above the table is the common rule that is unfortunately
3096  not supported in LaTeX's standard classes.
3097  This means that, if you are using the document classes 
3098 \family sans
3099 article
3100 \family default
3101
3102 \family sans
3103 book
3104 \family default
3105
3106 \family sans
3107 letter
3108 \family default
3109 , or 
3110 \family sans
3111 report
3112 \family default
3113 , there will be no space between the caption and the table.
3114  To insert the needed space, add the following option to the load command
3115  of the LaTeX-package 
3116 \series bold
3117 caption
3118 \series default
3119
3120 \begin_inset Index idx
3121 status collapsed
3122
3123 \begin_layout Plain Layout
3124 LaTeX-packages ! caption
3125 \end_layout
3126
3127 \end_inset
3128
3129  in your document preamble
3130 \begin_inset Foot
3131 status collapsed
3132
3133 \begin_layout Plain Layout
3134 For more information have a look at section
3135 \begin_inset space ~
3136 \end_inset
3137
3138
3139 \begin_inset CommandInset ref
3140 LatexCommand ref
3141 reference "sec:Caption-Placement"
3142
3143 \end_inset
3144
3145 .
3146 \end_layout
3147
3148 \end_inset
3149
3150 :
3151 \end_layout
3152
3153 \begin_layout Standard
3154
3155 \series bold
3156 tableposition=top
3157 \end_layout
3158
3159 \begin_layout Standard
3160 The package 
3161 \series bold
3162 caption
3163 \series default
3164 , which is described in section
3165 \begin_inset space ~
3166 \end_inset
3167
3168
3169 \begin_inset CommandInset ref
3170 LatexCommand ref
3171 reference "sec:Caption-Formatting"
3172
3173 \end_inset
3174
3175 , is used to adjust the caption format.
3176 \end_layout
3177
3178 \begin_layout Standard
3179 \begin_inset Index idx
3180 status collapsed
3181
3182 \begin_layout Plain Layout
3183 References ! to Tables
3184 \end_layout
3185
3186 \end_inset
3187
3188 Tables can be cross-referenced in the text by referencing their label.
3189  To do this insert a label in the caption using the menu 
3190 \family sans
3191 Insert\SpecialChar \menuseparator
3192 Label
3193 \family default
3194  or the toolbar button 
3195 \begin_inset Info
3196 type  "icon"
3197 arg   "label-insert"
3198 \end_inset
3199
3200 .
3201  You can now refer to the label using the menu 
3202 \family sans
3203 Insert\SpecialChar \menuseparator
3204 Cross
3205 \begin_inset space ~
3206 \end_inset
3207
3208 reference
3209 \family default
3210  or the toolbar button 
3211 \begin_inset Info
3212 type  "icon"
3213 arg   "dialog-show-new-inset ref"
3214 \end_inset
3215
3216 .
3217 \begin_inset Newline newline
3218 \end_inset
3219
3220 Referencing is explained in detail in section
3221 \begin_inset space ~
3222 \end_inset
3223
3224
3225 \begin_inset CommandInset ref
3226 LatexCommand ref
3227 reference "sec:Referencing-Floats"
3228
3229 \end_inset
3230
3231 .
3232 \end_layout
3233
3234 \begin_layout Section
3235 Longtables
3236 \begin_inset CommandInset label
3237 LatexCommand label
3238 name "sec:Longtables"
3239
3240 \end_inset
3241
3242
3243 \begin_inset Index idx
3244 status collapsed
3245
3246 \begin_layout Plain Layout
3247 Longtables
3248 \end_layout
3249
3250 \end_inset
3251
3252
3253 \begin_inset Index idx
3254 status collapsed
3255
3256 \begin_layout Plain Layout
3257 Table ! Longtables
3258 \end_layout
3259
3260 \end_inset
3261
3262
3263 \end_layout
3264
3265 \begin_layout Standard
3266 If the table is too long to fit on one page, you can use the option 
3267 \family sans
3268 Use
3269 \begin_inset space ~
3270 \end_inset
3271
3272 long
3273 \begin_inset space ~
3274 \end_inset
3275
3276 table
3277 \family default
3278  in the tab 
3279 \family sans
3280 Longtable
3281 \family default
3282  of the table dialog to split the table automatically over more pages.
3283  Doing this enables the following options:
3284 \end_layout
3285
3286 \begin_layout Description
3287 Header: The current row is defined to be a header row that appears on all
3288  pages of the longtable; except for the first page, if 
3289 \family sans
3290 First
3291 \begin_inset space ~
3292 \end_inset
3293
3294 header
3295 \family default
3296  is defined.
3297  This is therefore called the main header.
3298 \end_layout
3299
3300 \begin_layout Description
3301 First
3302 \begin_inset space ~
3303 \end_inset
3304
3305 header: The current row is defined to be a header row that appears on the
3306  first page of the longtable.
3307 \end_layout
3308
3309 \begin_layout Description
3310 Footer: The current row is defined to be a footer row that appears on all
3311  pages of the longtable; except for the last page, if 
3312 \family sans
3313 Last
3314 \begin_inset space ~
3315 \end_inset
3316
3317 footer
3318 \family default
3319  is defined.
3320 \end_layout
3321
3322 \begin_layout Description
3323 Last
3324 \begin_inset space ~
3325 \end_inset
3326
3327 footer: The current row is defined to be a footer row that appears on the
3328  last page of the longtable.
3329 \end_layout
3330
3331 \begin_layout Description
3332 Caption: The current row contains the table caption.
3333  The row is reset as single column and a caption is inserted.
3334  More about longtable captions is explained in sec.
3335 \begin_inset space \thinspace{}
3336 \end_inset
3337
3338
3339 \begin_inset CommandInset ref
3340 LatexCommand ref
3341 reference "sub:Longtable-Captions"
3342
3343 \end_inset
3344
3345 .
3346 \end_layout
3347
3348 \begin_layout Standard
3349 You can also specify a row where the table is split.
3350  See the following longtable to see how it works:
3351 \end_layout
3352
3353 \begin_layout Standard
3354 \align center
3355 \begin_inset Tabular
3356 <lyxtabular version="3" rows="69" columns="3">
3357 <features rotate="0" islongtable="true" longtabularalignment="center">
3358 <column alignment="left" valignment="top" width="0cm">
3359 <column alignment="left" valignment="top" width="0pt">
3360 <column alignment="center" valignment="top" width="0pt">
3361 <row endfirsthead="true">
3362 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366
3367 \series bold
3368 Example Phone List (ignore the names)
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3383 \begin_inset Text
3384
3385 \begin_layout Plain Layout
3386
3387 \end_layout
3388
3389 \end_inset
3390 </cell>
3391 </row>
3392 <row endfirsthead="true">
3393 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3394 \begin_inset Text
3395
3396 \begin_layout Plain Layout
3397
3398 \series bold
3399 NAME
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Plain Layout
3417
3418 \series bold
3419 TEL.
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 </row>
3425 <row endhead="true">
3426 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430
3431 \series bold
3432 Example Phone List
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3438 \begin_inset Text
3439
3440 \begin_layout Plain Layout
3441
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 </row>
3456 <row endhead="true">
3457 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461
3462 \series bold
3463 NAME
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3469 \begin_inset Text
3470
3471 \begin_layout Plain Layout
3472
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481
3482 \series bold
3483 TEL.
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 </row>
3489 <row endfoot="true">
3490 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494  continued on next page
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 </row>
3518 <row>
3519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523
3524 \series bold
3525 Annovi
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 <cell alignment="center" valignment="top" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534 Silvia
3535 \end_layout
3536
3537 \end_inset
3538 </cell>
3539 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543 111
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 </row>
3549 <row>
3550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554
3555 \series bold
3556 Bertoli
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 <cell alignment="center" valignment="top" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565 Stefano
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574 111
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 </row>
3580 <row>
3581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585
3586 \series bold
3587 Bozzi
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 <cell alignment="center" valignment="top" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596 Walter
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605 111
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 </row>
3611 <row>
3612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616
3617 \series bold
3618 Cachia
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 <cell alignment="center" valignment="top" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627 Maria
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636 111
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 </row>
3642 <row>
3643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647
3648 \series bold
3649 Cachia
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 <cell alignment="center" valignment="top" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658 Maurizio
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667 111
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 </row>
3673 <row>
3674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678
3679 \series bold
3680 Cinquemani
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 <cell alignment="center" valignment="top" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689 Giusi
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698 111
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 </row>
3704 <row>
3705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709
3710 \series bold
3711 Colin
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 <cell alignment="center" valignment="top" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720 Bernard
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729 111
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 </row>
3735 <row>
3736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740
3741 \series bold
3742 Concli
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 <cell alignment="center" valignment="top" usebox="none">
3748 \begin_inset Text
3749
3750 \begin_layout Plain Layout
3751 Gianfranco
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760 111
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 </row>
3766 <row>
3767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771
3772 \series bold
3773 Dal Bosco
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 <cell alignment="center" valignment="top" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782 Carolina
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791 111
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 </row>
3797 <row>
3798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802
3803 \series bold
3804 Dalpiaz
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 <cell alignment="center" valignment="top" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813 Annamaria
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822 111
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 </row>
3828 <row>
3829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833
3834 \series bold
3835 Feliciello
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 <cell alignment="center" valignment="top" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844 Domenico
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853 111
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 </row>
3859 <row>
3860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864
3865 \series bold
3866 Focarelli
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 <cell alignment="center" valignment="top" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Plain Layout
3875 Paola
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884 111
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 </row>
3890 <row>
3891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895
3896 \series bold
3897 Galletti
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 <cell alignment="center" valignment="top" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906 Oreste
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915 111
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 </row>
3921 <row>
3922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926
3927 \series bold
3928 Gasparini
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 <cell alignment="center" valignment="top" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937 Franca
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946 111
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 </row>
3952 <row>
3953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957
3958 \series bold
3959 Rizzardi
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 <cell alignment="center" valignment="top" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968 Paola
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977 111
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 </row>
3983 <row>
3984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988
3989 \series bold
3990 Lassini
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 <cell alignment="center" valignment="top" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Plain Layout
3999 Giancarlo
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008 111
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 </row>
4014 <row>
4015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019
4020 \series bold
4021 Malfatti
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 <cell alignment="center" valignment="top" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Plain Layout
4030 Luciano
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039 111
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 </row>
4045 <row>
4046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050
4051 \series bold
4052 Malfatti
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 <cell alignment="center" valignment="top" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061 Valeriano
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070 111
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 </row>
4076 <row>
4077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Plain Layout
4081
4082 \series bold
4083 Meneguzzo
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 <cell alignment="center" valignment="top" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092 Roberto
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101 111
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 </row>
4107 <row>
4108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112
4113 \series bold
4114 Mezzadra
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 <cell alignment="center" valignment="top" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123 Roberto
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132 111
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 </row>
4138 <row>
4139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143
4144 \series bold
4145 Pirpamer
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 <cell alignment="center" valignment="top" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 Erich
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 111
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 </row>
4169 <row>
4170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174
4175 \series bold
4176 Pochiesa
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 <cell alignment="center" valignment="top" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
4185 Paolo
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194 111, 222
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 </row>
4200 <row>
4201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4202 \begin_inset Text
4203
4204 \begin_layout Plain Layout
4205
4206 \series bold
4207 Radina
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 <cell alignment="center" valignment="top" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216 Claudio
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225 111
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 </row>
4231 <row>
4232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236
4237 \series bold
4238 Stuffer
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 <cell alignment="center" valignment="top" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Plain Layout
4247 Oskar
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256 111
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 </row>
4262 <row>
4263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267
4268 \series bold
4269 Tacchelli
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 <cell alignment="center" valignment="top" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278 Ugo
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 111
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 </row>
4293 <row>
4294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298
4299 \series bold
4300 Tezzele
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 <cell alignment="center" valignment="top" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309 Margit
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 111
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 </row>
4324 <row>
4325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329
4330 \series bold
4331 Unterkalmsteiner
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 <cell alignment="center" valignment="top" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340 Frieda
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 111
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 </row>
4355 <row>
4356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360
4361 \series bold
4362 Vieider
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 <cell alignment="center" valignment="top" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371 Hilde
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380 111
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 </row>
4386 <row>
4387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391
4392 \series bold
4393 Vigna
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 <cell alignment="center" valignment="top" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 Jürgen
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 111
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 </row>
4417 <row>
4418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422
4423 \series bold
4424 Weber
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 <cell alignment="center" valignment="top" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433 Maurizio
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442 111
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 </row>
4448 <row>
4449 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453
4454 \series bold
4455 Winkler
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464 Franz
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 111
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 </row>
4479 <row>
4480 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484  
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 </row>
4508 <row>
4509 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513
4514 \series bold
4515 Annovi
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 <cell alignment="center" valignment="top" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524 Silvia
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533 555
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 </row>
4539 <row>
4540 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544
4545 \series bold
4546 Bertoli
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 <cell alignment="center" valignment="top" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555 Stefano
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564 555
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 </row>
4570 <row>
4571 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575
4576 \series bold
4577 Bozzi
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 <cell alignment="center" valignment="top" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586 Walter
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595 555
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 </row>
4601 <row>
4602 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606
4607 \series bold
4608 Cachia
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 <cell alignment="center" valignment="top" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 Maria
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626 555
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 </row>
4632 <row>
4633 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637
4638 \series bold
4639 Cachia
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 <cell alignment="center" valignment="top" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648 Maurizio
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657 555
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 </row>
4663 <row>
4664 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668
4669 \series bold
4670 Cinquemani
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 <cell alignment="center" valignment="top" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679 Giusi
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688 555
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 </row>
4694 <row>
4695 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699
4700 \series bold
4701 Colin
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 <cell alignment="center" valignment="top" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710 Bernard
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719 555
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 </row>
4725 <row>
4726 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730
4731 \series bold
4732 Concli
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 <cell alignment="center" valignment="top" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741 Gianfranco
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750 555
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 </row>
4756 <row>
4757 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761
4762 \series bold
4763 Dal Bosco
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 <cell alignment="center" valignment="top" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772 Carolina
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781 555
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 </row>
4787 <row>
4788 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792
4793 \series bold
4794 Dalpiaz
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 <cell alignment="center" valignment="top" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803 Annamaria
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812 555
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 </row>
4818 <row>
4819 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823
4824 \series bold
4825 Feliciello
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 <cell alignment="center" valignment="top" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834 Domenico
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843 555
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 </row>
4849 <row>
4850 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854
4855 \series bold
4856 Focarelli
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 <cell alignment="center" valignment="top" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865 Paola
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874 555
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 </row>
4880 <row>
4881 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885
4886 \series bold
4887 Galletti
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 <cell alignment="center" valignment="top" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896 Oreste
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905 555
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 </row>
4911 <row>
4912 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916
4917 \series bold
4918 Gasparini
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 <cell alignment="center" valignment="top" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Plain Layout
4927 Franca
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936 555
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 </row>
4942 <row>
4943 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947
4948 \series bold
4949 Rizzardi
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 <cell alignment="center" valignment="top" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958 Paola
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967 555
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 </row>
4973 <row>
4974 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978
4979 \series bold
4980 Lassini
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 <cell alignment="center" valignment="top" usebox="none">
4986 \begin_inset Text
4987
4988 \begin_layout Plain Layout
4989 Giancarlo
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998 555
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 </row>
5004 <row>
5005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009
5010 \series bold
5011 Malfatti
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 <cell alignment="center" valignment="top" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020 Luciano
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029 555
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 </row>
5035 <row>
5036 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040
5041 \series bold
5042 Malfatti
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 <cell alignment="center" valignment="top" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051 Valeriano
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060 555
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 </row>
5066 <row>
5067 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Plain Layout
5071
5072 \series bold
5073 Meneguzzo
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 <cell alignment="center" valignment="top" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082 Roberto
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091 555
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 </row>
5097 <row>
5098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102
5103 \series bold
5104 Mezzadra
5105 \end_layout
5106
5107 \end_inset
5108 </cell>
5109 <cell alignment="center" valignment="top" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113 Roberto
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122 555
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 </row>
5128 <row>
5129 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Plain Layout
5133
5134 \series bold
5135 Pirpamer
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 <cell alignment="center" valignment="top" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144 Erich
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153 555
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 </row>
5159 <row>
5160 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164
5165 \series bold
5166 Pochiesa
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 <cell alignment="center" valignment="top" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Plain Layout
5175 Paolo
5176 \end_layout
5177
5178 \end_inset
5179 </cell>
5180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5181 \begin_inset Text
5182
5183 \begin_layout Plain Layout
5184 555, 222
5185 \end_layout
5186
5187 \end_inset
5188 </cell>
5189 </row>
5190 <row>
5191 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195
5196 \series bold
5197 Radina
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 <cell alignment="center" valignment="top" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Plain Layout
5206 Claudio
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Plain Layout
5215 555
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 </row>
5221 <row>
5222 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226
5227 \series bold
5228 Stuffer
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 <cell alignment="center" valignment="top" usebox="none">
5234 \begin_inset Text
5235
5236 \begin_layout Plain Layout
5237 Oskar
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246 555
5247 \end_layout
5248
5249 \end_inset
5250 </cell>
5251 </row>
5252 <row>
5253 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Plain Layout
5257
5258 \series bold
5259 Tacchelli
5260 \end_layout
5261
5262 \end_inset
5263 </cell>
5264 <cell alignment="center" valignment="top" usebox="none">
5265 \begin_inset Text
5266
5267 \begin_layout Plain Layout
5268 Ugo
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Plain Layout
5277 555
5278 \end_layout
5279
5280 \end_inset
5281 </cell>
5282 </row>
5283 <row>
5284 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288
5289 \series bold
5290 Tezzele
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 <cell alignment="center" valignment="top" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299 Margit
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308 555
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 </row>
5314 <row>
5315 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319
5320 \series bold
5321 Unterkalmsteiner
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 <cell alignment="center" valignment="top" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Plain Layout
5330 Frieda
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5336 \begin_inset Text
5337
5338 \begin_layout Plain Layout
5339 555
5340 \end_layout
5341
5342 \end_inset
5343 </cell>
5344 </row>
5345 <row>
5346 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350
5351 \series bold
5352 Vieider
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 <cell alignment="center" valignment="top" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Plain Layout
5361 Hilde
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Plain Layout
5370 555
5371 \end_layout
5372
5373 \end_inset
5374 </cell>
5375 </row>
5376 <row>
5377 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5378 \begin_inset Text
5379
5380 \begin_layout Plain Layout
5381
5382 \series bold
5383 Vigna
5384 \end_layout
5385
5386 \end_inset
5387 </cell>
5388 <cell alignment="center" valignment="top" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Plain Layout
5392 Jürgen
5393 \end_layout
5394
5395 \end_inset
5396 </cell>
5397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Plain Layout
5401 999
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 </row>
5407 <row>
5408 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412
5413 \series bold
5414 Weber
5415 \end_layout
5416
5417 \end_inset
5418 </cell>
5419 <cell alignment="center" valignment="top" usebox="none">
5420 \begin_inset Text
5421
5422 \begin_layout Plain Layout
5423 Maurizio
5424 \end_layout
5425
5426 \end_inset
5427 </cell>
5428 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5429 \begin_inset Text
5430
5431 \begin_layout Plain Layout
5432 555
5433 \end_layout
5434
5435 \end_inset
5436 </cell>
5437 </row>
5438 <row>
5439 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443
5444 \series bold
5445 Winkler
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454 Franz
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463 555
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 </row>
5469 <row endlastfoot="true">
5470 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5471 \begin_inset Text
5472
5473 \begin_layout Plain Layout
5474 end
5475 \end_layout
5476
5477 \end_inset
5478 </cell>
5479 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5480 \begin_inset Text
5481
5482 \begin_layout Plain Layout
5483
5484 \end_layout
5485
5486 \end_inset
5487 </cell>
5488 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5489 \begin_inset Text
5490
5491 \begin_layout Plain Layout
5492
5493 \end_layout
5494
5495 \end_inset
5496 </cell>
5497 </row>
5498 </lyxtabular>
5499
5500 \end_inset
5501
5502
5503 \begin_inset ERT
5504 status collapsed
5505
5506 \begin_layout Plain Layout
5507
5508
5509 \backslash
5510 addtocounter{table}{-1}
5511 \end_layout
5512
5513 \end_inset
5514
5515
5516 \begin_inset Note Note
5517 status collapsed
5518
5519 \begin_layout Plain Layout
5520 See the first greyed-out note in section
5521 \begin_inset space ~
5522 \end_inset
5523
5524
5525 \begin_inset CommandInset ref
5526 LatexCommand ref
5527 reference "sub:Longtable-Captions"
5528
5529 \end_inset
5530
5531  for an explanation of this command.
5532 \end_layout
5533
5534 \end_inset
5535
5536
5537 \end_layout
5538
5539 \begin_layout Subsection
5540 Footnotes in Longtables
5541 \begin_inset CommandInset label
5542 LatexCommand label
5543 name "sub:Footnotes-in-Longtables"
5544
5545 \end_inset
5546
5547
5548 \begin_inset Index idx
5549 status collapsed
5550
5551 \begin_layout Plain Layout
5552 Longtables ! Footnotes
5553 \end_layout
5554
5555 \end_inset
5556
5557
5558 \end_layout
5559
5560 \begin_layout Standard
5561 Footnotes can be inserted to every longtable cell.
5562  They appear at the bottom of the page where the table cell with the footnote
5563  appears.
5564  Table
5565 \begin_inset space ~
5566 \end_inset
5567
5568
5569 \begin_inset CommandInset ref
5570 LatexCommand ref
5571 reference "tab:DiffCaptions"
5572
5573 \end_inset
5574
5575  has for example a footnote.
5576 \end_layout
5577
5578 \begin_layout Subsection
5579 Longtable Alignment
5580 \begin_inset Index idx
5581 status collapsed
5582
5583 \begin_layout Plain Layout
5584 Longtables ! Alignment
5585 \end_layout
5586
5587 \end_inset
5588
5589
5590 \end_layout
5591
5592 \begin_layout Standard
5593 The horizontal alignment of longtables can be set in the table settings
5594  dialog.
5595  For left- and right-alignment the table will be directly at the page border.
5596  To add space between the table and the border one has to set the alignment
5597  to center and change the value of the LaTeX-lengths 
5598 \series bold
5599
5600 \backslash
5601 LTleft 
5602 \series default
5603 or 
5604 \series bold
5605
5606 \backslash
5607 LTright
5608 \series default
5609  by inserting this line as TeX-Code before the longtable:
5610 \end_layout
5611
5612 \begin_layout Standard
5613
5614 \series bold
5615
5616 \backslash
5617 setlength{
5618 \backslash
5619 LTleft}{value}
5620 \end_layout
5621
5622 \begin_layout Standard
5623 The value can have any of the units listed in Table
5624 \begin_inset space ~
5625 \end_inset
5626
5627
5628 \begin_inset CommandInset ref
5629 LatexCommand ref
5630 reference "tab:Units"
5631
5632 \end_inset
5633
5634 .
5635  
5636 \series bold
5637
5638 \backslash
5639 LTleft
5640 \series default
5641  controls the horizontal distance from the left page border to the longtable,
5642  
5643 \series bold
5644
5645 \backslash
5646 LTright
5647 \series default
5648  the distance from the right side.
5649  The default value for both lengths is 
5650 \series bold
5651
5652 \backslash
5653 fill
5654 \series default
5655 , which is in this case the same as an horizontal fill in LyX.
5656 \end_layout
5657
5658 \begin_layout Standard
5659 The following longtable was centered and 
5660 \series bold
5661
5662 \backslash
5663 LTleft
5664 \series default
5665  set to 
5666 \family sans
5667 0.1
5668 \backslash
5669 columnwidth
5670 \family default
5671 :
5672 \begin_inset ERT
5673 status collapsed
5674
5675 \begin_layout Plain Layout
5676
5677
5678 \backslash
5679 setlength{
5680 \backslash
5681 LTleft}{0.1
5682 \backslash
5683 columnwidth}
5684 \end_layout
5685
5686 \end_inset
5687
5688
5689 \end_layout
5690
5691 \begin_layout Standard
5692 \begin_inset Tabular
5693 <lyxtabular version="3" rows="5" columns="5">
5694 <features rotate="0" islongtable="true" longtabularalignment="center">
5695 <column alignment="center" valignment="top">
5696 <column alignment="center" valignment="top" width="0pt">
5697 <column alignment="center" valignment="top">
5698 <column alignment="center" valignment="top">
5699 <column alignment="center" valignment="top">
5700 <row>
5701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Plain Layout
5705 1
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714 2
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5720 \begin_inset Text
5721
5722 \begin_layout Plain Layout
5723 3
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5729 \begin_inset Text
5730
5731 \begin_layout Plain Layout
5732 4
5733 \end_layout
5734
5735 \end_inset
5736 </cell>
5737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741 5
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 </row>
5747 <row>
5748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 asd
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 s
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5767 \begin_inset Text
5768
5769 \begin_layout Plain Layout
5770 s
5771 \end_layout
5772
5773 \end_inset
5774 </cell>
5775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5776 \begin_inset Text
5777
5778 \begin_layout Plain Layout
5779 s
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788 asd
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 </row>
5794 <row>
5795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799 asd
5800 \end_layout
5801
5802 \end_inset
5803 </cell>
5804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Plain Layout
5808 s
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 s
5818 \end_layout
5819
5820 \end_inset
5821 </cell>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 s
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 asd
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 </row>
5841 <row>
5842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846 asd
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 s
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864 s
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Plain Layout
5873 s
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 asd
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 </row>
5888 <row>
5889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 asd
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Plain Layout
5902 asd
5903 \end_layout
5904
5905 \end_inset
5906 </cell>
5907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911 asd
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 asd
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 asd
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 </row>
5935 </lyxtabular>
5936
5937 \end_inset
5938
5939
5940 \begin_inset ERT
5941 status collapsed
5942
5943 \begin_layout Plain Layout
5944
5945
5946 \backslash
5947 setlength{
5948 \backslash
5949 LTleft}{
5950 \backslash
5951 fill}
5952 \end_layout
5953
5954 \end_inset
5955
5956
5957 \begin_inset ERT
5958 status collapsed
5959
5960 \begin_layout Plain Layout
5961
5962
5963 \backslash
5964 addtocounter{table}{-1}
5965 \end_layout
5966
5967 \end_inset
5968
5969
5970 \begin_inset Note Note
5971 status collapsed
5972
5973 \begin_layout Plain Layout
5974 See the first greyed-out note in section
5975 \begin_inset space ~
5976 \end_inset
5977
5978
5979 \begin_inset CommandInset ref
5980 LatexCommand ref
5981 reference "sub:Longtable-Captions"
5982
5983 \end_inset
5984
5985  for an explanation of this command.
5986 \end_layout
5987
5988 \end_inset
5989
5990
5991 \end_layout
5992
5993 \begin_layout Subsection
5994 Longtable Captions
5995 \begin_inset Index idx
5996 status collapsed
5997
5998 \begin_layout Plain Layout
5999 Longtables ! Captions
6000 \end_layout
6001
6002 \end_inset
6003
6004
6005 \begin_inset CommandInset label
6006 LatexCommand label
6007 name "sub:Longtable-Captions"
6008
6009 \end_inset
6010
6011
6012 \end_layout
6013
6014 \begin_layout Standard
6015 A longtable cannot be put into a table float because floats can only be
6016  on one page.
6017  But the caption environment of floats can also be used for longtables when
6018  you use the longtable option 
6019 \family sans
6020 Caption
6021 \family default
6022  as described in sec.
6023 \begin_inset space \thinspace{}
6024 \end_inset
6025
6026
6027 \begin_inset CommandInset ref
6028 LatexCommand ref
6029 reference "sec:Longtables"
6030
6031 \end_inset
6032
6033 .
6034  Only one table row should contain a caption, either a header or a footer
6035  row.
6036 \end_layout
6037
6038 \begin_layout Standard
6039 Here is a short longtable to see how it works:
6040 \end_layout
6041
6042 \begin_layout Standard
6043 \begin_inset Tabular
6044 <lyxtabular version="3" rows="6" columns="5">
6045 <features rotate="0" islongtable="true" longtabularalignment="center">
6046 <column alignment="center" valignment="top">
6047 <column alignment="center" valignment="top">
6048 <column alignment="center" valignment="top">
6049 <column alignment="center" valignment="top">
6050 <column alignment="center" valignment="top">
6051 <row endfirsthead="true" caption="true">
6052 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056 \begin_inset Caption Standard
6057
6058 \begin_layout Plain Layout
6059 Longtable with caption
6060 \begin_inset Argument 1
6061 status open
6062
6063 \begin_layout Plain Layout
6064 Longtable
6065 \end_layout
6066
6067 \end_inset
6068
6069
6070 \end_layout
6071
6072 \end_inset
6073
6074
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Plain Layout
6083
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 </row>
6116 <row>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 1
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 2
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139 3
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148 4
6149 \end_layout
6150
6151 \end_inset
6152 </cell>
6153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6154 \begin_inset Text
6155
6156 \begin_layout Plain Layout
6157 5
6158 \end_layout
6159
6160 \end_inset
6161 </cell>
6162 </row>
6163 <row>
6164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 asd
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 s
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 s
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195 s
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Plain Layout
6204 asd
6205 \end_layout
6206
6207 \end_inset
6208 </cell>
6209 </row>
6210 <row>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 asd
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 s
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 s
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6239 \begin_inset Text
6240
6241 \begin_layout Plain Layout
6242 s
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6248 \begin_inset Text
6249
6250 \begin_layout Plain Layout
6251 asd
6252 \end_layout
6253
6254 \end_inset
6255 </cell>
6256 </row>
6257 <row>
6258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262 asd
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271 s
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280 s
6281 \end_layout
6282
6283 \end_inset
6284 </cell>
6285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6286 \begin_inset Text
6287
6288 \begin_layout Plain Layout
6289 s
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6295 \begin_inset Text
6296
6297 \begin_layout Plain Layout
6298 asd
6299 \end_layout
6300
6301 \end_inset
6302 </cell>
6303 </row>
6304 <row>
6305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309 asd
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318 asd
6319 \end_layout
6320
6321 \end_inset
6322 </cell>
6323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Plain Layout
6327 asd
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6333 \begin_inset Text
6334
6335 \begin_layout Plain Layout
6336 asd
6337 \end_layout
6338
6339 \end_inset
6340 </cell>
6341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6342 \begin_inset Text
6343
6344 \begin_layout Plain Layout
6345 asd
6346 \end_layout
6347
6348 \end_inset
6349 </cell>
6350 </row>
6351 </lyxtabular>
6352
6353 \end_inset
6354
6355
6356 \end_layout
6357
6358 \begin_layout Standard
6359 \begin_inset VSpace medskip
6360 \end_inset
6361
6362
6363 \begin_inset Note Greyedout
6364 status open
6365
6366 \begin_layout Plain Layout
6367
6368 \series bold
6369 Note
6370 \begin_inset space ~
6371 \end_inset
6372
6373 1:
6374 \series default
6375  The table number is increased for every longtable, even if you did not
6376  set a caption for it.
6377  For this reason you could have the case that e.
6378 \begin_inset space \thinspace{}
6379 \end_inset
6380
6381 g.
6382 \begin_inset space \space{}
6383 \end_inset
6384
6385 Table
6386 \begin_inset space ~
6387 \end_inset
6388
6389 2.4 follows Table
6390 \begin_inset space ~
6391 \end_inset
6392
6393 2.1 in the list of tables if there are two longtables without captions.
6394  To avoid this you can add the following command in TeX-Code after every
6395  longtable without a caption:
6396 \end_layout
6397
6398 \begin_layout Plain Layout
6399
6400 \series bold
6401
6402 \backslash
6403 addtocounter{table}{-1}
6404 \end_layout
6405
6406 \begin_layout Plain Layout
6407 This is not needed when none of your longtables has a caption and you add
6408  the following code to the document preamble:
6409 \end_layout
6410
6411 \begin_layout Plain Layout
6412
6413 \series bold
6414
6415 \backslash
6416 let
6417 \backslash
6418 myEnd
6419 \backslash
6420 endlongtable
6421 \begin_inset Newline newline
6422 \end_inset
6423
6424
6425 \backslash
6426 renewcommand{
6427 \backslash
6428 endlongtable}{
6429 \backslash
6430 myEnd
6431 \backslash
6432 addtocounter{table}{-1}}
6433 \end_layout
6434
6435 \end_inset
6436
6437
6438 \end_layout
6439
6440 \begin_layout Standard
6441 \begin_inset Note Greyedout
6442 status open
6443
6444 \begin_layout Plain Layout
6445
6446 \series bold
6447 Note
6448 \begin_inset space ~
6449 \end_inset
6450
6451 2:
6452 \series default
6453  If you are using
6454 \series bold
6455  hyperref
6456 \series default
6457
6458 \begin_inset Index idx
6459 status collapsed
6460
6461 \begin_layout Plain Layout
6462 LaTeX-packages ! hyperref
6463 \end_layout
6464
6465 \end_inset
6466
6467  in the 
6468 \family sans
6469 PDF Properties
6470 \family default
6471  of the 
6472 \family sans
6473 Document Settings
6474 \family default
6475  dialog to link cross-references, the link to a longtable caption will always
6476  point to the beginning of the document.
6477 \end_layout
6478
6479 \end_inset
6480
6481
6482 \end_layout
6483
6484 \begin_layout Subsubsection
6485 References to Longtables
6486 \begin_inset Index idx
6487 status collapsed
6488
6489 \begin_layout Plain Layout
6490 Longtables ! References
6491 \end_layout
6492
6493 \end_inset
6494
6495
6496 \end_layout
6497
6498 \begin_layout Standard
6499 \begin_inset Tabular
6500 <lyxtabular version="3" rows="6" columns="5">
6501 <features rotate="0" islongtable="true" longtabularalignment="center">
6502 <column alignment="center" valignment="top">
6503 <column alignment="center" valignment="top">
6504 <column alignment="center" valignment="top">
6505 <column alignment="center" valignment="top">
6506 <column alignment="center" valignment="top">
6507 <row endfirsthead="true" caption="true">
6508 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6509 \begin_inset Text
6510
6511 \begin_layout Plain Layout
6512 \begin_inset Caption Standard
6513
6514 \begin_layout Plain Layout
6515 Referenced longtable
6516 \begin_inset CommandInset label
6517 LatexCommand label
6518 name "tab:RefExample"
6519
6520 \end_inset
6521
6522
6523 \end_layout
6524
6525 \end_inset
6526
6527
6528 \end_layout
6529
6530 \end_inset
6531 </cell>
6532 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6533 \begin_inset Text
6534
6535 \begin_layout Plain Layout
6536
6537 \end_layout
6538
6539 \end_inset
6540 </cell>
6541 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6542 \begin_inset Text
6543
6544 \begin_layout Plain Layout
6545
6546 \end_layout
6547
6548 \end_inset
6549 </cell>
6550 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6551 \begin_inset Text
6552
6553 \begin_layout Plain Layout
6554
6555 \end_layout
6556
6557 \end_inset
6558 </cell>
6559 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6560 \begin_inset Text
6561
6562 \begin_layout Plain Layout
6563
6564 \end_layout
6565
6566 \end_inset
6567 </cell>
6568 </row>
6569 <row>
6570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Plain Layout
6574 1
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Plain Layout
6583 2
6584 \end_layout
6585
6586 \end_inset
6587 </cell>
6588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6589 \begin_inset Text
6590
6591 \begin_layout Plain Layout
6592 3
6593 \end_layout
6594
6595 \end_inset
6596 </cell>
6597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6598 \begin_inset Text
6599
6600 \begin_layout Plain Layout
6601 4
6602 \end_layout
6603
6604 \end_inset
6605 </cell>
6606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6607 \begin_inset Text
6608
6609 \begin_layout Plain Layout
6610 5
6611 \end_layout
6612
6613 \end_inset
6614 </cell>
6615 </row>
6616 <row>
6617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Plain Layout
6621 asd
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630 s
6631 \end_layout
6632
6633 \end_inset
6634 </cell>
6635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6636 \begin_inset Text
6637
6638 \begin_layout Plain Layout
6639 s
6640 \end_layout
6641
6642 \end_inset
6643 </cell>
6644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6645 \begin_inset Text
6646
6647 \begin_layout Plain Layout
6648 s
6649 \end_layout
6650
6651 \end_inset
6652 </cell>
6653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6654 \begin_inset Text
6655
6656 \begin_layout Plain Layout
6657 asd
6658 \end_layout
6659
6660 \end_inset
6661 </cell>
6662 </row>
6663 <row>
6664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6665 \begin_inset Text
6666
6667 \begin_layout Plain Layout
6668 asd
6669 \end_layout
6670
6671 \end_inset
6672 </cell>
6673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6674 \begin_inset Text
6675
6676 \begin_layout Plain Layout
6677 s
6678 \end_layout
6679
6680 \end_inset
6681 </cell>
6682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6683 \begin_inset Text
6684
6685 \begin_layout Plain Layout
6686 s
6687 \end_layout
6688
6689 \end_inset
6690 </cell>
6691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6692 \begin_inset Text
6693
6694 \begin_layout Plain Layout
6695 s
6696 \end_layout
6697
6698 \end_inset
6699 </cell>
6700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6701 \begin_inset Text
6702
6703 \begin_layout Plain Layout
6704 asd
6705 \end_layout
6706
6707 \end_inset
6708 </cell>
6709 </row>
6710 <row>
6711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6712 \begin_inset Text
6713
6714 \begin_layout Plain Layout
6715 asd
6716 \end_layout
6717
6718 \end_inset
6719 </cell>
6720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6721 \begin_inset Text
6722
6723 \begin_layout Plain Layout
6724 s
6725 \end_layout
6726
6727 \end_inset
6728 </cell>
6729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6730 \begin_inset Text
6731
6732 \begin_layout Plain Layout
6733 s
6734 \end_layout
6735
6736 \end_inset
6737 </cell>
6738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6739 \begin_inset Text
6740
6741 \begin_layout Plain Layout
6742 s
6743 \end_layout
6744
6745 \end_inset
6746 </cell>
6747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6748 \begin_inset Text
6749
6750 \begin_layout Plain Layout
6751 asd
6752 \end_layout
6753
6754 \end_inset
6755 </cell>
6756 </row>
6757 <row>
6758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6759 \begin_inset Text
6760
6761 \begin_layout Plain Layout
6762 asd
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771 sad
6772 \end_layout
6773
6774 \end_inset
6775 </cell>
6776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780 asd
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6786 \begin_inset Text
6787
6788 \begin_layout Plain Layout
6789 asd
6790 \end_layout
6791
6792 \end_inset
6793 </cell>
6794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6795 \begin_inset Text
6796
6797 \begin_layout Plain Layout
6798 asd
6799 \end_layout
6800
6801 \end_inset
6802 </cell>
6803 </row>
6804 </lyxtabular>
6805
6806 \end_inset
6807
6808
6809 \end_layout
6810
6811 \begin_layout Standard
6812 To reference a longtable, insert a label into the caption.
6813 \end_layout
6814
6815 \begin_layout Standard
6816 This is a reference to Table
6817 \begin_inset space ~
6818 \end_inset
6819
6820
6821 \begin_inset CommandInset ref
6822 LatexCommand ref
6823 reference "tab:RefExample"
6824
6825 \end_inset
6826
6827 .
6828 \end_layout
6829
6830 \begin_layout Standard
6831 The caption layout can be set together with all other captions of your document
6832  using the LaTeX-package 
6833 \series bold
6834 caption
6835 \series default
6836
6837 \begin_inset Index idx
6838 status collapsed
6839
6840 \begin_layout Plain Layout
6841 LaTeX-packages ! caption
6842 \end_layout
6843
6844 \end_inset
6845
6846 , see section
6847 \begin_inset space ~
6848 \end_inset
6849
6850
6851 \begin_inset CommandInset ref
6852 LatexCommand ref
6853 reference "sec:Caption-Formatting"
6854
6855 \end_inset
6856
6857 .
6858 \end_layout
6859
6860 \begin_layout Subsubsection
6861 Caption Width
6862 \begin_inset Index idx
6863 status collapsed
6864
6865 \begin_layout Plain Layout
6866 Longtables ! Caption Width
6867 \end_layout
6868
6869 \end_inset
6870
6871
6872 \end_layout
6873
6874 \begin_layout Standard
6875 The maximal width of caption lines is defined by the length 
6876 \series bold
6877
6878 \backslash
6879 LTcapwidth
6880 \series default
6881 .
6882  Its default value is 4
6883 \begin_inset space \thinspace{}
6884 \end_inset
6885
6886 in.
6887  To change it add the following command to your document preamble or as
6888  TeX-Code into your document before the longtable that should be affected
6889 \end_layout
6890
6891 \begin_layout Standard
6892
6893 \series bold
6894
6895 \backslash
6896 setlength{
6897 \backslash
6898 LTcapwidth}{width}
6899 \end_layout
6900
6901 \begin_layout Standard
6902 where the width could have one of the units listed in appendix
6903 \begin_inset space ~
6904 \end_inset
6905
6906
6907 \begin_inset CommandInset ref
6908 LatexCommand ref
6909 reference "cha:Units-available-in"
6910
6911 \end_inset
6912
6913 .
6914 \end_layout
6915
6916 \begin_layout Standard
6917 The following tables show the difference:
6918 \end_layout
6919
6920 \begin_layout Standard
6921 \begin_inset Tabular
6922 <lyxtabular version="3" rows="6" columns="5">
6923 <features rotate="0" islongtable="true" longtabularalignment="center">
6924 <column alignment="center" valignment="top">
6925 <column alignment="center" valignment="top">
6926 <column alignment="center" valignment="top">
6927 <column alignment="center" valignment="top">
6928 <column alignment="center" valignment="top">
6929 <row endfirsthead="true" caption="true">
6930 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6931 \begin_inset Text
6932
6933 \begin_layout Plain Layout
6934 \begin_inset Caption Standard
6935
6936 \begin_layout Plain Layout
6937 long full title with default width long full title with default width long
6938  full title with default width
6939 \begin_inset Argument 1
6940 status collapsed
6941
6942 \begin_layout Plain Layout
6943 caption with default width
6944 \end_layout
6945
6946 \end_inset
6947
6948
6949 \end_layout
6950
6951 \end_inset
6952
6953
6954 \end_layout
6955
6956 \end_inset
6957 </cell>
6958 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6959 \begin_inset Text
6960
6961 \begin_layout Plain Layout
6962
6963 \end_layout
6964
6965 \end_inset
6966 </cell>
6967 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6968 \begin_inset Text
6969
6970 \begin_layout Plain Layout
6971
6972 \end_layout
6973
6974 \end_inset
6975 </cell>
6976 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6977 \begin_inset Text
6978
6979 \begin_layout Plain Layout
6980
6981 \end_layout
6982
6983 \end_inset
6984 </cell>
6985 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6986 \begin_inset Text
6987
6988 \begin_layout Plain Layout
6989
6990 \end_layout
6991
6992 \end_inset
6993 </cell>
6994 </row>
6995 <row>
6996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000 1
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009 2
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Plain Layout
7018 3
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7024 \begin_inset Text
7025
7026 \begin_layout Plain Layout
7027 4
7028 \end_layout
7029
7030 \end_inset
7031 </cell>
7032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7033 \begin_inset Text
7034
7035 \begin_layout Plain Layout
7036 5
7037 \end_layout
7038
7039 \end_inset
7040 </cell>
7041 </row>
7042 <row>
7043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Plain Layout
7047 asd
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056 s
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065 s
7066 \end_layout
7067
7068 \end_inset
7069 </cell>
7070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7071 \begin_inset Text
7072
7073 \begin_layout Plain Layout
7074 s
7075 \end_layout
7076
7077 \end_inset
7078 </cell>
7079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7080 \begin_inset Text
7081
7082 \begin_layout Plain Layout
7083 asd
7084 \end_layout
7085
7086 \end_inset
7087 </cell>
7088 </row>
7089 <row>
7090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7091 \begin_inset Text
7092
7093 \begin_layout Plain Layout
7094 asd
7095 \end_layout
7096
7097 \end_inset
7098 </cell>
7099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7100 \begin_inset Text
7101
7102 \begin_layout Plain Layout
7103 s
7104 \end_layout
7105
7106 \end_inset
7107 </cell>
7108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7109 \begin_inset Text
7110
7111 \begin_layout Plain Layout
7112 s
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7118 \begin_inset Text
7119
7120 \begin_layout Plain Layout
7121 s
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Plain Layout
7130 asd
7131 \end_layout
7132
7133 \end_inset
7134 </cell>
7135 </row>
7136 <row>
7137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141 asd
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150 s
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7156 \begin_inset Text
7157
7158 \begin_layout Plain Layout
7159 s
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168 s
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7174 \begin_inset Text
7175
7176 \begin_layout Plain Layout
7177 asd
7178 \end_layout
7179
7180 \end_inset
7181 </cell>
7182 </row>
7183 <row>
7184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 asd
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197 sad
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7203 \begin_inset Text
7204
7205 \begin_layout Plain Layout
7206 asd
7207 \end_layout
7208
7209 \end_inset
7210 </cell>
7211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Plain Layout
7215 asd
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7221 \begin_inset Text
7222
7223 \begin_layout Plain Layout
7224 asd
7225 \end_layout
7226
7227 \end_inset
7228 </cell>
7229 </row>
7230 </lyxtabular>
7231
7232 \end_inset
7233
7234
7235 \end_layout
7236
7237 \begin_layout Standard
7238 \begin_inset ERT
7239 status collapsed
7240
7241 \begin_layout Plain Layout
7242
7243
7244 \backslash
7245 setlength{
7246 \backslash
7247 LTcapwidth}{5cm}
7248 \end_layout
7249
7250 \end_inset
7251
7252
7253 \begin_inset Tabular
7254 <lyxtabular version="3" rows="6" columns="5">
7255 <features rotate="0" islongtable="true" longtabularalignment="center">
7256 <column alignment="center" valignment="top">
7257 <column alignment="center" valignment="top">
7258 <column alignment="center" valignment="top">
7259 <column alignment="center" valignment="top">
7260 <column alignment="center" valignment="top">
7261 <row endfirsthead="true" caption="true">
7262 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Plain Layout
7266 \begin_inset Caption Standard
7267
7268 \begin_layout Plain Layout
7269 long full title with width set to 5
7270 \begin_inset space \thinspace{}
7271 \end_inset
7272
7273 cm long full title with width set to 5
7274 \begin_inset space \thinspace{}
7275 \end_inset
7276
7277 cm long full title with width set to 5
7278 \begin_inset space \thinspace{}
7279 \end_inset
7280
7281 cm
7282 \begin_inset Argument 1
7283 status collapsed
7284
7285 \begin_layout Plain Layout
7286 caption with width
7287 \begin_inset space \thinspace{}
7288 \end_inset
7289
7290 =
7291 \begin_inset space \thinspace{}
7292 \end_inset
7293
7294 5
7295 \begin_inset space \thinspace{}
7296 \end_inset
7297
7298 cm
7299 \end_layout
7300
7301 \end_inset
7302
7303
7304 \end_layout
7305
7306 \end_inset
7307
7308
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Plain Layout
7326
7327 \end_layout
7328
7329 \end_inset
7330 </cell>
7331 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7332 \begin_inset Text
7333
7334 \begin_layout Plain Layout
7335
7336 \end_layout
7337
7338 \end_inset
7339 </cell>
7340 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7341 \begin_inset Text
7342
7343 \begin_layout Plain Layout
7344
7345 \end_layout
7346
7347 \end_inset
7348 </cell>
7349 </row>
7350 <row>
7351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7352 \begin_inset Text
7353
7354 \begin_layout Plain Layout
7355 1
7356 \end_layout
7357
7358 \end_inset
7359 </cell>
7360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364 2
7365 \end_layout
7366
7367 \end_inset
7368 </cell>
7369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373 3
7374 \end_layout
7375
7376 \end_inset
7377 </cell>
7378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7379 \begin_inset Text
7380
7381 \begin_layout Plain Layout
7382 4
7383 \end_layout
7384
7385 \end_inset
7386 </cell>
7387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Plain Layout
7391 5
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 </row>
7397 <row>
7398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7399 \begin_inset Text
7400
7401 \begin_layout Plain Layout
7402 asd
7403 \end_layout
7404
7405 \end_inset
7406 </cell>
7407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7408 \begin_inset Text
7409
7410 \begin_layout Plain Layout
7411 s
7412 \end_layout
7413
7414 \end_inset
7415 </cell>
7416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Plain Layout
7420 s
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429 s
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Plain Layout
7438 asd
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 </row>
7444 <row>
7445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449 asd
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Plain Layout
7458 s
7459 \end_layout
7460
7461 \end_inset
7462 </cell>
7463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7464 \begin_inset Text
7465
7466 \begin_layout Plain Layout
7467 s
7468 \end_layout
7469
7470 \end_inset
7471 </cell>
7472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7473 \begin_inset Text
7474
7475 \begin_layout Plain Layout
7476 s
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485 asd
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 </row>
7491 <row>
7492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496 asd
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505 s
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514 s
7515 \end_layout
7516
7517 \end_inset
7518 </cell>
7519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Plain Layout
7523 s
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7529 \begin_inset Text
7530
7531 \begin_layout Plain Layout
7532 asd
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 </row>
7538 <row>
7539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543 asd
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7549 \begin_inset Text
7550
7551 \begin_layout Plain Layout
7552 sad
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561 asd
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Plain Layout
7570 asd
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7576 \begin_inset Text
7577
7578 \begin_layout Plain Layout
7579 asd
7580 \end_layout
7581
7582 \end_inset
7583 </cell>
7584 </row>
7585 </lyxtabular>
7586
7587 \end_inset
7588
7589
7590 \end_layout
7591
7592 \begin_layout Standard
7593 \begin_inset ERT
7594 status collapsed
7595
7596 \begin_layout Plain Layout
7597
7598
7599 \backslash
7600 setlength{
7601 \backslash
7602 LTcapwidth}{4in}
7603 \end_layout
7604
7605 \end_inset
7606
7607
7608 \end_layout
7609
7610 \begin_layout Standard
7611 \begin_inset Note Greyedout
7612 status open
7613
7614 \begin_layout Plain Layout
7615
7616 \series bold
7617 Note:
7618 \series default
7619  When the LaTeX-package 
7620 \series bold
7621 caption
7622 \series default
7623
7624 \begin_inset Index idx
7625 status collapsed
7626
7627 \begin_layout Plain Layout
7628 LaTeX-packages ! caption
7629 \end_layout
7630
7631 \end_inset
7632
7633  is used, as in this document, the full page width is used for the caption
7634  when you use the default value of 4
7635 \begin_inset space \thinspace{}
7636 \end_inset
7637
7638 in for 
7639 \series bold
7640
7641 \backslash
7642 LTcapwidth
7643 \series default
7644 .
7645  To get in this case exactly a 4
7646 \begin_inset space \thinspace{}
7647 \end_inset
7648
7649 in wide caption, you can either use a value slightly different from 4.0
7650 \begin_inset space \thinspace{}
7651 \end_inset
7652
7653 in, e.
7654 \begin_inset space \thinspace{}
7655 \end_inset
7656
7657 g.
7658 \begin_inset space \space{}
7659 \end_inset
7660
7661 3.99
7662 \begin_inset space \thinspace{}
7663 \end_inset
7664
7665 in, or the LaTeX-command 
7666 \series bold
7667
7668 \backslash
7669 captionsetup{width=value}
7670 \series default
7671  that is provided by the 
7672 \series bold
7673 caption
7674 \series default
7675 -package.
7676 \end_layout
7677
7678 \end_inset
7679
7680
7681 \end_layout
7682
7683 \begin_layout Subsubsection
7684 Different Captions for Table Pages
7685 \begin_inset Index idx
7686 status collapsed
7687
7688 \begin_layout Plain Layout
7689 Longtables ! Different Captions for Pages
7690 \end_layout
7691
7692 \end_inset
7693
7694
7695 \end_layout
7696
7697 \begin_layout Standard
7698 When the table captions for the following pages should differ from the one
7699  of the first table page, mark a empty row as header which contains a caption.
7700  Then right-click on the caption and select in the context menu 
7701 \family sans
7702 Caption
7703 \begin_inset space ~
7704 \end_inset
7705
7706 (LongTableNoNumber)
7707 \family default
7708 .
7709  Table
7710 \begin_inset space ~
7711 \end_inset
7712
7713
7714 \begin_inset CommandInset ref
7715 LatexCommand ref
7716 reference "tab:DiffCaptions"
7717
7718 \end_inset
7719
7720  is an example of a longtable with different heading where the second caption
7721  does not include the table number.
7722 \end_layout
7723
7724 \begin_layout Standard
7725 \align center
7726 \begin_inset Tabular
7727 <lyxtabular version="3" rows="59" columns="3">
7728 <features rotate="0" islongtable="true" longtabularalignment="center">
7729 <column alignment="left" valignment="top" width="0cm">
7730 <column alignment="left" valignment="top" width="0pt">
7731 <column alignment="center" valignment="top" width="0pt">
7732 <row endfirsthead="true" caption="true">
7733 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7734 \begin_inset Text
7735
7736 \begin_layout Plain Layout
7737 \begin_inset Caption Standard
7738
7739 \begin_layout Plain Layout
7740 Example Phone List
7741 \begin_inset CommandInset label
7742 LatexCommand label
7743 name "tab:DiffCaptions"
7744
7745 \end_inset
7746
7747
7748 \begin_inset Argument 1
7749 status collapsed
7750
7751 \begin_layout Plain Layout
7752 Example Phone List
7753 \end_layout
7754
7755 \end_inset
7756
7757
7758 \end_layout
7759
7760 \end_inset
7761
7762
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 </row>
7786 <row endfirsthead="true">
7787 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791
7792 \series bold
7793 Example Phone List (ignore the names)
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Plain Layout
7811
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 </row>
7817 <row endfirsthead="true">
7818 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Plain Layout
7822
7823 \series bold
7824 NAME
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Plain Layout
7842
7843 \series bold
7844 TEL.
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 </row>
7850 <row endhead="true" caption="true">
7851 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855 \begin_inset Caption LongTableNoNumber
7856
7857 \begin_layout Plain Layout
7858 Continued Example Phone List
7859 \end_layout
7860
7861 \end_inset
7862
7863
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 </row>
7887 <row endhead="true">
7888 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Plain Layout
7892
7893 \series bold
7894 Example Phone List
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 </row>
7918 <row endhead="true">
7919 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923
7924 \series bold
7925 NAME
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943
7944 \series bold
7945 TEL.
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 </row>
7951 <row endfoot="true">
7952 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 continued on next page
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 </row>
7980 <row>
7981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985
7986 \series bold
7987 Annovi
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996 Silvia
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005 111
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 </row>
8011 <row>
8012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016
8017 \series bold
8018 Bertoli
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027 Stefano
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036 111
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 </row>
8042 <row>
8043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047
8048 \series bold
8049 Bozzi
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058 Walter
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067 111
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 </row>
8073 <row>
8074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078
8079 \series bold
8080 Cachia
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089 Maria
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098 111
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 </row>
8104 <row>
8105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109
8110 \series bold
8111 Cachia
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 Maurizio
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129 111
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 </row>
8135 <row>
8136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140
8141 \series bold
8142 Cinquemani
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151 Giusi
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160 111
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 </row>
8166 <row>
8167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171
8172 \series bold
8173 Colin
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182 Bernard
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191 111
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 </row>
8197 <row>
8198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202
8203 \series bold
8204 Concli
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 Gianfranco
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222 111
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 </row>
8228 <row>
8229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233
8234 \series bold
8235 Dal Bosco
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244 Carolina
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253 111
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 </row>
8259 <row>
8260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264
8265 \series bold
8266 Dalpiaz
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275 Annamaria
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284 111
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 </row>
8290 <row>
8291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295
8296 \series bold
8297 Feliciello
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306 Domenico
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315 111
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 </row>
8321 <row>
8322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326
8327 \series bold
8328 Focarelli
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337 Paola
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346 111
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 </row>
8352 <row>
8353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357
8358 \series bold
8359 Galletti
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368 Oreste
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 111
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 </row>
8383 <row>
8384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388
8389 \series bold
8390 Gasparini
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399 Franca
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408 111
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 </row>
8414 <row>
8415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419
8420 \series bold
8421 Rizzardi
8422 \series default
8423
8424 \begin_inset Foot
8425 status open
8426
8427 \begin_layout Plain Layout
8428 Example footnote
8429 \end_layout
8430
8431 \end_inset
8432
8433
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 Paola
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 111
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 </row>
8457 <row>
8458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462
8463 \series bold
8464 Lassini
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 Giancarlo
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482 111
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 </row>
8488 <row>
8489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493
8494 \series bold
8495 Malfatti
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 Luciano
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513 111
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 </row>
8519 <row>
8520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524
8525 \series bold
8526 Malfatti
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 Valeriano
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544 111
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 </row>
8550 <row>
8551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555
8556 \series bold
8557 Meneguzzo
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566 Roberto
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575 111
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 </row>
8581 <row>
8582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586
8587 \series bold
8588 Mezzadra
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597 Roberto
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606 111
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 </row>
8612 <row>
8613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617
8618 \series bold
8619 Pirpamer
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628 Erich
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637 111
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 </row>
8643 <row>
8644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648
8649 \series bold
8650 Pochiesa
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659 Paolo
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668 111, 222
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 </row>
8674 <row>
8675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679
8680 \series bold
8681 Radina
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690 Claudio
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 111
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 </row>
8705 <row>
8706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710
8711 \series bold
8712 Stuffer
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721 Oskar
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730 111
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 </row>
8736 <row>
8737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741
8742 \series bold
8743 Tacchelli
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752 Ugo
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761 111
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 </row>
8767 <row>
8768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772
8773 \series bold
8774 Tezzele
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783 Margit
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792 111
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 </row>
8798 <row>
8799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803
8804 \series bold
8805 Unterkalmsteiner
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814 Frieda
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823 111
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 </row>
8829 <row>
8830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834
8835 \series bold
8836 Vieider
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845 Hilde
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854 111
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 </row>
8860 <row>
8861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865
8866 \series bold
8867 Vigna
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876 Jürgen
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885 111
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 </row>
8891 <row>
8892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896
8897 \series bold
8898 Weber
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907 Maurizio
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 111
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 </row>
8922 <row>
8923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927
8928 \series bold
8929 Winkler
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938 Franz
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947 111
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 </row>
8953 <row>
8954 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958  
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 </row>
8982 <row>
8983 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987
8988 \series bold
8989 Annovi
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 Silvia
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007 555
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 </row>
9013 <row>
9014 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018
9019 \series bold
9020 Bertoli
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 Stefano
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038 555
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 </row>
9044 <row>
9045 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049
9050 \series bold
9051 Bozzi
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 Walter
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069 555
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 </row>
9075 <row>
9076 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080
9081 \series bold
9082 Cachia
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 Maria
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100 555
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 </row>
9106 <row>
9107 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111
9112 \series bold
9113 Cachia
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 Maurizio
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131 555
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 </row>
9137 <row>
9138 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142
9143 \series bold
9144 Cinquemani
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153 Giusi
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162 555
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 </row>
9168 <row>
9169 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173
9174 \series bold
9175 Colin
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 Bernard
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193 555
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 </row>
9199 <row>
9200 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204
9205 \series bold
9206 Concli
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215 Gianfranco
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224 555
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 </row>
9230 <row>
9231 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235
9236 \series bold
9237 Dal Bosco
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246 Carolina
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9252 \begin_inset Text
9253
9254 \begin_layout Plain Layout
9255 555
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 </row>
9261 <row>
9262 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266
9267 \series bold
9268 Dalpiaz
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277 Annamaria
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286 555
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 </row>
9292 <row>
9293 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9294 \begin_inset Text
9295
9296 \begin_layout Plain Layout
9297
9298 \series bold
9299 Feliciello
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Plain Layout
9308 Domenico
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317 555
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 </row>
9323 <row>
9324 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9325 \begin_inset Text
9326
9327 \begin_layout Plain Layout
9328
9329 \series bold
9330 Focarelli
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339 Paola
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348 555
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 </row>
9354 <row>
9355 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Plain Layout
9359
9360 \series bold
9361 Galletti
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370 Oreste
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Plain Layout
9379 555
9380 \end_layout
9381
9382 \end_inset
9383 </cell>
9384 </row>
9385 <row>
9386 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9387 \begin_inset Text
9388
9389 \begin_layout Plain Layout
9390
9391 \series bold
9392 Gasparini
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Plain Layout
9401 Franca
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410 555
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 </row>
9416 <row>
9417 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421
9422 \series bold
9423 Rizzardi
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432 Paola
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441 555
9442 \end_layout
9443
9444 \end_inset
9445 </cell>
9446 </row>
9447 <row>
9448 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9449 \begin_inset Text
9450
9451 \begin_layout Plain Layout
9452
9453 \series bold
9454 Lassini
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Plain Layout
9463 Giancarlo
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472 555
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 </row>
9478 <row>
9479 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9480 \begin_inset Text
9481
9482 \begin_layout Plain Layout
9483
9484 \series bold
9485 Malfatti
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494 Luciano
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9500 \begin_inset Text
9501
9502 \begin_layout Plain Layout
9503 555
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 </row>
9509 <row>
9510 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514
9515 \series bold
9516 Malfatti
9517 \end_layout
9518
9519 \end_inset
9520 </cell>
9521 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525 Valeriano
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534 555
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 </row>
9540 <row>
9541 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9542 \begin_inset Text
9543
9544 \begin_layout Plain Layout
9545
9546 \series bold
9547 Meneguzzo
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Plain Layout
9556 Roberto
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9562 \begin_inset Text
9563
9564 \begin_layout Plain Layout
9565 555
9566 \end_layout
9567
9568 \end_inset
9569 </cell>
9570 </row>
9571 <row>
9572 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9573 \begin_inset Text
9574
9575 \begin_layout Plain Layout
9576
9577 \series bold
9578 Mezzadra
9579 \end_layout
9580
9581 \end_inset
9582 </cell>
9583 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9584 \begin_inset Text
9585
9586 \begin_layout Plain Layout
9587 Roberto
9588 \end_layout
9589
9590 \end_inset
9591 </cell>
9592 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9593 \begin_inset Text
9594
9595 \begin_layout Plain Layout
9596 555
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 </row>
9602 </lyxtabular>
9603
9604 \end_inset
9605
9606
9607 \end_layout
9608
9609 \begin_layout Section
9610 Special Longtable Issues
9611 \begin_inset CommandInset label
9612 LatexCommand label
9613 name "sec:Special-Longtable-Issues"
9614
9615 \end_inset
9616
9617
9618 \end_layout
9619
9620 \begin_layout Subsection
9621 Longtable Calculation
9622 \begin_inset Index idx
9623 status collapsed
9624
9625 \begin_layout Plain Layout
9626 Longtables ! Calculation
9627 \end_layout
9628
9629 \end_inset
9630
9631
9632 \end_layout
9633
9634 \begin_layout Standard
9635 LaTeX calculates the height of table pages and their page breaks using so
9636  called chunks.
9637  Chunks are parts of tables that held at the same time in LaTeX's memory.
9638  The default value was historically set to only 20 table rows.
9639  If you are using longtables with many pages this may slow down the creation
9640  of your document.
9641  You can safely increase the chunk size to values of 100-1000 by adding
9642  this command line to your document preamble:
9643 \end_layout
9644
9645 \begin_layout Standard
9646
9647 \series bold
9648
9649 \backslash
9650 setcounter{LTchunksize}{100}
9651 \end_layout
9652
9653 \begin_layout Subsection
9654 Floats and Longtables
9655 \begin_inset Index idx
9656 status collapsed
9657
9658 \begin_layout Plain Layout
9659 Longtables ! Floats
9660 \end_layout
9661
9662 \end_inset
9663
9664
9665 \end_layout
9666
9667 \begin_layout Standard
9668 There might be problems when a float appears on the same page where a longtable
9669  starts.
9670  To avoid such a situation, insert a 
9671 \begin_inset Quotes eld
9672 \end_inset
9673
9674 clear page
9675 \begin_inset Quotes erd
9676 \end_inset
9677
9678  (menu 
9679 \family sans
9680 Insert\SpecialChar \menuseparator
9681 Formatting\SpecialChar \menuseparator
9682 Clear
9683 \begin_inset space ~
9684 \end_inset
9685
9686 Page
9687 \family default
9688 ) before your longtable.
9689 \end_layout
9690
9691 \begin_layout Subsection
9692 Forced Page Breaks
9693 \begin_inset Index idx
9694 status collapsed
9695
9696 \begin_layout Plain Layout
9697 Longtables ! Forced Page Breaks
9698 \end_layout
9699
9700 \end_inset
9701
9702
9703 \end_layout
9704
9705 \begin_layout Standard
9706 By default tables are only broken between rows.
9707  If you have a cell with multiples lines and want to have a page break within
9708  the cell, insert the new line command 
9709 \begin_inset Quotes eld
9710 \end_inset
9711
9712
9713 \series bold
9714
9715 \backslash
9716
9717 \backslash
9718
9719 \series default
9720
9721 \begin_inset Quotes erd
9722 \end_inset
9723
9724  as TeX-Code at the point of the cell where it can be broken.
9725  Before the 
9726 \series bold
9727
9728 \backslash
9729
9730 \backslash
9731
9732 \series default
9733  command you have to insert in TeX-Code as many 
9734 \begin_inset Quotes eld
9735 \end_inset
9736
9737
9738 \series bold
9739 &
9740 \series default
9741
9742 \begin_inset Quotes erd
9743 \end_inset
9744
9745  characters as the number of the following table columns.
9746  The 
9747 \series bold
9748 &
9749 \series default
9750  is the character to separate table cells.
9751  Write in TeX-Code after each 
9752 \series bold
9753 &
9754 \series default
9755  the content of the corresponding following cell and delete the content
9756  of these cells.
9757 \begin_inset Newline newline
9758 \end_inset
9759
9760 After the 
9761 \series bold
9762
9763 \backslash
9764
9765 \backslash
9766
9767 \series default
9768  command, insert as many 
9769 \series bold
9770 &
9771 \series default
9772  characters as the number of table columns before the current column.
9773  In Table
9774 \begin_inset space ~
9775 \end_inset
9776
9777
9778 \begin_inset CommandInset ref
9779 LatexCommand ref
9780 reference "tab:ForcedPagebreak"
9781
9782 \end_inset
9783
9784  the cell that should be broken is in the second column followed by another
9785  column.
9786  Therefore the following command was inserted in the cell as TeX-Code after
9787  
9788 \begin_inset Quotes eld
9789 \end_inset
9790
9791
9792 \emph on
9793 Castelchiodato,
9794 \emph default
9795
9796 \begin_inset Quotes erd
9797 \end_inset
9798
9799 :
9800 \end_layout
9801
9802 \begin_layout Standard
9803
9804 \series bold
9805 & 111
9806 \backslash
9807
9808 \backslash
9809  
9810 \backslash
9811 newpage
9812 \begin_inset Newline newline
9813 \end_inset
9814
9815 &
9816 \end_layout
9817
9818 \begin_layout Standard
9819 The 
9820 \begin_inset Quotes eld
9821 \end_inset
9822
9823 111
9824 \begin_inset Quotes erd
9825 \end_inset
9826
9827  in the third column of the row was deleted.
9828  
9829 \series bold
9830
9831 \backslash
9832 newpage
9833 \series default
9834  is only needed when a page break should definitely occur at this position,
9835  otherwise it would be a conditional break.
9836  If your footer row of the longtable has for a certain reason no upper line
9837  but you would have a horizontal line where the cell is broken, use this
9838  command instead:
9839 \end_layout
9840
9841 \begin_layout Standard
9842
9843 \series bold
9844 & 111
9845 \backslash
9846
9847 \backslash
9848
9849 \begin_inset Newline newline
9850 \end_inset
9851
9852
9853 \backslash
9854 hline &
9855 \end_layout
9856
9857 \begin_layout Standard
9858 When the cell to be broken is in the last column, the command
9859 \end_layout
9860
9861 \begin_layout Standard
9862
9863 \series bold
9864
9865 \backslash
9866 setlength{
9867 \backslash
9868 parfillskip}{0pt}
9869 \end_layout
9870
9871 \begin_layout Standard
9872 must be inserted as TeX-Code at the beginning of the cell.
9873  This ensures that the part of the cell that will be displayed on the new
9874  page appears with the full width.
9875 \end_layout
9876
9877 \begin_layout Standard
9878 \align center
9879 \begin_inset Tabular
9880 <lyxtabular version="3" rows="38" columns="3">
9881 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9882 <column alignment="left" valignment="top" width="0cm">
9883 <column alignment="left" valignment="top" width="3cm">
9884 <column alignment="center" valignment="top" width="0pt">
9885 <row endfirsthead="true" caption="true">
9886 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Plain Layout
9890 \begin_inset Caption Standard
9891
9892 \begin_layout Plain Layout
9893 Table with forced page break in table cell
9894 \begin_inset CommandInset label
9895 LatexCommand label
9896 name "tab:ForcedPagebreak"
9897
9898 \end_inset
9899
9900
9901 \begin_inset Argument 1
9902 status collapsed
9903
9904 \begin_layout Plain Layout
9905 Table with forced page break in table cell
9906 \end_layout
9907
9908 \end_inset
9909
9910
9911 \end_layout
9912
9913 \end_inset
9914
9915
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924
9925 \end_layout
9926
9927 \end_inset
9928 </cell>
9929 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933
9934 \end_layout
9935
9936 \end_inset
9937 </cell>
9938 </row>
9939 <row endfirsthead="true">
9940 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9941 \begin_inset Text
9942
9943 \begin_layout Plain Layout
9944
9945 \series bold
9946 Example Phone List (ignore the names)
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Plain Layout
9964
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 </row>
9970 <row endfirsthead="true">
9971 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975
9976 \series bold
9977 NAME
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995
9996 \series bold
9997 TEL.
9998 \end_layout
9999
10000 \end_inset
10001 </cell>
10002 </row>
10003 <row endhead="true">
10004 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008 \begin_inset ERT
10009 status collapsed
10010
10011 \begin_layout Plain Layout
10012
10013
10014 \backslash
10015 caption*{Continued Example Phone List}
10016 \backslash
10017
10018 \backslash
10019 %
10020 \end_layout
10021
10022 \end_inset
10023
10024
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10030 \begin_inset Text
10031
10032 \begin_layout Plain Layout
10033
10034 \end_layout
10035
10036 \end_inset
10037 </cell>
10038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 </row>
10048 <row endhead="true">
10049 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053
10054 \series bold
10055 Example Phone List
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064
10065 \end_layout
10066
10067 \end_inset
10068 </cell>
10069 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Plain Layout
10073
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 </row>
10079 <row endhead="true">
10080 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10081 \begin_inset Text
10082
10083 \begin_layout Plain Layout
10084
10085 \series bold
10086 NAME
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104
10105 \series bold
10106 TEL.
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 </row>
10112 <row endfoot="true">
10113 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117 continued on next page
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126
10127 \end_layout
10128
10129 \end_inset
10130 </cell>
10131 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10132 \begin_inset Text
10133
10134 \begin_layout Plain Layout
10135
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 </row>
10141 <row>
10142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146
10147 \series bold
10148 Annovi
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157 Silvia
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166 111
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 </row>
10172 <row>
10173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10174 \begin_inset Text
10175
10176 \begin_layout Plain Layout
10177
10178 \series bold
10179 Bertoli
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188 Stefano
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Plain Layout
10197 111
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 </row>
10203 <row>
10204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10205 \begin_inset Text
10206
10207 \begin_layout Plain Layout
10208
10209 \series bold
10210 Bozzi
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10216 \begin_inset Text
10217
10218 \begin_layout Plain Layout
10219 Walter
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10225 \begin_inset Text
10226
10227 \begin_layout Plain Layout
10228 111
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 </row>
10234 <row>
10235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10236 \begin_inset Text
10237
10238 \begin_layout Plain Layout
10239
10240 \series bold
10241 Cachia
10242 \end_layout
10243
10244 \end_inset
10245 </cell>
10246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250 Maria
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259 111
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 </row>
10265 <row>
10266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270
10271 \series bold
10272 Cachia
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281 Maurizio
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290 111
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 </row>
10296 <row>
10297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301
10302 \series bold
10303 Cinquemani
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312 Giusi
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321 111
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 </row>
10327 <row>
10328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332
10333 \series bold
10334 Colin
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343 Bernard
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352 111
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 </row>
10358 <row>
10359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363
10364 \series bold
10365 Concli
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374 Gianfranco
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383 111
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 </row>
10389 <row>
10390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394
10395 \series bold
10396 Dal Bosco
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405 Carolina
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414 111
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 </row>
10420 <row>
10421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425
10426 \series bold
10427 Dalpiaz
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436 Annamaria
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445 111
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 </row>
10451 <row>
10452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456
10457 \series bold
10458 Feliciello
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467 Domenico
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476 111
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 </row>
10482 <row>
10483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487
10488 \series bold
10489 Focarelli
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498 Paola
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507 111
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 </row>
10513 <row>
10514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518
10519 \series bold
10520 Galletti
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 Oreste
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 111
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 </row>
10544 <row>
10545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549
10550 \series bold
10551 Gasparini
10552 \end_layout
10553
10554 \end_inset
10555 </cell>
10556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560 Franca
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569 111
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 </row>
10575 <row>
10576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580
10581 \series bold
10582 Lassini
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591 Giancarlo
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600 111
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 </row>
10606 <row>
10607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611
10612 \series bold
10613 Malfatti
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622 Luciano
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631 111
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 </row>
10637 <row>
10638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642
10643 \series bold
10644 Malfatti
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653 Valeriano
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Plain Layout
10662 111
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 </row>
10668 <row>
10669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673
10674 \series bold
10675 Meneguzzo
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684 Roberto
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693 111
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 </row>
10699 <row>
10700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704
10705 \series bold
10706 Mezzadra
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715 Roberto
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 111
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 </row>
10730 <row>
10731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735
10736 \series bold
10737 Pirpamer
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 Erich
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755 111
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 </row>
10761 <row>
10762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766
10767 \series bold
10768 Pochiesa
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10774 \begin_inset Text
10775
10776 \begin_layout Plain Layout
10777 Paolo
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786 111, 222
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 </row>
10792 <row>
10793 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797
10798 \series bold
10799 Radina
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808 Claudio
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817 111
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 </row>
10823 <row>
10824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10825 \begin_inset Text
10826
10827 \begin_layout Plain Layout
10828
10829 \series bold
10830 Rizzardi
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10836 \begin_inset Text
10837
10838 \begin_layout Plain Layout
10839 Paolo, 11.
10840  Fürst von Montecompatri, 11.
10841  Fürst von Sulmona und Vivaro, 10.
10842  Fürst von Rossano, 5.
10843  Herzog von Canemorte, 11.
10844  Herzog von Palombara, 5.
10845  Herzog von Castelchiodato,
10846 \begin_inset ERT
10847 status open
10848
10849 \begin_layout Plain Layout
10850
10851 & 111
10852 \backslash
10853
10854 \backslash
10855  
10856 \backslash
10857 newpage
10858 \end_layout
10859
10860 \begin_layout Plain Layout
10861
10862 &
10863 \end_layout
10864
10865 \end_inset
10866
10867  11.
10868  Herzog von Poggionativo, 11.
10869  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10870  Graf von Valinfreda, 11.
10871  Baron von Cropalati, 11.
10872  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10873 \end_layout
10874
10875 \end_inset
10876 </cell>
10877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10878 \begin_inset Text
10879
10880 \begin_layout Plain Layout
10881
10882 \end_layout
10883
10884 \end_inset
10885 </cell>
10886 </row>
10887 <row>
10888 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892
10893 \series bold
10894 Stuffer
10895 \end_layout
10896
10897 \end_inset
10898 </cell>
10899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Plain Layout
10903 Oskar
10904 \end_layout
10905
10906 \end_inset
10907 </cell>
10908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912 111
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 </row>
10918 <row>
10919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10920 \begin_inset Text
10921
10922 \begin_layout Plain Layout
10923
10924 \series bold
10925 Tacchelli
10926 \end_layout
10927
10928 \end_inset
10929 </cell>
10930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10931 \begin_inset Text
10932
10933 \begin_layout Plain Layout
10934 Ugo
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10940 \begin_inset Text
10941
10942 \begin_layout Plain Layout
10943 111
10944 \end_layout
10945
10946 \end_inset
10947 </cell>
10948 </row>
10949 <row>
10950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10951 \begin_inset Text
10952
10953 \begin_layout Plain Layout
10954
10955 \series bold
10956 Tezzele
10957 \end_layout
10958
10959 \end_inset
10960 </cell>
10961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10962 \begin_inset Text
10963
10964 \begin_layout Plain Layout
10965 Margit
10966 \end_layout
10967
10968 \end_inset
10969 </cell>
10970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10971 \begin_inset Text
10972
10973 \begin_layout Plain Layout
10974 111
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 </row>
10980 <row>
10981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985
10986 \series bold
10987 Unterkalmsteiner
10988 \end_layout
10989
10990 \end_inset
10991 </cell>
10992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10993 \begin_inset Text
10994
10995 \begin_layout Plain Layout
10996 Frieda
10997 \end_layout
10998
10999 \end_inset
11000 </cell>
11001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005 111
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 </row>
11011 <row>
11012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11013 \begin_inset Text
11014
11015 \begin_layout Plain Layout
11016
11017 \series bold
11018 Vieider
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027 Hilde
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036 111
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 </row>
11042 <row>
11043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047
11048 \series bold
11049 Vigna
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058 Jürgen
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 111
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 </row>
11073 <row>
11074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11075 \begin_inset Text
11076
11077 \begin_layout Plain Layout
11078
11079 \series bold
11080 Weber
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Plain Layout
11089 Maurizio
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098 111
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 </row>
11104 <row>
11105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109
11110 \series bold
11111 Winkler
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120 Franz
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Plain Layout
11129 111
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 </row>
11135 </lyxtabular>
11136
11137 \end_inset
11138
11139
11140 \end_layout
11141
11142 \begin_layout Section
11143 Multiple Lines, Columns and Rows
11144 \end_layout
11145
11146 \begin_layout Subsection
11147 Multiple Lines in Table Cells
11148 \begin_inset CommandInset label
11149 LatexCommand label
11150 name "sub:Multiple-Lines-in"
11151
11152 \end_inset
11153
11154
11155 \begin_inset Index idx
11156 status collapsed
11157
11158 \begin_layout Plain Layout
11159 Multiple Lines in Table Cells
11160 \end_layout
11161
11162 \end_inset
11163
11164
11165 \begin_inset Index idx
11166 status collapsed
11167
11168 \begin_layout Plain Layout
11169 Table ! Linebreaks
11170 \end_layout
11171
11172 \end_inset
11173
11174
11175 \end_layout
11176
11177 \begin_layout Standard
11178 \noindent
11179 \begin_inset Float table
11180 placement H
11181 wide false
11182 sideways false
11183 status open
11184
11185 \begin_layout Plain Layout
11186 \begin_inset Caption Standard
11187
11188 \begin_layout Plain Layout
11189 \begin_inset CommandInset label
11190 LatexCommand label
11191 name "tab:Table-with-multiple"
11192
11193 \end_inset
11194
11195 Table with multiple lines in cells
11196 \end_layout
11197
11198 \end_inset
11199
11200
11201 \end_layout
11202
11203 \begin_layout Plain Layout
11204 \align center
11205 \begin_inset Tabular
11206 <lyxtabular version="3" rows="3" columns="3">
11207 <features rotate="0" tabularvalignment="middle">
11208 <column alignment="center" valignment="middle" width="2.5cm">
11209 <column alignment="center" valignment="middle">
11210 <column alignment="center" valignment="middle">
11211 <row>
11212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216 multiple
11217 \begin_inset Newline linebreak
11218 \end_inset
11219
11220 lines
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11226 \begin_inset Text
11227
11228 \begin_layout Plain Layout
11229 b
11230 \end_layout
11231
11232 \end_inset
11233 </cell>
11234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238 c
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 </row>
11244 <row>
11245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249 d
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258 e
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11264 \begin_inset Text
11265
11266 \begin_layout Plain Layout
11267 f
11268 \end_layout
11269
11270 \end_inset
11271 </cell>
11272 </row>
11273 <row>
11274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278 g
11279 \end_layout
11280
11281 \end_inset
11282 </cell>
11283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11284 \begin_inset Text
11285
11286 \begin_layout Plain Layout
11287 h
11288 \end_layout
11289
11290 \end_inset
11291 </cell>
11292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11293 \begin_inset Text
11294
11295 \begin_layout Plain Layout
11296 i
11297 \end_layout
11298
11299 \end_inset
11300 </cell>
11301 </row>
11302 </lyxtabular>
11303
11304 \end_inset
11305
11306
11307 \end_layout
11308
11309 \end_inset
11310
11311
11312 \end_layout
11313
11314 \begin_layout Standard
11315 Setting a fixed width for a column enables you to enter text as a paragraph
11316  with multiple lines and hyphenation.
11317 \end_layout
11318
11319 \begin_layout Standard
11320 To produce Table
11321 \begin_inset space ~
11322 \end_inset
11323
11324
11325 \begin_inset CommandInset ref
11326 LatexCommand ref
11327 reference "tab:Table-with-multiple"
11328
11329 \end_inset
11330
11331 , create a 3×3 table, mark the first cell and right-click on it.
11332  In the appearing table dialog we set a cell width of 2.5
11333 \begin_inset space \thinspace{}
11334 \end_inset
11335
11336 cm and choose centered for the vertical and horizontal alignment.
11337  The vertical alignment is used for all cells of the row.
11338  As our text is smaller than 2.5
11339 \begin_inset space \thinspace{}
11340 \end_inset
11341
11342 cm, only one line will appear.
11343  To get two lines, a justified line break (shortcut 
11344 \begin_inset Info
11345 type  "shortcut"
11346 arg   "newline-insert linebreak"
11347 \end_inset
11348
11349 ) was added.
11350  If the text is wider than the set cell width, it will automatically be
11351  broken to several lines.
11352 \end_layout
11353
11354 \begin_layout Standard
11355 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11356  by LaTeX if it is the first entry.
11357  Therefore you need to insert something to prevent the word not being the
11358  first entry.
11359  So add a horizontal space of 0
11360 \begin_inset space \thinspace{}
11361 \end_inset
11362
11363 pt before the word.
11364  As the space is zero, it doesn't change the output.
11365  Table
11366 \begin_inset space ~
11367 \end_inset
11368
11369
11370 \begin_inset CommandInset ref
11371 LatexCommand ref
11372 reference "tab:Table-with-and"
11373
11374 \end_inset
11375
11376  shows the effect.
11377 \end_layout
11378
11379 \begin_layout Standard
11380 \begin_inset Float table
11381 placement h
11382 wide false
11383 sideways false
11384 status open
11385
11386 \begin_layout Plain Layout
11387 \begin_inset Caption Standard
11388
11389 \begin_layout Plain Layout
11390 \begin_inset CommandInset label
11391 LatexCommand label
11392 name "tab:Table-with-and"
11393
11394 \end_inset
11395
11396 Table with and without hyphenation
11397 \end_layout
11398
11399 \end_inset
11400
11401
11402 \end_layout
11403
11404 \begin_layout Plain Layout
11405 \begin_inset space \hfill{}
11406 \end_inset
11407
11408
11409 \begin_inset Tabular
11410 <lyxtabular version="3" rows="3" columns="3">
11411 <features rotate="0" tabularvalignment="middle">
11412 <column alignment="center" valignment="middle" width="2.5cm">
11413 <column alignment="center" valignment="middle">
11414 <column alignment="center" valignment="middle">
11415 <row>
11416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420 verylongtablecellword
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 b
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Plain Layout
11438 c
11439 \end_layout
11440
11441 \end_inset
11442 </cell>
11443 </row>
11444 <row>
11445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449 d
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11455 \begin_inset Text
11456
11457 \begin_layout Plain Layout
11458 e
11459 \end_layout
11460
11461 \end_inset
11462 </cell>
11463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467 f
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 </row>
11473 <row>
11474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478 g
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487 h
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11493 \begin_inset Text
11494
11495 \begin_layout Plain Layout
11496 i
11497 \end_layout
11498
11499 \end_inset
11500 </cell>
11501 </row>
11502 </lyxtabular>
11503
11504 \end_inset
11505
11506
11507 \begin_inset space \hfill{}
11508 \end_inset
11509
11510
11511 \begin_inset Tabular
11512 <lyxtabular version="3" rows="3" columns="3">
11513 <features rotate="0" tabularvalignment="middle">
11514 <column alignment="center" valignment="middle" width="2.5cm">
11515 <column alignment="center" valignment="middle">
11516 <column alignment="center" valignment="middle">
11517 <row>
11518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Plain Layout
11522 \begin_inset space \hspace{}
11523 \length 0pt
11524 \end_inset
11525
11526 verylongtablecellword
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535 b
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Plain Layout
11544 c
11545 \end_layout
11546
11547 \end_inset
11548 </cell>
11549 </row>
11550 <row>
11551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555 d
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11561 \begin_inset Text
11562
11563 \begin_layout Plain Layout
11564 e
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11570 \begin_inset Text
11571
11572 \begin_layout Plain Layout
11573 f
11574 \end_layout
11575
11576 \end_inset
11577 </cell>
11578 </row>
11579 <row>
11580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584 g
11585 \end_layout
11586
11587 \end_inset
11588 </cell>
11589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11590 \begin_inset Text
11591
11592 \begin_layout Plain Layout
11593 h
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Plain Layout
11602 i
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 </row>
11608 </lyxtabular>
11609
11610 \end_inset
11611
11612
11613 \begin_inset space \hfill{}
11614 \end_inset
11615
11616
11617 \end_layout
11618
11619 \end_inset
11620
11621
11622 \end_layout
11623
11624 \begin_layout Subsection
11625 Multicolumns
11626 \begin_inset CommandInset label
11627 LatexCommand label
11628 name "sub:Multicolumns"
11629
11630 \end_inset
11631
11632
11633 \begin_inset Index idx
11634 status collapsed
11635
11636 \begin_layout Plain Layout
11637 Multicolumns
11638 \end_layout
11639
11640 \end_inset
11641
11642
11643 \begin_inset Index idx
11644 status collapsed
11645
11646 \begin_layout Plain Layout
11647 Table ! Multicolumns
11648 \end_layout
11649
11650 \end_inset
11651
11652
11653 \end_layout
11654
11655 \begin_layout Subsubsection
11656 Multicolumn Basics
11657 \end_layout
11658
11659 \begin_layout Standard
11660 To merge cells over multiple columns, select as many cells within a row
11661  as you want to merge and use either the table-toolbar button 
11662 \begin_inset Info
11663 type  "icon"
11664 arg   "inset-modify tabular multicolumn"
11665 \end_inset
11666
11667 , or the menu 
11668 \family sans
11669 Edit\SpecialChar \menuseparator
11670 Table\SpecialChar \menuseparator
11671 Multicolumn
11672 \family default
11673 , or right click on the marked cells and choose 
11674 \family sans
11675 Multicolumn
11676 \family default
11677  in the context menu.
11678 \end_layout
11679
11680 \begin_layout Standard
11681 Multicolumns have there own cell settings.
11682  That means changing cell borders, cell alignment, and the width only affects
11683  the multicolumn.
11684  Here is an example table with a multicolumn cell in the first row and one
11685  in the last row without the upper border:
11686 \end_layout
11687
11688 \begin_layout Standard
11689 \align center
11690 \begin_inset Tabular
11691 <lyxtabular version="3" rows="3" columns="4">
11692 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11693 <column alignment="center" valignment="top" width="0pt">
11694 <column alignment="center" valignment="middle">
11695 <column alignment="center" valignment="top" width="0in">
11696 <column alignment="center" valignment="top" width="0pt">
11697 <row>
11698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11699 \begin_inset Text
11700
11701 \begin_layout Plain Layout
11702 abc
11703 \end_layout
11704
11705 \end_inset
11706 </cell>
11707 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11708 \begin_inset Text
11709
11710 \begin_layout Plain Layout
11711 def ghi
11712 \end_layout
11713
11714 \end_inset
11715 </cell>
11716 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729 jkl
11730 \end_layout
11731
11732 \end_inset
11733 </cell>
11734 </row>
11735 <row>
11736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11737 \begin_inset Text
11738
11739 \begin_layout Plain Layout
11740
11741 \family roman
11742 \series medium
11743 \shape up
11744 \size normal
11745 \emph off
11746 \bar no
11747 \noun off
11748 \color none
11749 A
11750 \end_layout
11751
11752 \end_inset
11753 </cell>
11754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11755 \begin_inset Text
11756
11757 \begin_layout Plain Layout
11758 B
11759 \end_layout
11760
11761 \end_inset
11762 </cell>
11763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11764 \begin_inset Text
11765
11766 \begin_layout Plain Layout
11767 C
11768 \end_layout
11769
11770 \end_inset
11771 </cell>
11772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11773 \begin_inset Text
11774
11775 \begin_layout Plain Layout
11776 D
11777 \end_layout
11778
11779 \end_inset
11780 </cell>
11781 </row>
11782 <row>
11783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11784 \begin_inset Text
11785
11786 \begin_layout Plain Layout
11787 1
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796 2
11797 \end_layout
11798
11799 \end_inset
11800 </cell>
11801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11802 \begin_inset Text
11803
11804 \begin_layout Plain Layout
11805 3
11806 \end_layout
11807
11808 \end_inset
11809 </cell>
11810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11811 \begin_inset Text
11812
11813 \begin_layout Plain Layout
11814 4
11815 \end_layout
11816
11817 \end_inset
11818 </cell>
11819 </row>
11820 </lyxtabular>
11821
11822 \end_inset
11823
11824
11825 \end_layout
11826
11827 \begin_layout Subsubsection
11828 Multicolumn Calculations
11829 \begin_inset CommandInset label
11830 LatexCommand label
11831 name "sub:Multicolumn-Calculations"
11832
11833 \end_inset
11834
11835
11836 \begin_inset Index idx
11837 status collapsed
11838
11839 \begin_layout Plain Layout
11840 Multicolumns ! Calculations
11841 \end_layout
11842
11843 \end_inset
11844
11845
11846 \end_layout
11847
11848 \begin_layout Standard
11849 LyX supports multicolumns directly, but we have to take account of the cell
11850  width of the columns spanned by the multicolumn cell.
11851 \end_layout
11852
11853 \begin_layout Standard
11854 \begin_inset Float table
11855 placement h
11856 wide false
11857 sideways false
11858 status open
11859
11860 \begin_layout Plain Layout
11861 \begin_inset Caption Standard
11862
11863 \begin_layout Plain Layout
11864 \begin_inset CommandInset label
11865 LatexCommand label
11866 name "tab:Table-with-centered"
11867
11868 \end_inset
11869
11870 Table with centered multicolumn text above two columns that have exactly
11871  half the width of the multicolumn cell
11872 \begin_inset Argument 1
11873 status collapsed
11874
11875 \begin_layout Plain Layout
11876 Perfect multicolumn table
11877 \end_layout
11878
11879 \end_inset
11880
11881
11882 \end_layout
11883
11884 \end_inset
11885
11886
11887 \end_layout
11888
11889 \begin_layout Plain Layout
11890 \align center
11891 \begin_inset Tabular
11892 <lyxtabular version="3" rows="3" columns="3">
11893 <features rotate="0" tabularvalignment="middle">
11894 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11895 <column alignment="center" valignment="middle">
11896 <column alignment="center" valignment="top">
11897 <row>
11898 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11899 \begin_inset Text
11900
11901 \begin_layout Plain Layout
11902 multiple lines multicolumn
11903 \end_layout
11904
11905 \end_inset
11906 </cell>
11907 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11908 \begin_inset Text
11909
11910 \begin_layout Plain Layout
11911
11912 \end_layout
11913
11914 \end_inset
11915 </cell>
11916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11917 \begin_inset Text
11918
11919 \begin_layout Plain Layout
11920 c
11921 \end_layout
11922
11923 \end_inset
11924 </cell>
11925 </row>
11926 <row>
11927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11928 \begin_inset Text
11929
11930 \begin_layout Plain Layout
11931 d
11932 \end_layout
11933
11934 \end_inset
11935 </cell>
11936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11937 \begin_inset Text
11938
11939 \begin_layout Plain Layout
11940 e
11941 \end_layout
11942
11943 \end_inset
11944 </cell>
11945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11946 \begin_inset Text
11947
11948 \begin_layout Plain Layout
11949 f
11950 \end_layout
11951
11952 \end_inset
11953 </cell>
11954 </row>
11955 <row>
11956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11957 \begin_inset Text
11958
11959 \begin_layout Plain Layout
11960 g
11961 \end_layout
11962
11963 \end_inset
11964 </cell>
11965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11966 \begin_inset Text
11967
11968 \begin_layout Plain Layout
11969 h
11970 \end_layout
11971
11972 \end_inset
11973 </cell>
11974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11975 \begin_inset Text
11976
11977 \begin_layout Plain Layout
11978 i
11979 \end_layout
11980
11981 \end_inset
11982 </cell>
11983 </row>
11984 </lyxtabular>
11985
11986 \end_inset
11987
11988
11989 \end_layout
11990
11991 \end_inset
11992
11993
11994 \end_layout
11995
11996 \begin_layout Standard
11997 To create for example Table
11998 \begin_inset space ~
11999 \end_inset
12000
12001
12002 \begin_inset CommandInset ref
12003 LatexCommand ref
12004 reference "tab:Table-with-centered"
12005
12006 \end_inset
12007
12008 , mark the first two cells in the first row of a 3×3 table and right-click
12009  on them.
12010  Now choose for this cell 
12011 \emph on
12012 multicolumn
12013 \emph default
12014
12015 \emph on
12016 centered alignment
12017 \emph default
12018  and a width of 2.5
12019 \begin_inset space \thinspace{}
12020 \end_inset
12021
12022 cm in the table dialog.
12023  The merged columns should have exactly half the width of the multicolumn
12024  cell, so that you would set a width of 1.25
12025 \begin_inset space \thinspace{}
12026 \end_inset
12027
12028 cm for the first column.
12029  The second column has then automatically a width of 1.25
12030 \begin_inset space \thinspace{}
12031 \end_inset
12032
12033 cm (multicolumn width - width of first column).
12034  This was done for Table
12035 \begin_inset space ~
12036 \end_inset
12037
12038
12039 \begin_inset CommandInset ref
12040 LatexCommand ref
12041 reference "tab:Table-without-half"
12042
12043 \end_inset
12044
12045 .
12046 \end_layout
12047
12048 \begin_layout Standard
12049 \begin_inset Float table
12050 wide false
12051 sideways false
12052 status open
12053
12054 \begin_layout Plain Layout
12055 \begin_inset Caption Standard
12056
12057 \begin_layout Plain Layout
12058 \begin_inset CommandInset label
12059 LatexCommand label
12060 name "tab:Table-without-half"
12061
12062 \end_inset
12063
12064 Table where the spanned table columns are not exactly half the width of
12065  the multicolumn cell
12066 \begin_inset Argument 1
12067 status collapsed
12068
12069 \begin_layout Plain Layout
12070 Imperfect multicolumn table
12071 \end_layout
12072
12073 \end_inset
12074
12075
12076 \end_layout
12077
12078 \end_inset
12079
12080
12081 \end_layout
12082
12083 \begin_layout Plain Layout
12084 \align center
12085 \begin_inset Tabular
12086 <lyxtabular version="3" rows="3" columns="3">
12087 <features rotate="0" tabularvalignment="middle">
12088 <column alignment="center" valignment="top" width="1.25cm">
12089 <column alignment="center" valignment="top">
12090 <column alignment="center" valignment="top">
12091 <row>
12092 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12093 \begin_inset Text
12094
12095 \begin_layout Plain Layout
12096 multiple lines multicolumn
12097 \end_layout
12098
12099 \end_inset
12100 </cell>
12101 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12102 \begin_inset Text
12103
12104 \begin_layout Plain Layout
12105
12106 \end_layout
12107
12108 \end_inset
12109 </cell>
12110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12111 \begin_inset Text
12112
12113 \begin_layout Plain Layout
12114 c
12115 \end_layout
12116
12117 \end_inset
12118 </cell>
12119 </row>
12120 <row>
12121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12122 \begin_inset Text
12123
12124 \begin_layout Plain Layout
12125 d
12126 \end_layout
12127
12128 \end_inset
12129 </cell>
12130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12131 \begin_inset Text
12132
12133 \begin_layout Plain Layout
12134 e
12135 \end_layout
12136
12137 \end_inset
12138 </cell>
12139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12140 \begin_inset Text
12141
12142 \begin_layout Plain Layout
12143 f
12144 \end_layout
12145
12146 \end_inset
12147 </cell>
12148 </row>
12149 <row>
12150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12151 \begin_inset Text
12152
12153 \begin_layout Plain Layout
12154 g
12155 \end_layout
12156
12157 \end_inset
12158 </cell>
12159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12160 \begin_inset Text
12161
12162 \begin_layout Plain Layout
12163 h
12164 \end_layout
12165
12166 \end_inset
12167 </cell>
12168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12169 \begin_inset Text
12170
12171 \begin_layout Plain Layout
12172 i
12173 \end_layout
12174
12175 \end_inset
12176 </cell>
12177 </row>
12178 </lyxtabular>
12179
12180 \end_inset
12181
12182
12183 \end_layout
12184
12185 \end_inset
12186
12187
12188 \end_layout
12189
12190 \begin_layout Standard
12191 You can see that the first column is not half the width of the multicolumn
12192  cell, it is a bit bigger.
12193  The reason is that the specified width of a cell 
12194 \begin_inset Formula $W_{g}$
12195 \end_inset
12196
12197  is not its total width 
12198 \begin_inset Formula $W_{\mathrm{tot}}$
12199 \end_inset
12200
12201  because a cell is always a bit larger than specified.
12202  Appendix
12203 \begin_inset space ~
12204 \end_inset
12205
12206
12207 \begin_inset CommandInset ref
12208 LatexCommand ref
12209 reference "cha:Explanation-of-Equation"
12210
12211 \end_inset
12212
12213  explains this in detail.
12214 \end_layout
12215
12216 \begin_layout Standard
12217 The width 
12218 \begin_inset Formula $W_{g\, n}$
12219 \end_inset
12220
12221  which the user needs to set when 
12222 \emph on
12223 n
12224 \emph default
12225  columns are spanned can be calculated, so that each column has a total
12226  width of 
12227 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12228 \end_inset
12229
12230 :
12231 \begin_inset Formula 
12232 \begin{equation}
12233 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12234 \end{equation}
12235
12236 \end_inset
12237
12238
12239 \end_layout
12240
12241 \begin_layout Standard
12242 In our case we have 
12243 \begin_inset Formula $n=2$
12244 \end_inset
12245
12246
12247 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12248 \end_inset
12249
12250 cm and the default values for the lengths, so that equation 
12251 \begin_inset CommandInset ref
12252 LatexCommand ref
12253 reference "eq:Wgn"
12254
12255 \end_inset
12256
12257  becomes
12258 \begin_inset Formula 
12259 \begin{equation}
12260 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12261 \end{equation}
12262
12263 \end_inset
12264
12265
12266 \end_layout
12267
12268 \begin_layout Standard
12269 To enable calculations in LaTeX, the LaTeX-package 
12270 \series bold
12271 calc
12272 \series default
12273  must be loaded with the document preamble line
12274 \begin_inset Index idx
12275 status collapsed
12276
12277 \begin_layout Plain Layout
12278 LaTeX-packages ! calc
12279 \end_layout
12280
12281 \end_inset
12282
12283
12284 \end_layout
12285
12286 \begin_layout Standard
12287
12288 \series bold
12289
12290 \backslash
12291 usepackage{calc}
12292 \end_layout
12293
12294 \begin_layout Standard
12295 LyX does not allow you to calculate lengths in the 
12296 \family sans
12297 Width
12298 \family default
12299  field of the table dialog.
12300  Therefore you have to format the column by inserting a LaTeX-argument in
12301  the dialog.
12302  Here is an overview about the arguments:
12303 \end_layout
12304
12305 \begin_layout Itemize
12306
12307 \series bold
12308 p{width}
12309 \series default
12310  creates cell with a fixed width, its text is vertically top-aligned
12311 \end_layout
12312
12313 \begin_layout Itemize
12314
12315 \series bold
12316 m{width}
12317 \series default
12318  creates cell with a fixed width, its text is vertically centered
12319 \end_layout
12320
12321 \begin_layout Itemize
12322
12323 \series bold
12324 b{width}
12325 \series default
12326  creates cell with a fixed width, its text is vertically bottom-aligned
12327 \end_layout
12328
12329 \begin_layout Standard
12330 By entering a LaTeX-argument, all cell settings set in the table dialog
12331  are overwritten.
12332 \end_layout
12333
12334 \begin_layout Standard
12335 \begin_inset Note Greyedout
12336 status open
12337
12338 \begin_layout Plain Layout
12339
12340 \series bold
12341 Note:
12342 \series default
12343  Due to a bug, LyX shows the overwritten settings anyway.
12344 \end_layout
12345
12346 \end_inset
12347
12348
12349 \end_layout
12350
12351 \begin_layout Standard
12352 As the text should be horizontally centered, the command 
12353 \series bold
12354
12355 \backslash
12356 centering
12357 \series default
12358  is added.
12359  You can now enter the following LaTeX-argument for the first spanned column:
12360 \end_layout
12361
12362 \begin_layout Standard
12363
12364 \series bold
12365 >{
12366 \backslash
12367 centering}m{1.25cm-6.2pt}
12368 \end_layout
12369
12370 \begin_layout Standard
12371 The command 
12372 \series bold
12373 >{ }
12374 \series default
12375  means, that the commands inside the braces are applied before the cell
12376  is created.
12377 \end_layout
12378
12379 \begin_layout Standard
12380 Although we have chosen centered alignment for the text of the multicolumn
12381  cell, it is still left aligned.
12382  This is because LyX only applies the alignment to single columns.
12383  So for the multicolumn cell we have to use the LaTeX-argument
12384 \end_layout
12385
12386 \begin_layout Standard
12387
12388 \series bold
12389 >{
12390 \backslash
12391 centering}m{2.5cm}
12392 \end_layout
12393
12394 \begin_layout Subsection
12395 Multirows
12396 \begin_inset CommandInset label
12397 LatexCommand label
12398 name "sub:Multirows"
12399
12400 \end_inset
12401
12402
12403 \begin_inset Index idx
12404 status collapsed
12405
12406 \begin_layout Plain Layout
12407 Multirows
12408 \end_layout
12409
12410 \end_inset
12411
12412
12413 \begin_inset Index idx
12414 status collapsed
12415
12416 \begin_layout Plain Layout
12417 Table ! Multirows
12418 \end_layout
12419
12420 \end_inset
12421
12422
12423 \end_layout
12424
12425 \begin_layout Standard
12426 To merge cells over multiple rows, select as many cells within a column
12427  as you want to merge and use either the table-toolbar button 
12428 \begin_inset Info
12429 type  "icon"
12430 arg   "inset-modify tabular multirow"
12431 \end_inset
12432
12433 , or the menu 
12434 \family sans
12435 Edit\SpecialChar \menuseparator
12436 Table\SpecialChar \menuseparator
12437 Multirow
12438 \family default
12439 , or right click on the marked cells and choose 
12440 \family sans
12441 Multirow
12442 \family default
12443  in the context menu.
12444 \end_layout
12445
12446 \begin_layout Standard
12447 Here is an example table with a multirow in the first column:
12448 \end_layout
12449
12450 \begin_layout Standard
12451 \align center
12452 \begin_inset Tabular
12453 <lyxtabular version="3" rows="3" columns="3">
12454 <features rotate="0" tabularvalignment="middle">
12455 <column alignment="center" valignment="top" width="0pt">
12456 <column alignment="center" valignment="top">
12457 <column alignment="center" valignment="top">
12458 <row>
12459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12460 \begin_inset Text
12461
12462 \begin_layout Plain Layout
12463 a long cell entry
12464 \end_layout
12465
12466 \end_inset
12467 </cell>
12468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12469 \begin_inset Text
12470
12471 \begin_layout Plain Layout
12472 b
12473 \end_layout
12474
12475 \end_inset
12476 </cell>
12477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12478 \begin_inset Text
12479
12480 \begin_layout Plain Layout
12481 c
12482 \end_layout
12483
12484 \end_inset
12485 </cell>
12486 </row>
12487 <row>
12488 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12489 \begin_inset Text
12490
12491 \begin_layout Plain Layout
12492 multirow
12493 \end_layout
12494
12495 \end_inset
12496 </cell>
12497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12498 \begin_inset Text
12499
12500 \begin_layout Plain Layout
12501 e
12502 \end_layout
12503
12504 \end_inset
12505 </cell>
12506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510 f
12511 \end_layout
12512
12513 \end_inset
12514 </cell>
12515 </row>
12516 <row>
12517 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12518 \begin_inset Text
12519
12520 \begin_layout Plain Layout
12521
12522 \end_layout
12523
12524 \end_inset
12525 </cell>
12526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12527 \begin_inset Text
12528
12529 \begin_layout Plain Layout
12530 h
12531 \end_layout
12532
12533 \end_inset
12534 </cell>
12535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12536 \begin_inset Text
12537
12538 \begin_layout Plain Layout
12539 i
12540 \end_layout
12541
12542 \end_inset
12543 </cell>
12544 </row>
12545 </lyxtabular>
12546
12547 \end_inset
12548
12549
12550 \end_layout
12551
12552 \begin_layout Standard
12553 The width of multirow cells is set by setting the width and alignment for
12554  the whole column.
12555  The 
12556 \family sans
12557 Vertical Offset
12558 \family default
12559  shifts the content of the multirow up/down if the offset is positive/negative.
12560 \end_layout
12561
12562 \begin_layout Standard
12563 If the column of a multirow cell has no explicit width, the multirow cell
12564  inherits the alignment of the column.
12565  Otherwise it is by default left-aligned.
12566  To override the default, renew the command 
12567 \series bold
12568
12569 \backslash
12570 multirowsetup
12571 \series default
12572  with the command
12573 \end_layout
12574
12575 \begin_layout Standard
12576
12577 \series bold
12578
12579 \backslash
12580 renewcommand{
12581 \backslash
12582 multirowsetup}{
12583 \backslash
12584 centering}
12585 \end_layout
12586
12587 \begin_layout Standard
12588 in the document preamble.
12589  Then all entries of multirow cells in the document are centered.
12590  If centering is only needed for several tables, you can renew the command
12591  in a TeX-Code box just before the table instead of the preamble.
12592  If the text should be right-aligned, replace 
12593 \series bold
12594
12595 \backslash
12596 centering
12597 \series default
12598  by 
12599 \series bold
12600
12601 \backslash
12602 raggedleft
12603 \series default
12604 .
12605  To return to left-alignment 
12606 \series bold
12607
12608 \backslash
12609 raggedright
12610 \series default
12611  is used.
12612 \end_layout
12613
12614 \begin_layout Standard
12615 This is an example table with a right-aligned multirow cell that has a vertical
12616  offset of -4
12617 \begin_inset space \thinspace{}
12618 \end_inset
12619
12620 mm and is in a 3
12621 \begin_inset space \thinspace{}
12622 \end_inset
12623
12624 cm wide column:
12625 \end_layout
12626
12627 \begin_layout Standard
12628 \noindent
12629 \align center
12630 \begin_inset ERT
12631 status collapsed
12632
12633 \begin_layout Plain Layout
12634
12635
12636 \backslash
12637 renewcommand{
12638 \backslash
12639 multirowsetup}{
12640 \backslash
12641 raggedleft}
12642 \end_layout
12643
12644 \end_inset
12645
12646
12647 \begin_inset Tabular
12648 <lyxtabular version="3" rows="4" columns="3">
12649 <features rotate="0" tabularvalignment="middle">
12650 <column alignment="center" valignment="top" width="3cm">
12651 <column alignment="center" valignment="top">
12652 <column alignment="center" valignment="top">
12653 <row>
12654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12655 \begin_inset Text
12656
12657 \begin_layout Plain Layout
12658 a long cell entry
12659 \end_layout
12660
12661 \end_inset
12662 </cell>
12663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12664 \begin_inset Text
12665
12666 \begin_layout Plain Layout
12667 b
12668 \end_layout
12669
12670 \end_inset
12671 </cell>
12672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12673 \begin_inset Text
12674
12675 \begin_layout Plain Layout
12676 c
12677 \end_layout
12678
12679 \end_inset
12680 </cell>
12681 </row>
12682 <row>
12683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12684 \begin_inset Text
12685
12686 \begin_layout Plain Layout
12687 t
12688 \end_layout
12689
12690 \end_inset
12691 </cell>
12692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12693 \begin_inset Text
12694
12695 \begin_layout Plain Layout
12696 n
12697 \end_layout
12698
12699 \end_inset
12700 </cell>
12701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12702 \begin_inset Text
12703
12704 \begin_layout Plain Layout
12705 m
12706 \end_layout
12707
12708 \end_inset
12709 </cell>
12710 </row>
12711 <row>
12712 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12713 \begin_inset Text
12714
12715 \begin_layout Plain Layout
12716 multirow
12717 \end_layout
12718
12719 \end_inset
12720 </cell>
12721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12722 \begin_inset Text
12723
12724 \begin_layout Plain Layout
12725 e
12726 \end_layout
12727
12728 \end_inset
12729 </cell>
12730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12731 \begin_inset Text
12732
12733 \begin_layout Plain Layout
12734 f
12735 \end_layout
12736
12737 \end_inset
12738 </cell>
12739 </row>
12740 <row>
12741 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12742 \begin_inset Text
12743
12744 \begin_layout Plain Layout
12745
12746 \end_layout
12747
12748 \end_inset
12749 </cell>
12750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12751 \begin_inset Text
12752
12753 \begin_layout Plain Layout
12754 h
12755 \end_layout
12756
12757 \end_inset
12758 </cell>
12759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12760 \begin_inset Text
12761
12762 \begin_layout Plain Layout
12763 i
12764 \end_layout
12765
12766 \end_inset
12767 </cell>
12768 </row>
12769 </lyxtabular>
12770
12771 \end_inset
12772
12773
12774 \begin_inset ERT
12775 status collapsed
12776
12777 \begin_layout Plain Layout
12778
12779
12780 \backslash
12781 renewcommand{
12782 \backslash
12783 multirowsetup}{
12784 \backslash
12785 raggedright}
12786 \end_layout
12787
12788 \end_inset
12789
12790
12791 \end_layout
12792
12793 \begin_layout Standard
12794 To start a new line in a multirow you can use a forced line break (shortcut
12795  
12796 \begin_inset Info
12797 type  "shortcut"
12798 arg   "newline-insert newline"
12799 \end_inset
12800
12801 ) but this will not respect the cell lines as demonstrated in this table:
12802 \end_layout
12803
12804 \begin_layout Standard
12805 \noindent
12806 \align center
12807 \begin_inset Tabular
12808 <lyxtabular version="3" rows="3" columns="2">
12809 <features rotate="0" tabularvalignment="middle">
12810 <column alignment="left" valignment="middle" width="2cm">
12811 <column alignment="center" valignment="top">
12812 <row>
12813 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817 aaa
12818 \begin_inset Newline newline
12819 \end_inset
12820
12821 aaa
12822 \begin_inset Newline newline
12823 \end_inset
12824
12825 wrong cell
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12831 \begin_inset Text
12832
12833 \begin_layout Plain Layout
12834 ccc
12835 \end_layout
12836
12837 \end_inset
12838 </cell>
12839 </row>
12840 <row>
12841 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12842 \begin_inset Text
12843
12844 \begin_layout Plain Layout
12845
12846 \end_layout
12847
12848 \end_inset
12849 </cell>
12850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12851 \begin_inset Text
12852
12853 \begin_layout Plain Layout
12854 ddd
12855 \end_layout
12856
12857 \end_inset
12858 </cell>
12859 </row>
12860 <row>
12861 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12862 \begin_inset Text
12863
12864 \begin_layout Plain Layout
12865 bbb
12866 \end_layout
12867
12868 \end_inset
12869 </cell>
12870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12871 \begin_inset Text
12872
12873 \begin_layout Plain Layout
12874 eee
12875 \end_layout
12876
12877 \end_inset
12878 </cell>
12879 </row>
12880 </lyxtabular>
12881
12882 \end_inset
12883
12884
12885 \end_layout
12886
12887 \begin_layout Standard
12888 Therefore be careful with forced line breaks.
12889 \end_layout
12890
12891 \begin_layout Subsection
12892 Cells with diagonal line(s)
12893 \end_layout
12894
12895 \begin_layout Standard
12896 To tell the reader what is meant by column and row headings in a table,
12897  it is helpful to split the first cell of the table by one or two diagonal
12898  lines.
12899  This can be achieved by loading the LaTeX-package 
12900 \series bold
12901 diagbox
12902 \series default
12903
12904 \begin_inset Index idx
12905 status collapsed
12906
12907 \begin_layout Plain Layout
12908 LaTeX-packages ! picinpar
12909 \end_layout
12910
12911 \end_inset
12912
12913  in the document preamble.
12914  The package provides the command 
12915 \series bold
12916
12917 \backslash
12918 diagbox
12919 \series default
12920  that is inserted as TeX-Code and that can take 2 or 3
12921 \begin_inset space ~
12922 \end_inset
12923
12924 arguments:
12925 \end_layout
12926
12927 \begin_layout Standard
12928
12929 \series bold
12930
12931 \backslash
12932 diagbox[options]{lower left}{upper right}
12933 \end_layout
12934
12935 \begin_layout Standard
12936
12937 \series bold
12938
12939 \backslash
12940 diagbox[options]{lower left}{upper left}{upper right}
12941 \end_layout
12942
12943 \begin_layout Standard
12944 The first scheme divides the cell by a single diagonal line and the arguments
12945  are placed below and above this line.
12946  The second scheme divides the cell by 2
12947 \begin_inset space ~
12948 \end_inset
12949
12950 lines.
12951 \end_layout
12952
12953 \begin_layout Standard
12954 \begin_inset ERT
12955 status collapsed
12956
12957 \begin_layout Plain Layout
12958
12959
12960 \backslash
12961 ifdiagbox
12962 \end_layout
12963
12964 \end_inset
12965
12966
12967 \begin_inset Note Note
12968 status open
12969
12970 \begin_layout Plain Layout
12971 The following section will only be displayed when the LaTeX-package 
12972 \series bold
12973 diagbox
12974 \series default
12975  is installed.
12976 \end_layout
12977
12978 \end_inset
12979
12980
12981 \end_layout
12982
12983 \begin_layout Standard
12984 Here is an example table where 
12985 \series bold
12986
12987 \backslash
12988 diagbox 
12989 \series default
12990 is used in the 2-argument scheme in the first cell:
12991 \begin_inset VSpace medskip
12992 \end_inset
12993
12994
12995 \end_layout
12996
12997 \begin_layout Standard
12998 \noindent
12999 \begin_inset Tabular
13000 <lyxtabular version="3" rows="4" columns="4">
13001 <features rotate="0" tabularvalignment="middle">
13002 <column alignment="center" valignment="top">
13003 <column alignment="center" valignment="top">
13004 <column alignment="center" valignment="top">
13005 <column alignment="center" valignment="top">
13006 <row>
13007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13008 \begin_inset Text
13009
13010 \begin_layout Plain Layout
13011 \begin_inset ERT
13012 status collapsed
13013
13014 \begin_layout Plain Layout
13015
13016
13017 \backslash
13018 diagbox{
13019 \end_layout
13020
13021 \end_inset
13022
13023 Name
13024 \begin_inset ERT
13025 status collapsed
13026
13027 \begin_layout Plain Layout
13028
13029 }{
13030 \end_layout
13031
13032 \end_inset
13033
13034 Parameter
13035 \begin_inset ERT
13036 status collapsed
13037
13038 \begin_layout Plain Layout
13039
13040 }
13041 \end_layout
13042
13043 \end_inset
13044
13045
13046 \end_layout
13047
13048 \end_inset
13049 </cell>
13050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13051 \begin_inset Text
13052
13053 \begin_layout Plain Layout
13054 Thickness in nm
13055 \end_layout
13056
13057 \end_inset
13058 </cell>
13059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13060 \begin_inset Text
13061
13062 \begin_layout Plain Layout
13063 Transparency in %
13064 \end_layout
13065
13066 \end_inset
13067 </cell>
13068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13069 \begin_inset Text
13070
13071 \begin_layout Plain Layout
13072 Hardness in MPa
13073 \end_layout
13074
13075 \end_inset
13076 </cell>
13077 </row>
13078 <row>
13079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13080 \begin_inset Text
13081
13082 \begin_layout Plain Layout
13083 Perfect Green
13084 \end_layout
13085
13086 \end_inset
13087 </cell>
13088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13089 \begin_inset Text
13090
13091 \begin_layout Plain Layout
13092 45
13093 \end_layout
13094
13095 \end_inset
13096 </cell>
13097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13098 \begin_inset Text
13099
13100 \begin_layout Plain Layout
13101 80
13102 \end_layout
13103
13104 \end_inset
13105 </cell>
13106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13107 \begin_inset Text
13108
13109 \begin_layout Plain Layout
13110 504
13111 \end_layout
13112
13113 \end_inset
13114 </cell>
13115 </row>
13116 <row>
13117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13118 \begin_inset Text
13119
13120 \begin_layout Plain Layout
13121 Dark Multi-P
13122 \end_layout
13123
13124 \end_inset
13125 </cell>
13126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13127 \begin_inset Text
13128
13129 \begin_layout Plain Layout
13130 60
13131 \end_layout
13132
13133 \end_inset
13134 </cell>
13135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13136 \begin_inset Text
13137
13138 \begin_layout Plain Layout
13139 72
13140 \end_layout
13141
13142 \end_inset
13143 </cell>
13144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13145 \begin_inset Text
13146
13147 \begin_layout Plain Layout
13148 982
13149 \end_layout
13150
13151 \end_inset
13152 </cell>
13153 </row>
13154 <row>
13155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13156 \begin_inset Text
13157
13158 \begin_layout Plain Layout
13159 Crystal Clear Pro
13160 \end_layout
13161
13162 \end_inset
13163 </cell>
13164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Plain Layout
13168 18
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 86
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13183 \begin_inset Text
13184
13185 \begin_layout Plain Layout
13186 374
13187 \end_layout
13188
13189 \end_inset
13190 </cell>
13191 </row>
13192 </lyxtabular>
13193
13194 \end_inset
13195
13196
13197 \begin_inset VSpace medskip
13198 \end_inset
13199
13200
13201 \end_layout
13202
13203 \begin_layout Standard
13204 The 3-argument scheme is for example useful for cross-tables of sports leagues
13205  or distances:
13206 \end_layout
13207
13208 \begin_layout Standard
13209 \noindent
13210 \align center
13211 \begin_inset Tabular
13212 <lyxtabular version="3" rows="4" columns="4">
13213 <features rotate="0" tabularvalignment="middle">
13214 <column alignment="center" valignment="top" width="0pt">
13215 <column alignment="center" valignment="top">
13216 <column alignment="center" valignment="top">
13217 <column alignment="center" valignment="top">
13218 <row>
13219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13220 \begin_inset Text
13221
13222 \begin_layout Plain Layout
13223 \begin_inset ERT
13224 status collapsed
13225
13226 \begin_layout Plain Layout
13227
13228
13229 \backslash
13230 diagbox{
13231 \end_layout
13232
13233 \end_inset
13234
13235 Team home
13236 \begin_inset ERT
13237 status collapsed
13238
13239 \begin_layout Plain Layout
13240
13241 }{
13242 \end_layout
13243
13244 \end_inset
13245
13246 Result
13247 \begin_inset ERT
13248 status collapsed
13249
13250 \begin_layout Plain Layout
13251
13252 }{
13253 \end_layout
13254
13255 \end_inset
13256
13257 Team away
13258 \begin_inset ERT
13259 status collapsed
13260
13261 \begin_layout Plain Layout
13262
13263 }
13264 \end_layout
13265
13266 \end_inset
13267
13268
13269 \end_layout
13270
13271 \end_inset
13272 </cell>
13273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13274 \begin_inset Text
13275
13276 \begin_layout Plain Layout
13277 Tigers
13278 \end_layout
13279
13280 \end_inset
13281 </cell>
13282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13283 \begin_inset Text
13284
13285 \begin_layout Plain Layout
13286 Panthers
13287 \end_layout
13288
13289 \end_inset
13290 </cell>
13291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13292 \begin_inset Text
13293
13294 \begin_layout Plain Layout
13295 Falcons
13296 \end_layout
13297
13298 \end_inset
13299 </cell>
13300 </row>
13301 <row>
13302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13303 \begin_inset Text
13304
13305 \begin_layout Plain Layout
13306 Tigers
13307 \end_layout
13308
13309 \end_inset
13310 </cell>
13311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13312 \begin_inset Text
13313
13314 \begin_layout Plain Layout
13315 ---
13316 \end_layout
13317
13318 \end_inset
13319 </cell>
13320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13321 \begin_inset Text
13322
13323 \begin_layout Plain Layout
13324 1:3
13325 \end_layout
13326
13327 \end_inset
13328 </cell>
13329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13330 \begin_inset Text
13331
13332 \begin_layout Plain Layout
13333 0:1
13334 \end_layout
13335
13336 \end_inset
13337 </cell>
13338 </row>
13339 <row>
13340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Plain Layout
13344 Panthers
13345 \end_layout
13346
13347 \end_inset
13348 </cell>
13349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13350 \begin_inset Text
13351
13352 \begin_layout Plain Layout
13353 3:1
13354 \end_layout
13355
13356 \end_inset
13357 </cell>
13358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13359 \begin_inset Text
13360
13361 \begin_layout Plain Layout
13362 ---
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Plain Layout
13371 0:0
13372 \end_layout
13373
13374 \end_inset
13375 </cell>
13376 </row>
13377 <row>
13378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382 Falcons
13383 \end_layout
13384
13385 \end_inset
13386 </cell>
13387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13388 \begin_inset Text
13389
13390 \begin_layout Plain Layout
13391 1:0
13392 \end_layout
13393
13394 \end_inset
13395 </cell>
13396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13397 \begin_inset Text
13398
13399 \begin_layout Plain Layout
13400 0:0
13401 \end_layout
13402
13403 \end_inset
13404 </cell>
13405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13406 \begin_inset Text
13407
13408 \begin_layout Plain Layout
13409 ---
13410 \end_layout
13411
13412 \end_inset
13413 </cell>
13414 </row>
13415 </lyxtabular>
13416
13417 \end_inset
13418
13419
13420 \end_layout
13421
13422 \begin_layout Standard
13423 For larger cross-tables one might use split cells in 2 or every corner of
13424  the table like in this example:
13425 \end_layout
13426
13427 \begin_layout Standard
13428 \noindent
13429 \align center
13430 \begin_inset Tabular
13431 <lyxtabular version="3" rows="5" columns="5">
13432 <features rotate="0" tabularvalignment="middle">
13433 <column alignment="center" valignment="top" width="0pt">
13434 <column alignment="center" valignment="top">
13435 <column alignment="center" valignment="top">
13436 <column alignment="center" valignment="top">
13437 <column alignment="center" valignment="top">
13438 <row>
13439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13440 \begin_inset Text
13441
13442 \begin_layout Plain Layout
13443 \begin_inset ERT
13444 status open
13445
13446 \begin_layout Plain Layout
13447
13448
13449 \backslash
13450 diagbox{
13451 \end_layout
13452
13453 \end_inset
13454
13455 Team home
13456 \begin_inset ERT
13457 status collapsed
13458
13459 \begin_layout Plain Layout
13460
13461 }{
13462 \end_layout
13463
13464 \end_inset
13465
13466 Result
13467 \begin_inset ERT
13468 status collapsed
13469
13470 \begin_layout Plain Layout
13471
13472 }{
13473 \end_layout
13474
13475 \end_inset
13476
13477 Team away
13478 \begin_inset ERT
13479 status collapsed
13480
13481 \begin_layout Plain Layout
13482
13483 }
13484 \end_layout
13485
13486 \end_inset
13487
13488
13489 \end_layout
13490
13491 \end_inset
13492 </cell>
13493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13494 \begin_inset Text
13495
13496 \begin_layout Plain Layout
13497 Tigers
13498 \end_layout
13499
13500 \end_inset
13501 </cell>
13502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13503 \begin_inset Text
13504
13505 \begin_layout Plain Layout
13506 Panthers
13507 \end_layout
13508
13509 \end_inset
13510 </cell>
13511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13512 \begin_inset Text
13513
13514 \begin_layout Plain Layout
13515 Falcons
13516 \end_layout
13517
13518 \end_inset
13519 </cell>
13520 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13521 \begin_inset Text
13522
13523 \begin_layout Plain Layout
13524 \begin_inset ERT
13525 status open
13526
13527 \begin_layout Plain Layout
13528
13529
13530 \backslash
13531 diagbox[dir=NE]{
13532 \end_layout
13533
13534 \end_inset
13535
13536 Team home
13537 \begin_inset ERT
13538 status collapsed
13539
13540 \begin_layout Plain Layout
13541
13542 }{
13543 \end_layout
13544
13545 \end_inset
13546
13547 Result
13548 \begin_inset ERT
13549 status collapsed
13550
13551 \begin_layout Plain Layout
13552
13553 }{
13554 \end_layout
13555
13556 \end_inset
13557
13558 Team away
13559 \begin_inset ERT
13560 status collapsed
13561
13562 \begin_layout Plain Layout
13563
13564 }
13565 \end_layout
13566
13567 \end_inset
13568
13569
13570 \end_layout
13571
13572 \end_inset
13573 </cell>
13574 </row>
13575 <row>
13576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13577 \begin_inset Text
13578
13579 \begin_layout Plain Layout
13580 Tigers
13581 \end_layout
13582
13583 \end_inset
13584 </cell>
13585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13586 \begin_inset Text
13587
13588 \begin_layout Plain Layout
13589 ---
13590 \end_layout
13591
13592 \end_inset
13593 </cell>
13594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13595 \begin_inset Text
13596
13597 \begin_layout Plain Layout
13598 1:3
13599 \end_layout
13600
13601 \end_inset
13602 </cell>
13603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13604 \begin_inset Text
13605
13606 \begin_layout Plain Layout
13607 0:1
13608 \end_layout
13609
13610 \end_inset
13611 </cell>
13612 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13613 \begin_inset Text
13614
13615 \begin_layout Plain Layout
13616 Tigers
13617 \end_layout
13618
13619 \end_inset
13620 </cell>
13621 </row>
13622 <row>
13623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13624 \begin_inset Text
13625
13626 \begin_layout Plain Layout
13627 Panthers
13628 \end_layout
13629
13630 \end_inset
13631 </cell>
13632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13633 \begin_inset Text
13634
13635 \begin_layout Plain Layout
13636 3:1
13637 \end_layout
13638
13639 \end_inset
13640 </cell>
13641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13642 \begin_inset Text
13643
13644 \begin_layout Plain Layout
13645 ---
13646 \end_layout
13647
13648 \end_inset
13649 </cell>
13650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13651 \begin_inset Text
13652
13653 \begin_layout Plain Layout
13654 0:0
13655 \end_layout
13656
13657 \end_inset
13658 </cell>
13659 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13660 \begin_inset Text
13661
13662 \begin_layout Plain Layout
13663 Panthers
13664 \end_layout
13665
13666 \end_inset
13667 </cell>
13668 </row>
13669 <row>
13670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13671 \begin_inset Text
13672
13673 \begin_layout Plain Layout
13674 Falcons
13675 \end_layout
13676
13677 \end_inset
13678 </cell>
13679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13680 \begin_inset Text
13681
13682 \begin_layout Plain Layout
13683 1:0
13684 \end_layout
13685
13686 \end_inset
13687 </cell>
13688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13689 \begin_inset Text
13690
13691 \begin_layout Plain Layout
13692 0:0
13693 \end_layout
13694
13695 \end_inset
13696 </cell>
13697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13698 \begin_inset Text
13699
13700 \begin_layout Plain Layout
13701 ---
13702 \end_layout
13703
13704 \end_inset
13705 </cell>
13706 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13707 \begin_inset Text
13708
13709 \begin_layout Plain Layout
13710 Falcons
13711 \end_layout
13712
13713 \end_inset
13714 </cell>
13715 </row>
13716 <row>
13717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Plain Layout
13721 \begin_inset ERT
13722 status open
13723
13724 \begin_layout Plain Layout
13725
13726
13727 \backslash
13728 diagbox[dir=SW]{
13729 \end_layout
13730
13731 \end_inset
13732
13733 Team home
13734 \begin_inset ERT
13735 status collapsed
13736
13737 \begin_layout Plain Layout
13738
13739 }{
13740 \end_layout
13741
13742 \end_inset
13743
13744 Result
13745 \begin_inset ERT
13746 status collapsed
13747
13748 \begin_layout Plain Layout
13749
13750 }{
13751 \end_layout
13752
13753 \end_inset
13754
13755 Team away
13756 \begin_inset ERT
13757 status collapsed
13758
13759 \begin_layout Plain Layout
13760
13761 }
13762 \end_layout
13763
13764 \end_inset
13765
13766
13767 \end_layout
13768
13769 \end_inset
13770 </cell>
13771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13772 \begin_inset Text
13773
13774 \begin_layout Plain Layout
13775 Tigers
13776 \end_layout
13777
13778 \end_inset
13779 </cell>
13780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13781 \begin_inset Text
13782
13783 \begin_layout Plain Layout
13784 Panthers
13785 \end_layout
13786
13787 \end_inset
13788 </cell>
13789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Plain Layout
13793 Falcons
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 \begin_inset ERT
13803 status open
13804
13805 \begin_layout Plain Layout
13806
13807
13808 \backslash
13809 diagbox[dir=SE]{
13810 \end_layout
13811
13812 \end_inset
13813
13814 Team home
13815 \begin_inset ERT
13816 status collapsed
13817
13818 \begin_layout Plain Layout
13819
13820 }{
13821 \end_layout
13822
13823 \end_inset
13824
13825 Result
13826 \begin_inset ERT
13827 status collapsed
13828
13829 \begin_layout Plain Layout
13830
13831 }{
13832 \end_layout
13833
13834 \end_inset
13835
13836 Team away
13837 \begin_inset ERT
13838 status collapsed
13839
13840 \begin_layout Plain Layout
13841
13842 }
13843 \end_layout
13844
13845 \end_inset
13846
13847
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 </row>
13853 </lyxtabular>
13854
13855 \end_inset
13856
13857
13858 \end_layout
13859
13860 \begin_layout Standard
13861 To rotate the diagonal lines, the command option 
13862 \series bold
13863 dir=direction
13864 \series default
13865  is used.
13866  
13867 \emph on
13868 direction
13869 \emph default
13870  is either 
13871 \series bold
13872 NE
13873 \series default
13874
13875 \series bold
13876 DE
13877 \series default
13878
13879 \series bold
13880 SW
13881 \series default
13882  or 
13883 \series bold
13884 NW
13885 \series default
13886  and represent a point of a compass.
13887  
13888 \series bold
13889 SW
13890 \series default
13891  is for example the south-west corner.
13892  Thus in the lower left cell of the above table the command
13893 \end_layout
13894
13895 \begin_layout Standard
13896
13897 \series bold
13898
13899 \backslash
13900 diagbox[dir=SW]{Team home}{Result}{Team away}
13901 \end_layout
13902
13903 \begin_layout Standard
13904 is used.
13905  If no direction is given, it will be NW.
13906 \end_layout
13907
13908 \begin_layout Standard
13909 The necessary width of split cells is automatically calculated.
13910  Thus if you set a fixed column width smaller than the calculated one, the
13911  cell's content will protrude the cell borders:
13912 \end_layout
13913
13914 \begin_layout Standard
13915 \noindent
13916 \align center
13917 \begin_inset Tabular
13918 <lyxtabular version="3" rows="2" columns="2">
13919 <features rotate="0" tabularvalignment="middle">
13920 <column alignment="center" valignment="top" width="3cm">
13921 <column alignment="center" valignment="top">
13922 <row>
13923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13924 \begin_inset Text
13925
13926 \begin_layout Plain Layout
13927 \begin_inset ERT
13928 status collapsed
13929
13930 \begin_layout Plain Layout
13931
13932
13933 \backslash
13934 diagbox{
13935 \end_layout
13936
13937 \end_inset
13938
13939 Name
13940 \begin_inset ERT
13941 status collapsed
13942
13943 \begin_layout Plain Layout
13944
13945 }{
13946 \end_layout
13947
13948 \end_inset
13949
13950 Parameter
13951 \begin_inset ERT
13952 status collapsed
13953
13954 \begin_layout Plain Layout
13955
13956 }
13957 \end_layout
13958
13959 \end_inset
13960
13961
13962 \end_layout
13963
13964 \end_inset
13965 </cell>
13966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13967 \begin_inset Text
13968
13969 \begin_layout Plain Layout
13970 Thickness in nm
13971 \end_layout
13972
13973 \end_inset
13974 </cell>
13975 </row>
13976 <row>
13977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13978 \begin_inset Text
13979
13980 \begin_layout Plain Layout
13981 Perfect Green
13982 \end_layout
13983
13984 \end_inset
13985 </cell>
13986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13987 \begin_inset Text
13988
13989 \begin_layout Plain Layout
13990 45
13991 \end_layout
13992
13993 \end_inset
13994 </cell>
13995 </row>
13996 </lyxtabular>
13997
13998 \end_inset
13999
14000
14001 \end_layout
14002
14003 \begin_layout Standard
14004 If you need a certain width for columns with a split cell, use the command
14005  option 
14006 \series bold
14007 width=3cm
14008 \series default
14009  (replace '3cm' by the width you need).
14010  In the following table the width of the first column is set to 4
14011 \begin_inset space \thinspace{}
14012 \end_inset
14013
14014 cm.
14015  For 
14016 \series bold
14017
14018 \backslash
14019 diagbox
14020 \series default
14021  a width of 4
14022 \begin_inset space \thinspace{}
14023 \end_inset
14024
14025 cm + 2
14026 \begin_inset space \thinspace{}
14027 \end_inset
14028
14029
14030 \backslash
14031 tabcolsep is necessary because the overall width is the width for the text
14032  (in this case the 4
14033 \begin_inset space \thinspace{}
14034 \end_inset
14035
14036 cm) plus two times the separation of the text and the cell border.
14037  The calculation of the width cannot be done in the command option of 
14038 \series bold
14039
14040 \backslash
14041 diagbox
14042 \series default
14043  so one needs to create a new length which can be used later.
14044  This is done with the TeX-Code commands
14045 \end_layout
14046
14047 \begin_layout Standard
14048
14049 \series bold
14050
14051 \backslash
14052 newlength{
14053 \backslash
14054 diagtest}
14055 \begin_inset Newline newline
14056 \end_inset
14057
14058
14059 \backslash
14060 setlength{
14061 \backslash
14062 diagtest}{4cm+2
14063 \backslash
14064 tabcolsep}
14065 \end_layout
14066
14067 \begin_layout Standard
14068 \begin_inset ERT
14069 status collapsed
14070
14071 \begin_layout Plain Layout
14072
14073
14074 \backslash
14075 newlength{
14076 \backslash
14077 diagtest}
14078 \end_layout
14079
14080 \begin_layout Plain Layout
14081
14082
14083 \backslash
14084 setlength{
14085 \backslash
14086 diagtest}{4cm+2
14087 \backslash
14088 tabcolsep}
14089 \end_layout
14090
14091 \end_inset
14092
14093
14094 \end_layout
14095
14096 \begin_layout Standard
14097 To enable calculations in LaTeX one needs to load the package 
14098 \series bold
14099 calc
14100 \series default
14101
14102 \begin_inset Index idx
14103 status collapsed
14104
14105 \begin_layout Plain Layout
14106 LaTeX-packages ! calc
14107 \end_layout
14108
14109 \end_inset
14110
14111  in the document preamble.
14112 \end_layout
14113
14114 \begin_layout Standard
14115 In this table you can now use the command
14116 \end_layout
14117
14118 \begin_layout Standard
14119
14120 \series bold
14121
14122 \backslash
14123 diagbox[width=
14124 \backslash
14125 diagtest]{A}{B}
14126 \end_layout
14127
14128 \begin_layout Standard
14129 in the first cell:
14130 \end_layout
14131
14132 \begin_layout Standard
14133 \noindent
14134 \align center
14135 \begin_inset Tabular
14136 <lyxtabular version="3" rows="2" columns="2">
14137 <features rotate="0" tabularvalignment="middle">
14138 <column alignment="center" valignment="top" width="4cm">
14139 <column alignment="center" valignment="top">
14140 <row>
14141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14142 \begin_inset Text
14143
14144 \begin_layout Plain Layout
14145 \begin_inset ERT
14146 status open
14147
14148 \begin_layout Plain Layout
14149
14150
14151 \backslash
14152 diagbox[width=
14153 \backslash
14154 diagtest]{
14155 \end_layout
14156
14157 \end_inset
14158
14159 A
14160 \begin_inset ERT
14161 status collapsed
14162
14163 \begin_layout Plain Layout
14164
14165 }{
14166 \end_layout
14167
14168 \end_inset
14169
14170 B
14171 \begin_inset ERT
14172 status collapsed
14173
14174 \begin_layout Plain Layout
14175
14176 }
14177 \end_layout
14178
14179 \end_inset
14180
14181
14182 \end_layout
14183
14184 \end_inset
14185 </cell>
14186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14187 \begin_inset Text
14188
14189 \begin_layout Plain Layout
14190 Thickness in nm
14191 \end_layout
14192
14193 \end_inset
14194 </cell>
14195 </row>
14196 <row>
14197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14198 \begin_inset Text
14199
14200 \begin_layout Plain Layout
14201 Perfect Green
14202 \end_layout
14203
14204 \end_inset
14205 </cell>
14206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14207 \begin_inset Text
14208
14209 \begin_layout Plain Layout
14210 45
14211 \end_layout
14212
14213 \end_inset
14214 </cell>
14215 </row>
14216 </lyxtabular>
14217
14218 \end_inset
14219
14220
14221 \end_layout
14222
14223 \begin_layout Standard
14224 Note that the split cell needs to be the widest one in the column.
14225  Otherwise the length of the diagonal line cannot be calculated correctly
14226  like in this table:
14227 \end_layout
14228
14229 \begin_layout Standard
14230 \noindent
14231 \align center
14232 \begin_inset Tabular
14233 <lyxtabular version="3" rows="2" columns="2">
14234 <features rotate="0" tabularvalignment="middle">
14235 <column alignment="center" valignment="top" width="0pt">
14236 <column alignment="center" valignment="top">
14237 <row>
14238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14239 \begin_inset Text
14240
14241 \begin_layout Plain Layout
14242 \begin_inset ERT
14243 status collapsed
14244
14245 \begin_layout Plain Layout
14246
14247
14248 \backslash
14249 diagbox{
14250 \end_layout
14251
14252 \end_inset
14253
14254 A
14255 \begin_inset ERT
14256 status collapsed
14257
14258 \begin_layout Plain Layout
14259
14260 }{
14261 \end_layout
14262
14263 \end_inset
14264
14265 B
14266 \begin_inset ERT
14267 status collapsed
14268
14269 \begin_layout Plain Layout
14270
14271 }
14272 \end_layout
14273
14274 \end_inset
14275
14276
14277 \end_layout
14278
14279 \end_inset
14280 </cell>
14281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14282 \begin_inset Text
14283
14284 \begin_layout Plain Layout
14285 Thickness in nm
14286 \end_layout
14287
14288 \end_inset
14289 </cell>
14290 </row>
14291 <row>
14292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14293 \begin_inset Text
14294
14295 \begin_layout Plain Layout
14296 Perfect Green
14297 \end_layout
14298
14299 \end_inset
14300 </cell>
14301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14302 \begin_inset Text
14303
14304 \begin_layout Plain Layout
14305 45
14306 \end_layout
14307
14308 \end_inset
14309 </cell>
14310 </row>
14311 </lyxtabular>
14312
14313 \end_inset
14314
14315
14316 \end_layout
14317
14318 \begin_layout Standard
14319 In this case use the 
14320 \series bold
14321 width
14322 \series default
14323  option of the 
14324 \series bold
14325
14326 \backslash
14327 diagbox
14328 \series default
14329  command.
14330  It is then not necessary to add 2
14331 \backslash
14332 tabcolsep because the cell width is now the width of the column.
14333  In this table a width of 3
14334 \begin_inset space \thinspace{}
14335 \end_inset
14336
14337 cm is used:
14338 \end_layout
14339
14340 \begin_layout Standard
14341 \noindent
14342 \align center
14343 \begin_inset Tabular
14344 <lyxtabular version="3" rows="2" columns="2">
14345 <features rotate="0" tabularvalignment="middle">
14346 <column alignment="center" valignment="top" width="0pt">
14347 <column alignment="center" valignment="top">
14348 <row>
14349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14350 \begin_inset Text
14351
14352 \begin_layout Plain Layout
14353 \begin_inset ERT
14354 status open
14355
14356 \begin_layout Plain Layout
14357
14358
14359 \backslash
14360 diagbox[width=3cm]{
14361 \end_layout
14362
14363 \end_inset
14364
14365 A
14366 \begin_inset ERT
14367 status collapsed
14368
14369 \begin_layout Plain Layout
14370
14371 }{
14372 \end_layout
14373
14374 \end_inset
14375
14376 B
14377 \begin_inset ERT
14378 status collapsed
14379
14380 \begin_layout Plain Layout
14381
14382 }
14383 \end_layout
14384
14385 \end_inset
14386
14387
14388 \end_layout
14389
14390 \end_inset
14391 </cell>
14392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14393 \begin_inset Text
14394
14395 \begin_layout Plain Layout
14396 Thickness in nm
14397 \end_layout
14398
14399 \end_inset
14400 </cell>
14401 </row>
14402 <row>
14403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14404 \begin_inset Text
14405
14406 \begin_layout Plain Layout
14407 Perfect Green
14408 \end_layout
14409
14410 \end_inset
14411 </cell>
14412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14413 \begin_inset Text
14414
14415 \begin_layout Plain Layout
14416 45
14417 \end_layout
14418
14419 \end_inset
14420 </cell>
14421 </row>
14422 </lyxtabular>
14423
14424 \end_inset
14425
14426
14427 \end_layout
14428
14429 \begin_layout Standard
14430 For multiple text lines in split cells one needs some extra height to fit
14431  the text to the cell.
14432  This can be achieved with the 
14433 \series bold
14434
14435 \backslash
14436 diagbox
14437 \series default
14438  option 
14439 \series bold
14440 height=3cm
14441 \series default
14442  (replace '3cm' by the height you need).
14443  In the following table the command
14444 \end_layout
14445
14446 \begin_layout Standard
14447
14448 \series bold
14449
14450 \backslash
14451 diagbox[width=3cm,height=1.4cm]{A
14452 \backslash
14453
14454 \backslash
14455 B}{C
14456 \backslash
14457
14458 \backslash
14459 D}
14460 \end_layout
14461
14462 \begin_layout Standard
14463 is used in the first cell.
14464  The command 
14465 \series bold
14466
14467 \backslash
14468
14469 \backslash
14470
14471 \series default
14472  creates hereby the line break.
14473 \begin_inset Foot
14474 status collapsed
14475
14476 \begin_layout Plain Layout
14477 Breaking lines with 
14478 \family sans
14479 Ctrl+Return
14480 \family default
14481  is only possible when the column has a fixed width.
14482 \end_layout
14483
14484 \end_inset
14485
14486
14487 \end_layout
14488
14489 \begin_layout Standard
14490 \noindent
14491 \align center
14492 \begin_inset Tabular
14493 <lyxtabular version="3" rows="2" columns="2">
14494 <features rotate="0" tabularvalignment="middle">
14495 <column alignment="center" valignment="top">
14496 <column alignment="center" valignment="top">
14497 <row>
14498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14499 \begin_inset Text
14500
14501 \begin_layout Plain Layout
14502 \begin_inset ERT
14503 status open
14504
14505 \begin_layout Plain Layout
14506
14507
14508 \backslash
14509 diagbox[width=3cm,height=1.4cm]{
14510 \end_layout
14511
14512 \end_inset
14513
14514 A
14515 \begin_inset ERT
14516 status collapsed
14517
14518 \begin_layout Plain Layout
14519
14520
14521 \backslash
14522
14523 \backslash
14524
14525 \end_layout
14526
14527 \end_inset
14528
14529 B
14530 \begin_inset ERT
14531 status collapsed
14532
14533 \begin_layout Plain Layout
14534
14535 }{
14536 \end_layout
14537
14538 \end_inset
14539
14540 C
14541 \begin_inset ERT
14542 status collapsed
14543
14544 \begin_layout Plain Layout
14545
14546
14547 \backslash
14548
14549 \backslash
14550
14551 \end_layout
14552
14553 \end_inset
14554
14555 D
14556 \begin_inset ERT
14557 status collapsed
14558
14559 \begin_layout Plain Layout
14560
14561 }
14562 \end_layout
14563
14564 \end_inset
14565
14566
14567 \end_layout
14568
14569 \end_inset
14570 </cell>
14571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14572 \begin_inset Text
14573
14574 \begin_layout Plain Layout
14575 Thickness in nm
14576 \end_layout
14577
14578 \end_inset
14579 </cell>
14580 </row>
14581 <row>
14582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14583 \begin_inset Text
14584
14585 \begin_layout Plain Layout
14586 Perfect Green
14587 \end_layout
14588
14589 \end_inset
14590 </cell>
14591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14592 \begin_inset Text
14593
14594 \begin_layout Plain Layout
14595 45
14596 \end_layout
14597
14598 \end_inset
14599 </cell>
14600 </row>
14601 </lyxtabular>
14602
14603 \end_inset
14604
14605
14606 \end_layout
14607
14608 \begin_layout Standard
14609 \begin_inset ERT
14610 status collapsed
14611
14612 \begin_layout Plain Layout
14613
14614
14615 \backslash
14616 else
14617 \end_layout
14618
14619 \end_inset
14620
14621
14622 \begin_inset Note Note
14623 status open
14624
14625 \begin_layout Plain Layout
14626 The following will be displayed when the LaTeX-package 
14627 \series bold
14628 diagbox
14629 \series default
14630  is not installed:
14631 \end_layout
14632
14633 \end_inset
14634
14635
14636 \end_layout
14637
14638 \begin_layout Standard
14639 You need to install the LaTeX-package 
14640 \series bold
14641 diagbox
14642 \series default
14643  to see the following part of this section in the output.
14644 \end_layout
14645
14646 \begin_layout Standard
14647 \begin_inset ERT
14648 status collapsed
14649
14650 \begin_layout Plain Layout
14651
14652
14653 \backslash
14654 fi
14655 \end_layout
14656
14657 \end_inset
14658
14659
14660 \end_layout
14661
14662 \begin_layout Standard
14663 For more info about the LaTeX-package 
14664 \series bold
14665 diagbox
14666 \series default
14667 , see its documentation, 
14668 \begin_inset CommandInset citation
14669 LatexCommand cite
14670 key "diagbox"
14671
14672 \end_inset
14673
14674 .
14675 \end_layout
14676
14677 \begin_layout Section
14678 Formal Tables
14679 \begin_inset CommandInset label
14680 LatexCommand label
14681 name "sec:Formal-Tables"
14682
14683 \end_inset
14684
14685
14686 \begin_inset Index idx
14687 status collapsed
14688
14689 \begin_layout Plain Layout
14690 Table ! Formal
14691 \end_layout
14692
14693 \end_inset
14694
14695
14696 \end_layout
14697
14698 \begin_layout Standard
14699 Tables are often typeset in books similar to Table
14700 \begin_inset space ~
14701 \end_inset
14702
14703
14704 \begin_inset CommandInset ref
14705 LatexCommand ref
14706 reference "tab:Example-booktabs-table"
14707
14708 \end_inset
14709
14710 .
14711  This kind of tables is called 
14712 \begin_inset Quotes eld
14713 \end_inset
14714
14715
14716 \emph on
14717 formal
14718 \emph default
14719
14720 \begin_inset Quotes erd
14721 \end_inset
14722
14723 .
14724  To make a table a formal table use the option 
14725 \family sans
14726 Formal
14727 \family default
14728  in the 
14729 \family sans
14730 Borders
14731 \family default
14732  tab of the table dialog.
14733 \end_layout
14734
14735 \begin_layout Standard
14736 \begin_inset Float table
14737 placement h
14738 wide false
14739 sideways false
14740 status open
14741
14742 \begin_layout Plain Layout
14743 \begin_inset Caption Standard
14744
14745 \begin_layout Plain Layout
14746 \begin_inset CommandInset label
14747 LatexCommand label
14748 name "tab:Example-booktabs-table"
14749
14750 \end_inset
14751
14752 Example booktabs-table
14753 \end_layout
14754
14755 \end_inset
14756
14757
14758 \end_layout
14759
14760 \begin_layout Plain Layout
14761 \align center
14762 \begin_inset Tabular
14763 <lyxtabular version="3" rows="8" columns="4">
14764 <features rotate="0" booktabs="true" tabularvalignment="middle">
14765 <column alignment="center" valignment="top">
14766 <column alignment="center" valignment="top">
14767 <column alignment="center" valignment="top">
14768 <column alignment="center" valignment="top">
14769 <row>
14770 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14771 \begin_inset Text
14772
14773 \begin_layout Plain Layout
14774 System
14775 \end_layout
14776
14777 \end_inset
14778 </cell>
14779 <cell alignment="center" valignment="top" topline="true" usebox="none">
14780 \begin_inset Text
14781
14782 \begin_layout Plain Layout
14783 Chip
14784 \begin_inset space \thinspace{}
14785 \end_inset
14786
14787 1
14788 \end_layout
14789
14790 \end_inset
14791 </cell>
14792 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14793 \begin_inset Text
14794
14795 \begin_layout Plain Layout
14796 Chip
14797 \begin_inset space \thinspace{}
14798 \end_inset
14799
14800 2
14801 \end_layout
14802
14803 \end_inset
14804 </cell>
14805 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14806 \begin_inset Text
14807
14808 \begin_layout Plain Layout
14809
14810 \end_layout
14811
14812 \end_inset
14813 </cell>
14814 </row>
14815 <row>
14816 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14817 \begin_inset Text
14818
14819 \begin_layout Plain Layout
14820 \begin_inset ERT
14821 status collapsed
14822
14823 \begin_layout Plain Layout
14824
14825
14826 \backslash
14827 cmidrule(r){2-2}
14828 \end_layout
14829
14830 \end_inset
14831
14832
14833 \begin_inset ERT
14834 status collapsed
14835
14836 \begin_layout Plain Layout
14837
14838
14839 \backslash
14840 cmidrule(l){3-4}
14841 \end_layout
14842
14843 \end_inset
14844
14845 Detector thickness in Âµm
14846 \end_layout
14847
14848 \end_inset
14849 </cell>
14850 <cell alignment="center" valignment="top" usebox="none">
14851 \begin_inset Text
14852
14853 \begin_layout Plain Layout
14854 300
14855 \end_layout
14856
14857 \end_inset
14858 </cell>
14859 <cell alignment="center" valignment="top" usebox="none">
14860 \begin_inset Text
14861
14862 \begin_layout Plain Layout
14863 300
14864 \end_layout
14865
14866 \end_inset
14867 </cell>
14868 <cell alignment="center" valignment="top" usebox="none">
14869 \begin_inset Text
14870
14871 \begin_layout Plain Layout
14872 700
14873 \end_layout
14874
14875 \end_inset
14876 </cell>
14877 </row>
14878 <row>
14879 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14880 \begin_inset Text
14881
14882 \begin_layout Plain Layout
14883 Edge angle in Â°
14884 \end_layout
14885
14886 \end_inset
14887 </cell>
14888 <cell alignment="center" valignment="top" topline="true" usebox="none">
14889 \begin_inset Text
14890
14891 \begin_layout Plain Layout
14892 3.55
14893 \end_layout
14894
14895 \end_inset
14896 </cell>
14897 <cell alignment="center" valignment="top" topline="true" usebox="none">
14898 \begin_inset Text
14899
14900 \begin_layout Plain Layout
14901 2.71
14902 \end_layout
14903
14904 \end_inset
14905 </cell>
14906 <cell alignment="center" valignment="top" topline="true" usebox="none">
14907 \begin_inset Text
14908
14909 \begin_layout Plain Layout
14910 7.99
14911 \end_layout
14912
14913 \end_inset
14914 </cell>
14915 </row>
14916 <row topspace="default">
14917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14918 \begin_inset Text
14919
14920 \begin_layout Plain Layout
14921 Spatial resolution in Âµm
14922 \end_layout
14923
14924 \end_inset
14925 </cell>
14926 <cell alignment="center" valignment="top" usebox="none">
14927 \begin_inset Text
14928
14929 \begin_layout Plain Layout
14930 4.26
14931 \end_layout
14932
14933 \end_inset
14934 </cell>
14935 <cell alignment="center" valignment="top" usebox="none">
14936 \begin_inset Text
14937
14938 \begin_layout Plain Layout
14939 10.17
14940 \end_layout
14941
14942 \end_inset
14943 </cell>
14944 <cell alignment="center" valignment="top" usebox="none">
14945 \begin_inset Text
14946
14947 \begin_layout Plain Layout
14948 10.56
14949 \end_layout
14950
14951 \end_inset
14952 </cell>
14953 </row>
14954 <row topspace="default">
14955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14956 \begin_inset Text
14957
14958 \begin_layout Plain Layout
14959 MTF at 
14960 \begin_inset Formula $f_{\mathrm{max}}$
14961 \end_inset
14962
14963
14964 \end_layout
14965
14966 \end_inset
14967 </cell>
14968 <cell alignment="center" valignment="top" usebox="none">
14969 \begin_inset Text
14970
14971 \begin_layout Plain Layout
14972 0.53
14973 \end_layout
14974
14975 \end_inset
14976 </cell>
14977 <cell alignment="center" valignment="top" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981 0.37
14982 \end_layout
14983
14984 \end_inset
14985 </cell>
14986 <cell alignment="center" valignment="top" usebox="none">
14987 \begin_inset Text
14988
14989 \begin_layout Plain Layout
14990 0.39
14991 \end_layout
14992
14993 \end_inset
14994 </cell>
14995 </row>
14996 <row topspace="default">
14997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Plain Layout
15001 \begin_inset ERT
15002 status collapsed
15003
15004 \begin_layout Plain Layout
15005
15006
15007 \backslash
15008 cmidrule(l{10pt}){1-1}
15009 \end_layout
15010
15011 \end_inset
15012
15013 LSF-spatial resolution
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 <cell alignment="center" valignment="top" usebox="none">
15019 \begin_inset Text
15020
15021 \begin_layout Plain Layout
15022
15023 \end_layout
15024
15025 \end_inset
15026 </cell>
15027 <cell alignment="center" valignment="top" usebox="none">
15028 \begin_inset Text
15029
15030 \begin_layout Plain Layout
15031
15032 \end_layout
15033
15034 \end_inset
15035 </cell>
15036 <cell alignment="center" valignment="top" usebox="none">
15037 \begin_inset Text
15038
15039 \begin_layout Plain Layout
15040
15041 \end_layout
15042
15043 \end_inset
15044 </cell>
15045 </row>
15046 <row>
15047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15048 \begin_inset Text
15049
15050 \begin_layout Plain Layout
15051 in Âµm
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 <cell alignment="center" valignment="top" usebox="none">
15057 \begin_inset Text
15058
15059 \begin_layout Plain Layout
15060 129.7
15061 \end_layout
15062
15063 \end_inset
15064 </cell>
15065 <cell alignment="center" valignment="top" usebox="none">
15066 \begin_inset Text
15067
15068 \begin_layout Plain Layout
15069 52.75
15070 \end_layout
15071
15072 \end_inset
15073 </cell>
15074 <cell alignment="center" valignment="top" usebox="none">
15075 \begin_inset Text
15076
15077 \begin_layout Plain Layout
15078 50.78
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 </row>
15084 <row>
15085 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15086 \begin_inset Text
15087
15088 \begin_layout Plain Layout
15089 in % of pixel size
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098 76.3
15099 \end_layout
15100
15101 \end_inset
15102 </cell>
15103 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107 95.9
15108 \end_layout
15109
15110 \end_inset
15111 </cell>
15112 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116 92.3
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 </row>
15122 </lyxtabular>
15123
15124 \end_inset
15125
15126
15127 \end_layout
15128
15129 \end_inset
15130
15131
15132 \end_layout
15133
15134 \begin_layout Standard
15135 Spaces to table rows can be added using the 
15136 \family sans
15137 Borders
15138 \family default
15139  tab of the table dialog as described in section
15140 \begin_inset space ~
15141 \end_inset
15142
15143
15144 \begin_inset CommandInset ref
15145 LatexCommand ref
15146 reference "sub:Row-Spacing"
15147
15148 \end_inset
15149
15150 .
15151 \end_layout
15152
15153 \begin_layout Standard
15154 Unlike normal tables, formal tables have no vertical table lines.
15155  The horizontal table lines can be set as for normal tables but they appear
15156  with different widths in the output:
15157 \begin_inset Newline newline
15158 \end_inset
15159
15160 The first and the last table line have a default width of 0.08
15161 \begin_inset space \thinspace{}
15162 \end_inset
15163
15164 em while the other lines have a default width of 0.05
15165 \begin_inset space \thinspace{}
15166 \end_inset
15167
15168 em.
15169 \end_layout
15170
15171 \begin_layout Standard
15172 The default widths can be changed with the following preamble lines
15173 \end_layout
15174
15175 \begin_layout Standard
15176
15177 \series bold
15178
15179 \backslash
15180 let
15181 \backslash
15182 mytoprule
15183 \backslash
15184 toprule
15185 \begin_inset Newline newline
15186 \end_inset
15187
15188
15189 \backslash
15190 renewcommand{
15191 \backslash
15192 toprule}{
15193 \backslash
15194 mytoprule[width]}
15195 \end_layout
15196
15197 \begin_layout Standard
15198 This example is for the first line, the so called 
15199 \series bold
15200 toprule
15201 \series default
15202 .
15203  If you want to change the width for the last line, replace 
15204 \series bold
15205 toprule
15206 \series default
15207  by 
15208 \series bold
15209 bottomrule
15210 \series default
15211 .
15212  To change the width for the other lines replace 
15213 \series bold
15214 toprule
15215 \series default
15216  by 
15217 \series bold
15218 midrule
15219 \series default
15220 .
15221  You can use all units listed in appendix
15222 \begin_inset space ~
15223 \end_inset
15224
15225
15226 \begin_inset CommandInset ref
15227 LatexCommand ref
15228 reference "cha:Units-available-in"
15229
15230 \end_inset
15231
15232  to set the width.
15233 \end_layout
15234
15235 \begin_layout Standard
15236 Lines that do not span all table columns can be created by setting a table
15237  line for multicolumn cells.
15238  LyX will then internally use the command 
15239 \series bold
15240
15241 \backslash
15242 cmidrule
15243 \series default
15244  to create this line.
15245  Its full scheme is
15246 \end_layout
15247
15248 \begin_layout Standard
15249
15250 \series bold
15251
15252 \backslash
15253 cmidrule[width](trim){startcol-endcol}
15254 \end_layout
15255
15256 \begin_layout Standard
15257 The options of 
15258 \series bold
15259
15260 \backslash
15261 cmidrule
15262 \series default
15263  are currently not supported by LyX so you have to use TeX-Code to be able
15264  to use them.
15265  
15266 \series bold
15267
15268 \backslash
15269 cmidrule
15270 \series default
15271 s can manually be created by inserting the command as TeX-Code as the first
15272  cell entry of the first cell of a row.
15273  The line is then drawn in the output above the current row.
15274 \end_layout
15275
15276 \begin_layout Standard
15277 The default for the width is 0.03
15278 \begin_inset space \thinspace{}
15279 \end_inset
15280
15281 em.
15282  Startcol is the number of the column where the line starts and endcol the
15283  column number where the line ends.
15284  The endcol always needs to be specified, also when the line should span
15285  only one column.
15286  The optional parameter trim could be either 
15287 \emph on
15288 l{trimwidth}
15289 \emph default
15290 , or 
15291 \emph on
15292 r{trimwidth}
15293 \emph default
15294  where the trimwidth is also optional.
15295  Using for example the parameter 
15296 \emph on
15297 l{2pt}
15298 \emph default
15299  means that the line is trimmed from its left end by 2
15300 \begin_inset space \thinspace{}
15301 \end_inset
15302
15303 pt.
15304  If you don't specify the trimwidth the lines are trimmed by the default
15305  of 0.5
15306 \begin_inset space \thinspace{}
15307 \end_inset
15308
15309 em.
15310 \end_layout
15311
15312 \begin_layout Standard
15313 \begin_inset VSpace bigskip
15314 \end_inset
15315
15316 Table
15317 \begin_inset space ~
15318 \end_inset
15319
15320
15321 \begin_inset CommandInset ref
15322 LatexCommand ref
15323 reference "tab:Example-booktabs-table"
15324
15325 \end_inset
15326
15327  was created using the commands
15328 \end_layout
15329
15330 \begin_layout Standard
15331
15332 \series bold
15333
15334 \backslash
15335 cmidrule(r){2-2}
15336 \backslash
15337 cmidrule(l){3-4}
15338 \end_layout
15339
15340 \begin_layout Standard
15341 at the beginning of the second row and
15342 \end_layout
15343
15344 \begin_layout Standard
15345
15346 \series bold
15347
15348 \backslash
15349 cmidrule(l{10pt}){1-1}
15350 \end_layout
15351
15352 \begin_layout Standard
15353 in the sixth row.
15354 \end_layout
15355
15356 \begin_layout Standard
15357 \begin_inset VSpace bigskip
15358 \end_inset
15359
15360
15361 \end_layout
15362
15363 \begin_layout Standard
15364 You might want to have overlapping 
15365 \series bold
15366
15367 \backslash
15368 cmidrule
15369 \series default
15370 s as in in Table
15371 \begin_inset space ~
15372 \end_inset
15373
15374
15375 \begin_inset CommandInset ref
15376 LatexCommand ref
15377 reference "tab:Special-booktabs-table"
15378
15379 \end_inset
15380
15381 .
15382  This can be achieved with the TeX-Code command
15383 \end_layout
15384
15385 \begin_layout Standard
15386
15387 \series bold
15388
15389 \backslash
15390 morecmidrules
15391 \end_layout
15392
15393 \begin_layout Standard
15394 The command that was used for the second row of Table
15395 \begin_inset space ~
15396 \end_inset
15397
15398
15399 \begin_inset CommandInset ref
15400 LatexCommand ref
15401 reference "tab:Special-booktabs-table"
15402
15403 \end_inset
15404
15405  is
15406 \end_layout
15407
15408 \begin_layout Standard
15409
15410 \series bold
15411
15412 \backslash
15413 cmidrule(r){2-2}
15414 \backslash
15415 cmidrule(l){3-4}
15416 \backslash
15417 morecmidrules
15418 \backslash
15419 cmidrule{2-4}
15420 \end_layout
15421
15422 \begin_layout Standard
15423 The command for the sixth row is
15424 \end_layout
15425
15426 \begin_layout Standard
15427
15428 \series bold
15429
15430 \backslash
15431 midrule
15432 \backslash
15433 morecmidrules
15434 \backslash
15435 cmidrule{3-4}
15436 \end_layout
15437
15438 \begin_layout Standard
15439 \begin_inset VSpace bigskip
15440 \end_inset
15441
15442
15443 \end_layout
15444
15445 \begin_layout Standard
15446 If you are in any way not satisfied with the border line spacing, you can
15447  use the following command to produce lines that span over all table columns
15448 \series bold
15449 :
15450 \end_layout
15451
15452 \begin_layout Standard
15453
15454 \series bold
15455
15456 \backslash
15457 specialrule{width}{space above}{space below}
15458 \end_layout
15459
15460 \begin_layout Standard
15461 For more information about these features, refer to the manual of the LaTeX-pack
15462 age 
15463 \series bold
15464 booktabs
15465 \series default
15466  
15467 \begin_inset CommandInset citation
15468 LatexCommand cite
15469 key "booktabs"
15470
15471 \end_inset
15472
15473 .
15474 \begin_inset Index idx
15475 status collapsed
15476
15477 \begin_layout Plain Layout
15478 LaTeX-packages ! booktabs
15479 \end_layout
15480
15481 \end_inset
15482
15483
15484 \end_layout
15485
15486 \begin_layout Standard
15487 \begin_inset Float table
15488 placement h
15489 wide false
15490 sideways false
15491 status open
15492
15493 \begin_layout Plain Layout
15494 \begin_inset Caption Standard
15495
15496 \begin_layout Plain Layout
15497 \begin_inset CommandInset label
15498 LatexCommand label
15499 name "tab:Special-booktabs-table"
15500
15501 \end_inset
15502
15503 Special booktabs-table
15504 \end_layout
15505
15506 \end_inset
15507
15508
15509 \end_layout
15510
15511 \begin_layout Plain Layout
15512 \align center
15513 \begin_inset Tabular
15514 <lyxtabular version="3" rows="8" columns="4">
15515 <features rotate="0" booktabs="true" tabularvalignment="middle">
15516 <column alignment="center" valignment="top">
15517 <column alignment="center" valignment="top">
15518 <column alignment="center" valignment="top">
15519 <column alignment="center" valignment="top">
15520 <row>
15521 <cell alignment="center" valignment="top" topline="true" usebox="none">
15522 \begin_inset Text
15523
15524 \begin_layout Plain Layout
15525 System
15526 \end_layout
15527
15528 \end_inset
15529 </cell>
15530 <cell alignment="center" valignment="top" topline="true" usebox="none">
15531 \begin_inset Text
15532
15533 \begin_layout Plain Layout
15534 Chip
15535 \begin_inset space \thinspace{}
15536 \end_inset
15537
15538 1
15539 \end_layout
15540
15541 \end_inset
15542 </cell>
15543 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15544 \begin_inset Text
15545
15546 \begin_layout Plain Layout
15547 Chip
15548 \begin_inset space \thinspace{}
15549 \end_inset
15550
15551 2
15552 \end_layout
15553
15554 \end_inset
15555 </cell>
15556 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15557 \begin_inset Text
15558
15559 \begin_layout Plain Layout
15560
15561 \end_layout
15562
15563 \end_inset
15564 </cell>
15565 </row>
15566 <row>
15567 <cell alignment="center" valignment="top" usebox="none">
15568 \begin_inset Text
15569
15570 \begin_layout Plain Layout
15571 \begin_inset ERT
15572 status collapsed
15573
15574 \begin_layout Plain Layout
15575
15576
15577 \backslash
15578 cmidrule(r){2-2}
15579 \end_layout
15580
15581 \end_inset
15582
15583
15584 \begin_inset ERT
15585 status collapsed
15586
15587 \begin_layout Plain Layout
15588
15589
15590 \backslash
15591 cmidrule(l){3-4}
15592 \end_layout
15593
15594 \end_inset
15595
15596
15597 \begin_inset ERT
15598 status collapsed
15599
15600 \begin_layout Plain Layout
15601
15602
15603 \backslash
15604 morecmidrules 
15605 \end_layout
15606
15607 \end_inset
15608
15609
15610 \begin_inset ERT
15611 status collapsed
15612
15613 \begin_layout Plain Layout
15614
15615
15616 \backslash
15617 cmidrule{2-4}
15618 \end_layout
15619
15620 \end_inset
15621
15622 Detector thickness in Âµm
15623 \end_layout
15624
15625 \end_inset
15626 </cell>
15627 <cell alignment="center" valignment="top" usebox="none">
15628 \begin_inset Text
15629
15630 \begin_layout Plain Layout
15631 300
15632 \end_layout
15633
15634 \end_inset
15635 </cell>
15636 <cell alignment="center" valignment="top" usebox="none">
15637 \begin_inset Text
15638
15639 \begin_layout Plain Layout
15640 300
15641 \end_layout
15642
15643 \end_inset
15644 </cell>
15645 <cell alignment="center" valignment="top" usebox="none">
15646 \begin_inset Text
15647
15648 \begin_layout Plain Layout
15649 700
15650 \end_layout
15651
15652 \end_inset
15653 </cell>
15654 </row>
15655 <row>
15656 <cell alignment="center" valignment="top" topline="true" usebox="none">
15657 \begin_inset Text
15658
15659 \begin_layout Plain Layout
15660 Edge angle in Â°
15661 \end_layout
15662
15663 \end_inset
15664 </cell>
15665 <cell alignment="center" valignment="top" topline="true" usebox="none">
15666 \begin_inset Text
15667
15668 \begin_layout Plain Layout
15669 3.55
15670 \end_layout
15671
15672 \end_inset
15673 </cell>
15674 <cell alignment="center" valignment="top" topline="true" usebox="none">
15675 \begin_inset Text
15676
15677 \begin_layout Plain Layout
15678 2.71
15679 \end_layout
15680
15681 \end_inset
15682 </cell>
15683 <cell alignment="center" valignment="top" topline="true" usebox="none">
15684 \begin_inset Text
15685
15686 \begin_layout Plain Layout
15687 7.99
15688 \end_layout
15689
15690 \end_inset
15691 </cell>
15692 </row>
15693 <row topspace="default">
15694 <cell alignment="center" valignment="top" usebox="none">
15695 \begin_inset Text
15696
15697 \begin_layout Plain Layout
15698 Spatial resolution in Âµm
15699 \end_layout
15700
15701 \end_inset
15702 </cell>
15703 <cell alignment="center" valignment="top" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Plain Layout
15707 4.26
15708 \end_layout
15709
15710 \end_inset
15711 </cell>
15712 <cell alignment="center" valignment="top" usebox="none">
15713 \begin_inset Text
15714
15715 \begin_layout Plain Layout
15716 10.17
15717 \end_layout
15718
15719 \end_inset
15720 </cell>
15721 <cell alignment="center" valignment="top" usebox="none">
15722 \begin_inset Text
15723
15724 \begin_layout Plain Layout
15725 10.56
15726 \end_layout
15727
15728 \end_inset
15729 </cell>
15730 </row>
15731 <row topspace="default">
15732 <cell alignment="center" valignment="top" usebox="none">
15733 \begin_inset Text
15734
15735 \begin_layout Plain Layout
15736 MTF at 
15737 \begin_inset Formula $f_{\mathrm{max}}$
15738 \end_inset
15739
15740
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 <cell alignment="center" valignment="top" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Plain Layout
15749 0.53
15750 \end_layout
15751
15752 \end_inset
15753 </cell>
15754 <cell alignment="center" valignment="top" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758 0.37
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 <cell alignment="center" valignment="top" usebox="none">
15764 \begin_inset Text
15765
15766 \begin_layout Plain Layout
15767 0.39
15768 \end_layout
15769
15770 \end_inset
15771 </cell>
15772 </row>
15773 <row>
15774 <cell alignment="center" valignment="top" topline="true" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778 \begin_inset ERT
15779 status collapsed
15780
15781 \begin_layout Plain Layout
15782
15783
15784 \backslash
15785 morecmidrules 
15786 \end_layout
15787
15788 \end_inset
15789
15790
15791 \begin_inset ERT
15792 status collapsed
15793
15794 \begin_layout Plain Layout
15795
15796
15797 \backslash
15798 cmidrule{3-4}
15799 \end_layout
15800
15801 \end_inset
15802
15803 LSF-spatial resolution
15804 \end_layout
15805
15806 \end_inset
15807 </cell>
15808 <cell alignment="center" valignment="top" topline="true" usebox="none">
15809 \begin_inset Text
15810
15811 \begin_layout Plain Layout
15812
15813 \end_layout
15814
15815 \end_inset
15816 </cell>
15817 <cell alignment="center" valignment="top" topline="true" usebox="none">
15818 \begin_inset Text
15819
15820 \begin_layout Plain Layout
15821
15822 \end_layout
15823
15824 \end_inset
15825 </cell>
15826 <cell alignment="center" valignment="top" topline="true" usebox="none">
15827 \begin_inset Text
15828
15829 \begin_layout Plain Layout
15830
15831 \end_layout
15832
15833 \end_inset
15834 </cell>
15835 </row>
15836 <row>
15837 <cell alignment="center" valignment="top" usebox="none">
15838 \begin_inset Text
15839
15840 \begin_layout Plain Layout
15841 in Âµm
15842 \end_layout
15843
15844 \end_inset
15845 </cell>
15846 <cell alignment="center" valignment="top" usebox="none">
15847 \begin_inset Text
15848
15849 \begin_layout Plain Layout
15850 129.7
15851 \end_layout
15852
15853 \end_inset
15854 </cell>
15855 <cell alignment="center" valignment="top" usebox="none">
15856 \begin_inset Text
15857
15858 \begin_layout Plain Layout
15859 52.75
15860 \end_layout
15861
15862 \end_inset
15863 </cell>
15864 <cell alignment="center" valignment="top" usebox="none">
15865 \begin_inset Text
15866
15867 \begin_layout Plain Layout
15868 50.78
15869 \end_layout
15870
15871 \end_inset
15872 </cell>
15873 </row>
15874 <row>
15875 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15876 \begin_inset Text
15877
15878 \begin_layout Plain Layout
15879 in % of pixel size
15880 \end_layout
15881
15882 \end_inset
15883 </cell>
15884 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15885 \begin_inset Text
15886
15887 \begin_layout Plain Layout
15888 76.3
15889 \end_layout
15890
15891 \end_inset
15892 </cell>
15893 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Plain Layout
15897 95.9
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15903 \begin_inset Text
15904
15905 \begin_layout Plain Layout
15906 92.3
15907 \end_layout
15908
15909 \end_inset
15910 </cell>
15911 </row>
15912 </lyxtabular>
15913
15914 \end_inset
15915
15916
15917 \end_layout
15918
15919 \end_inset
15920
15921
15922 \end_layout
15923
15924 \begin_layout Section
15925 Vertical Table Alignment
15926 \begin_inset Index idx
15927 status collapsed
15928
15929 \begin_layout Plain Layout
15930 Table ! Alignment
15931 \end_layout
15932
15933 \end_inset
15934
15935
15936 \end_layout
15937
15938 \begin_layout Standard
15939 To align tables vertically in a text line, the table must be inside a box.
15940  The box can then be vertically aligned as described in section
15941 \begin_inset space ~
15942 \end_inset
15943
15944
15945 \begin_inset CommandInset ref
15946 LatexCommand ref
15947 reference "sec:Box-Dialog"
15948
15949 \end_inset
15950
15951 .
15952 \end_layout
15953
15954 \begin_layout Standard
15955 In the following example the tables are inside a minipage
15956 \begin_inset Foot
15957 status collapsed
15958
15959 \begin_layout Plain Layout
15960 Minipages are described in section
15961 \begin_inset space ~
15962 \end_inset
15963
15964
15965 \begin_inset CommandInset ref
15966 LatexCommand ref
15967 reference "sec:Minipages"
15968
15969 \end_inset
15970
15971 .
15972 \end_layout
15973
15974 \end_inset
15975
15976  box that has a width of 15
15977 \begin_inset space \thinspace{}
15978 \end_inset
15979
15980 col%:
15981 \end_layout
15982
15983 \begin_layout Itemize
15984 test 
15985 \begin_inset Box Frameless
15986 position "t"
15987 hor_pos "c"
15988 has_inner_box 1
15989 inner_pos "c"
15990 use_parbox 0
15991 use_makebox 0
15992 width "15col%"
15993 special "none"
15994 height "1in"
15995 height_special "totalheight"
15996 status collapsed
15997
15998 \begin_layout Plain Layout
15999 \begin_inset Tabular
16000 <lyxtabular version="3" rows="3" columns="3">
16001 <features rotate="0" tabularvalignment="middle">
16002 <column alignment="center" valignment="top">
16003 <column alignment="center" valignment="top">
16004 <column alignment="center" valignment="top">
16005 <row>
16006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16007 \begin_inset Text
16008
16009 \begin_layout Plain Layout
16010 a
16011 \end_layout
16012
16013 \end_inset
16014 </cell>
16015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019 d
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028 g
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 </row>
16034 <row>
16035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16036 \begin_inset Text
16037
16038 \begin_layout Plain Layout
16039 b
16040 \end_layout
16041
16042 \end_inset
16043 </cell>
16044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16045 \begin_inset Text
16046
16047 \begin_layout Plain Layout
16048 e
16049 \end_layout
16050
16051 \end_inset
16052 </cell>
16053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16054 \begin_inset Text
16055
16056 \begin_layout Plain Layout
16057 h
16058 \end_layout
16059
16060 \end_inset
16061 </cell>
16062 </row>
16063 <row>
16064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16065 \begin_inset Text
16066
16067 \begin_layout Plain Layout
16068 c
16069 \end_layout
16070
16071 \end_inset
16072 </cell>
16073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16074 \begin_inset Text
16075
16076 \begin_layout Plain Layout
16077 f
16078 \end_layout
16079
16080 \end_inset
16081 </cell>
16082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16083 \begin_inset Text
16084
16085 \begin_layout Plain Layout
16086 i
16087 \end_layout
16088
16089 \end_inset
16090 </cell>
16091 </row>
16092 </lyxtabular>
16093
16094 \end_inset
16095
16096
16097 \end_layout
16098
16099 \end_inset
16100
16101  test 
16102 \begin_inset ERT
16103 status collapsed
16104
16105 \begin_layout Plain Layout
16106
16107
16108 \backslash
16109 raisebox{0.85
16110 \backslash
16111 baselineskip}{
16112 \end_layout
16113
16114 \end_inset
16115
16116
16117 \begin_inset Box Frameless
16118 position "t"
16119 hor_pos "c"
16120 has_inner_box 1
16121 inner_pos "c"
16122 use_parbox 0
16123 use_makebox 0
16124 width "15col%"
16125 special "none"
16126 height "1in"
16127 height_special "totalheight"
16128 status collapsed
16129
16130 \begin_layout Plain Layout
16131 \begin_inset Tabular
16132 <lyxtabular version="3" rows="3" columns="3">
16133 <features rotate="0" tabularvalignment="middle">
16134 <column alignment="center" valignment="top">
16135 <column alignment="center" valignment="top">
16136 <column alignment="center" valignment="top">
16137 <row>
16138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16139 \begin_inset Text
16140
16141 \begin_layout Plain Layout
16142 a
16143 \end_layout
16144
16145 \end_inset
16146 </cell>
16147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16148 \begin_inset Text
16149
16150 \begin_layout Plain Layout
16151 d
16152 \end_layout
16153
16154 \end_inset
16155 </cell>
16156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16157 \begin_inset Text
16158
16159 \begin_layout Plain Layout
16160 g
16161 \end_layout
16162
16163 \end_inset
16164 </cell>
16165 </row>
16166 <row>
16167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16168 \begin_inset Text
16169
16170 \begin_layout Plain Layout
16171 b
16172 \end_layout
16173
16174 \end_inset
16175 </cell>
16176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16177 \begin_inset Text
16178
16179 \begin_layout Plain Layout
16180 e
16181 \end_layout
16182
16183 \end_inset
16184 </cell>
16185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16186 \begin_inset Text
16187
16188 \begin_layout Plain Layout
16189 h
16190 \end_layout
16191
16192 \end_inset
16193 </cell>
16194 </row>
16195 <row>
16196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16197 \begin_inset Text
16198
16199 \begin_layout Plain Layout
16200 c
16201 \end_layout
16202
16203 \end_inset
16204 </cell>
16205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16206 \begin_inset Text
16207
16208 \begin_layout Plain Layout
16209 f
16210 \end_layout
16211
16212 \end_inset
16213 </cell>
16214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16215 \begin_inset Text
16216
16217 \begin_layout Plain Layout
16218 i
16219 \end_layout
16220
16221 \end_inset
16222 </cell>
16223 </row>
16224 </lyxtabular>
16225
16226 \end_inset
16227
16228
16229 \end_layout
16230
16231 \end_inset
16232
16233
16234 \begin_inset ERT
16235 status collapsed
16236
16237 \begin_layout Plain Layout
16238
16239 }
16240 \end_layout
16241
16242 \end_inset
16243
16244
16245 \end_layout
16246
16247 \begin_layout Itemize
16248 test 
16249 \begin_inset Box Frameless
16250 position "c"
16251 hor_pos "c"
16252 has_inner_box 1
16253 inner_pos "c"
16254 use_parbox 0
16255 use_makebox 0
16256 width "15col%"
16257 special "none"
16258 height "1in"
16259 height_special "totalheight"
16260 status collapsed
16261
16262 \begin_layout Plain Layout
16263 \begin_inset Tabular
16264 <lyxtabular version="3" rows="3" columns="3">
16265 <features rotate="0" tabularvalignment="middle">
16266 <column alignment="center" valignment="top">
16267 <column alignment="center" valignment="top">
16268 <column alignment="center" valignment="top">
16269 <row>
16270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16271 \begin_inset Text
16272
16273 \begin_layout Plain Layout
16274 a
16275 \end_layout
16276
16277 \end_inset
16278 </cell>
16279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Plain Layout
16283 d
16284 \end_layout
16285
16286 \end_inset
16287 </cell>
16288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16289 \begin_inset Text
16290
16291 \begin_layout Plain Layout
16292 g
16293 \end_layout
16294
16295 \end_inset
16296 </cell>
16297 </row>
16298 <row>
16299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16300 \begin_inset Text
16301
16302 \begin_layout Plain Layout
16303 b
16304 \end_layout
16305
16306 \end_inset
16307 </cell>
16308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16309 \begin_inset Text
16310
16311 \begin_layout Plain Layout
16312 e
16313 \end_layout
16314
16315 \end_inset
16316 </cell>
16317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16318 \begin_inset Text
16319
16320 \begin_layout Plain Layout
16321 h
16322 \end_layout
16323
16324 \end_inset
16325 </cell>
16326 </row>
16327 <row>
16328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16329 \begin_inset Text
16330
16331 \begin_layout Plain Layout
16332 c
16333 \end_layout
16334
16335 \end_inset
16336 </cell>
16337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16338 \begin_inset Text
16339
16340 \begin_layout Plain Layout
16341 f
16342 \end_layout
16343
16344 \end_inset
16345 </cell>
16346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16347 \begin_inset Text
16348
16349 \begin_layout Plain Layout
16350 i
16351 \end_layout
16352
16353 \end_inset
16354 </cell>
16355 </row>
16356 </lyxtabular>
16357
16358 \end_inset
16359
16360
16361 \end_layout
16362
16363 \end_inset
16364
16365
16366 \end_layout
16367
16368 \begin_layout Itemize
16369 test 
16370 \begin_inset Box Frameless
16371 position "b"
16372 hor_pos "c"
16373 has_inner_box 1
16374 inner_pos "c"
16375 use_parbox 0
16376 use_makebox 0
16377 width "15col%"
16378 special "none"
16379 height "1in"
16380 height_special "totalheight"
16381 status collapsed
16382
16383 \begin_layout Plain Layout
16384 \begin_inset Tabular
16385 <lyxtabular version="3" rows="3" columns="3">
16386 <features rotate="0" tabularvalignment="middle">
16387 <column alignment="center" valignment="top">
16388 <column alignment="center" valignment="top">
16389 <column alignment="center" valignment="top">
16390 <row>
16391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16392 \begin_inset Text
16393
16394 \begin_layout Plain Layout
16395 a
16396 \end_layout
16397
16398 \end_inset
16399 </cell>
16400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16401 \begin_inset Text
16402
16403 \begin_layout Plain Layout
16404 d
16405 \end_layout
16406
16407 \end_inset
16408 </cell>
16409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16410 \begin_inset Text
16411
16412 \begin_layout Plain Layout
16413 g
16414 \end_layout
16415
16416 \end_inset
16417 </cell>
16418 </row>
16419 <row>
16420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424 b
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Plain Layout
16433 e
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16439 \begin_inset Text
16440
16441 \begin_layout Plain Layout
16442 h
16443 \end_layout
16444
16445 \end_inset
16446 </cell>
16447 </row>
16448 <row>
16449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453 c
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462 f
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16468 \begin_inset Text
16469
16470 \begin_layout Plain Layout
16471 i
16472 \end_layout
16473
16474 \end_inset
16475 </cell>
16476 </row>
16477 </lyxtabular>
16478
16479 \end_inset
16480
16481
16482 \end_layout
16483
16484 \end_inset
16485
16486  test 
16487 \begin_inset ERT
16488 status collapsed
16489
16490 \begin_layout Plain Layout
16491
16492
16493 \backslash
16494 raisebox{-0.32
16495 \backslash
16496 baselineskip}{
16497 \end_layout
16498
16499 \end_inset
16500
16501
16502 \begin_inset Box Frameless
16503 position "b"
16504 hor_pos "c"
16505 has_inner_box 1
16506 inner_pos "c"
16507 use_parbox 0
16508 use_makebox 0
16509 width "15col%"
16510 special "none"
16511 height "1in"
16512 height_special "totalheight"
16513 status collapsed
16514
16515 \begin_layout Plain Layout
16516 \begin_inset Tabular
16517 <lyxtabular version="3" rows="3" columns="3">
16518 <features rotate="0" tabularvalignment="middle">
16519 <column alignment="center" valignment="top">
16520 <column alignment="center" valignment="top">
16521 <column alignment="center" valignment="top">
16522 <row>
16523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16524 \begin_inset Text
16525
16526 \begin_layout Plain Layout
16527 a
16528 \end_layout
16529
16530 \end_inset
16531 </cell>
16532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Plain Layout
16536 d
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545 g
16546 \end_layout
16547
16548 \end_inset
16549 </cell>
16550 </row>
16551 <row>
16552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Plain Layout
16556 b
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16562 \begin_inset Text
16563
16564 \begin_layout Plain Layout
16565 e
16566 \end_layout
16567
16568 \end_inset
16569 </cell>
16570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16571 \begin_inset Text
16572
16573 \begin_layout Plain Layout
16574 h
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 </row>
16580 <row>
16581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Plain Layout
16585 c
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594 f
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout Plain Layout
16603 i
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 </row>
16609 </lyxtabular>
16610
16611 \end_inset
16612
16613
16614 \end_layout
16615
16616 \end_inset
16617
16618
16619 \begin_inset ERT
16620 status collapsed
16621
16622 \begin_layout Plain Layout
16623
16624 }
16625 \end_layout
16626
16627 \end_inset
16628
16629
16630 \end_layout
16631
16632 \begin_layout Standard
16633 As you will see, the content of the first and last table row is not correctly
16634  aligned.
16635  To get this alignment, the minipage box must be set into a raisebox
16636 \begin_inset Foot
16637 status collapsed
16638
16639 \begin_layout Plain Layout
16640 Raiseboxes are described in section
16641 \begin_inset space ~
16642 \end_inset
16643
16644
16645 \begin_inset CommandInset ref
16646 LatexCommand ref
16647 reference "sub:Vertical-Alignment"
16648
16649 \end_inset
16650
16651 .
16652 \end_layout
16653
16654 \end_inset
16655
16656 .
16657  In the example above the second table in the first item is aligned using
16658  the TeX-Code-command
16659 \end_layout
16660
16661 \begin_layout Standard
16662
16663 \series bold
16664
16665 \backslash
16666 raisebox{0.85
16667 \backslash
16668 baselineskip}{
16669 \end_layout
16670
16671 \begin_layout Standard
16672 before the box.
16673  After the box the closing brace 
16674 \series bold
16675 }
16676 \series default
16677  is inserted as TeX-Code.
16678  For the second table in the last item the command
16679 \end_layout
16680
16681 \begin_layout Standard
16682
16683 \series bold
16684
16685 \backslash
16686 raisebox{-0.32
16687 \backslash
16688 baselineskip}{
16689 \end_layout
16690
16691 \begin_layout Standard
16692 is used.
16693 \end_layout
16694
16695 \begin_layout Standard
16696 \begin_inset Note Greyedout
16697 status open
16698
16699 \begin_layout Plain Layout
16700
16701 \series bold
16702 Note:
16703 \series default
16704  The alignment of the table row content to the surrounding text line is
16705  not exact.
16706  The required value for the 
16707 \series bold
16708
16709 \backslash
16710 raisebox
16711 \series default
16712  command for this alignment depends on the document font, the font size,
16713  and the table line thickness.
16714 \end_layout
16715
16716 \end_inset
16717
16718
16719 \end_layout
16720
16721 \begin_layout Section
16722 Colored Tables
16723 \begin_inset CommandInset label
16724 LatexCommand label
16725 name "sec:Colored-Tables"
16726
16727 \end_inset
16728
16729
16730 \begin_inset Index idx
16731 status collapsed
16732
16733 \begin_layout Plain Layout
16734 Table ! Color
16735 \end_layout
16736
16737 \end_inset
16738
16739
16740 \end_layout
16741
16742 \begin_layout Subsection
16743 Colored Cells
16744 \begin_inset Index idx
16745 status collapsed
16746
16747 \begin_layout Plain Layout
16748 Table Color ! for Cells
16749 \end_layout
16750
16751 \end_inset
16752
16753
16754 \begin_inset Index idx
16755 status collapsed
16756
16757 \begin_layout Plain Layout
16758 Color ! for Table Cells
16759 \end_layout
16760
16761 \end_inset
16762
16763
16764 \end_layout
16765
16766 \begin_layout Standard
16767 \begin_inset Float table
16768 placement h
16769 wide false
16770 sideways false
16771 status open
16772
16773 \begin_layout Plain Layout
16774 \begin_inset Caption Standard
16775
16776 \begin_layout Plain Layout
16777 \begin_inset CommandInset label
16778 LatexCommand label
16779 name "tab:Table-colored-without"
16780
16781 \end_inset
16782
16783 Table colored without using the package 
16784 \series bold
16785 colortbl
16786 \series default
16787
16788 \begin_inset Argument 1
16789 status collapsed
16790
16791 \begin_layout Plain Layout
16792 Table without colortbl
16793 \end_layout
16794
16795 \end_inset
16796
16797
16798 \end_layout
16799
16800 \end_inset
16801
16802
16803 \end_layout
16804
16805 \begin_layout Plain Layout
16806 \align center
16807 \begin_inset Tabular
16808 <lyxtabular version="3" rows="3" columns="3">
16809 <features rotate="0" tabularvalignment="middle">
16810 <column alignment="center" valignment="top">
16811 <column alignment="center" valignment="top">
16812 <column alignment="center" valignment="top">
16813 <row>
16814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818
16819 \color green
16820 a
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Plain Layout
16829
16830 \color red
16831 b
16832 \end_layout
16833
16834 \end_inset
16835 </cell>
16836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840
16841 \color red
16842 c
16843 \end_layout
16844
16845 \end_inset
16846 </cell>
16847 </row>
16848 <row>
16849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16850 \begin_inset Text
16851
16852 \begin_layout Plain Layout
16853
16854 \color green
16855 d
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Plain Layout
16864
16865 \color blue
16866 e
16867 \end_layout
16868
16869 \end_inset
16870 </cell>
16871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16872 \begin_inset Text
16873
16874 \begin_layout Plain Layout
16875
16876 \color blue
16877 f
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 </row>
16883 <row>
16884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16885 \begin_inset Text
16886
16887 \begin_layout Plain Layout
16888
16889 \color green
16890 g
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16896 \begin_inset Text
16897
16898 \begin_layout Plain Layout
16899
16900 \color blue
16901 h
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Plain Layout
16910
16911 \color blue
16912 i
16913 \end_layout
16914
16915 \end_inset
16916 </cell>
16917 </row>
16918 </lyxtabular>
16919
16920 \end_inset
16921
16922
16923 \end_layout
16924
16925 \end_inset
16926
16927
16928 \end_layout
16929
16930 \begin_layout Standard
16931 If you only need colored text, mark the cells and choose a color in the
16932  
16933 \family sans
16934 Text
16935 \begin_inset space ~
16936 \end_inset
16937
16938 Style
16939 \family default
16940  dialog (toolbar button 
16941 \begin_inset Info
16942 type  "icon"
16943 arg   "dialog-show character"
16944 \end_inset
16945
16946 ).
16947  This was used to create Table
16948 \begin_inset space ~
16949 \end_inset
16950
16951
16952 \begin_inset CommandInset ref
16953 LatexCommand ref
16954 reference "tab:Table-colored-without"
16955
16956 \end_inset
16957
16958 .
16959  In any other case you have to use the LaTeX-package 
16960 \series bold
16961 colortbl
16962 \series default
16963 .
16964 \begin_inset Index idx
16965 status collapsed
16966
16967 \begin_layout Plain Layout
16968 LaTeX-packages ! colortbl
16969 \end_layout
16970
16971 \end_inset
16972
16973
16974 \end_layout
16975
16976 \begin_layout Standard
16977 \begin_inset ERT
16978 status collapsed
16979
16980 \begin_layout Plain Layout
16981
16982
16983 \backslash
16984 ifcolortbl
16985 \end_layout
16986
16987 \end_inset
16988
16989
16990 \begin_inset Note Note
16991 status open
16992
16993 \begin_layout Plain Layout
16994 The following section part will only be displayed when the LaTeX-package
16995  
16996 \series bold
16997 colortbl
16998 \series default
16999  is installed.
17000 \end_layout
17001
17002 \end_inset
17003
17004
17005 \end_layout
17006
17007 \begin_layout Standard
17008 To create colored tables, 
17009 \series bold
17010 colortbl
17011 \series default
17012  must be loaded in the preamble with the line
17013 \end_layout
17014
17015 \begin_layout Standard
17016
17017 \series bold
17018
17019 \backslash
17020 usepackage{colortbl}
17021 \end_layout
17022
17023 \begin_layout Standard
17024 The color of a column is adjusted with the command
17025 \end_layout
17026
17027 \begin_layout Standard
17028
17029 \series bold
17030
17031 \backslash
17032 columncolor{name of color}
17033 \end_layout
17034
17035 \begin_layout Standard
17036 inside the command 
17037 \series bold
17038 >{ }
17039 \series default
17040 .
17041  More about the command 
17042 \series bold
17043 >{}
17044 \series default
17045  is contained in section
17046 \begin_inset space ~
17047 \end_inset
17048
17049
17050 \begin_inset CommandInset ref
17051 LatexCommand ref
17052 reference "sub:Multicolumn-Calculations"
17053
17054 \end_inset
17055
17056 .
17057 \end_layout
17058
17059 \begin_layout Standard
17060 The following color names are predefined:
17061 \end_layout
17062
17063 \begin_layout Standard
17064
17065 \family sans
17066 red
17067 \family default
17068
17069 \family sans
17070 green
17071 \family default
17072
17073 \family sans
17074 yellow
17075 \family default
17076
17077 \family sans
17078 blue
17079 \family default
17080
17081 \family sans
17082 cyan
17083 \family default
17084
17085 \family sans
17086 magenta
17087 \family default
17088
17089 \family sans
17090 black
17091 \family default
17092  and 
17093 \family sans
17094 white
17095 \end_layout
17096
17097 \begin_layout Standard
17098 \begin_inset VSpace medskip
17099 \end_inset
17100
17101
17102 \end_layout
17103
17104 \begin_layout Standard
17105 If you add the options
17106 \end_layout
17107
17108 \begin_layout Standard
17109
17110 \series bold
17111 usenames,dvipsnames
17112 \end_layout
17113
17114 \begin_layout Standard
17115 to the document class options in the document settings, you can additionally
17116  use further 61
17117 \begin_inset space ~
17118 \end_inset
17119
17120 colors.
17121  These colors are listed in appendix
17122 \begin_inset space ~
17123 \end_inset
17124
17125
17126 \begin_inset CommandInset ref
17127 LatexCommand ref
17128 reference "chap:List-of-dvips-colornames"
17129
17130 \end_inset
17131
17132 .
17133  One of these colors, 
17134 \family sans
17135 Maroon
17136 \family default
17137 , is used as example in Table
17138 \begin_inset space ~
17139 \end_inset
17140
17141
17142 \begin_inset CommandInset ref
17143 LatexCommand ref
17144 reference "tab:Table-colored-using"
17145
17146 \end_inset
17147
17148 .
17149 \end_layout
17150
17151 \begin_layout Standard
17152 \begin_inset VSpace medskip
17153 \end_inset
17154
17155
17156 \end_layout
17157
17158 \begin_layout Standard
17159 You can also define your own color with the command
17160 \end_layout
17161
17162 \begin_layout Standard
17163
17164 \series bold
17165
17166 \backslash
17167 definecolor{color name}{color model}{color values}
17168 \end_layout
17169
17170 \begin_layout Standard
17171 The color model can be
17172 \end_layout
17173
17174 \begin_layout Labeling
17175 \labelwidthstring 00.00.0000
17176 cmyk: cyan, magenta, yellow, black
17177 \end_layout
17178
17179 \begin_layout Labeling
17180 \labelwidthstring 00.00.0000
17181 rgb: red, green blue
17182 \end_layout
17183
17184 \begin_layout Labeling
17185 \labelwidthstring 00.00.0000
17186 gray gray
17187 \end_layout
17188
17189 \begin_layout Standard
17190 and the color values are comma separated numbers between 0 and 1 describing
17191  the factor for the corresponding color of the color model.
17192 \end_layout
17193
17194 \begin_layout Standard
17195 You can e.
17196 \begin_inset space \thinspace{}
17197 \end_inset
17198
17199 g.
17200 \begin_inset space \space{}
17201 \end_inset
17202
17203 define the color "
17204 \emph on
17205 darkgreen
17206 \emph default
17207 " in the preamble with
17208 \end_layout
17209
17210 \begin_layout Standard
17211
17212 \series bold
17213
17214 \backslash
17215 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17216 \end_layout
17217
17218 \begin_layout Standard
17219 and the color "
17220 \emph on
17221 lightgray
17222 \emph default
17223 " with
17224 \end_layout
17225
17226 \begin_layout Standard
17227
17228 \series bold
17229
17230 \backslash
17231 definecolor{lightgray}{gray}{0.8}
17232 \end_layout
17233
17234 \begin_layout Standard
17235 \begin_inset VSpace medskip
17236 \end_inset
17237
17238
17239 \end_layout
17240
17241 \begin_layout Standard
17242 Lines are colored with the command
17243 \end_layout
17244
17245 \begin_layout Standard
17246
17247 \series bold
17248
17249 \backslash
17250 rowcolor{name of color}
17251 \end_layout
17252
17253 \begin_layout Standard
17254 and cells are colored with the command
17255 \end_layout
17256
17257 \begin_layout Standard
17258
17259 \series bold
17260
17261 \backslash
17262 cellcolor{name of color}
17263 \end_layout
17264
17265 \begin_layout Standard
17266 Both commands are inserted at the beginning of a cell as TeX-Code.
17267 \end_layout
17268
17269 \begin_layout Standard
17270 To color characters in the table, mark the cells and use the 
17271 \family sans
17272 Text
17273 \begin_inset space ~
17274 \end_inset
17275
17276 Style
17277 \family default
17278  dialog.
17279  If a cell contains TeX-Code mark only the characters, otherwise the colored
17280  TeX-Code will cause LaTeX-errors.
17281 \end_layout
17282
17283 \begin_layout Standard
17284 \begin_inset Note Greyedout
17285 status open
17286
17287 \begin_layout Plain Layout
17288
17289 \series bold
17290 Note:
17291 \series default
17292  Not all DVI-viewers are able to display self-defined colors.
17293 \end_layout
17294
17295 \end_inset
17296
17297
17298 \end_layout
17299
17300 \begin_layout Standard
17301 \begin_inset VSpace bigskip
17302 \end_inset
17303
17304
17305 \end_layout
17306
17307 \begin_layout Standard
17308 To create Table
17309 \begin_inset space ~
17310 \end_inset
17311
17312
17313 \begin_inset CommandInset ref
17314 LatexCommand ref
17315 reference "tab:Table-colored-using"
17316
17317 \end_inset
17318
17319  do the following: The color of the first column should be 
17320 \emph on
17321 darkgreen
17322 \emph default
17323 .
17324  So insert
17325 \end_layout
17326
17327 \begin_layout Standard
17328
17329 \series bold
17330 >{
17331 \backslash
17332 columncolor{darkgreen}
17333 \backslash
17334 centering}c
17335 \end_layout
17336
17337 \begin_layout Standard
17338 as LaTeX-argument for this column.
17339  The first row should be light blue, therefore the TeX-Code command
17340 \end_layout
17341
17342 \begin_layout Standard
17343
17344 \series bold
17345
17346 \backslash
17347 rowcolor{cyan}
17348 \end_layout
17349
17350 \begin_layout Standard
17351 is inserted to the first cell of this row.
17352  Note that this overwrites the column color for the first cell.
17353  The last cell of the last row is colored maroon by inserting the TeX-Code
17354  command
17355 \end_layout
17356
17357 \begin_layout Standard
17358
17359 \series bold
17360
17361 \backslash
17362 cellcolor{Maroon}
17363 \end_layout
17364
17365 \begin_layout Standard
17366 The characters could now be colored using the menu 
17367 \family sans
17368 Edit\SpecialChar \menuseparator
17369 Text
17370 \begin_inset space ~
17371 \end_inset
17372
17373 Style
17374 \family default
17375 .
17376 \end_layout
17377
17378 \begin_layout Standard
17379 \begin_inset Float table
17380 placement h
17381 wide false
17382 sideways false
17383 status open
17384
17385 \begin_layout Plain Layout
17386 \begin_inset Caption Standard
17387
17388 \begin_layout Plain Layout
17389 \begin_inset CommandInset label
17390 LatexCommand label
17391 name "tab:Table-colored-using"
17392
17393 \end_inset
17394
17395 Table colored using the package 
17396 \series bold
17397 colortbl
17398 \series default
17399
17400 \begin_inset Argument 1
17401 status collapsed
17402
17403 \begin_layout Plain Layout
17404 Table with colortbl
17405 \end_layout
17406
17407 \end_inset
17408
17409
17410 \end_layout
17411
17412 \end_inset
17413
17414
17415 \end_layout
17416
17417 \begin_layout Plain Layout
17418 \align center
17419 \begin_inset Tabular
17420 <lyxtabular version="3" rows="3" columns="3">
17421 <features rotate="0" tabularvalignment="middle">
17422 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17423 <column alignment="center" valignment="top">
17424 <column alignment="center" valignment="top">
17425 <row>
17426 <cell alignment="center" valignment="top" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430 \begin_inset ERT
17431 status collapsed
17432
17433 \begin_layout Plain Layout
17434
17435
17436 \backslash
17437 rowcolor{cyan}
17438 \end_layout
17439
17440 \end_inset
17441
17442
17443 \color magenta
17444 a
17445 \end_layout
17446
17447 \end_inset
17448 </cell>
17449 <cell alignment="center" valignment="top" usebox="none">
17450 \begin_inset Text
17451
17452 \begin_layout Plain Layout
17453
17454 \color red
17455 b
17456 \end_layout
17457
17458 \end_inset
17459 </cell>
17460 <cell alignment="center" valignment="top" usebox="none">
17461 \begin_inset Text
17462
17463 \begin_layout Plain Layout
17464
17465 \color red
17466 c
17467 \end_layout
17468
17469 \end_inset
17470 </cell>
17471 </row>
17472 <row>
17473 <cell alignment="center" valignment="top" usebox="none">
17474 \begin_inset Text
17475
17476 \begin_layout Plain Layout
17477
17478 \color yellow
17479 d
17480 \end_layout
17481
17482 \end_inset
17483 </cell>
17484 <cell alignment="center" valignment="top" usebox="none">
17485 \begin_inset Text
17486
17487 \begin_layout Plain Layout
17488
17489 \color blue
17490 e
17491 \end_layout
17492
17493 \end_inset
17494 </cell>
17495 <cell alignment="center" valignment="top" usebox="none">
17496 \begin_inset Text
17497
17498 \begin_layout Plain Layout
17499
17500 \color blue
17501 f
17502 \end_layout
17503
17504 \end_inset
17505 </cell>
17506 </row>
17507 <row>
17508 <cell alignment="center" valignment="top" usebox="none">
17509 \begin_inset Text
17510
17511 \begin_layout Plain Layout
17512
17513 \color yellow
17514 g
17515 \end_layout
17516
17517 \end_inset
17518 </cell>
17519 <cell alignment="center" valignment="top" usebox="none">
17520 \begin_inset Text
17521
17522 \begin_layout Plain Layout
17523
17524 \color blue
17525 h
17526 \end_layout
17527
17528 \end_inset
17529 </cell>
17530 <cell alignment="center" valignment="top" usebox="none">
17531 \begin_inset Text
17532
17533 \begin_layout Plain Layout
17534 \begin_inset ERT
17535 status collapsed
17536
17537 \begin_layout Plain Layout
17538
17539
17540 \backslash
17541 cellcolor{Maroon}
17542 \end_layout
17543
17544 \end_inset
17545
17546
17547 \color green
17548 i
17549 \end_layout
17550
17551 \end_inset
17552 </cell>
17553 </row>
17554 </lyxtabular>
17555
17556 \end_inset
17557
17558
17559 \end_layout
17560
17561 \end_inset
17562
17563
17564 \end_layout
17565
17566 \begin_layout Standard
17567 \begin_inset ERT
17568 status collapsed
17569
17570 \begin_layout Plain Layout
17571
17572
17573 \backslash
17574 else
17575 \end_layout
17576
17577 \end_inset
17578
17579
17580 \begin_inset Note Note
17581 status open
17582
17583 \begin_layout Plain Layout
17584 The following will be displayed when the LaTeX-package 
17585 \series bold
17586 colortbl
17587 \series default
17588  is not installed:
17589 \end_layout
17590
17591 \end_inset
17592
17593
17594 \end_layout
17595
17596 \begin_layout Standard
17597 You need to install the package 
17598 \series bold
17599 colortbl
17600 \series default
17601  to see the content of this section in the output.
17602 \end_layout
17603
17604 \begin_layout Standard
17605 \begin_inset ERT
17606 status collapsed
17607
17608 \begin_layout Plain Layout
17609
17610
17611 \backslash
17612 fi
17613 \end_layout
17614
17615 \end_inset
17616
17617
17618 \end_layout
17619
17620 \begin_layout Subsection
17621 Colored Rows
17622 \begin_inset Index idx
17623 status collapsed
17624
17625 \begin_layout Plain Layout
17626 Table Color ! for Rows
17627 \end_layout
17628
17629 \end_inset
17630
17631
17632 \begin_inset Index idx
17633 status collapsed
17634
17635 \begin_layout Plain Layout
17636 Color ! for Table Rows
17637 \end_layout
17638
17639 \end_inset
17640
17641
17642 \end_layout
17643
17644 \begin_layout Standard
17645 In case every second table row needs to be colored there is an alternative
17646  to the method described in the previous section: One loads the package
17647  
17648 \series bold
17649 xcolor
17650 \series default
17651
17652 \begin_inset Index idx
17653 status collapsed
17654
17655 \begin_layout Plain Layout
17656 LaTeX-packages ! xcolor
17657 \begin_inset ERT
17658 status collapsed
17659
17660 \begin_layout Plain Layout
17661
17662
17663 \backslash
17664 vspace{4mm}
17665 \end_layout
17666
17667 \end_inset
17668
17669
17670 \end_layout
17671
17672 \end_inset
17673
17674  in the document preamble with the command
17675 \end_layout
17676
17677 \begin_layout Standard
17678
17679 \series bold
17680
17681 \backslash
17682 usepackage[table]{xcolor}
17683 \end_layout
17684
17685 \begin_layout Standard
17686
17687 \series bold
17688 xcolor
17689 \series default
17690  automatically loads also the package 
17691 \series bold
17692 colortbl
17693 \series default
17694
17695 \begin_inset Index idx
17696 status collapsed
17697
17698 \begin_layout Plain Layout
17699 LaTeX-packages ! colortbl
17700 \end_layout
17701
17702 \end_inset
17703
17704 , so 
17705 \series bold
17706 colortbl
17707 \series default
17708  must be installed in your LaTeX-distribution, otherwise you get LaTeX-errors.
17709 \end_layout
17710
17711 \begin_layout Standard
17712 \begin_inset ERT
17713 status collapsed
17714
17715 \begin_layout Plain Layout
17716
17717
17718 \backslash
17719 ifcolortbl
17720 \end_layout
17721
17722 \end_inset
17723
17724
17725 \begin_inset Note Note
17726 status open
17727
17728 \begin_layout Plain Layout
17729 The following section part will only be displayed when the LaTeX-package
17730  
17731 \series bold
17732 colortbl
17733 \series default
17734  is installed.
17735 \end_layout
17736
17737 \end_inset
17738
17739
17740 \end_layout
17741
17742 \begin_layout Standard
17743 The table rows are colored with the command
17744 \end_layout
17745
17746 \begin_layout Standard
17747
17748 \series bold
17749
17750 \backslash
17751 rowcolors[commands]{row number}{odd row color}{even row color}
17752 \end_layout
17753
17754 \begin_layout Standard
17755 that is either inserted in the document preamble or as TeX-Code before the
17756  first table to be colored.
17757  row
17758 \begin_inset space ~
17759 \end_inset
17760
17761 number is the number of the first row which should be colored according
17762  to the odd row color.
17763  commands can be additional commands that are executed before every table
17764  row.
17765  So for example the command
17766 \end_layout
17767
17768 \begin_layout Standard
17769
17770 \series bold
17771
17772 \backslash
17773 rowcolors{1}{white}{lightgray}
17774 \end_layout
17775
17776 \begin_layout Standard
17777 leads to the coloring scheme of Table
17778 \begin_inset space ~
17779 \end_inset
17780
17781
17782 \begin_inset CommandInset ref
17783 LatexCommand ref
17784 reference "tab:Table-rowcolors"
17785
17786 \end_inset
17787
17788 .
17789  The command
17790 \end_layout
17791
17792 \begin_layout Standard
17793
17794 \series bold
17795
17796 \backslash
17797 rowcolors[
17798 \backslash
17799 hline]{1}{lightgray}{cyan}
17800 \end_layout
17801
17802 \begin_layout Standard
17803 leads to the coloring scheme of Table
17804 \begin_inset space ~
17805 \end_inset
17806
17807
17808 \begin_inset CommandInset ref
17809 LatexCommand ref
17810 reference "tab:Table-rowcolors-2"
17811
17812 \end_inset
17813
17814 .
17815  If odd
17816 \begin_inset space ~
17817 \end_inset
17818
17819 row
17820 \begin_inset space ~
17821 \end_inset
17822
17823 color and/or even
17824 \begin_inset space ~
17825 \end_inset
17826
17827 row
17828 \begin_inset space ~
17829 \end_inset
17830
17831 color are left empty, no color will be used so that the command
17832 \end_layout
17833
17834 \begin_layout Standard
17835
17836 \series bold
17837
17838 \backslash
17839 rowcolors{1}{}{}
17840 \end_layout
17841
17842 \begin_layout Standard
17843 deletes all colors.
17844  
17845 \series bold
17846
17847 \backslash
17848 rowcolors
17849 \series default
17850  affects all tables following that command.
17851 \end_layout
17852
17853 \begin_layout Standard
17854 \begin_inset ERT
17855 status open
17856
17857 \begin_layout Plain Layout
17858
17859
17860 \backslash
17861 rowcolors{1}{white}{lightgray}
17862 \end_layout
17863
17864 \end_inset
17865
17866
17867 \end_layout
17868
17869 \begin_layout Standard
17870 \begin_inset Float table
17871 placement h
17872 wide false
17873 sideways false
17874 status open
17875
17876 \begin_layout Plain Layout
17877 \begin_inset Caption Standard
17878
17879 \begin_layout Plain Layout
17880 \begin_inset CommandInset label
17881 LatexCommand label
17882 name "tab:Table-rowcolors"
17883
17884 \end_inset
17885
17886 Table where every second row is colored light gray.
17887 \end_layout
17888
17889 \end_inset
17890
17891
17892 \end_layout
17893
17894 \begin_layout Plain Layout
17895 \align center
17896 \begin_inset Tabular
17897 <lyxtabular version="3" rows="4" columns="3">
17898 <features rotate="0" tabularvalignment="middle">
17899 <column alignment="center" valignment="top">
17900 <column alignment="center" valignment="top" width="0pt">
17901 <column alignment="center" valignment="top" width="0pt">
17902 <row>
17903 <cell alignment="center" valignment="top" usebox="none">
17904 \begin_inset Text
17905
17906 \begin_layout Plain Layout
17907 X
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 <cell alignment="center" valignment="top" usebox="none">
17913 \begin_inset Text
17914
17915 \begin_layout Plain Layout
17916 Y
17917 \end_layout
17918
17919 \end_inset
17920 </cell>
17921 <cell alignment="center" valignment="top" usebox="none">
17922 \begin_inset Text
17923
17924 \begin_layout Plain Layout
17925 Z
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 </row>
17931 <row>
17932 <cell alignment="center" valignment="top" usebox="none">
17933 \begin_inset Text
17934
17935 \begin_layout Plain Layout
17936 1
17937 \end_layout
17938
17939 \end_inset
17940 </cell>
17941 <cell alignment="center" valignment="top" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Plain Layout
17945 2
17946 \end_layout
17947
17948 \end_inset
17949 </cell>
17950 <cell alignment="center" valignment="top" usebox="none">
17951 \begin_inset Text
17952
17953 \begin_layout Plain Layout
17954 3
17955 \end_layout
17956
17957 \end_inset
17958 </cell>
17959 </row>
17960 <row>
17961 <cell alignment="center" valignment="top" usebox="none">
17962 \begin_inset Text
17963
17964 \begin_layout Plain Layout
17965 4
17966 \end_layout
17967
17968 \end_inset
17969 </cell>
17970 <cell alignment="center" valignment="top" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974 5
17975 \end_layout
17976
17977 \end_inset
17978 </cell>
17979 <cell alignment="center" valignment="top" usebox="none">
17980 \begin_inset Text
17981
17982 \begin_layout Plain Layout
17983 6
17984 \end_layout
17985
17986 \end_inset
17987 </cell>
17988 </row>
17989 <row>
17990 <cell alignment="center" valignment="top" usebox="none">
17991 \begin_inset Text
17992
17993 \begin_layout Plain Layout
17994 7
17995 \end_layout
17996
17997 \end_inset
17998 </cell>
17999 <cell alignment="center" valignment="top" usebox="none">
18000 \begin_inset Text
18001
18002 \begin_layout Plain Layout
18003 8
18004 \end_layout
18005
18006 \end_inset
18007 </cell>
18008 <cell alignment="center" valignment="top" usebox="none">
18009 \begin_inset Text
18010
18011 \begin_layout Plain Layout
18012 9
18013 \end_layout
18014
18015 \end_inset
18016 </cell>
18017 </row>
18018 </lyxtabular>
18019
18020 \end_inset
18021
18022
18023 \end_layout
18024
18025 \end_inset
18026
18027
18028 \end_layout
18029
18030 \begin_layout Standard
18031 \begin_inset ERT
18032 status open
18033
18034 \begin_layout Plain Layout
18035
18036
18037 \backslash
18038 rowcolors[
18039 \backslash
18040 hline]{1}{lightgray}{cyan}
18041 \end_layout
18042
18043 \end_inset
18044
18045
18046 \end_layout
18047
18048 \begin_layout Standard
18049 \begin_inset Float table
18050 placement h
18051 wide false
18052 sideways false
18053 status open
18054
18055 \begin_layout Plain Layout
18056 \begin_inset Caption Standard
18057
18058 \begin_layout Plain Layout
18059 \begin_inset CommandInset label
18060 LatexCommand label
18061 name "tab:Table-rowcolors-2"
18062
18063 \end_inset
18064
18065 Table where every second row is colored cyan and at which there is a line
18066  between each row.
18067 \end_layout
18068
18069 \end_inset
18070
18071
18072 \end_layout
18073
18074 \begin_layout Plain Layout
18075 \align center
18076 \begin_inset Tabular
18077 <lyxtabular version="3" rows="4" columns="3">
18078 <features rotate="0" tabularvalignment="middle">
18079 <column alignment="center" valignment="top">
18080 <column alignment="center" valignment="top">
18081 <column alignment="center" valignment="top" width="0pt">
18082 <row>
18083 <cell alignment="center" valignment="top" usebox="none">
18084 \begin_inset Text
18085
18086 \begin_layout Plain Layout
18087 X
18088 \end_layout
18089
18090 \end_inset
18091 </cell>
18092 <cell alignment="center" valignment="top" usebox="none">
18093 \begin_inset Text
18094
18095 \begin_layout Plain Layout
18096 Y
18097 \end_layout
18098
18099 \end_inset
18100 </cell>
18101 <cell alignment="center" valignment="top" usebox="none">
18102 \begin_inset Text
18103
18104 \begin_layout Plain Layout
18105 Z
18106 \end_layout
18107
18108 \end_inset
18109 </cell>
18110 </row>
18111 <row>
18112 <cell alignment="center" valignment="top" usebox="none">
18113 \begin_inset Text
18114
18115 \begin_layout Plain Layout
18116 1
18117 \end_layout
18118
18119 \end_inset
18120 </cell>
18121 <cell alignment="center" valignment="top" usebox="none">
18122 \begin_inset Text
18123
18124 \begin_layout Plain Layout
18125 2
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 <cell alignment="center" valignment="top" usebox="none">
18131 \begin_inset Text
18132
18133 \begin_layout Plain Layout
18134 3
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 </row>
18140 <row>
18141 <cell alignment="center" valignment="top" usebox="none">
18142 \begin_inset Text
18143
18144 \begin_layout Plain Layout
18145 4
18146 \end_layout
18147
18148 \end_inset
18149 </cell>
18150 <cell alignment="center" valignment="top" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154 5
18155 \end_layout
18156
18157 \end_inset
18158 </cell>
18159 <cell alignment="center" valignment="top" usebox="none">
18160 \begin_inset Text
18161
18162 \begin_layout Plain Layout
18163 6
18164 \end_layout
18165
18166 \end_inset
18167 </cell>
18168 </row>
18169 <row>
18170 <cell alignment="center" valignment="top" usebox="none">
18171 \begin_inset Text
18172
18173 \begin_layout Plain Layout
18174 7
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 <cell alignment="center" valignment="top" usebox="none">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183 8
18184 \end_layout
18185
18186 \end_inset
18187 </cell>
18188 <cell alignment="center" valignment="top" usebox="none">
18189 \begin_inset Text
18190
18191 \begin_layout Plain Layout
18192 9
18193 \end_layout
18194
18195 \end_inset
18196 </cell>
18197 </row>
18198 </lyxtabular>
18199
18200 \end_inset
18201
18202
18203 \end_layout
18204
18205 \end_inset
18206
18207
18208 \end_layout
18209
18210 \begin_layout Standard
18211 \begin_inset ERT
18212 status collapsed
18213
18214 \begin_layout Plain Layout
18215
18216
18217 \backslash
18218 rowcolors{1}{}{}
18219 \end_layout
18220
18221 \end_inset
18222
18223
18224 \begin_inset Note Note
18225 status collapsed
18226
18227 \begin_layout Plain Layout
18228 turns off the row coloring
18229 \end_layout
18230
18231 \end_inset
18232
18233
18234 \end_layout
18235
18236 \begin_layout Standard
18237 \begin_inset ERT
18238 status collapsed
18239
18240 \begin_layout Plain Layout
18241
18242
18243 \backslash
18244 else
18245 \end_layout
18246
18247 \end_inset
18248
18249
18250 \begin_inset Note Note
18251 status open
18252
18253 \begin_layout Plain Layout
18254 The following will be displayed when the LaTeX-package 
18255 \series bold
18256 colortbl
18257 \series default
18258  is not installed:
18259 \end_layout
18260
18261 \end_inset
18262
18263
18264 \end_layout
18265
18266 \begin_layout Standard
18267 You need to install the package 
18268 \series bold
18269 colortbl
18270 \series default
18271  to see the content of this section in the output.
18272 \end_layout
18273
18274 \begin_layout Standard
18275 \begin_inset ERT
18276 status collapsed
18277
18278 \begin_layout Plain Layout
18279
18280
18281 \backslash
18282 fi
18283 \end_layout
18284
18285 \end_inset
18286
18287
18288 \end_layout
18289
18290 \begin_layout Subsection
18291 Colored Lines
18292 \begin_inset Index idx
18293 status collapsed
18294
18295 \begin_layout Plain Layout
18296 Table Color ! for Lines
18297 \end_layout
18298
18299 \end_inset
18300
18301
18302 \begin_inset Index idx
18303 status collapsed
18304
18305 \begin_layout Plain Layout
18306 Color ! for Table Lines
18307 \end_layout
18308
18309 \end_inset
18310
18311
18312 \end_layout
18313
18314 \begin_layout Standard
18315 As described in section
18316 \begin_inset space ~
18317 \end_inset
18318
18319
18320 \begin_inset CommandInset ref
18321 LatexCommand ref
18322 reference "sub:Line-Thickness"
18323
18324 \end_inset
18325
18326 , the line thickness for all lines in a table can be adjusted with the length
18327  
18328 \series bold
18329
18330 \backslash
18331 arrayrulewidth
18332 \series default
18333 .
18334  It is set to 1.5
18335 \begin_inset space \thinspace{}
18336 \end_inset
18337
18338 pt for all tables of this section.
18339 \begin_inset ERT
18340 status collapsed
18341
18342 \begin_layout Plain Layout
18343
18344
18345 \backslash
18346 setlength{
18347 \backslash
18348 arrayrulewidth}{1.5pt}
18349 \end_layout
18350
18351 \end_inset
18352
18353
18354 \end_layout
18355
18356 \begin_layout Standard
18357 To color vertical lines for example with green, create the following column
18358  format in the document preamble, according to the description in section
18359 \begin_inset space ~
18360 \end_inset
18361
18362
18363 \begin_inset CommandInset ref
18364 LatexCommand ref
18365 reference "sub:Customized-Format"
18366
18367 \end_inset
18368
18369 :
18370 \end_layout
18371
18372 \begin_layout Standard
18373
18374 \series bold
18375
18376 \backslash
18377 newcolumntype{W}{!{
18378 \backslash
18379 color{green}
18380 \backslash
18381 vline}}
18382 \end_layout
18383
18384 \begin_layout Standard
18385 For Table
18386 \begin_inset space ~
18387 \end_inset
18388
18389
18390 \begin_inset CommandInset ref
18391 LatexCommand ref
18392 reference "tab:Table-with-vertical-colored"
18393
18394 \end_inset
18395
18396  the LaTeX-argument
18397 \series bold
18398  WcW
18399 \series default
18400  was used for the last column and
18401 \series bold
18402  Wc
18403 \series default
18404  for the other columns.
18405 \end_layout
18406
18407 \begin_layout Standard
18408 If you want to have several colors, define more column formats.
18409 \end_layout
18410
18411 \begin_layout Standard
18412 \begin_inset Float table
18413 placement h
18414 wide false
18415 sideways false
18416 status open
18417
18418 \begin_layout Plain Layout
18419 \begin_inset Caption Standard
18420
18421 \begin_layout Plain Layout
18422 \begin_inset CommandInset label
18423 LatexCommand label
18424 name "tab:Table-with-vertical-colored"
18425
18426 \end_inset
18427
18428 Table with colored vertical lines
18429 \end_layout
18430
18431 \end_inset
18432
18433
18434 \end_layout
18435
18436 \begin_layout Plain Layout
18437 \align center
18438 \begin_inset Tabular
18439 <lyxtabular version="3" rows="3" columns="3">
18440 <features rotate="0" tabularvalignment="middle">
18441 <column alignment="center" valignment="top" special="Wc">
18442 <column alignment="center" valignment="top" special="Wc">
18443 <column alignment="center" valignment="top" special="WcW">
18444 <row>
18445 <cell alignment="center" valignment="top" topline="true" usebox="none">
18446 \begin_inset Text
18447
18448 \begin_layout Plain Layout
18449 sd
18450 \end_layout
18451
18452 \end_inset
18453 </cell>
18454 <cell alignment="center" valignment="top" topline="true" usebox="none">
18455 \begin_inset Text
18456
18457 \begin_layout Plain Layout
18458
18459 \end_layout
18460
18461 \end_inset
18462 </cell>
18463 <cell alignment="center" valignment="top" topline="true" usebox="none">
18464 \begin_inset Text
18465
18466 \begin_layout Plain Layout
18467
18468 \end_layout
18469
18470 \end_inset
18471 </cell>
18472 </row>
18473 <row>
18474 <cell alignment="center" valignment="top" topline="true" usebox="none">
18475 \begin_inset Text
18476
18477 \begin_layout Plain Layout
18478
18479 \end_layout
18480
18481 \end_inset
18482 </cell>
18483 <cell alignment="center" valignment="top" topline="true" usebox="none">
18484 \begin_inset Text
18485
18486 \begin_layout Plain Layout
18487 sd
18488 \end_layout
18489
18490 \end_inset
18491 </cell>
18492 <cell alignment="center" valignment="top" topline="true" usebox="none">
18493 \begin_inset Text
18494
18495 \begin_layout Plain Layout
18496
18497 \end_layout
18498
18499 \end_inset
18500 </cell>
18501 </row>
18502 <row>
18503 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18504 \begin_inset Text
18505
18506 \begin_layout Plain Layout
18507
18508 \end_layout
18509
18510 \end_inset
18511 </cell>
18512 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18513 \begin_inset Text
18514
18515 \begin_layout Plain Layout
18516
18517 \end_layout
18518
18519 \end_inset
18520 </cell>
18521 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18522 \begin_inset Text
18523
18524 \begin_layout Plain Layout
18525 sd
18526 \end_layout
18527
18528 \end_inset
18529 </cell>
18530 </row>
18531 </lyxtabular>
18532
18533 \end_inset
18534
18535
18536 \end_layout
18537
18538 \end_inset
18539
18540
18541 \end_layout
18542
18543 \begin_layout Standard
18544 \begin_inset VSpace bigskip
18545 \end_inset
18546
18547 To color horizontal lines for example with red, as in Table
18548 \begin_inset space ~
18549 \end_inset
18550
18551
18552 \begin_inset CommandInset ref
18553 LatexCommand ref
18554 reference "tab:Table-with-horizontal-colored"
18555
18556 \end_inset
18557
18558 , insert these commands in TeX-Code before the table or table float:
18559 \end_layout
18560
18561 \begin_layout Standard
18562
18563 \series bold
18564
18565 \backslash
18566 let
18567 \backslash
18568 myHlineC
18569 \backslash
18570 hline
18571 \begin_inset Newline newline
18572 \end_inset
18573
18574
18575 \backslash
18576 renewcommand{
18577 \backslash
18578 hline}
18579 \begin_inset Newline newline
18580 \end_inset
18581
18582
18583 \begin_inset Phantom HPhantom
18584 status open
18585
18586 \begin_layout Plain Layout
18587
18588 \series bold
18589 \begin_inset space ~
18590 \end_inset
18591
18592
18593 \end_layout
18594
18595 \end_inset
18596
18597 {
18598 \backslash
18599 arrayrulecolor{red}
18600 \backslash
18601 myHlineC
18602 \backslash
18603 arrayrulecolor{black}}
18604 \end_layout
18605
18606 \begin_layout Standard
18607 \begin_inset ERT
18608 status collapsed
18609
18610 \begin_layout Plain Layout
18611
18612
18613 \backslash
18614 let
18615 \backslash
18616 myHlineC
18617 \backslash
18618 hline
18619 \end_layout
18620
18621 \begin_layout Plain Layout
18622
18623
18624 \backslash
18625 renewcommand{
18626 \backslash
18627 hline}
18628 \end_layout
18629
18630 \begin_layout Plain Layout
18631
18632  {
18633 \backslash
18634 arrayrulecolor{red}
18635 \backslash
18636 myHlineC
18637 \backslash
18638 arrayrulecolor{black}}
18639 \end_layout
18640
18641 \end_inset
18642
18643
18644 \begin_inset Float table
18645 placement h
18646 wide false
18647 sideways false
18648 status open
18649
18650 \begin_layout Plain Layout
18651 \begin_inset Caption Standard
18652
18653 \begin_layout Plain Layout
18654 \begin_inset CommandInset label
18655 LatexCommand label
18656 name "tab:Table-with-horizontal-colored"
18657
18658 \end_inset
18659
18660 Table with colored horizontal lines
18661 \end_layout
18662
18663 \end_inset
18664
18665
18666 \end_layout
18667
18668 \begin_layout Plain Layout
18669 \align center
18670 \begin_inset Tabular
18671 <lyxtabular version="3" rows="3" columns="3">
18672 <features rotate="0" tabularvalignment="middle">
18673 <column alignment="center" valignment="top">
18674 <column alignment="center" valignment="top">
18675 <column alignment="center" valignment="top">
18676 <row>
18677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18678 \begin_inset Text
18679
18680 \begin_layout Plain Layout
18681 sd
18682 \end_layout
18683
18684 \end_inset
18685 </cell>
18686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18687 \begin_inset Text
18688
18689 \begin_layout Plain Layout
18690
18691 \end_layout
18692
18693 \end_inset
18694 </cell>
18695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18696 \begin_inset Text
18697
18698 \begin_layout Plain Layout
18699
18700 \end_layout
18701
18702 \end_inset
18703 </cell>
18704 </row>
18705 <row>
18706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18707 \begin_inset Text
18708
18709 \begin_layout Plain Layout
18710
18711 \end_layout
18712
18713 \end_inset
18714 </cell>
18715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18716 \begin_inset Text
18717
18718 \begin_layout Plain Layout
18719 sd
18720 \end_layout
18721
18722 \end_inset
18723 </cell>
18724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18725 \begin_inset Text
18726
18727 \begin_layout Plain Layout
18728
18729 \end_layout
18730
18731 \end_inset
18732 </cell>
18733 </row>
18734 <row>
18735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18736 \begin_inset Text
18737
18738 \begin_layout Plain Layout
18739
18740 \end_layout
18741
18742 \end_inset
18743 </cell>
18744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18745 \begin_inset Text
18746
18747 \begin_layout Plain Layout
18748
18749 \end_layout
18750
18751 \end_inset
18752 </cell>
18753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18754 \begin_inset Text
18755
18756 \begin_layout Plain Layout
18757 sd
18758 \end_layout
18759
18760 \end_inset
18761 </cell>
18762 </row>
18763 </lyxtabular>
18764
18765 \end_inset
18766
18767
18768 \end_layout
18769
18770 \end_inset
18771
18772
18773 \end_layout
18774
18775 \begin_layout Standard
18776 To return to the default line color black, insert this command in TeX-Code
18777  after the table or table float:
18778 \end_layout
18779
18780 \begin_layout Standard
18781
18782 \series bold
18783
18784 \backslash
18785 renewcommand{
18786 \backslash
18787 hline}{
18788 \backslash
18789 myHlineC}
18790 \end_layout
18791
18792 \begin_layout Standard
18793 Table
18794 \begin_inset space ~
18795 \end_inset
18796
18797
18798 \begin_inset CommandInset ref
18799 LatexCommand ref
18800 reference "tab:Table-with-colored"
18801
18802 \end_inset
18803
18804  is an example with colored vertical and horizontal lines.
18805 \end_layout
18806
18807 \begin_layout Standard
18808 \begin_inset Float table
18809 placement h
18810 wide false
18811 sideways false
18812 status open
18813
18814 \begin_layout Plain Layout
18815 \begin_inset Caption Standard
18816
18817 \begin_layout Plain Layout
18818 \begin_inset CommandInset label
18819 LatexCommand label
18820 name "tab:Table-with-colored"
18821
18822 \end_inset
18823
18824 Table with colored lines
18825 \end_layout
18826
18827 \end_inset
18828
18829
18830 \end_layout
18831
18832 \begin_layout Plain Layout
18833 \align center
18834 \begin_inset Tabular
18835 <lyxtabular version="3" rows="3" columns="3">
18836 <features rotate="0" tabularvalignment="middle">
18837 <column alignment="center" valignment="top" special="Wc">
18838 <column alignment="center" valignment="top" special="Wc">
18839 <column alignment="center" valignment="top" special="WcW">
18840 <row>
18841 <cell alignment="center" valignment="top" topline="true" usebox="none">
18842 \begin_inset Text
18843
18844 \begin_layout Plain Layout
18845 sd
18846 \end_layout
18847
18848 \end_inset
18849 </cell>
18850 <cell alignment="center" valignment="top" topline="true" usebox="none">
18851 \begin_inset Text
18852
18853 \begin_layout Plain Layout
18854
18855 \end_layout
18856
18857 \end_inset
18858 </cell>
18859 <cell alignment="center" valignment="top" topline="true" usebox="none">
18860 \begin_inset Text
18861
18862 \begin_layout Plain Layout
18863
18864 \end_layout
18865
18866 \end_inset
18867 </cell>
18868 </row>
18869 <row>
18870 <cell alignment="center" valignment="top" topline="true" usebox="none">
18871 \begin_inset Text
18872
18873 \begin_layout Plain Layout
18874
18875 \end_layout
18876
18877 \end_inset
18878 </cell>
18879 <cell alignment="center" valignment="top" topline="true" usebox="none">
18880 \begin_inset Text
18881
18882 \begin_layout Plain Layout
18883 sd
18884 \end_layout
18885
18886 \end_inset
18887 </cell>
18888 <cell alignment="center" valignment="top" topline="true" usebox="none">
18889 \begin_inset Text
18890
18891 \begin_layout Plain Layout
18892
18893 \end_layout
18894
18895 \end_inset
18896 </cell>
18897 </row>
18898 <row topspace="default">
18899 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18900 \begin_inset Text
18901
18902 \begin_layout Plain Layout
18903
18904 \end_layout
18905
18906 \end_inset
18907 </cell>
18908 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18909 \begin_inset Text
18910
18911 \begin_layout Plain Layout
18912
18913 \end_layout
18914
18915 \end_inset
18916 </cell>
18917 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18918 \begin_inset Text
18919
18920 \begin_layout Plain Layout
18921 sd
18922 \end_layout
18923
18924 \end_inset
18925 </cell>
18926 </row>
18927 </lyxtabular>
18928
18929 \end_inset
18930
18931
18932 \end_layout
18933
18934 \end_inset
18935
18936
18937 \end_layout
18938
18939 \begin_layout Standard
18940 \begin_inset ERT
18941 status collapsed
18942
18943 \begin_layout Plain Layout
18944
18945
18946 \backslash
18947 renewcommand{
18948 \backslash
18949 hline}{
18950 \backslash
18951 myHlineC}
18952 \end_layout
18953
18954 \end_inset
18955
18956
18957 \end_layout
18958
18959 \begin_layout Standard
18960 \begin_inset ERT
18961 status collapsed
18962
18963 \begin_layout Plain Layout
18964
18965
18966 \backslash
18967 setlength{
18968 \backslash
18969 arrayrulewidth}{0.4pt}
18970 \end_layout
18971
18972 \end_inset
18973
18974
18975 \end_layout
18976
18977 \begin_layout Section
18978 Rotated Table Cells
18979 \begin_inset CommandInset label
18980 LatexCommand label
18981 name "sec:Rotated-Table-Cells"
18982
18983 \end_inset
18984
18985
18986 \begin_inset Index idx
18987 status collapsed
18988
18989 \begin_layout Plain Layout
18990 Table ! Rotated Cells
18991 \end_layout
18992
18993 \end_inset
18994
18995
18996 \begin_inset Index idx
18997 status collapsed
18998
18999 \begin_layout Plain Layout
19000 Rotated Material
19001 \end_layout
19002
19003 \end_inset
19004
19005
19006 \end_layout
19007
19008 \begin_layout Standard
19009 \begin_inset Note Greyedout
19010 status open
19011
19012 \begin_layout Plain Layout
19013
19014 \series bold
19015 Note:
19016 \series default
19017  Not all DVI-viewers are able to display rotations.
19018 \end_layout
19019
19020 \end_inset
19021
19022
19023 \end_layout
19024
19025 \begin_layout Standard
19026 Currently LyX only offers to rotate table cells by 90
19027 \begin_inset space \thinspace{}
19028 \end_inset
19029
19030 ° counter-clockwise.
19031  To rotate cells by an angle of your choice, you have to add this to the
19032  document preamble:
19033 \end_layout
19034
19035 \begin_layout Standard
19036
19037 \series bold
19038
19039 \backslash
19040 @ifundefined{turnbox}{
19041 \backslash
19042 usepackage{rotating}}{}
19043 \end_layout
19044
19045 \begin_layout Standard
19046 In the table cell that should be rotated, add at the beginning this command
19047  as TeX-code:
19048 \end_layout
19049
19050 \begin_layout Standard
19051
19052 \series bold
19053
19054 \backslash
19055 begin{turn}{angle}
19056 \end_layout
19057
19058 \begin_layout Standard
19059 where angle is the rotation angle in Â°.
19060  At the end of the cell the command
19061 \end_layout
19062
19063 \begin_layout Standard
19064
19065 \series bold
19066
19067 \backslash
19068 end{turn}
19069 \end_layout
19070
19071 \begin_layout Standard
19072 is inserted as TeX-code.
19073 \end_layout
19074
19075 \begin_layout Standard
19076 Table
19077 \begin_inset space ~
19078 \end_inset
19079
19080
19081 \begin_inset CommandInset ref
19082 LatexCommand ref
19083 reference "tab:Table-with-rotated-multi"
19084
19085 \end_inset
19086
19087  is an example where 3
19088 \begin_inset space ~
19089 \end_inset
19090
19091 cells were rotated by 45
19092 \begin_inset space \thinspace{}
19093 \end_inset
19094
19095 °.
19096 \end_layout
19097
19098 \begin_layout Standard
19099 \begin_inset Float table
19100 wide false
19101 sideways false
19102 status open
19103
19104 \begin_layout Plain Layout
19105 \begin_inset Caption Standard
19106
19107 \begin_layout Plain Layout
19108 \begin_inset CommandInset label
19109 LatexCommand label
19110 name "tab:Table-with-rotated"
19111
19112 \end_inset
19113
19114 Table with rotated cells in the first row.
19115 \end_layout
19116
19117 \end_inset
19118
19119
19120 \end_layout
19121
19122 \begin_layout Plain Layout
19123 \noindent
19124 \align center
19125 \begin_inset Tabular
19126 <lyxtabular version="3" rows="2" columns="3">
19127 <features rotate="0" tabularvalignment="middle">
19128 <column alignment="center" valignment="top">
19129 <column alignment="center" valignment="top" width="0pt">
19130 <column alignment="center" valignment="top">
19131 <row>
19132 <cell alignment="center" valignment="top" usebox="none">
19133 \begin_inset Text
19134
19135 \begin_layout Plain Layout
19136 \begin_inset ERT
19137 status collapsed
19138
19139 \begin_layout Plain Layout
19140
19141
19142 \backslash
19143 begin{turn}{45}
19144 \end_layout
19145
19146 \end_inset
19147
19148 cups
19149 \begin_inset ERT
19150 status collapsed
19151
19152 \begin_layout Plain Layout
19153
19154
19155 \backslash
19156 end{turn}
19157 \end_layout
19158
19159 \end_inset
19160
19161
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 <cell alignment="center" valignment="top" usebox="none">
19167 \begin_inset Text
19168
19169 \begin_layout Plain Layout
19170 \begin_inset ERT
19171 status collapsed
19172
19173 \begin_layout Plain Layout
19174
19175
19176 \backslash
19177 begin{turn}{45}
19178 \end_layout
19179
19180 \end_inset
19181
19182 plates
19183 \begin_inset ERT
19184 status collapsed
19185
19186 \begin_layout Plain Layout
19187
19188
19189 \backslash
19190 end{turn}
19191 \end_layout
19192
19193 \end_inset
19194
19195
19196 \end_layout
19197
19198 \end_inset
19199 </cell>
19200 <cell alignment="center" valignment="top" usebox="none">
19201 \begin_inset Text
19202
19203 \begin_layout Plain Layout
19204 \begin_inset ERT
19205 status collapsed
19206
19207 \begin_layout Plain Layout
19208
19209
19210 \backslash
19211 begin{turn}{45}
19212 \end_layout
19213
19214 \end_inset
19215
19216 saucers
19217 \begin_inset ERT
19218 status collapsed
19219
19220 \begin_layout Plain Layout
19221
19222
19223 \backslash
19224 end{turn}
19225 \end_layout
19226
19227 \end_inset
19228
19229
19230 \end_layout
19231
19232 \end_inset
19233 </cell>
19234 </row>
19235 <row>
19236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19237 \begin_inset Text
19238
19239 \begin_layout Plain Layout
19240 45
19241 \end_layout
19242
19243 \end_inset
19244 </cell>
19245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19246 \begin_inset Text
19247
19248 \begin_layout Plain Layout
19249 33
19250 \end_layout
19251
19252 \end_inset
19253 </cell>
19254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19255 \begin_inset Text
19256
19257 \begin_layout Plain Layout
19258 21
19259 \end_layout
19260
19261 \end_inset
19262 </cell>
19263 </row>
19264 </lyxtabular>
19265
19266 \end_inset
19267
19268
19269 \end_layout
19270
19271 \end_inset
19272
19273
19274 \end_layout
19275
19276 \begin_layout Standard
19277 \begin_inset Note Greyedout
19278 status open
19279
19280 \begin_layout Plain Layout
19281
19282 \series bold
19283 Note:
19284 \series default
19285  Line breaks (shortcut 
19286 \begin_inset Info
19287 type  "shortcut"
19288 arg   "newline-insert newline"
19289 \end_inset
19290
19291 ) are not allowed in rotated cells.
19292 \end_layout
19293
19294 \end_inset
19295
19296
19297 \end_layout
19298
19299 \begin_layout Standard
19300 If you want to rotate table cells containing line breaks, you have to put
19301  the cell content into a minipage or a parbox.
19302 \begin_inset Foot
19303 status collapsed
19304
19305 \begin_layout Plain Layout
19306 For more about these boxes see sec.
19307 \begin_inset space \thinspace{}
19308 \end_inset
19309
19310
19311 \begin_inset CommandInset ref
19312 LatexCommand ref
19313 reference "sec:Minipages"
19314
19315 \end_inset
19316
19317  and 
19318 \begin_inset CommandInset ref
19319 LatexCommand ref
19320 reference "sec:Parboxes"
19321
19322 \end_inset
19323
19324 .
19325 \end_layout
19326
19327 \end_inset
19328
19329  If you rotate this cell by 90
19330 \begin_inset space \thinspace{}
19331 \end_inset
19332
19333 ° the width of the box is the height of the cell.
19334  Table
19335 \begin_inset space ~
19336 \end_inset
19337
19338
19339 \begin_inset CommandInset ref
19340 LatexCommand ref
19341 reference "tab:Table-with-rotated-multi"
19342
19343 \end_inset
19344
19345  is an example for a rotated multiline cell where the box width was set
19346  to 3
19347 \begin_inset space \thinspace{}
19348 \end_inset
19349
19350 cm.
19351 \end_layout
19352
19353 \begin_layout Standard
19354 \begin_inset Float table
19355 wide false
19356 sideways false
19357 status open
19358
19359 \begin_layout Plain Layout
19360 \begin_inset Caption Standard
19361
19362 \begin_layout Plain Layout
19363 \begin_inset CommandInset label
19364 LatexCommand label
19365 name "tab:Table-with-rotated-multi"
19366
19367 \end_inset
19368
19369 Table with rotated multiline cell.
19370 \end_layout
19371
19372 \end_inset
19373
19374
19375 \end_layout
19376
19377 \begin_layout Plain Layout
19378 \noindent
19379 \align center
19380 \begin_inset Tabular
19381 <lyxtabular version="3" rows="2" columns="3">
19382 <features rotate="0" tabularvalignment="middle">
19383 <column alignment="center" valignment="top">
19384 <column alignment="center" valignment="top" width="0pt">
19385 <column alignment="center" valignment="top">
19386 <row>
19387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19388 \begin_inset Text
19389
19390 \begin_layout Plain Layout
19391 a
19392 \end_layout
19393
19394 \end_inset
19395 </cell>
19396 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19397 \begin_inset Text
19398
19399 \begin_layout Plain Layout
19400 \begin_inset Box Frameless
19401 position "t"
19402 hor_pos "c"
19403 has_inner_box 1
19404 inner_pos "t"
19405 use_parbox 0
19406 use_makebox 0
19407 width "3cm"
19408 special "none"
19409 height "1in"
19410 height_special "totalheight"
19411 status open
19412
19413 \begin_layout Plain Layout
19414 rotated cell
19415 \begin_inset Newline newline
19416 \end_inset
19417
19418 with line break
19419 \end_layout
19420
19421 \end_inset
19422
19423
19424 \end_layout
19425
19426 \end_inset
19427 </cell>
19428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19429 \begin_inset Text
19430
19431 \begin_layout Plain Layout
19432 e
19433 \end_layout
19434
19435 \end_inset
19436 </cell>
19437 </row>
19438 <row>
19439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19440 \begin_inset Text
19441
19442 \begin_layout Plain Layout
19443 b
19444 \end_layout
19445
19446 \end_inset
19447 </cell>
19448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19449 \begin_inset Text
19450
19451 \begin_layout Plain Layout
19452 c
19453 \end_layout
19454
19455 \end_inset
19456 </cell>
19457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19458 \begin_inset Text
19459
19460 \begin_layout Plain Layout
19461 d
19462 \end_layout
19463
19464 \end_inset
19465 </cell>
19466 </row>
19467 </lyxtabular>
19468
19469 \end_inset
19470
19471
19472 \end_layout
19473
19474 \end_inset
19475
19476
19477 \end_layout
19478
19479 \begin_layout Section
19480 Table Width Calculation
19481 \begin_inset CommandInset label
19482 LatexCommand label
19483 name "sec:Table-Width-Calculation"
19484
19485 \end_inset
19486
19487
19488 \end_layout
19489
19490 \begin_layout Standard
19491 For wide tables it is sometimes difficult to assure that the table does
19492  not protrude over the page margin.
19493  Setting a fixed width for every column of the table is the solution, but
19494  what amount of space is needed for each column?
19495 \end_layout
19496
19497 \begin_layout Standard
19498 The table width 
19499 \begin_inset Formula $W_{\mathrm{table}}$
19500 \end_inset
19501
19502  can be calculated: Every column has the width of the specified column width
19503  
19504 \begin_inset Formula $W_{\mathrm{column}}$
19505 \end_inset
19506
19507  (that the content of the column can consume) plus two times the separation
19508  between the column content and the column border (LaTeX length
19509 \series bold
19510  
19511 \backslash
19512 tabcolsep
19513 \series default
19514 , default 6
19515 \begin_inset space \thinspace{}
19516 \end_inset
19517
19518 pt) plus the width of a border line (LaTeX length 
19519 \series bold
19520
19521 \backslash
19522 arrayrulewidth
19523 \series default
19524 , default 0.4
19525 \begin_inset space \thinspace{}
19526 \end_inset
19527
19528 pt): So if all 
19529 \begin_inset Formula $n$
19530 \end_inset
19531
19532
19533 \begin_inset space ~
19534 \end_inset
19535
19536 columns have the same width, the table width is
19537 \begin_inset Formula 
19538 \begin{equation}
19539 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19540 \end{equation}
19541
19542 \end_inset
19543
19544
19545 \end_layout
19546
19547 \begin_layout Standard
19548 The available width for a table is the space between the page margins or
19549  the width of a text column (for a two-column document) (LaTeX length 
19550 \series bold
19551
19552 \backslash
19553 columnwidth
19554 \series default
19555 ).
19556  If all table columns should have the same width and 
19557 \begin_inset Formula $W_{\mathrm{table}}$
19558 \end_inset
19559
19560  should be 1
19561 \begin_inset space \thinspace{}
19562 \end_inset
19563
19564
19565 \backslash
19566 columnwidth, 
19567 \begin_inset Formula $W_{\mathrm{column}}$
19568 \end_inset
19569
19570  can easily be calculated.
19571 \end_layout
19572
19573 \begin_layout Standard
19574 To be able to perform calculations you need to load the LaTeX-package 
19575 \series bold
19576 calc
19577 \series default
19578
19579 \begin_inset Index idx
19580 status collapsed
19581
19582 \begin_layout Plain Layout
19583 LaTeX-packages ! calc
19584 \end_layout
19585
19586 \end_inset
19587
19588  in the document preamble.
19589  To set the width in the table dialog you have to use the field 
19590 \family sans
19591 LaTeX argument
19592 \family default
19593 .
19594  The command scheme for this field is the same that is explained in section
19595 \begin_inset space ~
19596 \end_inset
19597
19598
19599 \begin_inset CommandInset ref
19600 LatexCommand ref
19601 reference "sub:Multicolumn-Calculations"
19602
19603 \end_inset
19604
19605 .
19606  For a table with 5
19607 \begin_inset space \thinspace{}
19608 \end_inset
19609
19610 columns with an uniform width and centered text, enter there for each column
19611  the command
19612 \end_layout
19613
19614 \begin_layout Standard
19615
19616 \series bold
19617 >{
19618 \backslash
19619 centering}p{(1
19620 \backslash
19621 columnwidth-62.4pt)/5}
19622 \end_layout
19623
19624 \begin_layout Standard
19625 For a table with 5
19626 \begin_inset space \thinspace{}
19627 \end_inset
19628
19629 columns where 2 should have 0.75
19630 \begin_inset space ~
19631 \end_inset
19632
19633 times the width than the 3 others, the calculation is
19634 \begin_inset Formula 
19635 \begin{align}
19636 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19637  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19638  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19639 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19640 \end{align}
19641
19642 \end_inset
19643
19644
19645 \end_layout
19646
19647 \begin_layout Standard
19648 In the table therefore the command
19649 \end_layout
19650
19651 \begin_layout Standard
19652
19653 \series bold
19654 >{
19655 \backslash
19656 centering}p{(1
19657 \backslash
19658 columnwidth-62.4pt)/
19659 \backslash
19660 real{4.5}}
19661 \end_layout
19662
19663 \begin_layout Standard
19664 is used for the wider columns and
19665 \end_layout
19666
19667 \begin_layout Standard
19668
19669 \series bold
19670 >{
19671 \backslash
19672 centering}p{(1
19673 \backslash
19674 columnwidth-62.4pt)/
19675 \backslash
19676 real{4.5}*
19677 \backslash
19678 real{0.75}}
19679 \end_layout
19680
19681 \begin_layout Standard
19682 for the smaller ones:
19683 \end_layout
19684
19685 \begin_layout Standard
19686 \begin_inset Tabular
19687 <lyxtabular version="3" rows="2" columns="5">
19688 <features rotate="0" tabularvalignment="middle">
19689 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19690 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19691 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19692 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19693 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19694 <row>
19695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19696 \begin_inset Text
19697
19698 \begin_layout Plain Layout
19699 1
19700 \end_layout
19701
19702 \end_inset
19703 </cell>
19704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19705 \begin_inset Text
19706
19707 \begin_layout Plain Layout
19708 2
19709 \end_layout
19710
19711 \end_inset
19712 </cell>
19713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19714 \begin_inset Text
19715
19716 \begin_layout Plain Layout
19717 3
19718 \end_layout
19719
19720 \end_inset
19721 </cell>
19722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19723 \begin_inset Text
19724
19725 \begin_layout Plain Layout
19726 4
19727 \end_layout
19728
19729 \end_inset
19730 </cell>
19731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19732 \begin_inset Text
19733
19734 \begin_layout Plain Layout
19735 5
19736 \end_layout
19737
19738 \end_inset
19739 </cell>
19740 </row>
19741 <row>
19742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19743 \begin_inset Text
19744
19745 \begin_layout Plain Layout
19746 111111 1111111 111111 111111111 11111 11111 1111
19747 \end_layout
19748
19749 \end_inset
19750 </cell>
19751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755
19756 \end_layout
19757
19758 \end_inset
19759 </cell>
19760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19761 \begin_inset Text
19762
19763 \begin_layout Plain Layout
19764 2222 22222 222222 222222222 2222222 22 22222
19765 \end_layout
19766
19767 \end_inset
19768 </cell>
19769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19770 \begin_inset Text
19771
19772 \begin_layout Plain Layout
19773
19774 \end_layout
19775
19776 \end_inset
19777 </cell>
19778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19779 \begin_inset Text
19780
19781 \begin_layout Plain Layout
19782 333333 333333 333333 33333 3333333 333
19783 \end_layout
19784
19785 \end_inset
19786 </cell>
19787 </row>
19788 </lyxtabular>
19789
19790 \end_inset
19791
19792
19793 \end_layout
19794
19795 \begin_layout Section
19796 Table Customization
19797 \begin_inset Index idx
19798 status collapsed
19799
19800 \begin_layout Plain Layout
19801 Table Customization
19802 \end_layout
19803
19804 \end_inset
19805
19806
19807 \begin_inset Index idx
19808 status collapsed
19809
19810 \begin_layout Plain Layout
19811 Table ! Customization
19812 \end_layout
19813
19814 \end_inset
19815
19816
19817 \end_layout
19818
19819 \begin_layout Subsection
19820 Row Spacing
19821 \begin_inset CommandInset label
19822 LatexCommand label
19823 name "sub:Row-Spacing"
19824
19825 \end_inset
19826
19827
19828 \begin_inset Index idx
19829 status collapsed
19830
19831 \begin_layout Plain Layout
19832 Table Customization ! Row Spacing
19833 \end_layout
19834
19835 \end_inset
19836
19837
19838 \end_layout
19839
19840 \begin_layout Standard
19841 You can add vertical space to table rows in the 
19842 \family sans
19843 Borders
19844 \family default
19845  tab of the table dialog.
19846  You find there three possibilities:
19847 \end_layout
19848
19849 \begin_layout Description
19850 Top
19851 \begin_inset space ~
19852 \end_inset
19853
19854 of
19855 \begin_inset space ~
19856 \end_inset
19857
19858 row will add space above the characters of the table row.
19859  If the table is a formal table
19860 \begin_inset Foot
19861 status collapsed
19862
19863 \begin_layout Plain Layout
19864 Formal tables are explained in section
19865 \begin_inset space ~
19866 \end_inset
19867
19868
19869 \begin_inset CommandInset ref
19870 LatexCommand ref
19871 reference "sec:Formal-Tables"
19872
19873 \end_inset
19874
19875 .
19876 \end_layout
19877
19878 \end_inset
19879
19880  LyX will insert as default 0.5
19881 \begin_inset space \thinspace{}
19882 \end_inset
19883
19884 em space.
19885  For normal tables the inserted space will unfortunately destroy the vertical
19886  table lines as in the following table:
19887 \begin_inset VSpace medskip
19888 \end_inset
19889
19890
19891 \begin_inset Newline newline
19892 \end_inset
19893
19894
19895 \begin_inset space \hspace*{}
19896 \length 0pt
19897 \end_inset
19898
19899
19900 \begin_inset space \hfill{}
19901 \end_inset
19902
19903
19904 \begin_inset Tabular
19905 <lyxtabular version="3" rows="3" columns="1">
19906 <features rotate="0" tabularvalignment="middle">
19907 <column alignment="center" valignment="top">
19908 <row>
19909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Plain Layout
19913 A
19914 \end_layout
19915
19916 \end_inset
19917 </cell>
19918 </row>
19919 <row topspace="3mm">
19920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924 3
19925 \begin_inset space \thinspace{}
19926 \end_inset
19927
19928 mm space top of row
19929 \end_layout
19930
19931 \end_inset
19932 </cell>
19933 </row>
19934 <row>
19935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19936 \begin_inset Text
19937
19938 \begin_layout Plain Layout
19939 C
19940 \end_layout
19941
19942 \end_inset
19943 </cell>
19944 </row>
19945 </lyxtabular>
19946
19947 \end_inset
19948
19949
19950 \begin_inset space \hfill{}
19951 \end_inset
19952
19953
19954 \begin_inset space \hspace*{}
19955 \length 0pt
19956 \end_inset
19957
19958
19959 \begin_inset VSpace medskip
19960 \end_inset
19961
19962
19963 \begin_inset Newline newline
19964 \end_inset
19965
19966 So inserting space in the top of row for normal tables is only useful when
19967  you don't have vertical lines.
19968 \end_layout
19969
19970 \begin_layout Description
19971 Bottom
19972 \begin_inset space ~
19973 \end_inset
19974
19975 of
19976 \begin_inset space ~
19977 \end_inset
19978
19979 row will add space below the characters of the table row.
19980  If the table is a formal table LyX will insert as default 0.5
19981 \begin_inset space \thinspace{}
19982 \end_inset
19983
19984 em space, for normal tables the default size is 2
19985 \begin_inset space \thinspace{}
19986 \end_inset
19987
19988 pt.
19989 \end_layout
19990
19991 \begin_layout Description
19992 Between
19993 \begin_inset space ~
19994 \end_inset
19995
19996 rows adds space between the current and the following row.
19997  If the table is a formal table LyX will insert as default 0.5
19998 \begin_inset space \thinspace{}
19999 \end_inset
20000
20001 em space.
20002  For normal tables the inserted space will unfortunately destroy the vertical
20003  table lines as in the following table:
20004 \begin_inset VSpace medskip
20005 \end_inset
20006
20007
20008 \begin_inset Newline newline
20009 \end_inset
20010
20011
20012 \begin_inset space \hspace*{}
20013 \length 0pt
20014 \end_inset
20015
20016
20017 \begin_inset space \hfill{}
20018 \end_inset
20019
20020
20021 \begin_inset Tabular
20022 <lyxtabular version="3" rows="3" columns="1">
20023 <features rotate="0" tabularvalignment="middle">
20024 <column alignment="center" valignment="top">
20025 <row>
20026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20027 \begin_inset Text
20028
20029 \begin_layout Plain Layout
20030 A
20031 \end_layout
20032
20033 \end_inset
20034 </cell>
20035 </row>
20036 <row interlinespace="3mm">
20037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20038 \begin_inset Text
20039
20040 \begin_layout Plain Layout
20041 \begin_inset Formula $\downarrow$
20042 \end_inset
20043
20044  3
20045 \begin_inset space \thinspace{}
20046 \end_inset
20047
20048 mm space between row 
20049 \begin_inset Formula $\downarrow$
20050 \end_inset
20051
20052
20053 \end_layout
20054
20055 \end_inset
20056 </cell>
20057 </row>
20058 <row>
20059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063 \begin_inset Formula $\uparrow$
20064 \end_inset
20065
20066  3
20067 \begin_inset space \thinspace{}
20068 \end_inset
20069
20070 mm space between row 
20071 \begin_inset Formula $\uparrow$
20072 \end_inset
20073
20074
20075 \end_layout
20076
20077 \end_inset
20078 </cell>
20079 </row>
20080 </lyxtabular>
20081
20082 \end_inset
20083
20084
20085 \begin_inset space \hfill{}
20086 \end_inset
20087
20088
20089 \begin_inset space \hspace*{}
20090 \length 0pt
20091 \end_inset
20092
20093
20094 \begin_inset VSpace medskip
20095 \end_inset
20096
20097
20098 \begin_inset Newline newline
20099 \end_inset
20100
20101 So inserting space between rows for normal tables is only useful when you
20102  don't have vertical lines.
20103 \end_layout
20104
20105 \begin_layout Standard
20106 \begin_inset VSpace bigskip
20107 \end_inset
20108
20109 When you want to add extra height to all cells of all tables, you can do
20110  this with the following preamble lines:
20111 \end_layout
20112
20113 \begin_layout Standard
20114
20115 \series bold
20116
20117 \backslash
20118 @ifundefined{extrarowheight}
20119 \begin_inset Newline newline
20120 \end_inset
20121
20122
20123 \begin_inset Phantom HPhantom
20124 status open
20125
20126 \begin_layout Plain Layout
20127
20128 \series bold
20129 \begin_inset space ~
20130 \end_inset
20131
20132
20133 \end_layout
20134
20135 \end_inset
20136
20137 {
20138 \backslash
20139 usepackage{array}}{}
20140 \begin_inset Newline newline
20141 \end_inset
20142
20143
20144 \backslash
20145 setlength{
20146 \backslash
20147 extrarowheight}{height}
20148 \end_layout
20149
20150 \begin_layout Standard
20151 But this has the disadvantage that the cell texts are no longer exactly
20152  vertically centered.
20153  (The package 
20154 \series bold
20155 array
20156 \series default
20157  will be loaded automatically by LyX when you use self defined table formats.
20158  To avoid that it being loaded twice the command 
20159 \series bold
20160
20161 \backslash
20162 @ifundefined
20163 \series default
20164  is used in the above command.)
20165 \end_layout
20166
20167 \begin_layout Standard
20168 If you are using font sizes larger than the normal size, the table borders
20169  are often too close to the letters.
20170  This can be corrected by inserting the command 
20171 \series bold
20172
20173 \backslash
20174 strut
20175 \series default
20176  in TeX-Code at the beginning of a table row.
20177  Table
20178 \begin_inset space ~
20179 \end_inset
20180
20181
20182 \begin_inset CommandInset ref
20183 LatexCommand ref
20184 reference "tab:Vertical-alignment-of"
20185
20186 \end_inset
20187
20188  illustrates the effect.
20189 \end_layout
20190
20191 \begin_layout Standard
20192 \noindent
20193 \begin_inset Float table
20194 placement h
20195 wide false
20196 sideways false
20197 status open
20198
20199 \begin_layout Plain Layout
20200 \begin_inset Caption Standard
20201
20202 \begin_layout Plain Layout
20203 \begin_inset CommandInset label
20204 LatexCommand label
20205 name "tab:Vertical-alignment-of"
20206
20207 \end_inset
20208
20209 Vertical alignment of text with large font sizes.
20210 \end_layout
20211
20212 \end_inset
20213
20214
20215 \end_layout
20216
20217 \begin_layout Plain Layout
20218 \begin_inset space \hfill{}
20219 \end_inset
20220
20221
20222 \begin_inset Float table
20223 wide false
20224 sideways false
20225 status collapsed
20226
20227 \begin_layout Plain Layout
20228 \begin_inset Caption Standard
20229
20230 \begin_layout Plain Layout
20231 Normal table.
20232 \end_layout
20233
20234 \end_inset
20235
20236
20237 \end_layout
20238
20239 \begin_layout Plain Layout
20240 \noindent
20241 \align center
20242 \begin_inset Tabular
20243 <lyxtabular version="3" rows="6" columns="1">
20244 <features rotate="0" tabularvalignment="middle">
20245 <column alignment="left" valignment="top">
20246 <row>
20247 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20248 \begin_inset Text
20249
20250 \begin_layout Plain Layout
20251 Normal, g
20252 \end_layout
20253
20254 \end_inset
20255 </cell>
20256 </row>
20257 <row>
20258 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20259 \begin_inset Text
20260
20261 \begin_layout Plain Layout
20262
20263 \size large
20264 Large
20265 \end_layout
20266
20267 \end_inset
20268 </cell>
20269 </row>
20270 <row>
20271 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20272 \begin_inset Text
20273
20274 \begin_layout Plain Layout
20275
20276 \size larger
20277 Larger
20278 \end_layout
20279
20280 \end_inset
20281 </cell>
20282 </row>
20283 <row>
20284 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20285 \begin_inset Text
20286
20287 \begin_layout Plain Layout
20288
20289 \size largest
20290 Largest
20291 \end_layout
20292
20293 \end_inset
20294 </cell>
20295 </row>
20296 <row>
20297 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20298 \begin_inset Text
20299
20300 \begin_layout Plain Layout
20301
20302 \size huge
20303 Huge
20304 \end_layout
20305
20306 \end_inset
20307 </cell>
20308 </row>
20309 <row>
20310 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20311 \begin_inset Text
20312
20313 \begin_layout Plain Layout
20314
20315 \size huge
20316 Huger
20317 \end_layout
20318
20319 \end_inset
20320 </cell>
20321 </row>
20322 </lyxtabular>
20323
20324 \end_inset
20325
20326
20327 \end_layout
20328
20329 \end_inset
20330
20331
20332 \begin_inset space \hfill{}
20333 \end_inset
20334
20335
20336 \begin_inset Float table
20337 wide false
20338 sideways false
20339 status collapsed
20340
20341 \begin_layout Plain Layout
20342 \begin_inset Caption Standard
20343
20344 \begin_layout Plain Layout
20345 Table using the command 
20346 \series bold
20347
20348 \backslash
20349 strut
20350 \series default
20351 .
20352 \end_layout
20353
20354 \end_inset
20355
20356
20357 \end_layout
20358
20359 \begin_layout Plain Layout
20360 \noindent
20361 \align center
20362 \begin_inset Tabular
20363 <lyxtabular version="3" rows="6" columns="1">
20364 <features rotate="0" tabularvalignment="middle">
20365 <column alignment="left" valignment="top">
20366 <row>
20367 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20368 \begin_inset Text
20369
20370 \begin_layout Plain Layout
20371 Normal, g
20372 \end_layout
20373
20374 \end_inset
20375 </cell>
20376 </row>
20377 <row>
20378 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20379 \begin_inset Text
20380
20381 \begin_layout Plain Layout
20382
20383 \size large
20384 \begin_inset ERT
20385 status collapsed
20386
20387 \begin_layout Plain Layout
20388
20389
20390 \backslash
20391 strut 
20392 \end_layout
20393
20394 \end_inset
20395
20396 Large
20397 \end_layout
20398
20399 \end_inset
20400 </cell>
20401 </row>
20402 <row>
20403 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20404 \begin_inset Text
20405
20406 \begin_layout Plain Layout
20407
20408 \size larger
20409 \begin_inset ERT
20410 status collapsed
20411
20412 \begin_layout Plain Layout
20413
20414
20415 \backslash
20416 strut 
20417 \end_layout
20418
20419 \end_inset
20420
20421 Larger
20422 \end_layout
20423
20424 \end_inset
20425 </cell>
20426 </row>
20427 <row>
20428 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20429 \begin_inset Text
20430
20431 \begin_layout Plain Layout
20432
20433 \size largest
20434 \begin_inset ERT
20435 status collapsed
20436
20437 \begin_layout Plain Layout
20438
20439
20440 \backslash
20441 strut 
20442 \end_layout
20443
20444 \end_inset
20445
20446 Largest
20447 \end_layout
20448
20449 \end_inset
20450 </cell>
20451 </row>
20452 <row>
20453 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20454 \begin_inset Text
20455
20456 \begin_layout Plain Layout
20457
20458 \size huge
20459 \begin_inset ERT
20460 status collapsed
20461
20462 \begin_layout Plain Layout
20463
20464
20465 \backslash
20466 strut 
20467 \end_layout
20468
20469 \end_inset
20470
20471 Huge
20472 \end_layout
20473
20474 \end_inset
20475 </cell>
20476 </row>
20477 <row>
20478 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20479 \begin_inset Text
20480
20481 \begin_layout Plain Layout
20482
20483 \size giant
20484 \begin_inset ERT
20485 status collapsed
20486
20487 \begin_layout Plain Layout
20488
20489
20490 \backslash
20491 strut 
20492 \end_layout
20493
20494 \end_inset
20495
20496
20497 \size huge
20498 Huger
20499 \end_layout
20500
20501 \end_inset
20502 </cell>
20503 </row>
20504 </lyxtabular>
20505
20506 \end_inset
20507
20508
20509 \end_layout
20510
20511 \end_inset
20512
20513
20514 \begin_inset space \hfill{}
20515 \end_inset
20516
20517
20518 \end_layout
20519
20520 \end_inset
20521
20522
20523 \end_layout
20524
20525 \begin_layout Subsection
20526 Special Cell Alignment
20527 \begin_inset CommandInset label
20528 LatexCommand label
20529 name "sub:Special-Cell-Alignment"
20530
20531 \end_inset
20532
20533
20534 \begin_inset Index idx
20535 status collapsed
20536
20537 \begin_layout Plain Layout
20538 Table Customization ! Special Cell Alignment
20539 \end_layout
20540
20541 \end_inset
20542
20543
20544 \end_layout
20545
20546 \begin_layout Standard
20547 Sometimes it looks better when the cell entries of a column are aligned
20548  with a special character, e.
20549 \begin_inset space \thinspace{}
20550 \end_inset
20551
20552 g.
20553 \begin_inset space \space{}
20554 \end_inset
20555
20556 with the decimal separator as in Table
20557 \begin_inset space ~
20558 \end_inset
20559
20560
20561 \begin_inset CommandInset ref
20562 LatexCommand ref
20563 reference "tab:Table-cells-align"
20564
20565 \end_inset
20566
20567 .
20568  This alignment is achieved by setting the cursor into the column and then
20569  either pressing the toolbar button 
20570 \begin_inset Info
20571 type  "icon"
20572 arg   "inset-modify tabular align-decimal"
20573 \end_inset
20574
20575  or setting the alignment in the table settings to 
20576 \family sans
20577 At
20578 \begin_inset space ~
20579 \end_inset
20580
20581 Decimal
20582 \begin_inset space ~
20583 \end_inset
20584
20585 Separator
20586 \family default
20587 .
20588  The alignment character can be a character of your choice and is specified
20589  in the table settings.
20590 \end_layout
20591
20592 \begin_layout Standard
20593 \begin_inset Float table
20594 placement h
20595 wide false
20596 sideways false
20597 status open
20598
20599 \begin_layout Plain Layout
20600 \begin_inset Caption Standard
20601
20602 \begin_layout Plain Layout
20603 \begin_inset CommandInset label
20604 LatexCommand label
20605 name "tab:Table-cells-align"
20606
20607 \end_inset
20608
20609 Table cells of a column aligned with the decimal separator.
20610 \end_layout
20611
20612 \end_inset
20613
20614
20615 \end_layout
20616
20617 \begin_layout Plain Layout
20618 \align center
20619 \begin_inset Tabular
20620 <lyxtabular version="3" rows="4" columns="1">
20621 <features rotate="0" booktabs="true" tabularvalignment="middle">
20622 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
20623 <row>
20624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20625 \begin_inset Text
20626
20627 \begin_layout Plain Layout
20628 heading
20629 \end_layout
20630
20631 \end_inset
20632 </cell>
20633 </row>
20634 <row>
20635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20636 \begin_inset Text
20637
20638 \begin_layout Plain Layout
20639 12.6
20640 \end_layout
20641
20642 \end_inset
20643 </cell>
20644 </row>
20645 <row>
20646 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20647 \begin_inset Text
20648
20649 \begin_layout Plain Layout
20650 0.68
20651 \end_layout
20652
20653 \end_inset
20654 </cell>
20655 </row>
20656 <row>
20657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20658 \begin_inset Text
20659
20660 \begin_layout Plain Layout
20661 -123.0
20662 \end_layout
20663
20664 \end_inset
20665 </cell>
20666 </row>
20667 </lyxtabular>
20668
20669 \end_inset
20670
20671
20672 \end_layout
20673
20674 \end_inset
20675
20676
20677 \end_layout
20678
20679 \begin_layout Standard
20680 \begin_inset Float table
20681 placement h
20682 wide false
20683 sideways false
20684 status open
20685
20686 \begin_layout Plain Layout
20687 \begin_inset Caption Standard
20688
20689 \begin_layout Plain Layout
20690 \begin_inset CommandInset label
20691 LatexCommand label
20692 name "tab:Table-align-operator"
20693
20694 \end_inset
20695
20696 Table cells of a column aligned with the operators.
20697 \end_layout
20698
20699 \end_inset
20700
20701
20702 \end_layout
20703
20704 \begin_layout Plain Layout
20705 \align center
20706 \begin_inset Tabular
20707 <lyxtabular version="3" rows="4" columns="2">
20708 <features rotate="0" booktabs="true" tabularvalignment="middle">
20709 <column alignment="right" valignment="top" width="0pt">
20710 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20711 <row>
20712 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20713 \begin_inset Text
20714
20715 \begin_layout Plain Layout
20716 heading
20717 \end_layout
20718
20719 \end_inset
20720 </cell>
20721 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20722 \begin_inset Text
20723
20724 \begin_layout Plain Layout
20725
20726 \end_layout
20727
20728 \end_inset
20729 </cell>
20730 </row>
20731 <row>
20732 <cell alignment="center" valignment="top" usebox="none">
20733 \begin_inset Text
20734
20735 \begin_layout Plain Layout
20736 \begin_inset Formula $12\,+$
20737 \end_inset
20738
20739
20740 \end_layout
20741
20742 \end_inset
20743 </cell>
20744 <cell alignment="center" valignment="top" usebox="none">
20745 \begin_inset Text
20746
20747 \begin_layout Plain Layout
20748 \begin_inset Formula $\,6$
20749 \end_inset
20750
20751
20752 \end_layout
20753
20754 \end_inset
20755 </cell>
20756 </row>
20757 <row>
20758 <cell alignment="center" valignment="top" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762 \begin_inset Formula $0\,-$
20763 \end_inset
20764
20765
20766 \end_layout
20767
20768 \end_inset
20769 </cell>
20770 <cell alignment="center" valignment="top" usebox="none">
20771 \begin_inset Text
20772
20773 \begin_layout Plain Layout
20774 \begin_inset Formula $\,68$
20775 \end_inset
20776
20777
20778 \end_layout
20779
20780 \end_inset
20781 </cell>
20782 </row>
20783 <row>
20784 <cell alignment="center" valignment="top" usebox="none">
20785 \begin_inset Text
20786
20787 \begin_layout Plain Layout
20788 \begin_inset Formula $-123\,/$
20789 \end_inset
20790
20791
20792 \end_layout
20793
20794 \end_inset
20795 </cell>
20796 <cell alignment="center" valignment="top" usebox="none">
20797 \begin_inset Text
20798
20799 \begin_layout Plain Layout
20800 \begin_inset Formula $\,0$
20801 \end_inset
20802
20803
20804 \end_layout
20805
20806 \end_inset
20807 </cell>
20808 </row>
20809 </lyxtabular>
20810
20811 \end_inset
20812
20813
20814 \end_layout
20815
20816 \end_inset
20817
20818
20819 \end_layout
20820
20821 \begin_layout Standard
20822 For alignments at characters in formulas this method does not work because
20823  the field to specify the alignment character does not allow formulas.
20824  In this case one need to use the method from Table
20825 \begin_inset space ~
20826 \end_inset
20827
20828
20829 \begin_inset CommandInset ref
20830 LatexCommand ref
20831 reference "tab:Table-align-operator"
20832
20833 \end_inset
20834
20835 .
20836  This table was created with a 4×2 table.
20837  The heading is a centered multicolumn.
20838  The first column is right-aligned and contains the first part including
20839  the operator.
20840  The second column is left aligned and contains the rest.
20841  A small space was added at the beginning of each cell of the second column
20842  to get the space that is usually around operators.
20843  To omit the space that is normally between two table columns, the following
20844  LaTeX-argument was used for the second column:
20845 \end_layout
20846
20847 \begin_layout Standard
20848
20849 \series bold
20850 @{}l
20851 \end_layout
20852
20853 \begin_layout Standard
20854 Table
20855 \begin_inset space ~
20856 \end_inset
20857
20858
20859 \begin_inset CommandInset ref
20860 LatexCommand ref
20861 reference "tab:Several-table-cell"
20862
20863 \end_inset
20864
20865  shows some example alignments.
20866  For the alignment with the relation sign, a small space was added like
20867  for the second column of Table
20868 \begin_inset space ~
20869 \end_inset
20870
20871
20872 \begin_inset CommandInset ref
20873 LatexCommand ref
20874 reference "tab:Table-align-operator"
20875
20876 \end_inset
20877
20878 .
20879 \end_layout
20880
20881 \begin_layout Standard
20882 \begin_inset Float table
20883 placement h
20884 wide false
20885 sideways false
20886 status open
20887
20888 \begin_layout Plain Layout
20889 \begin_inset Caption Standard
20890
20891 \begin_layout Plain Layout
20892 \begin_inset CommandInset label
20893 LatexCommand label
20894 name "tab:Several-table-cell"
20895
20896 \end_inset
20897
20898 Several table cell alignments.
20899 \end_layout
20900
20901 \end_inset
20902
20903
20904 \end_layout
20905
20906 \begin_layout Plain Layout
20907 \align center
20908 \begin_inset Tabular
20909 <lyxtabular version="3" rows="4" columns="6">
20910 <features rotate="0" tabularvalignment="middle">
20911 <column alignment="right" valignment="top">
20912 <column alignment="left" valignment="top" special="@{}l">
20913 <column alignment="right" valignment="top">
20914 <column alignment="left" valignment="top" special="@{}l">
20915 <column alignment="right" valignment="top">
20916 <column alignment="left" valignment="top" special="@{}l">
20917 <row>
20918 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20919 \begin_inset Text
20920
20921 \begin_layout Plain Layout
20922 units
20923 \end_layout
20924
20925 \end_inset
20926 </cell>
20927 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20928 \begin_inset Text
20929
20930 \begin_layout Plain Layout
20931
20932 \end_layout
20933
20934 \end_inset
20935 </cell>
20936 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20937 \begin_inset Text
20938
20939 \begin_layout Plain Layout
20940 exponents
20941 \end_layout
20942
20943 \end_inset
20944 </cell>
20945 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20946 \begin_inset Text
20947
20948 \begin_layout Plain Layout
20949
20950 \end_layout
20951
20952 \end_inset
20953 </cell>
20954 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20955 \begin_inset Text
20956
20957 \begin_layout Plain Layout
20958 relations
20959 \end_layout
20960
20961 \end_inset
20962 </cell>
20963 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20964 \begin_inset Text
20965
20966 \begin_layout Plain Layout
20967
20968 \end_layout
20969
20970 \end_inset
20971 </cell>
20972 </row>
20973 <row>
20974 <cell alignment="center" valignment="top" usebox="none">
20975 \begin_inset Text
20976
20977 \begin_layout Plain Layout
20978 12×
20979 \end_layout
20980
20981 \end_inset
20982 </cell>
20983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20984 \begin_inset Text
20985
20986 \begin_layout Plain Layout
20987 24
20988 \begin_inset space \thinspace{}
20989 \end_inset
20990
20991 bottles
20992 \end_layout
20993
20994 \end_inset
20995 </cell>
20996 <cell alignment="center" valignment="top" usebox="none">
20997 \begin_inset Text
20998
20999 \begin_layout Plain Layout
21000 \begin_inset Formula $10\cdot$
21001 \end_inset
21002
21003
21004 \end_layout
21005
21006 \end_inset
21007 </cell>
21008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21009 \begin_inset Text
21010
21011 \begin_layout Plain Layout
21012 \begin_inset Formula $10^{\mbox{-}17}$
21013 \end_inset
21014
21015
21016 \end_layout
21017
21018 \end_inset
21019 </cell>
21020 <cell alignment="center" valignment="top" usebox="none">
21021 \begin_inset Text
21022
21023 \begin_layout Plain Layout
21024 \begin_inset Formula $\Gamma(t)\propto$
21025 \end_inset
21026
21027
21028 \end_layout
21029
21030 \end_inset
21031 </cell>
21032 <cell alignment="center" valignment="top" usebox="none">
21033 \begin_inset Text
21034
21035 \begin_layout Plain Layout
21036 \begin_inset Formula $\:\Upsilon(t)$
21037 \end_inset
21038
21039
21040 \end_layout
21041
21042 \end_inset
21043 </cell>
21044 </row>
21045 <row>
21046 <cell alignment="center" valignment="top" usebox="none">
21047 \begin_inset Text
21048
21049 \begin_layout Plain Layout
21050 1024×
21051 \end_layout
21052
21053 \end_inset
21054 </cell>
21055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21056 \begin_inset Text
21057
21058 \begin_layout Plain Layout
21059 768
21060 \begin_inset space \thinspace{}
21061 \end_inset
21062
21063 Pixels
21064 \end_layout
21065
21066 \end_inset
21067 </cell>
21068 <cell alignment="center" valignment="top" usebox="none">
21069 \begin_inset Text
21070
21071 \begin_layout Plain Layout
21072 \begin_inset Formula $5.78\cdot$
21073 \end_inset
21074
21075
21076 \end_layout
21077
21078 \end_inset
21079 </cell>
21080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21081 \begin_inset Text
21082
21083 \begin_layout Plain Layout
21084 \begin_inset Formula $10^{7}$
21085 \end_inset
21086
21087
21088 \end_layout
21089
21090 \end_inset
21091 </cell>
21092 <cell alignment="center" valignment="top" usebox="none">
21093 \begin_inset Text
21094
21095 \begin_layout Plain Layout
21096 \begin_inset Formula $A\ne$
21097 \end_inset
21098
21099
21100 \end_layout
21101
21102 \end_inset
21103 </cell>
21104 <cell alignment="center" valignment="top" usebox="none">
21105 \begin_inset Text
21106
21107 \begin_layout Plain Layout
21108 \begin_inset Formula $\: B_{\mathrm{red}}$
21109 \end_inset
21110
21111
21112 \end_layout
21113
21114 \end_inset
21115 </cell>
21116 </row>
21117 <row>
21118 <cell alignment="center" valignment="top" usebox="none">
21119 \begin_inset Text
21120
21121 \begin_layout Plain Layout
21122 32×
21123 \end_layout
21124
21125 \end_inset
21126 </cell>
21127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21128 \begin_inset Text
21129
21130 \begin_layout Plain Layout
21131 6
21132 \begin_inset space \thinspace{}
21133 \end_inset
21134
21135 cm
21136 \end_layout
21137
21138 \end_inset
21139 </cell>
21140 <cell alignment="center" valignment="top" usebox="none">
21141 \begin_inset Text
21142
21143 \begin_layout Plain Layout
21144 -
21145 \begin_inset Formula $33.5\cdot$
21146 \end_inset
21147
21148
21149 \end_layout
21150
21151 \end_inset
21152 </cell>
21153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21154 \begin_inset Text
21155
21156 \begin_layout Plain Layout
21157 \begin_inset Formula $10^{4}$
21158 \end_inset
21159
21160
21161 \end_layout
21162
21163 \end_inset
21164 </cell>
21165 <cell alignment="center" valignment="top" usebox="none">
21166 \begin_inset Text
21167
21168 \begin_layout Plain Layout
21169 \begin_inset Formula $\sin(\alpha)\ge$
21170 \end_inset
21171
21172
21173 \end_layout
21174
21175 \end_inset
21176 </cell>
21177 <cell alignment="center" valignment="top" usebox="none">
21178 \begin_inset Text
21179
21180 \begin_layout Plain Layout
21181 \begin_inset Formula $\:\sin(\beta)$
21182 \end_inset
21183
21184
21185 \end_layout
21186
21187 \end_inset
21188 </cell>
21189 </row>
21190 </lyxtabular>
21191
21192 \end_inset
21193
21194
21195 \end_layout
21196
21197 \end_inset
21198
21199
21200 \end_layout
21201
21202 \begin_layout Subsection
21203 Customized Cell/Column Format
21204 \begin_inset CommandInset label
21205 LatexCommand label
21206 name "sub:Customized-Format"
21207
21208 \end_inset
21209
21210
21211 \begin_inset Index idx
21212 status collapsed
21213
21214 \begin_layout Plain Layout
21215 Table Customization ! Cell/Column Format
21216 \end_layout
21217
21218 \end_inset
21219
21220
21221 \end_layout
21222
21223 \begin_layout Standard
21224 Calculating the required width for normal columns as described in section
21225 \begin_inset space ~
21226 \end_inset
21227
21228
21229 \begin_inset CommandInset ref
21230 LatexCommand ref
21231 reference "sec:Table-Width-Calculation"
21232
21233 \end_inset
21234
21235  or for spanned columns as described in section
21236 \begin_inset space ~
21237 \end_inset
21238
21239
21240 \begin_inset CommandInset ref
21241 LatexCommand ref
21242 reference "sub:Multicolumn-Calculations"
21243
21244 \end_inset
21245
21246  is very annoying if you have several tables where a calculation is necessary.
21247  To make life easier, you can define a cell/column format in the preamble,
21248  that can be used in all tables of the document.
21249  The format is defined with the command
21250 \end_layout
21251
21252 \begin_layout Standard
21253
21254 \series bold
21255
21256 \backslash
21257 newcolumntype{name of format}[number of arguments]{commands}
21258 \end_layout
21259
21260 \begin_layout Standard
21261 The format name may only consist of one letter.
21262  The letters 
21263 \emph on
21264 b
21265 \emph default
21266
21267 \emph on
21268 c
21269 \emph default
21270
21271 \emph on
21272 l
21273 \emph default
21274
21275 \emph on
21276 m
21277 \emph default
21278
21279 \emph on
21280 p
21281 \emph default
21282  and 
21283 \emph on
21284 r
21285 \emph default
21286  are predefined and cannot be used.
21287  But all letters are allowed as capitals.
21288 \end_layout
21289
21290 \begin_layout Standard
21291 \begin_inset VSpace medskip
21292 \end_inset
21293
21294
21295 \end_layout
21296
21297 \begin_layout Standard
21298 For vertically and horizontally centered multicolumn cells with a fixed
21299  width you can define the cell format
21300 \end_layout
21301
21302 \begin_layout Standard
21303
21304 \series bold
21305
21306 \backslash
21307 newcolumntype{M}[1]{>{
21308 \backslash
21309 centering
21310 \backslash
21311 hspace{0pt}}m{#1}}
21312 \end_layout
21313
21314 \begin_layout Standard
21315 where 
21316 \series bold
21317
21318 \backslash
21319 hspace{0pt}
21320 \series default
21321  avoids the problem of hyphenating the first word, as described in section
21322 \begin_inset space ~
21323 \end_inset
21324
21325
21326 \begin_inset CommandInset ref
21327 LatexCommand ref
21328 reference "sub:Multiple-Lines-in"
21329
21330 \end_inset
21331
21332 .
21333  Now you can simply enter
21334 \end_layout
21335
21336 \begin_layout Standard
21337
21338 \series bold
21339 M{width}
21340 \end_layout
21341
21342 \begin_layout Standard
21343 as 
21344 \family sans
21345 LaTeX-argument
21346 \family default
21347  in the table dialog to create a multicolumn.
21348 \end_layout
21349
21350 \begin_layout Standard
21351 \begin_inset VSpace bigskip
21352 \end_inset
21353
21354
21355 \end_layout
21356
21357 \begin_layout Standard
21358 For cells spanned by a multicolumn cell, you can define the format
21359 \end_layout
21360
21361 \begin_layout Standard
21362
21363 \series bold
21364
21365 \backslash
21366 newcolumntype{S}[2]{>{
21367 \backslash
21368 centering
21369 \backslash
21370 hspace{0pt}}
21371 \begin_inset Newline newline
21372 \end_inset
21373
21374
21375 \begin_inset Phantom HPhantom
21376 status open
21377
21378 \begin_layout Plain Layout
21379
21380 \series bold
21381
21382 \backslash
21383 newcolumntype
21384 \end_layout
21385
21386 \end_inset
21387
21388 m{(#1+(2
21389 \backslash
21390 tabcolsep+
21391 \backslash
21392 arrayrulewidth)*(1-#2))/#2}}
21393 \end_layout
21394
21395 \begin_layout Standard
21396 This format uses equation 
21397 \begin_inset CommandInset ref
21398 LatexCommand eqref
21399 reference "eq:Wgn"
21400
21401 \end_inset
21402
21403  to calculate the required width so that each spanned cell has the same
21404  width.
21405 \end_layout
21406
21407 \begin_layout Standard
21408 You can now enter
21409 \end_layout
21410
21411 \begin_layout Standard
21412
21413 \series bold
21414 S{width of multicolumn cell}{number of spanned columns}
21415 \end_layout
21416
21417 \begin_layout Standard
21418 as LaTeX-argument of the column.
21419 \end_layout
21420
21421 \begin_layout Standard
21422 \begin_inset VSpace bigskip
21423 \end_inset
21424
21425
21426 \end_layout
21427
21428 \begin_layout Standard
21429 For colored columns, you can define
21430 \end_layout
21431
21432 \begin_layout Standard
21433
21434 \series bold
21435
21436 \backslash
21437 newcolumntype{K}[1]{>{
21438 \backslash
21439 columncolor{#1}
21440 \backslash
21441 hspace{0pt}}c}
21442 \end_layout
21443
21444 \begin_layout Standard
21445 The 
21446 \begin_inset Quotes eld
21447 \end_inset
21448
21449 c
21450 \begin_inset Quotes erd
21451 \end_inset
21452
21453  at the end creates a column with a flexible width whose text is horizontally
21454  centered.
21455  You can now enter
21456 \end_layout
21457
21458 \begin_layout Standard
21459
21460 \series bold
21461 K{color name}
21462 \end_layout
21463
21464 \begin_layout Standard
21465 as LaTeX-argument.
21466 \end_layout
21467
21468 \begin_layout Standard
21469 \begin_inset VSpace bigskip
21470 \end_inset
21471
21472
21473 \end_layout
21474
21475 \begin_layout Standard
21476 To create Table
21477 \begin_inset space ~
21478 \end_inset
21479
21480
21481 \begin_inset CommandInset ref
21482 LatexCommand ref
21483 reference "tab:Table-using-user-defined"
21484
21485 \end_inset
21486
21487  use the LaTeX-arguments
21488 \end_layout
21489
21490 \begin_layout Standard
21491
21492 \series bold
21493 M{2.5cm}
21494 \end_layout
21495
21496 \begin_layout Standard
21497 for the first column and the multicolumn,
21498 \end_layout
21499
21500 \begin_layout Standard
21501
21502 \series bold
21503 K{red}
21504 \end_layout
21505
21506 \begin_layout Standard
21507 for the last column, and
21508 \end_layout
21509
21510 \begin_layout Standard
21511
21512 \series bold
21513 S{2.5cm}{2}
21514 \end_layout
21515
21516 \begin_layout Standard
21517 for the cells in the second column.
21518 \end_layout
21519
21520 \begin_layout Standard
21521 \begin_inset Float table
21522 placement h
21523 wide false
21524 sideways false
21525 status open
21526
21527 \begin_layout Plain Layout
21528 \begin_inset Caption Standard
21529
21530 \begin_layout Plain Layout
21531 \begin_inset CommandInset label
21532 LatexCommand label
21533 name "tab:Table-using-user-defined"
21534
21535 \end_inset
21536
21537 Table using user-defined table formats
21538 \end_layout
21539
21540 \end_inset
21541
21542
21543 \end_layout
21544
21545 \begin_layout Plain Layout
21546 \align center
21547 \begin_inset Tabular
21548 <lyxtabular version="3" rows="3" columns="4">
21549 <features rotate="0" tabularvalignment="middle">
21550 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21551 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21552 <column alignment="center" valignment="middle">
21553 <column alignment="center" valignment="middle" special="K{red}">
21554 <row>
21555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21556 \begin_inset Text
21557
21558 \begin_layout Plain Layout
21559 verylongtablecellword
21560 \end_layout
21561
21562 \end_inset
21563 </cell>
21564 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21565 \begin_inset Text
21566
21567 \begin_layout Plain Layout
21568 multiple lines multicolumn
21569 \end_layout
21570
21571 \end_inset
21572 </cell>
21573 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21574 \begin_inset Text
21575
21576 \begin_layout Plain Layout
21577
21578 \end_layout
21579
21580 \end_inset
21581 </cell>
21582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21583 \begin_inset Text
21584
21585 \begin_layout Plain Layout
21586 c
21587 \end_layout
21588
21589 \end_inset
21590 </cell>
21591 </row>
21592 <row>
21593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21594 \begin_inset Text
21595
21596 \begin_layout Plain Layout
21597 d
21598 \end_layout
21599
21600 \end_inset
21601 </cell>
21602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21603 \begin_inset Text
21604
21605 \begin_layout Plain Layout
21606 e
21607 \end_layout
21608
21609 \end_inset
21610 </cell>
21611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21612 \begin_inset Text
21613
21614 \begin_layout Plain Layout
21615 f
21616 \end_layout
21617
21618 \end_inset
21619 </cell>
21620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21621 \begin_inset Text
21622
21623 \begin_layout Plain Layout
21624 g
21625 \end_layout
21626
21627 \end_inset
21628 </cell>
21629 </row>
21630 <row>
21631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21632 \begin_inset Text
21633
21634 \begin_layout Plain Layout
21635 h
21636 \end_layout
21637
21638 \end_inset
21639 </cell>
21640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644 i
21645 \end_layout
21646
21647 \end_inset
21648 </cell>
21649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21650 \begin_inset Text
21651
21652 \begin_layout Plain Layout
21653 j
21654 \end_layout
21655
21656 \end_inset
21657 </cell>
21658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662 k
21663 \end_layout
21664
21665 \end_inset
21666 </cell>
21667 </row>
21668 </lyxtabular>
21669
21670 \end_inset
21671
21672
21673 \end_layout
21674
21675 \end_inset
21676
21677
21678 \end_layout
21679
21680 \begin_layout Subsection
21681 Line Thickness
21682 \begin_inset CommandInset label
21683 LatexCommand label
21684 name "sub:Line-Thickness"
21685
21686 \end_inset
21687
21688
21689 \begin_inset Index idx
21690 status collapsed
21691
21692 \begin_layout Plain Layout
21693 Table Customization ! Line Thickness
21694 \end_layout
21695
21696 \end_inset
21697
21698
21699 \end_layout
21700
21701 \begin_layout Standard
21702 The line thickness for all lines in a table can be adjusted with the length
21703  
21704 \series bold
21705
21706 \backslash
21707 arrayrulewidth
21708 \series default
21709 .
21710  To set for example a line thickness of 1.5
21711 \begin_inset space \thinspace{}
21712 \end_inset
21713
21714 pt, as in Table
21715 \begin_inset space ~
21716 \end_inset
21717
21718
21719 \begin_inset CommandInset ref
21720 LatexCommand ref
21721 reference "tab:Table-with-1.5"
21722
21723 \end_inset
21724
21725 , insert the command
21726 \end_layout
21727
21728 \begin_layout Standard
21729
21730 \series bold
21731
21732 \backslash
21733 setlength{
21734 \backslash
21735 arrayrulewidth}{1.5pt}
21736 \end_layout
21737
21738 \begin_layout Standard
21739 in TeX-Code before the table or table float.
21740  The changed thickness is valid for all subsequent tables.
21741  To use the default value again, set 
21742 \series bold
21743
21744 \backslash
21745 arrayrulewidth
21746 \series default
21747  to 0.4
21748 \begin_inset space \thinspace{}
21749 \end_inset
21750
21751 pt in TeX-Code after the table or table float.
21752 \end_layout
21753
21754 \begin_layout Standard
21755 \begin_inset ERT
21756 status collapsed
21757
21758 \begin_layout Plain Layout
21759
21760
21761 \backslash
21762 setlength{
21763 \backslash
21764 arrayrulewidth}{1.5pt}
21765 \end_layout
21766
21767 \end_inset
21768
21769
21770 \begin_inset Float table
21771 wide false
21772 sideways false
21773 status open
21774
21775 \begin_layout Plain Layout
21776 \begin_inset Caption Standard
21777
21778 \begin_layout Plain Layout
21779 \begin_inset CommandInset label
21780 LatexCommand label
21781 name "tab:Table-with-1.5"
21782
21783 \end_inset
21784
21785 Table with 1.5
21786 \begin_inset space \thinspace{}
21787 \end_inset
21788
21789 pt thick lines
21790 \end_layout
21791
21792 \end_inset
21793
21794
21795 \end_layout
21796
21797 \begin_layout Plain Layout
21798 \align center
21799 \begin_inset Tabular
21800 <lyxtabular version="3" rows="3" columns="3">
21801 <features rotate="0" tabularvalignment="middle">
21802 <column alignment="center" valignment="top">
21803 <column alignment="center" valignment="top">
21804 <column alignment="center" valignment="top">
21805 <row>
21806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21807 \begin_inset Text
21808
21809 \begin_layout Plain Layout
21810 sd
21811 \end_layout
21812
21813 \end_inset
21814 </cell>
21815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21816 \begin_inset Text
21817
21818 \begin_layout Plain Layout
21819
21820 \end_layout
21821
21822 \end_inset
21823 </cell>
21824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21825 \begin_inset Text
21826
21827 \begin_layout Plain Layout
21828
21829 \end_layout
21830
21831 \end_inset
21832 </cell>
21833 </row>
21834 <row>
21835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21836 \begin_inset Text
21837
21838 \begin_layout Plain Layout
21839
21840 \end_layout
21841
21842 \end_inset
21843 </cell>
21844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21845 \begin_inset Text
21846
21847 \begin_layout Plain Layout
21848 sd
21849 \end_layout
21850
21851 \end_inset
21852 </cell>
21853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21854 \begin_inset Text
21855
21856 \begin_layout Plain Layout
21857
21858 \end_layout
21859
21860 \end_inset
21861 </cell>
21862 </row>
21863 <row>
21864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21865 \begin_inset Text
21866
21867 \begin_layout Plain Layout
21868
21869 \end_layout
21870
21871 \end_inset
21872 </cell>
21873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877
21878 \end_layout
21879
21880 \end_inset
21881 </cell>
21882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21883 \begin_inset Text
21884
21885 \begin_layout Plain Layout
21886 sd
21887 \end_layout
21888
21889 \end_inset
21890 </cell>
21891 </row>
21892 </lyxtabular>
21893
21894 \end_inset
21895
21896
21897 \end_layout
21898
21899 \end_inset
21900
21901
21902 \begin_inset ERT
21903 status collapsed
21904
21905 \begin_layout Plain Layout
21906
21907
21908 \backslash
21909 setlength{
21910 \backslash
21911 arrayrulewidth}{0.4pt}
21912 \end_layout
21913
21914 \end_inset
21915
21916
21917 \end_layout
21918
21919 \begin_layout Standard
21920 \begin_inset VSpace bigskip
21921 \end_inset
21922
21923 To set the line thickness to 1.5
21924 \begin_inset space \thinspace{}
21925 \end_inset
21926
21927 pt only for horizontal lines, as in Table
21928 \begin_inset space ~
21929 \end_inset
21930
21931
21932 \begin_inset CommandInset ref
21933 LatexCommand ref
21934 reference "tab:Table-with-horizontal"
21935
21936 \end_inset
21937
21938 , insert these commands in TeX-Code before the table or table float:
21939 \end_layout
21940
21941 \begin_layout Standard
21942
21943 \series bold
21944
21945 \backslash
21946 let
21947 \backslash
21948 myHline
21949 \backslash
21950 hline
21951 \begin_inset Newline newline
21952 \end_inset
21953
21954
21955 \backslash
21956 renewcommand{
21957 \backslash
21958 hline}
21959 \begin_inset Newline newline
21960 \end_inset
21961
21962  {
21963 \backslash
21964 noalign{
21965 \backslash
21966 global
21967 \backslash
21968 arrayrulewidth 1.5pt}
21969 \begin_inset Newline newline
21970 \end_inset
21971
21972  
21973 \backslash
21974 myHline
21975 \backslash
21976 noalign{
21977 \backslash
21978 global
21979 \backslash
21980 arrayrulewidth 0.4pt}}
21981 \end_layout
21982
21983 \begin_layout Standard
21984 To return to the default line thickness, insert this command in TeX-Code
21985  after the table or table float:
21986 \end_layout
21987
21988 \begin_layout Standard
21989
21990 \series bold
21991
21992 \backslash
21993 renewcommand{
21994 \backslash
21995 hline}{
21996 \backslash
21997 myHline}
21998 \end_layout
21999
22000 \begin_layout Standard
22001 \begin_inset ERT
22002 status collapsed
22003
22004 \begin_layout Plain Layout
22005
22006
22007 \backslash
22008 let
22009 \backslash
22010 myHline
22011 \backslash
22012 hline
22013 \end_layout
22014
22015 \begin_layout Plain Layout
22016
22017
22018 \backslash
22019 renewcommand{
22020 \backslash
22021 hline}
22022 \end_layout
22023
22024 \begin_layout Plain Layout
22025
22026  {
22027 \backslash
22028 noalign{
22029 \backslash
22030 global
22031 \backslash
22032 arrayrulewidth 1.5pt}
22033 \end_layout
22034
22035 \begin_layout Plain Layout
22036
22037   
22038 \backslash
22039 myHline
22040 \backslash
22041 noalign{
22042 \backslash
22043 global
22044 \backslash
22045 arrayrulewidth 0.4pt}}
22046 \end_layout
22047
22048 \end_inset
22049
22050
22051 \begin_inset Float table
22052 wide false
22053 sideways false
22054 status open
22055
22056 \begin_layout Plain Layout
22057 \begin_inset Caption Standard
22058
22059 \begin_layout Plain Layout
22060 \begin_inset CommandInset label
22061 LatexCommand label
22062 name "tab:Table-with-horizontal"
22063
22064 \end_inset
22065
22066 Table with 1.5
22067 \begin_inset space \thinspace{}
22068 \end_inset
22069
22070 pt thick horizontal lines
22071 \end_layout
22072
22073 \end_inset
22074
22075
22076 \end_layout
22077
22078 \begin_layout Plain Layout
22079 \align center
22080 \begin_inset Tabular
22081 <lyxtabular version="3" rows="3" columns="3">
22082 <features rotate="0" tabularvalignment="middle">
22083 <column alignment="center" valignment="top">
22084 <column alignment="center" valignment="top">
22085 <column alignment="center" valignment="top">
22086 <row>
22087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22088 \begin_inset Text
22089
22090 \begin_layout Plain Layout
22091 sd
22092 \end_layout
22093
22094 \end_inset
22095 </cell>
22096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22097 \begin_inset Text
22098
22099 \begin_layout Plain Layout
22100
22101 \end_layout
22102
22103 \end_inset
22104 </cell>
22105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22106 \begin_inset Text
22107
22108 \begin_layout Plain Layout
22109
22110 \end_layout
22111
22112 \end_inset
22113 </cell>
22114 </row>
22115 <row>
22116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Plain Layout
22120
22121 \end_layout
22122
22123 \end_inset
22124 </cell>
22125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22126 \begin_inset Text
22127
22128 \begin_layout Plain Layout
22129 sd
22130 \end_layout
22131
22132 \end_inset
22133 </cell>
22134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22135 \begin_inset Text
22136
22137 \begin_layout Plain Layout
22138
22139 \end_layout
22140
22141 \end_inset
22142 </cell>
22143 </row>
22144 <row>
22145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22146 \begin_inset Text
22147
22148 \begin_layout Plain Layout
22149
22150 \end_layout
22151
22152 \end_inset
22153 </cell>
22154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22155 \begin_inset Text
22156
22157 \begin_layout Plain Layout
22158
22159 \end_layout
22160
22161 \end_inset
22162 </cell>
22163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22164 \begin_inset Text
22165
22166 \begin_layout Plain Layout
22167 sd
22168 \end_layout
22169
22170 \end_inset
22171 </cell>
22172 </row>
22173 </lyxtabular>
22174
22175 \end_inset
22176
22177
22178 \end_layout
22179
22180 \end_inset
22181
22182
22183 \begin_inset ERT
22184 status collapsed
22185
22186 \begin_layout Plain Layout
22187
22188
22189 \backslash
22190 renewcommand{
22191 \backslash
22192 hline}{
22193 \backslash
22194 myHline}
22195 \end_layout
22196
22197 \end_inset
22198
22199
22200 \end_layout
22201
22202 \begin_layout Standard
22203 \begin_inset VSpace bigskip
22204 \end_inset
22205
22206 To set the line thickness to 1.5
22207 \begin_inset space \thinspace{}
22208 \end_inset
22209
22210 pt only for vertical lines, create the following column format in the document
22211  preamble, according to the description in section
22212 \begin_inset space ~
22213 \end_inset
22214
22215
22216 \begin_inset CommandInset ref
22217 LatexCommand ref
22218 reference "sub:Customized-Format"
22219
22220 \end_inset
22221
22222 :
22223 \end_layout
22224
22225 \begin_layout Standard
22226
22227 \series bold
22228
22229 \backslash
22230 newcolumntype{V}{!{
22231 \backslash
22232 vrule width 1.5pt}}
22233 \end_layout
22234
22235 \begin_layout Standard
22236 For Table
22237 \begin_inset space ~
22238 \end_inset
22239
22240
22241 \begin_inset CommandInset ref
22242 LatexCommand ref
22243 reference "tab:Table-with-vertical"
22244
22245 \end_inset
22246
22247  the LaTeX-argument
22248 \end_layout
22249
22250 \begin_layout Standard
22251
22252 \series bold
22253 VcV
22254 \end_layout
22255
22256 \begin_layout Standard
22257 was used for the last column and
22258 \end_layout
22259
22260 \begin_layout Standard
22261
22262 \series bold
22263 Vc
22264 \end_layout
22265
22266 \begin_layout Standard
22267 for the other columns.
22268 \end_layout
22269
22270 \begin_layout Standard
22271 \begin_inset Float table
22272 wide false
22273 sideways false
22274 status open
22275
22276 \begin_layout Plain Layout
22277 \begin_inset Caption Standard
22278
22279 \begin_layout Plain Layout
22280 \begin_inset CommandInset label
22281 LatexCommand label
22282 name "tab:Table-with-vertical"
22283
22284 \end_inset
22285
22286 Table with 1.5
22287 \begin_inset space \thinspace{}
22288 \end_inset
22289
22290 pt thick vertical lines
22291 \end_layout
22292
22293 \end_inset
22294
22295
22296 \end_layout
22297
22298 \begin_layout Plain Layout
22299 \align center
22300 \begin_inset Tabular
22301 <lyxtabular version="3" rows="3" columns="3">
22302 <features rotate="0" tabularvalignment="middle">
22303 <column alignment="center" valignment="top" special="Vc">
22304 <column alignment="center" valignment="top" special="Vc">
22305 <column alignment="center" valignment="top" special="VcV">
22306 <row>
22307 <cell alignment="center" valignment="top" topline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311 sd
22312 \end_layout
22313
22314 \end_inset
22315 </cell>
22316 <cell alignment="center" valignment="top" topline="true" usebox="none">
22317 \begin_inset Text
22318
22319 \begin_layout Plain Layout
22320
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 <cell alignment="center" valignment="top" topline="true" usebox="none">
22326 \begin_inset Text
22327
22328 \begin_layout Plain Layout
22329
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 </row>
22335 <row>
22336 <cell alignment="center" valignment="top" topline="true" usebox="none">
22337 \begin_inset Text
22338
22339 \begin_layout Plain Layout
22340
22341 \end_layout
22342
22343 \end_inset
22344 </cell>
22345 <cell alignment="center" valignment="top" topline="true" usebox="none">
22346 \begin_inset Text
22347
22348 \begin_layout Plain Layout
22349 sd
22350 \end_layout
22351
22352 \end_inset
22353 </cell>
22354 <cell alignment="center" valignment="top" topline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 </row>
22364 <row>
22365 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22366 \begin_inset Text
22367
22368 \begin_layout Plain Layout
22369
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22375 \begin_inset Text
22376
22377 \begin_layout Plain Layout
22378
22379 \end_layout
22380
22381 \end_inset
22382 </cell>
22383 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22384 \begin_inset Text
22385
22386 \begin_layout Plain Layout
22387 sd
22388 \end_layout
22389
22390 \end_inset
22391 </cell>
22392 </row>
22393 </lyxtabular>
22394
22395 \end_inset
22396
22397
22398 \end_layout
22399
22400 \end_inset
22401
22402
22403 \end_layout
22404
22405 \begin_layout Subsection
22406 Dashed Lines
22407 \begin_inset Index idx
22408 status collapsed
22409
22410 \begin_layout Plain Layout
22411 Table Customization ! Dashed Lines
22412 \end_layout
22413
22414 \end_inset
22415
22416
22417 \end_layout
22418
22419 \begin_layout Standard
22420 \begin_inset ERT
22421 status collapsed
22422
22423 \begin_layout Plain Layout
22424
22425
22426 \backslash
22427 ifarydshln
22428 \end_layout
22429
22430 \end_inset
22431
22432
22433 \begin_inset Note Note
22434 status open
22435
22436 \begin_layout Plain Layout
22437 The following section will only be displayed when the LaTeX-package 
22438 \series bold
22439 arydshln
22440 \series default
22441  is installed.
22442 \end_layout
22443
22444 \end_inset
22445
22446
22447 \end_layout
22448
22449 \begin_layout Standard
22450 \begin_inset Float table
22451 placement H
22452 wide false
22453 sideways false
22454 status open
22455
22456 \begin_layout Plain Layout
22457 \begin_inset Caption Standard
22458
22459 \begin_layout Plain Layout
22460 \begin_inset CommandInset label
22461 LatexCommand label
22462 name "tab:Table-with-dashed"
22463
22464 \end_inset
22465
22466 Table with dashed lines
22467 \end_layout
22468
22469 \end_inset
22470
22471
22472 \end_layout
22473
22474 \begin_layout Plain Layout
22475 \align center
22476 \begin_inset Tabular
22477 <lyxtabular version="3" rows="5" columns="5">
22478 <features rotate="0" tabularvalignment="middle">
22479 <column alignment="center" valignment="top">
22480 <column alignment="center" valignment="top">
22481 <column alignment="center" valignment="top" special=":c">
22482 <column alignment="center" valignment="top">
22483 <column alignment="center" valignment="top">
22484 <row>
22485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22486 \begin_inset Text
22487
22488 \begin_layout Plain Layout
22489 a
22490 \end_layout
22491
22492 \end_inset
22493 </cell>
22494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22495 \begin_inset Text
22496
22497 \begin_layout Plain Layout
22498 b
22499 \end_layout
22500
22501 \end_inset
22502 </cell>
22503 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22504 \begin_inset Text
22505
22506 \begin_layout Plain Layout
22507 c
22508 \end_layout
22509
22510 \end_inset
22511 </cell>
22512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22513 \begin_inset Text
22514
22515 \begin_layout Plain Layout
22516 d
22517 \end_layout
22518
22519 \end_inset
22520 </cell>
22521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22522 \begin_inset Text
22523
22524 \begin_layout Plain Layout
22525 e
22526 \end_layout
22527
22528 \end_inset
22529 </cell>
22530 </row>
22531 <row>
22532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536 f
22537 \end_layout
22538
22539 \end_inset
22540 </cell>
22541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22542 \begin_inset Text
22543
22544 \begin_layout Plain Layout
22545 g
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 <cell alignment="center" valignment="top" topline="true" usebox="none">
22551 \begin_inset Text
22552
22553 \begin_layout Plain Layout
22554 h
22555 \end_layout
22556
22557 \end_inset
22558 </cell>
22559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22560 \begin_inset Text
22561
22562 \begin_layout Plain Layout
22563 i
22564 \end_layout
22565
22566 \end_inset
22567 </cell>
22568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22569 \begin_inset Text
22570
22571 \begin_layout Plain Layout
22572 j
22573 \end_layout
22574
22575 \end_inset
22576 </cell>
22577 </row>
22578 <row>
22579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22580 \begin_inset Text
22581
22582 \begin_layout Plain Layout
22583 \begin_inset ERT
22584 status collapsed
22585
22586 \begin_layout Plain Layout
22587
22588
22589 \backslash
22590 hdashline 
22591 \end_layout
22592
22593 \end_inset
22594
22595 k
22596 \end_layout
22597
22598 \end_inset
22599 </cell>
22600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22601 \begin_inset Text
22602
22603 \begin_layout Plain Layout
22604 l
22605 \end_layout
22606
22607 \end_inset
22608 </cell>
22609 <cell alignment="center" valignment="top" usebox="none">
22610 \begin_inset Text
22611
22612 \begin_layout Plain Layout
22613 m
22614 \end_layout
22615
22616 \end_inset
22617 </cell>
22618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22619 \begin_inset Text
22620
22621 \begin_layout Plain Layout
22622 n
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631 o
22632 \end_layout
22633
22634 \end_inset
22635 </cell>
22636 </row>
22637 <row>
22638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22639 \begin_inset Text
22640
22641 \begin_layout Plain Layout
22642 \begin_inset ERT
22643 status collapsed
22644
22645 \begin_layout Plain Layout
22646
22647
22648 \backslash
22649 cdashline{4-5}
22650 \end_layout
22651
22652 \end_inset
22653
22654 p
22655 \end_layout
22656
22657 \end_inset
22658 </cell>
22659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22660 \begin_inset Text
22661
22662 \begin_layout Plain Layout
22663 q
22664 \end_layout
22665
22666 \end_inset
22667 </cell>
22668 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22669 \begin_inset Text
22670
22671 \begin_layout Plain Layout
22672 r
22673 \end_layout
22674
22675 \end_inset
22676 </cell>
22677 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22678 \begin_inset Text
22679
22680 \begin_layout Plain Layout
22681 s
22682 \end_layout
22683
22684 \end_inset
22685 </cell>
22686 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22687 \begin_inset Text
22688
22689 \begin_layout Plain Layout
22690
22691 \end_layout
22692
22693 \end_inset
22694 </cell>
22695 </row>
22696 <row>
22697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22698 \begin_inset Text
22699
22700 \begin_layout Plain Layout
22701 t
22702 \end_layout
22703
22704 \end_inset
22705 </cell>
22706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22707 \begin_inset Text
22708
22709 \begin_layout Plain Layout
22710 u
22711 \end_layout
22712
22713 \end_inset
22714 </cell>
22715 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22716 \begin_inset Text
22717
22718 \begin_layout Plain Layout
22719 v
22720 \end_layout
22721
22722 \end_inset
22723 </cell>
22724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22725 \begin_inset Text
22726
22727 \begin_layout Plain Layout
22728 w
22729 \end_layout
22730
22731 \end_inset
22732 </cell>
22733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22734 \begin_inset Text
22735
22736 \begin_layout Plain Layout
22737 x
22738 \end_layout
22739
22740 \end_inset
22741 </cell>
22742 </row>
22743 </lyxtabular>
22744
22745 \end_inset
22746
22747
22748 \end_layout
22749
22750 \end_inset
22751
22752
22753 \end_layout
22754
22755 \begin_layout Standard
22756 LyX does not natively support dashed lines, so you have to use TeX-Code.
22757  As a prerequisite the LaTeX-package 
22758 \series bold
22759 arydshln
22760 \series default
22761
22762 \begin_inset Index idx
22763 status collapsed
22764
22765 \begin_layout Plain Layout
22766 LaTeX-packages ! arydshln
22767 \end_layout
22768
22769 \end_inset
22770
22771  must be loaded in the document preamble with the command
22772 \end_layout
22773
22774 \begin_layout Standard
22775
22776 \series bold
22777
22778 \backslash
22779 usepackage{arydshln}
22780 \end_layout
22781
22782 \begin_layout Standard
22783 To make a vertical line dashed, enter the colon 
22784 \begin_inset Quotes eld
22785 \end_inset
22786
22787 :
22788 \begin_inset Quotes erd
22789 \end_inset
22790
22791  together with the character for the horizontal alignment as LaTeX-argument
22792  in the table cell dialog.
22793 \end_layout
22794
22795 \begin_layout Standard
22796 For a horizontal dashed line add the command
22797 \end_layout
22798
22799 \begin_layout Standard
22800
22801 \series bold
22802
22803 \backslash
22804 hdashline
22805 \end_layout
22806
22807 \begin_layout Standard
22808 in TeX-Code as first element of the first cell in the table row.
22809 \end_layout
22810
22811 \begin_layout Standard
22812 For dashed multicolumn lines use the command
22813 \end_layout
22814
22815 \begin_layout Standard
22816
22817 \series bold
22818
22819 \backslash
22820 cdashline{line number
22821 \series default
22822 }
22823 \end_layout
22824
22825 \begin_layout Standard
22826 in TeX-Code as the first element of the first cell in the table row.
22827  If you have for example a multicolumn spanning columns 2 to 4 and you want
22828  to have a dashed line above, add the command
22829 \end_layout
22830
22831 \begin_layout Standard
22832
22833 \series bold
22834
22835 \backslash
22836 cdashline{2-4}
22837 \end_layout
22838
22839 \begin_layout Standard
22840 as the first element of the first cell in the row of the multicolumn.
22841 \end_layout
22842
22843 \begin_layout Standard
22844 \begin_inset VSpace bigskip
22845 \end_inset
22846
22847
22848 \end_layout
22849
22850 \begin_layout Standard
22851 Table
22852 \begin_inset space ~
22853 \end_inset
22854
22855
22856 \begin_inset CommandInset ref
22857 LatexCommand ref
22858 reference "tab:Table-with-dashed"
22859
22860 \end_inset
22861
22862  was created using 
22863 \begin_inset Quotes eld
22864 \end_inset
22865
22866
22867 \series bold
22868 :c
22869 \series default
22870
22871 \begin_inset Quotes erd
22872 \end_inset
22873
22874  as LaTeX-argument of the third column.
22875  The TeX-Code command 
22876 \series bold
22877
22878 \backslash
22879 hdashline
22880 \series default
22881  was inserted in the first cell of the third row and the TeX-Code command
22882 \begin_inset Newline newline
22883 \end_inset
22884
22885  
22886 \series bold
22887
22888 \backslash
22889 cdashline{4-5}
22890 \series default
22891  was inserted in the first cell of the fourth row.
22892 \end_layout
22893
22894 \begin_layout Standard
22895 \begin_inset VSpace bigskip
22896 \end_inset
22897
22898
22899 \end_layout
22900
22901 \begin_layout Standard
22902 Tables with dashed lines can also be colored as shown by Table
22903 \begin_inset space ~
22904 \end_inset
22905
22906
22907 \begin_inset CommandInset ref
22908 LatexCommand ref
22909 reference "tab:Colored-table-with"
22910
22911 \end_inset
22912
22913 .
22914 \end_layout
22915
22916 \begin_layout Standard
22917 \begin_inset ERT
22918 status collapsed
22919
22920 \begin_layout Plain Layout
22921
22922
22923 \backslash
22924 setlength{
22925 \backslash
22926 arrayrulewidth}{1pt}
22927 \end_layout
22928
22929 \end_inset
22930
22931
22932 \begin_inset Note Note
22933 status collapsed
22934
22935 \begin_layout Plain Layout
22936 thicker lines for better visualization of the line color
22937 \end_layout
22938
22939 \end_inset
22940
22941
22942 \end_layout
22943
22944 \begin_layout Standard
22945 \begin_inset ERT
22946 status collapsed
22947
22948 \begin_layout Plain Layout
22949
22950
22951 \backslash
22952 dashgapcolor{green}
22953 \end_layout
22954
22955 \end_inset
22956
22957
22958 \begin_inset Note Note
22959 status collapsed
22960
22961 \begin_layout Plain Layout
22962 color gaps between dashes green
22963 \end_layout
22964
22965 \end_inset
22966
22967
22968 \end_layout
22969
22970 \begin_layout Standard
22971 \begin_inset ERT
22972 status collapsed
22973
22974 \begin_layout Plain Layout
22975
22976
22977 \backslash
22978 let
22979 \backslash
22980 myHdashline
22981 \backslash
22982 hdashline
22983 \end_layout
22984
22985 \begin_layout Plain Layout
22986
22987
22988 \backslash
22989 renewcommand{
22990 \backslash
22991 hdashline}
22992 \end_layout
22993
22994 \begin_layout Plain Layout
22995
22996  {
22997 \backslash
22998 arrayrulecolor{red}
22999 \backslash
23000 myHdashline
23001 \backslash
23002 arrayrulecolor{black}}
23003 \end_layout
23004
23005 \end_inset
23006
23007
23008 \begin_inset Note Note
23009 status collapsed
23010
23011 \begin_layout Plain Layout
23012 color horizontal, dashed lines red
23013 \end_layout
23014
23015 \end_inset
23016
23017
23018 \end_layout
23019
23020 \begin_layout Standard
23021 \begin_inset ERT
23022 status collapsed
23023
23024 \begin_layout Plain Layout
23025
23026
23027 \backslash
23028 let
23029 \backslash
23030 myCdashline
23031 \backslash
23032 cdashline
23033 \end_layout
23034
23035 \begin_layout Plain Layout
23036
23037
23038 \backslash
23039 renewcommand{
23040 \backslash
23041 cdashline}[1]
23042 \end_layout
23043
23044 \begin_layout Plain Layout
23045
23046  {
23047 \backslash
23048 arrayrulecolor{yellow}
23049 \backslash
23050 myCdashline{#1}
23051 \backslash
23052 arrayrulecolor{black}}
23053 \end_layout
23054
23055 \end_inset
23056
23057
23058 \begin_inset Note Note
23059 status collapsed
23060
23061 \begin_layout Plain Layout
23062 color partial horizontal, dashed lines yellow
23063 \end_layout
23064
23065 \end_inset
23066
23067
23068 \end_layout
23069
23070 \begin_layout Standard
23071 \begin_inset Float table
23072 placement h
23073 wide false
23074 sideways false
23075 status open
23076
23077 \begin_layout Plain Layout
23078 \begin_inset Caption Standard
23079
23080 \begin_layout Plain Layout
23081 \begin_inset CommandInset label
23082 LatexCommand label
23083 name "tab:Colored-table-with"
23084
23085 \end_inset
23086
23087 Colored table with dashed lines
23088 \end_layout
23089
23090 \end_inset
23091
23092
23093 \end_layout
23094
23095 \begin_layout Plain Layout
23096 \align center
23097 \begin_inset Tabular
23098 <lyxtabular version="3" rows="5" columns="5">
23099 <features rotate="0" tabularvalignment="middle">
23100 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23101 <column alignment="center" valignment="top" width="0pt">
23102 <column alignment="center" valignment="top" width="0pt" special=":c">
23103 <column alignment="center" valignment="top">
23104 <column alignment="center" valignment="top">
23105 <row>
23106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23107 \begin_inset Text
23108
23109 \begin_layout Plain Layout
23110 a
23111 \end_layout
23112
23113 \end_inset
23114 </cell>
23115 <cell alignment="center" valignment="top" topline="true" usebox="none">
23116 \begin_inset Text
23117
23118 \begin_layout Plain Layout
23119 b
23120 \end_layout
23121
23122 \end_inset
23123 </cell>
23124 <cell alignment="center" valignment="top" topline="true" usebox="none">
23125 \begin_inset Text
23126
23127 \begin_layout Plain Layout
23128 c
23129 \end_layout
23130
23131 \end_inset
23132 </cell>
23133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137 d
23138 \end_layout
23139
23140 \end_inset
23141 </cell>
23142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146 e
23147 \end_layout
23148
23149 \end_inset
23150 </cell>
23151 </row>
23152 <row>
23153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23154 \begin_inset Text
23155
23156 \begin_layout Plain Layout
23157 f
23158 \end_layout
23159
23160 \end_inset
23161 </cell>
23162 <cell alignment="center" valignment="top" topline="true" usebox="none">
23163 \begin_inset Text
23164
23165 \begin_layout Plain Layout
23166 g
23167 \end_layout
23168
23169 \end_inset
23170 </cell>
23171 <cell alignment="center" valignment="top" topline="true" usebox="none">
23172 \begin_inset Text
23173
23174 \begin_layout Plain Layout
23175 h
23176 \end_layout
23177
23178 \end_inset
23179 </cell>
23180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23181 \begin_inset Text
23182
23183 \begin_layout Plain Layout
23184 i
23185 \end_layout
23186
23187 \end_inset
23188 </cell>
23189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23190 \begin_inset Text
23191
23192 \begin_layout Plain Layout
23193 j
23194 \end_layout
23195
23196 \end_inset
23197 </cell>
23198 </row>
23199 <row>
23200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23201 \begin_inset Text
23202
23203 \begin_layout Plain Layout
23204 \begin_inset ERT
23205 status collapsed
23206
23207 \begin_layout Plain Layout
23208
23209
23210 \backslash
23211 hdashline 
23212 \end_layout
23213
23214 \end_inset
23215
23216
23217 \begin_inset ERT
23218 status collapsed
23219
23220 \begin_layout Plain Layout
23221
23222
23223 \backslash
23224 rowcolor{Gray}
23225 \end_layout
23226
23227 \end_inset
23228
23229 k
23230 \end_layout
23231
23232 \end_inset
23233 </cell>
23234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23235 \begin_inset Text
23236
23237 \begin_layout Plain Layout
23238 l
23239 \end_layout
23240
23241 \end_inset
23242 </cell>
23243 <cell alignment="center" valignment="top" usebox="none">
23244 \begin_inset Text
23245
23246 \begin_layout Plain Layout
23247 m
23248 \end_layout
23249
23250 \end_inset
23251 </cell>
23252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23253 \begin_inset Text
23254
23255 \begin_layout Plain Layout
23256 n
23257 \end_layout
23258
23259 \end_inset
23260 </cell>
23261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23262 \begin_inset Text
23263
23264 \begin_layout Plain Layout
23265 o
23266 \end_layout
23267
23268 \end_inset
23269 </cell>
23270 </row>
23271 <row>
23272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23273 \begin_inset Text
23274
23275 \begin_layout Plain Layout
23276 \begin_inset ERT
23277 status collapsed
23278
23279 \begin_layout Plain Layout
23280
23281
23282 \backslash
23283 cdashline{4-5}
23284 \end_layout
23285
23286 \end_inset
23287
23288 p
23289 \end_layout
23290
23291 \end_inset
23292 </cell>
23293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23294 \begin_inset Text
23295
23296 \begin_layout Plain Layout
23297 q
23298 \end_layout
23299
23300 \end_inset
23301 </cell>
23302 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23303 \begin_inset Text
23304
23305 \begin_layout Plain Layout
23306 r
23307 \end_layout
23308
23309 \end_inset
23310 </cell>
23311 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23312 \begin_inset Text
23313
23314 \begin_layout Plain Layout
23315 s
23316 \end_layout
23317
23318 \end_inset
23319 </cell>
23320 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23321 \begin_inset Text
23322
23323 \begin_layout Plain Layout
23324
23325 \end_layout
23326
23327 \end_inset
23328 </cell>
23329 </row>
23330 <row>
23331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23332 \begin_inset Text
23333
23334 \begin_layout Plain Layout
23335 t
23336 \end_layout
23337
23338 \end_inset
23339 </cell>
23340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344 u
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23350 \begin_inset Text
23351
23352 \begin_layout Plain Layout
23353 v
23354 \end_layout
23355
23356 \end_inset
23357 </cell>
23358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23359 \begin_inset Text
23360
23361 \begin_layout Plain Layout
23362 w
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23368 \begin_inset Text
23369
23370 \begin_layout Plain Layout
23371 \begin_inset ERT
23372 status collapsed
23373
23374 \begin_layout Plain Layout
23375
23376
23377 \backslash
23378 cellcolor{Maroon}
23379 \end_layout
23380
23381 \end_inset
23382
23383 i
23384 \end_layout
23385
23386 \end_inset
23387 </cell>
23388 </row>
23389 </lyxtabular>
23390
23391 \end_inset
23392
23393
23394 \end_layout
23395
23396 \end_inset
23397
23398
23399 \end_layout
23400
23401 \begin_layout Standard
23402 \begin_inset ERT
23403 status collapsed
23404
23405 \begin_layout Plain Layout
23406
23407
23408 \backslash
23409 renewcommand{
23410 \backslash
23411 hdashline}{
23412 \backslash
23413 myHdashline}
23414 \end_layout
23415
23416 \end_inset
23417
23418
23419 \begin_inset Note Note
23420 status collapsed
23421
23422 \begin_layout Plain Layout
23423 reset to default
23424 \end_layout
23425
23426 \end_inset
23427
23428
23429 \end_layout
23430
23431 \begin_layout Standard
23432 \begin_inset ERT
23433 status collapsed
23434
23435 \begin_layout Plain Layout
23436
23437
23438 \backslash
23439 renewcommand{
23440 \backslash
23441 cdashline}{
23442 \backslash
23443 myCdashline}
23444 \end_layout
23445
23446 \end_inset
23447
23448
23449 \begin_inset Note Note
23450 status collapsed
23451
23452 \begin_layout Plain Layout
23453 reset to default
23454 \end_layout
23455
23456 \end_inset
23457
23458
23459 \end_layout
23460
23461 \begin_layout Standard
23462 \begin_inset ERT
23463 status collapsed
23464
23465 \begin_layout Plain Layout
23466
23467
23468 \backslash
23469 nodashgapcolor
23470 \end_layout
23471
23472 \end_inset
23473
23474
23475 \begin_inset Note Note
23476 status collapsed
23477
23478 \begin_layout Plain Layout
23479 reset to default
23480 \end_layout
23481
23482 \end_inset
23483
23484
23485 \end_layout
23486
23487 \begin_layout Standard
23488 \begin_inset ERT
23489 status collapsed
23490
23491 \begin_layout Plain Layout
23492
23493
23494 \backslash
23495 setlength{
23496 \backslash
23497 arrayrulewidth}{0.4pt}
23498 \end_layout
23499
23500 \end_inset
23501
23502
23503 \begin_inset Note Note
23504 status collapsed
23505
23506 \begin_layout Plain Layout
23507 reset to default
23508 \end_layout
23509
23510 \end_inset
23511
23512
23513 \end_layout
23514
23515 \begin_layout Standard
23516 The coloring of lines, columns and lines works as decribed in section
23517 \begin_inset space ~
23518 \end_inset
23519
23520
23521 \begin_inset CommandInset ref
23522 LatexCommand ref
23523 reference "sec:Colored-Tables"
23524
23525 \end_inset
23526
23527 .
23528  Coloring horizontal lines works analogically as described there as well,
23529  one only needs to replace in the commands 
23530 \series bold
23531
23532 \backslash
23533 myHlineC
23534 \series default
23535  by 
23536 \series bold
23537
23538 \backslash
23539 myHdashline
23540 \series default
23541  and 
23542 \backslash
23543
23544 \series bold
23545 hline
23546 \series default
23547  by 
23548 \series bold
23549
23550 \backslash
23551 hdashline
23552 \series default
23553 ; so one uses the command
23554 \end_layout
23555
23556 \begin_layout Standard
23557
23558 \series bold
23559
23560 \backslash
23561 let
23562 \backslash
23563 myHdashline
23564 \backslash
23565 hdashline
23566 \begin_inset Newline newline
23567 \end_inset
23568
23569
23570 \backslash
23571 renewcommand{
23572 \backslash
23573 hdashline}
23574 \begin_inset Newline newline
23575 \end_inset
23576
23577
23578 \begin_inset Phantom HPhantom
23579 status open
23580
23581 \begin_layout Plain Layout
23582 \begin_inset space ~
23583 \end_inset
23584
23585
23586 \end_layout
23587
23588 \end_inset
23589
23590 {
23591 \backslash
23592 arrayrulecolor{red}
23593 \backslash
23594 myHdashline
23595 \backslash
23596 arrayrulecolor{black}}
23597 \end_layout
23598
23599 \begin_layout Standard
23600 To color 
23601 \series bold
23602
23603 \backslash
23604 cdashline
23605 \series default
23606 , the command is
23607 \end_layout
23608
23609 \begin_layout Standard
23610
23611 \series bold
23612
23613 \backslash
23614 let
23615 \backslash
23616 myCdashline
23617 \backslash
23618 cdashline
23619 \begin_inset Newline newline
23620 \end_inset
23621
23622
23623 \backslash
23624 renewcommand{
23625 \backslash
23626 cdashline}[1]
23627 \begin_inset Newline newline
23628 \end_inset
23629
23630
23631 \begin_inset Phantom HPhantom
23632 status open
23633
23634 \begin_layout Plain Layout
23635 \begin_inset space ~
23636 \end_inset
23637
23638
23639 \end_layout
23640
23641 \end_inset
23642
23643 {
23644 \backslash
23645 arrayrulecolor{red}
23646 \backslash
23647 myCdashline{#1}
23648 \backslash
23649 arrayrulecolor{black}}
23650 \end_layout
23651
23652 \begin_layout Standard
23653 To get back the black line color, one needs to insert the following commands
23654  as TeX-Code behind the table:
23655 \end_layout
23656
23657 \begin_layout Standard
23658 For 
23659 \series bold
23660
23661 \backslash
23662 hdashline
23663 \end_layout
23664
23665 \begin_layout Standard
23666
23667 \series bold
23668
23669 \backslash
23670 renewcommand{
23671 \backslash
23672 hdashline}{
23673 \backslash
23674 myHdashline}
23675 \end_layout
23676
23677 \begin_layout Standard
23678 and for 
23679 \series bold
23680
23681 \backslash
23682 cdashline
23683 \end_layout
23684
23685 \begin_layout Standard
23686
23687 \series bold
23688
23689 \backslash
23690 renewcommand{
23691 \backslash
23692 cdashline}{
23693 \backslash
23694 myCdashline}
23695 \end_layout
23696
23697 \begin_layout Standard
23698 To color the gaps between the dashes the command
23699 \end_layout
23700
23701 \begin_layout Standard
23702
23703 \series bold
23704
23705 \backslash
23706 dashgapcolor{color}
23707 \end_layout
23708
23709 \begin_layout Standard
23710 can be used in front of a table as TeX-Code.
23711  color is hereby the name of a defined color.
23712  The command
23713 \end_layout
23714
23715 \begin_layout Standard
23716
23717 \series bold
23718
23719 \backslash
23720 nodashgapcolor
23721 \end_layout
23722
23723 \begin_layout Standard
23724 unsets the changes made by 
23725 \series bold
23726
23727 \backslash
23728 dashgapcolor
23729 \series default
23730 .
23731 \end_layout
23732
23733 \begin_layout Standard
23734 \begin_inset Note Greyedout
23735 status open
23736
23737 \begin_layout Plain Layout
23738
23739 \series bold
23740 \color none
23741 Note
23742 \series default
23743 : If there are multiple commands in a cell, the command of 
23744 \series bold
23745 arydshln
23746 \series default
23747  needs to be the first one in the cell.
23748  Therefore in cell 
23749 \emph on
23750 k
23751 \emph default
23752  of Table
23753 \begin_inset space ~
23754 \end_inset
23755
23756
23757 \begin_inset CommandInset ref
23758 LatexCommand ref
23759 reference "tab:Colored-table-with"
23760
23761 \end_inset
23762
23763  the command 
23764 \series bold
23765
23766 \backslash
23767 hdashline
23768 \series default
23769  is before 
23770 \series bold
23771
23772 \backslash
23773 rowcolor
23774 \series default
23775 .
23776 \end_layout
23777
23778 \end_inset
23779
23780
23781 \end_layout
23782
23783 \begin_layout Standard
23784 \begin_inset Note Greyedout
23785 status open
23786
23787 \begin_layout Plain Layout
23788
23789 \series bold
23790 \color none
23791 Note:
23792 \series default
23793  The LaTeX-package 
23794 \series bold
23795 arydshln
23796 \series default
23797  must be loaded in the document preamble before the LaTeX-package 
23798 \series bold
23799 colortbl
23800 \series default
23801
23802 \begin_inset Index idx
23803 status collapsed
23804
23805 \begin_layout Plain Layout
23806 LaTeX-packages ! colortbl
23807 \end_layout
23808
23809 \end_inset
23810
23811 .
23812 \end_layout
23813
23814 \end_inset
23815
23816
23817 \end_layout
23818
23819 \begin_layout Standard
23820 \begin_inset ERT
23821 status collapsed
23822
23823 \begin_layout Plain Layout
23824
23825
23826 \backslash
23827 else
23828 \end_layout
23829
23830 \end_inset
23831
23832
23833 \begin_inset Note Note
23834 status open
23835
23836 \begin_layout Plain Layout
23837 The following will be displayed when the LaTeX-package 
23838 \series bold
23839 arydshln
23840 \series default
23841  is not installed:
23842 \end_layout
23843
23844 \end_inset
23845
23846
23847 \end_layout
23848
23849 \begin_layout Standard
23850 You need to install the package 
23851 \series bold
23852 arydshln
23853 \series default
23854  to see the content of this section in the output.
23855 \end_layout
23856
23857 \begin_layout Standard
23858 \begin_inset ERT
23859 status collapsed
23860
23861 \begin_layout Plain Layout
23862
23863
23864 \backslash
23865 fi
23866 \end_layout
23867
23868 \end_inset
23869
23870
23871 \end_layout
23872
23873 \begin_layout Standard
23874 For more information about dashed lines see the documentation of 
23875 \series bold
23876 arydshln
23877 \series default
23878
23879 \begin_inset CommandInset citation
23880 LatexCommand cite
23881 key "arydshln"
23882
23883 \end_inset
23884
23885 .
23886 \end_layout
23887
23888 \begin_layout Chapter
23889 Floats
23890 \begin_inset CommandInset label
23891 LatexCommand label
23892 name "chap:Floats"
23893
23894 \end_inset
23895
23896
23897 \begin_inset Index idx
23898 status collapsed
23899
23900 \begin_layout Plain Layout
23901 Floats
23902 \end_layout
23903
23904 \end_inset
23905
23906
23907 \end_layout
23908
23909 \begin_layout Section
23910 Introduction
23911 \begin_inset CommandInset label
23912 LatexCommand label
23913 name "sec:FloatIntroduction"
23914
23915 \end_inset
23916
23917
23918 \begin_inset Index idx
23919 status collapsed
23920
23921 \begin_layout Plain Layout
23922 Floats ! Introduction
23923 \end_layout
23924
23925 \end_inset
23926
23927
23928 \end_layout
23929
23930 \begin_layout Standard
23931 A float is a block of text associated with some sort of label, which doesn't
23932  have a fixed location.
23933  It can 
23934 \begin_inset Quotes eld
23935 \end_inset
23936
23937 float
23938 \begin_inset Quotes erd
23939 \end_inset
23940
23941  forward or backward a page or two, to wherever it fits best.
23942  
23943 \family sans
23944 Footnotes
23945 \family default
23946  and 
23947 \family sans
23948 Margin
23949 \begin_inset space ~
23950 \end_inset
23951
23952 Notes
23953 \family default
23954  are also floats because they can float to the next page when there are
23955  too many notes on the page.
23956 \end_layout
23957
23958 \begin_layout Standard
23959 Floats allow a high quality layout.
23960  Images and tables can be spread evenly among the pages to avoid white space
23961  and pages without text.
23962  As the floating often destroys the context between the text and the image/table
23963 , every float can be referenced in the text.
23964  Floats are therefore numbered.
23965  Referencing is described in section
23966 \begin_inset space ~
23967 \end_inset
23968
23969
23970 \begin_inset CommandInset ref
23971 LatexCommand ref
23972 reference "sec:Referencing-Floats"
23973
23974 \end_inset
23975
23976 .
23977 \end_layout
23978
23979 \begin_layout Standard
23980 To insert a float, use the menu 
23981 \family sans
23982 Insert\SpecialChar \menuseparator
23983 Float
23984 \family default
23985  (toolbar button 
23986 \begin_inset Info
23987 type  "icon"
23988 arg   "float-insert figure"
23989 \end_inset
23990
23991  or 
23992 \begin_inset Info
23993 type  "icon"
23994 arg   "float-insert table"
23995 \end_inset
23996
23997 ).
23998  This inserts the 
23999 \family sans
24000 Caption
24001 \family default
24002  inset, a box with a label.
24003  The label will automatically be translated to the document language in
24004  the output.
24005  After the label you can insert the caption text.
24006  The image or table is inserted above or below the caption in a separate
24007  paragraph within the float.
24008  More about the caption placement is contained in section
24009 \begin_inset space ~
24010 \end_inset
24011
24012
24013 \begin_inset CommandInset ref
24014 LatexCommand ref
24015 reference "sec:Caption-Placement"
24016
24017 \end_inset
24018
24019 .
24020  To keep your LyX-document readable, you can open and close the float box
24021  by left-clicking on the box label.
24022  A closed float box looks like this: 
24023 \begin_inset Graphics
24024         filename clipart/floatQt4.png
24025         scale 70
24026         scaleBeforeRotation
24027
24028 \end_inset
24029
24030  â€“ a gray button with a red label.
24031 \end_layout
24032
24033 \begin_layout Standard
24034 It is recommended that you insert floats as separate standard paragraphs
24035  to avoid possible LaTeX-errors that can occur when the surrounding text
24036  is specially formatted.
24037 \end_layout
24038
24039 \begin_layout Standard
24040 Existing figures or tables can be put into a float by highlighting them
24041  and then pressing the corresponding toolbar button for a new float.
24042 \end_layout
24043
24044 \begin_layout Section
24045 Float Types
24046 \end_layout
24047
24048 \begin_layout Standard
24049 Besides figure and table floats that are described in sections
24050 \begin_inset space ~
24051 \end_inset
24052
24053
24054 \begin_inset CommandInset ref
24055 LatexCommand ref
24056 reference "sec:Figure-Floats"
24057
24058 \end_inset
24059
24060  and 
24061 \begin_inset CommandInset ref
24062 LatexCommand ref
24063 reference "sec:Table-Floats"
24064
24065 \end_inset
24066
24067  respectively, LyX offers the float types 
24068 \family sans
24069 Algorithm
24070 \family default
24071  and 
24072 \family sans
24073 Wrap
24074 \family default
24075 .
24076  The latter are explained in sec.
24077 \begin_inset space \thinspace{}
24078 \end_inset
24079
24080
24081 \begin_inset CommandInset ref
24082 LatexCommand ref
24083 reference "sec:Wrap-Floats"
24084
24085 \end_inset
24086
24087 .
24088 \end_layout
24089
24090 \begin_layout Subsection
24091 Algorithm Floats
24092 \begin_inset Index idx
24093 status collapsed
24094
24095 \begin_layout Plain Layout
24096 Floats ! Algorithms
24097 \end_layout
24098
24099 \end_inset
24100
24101
24102 \end_layout
24103
24104 \begin_layout Standard
24105 \begin_inset Float algorithm
24106 placement h
24107 wide false
24108 sideways false
24109 status open
24110
24111 \begin_layout Plain Layout
24112 \begin_inset Caption Standard
24113
24114 \begin_layout Plain Layout
24115 \begin_inset CommandInset label
24116 LatexCommand label
24117 name "alg:Example-Algorithm-float"
24118
24119 \end_inset
24120
24121 Example Algorithm float
24122 \end_layout
24123
24124 \end_inset
24125
24126
24127 \end_layout
24128
24129 \begin_layout LyX-Code
24130 for I in 1..N loop
24131 \begin_inset Newline newline
24132 \end_inset
24133
24134  Sum:= Sum + A(I); /*comment*/
24135 \begin_inset Newline newline
24136 \end_inset
24137
24138 end loop
24139 \begin_inset VSpace -4mm
24140 \end_inset
24141
24142
24143 \end_layout
24144
24145 \end_inset
24146
24147
24148 \end_layout
24149
24150 \begin_layout Standard
24151 This float type is inserted with the menu 
24152 \family sans
24153 Insert\SpecialChar \menuseparator
24154 Float\SpecialChar \menuseparator
24155 Algorithm
24156 \family default
24157 .
24158  It is used for program codes and descriptions of algorithms and can be
24159  seen as an alternative to program code listings that are explained in chapter
24160 \begin_inset space ~
24161 \end_inset
24162
24163
24164 \begin_inset CommandInset ref
24165 LatexCommand ref
24166 reference "cha:Program-Code-Listings"
24167
24168 \end_inset
24169
24170 .
24171  A possible environment for algorithms is the 
24172 \family sans
24173 LyX-Code
24174 \family default
24175 , described in LyX's 
24176 \emph on
24177 Userguide
24178 \emph default
24179 .
24180  Algorithm
24181 \begin_inset space ~
24182 \end_inset
24183
24184
24185 \begin_inset CommandInset ref
24186 LatexCommand ref
24187 reference "alg:Example-Algorithm-float"
24188
24189 \end_inset
24190
24191  is an example of an algorithm float where -4
24192 \begin_inset space \thinspace{}
24193 \end_inset
24194
24195 mm vertical space was added at the end of the float to have the bottom rule
24196  exactly below the last text line.
24197 \end_layout
24198
24199 \begin_layout Standard
24200 The float label is not automatically translated into the document language.
24201  If your document is not in English, you have to do this manually by adding
24202  the following line to the document preamble
24203 \series bold
24204 :
24205 \end_layout
24206
24207 \begin_layout Standard
24208
24209 \series bold
24210
24211 \backslash
24212 floatname{algorithm}{your
24213 \begin_inset space ~
24214 \end_inset
24215
24216 name}
24217 \end_layout
24218
24219 \begin_layout Standard
24220 where 
24221 \family sans
24222 your
24223 \begin_inset space ~
24224 \end_inset
24225
24226 name
24227 \family default
24228  is the word 
24229 \begin_inset Quotes eld
24230 \end_inset
24231
24232
24233 \emph on
24234 algorithm
24235 \emph default
24236
24237 \begin_inset Quotes erd
24238 \end_inset
24239
24240  in your language.
24241 \end_layout
24242
24243 \begin_layout Standard
24244 To insert the list of algorithms you can use the menu 
24245 \family sans
24246 Insert\SpecialChar \menuseparator
24247 List
24248 \begin_inset space \thinspace{}
24249 \end_inset
24250
24251 /
24252 \begin_inset space \thinspace{}
24253 \end_inset
24254
24255 TOC\SpecialChar \menuseparator
24256 List of Algorithms
24257 \family default
24258  when your document has the same language as LyX's menu names.
24259  In other cases use this command in TeX-Code instead:
24260 \end_layout
24261
24262 \begin_layout Standard
24263
24264 \series bold
24265
24266 \backslash
24267 listof{algorithm}{your
24268 \begin_inset space ~
24269 \end_inset
24270
24271 name}
24272 \end_layout
24273
24274 \begin_layout Standard
24275 where 
24276 \family sans
24277 your
24278 \begin_inset space ~
24279 \end_inset
24280
24281 name
24282 \family default
24283  is the word 
24284 \begin_inset Quotes eld
24285 \end_inset
24286
24287
24288 \emph on
24289 List of Algorithm
24290 \emph default
24291 s
24292 \begin_inset Quotes erd
24293 \end_inset
24294
24295  in your language.
24296 \end_layout
24297
24298 \begin_layout Standard
24299 Algorithm floats are not by default numbered in the scheme 
24300 \begin_inset Quotes eld
24301 \end_inset
24302
24303 chapter.algorithm
24304 \begin_inset Quotes erd
24305 \end_inset
24306
24307  as is the case for table and figure floats in many document-classes.
24308  To number algorithm floats in the same scheme, add this command to your
24309  document preamble:
24310 \end_layout
24311
24312 \begin_layout Standard
24313
24314 \series bold
24315
24316 \backslash
24317 numberwithin{algorithm}{chapter}
24318 \end_layout
24319
24320 \begin_layout Standard
24321 To be able to use the command 
24322 \series bold
24323
24324 \backslash
24325 numberwithin
24326 \series default
24327 , set in the tab 
24328 \family sans
24329 Math
24330 \begin_inset space ~
24331 \end_inset
24332
24333 Options
24334 \family default
24335  in the document settings the option 
24336 \family sans
24337 Use
24338 \begin_inset space ~
24339 \end_inset
24340
24341 AMS
24342 \begin_inset space ~
24343 \end_inset
24344
24345 math
24346 \begin_inset space ~
24347 \end_inset
24348
24349 package
24350 \family default
24351 .
24352 \end_layout
24353
24354 \begin_layout Section
24355 Float Numbering
24356 \begin_inset Index idx
24357 status collapsed
24358
24359 \begin_layout Plain Layout
24360 Floats ! Numbering
24361 \end_layout
24362
24363 \end_inset
24364
24365
24366 \end_layout
24367
24368 \begin_layout Standard
24369 Floats are usually numbered either independently from the sections the floats
24370  are in, or in the scheme 
24371 \begin_inset Quotes eld
24372 \end_inset
24373
24374 chapter.number
24375 \begin_inset Quotes erd
24376 \end_inset
24377
24378  or 
24379 \begin_inset Quotes eld
24380 \end_inset
24381
24382 section.number
24383 \begin_inset Quotes erd
24384 \end_inset
24385
24386 .
24387  This depends on the document class used.
24388 \end_layout
24389
24390 \begin_layout Standard
24391 To change section-independent numbering, you can use this command in the
24392  document preamble:
24393 \end_layout
24394
24395 \begin_layout Standard
24396
24397 \series bold
24398
24399 \backslash
24400 renewcommand{
24401 \backslash
24402 thetable}{
24403 \backslash
24404 roman{table}}
24405 \end_layout
24406
24407 \begin_layout Standard
24408
24409 \series bold
24410
24411 \backslash
24412 thetable
24413 \series default
24414  is the command that prints the table number.
24415  For figure floats, the command would be 
24416 \series bold
24417
24418 \backslash
24419 thefigure
24420 \series default
24421 .
24422  
24423 \series bold
24424
24425 \backslash
24426 roman
24427 \series default
24428  in the command above prints the table number as a small roman number.
24429 \end_layout
24430
24431 \begin_layout Standard
24432 To change the numbering scheme for example to 
24433 \begin_inset Quotes eld
24434 \end_inset
24435
24436 subsection.number
24437 \begin_inset Quotes erd
24438 \end_inset
24439
24440 , use this command in the preamble:
24441 \end_layout
24442
24443 \begin_layout Standard
24444
24445 \series bold
24446
24447 \backslash
24448 numberwithin{table}{subsection}
24449 \end_layout
24450
24451 \begin_layout Standard
24452 To be able to use the command 
24453 \series bold
24454
24455 \backslash
24456 numberwithin
24457 \series default
24458 , set in the tab 
24459 \family sans
24460 Math
24461 \begin_inset space ~
24462 \end_inset
24463
24464 Options
24465 \family default
24466  in the document settings the option 
24467 \family sans
24468 Use
24469 \begin_inset space ~
24470 \end_inset
24471
24472 AMS
24473 \begin_inset space ~
24474 \end_inset
24475
24476 math
24477 \begin_inset space ~
24478 \end_inset
24479
24480 package
24481 \family default
24482 .
24483 \end_layout
24484
24485 \begin_layout Standard
24486 Please also have a look at section
24487 \begin_inset space ~
24488 \end_inset
24489
24490
24491 \begin_inset CommandInset ref
24492 LatexCommand ref
24493 reference "sub:Footnote-Numbering"
24494
24495 \end_inset
24496
24497  for the details and important notes about the numbering commands.
24498 \end_layout
24499
24500 \begin_layout Section
24501 Referencing Floats
24502 \begin_inset CommandInset label
24503 LatexCommand label
24504 name "sec:Referencing-Floats"
24505
24506 \end_inset
24507
24508
24509 \begin_inset Index idx
24510 status collapsed
24511
24512 \begin_layout Plain Layout
24513 Floats ! References
24514 \end_layout
24515
24516 \end_inset
24517
24518
24519 \begin_inset Index idx
24520 status collapsed
24521
24522 \begin_layout Plain Layout
24523 References ! to Floats
24524 \end_layout
24525
24526 \end_inset
24527
24528
24529 \end_layout
24530
24531 \begin_layout Standard
24532 To reference a float, insert a label into its caption using the menu 
24533 \family sans
24534 Insert\SpecialChar \menuseparator
24535 Label
24536 \family default
24537  or the toolbar button 
24538 \begin_inset Info
24539 type  "icon"
24540 arg   "label-insert"
24541 \end_inset
24542
24543 .
24544  A grey label box like this one: 
24545 \begin_inset Graphics
24546         filename clipart/labelQt4.png
24547         scale 85
24548         scaleBeforeRotation
24549
24550 \end_inset
24551
24552  will be inserted and the label window pops up asking for the label text.
24553  LyX offers as text the first words of the caption with a prefix.
24554  The prefix depends on the float type, e.
24555 \begin_inset space \thinspace{}
24556 \end_inset
24557
24558 g.
24559 \begin_inset space \space{}
24560 \end_inset
24561
24562 for figure floats the prefix will be "
24563 \family sans
24564 fig:
24565 \family default
24566 ".
24567 \end_layout
24568
24569 \begin_layout Standard
24570 The label is used as anchor and name for the reference.
24571  You can refer to the label using the menu 
24572 \family sans
24573 Insert\SpecialChar \menuseparator
24574 Cross-reference
24575 \family default
24576  or the toolbar button 
24577 \begin_inset Info
24578 type  "icon"
24579 arg   "dialog-show-new-inset ref"
24580 \end_inset
24581
24582 .
24583  The cross-reference window appears showing all labels of the document.
24584  If you have multiple LyX-documents opened, choose the one you are working
24585  on from the drop-list at the top of the dialog.
24586  You can now sort the labels alphabetically and then choose one.
24587  A grey cross-reference box like this one: 
24588 \begin_inset Graphics
24589         filename clipart/referenceQt4.png
24590         scale 85
24591         scaleBeforeRotation
24592
24593 \end_inset
24594
24595  will be inserted.
24596  At the position of the cross-reference box the float number will appear
24597  in the output.
24598 \end_layout
24599
24600 \begin_layout Standard
24601 It is recommended that you use a protected space between the cross-reference
24602  name and its number to avoid line breaks between them.
24603  If a cross-reference refers to a non-existing label, you will see two question
24604  marks in the output instead of the reference.
24605 \end_layout
24606
24607 \begin_layout Standard
24608 You can change labels at any time by clicking on the label box.
24609  References to the changed label will automatically update their links to
24610  the new label text.
24611 \end_layout
24612
24613 \begin_layout Standard
24614 The button 
24615 \family sans
24616 Go
24617 \begin_inset space ~
24618 \end_inset
24619
24620 to
24621 \begin_inset space ~
24622 \end_inset
24623
24624 Label
24625 \family default
24626  in the cross-reference window sets the cursor before the referred label.
24627  The button text changes then to Go
24628 \begin_inset space ~
24629 \end_inset
24630
24631 Back and you can use it to set the cursor back to the cross-reference.
24632 \end_layout
24633
24634 \begin_layout Subsection
24635 Cross-Reference Formats
24636 \begin_inset CommandInset label
24637 LatexCommand label
24638 name "sub:Cross-Reference-Formats"
24639
24640 \end_inset
24641
24642
24643 \begin_inset Index idx
24644 status collapsed
24645
24646 \begin_layout Plain Layout
24647 References ! Formats
24648 \end_layout
24649
24650 \end_inset
24651
24652
24653 \end_layout
24654
24655 \begin_layout Standard
24656 There are six varieties of cross-references:
24657 \end_layout
24658
24659 \begin_layout Description
24660 <reference>: prints the float number, this is the default: 
24661 \begin_inset CommandInset ref
24662 LatexCommand ref
24663 reference "fig:Two-distorted-images"
24664
24665 \end_inset
24666
24667
24668 \end_layout
24669
24670 \begin_layout Description
24671 (<reference>): prints the float number within two parentheses, this is the
24672  style normally used to reference formulas, especially when the reference
24673  name 
24674 \begin_inset Quotes eld
24675 \end_inset
24676
24677 Equation
24678 \begin_inset Quotes erd
24679 \end_inset
24680
24681  is omitted: 
24682 \begin_inset CommandInset ref
24683 LatexCommand eqref
24684 reference "eq:Wgn"
24685
24686 \end_inset
24687
24688
24689 \end_layout
24690
24691 \begin_layout Description
24692 <page>: prints the page number: Page
24693 \begin_inset space ~
24694 \end_inset
24695
24696
24697 \begin_inset CommandInset ref
24698 LatexCommand pageref
24699 reference "fig:Two-distorted-images"
24700
24701 \end_inset
24702
24703
24704 \end_layout
24705
24706 \begin_layout Description
24707 on
24708 \begin_inset space ~
24709 \end_inset
24710
24711 page
24712 \begin_inset space ~
24713 \end_inset
24714
24715 <page>: prints the text "on page" and the page number: 
24716 \begin_inset CommandInset ref
24717 LatexCommand vpageref
24718 reference "fig:Two-distorted-images"
24719
24720 \end_inset
24721
24722
24723 \end_layout
24724
24725 \begin_layout Description
24726 <reference>
24727 \begin_inset space ~
24728 \end_inset
24729
24730 on
24731 \begin_inset space ~
24732 \end_inset
24733
24734 page
24735 \begin_inset space ~
24736 \end_inset
24737
24738 <page>: prints the float number, the text "on page", and the page number:
24739  
24740 \begin_inset CommandInset ref
24741 LatexCommand vref
24742 reference "fig:Two-distorted-images"
24743
24744 \end_inset
24745
24746
24747 \end_layout
24748
24749 \begin_layout Description
24750 Formatted
24751 \begin_inset space ~
24752 \end_inset
24753
24754 reference: prints a self-defined cross-reference format.
24755 \begin_inset Newline newline
24756 \end_inset
24757
24758
24759 \begin_inset Note Greyedout
24760 status open
24761
24762 \begin_layout Plain Layout
24763
24764 \series bold
24765 Note:
24766 \series default
24767  This feature is only available when you have the LaTeX-package 
24768 \series bold
24769 prettyref
24770 \series default
24771  or 
24772 \series bold
24773 refstyle
24774 \series default
24775
24776 \begin_inset Index idx
24777 status collapsed
24778
24779 \begin_layout Plain Layout
24780 LaTeX-packages ! prettyref
24781 \end_layout
24782
24783 \end_inset
24784
24785
24786 \begin_inset Index idx
24787 status collapsed
24788
24789 \begin_layout Plain Layout
24790 LaTeX-packages ! refstyle
24791 \end_layout
24792
24793 \end_inset
24794
24795  installed.
24796 \end_layout
24797
24798 \end_inset
24799
24800
24801 \begin_inset Newline newline
24802 \end_inset
24803
24804 You can select which LaTeX-package should be used for this feature by setting
24805  the option 
24806 \family sans
24807 Use refstyle (not prettyref) for cross-references
24808 \family default
24809  in the menu 
24810 \family sans
24811 Document\SpecialChar \menuseparator
24812 Settings\SpecialChar \menuseparator
24813 Document Class
24814 \family default
24815 .
24816  The format is specified by adding the command 
24817 \series bold
24818
24819 \backslash
24820 newrefformat
24821 \series default
24822  (prettyref) or 
24823 \series bold
24824
24825 \backslash
24826 newref
24827 \series default
24828  (refstyle) to the preamble of the document.
24829  For example redefining all references to figures (which have the label
24830  shortcut 
24831 \begin_inset Quotes eld
24832 \end_inset
24833
24834
24835 \family sans
24836 fig
24837 \family default
24838
24839 \begin_inset Quotes erd
24840 \end_inset
24841
24842 ) can be done with this command
24843 \begin_inset Newline newline
24844 \end_inset
24845
24846
24847 \series bold
24848
24849 \backslash
24850 newref{fig}{refcmd={Image on page 
24851 \backslash
24852 pageref{#1}}}
24853 \series default
24854
24855 \begin_inset Newline newline
24856 \end_inset
24857
24858 For more information about the format, have a look at the package documentations
24859
24860 \begin_inset CommandInset citation
24861 LatexCommand cite
24862 key "prettyref,refstyle"
24863
24864 \end_inset
24865
24866 .
24867 \end_layout
24868
24869 \begin_layout Description
24870 Textual
24871 \begin_inset space ~
24872 \end_inset
24873
24874 reference: prints the caption of the reference: 
24875 \begin_inset CommandInset ref
24876 LatexCommand nameref
24877 reference "fig:Two-distorted-images"
24878
24879 \end_inset
24880
24881
24882 \end_layout
24883
24884 \begin_layout Standard
24885
24886 \family sans
24887 <page>
24888 \family default
24889  will not print the page number if the label is on the previous, the same,
24890  or the next page.
24891  You will e.
24892 \begin_inset space \thinspace{}
24893 \end_inset
24894
24895 g.
24896 \begin_inset space \space{}
24897 \end_inset
24898
24899 see the text 
24900 \begin_inset Quotes eld
24901 \end_inset
24902
24903
24904 \family sans
24905 on this page
24906 \family default
24907
24908 \begin_inset Quotes erd
24909 \end_inset
24910
24911  instead.
24912  The style 
24913 \family sans
24914 <reference> on page <page>
24915 \family default
24916  will not print anything about the page if the label is on the same page.
24917 \end_layout
24918
24919 \begin_layout Standard
24920 The number and current page of the part of the document referred to in the
24921  output is automatically calculated by LaTeX.
24922  The varieties are adjusted in the field 
24923 \family sans
24924 Format
24925 \family default
24926  of the cross-reference window that appears when you click on the cross-referenc
24927 e box.
24928 \end_layout
24929
24930 \begin_layout Standard
24931 \begin_inset Note Greyedout
24932 status open
24933
24934 \begin_layout Plain Layout
24935
24936 \series bold
24937 Note:
24938 \series default
24939  It is recommended to use the LaTeX-package 
24940 \series bold
24941 refstyle
24942 \series default
24943
24944 \begin_inset Index idx
24945 status collapsed
24946
24947 \begin_layout Plain Layout
24948 LaTeX-packages ! refstyle
24949 \end_layout
24950
24951 \end_inset
24952
24953  because 
24954 \series bold
24955 prettyref
24956 \series default
24957
24958 \begin_inset Index idx
24959 status collapsed
24960
24961 \begin_layout Plain Layout
24962 LaTeX-packages ! prettyref
24963 \end_layout
24964
24965 \end_inset
24966
24967  does not know all of LyX's possible label shortcuts
24968 \begin_inset Foot
24969 status collapsed
24970
24971 \begin_layout Plain Layout
24972 \begin_inset Quotes eld
24973 \end_inset
24974
24975 fig:
24976 \begin_inset Quotes erd
24977 \end_inset
24978
24979  is for example LyX's shortcut for labels in figure captions.
24980 \end_layout
24981
24982 \end_inset
24983
24984  and is not internationalized.
24985 \end_layout
24986
24987 \end_inset
24988
24989
24990 \end_layout
24991
24992 \begin_layout Standard
24993 \begin_inset Note Greyedout
24994 status open
24995
24996 \begin_layout Plain Layout
24997
24998 \series bold
24999 Note:
25000 \series default
25001  Due to a bug in the LaTeX-package 
25002 \series bold
25003 varioref
25004 \series default
25005  version 1.4w, some cross-reference formats will cause LaTeX errors for document
25006  languages that make the period character active (like French).
25007  For a workaround, see
25008 \begin_inset Newline newline
25009 \end_inset
25010
25011
25012 \begin_inset CommandInset href
25013 LatexCommand href
25014 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
25015
25016 \end_inset
25017
25018 .
25019 \end_layout
25020
25021 \end_inset
25022
25023
25024 \end_layout
25025
25026 \begin_layout Subsection
25027 Automatic Reference Naming
25028 \begin_inset Index idx
25029 status collapsed
25030
25031 \begin_layout Plain Layout
25032 References ! Automatic Reference Naming
25033 \end_layout
25034
25035 \end_inset
25036
25037
25038 \end_layout
25039
25040 \begin_layout Standard
25041 The LaTeX-package 
25042 \series bold
25043 hyperref
25044 \series default
25045
25046 \begin_inset Index idx
25047 status collapsed
25048
25049 \begin_layout Plain Layout
25050 LaTeX-packages ! hyperref
25051 \end_layout
25052
25053 \end_inset
25054
25055 , that is enabled in the 
25056 \family sans
25057 PDF Properties
25058 \family default
25059  of the 
25060 \family sans
25061 Document Settings
25062 \family default
25063  dialog, provides a very useful feature that cross-references automatically
25064  include the name of the referenced floats (or text parts like 
25065 \emph on
25066 section
25067 \emph default
25068 ).
25069  So you will save having to write e.
25070 \begin_inset space \thinspace{}
25071 \end_inset
25072
25073 g.
25074 \begin_inset space \space{}
25075 \end_inset
25076
25077 the name 
25078 \begin_inset Quotes eld
25079 \end_inset
25080
25081 Figure
25082 \begin_inset Quotes erd
25083 \end_inset
25084
25085  before every reference to a figure.
25086  To use this feature, enable 
25087 \series bold
25088 hyperref
25089 \series default
25090  and insert this line to the LaTeX preamble:
25091 \end_layout
25092
25093 \begin_layout Standard
25094
25095 \series bold
25096
25097 \backslash
25098 AtBeginDocument{
25099 \backslash
25100 renewcommand{
25101 \backslash
25102 ref}[1]{
25103 \backslash
25104 mbox{
25105 \backslash
25106 autoref{#1}}}}
25107 \end_layout
25108
25109 \begin_layout Standard
25110 When you prefer other reference names than the default ones, for example
25111  you want instead of 
25112 \begin_inset Quotes eld
25113 \end_inset
25114
25115 section
25116 \begin_inset Quotes erd
25117 \end_inset
25118
25119  the name 
25120 \begin_inset Quotes eld
25121 \end_inset
25122
25123 sec.
25124 \begin_inset space \thinspace{}
25125 \end_inset
25126
25127
25128 \begin_inset Quotes eld
25129 \end_inset
25130
25131 , you can redefine the name by inserting this in the preamble:
25132 \end_layout
25133
25134 \begin_layout Standard
25135
25136 \series bold
25137
25138 \backslash
25139 addto
25140 \backslash
25141 extrasenglish{
25142 \backslash
25143 renewcommand{
25144 \backslash
25145 sectionautorefname}
25146 \begin_inset Newline newline
25147 \end_inset
25148
25149
25150 \begin_inset Phantom HPhantom
25151 status open
25152
25153 \begin_layout Plain Layout
25154
25155 \series bold
25156 \begin_inset space ~
25157 \end_inset
25158
25159
25160 \end_layout
25161
25162 \end_inset
25163
25164 {sec.
25165 \backslash
25166 negthinspace}}
25167 \end_layout
25168
25169 \begin_layout Standard
25170 When you are using another document language than English, replace
25171 \begin_inset Newline newline
25172 \end_inset
25173
25174
25175 \series bold
25176
25177 \backslash
25178 extrasenglish
25179 \series default
25180  by 
25181 \series bold
25182
25183 \backslash
25184 extras***
25185 \series default
25186 , where *** is the name of the language used.
25187 \end_layout
25188
25189 \begin_layout Standard
25190 To get automatic names, but not for certain reference types, for example
25191  not for equations, use this preamble code:
25192 \end_layout
25193
25194 \begin_layout Standard
25195
25196 \series bold
25197
25198 \backslash
25199 addto
25200 \backslash
25201 extrasenglish{
25202 \backslash
25203 renewcommand*{
25204 \backslash
25205 equationautorefname}[1]{}}
25206 \end_layout
25207
25208 \begin_layout Standard
25209 More about this topic can be found in 
25210 \series bold
25211 hyperref
25212 \series default
25213 's documentation 
25214 \begin_inset CommandInset citation
25215 LatexCommand cite
25216 key "hyperref"
25217
25218 \end_inset
25219
25220 .
25221 \end_layout
25222
25223 \begin_layout Standard
25224 \begin_inset Note Greyedout
25225 status open
25226
25227 \begin_layout Plain Layout
25228
25229 \series bold
25230 Note:
25231 \series default
25232  Automatic reference naming cannot be used when you use cross-references
25233  in the 
25234 \family sans
25235 Formatted
25236 \begin_inset space ~
25237 \end_inset
25238
25239 reference
25240 \family default
25241  style, as described in section
25242 \begin_inset space ~
25243 \end_inset
25244
25245
25246 \begin_inset CommandInset ref
25247 LatexCommand ref
25248 reference "sub:Cross-Reference-Formats"
25249
25250 \end_inset
25251
25252 .
25253 \end_layout
25254
25255 \end_inset
25256
25257
25258 \end_layout
25259
25260 \begin_layout Standard
25261 The 
25262 \emph on
25263 Math
25264 \emph default
25265  manual is an example where automatic reference naming is used.
25266 \end_layout
25267
25268 \begin_layout Subsection
25269 Reference Position
25270 \begin_inset CommandInset label
25271 LatexCommand label
25272 name "sub:Reference-Position"
25273
25274 \end_inset
25275
25276
25277 \begin_inset Index idx
25278 status collapsed
25279
25280 \begin_layout Plain Layout
25281 References ! Reference Position
25282 \end_layout
25283
25284 \end_inset
25285
25286
25287 \end_layout
25288
25289 \begin_layout Standard
25290 If you use 
25291 \series bold
25292 hyperref
25293 \series default
25294
25295 \begin_inset Index idx
25296 status collapsed
25297
25298 \begin_layout Plain Layout
25299 LaTeX-packages ! hyperref
25300 \end_layout
25301
25302 \end_inset
25303
25304  in the 
25305 \family sans
25306 PDF Properties
25307 \family default
25308  of the 
25309 \family sans
25310 Document Settings
25311 \family default
25312  dialog to link cross-references in the output, you will see that clicking
25313  on an image float reference jumps to the image label.
25314  The caption will be the first text part on the screen, so that you cannot
25315  see the image without scrolling.
25316  This is because the reference link anchor is placed at the position of
25317  the label.
25318  With the use of the package 
25319 \series bold
25320 hypcap
25321 \series default
25322
25323 \begin_inset Index idx
25324 status collapsed
25325
25326 \begin_layout Plain Layout
25327 LaTeX-packages ! hypcap
25328 \end_layout
25329
25330 \end_inset
25331
25332 , which is part of the LaTeX-package 
25333 \series bold
25334 oberdiek
25335 \series default
25336
25337 \begin_inset Index idx
25338 status collapsed
25339
25340 \begin_layout Plain Layout
25341 LaTeX-packages ! oberdiek
25342 \end_layout
25343
25344 \end_inset
25345
25346 , the link anchor is placed at the beginning of a float.
25347  To use this feature for figure floats, load 
25348 \series bold
25349 hypcap
25350 \series default
25351  in the document preamble with the line
25352 \end_layout
25353
25354 \begin_layout Standard
25355
25356 \series bold
25357
25358 \backslash
25359 usepackage[figure]{hypcap}
25360 \end_layout
25361
25362 \begin_layout Standard
25363 You can also use 
25364 \series bold
25365 hypcap
25366 \series default
25367  for all float types but this is not recommended for stability reasons.
25368  For more information, have a look at 
25369 \series bold
25370 hypcap
25371 \series default
25372 's manual 
25373 \begin_inset CommandInset citation
25374 LatexCommand cite
25375 key "hypcap"
25376
25377 \end_inset
25378
25379 .
25380 \end_layout
25381
25382 \begin_layout Standard
25383 \begin_inset Note Greyedout
25384 status open
25385
25386 \begin_layout Plain Layout
25387
25388 \series bold
25389 Note:
25390 \series default
25391  
25392 \series bold
25393 hypcap
25394 \series default
25395  has no effect on references to subfigures.
25396 \end_layout
25397
25398 \end_inset
25399
25400
25401 \end_layout
25402
25403 \begin_layout Section
25404 Float Placement
25405 \begin_inset CommandInset label
25406 LatexCommand label
25407 name "sec:Float-Placement"
25408
25409 \end_inset
25410
25411
25412 \begin_inset Index idx
25413 status collapsed
25414
25415 \begin_layout Plain Layout
25416 Floats ! Placement
25417 \end_layout
25418
25419 \end_inset
25420
25421
25422 \end_layout
25423
25424 \begin_layout Standard
25425 Right-clicking on a float-box and clicking on 
25426 \family sans
25427 Settings
25428 \family default
25429  opens a dialog where you can alter the placement options that LaTeX uses
25430  for positioning the float.
25431 \begin_inset Newline newline
25432 \end_inset
25433
25434 The option 
25435 \family sans
25436 Span
25437 \begin_inset space ~
25438 \end_inset
25439
25440 columns
25441 \family default
25442  is only useful for two-column documents: If you select it, the float will
25443  span both columns on the page instead of being confined to just one.
25444 \begin_inset Newline newline
25445 \end_inset
25446
25447 The option 
25448 \family sans
25449 Rotate
25450 \begin_inset space ~
25451 \end_inset
25452
25453 sideways
25454 \family default
25455  is used to rotate floats, see section 
25456 \begin_inset CommandInset ref
25457 LatexCommand ref
25458 reference "sec:Rotated-Floats"
25459
25460 \end_inset
25461
25462 .
25463 \end_layout
25464
25465 \begin_layout Standard
25466 You can use one or more of the following options in the float dialog to
25467  set the placement for a particular float when you uncheck the option 
25468 \family sans
25469 Use
25470 \begin_inset space ~
25471 \end_inset
25472
25473 default
25474 \begin_inset space ~
25475 \end_inset
25476
25477 placement
25478 \family default
25479 :
25480 \end_layout
25481
25482 \begin_layout Description
25483 Here
25484 \begin_inset space ~
25485 \end_inset
25486
25487 if
25488 \begin_inset space ~
25489 \end_inset
25490
25491 possible try to place the float on the position where it has been inserted
25492 \end_layout
25493
25494 \begin_layout Description
25495 Top
25496 \begin_inset space ~
25497 \end_inset
25498
25499 of
25500 \begin_inset space ~
25501 \end_inset
25502
25503 page try to place the float at the top of the current page
25504 \end_layout
25505
25506 \begin_layout Description
25507 Bottom
25508 \begin_inset space ~
25509 \end_inset
25510
25511 of
25512 \begin_inset space ~
25513 \end_inset
25514
25515 page try to place the float at the bottom of the current page
25516 \end_layout
25517
25518 \begin_layout Description
25519 Page
25520 \begin_inset space ~
25521 \end_inset
25522
25523 of
25524 \begin_inset space ~
25525 \end_inset
25526
25527 floats try to place the float on its own page
25528 \end_layout
25529
25530 \begin_layout Standard
25531 The order of the above option is 
25532 \emph on
25533 always
25534 \emph default
25535  used by LaTeX.
25536  That means, if you use the default placement, LaTeX will first try out
25537  
25538 \family sans
25539 Here
25540 \begin_inset space ~
25541 \end_inset
25542
25543 if
25544 \begin_inset space ~
25545 \end_inset
25546
25547 possible
25548 \family default
25549 , then 
25550 \family sans
25551 Top
25552 \begin_inset space ~
25553 \end_inset
25554
25555 of
25556 \begin_inset space ~
25557 \end_inset
25558
25559 page
25560 \family default
25561 , and then the others.
25562  If you do not use the default, LaTeX will try only the checked options
25563  but in the same order.
25564  If none of the 4
25565 \begin_inset space ~
25566 \end_inset
25567
25568 placements is possible the procedure is internally repeated trying to put
25569  the float on the following page.
25570 \end_layout
25571
25572 \begin_layout Standard
25573 By default, each option has its own rules:
25574 \end_layout
25575
25576 \begin_layout Labeling
25577 \labelwidthstring 00.00.0000
25578
25579 \family sans
25580 Top
25581 \begin_inset space ~
25582 \end_inset
25583
25584 of
25585 \begin_inset space ~
25586 \end_inset
25587
25588 page
25589 \family default
25590  only floats occupying less than 70
25591 \begin_inset space \thinspace{}
25592 \end_inset
25593
25594 % of the page can be placed at the top of a page (
25595 \series bold
25596
25597 \backslash
25598 topfraction
25599 \series default
25600 )
25601 \end_layout
25602
25603 \begin_layout Labeling
25604 \labelwidthstring 00.00.0000
25605
25606 \family sans
25607 Bottom
25608 \begin_inset space ~
25609 \end_inset
25610
25611 of
25612 \begin_inset space ~
25613 \end_inset
25614
25615 page
25616 \family default
25617 : only floats occupying less than 30
25618 \begin_inset space \thinspace{}
25619 \end_inset
25620
25621 % of the page can be placed at the bottom of a page.
25622  (
25623 \series bold
25624
25625 \backslash
25626 bottomfraction
25627 \series default
25628 )
25629 \end_layout
25630
25631 \begin_layout Labeling
25632 \labelwidthstring 00.00.0000
25633
25634 \family sans
25635 Page
25636 \begin_inset space ~
25637 \end_inset
25638
25639 of
25640 \begin_inset space ~
25641 \end_inset
25642
25643 floats
25644 \family default
25645 : only if more than 50
25646 \begin_inset space \thinspace{}
25647 \end_inset
25648
25649 % of the page is occupied by floats, several floats can be set together
25650  on a page.
25651  (
25652 \series bold
25653
25654 \backslash
25655 floatpagefraction
25656 \series default
25657 )
25658 \end_layout
25659
25660 \begin_layout Standard
25661 If you don't like these rules, you can ignore them by using the additional
25662  option 
25663 \family sans
25664 Ignore
25665 \begin_inset space ~
25666 \end_inset
25667
25668 LaTeX
25669 \begin_inset space ~
25670 \end_inset
25671
25672 rules
25673 \family default
25674 .
25675 \begin_inset Newline newline
25676 \end_inset
25677
25678 You can also redefine the rules with LaTeX-commands that are given in parenthese
25679 s after the rules description above.
25680  To increase for example the often too small default of the bottom-rule
25681  to 50
25682 \begin_inset space \thinspace{}
25683 \end_inset
25684
25685 % of the page, add this line to your document preamble:
25686 \end_layout
25687
25688 \begin_layout Standard
25689
25690 \series bold
25691
25692 \backslash
25693 renewcommand{
25694 \backslash
25695 bottomfraction}{0.5}
25696 \end_layout
25697
25698 \begin_layout Standard
25699 Sometimes you might need, under all circumstances, a float to be placed
25700  exactly at the position where it is inserted.
25701  For this case you can use the option 
25702 \family sans
25703 Here
25704 \begin_inset space ~
25705 \end_inset
25706
25707 definitely
25708 \family default
25709 .
25710  Use this option very rarely and only if the document is almost ready to
25711  be printed, because the float is then no longer able to 
25712 \begin_inset Quotes eld
25713 \end_inset
25714
25715 float
25716 \begin_inset Quotes erd
25717 \end_inset
25718
25719  when you change your document and this will often destroy the page layout.
25720 \end_layout
25721
25722 \begin_layout Standard
25723 There are no placement options for text wrap floats, because they are always
25724  surrounded by the text of a certain paragraph.
25725 \begin_inset VSpace bigskip
25726 \end_inset
25727
25728
25729 \end_layout
25730
25731 \begin_layout Standard
25732 Sometimes you have the problem that a float is placed at the top of a page
25733  while its corresponding section starts at the middle of the page, so that
25734  the reader could think the float is part of the previous section.
25735  To avoid this the LaTeX-command 
25736 \series bold
25737
25738 \backslash
25739 suppressfloats
25740 \series default
25741  can be used.
25742  It suppresses a given float placement for the page where it is inserted
25743  and can therefore be used to avoid floats being set before a section starts.
25744  To get this, add these commands to your document preamble:
25745 \end_layout
25746
25747 \begin_layout Standard
25748
25749 \series bold
25750
25751 \backslash
25752 let
25753 \backslash
25754 mySection
25755 \backslash
25756 section
25757 \begin_inset Newline newline
25758 \end_inset
25759
25760
25761 \backslash
25762 renewcommand{
25763 \backslash
25764 section}{
25765 \backslash
25766 suppressfloats[t]
25767 \backslash
25768 mySection}
25769 \end_layout
25770
25771 \begin_layout Standard
25772 You can define the same for all section headings, like chapters and subsections.
25773  This definition is not recommended to be used for small text parts like
25774  subsubsections because LaTeX may then have problems finding a suitable
25775  placement.
25776 \end_layout
25777
25778 \begin_layout Standard
25779 \begin_inset VSpace bigskip
25780 \end_inset
25781
25782 In some cases it is required to have all figures/tables at the end of the
25783  document.
25784  For this purpose the LaTeX-package 
25785 \series bold
25786 endfloat
25787 \series default
25788
25789 \begin_inset Index idx
25790 status collapsed
25791
25792 \begin_layout Plain Layout
25793 LaTeX-packages ! endfloat
25794 \end_layout
25795
25796 \end_inset
25797
25798  was developed.
25799  It puts all figure and table floats at the end of the document into their
25800  own sections.
25801  At the original float position a text hint like 
25802 \begin_inset Quotes eld
25803 \end_inset
25804
25805
25806 \family sans
25807 [Figure
25808 \begin_inset space ~
25809 \end_inset
25810
25811 3.2 about here.]
25812 \family default
25813
25814 \begin_inset Quotes erd
25815 \end_inset
25816
25817  is inserted.
25818  The endfloat-package is loaded in the preamble with the line
25819 \end_layout
25820
25821 \begin_layout Standard
25822
25823 \series bold
25824
25825 \backslash
25826 usepackage[options]{endfloat}
25827 \end_layout
25828
25829 \begin_layout Standard
25830 There are various package options to format the created figure/table sections.
25831  For more information we refer you to the 
25832 \series bold
25833 endfloat
25834 \series default
25835  documentation 
25836 \begin_inset CommandInset citation
25837 LatexCommand cite
25838 key "endfloat"
25839
25840 \end_inset
25841
25842 .
25843 \begin_inset Newline newline
25844 \end_inset
25845
25846
25847 \begin_inset Note Greyedout
25848 status open
25849
25850 \begin_layout Plain Layout
25851
25852 \series bold
25853 Note: endfloat
25854 \series default
25855  doesn't provide an automatic translation for the text hint, you have to
25856  do this manually, see section
25857 \begin_inset space ~
25858 \end_inset
25859
25860 4 in 
25861 \begin_inset CommandInset citation
25862 LatexCommand cite
25863 key "endfloat"
25864
25865 \end_inset
25866
25867 .
25868 \end_layout
25869
25870 \end_inset
25871
25872
25873 \begin_inset Newline newline
25874 \end_inset
25875
25876
25877 \begin_inset Note Greyedout
25878 status open
25879
25880 \begin_layout Plain Layout
25881
25882 \series bold
25883 Note:
25884 \series default
25885  There is currently a bug in 
25886 \series bold
25887 endfloat
25888 \series default
25889  when the caption contains a German 
25890 \begin_inset Quotes eld
25891 \end_inset
25892
25893 ß
25894 \begin_inset Quotes erd
25895 \end_inset
25896
25897 .
25898  Use in this case the command 
25899 \begin_inset Quotes eld
25900 \end_inset
25901
25902
25903 \series bold
25904
25905 \backslash
25906 ss
25907 \series default
25908
25909 \begin_inset Quotes erd
25910 \end_inset
25911
25912  in TeX-Code instead of 
25913 \begin_inset Quotes eld
25914 \end_inset
25915
25916 ß
25917 \begin_inset Quotes erd
25918 \end_inset
25919
25920 .
25921 \end_layout
25922
25923 \end_inset
25924
25925
25926 \end_layout
25927
25928 \begin_layout Standard
25929 \begin_inset VSpace bigskip
25930 \end_inset
25931
25932 For more details about float placements, have a look at LaTeX books, 
25933 \begin_inset CommandInset citation
25934 LatexCommand cite
25935 key "latexcompanion,latexguide,latexbook"
25936
25937 \end_inset
25938
25939 .
25940 \end_layout
25941
25942 \begin_layout Section
25943 Rotated Floats
25944 \begin_inset CommandInset label
25945 LatexCommand label
25946 name "sec:Rotated-Floats"
25947
25948 \end_inset
25949
25950
25951 \begin_inset Index idx
25952 status collapsed
25953
25954 \begin_layout Plain Layout
25955 Floats ! Rotating
25956 \end_layout
25957
25958 \end_inset
25959
25960
25961 \end_layout
25962
25963 \begin_layout Standard
25964 Especially for wide tables you might have floats rotated.
25965  To rotate a whole float including the caption, right-click on the float-box
25966  and use the option 
25967 \family sans
25968 Rotate
25969 \begin_inset space ~
25970 \end_inset
25971
25972 sideways
25973 \family default
25974 .
25975 \end_layout
25976
25977 \begin_layout Standard
25978 Rotated floats are always placed on a page of their own (or column of their
25979  own; in case you have a multi-column document).
25980  You can let them span several columns using the float settings option 
25981 \family sans
25982 Span
25983 \begin_inset space ~
25984 \end_inset
25985
25986 columns
25987 \family default
25988 .
25989  Floats are rotated so that you can read them from the outside margin.
25990  To force a certain rotation direction for all pages, you can add either
25991  the option 
25992 \series bold
25993 figuresleft
25994 \series default
25995  or 
25996 \series bold
25997 figuresright
25998 \series default
25999  to the document class options.
26000 \end_layout
26001
26002 \begin_layout Standard
26003 Referencing rotated floats is the same as for normal floats, the caption
26004  format is also the same: Table
26005 \begin_inset space ~
26006 \end_inset
26007
26008
26009 \begin_inset CommandInset ref
26010 LatexCommand ref
26011 reference "tab:Rotated-table"
26012
26013 \end_inset
26014
26015  is an example of a rotated table float.
26016 \end_layout
26017
26018 \begin_layout Standard
26019 \begin_inset Note Greyedout
26020 status open
26021
26022 \begin_layout Plain Layout
26023
26024 \series bold
26025 Note:
26026 \series default
26027  Not all DVI-viewers are able to display rotated floats.
26028 \end_layout
26029
26030 \end_inset
26031
26032
26033 \end_layout
26034
26035 \begin_layout Standard
26036 \begin_inset Float table
26037 wide false
26038 sideways true
26039 status open
26040
26041 \begin_layout Plain Layout
26042 \begin_inset Caption Standard
26043
26044 \begin_layout Plain Layout
26045 \begin_inset CommandInset label
26046 LatexCommand label
26047 name "tab:Rotated-table"
26048
26049 \end_inset
26050
26051  Rotated table
26052 \end_layout
26053
26054 \end_inset
26055
26056
26057 \end_layout
26058
26059 \begin_layout Plain Layout
26060 \align center
26061 \begin_inset Tabular
26062 <lyxtabular version="3" rows="1" columns="5">
26063 <features rotate="0" tabularvalignment="middle">
26064 <column alignment="center" valignment="top">
26065 <column alignment="center" valignment="top">
26066 <column alignment="center" valignment="top">
26067 <column alignment="center" valignment="top">
26068 <column alignment="center" valignment="top">
26069 <row>
26070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26071 \begin_inset Text
26072
26073 \begin_layout Plain Layout
26074 test
26075 \end_layout
26076
26077 \end_inset
26078 </cell>
26079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26080 \begin_inset Text
26081
26082 \begin_layout Plain Layout
26083 b
26084 \end_layout
26085
26086 \end_inset
26087 </cell>
26088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26089 \begin_inset Text
26090
26091 \begin_layout Plain Layout
26092 c
26093 \end_layout
26094
26095 \end_inset
26096 </cell>
26097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26098 \begin_inset Text
26099
26100 \begin_layout Plain Layout
26101 d
26102 \end_layout
26103
26104 \end_inset
26105 </cell>
26106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26107 \begin_inset Text
26108
26109 \begin_layout Plain Layout
26110 e
26111 \end_layout
26112
26113 \end_inset
26114 </cell>
26115 </row>
26116 </lyxtabular>
26117
26118 \end_inset
26119
26120
26121 \end_layout
26122
26123 \end_inset
26124
26125
26126 \end_layout
26127
26128 \begin_layout Section
26129 Subfloats
26130 \begin_inset Index idx
26131 status collapsed
26132
26133 \begin_layout Plain Layout
26134 Floats ! Subfloats
26135 \end_layout
26136
26137 \end_inset
26138
26139
26140 \end_layout
26141
26142 \begin_layout Standard
26143 Subfloats are for example used when a figure consists of several images.
26144  They are created by inserting a float into an existing float.
26145  The placement of the subfloats can be controlled in the same way as for
26146  paragraphs as shown in table
26147 \begin_inset space ~
26148 \end_inset
26149
26150
26151 \begin_inset CommandInset ref
26152 LatexCommand ref
26153 reference "tab:Two-subtables-side"
26154
26155 \end_inset
26156
26157  and 
26158 \begin_inset CommandInset ref
26159 LatexCommand ref
26160 reference "tab:Two-subtables-upon"
26161
26162 \end_inset
26163
26164 .
26165 \end_layout
26166
26167 \begin_layout Standard
26168 Referencing subfloats works as for normal floats: Table
26169 \begin_inset space ~
26170 \end_inset
26171
26172
26173 \begin_inset CommandInset ref
26174 LatexCommand ref
26175 reference "tab:This-is-subtable-a"
26176
26177 \end_inset
26178
26179  and 
26180 \begin_inset CommandInset ref
26181 LatexCommand ref
26182 reference "tab:This-is-subtable-b"
26183
26184 \end_inset
26185
26186  are subtables of table
26187 \begin_inset space ~
26188 \end_inset
26189
26190
26191 \begin_inset CommandInset ref
26192 LatexCommand ref
26193 reference "tab:Two-subtables-side"
26194
26195 \end_inset
26196
26197 .
26198 \end_layout
26199
26200 \begin_layout Standard
26201 \begin_inset Float table
26202 wide false
26203 sideways false
26204 status open
26205
26206 \begin_layout Plain Layout
26207 \begin_inset Caption Standard
26208
26209 \begin_layout Plain Layout
26210 \begin_inset CommandInset label
26211 LatexCommand label
26212 name "tab:Two-subtables-side"
26213
26214 \end_inset
26215
26216 Two subtables placed side by side.
26217 \end_layout
26218
26219 \end_inset
26220
26221
26222 \end_layout
26223
26224 \begin_layout Plain Layout
26225 \align center
26226 \begin_inset space \hfill{}
26227 \end_inset
26228
26229
26230 \begin_inset Float table
26231 wide false
26232 sideways false
26233 status collapsed
26234
26235 \begin_layout Plain Layout
26236 \begin_inset Caption Standard
26237
26238 \begin_layout Plain Layout
26239 \begin_inset CommandInset label
26240 LatexCommand label
26241 name "tab:This-is-subtable-a"
26242
26243 \end_inset
26244
26245 This is subtable a.
26246 \end_layout
26247
26248 \end_inset
26249
26250
26251 \end_layout
26252
26253 \begin_layout Plain Layout
26254 \align center
26255 \begin_inset Tabular
26256 <lyxtabular version="3" rows="1" columns="5">
26257 <features rotate="0" tabularvalignment="middle">
26258 <column alignment="center" valignment="top">
26259 <column alignment="center" valignment="top">
26260 <column alignment="center" valignment="top">
26261 <column alignment="center" valignment="top">
26262 <column alignment="center" valignment="top">
26263 <row>
26264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26265 \begin_inset Text
26266
26267 \begin_layout Plain Layout
26268 test
26269 \end_layout
26270
26271 \end_inset
26272 </cell>
26273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26274 \begin_inset Text
26275
26276 \begin_layout Plain Layout
26277 b
26278 \end_layout
26279
26280 \end_inset
26281 </cell>
26282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26283 \begin_inset Text
26284
26285 \begin_layout Plain Layout
26286 c
26287 \end_layout
26288
26289 \end_inset
26290 </cell>
26291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26292 \begin_inset Text
26293
26294 \begin_layout Plain Layout
26295 d
26296 \end_layout
26297
26298 \end_inset
26299 </cell>
26300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26301 \begin_inset Text
26302
26303 \begin_layout Plain Layout
26304 e
26305 \end_layout
26306
26307 \end_inset
26308 </cell>
26309 </row>
26310 </lyxtabular>
26311
26312 \end_inset
26313
26314
26315 \end_layout
26316
26317 \end_inset
26318
26319
26320 \begin_inset space \hfill{}
26321 \end_inset
26322
26323
26324 \begin_inset Float table
26325 wide false
26326 sideways false
26327 status collapsed
26328
26329 \begin_layout Plain Layout
26330 \begin_inset Caption Standard
26331
26332 \begin_layout Plain Layout
26333 \begin_inset CommandInset label
26334 LatexCommand label
26335 name "tab:This-is-subtable-b"
26336
26337 \end_inset
26338
26339 This is subtable b.
26340 \end_layout
26341
26342 \end_inset
26343
26344
26345 \end_layout
26346
26347 \begin_layout Plain Layout
26348 \align center
26349 \begin_inset Tabular
26350 <lyxtabular version="3" rows="1" columns="5">
26351 <features rotate="0" tabularvalignment="middle">
26352 <column alignment="center" valignment="top">
26353 <column alignment="center" valignment="top">
26354 <column alignment="center" valignment="top">
26355 <column alignment="center" valignment="top">
26356 <column alignment="center" valignment="top">
26357 <row>
26358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26359 \begin_inset Text
26360
26361 \begin_layout Plain Layout
26362 e
26363 \end_layout
26364
26365 \end_inset
26366 </cell>
26367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26368 \begin_inset Text
26369
26370 \begin_layout Plain Layout
26371 d
26372 \end_layout
26373
26374 \end_inset
26375 </cell>
26376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26377 \begin_inset Text
26378
26379 \begin_layout Plain Layout
26380 c
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26386 \begin_inset Text
26387
26388 \begin_layout Plain Layout
26389 b
26390 \end_layout
26391
26392 \end_inset
26393 </cell>
26394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26395 \begin_inset Text
26396
26397 \begin_layout Plain Layout
26398 test
26399 \end_layout
26400
26401 \end_inset
26402 </cell>
26403 </row>
26404 </lyxtabular>
26405
26406 \end_inset
26407
26408
26409 \end_layout
26410
26411 \end_inset
26412
26413
26414 \begin_inset space \hfill{}
26415 \end_inset
26416
26417
26418 \end_layout
26419
26420 \end_inset
26421
26422
26423 \end_layout
26424
26425 \begin_layout Standard
26426 \begin_inset Float table
26427 wide false
26428 sideways false
26429 status open
26430
26431 \begin_layout Plain Layout
26432 \begin_inset Caption Standard
26433
26434 \begin_layout Plain Layout
26435 \begin_inset CommandInset label
26436 LatexCommand label
26437 name "tab:Two-subtables-upon"
26438
26439 \end_inset
26440
26441 Two subtables placed one above the other.
26442  (a) table with 4 cells, (b) table with 5 cells.
26443 \end_layout
26444
26445 \end_inset
26446
26447
26448 \end_layout
26449
26450 \begin_layout Plain Layout
26451 \align center
26452 \begin_inset Float table
26453 wide false
26454 sideways false
26455 status collapsed
26456
26457 \begin_layout Plain Layout
26458 \begin_inset Caption Standard
26459
26460 \begin_layout Plain Layout
26461
26462 \end_layout
26463
26464 \end_inset
26465
26466
26467 \end_layout
26468
26469 \begin_layout Plain Layout
26470 \align center
26471 \begin_inset Tabular
26472 <lyxtabular version="3" rows="1" columns="4">
26473 <features rotate="0" tabularvalignment="middle">
26474 <column alignment="center" valignment="top">
26475 <column alignment="center" valignment="top">
26476 <column alignment="center" valignment="top">
26477 <column alignment="center" valignment="top">
26478 <row>
26479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26480 \begin_inset Text
26481
26482 \begin_layout Plain Layout
26483 test
26484 \end_layout
26485
26486 \end_inset
26487 </cell>
26488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26489 \begin_inset Text
26490
26491 \begin_layout Plain Layout
26492 test
26493 \end_layout
26494
26495 \end_inset
26496 </cell>
26497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26498 \begin_inset Text
26499
26500 \begin_layout Plain Layout
26501 test
26502 \end_layout
26503
26504 \end_inset
26505 </cell>
26506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26507 \begin_inset Text
26508
26509 \begin_layout Plain Layout
26510 test
26511 \end_layout
26512
26513 \end_inset
26514 </cell>
26515 </row>
26516 </lyxtabular>
26517
26518 \end_inset
26519
26520
26521 \end_layout
26522
26523 \end_inset
26524
26525
26526 \end_layout
26527
26528 \begin_layout Plain Layout
26529 \align center
26530 \begin_inset Float table
26531 wide false
26532 sideways false
26533 status collapsed
26534
26535 \begin_layout Plain Layout
26536 \begin_inset Caption Standard
26537
26538 \begin_layout Plain Layout
26539
26540 \end_layout
26541
26542 \end_inset
26543
26544
26545 \end_layout
26546
26547 \begin_layout Plain Layout
26548 \align center
26549 \begin_inset Tabular
26550 <lyxtabular version="3" rows="1" columns="5">
26551 <features rotate="0" tabularvalignment="middle">
26552 <column alignment="center" valignment="top">
26553 <column alignment="center" valignment="top">
26554 <column alignment="center" valignment="top">
26555 <column alignment="center" valignment="top">
26556 <column alignment="center" valignment="top">
26557 <row>
26558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26559 \begin_inset Text
26560
26561 \begin_layout Plain Layout
26562 a
26563 \end_layout
26564
26565 \end_inset
26566 </cell>
26567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26568 \begin_inset Text
26569
26570 \begin_layout Plain Layout
26571 b
26572 \end_layout
26573
26574 \end_inset
26575 </cell>
26576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26577 \begin_inset Text
26578
26579 \begin_layout Plain Layout
26580 c
26581 \end_layout
26582
26583 \end_inset
26584 </cell>
26585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26586 \begin_inset Text
26587
26588 \begin_layout Plain Layout
26589 d
26590 \end_layout
26591
26592 \end_inset
26593 </cell>
26594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26595 \begin_inset Text
26596
26597 \begin_layout Plain Layout
26598 e
26599 \end_layout
26600
26601 \end_inset
26602 </cell>
26603 </row>
26604 </lyxtabular>
26605
26606 \end_inset
26607
26608
26609 \end_layout
26610
26611 \end_inset
26612
26613
26614 \end_layout
26615
26616 \end_inset
26617
26618
26619 \end_layout
26620
26621 \begin_layout Section
26622 Floats Side by Side
26623 \begin_inset Index idx
26624 status collapsed
26625
26626 \begin_layout Plain Layout
26627 Floats ! Side by side
26628 \end_layout
26629
26630 \end_inset
26631
26632
26633 \end_layout
26634
26635 \begin_layout Standard
26636 To place floats side by side, as in Figures
26637 \begin_inset space ~
26638 \end_inset
26639
26640
26641 \begin_inset CommandInset ref
26642 LatexCommand ref
26643 reference "fig:Float-left"
26644
26645 \end_inset
26646
26647  and 
26648 \begin_inset CommandInset ref
26649 LatexCommand ref
26650 reference "fig:Float-right"
26651
26652 \end_inset
26653
26654 , only 
26655 \emph on
26656 one
26657 \emph default
26658  float is used.
26659  In it two minipage boxes are inserted.
26660 \begin_inset Foot
26661 status collapsed
26662
26663 \begin_layout Plain Layout
26664 Minipages are explained in section
26665 \begin_inset space ~
26666 \end_inset
26667
26668
26669 \begin_inset CommandInset ref
26670 LatexCommand ref
26671 reference "sec:Minipages"
26672
26673 \end_inset
26674
26675 .
26676 \end_layout
26677
26678 \end_inset
26679
26680  The width is set to 45
26681 \begin_inset space \thinspace{}
26682 \end_inset
26683
26684 -50
26685 \begin_inset space \thinspace{}
26686 \end_inset
26687
26688 column% and the box alignment to 
26689 \family sans
26690 Bottom
26691 \family default
26692  for each minipage.
26693  The minipage boxes contain the image and the caption in the same way as
26694  they are in a float.
26695  The only difference is that the image unit 
26696 \family sans
26697 Column
26698 \begin_inset space ~
26699 \end_inset
26700
26701 Width
26702 \begin_inset space ~
26703 \end_inset
26704
26705 %
26706 \family default
26707  is now calculated according to the width of the minipage boxes.
26708 \end_layout
26709
26710 \begin_layout Standard
26711 \begin_inset Float figure
26712 wide false
26713 sideways false
26714 status open
26715
26716 \begin_layout Plain Layout
26717 \begin_inset Box Frameless
26718 position "b"
26719 hor_pos "c"
26720 has_inner_box 1
26721 inner_pos "t"
26722 use_parbox 0
26723 use_makebox 0
26724 width "45col%"
26725 special "none"
26726 height "1in"
26727 height_special "totalheight"
26728 status open
26729
26730 \begin_layout Plain Layout
26731 \align center
26732 \begin_inset Graphics
26733         filename clipart/mobius.eps
26734         lyxscale 50
26735         width 100col%
26736         scaleBeforeRotation
26737
26738 \end_inset
26739
26740
26741 \end_layout
26742
26743 \begin_layout Plain Layout
26744 \begin_inset Caption Standard
26745
26746 \begin_layout Plain Layout
26747 \begin_inset CommandInset label
26748 LatexCommand label
26749 name "fig:Float-left"
26750
26751 \end_inset
26752
26753 Float on the left side.
26754 \end_layout
26755
26756 \end_inset
26757
26758
26759 \end_layout
26760
26761 \end_inset
26762
26763
26764 \begin_inset space \hfill{}
26765 \end_inset
26766
26767
26768 \begin_inset Box Frameless
26769 position "b"
26770 hor_pos "c"
26771 has_inner_box 1
26772 inner_pos "t"
26773 use_parbox 0
26774 use_makebox 0
26775 width "45col%"
26776 special "none"
26777 height "1in"
26778 height_special "totalheight"
26779 status open
26780
26781 \begin_layout Plain Layout
26782 \align center
26783 \begin_inset Graphics
26784         filename clipart/platypus.eps
26785         lyxscale 50
26786         width 100col%
26787         scaleBeforeRotation
26788
26789 \end_inset
26790
26791
26792 \end_layout
26793
26794 \begin_layout Plain Layout
26795 \begin_inset Caption Standard
26796
26797 \begin_layout Plain Layout
26798 \begin_inset CommandInset label
26799 LatexCommand label
26800 name "fig:Float-right"
26801
26802 \end_inset
26803
26804 Float on the right side.
26805 \end_layout
26806
26807 \end_inset
26808
26809
26810 \end_layout
26811
26812 \end_inset
26813
26814
26815 \end_layout
26816
26817 \begin_layout Plain Layout
26818
26819 \end_layout
26820
26821 \end_inset
26822
26823
26824 \end_layout
26825
26826 \begin_layout Section
26827 Caption Formatting
26828 \begin_inset Index idx
26829 status collapsed
26830
26831 \begin_layout Plain Layout
26832 Caption ! Formatting
26833 \end_layout
26834
26835 \end_inset
26836
26837
26838 \begin_inset Index idx
26839 status collapsed
26840
26841 \begin_layout Plain Layout
26842 Floats ! Caption Formatting
26843 \end_layout
26844
26845 \end_inset
26846
26847
26848 \begin_inset CommandInset label
26849 LatexCommand label
26850 name "sec:Caption-Formatting"
26851
26852 \end_inset
26853
26854
26855 \end_layout
26856
26857 \begin_layout Standard
26858 The 
26859 \family sans
26860 Caption
26861 \family default
26862  environment is the default paragraph environment for 
26863 \family sans
26864 Floats
26865 \family default
26866 .
26867  On the LyX screen captions appear as a label, e.
26868 \begin_inset space \thinspace{}
26869 \end_inset
26870
26871 g.
26872 \begin_inset space \space{}
26873 \end_inset
26874
26875
26876 \begin_inset Quotes eld
26877 \end_inset
26878
26879
26880 \family sans
26881 Figure #:
26882 \family default
26883
26884 \begin_inset Quotes erd
26885 \end_inset
26886
26887  followed by the caption text.
26888  
26889 \begin_inset Quotes eld
26890 \end_inset
26891
26892 #
26893 \begin_inset Quotes erd
26894 \end_inset
26895
26896  is the actual reference number.
26897  By default the label and the number are in the same font as the caption
26898  text and a colon follows the number to divide the label from the text.
26899  This caption format is suitable for many but not all documents.
26900  
26901 \end_layout
26902
26903 \begin_layout Standard
26904 To change the default caption format, load the LaTeX-package 
26905 \series bold
26906 caption
26907 \series default
26908
26909 \begin_inset Index idx
26910 status collapsed
26911
26912 \begin_layout Plain Layout
26913 LaTeX-packages ! caption
26914 \end_layout
26915
26916 \end_inset
26917
26918  in the document preamble with this line:
26919 \end_layout
26920
26921 \begin_layout Standard
26922
26923 \series bold
26924
26925 \backslash
26926 usepackage[format definition]{caption}
26927 \end_layout
26928
26929 \begin_layout Standard
26930 To have for example the label and the number in sans-serif, bold font and
26931  the table captions always above the table as in this document, use the
26932  following command:
26933 \end_layout
26934
26935 \begin_layout Standard
26936
26937 \series bold
26938
26939 \backslash
26940 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
26941 \end_layout
26942
26943 \begin_layout Standard
26944 You can also define different caption formats for the different float types.
26945  In this case load the 
26946 \series bold
26947 caption
26948 \series default
26949  package without format specific options and define the different formats
26950  with the help of the command
26951 \end_layout
26952
26953 \begin_layout Standard
26954
26955 \series bold
26956
26957 \backslash
26958 captionsetup[float type]{format definition}
26959 \end_layout
26960
26961 \begin_layout Standard
26962 in the document preamble.
26963  For example the caption formats of Figure
26964 \begin_inset space ~
26965 \end_inset
26966
26967
26968 \begin_inset CommandInset ref
26969 LatexCommand ref
26970 reference "fig:This-is-an-fig"
26971
26972 \end_inset
26973
26974  and Table
26975 \begin_inset space ~
26976 \end_inset
26977
26978
26979 \begin_inset CommandInset ref
26980 LatexCommand ref
26981 reference "tab:This-is-an-tab"
26982
26983 \end_inset
26984
26985  can be created using these commands in the document preamble:
26986 \end_layout
26987
26988 \begin_layout Standard
26989
26990 \series bold
26991
26992 \backslash
26993 usepackage[tableposition=top]{caption}
26994 \series default
26995
26996 \begin_inset Newline newline
26997 \end_inset
26998
26999
27000 \series bold
27001
27002 \backslash
27003 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27004 \begin_inset Newline newline
27005 \end_inset
27006
27007
27008 \begin_inset Phantom HPhantom
27009 status open
27010
27011 \begin_layout Plain Layout
27012
27013 \series bold
27014
27015 \backslash
27016 captionsetup[figure]{
27017 \end_layout
27018
27019 \end_inset
27020
27021 labelsep=period}
27022 \begin_inset Newline newline
27023 \end_inset
27024
27025
27026 \backslash
27027 captionsetup[table]{labelfont={bf,sf}}
27028 \end_layout
27029
27030 \begin_layout Standard
27031 \begin_inset Note Greyedout
27032 status open
27033
27034 \begin_layout Plain Layout
27035
27036 \series bold
27037 Note:
27038 \series default
27039  The option 
27040 \series bold
27041 tableposition=top
27042 \series default
27043  has no effect when a 
27044 \series bold
27045 KOMA-Script
27046 \series default
27047
27048 \begin_inset Index idx
27049 status collapsed
27050
27051 \begin_layout Plain Layout
27052 LaTeX-packages ! KOMA-Script
27053 \end_layout
27054
27055 \end_inset
27056
27057  document class is used.
27058  In this case the document class option 
27059 \series bold
27060 captions=tableheading
27061 \series default
27062  must be used.
27063 \end_layout
27064
27065 \end_inset
27066
27067
27068 \end_layout
27069
27070 \begin_layout Standard
27071 For more information about the package 
27072 \series bold
27073 caption
27074 \series default
27075  we refer to its documentation 
27076 \begin_inset CommandInset citation
27077 LatexCommand cite
27078 key "caption"
27079
27080 \end_inset
27081
27082 .
27083 \end_layout
27084
27085 \begin_layout Standard
27086 To change the label name from e.
27087 \begin_inset space \thinspace{}
27088 \end_inset
27089
27090 g.
27091 \begin_inset space \space{}
27092 \end_inset
27093
27094
27095 \begin_inset Quotes eld
27096 \end_inset
27097
27098 Figure
27099 \begin_inset Quotes erd
27100 \end_inset
27101
27102  to 
27103 \begin_inset Quotes eld
27104 \end_inset
27105
27106 Image
27107 \begin_inset Quotes erd
27108 \end_inset
27109
27110  use this preamble command:
27111 \end_layout
27112
27113 \begin_layout Standard
27114
27115 \series bold
27116
27117 \backslash
27118 renewcommand{
27119 \backslash
27120 fnum@figure}{Image~
27121 \backslash
27122 thefigure}
27123 \end_layout
27124
27125 \begin_layout Standard
27126 where 
27127 \series bold
27128
27129 \backslash
27130 thefigure
27131 \series default
27132  inserts the figure number and
27133 \series bold
27134  
27135 \begin_inset Quotes eld
27136 \end_inset
27137
27138 ~
27139 \series default
27140
27141 \begin_inset Quotes erd
27142 \end_inset
27143
27144  creates a protected space.
27145 \end_layout
27146
27147 \begin_layout Standard
27148 \begin_inset VSpace bigskip
27149 \end_inset
27150
27151 If you are using a 
27152 \series bold
27153 KOMA-Script
27154 \series default
27155
27156 \begin_inset Index idx
27157 status collapsed
27158
27159 \begin_layout Plain Layout
27160 LaTeX-packages ! KOMA-Script
27161 \end_layout
27162
27163 \end_inset
27164
27165  document class (
27166 \family sans
27167 article (KOMA-Script)
27168 \family default
27169
27170 \family sans
27171 book (KOMA-Script)
27172 \family default
27173
27174 \family sans
27175 letter (KOMA-Script)
27176 \family default
27177 , or 
27178 \family sans
27179 report (KOMA-Script)
27180 \family default
27181
27182 \begin_inset space \thinspace{}
27183 \end_inset
27184
27185 ), you can alternatively to the 
27186 \series bold
27187 caption
27188 \series default
27189  package use 
27190 \series bold
27191 KOMA-Script
27192 \series default
27193 's built-in command 
27194 \series bold
27195
27196 \backslash
27197 setkomafont
27198 \series default
27199 .
27200  For example, to have the caption label in bold, add this command to your
27201  document preamble:
27202 \end_layout
27203
27204 \begin_layout Standard
27205
27206 \series bold
27207
27208 \backslash
27209 setkomafont{captionlabel}{
27210 \backslash
27211 bfseries}
27212 \end_layout
27213
27214 \begin_layout Standard
27215 For more information about 
27216 \series bold
27217
27218 \backslash
27219 setkomafont
27220 \series default
27221  we refer to the 
27222 \series bold
27223 KOMA-Script
27224 \series default
27225  documentation 
27226 \begin_inset CommandInset citation
27227 LatexCommand cite
27228 key "KOMA-Script"
27229
27230 \end_inset
27231
27232 .
27233 \end_layout
27234
27235 \begin_layout Standard
27236 \begin_inset ERT
27237 status collapsed
27238
27239 \begin_layout Plain Layout
27240
27241
27242 \backslash
27243 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27244 }
27245 \end_layout
27246
27247 \end_inset
27248
27249
27250 \begin_inset Note Note
27251 status open
27252
27253 \begin_layout Plain Layout
27254 The caption format is changed only for this example.
27255 \end_layout
27256
27257 \end_inset
27258
27259
27260 \end_layout
27261
27262 \begin_layout Standard
27263 \begin_inset Float figure
27264 placement !p
27265 wide false
27266 sideways false
27267 status open
27268
27269 \begin_layout Plain Layout
27270 \align center
27271 \begin_inset Graphics
27272         filename clipart/mobius.eps
27273         lyxscale 50
27274         scale 50
27275         scaleBeforeRotation
27276
27277 \end_inset
27278
27279
27280 \end_layout
27281
27282 \begin_layout Plain Layout
27283 \begin_inset Caption Standard
27284
27285 \begin_layout Plain Layout
27286 \begin_inset CommandInset label
27287 LatexCommand label
27288 name "fig:This-is-an-fig"
27289
27290 \end_inset
27291
27292 This is an example figure caption that is longer than one line to show the
27293  different caption format.
27294  Here a self-defined caption format is used.
27295 \end_layout
27296
27297 \end_inset
27298
27299
27300 \end_layout
27301
27302 \end_inset
27303
27304
27305 \end_layout
27306
27307 \begin_layout Standard
27308 \begin_inset ERT
27309 status collapsed
27310
27311 \begin_layout Plain Layout
27312
27313
27314 \backslash
27315 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27316 on}
27317 \end_layout
27318
27319 \end_inset
27320
27321
27322 \end_layout
27323
27324 \begin_layout Standard
27325 \begin_inset Float table
27326 placement !p
27327 wide false
27328 sideways false
27329 status open
27330
27331 \begin_layout Plain Layout
27332 \begin_inset Caption Standard
27333
27334 \begin_layout Plain Layout
27335 \begin_inset CommandInset label
27336 LatexCommand label
27337 name "tab:This-is-an-tab"
27338
27339 \end_inset
27340
27341 This is an example table caption that is longer than one line to show the
27342  different caption format.
27343  Here the standard caption format for tables in this document is used.
27344 \end_layout
27345
27346 \end_inset
27347
27348
27349 \end_layout
27350
27351 \begin_layout Plain Layout
27352 \align center
27353 \begin_inset Tabular
27354 <lyxtabular version="3" rows="1" columns="5">
27355 <features rotate="0" tabularvalignment="middle">
27356 <column alignment="center" valignment="top">
27357 <column alignment="center" valignment="top">
27358 <column alignment="center" valignment="top">
27359 <column alignment="center" valignment="top">
27360 <column alignment="center" valignment="top">
27361 <row>
27362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27363 \begin_inset Text
27364
27365 \begin_layout Plain Layout
27366 a
27367 \end_layout
27368
27369 \end_inset
27370 </cell>
27371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27372 \begin_inset Text
27373
27374 \begin_layout Plain Layout
27375 b
27376 \end_layout
27377
27378 \end_inset
27379 </cell>
27380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27381 \begin_inset Text
27382
27383 \begin_layout Plain Layout
27384 c
27385 \end_layout
27386
27387 \end_inset
27388 </cell>
27389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27390 \begin_inset Text
27391
27392 \begin_layout Plain Layout
27393 d
27394 \end_layout
27395
27396 \end_inset
27397 </cell>
27398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27399 \begin_inset Text
27400
27401 \begin_layout Plain Layout
27402 e
27403 \end_layout
27404
27405 \end_inset
27406 </cell>
27407 </row>
27408 </lyxtabular>
27409
27410 \end_inset
27411
27412
27413 \end_layout
27414
27415 \end_inset
27416
27417
27418 \end_layout
27419
27420 \begin_layout Section
27421 Caption Placement
27422 \begin_inset Index idx
27423 status collapsed
27424
27425 \begin_layout Plain Layout
27426 Caption ! Placement
27427 \end_layout
27428
27429 \end_inset
27430
27431
27432 \begin_inset Index idx
27433 status collapsed
27434
27435 \begin_layout Plain Layout
27436 Floats ! Caption Placement
27437 \end_layout
27438
27439 \end_inset
27440
27441
27442 \begin_inset CommandInset label
27443 LatexCommand label
27444 name "sec:Caption-Placement"
27445
27446 \end_inset
27447
27448
27449 \end_layout
27450
27451 \begin_layout Standard
27452 The common caption placement rule is:
27453 \end_layout
27454
27455 \begin_layout Description
27456 Figure: Caption is set below the figure
27457 \end_layout
27458
27459 \begin_layout Description
27460 Table: Caption is set above the table
27461 \end_layout
27462
27463 \begin_layout Standard
27464 Having the caption above the table is unfortunately not supported in LaTeX's
27465  standard classes.
27466  That means if you are using the document classes 
27467 \family sans
27468 article
27469 \family default
27470
27471 \family sans
27472 book
27473 \family default
27474
27475 \family sans
27476 letter
27477 \family default
27478 , or 
27479 \family sans
27480 report
27481 \family default
27482  there will be no space between the caption and the table.
27483  To insert the necessary space, load the LaTeX-package 
27484 \series bold
27485 caption
27486 \series default
27487
27488 \begin_inset Index idx
27489 status collapsed
27490
27491 \begin_layout Plain Layout
27492 LaTeX-packages ! caption
27493 \end_layout
27494
27495 \end_inset
27496
27497  in your document preamble with the option
27498 \begin_inset Foot
27499 status collapsed
27500
27501 \begin_layout Plain Layout
27502 See section
27503 \begin_inset space ~
27504 \end_inset
27505
27506
27507 \begin_inset CommandInset ref
27508 LatexCommand ref
27509 reference "sec:Caption-Formatting"
27510
27511 \end_inset
27512
27513  for more information of the package 
27514 \series bold
27515 caption
27516 \series default
27517 .
27518 \end_layout
27519
27520 \end_inset
27521
27522
27523 \end_layout
27524
27525 \begin_layout Standard
27526
27527 \series bold
27528 tableposition=top
27529 \end_layout
27530
27531 \begin_layout Standard
27532 If you are using a 
27533 \series bold
27534 KOMA-Script
27535 \series default
27536
27537 \begin_inset Index idx
27538 status collapsed
27539
27540 \begin_layout Plain Layout
27541 LaTeX-packages ! KOMA-Script
27542 \end_layout
27543
27544 \end_inset
27545
27546  document class (
27547 \family sans
27548 article (KOMA-Script)
27549 \family default
27550
27551 \family sans
27552 book (KOMA-Script)
27553 \family default
27554
27555 \family sans
27556 letter (KOMA-Script)
27557 \family default
27558 , or 
27559 \family sans
27560 report (KOMA-Script)
27561 \family default
27562
27563 \begin_inset space \thinspace{}
27564 \end_inset
27565
27566 ), you can alternatively to the 
27567 \series bold
27568 caption
27569 \series default
27570  package set the document class option
27571 \begin_inset Foot
27572 status collapsed
27573
27574 \begin_layout Plain Layout
27575 That option is used in this document.
27576 \end_layout
27577
27578 \end_inset
27579
27580
27581 \end_layout
27582
27583 \begin_layout Standard
27584
27585 \series bold
27586 captions=tableheading
27587 \end_layout
27588
27589 \begin_layout Standard
27590 In documents with a KOMA-Script document class you can also right-click
27591  on a caption and mark in the context menu if this should be a caption above
27592  or below the table/figure.
27593  This way you can override the document-wide caption placement for certain
27594  captions.
27595  Table
27596 \begin_inset space ~
27597 \end_inset
27598
27599
27600 \begin_inset CommandInset ref
27601 LatexCommand ref
27602 reference "tab:A-caption-marked"
27603
27604 \end_inset
27605
27606  is an example where the caption is marked a being below the table while
27607  it is above.
27608  For comparison the caption in Table
27609 \begin_inset space ~
27610 \end_inset
27611
27612
27613 \begin_inset CommandInset ref
27614 LatexCommand ref
27615 reference "tab:A-standard-table"
27616
27617 \end_inset
27618
27619  is not marked.
27620 \end_layout
27621
27622 \begin_layout Standard
27623 \begin_inset Float table
27624 wide false
27625 sideways false
27626 status open
27627
27628 \begin_layout Plain Layout
27629 \begin_inset Caption Below
27630
27631 \begin_layout Plain Layout
27632 \begin_inset CommandInset label
27633 LatexCommand label
27634 name "tab:A-caption-marked"
27635
27636 \end_inset
27637
27638 A caption marked as being below the table.
27639 \end_layout
27640
27641 \end_inset
27642
27643
27644 \end_layout
27645
27646 \begin_layout Plain Layout
27647 \align center
27648 \begin_inset Tabular
27649 <lyxtabular version="3" rows="3" columns="3">
27650 <features rotate="0" tabularvalignment="middle">
27651 <column alignment="center" valignment="top" width="0pt">
27652 <column alignment="center" valignment="top" width="0pt">
27653 <column alignment="center" valignment="top" width="0pt">
27654 <row>
27655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27656 \begin_inset Text
27657
27658 \begin_layout Plain Layout
27659 1
27660 \end_layout
27661
27662 \end_inset
27663 </cell>
27664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27665 \begin_inset Text
27666
27667 \begin_layout Plain Layout
27668 2
27669 \end_layout
27670
27671 \end_inset
27672 </cell>
27673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27674 \begin_inset Text
27675
27676 \begin_layout Plain Layout
27677 3
27678 \end_layout
27679
27680 \end_inset
27681 </cell>
27682 </row>
27683 <row>
27684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27685 \begin_inset Text
27686
27687 \begin_layout Plain Layout
27688 Joe
27689 \end_layout
27690
27691 \end_inset
27692 </cell>
27693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27694 \begin_inset Text
27695
27696 \begin_layout Plain Layout
27697 Mary
27698 \end_layout
27699
27700 \end_inset
27701 </cell>
27702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27703 \begin_inset Text
27704
27705 \begin_layout Plain Layout
27706 Ted
27707 \end_layout
27708
27709 \end_inset
27710 </cell>
27711 </row>
27712 <row>
27713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27714 \begin_inset Text
27715
27716 \begin_layout Plain Layout
27717 \begin_inset Formula $\int x^{2}dx$
27718 \end_inset
27719
27720
27721 \end_layout
27722
27723 \end_inset
27724 </cell>
27725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27726 \begin_inset Text
27727
27728 \begin_layout Plain Layout
27729 \begin_inset Formula $\left[\begin{array}{cc}
27730 a & b\\
27731 c & d
27732 \end{array}\right]$
27733 \end_inset
27734
27735
27736 \end_layout
27737
27738 \end_inset
27739 </cell>
27740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27741 \begin_inset Text
27742
27743 \begin_layout Plain Layout
27744 \begin_inset Formula $1+1=2$
27745 \end_inset
27746
27747
27748 \end_layout
27749
27750 \end_inset
27751 </cell>
27752 </row>
27753 </lyxtabular>
27754
27755 \end_inset
27756
27757
27758 \end_layout
27759
27760 \end_inset
27761
27762
27763 \end_layout
27764
27765 \begin_layout Standard
27766 \begin_inset Float table
27767 wide false
27768 sideways false
27769 status open
27770
27771 \begin_layout Plain Layout
27772 \begin_inset Caption Standard
27773
27774 \begin_layout Plain Layout
27775 \begin_inset CommandInset label
27776 LatexCommand label
27777 name "tab:A-standard-table"
27778
27779 \end_inset
27780
27781 A standard table caption.
27782 \end_layout
27783
27784 \end_inset
27785
27786
27787 \end_layout
27788
27789 \begin_layout Plain Layout
27790 \align center
27791 \begin_inset Tabular
27792 <lyxtabular version="3" rows="3" columns="3">
27793 <features rotate="0" tabularvalignment="middle">
27794 <column alignment="center" valignment="top" width="0pt">
27795 <column alignment="center" valignment="top" width="0pt">
27796 <column alignment="center" valignment="top" width="0pt">
27797 <row>
27798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27799 \begin_inset Text
27800
27801 \begin_layout Plain Layout
27802 1
27803 \end_layout
27804
27805 \end_inset
27806 </cell>
27807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27808 \begin_inset Text
27809
27810 \begin_layout Plain Layout
27811 2
27812 \end_layout
27813
27814 \end_inset
27815 </cell>
27816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27817 \begin_inset Text
27818
27819 \begin_layout Plain Layout
27820 3
27821 \end_layout
27822
27823 \end_inset
27824 </cell>
27825 </row>
27826 <row>
27827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27828 \begin_inset Text
27829
27830 \begin_layout Plain Layout
27831 Joe
27832 \end_layout
27833
27834 \end_inset
27835 </cell>
27836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27837 \begin_inset Text
27838
27839 \begin_layout Plain Layout
27840 Mary
27841 \end_layout
27842
27843 \end_inset
27844 </cell>
27845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27846 \begin_inset Text
27847
27848 \begin_layout Plain Layout
27849 Ted
27850 \end_layout
27851
27852 \end_inset
27853 </cell>
27854 </row>
27855 <row>
27856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27857 \begin_inset Text
27858
27859 \begin_layout Plain Layout
27860 \begin_inset Formula $\int x^{2}dx$
27861 \end_inset
27862
27863
27864 \end_layout
27865
27866 \end_inset
27867 </cell>
27868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27869 \begin_inset Text
27870
27871 \begin_layout Plain Layout
27872 \begin_inset Formula $\left[\begin{array}{cc}
27873 a & b\\
27874 c & d
27875 \end{array}\right]$
27876 \end_inset
27877
27878
27879 \end_layout
27880
27881 \end_inset
27882 </cell>
27883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27884 \begin_inset Text
27885
27886 \begin_layout Plain Layout
27887 \begin_inset Formula $1+1=2$
27888 \end_inset
27889
27890
27891 \end_layout
27892
27893 \end_inset
27894 </cell>
27895 </row>
27896 </lyxtabular>
27897
27898 \end_inset
27899
27900
27901 \end_layout
27902
27903 \end_inset
27904
27905
27906 \end_layout
27907
27908 \begin_layout Standard
27909 \begin_inset VSpace bigskip
27910 \end_inset
27911
27912 It is also possible to set the caption beside a figure or table.
27913  To get this the LaTeX-package 
27914 \series bold
27915 sidecap
27916 \series default
27917
27918 \begin_inset Index idx
27919 status collapsed
27920
27921 \begin_layout Plain Layout
27922 LaTeX-packages ! sidecap
27923 \end_layout
27924
27925 \end_inset
27926
27927  has to be loaded in the document preamble with the line
27928 \end_layout
27929
27930 \begin_layout Standard
27931
27932 \series bold
27933
27934 \backslash
27935 usepackage[option]{sidecap}
27936 \end_layout
27937
27938 \begin_layout Standard
27939 If you set no option, the caption is placed on the side of the outer page
27940  margin â€“ to the right on odd pages, to the left on even pages.
27941  You can change the placement to inner margin with the option 
27942 \series bold
27943 innercaption
27944 \series default
27945 .
27946  To force the placement always to the right or left, use the option 
27947 \series bold
27948 rightcaption
27949 \series default
27950  or 
27951 \series bold
27952 leftcaption
27953 \series default
27954 , respectively.
27955 \end_layout
27956
27957 \begin_layout Standard
27958 \begin_inset ERT
27959 status collapsed
27960
27961 \begin_layout Plain Layout
27962
27963
27964 \backslash
27965 ifsidecap
27966 \end_layout
27967
27968 \end_inset
27969
27970
27971 \begin_inset Note Note
27972 status open
27973
27974 \begin_layout Plain Layout
27975 The following section will only be displayed when the LaTeX-package 
27976 \series bold
27977 sidecap
27978 \series default
27979  is installed.
27980 \end_layout
27981
27982 \end_inset
27983
27984
27985 \end_layout
27986
27987 \begin_layout Standard
27988 To place in LyX the caption of a float on the side, it is necessary to add
27989  these commands to the document preamble:
27990 \end_layout
27991
27992 \begin_layout Standard
27993 \noindent
27994 \begin_inset CommandInset line
27995 LatexCommand rule
27996 offset "0.5ex"
27997 width "100line%"
27998 height "1pt"
27999
28000 \end_inset
28001
28002
28003 \end_layout
28004
28005 \begin_layout Standard
28006
28007 \series bold
28008
28009 \backslash
28010 newcommand{
28011 \backslash
28012 TabBesBeg}[1][1.0]{%
28013 \begin_inset Newline newline
28014 \end_inset
28015
28016
28017 \begin_inset Phantom HPhantom
28018 status open
28019
28020 \begin_layout Plain Layout
28021 \begin_inset space ~
28022 \end_inset
28023
28024
28025 \end_layout
28026
28027 \end_inset
28028
28029
28030 \backslash
28031 let
28032 \backslash
28033 MyTable
28034 \backslash
28035 table
28036 \begin_inset Newline newline
28037 \end_inset
28038
28039
28040 \begin_inset Phantom HPhantom
28041 status open
28042
28043 \begin_layout Plain Layout
28044
28045 \series medium
28046 \begin_inset space ~
28047 \end_inset
28048
28049
28050 \end_layout
28051
28052 \end_inset
28053
28054
28055 \backslash
28056 let
28057 \backslash
28058 MyEndtable
28059 \backslash
28060 endtable
28061 \begin_inset Newline newline
28062 \end_inset
28063
28064
28065 \begin_inset Phantom HPhantom
28066 status open
28067
28068 \begin_layout Plain Layout
28069
28070 \series medium
28071 \begin_inset space ~
28072 \end_inset
28073
28074
28075 \end_layout
28076
28077 \end_inset
28078
28079
28080 \backslash
28081 renewenvironment{table}[1]{
28082 \backslash
28083 begin{SCtable}[#1]##1}{
28084 \backslash
28085 end{SCtable}}}
28086 \end_layout
28087
28088 \begin_layout Standard
28089
28090 \series bold
28091
28092 \backslash
28093 newcommand{
28094 \backslash
28095 TabBesEnd}{%
28096 \begin_inset Newline newline
28097 \end_inset
28098
28099
28100 \begin_inset Phantom HPhantom
28101 status open
28102
28103 \begin_layout Plain Layout
28104 \begin_inset space ~
28105 \end_inset
28106
28107
28108 \end_layout
28109
28110 \end_inset
28111
28112
28113 \backslash
28114 let
28115 \backslash
28116 table
28117 \backslash
28118 MyTable
28119 \begin_inset Newline newline
28120 \end_inset
28121
28122
28123 \begin_inset Phantom HPhantom
28124 status open
28125
28126 \begin_layout Plain Layout
28127 \begin_inset space ~
28128 \end_inset
28129
28130
28131 \end_layout
28132
28133 \end_inset
28134
28135
28136 \backslash
28137 let
28138 \backslash
28139 endtable
28140 \backslash
28141 MyEndtable
28142 \end_layout
28143
28144 \begin_layout Standard
28145
28146 \series bold
28147
28148 \backslash
28149 newcommand{
28150 \backslash
28151 FigBesBeg}[1][1.0]{%
28152 \begin_inset Newline newline
28153 \end_inset
28154
28155
28156 \begin_inset Phantom HPhantom
28157 status open
28158
28159 \begin_layout Plain Layout
28160 \begin_inset space ~
28161 \end_inset
28162
28163
28164 \end_layout
28165
28166 \end_inset
28167
28168
28169 \backslash
28170 let
28171 \backslash
28172 MyFigure
28173 \backslash
28174 figure
28175 \begin_inset Newline newline
28176 \end_inset
28177
28178
28179 \begin_inset Phantom HPhantom
28180 status open
28181
28182 \begin_layout Plain Layout
28183 \begin_inset space ~
28184 \end_inset
28185
28186
28187 \end_layout
28188
28189 \end_inset
28190
28191
28192 \backslash
28193 let
28194 \backslash
28195 MyEndfigure
28196 \backslash
28197 endfigure
28198 \begin_inset Newline newline
28199 \end_inset
28200
28201
28202 \begin_inset Phantom HPhantom
28203 status open
28204
28205 \begin_layout Plain Layout
28206 \begin_inset space ~
28207 \end_inset
28208
28209
28210 \end_layout
28211
28212 \end_inset
28213
28214
28215 \backslash
28216 renewenvironment{figure}[1]{
28217 \backslash
28218 begin{SCfigure}[#1]##1}{
28219 \backslash
28220 end{SCfigure}}}
28221 \end_layout
28222
28223 \begin_layout Standard
28224
28225 \series bold
28226
28227 \backslash
28228 newcommand{
28229 \backslash
28230 FigBesEnd}{%
28231 \begin_inset Newline newline
28232 \end_inset
28233
28234
28235 \begin_inset Phantom HPhantom
28236 status open
28237
28238 \begin_layout Plain Layout
28239 \begin_inset space ~
28240 \end_inset
28241
28242
28243 \end_layout
28244
28245 \end_inset
28246
28247
28248 \backslash
28249 let
28250 \backslash
28251 figure
28252 \backslash
28253 MyFigure
28254 \begin_inset Newline newline
28255 \end_inset
28256
28257
28258 \begin_inset Phantom HPhantom
28259 status open
28260
28261 \begin_layout Plain Layout
28262 \begin_inset space ~
28263 \end_inset
28264
28265
28266 \end_layout
28267
28268 \end_inset
28269
28270
28271 \backslash
28272 let
28273 \backslash
28274 endfigure
28275 \backslash
28276 MyEndfigure}
28277 \end_layout
28278
28279 \begin_layout Standard
28280 \noindent
28281 \begin_inset CommandInset line
28282 LatexCommand rule
28283 offset "0.5ex"
28284 width "100line%"
28285 height "1pt"
28286
28287 \end_inset
28288
28289
28290 \end_layout
28291
28292 \begin_layout Standard
28293 The commands allow you to redefine the floats so that the caption is set
28294  on the side.
28295  For figure floats use the command
28296 \end_layout
28297
28298 \begin_layout Standard
28299
28300 \series bold
28301
28302 \backslash
28303 FigBesBeg
28304 \end_layout
28305
28306 \begin_layout Standard
28307 in TeX-Code before the float.
28308  And insert the command
28309 \end_layout
28310
28311 \begin_layout Standard
28312
28313 \series bold
28314
28315 \backslash
28316 FigBesEnd
28317 \end_layout
28318
28319 \begin_layout Standard
28320 in TeX-Code at the point where you want to get back to the original float
28321  definition.
28322 \end_layout
28323
28324 \begin_layout Standard
28325 For table floats use the corresponding commands
28326 \end_layout
28327
28328 \begin_layout Standard
28329
28330 \series bold
28331
28332 \backslash
28333 TabBesBeg
28334 \series default
28335  and 
28336 \series bold
28337
28338 \backslash
28339 TabBesEnd
28340 \end_layout
28341
28342 \begin_layout Standard
28343 Figure
28344 \begin_inset space ~
28345 \end_inset
28346
28347
28348 \begin_inset CommandInset ref
28349 LatexCommand ref
28350 reference "fig:cap-beside-fig"
28351
28352 \end_inset
28353
28354  and Table
28355 \begin_inset space ~
28356 \end_inset
28357
28358
28359 \begin_inset CommandInset ref
28360 LatexCommand ref
28361 reference "tab:cap-beside-tab"
28362
28363 \end_inset
28364
28365  are examples where the caption is set beside.
28366 \end_layout
28367
28368 \begin_layout Standard
28369 You can see in the examples that the caption text appears at the top of
28370  the floats for table floats and at the bottom for figure floats.
28371  To change this, you can use the command
28372 \end_layout
28373
28374 \begin_layout Standard
28375
28376 \series bold
28377
28378 \backslash
28379 sidecaptionvpos{float type}{placement}
28380 \end_layout
28381
28382 \begin_layout Standard
28383 in the document preamble or in TeX-Code before the float.
28384  The float type is either 
28385 \family sans
28386 figure
28387 \family default
28388  or 
28389 \family sans
28390 table
28391 \family default
28392 , the placement can be 
28393 \begin_inset Quotes eld
28394 \end_inset
28395
28396
28397 \family sans
28398 t
28399 \family default
28400
28401 \begin_inset Quotes erd
28402 \end_inset
28403
28404  for top, 
28405 \begin_inset Quotes eld
28406 \end_inset
28407
28408
28409 \family sans
28410 c
28411 \family default
28412
28413 \begin_inset Quotes erd
28414 \end_inset
28415
28416  for center, or 
28417 \begin_inset Quotes eld
28418 \end_inset
28419
28420
28421 \family sans
28422 b
28423 \family default
28424
28425 \begin_inset Quotes erd
28426 \end_inset
28427
28428  for bottom.
28429  To have for example the caption of figure floats vertically centered, use
28430  the command
28431 \end_layout
28432
28433 \begin_layout Standard
28434
28435 \series bold
28436
28437 \backslash
28438 sidecaptionvpos{figure}{c}
28439 \end_layout
28440
28441 \begin_layout Standard
28442 This was used for Figure
28443 \begin_inset space ~
28444 \end_inset
28445
28446
28447 \begin_inset CommandInset ref
28448 LatexCommand ref
28449 reference "fig:cap-beside-fig-2"
28450
28451 \end_inset
28452
28453 .
28454 \end_layout
28455
28456 \begin_layout Standard
28457 \begin_inset VSpace medskip
28458 \end_inset
28459
28460
28461 \end_layout
28462
28463 \begin_layout Standard
28464 The default caption width is the width of the image/table.
28465  For thin image/tables, like in Table
28466 \begin_inset space ~
28467 \end_inset
28468
28469
28470 \begin_inset CommandInset ref
28471 LatexCommand ref
28472 reference "tab:cap-beside-tab"
28473
28474 \end_inset
28475
28476 , this leads to captions that are too thin.
28477  You can increase the width by specifying a factor that will be multiplied
28478  with the image/table width to get the caption width.
28479  The caption width will automatically be recalculated in case it would protrude
28480  over the page or column margin due to the specified width.
28481  The 
28482 \emph on
28483 factor
28484 \emph default
28485  can either be given as optional argument for 
28486 \series bold
28487
28488 \backslash
28489 FigBesBeg
28490 \series default
28491 :
28492 \end_layout
28493
28494 \begin_layout Standard
28495
28496 \series bold
28497
28498 \backslash
28499 FigBesBeg[factor]
28500 \end_layout
28501
28502 \begin_layout Standard
28503 or in the definition of 
28504 \series bold
28505
28506 \backslash
28507 FigBesBeg
28508 \series default
28509  by replacing the 
28510 \series bold
28511 1.0
28512 \series default
28513  with another value.
28514  If you do the latter, your factor will be the default if 
28515 \series bold
28516
28517 \backslash
28518 FigBesBeg
28519 \series default
28520  is used without an argument.
28521  For Table
28522 \begin_inset space ~
28523 \end_inset
28524
28525
28526 \begin_inset CommandInset ref
28527 LatexCommand ref
28528 reference "tab:cap-beside-tab-wider"
28529
28530 \end_inset
28531
28532  the factor 5 was used.
28533 \end_layout
28534
28535 \begin_layout Standard
28536 \begin_inset Note Greyedout
28537 status open
28538
28539 \begin_layout Plain Layout
28540
28541 \series bold
28542 Note:
28543 \series default
28544  For floats with captions set beside, you cannot use the float placement
28545  option 
28546 \family sans
28547 Here
28548 \begin_inset space ~
28549 \end_inset
28550
28551 definitely
28552 \family default
28553  because it is not supported by 
28554 \series bold
28555 sidecap
28556 \series default
28557 .
28558 \end_layout
28559
28560 \end_inset
28561
28562
28563 \end_layout
28564
28565 \begin_layout Standard
28566 \begin_inset VSpace medskip
28567 \end_inset
28568
28569 For more information about the package 
28570 \series bold
28571 sidecap
28572 \series default
28573  we refer to its documentation 
28574 \begin_inset CommandInset citation
28575 LatexCommand cite
28576 key "sidecap"
28577
28578 \end_inset
28579
28580 .
28581 \end_layout
28582
28583 \begin_layout Standard
28584 \begin_inset Note Greyedout
28585 status open
28586
28587 \begin_layout Plain Layout
28588
28589 \series bold
28590 Note:
28591 \series default
28592  The LaTeX-package 
28593 \series bold
28594 hypcap
28595 \series default
28596
28597 \begin_inset Index idx
28598 status collapsed
28599
28600 \begin_layout Plain Layout
28601 LaTeX-packages ! hypcap
28602 \end_layout
28603
28604 \end_inset
28605
28606 , described in section
28607 \begin_inset space ~
28608 \end_inset
28609
28610
28611 \begin_inset CommandInset ref
28612 LatexCommand ref
28613 reference "sub:Reference-Position"
28614
28615 \end_inset
28616
28617 , has no effect on floats with the caption set beside.
28618 \end_layout
28619
28620 \end_inset
28621
28622
28623 \end_layout
28624
28625 \begin_layout Standard
28626 \begin_inset ERT
28627 status collapsed
28628
28629 \begin_layout Plain Layout
28630
28631
28632 \backslash
28633 FigBesBeg
28634 \end_layout
28635
28636 \end_inset
28637
28638
28639 \end_layout
28640
28641 \begin_layout Standard
28642 \begin_inset Float figure
28643 wide false
28644 sideways false
28645 status open
28646
28647 \begin_layout Plain Layout
28648 \begin_inset Graphics
28649         filename clipart/escher-lsd.eps
28650         scale 75
28651         scaleBeforeRotation
28652
28653 \end_inset
28654
28655
28656 \end_layout
28657
28658 \begin_layout Plain Layout
28659 \begin_inset Caption Standard
28660
28661 \begin_layout Plain Layout
28662 \begin_inset CommandInset label
28663 LatexCommand label
28664 name "fig:cap-beside-fig"
28665
28666 \end_inset
28667
28668 This is a caption beside a figure.
28669 \end_layout
28670
28671 \end_inset
28672
28673
28674 \end_layout
28675
28676 \end_inset
28677
28678
28679 \end_layout
28680
28681 \begin_layout Standard
28682 \begin_inset ERT
28683 status collapsed
28684
28685 \begin_layout Plain Layout
28686
28687
28688 \backslash
28689 FigBesEnd
28690 \end_layout
28691
28692 \end_inset
28693
28694
28695 \end_layout
28696
28697 \begin_layout Standard
28698 \begin_inset ERT
28699 status collapsed
28700
28701 \begin_layout Plain Layout
28702
28703
28704 \backslash
28705 TabBesBeg
28706 \end_layout
28707
28708 \end_inset
28709
28710
28711 \end_layout
28712
28713 \begin_layout Standard
28714 \begin_inset Float table
28715 wide false
28716 sideways false
28717 status open
28718
28719 \begin_layout Plain Layout
28720 \begin_inset Caption Standard
28721
28722 \begin_layout Plain Layout
28723 \begin_inset CommandInset label
28724 LatexCommand label
28725 name "tab:cap-beside-tab"
28726
28727 \end_inset
28728
28729 This is a caption beside a table.
28730 \end_layout
28731
28732 \end_inset
28733
28734
28735 \end_layout
28736
28737 \begin_layout Plain Layout
28738 \begin_inset Tabular
28739 <lyxtabular version="3" rows="4" columns="5">
28740 <features rotate="0" tabularvalignment="middle">
28741 <column alignment="center" valignment="top">
28742 <column alignment="center" valignment="top">
28743 <column alignment="center" valignment="top">
28744 <column alignment="center" valignment="top">
28745 <column alignment="center" valignment="top">
28746 <row>
28747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28748 \begin_inset Text
28749
28750 \begin_layout Plain Layout
28751 a
28752 \end_layout
28753
28754 \end_inset
28755 </cell>
28756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28757 \begin_inset Text
28758
28759 \begin_layout Plain Layout
28760
28761 \end_layout
28762
28763 \end_inset
28764 </cell>
28765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28766 \begin_inset Text
28767
28768 \begin_layout Plain Layout
28769 b
28770 \end_layout
28771
28772 \end_inset
28773 </cell>
28774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28775 \begin_inset Text
28776
28777 \begin_layout Plain Layout
28778
28779 \end_layout
28780
28781 \end_inset
28782 </cell>
28783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28784 \begin_inset Text
28785
28786 \begin_layout Plain Layout
28787 c
28788 \end_layout
28789
28790 \end_inset
28791 </cell>
28792 </row>
28793 <row>
28794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28795 \begin_inset Text
28796
28797 \begin_layout Plain Layout
28798
28799 \end_layout
28800
28801 \end_inset
28802 </cell>
28803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28804 \begin_inset Text
28805
28806 \begin_layout Plain Layout
28807 d
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 e
28826 \end_layout
28827
28828 \end_inset
28829 </cell>
28830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28831 \begin_inset Text
28832
28833 \begin_layout Plain Layout
28834
28835 \end_layout
28836
28837 \end_inset
28838 </cell>
28839 </row>
28840 <row>
28841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28842 \begin_inset Text
28843
28844 \begin_layout Plain Layout
28845 f
28846 \end_layout
28847
28848 \end_inset
28849 </cell>
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 g
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" rightline="true" usebox="none">
28878 \begin_inset Text
28879
28880 \begin_layout Plain Layout
28881 h
28882 \end_layout
28883
28884 \end_inset
28885 </cell>
28886 </row>
28887 <row>
28888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28889 \begin_inset Text
28890
28891 \begin_layout Plain Layout
28892
28893 \end_layout
28894
28895 \end_inset
28896 </cell>
28897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28898 \begin_inset Text
28899
28900 \begin_layout Plain Layout
28901 i
28902 \end_layout
28903
28904 \end_inset
28905 </cell>
28906 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" usebox="none">
28916 \begin_inset Text
28917
28918 \begin_layout Plain Layout
28919 j
28920 \end_layout
28921
28922 \end_inset
28923 </cell>
28924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28925 \begin_inset Text
28926
28927 \begin_layout Plain Layout
28928
28929 \end_layout
28930
28931 \end_inset
28932 </cell>
28933 </row>
28934 </lyxtabular>
28935
28936 \end_inset
28937
28938
28939 \end_layout
28940
28941 \end_inset
28942
28943
28944 \end_layout
28945
28946 \begin_layout Standard
28947 \begin_inset ERT
28948 status collapsed
28949
28950 \begin_layout Plain Layout
28951
28952
28953 \backslash
28954 TabBesEnd
28955 \end_layout
28956
28957 \end_inset
28958
28959
28960 \end_layout
28961
28962 \begin_layout Standard
28963 \begin_inset ERT
28964 status collapsed
28965
28966 \begin_layout Plain Layout
28967
28968
28969 \backslash
28970 FigBesBeg
28971 \end_layout
28972
28973 \end_inset
28974
28975
28976 \begin_inset ERT
28977 status collapsed
28978
28979 \begin_layout Plain Layout
28980
28981
28982 \backslash
28983 sidecaptionvpos{figure}{c}
28984 \end_layout
28985
28986 \end_inset
28987
28988
28989 \begin_inset Float figure
28990 wide false
28991 sideways false
28992 status open
28993
28994 \begin_layout Plain Layout
28995 \begin_inset Graphics
28996         filename clipart/escher-lsd.eps
28997         scale 75
28998         scaleBeforeRotation
28999
29000 \end_inset
29001
29002
29003 \end_layout
29004
29005 \begin_layout Plain Layout
29006 \begin_inset Caption Standard
29007
29008 \begin_layout Plain Layout
29009 \begin_inset CommandInset label
29010 LatexCommand label
29011 name "fig:cap-beside-fig-2"
29012
29013 \end_inset
29014
29015 This is a vertically centered caption beside a figure.
29016 \end_layout
29017
29018 \end_inset
29019
29020
29021 \end_layout
29022
29023 \end_inset
29024
29025
29026 \end_layout
29027
29028 \begin_layout Standard
29029 \begin_inset ERT
29030 status collapsed
29031
29032 \begin_layout Plain Layout
29033
29034
29035 \backslash
29036 FigBesEnd
29037 \end_layout
29038
29039 \end_inset
29040
29041
29042 \end_layout
29043
29044 \begin_layout Standard
29045 \begin_inset ERT
29046 status collapsed
29047
29048 \begin_layout Plain Layout
29049
29050
29051 \backslash
29052 TabBesBeg[5]
29053 \end_layout
29054
29055 \end_inset
29056
29057
29058 \end_layout
29059
29060 \begin_layout Standard
29061 \begin_inset Float table
29062 wide false
29063 sideways false
29064 status open
29065
29066 \begin_layout Plain Layout
29067 \begin_inset Caption Standard
29068
29069 \begin_layout Plain Layout
29070 \begin_inset CommandInset label
29071 LatexCommand label
29072 name "tab:cap-beside-tab-wider"
29073
29074 \end_inset
29075
29076 This caption is wider than the one in Table
29077 \begin_inset space ~
29078 \end_inset
29079
29080
29081 \begin_inset CommandInset ref
29082 LatexCommand ref
29083 reference "tab:cap-beside-tab"
29084
29085 \end_inset
29086
29087 .
29088 \end_layout
29089
29090 \end_inset
29091
29092
29093 \end_layout
29094
29095 \begin_layout Plain Layout
29096 \begin_inset Tabular
29097 <lyxtabular version="3" rows="4" columns="5">
29098 <features rotate="0" tabularvalignment="middle">
29099 <column alignment="center" valignment="top">
29100 <column alignment="center" valignment="top">
29101 <column alignment="center" valignment="top">
29102 <column alignment="center" valignment="top">
29103 <column alignment="center" valignment="top">
29104 <row>
29105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29106 \begin_inset Text
29107
29108 \begin_layout Plain Layout
29109 a
29110 \end_layout
29111
29112 \end_inset
29113 </cell>
29114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29115 \begin_inset Text
29116
29117 \begin_layout Plain Layout
29118
29119 \end_layout
29120
29121 \end_inset
29122 </cell>
29123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29124 \begin_inset Text
29125
29126 \begin_layout Plain Layout
29127 b
29128 \end_layout
29129
29130 \end_inset
29131 </cell>
29132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29133 \begin_inset Text
29134
29135 \begin_layout Plain Layout
29136
29137 \end_layout
29138
29139 \end_inset
29140 </cell>
29141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29142 \begin_inset Text
29143
29144 \begin_layout Plain Layout
29145 c
29146 \end_layout
29147
29148 \end_inset
29149 </cell>
29150 </row>
29151 <row>
29152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29153 \begin_inset Text
29154
29155 \begin_layout Plain Layout
29156
29157 \end_layout
29158
29159 \end_inset
29160 </cell>
29161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29162 \begin_inset Text
29163
29164 \begin_layout Plain Layout
29165 d
29166 \end_layout
29167
29168 \end_inset
29169 </cell>
29170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29171 \begin_inset Text
29172
29173 \begin_layout Plain Layout
29174
29175 \end_layout
29176
29177 \end_inset
29178 </cell>
29179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29180 \begin_inset Text
29181
29182 \begin_layout Plain Layout
29183 e
29184 \end_layout
29185
29186 \end_inset
29187 </cell>
29188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29189 \begin_inset Text
29190
29191 \begin_layout Plain Layout
29192
29193 \end_layout
29194
29195 \end_inset
29196 </cell>
29197 </row>
29198 <row>
29199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29200 \begin_inset Text
29201
29202 \begin_layout Plain Layout
29203 f
29204 \end_layout
29205
29206 \end_inset
29207 </cell>
29208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29209 \begin_inset Text
29210
29211 \begin_layout Plain Layout
29212
29213 \end_layout
29214
29215 \end_inset
29216 </cell>
29217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29218 \begin_inset Text
29219
29220 \begin_layout Plain Layout
29221 g
29222 \end_layout
29223
29224 \end_inset
29225 </cell>
29226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29227 \begin_inset Text
29228
29229 \begin_layout Plain Layout
29230
29231 \end_layout
29232
29233 \end_inset
29234 </cell>
29235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29236 \begin_inset Text
29237
29238 \begin_layout Plain Layout
29239 h
29240 \end_layout
29241
29242 \end_inset
29243 </cell>
29244 </row>
29245 <row>
29246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29247 \begin_inset Text
29248
29249 \begin_layout Plain Layout
29250
29251 \end_layout
29252
29253 \end_inset
29254 </cell>
29255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29256 \begin_inset Text
29257
29258 \begin_layout Plain Layout
29259 i
29260 \end_layout
29261
29262 \end_inset
29263 </cell>
29264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29265 \begin_inset Text
29266
29267 \begin_layout Plain Layout
29268
29269 \end_layout
29270
29271 \end_inset
29272 </cell>
29273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29274 \begin_inset Text
29275
29276 \begin_layout Plain Layout
29277 j
29278 \end_layout
29279
29280 \end_inset
29281 </cell>
29282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29283 \begin_inset Text
29284
29285 \begin_layout Plain Layout
29286
29287 \end_layout
29288
29289 \end_inset
29290 </cell>
29291 </row>
29292 </lyxtabular>
29293
29294 \end_inset
29295
29296
29297 \end_layout
29298
29299 \end_inset
29300
29301
29302 \end_layout
29303
29304 \begin_layout Standard
29305 \begin_inset ERT
29306 status collapsed
29307
29308 \begin_layout Plain Layout
29309
29310
29311 \backslash
29312 TabBesEnd
29313 \end_layout
29314
29315 \end_inset
29316
29317
29318 \end_layout
29319
29320 \begin_layout Standard
29321 \begin_inset ERT
29322 status collapsed
29323
29324 \begin_layout Plain Layout
29325
29326
29327 \backslash
29328 else
29329 \end_layout
29330
29331 \end_inset
29332
29333
29334 \begin_inset Note Note
29335 status open
29336
29337 \begin_layout Plain Layout
29338 The following will be displayed when the LaTeX-package 
29339 \series bold
29340 sidecap
29341 \series default
29342  is not installed:
29343 \end_layout
29344
29345 \end_inset
29346
29347
29348 \end_layout
29349
29350 \begin_layout Standard
29351 You need to install the LaTeX-package 
29352 \series bold
29353 sidecap
29354 \series default
29355  to see the following part of this section in the output.
29356 \end_layout
29357
29358 \begin_layout Standard
29359 \begin_inset ERT
29360 status collapsed
29361
29362 \begin_layout Plain Layout
29363
29364
29365 \backslash
29366 fi
29367 \end_layout
29368
29369 \end_inset
29370
29371
29372 \end_layout
29373
29374 \begin_layout Section
29375 Listings of Floats
29376 \begin_inset Index idx
29377 status collapsed
29378
29379 \begin_layout Plain Layout
29380 Floats ! Float Lists
29381 \end_layout
29382
29383 \end_inset
29384
29385
29386 \end_layout
29387
29388 \begin_layout Standard
29389 Similar to the table of contents where the sections of the document are
29390  listed, there are listings for all float types, like the figures of the
29391  documents.
29392  You can insert them via the 
29393 \family sans
29394 Insert\SpecialChar \menuseparator
29395 List
29396 \begin_inset space ~
29397 \end_inset
29398
29399 /
29400 \begin_inset space ~
29401 \end_inset
29402
29403 TOC
29404 \family default
29405  sub menus.
29406 \end_layout
29407
29408 \begin_layout Standard
29409 The list entries are the float captions or its short title, the float number,
29410  and the page number where they appear in the document.
29411 \end_layout
29412
29413 \begin_layout Standard
29414 You can find the list of figures and tables at the end of this document.
29415 \end_layout
29416
29417 \begin_layout Chapter
29418 Notes
29419 \end_layout
29420
29421 \begin_layout Section
29422 LyX Notes
29423 \begin_inset Index idx
29424 status collapsed
29425
29426 \begin_layout Plain Layout
29427 Notes ! LyX Notes
29428 \end_layout
29429
29430 \end_inset
29431
29432
29433 \end_layout
29434
29435 \begin_layout Standard
29436 Notes are inserted with the toolbar button 
29437 \begin_inset Info
29438 type  "icon"
29439 arg   "note-insert"
29440 \end_inset
29441
29442  or the menu 
29443 \family sans
29444 Insert\SpecialChar \menuseparator
29445 Note
29446 \family default
29447 .
29448  There are three types of notes:
29449 \end_layout
29450
29451 \begin_layout Description
29452 LyX
29453 \begin_inset space ~
29454 \end_inset
29455
29456 Note This note type is for internal notes that won't appear in the output.
29457  Its note-box looks like this:
29458 \begin_inset Newline newline
29459 \end_inset
29460
29461
29462 \begin_inset Newline newline
29463 \end_inset
29464
29465
29466 \begin_inset Graphics
29467         filename clipart/LyXNoteImageQt4.png
29468         display false
29469         scale 85
29470         scaleBeforeRotation
29471
29472 \end_inset
29473
29474  
29475 \begin_inset Note Note
29476 status open
29477
29478 \begin_layout Plain Layout
29479 This is text in a note box that doesn't appear in the output.
29480 \end_layout
29481
29482 \end_inset
29483
29484
29485 \end_layout
29486
29487 \begin_layout Description
29488 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
29489 ent, when you export the document to LaTeX via the menu 
29490 \family sans
29491 File\SpecialChar \menuseparator
29492 Export\SpecialChar \menuseparator
29493 LaTeX (pdflatex) / (plain)
29494 \family default
29495 .
29496  Its note-box looks like this:
29497 \begin_inset Newline newline
29498 \end_inset
29499
29500
29501 \begin_inset Newline newline
29502 \end_inset
29503
29504
29505 \begin_inset Graphics
29506         filename clipart/CommentNoteImageQt4.png
29507         display false
29508         scale 85
29509         scaleBeforeRotation
29510
29511 \end_inset
29512
29513  
29514 \begin_inset Note Comment
29515 status open
29516
29517 \begin_layout Plain Layout
29518 This is text in a note box that only appears as comment in LaTeX-files.
29519 \end_layout
29520
29521 \end_inset
29522
29523
29524 \end_layout
29525
29526 \begin_layout Description
29527 Greyed
29528 \begin_inset space ~
29529 \end_inset
29530
29531 Out This note will appear in the output as grey text.
29532  Its note-box looks like this:
29533 \begin_inset Newline newline
29534 \end_inset
29535
29536
29537 \begin_inset Newline newline
29538 \end_inset
29539
29540
29541 \begin_inset Graphics
29542         filename clipart/GreyedOutNoteImageQt4.png
29543         display false
29544         scale 85
29545         scaleBeforeRotation
29546
29547 \end_inset
29548
29549
29550 \begin_inset Newline newline
29551 \end_inset
29552
29553
29554 \begin_inset ERT
29555 status collapsed
29556
29557 \begin_layout Plain Layout
29558
29559
29560 \backslash
29561 renewenvironment{lyxgreyedout}
29562 \end_layout
29563
29564 \begin_layout Plain Layout
29565
29566 {
29567 \backslash
29568 textcolor[gray]{0.8}
29569 \backslash
29570 bgroup}{
29571 \backslash
29572 egroup}
29573 \end_layout
29574
29575 \end_inset
29576
29577
29578 \begin_inset Note Greyedout
29579 status open
29580
29581 \begin_layout Plain Layout
29582 This is text
29583 \begin_inset Foot
29584 status open
29585
29586 \begin_layout Plain Layout
29587 This is an example footnote within a greyed out note.
29588 \end_layout
29589
29590 \end_inset
29591
29592  of a comment that appears in the output as grey text.
29593 \end_layout
29594
29595 \end_inset
29596
29597
29598 \begin_inset ERT
29599 status collapsed
29600
29601 \begin_layout Plain Layout
29602
29603
29604 \backslash
29605 renewenvironment{lyxgreyedout}
29606 \end_layout
29607
29608 \begin_layout Plain Layout
29609
29610 {
29611 \backslash
29612 textcolor{blue}
29613 \backslash
29614 bgroup}{
29615 \backslash
29616 egroup}
29617 \end_layout
29618
29619 \end_inset
29620
29621
29622 \begin_inset Note Note
29623 status collapsed
29624
29625 \begin_layout Plain Layout
29626 The greyed out note is here redefined to show it with the original LyX definitio
29627 n because greyed out notes are redefined in the preamble of this document,
29628  as described below, to have blue text.
29629 \end_layout
29630
29631 \end_inset
29632
29633
29634 \begin_inset Newline newline
29635 \end_inset
29636
29637
29638 \begin_inset Newline newline
29639 \end_inset
29640
29641 As you can see in the example, the first line of greyed out notes is a bit
29642  indented and greyed out notes can have footnotes.
29643 \end_layout
29644
29645 \begin_layout Standard
29646 \begin_inset VSpace bigskip
29647 \end_inset
29648
29649 When you use the toolbar button 
29650 \begin_inset Info
29651 type  "icon"
29652 arg   "note-insert"
29653 \end_inset
29654
29655  to insert notes, a 
29656 \family sans
29657 LyX
29658 \begin_inset space ~
29659 \end_inset
29660
29661 Note
29662 \family default
29663  is inserted.
29664  You can switch between the three note types by right-clicking on the note-box.
29665  
29666 \family roman
29667 \series medium
29668 \bar no
29669 If you want to turn existing text into a note, mark it and click on the
29670  note
29671 \family default
29672 \series default
29673 \bar default
29674  toolbar 
29675 \family roman
29676 \series medium
29677 \bar no
29678 button
29679 \family default
29680 \series default
29681 \bar default
29682 .
29683  To change a note to text, press the backspace key when the cursor is in
29684  the first position of a note, or press the delete key when the cursor is
29685  in the very last position of the note, respectively.
29686 \end_layout
29687
29688 \begin_layout Standard
29689 \begin_inset VSpace bigskip
29690 \end_inset
29691
29692 You can change the text color of the greyed out notes in the menu 
29693 \family sans
29694 Document\SpecialChar \menuseparator
29695 Settings\SpecialChar \menuseparator
29696 Colors
29697 \family default
29698 .
29699 \end_layout
29700
29701 \begin_layout Section
29702 Footnotes
29703 \begin_inset CommandInset label
29704 LatexCommand label
29705 name "sec:Footnotes"
29706
29707 \end_inset
29708
29709
29710 \begin_inset Index idx
29711 status collapsed
29712
29713 \begin_layout Plain Layout
29714 Notes ! Footnotes
29715 \end_layout
29716
29717 \end_inset
29718
29719
29720 \begin_inset Index idx
29721 status collapsed
29722
29723 \begin_layout Plain Layout
29724 Footnotes
29725 \end_layout
29726
29727 \end_inset
29728
29729
29730 \end_layout
29731
29732 \begin_layout Standard
29733 Footnotes can be inserted using the toolbar button 
29734 \begin_inset Info
29735 type  "icon"
29736 arg   "footnote-insert"
29737 \end_inset
29738
29739  or the menu 
29740 \family sans
29741 Insert\SpecialChar \menuseparator
29742 Footnote
29743 \family default
29744 .
29745  You will then see the following footnote-box: 
29746 \begin_inset Graphics
29747         filename clipart/footnoteQt4.png
29748         scale 80
29749         scaleBeforeRotation
29750
29751 \end_inset
29752
29753  
29754 \family roman
29755 \series medium
29756 \bar no
29757 where you can enter the footnote text.
29758  If you want to turn existing text into a footnote, mark it and click on
29759  the footnote
29760 \family default
29761 \series default
29762 \bar default
29763  toolbar 
29764 \family roman
29765 \series medium
29766 \bar no
29767 button
29768 \family default
29769 \series default
29770 \bar default
29771 .
29772  To change a 
29773 \family roman
29774 \series medium
29775 \bar no
29776 footnote
29777 \family default
29778 \series default
29779 \bar default
29780  to text, press the 
29781 \family sans
29782 Backspace
29783 \family default
29784  key when the cursor is in the first position of a 
29785 \family roman
29786 \series medium
29787 \bar no
29788 footnote
29789 \family default
29790 \series default
29791 \bar default
29792 , or press the 
29793 \family sans
29794 Delete
29795 \family default
29796  key when the cursor is in the very last position of the 
29797 \family roman
29798 \series medium
29799 \bar no
29800 footnote
29801 \family default
29802 \series default
29803 \bar default
29804 , respectively.
29805 \end_layout
29806
29807 \begin_layout Standard
29808 Here is an example footnote:
29809 \family roman
29810 \series medium
29811 \bar no
29812
29813 \begin_inset Foot
29814 status open
29815
29816 \begin_layout Plain Layout
29817 \begin_inset CommandInset label
29818 LatexCommand label
29819 name "foot:This-is-an"
29820
29821 \end_inset
29822
29823 This is an example footnote.
29824 \end_layout
29825
29826 \end_inset
29827
29828
29829 \family default
29830 \series default
29831 \bar default
29832
29833 \begin_inset ERT
29834 status collapsed
29835
29836 \begin_layout Plain Layout
29837
29838
29839 \backslash
29840 newcounter{MyRepeatFoot}
29841 \end_layout
29842
29843 \begin_layout Plain Layout
29844
29845
29846 \backslash
29847 setcounter{MyRepeatFoot}{
29848 \backslash
29849 thefootnote}
29850 \end_layout
29851
29852 \end_inset
29853
29854
29855 \end_layout
29856
29857 \begin_layout Standard
29858 The footnote will appear in the output as a superscript number at the text
29859  position where the footnote box is placed.
29860  The footnote text is placed at the bottom of the current page.
29861  The footnote number is calculated by LaTeX; the numbers are consecutive.
29862  Whether the footnote number is reset for every chapter depends on your
29863  document class.
29864 \end_layout
29865
29866 \begin_layout Standard
29867 Footnotes can be referenced like floats: Insert a label into the footnote
29868  and cross-reference this label in the text as described in section
29869 \begin_inset space ~
29870 \end_inset
29871
29872
29873 \begin_inset CommandInset ref
29874 LatexCommand ref
29875 reference "sec:Referencing-Floats"
29876
29877 \end_inset
29878
29879 .
29880 \begin_inset Newline newline
29881 \end_inset
29882
29883 This is a cross-reference of Footnote
29884 \begin_inset space ~
29885 \end_inset
29886
29887
29888 \begin_inset CommandInset ref
29889 LatexCommand ref
29890 reference "foot:This-is-an"
29891
29892 \end_inset
29893
29894 .
29895 \end_layout
29896
29897 \begin_layout Standard
29898 \begin_inset VSpace defskip
29899 \end_inset
29900
29901 Footnotes in tables are not printed by LaTeX due to technical reasons.
29902  However there exists another method to print them: Instead of the footnote
29903  the command 
29904 \series bold
29905
29906 \backslash
29907 footnotemark{}
29908 \series default
29909  is inserted as TeX-code.
29910  The text of the footnote is entered as an argument of the TeX-code command
29911  
29912 \series bold
29913
29914 \backslash
29915 footnotetext
29916 \series default
29917  after the table.
29918 \begin_inset Newline newline
29919 \end_inset
29920
29921 This was done for the following table with the command
29922 \end_layout
29923
29924 \begin_layout Standard
29925
29926 \series bold
29927
29928 \backslash
29929 footnotetext{
29930 \series default
29931 Printed table footnote.
29932 \series bold
29933 }
29934 \end_layout
29935
29936 \begin_layout Standard
29937 \begin_inset Tabular
29938 <lyxtabular version="3" rows="2" columns="1">
29939 <features rotate="0" tabularvalignment="middle">
29940 <column alignment="center" valignment="top">
29941 <row>
29942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29943 \begin_inset Text
29944
29945 \begin_layout Plain Layout
29946 This an example text.
29947 \begin_inset Foot
29948 status open
29949
29950 \begin_layout Plain Layout
29951 This footnote will not be printed!
29952 \end_layout
29953
29954 \end_inset
29955
29956
29957 \end_layout
29958
29959 \end_inset
29960 </cell>
29961 </row>
29962 <row>
29963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29964 \begin_inset Text
29965
29966 \begin_layout Plain Layout
29967 This an example text.
29968 \begin_inset ERT
29969 status collapsed
29970
29971 \begin_layout Plain Layout
29972
29973
29974 \backslash
29975 footnotemark{}
29976 \end_layout
29977
29978 \end_inset
29979
29980
29981 \end_layout
29982
29983 \end_inset
29984 </cell>
29985 </row>
29986 </lyxtabular>
29987
29988 \end_inset
29989
29990
29991 \begin_inset ERT
29992 status collapsed
29993
29994 \begin_layout Plain Layout
29995
29996
29997 \backslash
29998 footnotetext{
29999 \end_layout
30000
30001 \end_inset
30002
30003 Printed table footnote.
30004 \begin_inset ERT
30005 status collapsed
30006
30007 \begin_layout Plain Layout
30008
30009 }
30010 \end_layout
30011
30012 \end_inset
30013
30014
30015 \end_layout
30016
30017 \begin_layout Standard
30018 Footnotes in longtables are described in section
30019 \begin_inset space ~
30020 \end_inset
30021
30022
30023 \begin_inset CommandInset ref
30024 LatexCommand ref
30025 reference "sub:Footnotes-in-Longtables"
30026
30027 \end_inset
30028
30029 .
30030 \end_layout
30031
30032 \begin_layout Standard
30033 Footnotes in minipage boxes are printed, but inside the box and with a different
30034  numbering because a minipage box is like a page inside a page.
30035  (For more about minipages, see section
30036 \begin_inset space ~
30037 \end_inset
30038
30039
30040 \begin_inset CommandInset ref
30041 LatexCommand ref
30042 reference "sec:Minipages"
30043
30044 \end_inset
30045
30046 .) To get a footnote in the minipage that is output at the bottom of the
30047  page like normal footnotes, also use the method of 
30048 \series bold
30049
30050 \backslash
30051 footnotemark{}
30052 \series default
30053  and 
30054 \series bold
30055
30056 \backslash
30057 footnotetext
30058 \series default
30059 .
30060 \end_layout
30061
30062 \begin_layout Standard
30063 \begin_inset Box Frameless
30064 position "t"
30065 hor_pos "c"
30066 has_inner_box 1
30067 inner_pos "t"
30068 use_parbox 0
30069 use_makebox 0
30070 width "100col%"
30071 special "none"
30072 height "1in"
30073 height_special "totalheight"
30074 status open
30075
30076 \begin_layout Plain Layout
30077 This an example text in a minipage.
30078 \begin_inset Foot
30079 status open
30080
30081 \begin_layout Plain Layout
30082 Footnote in the minipage.
30083 \end_layout
30084
30085 \end_inset
30086
30087
30088 \end_layout
30089
30090 \begin_layout Plain Layout
30091 This an example text in a minipage.
30092 \begin_inset ERT
30093 status collapsed
30094
30095 \begin_layout Plain Layout
30096
30097
30098 \backslash
30099 footnotemark{}
30100 \end_layout
30101
30102 \end_inset
30103
30104
30105 \end_layout
30106
30107 \end_inset
30108
30109
30110 \end_layout
30111
30112 \begin_layout Standard
30113 \begin_inset ERT
30114 status collapsed
30115
30116 \begin_layout Plain Layout
30117
30118
30119 \backslash
30120 footnotetext{
30121 \end_layout
30122
30123 \end_inset
30124
30125 Footnote outside the minipage.
30126 \begin_inset ERT
30127 status collapsed
30128
30129 \begin_layout Plain Layout
30130
30131 }
30132 \end_layout
30133
30134 \end_inset
30135
30136
30137 \end_layout
30138
30139 \begin_layout Standard
30140 \begin_inset VSpace defskip
30141 \end_inset
30142
30143
30144 \end_layout
30145
30146 \begin_layout Standard
30147 To refer to the same footnote several times without printing the footnote
30148  text every time, use the command 
30149 \series bold
30150
30151 \backslash
30152 footnotemark[number]
30153 \series default
30154  in TeX-code.
30155 \begin_inset Newline newline
30156 \end_inset
30157
30158 As you do not know the number of the repeating footnote while you are writing
30159  the text, you have to store its number.
30160  For the following footnote mark example, these commands were inserted in
30161  TeX-code after Footnote
30162 \begin_inset space ~
30163 \end_inset
30164
30165
30166 \begin_inset CommandInset ref
30167 LatexCommand ref
30168 reference "foot:This-is-an"
30169
30170 \end_inset
30171
30172  to store the footnote number:
30173 \end_layout
30174
30175 \begin_layout Standard
30176
30177 \series bold
30178
30179 \backslash
30180 newcounter{MyRepeatFoot}
30181 \begin_inset Newline newline
30182 \end_inset
30183
30184
30185 \backslash
30186 setcounter{MyRepeatFoot}{
30187 \backslash
30188 thefootnote}
30189 \end_layout
30190
30191 \begin_layout Standard
30192 The footnote mark was then created with this command:
30193 \end_layout
30194
30195 \begin_layout Standard
30196
30197 \series bold
30198
30199 \backslash
30200 footnotemark[
30201 \backslash
30202 theMyRepeatFoot]
30203 \end_layout
30204
30205 \begin_layout Standard
30206 Here is a repeated footnote:
30207 \family roman
30208 \series medium
30209 \bar no
30210
30211 \begin_inset ERT
30212 status collapsed
30213
30214 \begin_layout Plain Layout
30215
30216
30217 \backslash
30218 footnotemark[
30219 \backslash
30220 theMyRepeatFoot]
30221 \end_layout
30222
30223 \end_inset
30224
30225
30226 \end_layout
30227
30228 \begin_layout Standard
30229 If you want to repeat the previous footnote, you can omit the storage of
30230  the footnote number and just use this command instead:
30231 \end_layout
30232
30233 \begin_layout Standard
30234
30235 \series bold
30236
30237 \backslash
30238 footnotemark[
30239 \backslash
30240 thefootnote]
30241 \end_layout
30242
30243 \begin_layout Standard
30244 Here is another repeated footnote:
30245 \family roman
30246 \series medium
30247 \bar no
30248
30249 \begin_inset ERT
30250 status collapsed
30251
30252 \begin_layout Plain Layout
30253
30254
30255 \backslash
30256 footnotemark[
30257 \backslash
30258 thefootnote]
30259 \end_layout
30260
30261 \end_inset
30262
30263
30264 \end_layout
30265
30266 \begin_layout Subsection
30267 Footnote Numbering
30268 \begin_inset CommandInset label
30269 LatexCommand label
30270 name "sub:Footnote-Numbering"
30271
30272 \end_inset
30273
30274
30275 \begin_inset Index idx
30276 status collapsed
30277
30278 \begin_layout Plain Layout
30279 Footnotes ! Numbering
30280 \end_layout
30281
30282 \end_inset
30283
30284
30285 \end_layout
30286
30287 \begin_layout Standard
30288 To reset the footnote number back to 1 after each section
30289 \family roman
30290 , add this command to your document preamble:
30291 \end_layout
30292
30293 \begin_layout Standard
30294
30295 \series bold
30296
30297 \backslash
30298 @addtoreset{footnote}{section}
30299 \end_layout
30300
30301 \begin_layout Standard
30302 \begin_inset VSpace bigskip
30303 \end_inset
30304
30305 The following preamble command changes the footnote numbering style to small
30306  roman numerals:
30307 \end_layout
30308
30309 \begin_layout Standard
30310
30311 \series bold
30312
30313 \backslash
30314 renewcommand{
30315 \backslash
30316 thefootnote}{
30317 \backslash
30318 roman{footnote}}
30319 \end_layout
30320
30321 \begin_layout Standard
30322 \begin_inset ERT
30323 status collapsed
30324
30325 \begin_layout Plain Layout
30326
30327
30328 \backslash
30329 renewcommand{
30330 \backslash
30331 thefootnote}{
30332 \backslash
30333 roman{footnote}}
30334 \end_layout
30335
30336 \end_inset
30337
30338  This is a footnote with roman numbering:
30339 \begin_inset Foot
30340 status open
30341
30342 \begin_layout Plain Layout
30343 This is an example footnote with roman numbering.
30344 \end_layout
30345
30346 \end_inset
30347
30348
30349 \end_layout
30350
30351 \begin_layout Standard
30352 To change the numbering style to capital roman numerals replace in the command
30353  above 
30354 \series bold
30355
30356 \backslash
30357 roman
30358 \series default
30359  by 
30360 \series bold
30361
30362 \backslash
30363 Roman
30364 \series default
30365 .
30366  To 
30367 \begin_inset Quotes eld
30368 \end_inset
30369
30370 number
30371 \begin_inset Quotes erd
30372 \end_inset
30373
30374  footnotes with capital or small Latin letters use 
30375 \series bold
30376
30377 \backslash
30378 Alph
30379 \series default
30380  or 
30381 \series bold
30382
30383 \backslash
30384 alph
30385 \series default
30386 , respectively.
30387  To 
30388 \begin_inset Quotes eld
30389 \end_inset
30390
30391 number
30392 \begin_inset Quotes erd
30393 \end_inset
30394
30395  footnotes with symbols use 
30396 \series bold
30397
30398 \backslash
30399 fnsymbol
30400 \series default
30401 .
30402 \end_layout
30403
30404 \begin_layout Standard
30405 \begin_inset Note Greyedout
30406 status open
30407
30408 \begin_layout Plain Layout
30409
30410 \series bold
30411 Note:
30412 \series default
30413  You can only number 26 footnotes with Latin letters, because this numbering
30414  is limited to single letters.
30415 \end_layout
30416
30417 \end_inset
30418
30419
30420 \begin_inset Newline newline
30421 \end_inset
30422
30423
30424 \begin_inset Note Greyedout
30425 status open
30426
30427 \begin_layout Plain Layout
30428
30429 \series bold
30430 Note:
30431 \series default
30432  You can only number 9 footnotes with symbols.
30433 \end_layout
30434
30435 \end_inset
30436
30437
30438 \end_layout
30439
30440 \begin_layout Standard
30441 To return to the default numbering style after you have changed to another
30442  one, use 
30443 \series bold
30444
30445 \backslash
30446 arabic
30447 \series default
30448  instead of 
30449 \series bold
30450
30451 \backslash
30452 roman
30453 \series default
30454  in the command above.
30455 \begin_inset ERT
30456 status collapsed
30457
30458 \begin_layout Plain Layout
30459
30460
30461 \backslash
30462 renewcommand{
30463 \backslash
30464 thefootnote}{
30465 \backslash
30466 arabic{footnote}}
30467 \end_layout
30468
30469 \end_inset
30470
30471
30472 \end_layout
30473
30474 \begin_layout Standard
30475 \begin_inset VSpace bigskip
30476 \end_inset
30477
30478
30479 \end_layout
30480
30481 \begin_layout Standard
30482 If you want to have footnotes numbered in the scheme 
30483 \begin_inset Quotes eld
30484 \end_inset
30485
30486 chapter.footnote
30487 \begin_inset Quotes erd
30488 \end_inset
30489
30490 , add the following command to your document preamble:
30491 \end_layout
30492
30493 \begin_layout Standard
30494
30495 \series bold
30496
30497 \backslash
30498 numberwithin{footnote}{chapter}
30499 \end_layout
30500
30501 \begin_layout Standard
30502 To be able to use the command 
30503 \series bold
30504
30505 \backslash
30506 numberwithin
30507 \series default
30508 , set in the tab 
30509 \family sans
30510 Math
30511 \begin_inset space ~
30512 \end_inset
30513
30514 Options
30515 \family default
30516  in the document settings the option 
30517 \family sans
30518 Use
30519 \begin_inset space ~
30520 \end_inset
30521
30522 AMS
30523 \begin_inset space ~
30524 \end_inset
30525
30526 math
30527 \begin_inset space ~
30528 \end_inset
30529
30530 package
30531 \family default
30532 .
30533 \end_layout
30534
30535 \begin_layout Standard
30536 \begin_inset ERT
30537 status collapsed
30538
30539 \begin_layout Plain Layout
30540
30541
30542 \backslash
30543 numberwithin{footnote}{chapter}
30544 \end_layout
30545
30546 \end_inset
30547
30548 This is another example footnote:
30549 \series bold
30550
30551 \begin_inset Foot
30552 status open
30553
30554 \begin_layout Plain Layout
30555 This is a footnote numbered in the scheme 
30556 \begin_inset Quotes eld
30557 \end_inset
30558
30559 chapter.footnote
30560 \begin_inset Quotes erd
30561 \end_inset
30562
30563 .
30564 \end_layout
30565
30566 \end_inset
30567
30568
30569 \series default
30570
30571 \begin_inset ERT
30572 status collapsed
30573
30574 \begin_layout Plain Layout
30575
30576
30577 \backslash
30578 renewcommand{
30579 \backslash
30580 thefootnote}{
30581 \backslash
30582 arabic{footnote}}
30583 \end_layout
30584
30585 \end_inset
30586
30587
30588 \end_layout
30589
30590 \begin_layout Standard
30591 \begin_inset Note Greyedout
30592 status open
30593
30594 \begin_layout Plain Layout
30595
30596 \series bold
30597 Note:
30598 \series default
30599  
30600 \series bold
30601
30602 \backslash
30603 numberwithin
30604 \series default
30605  always prints out the footnote number as arabic number; previous redefinitions
30606  to get non-arabic numbers are overwritten.
30607 \end_layout
30608
30609 \end_inset
30610
30611
30612 \end_layout
30613
30614 \begin_layout Standard
30615 So to get for example the scheme 
30616 \begin_inset Quotes eld
30617 \end_inset
30618
30619 chapter.
30620 \backslash
30621 Roman{footnote}
30622 \begin_inset Quotes erd
30623 \end_inset
30624
30625 , use this command instead of 
30626 \series bold
30627
30628 \backslash
30629 numberwithin
30630 \series default
30631 :
30632 \end_layout
30633
30634 \begin_layout Standard
30635
30636 \series bold
30637
30638 \backslash
30639 renewcommand{
30640 \backslash
30641 thefootnote}{
30642 \backslash
30643 thechapter.
30644 \backslash
30645 Roman{footnote}}
30646 \end_layout
30647
30648 \begin_layout Subsection
30649 Footnote Placement
30650 \begin_inset Index idx
30651 status collapsed
30652
30653 \begin_layout Plain Layout
30654 Footnotes ! Placement
30655 \end_layout
30656
30657 \end_inset
30658
30659
30660 \end_layout
30661
30662 \begin_layout Standard
30663 If you have several footnotes in one page, they appear without vertical
30664  space between them at the bottom of the page.
30665  To make them more readable you can e.
30666 \begin_inset space \thinspace{}
30667 \end_inset
30668
30669 g.
30670 \begin_inset space \space{}
30671 \end_inset
30672
30673 add 1.5
30674 \begin_inset space \thinspace{}
30675 \end_inset
30676
30677 mm space with the following preamble command:
30678 \end_layout
30679
30680 \begin_layout Standard
30681
30682 \series bold
30683
30684 \backslash
30685 let
30686 \backslash
30687 myFoot
30688 \backslash
30689 footnote
30690 \begin_inset Newline newline
30691 \end_inset
30692
30693
30694 \backslash
30695 renewcommand{
30696 \backslash
30697 footnote}[1]{
30698 \backslash
30699 myFoot{#1
30700 \backslash
30701 vspace{1.5mm}}}
30702 \end_layout
30703
30704 \begin_layout Standard
30705 \begin_inset VSpace bigskip
30706 \end_inset
30707
30708 In a two-column document the footnotes appear at the bottom of every column,
30709  see Figure
30710 \begin_inset space ~
30711 \end_inset
30712
30713
30714 \begin_inset CommandInset ref
30715 LatexCommand ref
30716 reference "fig:Standard-footnote-placement"
30717
30718 \end_inset
30719
30720 .
30721  If the footnotes should only appear at the bottom of the right column,
30722  as in Figure
30723 \begin_inset space ~
30724 \end_inset
30725
30726
30727 \begin_inset CommandInset ref
30728 LatexCommand ref
30729 reference "fig:Footnote-placement-in"
30730
30731 \end_inset
30732
30733 , use the LaTeX-package 
30734 \series bold
30735 ftnright
30736 \series default
30737
30738 \begin_inset Index idx
30739 status collapsed
30740
30741 \begin_layout Plain Layout
30742 LaTeX-packages ! ftnright
30743 \end_layout
30744
30745 \end_inset
30746
30747  with this command in the document preamble:
30748 \end_layout
30749
30750 \begin_layout Standard
30751
30752 \series bold
30753
30754 \backslash
30755 usepackage{ftnright}
30756 \end_layout
30757
30758 \begin_layout Standard
30759 \begin_inset Float figure
30760 placement !h
30761 wide false
30762 sideways false
30763 status open
30764
30765 \begin_layout Plain Layout
30766 \begin_inset ERT
30767 status collapsed
30768
30769 \begin_layout Plain Layout
30770
30771
30772 \backslash
30773 framebox{
30774 \end_layout
30775
30776 \end_inset
30777
30778
30779 \begin_inset Graphics
30780         filename clipart/without_fntright.pdf
30781         width 100col%
30782         scaleBeforeRotation
30783
30784 \end_inset
30785
30786
30787 \begin_inset ERT
30788 status collapsed
30789
30790 \begin_layout Plain Layout
30791
30792 }
30793 \end_layout
30794
30795 \end_inset
30796
30797
30798 \end_layout
30799
30800 \begin_layout Plain Layout
30801 \begin_inset Caption Standard
30802
30803 \begin_layout Plain Layout
30804 \begin_inset CommandInset label
30805 LatexCommand label
30806 name "fig:Standard-footnote-placement"
30807
30808 \end_inset
30809
30810 Standard footnote placement in two-column documents.
30811 \end_layout
30812
30813 \end_inset
30814
30815
30816 \end_layout
30817
30818 \end_inset
30819
30820
30821 \end_layout
30822
30823 \begin_layout Standard
30824 \begin_inset Float figure
30825 placement !h
30826 wide false
30827 sideways false
30828 status open
30829
30830 \begin_layout Plain Layout
30831 \begin_inset ERT
30832 status collapsed
30833
30834 \begin_layout Plain Layout
30835
30836
30837 \backslash
30838 framebox{
30839 \end_layout
30840
30841 \end_inset
30842
30843
30844 \begin_inset Graphics
30845         filename clipart/with_fntright.pdf
30846         width 100col%
30847         scaleBeforeRotation
30848
30849 \end_inset
30850
30851
30852 \begin_inset ERT
30853 status collapsed
30854
30855 \begin_layout Plain Layout
30856
30857 }
30858 \end_layout
30859
30860 \end_inset
30861
30862
30863 \end_layout
30864
30865 \begin_layout Plain Layout
30866 \begin_inset Caption Standard
30867
30868 \begin_layout Plain Layout
30869 \begin_inset CommandInset label
30870 LatexCommand label
30871 name "fig:Footnote-placement-in"
30872
30873 \end_inset
30874
30875 Footnote placement in two-column documents when the LaTeX-package 
30876 \series bold
30877 ftnright
30878 \series default
30879  is used.
30880 \end_layout
30881
30882 \end_inset
30883
30884
30885 \end_layout
30886
30887 \end_inset
30888
30889
30890 \end_layout
30891
30892 \begin_layout Standard
30893 \begin_inset VSpace bigskip
30894 \end_inset
30895
30896 In some scientific literature it is usual to collect the footnotes and print
30897  them in a separate paragraph at the end of a section, as in Figure
30898 \begin_inset space ~
30899 \end_inset
30900
30901
30902 \begin_inset CommandInset ref
30903 LatexCommand ref
30904 reference "fig:Endnotes"
30905
30906 \end_inset
30907
30908 .
30909  They are then called 
30910 \begin_inset Quotes eld
30911 \end_inset
30912
30913 endnotes
30914 \begin_inset Quotes erd
30915 \end_inset
30916
30917 .
30918 \begin_inset Index idx
30919 status collapsed
30920
30921 \begin_layout Plain Layout
30922 Endnotes
30923 \end_layout
30924
30925 \end_inset
30926
30927  To use endnotes instead of footnotes in your document, load in the menu
30928  
30929 \family sans
30930 Document\SpecialChar \menuseparator
30931 Settings\SpecialChar \menuseparator
30932 Modules 
30933 \family default
30934 the module 
30935 \family sans
30936 Foot
30937 \begin_inset space ~
30938 \end_inset
30939
30940 to
30941 \begin_inset space ~
30942 \end_inset
30943
30944 End
30945 \family default
30946 .
30947  To insert the collected footnotes, insert the command
30948 \end_layout
30949
30950 \begin_layout Standard
30951
30952 \series bold
30953
30954 \backslash
30955 theendnotes
30956 \end_layout
30957
30958 \begin_layout Standard
30959 in TeX-Code at the end of a section or chapter.
30960 \end_layout
30961
30962 \begin_layout Standard
30963 \begin_inset Float figure
30964 wide false
30965 sideways false
30966 status open
30967
30968 \begin_layout Plain Layout
30969 \align center
30970 \begin_inset ERT
30971 status collapsed
30972
30973 \begin_layout Plain Layout
30974
30975
30976 \backslash
30977 framebox{
30978 \end_layout
30979
30980 \end_inset
30981
30982
30983 \begin_inset Graphics
30984         filename clipart/endnotes.pdf
30985         scaleBeforeRotation
30986
30987 \end_inset
30988
30989
30990 \begin_inset ERT
30991 status collapsed
30992
30993 \begin_layout Plain Layout
30994
30995 }
30996 \end_layout
30997
30998 \end_inset
30999
31000
31001 \end_layout
31002
31003 \begin_layout Plain Layout
31004 \begin_inset Caption Standard
31005
31006 \begin_layout Plain Layout
31007 \begin_inset CommandInset label
31008 LatexCommand label
31009 name "fig:Endnotes"
31010
31011 \end_inset
31012
31013 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
31014  or chapters.
31015 \end_layout
31016
31017 \end_inset
31018
31019
31020 \end_layout
31021
31022 \end_inset
31023
31024
31025 \end_layout
31026
31027 \begin_layout Standard
31028 \begin_inset VSpace medskip
31029 \end_inset
31030
31031 The paragraph heading for the endnotes isn't automatically translated into
31032  the document language, this must be done manually.
31033  The following preamble command translates the default English 
31034 \begin_inset Quotes eld
31035 \end_inset
31036
31037 Notes
31038 \begin_inset Quotes erd
31039 \end_inset
31040
31041  into the German 
31042 \begin_inset Quotes eld
31043 \end_inset
31044
31045 Anmerkungen
31046 \begin_inset Quotes erd
31047 \end_inset
31048
31049 :
31050 \end_layout
31051
31052 \begin_layout Standard
31053
31054 \series bold
31055
31056 \backslash
31057 renewcommand{
31058 \backslash
31059 notesname}{Anmerkungen}
31060 \end_layout
31061
31062 \begin_layout Standard
31063 \begin_inset VSpace medskip
31064 \end_inset
31065
31066 The numbering of endnotes can be changed like the footnote numbering as
31067  described in section
31068 \begin_inset space ~
31069 \end_inset
31070
31071
31072 \begin_inset CommandInset ref
31073 LatexCommand ref
31074 reference "sub:Footnote-Numbering"
31075
31076 \end_inset
31077
31078 ; just replace the command 
31079 \series bold
31080
31081 \backslash
31082 thefootnote
31083 \series default
31084  by 
31085 \series bold
31086
31087 \backslash
31088 theendnote
31089 \series default
31090 .
31091  To reset the endnote number use the command 
31092 \series bold
31093
31094 \backslash
31095 @addtoreset
31096 \series default
31097  as described in section
31098 \begin_inset space ~
31099 \end_inset
31100
31101
31102 \begin_inset CommandInset ref
31103 LatexCommand ref
31104 reference "sub:Footnote-Numbering"
31105
31106 \end_inset
31107
31108  and replace the command parameter 
31109 \series bold
31110 footnote
31111 \series default
31112  by 
31113 \series bold
31114 endnote
31115 \series default
31116 .
31117 \end_layout
31118
31119 \begin_layout Standard
31120 For endnotes there is the command 
31121 \series bold
31122
31123 \backslash
31124 endnotemark[number]
31125 \series default
31126  similar to the command 
31127 \series bold
31128
31129 \backslash
31130 footnotemark
31131 \series default
31132 , that is described in section
31133 \begin_inset space ~
31134 \end_inset
31135
31136
31137 \begin_inset CommandInset ref
31138 LatexCommand ref
31139 reference "sec:Footnotes"
31140
31141 \end_inset
31142
31143 .
31144 \end_layout
31145
31146 \begin_layout Standard
31147 \begin_inset VSpace bigskip
31148 \end_inset
31149
31150 Footnotes can also be placed in the page margin and the footnote text alignment
31151  can be changed, see the LaTeX-package 
31152 \series bold
31153 footmisc
31154 \series default
31155
31156 \begin_inset Index idx
31157 status collapsed
31158
31159 \begin_layout Plain Layout
31160 LaTeX-packages ! footmisc
31161 \end_layout
31162
31163 \end_inset
31164
31165
31166 \begin_inset CommandInset citation
31167 LatexCommand cite
31168 key "footmisc"
31169
31170 \end_inset
31171
31172  for more information about this.
31173 \end_layout
31174
31175 \begin_layout Standard
31176 For various further footnote formatting issues have a look at LaTeX-books,
31177  
31178 \begin_inset CommandInset citation
31179 LatexCommand cite
31180 key "latexcompanion,latexguide,latexbook"
31181
31182 \end_inset
31183
31184 .
31185  If you are using a 
31186 \series bold
31187 KOMA-Script
31188 \series default
31189
31190 \begin_inset Index idx
31191 status collapsed
31192
31193 \begin_layout Plain Layout
31194 LaTeX-packages ! KOMA-Script
31195 \end_layout
31196
31197 \end_inset
31198
31199  document class, you can adjust all footnote settings using class-specific
31200  commands, see 
31201 \begin_inset CommandInset citation
31202 LatexCommand cite
31203 key "KOMA-Script"
31204
31205 \end_inset
31206
31207 .
31208 \end_layout
31209
31210 \begin_layout Section
31211 Margin Notes
31212 \begin_inset Index idx
31213 status collapsed
31214
31215 \begin_layout Plain Layout
31216 Notes ! Margin Notes
31217 \end_layout
31218
31219 \end_inset
31220
31221
31222 \end_layout
31223
31224 \begin_layout Standard
31225 Margin notes look and behave in LyX like footnotes.
31226  They are inserted via the menu 
31227 \family sans
31228 Insert\SpecialChar \menuseparator
31229 Marginal
31230 \begin_inset space ~
31231 \end_inset
31232
31233 Note
31234 \family default
31235  or the toolbar button 
31236 \begin_inset Info
31237 type  "icon"
31238 arg   "marginalnote-insert"
31239 \end_inset
31240
31241 .
31242  A grey 
31243 \family roman
31244 \series medium
31245 box with the
31246 \family default
31247 \series default
31248  red 
31249 \family roman
31250 \series medium
31251 label 
31252 \begin_inset Quotes eld
31253 \end_inset
31254
31255 margin
31256 \begin_inset Quotes erd
31257 \end_inset
31258
31259  appears where you can enter the text of the margin note.
31260 \end_layout
31261
31262 \begin_layout Standard
31263 At the side is an example margin note.
31264
31265 \family roman
31266 \series medium
31267  
31268 \begin_inset Marginal
31269 status open
31270
31271 \begin_layout Plain Layout
31272 This is a margin note.
31273 \end_layout
31274
31275 \end_inset
31276
31277
31278 \end_layout
31279
31280 \begin_layout Standard
31281 Margin notes appear at the right side in single-sided documents.
31282  In double-sided documents they appear in the outer margin â€“ left on even
31283  pages, right on odd pages.
31284  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
31285 d when the note appears in the left margin.
31286  The first line of the margin note is placed at the position of the text
31287  line where it is inserted in the document.
31288 \end_layout
31289
31290 \begin_layout Standard
31291 \begin_inset VSpace bigskip
31292 \end_inset
31293
31294 To place the margin note in the inner margin, add the command
31295 \end_layout
31296
31297 \begin_layout Standard
31298
31299 \series bold
31300
31301 \backslash
31302 reversemarginpar
31303 \end_layout
31304
31305 \begin_layout Standard
31306 in TeX-Code before a margin note.
31307  The new placement is valid for all subsequent margin notes.
31308  
31309 \begin_inset ERT
31310 status collapsed
31311
31312 \begin_layout Plain Layout
31313
31314
31315 \backslash
31316 reversemarginpar 
31317 \end_layout
31318
31319 \end_inset
31320
31321
31322 \begin_inset Marginal
31323 status open
31324
31325 \begin_layout Plain Layout
31326 This is a margin note in the inner margin.
31327 \end_layout
31328
31329 \end_inset
31330
31331
31332 \series bold
31333
31334 \begin_inset Newline newline
31335 \end_inset
31336
31337
31338 \series default
31339
31340 \begin_inset Note Greyedout
31341 status open
31342
31343 \begin_layout Plain Layout
31344
31345 \series bold
31346 Note:
31347 \series default
31348  There is often not enough space in the inner margin so that the notes are
31349  not correctly displayed in the output.
31350 \end_layout
31351
31352 \end_inset
31353
31354
31355 \end_layout
31356
31357 \begin_layout Standard
31358 To return to the default placement insert the command
31359 \end_layout
31360
31361 \begin_layout Standard
31362
31363 \series bold
31364
31365 \backslash
31366 normalmarginpar
31367 \end_layout
31368
31369 \begin_layout Standard
31370 in TeX-Code.
31371 \begin_inset ERT
31372 status collapsed
31373
31374 \begin_layout Plain Layout
31375
31376
31377 \backslash
31378 normalmarginpar 
31379 \end_layout
31380
31381 \end_inset
31382
31383  
31384 \begin_inset Note Greyedout
31385 status open
31386
31387 \begin_layout Plain Layout
31388
31389 \series bold
31390 Note:
31391 \series default
31392  The command is ignored when it is within a paragraph where also the command
31393  
31394 \series bold
31395
31396 \backslash
31397 reversemarginpar
31398 \series default
31399  is inserted.
31400 \end_layout
31401
31402 \end_inset
31403
31404
31405 \end_layout
31406
31407 \begin_layout Standard
31408 \begin_inset VSpace bigskip
31409 \end_inset
31410
31411
31412 \family roman
31413 \series medium
31414
31415 \begin_inset Marginal
31416 status open
31417
31418 \begin_layout Plain Layout
31419 AVeryLongMarginParWord that isn't hyphenated.
31420 \end_layout
31421
31422 \end_inset
31423
31424
31425 \family default
31426 \series default
31427  Similar to the case described in section
31428 \begin_inset space ~
31429 \end_inset
31430
31431
31432 \begin_inset CommandInset ref
31433 LatexCommand ref
31434 reference "sub:Multiple-Lines-in"
31435
31436 \end_inset
31437
31438 , long words cannot be hyphenated when they are the first word in a margin
31439  note.
31440  To avoid this, insert 0
31441 \begin_inset space \thinspace{}
31442 \end_inset
31443
31444 pt horizontal space before the word
31445 \family roman
31446 \series medium
31447 .
31448  
31449 \begin_inset Marginal
31450 status open
31451
31452 \begin_layout Plain Layout
31453 \begin_inset space \hspace*{}
31454 \length 0pt
31455 \end_inset
31456
31457 AVeryLongMarginParWord that is hyphenated.
31458 \end_layout
31459
31460 \end_inset
31461
31462
31463 \end_layout
31464
31465 \begin_layout Standard
31466 \begin_inset VSpace bigskip
31467 \end_inset
31468
31469
31470 \end_layout
31471
31472 \begin_layout Standard
31473 \begin_inset Note Greyedout
31474 status open
31475
31476 \begin_layout Plain Layout
31477
31478 \series bold
31479 Note:
31480 \series default
31481  Margin notes can normally not be used inside tables, floats, and footnotes.
31482 \end_layout
31483
31484 \end_inset
31485
31486
31487 \end_layout
31488
31489 \begin_layout Standard
31490 \begin_inset VSpace bigskip
31491 \end_inset
31492
31493
31494 \end_layout
31495
31496 \begin_layout Standard
31497 \begin_inset ERT
31498 status collapsed
31499
31500 \begin_layout Plain Layout
31501
31502
31503 \backslash
31504 ifmarginnote
31505 \end_layout
31506
31507 \end_inset
31508
31509
31510 \begin_inset Note Note
31511 status open
31512
31513 \begin_layout Plain Layout
31514 The following section will only be displayed when the LaTeX-package 
31515 \series bold
31516 marginnote
31517 \series default
31518  is installed.
31519 \end_layout
31520
31521 \end_inset
31522
31523
31524 \end_layout
31525
31526 \begin_layout Standard
31527 This restriction can be evaded by using the LaTeX-package 
31528 \series bold
31529 marginnote
31530 \series default
31531
31532 \begin_inset Index idx
31533 status collapsed
31534
31535 \begin_layout Plain Layout
31536 LaTeX-packages ! marginnote
31537 \end_layout
31538
31539 \end_inset
31540
31541 .
31542  By adding these two lines to your document preamble, the command used by
31543  LyX for margin notes is redefined to use the command provided by the 
31544 \series bold
31545 marginnote
31546 \series default
31547 -package:
31548 \end_layout
31549
31550 \begin_layout Standard
31551
31552 \series bold
31553
31554 \backslash
31555 usepackage{marginnote}
31556 \begin_inset Newline newline
31557 \end_inset
31558
31559
31560 \backslash
31561 let
31562 \backslash
31563 marginpar
31564 \backslash
31565 marginnote
31566 \end_layout
31567
31568 \begin_layout Standard
31569 This is also used in this document because 
31570 \series bold
31571 marginnote
31572 \series default
31573  has another useful feature: You can set a vertical offset for the note.
31574  This is often needed when too many margin notes are too close together
31575  or for a better page layout.
31576  The offset is set in LyX as TeX-Code directly after the margin note in
31577  the scheme
31578 \end_layout
31579
31580 \begin_layout Standard
31581
31582 \series bold
31583 [offset]
31584 \end_layout
31585
31586 \begin_layout Standard
31587 where the offset is a length with one of the units listed in Table
31588 \begin_inset space ~
31589 \end_inset
31590
31591
31592 \begin_inset CommandInset ref
31593 LatexCommand ref
31594 reference "tab:Units"
31595
31596 \end_inset
31597
31598 .
31599  A negative value shifts the note up, a positive value shifts it down.
31600  
31601 \family roman
31602 \series medium
31603 For example the margin note beside this text line is shifted up 1.5
31604 \begin_inset space \thinspace{}
31605 \end_inset
31606
31607 cm with the TeX-Code-command 
31608 \begin_inset Quotes eld
31609 \end_inset
31610
31611
31612 \family default
31613 \series bold
31614 [-1.5cm]
31615 \family roman
31616 \series medium
31617
31618 \begin_inset Quotes erd
31619 \end_inset
31620
31621
31622 \begin_inset Marginal
31623 status open
31624
31625 \begin_layout Plain Layout
31626 This margin note is shifted up 1.5
31627 \begin_inset space \thinspace{}
31628 \end_inset
31629
31630 cm from its original position.
31631 \end_layout
31632
31633 \end_inset
31634
31635
31636 \family default
31637 \series default
31638
31639 \begin_inset ERT
31640 status collapsed
31641
31642 \begin_layout Plain Layout
31643
31644 [-1.5cm]
31645 \end_layout
31646
31647 \end_inset
31648
31649
31650 \end_layout
31651
31652 \begin_layout Standard
31653 \begin_inset VSpace medskip
31654 \end_inset
31655
31656 With 
31657 \series bold
31658 marginnote
31659 \series default
31660  you can also change the alignment of the text in the margin note.
31661  For example the commands
31662 \end_layout
31663
31664 \begin_layout Standard
31665
31666 \series bold
31667
31668 \backslash
31669 renewcommand*{
31670 \backslash
31671 raggedleftmarginnote}{
31672 \backslash
31673 centering}
31674 \begin_inset Newline newline
31675 \end_inset
31676
31677
31678 \backslash
31679 renewcommand*{
31680 \backslash
31681 raggedrightmarginnote}{
31682 \backslash
31683 centering}
31684 \end_layout
31685
31686 \begin_layout Standard
31687 set the alignment to centered.
31688  
31689 \series bold
31690
31691 \backslash
31692 raggedleftmarginnote
31693 \series default
31694  denotes margin notes that appear at the left side.
31695 \family roman
31696 \series medium
31697
31698 \begin_inset ERT
31699 status collapsed
31700
31701 \begin_layout Plain Layout
31702
31703
31704 \backslash
31705 renewcommand*{
31706 \backslash
31707 raggedleftmarginnote}{
31708 \backslash
31709 centering}
31710 \end_layout
31711
31712 \begin_layout Plain Layout
31713
31714
31715 \backslash
31716 renewcommand*{
31717 \backslash
31718 raggedrightmarginnote}{
31719 \backslash
31720 centering}
31721 \end_layout
31722
31723 \end_inset
31724
31725
31726 \begin_inset Marginal
31727 status open
31728
31729 \begin_layout Plain Layout
31730 The text of this margin note is centered.
31731 \end_layout
31732
31733 \end_inset
31734
31735
31736 \family default
31737 \series default
31738  The default is
31739 \end_layout
31740
31741 \begin_layout Standard
31742
31743 \series bold
31744
31745 \backslash
31746 renewcommand*{
31747 \backslash
31748 raggedleftmarginnote}{
31749 \backslash
31750 raggedleft}
31751 \begin_inset Newline newline
31752 \end_inset
31753
31754
31755 \backslash
31756 renewcommand*{
31757 \backslash
31758 raggedrightmarginnote}{
31759 \backslash
31760 raggedright}
31761 \family roman
31762 \series medium
31763
31764 \begin_inset ERT
31765 status collapsed
31766
31767 \begin_layout Plain Layout
31768
31769
31770 \backslash
31771 renewcommand*{
31772 \backslash
31773 raggedleftmarginnote}{
31774 \backslash
31775 raggedleft}
31776 \end_layout
31777
31778 \begin_layout Plain Layout
31779
31780
31781 \backslash
31782 renewcommand*{
31783 \backslash
31784 raggedrightmarginnote}{
31785 \backslash
31786 raggedright}
31787 \end_layout
31788
31789 \end_inset
31790
31791
31792 \end_layout
31793
31794 \begin_layout Standard
31795 \begin_inset VSpace medskip
31796 \end_inset
31797
31798 For the other features of 
31799 \series bold
31800 marginnote
31801 \series default
31802  refer to its documentation 
31803 \begin_inset CommandInset citation
31804 LatexCommand cite
31805 key "marginnote"
31806
31807 \end_inset
31808
31809 .
31810 \end_layout
31811
31812 \begin_layout Standard
31813 \begin_inset VSpace bigskip
31814 \end_inset
31815
31816 You can adjust the layout of margin notes by changing its definition.
31817  To create for example a header for all margin notes with the underlined,
31818  sans-serif, and bold header text 
31819 \begin_inset Quotes eld
31820 \end_inset
31821
31822
31823 \family sans
31824 \series bold
31825 \bar under
31826 Attention!
31827 \family default
31828 \series default
31829 \bar default
31830
31831 \begin_inset Quotes erd
31832 \end_inset
31833
31834 , add this to your document preamble:
31835 \end_layout
31836
31837 \begin_layout Standard
31838
31839 \series bold
31840
31841 \backslash
31842 let
31843 \backslash
31844 myMarginpar
31845 \backslash
31846 marginpar
31847 \begin_inset Newline newline
31848 \end_inset
31849
31850
31851 \backslash
31852 renewcommand{
31853 \backslash
31854 marginpar}[1]{
31855 \backslash
31856 myMarginpar{%
31857 \begin_inset Newline newline
31858 \end_inset
31859
31860
31861 \begin_inset Phantom HPhantom
31862 status open
31863
31864 \begin_layout Plain Layout
31865
31866 \series bold
31867 \begin_inset space ~
31868 \end_inset
31869
31870
31871 \end_layout
31872
31873 \end_inset
31874
31875
31876 \backslash
31877 hspace{0pt}
31878 \backslash
31879 textsf{
31880 \backslash
31881 textbf{
31882 \backslash
31883 underbar{Attention!}}}%
31884 \begin_inset Newline newline
31885 \end_inset
31886
31887
31888 \begin_inset Phantom HPhantom
31889 status open
31890
31891 \begin_layout Plain Layout
31892
31893 \series bold
31894 \begin_inset space ~
31895 \end_inset
31896
31897
31898 \end_layout
31899
31900 \end_inset
31901
31902
31903 \backslash
31904 vspace{1.5mm}
31905 \backslash
31906
31907 \backslash
31908 #1}}
31909 \end_layout
31910
31911 \begin_layout Standard
31912
31913 \family roman
31914 \series medium
31915 \begin_inset ERT
31916 status collapsed
31917
31918 \begin_layout Plain Layout
31919
31920
31921 \backslash
31922 let
31923 \backslash
31924 myMarginpar
31925 \backslash
31926 marginpar
31927 \end_layout
31928
31929 \begin_layout Plain Layout
31930
31931
31932 \backslash
31933 renewcommand{
31934 \backslash
31935 marginpar}[1]{
31936 \backslash
31937 myMarginpar{%
31938 \end_layout
31939
31940 \begin_layout Plain Layout
31941
31942    
31943 \backslash
31944 textsf{
31945 \backslash
31946 textbf{
31947 \backslash
31948 underbar{Attention!}}}%
31949 \end_layout
31950
31951 \begin_layout Plain Layout
31952
31953    
31954 \backslash
31955 vspace{1.5mm}
31956 \backslash
31957
31958 \backslash
31959 #1}}
31960 \end_layout
31961
31962 \end_inset
31963
31964
31965 \begin_inset Marginal
31966 status open
31967
31968 \begin_layout Plain Layout
31969 This is a margin note with a defined heading.
31970 \end_layout
31971
31972 \end_inset
31973
31974
31975 \family default
31976 \series default
31977
31978 \begin_inset ERT
31979 status collapsed
31980
31981 \begin_layout Plain Layout
31982
31983 [-1.5cm]
31984 \end_layout
31985
31986 \end_inset
31987
31988
31989 \family roman
31990 \series medium
31991
31992 \begin_inset ERT
31993 status collapsed
31994
31995 \begin_layout Plain Layout
31996
31997
31998 \backslash
31999 renewcommand{
32000 \backslash
32001 marginpar}[1]{
32002 \backslash
32003 myMarginpar{#1}}
32004 \end_layout
32005
32006 \end_inset
32007
32008
32009 \family default
32010 \series default
32011
32012 \begin_inset Note Note
32013 status collapsed
32014
32015 \begin_layout Plain Layout
32016 The margin note format is changed only for this example.
32017 \end_layout
32018
32019 \end_inset
32020
32021
32022 \end_layout
32023
32024 \begin_layout Standard
32025 \begin_inset ERT
32026 status collapsed
32027
32028 \begin_layout Plain Layout
32029
32030
32031 \backslash
32032 else
32033 \end_layout
32034
32035 \end_inset
32036
32037
32038 \begin_inset Note Note
32039 status open
32040
32041 \begin_layout Plain Layout
32042 The following will be displayed when the LaTeX-package 
32043 \series bold
32044 marginnote
32045 \series default
32046  is not installed:
32047 \end_layout
32048
32049 \end_inset
32050
32051
32052 \end_layout
32053
32054 \begin_layout Standard
32055 You need to install the LaTeX-package 
32056 \series bold
32057 marginnote
32058 \series default
32059  to see the following part of this section in the output.
32060 \end_layout
32061
32062 \begin_layout Standard
32063 \begin_inset ERT
32064 status collapsed
32065
32066 \begin_layout Plain Layout
32067
32068
32069 \backslash
32070 fi
32071 \end_layout
32072
32073 \end_inset
32074
32075
32076 \end_layout
32077
32078 \begin_layout Chapter
32079 Boxes
32080 \end_layout
32081
32082 \begin_layout Section
32083 Introduction
32084 \begin_inset Index idx
32085 status collapsed
32086
32087 \begin_layout Plain Layout
32088 Boxes ! Introduction
32089 \end_layout
32090
32091 \end_inset
32092
32093
32094 \end_layout
32095
32096 \begin_layout Standard
32097 Boxes are used to format a block of text.
32098  Boxes can be used to write documents with multiple languages, see section
32099 \begin_inset space ~
32100 \end_inset
32101
32102
32103 \begin_inset CommandInset ref
32104 LatexCommand ref
32105 reference "sec:Minipages"
32106
32107 \end_inset
32108
32109 , to frame texts, see section
32110 \begin_inset space ~
32111 \end_inset
32112
32113
32114 \begin_inset CommandInset ref
32115 LatexCommand ref
32116 reference "sec:Decoration"
32117
32118 \end_inset
32119
32120 , to prevent words from being hyphenated, see section
32121 \begin_inset space ~
32122 \end_inset
32123
32124
32125 \begin_inset CommandInset ref
32126 LatexCommand ref
32127 reference "sec:Prevent-Hyphenation"
32128
32129 \end_inset
32130
32131 , to align text, see section
32132 \begin_inset space ~
32133 \end_inset
32134
32135
32136 \begin_inset CommandInset ref
32137 LatexCommand ref
32138 reference "sub:Vertical-Alignment"
32139
32140 \end_inset
32141
32142 , or to set the background color of texts, see section
32143 \begin_inset space ~
32144 \end_inset
32145
32146
32147 \begin_inset CommandInset ref
32148 LatexCommand ref
32149 reference "sec:Colored-Boxes"
32150
32151 \end_inset
32152
32153 .
32154 \end_layout
32155
32156 \begin_layout Standard
32157 Boxes can be inserted with the menu 
32158 \family sans
32159 Insert\SpecialChar \menuseparator
32160 Box
32161 \family default
32162  or the toolbar button 
32163 \begin_inset Info
32164 type  "icon"
32165 arg   "box-insert Frameless"
32166 \end_inset
32167
32168 .
32169  A grey box with the label 
32170 \family sans
32171 Box (Minipage)
32172 \family default
32173
32174 \begin_inset Graphics
32175         filename clipart/BoxInsetDefaultQt4.png
32176         scale 85
32177         scaleBeforeRotation
32178
32179 \end_inset
32180
32181  will be inserted.
32182  The box type can be specified by right-clicking on the box and selecting
32183  
32184 \family sans
32185 Settings
32186 \family default
32187 .
32188  The box dialog offers the 
32189 \family sans
32190 Inner
32191 \begin_inset space ~
32192 \end_inset
32193
32194 Box
32195 \family default
32196  types 
32197 \family sans
32198 Makebox
32199 \family default
32200
32201 \family sans
32202 Parbox
32203 \family default
32204  and 
32205 \family sans
32206 Minipage
32207 \family default
32208 .
32209  The type 
32210 \family sans
32211 Minipage
32212 \family default
32213  is the default for new boxes and is explained in section
32214 \begin_inset space ~
32215 \end_inset
32216
32217
32218 \begin_inset CommandInset ref
32219 LatexCommand ref
32220 reference "sec:Minipages"
32221
32222 \end_inset
32223
32224 ; the type 
32225 \family sans
32226 Parbox
32227 \family default
32228  is described in section
32229 \begin_inset space ~
32230 \end_inset
32231
32232
32233 \begin_inset CommandInset ref
32234 LatexCommand ref
32235 reference "sec:Parboxes"
32236
32237 \end_inset
32238
32239  and the type 
32240 \family sans
32241 Makebox
32242 \family default
32243  in 
32244 \begin_inset CommandInset ref
32245 LatexCommand ref
32246 reference "sec:Prevent-Hyphenation"
32247
32248 \end_inset
32249
32250 .
32251 \end_layout
32252
32253 \begin_layout Standard
32254 Boxes are not numbered and can therefore not be referenced like floats or
32255  footnotes.
32256 \end_layout
32257
32258 \begin_layout Standard
32259 \begin_inset Note Greyedout
32260 status open
32261
32262 \begin_layout Plain Layout
32263
32264 \series bold
32265 Note:
32266 \series default
32267  Boxes must not be the item in an 
32268 \family sans
32269 Itemize
32270 \family default
32271  or 
32272 \family sans
32273 Description
32274 \family default
32275  environment.
32276 \end_layout
32277
32278 \end_inset
32279
32280
32281 \end_layout
32282
32283 \begin_layout Standard
32284 \begin_inset Note Greyedout
32285 status open
32286
32287 \begin_layout Plain Layout
32288
32289 \series bold
32290 Note:
32291 \series default
32292  For an unknown reason you can only set the 
32293 \family sans
32294 Inner
32295 \begin_inset space ~
32296 \end_inset
32297
32298 Box
32299 \family default
32300  type to 
32301 \family sans
32302 None
32303 \family default
32304  when you use a framed box.
32305  Boxes without an 
32306 \family sans
32307 Inner
32308 \begin_inset space ~
32309 \end_inset
32310
32311 Box
32312 \family default
32313  type and without frames are explained in section
32314 \begin_inset space ~
32315 \end_inset
32316
32317
32318 \begin_inset CommandInset ref
32319 LatexCommand ref
32320 reference "sec:Prevent-Hyphenation"
32321
32322 \end_inset
32323
32324 .
32325 \end_layout
32326
32327 \end_inset
32328
32329
32330 \end_layout
32331
32332 \begin_layout Section
32333 Box Dialog
32334 \begin_inset CommandInset label
32335 LatexCommand label
32336 name "sec:Box-Dialog"
32337
32338 \end_inset
32339
32340
32341 \begin_inset Index idx
32342 status collapsed
32343
32344 \begin_layout Plain Layout
32345 Boxes ! Box Dialog
32346 \end_layout
32347
32348 \end_inset
32349
32350
32351 \end_layout
32352
32353 \begin_layout Subsection
32354 Size
32355 \begin_inset Index idx
32356 status collapsed
32357
32358 \begin_layout Plain Layout
32359 Boxes ! Size
32360 \end_layout
32361
32362 \end_inset
32363
32364
32365 \end_layout
32366
32367 \begin_layout Standard
32368 In the box dialog you can adjust the box geometry in the fields 
32369 \family sans
32370 Width
32371 \family default
32372  and 
32373 \family sans
32374 Height
32375 \family default
32376 .
32377  The available units for the geometry are explained in Table
32378 \begin_inset space ~
32379 \end_inset
32380
32381
32382 \begin_inset CommandInset ref
32383 LatexCommand ref
32384 reference "tab:Units"
32385
32386 \end_inset
32387
32388 .
32389  The field 
32390 \family sans
32391 Height
32392 \family default
32393  offers the following additional sizes:
32394 \end_layout
32395
32396 \begin_layout Description
32397 Depth This is the plain text 
32398 \begin_inset Quotes eld
32399 \end_inset
32400
32401 height
32402 \begin_inset Quotes erd
32403 \end_inset
32404
32405 .
32406  It ignores the total depth when there are multiple text lines in the box:
32407 \begin_inset Newline newline
32408 \end_inset
32409
32410
32411 \begin_inset Newline newline
32412 \end_inset
32413
32414
32415 \begin_inset Newline newline
32416 \end_inset
32417
32418
32419 \begin_inset Box Boxed
32420 position "c"
32421 hor_pos "c"
32422 has_inner_box 1
32423 inner_pos "c"
32424 use_parbox 0
32425 use_makebox 0
32426 width "12col%"
32427 special "none"
32428 height "1in"
32429 height_special "depth"
32430 status collapsed
32431
32432 \begin_layout Plain Layout
32433 \align center
32434 Box height set to 1
32435 \begin_inset space \thinspace{}
32436 \end_inset
32437
32438 Depth
32439 \end_layout
32440
32441 \end_inset
32442
32443
32444 \begin_inset Newline newline
32445 \end_inset
32446
32447
32448 \begin_inset Newline newline
32449 \end_inset
32450
32451
32452 \end_layout
32453
32454 \begin_layout Description
32455 Height This is the height of the text that is inside the box.
32456  A value of e.
32457 \begin_inset space \thinspace{}
32458 \end_inset
32459
32460 g.
32461 \begin_inset space \space{}
32462 \end_inset
32463
32464 2 for this size will set the box height to 2
32465 \begin_inset space ~
32466 \end_inset
32467
32468 times the text height: 
32469 \begin_inset Box Boxed
32470 position "c"
32471 hor_pos "c"
32472 has_inner_box 1
32473 inner_pos "c"
32474 use_parbox 0
32475 use_makebox 0
32476 width "20col%"
32477 special "none"
32478 height "2in"
32479 height_special "height"
32480 status collapsed
32481
32482 \begin_layout Plain Layout
32483 \align center
32484 Box height set to 2
32485 \begin_inset space \thinspace{}
32486 \end_inset
32487
32488 Height
32489 \end_layout
32490
32491 \end_inset
32492
32493
32494 \end_layout
32495
32496 \begin_layout Description
32497 Total
32498 \begin_inset space ~
32499 \end_inset
32500
32501 Height This is the Height
32502 \begin_inset space \thinspace{}
32503 \end_inset
32504
32505 +
32506 \begin_inset space \thinspace{}
32507 \end_inset
32508
32509 Depth: 
32510 \begin_inset Box Boxed
32511 position "c"
32512 hor_pos "c"
32513 has_inner_box 1
32514 inner_pos "c"
32515 use_parbox 0
32516 use_makebox 0
32517 width "20col%"
32518 special "none"
32519 height "1in"
32520 height_special "totalheight"
32521 status collapsed
32522
32523 \begin_layout Plain Layout
32524 \align center
32525 Box height set to 1
32526 \begin_inset space \thinspace{}
32527 \end_inset
32528
32529 Total
32530 \begin_inset space ~
32531 \end_inset
32532
32533 Height
32534 \end_layout
32535
32536 \end_inset
32537
32538
32539 \end_layout
32540
32541 \begin_layout Description
32542 Width This sets the width of the box as height: 
32543 \begin_inset Box Boxed
32544 position "c"
32545 hor_pos "c"
32546 has_inner_box 1
32547 inner_pos "c"
32548 use_parbox 0
32549 use_makebox 0
32550 width "12col%"
32551 special "none"
32552 height "1in"
32553 height_special "width"
32554 status collapsed
32555
32556 \begin_layout Plain Layout
32557 \align center
32558 Box height set to 1
32559 \begin_inset space \thinspace{}
32560 \end_inset
32561
32562 Width
32563 \end_layout
32564
32565 \end_inset
32566
32567
32568 \end_layout
32569
32570 \begin_layout Subsection
32571 Alignment
32572 \begin_inset Index idx
32573 status collapsed
32574
32575 \begin_layout Plain Layout
32576 Boxes ! Alignment
32577 \end_layout
32578
32579 \end_inset
32580
32581
32582 \end_layout
32583
32584 \begin_layout Standard
32585 When you have chosen an 
32586 \family sans
32587 Inner
32588 \begin_inset space ~
32589 \end_inset
32590
32591 Box
32592 \family default
32593 , the vertical box alignment can be:
32594 \end_layout
32595
32596 \begin_layout Description
32597 Top This is an example text line.
32598  
32599 \begin_inset Box Boxed
32600 position "t"
32601 hor_pos "c"
32602 has_inner_box 1
32603 inner_pos "c"
32604 use_parbox 0
32605 use_makebox 0
32606 width "12col%"
32607 special "none"
32608 height "1in"
32609 height_special "totalheight"
32610 status collapsed
32611
32612 \begin_layout Plain Layout
32613 \align center
32614 This box is top-aligned.
32615 \end_layout
32616
32617 \end_inset
32618
32619  This is an example text line.
32620 \end_layout
32621
32622 \begin_layout Description
32623 Middle This is an example text line.
32624  
32625 \begin_inset Box Boxed
32626 position "c"
32627 hor_pos "c"
32628 has_inner_box 1
32629 inner_pos "c"
32630 use_parbox 0
32631 use_makebox 0
32632 width "12col%"
32633 special "none"
32634 height "1in"
32635 height_special "totalheight"
32636 status collapsed
32637
32638 \begin_layout Plain Layout
32639 \align center
32640 This box is middle-aligned.
32641 \end_layout
32642
32643 \end_inset
32644
32645  This is an example text line.
32646 \end_layout
32647
32648 \begin_layout Description
32649 Bottom This is an example text line.
32650  
32651 \begin_inset Box Boxed
32652 position "b"
32653 hor_pos "c"
32654 has_inner_box 1
32655 inner_pos "c"
32656 use_parbox 0
32657 use_makebox 0
32658 width "12col%"
32659 special "none"
32660 height "1in"
32661 height_special "totalheight"
32662 status collapsed
32663
32664 \begin_layout Plain Layout
32665 \align center
32666 This box is bottom-aligned.
32667 \end_layout
32668
32669 \end_inset
32670
32671  This is an example text line.
32672 \end_layout
32673
32674 \begin_layout Standard
32675 \begin_inset Note Greyedout
32676 status open
32677
32678 \begin_layout Plain Layout
32679
32680 \series bold
32681 Note:
32682 \series default
32683  The vertical box alignment can be lost in the output when you have two
32684  boxes in a line and one has e.
32685 \begin_inset space \thinspace{}
32686 \end_inset
32687
32688 g.
32689 \begin_inset space \space{}
32690 \end_inset
32691
32692 a shadow and the other one not.
32693 \end_layout
32694
32695 \end_inset
32696
32697
32698 \end_layout
32699
32700 \begin_layout Standard
32701 The horizontal box alignment can be set via LyX's paragraph dialog when
32702  you set the box into its own paragraph.
32703 \end_layout
32704
32705 \begin_layout Standard
32706 \begin_inset VSpace bigskip
32707 \end_inset
32708
32709 When you have chosen an 
32710 \family sans
32711 Inner
32712 \begin_inset space ~
32713 \end_inset
32714
32715 Box
32716 \family default
32717 , the box content can be aligned vertically to:
32718 \end_layout
32719
32720 \begin_layout Description
32721 top This is an example text line.
32722  
32723 \begin_inset Box Boxed
32724 position "c"
32725 hor_pos "c"
32726 has_inner_box 1
32727 inner_pos "t"
32728 use_parbox 0
32729 use_makebox 0
32730 width "12col%"
32731 special "none"
32732 height "1.5in"
32733 height_special "totalheight"
32734 status collapsed
32735
32736 \begin_layout Plain Layout
32737 \align center
32738 This box text is top-aligned.
32739 \end_layout
32740
32741 \end_inset
32742
32743  This is an example text line.
32744 \end_layout
32745
32746 \begin_layout Description
32747 middle This is an example text line.
32748  
32749 \begin_inset Box Boxed
32750 position "c"
32751 hor_pos "c"
32752 has_inner_box 1
32753 inner_pos "c"
32754 use_parbox 0
32755 use_makebox 0
32756 width "12col%"
32757 special "none"
32758 height "1.5in"
32759 height_special "totalheight"
32760 status collapsed
32761
32762 \begin_layout Plain Layout
32763 \align center
32764 This box text is middle-aligned.
32765 \end_layout
32766
32767 \end_inset
32768
32769  This is an example text line.
32770 \end_layout
32771
32772 \begin_layout Description
32773 bottom This is an example text line.
32774  
32775 \begin_inset Box Boxed
32776 position "c"
32777 hor_pos "c"
32778 has_inner_box 1
32779 inner_pos "b"
32780 use_parbox 0
32781 use_makebox 0
32782 width "12col%"
32783 special "none"
32784 height "1.5in"
32785 height_special "totalheight"
32786 status collapsed
32787
32788 \begin_layout Plain Layout
32789 \align center
32790 This box text is bottom-aligned.
32791 \end_layout
32792
32793 \end_inset
32794
32795  This is an example text line.
32796 \end_layout
32797
32798 \begin_layout Description
32799 stretch This is an example text line.
32800  
32801 \begin_inset Box Boxed
32802 position "c"
32803 hor_pos "c"
32804 has_inner_box 1
32805 inner_pos "s"
32806 use_parbox 0
32807 use_makebox 0
32808 width "12col%"
32809 special "none"
32810 height "1.5in"
32811 height_special "totalheight"
32812 status collapsed
32813
32814 \begin_layout Plain Layout
32815 \align center
32816 This box
32817 \end_layout
32818
32819 \begin_layout Plain Layout
32820 \align center
32821 text is
32822 \end_layout
32823
32824 \begin_layout Plain Layout
32825 \align center
32826 stretched.
32827 \end_layout
32828
32829 \end_inset
32830
32831  This is an example text line.
32832 \end_layout
32833
32834 \begin_layout Standard
32835 To stretch the box content, it must consist of more than one paragraph.
32836  In the example above every text line is in an own paragraph.
32837 \end_layout
32838
32839 \begin_layout Standard
32840 \begin_inset VSpace bigskip
32841 \end_inset
32842
32843 To align the box content horizontally you can use LyX's paragraph dialog
32844  when you have chosen an 
32845 \family sans
32846 Inner
32847 \begin_inset space ~
32848 \end_inset
32849
32850 Box
32851 \family default
32852 .
32853 \end_layout
32854
32855 \begin_layout Standard
32856 \align center
32857 \begin_inset Box Boxed
32858 position "c"
32859 hor_pos "c"
32860 has_inner_box 1
32861 inner_pos "s"
32862 use_parbox 0
32863 use_makebox 0
32864 width "15col%"
32865 special "none"
32866 height "1.25in"
32867 height_special "totalheight"
32868 status collapsed
32869
32870 \begin_layout Plain Layout
32871 \align left
32872 This box
32873 \end_layout
32874
32875 \begin_layout Plain Layout
32876 \align center
32877 text is
32878 \end_layout
32879
32880 \begin_layout Plain Layout
32881 \align right
32882 stretched.
32883 \end_layout
32884
32885 \end_inset
32886
32887
32888 \end_layout
32889
32890 \begin_layout Standard
32891 If you have not set an 
32892 \family sans
32893 Inner
32894 \begin_inset space ~
32895 \end_inset
32896
32897 Box
32898 \family default
32899 , you can align the box content horizontally in the box dialog.
32900 \end_layout
32901
32902 \begin_layout Standard
32903 \align center
32904 \begin_inset Box Boxed
32905 position "c"
32906 hor_pos "s"
32907 has_inner_box 0
32908 inner_pos "s"
32909 use_parbox 0
32910 use_makebox 0
32911 width "90col%"
32912 special "none"
32913 height "1.25in"
32914 height_special "totalheight"
32915 status collapsed
32916
32917 \begin_layout Plain Layout
32918 This box text is horizontally stretched.
32919 \end_layout
32920
32921 \end_inset
32922
32923
32924 \end_layout
32925
32926 \begin_layout Subsection
32927 Decoration
32928 \begin_inset CommandInset label
32929 LatexCommand label
32930 name "sec:Decoration"
32931
32932 \end_inset
32933
32934
32935 \begin_inset Index idx
32936 status collapsed
32937
32938 \begin_layout Plain Layout
32939 Boxes ! Decoration
32940 \end_layout
32941
32942 \end_inset
32943
32944
32945 \end_layout
32946
32947 \begin_layout Standard
32948 The type of the box can be specified in the box dialog in the drop-down
32949  list 
32950 \family sans
32951 Decoration
32952 \family default
32953 .
32954  The following types are possible:
32955 \end_layout
32956
32957 \begin_layout Description
32958 No
32959 \begin_inset space ~
32960 \end_inset
32961
32962 frame Nothing is drawn.
32963 \end_layout
32964
32965 \begin_layout Description
32966 Simple
32967 \begin_inset space ~
32968 \end_inset
32969
32970 rectangular
32971 \begin_inset space ~
32972 \end_inset
32973
32974 frame This draws a rectangular frame around the box.
32975  The frame line thickness has the size of 
32976 \series bold
32977
32978 \backslash
32979 fboxrule
32980 \series default
32981 .
32982  
32983 \begin_inset Box Boxed
32984 position "c"
32985 hor_pos "c"
32986 has_inner_box 1
32987 inner_pos "c"
32988 use_parbox 0
32989 use_makebox 0
32990 width "20col%"
32991 special "none"
32992 height "1in"
32993 height_special "totalheight"
32994 status collapsed
32995
32996 \begin_layout Plain Layout
32997 \align center
32998 Rectangular box
32999 \end_layout
33000
33001 \end_inset
33002
33003
33004 \end_layout
33005
33006 \begin_layout Description
33007 Oval
33008 \begin_inset space ~
33009 \end_inset
33010
33011 box,
33012 \begin_inset space ~
33013 \end_inset
33014
33015 thin This draws an oval frame around the box.
33016  The frame line thickness has the size 0.4
33017 \begin_inset space \thinspace{}
33018 \end_inset
33019
33020 pt.
33021  
33022 \begin_inset Box ovalbox
33023 position "c"
33024 hor_pos "c"
33025 has_inner_box 1
33026 inner_pos "c"
33027 use_parbox 0
33028 use_makebox 0
33029 width "20col%"
33030 special "none"
33031 height "1in"
33032 height_special "totalheight"
33033 status collapsed
33034
33035 \begin_layout Plain Layout
33036 \align center
33037 Oval box, thin
33038 \end_layout
33039
33040 \end_inset
33041
33042
33043 \end_layout
33044
33045 \begin_layout Description
33046 Oval
33047 \begin_inset space ~
33048 \end_inset
33049
33050 box,
33051 \begin_inset space ~
33052 \end_inset
33053
33054 thick This draws an oval frame around the box.
33055  The frame line thickness has the size 0.8
33056 \begin_inset space \thinspace{}
33057 \end_inset
33058
33059 pt.
33060  
33061 \begin_inset Box Ovalbox
33062 position "c"
33063 hor_pos "c"
33064 has_inner_box 1
33065 inner_pos "c"
33066 use_parbox 0
33067 use_makebox 0
33068 width "20col%"
33069 special "none"
33070 height "1in"
33071 height_special "totalheight"
33072 status collapsed
33073
33074 \begin_layout Plain Layout
33075 \align center
33076 Oval box, thick
33077 \end_layout
33078
33079 \end_inset
33080
33081
33082 \end_layout
33083
33084 \begin_layout Description
33085 Drop
33086 \begin_inset space ~
33087 \end_inset
33088
33089 shadow This draws a rectangular frame with a shadow around the box.
33090  The frame line thickness has the size of 
33091 \series bold
33092
33093 \backslash
33094 fboxrule
33095 \series default
33096 , the shadow has a width of 4
33097 \begin_inset space \thinspace{}
33098 \end_inset
33099
33100 pt.
33101  
33102 \begin_inset Box Shadowbox
33103 position "c"
33104 hor_pos "c"
33105 has_inner_box 1
33106 inner_pos "c"
33107 use_parbox 0
33108 use_makebox 0
33109 width "20col%"
33110 special "none"
33111 height "1in"
33112 height_special "totalheight"
33113 status collapsed
33114
33115 \begin_layout Plain Layout
33116 \align center
33117 Shadow box
33118 \end_layout
33119
33120 \end_inset
33121
33122
33123 \end_layout
33124
33125 \begin_layout Description
33126 Shaded
33127 \begin_inset space ~
33128 \end_inset
33129
33130 background This draws a box with a red background.
33131  Unlike colored boxes
33132 \begin_inset Foot
33133 status collapsed
33134
33135 \begin_layout Plain Layout
33136 see sec.
33137 \begin_inset space \thinspace{}
33138 \end_inset
33139
33140
33141 \begin_inset CommandInset ref
33142 LatexCommand ref
33143 reference "sec:Colored-Boxes"
33144
33145 \end_inset
33146
33147
33148 \end_layout
33149
33150 \end_inset
33151
33152 , it always uses the whole column width and the box is set as its own paragraph.
33153  
33154 \begin_inset Box Shaded
33155 position "t"
33156 hor_pos "c"
33157 has_inner_box 0
33158 inner_pos "t"
33159 use_parbox 0
33160 use_makebox 0
33161 width "50col%"
33162 special "none"
33163 height "1in"
33164 height_special "totalheight"
33165 status collapsed
33166
33167 \begin_layout Plain Layout
33168 Shaded background box
33169 \end_layout
33170
33171 \end_inset
33172
33173
33174 \end_layout
33175
33176 \begin_layout Description
33177 Double
33178 \begin_inset space ~
33179 \end_inset
33180
33181 rectangular
33182 \begin_inset space ~
33183 \end_inset
33184
33185 frame This draws a double-line rectangular frame around the box.
33186  The line thickness of the inner frame is 0.75
33187 \begin_inset space \thinspace{}
33188 \end_inset
33189
33190
33191 \series bold
33192
33193 \backslash
33194 fboxrule
33195 \series default
33196 , the thickness of the outer frame is 1.5
33197 \begin_inset space \thinspace{}
33198 \end_inset
33199
33200
33201 \series bold
33202
33203 \backslash
33204 fboxrule
33205 \series default
33206 .
33207  The distance between the lines is 1.5
33208 \begin_inset space \thinspace{}
33209 \end_inset
33210
33211
33212 \series bold
33213
33214 \backslash
33215 fboxrule
33216 \series default
33217
33218 \begin_inset space \thinspace{}
33219 \end_inset
33220
33221 +
33222 \begin_inset space \thinspace{}
33223 \end_inset
33224
33225 0.5
33226 \begin_inset space \thinspace{}
33227 \end_inset
33228
33229 pt.
33230  
33231 \begin_inset Box Doublebox
33232 position "c"
33233 hor_pos "c"
33234 has_inner_box 1
33235 inner_pos "c"
33236 use_parbox 0
33237 use_makebox 0
33238 width "20col%"
33239 special "none"
33240 height "1in"
33241 height_special "totalheight"
33242 status collapsed
33243
33244 \begin_layout Plain Layout
33245 \align center
33246 Double rectangular box
33247 \end_layout
33248
33249 \end_inset
33250
33251
33252 \end_layout
33253
33254 \begin_layout Standard
33255 \begin_inset VSpace bigskip
33256 \end_inset
33257
33258 LyX's box label will reflect the different frame types.
33259  To be able to use all types, the LaTeX-package 
33260 \series bold
33261 fancybox
33262 \series default
33263
33264 \begin_inset Index idx
33265 status collapsed
33266
33267 \begin_layout Plain Layout
33268 LaTeX-packages ! fancybox
33269 \end_layout
33270
33271 \end_inset
33272
33273  must be installed.
33274 \end_layout
33275
33276 \begin_layout Standard
33277 \begin_inset VSpace bigskip
33278 \end_inset
33279
33280 When you use the decoration 
33281 \family sans
33282 simple rectangular frame
33283 \family default
33284  and no inner box, you can allow page breaks within a box.
33285  Note that then, unlike other framed boxes, the frame always uses the whole
33286  column width, the box is set as its own paragraph, and 
33287 \series bold
33288
33289 \backslash
33290 fboxrule
33291 \series default
33292  and 
33293 \series bold
33294
33295 \backslash
33296 fboxsep
33297 \series default
33298  have no effect on this box type.
33299  The frame line thickness has the size of 
33300 \series bold
33301
33302 \backslash
33303 FrameRule
33304 \series default
33305 .
33306  
33307 \begin_inset Box Framed
33308 position "t"
33309 hor_pos "c"
33310 has_inner_box 0
33311 inner_pos "t"
33312 use_parbox 0
33313 use_makebox 0
33314 width "100col%"
33315 special "none"
33316 height "1in"
33317 height_special "totalheight"
33318 status collapsed
33319
33320 \begin_layout Plain Layout
33321 Allow page break box
33322 \end_layout
33323
33324 \end_inset
33325
33326
33327 \end_layout
33328
33329 \begin_layout Section
33330 Box Customization
33331 \begin_inset Index idx
33332 status collapsed
33333
33334 \begin_layout Plain Layout
33335 Boxes ! Customization
33336 \end_layout
33337
33338 \end_inset
33339
33340
33341 \end_layout
33342
33343 \begin_layout Standard
33344 The default value for the size 
33345 \series bold
33346
33347 \backslash
33348 fboxrule
33349 \series default
33350  is 0.4
33351 \begin_inset space \thinspace{}
33352 \end_inset
33353
33354 pt.
33355  It can be changed with the following command in TeX-code to e.
33356 \begin_inset space \thinspace{}
33357 \end_inset
33358
33359 g.
33360 \begin_inset space \space{}
33361 \end_inset
33362
33363 2
33364 \begin_inset space \thinspace{}
33365 \end_inset
33366
33367 pt:
33368 \end_layout
33369
33370 \begin_layout Standard
33371
33372 \series bold
33373
33374 \backslash
33375 setlength{
33376 \backslash
33377 fboxrule}{2pt}
33378 \end_layout
33379
33380 \begin_layout Standard
33381 \begin_inset ERT
33382 status collapsed
33383
33384 \begin_layout Plain Layout
33385
33386
33387 \backslash
33388 setlength{
33389 \backslash
33390 fboxrule}{2pt}
33391 \end_layout
33392
33393 \end_inset
33394
33395
33396 \begin_inset Box Boxed
33397 position "c"
33398 hor_pos "c"
33399 has_inner_box 1
33400 inner_pos "c"
33401 use_parbox 0
33402 use_makebox 0
33403 width "25col%"
33404 special "none"
33405 height "1in"
33406 height_special "totalheight"
33407 status open
33408
33409 \begin_layout Plain Layout
33410 \align center
33411 Rectangular box with 
33412 \series bold
33413
33414 \backslash
33415 fboxrule
33416 \series default
33417
33418 \begin_inset space \thinspace{}
33419 \end_inset
33420
33421 =
33422 \begin_inset space \thinspace{}
33423 \end_inset
33424
33425 2
33426 \begin_inset space \thinspace{}
33427 \end_inset
33428
33429 pt
33430 \end_layout
33431
33432 \end_inset
33433
33434
33435 \begin_inset ERT
33436 status collapsed
33437
33438 \begin_layout Plain Layout
33439
33440
33441 \backslash
33442 setlength{
33443 \backslash
33444 fboxrule}{0.4pt}
33445 \end_layout
33446
33447 \end_inset
33448
33449
33450 \end_layout
33451
33452 \begin_layout Standard
33453 \begin_inset VSpace bigskip
33454 \end_inset
33455
33456 The space between the frame and the box content is for all frame styles
33457  by default 3
33458 \begin_inset space \thinspace{}
33459 \end_inset
33460
33461 pt.
33462  You can change it by setting the length 
33463 \series bold
33464
33465 \backslash
33466 fboxsep
33467 \series default
33468  to another value.
33469  For example the command
33470 \end_layout
33471
33472 \begin_layout Standard
33473
33474 \series bold
33475
33476 \backslash
33477 setlength{
33478 \backslash
33479 fboxsep}{10pt}
33480 \end_layout
33481
33482 \begin_layout Standard
33483 sets the value to 10
33484 \begin_inset space \thinspace{}
33485 \end_inset
33486
33487 pt, as with the following box:
33488 \end_layout
33489
33490 \begin_layout Standard
33491 \begin_inset ERT
33492 status collapsed
33493
33494 \begin_layout Plain Layout
33495
33496
33497 \backslash
33498 setlength{
33499 \backslash
33500 fboxsep}{10pt}
33501 \end_layout
33502
33503 \end_inset
33504
33505
33506 \begin_inset Box Boxed
33507 position "c"
33508 hor_pos "c"
33509 has_inner_box 1
33510 inner_pos "c"
33511 use_parbox 0
33512 use_makebox 0
33513 width "25col%"
33514 special "none"
33515 height "1in"
33516 height_special "totalheight"
33517 status open
33518
33519 \begin_layout Plain Layout
33520 \align center
33521 Rectangular box with 
33522 \series bold
33523
33524 \backslash
33525 fboxsep
33526 \series default
33527
33528 \begin_inset space \thinspace{}
33529 \end_inset
33530
33531 =
33532 \begin_inset space \thinspace{}
33533 \end_inset
33534
33535 10
33536 \begin_inset space \thinspace{}
33537 \end_inset
33538
33539 pt
33540 \end_layout
33541
33542 \end_inset
33543
33544
33545 \begin_inset ERT
33546 status collapsed
33547
33548 \begin_layout Plain Layout
33549
33550
33551 \backslash
33552 setlength{
33553 \backslash
33554 fboxsep}{3pt}
33555 \end_layout
33556
33557 \end_inset
33558
33559
33560 \end_layout
33561
33562 \begin_layout Standard
33563 \begin_inset VSpace bigskip
33564 \end_inset
33565
33566 The diameter of the round corners of the oval boxes can be set with the
33567  command 
33568 \series bold
33569
33570 \backslash
33571 cornersize
33572 \series default
33573 .
33574  The command
33575 \end_layout
33576
33577 \begin_layout Standard
33578
33579 \series bold
33580
33581 \backslash
33582 cornersize*{1cm}
33583 \end_layout
33584
33585 \begin_layout Standard
33586 sets the diameter to 1
33587 \begin_inset space \thinspace{}
33588 \end_inset
33589
33590 cm.
33591  The command
33592 \end_layout
33593
33594 \begin_layout Standard
33595
33596 \series bold
33597
33598 \backslash
33599 cornersize{num}
33600 \end_layout
33601
33602 \begin_layout Standard
33603 sets the diameter to 
33604 \family sans
33605 num
33606 \begin_inset space \thinspace{}
33607 \end_inset
33608
33609 ×
33610 \begin_inset space \thinspace{}
33611 \end_inset
33612
33613 minimum(width and height of box)
33614 \family default
33615 .
33616  The default is 
33617 \series bold
33618
33619 \backslash
33620 cornersize{0.5}
33621 \series default
33622 .
33623 \end_layout
33624
33625 \begin_layout Standard
33626 \begin_inset ERT
33627 status collapsed
33628
33629 \begin_layout Plain Layout
33630
33631
33632 \backslash
33633 cornersize*{1.5cm}
33634 \end_layout
33635
33636 \end_inset
33637
33638
33639 \begin_inset Box Ovalbox
33640 position "c"
33641 hor_pos "c"
33642 has_inner_box 1
33643 inner_pos "c"
33644 use_parbox 0
33645 use_makebox 0
33646 width "25col%"
33647 special "none"
33648 height "1in"
33649 height_special "totalheight"
33650 status open
33651
33652 \begin_layout Plain Layout
33653 \align center
33654 Oval box with 
33655 \series bold
33656
33657 \backslash
33658 cornersize
33659 \series default
33660
33661 \begin_inset space \thinspace{}
33662 \end_inset
33663
33664 =
33665 \begin_inset space \thinspace{}
33666 \end_inset
33667
33668 1.5
33669 \begin_inset space \thinspace{}
33670 \end_inset
33671
33672 cm
33673 \end_layout
33674
33675 \end_inset
33676
33677
33678 \begin_inset ERT
33679 status collapsed
33680
33681 \begin_layout Plain Layout
33682
33683
33684 \backslash
33685 cornersize{0.5}
33686 \end_layout
33687
33688 \end_inset
33689
33690
33691 \end_layout
33692
33693 \begin_layout Standard
33694 \begin_inset VSpace bigskip
33695 \end_inset
33696
33697 The size of the shadow can be adjusted by changing the length 
33698 \series bold
33699
33700 \backslash
33701 shadowsize
33702 \series default
33703 .
33704  It it set to 2
33705 \begin_inset space \thinspace{}
33706 \end_inset
33707
33708 pt for the following box by this command:
33709 \end_layout
33710
33711 \begin_layout Standard
33712
33713 \series bold
33714
33715 \backslash
33716 setlength{
33717 \backslash
33718 shadowsize}{2pt}
33719 \end_layout
33720
33721 \begin_layout Standard
33722 \begin_inset ERT
33723 status collapsed
33724
33725 \begin_layout Plain Layout
33726
33727
33728 \backslash
33729 setlength{
33730 \backslash
33731 shadowsize}{2pt}
33732 \end_layout
33733
33734 \end_inset
33735
33736
33737 \begin_inset Box Shadowbox
33738 position "c"
33739 hor_pos "c"
33740 has_inner_box 1
33741 inner_pos "c"
33742 use_parbox 0
33743 use_makebox 0
33744 width "25col%"
33745 special "none"
33746 height "1in"
33747 height_special "totalheight"
33748 status open
33749
33750 \begin_layout Plain Layout
33751 \align center
33752 Shadow box with 
33753 \series bold
33754
33755 \backslash
33756 shadowsize
33757 \series default
33758
33759 \begin_inset space \thinspace{}
33760 \end_inset
33761
33762 =
33763 \begin_inset space \thinspace{}
33764 \end_inset
33765
33766 2
33767 \begin_inset space \thinspace{}
33768 \end_inset
33769
33770 pt
33771 \end_layout
33772
33773 \end_inset
33774
33775
33776 \begin_inset ERT
33777 status collapsed
33778
33779 \begin_layout Plain Layout
33780
33781
33782 \backslash
33783 setlength{
33784 \backslash
33785 shadowsize}{4pt}
33786 \end_layout
33787
33788 \end_inset
33789
33790
33791 \end_layout
33792
33793 \begin_layout Standard
33794 \begin_inset VSpace bigskip
33795 \end_inset
33796
33797
33798 \end_layout
33799
33800 \begin_layout Standard
33801 The default value for the size 
33802 \series bold
33803
33804 \backslash
33805 FrameRule
33806 \series default
33807  is 0.4
33808 \begin_inset space \thinspace{}
33809 \end_inset
33810
33811 pt.
33812  The default space between the note content and the frame is 9
33813 \begin_inset space \thinspace{}
33814 \end_inset
33815
33816 pt and can be changed with the value of 
33817 \series bold
33818
33819 \backslash
33820 FrameSep
33821 \series default
33822 .
33823  For example the frame appearance of the following 
33824 \family sans
33825 box
33826 \family default
33827  is set with the TeX-Code commands
33828 \end_layout
33829
33830 \begin_layout Standard
33831
33832 \series bold
33833
33834 \backslash
33835 setlength{
33836 \backslash
33837 FrameRule}{5pt}
33838 \begin_inset Newline newline
33839 \end_inset
33840
33841
33842 \backslash
33843 setlength{
33844 \backslash
33845 FrameSep}{0.5cm}
33846 \end_layout
33847
33848 \begin_layout Standard
33849 \begin_inset ERT
33850 status collapsed
33851
33852 \begin_layout Plain Layout
33853
33854
33855 \backslash
33856 setlength{
33857 \backslash
33858 FrameRule}{5pt}
33859 \end_layout
33860
33861 \begin_layout Plain Layout
33862
33863
33864 \backslash
33865 setlength{
33866 \backslash
33867 FrameSep}{0.5cm}
33868 \end_layout
33869
33870 \end_inset
33871
33872
33873 \begin_inset Box Framed
33874 position "t"
33875 hor_pos "c"
33876 has_inner_box 0
33877 inner_pos "t"
33878 use_parbox 0
33879 use_makebox 0
33880 width "100col%"
33881 special "none"
33882 height "1in"
33883 height_special "totalheight"
33884 status open
33885
33886 \begin_layout Plain Layout
33887 This is text in an 
33888 \family sans
33889 allow page break
33890 \family default
33891  box.
33892 \end_layout
33893
33894 \end_inset
33895
33896
33897 \begin_inset ERT
33898 status collapsed
33899
33900 \begin_layout Plain Layout
33901
33902
33903 \backslash
33904 setlength{
33905 \backslash
33906 FrameRule}{0.4pt}
33907 \end_layout
33908
33909 \begin_layout Plain Layout
33910
33911
33912 \backslash
33913 setlength{
33914 \backslash
33915 FrameSep}{9pt}
33916 \end_layout
33917
33918 \end_inset
33919
33920
33921 \end_layout
33922
33923 \begin_layout Standard
33924 \begin_inset VSpace bigskip
33925 \end_inset
33926
33927
33928 \end_layout
33929
33930 \begin_layout Standard
33931 For 
33932 \family sans
33933 shaded background
33934 \family default
33935  boxes the default space between the box content and the box border is 3
33936 \begin_inset space \thinspace{}
33937 \end_inset
33938
33939 pt and can be changed with the value of 
33940 \series bold
33941
33942 \backslash
33943 fboxsep
33944 \series default
33945 .
33946  The default background color red can either be changed locally with the
33947  command 
33948 \series bold
33949
33950 \backslash
33951 definecolor{shadecolor}
33952 \series default
33953  or globally with the menu 
33954 \family sans
33955 Tools\SpecialChar \menuseparator
33956 Preferences\SpecialChar \menuseparator
33957 Colors\SpecialChar \menuseparator
33958 shaded
33959 \begin_inset space ~
33960 \end_inset
33961
33962 box
33963 \family default
33964 .
33965  The scheme of the 
33966 \series bold
33967
33968 \backslash
33969 definecolor
33970 \series default
33971  command is explained in section
33972 \begin_inset space ~
33973 \end_inset
33974
33975
33976 \begin_inset CommandInset ref
33977 LatexCommand ref
33978 reference "sec:Colored-Tables"
33979
33980 \end_inset
33981
33982 .
33983 \begin_inset Foot
33984 status collapsed
33985
33986 \begin_layout Plain Layout
33987 Note that 
33988 \series bold
33989
33990 \backslash
33991 definecolor
33992 \series default
33993  requires the LaTeX-package 
33994 \series bold
33995 color
33996 \series default
33997  in the preamble, see section
33998 \begin_inset space ~
33999 \end_inset
34000
34001
34002 \begin_inset CommandInset ref
34003 LatexCommand ref
34004 reference "sec:Colored-Boxes"
34005
34006 \end_inset
34007
34008 .
34009 \end_layout
34010
34011 \end_inset
34012
34013  For example the appearance of the following shaded background box is set
34014  with the TeX-Code commands
34015 \end_layout
34016
34017 \begin_layout Standard
34018
34019 \series bold
34020
34021 \backslash
34022 setlength{
34023 \backslash
34024 fboxsep}{0.5cm}
34025 \series default
34026
34027 \begin_inset Newline newline
34028 \end_inset
34029
34030
34031 \series bold
34032
34033 \backslash
34034 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34035 \end_layout
34036
34037 \begin_layout Standard
34038 \begin_inset ERT
34039 status collapsed
34040
34041 \begin_layout Plain Layout
34042
34043
34044 \backslash
34045 setlength{
34046 \backslash
34047 fboxsep}{0.5cm}
34048 \end_layout
34049
34050 \begin_layout Plain Layout
34051
34052
34053 \backslash
34054 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34055 \end_layout
34056
34057 \end_inset
34058
34059
34060 \begin_inset Box Shaded
34061 position "t"
34062 hor_pos "c"
34063 has_inner_box 0
34064 inner_pos "t"
34065 use_parbox 0
34066 use_makebox 0
34067 width "100col%"
34068 special "none"
34069 height "1in"
34070 height_special "totalheight"
34071 status open
34072
34073 \begin_layout Plain Layout
34074
34075 \color yellow
34076 This is yellow text in a
34077 \color none
34078  
34079 \family sans
34080 \color yellow
34081 shaded background
34082 \family default
34083 \color none
34084  
34085 \color yellow
34086 box with dark green background.
34087 \end_layout
34088
34089 \end_inset
34090
34091
34092 \begin_inset ERT
34093 status collapsed
34094
34095 \begin_layout Plain Layout
34096
34097
34098 \backslash
34099 setlength{
34100 \backslash
34101 fboxsep}{3pt}
34102 \end_layout
34103
34104 \begin_layout Plain Layout
34105
34106
34107 \backslash
34108 definecolor{shadecolor}{rgb}{1,0,0}
34109 \end_layout
34110
34111 \end_inset
34112
34113
34114 \end_layout
34115
34116 \begin_layout Standard
34117 \begin_inset VSpace bigskip
34118 \end_inset
34119
34120 Changed lengths and widths are valid for all boxes following the commands
34121  that change them.
34122 \end_layout
34123
34124 \begin_layout Section
34125 Minipages
34126 \begin_inset CommandInset label
34127 LatexCommand label
34128 name "sec:Minipages"
34129
34130 \end_inset
34131
34132
34133 \begin_inset Index idx
34134 status collapsed
34135
34136 \begin_layout Plain Layout
34137 Boxes ! Minipages
34138 \end_layout
34139
34140 \end_inset
34141
34142
34143 \end_layout
34144
34145 \begin_layout Standard
34146 Minipages are treated by LaTeX as pages within pages and can therefore for
34147  example have their own footnotes.
34148 \end_layout
34149
34150 \begin_layout Standard
34151 Minipages are useful when you write documents with different languages.
34152 \end_layout
34153
34154 \begin_layout Standard
34155 Below are two example minipages side by side.
34156  Their width is set to 45
34157 \begin_inset space \thinspace{}
34158 \end_inset
34159
34160 col% and they are separated by a horizontal fill, that was inserted via
34161  the menu 
34162 \family sans
34163 Insert\SpecialChar \menuseparator
34164 Special
34165 \begin_inset space ~
34166 \end_inset
34167
34168 Formatting\SpecialChar \menuseparator
34169 Horizontal
34170 \begin_inset space ~
34171 \end_inset
34172
34173 Fill
34174 \family default
34175 .
34176 \begin_inset Newpage newpage
34177 \end_inset
34178
34179
34180 \end_layout
34181
34182 \begin_layout Standard
34183 \begin_inset Box Frameless
34184 position "t"
34185 hor_pos "c"
34186 has_inner_box 1
34187 inner_pos "c"
34188 use_parbox 0
34189 use_makebox 0
34190 width "45col%"
34191 special "none"
34192 height "1in"
34193 height_special "totalheight"
34194 status open
34195
34196 \begin_layout Plain Layout
34197
34198 \lang ngerman
34199 Dies ist ein deutscher Text.
34200  Dies ist ein deutscher Text.
34201  Dies ist ein deutscher Text.
34202  Dies ist ein deutscher Text.
34203  Dies ist ein deutscher Text.
34204  Dies ist ein deutscher Text.
34205  Dies ist ein deutscher Text.
34206  Dies ist ein deutscher Text.
34207  Dies ist ein deutscher Text.
34208  Dies ist ein deutscher Text.
34209  Dies ist ein deutscher Text.
34210  Dies ist ein deutscher Text.
34211  Dies ist ein deutscher Text
34212 \begin_inset Foot
34213 status collapsed
34214
34215 \begin_layout Plain Layout
34216
34217 \lang ngerman
34218 Dies ist eine deutsche Fußnote.
34219 \end_layout
34220
34221 \end_inset
34222
34223 .
34224  Dies ist ein deutscher Text.
34225  Dies ist ein deutscher Text.
34226 \end_layout
34227
34228 \end_inset
34229
34230
34231 \begin_inset space \hfill{}
34232 \end_inset
34233
34234
34235 \begin_inset Box Frameless
34236 position "t"
34237 hor_pos "c"
34238 has_inner_box 1
34239 inner_pos "c"
34240 use_parbox 0
34241 use_makebox 0
34242 width "45col%"
34243 special "none"
34244 height "1in"
34245 height_special "totalheight"
34246 status open
34247
34248 \begin_layout Plain Layout
34249 This is an English Text.
34250  This is an English Text.
34251  This is an English Text.
34252  This is an English Text.
34253  This is an English Text.
34254  This is an English Text.
34255  This is an English Text.
34256  This is an English Text.
34257  This is an English Text.
34258  This is an English Text.
34259  This is an English Text.
34260  This is an English Text.
34261  This is an English Text.
34262  This is an English Text.
34263  This is an English Text.
34264  This is an English Text.
34265 \begin_inset Foot
34266 status collapsed
34267
34268 \begin_layout Plain Layout
34269 This is an English footnote.
34270 \end_layout
34271
34272 \end_inset
34273
34274  This is an English Text.
34275 \end_layout
34276
34277 \end_inset
34278
34279
34280 \end_layout
34281
34282 \begin_layout Standard
34283 \begin_inset VSpace bigskip
34284 \end_inset
34285
34286 The document-wide paragraph settings are ignored within minipages.
34287  That means that there will be no space between paragraphs in minipages
34288  although you set it to e.
34289 \begin_inset space \thinspace{}
34290 \end_inset
34291
34292 g.
34293 \begin_inset space \space{}
34294 \end_inset
34295
34296
34297 \family sans
34298 MedSkip
34299 \family default
34300  in the document settings.
34301 \end_layout
34302
34303 \begin_layout Standard
34304 Minipages can also be used to set a background color for text parts, see
34305  section
34306 \begin_inset space ~
34307 \end_inset
34308
34309
34310 \begin_inset CommandInset ref
34311 LatexCommand ref
34312 reference "sub:Color-for-Paragraphs"
34313
34314 \end_inset
34315
34316 .
34317 \end_layout
34318
34319 \begin_layout Standard
34320 \begin_inset Note Greyedout
34321 status open
34322
34323 \begin_layout Plain Layout
34324
34325 \series bold
34326 Note:
34327 \series default
34328  You cannot have floats or margin notes inside minipages but minipages can
34329  be used inside tables, floats, and other boxes.
34330 \end_layout
34331
34332 \end_inset
34333
34334
34335 \end_layout
34336
34337 \begin_layout Section
34338 Parboxes
34339 \begin_inset CommandInset label
34340 LatexCommand label
34341 name "sec:Parboxes"
34342
34343 \end_inset
34344
34345
34346 \begin_inset Index idx
34347 status collapsed
34348
34349 \begin_layout Plain Layout
34350 Boxes ! Parboxes
34351 \end_layout
34352
34353 \end_inset
34354
34355
34356 \end_layout
34357
34358 \begin_layout Standard
34359 Parboxes are very similar to minipages with the difference that they cannot
34360  have footnotes.
34361 \end_layout
34362
34363 \begin_layout Standard
34364 \align center
34365 \begin_inset Box Frameless
34366 position "t"
34367 hor_pos "c"
34368 has_inner_box 1
34369 inner_pos "t"
34370 use_parbox 1
34371 use_makebox 0
34372 width "33col%"
34373 special "none"
34374 height "1in"
34375 height_special "totalheight"
34376 status open
34377
34378 \begin_layout Plain Layout
34379 This a text within a parbox.
34380  This a text within a parbox.
34381 \end_layout
34382
34383 \begin_layout Plain Layout
34384 This footnote won't appear:
34385 \begin_inset Foot
34386 status collapsed
34387
34388 \begin_layout Plain Layout
34389 This footnote is inside a parbox and will therefore not appear.
34390 \end_layout
34391
34392 \end_inset
34393
34394
34395 \end_layout
34396
34397 \end_inset
34398
34399
34400 \end_layout
34401
34402 \begin_layout Section
34403 Boxes for Words and Characters
34404 \begin_inset Index idx
34405 status collapsed
34406
34407 \begin_layout Plain Layout
34408 Boxes ! for Characters
34409 \end_layout
34410
34411 \end_inset
34412
34413
34414 \end_layout
34415
34416 \begin_layout Subsection
34417 Prevent Hyphenation
34418 \begin_inset CommandInset label
34419 LatexCommand label
34420 name "sec:Prevent-Hyphenation"
34421
34422 \end_inset
34423
34424
34425 \begin_inset Index idx
34426 status collapsed
34427
34428 \begin_layout Plain Layout
34429 Boxes ! to Prevent Hyphenation
34430 \end_layout
34431
34432 \end_inset
34433
34434
34435 \end_layout
34436
34437 \begin_layout Standard
34438 You can use the box type 
34439 \family sans
34440 Makebox
34441 \family default
34442  to prevent words or text from being hyphenated.
34443 \begin_inset Newline newline
34444 \end_inset
34445
34446 Here is an example text:
34447 \end_layout
34448
34449 \begin_layout Standard
34450 This line is an example to show how you can prevent the hyphenation of 
34451 \begin_inset Quotes eld
34452 \end_inset
34453
34454 veryverylongword
34455 \begin_inset Quotes erd
34456 \end_inset
34457
34458 .
34459 \end_layout
34460
34461 \begin_layout Standard
34462 To prevent the hyphenation of the word 
34463 \begin_inset Quotes eld
34464 \end_inset
34465
34466 veryverylongword
34467 \begin_inset Quotes erd
34468 \end_inset
34469
34470 , put the word into a box, set the 
34471 \family sans
34472 Inner
34473 \begin_inset space ~
34474 \end_inset
34475
34476 box
34477 \family default
34478  to 
34479 \family sans
34480 Makebox
34481 \family default
34482  and use no explicit width.
34483 \end_layout
34484
34485 \begin_layout Standard
34486 This is the result:
34487 \end_layout
34488
34489 \begin_layout Standard
34490 This line is an example to show how you can prevent the hyphenation of 
34491 \begin_inset Box Frameless
34492 position "t"
34493 hor_pos "c"
34494 has_inner_box 1
34495 inner_pos "t"
34496 use_parbox 0
34497 use_makebox 1
34498 width ""
34499 special "none"
34500 height "1in"
34501 height_special "totalheight"
34502 status open
34503
34504 \begin_layout Plain Layout
34505 \begin_inset Quotes eld
34506 \end_inset
34507
34508 veryverylongword
34509 \begin_inset Quotes erd
34510 \end_inset
34511
34512
34513 \end_layout
34514
34515 \end_inset
34516
34517 .
34518 \end_layout
34519
34520 \begin_layout Standard
34521 You can alternatively set the command 
34522 \begin_inset Quotes eld
34523 \end_inset
34524
34525
34526 \series bold
34527
34528 \backslash
34529 -
34530 \series default
34531
34532 \begin_inset Quotes grd
34533 \end_inset
34534
34535  as TeX-Code directly before the word:
34536 \end_layout
34537
34538 \begin_layout Standard
34539 This line is an example to show how you can prevent the hyphenation of 
34540 \begin_inset Quotes eld
34541 \end_inset
34542
34543
34544 \begin_inset ERT
34545 status collapsed
34546
34547 \begin_layout Plain Layout
34548
34549
34550 \backslash
34551 -
34552 \end_layout
34553
34554 \end_inset
34555
34556 veryverylongword
34557 \begin_inset Quotes erd
34558 \end_inset
34559
34560 .
34561 \end_layout
34562
34563 \begin_layout Standard
34564 Of course the word now protrudes over the side margin.
34565  To avoid this, add via the menu 
34566 \family sans
34567 Insert\SpecialChar \menuseparator
34568 Formatting\SpecialChar \menuseparator
34569 Ragged
34570 \begin_inset space ~
34571 \end_inset
34572
34573 Line
34574 \begin_inset space ~
34575 \end_inset
34576
34577 Break
34578 \family default
34579  (shortcut 
34580 \begin_inset Info
34581 type  "shortcut"
34582 arg   "newline-insert newline"
34583 \end_inset
34584
34585 ) a line break before the word:
34586 \end_layout
34587
34588 \begin_layout Standard
34589 This line is an example to show how you can prevent the hyphenation of 
34590 \begin_inset Newline newline
34591 \end_inset
34592
34593
34594 \begin_inset Box Frameless
34595 position "t"
34596 hor_pos "c"
34597 has_inner_box 1
34598 inner_pos "t"
34599 use_parbox 0
34600 use_makebox 1
34601 width ""
34602 special "none"
34603 height "1in"
34604 height_special "totalheight"
34605 status open
34606
34607 \begin_layout Plain Layout
34608 \begin_inset Quotes eld
34609 \end_inset
34610
34611 veryverylongword
34612 \begin_inset Quotes erd
34613 \end_inset
34614
34615
34616 \end_layout
34617
34618 \end_inset
34619
34620 .
34621 \end_layout
34622
34623 \begin_layout Subsection
34624 Vertical Alignment
34625 \begin_inset CommandInset label
34626 LatexCommand label
34627 name "sub:Vertical-Alignment"
34628
34629 \end_inset
34630
34631
34632 \begin_inset Index idx
34633 status collapsed
34634
34635 \begin_layout Plain Layout
34636 Boxes ! for Vertical Alignment
34637 \end_layout
34638
34639 \end_inset
34640
34641
34642 \begin_inset Index idx
34643 status collapsed
34644
34645 \begin_layout Plain Layout
34646 Boxes ! Raiseboxes
34647 \end_layout
34648
34649 \end_inset
34650
34651
34652 \end_layout
34653
34654 \begin_layout Standard
34655 With the help of the command 
34656 \series bold
34657
34658 \backslash
34659 raisebox
34660 \series default
34661  you can align words, characters or other boxes vertically relative to the
34662  surrounding text.
34663  
34664 \series bold
34665
34666 \backslash
34667 raisebox
34668 \series default
34669  is used with the following scheme:
34670 \end_layout
34671
34672 \begin_layout Standard
34673
34674 \series bold
34675
34676 \backslash
34677 raisebox{lift}[height][depth]{box content}
34678 \end_layout
34679
34680 \begin_layout Standard
34681 The lift can be a positive value to raise the box or a negative value to
34682  lower the box.
34683 \end_layout
34684
34685 \begin_layout Standard
34686 To align for example the word 
34687 \begin_inset Quotes eld
34688 \end_inset
34689
34690 preventing
34691 \begin_inset Quotes erd
34692 \end_inset
34693
34694  so that the bottom of the 
34695 \begin_inset Quotes eld
34696 \end_inset
34697
34698 deepest
34699 \begin_inset Quotes erd
34700 \end_inset
34701
34702  character 
34703 \begin_inset Quotes eld
34704 \end_inset
34705
34706 p
34707 \begin_inset Quotes erd
34708 \end_inset
34709
34710  is at the baseline, insert the command
34711 \end_layout
34712
34713 \begin_layout Standard
34714
34715 \series bold
34716
34717 \backslash
34718 raisebox{
34719 \backslash
34720 depth}{
34721 \end_layout
34722
34723 \begin_layout Standard
34724 in TeX-Code before the word.
34725  After the word insert a closing brace 
34726 \begin_inset Quotes eld
34727 \end_inset
34728
34729
34730 \series bold
34731 }
34732 \series default
34733
34734 \begin_inset Quotes erd
34735 \end_inset
34736
34737  in TeX-Code.
34738 \begin_inset Newline newline
34739 \end_inset
34740
34741 This is the result:
34742 \end_layout
34743
34744 \begin_layout Standard
34745 This is a text line with the word 
34746 \begin_inset ERT
34747 status collapsed
34748
34749 \begin_layout Plain Layout
34750
34751
34752 \backslash
34753 raisebox{
34754 \backslash
34755 depth}{
34756 \end_layout
34757
34758 \end_inset
34759
34760
34761 \begin_inset Quotes eld
34762 \end_inset
34763
34764 preventing
34765 \begin_inset Quotes erd
34766 \end_inset
34767
34768
34769 \begin_inset ERT
34770 status collapsed
34771
34772 \begin_layout Plain Layout
34773
34774 }
34775 \end_layout
34776
34777 \end_inset
34778
34779  as a raised word.
34780 \end_layout
34781
34782 \begin_layout Standard
34783 \begin_inset VSpace bigskip
34784 \end_inset
34785
34786 When you raise or lower characters in a line, the line distance will be
34787  spread:
34788 \end_layout
34789
34790 \begin_layout Standard
34791 This is a text line with the word 
34792 \begin_inset ERT
34793 status collapsed
34794
34795 \begin_layout Plain Layout
34796
34797
34798 \backslash
34799 raisebox{-
34800 \backslash
34801 depth}{
34802 \end_layout
34803
34804 \end_inset
34805
34806
34807 \begin_inset Quotes eld
34808 \end_inset
34809
34810 preventing
34811 \begin_inset Quotes erd
34812 \end_inset
34813
34814
34815 \begin_inset ERT
34816 status collapsed
34817
34818 \begin_layout Plain Layout
34819
34820 }
34821 \end_layout
34822
34823 \end_inset
34824
34825  as a lowered word.
34826 \begin_inset Newline newline
34827 \end_inset
34828
34829 This is a text line with the word 
34830 \begin_inset ERT
34831 status collapsed
34832
34833 \begin_layout Plain Layout
34834
34835
34836 \backslash
34837 raisebox{0.5cm}{
34838 \end_layout
34839
34840 \end_inset
34841
34842
34843 \begin_inset Quotes eld
34844 \end_inset
34845
34846 testing
34847 \begin_inset Quotes erd
34848 \end_inset
34849
34850
34851 \begin_inset ERT
34852 status collapsed
34853
34854 \begin_layout Plain Layout
34855
34856 }
34857 \end_layout
34858
34859 \end_inset
34860
34861  as a raised word.
34862 \end_layout
34863
34864 \begin_layout Standard
34865 If you want to prevent this for a certain reason, set the box height to
34866  a zero value.
34867  For example use
34868 \end_layout
34869
34870 \begin_layout Standard
34871
34872 \series bold
34873
34874 \backslash
34875 raisebox{-
34876 \backslash
34877 depth}[0pt]{
34878 \end_layout
34879
34880 \begin_layout Standard
34881 This is a text line with the word 
34882 \begin_inset ERT
34883 status collapsed
34884
34885 \begin_layout Plain Layout
34886
34887
34888 \backslash
34889 raisebox{-
34890 \backslash
34891 depth}[0pt]{
34892 \end_layout
34893
34894 \end_inset
34895
34896
34897 \begin_inset Quotes eld
34898 \end_inset
34899
34900 preventing
34901 \begin_inset Quotes erd
34902 \end_inset
34903
34904
34905 \begin_inset ERT
34906 status collapsed
34907
34908 \begin_layout Plain Layout
34909
34910 }
34911 \end_layout
34912
34913 \end_inset
34914
34915  as a lowered word.
34916 \begin_inset Newline newline
34917 \end_inset
34918
34919 This is a text line with the word 
34920 \begin_inset ERT
34921 status collapsed
34922
34923 \begin_layout Plain Layout
34924
34925
34926 \backslash
34927 raisebox{0.5cm}[0pt]{
34928 \end_layout
34929
34930 \end_inset
34931
34932
34933 \begin_inset Quotes eld
34934 \end_inset
34935
34936 testing
34937 \begin_inset Quotes erd
34938 \end_inset
34939
34940
34941 \begin_inset ERT
34942 status collapsed
34943
34944 \begin_layout Plain Layout
34945
34946 }
34947 \end_layout
34948
34949 \end_inset
34950
34951  as a raised word.
34952 \end_layout
34953
34954 \begin_layout Section
34955 Colored Boxes
34956 \begin_inset CommandInset label
34957 LatexCommand label
34958 name "sec:Colored-Boxes"
34959
34960 \end_inset
34961
34962
34963 \begin_inset Index idx
34964 status collapsed
34965
34966 \begin_layout Plain Layout
34967 Boxes ! Color
34968 \end_layout
34969
34970 \end_inset
34971
34972
34973 \end_layout
34974
34975 \begin_layout Subsection
34976 Color for Text
34977 \begin_inset Index idx
34978 status collapsed
34979
34980 \begin_layout Plain Layout
34981 Color ! for Text
34982 \end_layout
34983
34984 \end_inset
34985
34986
34987 \end_layout
34988
34989 \begin_layout Standard
34990 To color the background of text the text must be put into a so called 
34991 \begin_inset Quotes eld
34992 \end_inset
34993
34994 colorbox
34995 \begin_inset Quotes erd
34996 \end_inset
34997
34998 .
34999  This requires that the LaTeX-package 
35000 \series bold
35001 color
35002 \series default
35003
35004 \begin_inset Index idx
35005 status collapsed
35006
35007 \begin_layout Plain Layout
35008 LaTeX-packages ! color
35009 \end_layout
35010
35011 \end_inset
35012
35013  is loaded in the document preamble with the command
35014 \end_layout
35015
35016 \begin_layout Standard
35017
35018 \series bold
35019
35020 \backslash
35021 @ifundefined{textcolor}
35022 \begin_inset Newline newline
35023 \end_inset
35024
35025
35026 \begin_inset Phantom HPhantom
35027 status open
35028
35029 \begin_layout Plain Layout
35030
35031 \series bold
35032 \begin_inset space ~
35033 \end_inset
35034
35035
35036 \end_layout
35037
35038 \end_inset
35039
35040 {
35041 \backslash
35042 usepackage{color}}{}
35043 \end_layout
35044
35045 \begin_layout Standard
35046 The package 
35047 \series bold
35048 color
35049 \series default
35050  will be loaded automatically by LyX when you color text.
35051 \begin_inset Foot
35052 status collapsed
35053
35054 \begin_layout Plain Layout
35055 To avoid it being loaded twice the command 
35056 \series bold
35057
35058 \backslash
35059 @ifundefined
35060 \series default
35061  is used.
35062 \end_layout
35063
35064 \end_inset
35065
35066
35067 \end_layout
35068
35069 \begin_layout Standard
35070 \begin_inset VSpace medskip
35071 \end_inset
35072
35073 Colorboxes are created with the command 
35074 \series bold
35075
35076 \backslash
35077 colorbox
35078 \series default
35079 .
35080  This will be used with the following scheme:
35081 \end_layout
35082
35083 \begin_layout Standard
35084
35085 \series bold
35086
35087 \backslash
35088 colorbox{color}{box content}
35089 \end_layout
35090
35091 \begin_layout Standard
35092 The box content can also be a box and colorboxes can also be within other
35093  boxes.
35094 \end_layout
35095
35096 \begin_layout Standard
35097 The following colors are predefined:
35098 \begin_inset Newline newline
35099 \end_inset
35100
35101
35102 \family sans
35103 black
35104 \family default
35105
35106 \family sans
35107 blue
35108 \family default
35109
35110 \family sans
35111 cyan
35112 \family default
35113 \series bold
35114 ,
35115 \series default
35116  
35117 \family sans
35118 green
35119 \family default
35120
35121 \family sans
35122 magenta
35123 \family default
35124
35125 \family sans
35126 red
35127 \family default
35128
35129 \family sans
35130 white
35131 \family default
35132 , and 
35133 \family sans
35134 yellow
35135 \family default
35136 .
35137 \begin_inset Newline newline
35138 \end_inset
35139
35140 You can also define your own color as described in section
35141 \begin_inset space ~
35142 \end_inset
35143
35144
35145 \begin_inset CommandInset ref
35146 LatexCommand ref
35147 reference "sec:Colored-Tables"
35148
35149 \end_inset
35150
35151 .
35152 \end_layout
35153
35154 \begin_layout Standard
35155 To have e.
35156 \begin_inset space \thinspace{}
35157 \end_inset
35158
35159 g.
35160 \begin_inset space \space{}
35161 \end_inset
35162
35163 a red background for a word, insert the command
35164 \end_layout
35165
35166 \begin_layout Standard
35167
35168 \series bold
35169
35170 \backslash
35171 colorbox{red}{
35172 \end_layout
35173
35174 \begin_layout Standard
35175 before the word in TeX-Code.
35176  After the word insert a closing brace 
35177 \begin_inset Quotes eld
35178 \end_inset
35179
35180
35181 \series bold
35182 }
35183 \series default
35184
35185 \begin_inset Quotes erd
35186 \end_inset
35187
35188  in TeX-Code.
35189 \begin_inset Newline newline
35190 \end_inset
35191
35192 This is the result:
35193 \end_layout
35194
35195 \begin_layout Standard
35196 This is a line where the word 
35197 \begin_inset ERT
35198 status collapsed
35199
35200 \begin_layout Plain Layout
35201
35202
35203 \backslash
35204 colorbox{red}{
35205 \end_layout
35206
35207 \end_inset
35208
35209
35210 \begin_inset Quotes eld
35211 \end_inset
35212
35213 Attention!
35214 \begin_inset Quotes erd
35215 \end_inset
35216
35217
35218 \begin_inset ERT
35219 status collapsed
35220
35221 \begin_layout Plain Layout
35222
35223 }
35224 \end_layout
35225
35226 \end_inset
35227
35228  has a red background.
35229 \end_layout
35230
35231 \begin_layout Standard
35232 \begin_inset VSpace bigskip
35233 \end_inset
35234
35235 If you would like the box frame in a different color, you can use the command
35236  
35237 \series bold
35238
35239 \backslash
35240 fcolorbox
35241 \series default
35242  with the following scheme:
35243 \end_layout
35244
35245 \begin_layout Standard
35246
35247 \series bold
35248
35249 \backslash
35250 fcolorbox{frame color}{box color}{box content}
35251 \end_layout
35252
35253 \begin_layout Standard
35254
35255 \series bold
35256
35257 \backslash
35258 fcolorbox
35259 \series default
35260  is an extension to 
35261 \series bold
35262
35263 \backslash
35264 colorbox
35265 \series default
35266 .
35267  The frame thickness and the space between the frame and the box content
35268  can be adjusted with the lengths 
35269 \series bold
35270
35271 \backslash
35272 fboxrule
35273 \series default
35274  and 
35275 \series bold
35276
35277 \backslash
35278 fboxsep
35279 \series default
35280 , respectively, as described in section
35281 \begin_inset space ~
35282 \end_inset
35283
35284
35285 \begin_inset CommandInset ref
35286 LatexCommand ref
35287 reference "sec:Decoration"
35288
35289 \end_inset
35290
35291 .
35292 \end_layout
35293
35294 \begin_layout Standard
35295 For the following example the command
35296 \end_layout
35297
35298 \begin_layout Standard
35299
35300 \series bold
35301
35302 \backslash
35303 fcolorbox{cyan}{magenta}{
35304 \end_layout
35305
35306 \begin_layout Standard
35307 was used.
35308 \end_layout
35309
35310 \begin_layout Standard
35311 Here is an example where the frame line thickness was set to 1
35312 \begin_inset space \thinspace{}
35313 \end_inset
35314
35315 mm:
35316 \begin_inset Newline newline
35317 \end_inset
35318
35319
35320 \begin_inset ERT
35321 status collapsed
35322
35323 \begin_layout Plain Layout
35324
35325
35326 \backslash
35327 fboxrule 1mm 
35328 \backslash
35329 fboxsep 1mm
35330 \end_layout
35331
35332 \end_inset
35333
35334
35335 \begin_inset ERT
35336 status collapsed
35337
35338 \begin_layout Plain Layout
35339
35340
35341 \backslash
35342 fcolorbox{cyan}{magenta}{
35343 \end_layout
35344
35345 \end_inset
35346
35347 This is text within a colored, framed box.
35348 \begin_inset ERT
35349 status collapsed
35350
35351 \begin_layout Plain Layout
35352
35353 }
35354 \end_layout
35355
35356 \end_inset
35357
35358
35359 \end_layout
35360
35361 \begin_layout Standard
35362 \begin_inset VSpace bigskip
35363 \end_inset
35364
35365 Of course you can also have colored text inside a colorbox:
35366 \begin_inset Newline newline
35367 \end_inset
35368
35369
35370 \begin_inset ERT
35371 status collapsed
35372
35373 \begin_layout Plain Layout
35374
35375
35376 \backslash
35377 fcolorbox{cyan}{magenta}{
35378 \end_layout
35379
35380 \end_inset
35381
35382
35383 \color yellow
35384 This is colored text within a colored, framed box.
35385 \color none
35386
35387 \begin_inset ERT
35388 status collapsed
35389
35390 \begin_layout Plain Layout
35391
35392 }
35393 \end_layout
35394
35395 \end_inset
35396
35397
35398 \begin_inset ERT
35399 status collapsed
35400
35401 \begin_layout Plain Layout
35402
35403
35404 \backslash
35405 fboxrule 0.4pt 
35406 \backslash
35407 fboxsep 3pt
35408 \end_layout
35409
35410 \end_inset
35411
35412
35413 \end_layout
35414
35415 \begin_layout Standard
35416 \begin_inset VSpace medskip
35417 \end_inset
35418
35419
35420 \end_layout
35421
35422 \begin_layout Standard
35423 \begin_inset Note Greyedout
35424 status open
35425
35426 \begin_layout Plain Layout
35427
35428 \series bold
35429 Note:
35430 \series default
35431  Text in colorboxes cannot have line breaks.
35432  To color multiple text lines or paragraphs, use a box inside a colorbox
35433  as described in the following.
35434 \end_layout
35435
35436 \end_inset
35437
35438
35439 \end_layout
35440
35441 \begin_layout Subsection
35442 Color for Paragraphs
35443 \begin_inset CommandInset label
35444 LatexCommand label
35445 name "sub:Color-for-Paragraphs"
35446
35447 \end_inset
35448
35449
35450 \begin_inset Index idx
35451 status collapsed
35452
35453 \begin_layout Plain Layout
35454 Color ! for Paragraphs
35455 \end_layout
35456
35457 \end_inset
35458
35459
35460 \end_layout
35461
35462 \begin_layout Standard
35463 To set the background color for more than one text line, put the text into
35464  a minipage.
35465  Before the minipage insert the 
35466 \series bold
35467
35468 \backslash
35469 colorbox
35470 \series default
35471  command
35472 \end_layout
35473
35474 \begin_layout Standard
35475
35476 \series bold
35477
35478 \backslash
35479 colorbox{color}{
35480 \end_layout
35481
35482 \begin_layout Standard
35483 in TeX-Code.
35484  After the minipage insert a closing brace 
35485 \begin_inset Quotes eld
35486 \end_inset
35487
35488
35489 \series bold
35490 }
35491 \series default
35492
35493 \begin_inset Quotes erd
35494 \end_inset
35495
35496  in TeX-Code.
35497 \end_layout
35498
35499 \begin_layout Standard
35500 \begin_inset ERT
35501 status collapsed
35502
35503 \begin_layout Plain Layout
35504
35505
35506 \backslash
35507 colorbox{lightgrey}{
35508 \end_layout
35509
35510 \end_inset
35511
35512
35513 \begin_inset Box Frameless
35514 position "t"
35515 hor_pos "c"
35516 has_inner_box 1
35517 inner_pos "t"
35518 use_parbox 0
35519 use_makebox 0
35520 width "100col%"
35521 special "none"
35522 height "1in"
35523 height_special "totalheight"
35524 status collapsed
35525
35526 \begin_layout Plain Layout
35527 This is text with background color.
35528  This is text with background color.
35529 \end_layout
35530
35531 \begin_layout Plain Layout
35532 \begin_inset VSpace defskip
35533 \end_inset
35534
35535 The text can have footnotes
35536 \begin_inset Foot
35537 status collapsed
35538
35539 \begin_layout Plain Layout
35540 Another example footnote
35541 \end_layout
35542
35543 \end_inset
35544
35545  and can include tables and figures.
35546 \end_layout
35547
35548 \begin_layout Plain Layout
35549 \align center
35550 \begin_inset Tabular
35551 <lyxtabular version="3" rows="3" columns="3">
35552 <features rotate="0" tabularvalignment="middle">
35553 <column alignment="center" valignment="top">
35554 <column alignment="center" valignment="top">
35555 <column alignment="center" valignment="top">
35556 <row>
35557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35558 \begin_inset Text
35559
35560 \begin_layout Plain Layout
35561 a
35562 \end_layout
35563
35564 \end_inset
35565 </cell>
35566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35567 \begin_inset Text
35568
35569 \begin_layout Plain Layout
35570 !
35571 \end_layout
35572
35573 \end_inset
35574 </cell>
35575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35576 \begin_inset Text
35577
35578 \begin_layout Plain Layout
35579 3
35580 \end_layout
35581
35582 \end_inset
35583 </cell>
35584 </row>
35585 <row>
35586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35587 \begin_inset Text
35588
35589 \begin_layout Plain Layout
35590 <
35591 \end_layout
35592
35593 \end_inset
35594 </cell>
35595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35596 \begin_inset Text
35597
35598 \begin_layout Plain Layout
35599 b2
35600 \begin_inset Quotes erd
35601 \end_inset
35602
35603 |
35604 \end_layout
35605
35606 \end_inset
35607 </cell>
35608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35609 \begin_inset Text
35610
35611 \begin_layout Plain Layout
35612 >
35613 \end_layout
35614
35615 \end_inset
35616 </cell>
35617 </row>
35618 <row>
35619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35620 \begin_inset Text
35621
35622 \begin_layout Plain Layout
35623 1
35624 \end_layout
35625
35626 \end_inset
35627 </cell>
35628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35629 \begin_inset Text
35630
35631 \begin_layout Plain Layout
35632 §
35633 \end_layout
35634
35635 \end_inset
35636 </cell>
35637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35638 \begin_inset Text
35639
35640 \begin_layout Plain Layout
35641 c
35642 \end_layout
35643
35644 \end_inset
35645 </cell>
35646 </row>
35647 </lyxtabular>
35648
35649 \end_inset
35650
35651
35652 \end_layout
35653
35654 \end_inset
35655
35656
35657 \begin_inset ERT
35658 status collapsed
35659
35660 \begin_layout Plain Layout
35661
35662 }
35663 \end_layout
35664
35665 \end_inset
35666
35667
35668 \end_layout
35669
35670 \begin_layout Section
35671 Rotated and Scaled Boxes
35672 \end_layout
35673
35674 \begin_layout Standard
35675 To use the commands described in this section, the LaTeX-package 
35676 \series bold
35677 graphicx
35678 \series default
35679
35680 \begin_inset Index idx
35681 status collapsed
35682
35683 \begin_layout Plain Layout
35684 LaTeX-packages ! graphicx
35685 \end_layout
35686
35687 \end_inset
35688
35689  needs to be loaded in the document preamble with the command
35690 \end_layout
35691
35692 \begin_layout Standard
35693
35694 \series bold
35695
35696 \backslash
35697 @ifundefined{rotatebox}
35698 \begin_inset Newline newline
35699 \end_inset
35700
35701
35702 \begin_inset Phantom HPhantom
35703 status open
35704
35705 \begin_layout Plain Layout
35706
35707 \series bold
35708 \begin_inset space ~
35709 \end_inset
35710
35711
35712 \end_layout
35713
35714 \end_inset
35715
35716 {
35717 \backslash
35718 usepackage{graphicx}}{}
35719 \end_layout
35720
35721 \begin_layout Standard
35722 \begin_inset Note Greyedout
35723 status open
35724
35725 \begin_layout Plain Layout
35726
35727 \series bold
35728 Note:
35729 \series default
35730  Not all DVI-viewers are able to display rotated or scaled material.
35731 \end_layout
35732
35733 \end_inset
35734
35735
35736 \end_layout
35737
35738 \begin_layout Standard
35739 \begin_inset Note Greyedout
35740 status open
35741
35742 \begin_layout Plain Layout
35743
35744 \series bold
35745 Note:
35746 \series default
35747  Floats are not allowed inside a rotated or scaled box.
35748 \end_layout
35749
35750 \end_inset
35751
35752
35753 \end_layout
35754
35755 \begin_layout Subsection
35756 Rotated Boxes
35757 \begin_inset Index idx
35758 status collapsed
35759
35760 \begin_layout Plain Layout
35761 Boxes ! rotated
35762 \end_layout
35763
35764 \end_inset
35765
35766
35767 \begin_inset Index idx
35768 status collapsed
35769
35770 \begin_layout Plain Layout
35771 Rotated Material
35772 \end_layout
35773
35774 \end_inset
35775
35776
35777 \end_layout
35778
35779 \begin_layout Standard
35780 To rotate material, you can put it into a rotated box.
35781  Such a box is created using the command 
35782 \series bold
35783
35784 \backslash
35785 rotatebox
35786 \series default
35787  in TeX-Code with the following scheme:
35788 \end_layout
35789
35790 \begin_layout Standard
35791
35792 \series bold
35793
35794 \backslash
35795 rotatebox[rotation origin]{rotation angle}{box content}
35796 \end_layout
35797
35798 \begin_layout Standard
35799 The rotation origin is specified in the form 
35800 \series bold
35801 origin=position
35802 \series default
35803 .
35804  The following positions are possible: 
35805 \emph on
35806 c
35807 \emph default
35808  (center), 
35809 \emph on
35810 l
35811 \emph default
35812  (left), 
35813 \emph on
35814 r
35815 \emph default
35816  (right), 
35817 \emph on
35818 b
35819 \emph default
35820  (bottom), 
35821 \emph on
35822 t
35823 \emph default
35824  (top), along with meaningful combinations of the four base positions.
35825  For example 
35826 \emph on
35827 lt
35828 \emph default
35829  means that the rotation origin is at the top left corner of the box.
35830  When no rotation origin is specified, the position 
35831 \emph on
35832 l
35833 \emph default
35834  will be used.
35835  The rotation angle is a number that can be negative that specifies the
35836  angle in degrees.
35837  The rotation direction is counterclockwise.
35838 \end_layout
35839
35840 \begin_layout Standard
35841 In the following example the command 
35842 \series bold
35843
35844 \backslash
35845 rotatebox[origin=c]{60}{
35846 \series default
35847  was inserted as TeX-Code before the text 
35848 \begin_inset Quotes eld
35849 \end_inset
35850
35851 with rotated
35852 \begin_inset Quotes erd
35853 \end_inset
35854
35855 ; after the text the box was closed by a closing brace 
35856 \series bold
35857 }
35858 \series default
35859  in TeX-Code.
35860 \end_layout
35861
35862 \begin_layout Standard
35863 This is a line 
35864 \begin_inset ERT
35865 status collapsed
35866
35867 \begin_layout Plain Layout
35868
35869
35870 \backslash
35871 rotatebox[origin=c]{60}{
35872 \end_layout
35873
35874 \end_inset
35875
35876 with rotated
35877 \begin_inset ERT
35878 status collapsed
35879
35880 \begin_layout Plain Layout
35881
35882 }
35883 \end_layout
35884
35885 \end_inset
35886
35887  text.
35888 \end_layout
35889
35890 \begin_layout Standard
35891 The box content can also be another box or an inline formula:
35892 \end_layout
35893
35894 \begin_layout Standard
35895 This is a line
35896 \begin_inset ERT
35897 status collapsed
35898
35899 \begin_layout Plain Layout
35900
35901
35902 \backslash
35903 rotatebox[origin=r]{-60}{
35904 \end_layout
35905
35906 \end_inset
35907
35908
35909 \begin_inset Box Doublebox
35910 position "c"
35911 hor_pos "c"
35912 has_inner_box 0
35913 inner_pos "c"
35914 use_parbox 0
35915 use_makebox 0
35916 width "1in"
35917 special "width"
35918 height "1in"
35919 height_special "totalheight"
35920 status collapsed
35921
35922 \begin_layout Plain Layout
35923 with rotated
35924 \end_layout
35925
35926 \end_inset
35927
35928
35929 \begin_inset ERT
35930 status collapsed
35931
35932 \begin_layout Plain Layout
35933
35934 }
35935 \end_layout
35936
35937 \end_inset
35938
35939  framed text 
35940 \begin_inset ERT
35941 status collapsed
35942
35943 \begin_layout Plain Layout
35944
35945
35946 \backslash
35947 rotatebox[origin=lb]{60}{
35948 \end_layout
35949
35950 \end_inset
35951
35952
35953 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35954 \end_inset
35955
35956
35957 \begin_inset ERT
35958 status collapsed
35959
35960 \begin_layout Plain Layout
35961
35962 }
35963 \end_layout
35964
35965 \end_inset
35966
35967  and a formula.
35968 \end_layout
35969
35970 \begin_layout Standard
35971 or an image or table:
35972 \end_layout
35973
35974 \begin_layout Standard
35975 This is a line
35976 \begin_inset ERT
35977 status collapsed
35978
35979 \begin_layout Plain Layout
35980
35981
35982 \backslash
35983 rotatebox[origin=lb]{90}{
35984 \end_layout
35985
35986 \end_inset
35987
35988
35989 \begin_inset Graphics
35990         filename clipart/platypus.eps
35991         lyxscale 50
35992         width 25col%
35993
35994 \end_inset
35995
35996
35997 \begin_inset ERT
35998 status collapsed
35999
36000 \begin_layout Plain Layout
36001
36002 }
36003 \end_layout
36004
36005 \end_inset
36006
36007  with a rotated image 
36008 \begin_inset ERT
36009 status collapsed
36010
36011 \begin_layout Plain Layout
36012
36013
36014 \backslash
36015 rotatebox[origin=l]{-90}{
36016 \end_layout
36017
36018 \end_inset
36019
36020
36021 \begin_inset Tabular
36022 <lyxtabular version="3" rows="2" columns="2">
36023 <features rotate="0" tabularvalignment="middle">
36024 <column alignment="center" valignment="top">
36025 <column alignment="center" valignment="top">
36026 <row>
36027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36028 \begin_inset Text
36029
36030 \begin_layout Plain Layout
36031 q
36032 \end_layout
36033
36034 \end_inset
36035 </cell>
36036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36037 \begin_inset Text
36038
36039 \begin_layout Plain Layout
36040 w
36041 \end_layout
36042
36043 \end_inset
36044 </cell>
36045 </row>
36046 <row>
36047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36048 \begin_inset Text
36049
36050 \begin_layout Plain Layout
36051 e
36052 \end_layout
36053
36054 \end_inset
36055 </cell>
36056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36057 \begin_inset Text
36058
36059 \begin_layout Plain Layout
36060 r
36061 \end_layout
36062
36063 \end_inset
36064 </cell>
36065 </row>
36066 </lyxtabular>
36067
36068 \end_inset
36069
36070
36071 \begin_inset ERT
36072 status collapsed
36073
36074 \begin_layout Plain Layout
36075
36076 }
36077 \end_layout
36078
36079 \end_inset
36080
36081  and table.
36082 \begin_inset Index idx
36083 status collapsed
36084
36085 \begin_layout Plain Layout
36086 Figures ! rotated
36087 \end_layout
36088
36089 \end_inset
36090
36091
36092 \begin_inset Index idx
36093 status collapsed
36094
36095 \begin_layout Plain Layout
36096 Table Customization ! Rotating
36097 \end_layout
36098
36099 \end_inset
36100
36101
36102 \end_layout
36103
36104 \begin_layout Subsection
36105 Scaled Boxes
36106 \begin_inset Index idx
36107 status collapsed
36108
36109 \begin_layout Plain Layout
36110 Boxes ! scaled
36111 \end_layout
36112
36113 \end_inset
36114
36115
36116 \begin_inset Index idx
36117 status collapsed
36118
36119 \begin_layout Plain Layout
36120 Scaled Material
36121 \end_layout
36122
36123 \end_inset
36124
36125
36126 \end_layout
36127
36128 \begin_layout Standard
36129 To scale material the commands 
36130 \series bold
36131
36132 \backslash
36133 scalebox
36134 \series default
36135  and 
36136 \series bold
36137
36138 \backslash
36139 resizebox
36140 \series default
36141  can be used as TeX-Code.
36142 \end_layout
36143
36144 \begin_layout Standard
36145
36146 \series bold
36147
36148 \backslash
36149 scalebox
36150 \series default
36151  is used with the following scheme:
36152 \end_layout
36153
36154 \begin_layout Standard
36155
36156 \series bold
36157
36158 \backslash
36159 scalebox{horizontal}[vertical]{box content}
36160 \end_layout
36161
36162 \begin_layout Standard
36163 Horizontal and vertical are the corresponding scaling factors.
36164  If no vertical scaling factor is given, the horizontal factor will also
36165  be used as the vertical one.
36166 \end_layout
36167
36168 \begin_layout Standard
36169 The command 
36170 \series bold
36171
36172 \backslash
36173 scalebox{2}{Hello}
36174 \series default
36175  creates for example a double size 
36176 \begin_inset ERT
36177 status collapsed
36178
36179 \begin_layout Plain Layout
36180
36181
36182 \backslash
36183 scalebox{2}{
36184 \end_layout
36185
36186 \end_inset
36187
36188 Hello
36189 \begin_inset ERT
36190 status collapsed
36191
36192 \begin_layout Plain Layout
36193
36194 }
36195 \end_layout
36196
36197 \end_inset
36198
36199 , compared with the document text size.
36200 \end_layout
36201
36202 \begin_layout Standard
36203
36204 \series bold
36205
36206 \backslash
36207 scalebox{2}[1]{Hello}
36208 \series default
36209  on the other hand distorts the 
36210 \begin_inset ERT
36211 status collapsed
36212
36213 \begin_layout Plain Layout
36214
36215
36216 \backslash
36217 scalebox{2}[1]{
36218 \end_layout
36219
36220 \end_inset
36221
36222 Hello
36223 \begin_inset ERT
36224 status collapsed
36225
36226 \begin_layout Plain Layout
36227
36228 }
36229 \end_layout
36230
36231 \end_inset
36232
36233 .
36234 \end_layout
36235
36236 \begin_layout Standard
36237 If the scaling factor is negative, the box content will be mirrored.
36238  Therefore the command 
36239 \series bold
36240
36241 \backslash
36242 scalebox{-1}[1]{Hello}
36243 \series default
36244  can be used to create mirror writing: 
36245 \begin_inset ERT
36246 status collapsed
36247
36248 \begin_layout Plain Layout
36249
36250
36251 \backslash
36252 scalebox{-1}[1]{
36253 \end_layout
36254
36255 \end_inset
36256
36257 Hello
36258 \begin_inset ERT
36259 status collapsed
36260
36261 \begin_layout Plain Layout
36262
36263 }
36264 \end_layout
36265
36266 \end_inset
36267
36268
36269 \end_layout
36270
36271 \begin_layout Standard
36272
36273 \series bold
36274
36275 \backslash
36276 scalebox{1}[-1]{Hello}
36277 \series default
36278  reflects the 
36279 \begin_inset ERT
36280 status collapsed
36281
36282 \begin_layout Plain Layout
36283
36284
36285 \backslash
36286 scalebox{1}[-1]{
36287 \end_layout
36288
36289 \end_inset
36290
36291 Hello
36292 \begin_inset ERT
36293 status collapsed
36294
36295 \begin_layout Plain Layout
36296
36297 }
36298 \end_layout
36299
36300 \end_inset
36301
36302  at the base line.
36303 \end_layout
36304
36305 \begin_layout Standard
36306 Equivalent to 
36307 \series bold
36308
36309 \backslash
36310 scalebox{-1}[1]{box content}
36311 \series default
36312  there exists the command
36313 \begin_inset Newline newline
36314 \end_inset
36315
36316
36317 \series bold
36318
36319 \backslash
36320 reflectbox{box content}
36321 \series default
36322 .
36323 \end_layout
36324
36325 \begin_layout Standard
36326 \begin_inset VSpace bigskip
36327 \end_inset
36328
36329 The command 
36330 \series bold
36331
36332 \backslash
36333 resizebox
36334 \series default
36335  is used to scale the box to a defined width and height.
36336  The command scheme is:
36337 \end_layout
36338
36339 \begin_layout Standard
36340
36341 \series bold
36342
36343 \backslash
36344 resizebox{width}{height}{box content}
36345 \end_layout
36346
36347 \begin_layout Standard
36348 If one of the two command arguments given is an exclamation mark 
36349 \series bold
36350 !
36351 \series default
36352 , the size is set so that the aspect ratio of the box content is kept.
36353 \end_layout
36354
36355 \begin_layout Standard
36356 The command 
36357 \series bold
36358
36359 \backslash
36360 resizebox{2cm}{1cm}{Hello}
36361 \series default
36362  produces: 
36363 \begin_inset ERT
36364 status collapsed
36365
36366 \begin_layout Plain Layout
36367
36368
36369 \backslash
36370 resizebox{2cm}{1cm}{
36371 \end_layout
36372
36373 \end_inset
36374
36375 Hello
36376 \begin_inset ERT
36377 status collapsed
36378
36379 \begin_layout Plain Layout
36380
36381 }
36382 \end_layout
36383
36384 \end_inset
36385
36386
36387 \begin_inset Newline newline
36388 \end_inset
36389
36390 The command 
36391 \series bold
36392
36393 \backslash
36394 resizebox{2cm}{!}{Hello}
36395 \series default
36396  produces: 
36397 \begin_inset ERT
36398 status collapsed
36399
36400 \begin_layout Plain Layout
36401
36402
36403 \backslash
36404 resizebox{2cm}{!}{
36405 \end_layout
36406
36407 \end_inset
36408
36409 Hello
36410 \begin_inset ERT
36411 status collapsed
36412
36413 \begin_layout Plain Layout
36414
36415 }
36416 \end_layout
36417
36418 \end_inset
36419
36420
36421 \end_layout
36422
36423 \begin_layout Standard
36424 \begin_inset VSpace bigskip
36425 \end_inset
36426
36427
36428 \begin_inset Note Greyedout
36429 status open
36430
36431 \begin_layout Plain Layout
36432
36433 \series bold
36434 Note:
36435 \series default
36436  When arguments of 
36437 \series bold
36438
36439 \backslash
36440 scalebox
36441 \series default
36442  or 
36443 \series bold
36444
36445 \backslash
36446 resizebox
36447 \series default
36448  are set to zero, no LaTeX-errors occur when exporting the document but
36449  the exported files can not or only partly be displayed.
36450 \end_layout
36451
36452 \end_inset
36453
36454
36455 \end_layout
36456
36457 \begin_layout Standard
36458 \begin_inset VSpace bigskip
36459 \end_inset
36460
36461
36462 \end_layout
36463
36464 \begin_layout Standard
36465 The boxes can be combined in any order.
36466  E.
36467 \begin_inset space \thinspace{}
36468 \end_inset
36469
36470 g.
36471 \begin_inset space \space{}
36472 \end_inset
36473
36474 the command
36475 \begin_inset Newline newline
36476 \end_inset
36477
36478
36479 \series bold
36480
36481 \backslash
36482 rotatebox[origin=c]{-45}{
36483 \backslash
36484 resizebox{2cm}{!}{
36485 \backslash
36486 reflectbox{Hello}}}
36487 \begin_inset Newline newline
36488 \end_inset
36489
36490
36491 \series default
36492 produces:
36493 \end_layout
36494
36495 \begin_layout Standard
36496 \align center
36497 \begin_inset ERT
36498 status collapsed
36499
36500 \begin_layout Plain Layout
36501
36502
36503 \backslash
36504 rotatebox[origin=c]{-45}{
36505 \backslash
36506 resizebox{2cm}{!}{
36507 \backslash
36508 reflectbox{
36509 \end_layout
36510
36511 \end_inset
36512
36513 Hello
36514 \begin_inset ERT
36515 status collapsed
36516
36517 \begin_layout Plain Layout
36518
36519 }}}
36520 \end_layout
36521
36522 \end_inset
36523
36524
36525 \end_layout
36526
36527 \begin_layout Standard
36528 \noindent
36529 Images, tables, and inline formulas are allowed as box content:
36530 \end_layout
36531
36532 \begin_layout Standard
36533 \align center
36534 \begin_inset ERT
36535 status collapsed
36536
36537 \begin_layout Plain Layout
36538
36539
36540 \backslash
36541 rotatebox[origin=c]{-30}{
36542 \backslash
36543 resizebox{2cm}{!}{
36544 \backslash
36545 reflectbox{
36546 \end_layout
36547
36548 \end_inset
36549
36550
36551 \begin_inset Graphics
36552         filename clipart/platypus.eps
36553         lyxscale 50
36554         width 25col%
36555
36556 \end_inset
36557
36558
36559 \begin_inset ERT
36560 status collapsed
36561
36562 \begin_layout Plain Layout
36563
36564 }}}
36565 \end_layout
36566
36567 \end_inset
36568
36569
36570 \begin_inset ERT
36571 status collapsed
36572
36573 \begin_layout Plain Layout
36574
36575
36576 \backslash
36577 rotatebox[origin=c]{-45}{
36578 \backslash
36579 resizebox{2cm}{!}{
36580 \backslash
36581 reflectbox{
36582 \end_layout
36583
36584 \end_inset
36585
36586
36587 \begin_inset Tabular
36588 <lyxtabular version="3" rows="2" columns="2">
36589 <features rotate="0" tabularvalignment="middle">
36590 <column alignment="center" valignment="top">
36591 <column alignment="center" valignment="top">
36592 <row>
36593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36594 \begin_inset Text
36595
36596 \begin_layout Plain Layout
36597 q
36598 \end_layout
36599
36600 \end_inset
36601 </cell>
36602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36603 \begin_inset Text
36604
36605 \begin_layout Plain Layout
36606 w
36607 \end_layout
36608
36609 \end_inset
36610 </cell>
36611 </row>
36612 <row>
36613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36614 \begin_inset Text
36615
36616 \begin_layout Plain Layout
36617 e
36618 \end_layout
36619
36620 \end_inset
36621 </cell>
36622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36623 \begin_inset Text
36624
36625 \begin_layout Plain Layout
36626 r
36627 \end_layout
36628
36629 \end_inset
36630 </cell>
36631 </row>
36632 </lyxtabular>
36633
36634 \end_inset
36635
36636
36637 \begin_inset ERT
36638 status collapsed
36639
36640 \begin_layout Plain Layout
36641
36642 }}}
36643 \end_layout
36644
36645 \end_inset
36646
36647
36648 \begin_inset ERT
36649 status collapsed
36650
36651 \begin_layout Plain Layout
36652
36653
36654 \backslash
36655 rotatebox[origin=c]{-45}{
36656 \backslash
36657 resizebox{2cm}{!}{
36658 \backslash
36659 reflectbox{
36660 \end_layout
36661
36662 \end_inset
36663
36664
36665 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36666 \end_inset
36667
36668
36669 \begin_inset ERT
36670 status collapsed
36671
36672 \begin_layout Plain Layout
36673
36674 }}}
36675 \end_layout
36676
36677 \end_inset
36678
36679
36680 \begin_inset Index idx
36681 status collapsed
36682
36683 \begin_layout Plain Layout
36684 Figures ! scaled
36685 \end_layout
36686
36687 \end_inset
36688
36689
36690 \begin_inset Index idx
36691 status collapsed
36692
36693 \begin_layout Plain Layout
36694 Table Customization ! Scaling
36695 \end_layout
36696
36697 \end_inset
36698
36699
36700 \end_layout
36701
36702 \begin_layout Standard
36703 When the global formula style 
36704 \series bold
36705 fleqn
36706 \series default
36707  is used in the document
36708 \begin_inset Foot
36709 status collapsed
36710
36711 \begin_layout Plain Layout
36712 When 
36713 \begin_inset Quotes eld
36714 \end_inset
36715
36716 fleqn
36717 \begin_inset Quotes erd
36718 \end_inset
36719
36720  is added to the document class options.
36721 \end_layout
36722
36723 \end_inset
36724
36725 , display style formulas can also be scaled.
36726 \end_layout
36727
36728 \begin_layout Chapter
36729 Objects Surrounded by Text
36730 \begin_inset Index idx
36731 status collapsed
36732
36733 \begin_layout Plain Layout
36734 Surrounded by text
36735 \end_layout
36736
36737 \end_inset
36738
36739
36740 \end_layout
36741
36742 \begin_layout Section
36743 Wrap Floats
36744 \begin_inset CommandInset label
36745 LatexCommand label
36746 name "sec:Wrap-Floats"
36747
36748 \end_inset
36749
36750
36751 \begin_inset Index idx
36752 status collapsed
36753
36754 \begin_layout Plain Layout
36755 Floats ! Wrap Floats
36756 \end_layout
36757
36758 \end_inset
36759
36760
36761 \begin_inset Index idx
36762 status collapsed
36763
36764 \begin_layout Plain Layout
36765 Surrounded by text ! Wrap Floats
36766 \end_layout
36767
36768 \end_inset
36769
36770
36771 \end_layout
36772
36773 \begin_layout Standard
36774 \begin_inset Wrap figure
36775 lines 0
36776 placement l
36777 overhang 1cm
36778 width "40col%"
36779 status open
36780
36781 \begin_layout Plain Layout
36782 \begin_inset Graphics
36783         filename clipart/mobius.eps
36784         width 40col%
36785         scaleBeforeRotation
36786         rotateOrigin center
36787
36788 \end_inset
36789
36790
36791 \end_layout
36792
36793 \begin_layout Plain Layout
36794 \begin_inset Caption Standard
36795
36796 \begin_layout Plain Layout
36797 \begin_inset CommandInset label
36798 LatexCommand label
36799 name "fig:This-is-a"
36800
36801 \end_inset
36802
36803 This is a figure wrap float.
36804 \end_layout
36805
36806 \end_inset
36807
36808
36809 \end_layout
36810
36811 \end_inset
36812
36813  This float type is used if you want to wrap text around a figure or table
36814  so that it only occupies some fraction of the column width.
36815  It can be inserted using the menu 
36816 \family sans
36817 Insert\SpecialChar \menuseparator
36818 Floats\SpecialChar \menuseparator
36819 Figure
36820 \begin_inset space ~
36821 \end_inset
36822
36823 Wrap
36824 \begin_inset space ~
36825 \end_inset
36826
36827 Float
36828 \family default
36829  or 
36830 \family sans
36831 Table
36832 \begin_inset space ~
36833 \end_inset
36834
36835 Wrap
36836 \begin_inset space ~
36837 \end_inset
36838
36839 Float
36840 \family default
36841  if the LaTeX-package 
36842 \series bold
36843 wrapfig
36844 \series default
36845
36846 \begin_inset Index idx
36847 status collapsed
36848
36849 \begin_layout Plain Layout
36850 LaTeX-packages ! wrapfig
36851 \end_layout
36852
36853 \end_inset
36854
36855  is installed.
36856 \begin_inset Foot
36857 status collapsed
36858
36859 \begin_layout Plain Layout
36860 Installing a LaTeX-package is explained it in the 
36861 \emph on
36862 LaTeX
36863 \begin_inset space ~
36864 \end_inset
36865
36866 Configuration
36867 \emph default
36868  manual.
36869 \end_layout
36870
36871 \end_inset
36872
36873  The settings of the float can be modified by right-clicking on the float
36874  box.
36875  The mandatory settings are the float 
36876 \family sans
36877 Placement
36878 \family default
36879  and its 
36880 \family sans
36881 Width
36882 \family default
36883 .
36884  Optional are the 
36885 \family sans
36886 Overhang
36887 \family default
36888  that specifies how much the float is set into the paragraph
36889 \begin_inset space \thinspace{}
36890 \end_inset
36891
36892 /
36893 \begin_inset space \thinspace{}
36894 \end_inset
36895
36896 page margin, and the 
36897 \family sans
36898 Line
36899 \begin_inset space ~
36900 \end_inset
36901
36902 span
36903 \family default
36904  that specifies how many text lines the float will approximately need.
36905  The line span is often hard to approximate; so it is better only to use
36906  it when you encounter float placement problems.
36907  You can furthermore decide if LaTeX is allowed to let the float float within
36908  the paragraph or to surrounding paragraphs.
36909  Figure
36910 \begin_inset space ~
36911 \end_inset
36912
36913
36914 \begin_inset CommandInset ref
36915 LatexCommand ref
36916 reference "fig:This-is-a"
36917
36918 \end_inset
36919
36920  is an example text wrap float with a width of 40
36921 \begin_inset space \thinspace{}
36922 \end_inset
36923
36924 col%, 1
36925 \begin_inset space \thinspace{}
36926 \end_inset
36927
36928 cm overhang, set to the left.
36929 \end_layout
36930
36931 \begin_layout Standard
36932 \begin_inset Note Greyedout
36933 status open
36934
36935 \begin_layout Plain Layout
36936
36937 \series bold
36938 Note:
36939 \series default
36940  Text
36941 \begin_inset space ~
36942 \end_inset
36943
36944 wrap float floats are fragile! E.
36945 \begin_inset space \thinspace{}
36946 \end_inset
36947
36948 g.
36949 \begin_inset space \space{}
36950 \end_inset
36951
36952 having a figure too close to the bottom of the page can mess things up in
36953  such a way that the float does not appear in the output or that it is placed
36954  over some other text.
36955 \end_layout
36956
36957 \end_inset
36958
36959
36960 \end_layout
36961
36962 \begin_layout Standard
36963 In general, the following applies for wrap floats:
36964 \end_layout
36965
36966 \begin_layout Itemize
36967 They should not be placed in paragraphs that run over a page break.
36968  That means that wrap floats are better inserted in their exact place when
36969  the document is almost finished and you are able to estimate where page
36970  breaks will appear.
36971 \end_layout
36972
36973 \begin_layout Itemize
36974 They should either be placed in their own paragraph before the paragraph
36975  where they should wrap into or within a paragraph.
36976 \end_layout
36977
36978 \begin_layout Itemize
36979 In consecutive paragraphs they may cause troubles, so ensure that there
36980  is a text paragraph between them as separator.
36981 \end_layout
36982
36983 \begin_layout Itemize
36984 They are not allowed in section headings or tables.
36985 \end_layout
36986
36987 \begin_layout Itemize
36988 Their numbering and referencing works as described in chap.
36989 \begin_inset space \thinspace{}
36990 \end_inset
36991
36992
36993 \begin_inset CommandInset ref
36994 LatexCommand ref
36995 reference "chap:Floats"
36996
36997 \end_inset
36998
36999 .
37000 \end_layout
37001
37002 \begin_layout Section
37003 Surrounded Fixed Objects
37004 \begin_inset Index idx
37005 status collapsed
37006
37007 \begin_layout Plain Layout
37008 Surrounded by text ! Fixed objects
37009 \end_layout
37010
37011 \end_inset
37012
37013
37014 \end_layout
37015
37016 \begin_layout Standard
37017 The wrap floats described in sec.
37018 \begin_inset space \thinspace{}
37019 \end_inset
37020
37021
37022 \begin_inset CommandInset ref
37023 LatexCommand ref
37024 reference "sec:Wrap-Floats"
37025
37026 \end_inset
37027
37028  have these positions in the paragraph:
37029 \end_layout
37030
37031 \begin_layout Standard
37032 \noindent
37033 \align center
37034 \begin_inset Tabular
37035 <lyxtabular version="3" rows="2" columns="2">
37036 <features rotate="0" tabularvalignment="middle">
37037 <column alignment="center" valignment="top">
37038 <column alignment="center" valignment="top">
37039 <row>
37040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37041 \begin_inset Text
37042
37043 \begin_layout Plain Layout
37044 \begin_inset Graphics
37045         filename ../images/dialog-show-new-inset_graphics.png
37046         scale 70
37047         scaleBeforeRotation
37048
37049 \end_inset
37050
37051
37052 \end_layout
37053
37054 \end_inset
37055 </cell>
37056 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37057 \begin_inset Text
37058
37059 \begin_layout Plain Layout
37060 text
37061 \end_layout
37062
37063 \end_inset
37064 </cell>
37065 </row>
37066 <row>
37067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37068 \begin_inset Text
37069
37070 \begin_layout Plain Layout
37071 text
37072 \end_layout
37073
37074 \end_inset
37075 </cell>
37076 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37077 \begin_inset Text
37078
37079 \begin_layout Plain Layout
37080 text
37081 \end_layout
37082
37083 \end_inset
37084 </cell>
37085 </row>
37086 </lyxtabular>
37087
37088 \end_inset
37089
37090  or 
37091 \begin_inset Tabular
37092 <lyxtabular version="3" rows="2" columns="2">
37093 <features rotate="0" tabularvalignment="middle">
37094 <column alignment="center" valignment="top">
37095 <column alignment="center" valignment="top">
37096 <row>
37097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37098 \begin_inset Text
37099
37100 \begin_layout Plain Layout
37101 text
37102 \end_layout
37103
37104 \end_inset
37105 </cell>
37106 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37107 \begin_inset Text
37108
37109 \begin_layout Plain Layout
37110 \begin_inset Graphics
37111         filename ../images/dialog-show-new-inset_graphics.png
37112         scale 70
37113         scaleBeforeRotation
37114
37115 \end_inset
37116
37117
37118 \end_layout
37119
37120 \end_inset
37121 </cell>
37122 </row>
37123 <row>
37124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37125 \begin_inset Text
37126
37127 \begin_layout Plain Layout
37128 text
37129 \end_layout
37130
37131 \end_inset
37132 </cell>
37133 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37134 \begin_inset Text
37135
37136 \begin_layout Plain Layout
37137 text
37138 \end_layout
37139
37140 \end_inset
37141 </cell>
37142 </row>
37143 </lyxtabular>
37144
37145 \end_inset
37146
37147
37148 \end_layout
37149
37150 \begin_layout Standard
37151 To get an object exactly at the position where it is inserted, for example
37152  to get one of these positions:
37153 \begin_inset VSpace defskip
37154 \end_inset
37155
37156
37157 \end_layout
37158
37159 \begin_layout Standard
37160 \noindent
37161 \align center
37162 \begin_inset Tabular
37163 <lyxtabular version="3" rows="2" columns="2">
37164 <features rotate="0" tabularvalignment="middle">
37165 <column alignment="center" valignment="top">
37166 <column alignment="center" valignment="top">
37167 <row>
37168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37169 \begin_inset Text
37170
37171 \begin_layout Plain Layout
37172 text
37173 \end_layout
37174
37175 \end_inset
37176 </cell>
37177 <cell alignment="center" valignment="top" topline="true" 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 \begin_inset Graphics
37193         filename ../images/dialog-show-new-inset_graphics.png
37194         scale 70
37195         scaleBeforeRotation
37196
37197 \end_inset
37198
37199
37200 \end_layout
37201
37202 \end_inset
37203 </cell>
37204 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37205 \begin_inset Text
37206
37207 \begin_layout Plain Layout
37208 text
37209 \end_layout
37210
37211 \end_inset
37212 </cell>
37213 </row>
37214 </lyxtabular>
37215
37216 \end_inset
37217
37218  
37219 \begin_inset Tabular
37220 <lyxtabular version="3" rows="2" columns="2">
37221 <features rotate="0" tabularvalignment="middle">
37222 <column alignment="center" valignment="top">
37223 <column alignment="center" valignment="top">
37224 <row>
37225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37226 \begin_inset Text
37227
37228 \begin_layout Plain Layout
37229 text
37230 \end_layout
37231
37232 \end_inset
37233 </cell>
37234 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37235 \begin_inset Text
37236
37237 \begin_layout Plain Layout
37238 text
37239 \end_layout
37240
37241 \end_inset
37242 </cell>
37243 </row>
37244 <row>
37245 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37246 \begin_inset Text
37247
37248 \begin_layout Plain Layout
37249 text
37250 \end_layout
37251
37252 \end_inset
37253 </cell>
37254 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37255 \begin_inset Text
37256
37257 \begin_layout Plain Layout
37258 \begin_inset Graphics
37259         filename ../images/dialog-show-new-inset_graphics.png
37260         scale 70
37261         scaleBeforeRotation
37262
37263 \end_inset
37264
37265
37266 \end_layout
37267
37268 \end_inset
37269 </cell>
37270 </row>
37271 </lyxtabular>
37272
37273 \end_inset
37274
37275  
37276 \begin_inset Tabular
37277 <lyxtabular version="3" rows="2" columns="3">
37278 <features rotate="0" tabularvalignment="middle">
37279 <column alignment="center" valignment="top">
37280 <column alignment="center" valignment="top">
37281 <column alignment="center" valignment="top">
37282 <row>
37283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37284 \begin_inset Text
37285
37286 \begin_layout Plain Layout
37287 text
37288 \end_layout
37289
37290 \end_inset
37291 </cell>
37292 <cell alignment="center" valignment="top" topline="true" usebox="none">
37293 \begin_inset Text
37294
37295 \begin_layout Plain Layout
37296 \begin_inset Graphics
37297         filename ../images/dialog-show-new-inset_graphics.png
37298         scale 70
37299         scaleBeforeRotation
37300
37301 \end_inset
37302
37303
37304 \end_layout
37305
37306 \end_inset
37307 </cell>
37308 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37309 \begin_inset Text
37310
37311 \begin_layout Plain Layout
37312 text
37313 \end_layout
37314
37315 \end_inset
37316 </cell>
37317 </row>
37318 <row>
37319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37320 \begin_inset Text
37321
37322 \begin_layout Plain Layout
37323 text
37324 \end_layout
37325
37326 \end_inset
37327 </cell>
37328 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37329 \begin_inset Text
37330
37331 \begin_layout Plain Layout
37332 text
37333 \end_layout
37334
37335 \end_inset
37336 </cell>
37337 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37338 \begin_inset Text
37339
37340 \begin_layout Plain Layout
37341 text
37342 \end_layout
37343
37344 \end_inset
37345 </cell>
37346 </row>
37347 </lyxtabular>
37348
37349 \end_inset
37350
37351  
37352 \begin_inset Tabular
37353 <lyxtabular version="3" rows="2" columns="3">
37354 <features rotate="0" tabularvalignment="middle">
37355 <column alignment="center" valignment="top">
37356 <column alignment="center" valignment="top">
37357 <column alignment="center" valignment="top">
37358 <row>
37359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37360 \begin_inset Text
37361
37362 \begin_layout Plain Layout
37363 text
37364 \end_layout
37365
37366 \end_inset
37367 </cell>
37368 <cell alignment="center" valignment="top" topline="true" usebox="none">
37369 \begin_inset Text
37370
37371 \begin_layout Plain Layout
37372 text
37373 \end_layout
37374
37375 \end_inset
37376 </cell>
37377 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37378 \begin_inset Text
37379
37380 \begin_layout Plain Layout
37381 text
37382 \end_layout
37383
37384 \end_inset
37385 </cell>
37386 </row>
37387 <row>
37388 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37389 \begin_inset Text
37390
37391 \begin_layout Plain Layout
37392 text
37393 \end_layout
37394
37395 \end_inset
37396 </cell>
37397 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37398 \begin_inset Text
37399
37400 \begin_layout Plain Layout
37401 \begin_inset Graphics
37402         filename ../images/dialog-show-new-inset_graphics.png
37403         scale 70
37404         scaleBeforeRotation
37405
37406 \end_inset
37407
37408
37409 \end_layout
37410
37411 \end_inset
37412 </cell>
37413 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37414 \begin_inset Text
37415
37416 \begin_layout Plain Layout
37417 text
37418 \end_layout
37419
37420 \end_inset
37421 </cell>
37422 </row>
37423 </lyxtabular>
37424
37425 \end_inset
37426
37427
37428 \end_layout
37429
37430 \begin_layout Standard
37431 \noindent
37432 \align center
37433 \begin_inset Tabular
37434 <lyxtabular version="3" rows="3" columns="2">
37435 <features rotate="0" tabularvalignment="middle">
37436 <column alignment="center" valignment="top">
37437 <column alignment="center" valignment="top">
37438 <row>
37439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37440 \begin_inset Text
37441
37442 \begin_layout Plain Layout
37443 text
37444 \end_layout
37445
37446 \end_inset
37447 </cell>
37448 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37449 \begin_inset Text
37450
37451 \begin_layout Plain Layout
37452 text
37453 \end_layout
37454
37455 \end_inset
37456 </cell>
37457 </row>
37458 <row>
37459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37460 \begin_inset Text
37461
37462 \begin_layout Plain Layout
37463 \begin_inset Graphics
37464         filename ../images/dialog-show-new-inset_graphics.png
37465         scale 70
37466         scaleBeforeRotation
37467
37468 \end_inset
37469
37470
37471 \end_layout
37472
37473 \end_inset
37474 </cell>
37475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37476 \begin_inset Text
37477
37478 \begin_layout Plain Layout
37479 text
37480 \end_layout
37481
37482 \end_inset
37483 </cell>
37484 </row>
37485 <row>
37486 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37487 \begin_inset Text
37488
37489 \begin_layout Plain Layout
37490 text
37491 \end_layout
37492
37493 \end_inset
37494 </cell>
37495 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37496 \begin_inset Text
37497
37498 \begin_layout Plain Layout
37499 text
37500 \end_layout
37501
37502 \end_inset
37503 </cell>
37504 </row>
37505 </lyxtabular>
37506
37507 \end_inset
37508
37509  
37510 \begin_inset Tabular
37511 <lyxtabular version="3" rows="3" columns="3">
37512 <features rotate="0" tabularvalignment="middle">
37513 <column alignment="center" valignment="top">
37514 <column alignment="center" valignment="top">
37515 <column alignment="center" valignment="top">
37516 <row>
37517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37518 \begin_inset Text
37519
37520 \begin_layout Plain Layout
37521 text
37522 \end_layout
37523
37524 \end_inset
37525 </cell>
37526 <cell alignment="center" valignment="top" topline="true" usebox="none">
37527 \begin_inset Text
37528
37529 \begin_layout Plain Layout
37530 text
37531 \end_layout
37532
37533 \end_inset
37534 </cell>
37535 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37536 \begin_inset Text
37537
37538 \begin_layout Plain Layout
37539 text
37540 \end_layout
37541
37542 \end_inset
37543 </cell>
37544 </row>
37545 <row>
37546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37547 \begin_inset Text
37548
37549 \begin_layout Plain Layout
37550 text
37551 \end_layout
37552
37553 \end_inset
37554 </cell>
37555 <cell alignment="center" valignment="top" usebox="none">
37556 \begin_inset Text
37557
37558 \begin_layout Plain Layout
37559 \begin_inset Graphics
37560         filename ../images/dialog-show-new-inset_graphics.png
37561         scale 70
37562         scaleBeforeRotation
37563
37564 \end_inset
37565
37566
37567 \end_layout
37568
37569 \end_inset
37570 </cell>
37571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37572 \begin_inset Text
37573
37574 \begin_layout Plain Layout
37575 text
37576 \end_layout
37577
37578 \end_inset
37579 </cell>
37580 </row>
37581 <row>
37582 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37583 \begin_inset Text
37584
37585 \begin_layout Plain Layout
37586 text
37587 \end_layout
37588
37589 \end_inset
37590 </cell>
37591 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37592 \begin_inset Text
37593
37594 \begin_layout Plain Layout
37595 text
37596 \end_layout
37597
37598 \end_inset
37599 </cell>
37600 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37601 \begin_inset Text
37602
37603 \begin_layout Plain Layout
37604 text
37605 \end_layout
37606
37607 \end_inset
37608 </cell>
37609 </row>
37610 </lyxtabular>
37611
37612 \end_inset
37613
37614  
37615 \begin_inset Tabular
37616 <lyxtabular version="3" rows="3" columns="2">
37617 <features rotate="0" tabularvalignment="middle">
37618 <column alignment="center" valignment="top">
37619 <column alignment="center" valignment="top">
37620 <row>
37621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37622 \begin_inset Text
37623
37624 \begin_layout Plain Layout
37625 text
37626 \end_layout
37627
37628 \end_inset
37629 </cell>
37630 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37631 \begin_inset Text
37632
37633 \begin_layout Plain Layout
37634 text
37635 \end_layout
37636
37637 \end_inset
37638 </cell>
37639 </row>
37640 <row>
37641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37642 \begin_inset Text
37643
37644 \begin_layout Plain Layout
37645 text
37646 \end_layout
37647
37648 \end_inset
37649 </cell>
37650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37651 \begin_inset Text
37652
37653 \begin_layout Plain Layout
37654 \begin_inset Graphics
37655         filename ../images/dialog-show-new-inset_graphics.png
37656         scale 70
37657         scaleBeforeRotation
37658
37659 \end_inset
37660
37661
37662 \end_layout
37663
37664 \end_inset
37665 </cell>
37666 </row>
37667 <row>
37668 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37669 \begin_inset Text
37670
37671 \begin_layout Plain Layout
37672 text
37673 \end_layout
37674
37675 \end_inset
37676 </cell>
37677 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37678 \begin_inset Text
37679
37680 \begin_layout Plain Layout
37681 text
37682 \end_layout
37683
37684 \end_inset
37685 </cell>
37686 </row>
37687 </lyxtabular>
37688
37689 \end_inset
37690
37691
37692 \end_layout
37693
37694 \begin_layout Standard
37695 \noindent
37696 you can use the LaTeX-package 
37697 \series bold
37698 picinpar
37699 \series default
37700
37701 \begin_inset Index idx
37702 status collapsed
37703
37704 \begin_layout Plain Layout
37705 LaTeX-packages ! picinpar
37706 \end_layout
37707
37708 \end_inset
37709
37710 .
37711  Here is an example:
37712 \end_layout
37713
37714 \begin_layout Standard
37715 \begin_inset ERT
37716 status collapsed
37717
37718 \begin_layout Plain Layout
37719
37720
37721 \backslash
37722 ifpicinpar
37723 \end_layout
37724
37725 \end_inset
37726
37727
37728 \begin_inset Note Note
37729 status open
37730
37731 \begin_layout Plain Layout
37732 The following section will only be displayed when the LaTeX-package 
37733 \series bold
37734 picinpar
37735 \series default
37736  is installed.
37737 \end_layout
37738
37739 \end_inset
37740
37741
37742 \end_layout
37743
37744 \begin_layout Standard
37745 \begin_inset ERT
37746 status collapsed
37747
37748 \begin_layout Plain Layout
37749
37750
37751 \backslash
37752 begin{window}[2,c,{
37753 \end_layout
37754
37755 \end_inset
37756
37757
37758 \begin_inset Graphics
37759         filename clipart/mobius.eps
37760         lyxscale 60
37761         width 40col%
37762         scaleBeforeRotation
37763         rotateOrigin center
37764
37765 \end_inset
37766
37767
37768 \begin_inset ERT
37769 status collapsed
37770
37771 \begin_layout Plain Layout
37772
37773 },]
37774 \end_layout
37775
37776 \begin_layout Plain Layout
37777
37778 {}
37779 \end_layout
37780
37781 \end_inset
37782
37783
37784 \size small
37785 It was in the spring of the year 1894 that all London was interested, and
37786  the fashionable world dismayed, by the murder of the Honourable Ronald
37787  Adair under most unusual and inexplicable circumstances.
37788  The public has already learned those particulars of the crime which
37789 \size default
37790
37791 \begin_inset ERT
37792 status collapsed
37793
37794 \begin_layout Plain Layout
37795
37796
37797 \backslash
37798 footnotemark{}
37799 \end_layout
37800
37801 \end_inset
37802
37803
37804 \size small
37805  came out in the police investigation, but a good deal was suppressed upon
37806  that occasion, since the case for the prosecution was so overwhelmingly
37807  strong that it was not necessary to bring forward all the facts.
37808  Only now, at the end of nearly ten years, am I allowed to supply those
37809  missing links which make up the whole of that remarkable chain.
37810 \size default
37811
37812 \begin_inset ERT
37813 status collapsed
37814
37815 \begin_layout Plain Layout
37816
37817
37818 \backslash
37819 end{window}
37820 \end_layout
37821
37822 \end_inset
37823
37824
37825 \end_layout
37826
37827 \begin_layout Standard
37828 \begin_inset ERT
37829 status collapsed
37830
37831 \begin_layout Plain Layout
37832
37833
37834 \backslash
37835 footnotetext{
37836 \end_layout
37837
37838 \end_inset
37839
37840 Footnote of the paragraph with the fixed object.
37841 \begin_inset ERT
37842 status collapsed
37843
37844 \begin_layout Plain Layout
37845
37846 }
37847 \end_layout
37848
37849 \end_inset
37850
37851
37852 \end_layout
37853
37854 \begin_layout Standard
37855 Surrounded fixed objects are used to let text float around them, at which
37856  the object's position in the paragraph can be determined by the number
37857  of lines above it.
37858  In contrary to floats is it not possible to have a numbered caption.
37859 \end_layout
37860
37861 \begin_layout Standard
37862 A fixed object is inserted by adding the command
37863 \end_layout
37864
37865 \begin_layout Standard
37866
37867 \series bold
37868
37869 \backslash
37870 begin{window}[2,c,{
37871 \end_layout
37872
37873 \begin_layout Standard
37874 as TeX-Code at the beginning of the paragraph.
37875  The first parameter in the bracket, here '2', defines the number of lines
37876  above the object, the second, here 'c', the position of the object.
37877  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37878  Behind the command you insert the object.
37879  In this example an image with a width of 40
37880 \begin_inset space \thinspace{}
37881 \end_inset
37882
37883 % of the text column width was inserted.
37884  The object can also be a table, a box or an equation.
37885  Behind the object the command
37886 \end_layout
37887
37888 \begin_layout Standard
37889
37890 \series bold
37891 },description text]
37892 \begin_inset Newline newline
37893 \end_inset
37894
37895 {}
37896 \end_layout
37897
37898 \begin_layout Standard
37899 is inserted.
37900  Note that the 
37901 \begin_inset Quotes eld
37902 \end_inset
37903
37904
37905 \series bold
37906 {}
37907 \series default
37908
37909 \begin_inset Quotes erd
37910 \end_inset
37911
37912  is in the second line.
37913  The description text is optional.
37914  The text surrounding the object must be in the same paragraph as the object,
37915  so it must begin directly after the 
37916 \series bold
37917 {}
37918 \series default
37919 .
37920  At the end of the paragraph insert the command:
37921 \end_layout
37922
37923 \begin_layout Standard
37924
37925 \series bold
37926
37927 \backslash
37928 end{window}
37929 \end_layout
37930
37931 \begin_layout Standard
37932 Within a paragraph with a fixed object, you cannot insert footnotes in the
37933  normal way.
37934  You have to use instead the command 
37935 \series bold
37936
37937 \backslash
37938 footnotemark
37939 \series default
37940  inside the paragraph and outside the command 
37941 \series bold
37942
37943 \backslash
37944 footnotetext
37945 \series default
37946  as described in sec.
37947 \begin_inset space \thinspace{}
37948 \end_inset
37949
37950
37951 \begin_inset CommandInset ref
37952 LatexCommand ref
37953 reference "sec:Footnotes"
37954
37955 \end_inset
37956
37957 .
37958 \end_layout
37959
37960 \begin_layout Standard
37961 \begin_inset ERT
37962 status collapsed
37963
37964 \begin_layout Plain Layout
37965
37966
37967 \backslash
37968 else
37969 \end_layout
37970
37971 \end_inset
37972
37973
37974 \begin_inset Note Note
37975 status open
37976
37977 \begin_layout Plain Layout
37978 The following will be displayed when the LaTeX-package 
37979 \series bold
37980 picinpar
37981 \series default
37982  is not installed:
37983 \end_layout
37984
37985 \end_inset
37986
37987
37988 \end_layout
37989
37990 \begin_layout Standard
37991 You need to install the LaTeX-package 
37992 \series bold
37993 picinpar
37994 \series default
37995  to see the following part of this section in the output.
37996 \end_layout
37997
37998 \begin_layout Standard
37999 \begin_inset ERT
38000 status collapsed
38001
38002 \begin_layout Plain Layout
38003
38004
38005 \backslash
38006 fi
38007 \end_layout
38008
38009 \end_inset
38010
38011
38012 \end_layout
38013
38014 \begin_layout Section
38015 Initials
38016 \begin_inset Index idx
38017 status collapsed
38018
38019 \begin_layout Plain Layout
38020 Initials
38021 \end_layout
38022
38023 \end_inset
38024
38025
38026 \begin_inset Index idx
38027 status collapsed
38028
38029 \begin_layout Plain Layout
38030 Surrounded by text ! Initials
38031 \end_layout
38032
38033 \end_inset
38034
38035
38036 \end_layout
38037
38038 \begin_layout Standard
38039 To use initials, you must have the LaTeX-package 
38040 \series bold
38041 lettrine
38042 \series default
38043
38044 \begin_inset Index idx
38045 status collapsed
38046
38047 \begin_layout Plain Layout
38048 LaTeX-packages ! lettrine
38049 \end_layout
38050
38051 \end_inset
38052
38053  installed and use the module 
38054 \family sans
38055 Initials
38056 \family default
38057  in your document (menu 
38058 \family sans
38059 Document\SpecialChar \menuseparator
38060 Settings\SpecialChar \menuseparator
38061 Modules
38062 \family default
38063 ).
38064  To insert an initial, use the style 
38065 \family sans
38066 Initial
38067 \family default
38068 .
38069  This style has a mandatory and two optional arguments.
38070  The arguments are inserted via the 
38071 \family sans
38072 Insert
38073 \family default
38074  menu.
38075  The mandatory argument 
38076 \family sans
38077 Initial
38078 \family default
38079  contains the letter(s) that is the initial, the argument 
38080 \family sans
38081 Rest
38082 \begin_inset space ~
38083 \end_inset
38084
38085 of
38086 \begin_inset space ~
38087 \end_inset
38088
38089 Initial
38090 \family default
38091  contains the rest of the word or text of the initial letter(s).
38092  The argument 
38093 \family sans
38094 Options
38095 \family default
38096  contains parameters to modify the initial.
38097  For more information about the possible parameters see the documentation
38098  of 
38099 \series bold
38100 lettrine
38101 \series default
38102
38103 \begin_inset CommandInset citation
38104 LatexCommand cite
38105 key "lettrine"
38106
38107 \end_inset
38108
38109 .
38110  The style itself contains the text that is surrounding the initial.
38111  The usual style is hereby that the word whose first letter is the initial,
38112  is printed with 
38113 \shape smallcaps
38114 small caps
38115 \shape default
38116 .
38117 \end_layout
38118
38119 \begin_layout Standard
38120 Here are some examples:
38121 \end_layout
38122
38123 \begin_layout Standard
38124 \begin_inset ERT
38125 status collapsed
38126
38127 \begin_layout Plain Layout
38128
38129
38130 \backslash
38131 iflettrine
38132 \end_layout
38133
38134 \end_inset
38135
38136
38137 \begin_inset Note Note
38138 status open
38139
38140 \begin_layout Plain Layout
38141 The following section will only be displayed when the LaTeX-package 
38142 \series bold
38143 lettrine
38144 \series default
38145  is installed.
38146 \end_layout
38147
38148 \end_inset
38149
38150
38151 \end_layout
38152
38153 \begin_layout Enumerate
38154 No optional argument, the initial is the letter 'I' in the math font 
38155 \begin_inset Formula $\mathfrak{Fraktur}$
38156 \end_inset
38157
38158 :
38159 \end_layout
38160
38161 \begin_deeper
38162 \begin_layout Initial
38163 \begin_inset Argument 2
38164 status open
38165
38166 \begin_layout Plain Layout
38167 \begin_inset Formula $\mathfrak{I}$
38168 \end_inset
38169
38170
38171 \end_layout
38172
38173 \end_inset
38174
38175
38176 \begin_inset Argument 3
38177 status open
38178
38179 \begin_layout Plain Layout
38180 t
38181 \end_layout
38182
38183 \end_inset
38184
38185  was in the spring of the year 1894 that all London was interested, and
38186  the fashionable world dismayed, by the murder of the Honourable Ronald
38187  Adair under most unusual and inexplicable circumstances.
38188  The public has already learned those particulars of the crime which came
38189  out in the police investigation, but a good deal was suppressed upon that
38190  occasion, since the case for the prosecution was so overwhelmingly strong
38191  that it was not necessary to bring forward all the facts.
38192 \begin_inset Newpage newpage
38193 \end_inset
38194
38195
38196 \end_layout
38197
38198 \end_deeper
38199 \begin_layout Enumerate
38200 Only one line is surrounding the initial, which is formed by two letters
38201  in standard font and no text is printed in small caps:
38202 \end_layout
38203
38204 \begin_deeper
38205 \begin_layout Initial
38206 \begin_inset Argument 1
38207 status open
38208
38209 \begin_layout Plain Layout
38210 lines=1
38211 \end_layout
38212
38213 \end_inset
38214
38215
38216 \begin_inset Argument 2
38217 status open
38218
38219 \begin_layout Plain Layout
38220 It
38221 \end_layout
38222
38223 \end_inset
38224
38225  was in the spring of the year 1894 that all London was interested, and
38226  the fashionable world dismayed, by the murder of the Honourable Ronald
38227  Adair under most unusual and inexplicable circumstances.
38228  The public has already learned those particulars of the crime which came
38229  out in the police investigation, but a good deal was suppressed upon that
38230  occasion, since the case for the prosecution was so overwhelmingly strong
38231  that it was not necessary to bring forward all the facts.
38232 \end_layout
38233
38234 \end_deeper
38235 \begin_layout Enumerate
38236 Magenta, hanging initial over 3
38237 \begin_inset space ~
38238 \end_inset
38239
38240 lines in the math font 
38241 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
38242 \end_inset
38243
38244 , the text 
38245 \begin_inset Quotes eld
38246 \end_inset
38247
38248 t was in the spring
38249 \begin_inset Quotes erd
38250 \end_inset
38251
38252  is in 
38253 \shape smallcaps
38254 small caps
38255 \shape default
38256 ; to color the initial, you must insert this command before the initial:
38257 \begin_inset Newline newline
38258 \end_inset
38259
38260
38261 \series bold
38262
38263 \backslash
38264 renewcommand{
38265 \backslash
38266 LettrineFontHook}{
38267 \backslash
38268 color{color}}
38269 \series default
38270
38271 \begin_inset Newline newline
38272 \end_inset
38273
38274 where the second 
38275 \emph on
38276 color
38277 \emph default
38278  can be 
38279 \begin_inset Quotes eld
38280 \end_inset
38281
38282 red
38283 \begin_inset Quotes erd
38284 \end_inset
38285
38286
38287 \begin_inset Quotes eld
38288 \end_inset
38289
38290 blue
38291 \begin_inset Quotes erd
38292 \end_inset
38293
38294
38295 \begin_inset Quotes eld
38296 \end_inset
38297
38298 green
38299 \begin_inset Quotes erd
38300 \end_inset
38301
38302
38303 \begin_inset Quotes eld
38304 \end_inset
38305
38306 yellow
38307 \begin_inset Quotes erd
38308 \end_inset
38309
38310
38311 \begin_inset Quotes eld
38312 \end_inset
38313
38314 cyan
38315 \begin_inset Quotes erd
38316 \end_inset
38317
38318
38319 \begin_inset Quotes eld
38320 \end_inset
38321
38322 magenta
38323 \begin_inset Quotes erd
38324 \end_inset
38325
38326
38327 \begin_inset Quotes eld
38328 \end_inset
38329
38330 black
38331 \begin_inset Quotes erd
38332 \end_inset
38333
38334  or 
38335 \begin_inset Quotes eld
38336 \end_inset
38337
38338 white
38339 \begin_inset Quotes erd
38340 \end_inset
38341
38342 , and add this command to the document preamble:
38343 \begin_inset Newline newline
38344 \end_inset
38345
38346
38347 \series bold
38348
38349 \backslash
38350 @ifundefined{textcolor}
38351 \begin_inset Newline newline
38352 \end_inset
38353
38354
38355 \begin_inset space ~
38356 \end_inset
38357
38358 {
38359 \backslash
38360 usepackage{color}}{}
38361 \end_layout
38362
38363 \begin_deeper
38364 \begin_layout Standard
38365 \begin_inset ERT
38366 status collapsed
38367
38368 \begin_layout Plain Layout
38369
38370
38371 \backslash
38372 renewcommand{
38373 \backslash
38374 LettrineFontHook}{
38375 \backslash
38376 color{magenta}}
38377 \end_layout
38378
38379 \end_inset
38380
38381
38382 \begin_inset Note Note
38383 status collapsed
38384
38385 \begin_layout Plain Layout
38386 makes the initial magenta
38387 \end_layout
38388
38389 \end_inset
38390
38391
38392 \end_layout
38393
38394 \begin_layout Initial
38395 \begin_inset Argument 1
38396 status open
38397
38398 \begin_layout Plain Layout
38399 lines=3, lhang=0.33, loversize=0.25
38400 \end_layout
38401
38402 \end_inset
38403
38404
38405 \begin_inset Argument 2
38406 status open
38407
38408 \begin_layout Plain Layout
38409 \begin_inset Formula $\mathcal{I}$
38410 \end_inset
38411
38412
38413 \end_layout
38414
38415 \end_inset
38416
38417
38418 \begin_inset Argument 3
38419 status open
38420
38421 \begin_layout Plain Layout
38422 t was in the spring
38423 \end_layout
38424
38425 \end_inset
38426
38427  of the year 1894 that all London was interested, and the fashionable world
38428  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38429  and inexplicable circumstances.
38430  The public has already learned those particulars of the crime which came
38431  out in the police investigation, but a good deal was suppressed upon that
38432  occasion, since the case for the prosecution was so overwhelmingly strong
38433  that it was not necessary to bring forward all the facts.
38434 \end_layout
38435
38436 \end_deeper
38437 \begin_layout Standard
38438 \begin_inset ERT
38439 status collapsed
38440
38441 \begin_layout Plain Layout
38442
38443
38444 \backslash
38445 else
38446 \end_layout
38447
38448 \end_inset
38449
38450
38451 \begin_inset Note Note
38452 status open
38453
38454 \begin_layout Plain Layout
38455 The following will be displayed when the LaTeX-package 
38456 \series bold
38457 lettrine
38458 \series default
38459  is not installed:
38460 \end_layout
38461
38462 \end_inset
38463
38464
38465 \end_layout
38466
38467 \begin_layout Standard
38468 You need to install the LaTeX-package 
38469 \series bold
38470 lettrine
38471 \series default
38472  to see the following part of this section in the output.
38473 \end_layout
38474
38475 \begin_layout Standard
38476 \begin_inset ERT
38477 status collapsed
38478
38479 \begin_layout Plain Layout
38480
38481
38482 \backslash
38483 fi
38484 \end_layout
38485
38486 \end_inset
38487
38488
38489 \end_layout
38490
38491 \begin_layout Chapter
38492 External Document Parts
38493 \begin_inset Index idx
38494 status collapsed
38495
38496 \begin_layout Plain Layout
38497 External Document Parts
38498 \end_layout
38499
38500 \end_inset
38501
38502
38503 \end_layout
38504
38505 \begin_layout Standard
38506 With the menu 
38507 \family sans
38508 Insert\SpecialChar \menuseparator
38509 File
38510 \family default
38511  you can insert external material into your document.
38512  This can be:
38513 \end_layout
38514
38515 \begin_layout Description
38516 LyX
38517 \begin_inset space ~
38518 \end_inset
38519
38520 Document Another LyX document; its content is directly inserted to your
38521  document.
38522 \end_layout
38523
38524 \begin_layout Description
38525 Plain
38526 \begin_inset space ~
38527 \end_inset
38528
38529 Text A text document; each line is inserted in your document as a separate
38530  paragraph.
38531 \end_layout
38532
38533 \begin_layout Description
38534 Plain
38535 \begin_inset space ~
38536 \end_inset
38537
38538 Text,
38539 \begin_inset space ~
38540 \end_inset
38541
38542 Join
38543 \begin_inset space ~
38544 \end_inset
38545
38546 Lines A text document; text lines are inserted in your document continuously
38547  but an empty text line creates a new paragraph.
38548 \end_layout
38549
38550 \begin_layout Description
38551 External
38552 \begin_inset space ~
38553 \end_inset
38554
38555 Material Files in various formats.
38556 \end_layout
38557
38558 \begin_layout Description
38559 Child
38560 \begin_inset space ~
38561 \end_inset
38562
38563 Document LyX or LaTeX-documents.
38564 \end_layout
38565
38566 \begin_layout Section
38567 External Material
38568 \begin_inset Index idx
38569 status collapsed
38570
38571 \begin_layout Plain Layout
38572 External Document Parts ! External Material
38573 \end_layout
38574
38575 \end_inset
38576
38577
38578 \end_layout
38579
38580 \begin_layout Standard
38581 The external material feature allows you to insert files into your document
38582  without converting them to a format that can be read by the document output
38583  format.
38584  LyX takes care of the necessary conversions.
38585  This is similar to images that can be inserted in various image formats
38586  in LyX documents.
38587  When you have enabled Instant Preview in LyX's preferences under 
38588 \family sans
38589 Look
38590 \begin_inset space ~
38591 \end_inset
38592
38593 and
38594 \begin_inset space ~
38595 \end_inset
38596
38597 feel\SpecialChar \menuseparator
38598 Graphics
38599 \family default
38600 , the external material types Dia and Xfig are directly shown in LyX.
38601 \end_layout
38602
38603 \begin_layout Standard
38604 External material can be inserted via the 
38605 \family sans
38606 External Material
38607 \family default
38608  dialog that is accessible with the menu 
38609 \family sans
38610 Insert\SpecialChar \menuseparator
38611 File\SpecialChar \menuseparator
38612 External
38613 \begin_inset space ~
38614 \end_inset
38615
38616 Material
38617 \family default
38618 .
38619  Currently the following file types (
38620 \family sans
38621 Templates
38622 \family default
38623 ) are allowed:
38624 \end_layout
38625
38626 \begin_layout Description
38627 ChessDiagram This template supports chess position diagrams made with the
38628  program 
38629 \series bold
38630
38631 \begin_inset CommandInset href
38632 LatexCommand href
38633 name "XBoard"
38634 target "http://en.wikipedia.org/wiki/XBoard"
38635
38636 \end_inset
38637
38638
38639 \series default
38640 .
38641 \end_layout
38642
38643 \begin_layout Description
38644 Date This inserts the date in the form 
38645 \emph on
38646 Day-Month-Year
38647 \emph default
38648 .
38649  This is a date inserted as external material: 
38650 \begin_inset External
38651         template Date
38652         filename .
38653
38654 \end_inset
38655
38656
38657 \begin_inset space ~
38658 \end_inset
38659
38660
38661 \begin_inset Note Note
38662 status open
38663
38664 \begin_layout Plain Layout
38665 Remove the protected space when bug 4398 is fixed!
38666 \end_layout
38667
38668 \end_inset
38669
38670
38671 \begin_inset Newline newline
38672 \end_inset
38673
38674 The date is not shown within LyX, only in the output.
38675  There are two other methods of inserting a date: Via menu 
38676 \family sans
38677 Insert\SpecialChar \menuseparator
38678 Date
38679 \family default
38680  and with the LaTeX command 
38681 \series bold
38682
38683 \backslash
38684 today
38685 \series default
38686  as TeX-Code.
38687  The different methods are compared in Table
38688 \begin_inset space ~
38689 \end_inset
38690
38691
38692 \begin_inset CommandInset ref
38693 LatexCommand ref
38694 reference "tab:Comparison-of-the"
38695
38696 \end_inset
38697
38698 .
38699 \end_layout
38700
38701 \begin_layout Description
38702 Dia This template supports diagrams created with the program 
38703 \series bold
38704
38705 \begin_inset CommandInset href
38706 LatexCommand href
38707 name "Dia"
38708 target "http://en.wikipedia.org/wiki/Dia_(software)"
38709
38710 \end_inset
38711
38712
38713 \series default
38714 .
38715 \end_layout
38716
38717 \begin_layout Description
38718 GnumericSpreadsheet With this template you can insert spreadsheets
38719 \begin_inset space \thinspace{}
38720 \end_inset
38721
38722 /
38723 \begin_inset space \thinspace{}
38724 \end_inset
38725
38726 tables in the format of 
38727 \series bold
38728
38729 \begin_inset CommandInset href
38730 LatexCommand href
38731 name "Gnumeric"
38732 target "http://en.wikipedia.org/wiki/Gnumeric"
38733
38734 \end_inset
38735
38736
38737 \series default
38738
38739 \begin_inset CommandInset href
38740 LatexCommand href
38741 name "OpenDocument"
38742 target "http://en.wikipedia.org/wiki/OpenDocument"
38743
38744 \end_inset
38745
38746
38747 \begin_inset CommandInset href
38748 LatexCommand href
38749 name "Microsoft Office XML"
38750 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38751
38752 \end_inset
38753
38754  and 
38755 \begin_inset CommandInset href
38756 LatexCommand href
38757 name "Office Open XML"
38758 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38759
38760 \end_inset
38761
38762 .
38763  For this feature LyX must have found the program 
38764 \family typewriter
38765 ssconvert
38766 \family default
38767  during its configuration.
38768  This program is part of Gnumeric, so that you must have Gnumeric installed,
38769  also if you don't have tables in the Gnumeric format.
38770  For examples and possible limitations have a look at LyX's example file
38771  
38772 \emph on
38773 spreadsheet.lyx
38774 \emph default
38775 .
38776 \end_layout
38777
38778 \begin_layout Description
38779 LilyPond This template is used for music notation typeset with the program
38780 \begin_inset Newline linebreak
38781 \end_inset
38782
38783
38784 \series bold
38785
38786 \begin_inset CommandInset href
38787 LatexCommand href
38788 name "LilyPond"
38789 target "http://en.wikipedia.org/wiki/LilyPond"
38790
38791 \end_inset
38792
38793
38794 \series default
38795 .
38796  For LyX's extended support for LilyPond have a look at LyX's example file
38797  
38798 \emph on
38799 lilypond.lyx
38800 \emph default
38801 .
38802 \end_layout
38803
38804 \begin_layout Description
38805 PDFPages With this template you can insert PDF documents to your document.
38806  To specify the range of pages that should be included, use the option 
38807 \series bold
38808 pages
38809 \series default
38810  in the 
38811 \family sans
38812 Option
38813 \family default
38814  field in the 
38815 \family sans
38816 LaTeX and LyX options
38817 \family default
38818  tab.
38819  The argument of this option is a comma separated list, containing page
38820  numbers (insert as option 
38821 \series bold
38822 pages={3,5,6,8}
38823 \series default
38824 ), ranges of page numbers (
38825 \series bold
38826 pages={4-9}
38827 \series default
38828 ) or any combination.
38829  To insert empty pages use {}.
38830  E.
38831 \begin_inset space \thinspace{}
38832 \end_inset
38833
38834 g.
38835 \begin_inset space ~
38836 \end_inset
38837
38838
38839 \series bold
38840 pages={3,{},8-11,15}
38841 \series default
38842  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38843  Page ranges are specified in the syntax 
38844 \emph on
38845 start
38846 \emph default
38847 -
38848 \emph on
38849 stop
38850 \emph default
38851 .
38852  This selects all pages from 
38853 \emph on
38854 start
38855 \emph default
38856  to 
38857 \emph on
38858 stop
38859 \emph default
38860 .
38861  Omitting 
38862 \emph on
38863 start
38864 \emph default
38865  defaults to the first page; omitting 
38866 \emph on
38867 stop
38868 \emph default
38869  defaults to the last page of the document.
38870  The last page can also be selected with the keyword 
38871 \series bold
38872 last
38873 \series default
38874 .
38875  (This is only permitted in a page range.) So 
38876 \series bold
38877 pages=-
38878 \series default
38879  will insert all pages of the document and 
38880 \series bold
38881 pages=last-1
38882 \series default
38883  will insert all pages in reverse order.
38884  If the pages option is not specified, only the first page of the PDF is
38885  inserted.
38886 \begin_inset Newline newline
38887 \end_inset
38888
38889 The option 
38890 \series bold
38891 noautoscale
38892 \series default
38893  inserts the pages with their original size, if this option is not given,
38894  the pages will be resized to fith the width of the page of your document.
38895  In the tab 
38896 \family sans
38897 Size and Rotation
38898 \family default
38899  you can specify the width and height of the input pages and their rotation.
38900  If another width than 100
38901 \begin_inset space \thinspace{}
38902 \end_inset
38903
38904 Scale% is used, the option 
38905 \series bold
38906 noautoscale
38907 \series default
38908  will be overwritten.
38909  For more info and possible options, have a look into the documentation
38910  of the LaTeX-package 
38911 \series bold
38912 pdfpages
38913 \series default
38914  
38915 \begin_inset CommandInset citation
38916 LatexCommand cite
38917 key "pdfpages"
38918
38919 \end_inset
38920
38921 .
38922 \begin_inset Index idx
38923 status collapsed
38924
38925 \begin_layout Plain Layout
38926 LaTeX-packages ! pdfpages
38927 \end_layout
38928
38929 \end_inset
38930
38931
38932 \begin_inset Newline newline
38933 \end_inset
38934
38935 To use this template in a 
38936 \family sans
38937 Beamer
38938 \family default
38939  presentation you need to first insert an 
38940 \family sans
38941 EndFrame
38942 \family default
38943  environment and in a subsequent paragraph a TeX-Code box containing the
38944  command 
38945 \series bold
38946
38947 \backslash
38948 setbeamertemplate{background canvas}{}
38949 \series default
38950 .
38951  Then you can insert as many paragraphs containing the PDFPages template
38952  as you wish.
38953  Behind the included PDF pages you can resume the Beamer presentation by
38954  beginning a new frame or by starting a new section.
38955  To avoid stray blank pages prior to the PDF pages, make sure to use the
38956  
38957 \family sans
38958 Default
38959 \family default
38960  alignment for the paragraph containing the template.
38961 \begin_inset Newline newline
38962 \end_inset
38963
38964 Here is an included PDF which is rotated by -5°: 
38965 \begin_inset External
38966         template PDFPages
38967         filename clipart/Abstract.pdf
38968         extra LaTeX "noautoscale, pages=-"
38969         rotateAngle -5
38970         rotateOrigin bottomleft
38971
38972 \end_inset
38973
38974
38975 \end_layout
38976
38977 \begin_layout Description
38978 RasterImage This can be used for bitmap images.
38979  The image can be treated in the 
38980 \family sans
38981 External material
38982 \family default
38983  dialog like the images that are usually included via the 
38984 \family sans
38985 Graphics
38986 \family default
38987  dialog as described in section
38988 \begin_inset space ~
38989 \end_inset
38990
38991
38992 \begin_inset CommandInset ref
38993 LatexCommand ref
38994 reference "sec:Graphics-Dialog"
38995
38996 \end_inset
38997
38998 .
38999  The difference to the normal image input is that only raster images are
39000  allowed; that means that PDF and EPS-images are not supported.
39001  Here is an inserted raster image: 
39002 \begin_inset External
39003         template RasterImage
39004         filename clipart/ToolbarEnvBox.png
39005
39006 \end_inset
39007
39008
39009 \end_layout
39010
39011 \begin_layout Description
39012 XFig This template supports images created with the program 
39013 \series bold
39014
39015 \begin_inset CommandInset href
39016 LatexCommand href
39017 name "Xfig"
39018 target "http://en.wikipedia.org/wiki/Xfig"
39019
39020 \end_inset
39021
39022
39023 \series default
39024 .
39025 \end_layout
39026
39027 \begin_layout Standard
39028 \begin_inset Float table
39029 placement !h
39030 wide false
39031 sideways false
39032 status open
39033
39034 \begin_layout Plain Layout
39035 \begin_inset Caption Standard
39036
39037 \begin_layout Plain Layout
39038 \begin_inset CommandInset label
39039 LatexCommand label
39040 name "tab:Comparison-of-the"
39041
39042 \end_inset
39043
39044 Comparison of the date input methods.
39045 \end_layout
39046
39047 \end_inset
39048
39049
39050 \end_layout
39051
39052 \begin_layout Plain Layout
39053 \align center
39054 \begin_inset Tabular
39055 <lyxtabular version="3" rows="4" columns="4">
39056 <features rotate="0" tabularvalignment="middle">
39057 <column alignment="center" valignment="top">
39058 <column alignment="center" valignment="top">
39059 <column alignment="center" valignment="top">
39060 <column alignment="center" valignment="top">
39061 <row>
39062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39063 \begin_inset Text
39064
39065 \begin_layout Plain Layout
39066 Document format
39067 \end_layout
39068
39069 \end_inset
39070 </cell>
39071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39072 \begin_inset Text
39073
39074 \begin_layout Plain Layout
39075
39076 \family sans
39077 External Material\SpecialChar \menuseparator
39078 Date
39079 \end_layout
39080
39081 \end_inset
39082 </cell>
39083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39084 \begin_inset Text
39085
39086 \begin_layout Plain Layout
39087
39088 \family sans
39089 Insert\SpecialChar \menuseparator
39090 Date
39091 \end_layout
39092
39093 \end_inset
39094 </cell>
39095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39096 \begin_inset Text
39097
39098 \begin_layout Plain Layout
39099 command 
39100 \series bold
39101
39102 \backslash
39103 today
39104 \end_layout
39105
39106 \end_inset
39107 </cell>
39108 </row>
39109 <row>
39110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39111 \begin_inset Text
39112
39113 \begin_layout Plain Layout
39114 LyX
39115 \end_layout
39116
39117 \end_inset
39118 </cell>
39119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39120 \begin_inset Text
39121
39122 \begin_layout Plain Layout
39123 as inset box
39124 \end_layout
39125
39126 \end_inset
39127 </cell>
39128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39129 \begin_inset Text
39130
39131 \begin_layout Plain Layout
39132 as date
39133 \end_layout
39134
39135 \end_inset
39136 </cell>
39137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39138 \begin_inset Text
39139
39140 \begin_layout Plain Layout
39141 as TeX-Code inset box
39142 \end_layout
39143
39144 \end_inset
39145 </cell>
39146 </row>
39147 <row>
39148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39149 \begin_inset Text
39150
39151 \begin_layout Plain Layout
39152 LaTeX
39153 \end_layout
39154
39155 \end_inset
39156 </cell>
39157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39158 \begin_inset Text
39159
39160 \begin_layout Plain Layout
39161 as date
39162 \end_layout
39163
39164 \end_inset
39165 </cell>
39166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39167 \begin_inset Text
39168
39169 \begin_layout Plain Layout
39170 as date
39171 \end_layout
39172
39173 \end_inset
39174 </cell>
39175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39176 \begin_inset Text
39177
39178 \begin_layout Plain Layout
39179 as command
39180 \end_layout
39181
39182 \end_inset
39183 </cell>
39184 </row>
39185 <row>
39186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39187 \begin_inset Text
39188
39189 \begin_layout Plain Layout
39190 DVI, PDF, PS
39191 \end_layout
39192
39193 \end_inset
39194 </cell>
39195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39196 \begin_inset Text
39197
39198 \begin_layout Plain Layout
39199 as date
39200 \end_layout
39201
39202 \end_inset
39203 </cell>
39204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39205 \begin_inset Text
39206
39207 \begin_layout Plain Layout
39208 as date
39209 \end_layout
39210
39211 \end_inset
39212 </cell>
39213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39214 \begin_inset Text
39215
39216 \begin_layout Plain Layout
39217 as date
39218 \end_layout
39219
39220 \end_inset
39221 </cell>
39222 </row>
39223 </lyxtabular>
39224
39225 \end_inset
39226
39227
39228 \end_layout
39229
39230 \end_inset
39231
39232
39233 \end_layout
39234
39235 \begin_layout Standard
39236 When you use the option 
39237 \family sans
39238 Draft
39239 \family default
39240  in the 
39241 \family sans
39242 File
39243 \family default
39244  tab of the 
39245 \family sans
39246 External Material
39247 \family default
39248  dialog, only the path to the inserted file is shown in the output.
39249 \begin_inset Newline newline
39250 \end_inset
39251
39252 External material is displayed in LyX either as a box like this: 
39253 \begin_inset Graphics
39254         filename clipart/ExternalMaterialQt4.png
39255         scale 85
39256         scaleBeforeRotation
39257
39258 \end_inset
39259
39260  or as image, depending on the option 
39261 \family sans
39262 Show in LyX
39263 \family default
39264  in the 
39265 \family sans
39266 LaTeX and LyX options
39267 \family default
39268  tab of the dialog.
39269 \end_layout
39270
39271 \begin_layout Standard
39272 The 
39273 \family sans
39274 \emph on
39275 Customization
39276 \family default
39277 \emph default
39278  manual explains how you can define your own templates.
39279 \end_layout
39280
39281 \begin_layout Section
39282 Child Documents
39283 \begin_inset CommandInset label
39284 LatexCommand label
39285 name "sec:Child-Documents"
39286
39287 \end_inset
39288
39289
39290 \begin_inset Index idx
39291 status collapsed
39292
39293 \begin_layout Plain Layout
39294 External Document Parts ! Child Documents
39295 \end_layout
39296
39297 \end_inset
39298
39299
39300 \begin_inset Index idx
39301 status collapsed
39302
39303 \begin_layout Plain Layout
39304 Files ! Include
39305 \end_layout
39306
39307 \end_inset
39308
39309
39310 \end_layout
39311
39312 \begin_layout Standard
39313 Child documents are used if you have a long document consisting of several
39314  larger parts or sections.
39315  For maintenance it is often useful and sometimes even required to split
39316  the document into several files that can be revised separately.
39317  The different documents are then the so called 
39318 \begin_inset Quotes eld
39319 \end_inset
39320
39321 child documents
39322 \begin_inset Quotes erd
39323 \end_inset
39324
39325 , and a master document connects them to print the full document or parts
39326  of it.
39327  A child document inherits elements from its master, for example the LaTeX
39328  preamble, the bibliography, and labels for cross-references.
39329 \end_layout
39330
39331 \begin_layout Standard
39332 To be able to work on child documents without the need to open their master,
39333  specify in the child document the master in the menu
39334 \family sans
39335  Document\SpecialChar \menuseparator
39336 Settings\SpecialChar \menuseparator
39337 Document
39338 \begin_inset space ~
39339 \end_inset
39340
39341 Class
39342 \family default
39343 .
39344  This master document will then be used in the background by LyX when you
39345  edit the child document.
39346 \end_layout
39347
39348 \begin_layout Standard
39349 Included documents are displayed in LyX as a box like this: 
39350 \begin_inset Graphics
39351         filename clipart/ChildDocumentQt4.png
39352         scale 85
39353         scaleBeforeRotation
39354
39355 \end_inset
39356
39357  To include child documents in a master document use the menu 
39358 \family sans
39359 Insert\SpecialChar \menuseparator
39360 File\SpecialChar \menuseparator
39361 Child
39362 \begin_inset space ~
39363 \end_inset
39364
39365 Documents
39366 \family default
39367 .
39368  A dialog pops up where you can choose between four include methods:
39369 \end_layout
39370
39371 \begin_layout Description
39372 Include You can include LyX- and LaTeX-documents.
39373  When you press the 
39374 \family sans
39375 Edit
39376 \family default
39377  button in the 
39378 \family sans
39379 Child Document
39380 \family default
39381  dialog, the included document will be opened in LyX in a new file tab so
39382  that you can modify it.
39383 \begin_inset Newline newline
39384 \end_inset
39385
39386
39387 \end_layout
39388
39389 \begin_layout Standard
39390 Here is a child document inserted using 
39391 \family sans
39392 Include
39393 \family default
39394
39395 \begin_inset CommandInset include
39396 LatexCommand include
39397 filename "DummyDocument1.lyx"
39398
39399 \end_inset
39400
39401
39402 \end_layout
39403
39404 \begin_layout Standard
39405 The section numbering includes the sections of the included files in the
39406  order they are inserted in the master document.
39407  The included example document has for example a subsection that is numbered
39408  as a subsection of this section.
39409  Labels of included documents can be referenced: Subsection
39410 \begin_inset space ~
39411 \end_inset
39412
39413
39414 \begin_inset CommandInset ref
39415 LatexCommand ref
39416 reference "sub:External-Subsection-1"
39417
39418 \end_inset
39419
39420 .
39421 \end_layout
39422
39423 \begin_layout Standard
39424 The preamble of the child document is ignored; only the preamble of the
39425  master document is used.
39426  Branches in child documents will be ignored by the master document when
39427  the master document does not have a branch with the same name.
39428  Included documents are inserted starting on a new page and ending with
39429  a page break.
39430 \end_layout
39431
39432 \begin_layout Standard
39433 \begin_inset Note Greyedout
39434 status open
39435
39436 \begin_layout Plain Layout
39437
39438 \series bold
39439 Note:
39440 \series default
39441  If you have included a LyX- or LaTeX-file, you are warned when you export/view
39442  the document in case the child document uses another document class than
39443  the master document as this will lead to unexpected outputs.
39444 \end_layout
39445
39446 \end_inset
39447
39448
39449 \end_layout
39450
39451 \begin_layout Description
39452 Input This method is very similar to the Include method.
39453  The differences are:
39454 \end_layout
39455
39456 \begin_deeper
39457 \begin_layout Itemize
39458 Input files don't start with a new page and don't end with a page break.
39459 \end_layout
39460
39461 \begin_layout Itemize
39462 Input files can be previewed in LyX when 
39463 \family sans
39464 Instant
39465 \begin_inset space ~
39466 \end_inset
39467
39468 Preview
39469 \family default
39470  is enabled in LyX's preferences under 
39471 \family sans
39472 Look
39473 \begin_inset space ~
39474 \end_inset
39475
39476 and
39477 \begin_inset space ~
39478 \end_inset
39479
39480 feel\SpecialChar \menuseparator
39481 Graphics
39482 \family default
39483 .
39484 \end_layout
39485
39486 \begin_layout Itemize
39487 You cannot exclude Input files via the menu 
39488 \family sans
39489 Document\SpecialChar \menuseparator
39490 Settings\SpecialChar \menuseparator
39491 Child Documents
39492 \family default
39493 .
39494 \end_layout
39495
39496 \end_deeper
39497 \begin_layout Standard
39498 Here is a child document inserted using 
39499 \family sans
39500 Input
39501 \family default
39502
39503 \begin_inset CommandInset include
39504 LatexCommand input
39505 filename "DummyDocument2.lyx"
39506
39507 \end_inset
39508
39509
39510 \end_layout
39511
39512 \begin_layout Description
39513 Verbatim With this method any text file can be included.
39514  The file is shown in the output with its source code; no command used in
39515  the text is invoked.
39516  You can use the option 
39517 \family sans
39518 Mark spaces in output
39519 \family default
39520  that displays the character 
39521 \begin_inset Quotes eld
39522 \end_inset
39523
39524
39525 \begin_inset ERT
39526 status collapsed
39527
39528 \begin_layout Plain Layout
39529
39530
39531 \backslash
39532 textvisiblespace 
39533 \end_layout
39534
39535 \end_inset
39536
39537
39538 \begin_inset Quotes erd
39539 \end_inset
39540
39541  for every space character in the source code.
39542  The difference from the method via the menu 
39543 \family sans
39544 Insert\SpecialChar \menuseparator
39545 File\SpecialChar \menuseparator
39546 Plain
39547 \begin_inset space ~
39548 \end_inset
39549
39550 Text
39551 \family default
39552  is that the document content is not shown in LyX.
39553 \end_layout
39554
39555 \begin_layout Standard
39556 Here is a child document inserted as Verbatim: 
39557 \begin_inset CommandInset include
39558 LatexCommand verbatiminput
39559 filename "DummyTextDocument.txt"
39560
39561 \end_inset
39562
39563
39564 \begin_inset VSpace bigskip
39565 \end_inset
39566
39567  Here is a child document inserted as Verbatim using the 
39568 \family sans
39569 Mark spaces in output
39570 \family default
39571  option: 
39572 \begin_inset CommandInset include
39573 LatexCommand verbatiminput*
39574 filename "DummyTextDocument.txt"
39575
39576 \end_inset
39577
39578
39579 \end_layout
39580
39581 \begin_layout Standard
39582 \begin_inset VSpace bigskip
39583 \end_inset
39584
39585
39586 \end_layout
39587
39588 \begin_layout Standard
39589 \begin_inset Note Greyedout
39590 status open
39591
39592 \begin_layout Plain Layout
39593
39594 \series bold
39595 Note:
39596 \series default
39597  As you can see in the examples above, the text of the documents included
39598  as 
39599 \family sans
39600 verbatim
39601 \family default
39602  is not broken at the end of the document lines.
39603 \end_layout
39604
39605 \end_inset
39606
39607
39608 \end_layout
39609
39610 \begin_layout Description
39611 Listings This type is described in chapter
39612 \begin_inset space ~
39613 \end_inset
39614
39615
39616 \begin_inset CommandInset ref
39617 LatexCommand ref
39618 reference "cha:Program-Code-Listings"
39619
39620 \end_inset
39621
39622 .
39623 \end_layout
39624
39625 \begin_layout Standard
39626 \begin_inset Note Greyedout
39627 status open
39628
39629 \begin_layout Plain Layout
39630
39631 \series bold
39632 Note:
39633 \series default
39634  Including the same document twice in a document using different methods
39635  could cause LaTeX-problems.
39636 \end_layout
39637
39638 \end_inset
39639
39640
39641 \end_layout
39642
39643 \begin_layout Standard
39644 If you want to view/export only selected children of your master document,
39645  either because you want to save compiling time or because you want to distribut
39646 e single chapters of the book you are just writing, you can exclude children
39647  from the output.
39648  This is done via the menu 
39649 \family sans
39650 Document\SpecialChar \menuseparator
39651 Settings\SpecialChar \menuseparator
39652 Child Documents
39653 \family default
39654 .
39655  You can exclude\SpecialChar \slash{}
39656 include children by double-clicking on the 
39657 \family sans
39658 include to output
39659 \family default
39660  column of the respective child document in the list (note that this only
39661  works for documents embedded via 
39662 \begin_inset Quotes eld
39663 \end_inset
39664
39665 Include
39666 \begin_inset Quotes erd
39667 \end_inset
39668
39669 , not with 
39670 \begin_inset Quotes eld
39671 \end_inset
39672
39673 Input
39674 \begin_inset Quotes erd
39675 \end_inset
39676
39677 ).
39678  If the option 
39679 \family sans
39680 Maintain counters and references
39681 \family default
39682  is enabled, LyX will assure that all page numbers, references etc.
39683 \begin_inset space ~
39684 \end_inset
39685
39686 are correct as if the whole document was processed.
39687  This is useful if you want the selected sub-documents to look exactly as
39688  in the context of the whole document.
39689  However, LyX needs to process the whole document in the background for
39690  this feature.
39691  So if you want to save compile time and if counters and references do not
39692  need to be correct, disable this checkbox.
39693 \end_layout
39694
39695 \begin_layout Standard
39696 Alternatively, you can put each included file into a branch.
39697 \begin_inset Foot
39698 status collapsed
39699
39700 \begin_layout Plain Layout
39701 Branches are described in section 
39702 \emph on
39703 Branches
39704 \emph default
39705  of the LyX 
39706 \emph on
39707 Userguide
39708 \emph default
39709 .
39710 \end_layout
39711
39712 \end_inset
39713
39714  By enabling\SpecialChar \slash{}
39715 disabling branches you can decide which included files will
39716  appear in the output.
39717  This has the advantage that it also works with Input'ed sub-documents.
39718  However, counters and references will not be maintained with this approach.
39719 \end_layout
39720
39721 \begin_layout Chapter
39722 Program Code Listings
39723 \begin_inset CommandInset label
39724 LatexCommand label
39725 name "cha:Program-Code-Listings"
39726
39727 \end_inset
39728
39729
39730 \begin_inset Index idx
39731 status collapsed
39732
39733 \begin_layout Plain Layout
39734 Listings
39735 \end_layout
39736
39737 \end_inset
39738
39739
39740 \begin_inset Index idx
39741 status collapsed
39742
39743 \begin_layout Plain Layout
39744 Program Code
39745 \end_layout
39746
39747 \end_inset
39748
39749
39750 \begin_inset Index idx
39751 status collapsed
39752
39753 \begin_layout Plain Layout
39754 Floats ! Listings
39755 \end_layout
39756
39757 \end_inset
39758
39759
39760 \end_layout
39761
39762 \begin_layout Standard
39763 To include and typeset program code you can use the 
39764 \family sans
39765 Listings
39766 \family default
39767  inset that can be inserted via the menu 
39768 \family sans
39769 Insert\SpecialChar \menuseparator
39770 Program Listing
39771 \family default
39772 .
39773  The LaTeX-package 
39774 \series bold
39775 listings
39776 \series default
39777
39778 \begin_inset Index idx
39779 status collapsed
39780
39781 \begin_layout Plain Layout
39782 LaTeX-packages ! listings
39783 \end_layout
39784
39785 \end_inset
39786
39787  provides a powerful and flexible way to insert program source code into
39788  your document.
39789 \end_layout
39790
39791 \begin_layout Standard
39792 Right-clicking on a listings inset opens the context menu containing where
39793  you can set the listings format.
39794 \end_layout
39795
39796 \begin_layout Standard
39797 By default, a listing starts a new paragraph in the output.
39798  The placement option 
39799 \family sans
39800 Inline
39801 \begin_inset space ~
39802 \end_inset
39803
39804 listing
39805 \family default
39806  prints the listing inline like this: 
39807 \begin_inset listings
39808 lstparams "language={C++}"
39809 inline true
39810 status open
39811
39812 \begin_layout Plain Layout
39813
39814 int a=5;
39815 \end_layout
39816
39817 \end_inset
39818
39819
39820 \begin_inset Newline newline
39821 \end_inset
39822
39823 The option 
39824 \family sans
39825 Float
39826 \family default
39827  creates a listings float where you can specify the placement options 
39828 \begin_inset Quotes eld
39829 \end_inset
39830
39831
39832 \family sans
39833 h
39834 \family default
39835
39836 \begin_inset Quotes erd
39837 \end_inset
39838
39839
39840 \begin_inset Quotes eld
39841 \end_inset
39842
39843
39844 \family sans
39845 t
39846 \family default
39847
39848 \begin_inset Quotes erd
39849 \end_inset
39850
39851
39852 \begin_inset Quotes eld
39853 \end_inset
39854
39855
39856 \family sans
39857 b
39858 \family default
39859
39860 \begin_inset Quotes erd
39861 \end_inset
39862
39863 , and 
39864 \begin_inset Quotes eld
39865 \end_inset
39866
39867
39868 \family sans
39869 p
39870 \family default
39871
39872 \begin_inset Quotes erd
39873 \end_inset
39874
39875  corresponding to the float placement options described in section
39876 \begin_inset space ~
39877 \end_inset
39878
39879
39880 \begin_inset CommandInset ref
39881 LatexCommand ref
39882 reference "sec:Float-Placement"
39883
39884 \end_inset
39885
39886 .
39887  The placement options can be mixed and are inserted without any separation,
39888  e.
39889 \begin_inset space \thinspace{}
39890 \end_inset
39891
39892 g.
39893 \begin_inset space \space{}
39894 \end_inset
39895
39896
39897 \begin_inset Quotes eld
39898 \end_inset
39899
39900
39901 \family sans
39902 htbp
39903 \family default
39904
39905 \begin_inset Quotes erd
39906 \end_inset
39907
39908 .
39909  The option 
39910 \begin_inset Quotes eld
39911 \end_inset
39912
39913 h
39914 \begin_inset Quotes erd
39915 \end_inset
39916
39917  has sometimes no effect, but you don't need to use the 
39918 \family sans
39919 Float
39920 \family default
39921  option in this case as also non-float listings can have captions and be
39922  referenced.
39923 \end_layout
39924
39925 \begin_layout Standard
39926 You can add captions to listings with the menu 
39927 \family sans
39928 Insert\SpecialChar \menuseparator
39929 Caption
39930 \family default
39931 .
39932  Listings can be referenced like floats: Listing
39933 \begin_inset space ~
39934 \end_inset
39935
39936
39937 \begin_inset CommandInset ref
39938 LatexCommand ref
39939 reference "lst:Example-Listing"
39940
39941 \end_inset
39942
39943 .
39944  A list of listings which contains all listings with captions can be created
39945  via the menu 
39946 \family sans
39947 Insert\SpecialChar \menuseparator
39948 List
39949 \begin_inset space ~
39950 \end_inset
39951
39952 /
39953 \begin_inset space ~
39954 \end_inset
39955
39956 TOC\SpecialChar \menuseparator
39957 List of Listings
39958 \family default
39959 .
39960  The list entries are the listing caption and the listing number.
39961 \end_layout
39962
39963 \begin_layout Standard
39964 \begin_inset listings
39965 lstparams "language=Python"
39966 inline false
39967 status open
39968
39969 \begin_layout Plain Layout
39970
39971 \begin_inset Caption Standard
39972
39973 \begin_layout Plain Layout
39974 \begin_inset CommandInset label
39975 LatexCommand label
39976 name "lst:Example-Listing"
39977
39978 \end_inset
39979
39980 Example Listing float
39981 \end_layout
39982
39983 \end_inset
39984
39985 # Example listing float
39986 \end_layout
39987
39988 \begin_layout Plain Layout
39989
39990 def func(param):
39991 \end_layout
39992
39993 \begin_layout Plain Layout
39994
39995     'this is a python function'
39996 \end_layout
39997
39998 \begin_layout Plain Layout
39999
40000     pass
40001 \end_layout
40002
40003 \end_inset
40004
40005
40006 \end_layout
40007
40008 \begin_layout Standard
40009 When you have set a programming language in the listings dialog, the keywords
40010  of this language will be recognized and specially typeset in the output.
40011  In the example listings the Python keyword 
40012 \begin_inset Quotes eld
40013 \end_inset
40014
40015 def
40016 \begin_inset Quotes erd
40017 \end_inset
40018
40019  is recognized and printed bold in the output.
40020 \end_layout
40021
40022 \begin_layout Standard
40023 \begin_inset Note Greyedout
40024 status open
40025
40026 \begin_layout Plain Layout
40027
40028 \series bold
40029 Note:
40030 \series default
40031  If you don't get bold keywords when using typewriter fonts, your 
40032 \family typewriter
40033 typewriter
40034 \family default
40035  font probably doesn't provide a bold shape.
40036  In this case select a different one in the menu 
40037 \family sans
40038 Document\SpecialChar \menuseparator
40039 Settings\SpecialChar \menuseparator
40040 Fonts
40041 \family default
40042 .
40043  (The fonts 
40044 \emph on
40045 LuxiMono, BeraMono
40046 \emph default
40047  and 
40048 \emph on
40049 Courier
40050 \emph default
40051  provide bold shapes.)
40052 \end_layout
40053
40054 \end_inset
40055
40056
40057 \end_layout
40058
40059 \begin_layout Standard
40060 In section 
40061 \family sans
40062 Line
40063 \begin_inset space ~
40064 \end_inset
40065
40066 numbering
40067 \family default
40068  of the listings dialog you can specify the line numbering style.
40069  You can insert a number to specify which lines are numbered in the field
40070  
40071 \family sans
40072 Step
40073 \family default
40074 .
40075  When you insert e.
40076 \begin_inset space \thinspace{}
40077 \end_inset
40078
40079 g.
40080 \begin_inset space \space{}
40081 \end_inset
40082
40083
40084 \begin_inset Quotes eld
40085 \end_inset
40086
40087 3
40088 \begin_inset Quotes erd
40089 \end_inset
40090
40091 , only every 3rd line will be numbered.
40092 \end_layout
40093
40094 \begin_layout Standard
40095 You can furthermore specify a range of lines; only these will then appear
40096  in the output.
40097  The option 
40098 \family sans
40099 Extended character table
40100 \family default
40101  should be used when you use national characters like the German umlauts
40102  in the listing.
40103 \begin_inset Newline newline
40104 \end_inset
40105
40106 Here is an example listing with left line numbering, step 
40107 \begin_inset Quotes eld
40108 \end_inset
40109
40110 3
40111 \begin_inset Quotes erd
40112 \end_inset
40113
40114 , language 
40115 \begin_inset Quotes eld
40116 \end_inset
40117
40118 Python
40119 \begin_inset Quotes erd
40120 \end_inset
40121
40122 , options 
40123 \begin_inset Quotes eld
40124 \end_inset
40125
40126 Extended character table
40127 \begin_inset Quotes erd
40128 \end_inset
40129
40130  and 
40131 \begin_inset Quotes eld
40132 \end_inset
40133
40134 Space
40135 \begin_inset space ~
40136 \end_inset
40137
40138 as
40139 \begin_inset space ~
40140 \end_inset
40141
40142 symbol
40143 \begin_inset Quotes erd
40144 \end_inset
40145
40146 , range lines 3
40147 \begin_inset space \thinspace{}
40148 \end_inset
40149
40150 -
40151 \begin_inset space \thinspace{}
40152 \end_inset
40153
40154 8:
40155 \end_layout
40156
40157 \begin_layout Standard
40158 \begin_inset listings
40159 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
40160 inline false
40161 status open
40162
40163 \begin_layout Plain Layout
40164
40165 def func(param):
40166 \end_layout
40167
40168 \begin_layout Plain Layout
40169
40170     'this is a python function'
40171 \end_layout
40172
40173 \begin_layout Plain Layout
40174
40175     pass
40176 \end_layout
40177
40178 \begin_layout Plain Layout
40179
40180 def func(param):
40181 \end_layout
40182
40183 \begin_layout Plain Layout
40184
40185 'This is a German word: Tschüß'
40186 \end_layout
40187
40188 \begin_layout Plain Layout
40189
40190 pass
40191 \end_layout
40192
40193 \begin_layout Plain Layout
40194
40195 def func(param):
40196 \end_layout
40197
40198 \begin_layout Plain Layout
40199
40200 'this is a python function'
40201 \end_layout
40202
40203 \begin_layout Plain Layout
40204
40205 pass
40206 \end_layout
40207
40208 \end_inset
40209
40210
40211 \end_layout
40212
40213 \begin_layout Standard
40214 When you have tabulators in your listing, you can specify the number of
40215  characters that are spanned by a tabulator in the field 
40216 \family sans
40217 Tabulator
40218 \begin_inset space ~
40219 \end_inset
40220
40221 size
40222 \family default
40223 .
40224 \end_layout
40225
40226 \begin_layout Standard
40227 \begin_inset Note Greyedout
40228 status open
40229
40230 \begin_layout Plain Layout
40231
40232 \series bold
40233 Note:
40234 \series default
40235  Due to a bug in the 
40236 \series bold
40237 listings
40238 \series default
40239  package the line numbering is shifted by a line by every previous listing.
40240  That's the reason why the lines 2 and 5 are numbered in the above listing
40241  and not the lines 3 and 6.
40242 \end_layout
40243
40244 \end_inset
40245
40246
40247 \end_layout
40248
40249 \begin_layout Standard
40250 \begin_inset VSpace bigskip
40251 \end_inset
40252
40253
40254 \end_layout
40255
40256 \begin_layout Standard
40257 It is also possible to print lines from a file as listing.
40258  To do this, use the menu 
40259 \family sans
40260 Insert\SpecialChar \menuseparator
40261 File\SpecialChar \menuseparator
40262 Child Document
40263 \family default
40264  and choose the type 
40265 \family sans
40266 Listings
40267 \family default
40268 .
40269 \begin_inset Foot
40270 status collapsed
40271
40272 \begin_layout Plain Layout
40273 The other child document types are described in section
40274 \begin_inset space ~
40275 \end_inset
40276
40277
40278 \begin_inset CommandInset ref
40279 LatexCommand ref
40280 reference "sec:Child-Documents"
40281
40282 \end_inset
40283
40284 .
40285 \end_layout
40286
40287 \end_inset
40288
40289  In the child document dialog you can specify the listing parameters in
40290  a text box.
40291  To show a list of all available parameters, type in a question mark 
40292 \begin_inset Quotes eld
40293 \end_inset
40294
40295 ?
40296 \begin_inset Quotes erd
40297 \end_inset
40298
40299  in the text box.
40300 \end_layout
40301
40302 \begin_layout Standard
40303 To reference child document listings, write a label text into the corresponding
40304  field of the child document dialog.
40305  The label can then be referenced using the menu 
40306 \family sans
40307 Insert\SpecialChar \menuseparator
40308 Cross-Reference
40309 \family default
40310 .
40311 \end_layout
40312
40313 \begin_layout Standard
40314 Listing
40315 \begin_inset space ~
40316 \end_inset
40317
40318
40319 \begin_inset CommandInset ref
40320 LatexCommand ref
40321 reference "lst:file-listing"
40322
40323 \end_inset
40324
40325  is an example for a listing of a file; there the lines 10
40326 \begin_inset space \thinspace{}
40327 \end_inset
40328
40329 -
40330 \begin_inset space \thinspace{}
40331 \end_inset
40332
40333 15 of this LyX file are listed.
40334 \end_layout
40335
40336 \begin_layout Standard
40337 \begin_inset CommandInset include
40338 LatexCommand lstinputlisting
40339 filename "EmbeddedObjects.lyx"
40340 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
40341
40342 \end_inset
40343
40344
40345 \end_layout
40346
40347 \begin_layout Standard
40348 \begin_inset VSpace bigskip
40349 \end_inset
40350
40351
40352 \end_layout
40353
40354 \begin_layout Standard
40355 Inserting a formula into a listing can be done the following way:
40356 \end_layout
40357
40358 \begin_layout Enumerate
40359 Open the listings dialog and add
40360 \begin_inset Newline newline
40361 \end_inset
40362
40363
40364 \family sans
40365 mathescape=true
40366 \family default
40367
40368 \begin_inset Newline newline
40369 \end_inset
40370
40371 to the field of the 
40372 \family sans
40373 Advanced
40374 \family default
40375  tab.
40376 \end_layout
40377
40378 \begin_layout Enumerate
40379 Create a formula outside the listing
40380 \end_layout
40381
40382 \begin_layout Enumerate
40383 Copy the content of the formula (not the formula inset) to the clipboard
40384  (shortcut 
40385 \begin_inset Info
40386 type  "shortcut"
40387 arg   "copy"
40388 \end_inset
40389
40390 )
40391 \end_layout
40392
40393 \begin_layout Enumerate
40394 In the listing write 
40395 \begin_inset Quotes eld
40396 \end_inset
40397
40398
40399 \family sans
40400 $$
40401 \family default
40402
40403 \begin_inset Quotes erd
40404 \end_inset
40405
40406  and copy from the clipboard between the dollar-signs (shortcut 
40407 \begin_inset Info
40408 type  "shortcut"
40409 arg   "paste"
40410 \end_inset
40411
40412 )
40413 \end_layout
40414
40415 \begin_layout Standard
40416 \begin_inset listings
40417 lstparams "language=Python,mathescape=true"
40418 inline false
40419 status open
40420
40421 \begin_layout Plain Layout
40422
40423 \begin_inset Caption Standard
40424
40425 \begin_layout Plain Layout
40426 Example Listing float containing a formula
40427 \end_layout
40428
40429 \end_inset
40430
40431 # Example listing float
40432 \end_layout
40433
40434 \begin_layout Plain Layout
40435
40436 def func(param):
40437 \end_layout
40438
40439 \begin_layout Plain Layout
40440
40441     # $
40442 \backslash
40443 prod_{n=1}^{
40444 \backslash
40445 infty}
40446 \backslash
40447 ,
40448 \backslash
40449 frac{1}{x^{2}}$
40450 \end_layout
40451
40452 \begin_layout Plain Layout
40453
40454     pass
40455 \end_layout
40456
40457 \end_inset
40458
40459
40460 \end_layout
40461
40462 \begin_layout Standard
40463 \begin_inset VSpace bigskip
40464 \end_inset
40465
40466
40467 \end_layout
40468
40469 \begin_layout Standard
40470 Global listings settings can be set in the 
40471 \family sans
40472 Document\SpecialChar \menuseparator
40473 Settings\SpecialChar \menuseparator
40474 Listings
40475 \family default
40476  dialog.
40477  To get there a list of available options, type in a question mark 
40478 \begin_inset Quotes eld
40479 \end_inset
40480
40481 ?
40482 \begin_inset Quotes erd
40483 \end_inset
40484
40485 .
40486 \end_layout
40487
40488 \begin_layout Standard
40489 For more information about the 
40490 \series bold
40491 listings
40492 \series default
40493  package, we refer to its documentation 
40494 \begin_inset CommandInset citation
40495 LatexCommand cite
40496 key "listings"
40497
40498 \end_inset
40499
40500 .
40501 \end_layout
40502
40503 \begin_layout Standard
40504 \begin_inset Newpage newpage
40505 \end_inset
40506
40507
40508 \end_layout
40509
40510 \begin_layout Chapter
40511 \start_of_appendix
40512 Units available in LyX
40513 \begin_inset Index idx
40514 status collapsed
40515
40516 \begin_layout Plain Layout
40517 Units
40518 \end_layout
40519
40520 \end_inset
40521
40522
40523 \begin_inset CommandInset label
40524 LatexCommand label
40525 name "cha:Units-available-in"
40526
40527 \end_inset
40528
40529
40530 \end_layout
40531
40532 \begin_layout Standard
40533 To understand the units described in this documentation, Table
40534 \begin_inset space ~
40535 \end_inset
40536
40537
40538 \begin_inset CommandInset ref
40539 LatexCommand ref
40540 reference "tab:Units"
40541
40542 \end_inset
40543
40544  explains all units available in LyX.
40545 \end_layout
40546
40547 \begin_layout Standard
40548 \begin_inset Float table
40549 placement h
40550 wide false
40551 sideways false
40552 status open
40553
40554 \begin_layout Plain Layout
40555 \begin_inset Caption Standard
40556
40557 \begin_layout Plain Layout
40558 \begin_inset CommandInset label
40559 LatexCommand label
40560 name "tab:Units"
40561
40562 \end_inset
40563
40564 Units
40565 \end_layout
40566
40567 \end_inset
40568
40569
40570 \end_layout
40571
40572 \begin_layout Plain Layout
40573 \begin_inset VSpace medskip
40574 \end_inset
40575
40576
40577 \end_layout
40578
40579 \begin_layout Plain Layout
40580 \align center
40581 \begin_inset Tabular
40582 <lyxtabular version="3" rows="20" columns="2">
40583 <features rotate="0" tabularvalignment="middle">
40584 <column alignment="center" valignment="top">
40585 <column alignment="center" valignment="top">
40586 <row>
40587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40588 \begin_inset Text
40589
40590 \begin_layout Plain Layout
40591 unit
40592 \end_layout
40593
40594 \end_inset
40595 </cell>
40596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40597 \begin_inset Text
40598
40599 \begin_layout Plain Layout
40600 name/description
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 mm
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 millimeter
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 cm
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 centimeter
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 in
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 inch
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 pt
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 point (72.27
40681 \begin_inset space \thinspace{}
40682 \end_inset
40683
40684 pt = 1
40685 \begin_inset space \thinspace{}
40686 \end_inset
40687
40688 in)
40689 \end_layout
40690
40691 \end_inset
40692 </cell>
40693 </row>
40694 <row>
40695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40696 \begin_inset Text
40697
40698 \begin_layout Plain Layout
40699 pc
40700 \end_layout
40701
40702 \end_inset
40703 </cell>
40704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40705 \begin_inset Text
40706
40707 \begin_layout Plain Layout
40708 pica (1
40709 \begin_inset space \thinspace{}
40710 \end_inset
40711
40712 pc = 12
40713 \begin_inset space \thinspace{}
40714 \end_inset
40715
40716 pt)
40717 \end_layout
40718
40719 \end_inset
40720 </cell>
40721 </row>
40722 <row>
40723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40724 \begin_inset Text
40725
40726 \begin_layout Plain Layout
40727 sp
40728 \end_layout
40729
40730 \end_inset
40731 </cell>
40732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40733 \begin_inset Text
40734
40735 \begin_layout Plain Layout
40736 scaled point (65536
40737 \begin_inset space \thinspace{}
40738 \end_inset
40739
40740 sp = 1
40741 \begin_inset space \thinspace{}
40742 \end_inset
40743
40744 pt)
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 bp
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 big point (72
40765 \begin_inset space \thinspace{}
40766 \end_inset
40767
40768 bp = 1
40769 \begin_inset space \thinspace{}
40770 \end_inset
40771
40772 in)
40773 \end_layout
40774
40775 \end_inset
40776 </cell>
40777 </row>
40778 <row>
40779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40780 \begin_inset Text
40781
40782 \begin_layout Plain Layout
40783 dd
40784 \end_layout
40785
40786 \end_inset
40787 </cell>
40788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40789 \begin_inset Text
40790
40791 \begin_layout Plain Layout
40792 didot (1
40793 \begin_inset space \thinspace{}
40794 \end_inset
40795
40796 dd 
40797 \begin_inset Formula $\approx$
40798 \end_inset
40799
40800  0.376
40801 \begin_inset space \thinspace{}
40802 \end_inset
40803
40804 mm)
40805 \end_layout
40806
40807 \end_inset
40808 </cell>
40809 </row>
40810 <row>
40811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40812 \begin_inset Text
40813
40814 \begin_layout Plain Layout
40815 cc
40816 \end_layout
40817
40818 \end_inset
40819 </cell>
40820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40821 \begin_inset Text
40822
40823 \begin_layout Plain Layout
40824 cicero (1
40825 \begin_inset space \thinspace{}
40826 \end_inset
40827
40828 cc = 12
40829 \begin_inset space \thinspace{}
40830 \end_inset
40831
40832 dd)
40833 \end_layout
40834
40835 \end_inset
40836 </cell>
40837 </row>
40838 <row>
40839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40840 \begin_inset Text
40841
40842 \begin_layout Plain Layout
40843 Scale%
40844 \end_layout
40845
40846 \end_inset
40847 </cell>
40848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40849 \begin_inset Text
40850
40851 \begin_layout Plain Layout
40852 % of original image width
40853 \end_layout
40854
40855 \end_inset
40856 </cell>
40857 </row>
40858 <row>
40859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40860 \begin_inset Text
40861
40862 \begin_layout Plain Layout
40863 text%
40864 \end_layout
40865
40866 \end_inset
40867 </cell>
40868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40869 \begin_inset Text
40870
40871 \begin_layout Plain Layout
40872 % of text width
40873 \end_layout
40874
40875 \end_inset
40876 </cell>
40877 </row>
40878 <row>
40879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40880 \begin_inset Text
40881
40882 \begin_layout Plain Layout
40883 col%
40884 \end_layout
40885
40886 \end_inset
40887 </cell>
40888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40889 \begin_inset Text
40890
40891 \begin_layout Plain Layout
40892 % of column width
40893 \end_layout
40894
40895 \end_inset
40896 </cell>
40897 </row>
40898 <row>
40899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40900 \begin_inset Text
40901
40902 \begin_layout Plain Layout
40903 page%
40904 \end_layout
40905
40906 \end_inset
40907 </cell>
40908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40909 \begin_inset Text
40910
40911 \begin_layout Plain Layout
40912 % of paper width
40913 \end_layout
40914
40915 \end_inset
40916 </cell>
40917 </row>
40918 <row>
40919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40920 \begin_inset Text
40921
40922 \begin_layout Plain Layout
40923 line%
40924 \end_layout
40925
40926 \end_inset
40927 </cell>
40928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40929 \begin_inset Text
40930
40931 \begin_layout Plain Layout
40932 % of line width
40933 \end_layout
40934
40935 \end_inset
40936 </cell>
40937 </row>
40938 <row>
40939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40940 \begin_inset Text
40941
40942 \begin_layout Plain Layout
40943 theight%
40944 \end_layout
40945
40946 \end_inset
40947 </cell>
40948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40949 \begin_inset Text
40950
40951 \begin_layout Plain Layout
40952 % of text height
40953 \end_layout
40954
40955 \end_inset
40956 </cell>
40957 </row>
40958 <row>
40959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40960 \begin_inset Text
40961
40962 \begin_layout Plain Layout
40963 pheight%
40964 \end_layout
40965
40966 \end_inset
40967 </cell>
40968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40969 \begin_inset Text
40970
40971 \begin_layout Plain Layout
40972 % of paper height
40973 \end_layout
40974
40975 \end_inset
40976 </cell>
40977 </row>
40978 <row>
40979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40980 \begin_inset Text
40981
40982 \begin_layout Plain Layout
40983 ex
40984 \end_layout
40985
40986 \end_inset
40987 </cell>
40988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40989 \begin_inset Text
40990
40991 \begin_layout Plain Layout
40992 height of letter 
40993 \emph on
40994 x
40995 \emph default
40996  in current font
40997 \end_layout
40998
40999 \end_inset
41000 </cell>
41001 </row>
41002 <row>
41003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41004 \begin_inset Text
41005
41006 \begin_layout Plain Layout
41007 em
41008 \end_layout
41009
41010 \end_inset
41011 </cell>
41012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41013 \begin_inset Text
41014
41015 \begin_layout Plain Layout
41016 width of letter 
41017 \emph on
41018 M
41019 \emph default
41020  in current font
41021 \end_layout
41022
41023 \end_inset
41024 </cell>
41025 </row>
41026 <row>
41027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41028 \begin_inset Text
41029
41030 \begin_layout Plain Layout
41031 mu
41032 \end_layout
41033
41034 \end_inset
41035 </cell>
41036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41037 \begin_inset Text
41038
41039 \begin_layout Plain Layout
41040 math unit (1
41041 \begin_inset space \thinspace{}
41042 \end_inset
41043
41044 mu = 1/18
41045 \begin_inset space \thinspace{}
41046 \end_inset
41047
41048 em)
41049 \end_layout
41050
41051 \end_inset
41052 </cell>
41053 </row>
41054 </lyxtabular>
41055
41056 \end_inset
41057
41058
41059 \end_layout
41060
41061 \end_inset
41062
41063
41064 \end_layout
41065
41066 \begin_layout Chapter
41067 Output File Formats with Graphics
41068 \begin_inset CommandInset label
41069 LatexCommand label
41070 name "cha:Output-File-Formats"
41071
41072 \end_inset
41073
41074
41075 \end_layout
41076
41077 \begin_layout Section
41078 DVI
41079 \begin_inset Index idx
41080 status collapsed
41081
41082 \begin_layout Plain Layout
41083 File Formats ! DVI
41084 \end_layout
41085
41086 \end_inset
41087
41088
41089 \begin_inset Index idx
41090 status collapsed
41091
41092 \begin_layout Plain Layout
41093 DVI|see
41094 \begin_inset ERT
41095 status collapsed
41096
41097 \begin_layout Plain Layout
41098
41099 {
41100 \end_layout
41101
41102 \end_inset
41103
41104 File Formats
41105 \begin_inset ERT
41106 status collapsed
41107
41108 \begin_layout Plain Layout
41109
41110 }
41111 \end_layout
41112
41113 \end_inset
41114
41115
41116 \end_layout
41117
41118 \end_inset
41119
41120
41121 \end_layout
41122
41123 \begin_layout Standard
41124 This file type has the extension 
41125 \begin_inset Quotes eld
41126 \end_inset
41127
41128
41129 \family typewriter
41130 .dvi
41131 \family default
41132
41133 \begin_inset Quotes erd
41134 \end_inset
41135
41136 .
41137  It is called 
41138 \begin_inset Quotes eld
41139 \end_inset
41140
41141 device-independent
41142 \begin_inset Quotes erd
41143 \end_inset
41144
41145  (DVI), because it is completely portable; you can move them from one machine
41146  to another without needing to do any sort of conversion.
41147  At the time when this file-format was developed, this was no matter of
41148  course.
41149  DVIs are used for quick previews and as pre-stage for other output formats,
41150  like PostScript.
41151 \end_layout
41152
41153 \begin_layout Standard
41154 \begin_inset Note Greyedout
41155 status open
41156
41157 \begin_layout Plain Layout
41158
41159 \series bold
41160 Note:
41161 \series default
41162  DVI-files do not contain images; they will only be a linked.
41163 \end_layout
41164
41165 \end_inset
41166
41167  So don't forget this, if you move your 
41168 \family typewriter
41169 .dvi
41170 \family default
41171  file to another computer.
41172  This property can also slow down your computer when you view the DVI, because
41173  the DVI-viewer has to convert the image in the background to make it visible
41174  when you scroll in the DVI.
41175  So it is recommended that you use PDF for files with many images.
41176 \end_layout
41177
41178 \begin_layout Standard
41179 You can export your document to DVI by using the menu 
41180 \family sans
41181 File\SpecialChar \menuseparator
41182 Export\SpecialChar \menuseparator
41183 DVI
41184 \family default
41185 .
41186  You can view your document as DVI via the 
41187 \family sans
41188 View
41189 \family default
41190  menu.
41191 \end_layout
41192
41193 \begin_layout Section
41194 PostScript
41195 \begin_inset CommandInset label
41196 LatexCommand label
41197 name "sec:PostScript"
41198
41199 \end_inset
41200
41201
41202 \begin_inset Index idx
41203 status collapsed
41204
41205 \begin_layout Plain Layout
41206 File Formats ! PostScript
41207 \end_layout
41208
41209 \end_inset
41210
41211
41212 \begin_inset Index idx
41213 status collapsed
41214
41215 \begin_layout Plain Layout
41216 PostScript|see
41217 \begin_inset ERT
41218 status collapsed
41219
41220 \begin_layout Plain Layout
41221
41222 {
41223 \end_layout
41224
41225 \end_inset
41226
41227 File Formats
41228 \begin_inset ERT
41229 status collapsed
41230
41231 \begin_layout Plain Layout
41232
41233 }
41234 \end_layout
41235
41236 \end_inset
41237
41238
41239 \end_layout
41240
41241 \end_inset
41242
41243
41244 \end_layout
41245
41246 \begin_layout Standard
41247 This file type has the extension 
41248 \begin_inset Quotes eld
41249 \end_inset
41250
41251
41252 \family typewriter
41253 .ps
41254 \family default
41255
41256 \begin_inset Quotes erd
41257 \end_inset
41258
41259 .
41260  PostScript was developed by the company 
41261 \family typewriter
41262 Adobe
41263 \family default
41264  as a printer language.
41265  The file therefore contains commands that the printer uses to print the
41266  file.
41267  PostScript can be seen as a 
41268 \begin_inset Quotes eld
41269 \end_inset
41270
41271 programming language
41272 \begin_inset Quotes erd
41273 \end_inset
41274
41275 ; you can calculate with it and draw diagrams and images
41276 \begin_inset Foot
41277 status collapsed
41278
41279 \begin_layout Plain Layout
41280 If you are interested to learn more about this, have a look at the LaTeX-package
41281  
41282 \series bold
41283 PSTricks
41284 \series default
41285  
41286 \begin_inset CommandInset citation
41287 LatexCommand cite
41288 key "pstricks"
41289
41290 \end_inset
41291
41292 .
41293 \end_layout
41294
41295 \end_inset
41296
41297 .
41298  Due to this ability, the files are often bigger than PDFs.
41299 \end_layout
41300
41301 \begin_layout Standard
41302 PostScript can only contain images in the format 
41303 \begin_inset Quotes eld
41304 \end_inset
41305
41306 Encapsulated PostScript
41307 \begin_inset Quotes erd
41308 \end_inset
41309
41310  (EPS, file extension 
41311 \begin_inset Quotes eld
41312 \end_inset
41313
41314
41315 \family typewriter
41316 .eps
41317 \family default
41318
41319 \begin_inset Quotes erd
41320 \end_inset
41321
41322 ).
41323  As LyX allows you to use any known image format in your document, it has
41324  to convert images in the background to EPS.
41325  If you have e.g.
41326 \begin_inset space ~
41327 \end_inset
41328
41329 50
41330 \begin_inset space ~
41331 \end_inset
41332
41333 images in your document, LyX has to do 50
41334 \begin_inset space ~
41335 \end_inset
41336
41337 conversions whenever you view or export your document.
41338  This will slow down your work flow with LyX drastically.
41339  So if you plan to use PostScript, you can insert your images directly as
41340  EPS to avoid this problem.
41341 \end_layout
41342
41343 \begin_layout Standard
41344 You can export your document to PostScript using the menu 
41345 \family sans
41346 File\SpecialChar \menuseparator
41347 Export\SpecialChar \menuseparator
41348 Postscript
41349 \family default
41350 .
41351  You can view your document as PostScript via the 
41352 \family sans
41353 View
41354 \family default
41355  menu.
41356 \end_layout
41357
41358 \begin_layout Section
41359 PDF
41360 \begin_inset Index idx
41361 status collapsed
41362
41363 \begin_layout Plain Layout
41364 File Formats ! PDF
41365 \end_layout
41366
41367 \end_inset
41368
41369
41370 \begin_inset Index idx
41371 status collapsed
41372
41373 \begin_layout Plain Layout
41374 PDF
41375 \end_layout
41376
41377 \end_inset
41378
41379
41380 \end_layout
41381
41382 \begin_layout Standard
41383 This file type has the extension 
41384 \begin_inset Quotes eld
41385 \end_inset
41386
41387
41388 \family typewriter
41389 .pdf
41390 \family default
41391
41392 \begin_inset Quotes erd
41393 \end_inset
41394
41395 .
41396  The 
41397 \begin_inset Quotes eld
41398 \end_inset
41399
41400 Portable Document Format
41401 \begin_inset Quotes erd
41402 \end_inset
41403
41404  (PDF) was developed by 
41405 \family typewriter
41406 Adobe
41407 \family default
41408  as a derivative of PostScript.
41409  It is more compressed and it uses fewer commands than PostScript.
41410  As the name 
41411 \begin_inset Quotes eld
41412 \end_inset
41413
41414 portable
41415 \begin_inset Quotes erd
41416 \end_inset
41417
41418  implies, it can be processed at any computer system and the printed output
41419  looks exactly the same.
41420 \end_layout
41421
41422 \begin_layout Standard
41423 PDF can contain images in its own PDF format, in the format 
41424 \begin_inset Quotes eld
41425 \end_inset
41426
41427 Joint Photographic Experts Group
41428 \begin_inset Quotes erd
41429 \end_inset
41430
41431  (JPG, file extension 
41432 \begin_inset Quotes eld
41433 \end_inset
41434
41435
41436 \family typewriter
41437 .jpg
41438 \family default
41439
41440 \begin_inset Quotes erd
41441 \end_inset
41442
41443  or 
41444 \begin_inset Quotes eld
41445 \end_inset
41446
41447
41448 \family typewriter
41449 .jpeg
41450 \family default
41451
41452 \begin_inset Quotes erd
41453 \end_inset
41454
41455 ), and in the format 
41456 \begin_inset Quotes eld
41457 \end_inset
41458
41459 Portable Network Graphics
41460 \begin_inset Quotes erd
41461 \end_inset
41462
41463  (PNG, file extension 
41464 \begin_inset Quotes eld
41465 \end_inset
41466
41467
41468 \family typewriter
41469 .png
41470 \family default
41471
41472 \begin_inset Quotes erd
41473 \end_inset
41474
41475 ).
41476  Nevertheless you can use any other image format, because LyX converts them
41477  in the background to one of these formats.
41478  But as described in the section about PostScript, the image conversion
41479  will slow down your work flow.
41480  So it is recommended that you use images in one of the three mentioned
41481  formats.
41482 \end_layout
41483
41484 \begin_layout Standard
41485 You can export your document to PDF via the menu 
41486 \family sans
41487 File\SpecialChar \menuseparator
41488 Export
41489 \family default
41490  in three different ways:
41491 \end_layout
41492
41493 \begin_layout Description
41494 PDF
41495 \begin_inset space ~
41496 \end_inset
41497
41498 (ps2pdf) This uses the program 
41499 \family typewriter
41500 ps2pdf
41501 \family default
41502  that creates a PDF from a PostScript-version of your file.
41503  The PostScript-version is produced by the program 
41504 \family typewriter
41505 dvips
41506 \family default
41507  which uses a DVI-version as intermediate step.
41508  So this export variant consists of three conversions.
41509 \end_layout
41510
41511 \begin_layout Description
41512 PDF
41513 \begin_inset space ~
41514 \end_inset
41515
41516 (dvipdfm) This uses the program 
41517 \family typewriter
41518 dvipdfm
41519 \family default
41520  that converts your file in the background to DVI and in a second step to
41521  PDF.
41522 \end_layout
41523
41524 \begin_layout Description
41525 PDF
41526 \begin_inset space ~
41527 \end_inset
41528
41529 (pdflatex) This uses the program 
41530 \family typewriter
41531 pdftex
41532 \family default
41533  that converts your file directly to PDF.
41534 \end_layout
41535
41536 \begin_layout Standard
41537 It is recommended that you use 
41538 \family sans
41539 PDF
41540 \begin_inset space ~
41541 \end_inset
41542
41543 (pdflatex)
41544 \family default
41545  because 
41546 \family typewriter
41547 pdftex
41548 \family default
41549  supports all features of actual PDF-versions, is quick and works stable.
41550  The program 
41551 \family typewriter
41552 dvipdfm
41553 \family default
41554  is not under development and therefore a bit outdated.
41555 \end_layout
41556
41557 \begin_layout Standard
41558 You can view your document as PDF via the 
41559 \family sans
41560 View
41561 \family default
41562  menu or by using a toolbar button.
41563 \end_layout
41564
41565 \begin_layout Chapter
41566 List of dvips color names
41567 \begin_inset CommandInset label
41568 LatexCommand label
41569 name "chap:List-of-dvips-colornames"
41570
41571 \end_inset
41572
41573
41574 \end_layout
41575
41576 \begin_layout Standard
41577 \begin_inset Tabular
41578 <lyxtabular version="3" rows="17" columns="4">
41579 <features rotate="0" tabularvalignment="middle">
41580 <column alignment="left" valignment="top" width="0pt">
41581 <column alignment="left" valignment="top" width="0pt">
41582 <column alignment="left" valignment="top" width="0pt">
41583 <column alignment="left" valignment="top" width="0pt">
41584 <row>
41585 <cell alignment="left" valignment="top" usebox="none">
41586 \begin_inset Text
41587
41588 \begin_layout Plain Layout
41589 \begin_inset ERT
41590 status collapsed
41591
41592 \begin_layout Plain Layout
41593
41594
41595 \backslash
41596 fcolorbox{black}{
41597 \end_layout
41598
41599 \end_inset
41600
41601 white
41602 \begin_inset ERT
41603 status collapsed
41604
41605 \begin_layout Plain Layout
41606
41607 }{
41608 \end_layout
41609
41610 \end_inset
41611
41612 Color
41613 \begin_inset ERT
41614 status collapsed
41615
41616 \begin_layout Plain Layout
41617
41618 }
41619 \end_layout
41620
41621 \end_inset
41622
41623  Color name
41624 \end_layout
41625
41626 \end_inset
41627 </cell>
41628 <cell alignment="left" valignment="top" usebox="none">
41629 \begin_inset Text
41630
41631 \begin_layout Plain Layout
41632 \begin_inset ERT
41633 status collapsed
41634
41635 \begin_layout Plain Layout
41636
41637
41638 \backslash
41639 fcolorbox{black}{
41640 \end_layout
41641
41642 \end_inset
41643
41644 white
41645 \begin_inset ERT
41646 status collapsed
41647
41648 \begin_layout Plain Layout
41649
41650 }{
41651 \end_layout
41652
41653 \end_inset
41654
41655 Color
41656 \begin_inset ERT
41657 status collapsed
41658
41659 \begin_layout Plain Layout
41660
41661 }
41662 \end_layout
41663
41664 \end_inset
41665
41666  Color name
41667 \end_layout
41668
41669 \end_inset
41670 </cell>
41671 <cell alignment="left" valignment="top" usebox="none">
41672 \begin_inset Text
41673
41674 \begin_layout Plain Layout
41675 \begin_inset ERT
41676 status collapsed
41677
41678 \begin_layout Plain Layout
41679
41680
41681 \backslash
41682 fcolorbox{black}{
41683 \end_layout
41684
41685 \end_inset
41686
41687 white
41688 \begin_inset ERT
41689 status collapsed
41690
41691 \begin_layout Plain Layout
41692
41693 }{
41694 \end_layout
41695
41696 \end_inset
41697
41698 Color
41699 \begin_inset ERT
41700 status collapsed
41701
41702 \begin_layout Plain Layout
41703
41704 }
41705 \end_layout
41706
41707 \end_inset
41708
41709  Color name
41710 \end_layout
41711
41712 \end_inset
41713 </cell>
41714 <cell alignment="left" valignment="top" usebox="none">
41715 \begin_inset Text
41716
41717 \begin_layout Plain Layout
41718 \begin_inset ERT
41719 status collapsed
41720
41721 \begin_layout Plain Layout
41722
41723
41724 \backslash
41725 fcolorbox{black}{
41726 \end_layout
41727
41728 \end_inset
41729
41730 white
41731 \begin_inset ERT
41732 status collapsed
41733
41734 \begin_layout Plain Layout
41735
41736 }{
41737 \end_layout
41738
41739 \end_inset
41740
41741 Color
41742 \begin_inset ERT
41743 status collapsed
41744
41745 \begin_layout Plain Layout
41746
41747 }
41748 \end_layout
41749
41750 \end_inset
41751
41752  Color name
41753 \end_layout
41754
41755 \end_inset
41756 </cell>
41757 </row>
41758 <row>
41759 <cell alignment="center" valignment="top" usebox="none">
41760 \begin_inset Text
41761
41762 \begin_layout Plain Layout
41763 \begin_inset ERT
41764 status collapsed
41765
41766 \begin_layout Plain Layout
41767
41768
41769 \backslash
41770 fcolorbox{black}{
41771 \end_layout
41772
41773 \end_inset
41774
41775 Apricot
41776 \begin_inset ERT
41777 status collapsed
41778
41779 \begin_layout Plain Layout
41780
41781 }{
41782 \end_layout
41783
41784 \end_inset
41785
41786
41787 \begin_inset Phantom Phantom
41788 status open
41789
41790 \begin_layout Plain Layout
41791 W
41792 \end_layout
41793
41794 \end_inset
41795
41796
41797 \begin_inset ERT
41798 status collapsed
41799
41800 \begin_layout Plain Layout
41801
41802 }
41803 \end_layout
41804
41805 \end_inset
41806
41807  Apricot
41808 \end_layout
41809
41810 \end_inset
41811 </cell>
41812 <cell alignment="center" valignment="top" usebox="none">
41813 \begin_inset Text
41814
41815 \begin_layout Plain Layout
41816 \begin_inset ERT
41817 status collapsed
41818
41819 \begin_layout Plain Layout
41820
41821
41822 \backslash
41823 fcolorbox{black}{
41824 \end_layout
41825
41826 \end_inset
41827
41828 Aquamarine
41829 \begin_inset ERT
41830 status collapsed
41831
41832 \begin_layout Plain Layout
41833
41834 }{
41835 \end_layout
41836
41837 \end_inset
41838
41839
41840 \begin_inset Phantom Phantom
41841 status open
41842
41843 \begin_layout Plain Layout
41844 W
41845 \end_layout
41846
41847 \end_inset
41848
41849
41850 \begin_inset ERT
41851 status collapsed
41852
41853 \begin_layout Plain Layout
41854
41855 }
41856 \end_layout
41857
41858 \end_inset
41859
41860  Aquamarine
41861 \end_layout
41862
41863 \end_inset
41864 </cell>
41865 <cell alignment="center" valignment="top" usebox="none">
41866 \begin_inset Text
41867
41868 \begin_layout Plain Layout
41869 \begin_inset ERT
41870 status collapsed
41871
41872 \begin_layout Plain Layout
41873
41874
41875 \backslash
41876 fcolorbox{black}{
41877 \end_layout
41878
41879 \end_inset
41880
41881 Bittersweet
41882 \begin_inset ERT
41883 status collapsed
41884
41885 \begin_layout Plain Layout
41886
41887 }{
41888 \end_layout
41889
41890 \end_inset
41891
41892
41893 \begin_inset Phantom Phantom
41894 status open
41895
41896 \begin_layout Plain Layout
41897 W
41898 \end_layout
41899
41900 \end_inset
41901
41902
41903 \begin_inset ERT
41904 status collapsed
41905
41906 \begin_layout Plain Layout
41907
41908 }
41909 \end_layout
41910
41911 \end_inset
41912
41913  Bittersweet
41914 \end_layout
41915
41916 \end_inset
41917 </cell>
41918 <cell alignment="center" valignment="top" usebox="none">
41919 \begin_inset Text
41920
41921 \begin_layout Plain Layout
41922 \begin_inset ERT
41923 status collapsed
41924
41925 \begin_layout Plain Layout
41926
41927
41928 \backslash
41929 fcolorbox{black}{
41930 \end_layout
41931
41932 \end_inset
41933
41934 BlueGreen
41935 \begin_inset ERT
41936 status collapsed
41937
41938 \begin_layout Plain Layout
41939
41940 }{
41941 \end_layout
41942
41943 \end_inset
41944
41945
41946 \begin_inset Phantom Phantom
41947 status open
41948
41949 \begin_layout Plain Layout
41950 W
41951 \end_layout
41952
41953 \end_inset
41954
41955
41956 \begin_inset ERT
41957 status collapsed
41958
41959 \begin_layout Plain Layout
41960
41961 }
41962 \end_layout
41963
41964 \end_inset
41965
41966  BlueGreen
41967 \end_layout
41968
41969 \end_inset
41970 </cell>
41971 </row>
41972 <row>
41973 <cell alignment="left" valignment="top" usebox="none">
41974 \begin_inset Text
41975
41976 \begin_layout Plain Layout
41977 \begin_inset ERT
41978 status collapsed
41979
41980 \begin_layout Plain Layout
41981
41982
41983 \backslash
41984 fcolorbox{black}{
41985 \end_layout
41986
41987 \end_inset
41988
41989 BlueViolet
41990 \begin_inset ERT
41991 status collapsed
41992
41993 \begin_layout Plain Layout
41994
41995 }{
41996 \end_layout
41997
41998 \end_inset
41999
42000
42001 \begin_inset Phantom Phantom
42002 status open
42003
42004 \begin_layout Plain Layout
42005 W
42006 \end_layout
42007
42008 \end_inset
42009
42010
42011 \begin_inset ERT
42012 status collapsed
42013
42014 \begin_layout Plain Layout
42015
42016 }
42017 \end_layout
42018
42019 \end_inset
42020
42021  BlueViolet
42022 \end_layout
42023
42024 \end_inset
42025 </cell>
42026 <cell alignment="left" valignment="top" usebox="none">
42027 \begin_inset Text
42028
42029 \begin_layout Plain Layout
42030 \begin_inset ERT
42031 status collapsed
42032
42033 \begin_layout Plain Layout
42034
42035
42036 \backslash
42037 fcolorbox{black}{
42038 \end_layout
42039
42040 \end_inset
42041
42042 BrickRed
42043 \begin_inset ERT
42044 status collapsed
42045
42046 \begin_layout Plain Layout
42047
42048 }{
42049 \end_layout
42050
42051 \end_inset
42052
42053
42054 \begin_inset Phantom Phantom
42055 status open
42056
42057 \begin_layout Plain Layout
42058 W
42059 \end_layout
42060
42061 \end_inset
42062
42063
42064 \begin_inset ERT
42065 status collapsed
42066
42067 \begin_layout Plain Layout
42068
42069 }
42070 \end_layout
42071
42072 \end_inset
42073
42074  BrickRed
42075 \end_layout
42076
42077 \end_inset
42078 </cell>
42079 <cell alignment="left" valignment="top" usebox="none">
42080 \begin_inset Text
42081
42082 \begin_layout Plain Layout
42083 \begin_inset ERT
42084 status collapsed
42085
42086 \begin_layout Plain Layout
42087
42088
42089 \backslash
42090 fcolorbox{black}{
42091 \end_layout
42092
42093 \end_inset
42094
42095 Brown
42096 \begin_inset ERT
42097 status collapsed
42098
42099 \begin_layout Plain Layout
42100
42101 }{
42102 \end_layout
42103
42104 \end_inset
42105
42106
42107 \begin_inset Phantom Phantom
42108 status open
42109
42110 \begin_layout Plain Layout
42111 W
42112 \end_layout
42113
42114 \end_inset
42115
42116
42117 \begin_inset ERT
42118 status collapsed
42119
42120 \begin_layout Plain Layout
42121
42122 }
42123 \end_layout
42124
42125 \end_inset
42126
42127  Brown
42128 \end_layout
42129
42130 \end_inset
42131 </cell>
42132 <cell alignment="left" valignment="top" usebox="none">
42133 \begin_inset Text
42134
42135 \begin_layout Plain Layout
42136 \begin_inset ERT
42137 status collapsed
42138
42139 \begin_layout Plain Layout
42140
42141
42142 \backslash
42143 fcolorbox{black}{
42144 \end_layout
42145
42146 \end_inset
42147
42148 BurntOrange
42149 \begin_inset ERT
42150 status collapsed
42151
42152 \begin_layout Plain Layout
42153
42154 }{
42155 \end_layout
42156
42157 \end_inset
42158
42159
42160 \begin_inset Phantom Phantom
42161 status open
42162
42163 \begin_layout Plain Layout
42164 W
42165 \end_layout
42166
42167 \end_inset
42168
42169
42170 \begin_inset ERT
42171 status collapsed
42172
42173 \begin_layout Plain Layout
42174
42175 }
42176 \end_layout
42177
42178 \end_inset
42179
42180  BurntOrange
42181 \end_layout
42182
42183 \end_inset
42184 </cell>
42185 </row>
42186 <row>
42187 <cell alignment="left" valignment="top" usebox="none">
42188 \begin_inset Text
42189
42190 \begin_layout Plain Layout
42191 \begin_inset ERT
42192 status collapsed
42193
42194 \begin_layout Plain Layout
42195
42196
42197 \backslash
42198 fcolorbox{black}{
42199 \end_layout
42200
42201 \end_inset
42202
42203 CadetBlue
42204 \begin_inset ERT
42205 status collapsed
42206
42207 \begin_layout Plain Layout
42208
42209 }{
42210 \end_layout
42211
42212 \end_inset
42213
42214
42215 \begin_inset Phantom Phantom
42216 status open
42217
42218 \begin_layout Plain Layout
42219 W
42220 \end_layout
42221
42222 \end_inset
42223
42224
42225 \begin_inset ERT
42226 status collapsed
42227
42228 \begin_layout Plain Layout
42229
42230 }
42231 \end_layout
42232
42233 \end_inset
42234
42235  CadetBlue
42236 \end_layout
42237
42238 \end_inset
42239 </cell>
42240 <cell alignment="left" valignment="top" usebox="none">
42241 \begin_inset Text
42242
42243 \begin_layout Plain Layout
42244 \begin_inset ERT
42245 status collapsed
42246
42247 \begin_layout Plain Layout
42248
42249
42250 \backslash
42251 fcolorbox{black}{
42252 \end_layout
42253
42254 \end_inset
42255
42256 CarnationPink
42257 \begin_inset ERT
42258 status collapsed
42259
42260 \begin_layout Plain Layout
42261
42262 }{
42263 \end_layout
42264
42265 \end_inset
42266
42267
42268 \begin_inset Phantom Phantom
42269 status open
42270
42271 \begin_layout Plain Layout
42272 W
42273 \end_layout
42274
42275 \end_inset
42276
42277
42278 \begin_inset ERT
42279 status collapsed
42280
42281 \begin_layout Plain Layout
42282
42283 }
42284 \end_layout
42285
42286 \end_inset
42287
42288  CarnationPink
42289 \end_layout
42290
42291 \end_inset
42292 </cell>
42293 <cell alignment="left" valignment="top" usebox="none">
42294 \begin_inset Text
42295
42296 \begin_layout Plain Layout
42297 \begin_inset ERT
42298 status collapsed
42299
42300 \begin_layout Plain Layout
42301
42302
42303 \backslash
42304 fcolorbox{black}{
42305 \end_layout
42306
42307 \end_inset
42308
42309 Cerulean
42310 \begin_inset ERT
42311 status collapsed
42312
42313 \begin_layout Plain Layout
42314
42315 }{
42316 \end_layout
42317
42318 \end_inset
42319
42320
42321 \begin_inset Phantom Phantom
42322 status open
42323
42324 \begin_layout Plain Layout
42325 W
42326 \end_layout
42327
42328 \end_inset
42329
42330
42331 \begin_inset ERT
42332 status collapsed
42333
42334 \begin_layout Plain Layout
42335
42336 }
42337 \end_layout
42338
42339 \end_inset
42340
42341  Cerulean
42342 \end_layout
42343
42344 \end_inset
42345 </cell>
42346 <cell alignment="left" valignment="top" usebox="none">
42347 \begin_inset Text
42348
42349 \begin_layout Plain Layout
42350 \begin_inset ERT
42351 status collapsed
42352
42353 \begin_layout Plain Layout
42354
42355
42356 \backslash
42357 fcolorbox{black}{
42358 \end_layout
42359
42360 \end_inset
42361
42362 CornflowerBlue
42363 \begin_inset ERT
42364 status collapsed
42365
42366 \begin_layout Plain Layout
42367
42368 }{
42369 \end_layout
42370
42371 \end_inset
42372
42373
42374 \begin_inset Phantom Phantom
42375 status open
42376
42377 \begin_layout Plain Layout
42378 W
42379 \end_layout
42380
42381 \end_inset
42382
42383
42384 \begin_inset ERT
42385 status collapsed
42386
42387 \begin_layout Plain Layout
42388
42389 }
42390 \end_layout
42391
42392 \end_inset
42393
42394  CornflowerBlue
42395 \end_layout
42396
42397 \end_inset
42398 </cell>
42399 </row>
42400 <row>
42401 <cell alignment="left" valignment="top" usebox="none">
42402 \begin_inset Text
42403
42404 \begin_layout Plain Layout
42405 \begin_inset ERT
42406 status collapsed
42407
42408 \begin_layout Plain Layout
42409
42410
42411 \backslash
42412 fcolorbox{black}{
42413 \end_layout
42414
42415 \end_inset
42416
42417 Dandelion
42418 \begin_inset ERT
42419 status collapsed
42420
42421 \begin_layout Plain Layout
42422
42423 }{
42424 \end_layout
42425
42426 \end_inset
42427
42428
42429 \begin_inset Phantom Phantom
42430 status open
42431
42432 \begin_layout Plain Layout
42433 W
42434 \end_layout
42435
42436 \end_inset
42437
42438
42439 \begin_inset ERT
42440 status collapsed
42441
42442 \begin_layout Plain Layout
42443
42444 }
42445 \end_layout
42446
42447 \end_inset
42448
42449  Dandelion
42450 \end_layout
42451
42452 \end_inset
42453 </cell>
42454 <cell alignment="left" valignment="top" usebox="none">
42455 \begin_inset Text
42456
42457 \begin_layout Plain Layout
42458 \begin_inset ERT
42459 status collapsed
42460
42461 \begin_layout Plain Layout
42462
42463
42464 \backslash
42465 fcolorbox{black}{
42466 \end_layout
42467
42468 \end_inset
42469
42470 DarkOrchid
42471 \begin_inset ERT
42472 status collapsed
42473
42474 \begin_layout Plain Layout
42475
42476 }{
42477 \end_layout
42478
42479 \end_inset
42480
42481
42482 \begin_inset Phantom Phantom
42483 status open
42484
42485 \begin_layout Plain Layout
42486 W
42487 \end_layout
42488
42489 \end_inset
42490
42491
42492 \begin_inset ERT
42493 status collapsed
42494
42495 \begin_layout Plain Layout
42496
42497 }
42498 \end_layout
42499
42500 \end_inset
42501
42502  DarkOrchid
42503 \end_layout
42504
42505 \end_inset
42506 </cell>
42507 <cell alignment="left" valignment="top" usebox="none">
42508 \begin_inset Text
42509
42510 \begin_layout Plain Layout
42511 \begin_inset ERT
42512 status collapsed
42513
42514 \begin_layout Plain Layout
42515
42516
42517 \backslash
42518 fcolorbox{black}{
42519 \end_layout
42520
42521 \end_inset
42522
42523 Emerald
42524 \begin_inset ERT
42525 status collapsed
42526
42527 \begin_layout Plain Layout
42528
42529 }{
42530 \end_layout
42531
42532 \end_inset
42533
42534
42535 \begin_inset Phantom Phantom
42536 status open
42537
42538 \begin_layout Plain Layout
42539 W
42540 \end_layout
42541
42542 \end_inset
42543
42544
42545 \begin_inset ERT
42546 status collapsed
42547
42548 \begin_layout Plain Layout
42549
42550 }
42551 \end_layout
42552
42553 \end_inset
42554
42555  Emerald
42556 \end_layout
42557
42558 \end_inset
42559 </cell>
42560 <cell alignment="left" valignment="top" usebox="none">
42561 \begin_inset Text
42562
42563 \begin_layout Plain Layout
42564 \begin_inset ERT
42565 status collapsed
42566
42567 \begin_layout Plain Layout
42568
42569
42570 \backslash
42571 fcolorbox{black}{
42572 \end_layout
42573
42574 \end_inset
42575
42576 ForestGreen
42577 \begin_inset ERT
42578 status collapsed
42579
42580 \begin_layout Plain Layout
42581
42582 }{
42583 \end_layout
42584
42585 \end_inset
42586
42587
42588 \begin_inset Phantom Phantom
42589 status open
42590
42591 \begin_layout Plain Layout
42592 W
42593 \end_layout
42594
42595 \end_inset
42596
42597
42598 \begin_inset ERT
42599 status collapsed
42600
42601 \begin_layout Plain Layout
42602
42603 }
42604 \end_layout
42605
42606 \end_inset
42607
42608  ForestGreen
42609 \end_layout
42610
42611 \end_inset
42612 </cell>
42613 </row>
42614 <row>
42615 <cell alignment="left" valignment="top" usebox="none">
42616 \begin_inset Text
42617
42618 \begin_layout Plain Layout
42619 \begin_inset ERT
42620 status collapsed
42621
42622 \begin_layout Plain Layout
42623
42624
42625 \backslash
42626 fcolorbox{black}{
42627 \end_layout
42628
42629 \end_inset
42630
42631 Fuchsia
42632 \begin_inset ERT
42633 status collapsed
42634
42635 \begin_layout Plain Layout
42636
42637 }{
42638 \end_layout
42639
42640 \end_inset
42641
42642
42643 \begin_inset Phantom Phantom
42644 status open
42645
42646 \begin_layout Plain Layout
42647 W
42648 \end_layout
42649
42650 \end_inset
42651
42652
42653 \begin_inset ERT
42654 status collapsed
42655
42656 \begin_layout Plain Layout
42657
42658 }
42659 \end_layout
42660
42661 \end_inset
42662
42663  Fuchsia
42664 \end_layout
42665
42666 \end_inset
42667 </cell>
42668 <cell alignment="left" valignment="top" usebox="none">
42669 \begin_inset Text
42670
42671 \begin_layout Plain Layout
42672 \begin_inset ERT
42673 status collapsed
42674
42675 \begin_layout Plain Layout
42676
42677
42678 \backslash
42679 fcolorbox{black}{
42680 \end_layout
42681
42682 \end_inset
42683
42684 Goldenrod
42685 \begin_inset ERT
42686 status collapsed
42687
42688 \begin_layout Plain Layout
42689
42690 }{
42691 \end_layout
42692
42693 \end_inset
42694
42695
42696 \begin_inset Phantom Phantom
42697 status open
42698
42699 \begin_layout Plain Layout
42700 W
42701 \end_layout
42702
42703 \end_inset
42704
42705
42706 \begin_inset ERT
42707 status collapsed
42708
42709 \begin_layout Plain Layout
42710
42711 }
42712 \end_layout
42713
42714 \end_inset
42715
42716  Goldenrod
42717 \end_layout
42718
42719 \end_inset
42720 </cell>
42721 <cell alignment="left" valignment="top" usebox="none">
42722 \begin_inset Text
42723
42724 \begin_layout Plain Layout
42725 \begin_inset ERT
42726 status collapsed
42727
42728 \begin_layout Plain Layout
42729
42730
42731 \backslash
42732 fcolorbox{black}{
42733 \end_layout
42734
42735 \end_inset
42736
42737 Gray
42738 \begin_inset ERT
42739 status collapsed
42740
42741 \begin_layout Plain Layout
42742
42743 }{
42744 \end_layout
42745
42746 \end_inset
42747
42748
42749 \begin_inset Phantom Phantom
42750 status open
42751
42752 \begin_layout Plain Layout
42753 W
42754 \end_layout
42755
42756 \end_inset
42757
42758
42759 \begin_inset ERT
42760 status collapsed
42761
42762 \begin_layout Plain Layout
42763
42764 }
42765 \end_layout
42766
42767 \end_inset
42768
42769  Gray
42770 \end_layout
42771
42772 \end_inset
42773 </cell>
42774 <cell alignment="left" valignment="top" usebox="none">
42775 \begin_inset Text
42776
42777 \begin_layout Plain Layout
42778 \begin_inset ERT
42779 status collapsed
42780
42781 \begin_layout Plain Layout
42782
42783
42784 \backslash
42785 fcolorbox{black}{
42786 \end_layout
42787
42788 \end_inset
42789
42790 GreenYellow
42791 \begin_inset ERT
42792 status collapsed
42793
42794 \begin_layout Plain Layout
42795
42796 }{
42797 \end_layout
42798
42799 \end_inset
42800
42801
42802 \begin_inset Phantom Phantom
42803 status open
42804
42805 \begin_layout Plain Layout
42806 W
42807 \end_layout
42808
42809 \end_inset
42810
42811
42812 \begin_inset ERT
42813 status collapsed
42814
42815 \begin_layout Plain Layout
42816
42817 }
42818 \end_layout
42819
42820 \end_inset
42821
42822  GreenYellow
42823 \end_layout
42824
42825 \end_inset
42826 </cell>
42827 </row>
42828 <row>
42829 <cell alignment="center" valignment="top" usebox="none">
42830 \begin_inset Text
42831
42832 \begin_layout Plain Layout
42833 \begin_inset ERT
42834 status collapsed
42835
42836 \begin_layout Plain Layout
42837
42838
42839 \backslash
42840 fcolorbox{black}{
42841 \end_layout
42842
42843 \end_inset
42844
42845 JungleGreen
42846 \begin_inset ERT
42847 status collapsed
42848
42849 \begin_layout Plain Layout
42850
42851 }{
42852 \end_layout
42853
42854 \end_inset
42855
42856
42857 \begin_inset Phantom Phantom
42858 status open
42859
42860 \begin_layout Plain Layout
42861 W
42862 \end_layout
42863
42864 \end_inset
42865
42866
42867 \begin_inset ERT
42868 status collapsed
42869
42870 \begin_layout Plain Layout
42871
42872 }
42873 \end_layout
42874
42875 \end_inset
42876
42877  JungleGreen
42878 \end_layout
42879
42880 \end_inset
42881 </cell>
42882 <cell alignment="center" valignment="top" usebox="none">
42883 \begin_inset Text
42884
42885 \begin_layout Plain Layout
42886 \begin_inset ERT
42887 status collapsed
42888
42889 \begin_layout Plain Layout
42890
42891
42892 \backslash
42893 fcolorbox{black}{
42894 \end_layout
42895
42896 \end_inset
42897
42898 Lavender
42899 \begin_inset ERT
42900 status collapsed
42901
42902 \begin_layout Plain Layout
42903
42904 }{
42905 \end_layout
42906
42907 \end_inset
42908
42909
42910 \begin_inset Phantom Phantom
42911 status open
42912
42913 \begin_layout Plain Layout
42914 W
42915 \end_layout
42916
42917 \end_inset
42918
42919
42920 \begin_inset ERT
42921 status collapsed
42922
42923 \begin_layout Plain Layout
42924
42925 }
42926 \end_layout
42927
42928 \end_inset
42929
42930  Lavender
42931 \end_layout
42932
42933 \end_inset
42934 </cell>
42935 <cell alignment="center" valignment="top" usebox="none">
42936 \begin_inset Text
42937
42938 \begin_layout Plain Layout
42939 \begin_inset ERT
42940 status collapsed
42941
42942 \begin_layout Plain Layout
42943
42944
42945 \backslash
42946 fcolorbox{black}{
42947 \end_layout
42948
42949 \end_inset
42950
42951 LimeGreen
42952 \begin_inset ERT
42953 status collapsed
42954
42955 \begin_layout Plain Layout
42956
42957 }{
42958 \end_layout
42959
42960 \end_inset
42961
42962
42963 \begin_inset Phantom Phantom
42964 status open
42965
42966 \begin_layout Plain Layout
42967 W
42968 \end_layout
42969
42970 \end_inset
42971
42972
42973 \begin_inset ERT
42974 status collapsed
42975
42976 \begin_layout Plain Layout
42977
42978 }
42979 \end_layout
42980
42981 \end_inset
42982
42983  LimeGreen
42984 \end_layout
42985
42986 \end_inset
42987 </cell>
42988 <cell alignment="center" valignment="top" usebox="none">
42989 \begin_inset Text
42990
42991 \begin_layout Plain Layout
42992 \begin_inset ERT
42993 status collapsed
42994
42995 \begin_layout Plain Layout
42996
42997
42998 \backslash
42999 fcolorbox{black}{
43000 \end_layout
43001
43002 \end_inset
43003
43004 Mahogany
43005 \begin_inset ERT
43006 status collapsed
43007
43008 \begin_layout Plain Layout
43009
43010 }{
43011 \end_layout
43012
43013 \end_inset
43014
43015
43016 \begin_inset Phantom Phantom
43017 status open
43018
43019 \begin_layout Plain Layout
43020 W
43021 \end_layout
43022
43023 \end_inset
43024
43025
43026 \begin_inset ERT
43027 status collapsed
43028
43029 \begin_layout Plain Layout
43030
43031 }
43032 \end_layout
43033
43034 \end_inset
43035
43036  Mahogany
43037 \end_layout
43038
43039 \end_inset
43040 </cell>
43041 </row>
43042 <row>
43043 <cell alignment="left" valignment="top" usebox="none">
43044 \begin_inset Text
43045
43046 \begin_layout Plain Layout
43047 \begin_inset ERT
43048 status collapsed
43049
43050 \begin_layout Plain Layout
43051
43052
43053 \backslash
43054 fcolorbox{black}{
43055 \end_layout
43056
43057 \end_inset
43058
43059 Mahogany
43060 \begin_inset ERT
43061 status collapsed
43062
43063 \begin_layout Plain Layout
43064
43065 }{
43066 \end_layout
43067
43068 \end_inset
43069
43070
43071 \begin_inset Phantom Phantom
43072 status open
43073
43074 \begin_layout Plain Layout
43075 W
43076 \end_layout
43077
43078 \end_inset
43079
43080
43081 \begin_inset ERT
43082 status collapsed
43083
43084 \begin_layout Plain Layout
43085
43086 }
43087 \end_layout
43088
43089 \end_inset
43090
43091  Mahogany
43092 \end_layout
43093
43094 \end_inset
43095 </cell>
43096 <cell alignment="left" valignment="top" usebox="none">
43097 \begin_inset Text
43098
43099 \begin_layout Plain Layout
43100 \begin_inset ERT
43101 status collapsed
43102
43103 \begin_layout Plain Layout
43104
43105
43106 \backslash
43107 fcolorbox{black}{
43108 \end_layout
43109
43110 \end_inset
43111
43112 Maroon
43113 \begin_inset ERT
43114 status collapsed
43115
43116 \begin_layout Plain Layout
43117
43118 }{
43119 \end_layout
43120
43121 \end_inset
43122
43123
43124 \begin_inset Phantom Phantom
43125 status open
43126
43127 \begin_layout Plain Layout
43128 W
43129 \end_layout
43130
43131 \end_inset
43132
43133
43134 \begin_inset ERT
43135 status collapsed
43136
43137 \begin_layout Plain Layout
43138
43139 }
43140 \end_layout
43141
43142 \end_inset
43143
43144  Maroon
43145 \end_layout
43146
43147 \end_inset
43148 </cell>
43149 <cell alignment="left" valignment="top" usebox="none">
43150 \begin_inset Text
43151
43152 \begin_layout Plain Layout
43153 \begin_inset ERT
43154 status collapsed
43155
43156 \begin_layout Plain Layout
43157
43158
43159 \backslash
43160 fcolorbox{black}{
43161 \end_layout
43162
43163 \end_inset
43164
43165 Melon
43166 \begin_inset ERT
43167 status collapsed
43168
43169 \begin_layout Plain Layout
43170
43171 }{
43172 \end_layout
43173
43174 \end_inset
43175
43176
43177 \begin_inset Phantom Phantom
43178 status open
43179
43180 \begin_layout Plain Layout
43181 W
43182 \end_layout
43183
43184 \end_inset
43185
43186
43187 \begin_inset ERT
43188 status collapsed
43189
43190 \begin_layout Plain Layout
43191
43192 }
43193 \end_layout
43194
43195 \end_inset
43196
43197  Melon
43198 \end_layout
43199
43200 \end_inset
43201 </cell>
43202 <cell alignment="left" valignment="top" usebox="none">
43203 \begin_inset Text
43204
43205 \begin_layout Plain Layout
43206 \begin_inset ERT
43207 status collapsed
43208
43209 \begin_layout Plain Layout
43210
43211
43212 \backslash
43213 fcolorbox{black}{
43214 \end_layout
43215
43216 \end_inset
43217
43218 MidnightBlue
43219 \begin_inset ERT
43220 status collapsed
43221
43222 \begin_layout Plain Layout
43223
43224 }{
43225 \end_layout
43226
43227 \end_inset
43228
43229
43230 \begin_inset Phantom Phantom
43231 status open
43232
43233 \begin_layout Plain Layout
43234 W
43235 \end_layout
43236
43237 \end_inset
43238
43239
43240 \begin_inset ERT
43241 status collapsed
43242
43243 \begin_layout Plain Layout
43244
43245 }
43246 \end_layout
43247
43248 \end_inset
43249
43250  MidnightBlue
43251 \end_layout
43252
43253 \end_inset
43254 </cell>
43255 </row>
43256 <row>
43257 <cell alignment="left" valignment="top" usebox="none">
43258 \begin_inset Text
43259
43260 \begin_layout Plain Layout
43261 \begin_inset ERT
43262 status collapsed
43263
43264 \begin_layout Plain Layout
43265
43266
43267 \backslash
43268 fcolorbox{black}{
43269 \end_layout
43270
43271 \end_inset
43272
43273 Mulberry
43274 \begin_inset ERT
43275 status collapsed
43276
43277 \begin_layout Plain Layout
43278
43279 }{
43280 \end_layout
43281
43282 \end_inset
43283
43284
43285 \begin_inset Phantom Phantom
43286 status open
43287
43288 \begin_layout Plain Layout
43289 W
43290 \end_layout
43291
43292 \end_inset
43293
43294
43295 \begin_inset ERT
43296 status collapsed
43297
43298 \begin_layout Plain Layout
43299
43300 }
43301 \end_layout
43302
43303 \end_inset
43304
43305  Mulberry
43306 \end_layout
43307
43308 \end_inset
43309 </cell>
43310 <cell alignment="left" valignment="top" usebox="none">
43311 \begin_inset Text
43312
43313 \begin_layout Plain Layout
43314 \begin_inset ERT
43315 status collapsed
43316
43317 \begin_layout Plain Layout
43318
43319
43320 \backslash
43321 fcolorbox{black}{
43322 \end_layout
43323
43324 \end_inset
43325
43326 NavyBlue
43327 \begin_inset ERT
43328 status collapsed
43329
43330 \begin_layout Plain Layout
43331
43332 }{
43333 \end_layout
43334
43335 \end_inset
43336
43337
43338 \begin_inset Phantom Phantom
43339 status open
43340
43341 \begin_layout Plain Layout
43342 W
43343 \end_layout
43344
43345 \end_inset
43346
43347
43348 \begin_inset ERT
43349 status collapsed
43350
43351 \begin_layout Plain Layout
43352
43353 }
43354 \end_layout
43355
43356 \end_inset
43357
43358  NavyBlue
43359 \end_layout
43360
43361 \end_inset
43362 </cell>
43363 <cell alignment="left" valignment="top" usebox="none">
43364 \begin_inset Text
43365
43366 \begin_layout Plain Layout
43367 \begin_inset ERT
43368 status collapsed
43369
43370 \begin_layout Plain Layout
43371
43372
43373 \backslash
43374 fcolorbox{black}{
43375 \end_layout
43376
43377 \end_inset
43378
43379 OliveGreen
43380 \begin_inset ERT
43381 status collapsed
43382
43383 \begin_layout Plain Layout
43384
43385 }{
43386 \end_layout
43387
43388 \end_inset
43389
43390
43391 \begin_inset Phantom Phantom
43392 status open
43393
43394 \begin_layout Plain Layout
43395 W
43396 \end_layout
43397
43398 \end_inset
43399
43400
43401 \begin_inset ERT
43402 status collapsed
43403
43404 \begin_layout Plain Layout
43405
43406 }
43407 \end_layout
43408
43409 \end_inset
43410
43411  OliveGreen
43412 \end_layout
43413
43414 \end_inset
43415 </cell>
43416 <cell alignment="left" valignment="top" usebox="none">
43417 \begin_inset Text
43418
43419 \begin_layout Plain Layout
43420 \begin_inset ERT
43421 status collapsed
43422
43423 \begin_layout Plain Layout
43424
43425
43426 \backslash
43427 fcolorbox{black}{
43428 \end_layout
43429
43430 \end_inset
43431
43432 Orange
43433 \begin_inset ERT
43434 status collapsed
43435
43436 \begin_layout Plain Layout
43437
43438 }{
43439 \end_layout
43440
43441 \end_inset
43442
43443
43444 \begin_inset Phantom Phantom
43445 status open
43446
43447 \begin_layout Plain Layout
43448 W
43449 \end_layout
43450
43451 \end_inset
43452
43453
43454 \begin_inset ERT
43455 status collapsed
43456
43457 \begin_layout Plain Layout
43458
43459 }
43460 \end_layout
43461
43462 \end_inset
43463
43464  Orange
43465 \end_layout
43466
43467 \end_inset
43468 </cell>
43469 </row>
43470 <row>
43471 <cell alignment="left" valignment="top" usebox="none">
43472 \begin_inset Text
43473
43474 \begin_layout Plain Layout
43475 \begin_inset ERT
43476 status collapsed
43477
43478 \begin_layout Plain Layout
43479
43480
43481 \backslash
43482 fcolorbox{black}{
43483 \end_layout
43484
43485 \end_inset
43486
43487 OrangeRed
43488 \begin_inset ERT
43489 status collapsed
43490
43491 \begin_layout Plain Layout
43492
43493 }{
43494 \end_layout
43495
43496 \end_inset
43497
43498
43499 \begin_inset Phantom Phantom
43500 status open
43501
43502 \begin_layout Plain Layout
43503 W
43504 \end_layout
43505
43506 \end_inset
43507
43508
43509 \begin_inset ERT
43510 status collapsed
43511
43512 \begin_layout Plain Layout
43513
43514 }
43515 \end_layout
43516
43517 \end_inset
43518
43519  OrangeRed
43520 \end_layout
43521
43522 \end_inset
43523 </cell>
43524 <cell alignment="left" valignment="top" usebox="none">
43525 \begin_inset Text
43526
43527 \begin_layout Plain Layout
43528 \begin_inset ERT
43529 status collapsed
43530
43531 \begin_layout Plain Layout
43532
43533
43534 \backslash
43535 fcolorbox{black}{
43536 \end_layout
43537
43538 \end_inset
43539
43540 Orchid
43541 \begin_inset ERT
43542 status collapsed
43543
43544 \begin_layout Plain Layout
43545
43546 }{
43547 \end_layout
43548
43549 \end_inset
43550
43551
43552 \begin_inset Phantom Phantom
43553 status open
43554
43555 \begin_layout Plain Layout
43556 W
43557 \end_layout
43558
43559 \end_inset
43560
43561
43562 \begin_inset ERT
43563 status collapsed
43564
43565 \begin_layout Plain Layout
43566
43567 }
43568 \end_layout
43569
43570 \end_inset
43571
43572  Orchid
43573 \end_layout
43574
43575 \end_inset
43576 </cell>
43577 <cell alignment="left" valignment="top" usebox="none">
43578 \begin_inset Text
43579
43580 \begin_layout Plain Layout
43581 \begin_inset ERT
43582 status collapsed
43583
43584 \begin_layout Plain Layout
43585
43586
43587 \backslash
43588 fcolorbox{black}{
43589 \end_layout
43590
43591 \end_inset
43592
43593 Peach
43594 \begin_inset ERT
43595 status collapsed
43596
43597 \begin_layout Plain Layout
43598
43599 }{
43600 \end_layout
43601
43602 \end_inset
43603
43604
43605 \begin_inset Phantom Phantom
43606 status open
43607
43608 \begin_layout Plain Layout
43609 W
43610 \end_layout
43611
43612 \end_inset
43613
43614
43615 \begin_inset ERT
43616 status collapsed
43617
43618 \begin_layout Plain Layout
43619
43620 }
43621 \end_layout
43622
43623 \end_inset
43624
43625  Peach
43626 \end_layout
43627
43628 \end_inset
43629 </cell>
43630 <cell alignment="left" valignment="top" usebox="none">
43631 \begin_inset Text
43632
43633 \begin_layout Plain Layout
43634 \begin_inset ERT
43635 status collapsed
43636
43637 \begin_layout Plain Layout
43638
43639
43640 \backslash
43641 fcolorbox{black}{
43642 \end_layout
43643
43644 \end_inset
43645
43646 Periwinkle
43647 \begin_inset ERT
43648 status collapsed
43649
43650 \begin_layout Plain Layout
43651
43652 }{
43653 \end_layout
43654
43655 \end_inset
43656
43657
43658 \begin_inset Phantom Phantom
43659 status open
43660
43661 \begin_layout Plain Layout
43662 W
43663 \end_layout
43664
43665 \end_inset
43666
43667
43668 \begin_inset ERT
43669 status collapsed
43670
43671 \begin_layout Plain Layout
43672
43673 }
43674 \end_layout
43675
43676 \end_inset
43677
43678  Periwinkle
43679 \end_layout
43680
43681 \end_inset
43682 </cell>
43683 </row>
43684 <row>
43685 <cell alignment="left" valignment="top" usebox="none">
43686 \begin_inset Text
43687
43688 \begin_layout Plain Layout
43689 \begin_inset ERT
43690 status collapsed
43691
43692 \begin_layout Plain Layout
43693
43694
43695 \backslash
43696 fcolorbox{black}{
43697 \end_layout
43698
43699 \end_inset
43700
43701 PineGreen
43702 \begin_inset ERT
43703 status collapsed
43704
43705 \begin_layout Plain Layout
43706
43707 }{
43708 \end_layout
43709
43710 \end_inset
43711
43712
43713 \begin_inset Phantom Phantom
43714 status open
43715
43716 \begin_layout Plain Layout
43717 W
43718 \end_layout
43719
43720 \end_inset
43721
43722
43723 \begin_inset ERT
43724 status collapsed
43725
43726 \begin_layout Plain Layout
43727
43728 }
43729 \end_layout
43730
43731 \end_inset
43732
43733  PineGreen
43734 \end_layout
43735
43736 \end_inset
43737 </cell>
43738 <cell alignment="left" valignment="top" usebox="none">
43739 \begin_inset Text
43740
43741 \begin_layout Plain Layout
43742 \begin_inset ERT
43743 status collapsed
43744
43745 \begin_layout Plain Layout
43746
43747
43748 \backslash
43749 fcolorbox{black}{
43750 \end_layout
43751
43752 \end_inset
43753
43754 Plum
43755 \begin_inset ERT
43756 status collapsed
43757
43758 \begin_layout Plain Layout
43759
43760 }{
43761 \end_layout
43762
43763 \end_inset
43764
43765
43766 \begin_inset Phantom Phantom
43767 status open
43768
43769 \begin_layout Plain Layout
43770 W
43771 \end_layout
43772
43773 \end_inset
43774
43775
43776 \begin_inset ERT
43777 status collapsed
43778
43779 \begin_layout Plain Layout
43780
43781 }
43782 \end_layout
43783
43784 \end_inset
43785
43786  Plum
43787 \end_layout
43788
43789 \end_inset
43790 </cell>
43791 <cell alignment="left" valignment="top" usebox="none">
43792 \begin_inset Text
43793
43794 \begin_layout Plain Layout
43795 \begin_inset ERT
43796 status collapsed
43797
43798 \begin_layout Plain Layout
43799
43800
43801 \backslash
43802 fcolorbox{black}{
43803 \end_layout
43804
43805 \end_inset
43806
43807 ProcessBlue
43808 \begin_inset ERT
43809 status collapsed
43810
43811 \begin_layout Plain Layout
43812
43813 }{
43814 \end_layout
43815
43816 \end_inset
43817
43818
43819 \begin_inset Phantom Phantom
43820 status open
43821
43822 \begin_layout Plain Layout
43823 W
43824 \end_layout
43825
43826 \end_inset
43827
43828
43829 \begin_inset ERT
43830 status collapsed
43831
43832 \begin_layout Plain Layout
43833
43834 }
43835 \end_layout
43836
43837 \end_inset
43838
43839  ProcessBlue
43840 \end_layout
43841
43842 \end_inset
43843 </cell>
43844 <cell alignment="left" valignment="top" usebox="none">
43845 \begin_inset Text
43846
43847 \begin_layout Plain Layout
43848 \begin_inset ERT
43849 status collapsed
43850
43851 \begin_layout Plain Layout
43852
43853
43854 \backslash
43855 fcolorbox{black}{
43856 \end_layout
43857
43858 \end_inset
43859
43860 Purple
43861 \begin_inset ERT
43862 status collapsed
43863
43864 \begin_layout Plain Layout
43865
43866 }{
43867 \end_layout
43868
43869 \end_inset
43870
43871
43872 \begin_inset Phantom Phantom
43873 status open
43874
43875 \begin_layout Plain Layout
43876 W
43877 \end_layout
43878
43879 \end_inset
43880
43881
43882 \begin_inset ERT
43883 status collapsed
43884
43885 \begin_layout Plain Layout
43886
43887 }
43888 \end_layout
43889
43890 \end_inset
43891
43892  Purple
43893 \end_layout
43894
43895 \end_inset
43896 </cell>
43897 </row>
43898 <row>
43899 <cell alignment="left" valignment="top" usebox="none">
43900 \begin_inset Text
43901
43902 \begin_layout Plain Layout
43903 \begin_inset ERT
43904 status collapsed
43905
43906 \begin_layout Plain Layout
43907
43908
43909 \backslash
43910 fcolorbox{black}{
43911 \end_layout
43912
43913 \end_inset
43914
43915 RawSienna
43916 \begin_inset ERT
43917 status collapsed
43918
43919 \begin_layout Plain Layout
43920
43921 }{
43922 \end_layout
43923
43924 \end_inset
43925
43926
43927 \begin_inset Phantom Phantom
43928 status open
43929
43930 \begin_layout Plain Layout
43931 W
43932 \end_layout
43933
43934 \end_inset
43935
43936
43937 \begin_inset ERT
43938 status collapsed
43939
43940 \begin_layout Plain Layout
43941
43942 }
43943 \end_layout
43944
43945 \end_inset
43946
43947  RawSienna
43948 \end_layout
43949
43950 \end_inset
43951 </cell>
43952 <cell alignment="left" valignment="top" usebox="none">
43953 \begin_inset Text
43954
43955 \begin_layout Plain Layout
43956 \begin_inset ERT
43957 status collapsed
43958
43959 \begin_layout Plain Layout
43960
43961
43962 \backslash
43963 fcolorbox{black}{
43964 \end_layout
43965
43966 \end_inset
43967
43968 RedOrange
43969 \begin_inset ERT
43970 status collapsed
43971
43972 \begin_layout Plain Layout
43973
43974 }{
43975 \end_layout
43976
43977 \end_inset
43978
43979
43980 \begin_inset Phantom Phantom
43981 status open
43982
43983 \begin_layout Plain Layout
43984 W
43985 \end_layout
43986
43987 \end_inset
43988
43989
43990 \begin_inset ERT
43991 status collapsed
43992
43993 \begin_layout Plain Layout
43994
43995 }
43996 \end_layout
43997
43998 \end_inset
43999
44000  RedOrange
44001 \end_layout
44002
44003 \end_inset
44004 </cell>
44005 <cell alignment="left" valignment="top" usebox="none">
44006 \begin_inset Text
44007
44008 \begin_layout Plain Layout
44009 \begin_inset ERT
44010 status collapsed
44011
44012 \begin_layout Plain Layout
44013
44014
44015 \backslash
44016 fcolorbox{black}{
44017 \end_layout
44018
44019 \end_inset
44020
44021 RedViolet
44022 \begin_inset ERT
44023 status collapsed
44024
44025 \begin_layout Plain Layout
44026
44027 }{
44028 \end_layout
44029
44030 \end_inset
44031
44032
44033 \begin_inset Phantom Phantom
44034 status open
44035
44036 \begin_layout Plain Layout
44037 W
44038 \end_layout
44039
44040 \end_inset
44041
44042
44043 \begin_inset ERT
44044 status collapsed
44045
44046 \begin_layout Plain Layout
44047
44048 }
44049 \end_layout
44050
44051 \end_inset
44052
44053  RedViolet
44054 \end_layout
44055
44056 \end_inset
44057 </cell>
44058 <cell alignment="left" valignment="top" usebox="none">
44059 \begin_inset Text
44060
44061 \begin_layout Plain Layout
44062 \begin_inset ERT
44063 status collapsed
44064
44065 \begin_layout Plain Layout
44066
44067
44068 \backslash
44069 fcolorbox{black}{
44070 \end_layout
44071
44072 \end_inset
44073
44074 Rhodamine
44075 \begin_inset ERT
44076 status collapsed
44077
44078 \begin_layout Plain Layout
44079
44080 }{
44081 \end_layout
44082
44083 \end_inset
44084
44085
44086 \begin_inset Phantom Phantom
44087 status open
44088
44089 \begin_layout Plain Layout
44090 W
44091 \end_layout
44092
44093 \end_inset
44094
44095
44096 \begin_inset ERT
44097 status collapsed
44098
44099 \begin_layout Plain Layout
44100
44101 }
44102 \end_layout
44103
44104 \end_inset
44105
44106  Rhodamine
44107 \end_layout
44108
44109 \end_inset
44110 </cell>
44111 </row>
44112 <row>
44113 <cell alignment="left" valignment="top" usebox="none">
44114 \begin_inset Text
44115
44116 \begin_layout Plain Layout
44117 \begin_inset ERT
44118 status collapsed
44119
44120 \begin_layout Plain Layout
44121
44122
44123 \backslash
44124 fcolorbox{black}{
44125 \end_layout
44126
44127 \end_inset
44128
44129 RoyalBlue
44130 \begin_inset ERT
44131 status collapsed
44132
44133 \begin_layout Plain Layout
44134
44135 }{
44136 \end_layout
44137
44138 \end_inset
44139
44140
44141 \begin_inset Phantom Phantom
44142 status open
44143
44144 \begin_layout Plain Layout
44145 W
44146 \end_layout
44147
44148 \end_inset
44149
44150
44151 \begin_inset ERT
44152 status collapsed
44153
44154 \begin_layout Plain Layout
44155
44156 }
44157 \end_layout
44158
44159 \end_inset
44160
44161  RoyalBlue
44162 \end_layout
44163
44164 \end_inset
44165 </cell>
44166 <cell alignment="left" valignment="top" usebox="none">
44167 \begin_inset Text
44168
44169 \begin_layout Plain Layout
44170 \begin_inset ERT
44171 status collapsed
44172
44173 \begin_layout Plain Layout
44174
44175
44176 \backslash
44177 fcolorbox{black}{
44178 \end_layout
44179
44180 \end_inset
44181
44182 RoyalPurple
44183 \begin_inset ERT
44184 status collapsed
44185
44186 \begin_layout Plain Layout
44187
44188 }{
44189 \end_layout
44190
44191 \end_inset
44192
44193
44194 \begin_inset Phantom Phantom
44195 status open
44196
44197 \begin_layout Plain Layout
44198 W
44199 \end_layout
44200
44201 \end_inset
44202
44203
44204 \begin_inset ERT
44205 status collapsed
44206
44207 \begin_layout Plain Layout
44208
44209 }
44210 \end_layout
44211
44212 \end_inset
44213
44214  RoyalPurple
44215 \end_layout
44216
44217 \end_inset
44218 </cell>
44219 <cell alignment="left" valignment="top" usebox="none">
44220 \begin_inset Text
44221
44222 \begin_layout Plain Layout
44223 \begin_inset ERT
44224 status collapsed
44225
44226 \begin_layout Plain Layout
44227
44228
44229 \backslash
44230 fcolorbox{black}{
44231 \end_layout
44232
44233 \end_inset
44234
44235 RubineRed
44236 \begin_inset ERT
44237 status collapsed
44238
44239 \begin_layout Plain Layout
44240
44241 }{
44242 \end_layout
44243
44244 \end_inset
44245
44246
44247 \begin_inset Phantom Phantom
44248 status open
44249
44250 \begin_layout Plain Layout
44251 W
44252 \end_layout
44253
44254 \end_inset
44255
44256
44257 \begin_inset ERT
44258 status collapsed
44259
44260 \begin_layout Plain Layout
44261
44262 }
44263 \end_layout
44264
44265 \end_inset
44266
44267  RubineRed
44268 \end_layout
44269
44270 \end_inset
44271 </cell>
44272 <cell alignment="left" valignment="top" usebox="none">
44273 \begin_inset Text
44274
44275 \begin_layout Plain Layout
44276 \begin_inset ERT
44277 status collapsed
44278
44279 \begin_layout Plain Layout
44280
44281
44282 \backslash
44283 fcolorbox{black}{
44284 \end_layout
44285
44286 \end_inset
44287
44288 Salmon
44289 \begin_inset ERT
44290 status collapsed
44291
44292 \begin_layout Plain Layout
44293
44294 }{
44295 \end_layout
44296
44297 \end_inset
44298
44299
44300 \begin_inset Phantom Phantom
44301 status open
44302
44303 \begin_layout Plain Layout
44304 W
44305 \end_layout
44306
44307 \end_inset
44308
44309
44310 \begin_inset ERT
44311 status collapsed
44312
44313 \begin_layout Plain Layout
44314
44315 }
44316 \end_layout
44317
44318 \end_inset
44319
44320  Salmon
44321 \end_layout
44322
44323 \end_inset
44324 </cell>
44325 </row>
44326 <row>
44327 <cell alignment="left" valignment="top" usebox="none">
44328 \begin_inset Text
44329
44330 \begin_layout Plain Layout
44331 \begin_inset ERT
44332 status collapsed
44333
44334 \begin_layout Plain Layout
44335
44336
44337 \backslash
44338 fcolorbox{black}{
44339 \end_layout
44340
44341 \end_inset
44342
44343 SeaGreen
44344 \begin_inset ERT
44345 status collapsed
44346
44347 \begin_layout Plain Layout
44348
44349 }{
44350 \end_layout
44351
44352 \end_inset
44353
44354
44355 \begin_inset Phantom Phantom
44356 status open
44357
44358 \begin_layout Plain Layout
44359 W
44360 \end_layout
44361
44362 \end_inset
44363
44364
44365 \begin_inset ERT
44366 status collapsed
44367
44368 \begin_layout Plain Layout
44369
44370 }
44371 \end_layout
44372
44373 \end_inset
44374
44375  SeaGreen
44376 \end_layout
44377
44378 \end_inset
44379 </cell>
44380 <cell alignment="left" valignment="top" usebox="none">
44381 \begin_inset Text
44382
44383 \begin_layout Plain Layout
44384 \begin_inset ERT
44385 status collapsed
44386
44387 \begin_layout Plain Layout
44388
44389
44390 \backslash
44391 fcolorbox{black}{
44392 \end_layout
44393
44394 \end_inset
44395
44396 Sepia
44397 \begin_inset ERT
44398 status collapsed
44399
44400 \begin_layout Plain Layout
44401
44402 }{
44403 \end_layout
44404
44405 \end_inset
44406
44407
44408 \begin_inset Phantom Phantom
44409 status open
44410
44411 \begin_layout Plain Layout
44412 W
44413 \end_layout
44414
44415 \end_inset
44416
44417
44418 \begin_inset ERT
44419 status collapsed
44420
44421 \begin_layout Plain Layout
44422
44423 }
44424 \end_layout
44425
44426 \end_inset
44427
44428  Sepia
44429 \end_layout
44430
44431 \end_inset
44432 </cell>
44433 <cell alignment="left" valignment="top" usebox="none">
44434 \begin_inset Text
44435
44436 \begin_layout Plain Layout
44437 \begin_inset ERT
44438 status collapsed
44439
44440 \begin_layout Plain Layout
44441
44442
44443 \backslash
44444 fcolorbox{black}{
44445 \end_layout
44446
44447 \end_inset
44448
44449 SkyBlue
44450 \begin_inset ERT
44451 status collapsed
44452
44453 \begin_layout Plain Layout
44454
44455 }{
44456 \end_layout
44457
44458 \end_inset
44459
44460
44461 \begin_inset Phantom Phantom
44462 status open
44463
44464 \begin_layout Plain Layout
44465 W
44466 \end_layout
44467
44468 \end_inset
44469
44470
44471 \begin_inset ERT
44472 status collapsed
44473
44474 \begin_layout Plain Layout
44475
44476 }
44477 \end_layout
44478
44479 \end_inset
44480
44481  SkyBlue
44482 \end_layout
44483
44484 \end_inset
44485 </cell>
44486 <cell alignment="left" valignment="top" usebox="none">
44487 \begin_inset Text
44488
44489 \begin_layout Plain Layout
44490 \begin_inset ERT
44491 status collapsed
44492
44493 \begin_layout Plain Layout
44494
44495
44496 \backslash
44497 fcolorbox{black}{
44498 \end_layout
44499
44500 \end_inset
44501
44502 SpringGreen
44503 \begin_inset ERT
44504 status collapsed
44505
44506 \begin_layout Plain Layout
44507
44508 }{
44509 \end_layout
44510
44511 \end_inset
44512
44513
44514 \begin_inset Phantom Phantom
44515 status open
44516
44517 \begin_layout Plain Layout
44518 W
44519 \end_layout
44520
44521 \end_inset
44522
44523
44524 \begin_inset ERT
44525 status collapsed
44526
44527 \begin_layout Plain Layout
44528
44529 }
44530 \end_layout
44531
44532 \end_inset
44533
44534  SpringGreen
44535 \end_layout
44536
44537 \end_inset
44538 </cell>
44539 </row>
44540 <row>
44541 <cell alignment="left" valignment="top" usebox="none">
44542 \begin_inset Text
44543
44544 \begin_layout Plain Layout
44545 \begin_inset ERT
44546 status collapsed
44547
44548 \begin_layout Plain Layout
44549
44550
44551 \backslash
44552 fcolorbox{black}{
44553 \end_layout
44554
44555 \end_inset
44556
44557 Tan
44558 \begin_inset ERT
44559 status collapsed
44560
44561 \begin_layout Plain Layout
44562
44563 }{
44564 \end_layout
44565
44566 \end_inset
44567
44568
44569 \begin_inset Phantom Phantom
44570 status open
44571
44572 \begin_layout Plain Layout
44573 W
44574 \end_layout
44575
44576 \end_inset
44577
44578
44579 \begin_inset ERT
44580 status collapsed
44581
44582 \begin_layout Plain Layout
44583
44584 }
44585 \end_layout
44586
44587 \end_inset
44588
44589  Tan
44590 \end_layout
44591
44592 \end_inset
44593 </cell>
44594 <cell alignment="left" valignment="top" usebox="none">
44595 \begin_inset Text
44596
44597 \begin_layout Plain Layout
44598 \begin_inset ERT
44599 status collapsed
44600
44601 \begin_layout Plain Layout
44602
44603
44604 \backslash
44605 fcolorbox{black}{
44606 \end_layout
44607
44608 \end_inset
44609
44610 TealBlue
44611 \begin_inset ERT
44612 status collapsed
44613
44614 \begin_layout Plain Layout
44615
44616 }{
44617 \end_layout
44618
44619 \end_inset
44620
44621
44622 \begin_inset Phantom Phantom
44623 status open
44624
44625 \begin_layout Plain Layout
44626 W
44627 \end_layout
44628
44629 \end_inset
44630
44631
44632 \begin_inset ERT
44633 status collapsed
44634
44635 \begin_layout Plain Layout
44636
44637 }
44638 \end_layout
44639
44640 \end_inset
44641
44642  TealBlue
44643 \end_layout
44644
44645 \end_inset
44646 </cell>
44647 <cell alignment="left" valignment="top" usebox="none">
44648 \begin_inset Text
44649
44650 \begin_layout Plain Layout
44651 \begin_inset ERT
44652 status collapsed
44653
44654 \begin_layout Plain Layout
44655
44656
44657 \backslash
44658 fcolorbox{black}{
44659 \end_layout
44660
44661 \end_inset
44662
44663 Thistle
44664 \begin_inset ERT
44665 status collapsed
44666
44667 \begin_layout Plain Layout
44668
44669 }{
44670 \end_layout
44671
44672 \end_inset
44673
44674
44675 \begin_inset Phantom Phantom
44676 status open
44677
44678 \begin_layout Plain Layout
44679 W
44680 \end_layout
44681
44682 \end_inset
44683
44684
44685 \begin_inset ERT
44686 status collapsed
44687
44688 \begin_layout Plain Layout
44689
44690 }
44691 \end_layout
44692
44693 \end_inset
44694
44695  Thistle
44696 \end_layout
44697
44698 \end_inset
44699 </cell>
44700 <cell alignment="left" valignment="top" usebox="none">
44701 \begin_inset Text
44702
44703 \begin_layout Plain Layout
44704 \begin_inset ERT
44705 status collapsed
44706
44707 \begin_layout Plain Layout
44708
44709
44710 \backslash
44711 fcolorbox{black}{
44712 \end_layout
44713
44714 \end_inset
44715
44716 Turquoise
44717 \begin_inset ERT
44718 status collapsed
44719
44720 \begin_layout Plain Layout
44721
44722 }{
44723 \end_layout
44724
44725 \end_inset
44726
44727
44728 \begin_inset Phantom Phantom
44729 status open
44730
44731 \begin_layout Plain Layout
44732 W
44733 \end_layout
44734
44735 \end_inset
44736
44737
44738 \begin_inset ERT
44739 status collapsed
44740
44741 \begin_layout Plain Layout
44742
44743 }
44744 \end_layout
44745
44746 \end_inset
44747
44748  Turquoise
44749 \end_layout
44750
44751 \end_inset
44752 </cell>
44753 </row>
44754 <row>
44755 <cell alignment="left" valignment="top" usebox="none">
44756 \begin_inset Text
44757
44758 \begin_layout Plain Layout
44759 \begin_inset ERT
44760 status collapsed
44761
44762 \begin_layout Plain Layout
44763
44764
44765 \backslash
44766 fcolorbox{black}{
44767 \end_layout
44768
44769 \end_inset
44770
44771 Violet
44772 \begin_inset ERT
44773 status collapsed
44774
44775 \begin_layout Plain Layout
44776
44777 }{
44778 \end_layout
44779
44780 \end_inset
44781
44782
44783 \begin_inset Phantom Phantom
44784 status open
44785
44786 \begin_layout Plain Layout
44787 W
44788 \end_layout
44789
44790 \end_inset
44791
44792
44793 \begin_inset ERT
44794 status collapsed
44795
44796 \begin_layout Plain Layout
44797
44798 }
44799 \end_layout
44800
44801 \end_inset
44802
44803  Violet
44804 \end_layout
44805
44806 \end_inset
44807 </cell>
44808 <cell alignment="left" valignment="top" usebox="none">
44809 \begin_inset Text
44810
44811 \begin_layout Plain Layout
44812 \begin_inset ERT
44813 status collapsed
44814
44815 \begin_layout Plain Layout
44816
44817
44818 \backslash
44819 fcolorbox{black}{
44820 \end_layout
44821
44822 \end_inset
44823
44824 VioletRed
44825 \begin_inset ERT
44826 status collapsed
44827
44828 \begin_layout Plain Layout
44829
44830 }{
44831 \end_layout
44832
44833 \end_inset
44834
44835
44836 \begin_inset Phantom Phantom
44837 status open
44838
44839 \begin_layout Plain Layout
44840 W
44841 \end_layout
44842
44843 \end_inset
44844
44845
44846 \begin_inset ERT
44847 status collapsed
44848
44849 \begin_layout Plain Layout
44850
44851 }
44852 \end_layout
44853
44854 \end_inset
44855
44856  VioletRed
44857 \end_layout
44858
44859 \end_inset
44860 </cell>
44861 <cell alignment="left" valignment="top" usebox="none">
44862 \begin_inset Text
44863
44864 \begin_layout Plain Layout
44865 \begin_inset ERT
44866 status collapsed
44867
44868 \begin_layout Plain Layout
44869
44870
44871 \backslash
44872 fcolorbox{black}{
44873 \end_layout
44874
44875 \end_inset
44876
44877 WildStrawberry
44878 \begin_inset ERT
44879 status collapsed
44880
44881 \begin_layout Plain Layout
44882
44883 }{
44884 \end_layout
44885
44886 \end_inset
44887
44888
44889 \begin_inset Phantom Phantom
44890 status open
44891
44892 \begin_layout Plain Layout
44893 W
44894 \end_layout
44895
44896 \end_inset
44897
44898
44899 \begin_inset ERT
44900 status collapsed
44901
44902 \begin_layout Plain Layout
44903
44904 }
44905 \end_layout
44906
44907 \end_inset
44908
44909  WildStrawberry
44910 \end_layout
44911
44912 \end_inset
44913 </cell>
44914 <cell alignment="left" valignment="top" usebox="none">
44915 \begin_inset Text
44916
44917 \begin_layout Plain Layout
44918 \begin_inset ERT
44919 status collapsed
44920
44921 \begin_layout Plain Layout
44922
44923
44924 \backslash
44925 fcolorbox{black}{
44926 \end_layout
44927
44928 \end_inset
44929
44930 YellowGreen
44931 \begin_inset ERT
44932 status collapsed
44933
44934 \begin_layout Plain Layout
44935
44936 }{
44937 \end_layout
44938
44939 \end_inset
44940
44941
44942 \begin_inset Phantom Phantom
44943 status open
44944
44945 \begin_layout Plain Layout
44946 W
44947 \end_layout
44948
44949 \end_inset
44950
44951
44952 \begin_inset ERT
44953 status collapsed
44954
44955 \begin_layout Plain Layout
44956
44957 }
44958 \end_layout
44959
44960 \end_inset
44961
44962  YellowGreen
44963 \end_layout
44964
44965 \end_inset
44966 </cell>
44967 </row>
44968 <row>
44969 <cell alignment="left" valignment="top" usebox="none">
44970 \begin_inset Text
44971
44972 \begin_layout Plain Layout
44973 \begin_inset ERT
44974 status collapsed
44975
44976 \begin_layout Plain Layout
44977
44978
44979 \backslash
44980 fcolorbox{black}{
44981 \end_layout
44982
44983 \end_inset
44984
44985 YellowOrange
44986 \begin_inset ERT
44987 status collapsed
44988
44989 \begin_layout Plain Layout
44990
44991 }{
44992 \end_layout
44993
44994 \end_inset
44995
44996
44997 \begin_inset Phantom Phantom
44998 status open
44999
45000 \begin_layout Plain Layout
45001 W
45002 \end_layout
45003
45004 \end_inset
45005
45006
45007 \begin_inset ERT
45008 status collapsed
45009
45010 \begin_layout Plain Layout
45011
45012 }
45013 \end_layout
45014
45015 \end_inset
45016
45017  YellowOrange
45018 \end_layout
45019
45020 \end_inset
45021 </cell>
45022 <cell alignment="left" valignment="top" usebox="none">
45023 \begin_inset Text
45024
45025 \begin_layout Plain Layout
45026
45027 \end_layout
45028
45029 \end_inset
45030 </cell>
45031 <cell alignment="left" valignment="top" usebox="none">
45032 \begin_inset Text
45033
45034 \begin_layout Plain Layout
45035
45036 \end_layout
45037
45038 \end_inset
45039 </cell>
45040 <cell alignment="left" valignment="top" usebox="none">
45041 \begin_inset Text
45042
45043 \begin_layout Plain Layout
45044
45045 \end_layout
45046
45047 \end_inset
45048 </cell>
45049 </row>
45050 </lyxtabular>
45051
45052 \end_inset
45053
45054
45055 \end_layout
45056
45057 \begin_layout Chapter
45058 Explanation of Equation
45059 \begin_inset space ~
45060 \end_inset
45061
45062 (
45063 \begin_inset CommandInset ref
45064 LatexCommand ref
45065 reference "eq:Wgn"
45066
45067 \end_inset
45068
45069 )
45070 \begin_inset CommandInset label
45071 LatexCommand label
45072 name "cha:Explanation-of-Equation"
45073
45074 \end_inset
45075
45076
45077 \end_layout
45078
45079 \begin_layout Standard
45080 We can calculate the total width of 
45081 \emph on
45082 n
45083 \emph default
45084  table cells 
45085 \begin_inset Formula $W_{\mathrm{tot\, n}}$
45086 \end_inset
45087
45088  as follows:
45089 \begin_inset Formula 
45090 \begin{equation}
45091 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45092 \end{equation}
45093
45094 \end_inset
45095
45096 where 
45097 \begin_inset Formula $W_{g\, n}$
45098 \end_inset
45099
45100  is the given width of all cells, 
45101 \series bold
45102
45103 \backslash
45104 tabcolsep
45105 \series default
45106  is the LaTeX-length between the cell text and the cell border (its default
45107  value is 6
45108 \begin_inset space \thinspace{}
45109 \end_inset
45110
45111 pt).
45112  
45113 \series bold
45114
45115 \backslash
45116 arrayrulewidth
45117 \series default
45118  is the thickness of the cell border line, the default is 0.4
45119 \begin_inset space \thinspace{}
45120 \end_inset
45121
45122 pt.
45123 \end_layout
45124
45125 \begin_layout Standard
45126 Following equation
45127 \begin_inset space ~
45128 \end_inset
45129
45130
45131 \begin_inset CommandInset ref
45132 LatexCommand eqref
45133 reference "eq:Wtot_n"
45134
45135 \end_inset
45136
45137 , the total width of a multicolumn 
45138 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
45139 \end_inset
45140
45141  is
45142 \begin_inset Formula 
45143 \begin{equation}
45144 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45145 \end{equation}
45146
45147 \end_inset
45148
45149
45150 \end_layout
45151
45152 \begin_layout Standard
45153 By setting equation
45154 \begin_inset space ~
45155 \end_inset
45156
45157
45158 \begin_inset CommandInset ref
45159 LatexCommand eqref
45160 reference "eq:Wtot_n"
45161
45162 \end_inset
45163
45164  and 
45165 \begin_inset CommandInset ref
45166 LatexCommand eqref
45167 reference "eq:Wtot_mult"
45168
45169 \end_inset
45170
45171  equal we can calculate the needed given width 
45172 \begin_inset Formula $W_{g\, n}$
45173 \end_inset
45174
45175  when 
45176 \emph on
45177 n
45178 \emph default
45179  columns are spanned, so that each column has a total width of 
45180 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
45181 \end_inset
45182
45183 :
45184 \begin_inset Formula 
45185 \begin{equation}
45186 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45187 \end{equation}
45188
45189 \end_inset
45190
45191
45192 \end_layout
45193
45194 \begin_layout Bibliography
45195 \begin_inset CommandInset bibitem
45196 LatexCommand bibitem
45197 key "latexcompanion"
45198
45199 \end_inset
45200
45201 Frank Mittelbach and Michel Goossens: 
45202 \emph on
45203 The LaTeX Companion Second Edition.
45204
45205 \emph default
45206  Addison-Wesley, 2004
45207 \end_layout
45208
45209 \begin_layout Bibliography
45210 \begin_inset CommandInset bibitem
45211 LatexCommand bibitem
45212 key "latexguide"
45213
45214 \end_inset
45215
45216 Helmut Kopka and Patrick W.
45217  Daly: 
45218 \emph on
45219 A Guide to LaTeX Fourth Edition.
45220
45221 \emph default
45222  Addison-Wesley, 2003
45223 \end_layout
45224
45225 \begin_layout Bibliography
45226 \begin_inset CommandInset bibitem
45227 LatexCommand bibitem
45228 key "latexbook"
45229
45230 \end_inset
45231
45232 Leslie Lamport: 
45233 \emph on
45234 LaTeX: A Document Preparation System.
45235
45236 \emph default
45237  Addison-Wesley, second edition, 1994
45238 \end_layout
45239
45240 \begin_layout Bibliography
45241 \begin_inset CommandInset bibitem
45242 LatexCommand bibitem
45243 key "arydshln"
45244
45245 \end_inset
45246
45247 Documentation of the LaTeX-package 
45248 \series bold
45249
45250 \begin_inset CommandInset href
45251 LatexCommand href
45252 name "arydshln"
45253 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45254
45255 \end_inset
45256
45257
45258 \series default
45259
45260 \begin_inset Index idx
45261 status collapsed
45262
45263 \begin_layout Plain Layout
45264 LaTeX-packages ! arydshln
45265 \end_layout
45266
45267 \end_inset
45268
45269
45270 \end_layout
45271
45272 \begin_layout Bibliography
45273 \begin_inset CommandInset bibitem
45274 LatexCommand bibitem
45275 key "booktabs"
45276
45277 \end_inset
45278
45279 Documentation of the LaTeX-package 
45280 \series bold
45281
45282 \begin_inset CommandInset href
45283 LatexCommand href
45284 name "booktabs"
45285 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45286
45287 \end_inset
45288
45289
45290 \series default
45291
45292 \begin_inset Index idx
45293 status collapsed
45294
45295 \begin_layout Plain Layout
45296 LaTeX-packages ! booktabs
45297 \end_layout
45298
45299 \end_inset
45300
45301
45302 \end_layout
45303
45304 \begin_layout Bibliography
45305 \begin_inset CommandInset bibitem
45306 LatexCommand bibitem
45307 key "caption"
45308
45309 \end_inset
45310
45311 Documentation of the LaTeX-package 
45312 \series bold
45313
45314 \begin_inset CommandInset href
45315 LatexCommand href
45316 name "caption"
45317 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
45318
45319 \end_inset
45320
45321
45322 \series default
45323
45324 \begin_inset Index idx
45325 status collapsed
45326
45327 \begin_layout Plain Layout
45328 LaTeX-packages ! caption
45329 \end_layout
45330
45331 \end_inset
45332
45333
45334 \end_layout
45335
45336 \begin_layout Bibliography
45337 \begin_inset CommandInset bibitem
45338 LatexCommand bibitem
45339 key "diagbox"
45340
45341 \end_inset
45342
45343 Documentation of the LaTeX-package 
45344 \series bold
45345
45346 \begin_inset CommandInset href
45347 LatexCommand href
45348 name "diagbox"
45349 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45350
45351 \end_inset
45352
45353
45354 \series default
45355
45356 \begin_inset Index idx
45357 status collapsed
45358
45359 \begin_layout Plain Layout
45360 LaTeX-packages ! diagbox
45361 \end_layout
45362
45363 \end_inset
45364
45365
45366 \end_layout
45367
45368 \begin_layout Bibliography
45369 \begin_inset CommandInset bibitem
45370 LatexCommand bibitem
45371 key "endfloat"
45372
45373 \end_inset
45374
45375 Documentation of the LaTeX-package 
45376 \series bold
45377
45378 \begin_inset CommandInset href
45379 LatexCommand href
45380 name "endfloat"
45381 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45382
45383 \end_inset
45384
45385
45386 \series default
45387
45388 \begin_inset Index idx
45389 status collapsed
45390
45391 \begin_layout Plain Layout
45392 LaTeX-packages ! endfloat
45393 \end_layout
45394
45395 \end_inset
45396
45397
45398 \end_layout
45399
45400 \begin_layout Bibliography
45401 \begin_inset CommandInset bibitem
45402 LatexCommand bibitem
45403 key "footmisc"
45404
45405 \end_inset
45406
45407 Documentation of the LaTeX-package 
45408 \series bold
45409
45410 \begin_inset CommandInset href
45411 LatexCommand href
45412 name "footmisc"
45413 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45414
45415 \end_inset
45416
45417
45418 \series default
45419
45420 \begin_inset Index idx
45421 status collapsed
45422
45423 \begin_layout Plain Layout
45424 LaTeX-packages ! footmisc
45425 \end_layout
45426
45427 \end_inset
45428
45429
45430 \end_layout
45431
45432 \begin_layout Bibliography
45433 \begin_inset CommandInset bibitem
45434 LatexCommand bibitem
45435 key "hypcap"
45436
45437 \end_inset
45438
45439 Documentation of the LaTeX-package 
45440 \series bold
45441
45442 \begin_inset CommandInset href
45443 LatexCommand href
45444 name "hypcap"
45445 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45446
45447 \end_inset
45448
45449
45450 \series default
45451
45452 \begin_inset Index idx
45453 status collapsed
45454
45455 \begin_layout Plain Layout
45456 LaTeX-packages ! hyperref
45457 \end_layout
45458
45459 \end_inset
45460
45461
45462 \end_layout
45463
45464 \begin_layout Bibliography
45465 \begin_inset CommandInset bibitem
45466 LatexCommand bibitem
45467 key "hyperref"
45468
45469 \end_inset
45470
45471 Documentation of the LaTeX-package 
45472 \series bold
45473
45474 \begin_inset CommandInset href
45475 LatexCommand href
45476 name "hyperref"
45477 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45478
45479 \end_inset
45480
45481
45482 \series default
45483
45484 \begin_inset Index idx
45485 status collapsed
45486
45487 \begin_layout Plain Layout
45488 LaTeX-packages ! hyperref
45489 \end_layout
45490
45491 \end_inset
45492
45493
45494 \end_layout
45495
45496 \begin_layout Bibliography
45497 \begin_inset CommandInset bibitem
45498 LatexCommand bibitem
45499 key "KOMA-Script"
45500
45501 \end_inset
45502
45503 Documentation of the LaTeX-package 
45504 \series bold
45505
45506 \begin_inset CommandInset href
45507 LatexCommand href
45508 name "KOMA-Script"
45509 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/scrguien.pdf"
45510
45511 \end_inset
45512
45513
45514 \series default
45515
45516 \begin_inset Index idx
45517 status collapsed
45518
45519 \begin_layout Plain Layout
45520 LaTeX-packages ! KOMA-Script
45521 \end_layout
45522
45523 \end_inset
45524
45525
45526 \end_layout
45527
45528 \begin_layout Bibliography
45529 \begin_inset CommandInset bibitem
45530 LatexCommand bibitem
45531 key "lettrine"
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 "lettrine"
45541 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45542
45543 \end_inset
45544
45545
45546 \series default
45547  and an 
45548 \begin_inset CommandInset href
45549 LatexCommand href
45550 name "example"
45551 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45552
45553 \end_inset
45554
45555
45556 \begin_inset Index idx
45557 status collapsed
45558
45559 \begin_layout Plain Layout
45560 LaTeX-packages ! lettrine
45561 \end_layout
45562
45563 \end_inset
45564
45565
45566 \end_layout
45567
45568 \begin_layout Bibliography
45569 \begin_inset CommandInset bibitem
45570 LatexCommand bibitem
45571 key "listings"
45572
45573 \end_inset
45574
45575 Documentation of the LaTeX-package 
45576 \series bold
45577
45578 \begin_inset CommandInset href
45579 LatexCommand href
45580 name "listings"
45581 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45582
45583 \end_inset
45584
45585
45586 \series default
45587
45588 \begin_inset Index idx
45589 status collapsed
45590
45591 \begin_layout Plain Layout
45592 LaTeX-packages ! listings
45593 \end_layout
45594
45595 \end_inset
45596
45597
45598 \end_layout
45599
45600 \begin_layout Bibliography
45601 \begin_inset CommandInset bibitem
45602 LatexCommand bibitem
45603 key "marginnote"
45604
45605 \end_inset
45606
45607 Documentation of the LaTeX-package 
45608 \series bold
45609
45610 \begin_inset CommandInset href
45611 LatexCommand href
45612 name "marginnote"
45613 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45614
45615 \end_inset
45616
45617
45618 \series default
45619
45620 \begin_inset Index idx
45621 status collapsed
45622
45623 \begin_layout Plain Layout
45624 LaTeX-packages ! marginnote
45625 \end_layout
45626
45627 \end_inset
45628
45629
45630 \end_layout
45631
45632 \begin_layout Bibliography
45633 \begin_inset CommandInset bibitem
45634 LatexCommand bibitem
45635 key "pdfpages"
45636
45637 \end_inset
45638
45639 Documentation of the LaTeX-package 
45640 \series bold
45641
45642 \begin_inset CommandInset href
45643 LatexCommand href
45644 name "pdfpages"
45645 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45646
45647 \end_inset
45648
45649
45650 \series default
45651
45652 \begin_inset Index idx
45653 status collapsed
45654
45655 \begin_layout Plain Layout
45656 LaTeX-packages ! pdfpages
45657 \end_layout
45658
45659 \end_inset
45660
45661
45662 \end_layout
45663
45664 \begin_layout Bibliography
45665 \begin_inset CommandInset bibitem
45666 LatexCommand bibitem
45667 key "prettyref"
45668
45669 \end_inset
45670
45671 Documentation of the LaTeX-package 
45672 \series bold
45673
45674 \begin_inset CommandInset href
45675 LatexCommand href
45676 name "prettyref"
45677 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45678
45679 \end_inset
45680
45681
45682 \series default
45683
45684 \begin_inset Index idx
45685 status collapsed
45686
45687 \begin_layout Plain Layout
45688 LaTeX-packages ! prettyref
45689 \end_layout
45690
45691 \end_inset
45692
45693
45694 \end_layout
45695
45696 \begin_layout Bibliography
45697 \begin_inset CommandInset bibitem
45698 LatexCommand bibitem
45699 key "pstricks"
45700
45701 \end_inset
45702
45703 Web page of the LaTeX-package 
45704 \series bold
45705
45706 \begin_inset CommandInset href
45707 LatexCommand href
45708 name "PSTricks"
45709 target "http://tug.org/PSTricks/"
45710
45711 \end_inset
45712
45713
45714 \series default
45715
45716 \begin_inset Index idx
45717 status collapsed
45718
45719 \begin_layout Plain Layout
45720 LaTeX-packages ! PSTricks
45721 \end_layout
45722
45723 \end_inset
45724
45725
45726 \end_layout
45727
45728 \begin_layout Bibliography
45729 \begin_inset CommandInset bibitem
45730 LatexCommand bibitem
45731 key "refstyle"
45732
45733 \end_inset
45734
45735 Documentation of the LaTeX-package 
45736 \series bold
45737
45738 \begin_inset CommandInset href
45739 LatexCommand href
45740 name "refstyle"
45741 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45742
45743 \end_inset
45744
45745
45746 \series default
45747
45748 \begin_inset Index idx
45749 status collapsed
45750
45751 \begin_layout Plain Layout
45752 LaTeX-packages ! refstyle
45753 \end_layout
45754
45755 \end_inset
45756
45757
45758 \end_layout
45759
45760 \begin_layout Bibliography
45761 \begin_inset CommandInset bibitem
45762 LatexCommand bibitem
45763 key "sidecap"
45764
45765 \end_inset
45766
45767 Documentation of the LaTeX-package 
45768 \series bold
45769
45770 \begin_inset CommandInset href
45771 LatexCommand href
45772 name "sidecap"
45773 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45774
45775 \end_inset
45776
45777
45778 \series default
45779
45780 \begin_inset Index idx
45781 status collapsed
45782
45783 \begin_layout Plain Layout
45784 LaTeX-packages ! sidecap
45785 \end_layout
45786
45787 \end_inset
45788
45789
45790 \end_layout
45791
45792 \begin_layout Bibliography
45793 \begin_inset CommandInset bibitem
45794 LatexCommand bibitem
45795 key "NewInLyX20"
45796
45797 \end_inset
45798
45799
45800 \begin_inset CommandInset href
45801 LatexCommand href
45802 name "Wiki page"
45803 target "http://wiki.lyx.org/LyX/NewInLyX20"
45804
45805 \end_inset
45806
45807  about new features in 
45808 \family sans
45809 LyX 2.0
45810 \family default
45811 .
45812 \end_layout
45813
45814 \begin_layout Standard
45815 \begin_inset CommandInset index_print
45816 LatexCommand printindex
45817 type "idx"
45818
45819 \end_inset
45820
45821
45822 \end_layout
45823
45824 \end_body
45825 \end_document