]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
e65e87be6e3a4f2db40ac0e3a38a1188416c65bd
[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" leftline="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="right" valignment="top" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="true" 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" leftline="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" leftline="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 not suitable for all document formats.
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, add the following option to the load command
27484  of the LaTeX-package 
27485 \series bold
27486 caption
27487 \series default
27488  in your document preamble
27489 \begin_inset Foot
27490 status collapsed
27491
27492 \begin_layout Plain Layout
27493 See section
27494 \begin_inset space ~
27495 \end_inset
27496
27497
27498 \begin_inset CommandInset ref
27499 LatexCommand ref
27500 reference "sec:Caption-Formatting"
27501
27502 \end_inset
27503
27504  for more information of the package 
27505 \series bold
27506 caption
27507 \series default
27508 .
27509 \end_layout
27510
27511 \end_inset
27512
27513 :
27514 \end_layout
27515
27516 \begin_layout Standard
27517
27518 \series bold
27519 tableposition=top
27520 \end_layout
27521
27522 \begin_layout Standard
27523 If you are using a 
27524 \series bold
27525 KOMA-Script
27526 \series default
27527
27528 \begin_inset Index idx
27529 status collapsed
27530
27531 \begin_layout Plain Layout
27532 LaTeX-packages ! KOMA-Script
27533 \end_layout
27534
27535 \end_inset
27536
27537  document class (
27538 \family sans
27539 article (KOMA-Script)
27540 \family default
27541
27542 \family sans
27543 book (KOMA-Script)
27544 \family default
27545
27546 \family sans
27547 letter (KOMA-Script)
27548 \family default
27549 , or 
27550 \family sans
27551 report (KOMA-Script)
27552 \family default
27553
27554 \begin_inset space \thinspace{}
27555 \end_inset
27556
27557 ), you can alternatively to the 
27558 \series bold
27559 caption
27560 \series default
27561  package set the document class option 
27562 \series bold
27563 captions=tableheading
27564 \series default
27565 .
27566 \end_layout
27567
27568 \begin_layout Standard
27569 \begin_inset VSpace bigskip
27570 \end_inset
27571
27572 It is also possible to set the caption beside a figure or table.
27573  To get this the LaTeX-package 
27574 \series bold
27575 sidecap
27576 \series default
27577
27578 \begin_inset Index idx
27579 status collapsed
27580
27581 \begin_layout Plain Layout
27582 LaTeX-packages ! sidecap
27583 \end_layout
27584
27585 \end_inset
27586
27587  has to be loaded in the document preamble with the line
27588 \end_layout
27589
27590 \begin_layout Standard
27591
27592 \series bold
27593
27594 \backslash
27595 usepackage[option]{sidecap}
27596 \end_layout
27597
27598 \begin_layout Standard
27599 If you set no option, the caption is placed on the side of the outer page
27600  margin â€“ to the right on odd pages, to the left on even pages.
27601  You can change the placement to inner margin with the option 
27602 \series bold
27603 innercaption
27604 \series default
27605 .
27606  To force the placement always to the right or left, use the option 
27607 \series bold
27608 rightcaption
27609 \series default
27610  or 
27611 \series bold
27612 leftcaption
27613 \series default
27614 , respectively.
27615 \end_layout
27616
27617 \begin_layout Standard
27618 \begin_inset ERT
27619 status collapsed
27620
27621 \begin_layout Plain Layout
27622
27623
27624 \backslash
27625 ifsidecap
27626 \end_layout
27627
27628 \end_inset
27629
27630
27631 \begin_inset Note Note
27632 status open
27633
27634 \begin_layout Plain Layout
27635 The following section will only be displayed when the LaTeX-package 
27636 \series bold
27637 sidecap
27638 \series default
27639  is installed.
27640 \end_layout
27641
27642 \end_inset
27643
27644
27645 \end_layout
27646
27647 \begin_layout Standard
27648 To place in LyX the caption of a float on the side, it is necessary to add
27649  these commands to the document preamble:
27650 \end_layout
27651
27652 \begin_layout Standard
27653 \begin_inset Newpage pagebreak
27654 \end_inset
27655
27656
27657 \end_layout
27658
27659 \begin_layout Standard
27660 \noindent
27661 \begin_inset CommandInset line
27662 LatexCommand rule
27663 offset "0.5ex"
27664 width "100line%"
27665 height "1pt"
27666
27667 \end_inset
27668
27669
27670 \end_layout
27671
27672 \begin_layout Standard
27673
27674 \series bold
27675
27676 \backslash
27677 newcommand{
27678 \backslash
27679 TabBesBeg}[1][1.0]{%
27680 \begin_inset Newline newline
27681 \end_inset
27682
27683
27684 \begin_inset Phantom HPhantom
27685 status open
27686
27687 \begin_layout Plain Layout
27688 \begin_inset space ~
27689 \end_inset
27690
27691
27692 \end_layout
27693
27694 \end_inset
27695
27696
27697 \backslash
27698 let
27699 \backslash
27700 MyTable
27701 \backslash
27702 table
27703 \begin_inset Newline newline
27704 \end_inset
27705
27706
27707 \begin_inset Phantom HPhantom
27708 status open
27709
27710 \begin_layout Plain Layout
27711
27712 \series medium
27713 \begin_inset space ~
27714 \end_inset
27715
27716
27717 \end_layout
27718
27719 \end_inset
27720
27721
27722 \backslash
27723 let
27724 \backslash
27725 MyEndtable
27726 \backslash
27727 endtable
27728 \begin_inset Newline newline
27729 \end_inset
27730
27731
27732 \begin_inset Phantom HPhantom
27733 status open
27734
27735 \begin_layout Plain Layout
27736
27737 \series medium
27738 \begin_inset space ~
27739 \end_inset
27740
27741
27742 \end_layout
27743
27744 \end_inset
27745
27746
27747 \backslash
27748 renewenvironment{table}[1]{
27749 \backslash
27750 begin{SCtable}[#1]##1}{
27751 \backslash
27752 end{SCtable}}}
27753 \end_layout
27754
27755 \begin_layout Standard
27756
27757 \series bold
27758
27759 \backslash
27760 newcommand{
27761 \backslash
27762 TabBesEnd}{%
27763 \begin_inset Newline newline
27764 \end_inset
27765
27766
27767 \begin_inset Phantom HPhantom
27768 status open
27769
27770 \begin_layout Plain Layout
27771 \begin_inset space ~
27772 \end_inset
27773
27774
27775 \end_layout
27776
27777 \end_inset
27778
27779
27780 \backslash
27781 let
27782 \backslash
27783 table
27784 \backslash
27785 MyTable
27786 \begin_inset Newline newline
27787 \end_inset
27788
27789
27790 \begin_inset Phantom HPhantom
27791 status open
27792
27793 \begin_layout Plain Layout
27794 \begin_inset space ~
27795 \end_inset
27796
27797
27798 \end_layout
27799
27800 \end_inset
27801
27802
27803 \backslash
27804 let
27805 \backslash
27806 endtable
27807 \backslash
27808 MyEndtable
27809 \end_layout
27810
27811 \begin_layout Standard
27812
27813 \series bold
27814
27815 \backslash
27816 newcommand{
27817 \backslash
27818 FigBesBeg}[1][1.0]{%
27819 \begin_inset Newline newline
27820 \end_inset
27821
27822
27823 \begin_inset Phantom HPhantom
27824 status open
27825
27826 \begin_layout Plain Layout
27827 \begin_inset space ~
27828 \end_inset
27829
27830
27831 \end_layout
27832
27833 \end_inset
27834
27835
27836 \backslash
27837 let
27838 \backslash
27839 MyFigure
27840 \backslash
27841 figure
27842 \begin_inset Newline newline
27843 \end_inset
27844
27845
27846 \begin_inset Phantom HPhantom
27847 status open
27848
27849 \begin_layout Plain Layout
27850 \begin_inset space ~
27851 \end_inset
27852
27853
27854 \end_layout
27855
27856 \end_inset
27857
27858
27859 \backslash
27860 let
27861 \backslash
27862 MyEndfigure
27863 \backslash
27864 endfigure
27865 \begin_inset Newline newline
27866 \end_inset
27867
27868
27869 \begin_inset Phantom HPhantom
27870 status open
27871
27872 \begin_layout Plain Layout
27873 \begin_inset space ~
27874 \end_inset
27875
27876
27877 \end_layout
27878
27879 \end_inset
27880
27881
27882 \backslash
27883 renewenvironment{figure}[1]{
27884 \backslash
27885 begin{SCfigure}[#1]##1}{
27886 \backslash
27887 end{SCfigure}}}
27888 \end_layout
27889
27890 \begin_layout Standard
27891
27892 \series bold
27893
27894 \backslash
27895 newcommand{
27896 \backslash
27897 FigBesEnd}{%
27898 \begin_inset Newline newline
27899 \end_inset
27900
27901
27902 \begin_inset Phantom HPhantom
27903 status open
27904
27905 \begin_layout Plain Layout
27906 \begin_inset space ~
27907 \end_inset
27908
27909
27910 \end_layout
27911
27912 \end_inset
27913
27914
27915 \backslash
27916 let
27917 \backslash
27918 figure
27919 \backslash
27920 MyFigure
27921 \begin_inset Newline newline
27922 \end_inset
27923
27924
27925 \begin_inset Phantom HPhantom
27926 status open
27927
27928 \begin_layout Plain Layout
27929 \begin_inset space ~
27930 \end_inset
27931
27932
27933 \end_layout
27934
27935 \end_inset
27936
27937
27938 \backslash
27939 let
27940 \backslash
27941 endfigure
27942 \backslash
27943 MyEndfigure}
27944 \end_layout
27945
27946 \begin_layout Standard
27947 \noindent
27948 \begin_inset CommandInset line
27949 LatexCommand rule
27950 offset "0.5ex"
27951 width "100line%"
27952 height "1pt"
27953
27954 \end_inset
27955
27956
27957 \end_layout
27958
27959 \begin_layout Standard
27960 The commands allow you to redefine the floats so that the caption is set
27961  on the side.
27962  For figure floats use the command
27963 \end_layout
27964
27965 \begin_layout Standard
27966
27967 \series bold
27968
27969 \backslash
27970 FigBesBeg
27971 \end_layout
27972
27973 \begin_layout Standard
27974 in TeX-Code before the float.
27975  And insert the command
27976 \end_layout
27977
27978 \begin_layout Standard
27979
27980 \series bold
27981
27982 \backslash
27983 FigBesEnd
27984 \end_layout
27985
27986 \begin_layout Standard
27987 in TeX-Code at the point where you want to get back to the original float
27988  definition.
27989 \end_layout
27990
27991 \begin_layout Standard
27992 For table floats use the corresponding commands
27993 \end_layout
27994
27995 \begin_layout Standard
27996
27997 \series bold
27998
27999 \backslash
28000 TabBesBeg
28001 \series default
28002  and 
28003 \series bold
28004
28005 \backslash
28006 TabBesEnd
28007 \end_layout
28008
28009 \begin_layout Standard
28010 Figure
28011 \begin_inset space ~
28012 \end_inset
28013
28014
28015 \begin_inset CommandInset ref
28016 LatexCommand ref
28017 reference "fig:cap-beside-fig"
28018
28019 \end_inset
28020
28021  and Table
28022 \begin_inset space ~
28023 \end_inset
28024
28025
28026 \begin_inset CommandInset ref
28027 LatexCommand ref
28028 reference "tab:cap-beside-tab"
28029
28030 \end_inset
28031
28032  are examples where the caption is set beside.
28033 \end_layout
28034
28035 \begin_layout Standard
28036 You can see in the examples that the caption text appears at the top of
28037  the floats for table floats and at the bottom for figure floats.
28038  To change this, you can use the command
28039 \end_layout
28040
28041 \begin_layout Standard
28042
28043 \series bold
28044
28045 \backslash
28046 sidecaptionvpos{float type}{placement}
28047 \end_layout
28048
28049 \begin_layout Standard
28050 in the document preamble or in TeX-Code before the float.
28051  The float type is either 
28052 \family sans
28053 figure
28054 \family default
28055  or 
28056 \family sans
28057 table
28058 \family default
28059 , the placement can be 
28060 \begin_inset Quotes eld
28061 \end_inset
28062
28063
28064 \family sans
28065 t
28066 \family default
28067
28068 \begin_inset Quotes erd
28069 \end_inset
28070
28071  for top, 
28072 \begin_inset Quotes eld
28073 \end_inset
28074
28075
28076 \family sans
28077 c
28078 \family default
28079
28080 \begin_inset Quotes erd
28081 \end_inset
28082
28083  for center, or 
28084 \begin_inset Quotes eld
28085 \end_inset
28086
28087
28088 \family sans
28089 b
28090 \family default
28091
28092 \begin_inset Quotes erd
28093 \end_inset
28094
28095  for bottom.
28096  To have for example the caption of figure floats vertically centered, use
28097  the command
28098 \end_layout
28099
28100 \begin_layout Standard
28101
28102 \series bold
28103
28104 \backslash
28105 sidecaptionvpos{figure}{c}
28106 \end_layout
28107
28108 \begin_layout Standard
28109 This was used for Figure
28110 \begin_inset space ~
28111 \end_inset
28112
28113
28114 \begin_inset CommandInset ref
28115 LatexCommand ref
28116 reference "fig:cap-beside-fig-2"
28117
28118 \end_inset
28119
28120 .
28121 \end_layout
28122
28123 \begin_layout Standard
28124 \begin_inset VSpace medskip
28125 \end_inset
28126
28127
28128 \end_layout
28129
28130 \begin_layout Standard
28131 The default caption width is the width of the image/table.
28132  For thin image/tables, like in Table
28133 \begin_inset space ~
28134 \end_inset
28135
28136
28137 \begin_inset CommandInset ref
28138 LatexCommand ref
28139 reference "tab:cap-beside-tab"
28140
28141 \end_inset
28142
28143 , this leads to captions that are too thin.
28144  You can increase the width by specifying a factor that will be multiplied
28145  with the image/table width to get the caption width.
28146  The caption width will automatically be recalculated in case it would protrude
28147  over the page or column margin due to the specified width.
28148  The 
28149 \emph on
28150 factor
28151 \emph default
28152  can either be given as optional argument for 
28153 \series bold
28154
28155 \backslash
28156 FigBesBeg
28157 \series default
28158 :
28159 \end_layout
28160
28161 \begin_layout Standard
28162
28163 \series bold
28164
28165 \backslash
28166 FigBesBeg[factor]
28167 \end_layout
28168
28169 \begin_layout Standard
28170 or in the definition of 
28171 \series bold
28172
28173 \backslash
28174 FigBesBeg
28175 \series default
28176  by replacing the 
28177 \series bold
28178 1.0
28179 \series default
28180  with another value.
28181  If you do the latter, your factor will be the default if 
28182 \series bold
28183
28184 \backslash
28185 FigBesBeg
28186 \series default
28187  is used without an argument.
28188  For Table
28189 \begin_inset space ~
28190 \end_inset
28191
28192
28193 \begin_inset CommandInset ref
28194 LatexCommand ref
28195 reference "tab:cap-beside-tab-wider"
28196
28197 \end_inset
28198
28199  the factor 5 was used.
28200 \end_layout
28201
28202 \begin_layout Standard
28203 \begin_inset Note Greyedout
28204 status open
28205
28206 \begin_layout Plain Layout
28207
28208 \series bold
28209 Note:
28210 \series default
28211  For floats with captions set beside, you cannot use the float placement
28212  option 
28213 \family sans
28214 Here
28215 \begin_inset space ~
28216 \end_inset
28217
28218 definitely
28219 \family default
28220  because it is not supported by 
28221 \series bold
28222 sidecap
28223 \series default
28224 .
28225 \end_layout
28226
28227 \end_inset
28228
28229
28230 \end_layout
28231
28232 \begin_layout Standard
28233 \begin_inset VSpace medskip
28234 \end_inset
28235
28236 For more information about the package 
28237 \series bold
28238 sidecap
28239 \series default
28240  we refer to its documentation 
28241 \begin_inset CommandInset citation
28242 LatexCommand cite
28243 key "sidecap"
28244
28245 \end_inset
28246
28247 .
28248 \end_layout
28249
28250 \begin_layout Standard
28251 \begin_inset Note Greyedout
28252 status open
28253
28254 \begin_layout Plain Layout
28255
28256 \series bold
28257 Note:
28258 \series default
28259  The LaTeX-package 
28260 \series bold
28261 hypcap
28262 \series default
28263
28264 \begin_inset Index idx
28265 status collapsed
28266
28267 \begin_layout Plain Layout
28268 LaTeX-packages ! hypcap
28269 \end_layout
28270
28271 \end_inset
28272
28273 , described in section
28274 \begin_inset space ~
28275 \end_inset
28276
28277
28278 \begin_inset CommandInset ref
28279 LatexCommand ref
28280 reference "sub:Reference-Position"
28281
28282 \end_inset
28283
28284 , has no effect on floats with the caption set beside.
28285 \end_layout
28286
28287 \end_inset
28288
28289
28290 \end_layout
28291
28292 \begin_layout Standard
28293 \begin_inset ERT
28294 status collapsed
28295
28296 \begin_layout Plain Layout
28297
28298
28299 \backslash
28300 FigBesBeg
28301 \end_layout
28302
28303 \end_inset
28304
28305
28306 \end_layout
28307
28308 \begin_layout Standard
28309 \begin_inset Float figure
28310 wide false
28311 sideways false
28312 status open
28313
28314 \begin_layout Plain Layout
28315 \begin_inset Graphics
28316         filename clipart/escher-lsd.eps
28317         scale 75
28318         scaleBeforeRotation
28319
28320 \end_inset
28321
28322
28323 \end_layout
28324
28325 \begin_layout Plain Layout
28326 \begin_inset Caption Standard
28327
28328 \begin_layout Plain Layout
28329 \begin_inset CommandInset label
28330 LatexCommand label
28331 name "fig:cap-beside-fig"
28332
28333 \end_inset
28334
28335 This is a caption beside a figure.
28336 \end_layout
28337
28338 \end_inset
28339
28340
28341 \end_layout
28342
28343 \end_inset
28344
28345
28346 \end_layout
28347
28348 \begin_layout Standard
28349 \begin_inset ERT
28350 status collapsed
28351
28352 \begin_layout Plain Layout
28353
28354
28355 \backslash
28356 FigBesEnd
28357 \end_layout
28358
28359 \end_inset
28360
28361
28362 \end_layout
28363
28364 \begin_layout Standard
28365 \begin_inset ERT
28366 status collapsed
28367
28368 \begin_layout Plain Layout
28369
28370
28371 \backslash
28372 TabBesBeg
28373 \end_layout
28374
28375 \end_inset
28376
28377
28378 \end_layout
28379
28380 \begin_layout Standard
28381 \begin_inset Float table
28382 wide false
28383 sideways false
28384 status open
28385
28386 \begin_layout Plain Layout
28387 \begin_inset Caption Standard
28388
28389 \begin_layout Plain Layout
28390 \begin_inset CommandInset label
28391 LatexCommand label
28392 name "tab:cap-beside-tab"
28393
28394 \end_inset
28395
28396 This is a caption beside a table.
28397 \end_layout
28398
28399 \end_inset
28400
28401
28402 \end_layout
28403
28404 \begin_layout Plain Layout
28405 \begin_inset Tabular
28406 <lyxtabular version="3" rows="4" columns="5">
28407 <features rotate="0" tabularvalignment="middle">
28408 <column alignment="center" valignment="top">
28409 <column alignment="center" valignment="top">
28410 <column alignment="center" valignment="top">
28411 <column alignment="center" valignment="top">
28412 <column alignment="center" valignment="top">
28413 <row>
28414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28415 \begin_inset Text
28416
28417 \begin_layout Plain Layout
28418 a
28419 \end_layout
28420
28421 \end_inset
28422 </cell>
28423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28424 \begin_inset Text
28425
28426 \begin_layout Plain Layout
28427
28428 \end_layout
28429
28430 \end_inset
28431 </cell>
28432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28433 \begin_inset Text
28434
28435 \begin_layout Plain Layout
28436 b
28437 \end_layout
28438
28439 \end_inset
28440 </cell>
28441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28442 \begin_inset Text
28443
28444 \begin_layout Plain Layout
28445
28446 \end_layout
28447
28448 \end_inset
28449 </cell>
28450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28451 \begin_inset Text
28452
28453 \begin_layout Plain Layout
28454 c
28455 \end_layout
28456
28457 \end_inset
28458 </cell>
28459 </row>
28460 <row>
28461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28462 \begin_inset Text
28463
28464 \begin_layout Plain Layout
28465
28466 \end_layout
28467
28468 \end_inset
28469 </cell>
28470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28471 \begin_inset Text
28472
28473 \begin_layout Plain Layout
28474 d
28475 \end_layout
28476
28477 \end_inset
28478 </cell>
28479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28480 \begin_inset Text
28481
28482 \begin_layout Plain Layout
28483
28484 \end_layout
28485
28486 \end_inset
28487 </cell>
28488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28489 \begin_inset Text
28490
28491 \begin_layout Plain Layout
28492 e
28493 \end_layout
28494
28495 \end_inset
28496 </cell>
28497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28498 \begin_inset Text
28499
28500 \begin_layout Plain Layout
28501
28502 \end_layout
28503
28504 \end_inset
28505 </cell>
28506 </row>
28507 <row>
28508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28509 \begin_inset Text
28510
28511 \begin_layout Plain Layout
28512 f
28513 \end_layout
28514
28515 \end_inset
28516 </cell>
28517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28518 \begin_inset Text
28519
28520 \begin_layout Plain Layout
28521
28522 \end_layout
28523
28524 \end_inset
28525 </cell>
28526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28527 \begin_inset Text
28528
28529 \begin_layout Plain Layout
28530 g
28531 \end_layout
28532
28533 \end_inset
28534 </cell>
28535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28536 \begin_inset Text
28537
28538 \begin_layout Plain Layout
28539
28540 \end_layout
28541
28542 \end_inset
28543 </cell>
28544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28545 \begin_inset Text
28546
28547 \begin_layout Plain Layout
28548 h
28549 \end_layout
28550
28551 \end_inset
28552 </cell>
28553 </row>
28554 <row>
28555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28556 \begin_inset Text
28557
28558 \begin_layout Plain Layout
28559
28560 \end_layout
28561
28562 \end_inset
28563 </cell>
28564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28565 \begin_inset Text
28566
28567 \begin_layout Plain Layout
28568 i
28569 \end_layout
28570
28571 \end_inset
28572 </cell>
28573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28574 \begin_inset Text
28575
28576 \begin_layout Plain Layout
28577
28578 \end_layout
28579
28580 \end_inset
28581 </cell>
28582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28583 \begin_inset Text
28584
28585 \begin_layout Plain Layout
28586 j
28587 \end_layout
28588
28589 \end_inset
28590 </cell>
28591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28592 \begin_inset Text
28593
28594 \begin_layout Plain Layout
28595
28596 \end_layout
28597
28598 \end_inset
28599 </cell>
28600 </row>
28601 </lyxtabular>
28602
28603 \end_inset
28604
28605
28606 \end_layout
28607
28608 \end_inset
28609
28610
28611 \end_layout
28612
28613 \begin_layout Standard
28614 \begin_inset ERT
28615 status collapsed
28616
28617 \begin_layout Plain Layout
28618
28619
28620 \backslash
28621 TabBesEnd
28622 \end_layout
28623
28624 \end_inset
28625
28626
28627 \end_layout
28628
28629 \begin_layout Standard
28630 \begin_inset ERT
28631 status collapsed
28632
28633 \begin_layout Plain Layout
28634
28635
28636 \backslash
28637 sidecaptionvpos{figure}{c}
28638 \end_layout
28639
28640 \end_inset
28641
28642
28643 \begin_inset Float figure
28644 wide false
28645 sideways false
28646 status open
28647
28648 \begin_layout Plain Layout
28649 \begin_inset Graphics
28650         filename clipart/escher-lsd.eps
28651         scale 75
28652         scaleBeforeRotation
28653
28654 \end_inset
28655
28656
28657 \end_layout
28658
28659 \begin_layout Plain Layout
28660 \begin_inset Caption Standard
28661
28662 \begin_layout Plain Layout
28663 \begin_inset CommandInset label
28664 LatexCommand label
28665 name "fig:cap-beside-fig-2"
28666
28667 \end_inset
28668
28669 This is a vertically centered caption beside a figure.
28670 \end_layout
28671
28672 \end_inset
28673
28674
28675 \end_layout
28676
28677 \end_inset
28678
28679
28680 \end_layout
28681
28682 \begin_layout Standard
28683 \begin_inset ERT
28684 status collapsed
28685
28686 \begin_layout Plain Layout
28687
28688
28689 \backslash
28690 FigBesEnd
28691 \end_layout
28692
28693 \end_inset
28694
28695
28696 \end_layout
28697
28698 \begin_layout Standard
28699 \begin_inset ERT
28700 status collapsed
28701
28702 \begin_layout Plain Layout
28703
28704
28705 \backslash
28706 TabBesBeg[5]
28707 \end_layout
28708
28709 \end_inset
28710
28711
28712 \end_layout
28713
28714 \begin_layout Standard
28715 \begin_inset Float table
28716 wide false
28717 sideways false
28718 status open
28719
28720 \begin_layout Plain Layout
28721 \begin_inset Caption Standard
28722
28723 \begin_layout Plain Layout
28724 \begin_inset CommandInset label
28725 LatexCommand label
28726 name "tab:cap-beside-tab-wider"
28727
28728 \end_inset
28729
28730 This is a caption is wider than the one in Table
28731 \begin_inset space ~
28732 \end_inset
28733
28734
28735 \begin_inset CommandInset ref
28736 LatexCommand ref
28737 reference "tab:cap-beside-tab"
28738
28739 \end_inset
28740
28741 .
28742 \end_layout
28743
28744 \end_inset
28745
28746
28747 \end_layout
28748
28749 \begin_layout Plain Layout
28750 \begin_inset Tabular
28751 <lyxtabular version="3" rows="4" columns="5">
28752 <features rotate="0" tabularvalignment="middle">
28753 <column alignment="center" valignment="top">
28754 <column alignment="center" valignment="top">
28755 <column alignment="center" valignment="top">
28756 <column alignment="center" valignment="top">
28757 <column alignment="center" valignment="top">
28758 <row>
28759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28760 \begin_inset Text
28761
28762 \begin_layout Plain Layout
28763 a
28764 \end_layout
28765
28766 \end_inset
28767 </cell>
28768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28769 \begin_inset Text
28770
28771 \begin_layout Plain Layout
28772
28773 \end_layout
28774
28775 \end_inset
28776 </cell>
28777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28778 \begin_inset Text
28779
28780 \begin_layout Plain Layout
28781 b
28782 \end_layout
28783
28784 \end_inset
28785 </cell>
28786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28787 \begin_inset Text
28788
28789 \begin_layout Plain Layout
28790
28791 \end_layout
28792
28793 \end_inset
28794 </cell>
28795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28796 \begin_inset Text
28797
28798 \begin_layout Plain Layout
28799 c
28800 \end_layout
28801
28802 \end_inset
28803 </cell>
28804 </row>
28805 <row>
28806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28807 \begin_inset Text
28808
28809 \begin_layout Plain Layout
28810
28811 \end_layout
28812
28813 \end_inset
28814 </cell>
28815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28816 \begin_inset Text
28817
28818 \begin_layout Plain Layout
28819 d
28820 \end_layout
28821
28822 \end_inset
28823 </cell>
28824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28825 \begin_inset Text
28826
28827 \begin_layout Plain Layout
28828
28829 \end_layout
28830
28831 \end_inset
28832 </cell>
28833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28834 \begin_inset Text
28835
28836 \begin_layout Plain Layout
28837 e
28838 \end_layout
28839
28840 \end_inset
28841 </cell>
28842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28843 \begin_inset Text
28844
28845 \begin_layout Plain Layout
28846
28847 \end_layout
28848
28849 \end_inset
28850 </cell>
28851 </row>
28852 <row>
28853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28854 \begin_inset Text
28855
28856 \begin_layout Plain Layout
28857 f
28858 \end_layout
28859
28860 \end_inset
28861 </cell>
28862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28863 \begin_inset Text
28864
28865 \begin_layout Plain Layout
28866
28867 \end_layout
28868
28869 \end_inset
28870 </cell>
28871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28872 \begin_inset Text
28873
28874 \begin_layout Plain Layout
28875 g
28876 \end_layout
28877
28878 \end_inset
28879 </cell>
28880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28881 \begin_inset Text
28882
28883 \begin_layout Plain Layout
28884
28885 \end_layout
28886
28887 \end_inset
28888 </cell>
28889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28890 \begin_inset Text
28891
28892 \begin_layout Plain Layout
28893 h
28894 \end_layout
28895
28896 \end_inset
28897 </cell>
28898 </row>
28899 <row>
28900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28901 \begin_inset Text
28902
28903 \begin_layout Plain Layout
28904
28905 \end_layout
28906
28907 \end_inset
28908 </cell>
28909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28910 \begin_inset Text
28911
28912 \begin_layout Plain Layout
28913 i
28914 \end_layout
28915
28916 \end_inset
28917 </cell>
28918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28919 \begin_inset Text
28920
28921 \begin_layout Plain Layout
28922
28923 \end_layout
28924
28925 \end_inset
28926 </cell>
28927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28928 \begin_inset Text
28929
28930 \begin_layout Plain Layout
28931 j
28932 \end_layout
28933
28934 \end_inset
28935 </cell>
28936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28937 \begin_inset Text
28938
28939 \begin_layout Plain Layout
28940
28941 \end_layout
28942
28943 \end_inset
28944 </cell>
28945 </row>
28946 </lyxtabular>
28947
28948 \end_inset
28949
28950
28951 \end_layout
28952
28953 \end_inset
28954
28955
28956 \end_layout
28957
28958 \begin_layout Standard
28959 \begin_inset ERT
28960 status collapsed
28961
28962 \begin_layout Plain Layout
28963
28964
28965 \backslash
28966 TabBesEnd
28967 \end_layout
28968
28969 \end_inset
28970
28971
28972 \end_layout
28973
28974 \begin_layout Standard
28975 \begin_inset ERT
28976 status collapsed
28977
28978 \begin_layout Plain Layout
28979
28980
28981 \backslash
28982 else
28983 \end_layout
28984
28985 \end_inset
28986
28987
28988 \begin_inset Note Note
28989 status open
28990
28991 \begin_layout Plain Layout
28992 The following will be displayed when the LaTeX-package 
28993 \series bold
28994 sidecap
28995 \series default
28996  is not installed:
28997 \end_layout
28998
28999 \end_inset
29000
29001
29002 \end_layout
29003
29004 \begin_layout Standard
29005 You need to install the LaTeX-package 
29006 \series bold
29007 sidecap
29008 \series default
29009  to see the following part of this section in the output.
29010 \end_layout
29011
29012 \begin_layout Standard
29013 \begin_inset ERT
29014 status collapsed
29015
29016 \begin_layout Plain Layout
29017
29018
29019 \backslash
29020 fi
29021 \end_layout
29022
29023 \end_inset
29024
29025
29026 \end_layout
29027
29028 \begin_layout Section
29029 Listings of Floats
29030 \begin_inset Index idx
29031 status collapsed
29032
29033 \begin_layout Plain Layout
29034 Floats ! Float Lists
29035 \end_layout
29036
29037 \end_inset
29038
29039
29040 \end_layout
29041
29042 \begin_layout Standard
29043 Similar to the table of contents where the sections of the document are
29044  listed, there are listings for all float types, like the figures of the
29045  documents.
29046  You can insert them via the 
29047 \family sans
29048 Insert\SpecialChar \menuseparator
29049 List
29050 \begin_inset space ~
29051 \end_inset
29052
29053 /
29054 \begin_inset space ~
29055 \end_inset
29056
29057 TOC
29058 \family default
29059  sub menus.
29060 \end_layout
29061
29062 \begin_layout Standard
29063 The list entries are the float captions or its short title, the float number,
29064  and the page number where they appear in the document.
29065 \end_layout
29066
29067 \begin_layout Standard
29068 You can find the list of figures and tables at the end of this document.
29069 \end_layout
29070
29071 \begin_layout Chapter
29072 Notes
29073 \end_layout
29074
29075 \begin_layout Section
29076 LyX Notes
29077 \begin_inset Index idx
29078 status collapsed
29079
29080 \begin_layout Plain Layout
29081 Notes ! LyX Notes
29082 \end_layout
29083
29084 \end_inset
29085
29086
29087 \end_layout
29088
29089 \begin_layout Standard
29090 Notes are inserted with the toolbar button 
29091 \begin_inset Info
29092 type  "icon"
29093 arg   "note-insert"
29094 \end_inset
29095
29096  or the menu 
29097 \family sans
29098 Insert\SpecialChar \menuseparator
29099 Note
29100 \family default
29101 .
29102  There are three types of notes:
29103 \end_layout
29104
29105 \begin_layout Description
29106 LyX
29107 \begin_inset space ~
29108 \end_inset
29109
29110 Note This note type is for internal notes that won't appear in the output.
29111  Its note-box looks like this:
29112 \begin_inset Newline newline
29113 \end_inset
29114
29115
29116 \begin_inset Newline newline
29117 \end_inset
29118
29119
29120 \begin_inset Graphics
29121         filename clipart/LyXNoteImageQt4.png
29122         display false
29123         scale 85
29124         scaleBeforeRotation
29125
29126 \end_inset
29127
29128  
29129 \begin_inset Note Note
29130 status open
29131
29132 \begin_layout Plain Layout
29133 This is text in a note box that doesn't appear in the output.
29134 \end_layout
29135
29136 \end_inset
29137
29138
29139 \end_layout
29140
29141 \begin_layout Description
29142 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
29143 ent, when you export the document to LaTeX via the menu 
29144 \family sans
29145 File\SpecialChar \menuseparator
29146 Export\SpecialChar \menuseparator
29147 LaTeX (pdflatex) / (plain)
29148 \family default
29149 .
29150  Its note-box looks like this:
29151 \begin_inset Newline newline
29152 \end_inset
29153
29154
29155 \begin_inset Newline newline
29156 \end_inset
29157
29158
29159 \begin_inset Graphics
29160         filename clipart/CommentNoteImageQt4.png
29161         display false
29162         scale 85
29163         scaleBeforeRotation
29164
29165 \end_inset
29166
29167  
29168 \begin_inset Note Comment
29169 status open
29170
29171 \begin_layout Plain Layout
29172 This is text in a note box that only appears as comment in LaTeX-files.
29173 \end_layout
29174
29175 \end_inset
29176
29177
29178 \end_layout
29179
29180 \begin_layout Description
29181 Greyed
29182 \begin_inset space ~
29183 \end_inset
29184
29185 Out This note will appear in the output as grey text.
29186  Its note-box looks like this:
29187 \begin_inset Newline newline
29188 \end_inset
29189
29190
29191 \begin_inset Newline newline
29192 \end_inset
29193
29194
29195 \begin_inset Graphics
29196         filename clipart/GreyedOutNoteImageQt4.png
29197         display false
29198         scale 85
29199         scaleBeforeRotation
29200
29201 \end_inset
29202
29203
29204 \begin_inset Newline newline
29205 \end_inset
29206
29207
29208 \begin_inset ERT
29209 status collapsed
29210
29211 \begin_layout Plain Layout
29212
29213
29214 \backslash
29215 renewenvironment{lyxgreyedout}
29216 \end_layout
29217
29218 \begin_layout Plain Layout
29219
29220 {
29221 \backslash
29222 textcolor[gray]{0.8}
29223 \backslash
29224 bgroup}{
29225 \backslash
29226 egroup}
29227 \end_layout
29228
29229 \end_inset
29230
29231
29232 \begin_inset Note Greyedout
29233 status open
29234
29235 \begin_layout Plain Layout
29236 This is text
29237 \begin_inset Foot
29238 status open
29239
29240 \begin_layout Plain Layout
29241 This is an example footnote within a greyed out note.
29242 \end_layout
29243
29244 \end_inset
29245
29246  of a comment that appears in the output as grey text.
29247 \end_layout
29248
29249 \end_inset
29250
29251
29252 \begin_inset ERT
29253 status collapsed
29254
29255 \begin_layout Plain Layout
29256
29257
29258 \backslash
29259 renewenvironment{lyxgreyedout}
29260 \end_layout
29261
29262 \begin_layout Plain Layout
29263
29264 {
29265 \backslash
29266 textcolor{blue}
29267 \backslash
29268 bgroup}{
29269 \backslash
29270 egroup}
29271 \end_layout
29272
29273 \end_inset
29274
29275
29276 \begin_inset Note Note
29277 status collapsed
29278
29279 \begin_layout Plain Layout
29280 The greyed out note is here redefined to show it with the original LyX definitio
29281 n because greyed out notes are redefined in the preamble of this document,
29282  as described below, to have blue text.
29283 \end_layout
29284
29285 \end_inset
29286
29287
29288 \begin_inset Newline newline
29289 \end_inset
29290
29291
29292 \begin_inset Newline newline
29293 \end_inset
29294
29295 As you can see in the example, the first line of greyed out notes is a bit
29296  indented and greyed out notes can have footnotes.
29297 \end_layout
29298
29299 \begin_layout Standard
29300 \begin_inset VSpace bigskip
29301 \end_inset
29302
29303 When you use the toolbar button 
29304 \begin_inset Info
29305 type  "icon"
29306 arg   "note-insert"
29307 \end_inset
29308
29309  to insert notes, a 
29310 \family sans
29311 LyX
29312 \begin_inset space ~
29313 \end_inset
29314
29315 Note
29316 \family default
29317  is inserted.
29318  You can switch between the three note types by right-clicking on the note-box.
29319  
29320 \family roman
29321 \series medium
29322 \bar no
29323 If you want to turn existing text into a note, mark it and click on the
29324  note
29325 \family default
29326 \series default
29327 \bar default
29328  toolbar 
29329 \family roman
29330 \series medium
29331 \bar no
29332 button
29333 \family default
29334 \series default
29335 \bar default
29336 .
29337  To change a note to text, press the backspace key when the cursor is in
29338  the first position of a note, or press the delete key when the cursor is
29339  in the very last position of the note, respectively.
29340 \end_layout
29341
29342 \begin_layout Standard
29343 \begin_inset VSpace bigskip
29344 \end_inset
29345
29346 You can change the text color of the greyed out notes in the menu 
29347 \family sans
29348 Document\SpecialChar \menuseparator
29349 Settings\SpecialChar \menuseparator
29350 Colors
29351 \family default
29352 .
29353 \end_layout
29354
29355 \begin_layout Section
29356 Footnotes
29357 \begin_inset CommandInset label
29358 LatexCommand label
29359 name "sec:Footnotes"
29360
29361 \end_inset
29362
29363
29364 \begin_inset Index idx
29365 status collapsed
29366
29367 \begin_layout Plain Layout
29368 Notes ! Footnotes
29369 \end_layout
29370
29371 \end_inset
29372
29373
29374 \begin_inset Index idx
29375 status collapsed
29376
29377 \begin_layout Plain Layout
29378 Footnotes
29379 \end_layout
29380
29381 \end_inset
29382
29383
29384 \end_layout
29385
29386 \begin_layout Standard
29387 Footnotes can be inserted using the toolbar button 
29388 \begin_inset Info
29389 type  "icon"
29390 arg   "footnote-insert"
29391 \end_inset
29392
29393  or the menu 
29394 \family sans
29395 Insert\SpecialChar \menuseparator
29396 Footnote
29397 \family default
29398 .
29399  You will then see the following footnote-box: 
29400 \begin_inset Graphics
29401         filename clipart/footnoteQt4.png
29402         scale 80
29403         scaleBeforeRotation
29404
29405 \end_inset
29406
29407  
29408 \family roman
29409 \series medium
29410 \bar no
29411 where you can enter the footnote text.
29412  If you want to turn existing text into a footnote, mark it and click on
29413  the footnote
29414 \family default
29415 \series default
29416 \bar default
29417  toolbar 
29418 \family roman
29419 \series medium
29420 \bar no
29421 button
29422 \family default
29423 \series default
29424 \bar default
29425 .
29426  To change a 
29427 \family roman
29428 \series medium
29429 \bar no
29430 footnote
29431 \family default
29432 \series default
29433 \bar default
29434  to text, press the 
29435 \family sans
29436 Backspace
29437 \family default
29438  key when the cursor is in the first position of a 
29439 \family roman
29440 \series medium
29441 \bar no
29442 footnote
29443 \family default
29444 \series default
29445 \bar default
29446 , or press the 
29447 \family sans
29448 Delete
29449 \family default
29450  key when the cursor is in the very last position of the 
29451 \family roman
29452 \series medium
29453 \bar no
29454 footnote
29455 \family default
29456 \series default
29457 \bar default
29458 , respectively.
29459 \end_layout
29460
29461 \begin_layout Standard
29462 Here is an example footnote:
29463 \family roman
29464 \series medium
29465 \bar no
29466
29467 \begin_inset Foot
29468 status open
29469
29470 \begin_layout Plain Layout
29471 \begin_inset CommandInset label
29472 LatexCommand label
29473 name "foot:This-is-an"
29474
29475 \end_inset
29476
29477 This is an example footnote.
29478 \end_layout
29479
29480 \end_inset
29481
29482
29483 \family default
29484 \series default
29485 \bar default
29486
29487 \begin_inset ERT
29488 status collapsed
29489
29490 \begin_layout Plain Layout
29491
29492
29493 \backslash
29494 newcounter{MyRepeatFoot}
29495 \end_layout
29496
29497 \begin_layout Plain Layout
29498
29499
29500 \backslash
29501 setcounter{MyRepeatFoot}{
29502 \backslash
29503 thefootnote}
29504 \end_layout
29505
29506 \end_inset
29507
29508
29509 \end_layout
29510
29511 \begin_layout Standard
29512 The footnote will appear in the output as a superscript number at the text
29513  position where the footnote box is placed.
29514  The footnote text is placed at the bottom of the current page.
29515  The footnote number is calculated by LaTeX; the numbers are consecutive.
29516  Whether the footnote number is reset for every chapter depends on your
29517  document class.
29518 \end_layout
29519
29520 \begin_layout Standard
29521 Footnotes can be referenced like floats: Insert a label into the footnote
29522  and cross-reference this label in the text as described in section
29523 \begin_inset space ~
29524 \end_inset
29525
29526
29527 \begin_inset CommandInset ref
29528 LatexCommand ref
29529 reference "sec:Referencing-Floats"
29530
29531 \end_inset
29532
29533 .
29534 \begin_inset Newline newline
29535 \end_inset
29536
29537 This is a cross-reference of Footnote
29538 \begin_inset space ~
29539 \end_inset
29540
29541
29542 \begin_inset CommandInset ref
29543 LatexCommand ref
29544 reference "foot:This-is-an"
29545
29546 \end_inset
29547
29548 .
29549 \end_layout
29550
29551 \begin_layout Standard
29552 \begin_inset VSpace defskip
29553 \end_inset
29554
29555 Footnotes in tables are not printed by LaTeX due to technical reasons.
29556  However there exists another method to print them: Instead of the footnote
29557  the command 
29558 \series bold
29559
29560 \backslash
29561 footnotemark{}
29562 \series default
29563  is inserted as TeX-code.
29564  The text of the footnote is entered as an argument of the TeX-code command
29565  
29566 \series bold
29567
29568 \backslash
29569 footnotetext
29570 \series default
29571  after the table.
29572 \begin_inset Newline newline
29573 \end_inset
29574
29575 This was done for the following table with the command
29576 \end_layout
29577
29578 \begin_layout Standard
29579
29580 \series bold
29581
29582 \backslash
29583 footnotetext{
29584 \series default
29585 Printed table footnote.
29586 \series bold
29587 }
29588 \end_layout
29589
29590 \begin_layout Standard
29591 \begin_inset Tabular
29592 <lyxtabular version="3" rows="2" columns="1">
29593 <features rotate="0" tabularvalignment="middle">
29594 <column alignment="center" valignment="top">
29595 <row>
29596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29597 \begin_inset Text
29598
29599 \begin_layout Plain Layout
29600 This an example text.
29601 \begin_inset Foot
29602 status open
29603
29604 \begin_layout Plain Layout
29605 This footnote will not be printed!
29606 \end_layout
29607
29608 \end_inset
29609
29610
29611 \end_layout
29612
29613 \end_inset
29614 </cell>
29615 </row>
29616 <row>
29617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29618 \begin_inset Text
29619
29620 \begin_layout Plain Layout
29621 This an example text.
29622 \begin_inset ERT
29623 status collapsed
29624
29625 \begin_layout Plain Layout
29626
29627
29628 \backslash
29629 footnotemark{}
29630 \end_layout
29631
29632 \end_inset
29633
29634
29635 \end_layout
29636
29637 \end_inset
29638 </cell>
29639 </row>
29640 </lyxtabular>
29641
29642 \end_inset
29643
29644
29645 \begin_inset ERT
29646 status collapsed
29647
29648 \begin_layout Plain Layout
29649
29650
29651 \backslash
29652 footnotetext{
29653 \end_layout
29654
29655 \end_inset
29656
29657 Printed table footnote.
29658 \begin_inset ERT
29659 status collapsed
29660
29661 \begin_layout Plain Layout
29662
29663 }
29664 \end_layout
29665
29666 \end_inset
29667
29668
29669 \end_layout
29670
29671 \begin_layout Standard
29672 Footnotes in longtables are described in section
29673 \begin_inset space ~
29674 \end_inset
29675
29676
29677 \begin_inset CommandInset ref
29678 LatexCommand ref
29679 reference "sub:Footnotes-in-Longtables"
29680
29681 \end_inset
29682
29683 .
29684 \end_layout
29685
29686 \begin_layout Standard
29687 Footnotes in minipage boxes are printed, but inside the box and with a different
29688  numbering because a minipage box is like a page inside a page.
29689  (For more about minipages, see section
29690 \begin_inset space ~
29691 \end_inset
29692
29693
29694 \begin_inset CommandInset ref
29695 LatexCommand ref
29696 reference "sec:Minipages"
29697
29698 \end_inset
29699
29700 .) To get a footnote in the minipage that is output at the bottom of the
29701  page like normal footnotes, also use the method of 
29702 \series bold
29703
29704 \backslash
29705 footnotemark{}
29706 \series default
29707  and 
29708 \series bold
29709
29710 \backslash
29711 footnotetext
29712 \series default
29713 .
29714 \end_layout
29715
29716 \begin_layout Standard
29717 \begin_inset Box Frameless
29718 position "t"
29719 hor_pos "c"
29720 has_inner_box 1
29721 inner_pos "t"
29722 use_parbox 0
29723 use_makebox 0
29724 width "100col%"
29725 special "none"
29726 height "1in"
29727 height_special "totalheight"
29728 status open
29729
29730 \begin_layout Plain Layout
29731 This an example text in a minipage.
29732 \begin_inset Foot
29733 status open
29734
29735 \begin_layout Plain Layout
29736 Footnote in the minipage.
29737 \end_layout
29738
29739 \end_inset
29740
29741
29742 \end_layout
29743
29744 \begin_layout Plain Layout
29745 This an example text in a minipage.
29746 \begin_inset ERT
29747 status collapsed
29748
29749 \begin_layout Plain Layout
29750
29751
29752 \backslash
29753 footnotemark{}
29754 \end_layout
29755
29756 \end_inset
29757
29758
29759 \end_layout
29760
29761 \end_inset
29762
29763
29764 \end_layout
29765
29766 \begin_layout Standard
29767 \begin_inset ERT
29768 status collapsed
29769
29770 \begin_layout Plain Layout
29771
29772
29773 \backslash
29774 footnotetext{
29775 \end_layout
29776
29777 \end_inset
29778
29779 Footnote outside the minipage.
29780 \begin_inset ERT
29781 status collapsed
29782
29783 \begin_layout Plain Layout
29784
29785 }
29786 \end_layout
29787
29788 \end_inset
29789
29790
29791 \end_layout
29792
29793 \begin_layout Standard
29794 \begin_inset VSpace defskip
29795 \end_inset
29796
29797
29798 \end_layout
29799
29800 \begin_layout Standard
29801 To refer to the same footnote several times without printing the footnote
29802  text every time, use the command 
29803 \series bold
29804
29805 \backslash
29806 footnotemark[number]
29807 \series default
29808  in TeX-code.
29809 \begin_inset Newline newline
29810 \end_inset
29811
29812 As you do not know the number of the repeating footnote while you are writing
29813  the text, you have to store its number.
29814  For the following footnote mark example, these commands were inserted in
29815  TeX-code after Footnote
29816 \begin_inset space ~
29817 \end_inset
29818
29819
29820 \begin_inset CommandInset ref
29821 LatexCommand ref
29822 reference "foot:This-is-an"
29823
29824 \end_inset
29825
29826  to store the footnote number:
29827 \end_layout
29828
29829 \begin_layout Standard
29830
29831 \series bold
29832
29833 \backslash
29834 newcounter{MyRepeatFoot}
29835 \begin_inset Newline newline
29836 \end_inset
29837
29838
29839 \backslash
29840 setcounter{MyRepeatFoot}{
29841 \backslash
29842 thefootnote}
29843 \end_layout
29844
29845 \begin_layout Standard
29846 The footnote mark was then created with this command:
29847 \end_layout
29848
29849 \begin_layout Standard
29850
29851 \series bold
29852
29853 \backslash
29854 footnotemark[
29855 \backslash
29856 theMyRepeatFoot]
29857 \end_layout
29858
29859 \begin_layout Standard
29860 Here is a repeated footnote:
29861 \family roman
29862 \series medium
29863 \bar no
29864
29865 \begin_inset ERT
29866 status collapsed
29867
29868 \begin_layout Plain Layout
29869
29870
29871 \backslash
29872 footnotemark[
29873 \backslash
29874 theMyRepeatFoot]
29875 \end_layout
29876
29877 \end_inset
29878
29879
29880 \end_layout
29881
29882 \begin_layout Standard
29883 If you want to repeat the previous footnote, you can omit the storage of
29884  the footnote number and just use this command instead:
29885 \end_layout
29886
29887 \begin_layout Standard
29888
29889 \series bold
29890
29891 \backslash
29892 footnotemark[
29893 \backslash
29894 thefootnote]
29895 \end_layout
29896
29897 \begin_layout Standard
29898 Here is another repeated footnote:
29899 \family roman
29900 \series medium
29901 \bar no
29902
29903 \begin_inset ERT
29904 status collapsed
29905
29906 \begin_layout Plain Layout
29907
29908
29909 \backslash
29910 footnotemark[
29911 \backslash
29912 thefootnote]
29913 \end_layout
29914
29915 \end_inset
29916
29917
29918 \end_layout
29919
29920 \begin_layout Subsection
29921 Footnote Numbering
29922 \begin_inset CommandInset label
29923 LatexCommand label
29924 name "sub:Footnote-Numbering"
29925
29926 \end_inset
29927
29928
29929 \begin_inset Index idx
29930 status collapsed
29931
29932 \begin_layout Plain Layout
29933 Footnotes ! Numbering
29934 \end_layout
29935
29936 \end_inset
29937
29938
29939 \end_layout
29940
29941 \begin_layout Standard
29942 To reset the footnote number back to 1 after each section
29943 \family roman
29944 , add this command to your document preamble:
29945 \end_layout
29946
29947 \begin_layout Standard
29948
29949 \series bold
29950
29951 \backslash
29952 @addtoreset{footnote}{section}
29953 \end_layout
29954
29955 \begin_layout Standard
29956 \begin_inset VSpace bigskip
29957 \end_inset
29958
29959 The following preamble command changes the footnote numbering style to small
29960  roman numerals:
29961 \end_layout
29962
29963 \begin_layout Standard
29964
29965 \series bold
29966
29967 \backslash
29968 renewcommand{
29969 \backslash
29970 thefootnote}{
29971 \backslash
29972 roman{footnote}}
29973 \end_layout
29974
29975 \begin_layout Standard
29976 \begin_inset ERT
29977 status collapsed
29978
29979 \begin_layout Plain Layout
29980
29981
29982 \backslash
29983 renewcommand{
29984 \backslash
29985 thefootnote}{
29986 \backslash
29987 roman{footnote}}
29988 \end_layout
29989
29990 \end_inset
29991
29992  This is a footnote with roman numbering:
29993 \begin_inset Foot
29994 status open
29995
29996 \begin_layout Plain Layout
29997 This is an example footnote with roman numbering.
29998 \end_layout
29999
30000 \end_inset
30001
30002
30003 \end_layout
30004
30005 \begin_layout Standard
30006 To change the numbering style to capital roman numerals replace in the command
30007  above 
30008 \series bold
30009
30010 \backslash
30011 roman
30012 \series default
30013  by 
30014 \series bold
30015
30016 \backslash
30017 Roman
30018 \series default
30019 .
30020  To 
30021 \begin_inset Quotes eld
30022 \end_inset
30023
30024 number
30025 \begin_inset Quotes erd
30026 \end_inset
30027
30028  footnotes with capital or small Latin letters use 
30029 \series bold
30030
30031 \backslash
30032 Alph
30033 \series default
30034  or 
30035 \series bold
30036
30037 \backslash
30038 alph
30039 \series default
30040 , respectively.
30041  To 
30042 \begin_inset Quotes eld
30043 \end_inset
30044
30045 number
30046 \begin_inset Quotes erd
30047 \end_inset
30048
30049  footnotes with symbols use 
30050 \series bold
30051
30052 \backslash
30053 fnsymbol
30054 \series default
30055 .
30056 \end_layout
30057
30058 \begin_layout Standard
30059 \begin_inset Note Greyedout
30060 status open
30061
30062 \begin_layout Plain Layout
30063
30064 \series bold
30065 Note:
30066 \series default
30067  You can only number 26 footnotes with Latin letters, because this numbering
30068  is limited to single letters.
30069 \end_layout
30070
30071 \end_inset
30072
30073
30074 \begin_inset Newline newline
30075 \end_inset
30076
30077
30078 \begin_inset Note Greyedout
30079 status open
30080
30081 \begin_layout Plain Layout
30082
30083 \series bold
30084 Note:
30085 \series default
30086  You can only number 9 footnotes with symbols.
30087 \end_layout
30088
30089 \end_inset
30090
30091
30092 \end_layout
30093
30094 \begin_layout Standard
30095 To return to the default numbering style after you have changed to another
30096  one, use 
30097 \series bold
30098
30099 \backslash
30100 arabic
30101 \series default
30102  instead of 
30103 \series bold
30104
30105 \backslash
30106 roman
30107 \series default
30108  in the command above.
30109 \begin_inset ERT
30110 status collapsed
30111
30112 \begin_layout Plain Layout
30113
30114
30115 \backslash
30116 renewcommand{
30117 \backslash
30118 thefootnote}{
30119 \backslash
30120 arabic{footnote}}
30121 \end_layout
30122
30123 \end_inset
30124
30125
30126 \end_layout
30127
30128 \begin_layout Standard
30129 \begin_inset VSpace bigskip
30130 \end_inset
30131
30132
30133 \end_layout
30134
30135 \begin_layout Standard
30136 If you want to have footnotes numbered in the scheme 
30137 \begin_inset Quotes eld
30138 \end_inset
30139
30140 chapter.footnote
30141 \begin_inset Quotes erd
30142 \end_inset
30143
30144 , add the following command to your document preamble:
30145 \end_layout
30146
30147 \begin_layout Standard
30148
30149 \series bold
30150
30151 \backslash
30152 numberwithin{footnote}{chapter}
30153 \end_layout
30154
30155 \begin_layout Standard
30156 To be able to use the command 
30157 \series bold
30158
30159 \backslash
30160 numberwithin
30161 \series default
30162 , set in the tab 
30163 \family sans
30164 Math
30165 \begin_inset space ~
30166 \end_inset
30167
30168 Options
30169 \family default
30170  in the document settings the option 
30171 \family sans
30172 Use
30173 \begin_inset space ~
30174 \end_inset
30175
30176 AMS
30177 \begin_inset space ~
30178 \end_inset
30179
30180 math
30181 \begin_inset space ~
30182 \end_inset
30183
30184 package
30185 \family default
30186 .
30187 \end_layout
30188
30189 \begin_layout Standard
30190 \begin_inset ERT
30191 status collapsed
30192
30193 \begin_layout Plain Layout
30194
30195
30196 \backslash
30197 numberwithin{footnote}{chapter}
30198 \end_layout
30199
30200 \end_inset
30201
30202 This is another example footnote:
30203 \series bold
30204
30205 \begin_inset Foot
30206 status open
30207
30208 \begin_layout Plain Layout
30209 This is a footnote numbered in the scheme 
30210 \begin_inset Quotes eld
30211 \end_inset
30212
30213 chapter.footnote
30214 \begin_inset Quotes erd
30215 \end_inset
30216
30217 .
30218 \end_layout
30219
30220 \end_inset
30221
30222
30223 \series default
30224
30225 \begin_inset ERT
30226 status collapsed
30227
30228 \begin_layout Plain Layout
30229
30230
30231 \backslash
30232 renewcommand{
30233 \backslash
30234 thefootnote}{
30235 \backslash
30236 arabic{footnote}}
30237 \end_layout
30238
30239 \end_inset
30240
30241
30242 \end_layout
30243
30244 \begin_layout Standard
30245 \begin_inset Note Greyedout
30246 status open
30247
30248 \begin_layout Plain Layout
30249
30250 \series bold
30251 Note:
30252 \series default
30253  
30254 \series bold
30255
30256 \backslash
30257 numberwithin
30258 \series default
30259  always prints out the footnote number as arabic number; previous redefinitions
30260  to get non-arabic numbers are overwritten.
30261 \end_layout
30262
30263 \end_inset
30264
30265
30266 \end_layout
30267
30268 \begin_layout Standard
30269 So to get for example the scheme 
30270 \begin_inset Quotes eld
30271 \end_inset
30272
30273 chapter.
30274 \backslash
30275 Roman{footnote}
30276 \begin_inset Quotes erd
30277 \end_inset
30278
30279 , use this command instead of 
30280 \series bold
30281
30282 \backslash
30283 numberwithin
30284 \series default
30285 :
30286 \end_layout
30287
30288 \begin_layout Standard
30289
30290 \series bold
30291
30292 \backslash
30293 renewcommand{
30294 \backslash
30295 thefootnote}{
30296 \backslash
30297 thechapter.
30298 \backslash
30299 Roman{footnote}}
30300 \end_layout
30301
30302 \begin_layout Subsection
30303 Footnote Placement
30304 \begin_inset Index idx
30305 status collapsed
30306
30307 \begin_layout Plain Layout
30308 Footnotes ! Placement
30309 \end_layout
30310
30311 \end_inset
30312
30313
30314 \end_layout
30315
30316 \begin_layout Standard
30317 If you have several footnotes in one page, they appear without vertical
30318  space between them at the bottom of the page.
30319  To make them more readable you can e.
30320 \begin_inset space \thinspace{}
30321 \end_inset
30322
30323 g.
30324 \begin_inset space \space{}
30325 \end_inset
30326
30327 add 1.5
30328 \begin_inset space \thinspace{}
30329 \end_inset
30330
30331 mm space with the following preamble command:
30332 \end_layout
30333
30334 \begin_layout Standard
30335
30336 \series bold
30337
30338 \backslash
30339 let
30340 \backslash
30341 myFoot
30342 \backslash
30343 footnote
30344 \begin_inset Newline newline
30345 \end_inset
30346
30347
30348 \backslash
30349 renewcommand{
30350 \backslash
30351 footnote}[1]{
30352 \backslash
30353 myFoot{#1
30354 \backslash
30355 vspace{1.5mm}}}
30356 \end_layout
30357
30358 \begin_layout Standard
30359 \begin_inset VSpace bigskip
30360 \end_inset
30361
30362 In a two-column document the footnotes appear at the bottom of every column,
30363  see Figure
30364 \begin_inset space ~
30365 \end_inset
30366
30367
30368 \begin_inset CommandInset ref
30369 LatexCommand ref
30370 reference "fig:Standard-footnote-placement"
30371
30372 \end_inset
30373
30374 .
30375  If the footnotes should only appear at the bottom of the right column,
30376  as in Figure
30377 \begin_inset space ~
30378 \end_inset
30379
30380
30381 \begin_inset CommandInset ref
30382 LatexCommand ref
30383 reference "fig:Footnote-placement-in"
30384
30385 \end_inset
30386
30387 , use the LaTeX-package 
30388 \series bold
30389 ftnright
30390 \series default
30391
30392 \begin_inset Index idx
30393 status collapsed
30394
30395 \begin_layout Plain Layout
30396 LaTeX-packages ! ftnright
30397 \end_layout
30398
30399 \end_inset
30400
30401  with this command in the document preamble:
30402 \end_layout
30403
30404 \begin_layout Standard
30405
30406 \series bold
30407
30408 \backslash
30409 usepackage{ftnright}
30410 \end_layout
30411
30412 \begin_layout Standard
30413 \begin_inset Float figure
30414 placement !h
30415 wide false
30416 sideways false
30417 status open
30418
30419 \begin_layout Plain Layout
30420 \begin_inset ERT
30421 status collapsed
30422
30423 \begin_layout Plain Layout
30424
30425
30426 \backslash
30427 framebox{
30428 \end_layout
30429
30430 \end_inset
30431
30432
30433 \begin_inset Graphics
30434         filename clipart/without_fntright.pdf
30435         width 100col%
30436         scaleBeforeRotation
30437
30438 \end_inset
30439
30440
30441 \begin_inset ERT
30442 status collapsed
30443
30444 \begin_layout Plain Layout
30445
30446 }
30447 \end_layout
30448
30449 \end_inset
30450
30451
30452 \end_layout
30453
30454 \begin_layout Plain Layout
30455 \begin_inset Caption Standard
30456
30457 \begin_layout Plain Layout
30458 \begin_inset CommandInset label
30459 LatexCommand label
30460 name "fig:Standard-footnote-placement"
30461
30462 \end_inset
30463
30464 Standard footnote placement in two-column documents.
30465 \end_layout
30466
30467 \end_inset
30468
30469
30470 \end_layout
30471
30472 \end_inset
30473
30474
30475 \end_layout
30476
30477 \begin_layout Standard
30478 \begin_inset Float figure
30479 placement !h
30480 wide false
30481 sideways false
30482 status open
30483
30484 \begin_layout Plain Layout
30485 \begin_inset ERT
30486 status collapsed
30487
30488 \begin_layout Plain Layout
30489
30490
30491 \backslash
30492 framebox{
30493 \end_layout
30494
30495 \end_inset
30496
30497
30498 \begin_inset Graphics
30499         filename clipart/with_fntright.pdf
30500         width 100col%
30501         scaleBeforeRotation
30502
30503 \end_inset
30504
30505
30506 \begin_inset ERT
30507 status collapsed
30508
30509 \begin_layout Plain Layout
30510
30511 }
30512 \end_layout
30513
30514 \end_inset
30515
30516
30517 \end_layout
30518
30519 \begin_layout Plain Layout
30520 \begin_inset Caption Standard
30521
30522 \begin_layout Plain Layout
30523 \begin_inset CommandInset label
30524 LatexCommand label
30525 name "fig:Footnote-placement-in"
30526
30527 \end_inset
30528
30529 Footnote placement in two-column documents when the LaTeX-package 
30530 \series bold
30531 ftnright
30532 \series default
30533  is used.
30534 \end_layout
30535
30536 \end_inset
30537
30538
30539 \end_layout
30540
30541 \end_inset
30542
30543
30544 \end_layout
30545
30546 \begin_layout Standard
30547 \begin_inset VSpace bigskip
30548 \end_inset
30549
30550 In some scientific literature it is usual to collect the footnotes and print
30551  them in a separate paragraph at the end of a section, as in Figure
30552 \begin_inset space ~
30553 \end_inset
30554
30555
30556 \begin_inset CommandInset ref
30557 LatexCommand ref
30558 reference "fig:Endnotes"
30559
30560 \end_inset
30561
30562 .
30563  They are then called 
30564 \begin_inset Quotes eld
30565 \end_inset
30566
30567 endnotes
30568 \begin_inset Quotes erd
30569 \end_inset
30570
30571 .
30572 \begin_inset Index idx
30573 status collapsed
30574
30575 \begin_layout Plain Layout
30576 Endnotes
30577 \end_layout
30578
30579 \end_inset
30580
30581  To use endnotes instead of footnotes in your document, load in the menu
30582  
30583 \family sans
30584 Document\SpecialChar \menuseparator
30585 Settings\SpecialChar \menuseparator
30586 Modules 
30587 \family default
30588 the module 
30589 \family sans
30590 Foot
30591 \begin_inset space ~
30592 \end_inset
30593
30594 to
30595 \begin_inset space ~
30596 \end_inset
30597
30598 End
30599 \family default
30600 .
30601  To insert the collected footnotes, insert the command
30602 \end_layout
30603
30604 \begin_layout Standard
30605
30606 \series bold
30607
30608 \backslash
30609 theendnotes
30610 \end_layout
30611
30612 \begin_layout Standard
30613 in TeX-Code at the end of a section or chapter.
30614 \end_layout
30615
30616 \begin_layout Standard
30617 \begin_inset Float figure
30618 wide false
30619 sideways false
30620 status open
30621
30622 \begin_layout Plain Layout
30623 \align center
30624 \begin_inset ERT
30625 status collapsed
30626
30627 \begin_layout Plain Layout
30628
30629
30630 \backslash
30631 framebox{
30632 \end_layout
30633
30634 \end_inset
30635
30636
30637 \begin_inset Graphics
30638         filename clipart/endnotes.pdf
30639         scaleBeforeRotation
30640
30641 \end_inset
30642
30643
30644 \begin_inset ERT
30645 status collapsed
30646
30647 \begin_layout Plain Layout
30648
30649 }
30650 \end_layout
30651
30652 \end_inset
30653
30654
30655 \end_layout
30656
30657 \begin_layout Plain Layout
30658 \begin_inset Caption Standard
30659
30660 \begin_layout Plain Layout
30661 \begin_inset CommandInset label
30662 LatexCommand label
30663 name "fig:Endnotes"
30664
30665 \end_inset
30666
30667 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
30668  or chapters.
30669 \end_layout
30670
30671 \end_inset
30672
30673
30674 \end_layout
30675
30676 \end_inset
30677
30678
30679 \end_layout
30680
30681 \begin_layout Standard
30682 \begin_inset VSpace medskip
30683 \end_inset
30684
30685 The paragraph heading for the endnotes isn't automatically translated into
30686  the document language, this must be done manually.
30687  The following preamble command translates the default English 
30688 \begin_inset Quotes eld
30689 \end_inset
30690
30691 Notes
30692 \begin_inset Quotes erd
30693 \end_inset
30694
30695  into the German 
30696 \begin_inset Quotes eld
30697 \end_inset
30698
30699 Anmerkungen
30700 \begin_inset Quotes erd
30701 \end_inset
30702
30703 :
30704 \end_layout
30705
30706 \begin_layout Standard
30707
30708 \series bold
30709
30710 \backslash
30711 renewcommand{
30712 \backslash
30713 notesname}{Anmerkungen}
30714 \end_layout
30715
30716 \begin_layout Standard
30717 \begin_inset VSpace medskip
30718 \end_inset
30719
30720 The numbering of endnotes can be changed like the footnote numbering as
30721  described in section
30722 \begin_inset space ~
30723 \end_inset
30724
30725
30726 \begin_inset CommandInset ref
30727 LatexCommand ref
30728 reference "sub:Footnote-Numbering"
30729
30730 \end_inset
30731
30732 ; just replace the command 
30733 \series bold
30734
30735 \backslash
30736 thefootnote
30737 \series default
30738  by 
30739 \series bold
30740
30741 \backslash
30742 theendnote
30743 \series default
30744 .
30745  To reset the endnote number use the command 
30746 \series bold
30747
30748 \backslash
30749 @addtoreset
30750 \series default
30751  as described in section
30752 \begin_inset space ~
30753 \end_inset
30754
30755
30756 \begin_inset CommandInset ref
30757 LatexCommand ref
30758 reference "sub:Footnote-Numbering"
30759
30760 \end_inset
30761
30762  and replace the command parameter 
30763 \series bold
30764 footnote
30765 \series default
30766  by 
30767 \series bold
30768 endnote
30769 \series default
30770 .
30771 \end_layout
30772
30773 \begin_layout Standard
30774 For endnotes there is the command 
30775 \series bold
30776
30777 \backslash
30778 endnotemark[number]
30779 \series default
30780  similar to the command 
30781 \series bold
30782
30783 \backslash
30784 footnotemark
30785 \series default
30786 , that is described in section
30787 \begin_inset space ~
30788 \end_inset
30789
30790
30791 \begin_inset CommandInset ref
30792 LatexCommand ref
30793 reference "sec:Footnotes"
30794
30795 \end_inset
30796
30797 .
30798 \end_layout
30799
30800 \begin_layout Standard
30801 \begin_inset VSpace bigskip
30802 \end_inset
30803
30804 Footnotes can also be placed in the page margin and the footnote text alignment
30805  can be changed, see the LaTeX-package 
30806 \series bold
30807 footmisc
30808 \series default
30809
30810 \begin_inset Index idx
30811 status collapsed
30812
30813 \begin_layout Plain Layout
30814 LaTeX-packages ! footmisc
30815 \end_layout
30816
30817 \end_inset
30818
30819
30820 \begin_inset CommandInset citation
30821 LatexCommand cite
30822 key "footmisc"
30823
30824 \end_inset
30825
30826  for more information about this.
30827 \end_layout
30828
30829 \begin_layout Standard
30830 For various further footnote formatting issues have a look at LaTeX-books,
30831  
30832 \begin_inset CommandInset citation
30833 LatexCommand cite
30834 key "latexcompanion,latexguide,latexbook"
30835
30836 \end_inset
30837
30838 .
30839  If you are using a 
30840 \series bold
30841 KOMA-Script
30842 \series default
30843
30844 \begin_inset Index idx
30845 status collapsed
30846
30847 \begin_layout Plain Layout
30848 LaTeX-packages ! KOMA-Script
30849 \end_layout
30850
30851 \end_inset
30852
30853  document class, you can adjust all footnote settings using class-specific
30854  commands, see 
30855 \begin_inset CommandInset citation
30856 LatexCommand cite
30857 key "KOMA-Script"
30858
30859 \end_inset
30860
30861 .
30862 \end_layout
30863
30864 \begin_layout Section
30865 Margin Notes
30866 \begin_inset Index idx
30867 status collapsed
30868
30869 \begin_layout Plain Layout
30870 Notes ! Margin Notes
30871 \end_layout
30872
30873 \end_inset
30874
30875
30876 \end_layout
30877
30878 \begin_layout Standard
30879 Margin notes look and behave in LyX like footnotes.
30880  They are inserted via the menu 
30881 \family sans
30882 Insert\SpecialChar \menuseparator
30883 Marginal
30884 \begin_inset space ~
30885 \end_inset
30886
30887 Note
30888 \family default
30889  or the toolbar button 
30890 \begin_inset Info
30891 type  "icon"
30892 arg   "marginalnote-insert"
30893 \end_inset
30894
30895 .
30896  A grey 
30897 \family roman
30898 \series medium
30899 box with the
30900 \family default
30901 \series default
30902  red 
30903 \family roman
30904 \series medium
30905 label 
30906 \begin_inset Quotes eld
30907 \end_inset
30908
30909 margin
30910 \begin_inset Quotes erd
30911 \end_inset
30912
30913  appears where you can enter the text of the margin note.
30914 \end_layout
30915
30916 \begin_layout Standard
30917 At the side is an example margin note.
30918
30919 \family roman
30920 \series medium
30921  
30922 \begin_inset Marginal
30923 status open
30924
30925 \begin_layout Plain Layout
30926 This is a margin note.
30927 \end_layout
30928
30929 \end_inset
30930
30931
30932 \end_layout
30933
30934 \begin_layout Standard
30935 Margin notes appear at the right side in single-sided documents.
30936  In double-sided documents they appear in the outer margin â€“ left on even
30937  pages, right on odd pages.
30938  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
30939 d when the note appears in the left margin.
30940  The first line of the margin note is placed at the position of the text
30941  line where it is inserted in the document.
30942 \end_layout
30943
30944 \begin_layout Standard
30945 \begin_inset VSpace bigskip
30946 \end_inset
30947
30948 To place the margin note in the inner margin, add the command
30949 \end_layout
30950
30951 \begin_layout Standard
30952
30953 \series bold
30954
30955 \backslash
30956 reversemarginpar
30957 \end_layout
30958
30959 \begin_layout Standard
30960 in TeX-Code before a margin note.
30961  The new placement is valid for all subsequent margin notes.
30962  
30963 \begin_inset ERT
30964 status collapsed
30965
30966 \begin_layout Plain Layout
30967
30968
30969 \backslash
30970 reversemarginpar 
30971 \end_layout
30972
30973 \end_inset
30974
30975
30976 \begin_inset Marginal
30977 status open
30978
30979 \begin_layout Plain Layout
30980 This is a margin note in the inner margin.
30981 \end_layout
30982
30983 \end_inset
30984
30985
30986 \series bold
30987
30988 \begin_inset Newline newline
30989 \end_inset
30990
30991
30992 \series default
30993
30994 \begin_inset Note Greyedout
30995 status open
30996
30997 \begin_layout Plain Layout
30998
30999 \series bold
31000 Note:
31001 \series default
31002  There is often not enough space in the inner margin so that the notes are
31003  not correctly displayed in the output.
31004 \end_layout
31005
31006 \end_inset
31007
31008
31009 \end_layout
31010
31011 \begin_layout Standard
31012 To return to the default placement insert the command
31013 \end_layout
31014
31015 \begin_layout Standard
31016
31017 \series bold
31018
31019 \backslash
31020 normalmarginpar
31021 \end_layout
31022
31023 \begin_layout Standard
31024 in TeX-Code.
31025 \begin_inset ERT
31026 status collapsed
31027
31028 \begin_layout Plain Layout
31029
31030
31031 \backslash
31032 normalmarginpar 
31033 \end_layout
31034
31035 \end_inset
31036
31037  
31038 \begin_inset Note Greyedout
31039 status open
31040
31041 \begin_layout Plain Layout
31042
31043 \series bold
31044 Note:
31045 \series default
31046  The command is ignored when it is within a paragraph where also the command
31047  
31048 \series bold
31049
31050 \backslash
31051 reversemarginpar
31052 \series default
31053  is inserted.
31054 \end_layout
31055
31056 \end_inset
31057
31058
31059 \end_layout
31060
31061 \begin_layout Standard
31062 \begin_inset VSpace bigskip
31063 \end_inset
31064
31065
31066 \family roman
31067 \series medium
31068
31069 \begin_inset Marginal
31070 status open
31071
31072 \begin_layout Plain Layout
31073 AVeryLongMarginParWord that isn't hyphenated.
31074 \end_layout
31075
31076 \end_inset
31077
31078
31079 \family default
31080 \series default
31081  Similar to the case described in section
31082 \begin_inset space ~
31083 \end_inset
31084
31085
31086 \begin_inset CommandInset ref
31087 LatexCommand ref
31088 reference "sub:Multiple-Lines-in"
31089
31090 \end_inset
31091
31092 , long words cannot be hyphenated when they are the first word in a margin
31093  note.
31094  To avoid this, insert 0
31095 \begin_inset space \thinspace{}
31096 \end_inset
31097
31098 pt horizontal space before the word
31099 \family roman
31100 \series medium
31101 .
31102  
31103 \begin_inset Marginal
31104 status open
31105
31106 \begin_layout Plain Layout
31107 \begin_inset space \hspace*{}
31108 \length 0pt
31109 \end_inset
31110
31111 AVeryLongMarginParWord that is hyphenated.
31112 \end_layout
31113
31114 \end_inset
31115
31116
31117 \end_layout
31118
31119 \begin_layout Standard
31120 \begin_inset VSpace bigskip
31121 \end_inset
31122
31123
31124 \end_layout
31125
31126 \begin_layout Standard
31127 \begin_inset Note Greyedout
31128 status open
31129
31130 \begin_layout Plain Layout
31131
31132 \series bold
31133 Note:
31134 \series default
31135  Margin notes can normally not be used inside tables, floats, and footnotes.
31136 \end_layout
31137
31138 \end_inset
31139
31140
31141 \end_layout
31142
31143 \begin_layout Standard
31144 \begin_inset VSpace bigskip
31145 \end_inset
31146
31147
31148 \end_layout
31149
31150 \begin_layout Standard
31151 \begin_inset ERT
31152 status collapsed
31153
31154 \begin_layout Plain Layout
31155
31156
31157 \backslash
31158 ifmarginnote
31159 \end_layout
31160
31161 \end_inset
31162
31163
31164 \begin_inset Note Note
31165 status open
31166
31167 \begin_layout Plain Layout
31168 The following section will only be displayed when the LaTeX-package 
31169 \series bold
31170 marginnote
31171 \series default
31172  is installed.
31173 \end_layout
31174
31175 \end_inset
31176
31177
31178 \end_layout
31179
31180 \begin_layout Standard
31181 This restriction can be evaded by using the LaTeX-package 
31182 \series bold
31183 marginnote
31184 \series default
31185
31186 \begin_inset Index idx
31187 status collapsed
31188
31189 \begin_layout Plain Layout
31190 LaTeX-packages ! marginnote
31191 \end_layout
31192
31193 \end_inset
31194
31195 .
31196  By adding these two lines to your document preamble, the command used by
31197  LyX for margin notes is redefined to use the command provided by the 
31198 \series bold
31199 marginnote
31200 \series default
31201 -package:
31202 \end_layout
31203
31204 \begin_layout Standard
31205
31206 \series bold
31207
31208 \backslash
31209 usepackage{marginnote}
31210 \begin_inset Newline newline
31211 \end_inset
31212
31213
31214 \backslash
31215 let
31216 \backslash
31217 marginpar
31218 \backslash
31219 marginnote
31220 \end_layout
31221
31222 \begin_layout Standard
31223 This is also used in this document because 
31224 \series bold
31225 marginnote
31226 \series default
31227  has another useful feature: You can set a vertical offset for the note.
31228  This is often needed when too many margin notes are too close together
31229  or for a better page layout.
31230  The offset is set in LyX as TeX-Code directly after the margin note in
31231  the scheme
31232 \end_layout
31233
31234 \begin_layout Standard
31235
31236 \series bold
31237 [offset]
31238 \end_layout
31239
31240 \begin_layout Standard
31241 where the offset is a length with one of the units listed in Table
31242 \begin_inset space ~
31243 \end_inset
31244
31245
31246 \begin_inset CommandInset ref
31247 LatexCommand ref
31248 reference "tab:Units"
31249
31250 \end_inset
31251
31252 .
31253  A negative value shifts the note up, a positive value shifts it down.
31254  
31255 \family roman
31256 \series medium
31257 For example the margin note beside this text line is shifted up 1.5
31258 \begin_inset space \thinspace{}
31259 \end_inset
31260
31261 cm with the TeX-Code-command 
31262 \begin_inset Quotes eld
31263 \end_inset
31264
31265
31266 \family default
31267 \series bold
31268 [-1.5cm]
31269 \family roman
31270 \series medium
31271
31272 \begin_inset Quotes erd
31273 \end_inset
31274
31275
31276 \begin_inset Marginal
31277 status open
31278
31279 \begin_layout Plain Layout
31280 This margin note is shifted up 1.5
31281 \begin_inset space \thinspace{}
31282 \end_inset
31283
31284 cm from its original position.
31285 \end_layout
31286
31287 \end_inset
31288
31289
31290 \family default
31291 \series default
31292
31293 \begin_inset ERT
31294 status collapsed
31295
31296 \begin_layout Plain Layout
31297
31298 [-1.5cm]
31299 \end_layout
31300
31301 \end_inset
31302
31303
31304 \end_layout
31305
31306 \begin_layout Standard
31307 \begin_inset VSpace medskip
31308 \end_inset
31309
31310 With 
31311 \series bold
31312 marginnote
31313 \series default
31314  you can also change the alignment of the text in the margin note.
31315  For example the commands
31316 \end_layout
31317
31318 \begin_layout Standard
31319
31320 \series bold
31321
31322 \backslash
31323 renewcommand*{
31324 \backslash
31325 raggedleftmarginnote}{
31326 \backslash
31327 centering}
31328 \begin_inset Newline newline
31329 \end_inset
31330
31331
31332 \backslash
31333 renewcommand*{
31334 \backslash
31335 raggedrightmarginnote}{
31336 \backslash
31337 centering}
31338 \end_layout
31339
31340 \begin_layout Standard
31341 set the alignment to centered.
31342  
31343 \series bold
31344
31345 \backslash
31346 raggedleftmarginnote
31347 \series default
31348  denotes margin notes that appear at the left side.
31349 \family roman
31350 \series medium
31351
31352 \begin_inset ERT
31353 status collapsed
31354
31355 \begin_layout Plain Layout
31356
31357
31358 \backslash
31359 renewcommand*{
31360 \backslash
31361 raggedleftmarginnote}{
31362 \backslash
31363 centering}
31364 \end_layout
31365
31366 \begin_layout Plain Layout
31367
31368
31369 \backslash
31370 renewcommand*{
31371 \backslash
31372 raggedrightmarginnote}{
31373 \backslash
31374 centering}
31375 \end_layout
31376
31377 \end_inset
31378
31379
31380 \begin_inset Marginal
31381 status open
31382
31383 \begin_layout Plain Layout
31384 The text of this margin note is centered.
31385 \end_layout
31386
31387 \end_inset
31388
31389
31390 \family default
31391 \series default
31392  The default is
31393 \end_layout
31394
31395 \begin_layout Standard
31396
31397 \series bold
31398
31399 \backslash
31400 renewcommand*{
31401 \backslash
31402 raggedleftmarginnote}{
31403 \backslash
31404 raggedleft}
31405 \begin_inset Newline newline
31406 \end_inset
31407
31408
31409 \backslash
31410 renewcommand*{
31411 \backslash
31412 raggedrightmarginnote}{
31413 \backslash
31414 raggedright}
31415 \family roman
31416 \series medium
31417
31418 \begin_inset ERT
31419 status collapsed
31420
31421 \begin_layout Plain Layout
31422
31423
31424 \backslash
31425 renewcommand*{
31426 \backslash
31427 raggedleftmarginnote}{
31428 \backslash
31429 raggedleft}
31430 \end_layout
31431
31432 \begin_layout Plain Layout
31433
31434
31435 \backslash
31436 renewcommand*{
31437 \backslash
31438 raggedrightmarginnote}{
31439 \backslash
31440 raggedright}
31441 \end_layout
31442
31443 \end_inset
31444
31445
31446 \end_layout
31447
31448 \begin_layout Standard
31449 \begin_inset VSpace medskip
31450 \end_inset
31451
31452 For the other features of 
31453 \series bold
31454 marginnote
31455 \series default
31456  refer to its documentation 
31457 \begin_inset CommandInset citation
31458 LatexCommand cite
31459 key "marginnote"
31460
31461 \end_inset
31462
31463 .
31464 \end_layout
31465
31466 \begin_layout Standard
31467 \begin_inset VSpace bigskip
31468 \end_inset
31469
31470 You can adjust the layout of margin notes by changing its definition.
31471  To create for example a header for all margin notes with the underlined,
31472  sans-serif, and bold header text 
31473 \begin_inset Quotes eld
31474 \end_inset
31475
31476
31477 \family sans
31478 \series bold
31479 \bar under
31480 Attention!
31481 \family default
31482 \series default
31483 \bar default
31484
31485 \begin_inset Quotes erd
31486 \end_inset
31487
31488 , add this to your document preamble:
31489 \end_layout
31490
31491 \begin_layout Standard
31492
31493 \series bold
31494
31495 \backslash
31496 let
31497 \backslash
31498 myMarginpar
31499 \backslash
31500 marginpar
31501 \begin_inset Newline newline
31502 \end_inset
31503
31504
31505 \backslash
31506 renewcommand{
31507 \backslash
31508 marginpar}[1]{
31509 \backslash
31510 myMarginpar{%
31511 \begin_inset Newline newline
31512 \end_inset
31513
31514
31515 \begin_inset Phantom HPhantom
31516 status open
31517
31518 \begin_layout Plain Layout
31519
31520 \series bold
31521 \begin_inset space ~
31522 \end_inset
31523
31524
31525 \end_layout
31526
31527 \end_inset
31528
31529
31530 \backslash
31531 hspace{0pt}
31532 \backslash
31533 textsf{
31534 \backslash
31535 textbf{
31536 \backslash
31537 underbar{Attention!}}}%
31538 \begin_inset Newline newline
31539 \end_inset
31540
31541
31542 \begin_inset Phantom HPhantom
31543 status open
31544
31545 \begin_layout Plain Layout
31546
31547 \series bold
31548 \begin_inset space ~
31549 \end_inset
31550
31551
31552 \end_layout
31553
31554 \end_inset
31555
31556
31557 \backslash
31558 vspace{1.5mm}
31559 \backslash
31560
31561 \backslash
31562 #1}}
31563 \end_layout
31564
31565 \begin_layout Standard
31566
31567 \family roman
31568 \series medium
31569 \begin_inset ERT
31570 status collapsed
31571
31572 \begin_layout Plain Layout
31573
31574
31575 \backslash
31576 let
31577 \backslash
31578 myMarginpar
31579 \backslash
31580 marginpar
31581 \end_layout
31582
31583 \begin_layout Plain Layout
31584
31585
31586 \backslash
31587 renewcommand{
31588 \backslash
31589 marginpar}[1]{
31590 \backslash
31591 myMarginpar{%
31592 \end_layout
31593
31594 \begin_layout Plain Layout
31595
31596    
31597 \backslash
31598 textsf{
31599 \backslash
31600 textbf{
31601 \backslash
31602 underbar{Attention!}}}%
31603 \end_layout
31604
31605 \begin_layout Plain Layout
31606
31607    
31608 \backslash
31609 vspace{1.5mm}
31610 \backslash
31611
31612 \backslash
31613 #1}}
31614 \end_layout
31615
31616 \end_inset
31617
31618
31619 \begin_inset Marginal
31620 status open
31621
31622 \begin_layout Plain Layout
31623 This is a margin note with a defined heading.
31624 \end_layout
31625
31626 \end_inset
31627
31628
31629 \family default
31630 \series default
31631
31632 \begin_inset ERT
31633 status collapsed
31634
31635 \begin_layout Plain Layout
31636
31637 [-1.5cm]
31638 \end_layout
31639
31640 \end_inset
31641
31642
31643 \family roman
31644 \series medium
31645
31646 \begin_inset ERT
31647 status collapsed
31648
31649 \begin_layout Plain Layout
31650
31651
31652 \backslash
31653 renewcommand{
31654 \backslash
31655 marginpar}[1]{
31656 \backslash
31657 myMarginpar{#1}}
31658 \end_layout
31659
31660 \end_inset
31661
31662
31663 \family default
31664 \series default
31665
31666 \begin_inset Note Note
31667 status collapsed
31668
31669 \begin_layout Plain Layout
31670 The margin note format is changed only for this example.
31671 \end_layout
31672
31673 \end_inset
31674
31675
31676 \end_layout
31677
31678 \begin_layout Standard
31679 \begin_inset ERT
31680 status collapsed
31681
31682 \begin_layout Plain Layout
31683
31684
31685 \backslash
31686 else
31687 \end_layout
31688
31689 \end_inset
31690
31691
31692 \begin_inset Note Note
31693 status open
31694
31695 \begin_layout Plain Layout
31696 The following will be displayed when the LaTeX-package 
31697 \series bold
31698 marginnote
31699 \series default
31700  is not installed:
31701 \end_layout
31702
31703 \end_inset
31704
31705
31706 \end_layout
31707
31708 \begin_layout Standard
31709 You need to install the LaTeX-package 
31710 \series bold
31711 marginnote
31712 \series default
31713  to see the following part of this section in the output.
31714 \end_layout
31715
31716 \begin_layout Standard
31717 \begin_inset ERT
31718 status collapsed
31719
31720 \begin_layout Plain Layout
31721
31722
31723 \backslash
31724 fi
31725 \end_layout
31726
31727 \end_inset
31728
31729
31730 \end_layout
31731
31732 \begin_layout Chapter
31733 Boxes
31734 \end_layout
31735
31736 \begin_layout Section
31737 Introduction
31738 \begin_inset Index idx
31739 status collapsed
31740
31741 \begin_layout Plain Layout
31742 Boxes ! Introduction
31743 \end_layout
31744
31745 \end_inset
31746
31747
31748 \end_layout
31749
31750 \begin_layout Standard
31751 Boxes are used to format a block of text.
31752  Boxes can be used to write documents with multiple languages, see section
31753 \begin_inset space ~
31754 \end_inset
31755
31756
31757 \begin_inset CommandInset ref
31758 LatexCommand ref
31759 reference "sec:Minipages"
31760
31761 \end_inset
31762
31763 , to frame texts, see section
31764 \begin_inset space ~
31765 \end_inset
31766
31767
31768 \begin_inset CommandInset ref
31769 LatexCommand ref
31770 reference "sec:Decoration"
31771
31772 \end_inset
31773
31774 , to prevent words from being hyphenated, see section
31775 \begin_inset space ~
31776 \end_inset
31777
31778
31779 \begin_inset CommandInset ref
31780 LatexCommand ref
31781 reference "sec:Prevent-Hyphenation"
31782
31783 \end_inset
31784
31785 , to align text, see section
31786 \begin_inset space ~
31787 \end_inset
31788
31789
31790 \begin_inset CommandInset ref
31791 LatexCommand ref
31792 reference "sub:Vertical-Alignment"
31793
31794 \end_inset
31795
31796 , or to set the background color of texts, see section
31797 \begin_inset space ~
31798 \end_inset
31799
31800
31801 \begin_inset CommandInset ref
31802 LatexCommand ref
31803 reference "sec:Colored-Boxes"
31804
31805 \end_inset
31806
31807 .
31808 \end_layout
31809
31810 \begin_layout Standard
31811 Boxes can be inserted with the menu 
31812 \family sans
31813 Insert\SpecialChar \menuseparator
31814 Box
31815 \family default
31816  or the toolbar button 
31817 \begin_inset Info
31818 type  "icon"
31819 arg   "box-insert Frameless"
31820 \end_inset
31821
31822 .
31823  A grey box with the label 
31824 \family sans
31825 Box (Minipage)
31826 \family default
31827
31828 \begin_inset Graphics
31829         filename clipart/BoxInsetDefaultQt4.png
31830         scale 85
31831         scaleBeforeRotation
31832
31833 \end_inset
31834
31835  will be inserted.
31836  The box type can be specified by right-clicking on the box and selecting
31837  
31838 \family sans
31839 Settings
31840 \family default
31841 .
31842  The box dialog offers the 
31843 \family sans
31844 Inner
31845 \begin_inset space ~
31846 \end_inset
31847
31848 Box
31849 \family default
31850  types 
31851 \family sans
31852 Makebox
31853 \family default
31854
31855 \family sans
31856 Parbox
31857 \family default
31858  and 
31859 \family sans
31860 Minipage
31861 \family default
31862 .
31863  The type 
31864 \family sans
31865 Minipage
31866 \family default
31867  is the default for new boxes and is explained in section
31868 \begin_inset space ~
31869 \end_inset
31870
31871
31872 \begin_inset CommandInset ref
31873 LatexCommand ref
31874 reference "sec:Minipages"
31875
31876 \end_inset
31877
31878 ; the type 
31879 \family sans
31880 Parbox
31881 \family default
31882  is described in section
31883 \begin_inset space ~
31884 \end_inset
31885
31886
31887 \begin_inset CommandInset ref
31888 LatexCommand ref
31889 reference "sec:Parboxes"
31890
31891 \end_inset
31892
31893  and the type 
31894 \family sans
31895 Makebox
31896 \family default
31897  in 
31898 \begin_inset CommandInset ref
31899 LatexCommand ref
31900 reference "sec:Prevent-Hyphenation"
31901
31902 \end_inset
31903
31904 .
31905 \end_layout
31906
31907 \begin_layout Standard
31908 Boxes are not numbered and can therefore not be referenced like floats or
31909  footnotes.
31910 \end_layout
31911
31912 \begin_layout Standard
31913 \begin_inset Note Greyedout
31914 status open
31915
31916 \begin_layout Plain Layout
31917
31918 \series bold
31919 Note:
31920 \series default
31921  Boxes must not be the item in an 
31922 \family sans
31923 Itemize
31924 \family default
31925  or 
31926 \family sans
31927 Description
31928 \family default
31929  environment.
31930 \end_layout
31931
31932 \end_inset
31933
31934
31935 \end_layout
31936
31937 \begin_layout Standard
31938 \begin_inset Note Greyedout
31939 status open
31940
31941 \begin_layout Plain Layout
31942
31943 \series bold
31944 Note:
31945 \series default
31946  For an unknown reason you can only set the 
31947 \family sans
31948 Inner
31949 \begin_inset space ~
31950 \end_inset
31951
31952 Box
31953 \family default
31954  type to 
31955 \family sans
31956 None
31957 \family default
31958  when you use a framed box.
31959  Boxes without an 
31960 \family sans
31961 Inner
31962 \begin_inset space ~
31963 \end_inset
31964
31965 Box
31966 \family default
31967  type and without frames are explained in section
31968 \begin_inset space ~
31969 \end_inset
31970
31971
31972 \begin_inset CommandInset ref
31973 LatexCommand ref
31974 reference "sec:Prevent-Hyphenation"
31975
31976 \end_inset
31977
31978 .
31979 \end_layout
31980
31981 \end_inset
31982
31983
31984 \end_layout
31985
31986 \begin_layout Section
31987 Box Dialog
31988 \begin_inset CommandInset label
31989 LatexCommand label
31990 name "sec:Box-Dialog"
31991
31992 \end_inset
31993
31994
31995 \begin_inset Index idx
31996 status collapsed
31997
31998 \begin_layout Plain Layout
31999 Boxes ! Box Dialog
32000 \end_layout
32001
32002 \end_inset
32003
32004
32005 \end_layout
32006
32007 \begin_layout Subsection
32008 Size
32009 \begin_inset Index idx
32010 status collapsed
32011
32012 \begin_layout Plain Layout
32013 Boxes ! Size
32014 \end_layout
32015
32016 \end_inset
32017
32018
32019 \end_layout
32020
32021 \begin_layout Standard
32022 In the box dialog you can adjust the box geometry in the fields 
32023 \family sans
32024 Width
32025 \family default
32026  and 
32027 \family sans
32028 Height
32029 \family default
32030 .
32031  The available units for the geometry are explained in Table
32032 \begin_inset space ~
32033 \end_inset
32034
32035
32036 \begin_inset CommandInset ref
32037 LatexCommand ref
32038 reference "tab:Units"
32039
32040 \end_inset
32041
32042 .
32043  The field 
32044 \family sans
32045 Height
32046 \family default
32047  offers the following additional sizes:
32048 \end_layout
32049
32050 \begin_layout Description
32051 Depth This is the plain text 
32052 \begin_inset Quotes eld
32053 \end_inset
32054
32055 height
32056 \begin_inset Quotes erd
32057 \end_inset
32058
32059 .
32060  It ignores the total depth when there are multiple text lines in the box:
32061 \begin_inset Newline newline
32062 \end_inset
32063
32064
32065 \begin_inset Newline newline
32066 \end_inset
32067
32068
32069 \begin_inset Newline newline
32070 \end_inset
32071
32072
32073 \begin_inset Box Boxed
32074 position "c"
32075 hor_pos "c"
32076 has_inner_box 1
32077 inner_pos "c"
32078 use_parbox 0
32079 use_makebox 0
32080 width "12col%"
32081 special "none"
32082 height "1in"
32083 height_special "depth"
32084 status collapsed
32085
32086 \begin_layout Plain Layout
32087 \align center
32088 Box height set to 1
32089 \begin_inset space \thinspace{}
32090 \end_inset
32091
32092 Depth
32093 \end_layout
32094
32095 \end_inset
32096
32097
32098 \begin_inset Newline newline
32099 \end_inset
32100
32101
32102 \begin_inset Newline newline
32103 \end_inset
32104
32105
32106 \end_layout
32107
32108 \begin_layout Description
32109 Height This is the height of the text that is inside the box.
32110  A value of e.
32111 \begin_inset space \thinspace{}
32112 \end_inset
32113
32114 g.
32115 \begin_inset space \space{}
32116 \end_inset
32117
32118 2 for this size will set the box height to 2
32119 \begin_inset space ~
32120 \end_inset
32121
32122 times the text height: 
32123 \begin_inset Box Boxed
32124 position "c"
32125 hor_pos "c"
32126 has_inner_box 1
32127 inner_pos "c"
32128 use_parbox 0
32129 use_makebox 0
32130 width "20col%"
32131 special "none"
32132 height "2in"
32133 height_special "height"
32134 status collapsed
32135
32136 \begin_layout Plain Layout
32137 \align center
32138 Box height set to 2
32139 \begin_inset space \thinspace{}
32140 \end_inset
32141
32142 Height
32143 \end_layout
32144
32145 \end_inset
32146
32147
32148 \end_layout
32149
32150 \begin_layout Description
32151 Total
32152 \begin_inset space ~
32153 \end_inset
32154
32155 Height This is the Height
32156 \begin_inset space \thinspace{}
32157 \end_inset
32158
32159 +
32160 \begin_inset space \thinspace{}
32161 \end_inset
32162
32163 Depth: 
32164 \begin_inset Box Boxed
32165 position "c"
32166 hor_pos "c"
32167 has_inner_box 1
32168 inner_pos "c"
32169 use_parbox 0
32170 use_makebox 0
32171 width "20col%"
32172 special "none"
32173 height "1in"
32174 height_special "totalheight"
32175 status collapsed
32176
32177 \begin_layout Plain Layout
32178 \align center
32179 Box height set to 1
32180 \begin_inset space \thinspace{}
32181 \end_inset
32182
32183 Total
32184 \begin_inset space ~
32185 \end_inset
32186
32187 Height
32188 \end_layout
32189
32190 \end_inset
32191
32192
32193 \end_layout
32194
32195 \begin_layout Description
32196 Width This sets the width of the box as height: 
32197 \begin_inset Box Boxed
32198 position "c"
32199 hor_pos "c"
32200 has_inner_box 1
32201 inner_pos "c"
32202 use_parbox 0
32203 use_makebox 0
32204 width "12col%"
32205 special "none"
32206 height "1in"
32207 height_special "width"
32208 status collapsed
32209
32210 \begin_layout Plain Layout
32211 \align center
32212 Box height set to 1
32213 \begin_inset space \thinspace{}
32214 \end_inset
32215
32216 Width
32217 \end_layout
32218
32219 \end_inset
32220
32221
32222 \end_layout
32223
32224 \begin_layout Subsection
32225 Alignment
32226 \begin_inset Index idx
32227 status collapsed
32228
32229 \begin_layout Plain Layout
32230 Boxes ! Alignment
32231 \end_layout
32232
32233 \end_inset
32234
32235
32236 \end_layout
32237
32238 \begin_layout Standard
32239 When you have chosen an 
32240 \family sans
32241 Inner
32242 \begin_inset space ~
32243 \end_inset
32244
32245 Box
32246 \family default
32247 , the vertical box alignment can be:
32248 \end_layout
32249
32250 \begin_layout Description
32251 Top This is an example text line.
32252  
32253 \begin_inset Box Boxed
32254 position "t"
32255 hor_pos "c"
32256 has_inner_box 1
32257 inner_pos "c"
32258 use_parbox 0
32259 use_makebox 0
32260 width "12col%"
32261 special "none"
32262 height "1in"
32263 height_special "totalheight"
32264 status collapsed
32265
32266 \begin_layout Plain Layout
32267 \align center
32268 This box is top-aligned.
32269 \end_layout
32270
32271 \end_inset
32272
32273  This is an example text line.
32274 \end_layout
32275
32276 \begin_layout Description
32277 Middle This is an example text line.
32278  
32279 \begin_inset Box Boxed
32280 position "c"
32281 hor_pos "c"
32282 has_inner_box 1
32283 inner_pos "c"
32284 use_parbox 0
32285 use_makebox 0
32286 width "12col%"
32287 special "none"
32288 height "1in"
32289 height_special "totalheight"
32290 status collapsed
32291
32292 \begin_layout Plain Layout
32293 \align center
32294 This box is middle-aligned.
32295 \end_layout
32296
32297 \end_inset
32298
32299  This is an example text line.
32300 \end_layout
32301
32302 \begin_layout Description
32303 Bottom This is an example text line.
32304  
32305 \begin_inset Box Boxed
32306 position "b"
32307 hor_pos "c"
32308 has_inner_box 1
32309 inner_pos "c"
32310 use_parbox 0
32311 use_makebox 0
32312 width "12col%"
32313 special "none"
32314 height "1in"
32315 height_special "totalheight"
32316 status collapsed
32317
32318 \begin_layout Plain Layout
32319 \align center
32320 This box is bottom-aligned.
32321 \end_layout
32322
32323 \end_inset
32324
32325  This is an example text line.
32326 \end_layout
32327
32328 \begin_layout Standard
32329 \begin_inset Note Greyedout
32330 status open
32331
32332 \begin_layout Plain Layout
32333
32334 \series bold
32335 Note:
32336 \series default
32337  The vertical box alignment can be lost in the output when you have two
32338  boxes in a line and one has e.
32339 \begin_inset space \thinspace{}
32340 \end_inset
32341
32342 g.
32343 \begin_inset space \space{}
32344 \end_inset
32345
32346 a shadow and the other one not.
32347 \end_layout
32348
32349 \end_inset
32350
32351
32352 \end_layout
32353
32354 \begin_layout Standard
32355 The horizontal box alignment can be set via LyX's paragraph dialog when
32356  you set the box into its own paragraph.
32357 \end_layout
32358
32359 \begin_layout Standard
32360 \begin_inset VSpace bigskip
32361 \end_inset
32362
32363 When you have chosen an 
32364 \family sans
32365 Inner
32366 \begin_inset space ~
32367 \end_inset
32368
32369 Box
32370 \family default
32371 , the box content can be aligned vertically to:
32372 \end_layout
32373
32374 \begin_layout Description
32375 top This is an example text line.
32376  
32377 \begin_inset Box Boxed
32378 position "c"
32379 hor_pos "c"
32380 has_inner_box 1
32381 inner_pos "t"
32382 use_parbox 0
32383 use_makebox 0
32384 width "12col%"
32385 special "none"
32386 height "1.5in"
32387 height_special "totalheight"
32388 status collapsed
32389
32390 \begin_layout Plain Layout
32391 \align center
32392 This box text is top-aligned.
32393 \end_layout
32394
32395 \end_inset
32396
32397  This is an example text line.
32398 \end_layout
32399
32400 \begin_layout Description
32401 middle This is an example text line.
32402  
32403 \begin_inset Box Boxed
32404 position "c"
32405 hor_pos "c"
32406 has_inner_box 1
32407 inner_pos "c"
32408 use_parbox 0
32409 use_makebox 0
32410 width "12col%"
32411 special "none"
32412 height "1.5in"
32413 height_special "totalheight"
32414 status collapsed
32415
32416 \begin_layout Plain Layout
32417 \align center
32418 This box text is middle-aligned.
32419 \end_layout
32420
32421 \end_inset
32422
32423  This is an example text line.
32424 \end_layout
32425
32426 \begin_layout Description
32427 bottom This is an example text line.
32428  
32429 \begin_inset Box Boxed
32430 position "c"
32431 hor_pos "c"
32432 has_inner_box 1
32433 inner_pos "b"
32434 use_parbox 0
32435 use_makebox 0
32436 width "12col%"
32437 special "none"
32438 height "1.5in"
32439 height_special "totalheight"
32440 status collapsed
32441
32442 \begin_layout Plain Layout
32443 \align center
32444 This box text is bottom-aligned.
32445 \end_layout
32446
32447 \end_inset
32448
32449  This is an example text line.
32450 \end_layout
32451
32452 \begin_layout Description
32453 stretch This is an example text line.
32454  
32455 \begin_inset Box Boxed
32456 position "c"
32457 hor_pos "c"
32458 has_inner_box 1
32459 inner_pos "s"
32460 use_parbox 0
32461 use_makebox 0
32462 width "12col%"
32463 special "none"
32464 height "1.5in"
32465 height_special "totalheight"
32466 status collapsed
32467
32468 \begin_layout Plain Layout
32469 \align center
32470 This box
32471 \end_layout
32472
32473 \begin_layout Plain Layout
32474 \align center
32475 text is
32476 \end_layout
32477
32478 \begin_layout Plain Layout
32479 \align center
32480 stretched.
32481 \end_layout
32482
32483 \end_inset
32484
32485  This is an example text line.
32486 \end_layout
32487
32488 \begin_layout Standard
32489 To stretch the box content, it must consist of more than one paragraph.
32490  In the example above every text line is in an own paragraph.
32491 \end_layout
32492
32493 \begin_layout Standard
32494 \begin_inset VSpace bigskip
32495 \end_inset
32496
32497 To align the box content horizontally you can use LyX's paragraph dialog
32498  when you have chosen an 
32499 \family sans
32500 Inner
32501 \begin_inset space ~
32502 \end_inset
32503
32504 Box
32505 \family default
32506 .
32507 \end_layout
32508
32509 \begin_layout Standard
32510 \align center
32511 \begin_inset Box Boxed
32512 position "c"
32513 hor_pos "c"
32514 has_inner_box 1
32515 inner_pos "s"
32516 use_parbox 0
32517 use_makebox 0
32518 width "15col%"
32519 special "none"
32520 height "1.25in"
32521 height_special "totalheight"
32522 status collapsed
32523
32524 \begin_layout Plain Layout
32525 \align left
32526 This box
32527 \end_layout
32528
32529 \begin_layout Plain Layout
32530 \align center
32531 text is
32532 \end_layout
32533
32534 \begin_layout Plain Layout
32535 \align right
32536 stretched.
32537 \end_layout
32538
32539 \end_inset
32540
32541
32542 \end_layout
32543
32544 \begin_layout Standard
32545 If you have not set an 
32546 \family sans
32547 Inner
32548 \begin_inset space ~
32549 \end_inset
32550
32551 Box
32552 \family default
32553 , you can align the box content horizontally in the box dialog.
32554 \end_layout
32555
32556 \begin_layout Standard
32557 \align center
32558 \begin_inset Box Boxed
32559 position "c"
32560 hor_pos "s"
32561 has_inner_box 0
32562 inner_pos "s"
32563 use_parbox 0
32564 use_makebox 0
32565 width "90col%"
32566 special "none"
32567 height "1.25in"
32568 height_special "totalheight"
32569 status collapsed
32570
32571 \begin_layout Plain Layout
32572 This box text is horizontally stretched.
32573 \end_layout
32574
32575 \end_inset
32576
32577
32578 \end_layout
32579
32580 \begin_layout Subsection
32581 Decoration
32582 \begin_inset CommandInset label
32583 LatexCommand label
32584 name "sec:Decoration"
32585
32586 \end_inset
32587
32588
32589 \begin_inset Index idx
32590 status collapsed
32591
32592 \begin_layout Plain Layout
32593 Boxes ! Decoration
32594 \end_layout
32595
32596 \end_inset
32597
32598
32599 \end_layout
32600
32601 \begin_layout Standard
32602 The type of the box can be specified in the box dialog in the drop-down
32603  list 
32604 \family sans
32605 Decoration
32606 \family default
32607 .
32608  The following types are possible:
32609 \end_layout
32610
32611 \begin_layout Description
32612 No
32613 \begin_inset space ~
32614 \end_inset
32615
32616 frame Nothing is drawn.
32617 \end_layout
32618
32619 \begin_layout Description
32620 Simple
32621 \begin_inset space ~
32622 \end_inset
32623
32624 rectangular
32625 \begin_inset space ~
32626 \end_inset
32627
32628 frame This draws a rectangular frame around the box.
32629  The frame line thickness has the size of 
32630 \series bold
32631
32632 \backslash
32633 fboxrule
32634 \series default
32635 .
32636  
32637 \begin_inset Box Boxed
32638 position "c"
32639 hor_pos "c"
32640 has_inner_box 1
32641 inner_pos "c"
32642 use_parbox 0
32643 use_makebox 0
32644 width "20col%"
32645 special "none"
32646 height "1in"
32647 height_special "totalheight"
32648 status collapsed
32649
32650 \begin_layout Plain Layout
32651 \align center
32652 Rectangular box
32653 \end_layout
32654
32655 \end_inset
32656
32657
32658 \end_layout
32659
32660 \begin_layout Description
32661 Oval
32662 \begin_inset space ~
32663 \end_inset
32664
32665 box,
32666 \begin_inset space ~
32667 \end_inset
32668
32669 thin This draws an oval frame around the box.
32670  The frame line thickness has the size 0.4
32671 \begin_inset space \thinspace{}
32672 \end_inset
32673
32674 pt.
32675  
32676 \begin_inset Box ovalbox
32677 position "c"
32678 hor_pos "c"
32679 has_inner_box 1
32680 inner_pos "c"
32681 use_parbox 0
32682 use_makebox 0
32683 width "20col%"
32684 special "none"
32685 height "1in"
32686 height_special "totalheight"
32687 status collapsed
32688
32689 \begin_layout Plain Layout
32690 \align center
32691 Oval box, thin
32692 \end_layout
32693
32694 \end_inset
32695
32696
32697 \end_layout
32698
32699 \begin_layout Description
32700 Oval
32701 \begin_inset space ~
32702 \end_inset
32703
32704 box,
32705 \begin_inset space ~
32706 \end_inset
32707
32708 thick This draws an oval frame around the box.
32709  The frame line thickness has the size 0.8
32710 \begin_inset space \thinspace{}
32711 \end_inset
32712
32713 pt.
32714  
32715 \begin_inset Box Ovalbox
32716 position "c"
32717 hor_pos "c"
32718 has_inner_box 1
32719 inner_pos "c"
32720 use_parbox 0
32721 use_makebox 0
32722 width "20col%"
32723 special "none"
32724 height "1in"
32725 height_special "totalheight"
32726 status collapsed
32727
32728 \begin_layout Plain Layout
32729 \align center
32730 Oval box, thick
32731 \end_layout
32732
32733 \end_inset
32734
32735
32736 \end_layout
32737
32738 \begin_layout Description
32739 Drop
32740 \begin_inset space ~
32741 \end_inset
32742
32743 shadow This draws a rectangular frame with a shadow around the box.
32744  The frame line thickness has the size of 
32745 \series bold
32746
32747 \backslash
32748 fboxrule
32749 \series default
32750 , the shadow has a width of 4
32751 \begin_inset space \thinspace{}
32752 \end_inset
32753
32754 pt.
32755  
32756 \begin_inset Box Shadowbox
32757 position "c"
32758 hor_pos "c"
32759 has_inner_box 1
32760 inner_pos "c"
32761 use_parbox 0
32762 use_makebox 0
32763 width "20col%"
32764 special "none"
32765 height "1in"
32766 height_special "totalheight"
32767 status collapsed
32768
32769 \begin_layout Plain Layout
32770 \align center
32771 Shadow box
32772 \end_layout
32773
32774 \end_inset
32775
32776
32777 \end_layout
32778
32779 \begin_layout Description
32780 Shaded
32781 \begin_inset space ~
32782 \end_inset
32783
32784 background This draws a box with a red background.
32785  Unlike colored boxes
32786 \begin_inset Foot
32787 status collapsed
32788
32789 \begin_layout Plain Layout
32790 see sec.
32791 \begin_inset space \thinspace{}
32792 \end_inset
32793
32794
32795 \begin_inset CommandInset ref
32796 LatexCommand ref
32797 reference "sec:Colored-Boxes"
32798
32799 \end_inset
32800
32801
32802 \end_layout
32803
32804 \end_inset
32805
32806 , it always uses the whole column width and the box is set as its own paragraph.
32807  
32808 \begin_inset Box Shaded
32809 position "t"
32810 hor_pos "c"
32811 has_inner_box 0
32812 inner_pos "t"
32813 use_parbox 0
32814 use_makebox 0
32815 width "50col%"
32816 special "none"
32817 height "1in"
32818 height_special "totalheight"
32819 status collapsed
32820
32821 \begin_layout Plain Layout
32822 Shaded background box
32823 \end_layout
32824
32825 \end_inset
32826
32827
32828 \end_layout
32829
32830 \begin_layout Description
32831 Double
32832 \begin_inset space ~
32833 \end_inset
32834
32835 rectangular
32836 \begin_inset space ~
32837 \end_inset
32838
32839 frame This draws a double-line rectangular frame around the box.
32840  The line thickness of the inner frame is 0.75
32841 \begin_inset space \thinspace{}
32842 \end_inset
32843
32844
32845 \series bold
32846
32847 \backslash
32848 fboxrule
32849 \series default
32850 , the thickness of the outer frame is 1.5
32851 \begin_inset space \thinspace{}
32852 \end_inset
32853
32854
32855 \series bold
32856
32857 \backslash
32858 fboxrule
32859 \series default
32860 .
32861  The distance between the lines is 1.5
32862 \begin_inset space \thinspace{}
32863 \end_inset
32864
32865
32866 \series bold
32867
32868 \backslash
32869 fboxrule
32870 \series default
32871
32872 \begin_inset space \thinspace{}
32873 \end_inset
32874
32875 +
32876 \begin_inset space \thinspace{}
32877 \end_inset
32878
32879 0.5
32880 \begin_inset space \thinspace{}
32881 \end_inset
32882
32883 pt.
32884  
32885 \begin_inset Box Doublebox
32886 position "c"
32887 hor_pos "c"
32888 has_inner_box 1
32889 inner_pos "c"
32890 use_parbox 0
32891 use_makebox 0
32892 width "20col%"
32893 special "none"
32894 height "1in"
32895 height_special "totalheight"
32896 status collapsed
32897
32898 \begin_layout Plain Layout
32899 \align center
32900 Double rectangular box
32901 \end_layout
32902
32903 \end_inset
32904
32905
32906 \end_layout
32907
32908 \begin_layout Standard
32909 \begin_inset VSpace bigskip
32910 \end_inset
32911
32912 LyX's box label will reflect the different frame types.
32913  To be able to use all types, the LaTeX-package 
32914 \series bold
32915 fancybox
32916 \series default
32917
32918 \begin_inset Index idx
32919 status collapsed
32920
32921 \begin_layout Plain Layout
32922 LaTeX-packages ! fancybox
32923 \end_layout
32924
32925 \end_inset
32926
32927  must be installed.
32928 \end_layout
32929
32930 \begin_layout Standard
32931 \begin_inset VSpace bigskip
32932 \end_inset
32933
32934 When you use the decoration 
32935 \family sans
32936 simple rectangular frame
32937 \family default
32938  and no inner box, you can allow page breaks within a box.
32939  Note that then, unlike other framed boxes, the frame always uses the whole
32940  column width, the box is set as its own paragraph, and 
32941 \series bold
32942
32943 \backslash
32944 fboxrule
32945 \series default
32946  and 
32947 \series bold
32948
32949 \backslash
32950 fboxsep
32951 \series default
32952  have no effect on this box type.
32953  The frame line thickness has the size of 
32954 \series bold
32955
32956 \backslash
32957 FrameRule
32958 \series default
32959 .
32960  
32961 \begin_inset Box Framed
32962 position "t"
32963 hor_pos "c"
32964 has_inner_box 0
32965 inner_pos "t"
32966 use_parbox 0
32967 use_makebox 0
32968 width "100col%"
32969 special "none"
32970 height "1in"
32971 height_special "totalheight"
32972 status collapsed
32973
32974 \begin_layout Plain Layout
32975 Allow page break box
32976 \end_layout
32977
32978 \end_inset
32979
32980
32981 \end_layout
32982
32983 \begin_layout Section
32984 Box Customization
32985 \begin_inset Index idx
32986 status collapsed
32987
32988 \begin_layout Plain Layout
32989 Boxes ! Customization
32990 \end_layout
32991
32992 \end_inset
32993
32994
32995 \end_layout
32996
32997 \begin_layout Standard
32998 The default value for the size 
32999 \series bold
33000
33001 \backslash
33002 fboxrule
33003 \series default
33004  is 0.4
33005 \begin_inset space \thinspace{}
33006 \end_inset
33007
33008 pt.
33009  It can be changed with the following command in TeX-code to e.
33010 \begin_inset space \thinspace{}
33011 \end_inset
33012
33013 g.
33014 \begin_inset space \space{}
33015 \end_inset
33016
33017 2
33018 \begin_inset space \thinspace{}
33019 \end_inset
33020
33021 pt:
33022 \end_layout
33023
33024 \begin_layout Standard
33025
33026 \series bold
33027
33028 \backslash
33029 setlength{
33030 \backslash
33031 fboxrule}{2pt}
33032 \end_layout
33033
33034 \begin_layout Standard
33035 \begin_inset ERT
33036 status collapsed
33037
33038 \begin_layout Plain Layout
33039
33040
33041 \backslash
33042 setlength{
33043 \backslash
33044 fboxrule}{2pt}
33045 \end_layout
33046
33047 \end_inset
33048
33049
33050 \begin_inset Box Boxed
33051 position "c"
33052 hor_pos "c"
33053 has_inner_box 1
33054 inner_pos "c"
33055 use_parbox 0
33056 use_makebox 0
33057 width "25col%"
33058 special "none"
33059 height "1in"
33060 height_special "totalheight"
33061 status open
33062
33063 \begin_layout Plain Layout
33064 \align center
33065 Rectangular box with 
33066 \series bold
33067
33068 \backslash
33069 fboxrule
33070 \series default
33071
33072 \begin_inset space \thinspace{}
33073 \end_inset
33074
33075 =
33076 \begin_inset space \thinspace{}
33077 \end_inset
33078
33079 2
33080 \begin_inset space \thinspace{}
33081 \end_inset
33082
33083 pt
33084 \end_layout
33085
33086 \end_inset
33087
33088
33089 \begin_inset ERT
33090 status collapsed
33091
33092 \begin_layout Plain Layout
33093
33094
33095 \backslash
33096 setlength{
33097 \backslash
33098 fboxrule}{0.4pt}
33099 \end_layout
33100
33101 \end_inset
33102
33103
33104 \end_layout
33105
33106 \begin_layout Standard
33107 \begin_inset VSpace bigskip
33108 \end_inset
33109
33110 The space between the frame and the box content is for all frame styles
33111  by default 3
33112 \begin_inset space \thinspace{}
33113 \end_inset
33114
33115 pt.
33116  You can change it by setting the length 
33117 \series bold
33118
33119 \backslash
33120 fboxsep
33121 \series default
33122  to another value.
33123  For example the command
33124 \end_layout
33125
33126 \begin_layout Standard
33127
33128 \series bold
33129
33130 \backslash
33131 setlength{
33132 \backslash
33133 fboxsep}{10pt}
33134 \end_layout
33135
33136 \begin_layout Standard
33137 sets the value to 10
33138 \begin_inset space \thinspace{}
33139 \end_inset
33140
33141 pt, as with the following box:
33142 \end_layout
33143
33144 \begin_layout Standard
33145 \begin_inset ERT
33146 status collapsed
33147
33148 \begin_layout Plain Layout
33149
33150
33151 \backslash
33152 setlength{
33153 \backslash
33154 fboxsep}{10pt}
33155 \end_layout
33156
33157 \end_inset
33158
33159
33160 \begin_inset Box Boxed
33161 position "c"
33162 hor_pos "c"
33163 has_inner_box 1
33164 inner_pos "c"
33165 use_parbox 0
33166 use_makebox 0
33167 width "25col%"
33168 special "none"
33169 height "1in"
33170 height_special "totalheight"
33171 status open
33172
33173 \begin_layout Plain Layout
33174 \align center
33175 Rectangular box with 
33176 \series bold
33177
33178 \backslash
33179 fboxsep
33180 \series default
33181
33182 \begin_inset space \thinspace{}
33183 \end_inset
33184
33185 =
33186 \begin_inset space \thinspace{}
33187 \end_inset
33188
33189 10
33190 \begin_inset space \thinspace{}
33191 \end_inset
33192
33193 pt
33194 \end_layout
33195
33196 \end_inset
33197
33198
33199 \begin_inset ERT
33200 status collapsed
33201
33202 \begin_layout Plain Layout
33203
33204
33205 \backslash
33206 setlength{
33207 \backslash
33208 fboxsep}{3pt}
33209 \end_layout
33210
33211 \end_inset
33212
33213
33214 \end_layout
33215
33216 \begin_layout Standard
33217 \begin_inset VSpace bigskip
33218 \end_inset
33219
33220 The diameter of the round corners of the oval boxes can be set with the
33221  command 
33222 \series bold
33223
33224 \backslash
33225 cornersize
33226 \series default
33227 .
33228  The command
33229 \end_layout
33230
33231 \begin_layout Standard
33232
33233 \series bold
33234
33235 \backslash
33236 cornersize*{1cm}
33237 \end_layout
33238
33239 \begin_layout Standard
33240 sets the diameter to 1
33241 \begin_inset space \thinspace{}
33242 \end_inset
33243
33244 cm.
33245  The command
33246 \end_layout
33247
33248 \begin_layout Standard
33249
33250 \series bold
33251
33252 \backslash
33253 cornersize{num}
33254 \end_layout
33255
33256 \begin_layout Standard
33257 sets the diameter to 
33258 \family sans
33259 num
33260 \begin_inset space \thinspace{}
33261 \end_inset
33262
33263 ×
33264 \begin_inset space \thinspace{}
33265 \end_inset
33266
33267 minimum(width and height of box)
33268 \family default
33269 .
33270  The default is 
33271 \series bold
33272
33273 \backslash
33274 cornersize{0.5}
33275 \series default
33276 .
33277 \end_layout
33278
33279 \begin_layout Standard
33280 \begin_inset ERT
33281 status collapsed
33282
33283 \begin_layout Plain Layout
33284
33285
33286 \backslash
33287 cornersize*{1.5cm}
33288 \end_layout
33289
33290 \end_inset
33291
33292
33293 \begin_inset Box Ovalbox
33294 position "c"
33295 hor_pos "c"
33296 has_inner_box 1
33297 inner_pos "c"
33298 use_parbox 0
33299 use_makebox 0
33300 width "25col%"
33301 special "none"
33302 height "1in"
33303 height_special "totalheight"
33304 status open
33305
33306 \begin_layout Plain Layout
33307 \align center
33308 Oval box with 
33309 \series bold
33310
33311 \backslash
33312 cornersize
33313 \series default
33314
33315 \begin_inset space \thinspace{}
33316 \end_inset
33317
33318 =
33319 \begin_inset space \thinspace{}
33320 \end_inset
33321
33322 1.5
33323 \begin_inset space \thinspace{}
33324 \end_inset
33325
33326 cm
33327 \end_layout
33328
33329 \end_inset
33330
33331
33332 \begin_inset ERT
33333 status collapsed
33334
33335 \begin_layout Plain Layout
33336
33337
33338 \backslash
33339 cornersize{0.5}
33340 \end_layout
33341
33342 \end_inset
33343
33344
33345 \end_layout
33346
33347 \begin_layout Standard
33348 \begin_inset VSpace bigskip
33349 \end_inset
33350
33351 The size of the shadow can be adjusted by changing the length 
33352 \series bold
33353
33354 \backslash
33355 shadowsize
33356 \series default
33357 .
33358  It it set to 2
33359 \begin_inset space \thinspace{}
33360 \end_inset
33361
33362 pt for the following box by this command:
33363 \end_layout
33364
33365 \begin_layout Standard
33366
33367 \series bold
33368
33369 \backslash
33370 setlength{
33371 \backslash
33372 shadowsize}{2pt}
33373 \end_layout
33374
33375 \begin_layout Standard
33376 \begin_inset ERT
33377 status collapsed
33378
33379 \begin_layout Plain Layout
33380
33381
33382 \backslash
33383 setlength{
33384 \backslash
33385 shadowsize}{2pt}
33386 \end_layout
33387
33388 \end_inset
33389
33390
33391 \begin_inset Box Shadowbox
33392 position "c"
33393 hor_pos "c"
33394 has_inner_box 1
33395 inner_pos "c"
33396 use_parbox 0
33397 use_makebox 0
33398 width "25col%"
33399 special "none"
33400 height "1in"
33401 height_special "totalheight"
33402 status open
33403
33404 \begin_layout Plain Layout
33405 \align center
33406 Shadow box with 
33407 \series bold
33408
33409 \backslash
33410 shadowsize
33411 \series default
33412
33413 \begin_inset space \thinspace{}
33414 \end_inset
33415
33416 =
33417 \begin_inset space \thinspace{}
33418 \end_inset
33419
33420 2
33421 \begin_inset space \thinspace{}
33422 \end_inset
33423
33424 pt
33425 \end_layout
33426
33427 \end_inset
33428
33429
33430 \begin_inset ERT
33431 status collapsed
33432
33433 \begin_layout Plain Layout
33434
33435
33436 \backslash
33437 setlength{
33438 \backslash
33439 shadowsize}{4pt}
33440 \end_layout
33441
33442 \end_inset
33443
33444
33445 \end_layout
33446
33447 \begin_layout Standard
33448 \begin_inset VSpace bigskip
33449 \end_inset
33450
33451
33452 \end_layout
33453
33454 \begin_layout Standard
33455 The default value for the size 
33456 \series bold
33457
33458 \backslash
33459 FrameRule
33460 \series default
33461  is 0.4
33462 \begin_inset space \thinspace{}
33463 \end_inset
33464
33465 pt.
33466  The default space between the note content and the frame is 9
33467 \begin_inset space \thinspace{}
33468 \end_inset
33469
33470 pt and can be changed with the value of 
33471 \series bold
33472
33473 \backslash
33474 FrameSep
33475 \series default
33476 .
33477  For example the frame appearance of the following 
33478 \family sans
33479 box
33480 \family default
33481  is set with the TeX-Code commands
33482 \end_layout
33483
33484 \begin_layout Standard
33485
33486 \series bold
33487
33488 \backslash
33489 setlength{
33490 \backslash
33491 FrameRule}{5pt}
33492 \begin_inset Newline newline
33493 \end_inset
33494
33495
33496 \backslash
33497 setlength{
33498 \backslash
33499 FrameSep}{0.5cm}
33500 \end_layout
33501
33502 \begin_layout Standard
33503 \begin_inset ERT
33504 status collapsed
33505
33506 \begin_layout Plain Layout
33507
33508
33509 \backslash
33510 setlength{
33511 \backslash
33512 FrameRule}{5pt}
33513 \end_layout
33514
33515 \begin_layout Plain Layout
33516
33517
33518 \backslash
33519 setlength{
33520 \backslash
33521 FrameSep}{0.5cm}
33522 \end_layout
33523
33524 \end_inset
33525
33526
33527 \begin_inset Box Framed
33528 position "t"
33529 hor_pos "c"
33530 has_inner_box 0
33531 inner_pos "t"
33532 use_parbox 0
33533 use_makebox 0
33534 width "100col%"
33535 special "none"
33536 height "1in"
33537 height_special "totalheight"
33538 status open
33539
33540 \begin_layout Plain Layout
33541 This is text in an 
33542 \family sans
33543 allow page break
33544 \family default
33545  box.
33546 \end_layout
33547
33548 \end_inset
33549
33550
33551 \begin_inset ERT
33552 status collapsed
33553
33554 \begin_layout Plain Layout
33555
33556
33557 \backslash
33558 setlength{
33559 \backslash
33560 FrameRule}{0.4pt}
33561 \end_layout
33562
33563 \begin_layout Plain Layout
33564
33565
33566 \backslash
33567 setlength{
33568 \backslash
33569 FrameSep}{9pt}
33570 \end_layout
33571
33572 \end_inset
33573
33574
33575 \end_layout
33576
33577 \begin_layout Standard
33578 \begin_inset VSpace bigskip
33579 \end_inset
33580
33581
33582 \end_layout
33583
33584 \begin_layout Standard
33585 For 
33586 \family sans
33587 shaded background
33588 \family default
33589  boxes the default space between the box content and the box border is 3
33590 \begin_inset space \thinspace{}
33591 \end_inset
33592
33593 pt and can be changed with the value of 
33594 \series bold
33595
33596 \backslash
33597 fboxsep
33598 \series default
33599 .
33600  The default background color red can either be changed locally with the
33601  command 
33602 \series bold
33603
33604 \backslash
33605 definecolor{shadecolor}
33606 \series default
33607  or globally with the menu 
33608 \family sans
33609 Tools\SpecialChar \menuseparator
33610 Preferences\SpecialChar \menuseparator
33611 Colors\SpecialChar \menuseparator
33612 shaded
33613 \begin_inset space ~
33614 \end_inset
33615
33616 box
33617 \family default
33618 .
33619  The scheme of the 
33620 \series bold
33621
33622 \backslash
33623 definecolor
33624 \series default
33625  command is explained in section
33626 \begin_inset space ~
33627 \end_inset
33628
33629
33630 \begin_inset CommandInset ref
33631 LatexCommand ref
33632 reference "sec:Colored-Tables"
33633
33634 \end_inset
33635
33636 .
33637 \begin_inset Foot
33638 status collapsed
33639
33640 \begin_layout Plain Layout
33641 Note that 
33642 \series bold
33643
33644 \backslash
33645 definecolor
33646 \series default
33647  requires the LaTeX-package 
33648 \series bold
33649 color
33650 \series default
33651  in the preamble, see section
33652 \begin_inset space ~
33653 \end_inset
33654
33655
33656 \begin_inset CommandInset ref
33657 LatexCommand ref
33658 reference "sec:Colored-Boxes"
33659
33660 \end_inset
33661
33662 .
33663 \end_layout
33664
33665 \end_inset
33666
33667  For example the appearance of the following shaded background box is set
33668  with the TeX-Code commands
33669 \end_layout
33670
33671 \begin_layout Standard
33672
33673 \series bold
33674
33675 \backslash
33676 setlength{
33677 \backslash
33678 fboxsep}{0.5cm}
33679 \series default
33680
33681 \begin_inset Newline newline
33682 \end_inset
33683
33684
33685 \series bold
33686
33687 \backslash
33688 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33689 \end_layout
33690
33691 \begin_layout Standard
33692 \begin_inset ERT
33693 status collapsed
33694
33695 \begin_layout Plain Layout
33696
33697
33698 \backslash
33699 setlength{
33700 \backslash
33701 fboxsep}{0.5cm}
33702 \end_layout
33703
33704 \begin_layout Plain Layout
33705
33706
33707 \backslash
33708 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33709 \end_layout
33710
33711 \end_inset
33712
33713
33714 \begin_inset Box Shaded
33715 position "t"
33716 hor_pos "c"
33717 has_inner_box 0
33718 inner_pos "t"
33719 use_parbox 0
33720 use_makebox 0
33721 width "100col%"
33722 special "none"
33723 height "1in"
33724 height_special "totalheight"
33725 status open
33726
33727 \begin_layout Plain Layout
33728
33729 \color yellow
33730 This is yellow text in a
33731 \color none
33732  
33733 \family sans
33734 \color yellow
33735 shaded background
33736 \family default
33737 \color none
33738  
33739 \color yellow
33740 box with dark green background.
33741 \end_layout
33742
33743 \end_inset
33744
33745
33746 \begin_inset ERT
33747 status collapsed
33748
33749 \begin_layout Plain Layout
33750
33751
33752 \backslash
33753 setlength{
33754 \backslash
33755 fboxsep}{3pt}
33756 \end_layout
33757
33758 \begin_layout Plain Layout
33759
33760
33761 \backslash
33762 definecolor{shadecolor}{rgb}{1,0,0}
33763 \end_layout
33764
33765 \end_inset
33766
33767
33768 \end_layout
33769
33770 \begin_layout Standard
33771 \begin_inset VSpace bigskip
33772 \end_inset
33773
33774 Changed lengths and widths are valid for all boxes following the commands
33775  that change them.
33776 \end_layout
33777
33778 \begin_layout Section
33779 Minipages
33780 \begin_inset CommandInset label
33781 LatexCommand label
33782 name "sec:Minipages"
33783
33784 \end_inset
33785
33786
33787 \begin_inset Index idx
33788 status collapsed
33789
33790 \begin_layout Plain Layout
33791 Boxes ! Minipages
33792 \end_layout
33793
33794 \end_inset
33795
33796
33797 \end_layout
33798
33799 \begin_layout Standard
33800 Minipages are treated by LaTeX as pages within pages and can therefore for
33801  example have their own footnotes.
33802 \end_layout
33803
33804 \begin_layout Standard
33805 Minipages are useful when you write documents with different languages.
33806 \end_layout
33807
33808 \begin_layout Standard
33809 Below are two example minipages side by side.
33810  Their width is set to 45
33811 \begin_inset space \thinspace{}
33812 \end_inset
33813
33814 col% and they are separated by a horizontal fill, that was inserted via
33815  the menu 
33816 \family sans
33817 Insert\SpecialChar \menuseparator
33818 Special
33819 \begin_inset space ~
33820 \end_inset
33821
33822 Formatting\SpecialChar \menuseparator
33823 Horizontal
33824 \begin_inset space ~
33825 \end_inset
33826
33827 Fill
33828 \family default
33829 .
33830 \begin_inset Newpage newpage
33831 \end_inset
33832
33833
33834 \end_layout
33835
33836 \begin_layout Standard
33837 \begin_inset Box Frameless
33838 position "t"
33839 hor_pos "c"
33840 has_inner_box 1
33841 inner_pos "c"
33842 use_parbox 0
33843 use_makebox 0
33844 width "45col%"
33845 special "none"
33846 height "1in"
33847 height_special "totalheight"
33848 status open
33849
33850 \begin_layout Plain Layout
33851
33852 \lang ngerman
33853 Dies ist ein deutscher Text.
33854  Dies ist ein deutscher Text.
33855  Dies ist ein deutscher Text.
33856  Dies ist ein deutscher Text.
33857  Dies ist ein deutscher Text.
33858  Dies ist ein deutscher Text.
33859  Dies ist ein deutscher Text.
33860  Dies ist ein deutscher Text.
33861  Dies ist ein deutscher Text.
33862  Dies ist ein deutscher Text.
33863  Dies ist ein deutscher Text.
33864  Dies ist ein deutscher Text.
33865  Dies ist ein deutscher Text
33866 \begin_inset Foot
33867 status collapsed
33868
33869 \begin_layout Plain Layout
33870
33871 \lang ngerman
33872 Dies ist eine deutsche Fußnote.
33873 \end_layout
33874
33875 \end_inset
33876
33877 .
33878  Dies ist ein deutscher Text.
33879  Dies ist ein deutscher Text.
33880 \end_layout
33881
33882 \end_inset
33883
33884
33885 \begin_inset space \hfill{}
33886 \end_inset
33887
33888
33889 \begin_inset Box Frameless
33890 position "t"
33891 hor_pos "c"
33892 has_inner_box 1
33893 inner_pos "c"
33894 use_parbox 0
33895 use_makebox 0
33896 width "45col%"
33897 special "none"
33898 height "1in"
33899 height_special "totalheight"
33900 status open
33901
33902 \begin_layout Plain Layout
33903 This is an English Text.
33904  This is an English Text.
33905  This is an English Text.
33906  This is an English Text.
33907  This is an English Text.
33908  This is an English Text.
33909  This is an English Text.
33910  This is an English Text.
33911  This is an English Text.
33912  This is an English Text.
33913  This is an English Text.
33914  This is an English Text.
33915  This is an English Text.
33916  This is an English Text.
33917  This is an English Text.
33918  This is an English Text.
33919 \begin_inset Foot
33920 status collapsed
33921
33922 \begin_layout Plain Layout
33923 This is an English footnote.
33924 \end_layout
33925
33926 \end_inset
33927
33928  This is an English Text.
33929 \end_layout
33930
33931 \end_inset
33932
33933
33934 \end_layout
33935
33936 \begin_layout Standard
33937 \begin_inset VSpace bigskip
33938 \end_inset
33939
33940 The document-wide paragraph settings are ignored within minipages.
33941  That means that there will be no space between paragraphs in minipages
33942  although you set it to e.
33943 \begin_inset space \thinspace{}
33944 \end_inset
33945
33946 g.
33947 \begin_inset space \space{}
33948 \end_inset
33949
33950
33951 \family sans
33952 MedSkip
33953 \family default
33954  in the document settings.
33955 \end_layout
33956
33957 \begin_layout Standard
33958 Minipages can also be used to set a background color for text parts, see
33959  section
33960 \begin_inset space ~
33961 \end_inset
33962
33963
33964 \begin_inset CommandInset ref
33965 LatexCommand ref
33966 reference "sub:Color-for-Paragraphs"
33967
33968 \end_inset
33969
33970 .
33971 \end_layout
33972
33973 \begin_layout Standard
33974 \begin_inset Note Greyedout
33975 status open
33976
33977 \begin_layout Plain Layout
33978
33979 \series bold
33980 Note:
33981 \series default
33982  You cannot have floats or margin notes inside minipages but minipages can
33983  be used inside tables, floats, and other boxes.
33984 \end_layout
33985
33986 \end_inset
33987
33988
33989 \end_layout
33990
33991 \begin_layout Section
33992 Parboxes
33993 \begin_inset CommandInset label
33994 LatexCommand label
33995 name "sec:Parboxes"
33996
33997 \end_inset
33998
33999
34000 \begin_inset Index idx
34001 status collapsed
34002
34003 \begin_layout Plain Layout
34004 Boxes ! Parboxes
34005 \end_layout
34006
34007 \end_inset
34008
34009
34010 \end_layout
34011
34012 \begin_layout Standard
34013 Parboxes are very similar to minipages with the difference that they cannot
34014  have footnotes.
34015 \end_layout
34016
34017 \begin_layout Standard
34018 \align center
34019 \begin_inset Box Frameless
34020 position "t"
34021 hor_pos "c"
34022 has_inner_box 1
34023 inner_pos "t"
34024 use_parbox 1
34025 use_makebox 0
34026 width "33col%"
34027 special "none"
34028 height "1in"
34029 height_special "totalheight"
34030 status open
34031
34032 \begin_layout Plain Layout
34033 This a text within a parbox.
34034  This a text within a parbox.
34035 \end_layout
34036
34037 \begin_layout Plain Layout
34038 This footnote won't appear:
34039 \begin_inset Foot
34040 status collapsed
34041
34042 \begin_layout Plain Layout
34043 This footnote is inside a parbox and will therefore not appear.
34044 \end_layout
34045
34046 \end_inset
34047
34048
34049 \end_layout
34050
34051 \end_inset
34052
34053
34054 \end_layout
34055
34056 \begin_layout Section
34057 Boxes for Words and Characters
34058 \begin_inset Index idx
34059 status collapsed
34060
34061 \begin_layout Plain Layout
34062 Boxes ! for Characters
34063 \end_layout
34064
34065 \end_inset
34066
34067
34068 \end_layout
34069
34070 \begin_layout Subsection
34071 Prevent Hyphenation
34072 \begin_inset CommandInset label
34073 LatexCommand label
34074 name "sec:Prevent-Hyphenation"
34075
34076 \end_inset
34077
34078
34079 \begin_inset Index idx
34080 status collapsed
34081
34082 \begin_layout Plain Layout
34083 Boxes ! to Prevent Hyphenation
34084 \end_layout
34085
34086 \end_inset
34087
34088
34089 \end_layout
34090
34091 \begin_layout Standard
34092 You can use the box type 
34093 \family sans
34094 Makebox
34095 \family default
34096  to prevent words or text from being hyphenated.
34097 \begin_inset Newline newline
34098 \end_inset
34099
34100 Here is an example text:
34101 \end_layout
34102
34103 \begin_layout Standard
34104 This line is an example to show how you can prevent the hyphenation of 
34105 \begin_inset Quotes eld
34106 \end_inset
34107
34108 veryverylongword
34109 \begin_inset Quotes erd
34110 \end_inset
34111
34112 .
34113 \end_layout
34114
34115 \begin_layout Standard
34116 To prevent the hyphenation of the word 
34117 \begin_inset Quotes eld
34118 \end_inset
34119
34120 veryverylongword
34121 \begin_inset Quotes erd
34122 \end_inset
34123
34124 , put the word into a box, set the 
34125 \family sans
34126 Inner
34127 \begin_inset space ~
34128 \end_inset
34129
34130 box
34131 \family default
34132  to 
34133 \family sans
34134 Makebox
34135 \family default
34136  and its width to 1
34137 \begin_inset space \thinspace{}
34138 \end_inset
34139
34140 Width.
34141 \end_layout
34142
34143 \begin_layout Standard
34144 This is the result:
34145 \end_layout
34146
34147 \begin_layout Standard
34148 This line is an example to show how you can prevent the hyphenation of 
34149 \begin_inset Box Frameless
34150 position "t"
34151 hor_pos "c"
34152 has_inner_box 1
34153 inner_pos "t"
34154 use_parbox 0
34155 use_makebox 1
34156 width "1in"
34157 special "width"
34158 height "1in"
34159 height_special "totalheight"
34160 status open
34161
34162 \begin_layout Plain Layout
34163 \begin_inset Quotes eld
34164 \end_inset
34165
34166 veryverylongword
34167 \begin_inset Quotes erd
34168 \end_inset
34169
34170
34171 \end_layout
34172
34173 \end_inset
34174
34175 .
34176 \end_layout
34177
34178 \begin_layout Standard
34179 You can alternatively set the command 
34180 \begin_inset Quotes eld
34181 \end_inset
34182
34183
34184 \series bold
34185
34186 \backslash
34187 -
34188 \series default
34189
34190 \begin_inset Quotes grd
34191 \end_inset
34192
34193  as TeX-Code directly before the word:
34194 \end_layout
34195
34196 \begin_layout Standard
34197 This line is an example to show how you can prevent the hyphenation of 
34198 \begin_inset Quotes eld
34199 \end_inset
34200
34201
34202 \begin_inset ERT
34203 status collapsed
34204
34205 \begin_layout Plain Layout
34206
34207
34208 \backslash
34209 -
34210 \end_layout
34211
34212 \end_inset
34213
34214 veryverylongword
34215 \begin_inset Quotes erd
34216 \end_inset
34217
34218 .
34219 \end_layout
34220
34221 \begin_layout Standard
34222 Of course the word now protrudes over the side margin.
34223  To avoid this, add via the menu 
34224 \family sans
34225 Insert\SpecialChar \menuseparator
34226 Formatting\SpecialChar \menuseparator
34227 Ragged
34228 \begin_inset space ~
34229 \end_inset
34230
34231 Line
34232 \begin_inset space ~
34233 \end_inset
34234
34235 Break
34236 \family default
34237  (shortcut 
34238 \begin_inset Info
34239 type  "shortcut"
34240 arg   "newline-insert newline"
34241 \end_inset
34242
34243 ) a line break before the word:
34244 \end_layout
34245
34246 \begin_layout Standard
34247 This line is an example to show how you can prevent the hyphenation of 
34248 \begin_inset Newline newline
34249 \end_inset
34250
34251
34252 \begin_inset Box Frameless
34253 position "t"
34254 hor_pos "c"
34255 has_inner_box 1
34256 inner_pos "t"
34257 use_parbox 0
34258 use_makebox 1
34259 width "1in"
34260 special "width"
34261 height "1in"
34262 height_special "totalheight"
34263 status open
34264
34265 \begin_layout Plain Layout
34266 \begin_inset Quotes eld
34267 \end_inset
34268
34269 veryverylongword
34270 \begin_inset Quotes erd
34271 \end_inset
34272
34273
34274 \end_layout
34275
34276 \end_inset
34277
34278 .
34279 \end_layout
34280
34281 \begin_layout Subsection
34282 Vertical Alignment
34283 \begin_inset CommandInset label
34284 LatexCommand label
34285 name "sub:Vertical-Alignment"
34286
34287 \end_inset
34288
34289
34290 \begin_inset Index idx
34291 status collapsed
34292
34293 \begin_layout Plain Layout
34294 Boxes ! for Vertical Alignment
34295 \end_layout
34296
34297 \end_inset
34298
34299
34300 \begin_inset Index idx
34301 status collapsed
34302
34303 \begin_layout Plain Layout
34304 Boxes ! Raiseboxes
34305 \end_layout
34306
34307 \end_inset
34308
34309
34310 \end_layout
34311
34312 \begin_layout Standard
34313 With the help of the command 
34314 \series bold
34315
34316 \backslash
34317 raisebox
34318 \series default
34319  you can align words, characters or other boxes vertically relative to the
34320  surrounding text.
34321  
34322 \series bold
34323
34324 \backslash
34325 raisebox
34326 \series default
34327  is used with the following scheme:
34328 \end_layout
34329
34330 \begin_layout Standard
34331
34332 \series bold
34333
34334 \backslash
34335 raisebox{lift}[height][depth]{box content}
34336 \end_layout
34337
34338 \begin_layout Standard
34339 The lift can be a positive value to raise the box or a negative value to
34340  lower the box.
34341 \end_layout
34342
34343 \begin_layout Standard
34344 To align for example the word 
34345 \begin_inset Quotes eld
34346 \end_inset
34347
34348 preventing
34349 \begin_inset Quotes erd
34350 \end_inset
34351
34352  so that the bottom of the 
34353 \begin_inset Quotes eld
34354 \end_inset
34355
34356 deepest
34357 \begin_inset Quotes erd
34358 \end_inset
34359
34360  character 
34361 \begin_inset Quotes eld
34362 \end_inset
34363
34364 p
34365 \begin_inset Quotes erd
34366 \end_inset
34367
34368  is at the baseline, insert the command
34369 \end_layout
34370
34371 \begin_layout Standard
34372
34373 \series bold
34374
34375 \backslash
34376 raisebox{
34377 \backslash
34378 depth}{
34379 \end_layout
34380
34381 \begin_layout Standard
34382 in TeX-Code before the word.
34383  After the word insert a closing brace 
34384 \begin_inset Quotes eld
34385 \end_inset
34386
34387
34388 \series bold
34389 }
34390 \series default
34391
34392 \begin_inset Quotes erd
34393 \end_inset
34394
34395  in TeX-Code.
34396 \begin_inset Newline newline
34397 \end_inset
34398
34399 This is the result:
34400 \end_layout
34401
34402 \begin_layout Standard
34403 This is a text line with the word 
34404 \begin_inset ERT
34405 status collapsed
34406
34407 \begin_layout Plain Layout
34408
34409
34410 \backslash
34411 raisebox{
34412 \backslash
34413 depth}{
34414 \end_layout
34415
34416 \end_inset
34417
34418
34419 \begin_inset Quotes eld
34420 \end_inset
34421
34422 preventing
34423 \begin_inset Quotes erd
34424 \end_inset
34425
34426
34427 \begin_inset ERT
34428 status collapsed
34429
34430 \begin_layout Plain Layout
34431
34432 }
34433 \end_layout
34434
34435 \end_inset
34436
34437  as a raised word.
34438 \end_layout
34439
34440 \begin_layout Standard
34441 \begin_inset VSpace bigskip
34442 \end_inset
34443
34444 When you raise or lower characters in a line, the line distance will be
34445  spread:
34446 \end_layout
34447
34448 \begin_layout Standard
34449 This is a text line with the word 
34450 \begin_inset ERT
34451 status collapsed
34452
34453 \begin_layout Plain Layout
34454
34455
34456 \backslash
34457 raisebox{-
34458 \backslash
34459 depth}{
34460 \end_layout
34461
34462 \end_inset
34463
34464
34465 \begin_inset Quotes eld
34466 \end_inset
34467
34468 preventing
34469 \begin_inset Quotes erd
34470 \end_inset
34471
34472
34473 \begin_inset ERT
34474 status collapsed
34475
34476 \begin_layout Plain Layout
34477
34478 }
34479 \end_layout
34480
34481 \end_inset
34482
34483  as a lowered word.
34484 \begin_inset Newline newline
34485 \end_inset
34486
34487 This is a text line with the word 
34488 \begin_inset ERT
34489 status collapsed
34490
34491 \begin_layout Plain Layout
34492
34493
34494 \backslash
34495 raisebox{0.5cm}{
34496 \end_layout
34497
34498 \end_inset
34499
34500
34501 \begin_inset Quotes eld
34502 \end_inset
34503
34504 testing
34505 \begin_inset Quotes erd
34506 \end_inset
34507
34508
34509 \begin_inset ERT
34510 status collapsed
34511
34512 \begin_layout Plain Layout
34513
34514 }
34515 \end_layout
34516
34517 \end_inset
34518
34519  as a raised word.
34520 \end_layout
34521
34522 \begin_layout Standard
34523 If you want to prevent this for a certain reason, set the box height to
34524  a zero value.
34525  For example use
34526 \end_layout
34527
34528 \begin_layout Standard
34529
34530 \series bold
34531
34532 \backslash
34533 raisebox{-
34534 \backslash
34535 depth}[0pt]{
34536 \end_layout
34537
34538 \begin_layout Standard
34539 This is a text line with the word 
34540 \begin_inset ERT
34541 status collapsed
34542
34543 \begin_layout Plain Layout
34544
34545
34546 \backslash
34547 raisebox{-
34548 \backslash
34549 depth}[0pt]{
34550 \end_layout
34551
34552 \end_inset
34553
34554
34555 \begin_inset Quotes eld
34556 \end_inset
34557
34558 preventing
34559 \begin_inset Quotes erd
34560 \end_inset
34561
34562
34563 \begin_inset ERT
34564 status collapsed
34565
34566 \begin_layout Plain Layout
34567
34568 }
34569 \end_layout
34570
34571 \end_inset
34572
34573  as a lowered word.
34574 \begin_inset Newline newline
34575 \end_inset
34576
34577 This is a text line with the word 
34578 \begin_inset ERT
34579 status collapsed
34580
34581 \begin_layout Plain Layout
34582
34583
34584 \backslash
34585 raisebox{0.5cm}[0pt]{
34586 \end_layout
34587
34588 \end_inset
34589
34590
34591 \begin_inset Quotes eld
34592 \end_inset
34593
34594 testing
34595 \begin_inset Quotes erd
34596 \end_inset
34597
34598
34599 \begin_inset ERT
34600 status collapsed
34601
34602 \begin_layout Plain Layout
34603
34604 }
34605 \end_layout
34606
34607 \end_inset
34608
34609  as a raised word.
34610 \end_layout
34611
34612 \begin_layout Section
34613 Colored Boxes
34614 \begin_inset CommandInset label
34615 LatexCommand label
34616 name "sec:Colored-Boxes"
34617
34618 \end_inset
34619
34620
34621 \begin_inset Index idx
34622 status collapsed
34623
34624 \begin_layout Plain Layout
34625 Boxes ! Color
34626 \end_layout
34627
34628 \end_inset
34629
34630
34631 \end_layout
34632
34633 \begin_layout Subsection
34634 Color for Text
34635 \begin_inset Index idx
34636 status collapsed
34637
34638 \begin_layout Plain Layout
34639 Color ! for Text
34640 \end_layout
34641
34642 \end_inset
34643
34644
34645 \end_layout
34646
34647 \begin_layout Standard
34648 To color the background of text the text must be put into a so called 
34649 \begin_inset Quotes eld
34650 \end_inset
34651
34652 colorbox
34653 \begin_inset Quotes erd
34654 \end_inset
34655
34656 .
34657  This requires that the LaTeX-package 
34658 \series bold
34659 color
34660 \series default
34661
34662 \begin_inset Index idx
34663 status collapsed
34664
34665 \begin_layout Plain Layout
34666 LaTeX-packages ! color
34667 \end_layout
34668
34669 \end_inset
34670
34671  is loaded in the document preamble with the command
34672 \end_layout
34673
34674 \begin_layout Standard
34675
34676 \series bold
34677
34678 \backslash
34679 @ifundefined{textcolor}
34680 \begin_inset Newline newline
34681 \end_inset
34682
34683
34684 \begin_inset Phantom HPhantom
34685 status open
34686
34687 \begin_layout Plain Layout
34688
34689 \series bold
34690 \begin_inset space ~
34691 \end_inset
34692
34693
34694 \end_layout
34695
34696 \end_inset
34697
34698 {
34699 \backslash
34700 usepackage{color}}{}
34701 \end_layout
34702
34703 \begin_layout Standard
34704 The package 
34705 \series bold
34706 color
34707 \series default
34708  will be loaded automatically by LyX when you color text.
34709 \begin_inset Foot
34710 status collapsed
34711
34712 \begin_layout Plain Layout
34713 To avoid it being loaded twice the command 
34714 \series bold
34715
34716 \backslash
34717 @ifundefined
34718 \series default
34719  is used.
34720 \end_layout
34721
34722 \end_inset
34723
34724
34725 \end_layout
34726
34727 \begin_layout Standard
34728 \begin_inset VSpace medskip
34729 \end_inset
34730
34731 Colorboxes are created with the command 
34732 \series bold
34733
34734 \backslash
34735 colorbox
34736 \series default
34737 .
34738  This will be used with the following scheme:
34739 \end_layout
34740
34741 \begin_layout Standard
34742
34743 \series bold
34744
34745 \backslash
34746 colorbox{color}{box content}
34747 \end_layout
34748
34749 \begin_layout Standard
34750 The box content can also be a box and colorboxes can also be within other
34751  boxes.
34752 \end_layout
34753
34754 \begin_layout Standard
34755 The following colors are predefined:
34756 \begin_inset Newline newline
34757 \end_inset
34758
34759
34760 \family sans
34761 black
34762 \family default
34763
34764 \family sans
34765 blue
34766 \family default
34767
34768 \family sans
34769 cyan
34770 \family default
34771 \series bold
34772 ,
34773 \series default
34774  
34775 \family sans
34776 green
34777 \family default
34778
34779 \family sans
34780 magenta
34781 \family default
34782
34783 \family sans
34784 red
34785 \family default
34786
34787 \family sans
34788 white
34789 \family default
34790 , and 
34791 \family sans
34792 yellow
34793 \family default
34794 .
34795 \begin_inset Newline newline
34796 \end_inset
34797
34798 You can also define your own color as described in section
34799 \begin_inset space ~
34800 \end_inset
34801
34802
34803 \begin_inset CommandInset ref
34804 LatexCommand ref
34805 reference "sec:Colored-Tables"
34806
34807 \end_inset
34808
34809 .
34810 \end_layout
34811
34812 \begin_layout Standard
34813 To have e.
34814 \begin_inset space \thinspace{}
34815 \end_inset
34816
34817 g.
34818 \begin_inset space \space{}
34819 \end_inset
34820
34821 a red background for a word, insert the command
34822 \end_layout
34823
34824 \begin_layout Standard
34825
34826 \series bold
34827
34828 \backslash
34829 colorbox{red}{
34830 \end_layout
34831
34832 \begin_layout Standard
34833 before the word in TeX-Code.
34834  After the word insert a closing brace 
34835 \begin_inset Quotes eld
34836 \end_inset
34837
34838
34839 \series bold
34840 }
34841 \series default
34842
34843 \begin_inset Quotes erd
34844 \end_inset
34845
34846  in TeX-Code.
34847 \begin_inset Newline newline
34848 \end_inset
34849
34850 This is the result:
34851 \end_layout
34852
34853 \begin_layout Standard
34854 This is a line where the word 
34855 \begin_inset ERT
34856 status collapsed
34857
34858 \begin_layout Plain Layout
34859
34860
34861 \backslash
34862 colorbox{red}{
34863 \end_layout
34864
34865 \end_inset
34866
34867
34868 \begin_inset Quotes eld
34869 \end_inset
34870
34871 Attention!
34872 \begin_inset Quotes erd
34873 \end_inset
34874
34875
34876 \begin_inset ERT
34877 status collapsed
34878
34879 \begin_layout Plain Layout
34880
34881 }
34882 \end_layout
34883
34884 \end_inset
34885
34886  has a red background.
34887 \end_layout
34888
34889 \begin_layout Standard
34890 \begin_inset VSpace bigskip
34891 \end_inset
34892
34893 If you would like the box frame in a different color, you can use the command
34894  
34895 \series bold
34896
34897 \backslash
34898 fcolorbox
34899 \series default
34900  with the following scheme:
34901 \end_layout
34902
34903 \begin_layout Standard
34904
34905 \series bold
34906
34907 \backslash
34908 fcolorbox{frame color}{box color}{box content}
34909 \end_layout
34910
34911 \begin_layout Standard
34912
34913 \series bold
34914
34915 \backslash
34916 fcolorbox
34917 \series default
34918  is an extension to 
34919 \series bold
34920
34921 \backslash
34922 colorbox
34923 \series default
34924 .
34925  The frame thickness and the space between the frame and the box content
34926  can be adjusted with the lengths 
34927 \series bold
34928
34929 \backslash
34930 fboxrule
34931 \series default
34932  and 
34933 \series bold
34934
34935 \backslash
34936 fboxsep
34937 \series default
34938 , respectively, as described in section
34939 \begin_inset space ~
34940 \end_inset
34941
34942
34943 \begin_inset CommandInset ref
34944 LatexCommand ref
34945 reference "sec:Decoration"
34946
34947 \end_inset
34948
34949 .
34950 \end_layout
34951
34952 \begin_layout Standard
34953 For the following example the command
34954 \end_layout
34955
34956 \begin_layout Standard
34957
34958 \series bold
34959
34960 \backslash
34961 fcolorbox{cyan}{magenta}{
34962 \end_layout
34963
34964 \begin_layout Standard
34965 was used.
34966 \end_layout
34967
34968 \begin_layout Standard
34969 Here is an example where the frame line thickness was set to 1
34970 \begin_inset space \thinspace{}
34971 \end_inset
34972
34973 mm:
34974 \begin_inset Newline newline
34975 \end_inset
34976
34977
34978 \begin_inset ERT
34979 status collapsed
34980
34981 \begin_layout Plain Layout
34982
34983
34984 \backslash
34985 fboxrule 1mm 
34986 \backslash
34987 fboxsep 1mm
34988 \end_layout
34989
34990 \end_inset
34991
34992
34993 \begin_inset ERT
34994 status collapsed
34995
34996 \begin_layout Plain Layout
34997
34998
34999 \backslash
35000 fcolorbox{cyan}{magenta}{
35001 \end_layout
35002
35003 \end_inset
35004
35005 This is text within a colored, framed box.
35006 \begin_inset ERT
35007 status collapsed
35008
35009 \begin_layout Plain Layout
35010
35011 }
35012 \end_layout
35013
35014 \end_inset
35015
35016
35017 \end_layout
35018
35019 \begin_layout Standard
35020 \begin_inset VSpace bigskip
35021 \end_inset
35022
35023 Of course you can also have colored text inside a colorbox:
35024 \begin_inset Newline newline
35025 \end_inset
35026
35027
35028 \begin_inset ERT
35029 status collapsed
35030
35031 \begin_layout Plain Layout
35032
35033
35034 \backslash
35035 fcolorbox{cyan}{magenta}{
35036 \end_layout
35037
35038 \end_inset
35039
35040
35041 \color yellow
35042 This is colored text within a colored, framed box.
35043 \color none
35044
35045 \begin_inset ERT
35046 status collapsed
35047
35048 \begin_layout Plain Layout
35049
35050 }
35051 \end_layout
35052
35053 \end_inset
35054
35055
35056 \begin_inset ERT
35057 status collapsed
35058
35059 \begin_layout Plain Layout
35060
35061
35062 \backslash
35063 fboxrule 0.4pt 
35064 \backslash
35065 fboxsep 3pt
35066 \end_layout
35067
35068 \end_inset
35069
35070
35071 \end_layout
35072
35073 \begin_layout Standard
35074 \begin_inset VSpace medskip
35075 \end_inset
35076
35077
35078 \end_layout
35079
35080 \begin_layout Standard
35081 \begin_inset Note Greyedout
35082 status open
35083
35084 \begin_layout Plain Layout
35085
35086 \series bold
35087 Note:
35088 \series default
35089  Text in colorboxes cannot have line breaks.
35090  To color multiple text lines or paragraphs, use a box inside a colorbox
35091  as described in the following.
35092 \end_layout
35093
35094 \end_inset
35095
35096
35097 \end_layout
35098
35099 \begin_layout Subsection
35100 Color for Paragraphs
35101 \begin_inset CommandInset label
35102 LatexCommand label
35103 name "sub:Color-for-Paragraphs"
35104
35105 \end_inset
35106
35107
35108 \begin_inset Index idx
35109 status collapsed
35110
35111 \begin_layout Plain Layout
35112 Color ! for Paragraphs
35113 \end_layout
35114
35115 \end_inset
35116
35117
35118 \end_layout
35119
35120 \begin_layout Standard
35121 To set the background color for more than one text line, put the text into
35122  a minipage.
35123  Before the minipage insert the 
35124 \series bold
35125
35126 \backslash
35127 colorbox
35128 \series default
35129  command
35130 \end_layout
35131
35132 \begin_layout Standard
35133
35134 \series bold
35135
35136 \backslash
35137 colorbox{color}{
35138 \end_layout
35139
35140 \begin_layout Standard
35141 in TeX-Code.
35142  After the minipage insert a closing brace 
35143 \begin_inset Quotes eld
35144 \end_inset
35145
35146
35147 \series bold
35148 }
35149 \series default
35150
35151 \begin_inset Quotes erd
35152 \end_inset
35153
35154  in TeX-Code.
35155 \end_layout
35156
35157 \begin_layout Standard
35158 \begin_inset ERT
35159 status collapsed
35160
35161 \begin_layout Plain Layout
35162
35163
35164 \backslash
35165 colorbox{lightgrey}{
35166 \end_layout
35167
35168 \end_inset
35169
35170
35171 \begin_inset Box Frameless
35172 position "t"
35173 hor_pos "c"
35174 has_inner_box 1
35175 inner_pos "t"
35176 use_parbox 0
35177 use_makebox 0
35178 width "100col%"
35179 special "none"
35180 height "1in"
35181 height_special "totalheight"
35182 status collapsed
35183
35184 \begin_layout Plain Layout
35185 This is text with background color.
35186  This is text with background color.
35187 \end_layout
35188
35189 \begin_layout Plain Layout
35190 \begin_inset VSpace defskip
35191 \end_inset
35192
35193 The text can have footnotes
35194 \begin_inset Foot
35195 status collapsed
35196
35197 \begin_layout Plain Layout
35198 Another example footnote
35199 \end_layout
35200
35201 \end_inset
35202
35203  and can include tables and figures.
35204 \end_layout
35205
35206 \begin_layout Plain Layout
35207 \align center
35208 \begin_inset Tabular
35209 <lyxtabular version="3" rows="3" columns="3">
35210 <features rotate="0" tabularvalignment="middle">
35211 <column alignment="center" valignment="top">
35212 <column alignment="center" valignment="top">
35213 <column alignment="center" valignment="top">
35214 <row>
35215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35216 \begin_inset Text
35217
35218 \begin_layout Plain Layout
35219 a
35220 \end_layout
35221
35222 \end_inset
35223 </cell>
35224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35225 \begin_inset Text
35226
35227 \begin_layout Plain Layout
35228 !
35229 \end_layout
35230
35231 \end_inset
35232 </cell>
35233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35234 \begin_inset Text
35235
35236 \begin_layout Plain Layout
35237 3
35238 \end_layout
35239
35240 \end_inset
35241 </cell>
35242 </row>
35243 <row>
35244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35245 \begin_inset Text
35246
35247 \begin_layout Plain Layout
35248 <
35249 \end_layout
35250
35251 \end_inset
35252 </cell>
35253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35254 \begin_inset Text
35255
35256 \begin_layout Plain Layout
35257 b2
35258 \begin_inset Quotes erd
35259 \end_inset
35260
35261 |
35262 \end_layout
35263
35264 \end_inset
35265 </cell>
35266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35267 \begin_inset Text
35268
35269 \begin_layout Plain Layout
35270 >
35271 \end_layout
35272
35273 \end_inset
35274 </cell>
35275 </row>
35276 <row>
35277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35278 \begin_inset Text
35279
35280 \begin_layout Plain Layout
35281 1
35282 \end_layout
35283
35284 \end_inset
35285 </cell>
35286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35287 \begin_inset Text
35288
35289 \begin_layout Plain Layout
35290 §
35291 \end_layout
35292
35293 \end_inset
35294 </cell>
35295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35296 \begin_inset Text
35297
35298 \begin_layout Plain Layout
35299 c
35300 \end_layout
35301
35302 \end_inset
35303 </cell>
35304 </row>
35305 </lyxtabular>
35306
35307 \end_inset
35308
35309
35310 \end_layout
35311
35312 \end_inset
35313
35314
35315 \begin_inset ERT
35316 status collapsed
35317
35318 \begin_layout Plain Layout
35319
35320 }
35321 \end_layout
35322
35323 \end_inset
35324
35325
35326 \end_layout
35327
35328 \begin_layout Section
35329 Rotated and Scaled Boxes
35330 \end_layout
35331
35332 \begin_layout Standard
35333 To use the commands described in this section, the LaTeX-package 
35334 \series bold
35335 graphicx
35336 \series default
35337
35338 \begin_inset Index idx
35339 status collapsed
35340
35341 \begin_layout Plain Layout
35342 LaTeX-packages ! graphicx
35343 \end_layout
35344
35345 \end_inset
35346
35347  needs to be loaded in the document preamble with the command
35348 \end_layout
35349
35350 \begin_layout Standard
35351
35352 \series bold
35353
35354 \backslash
35355 @ifundefined{rotatebox}
35356 \begin_inset Newline newline
35357 \end_inset
35358
35359
35360 \begin_inset Phantom HPhantom
35361 status open
35362
35363 \begin_layout Plain Layout
35364
35365 \series bold
35366 \begin_inset space ~
35367 \end_inset
35368
35369
35370 \end_layout
35371
35372 \end_inset
35373
35374 {
35375 \backslash
35376 usepackage{graphicx}}{}
35377 \end_layout
35378
35379 \begin_layout Standard
35380 \begin_inset Note Greyedout
35381 status open
35382
35383 \begin_layout Plain Layout
35384
35385 \series bold
35386 Note:
35387 \series default
35388  Not all DVI-viewers are able to display rotated or scaled material.
35389 \end_layout
35390
35391 \end_inset
35392
35393
35394 \end_layout
35395
35396 \begin_layout Standard
35397 \begin_inset Note Greyedout
35398 status open
35399
35400 \begin_layout Plain Layout
35401
35402 \series bold
35403 Note:
35404 \series default
35405  Floats are not allowed inside a rotated or scaled box.
35406 \end_layout
35407
35408 \end_inset
35409
35410
35411 \end_layout
35412
35413 \begin_layout Subsection
35414 Rotated Boxes
35415 \begin_inset Index idx
35416 status collapsed
35417
35418 \begin_layout Plain Layout
35419 Boxes ! rotated
35420 \end_layout
35421
35422 \end_inset
35423
35424
35425 \begin_inset Index idx
35426 status collapsed
35427
35428 \begin_layout Plain Layout
35429 Rotated Material
35430 \end_layout
35431
35432 \end_inset
35433
35434
35435 \end_layout
35436
35437 \begin_layout Standard
35438 To rotate material, you can put it into a rotated box.
35439  Such a box is created using the command 
35440 \series bold
35441
35442 \backslash
35443 rotatebox
35444 \series default
35445  in TeX-Code with the following scheme:
35446 \end_layout
35447
35448 \begin_layout Standard
35449
35450 \series bold
35451
35452 \backslash
35453 rotatebox[rotation origin]{rotation angle}{box content}
35454 \end_layout
35455
35456 \begin_layout Standard
35457 The rotation origin is specified in the form 
35458 \series bold
35459 origin=position
35460 \series default
35461 .
35462  The following positions are possible: 
35463 \emph on
35464 c
35465 \emph default
35466  (center), 
35467 \emph on
35468 l
35469 \emph default
35470  (left), 
35471 \emph on
35472 r
35473 \emph default
35474  (right), 
35475 \emph on
35476 b
35477 \emph default
35478  (bottom), 
35479 \emph on
35480 t
35481 \emph default
35482  (top), along with meaningful combinations of the four base positions.
35483  For example 
35484 \emph on
35485 lt
35486 \emph default
35487  means that the rotation origin is at the top left corner of the box.
35488  When no rotation origin is specified, the position 
35489 \emph on
35490 l
35491 \emph default
35492  will be used.
35493  The rotation angle is a number that can be negative that specifies the
35494  angle in degrees.
35495  The rotation direction is counterclockwise.
35496 \end_layout
35497
35498 \begin_layout Standard
35499 In the following example the command 
35500 \series bold
35501
35502 \backslash
35503 rotatebox[origin=c]{60}{
35504 \series default
35505  was inserted as TeX-Code before the text 
35506 \begin_inset Quotes eld
35507 \end_inset
35508
35509 with rotated
35510 \begin_inset Quotes erd
35511 \end_inset
35512
35513 ; after the text the box was closed by a closing brace 
35514 \series bold
35515 }
35516 \series default
35517  in TeX-Code.
35518 \end_layout
35519
35520 \begin_layout Standard
35521 This is a line 
35522 \begin_inset ERT
35523 status collapsed
35524
35525 \begin_layout Plain Layout
35526
35527
35528 \backslash
35529 rotatebox[origin=c]{60}{
35530 \end_layout
35531
35532 \end_inset
35533
35534 with rotated
35535 \begin_inset ERT
35536 status collapsed
35537
35538 \begin_layout Plain Layout
35539
35540 }
35541 \end_layout
35542
35543 \end_inset
35544
35545  text.
35546 \end_layout
35547
35548 \begin_layout Standard
35549 The box content can also be another box or an inline formula:
35550 \end_layout
35551
35552 \begin_layout Standard
35553 This is a line
35554 \begin_inset ERT
35555 status collapsed
35556
35557 \begin_layout Plain Layout
35558
35559
35560 \backslash
35561 rotatebox[origin=r]{-60}{
35562 \end_layout
35563
35564 \end_inset
35565
35566
35567 \begin_inset Box Doublebox
35568 position "c"
35569 hor_pos "c"
35570 has_inner_box 0
35571 inner_pos "c"
35572 use_parbox 0
35573 use_makebox 0
35574 width "1in"
35575 special "width"
35576 height "1in"
35577 height_special "totalheight"
35578 status collapsed
35579
35580 \begin_layout Plain Layout
35581 with rotated
35582 \end_layout
35583
35584 \end_inset
35585
35586
35587 \begin_inset ERT
35588 status collapsed
35589
35590 \begin_layout Plain Layout
35591
35592 }
35593 \end_layout
35594
35595 \end_inset
35596
35597  framed text 
35598 \begin_inset ERT
35599 status collapsed
35600
35601 \begin_layout Plain Layout
35602
35603
35604 \backslash
35605 rotatebox[origin=lb]{60}{
35606 \end_layout
35607
35608 \end_inset
35609
35610
35611 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35612 \end_inset
35613
35614
35615 \begin_inset ERT
35616 status collapsed
35617
35618 \begin_layout Plain Layout
35619
35620 }
35621 \end_layout
35622
35623 \end_inset
35624
35625  and a formula.
35626 \end_layout
35627
35628 \begin_layout Standard
35629 or an image or table:
35630 \end_layout
35631
35632 \begin_layout Standard
35633 This is a line
35634 \begin_inset ERT
35635 status collapsed
35636
35637 \begin_layout Plain Layout
35638
35639
35640 \backslash
35641 rotatebox[origin=lb]{90}{
35642 \end_layout
35643
35644 \end_inset
35645
35646
35647 \begin_inset Graphics
35648         filename clipart/platypus.eps
35649         lyxscale 50
35650         width 25col%
35651
35652 \end_inset
35653
35654
35655 \begin_inset ERT
35656 status collapsed
35657
35658 \begin_layout Plain Layout
35659
35660 }
35661 \end_layout
35662
35663 \end_inset
35664
35665  with a rotated image 
35666 \begin_inset ERT
35667 status collapsed
35668
35669 \begin_layout Plain Layout
35670
35671
35672 \backslash
35673 rotatebox[origin=l]{-90}{
35674 \end_layout
35675
35676 \end_inset
35677
35678
35679 \begin_inset Tabular
35680 <lyxtabular version="3" rows="2" columns="2">
35681 <features rotate="0" tabularvalignment="middle">
35682 <column alignment="center" valignment="top">
35683 <column alignment="center" valignment="top">
35684 <row>
35685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35686 \begin_inset Text
35687
35688 \begin_layout Plain Layout
35689 q
35690 \end_layout
35691
35692 \end_inset
35693 </cell>
35694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35695 \begin_inset Text
35696
35697 \begin_layout Plain Layout
35698 w
35699 \end_layout
35700
35701 \end_inset
35702 </cell>
35703 </row>
35704 <row>
35705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35706 \begin_inset Text
35707
35708 \begin_layout Plain Layout
35709 e
35710 \end_layout
35711
35712 \end_inset
35713 </cell>
35714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35715 \begin_inset Text
35716
35717 \begin_layout Plain Layout
35718 r
35719 \end_layout
35720
35721 \end_inset
35722 </cell>
35723 </row>
35724 </lyxtabular>
35725
35726 \end_inset
35727
35728
35729 \begin_inset ERT
35730 status collapsed
35731
35732 \begin_layout Plain Layout
35733
35734 }
35735 \end_layout
35736
35737 \end_inset
35738
35739  and table.
35740 \begin_inset Index idx
35741 status collapsed
35742
35743 \begin_layout Plain Layout
35744 Figures ! rotated
35745 \end_layout
35746
35747 \end_inset
35748
35749
35750 \begin_inset Index idx
35751 status collapsed
35752
35753 \begin_layout Plain Layout
35754 Table Customization ! Rotating
35755 \end_layout
35756
35757 \end_inset
35758
35759
35760 \end_layout
35761
35762 \begin_layout Subsection
35763 Scaled Boxes
35764 \begin_inset Index idx
35765 status collapsed
35766
35767 \begin_layout Plain Layout
35768 Boxes ! scaled
35769 \end_layout
35770
35771 \end_inset
35772
35773
35774 \begin_inset Index idx
35775 status collapsed
35776
35777 \begin_layout Plain Layout
35778 Scaled Material
35779 \end_layout
35780
35781 \end_inset
35782
35783
35784 \end_layout
35785
35786 \begin_layout Standard
35787 To scale material the commands 
35788 \series bold
35789
35790 \backslash
35791 scalebox
35792 \series default
35793  and 
35794 \series bold
35795
35796 \backslash
35797 resizebox
35798 \series default
35799  can be used as TeX-Code.
35800 \end_layout
35801
35802 \begin_layout Standard
35803
35804 \series bold
35805
35806 \backslash
35807 scalebox
35808 \series default
35809  is used with the following scheme:
35810 \end_layout
35811
35812 \begin_layout Standard
35813
35814 \series bold
35815
35816 \backslash
35817 scalebox{horizontal}[vertical]{box content}
35818 \end_layout
35819
35820 \begin_layout Standard
35821 Horizontal and vertical are the corresponding scaling factors.
35822  If no vertical scaling factor is given, the horizontal factor will also
35823  be used as the vertical one.
35824 \end_layout
35825
35826 \begin_layout Standard
35827 The command 
35828 \series bold
35829
35830 \backslash
35831 scalebox{2}{Hello}
35832 \series default
35833  creates for example a double size 
35834 \begin_inset ERT
35835 status collapsed
35836
35837 \begin_layout Plain Layout
35838
35839
35840 \backslash
35841 scalebox{2}{
35842 \end_layout
35843
35844 \end_inset
35845
35846 Hello
35847 \begin_inset ERT
35848 status collapsed
35849
35850 \begin_layout Plain Layout
35851
35852 }
35853 \end_layout
35854
35855 \end_inset
35856
35857 , compared with the document text size.
35858 \end_layout
35859
35860 \begin_layout Standard
35861
35862 \series bold
35863
35864 \backslash
35865 scalebox{2}[1]{Hello}
35866 \series default
35867  on the other hand distorts the 
35868 \begin_inset ERT
35869 status collapsed
35870
35871 \begin_layout Plain Layout
35872
35873
35874 \backslash
35875 scalebox{2}[1]{
35876 \end_layout
35877
35878 \end_inset
35879
35880 Hello
35881 \begin_inset ERT
35882 status collapsed
35883
35884 \begin_layout Plain Layout
35885
35886 }
35887 \end_layout
35888
35889 \end_inset
35890
35891 .
35892 \end_layout
35893
35894 \begin_layout Standard
35895 If the scaling factor is negative, the box content will be mirrored.
35896  Therefore the command 
35897 \series bold
35898
35899 \backslash
35900 scalebox{-1}[1]{Hello}
35901 \series default
35902  can be used to create mirror writing: 
35903 \begin_inset ERT
35904 status collapsed
35905
35906 \begin_layout Plain Layout
35907
35908
35909 \backslash
35910 scalebox{-1}[1]{
35911 \end_layout
35912
35913 \end_inset
35914
35915 Hello
35916 \begin_inset ERT
35917 status collapsed
35918
35919 \begin_layout Plain Layout
35920
35921 }
35922 \end_layout
35923
35924 \end_inset
35925
35926
35927 \end_layout
35928
35929 \begin_layout Standard
35930
35931 \series bold
35932
35933 \backslash
35934 scalebox{1}[-1]{Hello}
35935 \series default
35936  reflects the 
35937 \begin_inset ERT
35938 status collapsed
35939
35940 \begin_layout Plain Layout
35941
35942
35943 \backslash
35944 scalebox{1}[-1]{
35945 \end_layout
35946
35947 \end_inset
35948
35949 Hello
35950 \begin_inset ERT
35951 status collapsed
35952
35953 \begin_layout Plain Layout
35954
35955 }
35956 \end_layout
35957
35958 \end_inset
35959
35960  at the base line.
35961 \end_layout
35962
35963 \begin_layout Standard
35964 Equivalent to 
35965 \series bold
35966
35967 \backslash
35968 scalebox{-1}[1]{box content}
35969 \series default
35970  there exists the command
35971 \begin_inset Newline newline
35972 \end_inset
35973
35974
35975 \series bold
35976
35977 \backslash
35978 reflectbox{box content}
35979 \series default
35980 .
35981 \end_layout
35982
35983 \begin_layout Standard
35984 \begin_inset VSpace bigskip
35985 \end_inset
35986
35987 The command 
35988 \series bold
35989
35990 \backslash
35991 resizebox
35992 \series default
35993  is used to scale the box to a defined width and height.
35994  The command scheme is:
35995 \end_layout
35996
35997 \begin_layout Standard
35998
35999 \series bold
36000
36001 \backslash
36002 resizebox{width}{height}{box content}
36003 \end_layout
36004
36005 \begin_layout Standard
36006 If one of the two command arguments given is an exclamation mark 
36007 \series bold
36008 !
36009 \series default
36010 , the size is set so that the aspect ratio of the box content is kept.
36011 \end_layout
36012
36013 \begin_layout Standard
36014 The command 
36015 \series bold
36016
36017 \backslash
36018 resizebox{2cm}{1cm}{Hello}
36019 \series default
36020  produces: 
36021 \begin_inset ERT
36022 status collapsed
36023
36024 \begin_layout Plain Layout
36025
36026
36027 \backslash
36028 resizebox{2cm}{1cm}{
36029 \end_layout
36030
36031 \end_inset
36032
36033 Hello
36034 \begin_inset ERT
36035 status collapsed
36036
36037 \begin_layout Plain Layout
36038
36039 }
36040 \end_layout
36041
36042 \end_inset
36043
36044
36045 \begin_inset Newline newline
36046 \end_inset
36047
36048 The command 
36049 \series bold
36050
36051 \backslash
36052 resizebox{2cm}{!}{Hello}
36053 \series default
36054  produces: 
36055 \begin_inset ERT
36056 status collapsed
36057
36058 \begin_layout Plain Layout
36059
36060
36061 \backslash
36062 resizebox{2cm}{!}{
36063 \end_layout
36064
36065 \end_inset
36066
36067 Hello
36068 \begin_inset ERT
36069 status collapsed
36070
36071 \begin_layout Plain Layout
36072
36073 }
36074 \end_layout
36075
36076 \end_inset
36077
36078
36079 \end_layout
36080
36081 \begin_layout Standard
36082 \begin_inset VSpace bigskip
36083 \end_inset
36084
36085
36086 \begin_inset Note Greyedout
36087 status open
36088
36089 \begin_layout Plain Layout
36090
36091 \series bold
36092 Note:
36093 \series default
36094  When arguments of 
36095 \series bold
36096
36097 \backslash
36098 scalebox
36099 \series default
36100  or 
36101 \series bold
36102
36103 \backslash
36104 resizebox
36105 \series default
36106  are set to zero, no LaTeX-errors occur when exporting the document but
36107  the exported files can not or only partly be displayed.
36108 \end_layout
36109
36110 \end_inset
36111
36112
36113 \end_layout
36114
36115 \begin_layout Standard
36116 \begin_inset VSpace bigskip
36117 \end_inset
36118
36119
36120 \end_layout
36121
36122 \begin_layout Standard
36123 The boxes can be combined in any order.
36124  E.
36125 \begin_inset space \thinspace{}
36126 \end_inset
36127
36128 g.
36129 \begin_inset space \space{}
36130 \end_inset
36131
36132 the command
36133 \begin_inset Newline newline
36134 \end_inset
36135
36136
36137 \series bold
36138
36139 \backslash
36140 rotatebox[origin=c]{-45}{
36141 \backslash
36142 resizebox{2cm}{!}{
36143 \backslash
36144 reflectbox{Hello}}}
36145 \begin_inset Newline newline
36146 \end_inset
36147
36148
36149 \series default
36150 produces:
36151 \end_layout
36152
36153 \begin_layout Standard
36154 \align center
36155 \begin_inset ERT
36156 status collapsed
36157
36158 \begin_layout Plain Layout
36159
36160
36161 \backslash
36162 rotatebox[origin=c]{-45}{
36163 \backslash
36164 resizebox{2cm}{!}{
36165 \backslash
36166 reflectbox{
36167 \end_layout
36168
36169 \end_inset
36170
36171 Hello
36172 \begin_inset ERT
36173 status collapsed
36174
36175 \begin_layout Plain Layout
36176
36177 }}}
36178 \end_layout
36179
36180 \end_inset
36181
36182
36183 \end_layout
36184
36185 \begin_layout Standard
36186 \noindent
36187 Images, tables, and inline formulas are allowed as box content:
36188 \end_layout
36189
36190 \begin_layout Standard
36191 \align center
36192 \begin_inset ERT
36193 status collapsed
36194
36195 \begin_layout Plain Layout
36196
36197
36198 \backslash
36199 rotatebox[origin=c]{-30}{
36200 \backslash
36201 resizebox{2cm}{!}{
36202 \backslash
36203 reflectbox{
36204 \end_layout
36205
36206 \end_inset
36207
36208
36209 \begin_inset Graphics
36210         filename clipart/platypus.eps
36211         lyxscale 50
36212         width 25col%
36213
36214 \end_inset
36215
36216
36217 \begin_inset ERT
36218 status collapsed
36219
36220 \begin_layout Plain Layout
36221
36222 }}}
36223 \end_layout
36224
36225 \end_inset
36226
36227
36228 \begin_inset ERT
36229 status collapsed
36230
36231 \begin_layout Plain Layout
36232
36233
36234 \backslash
36235 rotatebox[origin=c]{-45}{
36236 \backslash
36237 resizebox{2cm}{!}{
36238 \backslash
36239 reflectbox{
36240 \end_layout
36241
36242 \end_inset
36243
36244
36245 \begin_inset Tabular
36246 <lyxtabular version="3" rows="2" columns="2">
36247 <features rotate="0" tabularvalignment="middle">
36248 <column alignment="center" valignment="top">
36249 <column alignment="center" valignment="top">
36250 <row>
36251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36252 \begin_inset Text
36253
36254 \begin_layout Plain Layout
36255 q
36256 \end_layout
36257
36258 \end_inset
36259 </cell>
36260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36261 \begin_inset Text
36262
36263 \begin_layout Plain Layout
36264 w
36265 \end_layout
36266
36267 \end_inset
36268 </cell>
36269 </row>
36270 <row>
36271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36272 \begin_inset Text
36273
36274 \begin_layout Plain Layout
36275 e
36276 \end_layout
36277
36278 \end_inset
36279 </cell>
36280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36281 \begin_inset Text
36282
36283 \begin_layout Plain Layout
36284 r
36285 \end_layout
36286
36287 \end_inset
36288 </cell>
36289 </row>
36290 </lyxtabular>
36291
36292 \end_inset
36293
36294
36295 \begin_inset ERT
36296 status collapsed
36297
36298 \begin_layout Plain Layout
36299
36300 }}}
36301 \end_layout
36302
36303 \end_inset
36304
36305
36306 \begin_inset ERT
36307 status collapsed
36308
36309 \begin_layout Plain Layout
36310
36311
36312 \backslash
36313 rotatebox[origin=c]{-45}{
36314 \backslash
36315 resizebox{2cm}{!}{
36316 \backslash
36317 reflectbox{
36318 \end_layout
36319
36320 \end_inset
36321
36322
36323 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36324 \end_inset
36325
36326
36327 \begin_inset ERT
36328 status collapsed
36329
36330 \begin_layout Plain Layout
36331
36332 }}}
36333 \end_layout
36334
36335 \end_inset
36336
36337
36338 \begin_inset Index idx
36339 status collapsed
36340
36341 \begin_layout Plain Layout
36342 Figures ! scaled
36343 \end_layout
36344
36345 \end_inset
36346
36347
36348 \begin_inset Index idx
36349 status collapsed
36350
36351 \begin_layout Plain Layout
36352 Table Customization ! Scaling
36353 \end_layout
36354
36355 \end_inset
36356
36357
36358 \end_layout
36359
36360 \begin_layout Standard
36361 When the global formula style 
36362 \series bold
36363 fleqn
36364 \series default
36365  is used in the document
36366 \begin_inset Foot
36367 status collapsed
36368
36369 \begin_layout Plain Layout
36370 When 
36371 \begin_inset Quotes eld
36372 \end_inset
36373
36374 fleqn
36375 \begin_inset Quotes erd
36376 \end_inset
36377
36378  is added to the document class options.
36379 \end_layout
36380
36381 \end_inset
36382
36383 , display style formulas can also be scaled.
36384 \end_layout
36385
36386 \begin_layout Chapter
36387 Objects Surrounded by Text
36388 \begin_inset Index idx
36389 status collapsed
36390
36391 \begin_layout Plain Layout
36392 Surrounded by text
36393 \end_layout
36394
36395 \end_inset
36396
36397
36398 \end_layout
36399
36400 \begin_layout Section
36401 Wrap Floats
36402 \begin_inset CommandInset label
36403 LatexCommand label
36404 name "sec:Wrap-Floats"
36405
36406 \end_inset
36407
36408
36409 \begin_inset Index idx
36410 status collapsed
36411
36412 \begin_layout Plain Layout
36413 Floats ! Wrap Floats
36414 \end_layout
36415
36416 \end_inset
36417
36418
36419 \begin_inset Index idx
36420 status collapsed
36421
36422 \begin_layout Plain Layout
36423 Surrounded by text ! Wrap Floats
36424 \end_layout
36425
36426 \end_inset
36427
36428
36429 \end_layout
36430
36431 \begin_layout Standard
36432 \begin_inset Wrap figure
36433 lines 0
36434 placement l
36435 overhang 1cm
36436 width "40col%"
36437 status open
36438
36439 \begin_layout Plain Layout
36440 \begin_inset Graphics
36441         filename clipart/mobius.eps
36442         width 40col%
36443         scaleBeforeRotation
36444         rotateOrigin center
36445
36446 \end_inset
36447
36448
36449 \end_layout
36450
36451 \begin_layout Plain Layout
36452 \begin_inset Caption Standard
36453
36454 \begin_layout Plain Layout
36455 \begin_inset CommandInset label
36456 LatexCommand label
36457 name "fig:This-is-a"
36458
36459 \end_inset
36460
36461 This is a figure wrap float.
36462 \end_layout
36463
36464 \end_inset
36465
36466
36467 \end_layout
36468
36469 \end_inset
36470
36471  This float type is used if you want to wrap text around a figure or table
36472  so that it only occupies some fraction of the column width.
36473  It can be inserted using the menu 
36474 \family sans
36475 Insert\SpecialChar \menuseparator
36476 Floats\SpecialChar \menuseparator
36477 Figure
36478 \begin_inset space ~
36479 \end_inset
36480
36481 Wrap
36482 \begin_inset space ~
36483 \end_inset
36484
36485 Float
36486 \family default
36487  or 
36488 \family sans
36489 Table
36490 \begin_inset space ~
36491 \end_inset
36492
36493 Wrap
36494 \begin_inset space ~
36495 \end_inset
36496
36497 Float
36498 \family default
36499  if the LaTeX-package 
36500 \series bold
36501 wrapfig
36502 \series default
36503
36504 \begin_inset Index idx
36505 status collapsed
36506
36507 \begin_layout Plain Layout
36508 LaTeX-packages ! wrapfig
36509 \end_layout
36510
36511 \end_inset
36512
36513  is installed.
36514 \begin_inset Foot
36515 status collapsed
36516
36517 \begin_layout Plain Layout
36518 Installing a LaTeX-package is explained it in the 
36519 \emph on
36520 LaTeX
36521 \begin_inset space ~
36522 \end_inset
36523
36524 Configuration
36525 \emph default
36526  manual.
36527 \end_layout
36528
36529 \end_inset
36530
36531  The settings of the float can be modified by right-clicking on the float
36532  box.
36533  The mandatory settings are the float 
36534 \family sans
36535 Placement
36536 \family default
36537  and its 
36538 \family sans
36539 Width
36540 \family default
36541 .
36542  Optional are the 
36543 \family sans
36544 Overhang
36545 \family default
36546  that specifies how much the float is set into the paragraph
36547 \begin_inset space \thinspace{}
36548 \end_inset
36549
36550 /
36551 \begin_inset space \thinspace{}
36552 \end_inset
36553
36554 page margin, and the 
36555 \family sans
36556 Line
36557 \begin_inset space ~
36558 \end_inset
36559
36560 span
36561 \family default
36562  that specifies how many text lines the float will approximately need.
36563  The line span is often hard to approximate; so it is better only to use
36564  it when you encounter float placement problems.
36565  You can furthermore decide if LaTeX is allowed to let the float float within
36566  the paragraph or to surrounding paragraphs.
36567  Figure
36568 \begin_inset space ~
36569 \end_inset
36570
36571
36572 \begin_inset CommandInset ref
36573 LatexCommand ref
36574 reference "fig:This-is-a"
36575
36576 \end_inset
36577
36578  is an example text wrap float with a width of 40
36579 \begin_inset space \thinspace{}
36580 \end_inset
36581
36582 col%, 1
36583 \begin_inset space \thinspace{}
36584 \end_inset
36585
36586 cm overhang, set to the left.
36587 \end_layout
36588
36589 \begin_layout Standard
36590 \begin_inset Note Greyedout
36591 status open
36592
36593 \begin_layout Plain Layout
36594
36595 \series bold
36596 Note:
36597 \series default
36598  Text
36599 \begin_inset space ~
36600 \end_inset
36601
36602 wrap float floats are fragile! E.
36603 \begin_inset space \thinspace{}
36604 \end_inset
36605
36606 g.
36607 \begin_inset space \space{}
36608 \end_inset
36609
36610 having a figure too close to the bottom of the page can mess things up in
36611  such a way that the float does not appear in the output or that it is placed
36612  over some other text.
36613 \end_layout
36614
36615 \end_inset
36616
36617
36618 \end_layout
36619
36620 \begin_layout Standard
36621 In general, the following applies for wrap floats:
36622 \end_layout
36623
36624 \begin_layout Itemize
36625 They should not be placed in paragraphs that run over a page break.
36626  That means that wrap floats are better inserted in their exact place when
36627  the document is almost finished and you are able to estimate where page
36628  breaks will appear.
36629 \end_layout
36630
36631 \begin_layout Itemize
36632 They should either be placed in their own paragraph before the paragraph
36633  where they should wrap into or within a paragraph.
36634 \end_layout
36635
36636 \begin_layout Itemize
36637 In consecutive paragraphs they may cause troubles, so ensure that there
36638  is a text paragraph between them as separator.
36639 \end_layout
36640
36641 \begin_layout Itemize
36642 They are not allowed in section headings or tables.
36643 \end_layout
36644
36645 \begin_layout Itemize
36646 Their numbering and referencing works as described in chap.
36647 \begin_inset space \thinspace{}
36648 \end_inset
36649
36650
36651 \begin_inset CommandInset ref
36652 LatexCommand ref
36653 reference "chap:Floats"
36654
36655 \end_inset
36656
36657 .
36658 \end_layout
36659
36660 \begin_layout Section
36661 Surrounded Fixed Objects
36662 \begin_inset Index idx
36663 status collapsed
36664
36665 \begin_layout Plain Layout
36666 Surrounded by text ! Fixed objects
36667 \end_layout
36668
36669 \end_inset
36670
36671
36672 \end_layout
36673
36674 \begin_layout Standard
36675 The wrap floats described in sec.
36676 \begin_inset space \thinspace{}
36677 \end_inset
36678
36679
36680 \begin_inset CommandInset ref
36681 LatexCommand ref
36682 reference "sec:Wrap-Floats"
36683
36684 \end_inset
36685
36686  have these positions in the paragraph:
36687 \end_layout
36688
36689 \begin_layout Standard
36690 \noindent
36691 \align center
36692 \begin_inset Tabular
36693 <lyxtabular version="3" rows="2" columns="2">
36694 <features rotate="0" tabularvalignment="middle">
36695 <column alignment="center" valignment="top">
36696 <column alignment="center" valignment="top">
36697 <row>
36698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36699 \begin_inset Text
36700
36701 \begin_layout Plain Layout
36702 \begin_inset Graphics
36703         filename ../images/dialog-show-new-inset_graphics.png
36704         scale 70
36705         scaleBeforeRotation
36706
36707 \end_inset
36708
36709
36710 \end_layout
36711
36712 \end_inset
36713 </cell>
36714 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36715 \begin_inset Text
36716
36717 \begin_layout Plain Layout
36718 text
36719 \end_layout
36720
36721 \end_inset
36722 </cell>
36723 </row>
36724 <row>
36725 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36726 \begin_inset Text
36727
36728 \begin_layout Plain Layout
36729 text
36730 \end_layout
36731
36732 \end_inset
36733 </cell>
36734 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36735 \begin_inset Text
36736
36737 \begin_layout Plain Layout
36738 text
36739 \end_layout
36740
36741 \end_inset
36742 </cell>
36743 </row>
36744 </lyxtabular>
36745
36746 \end_inset
36747
36748  or 
36749 \begin_inset Tabular
36750 <lyxtabular version="3" rows="2" columns="2">
36751 <features rotate="0" tabularvalignment="middle">
36752 <column alignment="center" valignment="top">
36753 <column alignment="center" valignment="top">
36754 <row>
36755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36756 \begin_inset Text
36757
36758 \begin_layout Plain Layout
36759 text
36760 \end_layout
36761
36762 \end_inset
36763 </cell>
36764 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36765 \begin_inset Text
36766
36767 \begin_layout Plain Layout
36768 \begin_inset Graphics
36769         filename ../images/dialog-show-new-inset_graphics.png
36770         scale 70
36771         scaleBeforeRotation
36772
36773 \end_inset
36774
36775
36776 \end_layout
36777
36778 \end_inset
36779 </cell>
36780 </row>
36781 <row>
36782 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36783 \begin_inset Text
36784
36785 \begin_layout Plain Layout
36786 text
36787 \end_layout
36788
36789 \end_inset
36790 </cell>
36791 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36792 \begin_inset Text
36793
36794 \begin_layout Plain Layout
36795 text
36796 \end_layout
36797
36798 \end_inset
36799 </cell>
36800 </row>
36801 </lyxtabular>
36802
36803 \end_inset
36804
36805
36806 \end_layout
36807
36808 \begin_layout Standard
36809 To get an object exactly at the position where it is inserted, for example
36810  to get one of these positions:
36811 \begin_inset VSpace defskip
36812 \end_inset
36813
36814
36815 \end_layout
36816
36817 \begin_layout Standard
36818 \noindent
36819 \align center
36820 \begin_inset Tabular
36821 <lyxtabular version="3" rows="2" columns="2">
36822 <features rotate="0" tabularvalignment="middle">
36823 <column alignment="center" valignment="top">
36824 <column alignment="center" valignment="top">
36825 <row>
36826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36827 \begin_inset Text
36828
36829 \begin_layout Plain Layout
36830 text
36831 \end_layout
36832
36833 \end_inset
36834 </cell>
36835 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36836 \begin_inset Text
36837
36838 \begin_layout Plain Layout
36839 text
36840 \end_layout
36841
36842 \end_inset
36843 </cell>
36844 </row>
36845 <row>
36846 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36847 \begin_inset Text
36848
36849 \begin_layout Plain Layout
36850 \begin_inset Graphics
36851         filename ../images/dialog-show-new-inset_graphics.png
36852         scale 70
36853         scaleBeforeRotation
36854
36855 \end_inset
36856
36857
36858 \end_layout
36859
36860 \end_inset
36861 </cell>
36862 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36863 \begin_inset Text
36864
36865 \begin_layout Plain Layout
36866 text
36867 \end_layout
36868
36869 \end_inset
36870 </cell>
36871 </row>
36872 </lyxtabular>
36873
36874 \end_inset
36875
36876  
36877 \begin_inset Tabular
36878 <lyxtabular version="3" rows="2" columns="2">
36879 <features rotate="0" tabularvalignment="middle">
36880 <column alignment="center" valignment="top">
36881 <column alignment="center" valignment="top">
36882 <row>
36883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36884 \begin_inset Text
36885
36886 \begin_layout Plain Layout
36887 text
36888 \end_layout
36889
36890 \end_inset
36891 </cell>
36892 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36893 \begin_inset Text
36894
36895 \begin_layout Plain Layout
36896 text
36897 \end_layout
36898
36899 \end_inset
36900 </cell>
36901 </row>
36902 <row>
36903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36904 \begin_inset Text
36905
36906 \begin_layout Plain Layout
36907 text
36908 \end_layout
36909
36910 \end_inset
36911 </cell>
36912 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36913 \begin_inset Text
36914
36915 \begin_layout Plain Layout
36916 \begin_inset Graphics
36917         filename ../images/dialog-show-new-inset_graphics.png
36918         scale 70
36919         scaleBeforeRotation
36920
36921 \end_inset
36922
36923
36924 \end_layout
36925
36926 \end_inset
36927 </cell>
36928 </row>
36929 </lyxtabular>
36930
36931 \end_inset
36932
36933  
36934 \begin_inset Tabular
36935 <lyxtabular version="3" rows="2" columns="3">
36936 <features rotate="0" tabularvalignment="middle">
36937 <column alignment="center" valignment="top">
36938 <column alignment="center" valignment="top">
36939 <column alignment="center" valignment="top">
36940 <row>
36941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36942 \begin_inset Text
36943
36944 \begin_layout Plain Layout
36945 text
36946 \end_layout
36947
36948 \end_inset
36949 </cell>
36950 <cell alignment="center" valignment="top" topline="true" usebox="none">
36951 \begin_inset Text
36952
36953 \begin_layout Plain Layout
36954 \begin_inset Graphics
36955         filename ../images/dialog-show-new-inset_graphics.png
36956         scale 70
36957         scaleBeforeRotation
36958
36959 \end_inset
36960
36961
36962 \end_layout
36963
36964 \end_inset
36965 </cell>
36966 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36967 \begin_inset Text
36968
36969 \begin_layout Plain Layout
36970 text
36971 \end_layout
36972
36973 \end_inset
36974 </cell>
36975 </row>
36976 <row>
36977 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36978 \begin_inset Text
36979
36980 \begin_layout Plain Layout
36981 text
36982 \end_layout
36983
36984 \end_inset
36985 </cell>
36986 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36987 \begin_inset Text
36988
36989 \begin_layout Plain Layout
36990 text
36991 \end_layout
36992
36993 \end_inset
36994 </cell>
36995 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36996 \begin_inset Text
36997
36998 \begin_layout Plain Layout
36999 text
37000 \end_layout
37001
37002 \end_inset
37003 </cell>
37004 </row>
37005 </lyxtabular>
37006
37007 \end_inset
37008
37009  
37010 \begin_inset Tabular
37011 <lyxtabular version="3" rows="2" columns="3">
37012 <features rotate="0" tabularvalignment="middle">
37013 <column alignment="center" valignment="top">
37014 <column alignment="center" valignment="top">
37015 <column alignment="center" valignment="top">
37016 <row>
37017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37018 \begin_inset Text
37019
37020 \begin_layout Plain Layout
37021 text
37022 \end_layout
37023
37024 \end_inset
37025 </cell>
37026 <cell alignment="center" valignment="top" topline="true" usebox="none">
37027 \begin_inset Text
37028
37029 \begin_layout Plain Layout
37030 text
37031 \end_layout
37032
37033 \end_inset
37034 </cell>
37035 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37036 \begin_inset Text
37037
37038 \begin_layout Plain Layout
37039 text
37040 \end_layout
37041
37042 \end_inset
37043 </cell>
37044 </row>
37045 <row>
37046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37047 \begin_inset Text
37048
37049 \begin_layout Plain Layout
37050 text
37051 \end_layout
37052
37053 \end_inset
37054 </cell>
37055 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37056 \begin_inset Text
37057
37058 \begin_layout Plain Layout
37059 \begin_inset Graphics
37060         filename ../images/dialog-show-new-inset_graphics.png
37061         scale 70
37062         scaleBeforeRotation
37063
37064 \end_inset
37065
37066
37067 \end_layout
37068
37069 \end_inset
37070 </cell>
37071 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37072 \begin_inset Text
37073
37074 \begin_layout Plain Layout
37075 text
37076 \end_layout
37077
37078 \end_inset
37079 </cell>
37080 </row>
37081 </lyxtabular>
37082
37083 \end_inset
37084
37085
37086 \end_layout
37087
37088 \begin_layout Standard
37089 \noindent
37090 \align center
37091 \begin_inset Tabular
37092 <lyxtabular version="3" rows="3" 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 text
37111 \end_layout
37112
37113 \end_inset
37114 </cell>
37115 </row>
37116 <row>
37117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37118 \begin_inset Text
37119
37120 \begin_layout Plain Layout
37121 \begin_inset Graphics
37122         filename ../images/dialog-show-new-inset_graphics.png
37123         scale 70
37124         scaleBeforeRotation
37125
37126 \end_inset
37127
37128
37129 \end_layout
37130
37131 \end_inset
37132 </cell>
37133 <cell alignment="center" valignment="top" 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 <row>
37144 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37145 \begin_inset Text
37146
37147 \begin_layout Plain Layout
37148 text
37149 \end_layout
37150
37151 \end_inset
37152 </cell>
37153 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37154 \begin_inset Text
37155
37156 \begin_layout Plain Layout
37157 text
37158 \end_layout
37159
37160 \end_inset
37161 </cell>
37162 </row>
37163 </lyxtabular>
37164
37165 \end_inset
37166
37167  
37168 \begin_inset Tabular
37169 <lyxtabular version="3" rows="3" columns="3">
37170 <features rotate="0" tabularvalignment="middle">
37171 <column alignment="center" valignment="top">
37172 <column alignment="center" valignment="top">
37173 <column alignment="center" valignment="top">
37174 <row>
37175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37176 \begin_inset Text
37177
37178 \begin_layout Plain Layout
37179 text
37180 \end_layout
37181
37182 \end_inset
37183 </cell>
37184 <cell alignment="center" valignment="top" topline="true" usebox="none">
37185 \begin_inset Text
37186
37187 \begin_layout Plain Layout
37188 text
37189 \end_layout
37190
37191 \end_inset
37192 </cell>
37193 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37194 \begin_inset Text
37195
37196 \begin_layout Plain Layout
37197 text
37198 \end_layout
37199
37200 \end_inset
37201 </cell>
37202 </row>
37203 <row>
37204 <cell alignment="center" valignment="top" leftline="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 <cell alignment="center" valignment="top" usebox="none">
37214 \begin_inset Text
37215
37216 \begin_layout Plain Layout
37217 \begin_inset Graphics
37218         filename ../images/dialog-show-new-inset_graphics.png
37219         scale 70
37220         scaleBeforeRotation
37221
37222 \end_inset
37223
37224
37225 \end_layout
37226
37227 \end_inset
37228 </cell>
37229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37230 \begin_inset Text
37231
37232 \begin_layout Plain Layout
37233 text
37234 \end_layout
37235
37236 \end_inset
37237 </cell>
37238 </row>
37239 <row>
37240 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37241 \begin_inset Text
37242
37243 \begin_layout Plain Layout
37244 text
37245 \end_layout
37246
37247 \end_inset
37248 </cell>
37249 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37250 \begin_inset Text
37251
37252 \begin_layout Plain Layout
37253 text
37254 \end_layout
37255
37256 \end_inset
37257 </cell>
37258 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37259 \begin_inset Text
37260
37261 \begin_layout Plain Layout
37262 text
37263 \end_layout
37264
37265 \end_inset
37266 </cell>
37267 </row>
37268 </lyxtabular>
37269
37270 \end_inset
37271
37272  
37273 \begin_inset Tabular
37274 <lyxtabular version="3" rows="3" columns="2">
37275 <features rotate="0" tabularvalignment="middle">
37276 <column alignment="center" valignment="top">
37277 <column alignment="center" valignment="top">
37278 <row>
37279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37280 \begin_inset Text
37281
37282 \begin_layout Plain Layout
37283 text
37284 \end_layout
37285
37286 \end_inset
37287 </cell>
37288 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37289 \begin_inset Text
37290
37291 \begin_layout Plain Layout
37292 text
37293 \end_layout
37294
37295 \end_inset
37296 </cell>
37297 </row>
37298 <row>
37299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37300 \begin_inset Text
37301
37302 \begin_layout Plain Layout
37303 text
37304 \end_layout
37305
37306 \end_inset
37307 </cell>
37308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37309 \begin_inset Text
37310
37311 \begin_layout Plain Layout
37312 \begin_inset Graphics
37313         filename ../images/dialog-show-new-inset_graphics.png
37314         scale 70
37315         scaleBeforeRotation
37316
37317 \end_inset
37318
37319
37320 \end_layout
37321
37322 \end_inset
37323 </cell>
37324 </row>
37325 <row>
37326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37327 \begin_inset Text
37328
37329 \begin_layout Plain Layout
37330 text
37331 \end_layout
37332
37333 \end_inset
37334 </cell>
37335 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37336 \begin_inset Text
37337
37338 \begin_layout Plain Layout
37339 text
37340 \end_layout
37341
37342 \end_inset
37343 </cell>
37344 </row>
37345 </lyxtabular>
37346
37347 \end_inset
37348
37349
37350 \end_layout
37351
37352 \begin_layout Standard
37353 \noindent
37354 you can use the LaTeX-package 
37355 \series bold
37356 picinpar
37357 \series default
37358
37359 \begin_inset Index idx
37360 status collapsed
37361
37362 \begin_layout Plain Layout
37363 LaTeX-packages ! picinpar
37364 \end_layout
37365
37366 \end_inset
37367
37368 .
37369  Here is an example:
37370 \end_layout
37371
37372 \begin_layout Standard
37373 \begin_inset ERT
37374 status collapsed
37375
37376 \begin_layout Plain Layout
37377
37378
37379 \backslash
37380 ifpicinpar
37381 \end_layout
37382
37383 \end_inset
37384
37385
37386 \begin_inset Note Note
37387 status open
37388
37389 \begin_layout Plain Layout
37390 The following section will only be displayed when the LaTeX-package 
37391 \series bold
37392 picinpar
37393 \series default
37394  is installed.
37395 \end_layout
37396
37397 \end_inset
37398
37399
37400 \end_layout
37401
37402 \begin_layout Standard
37403 \begin_inset ERT
37404 status collapsed
37405
37406 \begin_layout Plain Layout
37407
37408
37409 \backslash
37410 begin{window}[2,c,{
37411 \end_layout
37412
37413 \end_inset
37414
37415
37416 \begin_inset Graphics
37417         filename clipart/mobius.eps
37418         lyxscale 60
37419         width 40col%
37420         scaleBeforeRotation
37421         rotateOrigin center
37422
37423 \end_inset
37424
37425
37426 \begin_inset ERT
37427 status collapsed
37428
37429 \begin_layout Plain Layout
37430
37431 },]
37432 \end_layout
37433
37434 \begin_layout Plain Layout
37435
37436 {}
37437 \end_layout
37438
37439 \end_inset
37440
37441
37442 \size small
37443 It was in the spring of the year 1894 that all London was interested, and
37444  the fashionable world dismayed, by the murder of the Honourable Ronald
37445  Adair under most unusual and inexplicable circumstances.
37446  The public has already learned those particulars of the crime which
37447 \size default
37448
37449 \begin_inset ERT
37450 status collapsed
37451
37452 \begin_layout Plain Layout
37453
37454
37455 \backslash
37456 footnotemark{}
37457 \end_layout
37458
37459 \end_inset
37460
37461
37462 \size small
37463  came out in the police investigation, but a good deal was suppressed upon
37464  that occasion, since the case for the prosecution was so overwhelmingly
37465  strong that it was not necessary to bring forward all the facts.
37466  Only now, at the end of nearly ten years, am I allowed to supply those
37467  missing links which make up the whole of that remarkable chain.
37468 \size default
37469
37470 \begin_inset ERT
37471 status collapsed
37472
37473 \begin_layout Plain Layout
37474
37475
37476 \backslash
37477 end{window}
37478 \end_layout
37479
37480 \end_inset
37481
37482
37483 \end_layout
37484
37485 \begin_layout Standard
37486 \begin_inset ERT
37487 status collapsed
37488
37489 \begin_layout Plain Layout
37490
37491
37492 \backslash
37493 footnotetext{
37494 \end_layout
37495
37496 \end_inset
37497
37498 Footnote of the paragraph with the fixed object.
37499 \begin_inset ERT
37500 status collapsed
37501
37502 \begin_layout Plain Layout
37503
37504 }
37505 \end_layout
37506
37507 \end_inset
37508
37509
37510 \end_layout
37511
37512 \begin_layout Standard
37513 Surrounded fixed objects are used to let text float around them, at which
37514  the object's position in the paragraph can be determined by the number
37515  of lines above it.
37516  In contrary to floats is it not possible to have a numbered caption.
37517 \end_layout
37518
37519 \begin_layout Standard
37520 A fixed object is inserted by adding the command
37521 \end_layout
37522
37523 \begin_layout Standard
37524
37525 \series bold
37526
37527 \backslash
37528 begin{window}[2,c,{
37529 \end_layout
37530
37531 \begin_layout Standard
37532 as TeX-Code at the beginning of the paragraph.
37533  The first parameter in the bracket, here '2', defines the number of lines
37534  above the object, the second, here 'c', the position of the object.
37535  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37536  Behind the command you insert the object.
37537  In this example an image with a width of 40
37538 \begin_inset space \thinspace{}
37539 \end_inset
37540
37541 % of the text column width was inserted.
37542  The object can also be a table, a box or an equation.
37543  Behind the object the command
37544 \end_layout
37545
37546 \begin_layout Standard
37547
37548 \series bold
37549 },description text]
37550 \begin_inset Newline newline
37551 \end_inset
37552
37553 {}
37554 \end_layout
37555
37556 \begin_layout Standard
37557 is inserted.
37558  Note that the 
37559 \begin_inset Quotes eld
37560 \end_inset
37561
37562
37563 \series bold
37564 {}
37565 \series default
37566
37567 \begin_inset Quotes erd
37568 \end_inset
37569
37570  is in the second line.
37571  The description text is optional.
37572  The text surrounding the object must be in the same paragraph as the object,
37573  so it must begin directly after the 
37574 \series bold
37575 {}
37576 \series default
37577 .
37578  At the end of the paragraph insert the command:
37579 \end_layout
37580
37581 \begin_layout Standard
37582
37583 \series bold
37584
37585 \backslash
37586 end{window}
37587 \end_layout
37588
37589 \begin_layout Standard
37590 Within a paragraph with a fixed object, you cannot insert footnotes in the
37591  normal way.
37592  You have to use instead the command 
37593 \series bold
37594
37595 \backslash
37596 footnotemark
37597 \series default
37598  inside the paragraph and outside the command 
37599 \series bold
37600
37601 \backslash
37602 footnotetext
37603 \series default
37604  as described in sec.
37605 \begin_inset space \thinspace{}
37606 \end_inset
37607
37608
37609 \begin_inset CommandInset ref
37610 LatexCommand ref
37611 reference "sec:Footnotes"
37612
37613 \end_inset
37614
37615 .
37616 \end_layout
37617
37618 \begin_layout Standard
37619 \begin_inset ERT
37620 status collapsed
37621
37622 \begin_layout Plain Layout
37623
37624
37625 \backslash
37626 else
37627 \end_layout
37628
37629 \end_inset
37630
37631
37632 \begin_inset Note Note
37633 status open
37634
37635 \begin_layout Plain Layout
37636 The following will be displayed when the LaTeX-package 
37637 \series bold
37638 picinpar
37639 \series default
37640  is not installed:
37641 \end_layout
37642
37643 \end_inset
37644
37645
37646 \end_layout
37647
37648 \begin_layout Standard
37649 You need to install the LaTeX-package 
37650 \series bold
37651 picinpar
37652 \series default
37653  to see the following part of this section in the output.
37654 \end_layout
37655
37656 \begin_layout Standard
37657 \begin_inset ERT
37658 status collapsed
37659
37660 \begin_layout Plain Layout
37661
37662
37663 \backslash
37664 fi
37665 \end_layout
37666
37667 \end_inset
37668
37669
37670 \end_layout
37671
37672 \begin_layout Section
37673 Initials
37674 \begin_inset Index idx
37675 status collapsed
37676
37677 \begin_layout Plain Layout
37678 Initials
37679 \end_layout
37680
37681 \end_inset
37682
37683
37684 \begin_inset Index idx
37685 status collapsed
37686
37687 \begin_layout Plain Layout
37688 Surrounded by text ! Initials
37689 \end_layout
37690
37691 \end_inset
37692
37693
37694 \end_layout
37695
37696 \begin_layout Standard
37697 To use initials, you must have the LaTeX-package 
37698 \series bold
37699 lettrine
37700 \series default
37701
37702 \begin_inset Index idx
37703 status collapsed
37704
37705 \begin_layout Plain Layout
37706 LaTeX-packages ! lettrine
37707 \end_layout
37708
37709 \end_inset
37710
37711  installed and use the module 
37712 \family sans
37713 Initials
37714 \family default
37715  in your document (menu 
37716 \family sans
37717 Document\SpecialChar \menuseparator
37718 Settings\SpecialChar \menuseparator
37719 Modules
37720 \family default
37721 ).
37722  To insert an initial, use the style 
37723 \family sans
37724 Initial
37725 \family default
37726 .
37727  This style has a mandatory and two optional arguments.
37728  The arguments are inserted via the 
37729 \family sans
37730 Insert
37731 \family default
37732  menu.
37733  The mandatory argument 
37734 \family sans
37735 Initial
37736 \family default
37737  contains the letter(s) that is the initial, the argument 
37738 \family sans
37739 Rest
37740 \begin_inset space ~
37741 \end_inset
37742
37743 of
37744 \begin_inset space ~
37745 \end_inset
37746
37747 Initial
37748 \family default
37749  contains the rest of the word or text of the initial letter(s).
37750  The argument 
37751 \family sans
37752 Options
37753 \family default
37754  contains parameters to modify the initial.
37755  For more information about the possible parameters see the documentation
37756  of 
37757 \series bold
37758 lettrine
37759 \series default
37760
37761 \begin_inset CommandInset citation
37762 LatexCommand cite
37763 key "lettrine"
37764
37765 \end_inset
37766
37767 .
37768  The style itself contains the text that is surrounding the initial.
37769  The usual style is hereby that the word whose first letter is the initial,
37770  is printed with 
37771 \shape smallcaps
37772 small caps
37773 \shape default
37774 .
37775 \end_layout
37776
37777 \begin_layout Standard
37778 Here are some examples:
37779 \end_layout
37780
37781 \begin_layout Standard
37782 \begin_inset ERT
37783 status collapsed
37784
37785 \begin_layout Plain Layout
37786
37787
37788 \backslash
37789 iflettrine
37790 \end_layout
37791
37792 \end_inset
37793
37794
37795 \begin_inset Note Note
37796 status open
37797
37798 \begin_layout Plain Layout
37799 The following section will only be displayed when the LaTeX-package 
37800 \series bold
37801 lettrine
37802 \series default
37803  is installed.
37804 \end_layout
37805
37806 \end_inset
37807
37808
37809 \end_layout
37810
37811 \begin_layout Enumerate
37812 No optional argument, the initial is the letter 'I' in the math font 
37813 \begin_inset Formula $\mathfrak{Fraktur}$
37814 \end_inset
37815
37816 :
37817 \end_layout
37818
37819 \begin_deeper
37820 \begin_layout Initial
37821 \begin_inset Argument 2
37822 status open
37823
37824 \begin_layout Plain Layout
37825 \begin_inset Formula $\mathfrak{I}$
37826 \end_inset
37827
37828
37829 \end_layout
37830
37831 \end_inset
37832
37833
37834 \begin_inset Argument 3
37835 status open
37836
37837 \begin_layout Plain Layout
37838 t
37839 \end_layout
37840
37841 \end_inset
37842
37843  was in the spring of the year 1894 that all London was interested, and
37844  the fashionable world dismayed, by the murder of the Honourable Ronald
37845  Adair under most unusual and inexplicable circumstances.
37846  The public has already learned those particulars of the crime which came
37847  out in the police investigation, but a good deal was suppressed upon that
37848  occasion, since the case for the prosecution was so overwhelmingly strong
37849  that it was not necessary to bring forward all the facts.
37850 \begin_inset Newpage newpage
37851 \end_inset
37852
37853
37854 \end_layout
37855
37856 \end_deeper
37857 \begin_layout Enumerate
37858 Only one line is surrounding the initial, which is formed by two letters
37859  in standard font and no text is printed in small caps:
37860 \end_layout
37861
37862 \begin_deeper
37863 \begin_layout Initial
37864 \begin_inset Argument 1
37865 status open
37866
37867 \begin_layout Plain Layout
37868 lines=1
37869 \end_layout
37870
37871 \end_inset
37872
37873
37874 \begin_inset Argument 2
37875 status open
37876
37877 \begin_layout Plain Layout
37878 It
37879 \end_layout
37880
37881 \end_inset
37882
37883  was in the spring of the year 1894 that all London was interested, and
37884  the fashionable world dismayed, by the murder of the Honourable Ronald
37885  Adair under most unusual and inexplicable circumstances.
37886  The public has already learned those particulars of the crime which came
37887  out in the police investigation, but a good deal was suppressed upon that
37888  occasion, since the case for the prosecution was so overwhelmingly strong
37889  that it was not necessary to bring forward all the facts.
37890 \end_layout
37891
37892 \end_deeper
37893 \begin_layout Enumerate
37894 Magenta, hanging initial over 3
37895 \begin_inset space ~
37896 \end_inset
37897
37898 lines in the math font 
37899 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37900 \end_inset
37901
37902 , the text 
37903 \begin_inset Quotes eld
37904 \end_inset
37905
37906 t was in the spring
37907 \begin_inset Quotes erd
37908 \end_inset
37909
37910  is in 
37911 \shape smallcaps
37912 small caps
37913 \shape default
37914 ; to color the initial, you must insert this command before the initial:
37915 \begin_inset Newline newline
37916 \end_inset
37917
37918
37919 \series bold
37920
37921 \backslash
37922 renewcommand{
37923 \backslash
37924 LettrineFontHook}{
37925 \backslash
37926 color{color}}
37927 \series default
37928
37929 \begin_inset Newline newline
37930 \end_inset
37931
37932 where the second 
37933 \emph on
37934 color
37935 \emph default
37936  can be 
37937 \begin_inset Quotes eld
37938 \end_inset
37939
37940 red
37941 \begin_inset Quotes erd
37942 \end_inset
37943
37944
37945 \begin_inset Quotes eld
37946 \end_inset
37947
37948 blue
37949 \begin_inset Quotes erd
37950 \end_inset
37951
37952
37953 \begin_inset Quotes eld
37954 \end_inset
37955
37956 green
37957 \begin_inset Quotes erd
37958 \end_inset
37959
37960
37961 \begin_inset Quotes eld
37962 \end_inset
37963
37964 yellow
37965 \begin_inset Quotes erd
37966 \end_inset
37967
37968
37969 \begin_inset Quotes eld
37970 \end_inset
37971
37972 cyan
37973 \begin_inset Quotes erd
37974 \end_inset
37975
37976
37977 \begin_inset Quotes eld
37978 \end_inset
37979
37980 magenta
37981 \begin_inset Quotes erd
37982 \end_inset
37983
37984
37985 \begin_inset Quotes eld
37986 \end_inset
37987
37988 black
37989 \begin_inset Quotes erd
37990 \end_inset
37991
37992  or 
37993 \begin_inset Quotes eld
37994 \end_inset
37995
37996 white
37997 \begin_inset Quotes erd
37998 \end_inset
37999
38000 , and add this command to the document preamble:
38001 \begin_inset Newline newline
38002 \end_inset
38003
38004
38005 \series bold
38006
38007 \backslash
38008 @ifundefined{textcolor}
38009 \begin_inset Newline newline
38010 \end_inset
38011
38012
38013 \begin_inset space ~
38014 \end_inset
38015
38016 {
38017 \backslash
38018 usepackage{color}}{}
38019 \end_layout
38020
38021 \begin_deeper
38022 \begin_layout Standard
38023 \begin_inset ERT
38024 status collapsed
38025
38026 \begin_layout Plain Layout
38027
38028
38029 \backslash
38030 renewcommand{
38031 \backslash
38032 LettrineFontHook}{
38033 \backslash
38034 color{magenta}}
38035 \end_layout
38036
38037 \end_inset
38038
38039
38040 \begin_inset Note Note
38041 status collapsed
38042
38043 \begin_layout Plain Layout
38044 makes the initial magenta
38045 \end_layout
38046
38047 \end_inset
38048
38049
38050 \end_layout
38051
38052 \begin_layout Initial
38053 \begin_inset Argument 1
38054 status open
38055
38056 \begin_layout Plain Layout
38057 lines=3, lhang=0.33, loversize=0.25
38058 \end_layout
38059
38060 \end_inset
38061
38062
38063 \begin_inset Argument 2
38064 status open
38065
38066 \begin_layout Plain Layout
38067 \begin_inset Formula $\mathcal{I}$
38068 \end_inset
38069
38070
38071 \end_layout
38072
38073 \end_inset
38074
38075
38076 \begin_inset Argument 3
38077 status open
38078
38079 \begin_layout Plain Layout
38080 t was in the spring
38081 \end_layout
38082
38083 \end_inset
38084
38085  of the year 1894 that all London was interested, and the fashionable world
38086  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38087  and inexplicable circumstances.
38088  The public has already learned those particulars of the crime which came
38089  out in the police investigation, but a good deal was suppressed upon that
38090  occasion, since the case for the prosecution was so overwhelmingly strong
38091  that it was not necessary to bring forward all the facts.
38092 \end_layout
38093
38094 \end_deeper
38095 \begin_layout Standard
38096 \begin_inset ERT
38097 status collapsed
38098
38099 \begin_layout Plain Layout
38100
38101
38102 \backslash
38103 else
38104 \end_layout
38105
38106 \end_inset
38107
38108
38109 \begin_inset Note Note
38110 status open
38111
38112 \begin_layout Plain Layout
38113 The following will be displayed when the LaTeX-package 
38114 \series bold
38115 lettrine
38116 \series default
38117  is not installed:
38118 \end_layout
38119
38120 \end_inset
38121
38122
38123 \end_layout
38124
38125 \begin_layout Standard
38126 You need to install the LaTeX-package 
38127 \series bold
38128 lettrine
38129 \series default
38130  to see the following part of this section in the output.
38131 \end_layout
38132
38133 \begin_layout Standard
38134 \begin_inset ERT
38135 status collapsed
38136
38137 \begin_layout Plain Layout
38138
38139
38140 \backslash
38141 fi
38142 \end_layout
38143
38144 \end_inset
38145
38146
38147 \end_layout
38148
38149 \begin_layout Chapter
38150 External Document Parts
38151 \begin_inset Index idx
38152 status collapsed
38153
38154 \begin_layout Plain Layout
38155 External Document Parts
38156 \end_layout
38157
38158 \end_inset
38159
38160
38161 \end_layout
38162
38163 \begin_layout Standard
38164 With the menu 
38165 \family sans
38166 Insert\SpecialChar \menuseparator
38167 File
38168 \family default
38169  you can insert external material into your document.
38170  This can be:
38171 \end_layout
38172
38173 \begin_layout Description
38174 LyX
38175 \begin_inset space ~
38176 \end_inset
38177
38178 Document Another LyX document; its content is directly inserted to your
38179  document.
38180 \end_layout
38181
38182 \begin_layout Description
38183 Plain
38184 \begin_inset space ~
38185 \end_inset
38186
38187 Text A text document; each line is inserted in your document as a separate
38188  paragraph.
38189 \end_layout
38190
38191 \begin_layout Description
38192 Plain
38193 \begin_inset space ~
38194 \end_inset
38195
38196 Text,
38197 \begin_inset space ~
38198 \end_inset
38199
38200 Join
38201 \begin_inset space ~
38202 \end_inset
38203
38204 Lines A text document; text lines are inserted in your document continuously
38205  but an empty text line creates a new paragraph.
38206 \end_layout
38207
38208 \begin_layout Description
38209 External
38210 \begin_inset space ~
38211 \end_inset
38212
38213 Material Files in various formats.
38214 \end_layout
38215
38216 \begin_layout Description
38217 Child
38218 \begin_inset space ~
38219 \end_inset
38220
38221 Document LyX or LaTeX-documents.
38222 \end_layout
38223
38224 \begin_layout Section
38225 External Material
38226 \begin_inset Index idx
38227 status collapsed
38228
38229 \begin_layout Plain Layout
38230 External Document Parts ! External Material
38231 \end_layout
38232
38233 \end_inset
38234
38235
38236 \end_layout
38237
38238 \begin_layout Standard
38239 The external material feature allows you to insert files into your document
38240  without converting them to a format that can be read by the document output
38241  format.
38242  LyX takes care of the necessary conversions.
38243  This is similar to images that can be inserted in various image formats
38244  in LyX documents.
38245  When you have enabled Instant Preview in LyX's preferences under 
38246 \family sans
38247 Look
38248 \begin_inset space ~
38249 \end_inset
38250
38251 and
38252 \begin_inset space ~
38253 \end_inset
38254
38255 feel\SpecialChar \menuseparator
38256 Graphics
38257 \family default
38258 , the external material types Dia and Xfig are directly shown in LyX.
38259 \end_layout
38260
38261 \begin_layout Standard
38262 External material can be inserted via the 
38263 \family sans
38264 External Material
38265 \family default
38266  dialog that is accessible with the menu 
38267 \family sans
38268 Insert\SpecialChar \menuseparator
38269 File\SpecialChar \menuseparator
38270 External
38271 \begin_inset space ~
38272 \end_inset
38273
38274 Material
38275 \family default
38276 .
38277  Currently the following file types (
38278 \family sans
38279 Templates
38280 \family default
38281 ) are allowed:
38282 \end_layout
38283
38284 \begin_layout Description
38285 ChessDiagram This template supports chess position diagrams made with the
38286  program 
38287 \series bold
38288
38289 \begin_inset CommandInset href
38290 LatexCommand href
38291 name "XBoard"
38292 target "http://en.wikipedia.org/wiki/XBoard"
38293
38294 \end_inset
38295
38296
38297 \series default
38298 .
38299 \end_layout
38300
38301 \begin_layout Description
38302 Date This inserts the date in the form 
38303 \emph on
38304 Day-Month-Year
38305 \emph default
38306 .
38307  This is a date inserted as external material: 
38308 \begin_inset External
38309         template Date
38310         filename .
38311
38312 \end_inset
38313
38314
38315 \begin_inset space ~
38316 \end_inset
38317
38318
38319 \begin_inset Note Note
38320 status open
38321
38322 \begin_layout Plain Layout
38323 Remove the protected space when bug 4398 is fixed!
38324 \end_layout
38325
38326 \end_inset
38327
38328
38329 \begin_inset Newline newline
38330 \end_inset
38331
38332 The date is not shown within LyX, only in the output.
38333  There are two other methods of inserting a date: Via menu 
38334 \family sans
38335 Insert\SpecialChar \menuseparator
38336 Date
38337 \family default
38338  and with the LaTeX command 
38339 \series bold
38340
38341 \backslash
38342 today
38343 \series default
38344  as TeX-Code.
38345  The different methods are compared in Table
38346 \begin_inset space ~
38347 \end_inset
38348
38349
38350 \begin_inset CommandInset ref
38351 LatexCommand ref
38352 reference "tab:Comparison-of-the"
38353
38354 \end_inset
38355
38356 .
38357 \end_layout
38358
38359 \begin_layout Description
38360 Dia This template supports diagrams created with the program 
38361 \series bold
38362
38363 \begin_inset CommandInset href
38364 LatexCommand href
38365 name "Dia"
38366 target "http://en.wikipedia.org/wiki/Dia_(software)"
38367
38368 \end_inset
38369
38370
38371 \series default
38372 .
38373 \end_layout
38374
38375 \begin_layout Description
38376 GnumericSpreadsheet With this template you can insert spreadsheets
38377 \begin_inset space \thinspace{}
38378 \end_inset
38379
38380 /
38381 \begin_inset space \thinspace{}
38382 \end_inset
38383
38384 tables in the format of 
38385 \series bold
38386
38387 \begin_inset CommandInset href
38388 LatexCommand href
38389 name "Gnumeric"
38390 target "http://en.wikipedia.org/wiki/Gnumeric"
38391
38392 \end_inset
38393
38394
38395 \series default
38396
38397 \begin_inset CommandInset href
38398 LatexCommand href
38399 name "OpenDocument"
38400 target "http://en.wikipedia.org/wiki/OpenDocument"
38401
38402 \end_inset
38403
38404
38405 \begin_inset CommandInset href
38406 LatexCommand href
38407 name "Microsoft Office XML"
38408 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38409
38410 \end_inset
38411
38412  and 
38413 \begin_inset CommandInset href
38414 LatexCommand href
38415 name "Office Open XML"
38416 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38417
38418 \end_inset
38419
38420 .
38421  For this feature LyX must have found the program 
38422 \family typewriter
38423 ssconvert
38424 \family default
38425  during its configuration.
38426  This program is part of Gnumeric, so that you must have Gnumeric installed,
38427  also if you don't have tables in the Gnumeric format.
38428  For examples and possible limitations have a look at LyX's example file
38429  
38430 \emph on
38431 spreadsheet.lyx
38432 \emph default
38433 .
38434 \end_layout
38435
38436 \begin_layout Description
38437 LilyPond This template is used for music notation typeset with the program
38438 \begin_inset Newline linebreak
38439 \end_inset
38440
38441
38442 \series bold
38443
38444 \begin_inset CommandInset href
38445 LatexCommand href
38446 name "LilyPond"
38447 target "http://en.wikipedia.org/wiki/LilyPond"
38448
38449 \end_inset
38450
38451
38452 \series default
38453 .
38454  For LyX's extended support for LilyPond have a look at LyX's example file
38455  
38456 \emph on
38457 lilypond.lyx
38458 \emph default
38459 .
38460 \end_layout
38461
38462 \begin_layout Description
38463 PDFPages With this template you can insert PDF documents to your document.
38464  To specify the range of pages that should be included, use the option 
38465 \series bold
38466 pages
38467 \series default
38468  in the 
38469 \family sans
38470 Option
38471 \family default
38472  field in the 
38473 \family sans
38474 LaTeX and LyX options
38475 \family default
38476  tab.
38477  The argument of this option is a comma separated list, containing page
38478  numbers (insert as option 
38479 \series bold
38480 pages={3,5,6,8}
38481 \series default
38482 ), ranges of page numbers (
38483 \series bold
38484 pages={4-9}
38485 \series default
38486 ) or any combination.
38487  To insert empty pages use {}.
38488  E.
38489 \begin_inset space \thinspace{}
38490 \end_inset
38491
38492 g.
38493 \begin_inset space ~
38494 \end_inset
38495
38496
38497 \series bold
38498 pages={3,{},8-11,15}
38499 \series default
38500  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38501  Page ranges are specified in the syntax 
38502 \emph on
38503 start
38504 \emph default
38505 -
38506 \emph on
38507 stop
38508 \emph default
38509 .
38510  This selects all pages from 
38511 \emph on
38512 start
38513 \emph default
38514  to 
38515 \emph on
38516 stop
38517 \emph default
38518 .
38519  Omitting 
38520 \emph on
38521 start
38522 \emph default
38523  defaults to the first page; omitting 
38524 \emph on
38525 stop
38526 \emph default
38527  defaults to the last page of the document.
38528  The last page can also be selected with the keyword 
38529 \series bold
38530 last
38531 \series default
38532 .
38533  (This is only permitted in a page range.) So 
38534 \series bold
38535 pages=-
38536 \series default
38537  will insert all pages of the document and 
38538 \series bold
38539 pages=last-1
38540 \series default
38541  will insert all pages in reverse order.
38542  If the pages option is not specified, only the first page of the PDF is
38543  inserted.
38544 \begin_inset Newline newline
38545 \end_inset
38546
38547 The option 
38548 \series bold
38549 noautoscale
38550 \series default
38551  inserts the pages with their original size, if this option is not given,
38552  the pages will be resized to fith the width of the page of your document.
38553  In the tab 
38554 \family sans
38555 Size and Rotation
38556 \family default
38557  you can specify the width and height of the input pages and their rotation.
38558  If another width than 100
38559 \begin_inset space \thinspace{}
38560 \end_inset
38561
38562 Scale% is used, the option 
38563 \series bold
38564 noautoscale
38565 \series default
38566  will be overwritten.
38567  For more info and possible options, have a look into the documentation
38568  of the LaTeX-package 
38569 \series bold
38570 pdfpages
38571 \series default
38572  
38573 \begin_inset CommandInset citation
38574 LatexCommand cite
38575 key "pdfpages"
38576
38577 \end_inset
38578
38579 .
38580 \begin_inset Index idx
38581 status collapsed
38582
38583 \begin_layout Plain Layout
38584 LaTeX-packages ! pdfpages
38585 \end_layout
38586
38587 \end_inset
38588
38589
38590 \begin_inset Newline newline
38591 \end_inset
38592
38593 To use this template in a 
38594 \family sans
38595 Beamer
38596 \family default
38597  presentation you need to first insert an 
38598 \family sans
38599 EndFrame
38600 \family default
38601  environment and in a subsequent paragraph a TeX-Code box containing the
38602  command 
38603 \series bold
38604
38605 \backslash
38606 setbeamertemplate{background canvas}{}
38607 \series default
38608 .
38609  Then you can insert as many paragraphs containing the PDFPages template
38610  as you wish.
38611  Behind the included PDF pages you can resume the Beamer presentation by
38612  beginning a new frame or by starting a new section.
38613  To avoid stray blank pages prior to the PDF pages, make sure to use the
38614  
38615 \family sans
38616 Default
38617 \family default
38618  alignment for the paragraph containing the template.
38619 \begin_inset Newline newline
38620 \end_inset
38621
38622 Here is an included PDF which is rotated by -5°: 
38623 \begin_inset External
38624         template PDFPages
38625         filename clipart/Abstract.pdf
38626         extra LaTeX "noautoscale, pages=-"
38627         rotateAngle -5
38628         rotateOrigin bottomleft
38629
38630 \end_inset
38631
38632
38633 \end_layout
38634
38635 \begin_layout Description
38636 RasterImage This can be used for bitmap images.
38637  The image can be treated in the 
38638 \family sans
38639 External material
38640 \family default
38641  dialog like the images that are usually included via the 
38642 \family sans
38643 Graphics
38644 \family default
38645  dialog as described in section
38646 \begin_inset space ~
38647 \end_inset
38648
38649
38650 \begin_inset CommandInset ref
38651 LatexCommand ref
38652 reference "sec:Graphics-Dialog"
38653
38654 \end_inset
38655
38656 .
38657  The difference to the normal image input is that only raster images are
38658  allowed; that means that PDF and EPS-images are not supported.
38659  Here is an inserted raster image: 
38660 \begin_inset External
38661         template RasterImage
38662         filename clipart/ToolbarEnvBox.png
38663
38664 \end_inset
38665
38666
38667 \end_layout
38668
38669 \begin_layout Description
38670 XFig This template supports images created with the program 
38671 \series bold
38672
38673 \begin_inset CommandInset href
38674 LatexCommand href
38675 name "Xfig"
38676 target "http://en.wikipedia.org/wiki/Xfig"
38677
38678 \end_inset
38679
38680
38681 \series default
38682 .
38683 \end_layout
38684
38685 \begin_layout Standard
38686 \begin_inset Float table
38687 placement !h
38688 wide false
38689 sideways false
38690 status open
38691
38692 \begin_layout Plain Layout
38693 \begin_inset Caption Standard
38694
38695 \begin_layout Plain Layout
38696 \begin_inset CommandInset label
38697 LatexCommand label
38698 name "tab:Comparison-of-the"
38699
38700 \end_inset
38701
38702 Comparison of the date input methods.
38703 \end_layout
38704
38705 \end_inset
38706
38707
38708 \end_layout
38709
38710 \begin_layout Plain Layout
38711 \align center
38712 \begin_inset Tabular
38713 <lyxtabular version="3" rows="4" columns="4">
38714 <features rotate="0" tabularvalignment="middle">
38715 <column alignment="center" valignment="top">
38716 <column alignment="center" valignment="top">
38717 <column alignment="center" valignment="top">
38718 <column alignment="center" valignment="top">
38719 <row>
38720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38721 \begin_inset Text
38722
38723 \begin_layout Plain Layout
38724 Document format
38725 \end_layout
38726
38727 \end_inset
38728 </cell>
38729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38730 \begin_inset Text
38731
38732 \begin_layout Plain Layout
38733
38734 \family sans
38735 External Material\SpecialChar \menuseparator
38736 Date
38737 \end_layout
38738
38739 \end_inset
38740 </cell>
38741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38742 \begin_inset Text
38743
38744 \begin_layout Plain Layout
38745
38746 \family sans
38747 Insert\SpecialChar \menuseparator
38748 Date
38749 \end_layout
38750
38751 \end_inset
38752 </cell>
38753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38754 \begin_inset Text
38755
38756 \begin_layout Plain Layout
38757 command 
38758 \series bold
38759
38760 \backslash
38761 today
38762 \end_layout
38763
38764 \end_inset
38765 </cell>
38766 </row>
38767 <row>
38768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38769 \begin_inset Text
38770
38771 \begin_layout Plain Layout
38772 LyX
38773 \end_layout
38774
38775 \end_inset
38776 </cell>
38777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38778 \begin_inset Text
38779
38780 \begin_layout Plain Layout
38781 as inset box
38782 \end_layout
38783
38784 \end_inset
38785 </cell>
38786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38787 \begin_inset Text
38788
38789 \begin_layout Plain Layout
38790 as date
38791 \end_layout
38792
38793 \end_inset
38794 </cell>
38795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38796 \begin_inset Text
38797
38798 \begin_layout Plain Layout
38799 as TeX-Code inset box
38800 \end_layout
38801
38802 \end_inset
38803 </cell>
38804 </row>
38805 <row>
38806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38807 \begin_inset Text
38808
38809 \begin_layout Plain Layout
38810 LaTeX
38811 \end_layout
38812
38813 \end_inset
38814 </cell>
38815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38816 \begin_inset Text
38817
38818 \begin_layout Plain Layout
38819 as date
38820 \end_layout
38821
38822 \end_inset
38823 </cell>
38824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38825 \begin_inset Text
38826
38827 \begin_layout Plain Layout
38828 as date
38829 \end_layout
38830
38831 \end_inset
38832 </cell>
38833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38834 \begin_inset Text
38835
38836 \begin_layout Plain Layout
38837 as command
38838 \end_layout
38839
38840 \end_inset
38841 </cell>
38842 </row>
38843 <row>
38844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38845 \begin_inset Text
38846
38847 \begin_layout Plain Layout
38848 DVI, PDF, PS
38849 \end_layout
38850
38851 \end_inset
38852 </cell>
38853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38854 \begin_inset Text
38855
38856 \begin_layout Plain Layout
38857 as date
38858 \end_layout
38859
38860 \end_inset
38861 </cell>
38862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38863 \begin_inset Text
38864
38865 \begin_layout Plain Layout
38866 as date
38867 \end_layout
38868
38869 \end_inset
38870 </cell>
38871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38872 \begin_inset Text
38873
38874 \begin_layout Plain Layout
38875 as date
38876 \end_layout
38877
38878 \end_inset
38879 </cell>
38880 </row>
38881 </lyxtabular>
38882
38883 \end_inset
38884
38885
38886 \end_layout
38887
38888 \end_inset
38889
38890
38891 \end_layout
38892
38893 \begin_layout Standard
38894 When you use the option 
38895 \family sans
38896 Draft
38897 \family default
38898  in the 
38899 \family sans
38900 File
38901 \family default
38902  tab of the 
38903 \family sans
38904 External Material
38905 \family default
38906  dialog, only the path to the inserted file is shown in the output.
38907 \begin_inset Newline newline
38908 \end_inset
38909
38910 External material is displayed in LyX either as a box like this: 
38911 \begin_inset Graphics
38912         filename clipart/ExternalMaterialQt4.png
38913         scale 85
38914         scaleBeforeRotation
38915
38916 \end_inset
38917
38918  or as image, depending on the option 
38919 \family sans
38920 Show in LyX
38921 \family default
38922  in the 
38923 \family sans
38924 LaTeX and LyX options
38925 \family default
38926  tab of the dialog.
38927 \end_layout
38928
38929 \begin_layout Standard
38930 The 
38931 \family sans
38932 \emph on
38933 Customization
38934 \family default
38935 \emph default
38936  manual explains how you can define your own templates.
38937 \end_layout
38938
38939 \begin_layout Section
38940 Child Documents
38941 \begin_inset CommandInset label
38942 LatexCommand label
38943 name "sec:Child-Documents"
38944
38945 \end_inset
38946
38947
38948 \begin_inset Index idx
38949 status collapsed
38950
38951 \begin_layout Plain Layout
38952 External Document Parts ! Child Documents
38953 \end_layout
38954
38955 \end_inset
38956
38957
38958 \begin_inset Index idx
38959 status collapsed
38960
38961 \begin_layout Plain Layout
38962 Files ! Include
38963 \end_layout
38964
38965 \end_inset
38966
38967
38968 \end_layout
38969
38970 \begin_layout Standard
38971 Child documents are used if you have a long document consisting of several
38972  larger parts or sections.
38973  For maintenance it is often useful and sometimes even required to split
38974  the document into several files that can be revised separately.
38975  The different documents are then the so called 
38976 \begin_inset Quotes eld
38977 \end_inset
38978
38979 child documents
38980 \begin_inset Quotes erd
38981 \end_inset
38982
38983 , and a master document connects them to print the full document or parts
38984  of it.
38985  A child document inherits elements from its master, for example the LaTeX
38986  preamble, the bibliography, and labels for cross-references.
38987 \end_layout
38988
38989 \begin_layout Standard
38990 To be able to work on child documents without the need to open their master,
38991  specify in the child document the master in the menu
38992 \family sans
38993  Document\SpecialChar \menuseparator
38994 Settings\SpecialChar \menuseparator
38995 Document
38996 \begin_inset space ~
38997 \end_inset
38998
38999 Class
39000 \family default
39001 .
39002  This master document will then be used in the background by LyX when you
39003  edit the child document.
39004 \end_layout
39005
39006 \begin_layout Standard
39007 Included documents are displayed in LyX as a box like this: 
39008 \begin_inset Graphics
39009         filename clipart/ChildDocumentQt4.png
39010         scale 85
39011         scaleBeforeRotation
39012
39013 \end_inset
39014
39015  To include child documents in a master document use the menu 
39016 \family sans
39017 Insert\SpecialChar \menuseparator
39018 File\SpecialChar \menuseparator
39019 Child
39020 \begin_inset space ~
39021 \end_inset
39022
39023 Documents
39024 \family default
39025 .
39026  A dialog pops up where you can choose between four include methods:
39027 \end_layout
39028
39029 \begin_layout Description
39030 Include You can include LyX- and LaTeX-documents.
39031  When you press the 
39032 \family sans
39033 Edit
39034 \family default
39035  button in the 
39036 \family sans
39037 Child Document
39038 \family default
39039  dialog, the included document will be opened in LyX in a new file tab so
39040  that you can modify it.
39041 \begin_inset Newline newline
39042 \end_inset
39043
39044
39045 \end_layout
39046
39047 \begin_layout Standard
39048 Here is a child document inserted using 
39049 \family sans
39050 Include
39051 \family default
39052
39053 \begin_inset CommandInset include
39054 LatexCommand include
39055 filename "DummyDocument1.lyx"
39056
39057 \end_inset
39058
39059
39060 \end_layout
39061
39062 \begin_layout Standard
39063 The section numbering includes the sections of the included files in the
39064  order they are inserted in the master document.
39065  The included example document has for example a subsection that is numbered
39066  as a subsection of this section.
39067  Labels of included documents can be referenced: Subsection
39068 \begin_inset space ~
39069 \end_inset
39070
39071
39072 \begin_inset CommandInset ref
39073 LatexCommand ref
39074 reference "sub:External-Subsection-1"
39075
39076 \end_inset
39077
39078 .
39079 \end_layout
39080
39081 \begin_layout Standard
39082 The preamble of the child document is ignored; only the preamble of the
39083  master document is used.
39084  Branches in child documents will be ignored by the master document when
39085  the master document does not have a branch with the same name.
39086  Included documents are inserted starting on a new page and ending with
39087  a page break.
39088 \end_layout
39089
39090 \begin_layout Standard
39091 \begin_inset Note Greyedout
39092 status open
39093
39094 \begin_layout Plain Layout
39095
39096 \series bold
39097 Note:
39098 \series default
39099  If you have included a LyX- or LaTeX-file, you are warned when you export/view
39100  the document in case the child document uses another document class than
39101  the master document as this will lead to unexpected outputs.
39102 \end_layout
39103
39104 \end_inset
39105
39106
39107 \end_layout
39108
39109 \begin_layout Description
39110 Input This method is very similar to the Include method.
39111  The differences are:
39112 \end_layout
39113
39114 \begin_deeper
39115 \begin_layout Itemize
39116 Input files don't start with a new page and don't end with a page break.
39117 \end_layout
39118
39119 \begin_layout Itemize
39120 Input files can be previewed in LyX when 
39121 \family sans
39122 Instant
39123 \begin_inset space ~
39124 \end_inset
39125
39126 Preview
39127 \family default
39128  is enabled in LyX's preferences under 
39129 \family sans
39130 Look
39131 \begin_inset space ~
39132 \end_inset
39133
39134 and
39135 \begin_inset space ~
39136 \end_inset
39137
39138 feel\SpecialChar \menuseparator
39139 Graphics
39140 \family default
39141 .
39142 \end_layout
39143
39144 \begin_layout Itemize
39145 You cannot exclude Input files via the menu 
39146 \family sans
39147 Document\SpecialChar \menuseparator
39148 Settings\SpecialChar \menuseparator
39149 Child Documents
39150 \family default
39151 .
39152 \end_layout
39153
39154 \end_deeper
39155 \begin_layout Standard
39156 Here is a child document inserted using 
39157 \family sans
39158 Input
39159 \family default
39160
39161 \begin_inset CommandInset include
39162 LatexCommand input
39163 filename "DummyDocument2.lyx"
39164
39165 \end_inset
39166
39167
39168 \end_layout
39169
39170 \begin_layout Description
39171 Verbatim With this method any text file can be included.
39172  The file is shown in the output with its source code; no command used in
39173  the text is invoked.
39174  You can use the option 
39175 \family sans
39176 Mark spaces in output
39177 \family default
39178  that displays the character 
39179 \begin_inset Quotes eld
39180 \end_inset
39181
39182
39183 \begin_inset ERT
39184 status collapsed
39185
39186 \begin_layout Plain Layout
39187
39188
39189 \backslash
39190 textvisiblespace 
39191 \end_layout
39192
39193 \end_inset
39194
39195
39196 \begin_inset Quotes erd
39197 \end_inset
39198
39199  for every space character in the source code.
39200  The difference from the method via the menu 
39201 \family sans
39202 Insert\SpecialChar \menuseparator
39203 File\SpecialChar \menuseparator
39204 Plain
39205 \begin_inset space ~
39206 \end_inset
39207
39208 Text
39209 \family default
39210  is that the document content is not shown in LyX.
39211 \end_layout
39212
39213 \begin_layout Standard
39214 Here is a child document inserted as Verbatim: 
39215 \begin_inset CommandInset include
39216 LatexCommand verbatiminput
39217 filename "DummyTextDocument.txt"
39218
39219 \end_inset
39220
39221
39222 \begin_inset VSpace bigskip
39223 \end_inset
39224
39225  Here is a child document inserted as Verbatim using the 
39226 \family sans
39227 Mark spaces in output
39228 \family default
39229  option: 
39230 \begin_inset CommandInset include
39231 LatexCommand verbatiminput*
39232 filename "DummyTextDocument.txt"
39233
39234 \end_inset
39235
39236
39237 \end_layout
39238
39239 \begin_layout Standard
39240 \begin_inset VSpace bigskip
39241 \end_inset
39242
39243
39244 \end_layout
39245
39246 \begin_layout Standard
39247 \begin_inset Note Greyedout
39248 status open
39249
39250 \begin_layout Plain Layout
39251
39252 \series bold
39253 Note:
39254 \series default
39255  As you can see in the examples above, the text of the documents included
39256  as 
39257 \family sans
39258 verbatim
39259 \family default
39260  is not broken at the end of the document lines.
39261 \end_layout
39262
39263 \end_inset
39264
39265
39266 \end_layout
39267
39268 \begin_layout Description
39269 Listings This type is described in chapter
39270 \begin_inset space ~
39271 \end_inset
39272
39273
39274 \begin_inset CommandInset ref
39275 LatexCommand ref
39276 reference "cha:Program-Code-Listings"
39277
39278 \end_inset
39279
39280 .
39281 \end_layout
39282
39283 \begin_layout Standard
39284 \begin_inset Note Greyedout
39285 status open
39286
39287 \begin_layout Plain Layout
39288
39289 \series bold
39290 Note:
39291 \series default
39292  Including the same document twice in a document using different methods
39293  could cause LaTeX-problems.
39294 \end_layout
39295
39296 \end_inset
39297
39298
39299 \end_layout
39300
39301 \begin_layout Standard
39302 If you want to view/export only selected children of your master document,
39303  either because you want to save compiling time or because you want to distribut
39304 e single chapters of the book you are just writing, you can exclude children
39305  from the output.
39306  This is done via the menu 
39307 \family sans
39308 Document\SpecialChar \menuseparator
39309 Settings\SpecialChar \menuseparator
39310 Child Documents
39311 \family default
39312 .
39313  You can exclude\SpecialChar \slash{}
39314 include children by double-clicking on the 
39315 \family sans
39316 include to output
39317 \family default
39318  column of the respective child document in the list (note that this only
39319  works for documents embedded via 
39320 \begin_inset Quotes eld
39321 \end_inset
39322
39323 Include
39324 \begin_inset Quotes erd
39325 \end_inset
39326
39327 , not with 
39328 \begin_inset Quotes eld
39329 \end_inset
39330
39331 Input
39332 \begin_inset Quotes erd
39333 \end_inset
39334
39335 ).
39336  If the option 
39337 \family sans
39338 Maintain counters and references
39339 \family default
39340  is enabled, LyX will assure that all page numbers, references etc.
39341 \begin_inset space ~
39342 \end_inset
39343
39344 are correct as if the whole document was processed.
39345  This is useful if you want the selected sub-documents to look exactly as
39346  in the context of the whole document.
39347  However, LyX needs to process the whole document in the background for
39348  this feature.
39349  So if you want to save compile time and if counters and references do not
39350  need to be correct, disable this checkbox.
39351 \end_layout
39352
39353 \begin_layout Standard
39354 Alternatively, you can put each included file into a branch.
39355 \begin_inset Foot
39356 status collapsed
39357
39358 \begin_layout Plain Layout
39359 Branches are described in section 
39360 \emph on
39361 Branches
39362 \emph default
39363  of the LyX 
39364 \emph on
39365 Userguide
39366 \emph default
39367 .
39368 \end_layout
39369
39370 \end_inset
39371
39372  By enabling\SpecialChar \slash{}
39373 disabling branches you can decide which included files will
39374  appear in the output.
39375  This has the advantage that it also works with Input'ed sub-documents.
39376  However, counters and references will not be maintained with this approach.
39377 \end_layout
39378
39379 \begin_layout Chapter
39380 Program Code Listings
39381 \begin_inset CommandInset label
39382 LatexCommand label
39383 name "cha:Program-Code-Listings"
39384
39385 \end_inset
39386
39387
39388 \begin_inset Index idx
39389 status collapsed
39390
39391 \begin_layout Plain Layout
39392 Listings
39393 \end_layout
39394
39395 \end_inset
39396
39397
39398 \begin_inset Index idx
39399 status collapsed
39400
39401 \begin_layout Plain Layout
39402 Program Code
39403 \end_layout
39404
39405 \end_inset
39406
39407
39408 \begin_inset Index idx
39409 status collapsed
39410
39411 \begin_layout Plain Layout
39412 Floats ! Listings
39413 \end_layout
39414
39415 \end_inset
39416
39417
39418 \end_layout
39419
39420 \begin_layout Standard
39421 To include and typeset program code you can use the 
39422 \family sans
39423 Listings
39424 \family default
39425  inset that can be inserted via the menu 
39426 \family sans
39427 Insert\SpecialChar \menuseparator
39428 Program Listing
39429 \family default
39430 .
39431  The LaTeX-package 
39432 \series bold
39433 listings
39434 \series default
39435
39436 \begin_inset Index idx
39437 status collapsed
39438
39439 \begin_layout Plain Layout
39440 LaTeX-packages ! listings
39441 \end_layout
39442
39443 \end_inset
39444
39445  provides a powerful and flexible way to insert program source code into
39446  your document.
39447 \end_layout
39448
39449 \begin_layout Standard
39450 Right-clicking on a listings inset opens the context menu containing where
39451  you can set the listings format.
39452 \end_layout
39453
39454 \begin_layout Standard
39455 By default, a listing starts a new paragraph in the output.
39456  The placement option 
39457 \family sans
39458 Inline
39459 \begin_inset space ~
39460 \end_inset
39461
39462 listing
39463 \family default
39464  prints the listing inline like this: 
39465 \begin_inset listings
39466 lstparams "language={C++}"
39467 inline true
39468 status open
39469
39470 \begin_layout Plain Layout
39471
39472 int a=5;
39473 \end_layout
39474
39475 \end_inset
39476
39477
39478 \begin_inset Newline newline
39479 \end_inset
39480
39481 The option 
39482 \family sans
39483 Float
39484 \family default
39485  creates a listings float where you can specify the placement options 
39486 \begin_inset Quotes eld
39487 \end_inset
39488
39489
39490 \family sans
39491 h
39492 \family default
39493
39494 \begin_inset Quotes erd
39495 \end_inset
39496
39497
39498 \begin_inset Quotes eld
39499 \end_inset
39500
39501
39502 \family sans
39503 t
39504 \family default
39505
39506 \begin_inset Quotes erd
39507 \end_inset
39508
39509
39510 \begin_inset Quotes eld
39511 \end_inset
39512
39513
39514 \family sans
39515 b
39516 \family default
39517
39518 \begin_inset Quotes erd
39519 \end_inset
39520
39521 , and 
39522 \begin_inset Quotes eld
39523 \end_inset
39524
39525
39526 \family sans
39527 p
39528 \family default
39529
39530 \begin_inset Quotes erd
39531 \end_inset
39532
39533  corresponding to the float placement options described in section
39534 \begin_inset space ~
39535 \end_inset
39536
39537
39538 \begin_inset CommandInset ref
39539 LatexCommand ref
39540 reference "sec:Float-Placement"
39541
39542 \end_inset
39543
39544 .
39545  The placement options can be mixed and are inserted without any separation,
39546  e.
39547 \begin_inset space \thinspace{}
39548 \end_inset
39549
39550 g.
39551 \begin_inset space \space{}
39552 \end_inset
39553
39554
39555 \begin_inset Quotes eld
39556 \end_inset
39557
39558
39559 \family sans
39560 htbp
39561 \family default
39562
39563 \begin_inset Quotes erd
39564 \end_inset
39565
39566 .
39567  The option 
39568 \begin_inset Quotes eld
39569 \end_inset
39570
39571 h
39572 \begin_inset Quotes erd
39573 \end_inset
39574
39575  has sometimes no effect, but you don't need to use the 
39576 \family sans
39577 Float
39578 \family default
39579  option in this case as also non-float listings can have captions and be
39580  referenced.
39581 \end_layout
39582
39583 \begin_layout Standard
39584 You can add captions to listings with the menu 
39585 \family sans
39586 Insert\SpecialChar \menuseparator
39587 Caption
39588 \family default
39589 .
39590  Listings can be referenced like floats: Listing
39591 \begin_inset space ~
39592 \end_inset
39593
39594
39595 \begin_inset CommandInset ref
39596 LatexCommand ref
39597 reference "lst:Example-Listing"
39598
39599 \end_inset
39600
39601 .
39602  A list of listings which contains all listings with captions can be created
39603  via the menu 
39604 \family sans
39605 Insert\SpecialChar \menuseparator
39606 List
39607 \begin_inset space ~
39608 \end_inset
39609
39610 /
39611 \begin_inset space ~
39612 \end_inset
39613
39614 TOC\SpecialChar \menuseparator
39615 List of Listings
39616 \family default
39617 .
39618  The list entries are the listing caption and the listing number.
39619 \end_layout
39620
39621 \begin_layout Standard
39622 \begin_inset listings
39623 lstparams "language=Python"
39624 inline false
39625 status open
39626
39627 \begin_layout Plain Layout
39628
39629 \begin_inset Caption Standard
39630
39631 \begin_layout Plain Layout
39632 \begin_inset CommandInset label
39633 LatexCommand label
39634 name "lst:Example-Listing"
39635
39636 \end_inset
39637
39638 Example Listing float
39639 \end_layout
39640
39641 \end_inset
39642
39643 # Example listing float
39644 \end_layout
39645
39646 \begin_layout Plain Layout
39647
39648 def func(param):
39649 \end_layout
39650
39651 \begin_layout Plain Layout
39652
39653     'this is a python function'
39654 \end_layout
39655
39656 \begin_layout Plain Layout
39657
39658     pass
39659 \end_layout
39660
39661 \end_inset
39662
39663
39664 \end_layout
39665
39666 \begin_layout Standard
39667 When you have set a programming language in the listings dialog, the keywords
39668  of this language will be recognized and specially typeset in the output.
39669  In the example listings the Python keyword 
39670 \begin_inset Quotes eld
39671 \end_inset
39672
39673 def
39674 \begin_inset Quotes erd
39675 \end_inset
39676
39677  is recognized and printed bold in the output.
39678 \end_layout
39679
39680 \begin_layout Standard
39681 \begin_inset Note Greyedout
39682 status open
39683
39684 \begin_layout Plain Layout
39685
39686 \series bold
39687 Note:
39688 \series default
39689  If you don't get bold keywords when using typewriter fonts, your 
39690 \family typewriter
39691 typewriter
39692 \family default
39693  font probably doesn't provide a bold shape.
39694  In this case select a different one in the menu 
39695 \family sans
39696 Document\SpecialChar \menuseparator
39697 Settings\SpecialChar \menuseparator
39698 Fonts
39699 \family default
39700 .
39701  (The fonts 
39702 \emph on
39703 LuxiMono, BeraMono
39704 \emph default
39705  and 
39706 \emph on
39707 Courier
39708 \emph default
39709  provide bold shapes.)
39710 \end_layout
39711
39712 \end_inset
39713
39714
39715 \end_layout
39716
39717 \begin_layout Standard
39718 In section 
39719 \family sans
39720 Line
39721 \begin_inset space ~
39722 \end_inset
39723
39724 numbering
39725 \family default
39726  of the listings dialog you can specify the line numbering style.
39727  You can insert a number to specify which lines are numbered in the field
39728  
39729 \family sans
39730 Step
39731 \family default
39732 .
39733  When you insert e.
39734 \begin_inset space \thinspace{}
39735 \end_inset
39736
39737 g.
39738 \begin_inset space \space{}
39739 \end_inset
39740
39741
39742 \begin_inset Quotes eld
39743 \end_inset
39744
39745 3
39746 \begin_inset Quotes erd
39747 \end_inset
39748
39749 , only every 3rd line will be numbered.
39750 \end_layout
39751
39752 \begin_layout Standard
39753 You can furthermore specify a range of lines; only these will then appear
39754  in the output.
39755  The option 
39756 \family sans
39757 Extended character table
39758 \family default
39759  should be used when you use national characters like the German umlauts
39760  in the listing.
39761 \begin_inset Newline newline
39762 \end_inset
39763
39764 Here is an example listing with left line numbering, step 
39765 \begin_inset Quotes eld
39766 \end_inset
39767
39768 3
39769 \begin_inset Quotes erd
39770 \end_inset
39771
39772 , language 
39773 \begin_inset Quotes eld
39774 \end_inset
39775
39776 Python
39777 \begin_inset Quotes erd
39778 \end_inset
39779
39780 , options 
39781 \begin_inset Quotes eld
39782 \end_inset
39783
39784 Extended character table
39785 \begin_inset Quotes erd
39786 \end_inset
39787
39788  and 
39789 \begin_inset Quotes eld
39790 \end_inset
39791
39792 Space
39793 \begin_inset space ~
39794 \end_inset
39795
39796 as
39797 \begin_inset space ~
39798 \end_inset
39799
39800 symbol
39801 \begin_inset Quotes erd
39802 \end_inset
39803
39804 , range lines 3
39805 \begin_inset space \thinspace{}
39806 \end_inset
39807
39808 -
39809 \begin_inset space \thinspace{}
39810 \end_inset
39811
39812 8:
39813 \end_layout
39814
39815 \begin_layout Standard
39816 \begin_inset listings
39817 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39818 inline false
39819 status open
39820
39821 \begin_layout Plain Layout
39822
39823 def func(param):
39824 \end_layout
39825
39826 \begin_layout Plain Layout
39827
39828     'this is a python function'
39829 \end_layout
39830
39831 \begin_layout Plain Layout
39832
39833     pass
39834 \end_layout
39835
39836 \begin_layout Plain Layout
39837
39838 def func(param):
39839 \end_layout
39840
39841 \begin_layout Plain Layout
39842
39843 'This is a German word: Tschüß'
39844 \end_layout
39845
39846 \begin_layout Plain Layout
39847
39848 pass
39849 \end_layout
39850
39851 \begin_layout Plain Layout
39852
39853 def func(param):
39854 \end_layout
39855
39856 \begin_layout Plain Layout
39857
39858 'this is a python function'
39859 \end_layout
39860
39861 \begin_layout Plain Layout
39862
39863 pass
39864 \end_layout
39865
39866 \end_inset
39867
39868
39869 \end_layout
39870
39871 \begin_layout Standard
39872 When you have tabulators in your listing, you can specify the number of
39873  characters that are spanned by a tabulator in the field 
39874 \family sans
39875 Tabulator
39876 \begin_inset space ~
39877 \end_inset
39878
39879 size
39880 \family default
39881 .
39882 \end_layout
39883
39884 \begin_layout Standard
39885 \begin_inset Note Greyedout
39886 status open
39887
39888 \begin_layout Plain Layout
39889
39890 \series bold
39891 Note:
39892 \series default
39893  Due to a bug in the 
39894 \series bold
39895 listings
39896 \series default
39897  package the line numbering is shifted by a line by every previous listing.
39898  That's the reason why the lines 2 and 5 are numbered in the above listing
39899  and not the lines 3 and 6.
39900 \end_layout
39901
39902 \end_inset
39903
39904
39905 \end_layout
39906
39907 \begin_layout Standard
39908 \begin_inset VSpace bigskip
39909 \end_inset
39910
39911
39912 \end_layout
39913
39914 \begin_layout Standard
39915 It is also possible to print lines from a file as listing.
39916  To do this, use the menu 
39917 \family sans
39918 Insert\SpecialChar \menuseparator
39919 File\SpecialChar \menuseparator
39920 Child Document
39921 \family default
39922  and choose the type 
39923 \family sans
39924 Listings
39925 \family default
39926 .
39927 \begin_inset Foot
39928 status collapsed
39929
39930 \begin_layout Plain Layout
39931 The other child document types are described in section
39932 \begin_inset space ~
39933 \end_inset
39934
39935
39936 \begin_inset CommandInset ref
39937 LatexCommand ref
39938 reference "sec:Child-Documents"
39939
39940 \end_inset
39941
39942 .
39943 \end_layout
39944
39945 \end_inset
39946
39947  In the child document dialog you can specify the listing parameters in
39948  a text box.
39949  To show a list of all available parameters, type in a question mark 
39950 \begin_inset Quotes eld
39951 \end_inset
39952
39953 ?
39954 \begin_inset Quotes erd
39955 \end_inset
39956
39957  in the text box.
39958 \end_layout
39959
39960 \begin_layout Standard
39961 To reference child document listings, write a label text into the corresponding
39962  field of the child document dialog.
39963  The label can then be referenced using the menu 
39964 \family sans
39965 Insert\SpecialChar \menuseparator
39966 Cross-Reference
39967 \family default
39968 .
39969 \end_layout
39970
39971 \begin_layout Standard
39972 Listing
39973 \begin_inset space ~
39974 \end_inset
39975
39976
39977 \begin_inset CommandInset ref
39978 LatexCommand ref
39979 reference "lst:file-listing"
39980
39981 \end_inset
39982
39983  is an example for a listing of a file; there the lines 10
39984 \begin_inset space \thinspace{}
39985 \end_inset
39986
39987 -
39988 \begin_inset space \thinspace{}
39989 \end_inset
39990
39991 15 of this LyX file are listed.
39992 \end_layout
39993
39994 \begin_layout Standard
39995 \begin_inset CommandInset include
39996 LatexCommand lstinputlisting
39997 filename "EmbeddedObjects.lyx"
39998 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
39999
40000 \end_inset
40001
40002
40003 \end_layout
40004
40005 \begin_layout Standard
40006 \begin_inset VSpace bigskip
40007 \end_inset
40008
40009
40010 \end_layout
40011
40012 \begin_layout Standard
40013 Inserting a formula into a listing can be done the following way:
40014 \end_layout
40015
40016 \begin_layout Enumerate
40017 Open the listings dialog and add
40018 \begin_inset Newline newline
40019 \end_inset
40020
40021
40022 \family sans
40023 mathescape=true
40024 \family default
40025
40026 \begin_inset Newline newline
40027 \end_inset
40028
40029 to the field of the 
40030 \family sans
40031 Advanced
40032 \family default
40033  tab.
40034 \end_layout
40035
40036 \begin_layout Enumerate
40037 Create a formula outside the listing
40038 \end_layout
40039
40040 \begin_layout Enumerate
40041 Copy the content of the formula (not the formula inset) to the clipboard
40042  (shortcut 
40043 \begin_inset Info
40044 type  "shortcut"
40045 arg   "copy"
40046 \end_inset
40047
40048 )
40049 \end_layout
40050
40051 \begin_layout Enumerate
40052 In the listing write 
40053 \begin_inset Quotes eld
40054 \end_inset
40055
40056
40057 \family sans
40058 $$
40059 \family default
40060
40061 \begin_inset Quotes erd
40062 \end_inset
40063
40064  and copy from the clipboard between the dollar-signs (shortcut 
40065 \begin_inset Info
40066 type  "shortcut"
40067 arg   "paste"
40068 \end_inset
40069
40070 )
40071 \end_layout
40072
40073 \begin_layout Standard
40074 \begin_inset listings
40075 lstparams "language=Python,mathescape=true"
40076 inline false
40077 status open
40078
40079 \begin_layout Plain Layout
40080
40081 \begin_inset Caption Standard
40082
40083 \begin_layout Plain Layout
40084 Example Listing float containing a formula
40085 \end_layout
40086
40087 \end_inset
40088
40089 # Example listing float
40090 \end_layout
40091
40092 \begin_layout Plain Layout
40093
40094 def func(param):
40095 \end_layout
40096
40097 \begin_layout Plain Layout
40098
40099     # $
40100 \backslash
40101 prod_{n=1}^{
40102 \backslash
40103 infty}
40104 \backslash
40105 ,
40106 \backslash
40107 frac{1}{x^{2}}$
40108 \end_layout
40109
40110 \begin_layout Plain Layout
40111
40112     pass
40113 \end_layout
40114
40115 \end_inset
40116
40117
40118 \end_layout
40119
40120 \begin_layout Standard
40121 \begin_inset VSpace bigskip
40122 \end_inset
40123
40124
40125 \end_layout
40126
40127 \begin_layout Standard
40128 Global listings settings can be set in the 
40129 \family sans
40130 Document\SpecialChar \menuseparator
40131 Settings\SpecialChar \menuseparator
40132 Listings
40133 \family default
40134  dialog.
40135  To get there a list of available options, type in a question mark 
40136 \begin_inset Quotes eld
40137 \end_inset
40138
40139 ?
40140 \begin_inset Quotes erd
40141 \end_inset
40142
40143 .
40144 \end_layout
40145
40146 \begin_layout Standard
40147 For more information about the 
40148 \series bold
40149 listings
40150 \series default
40151  package, we refer to its documentation 
40152 \begin_inset CommandInset citation
40153 LatexCommand cite
40154 key "listings"
40155
40156 \end_inset
40157
40158 .
40159 \end_layout
40160
40161 \begin_layout Standard
40162 \begin_inset Newpage newpage
40163 \end_inset
40164
40165
40166 \end_layout
40167
40168 \begin_layout Chapter
40169 \start_of_appendix
40170 Units available in LyX
40171 \begin_inset Index idx
40172 status collapsed
40173
40174 \begin_layout Plain Layout
40175 Units
40176 \end_layout
40177
40178 \end_inset
40179
40180
40181 \begin_inset CommandInset label
40182 LatexCommand label
40183 name "cha:Units-available-in"
40184
40185 \end_inset
40186
40187
40188 \end_layout
40189
40190 \begin_layout Standard
40191 To understand the units described in this documentation, Table
40192 \begin_inset space ~
40193 \end_inset
40194
40195
40196 \begin_inset CommandInset ref
40197 LatexCommand ref
40198 reference "tab:Units"
40199
40200 \end_inset
40201
40202  explains all units available in LyX.
40203 \end_layout
40204
40205 \begin_layout Standard
40206 \begin_inset Float table
40207 placement h
40208 wide false
40209 sideways false
40210 status open
40211
40212 \begin_layout Plain Layout
40213 \begin_inset Caption Standard
40214
40215 \begin_layout Plain Layout
40216 \begin_inset CommandInset label
40217 LatexCommand label
40218 name "tab:Units"
40219
40220 \end_inset
40221
40222 Units
40223 \end_layout
40224
40225 \end_inset
40226
40227
40228 \end_layout
40229
40230 \begin_layout Plain Layout
40231 \begin_inset VSpace medskip
40232 \end_inset
40233
40234
40235 \end_layout
40236
40237 \begin_layout Plain Layout
40238 \align center
40239 \begin_inset Tabular
40240 <lyxtabular version="3" rows="20" columns="2">
40241 <features rotate="0" tabularvalignment="middle">
40242 <column alignment="center" valignment="top">
40243 <column alignment="center" valignment="top">
40244 <row>
40245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40246 \begin_inset Text
40247
40248 \begin_layout Plain Layout
40249 unit
40250 \end_layout
40251
40252 \end_inset
40253 </cell>
40254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40255 \begin_inset Text
40256
40257 \begin_layout Plain Layout
40258 name/description
40259 \end_layout
40260
40261 \end_inset
40262 </cell>
40263 </row>
40264 <row>
40265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40266 \begin_inset Text
40267
40268 \begin_layout Plain Layout
40269 mm
40270 \end_layout
40271
40272 \end_inset
40273 </cell>
40274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40275 \begin_inset Text
40276
40277 \begin_layout Plain Layout
40278 millimeter
40279 \end_layout
40280
40281 \end_inset
40282 </cell>
40283 </row>
40284 <row>
40285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40286 \begin_inset Text
40287
40288 \begin_layout Plain Layout
40289 cm
40290 \end_layout
40291
40292 \end_inset
40293 </cell>
40294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40295 \begin_inset Text
40296
40297 \begin_layout Plain Layout
40298 centimeter
40299 \end_layout
40300
40301 \end_inset
40302 </cell>
40303 </row>
40304 <row>
40305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40306 \begin_inset Text
40307
40308 \begin_layout Plain Layout
40309 in
40310 \end_layout
40311
40312 \end_inset
40313 </cell>
40314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40315 \begin_inset Text
40316
40317 \begin_layout Plain Layout
40318 inch
40319 \end_layout
40320
40321 \end_inset
40322 </cell>
40323 </row>
40324 <row>
40325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40326 \begin_inset Text
40327
40328 \begin_layout Plain Layout
40329 pt
40330 \end_layout
40331
40332 \end_inset
40333 </cell>
40334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40335 \begin_inset Text
40336
40337 \begin_layout Plain Layout
40338 point (72.27
40339 \begin_inset space \thinspace{}
40340 \end_inset
40341
40342 pt = 1
40343 \begin_inset space \thinspace{}
40344 \end_inset
40345
40346 in)
40347 \end_layout
40348
40349 \end_inset
40350 </cell>
40351 </row>
40352 <row>
40353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40354 \begin_inset Text
40355
40356 \begin_layout Plain Layout
40357 pc
40358 \end_layout
40359
40360 \end_inset
40361 </cell>
40362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40363 \begin_inset Text
40364
40365 \begin_layout Plain Layout
40366 pica (1
40367 \begin_inset space \thinspace{}
40368 \end_inset
40369
40370 pc = 12
40371 \begin_inset space \thinspace{}
40372 \end_inset
40373
40374 pt)
40375 \end_layout
40376
40377 \end_inset
40378 </cell>
40379 </row>
40380 <row>
40381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40382 \begin_inset Text
40383
40384 \begin_layout Plain Layout
40385 sp
40386 \end_layout
40387
40388 \end_inset
40389 </cell>
40390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40391 \begin_inset Text
40392
40393 \begin_layout Plain Layout
40394 scaled point (65536
40395 \begin_inset space \thinspace{}
40396 \end_inset
40397
40398 sp = 1
40399 \begin_inset space \thinspace{}
40400 \end_inset
40401
40402 pt)
40403 \end_layout
40404
40405 \end_inset
40406 </cell>
40407 </row>
40408 <row>
40409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40410 \begin_inset Text
40411
40412 \begin_layout Plain Layout
40413 bp
40414 \end_layout
40415
40416 \end_inset
40417 </cell>
40418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40419 \begin_inset Text
40420
40421 \begin_layout Plain Layout
40422 big point (72
40423 \begin_inset space \thinspace{}
40424 \end_inset
40425
40426 bp = 1
40427 \begin_inset space \thinspace{}
40428 \end_inset
40429
40430 in)
40431 \end_layout
40432
40433 \end_inset
40434 </cell>
40435 </row>
40436 <row>
40437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40438 \begin_inset Text
40439
40440 \begin_layout Plain Layout
40441 dd
40442 \end_layout
40443
40444 \end_inset
40445 </cell>
40446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40447 \begin_inset Text
40448
40449 \begin_layout Plain Layout
40450 didot (1
40451 \begin_inset space \thinspace{}
40452 \end_inset
40453
40454 dd 
40455 \begin_inset Formula $\approx$
40456 \end_inset
40457
40458  0.376
40459 \begin_inset space \thinspace{}
40460 \end_inset
40461
40462 mm)
40463 \end_layout
40464
40465 \end_inset
40466 </cell>
40467 </row>
40468 <row>
40469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40470 \begin_inset Text
40471
40472 \begin_layout Plain Layout
40473 cc
40474 \end_layout
40475
40476 \end_inset
40477 </cell>
40478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40479 \begin_inset Text
40480
40481 \begin_layout Plain Layout
40482 cicero (1
40483 \begin_inset space \thinspace{}
40484 \end_inset
40485
40486 cc = 12
40487 \begin_inset space \thinspace{}
40488 \end_inset
40489
40490 dd)
40491 \end_layout
40492
40493 \end_inset
40494 </cell>
40495 </row>
40496 <row>
40497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40498 \begin_inset Text
40499
40500 \begin_layout Plain Layout
40501 Scale%
40502 \end_layout
40503
40504 \end_inset
40505 </cell>
40506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40507 \begin_inset Text
40508
40509 \begin_layout Plain Layout
40510 % of original image width
40511 \end_layout
40512
40513 \end_inset
40514 </cell>
40515 </row>
40516 <row>
40517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40518 \begin_inset Text
40519
40520 \begin_layout Plain Layout
40521 text%
40522 \end_layout
40523
40524 \end_inset
40525 </cell>
40526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40527 \begin_inset Text
40528
40529 \begin_layout Plain Layout
40530 % of text width
40531 \end_layout
40532
40533 \end_inset
40534 </cell>
40535 </row>
40536 <row>
40537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40538 \begin_inset Text
40539
40540 \begin_layout Plain Layout
40541 col%
40542 \end_layout
40543
40544 \end_inset
40545 </cell>
40546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40547 \begin_inset Text
40548
40549 \begin_layout Plain Layout
40550 % of column width
40551 \end_layout
40552
40553 \end_inset
40554 </cell>
40555 </row>
40556 <row>
40557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40558 \begin_inset Text
40559
40560 \begin_layout Plain Layout
40561 page%
40562 \end_layout
40563
40564 \end_inset
40565 </cell>
40566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40567 \begin_inset Text
40568
40569 \begin_layout Plain Layout
40570 % of paper width
40571 \end_layout
40572
40573 \end_inset
40574 </cell>
40575 </row>
40576 <row>
40577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40578 \begin_inset Text
40579
40580 \begin_layout Plain Layout
40581 line%
40582 \end_layout
40583
40584 \end_inset
40585 </cell>
40586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40587 \begin_inset Text
40588
40589 \begin_layout Plain Layout
40590 % of line width
40591 \end_layout
40592
40593 \end_inset
40594 </cell>
40595 </row>
40596 <row>
40597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40598 \begin_inset Text
40599
40600 \begin_layout Plain Layout
40601 theight%
40602 \end_layout
40603
40604 \end_inset
40605 </cell>
40606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40607 \begin_inset Text
40608
40609 \begin_layout Plain Layout
40610 % of text height
40611 \end_layout
40612
40613 \end_inset
40614 </cell>
40615 </row>
40616 <row>
40617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40618 \begin_inset Text
40619
40620 \begin_layout Plain Layout
40621 pheight%
40622 \end_layout
40623
40624 \end_inset
40625 </cell>
40626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40627 \begin_inset Text
40628
40629 \begin_layout Plain Layout
40630 % of paper height
40631 \end_layout
40632
40633 \end_inset
40634 </cell>
40635 </row>
40636 <row>
40637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40638 \begin_inset Text
40639
40640 \begin_layout Plain Layout
40641 ex
40642 \end_layout
40643
40644 \end_inset
40645 </cell>
40646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40647 \begin_inset Text
40648
40649 \begin_layout Plain Layout
40650 height of letter 
40651 \emph on
40652 x
40653 \emph default
40654  in current font
40655 \end_layout
40656
40657 \end_inset
40658 </cell>
40659 </row>
40660 <row>
40661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40662 \begin_inset Text
40663
40664 \begin_layout Plain Layout
40665 em
40666 \end_layout
40667
40668 \end_inset
40669 </cell>
40670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40671 \begin_inset Text
40672
40673 \begin_layout Plain Layout
40674 width of letter 
40675 \emph on
40676 M
40677 \emph default
40678  in current font
40679 \end_layout
40680
40681 \end_inset
40682 </cell>
40683 </row>
40684 <row>
40685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40686 \begin_inset Text
40687
40688 \begin_layout Plain Layout
40689 mu
40690 \end_layout
40691
40692 \end_inset
40693 </cell>
40694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40695 \begin_inset Text
40696
40697 \begin_layout Plain Layout
40698 math unit (1
40699 \begin_inset space \thinspace{}
40700 \end_inset
40701
40702 mu = 1/18
40703 \begin_inset space \thinspace{}
40704 \end_inset
40705
40706 em)
40707 \end_layout
40708
40709 \end_inset
40710 </cell>
40711 </row>
40712 </lyxtabular>
40713
40714 \end_inset
40715
40716
40717 \end_layout
40718
40719 \end_inset
40720
40721
40722 \end_layout
40723
40724 \begin_layout Chapter
40725 Output File Formats with Graphics
40726 \begin_inset CommandInset label
40727 LatexCommand label
40728 name "cha:Output-File-Formats"
40729
40730 \end_inset
40731
40732
40733 \end_layout
40734
40735 \begin_layout Section
40736 DVI
40737 \begin_inset Index idx
40738 status collapsed
40739
40740 \begin_layout Plain Layout
40741 File Formats ! DVI
40742 \end_layout
40743
40744 \end_inset
40745
40746
40747 \begin_inset Index idx
40748 status collapsed
40749
40750 \begin_layout Plain Layout
40751 DVI|see
40752 \begin_inset ERT
40753 status collapsed
40754
40755 \begin_layout Plain Layout
40756
40757 {
40758 \end_layout
40759
40760 \end_inset
40761
40762 File Formats
40763 \begin_inset ERT
40764 status collapsed
40765
40766 \begin_layout Plain Layout
40767
40768 }
40769 \end_layout
40770
40771 \end_inset
40772
40773
40774 \end_layout
40775
40776 \end_inset
40777
40778
40779 \end_layout
40780
40781 \begin_layout Standard
40782 This file type has the extension 
40783 \begin_inset Quotes eld
40784 \end_inset
40785
40786
40787 \family typewriter
40788 .dvi
40789 \family default
40790
40791 \begin_inset Quotes erd
40792 \end_inset
40793
40794 .
40795  It is called 
40796 \begin_inset Quotes eld
40797 \end_inset
40798
40799 device-independent
40800 \begin_inset Quotes erd
40801 \end_inset
40802
40803  (DVI), because it is completely portable; you can move them from one machine
40804  to another without needing to do any sort of conversion.
40805  At the time when this file-format was developed, this was no matter of
40806  course.
40807  DVIs are used for quick previews and as pre-stage for other output formats,
40808  like PostScript.
40809 \end_layout
40810
40811 \begin_layout Standard
40812 \begin_inset Note Greyedout
40813 status open
40814
40815 \begin_layout Plain Layout
40816
40817 \series bold
40818 Note:
40819 \series default
40820  DVI-files do not contain images; they will only be a linked.
40821 \end_layout
40822
40823 \end_inset
40824
40825  So don't forget this, if you move your 
40826 \family typewriter
40827 .dvi
40828 \family default
40829  file to another computer.
40830  This property can also slow down your computer when you view the DVI, because
40831  the DVI-viewer has to convert the image in the background to make it visible
40832  when you scroll in the DVI.
40833  So it is recommended that you use PDF for files with many images.
40834 \end_layout
40835
40836 \begin_layout Standard
40837 You can export your document to DVI by using the menu 
40838 \family sans
40839 File\SpecialChar \menuseparator
40840 Export\SpecialChar \menuseparator
40841 DVI
40842 \family default
40843 .
40844  You can view your document as DVI via the 
40845 \family sans
40846 View
40847 \family default
40848  menu.
40849 \end_layout
40850
40851 \begin_layout Section
40852 PostScript
40853 \begin_inset CommandInset label
40854 LatexCommand label
40855 name "sec:PostScript"
40856
40857 \end_inset
40858
40859
40860 \begin_inset Index idx
40861 status collapsed
40862
40863 \begin_layout Plain Layout
40864 File Formats ! PostScript
40865 \end_layout
40866
40867 \end_inset
40868
40869
40870 \begin_inset Index idx
40871 status collapsed
40872
40873 \begin_layout Plain Layout
40874 PostScript|see
40875 \begin_inset ERT
40876 status collapsed
40877
40878 \begin_layout Plain Layout
40879
40880 {
40881 \end_layout
40882
40883 \end_inset
40884
40885 File Formats
40886 \begin_inset ERT
40887 status collapsed
40888
40889 \begin_layout Plain Layout
40890
40891 }
40892 \end_layout
40893
40894 \end_inset
40895
40896
40897 \end_layout
40898
40899 \end_inset
40900
40901
40902 \end_layout
40903
40904 \begin_layout Standard
40905 This file type has the extension 
40906 \begin_inset Quotes eld
40907 \end_inset
40908
40909
40910 \family typewriter
40911 .ps
40912 \family default
40913
40914 \begin_inset Quotes erd
40915 \end_inset
40916
40917 .
40918  PostScript was developed by the company 
40919 \family typewriter
40920 Adobe
40921 \family default
40922  as a printer language.
40923  The file therefore contains commands that the printer uses to print the
40924  file.
40925  PostScript can be seen as a 
40926 \begin_inset Quotes eld
40927 \end_inset
40928
40929 programming language
40930 \begin_inset Quotes erd
40931 \end_inset
40932
40933 ; you can calculate with it and draw diagrams and images
40934 \begin_inset Foot
40935 status collapsed
40936
40937 \begin_layout Plain Layout
40938 If you are interested to learn more about this, have a look at the LaTeX-package
40939  
40940 \series bold
40941 PSTricks
40942 \series default
40943  
40944 \begin_inset CommandInset citation
40945 LatexCommand cite
40946 key "pstricks"
40947
40948 \end_inset
40949
40950 .
40951 \end_layout
40952
40953 \end_inset
40954
40955 .
40956  Due to this ability, the files are often bigger than PDFs.
40957 \end_layout
40958
40959 \begin_layout Standard
40960 PostScript can only contain images in the format 
40961 \begin_inset Quotes eld
40962 \end_inset
40963
40964 Encapsulated PostScript
40965 \begin_inset Quotes erd
40966 \end_inset
40967
40968  (EPS, file extension 
40969 \begin_inset Quotes eld
40970 \end_inset
40971
40972
40973 \family typewriter
40974 .eps
40975 \family default
40976
40977 \begin_inset Quotes erd
40978 \end_inset
40979
40980 ).
40981  As LyX allows you to use any known image format in your document, it has
40982  to convert images in the background to EPS.
40983  If you have e.g.
40984 \begin_inset space ~
40985 \end_inset
40986
40987 50
40988 \begin_inset space ~
40989 \end_inset
40990
40991 images in your document, LyX has to do 50
40992 \begin_inset space ~
40993 \end_inset
40994
40995 conversions whenever you view or export your document.
40996  This will slow down your work flow with LyX drastically.
40997  So if you plan to use PostScript, you can insert your images directly as
40998  EPS to avoid this problem.
40999 \end_layout
41000
41001 \begin_layout Standard
41002 You can export your document to PostScript using the menu 
41003 \family sans
41004 File\SpecialChar \menuseparator
41005 Export\SpecialChar \menuseparator
41006 Postscript
41007 \family default
41008 .
41009  You can view your document as PostScript via the 
41010 \family sans
41011 View
41012 \family default
41013  menu.
41014 \end_layout
41015
41016 \begin_layout Section
41017 PDF
41018 \begin_inset Index idx
41019 status collapsed
41020
41021 \begin_layout Plain Layout
41022 File Formats ! PDF
41023 \end_layout
41024
41025 \end_inset
41026
41027
41028 \begin_inset Index idx
41029 status collapsed
41030
41031 \begin_layout Plain Layout
41032 PDF
41033 \end_layout
41034
41035 \end_inset
41036
41037
41038 \end_layout
41039
41040 \begin_layout Standard
41041 This file type has the extension 
41042 \begin_inset Quotes eld
41043 \end_inset
41044
41045
41046 \family typewriter
41047 .pdf
41048 \family default
41049
41050 \begin_inset Quotes erd
41051 \end_inset
41052
41053 .
41054  The 
41055 \begin_inset Quotes eld
41056 \end_inset
41057
41058 Portable Document Format
41059 \begin_inset Quotes erd
41060 \end_inset
41061
41062  (PDF) was developed by 
41063 \family typewriter
41064 Adobe
41065 \family default
41066  as a derivative of PostScript.
41067  It is more compressed and it uses fewer commands than PostScript.
41068  As the name 
41069 \begin_inset Quotes eld
41070 \end_inset
41071
41072 portable
41073 \begin_inset Quotes erd
41074 \end_inset
41075
41076  implies, it can be processed at any computer system and the printed output
41077  looks exactly the same.
41078 \end_layout
41079
41080 \begin_layout Standard
41081 PDF can contain images in its own PDF format, in the format 
41082 \begin_inset Quotes eld
41083 \end_inset
41084
41085 Joint Photographic Experts Group
41086 \begin_inset Quotes erd
41087 \end_inset
41088
41089  (JPG, file extension 
41090 \begin_inset Quotes eld
41091 \end_inset
41092
41093
41094 \family typewriter
41095 .jpg
41096 \family default
41097
41098 \begin_inset Quotes erd
41099 \end_inset
41100
41101  or 
41102 \begin_inset Quotes eld
41103 \end_inset
41104
41105
41106 \family typewriter
41107 .jpeg
41108 \family default
41109
41110 \begin_inset Quotes erd
41111 \end_inset
41112
41113 ), and in the format 
41114 \begin_inset Quotes eld
41115 \end_inset
41116
41117 Portable Network Graphics
41118 \begin_inset Quotes erd
41119 \end_inset
41120
41121  (PNG, file extension 
41122 \begin_inset Quotes eld
41123 \end_inset
41124
41125
41126 \family typewriter
41127 .png
41128 \family default
41129
41130 \begin_inset Quotes erd
41131 \end_inset
41132
41133 ).
41134  Nevertheless you can use any other image format, because LyX converts them
41135  in the background to one of these formats.
41136  But as described in the section about PostScript, the image conversion
41137  will slow down your work flow.
41138  So it is recommended that you use images in one of the three mentioned
41139  formats.
41140 \end_layout
41141
41142 \begin_layout Standard
41143 You can export your document to PDF via the menu 
41144 \family sans
41145 File\SpecialChar \menuseparator
41146 Export
41147 \family default
41148  in three different ways:
41149 \end_layout
41150
41151 \begin_layout Description
41152 PDF
41153 \begin_inset space ~
41154 \end_inset
41155
41156 (ps2pdf) This uses the program 
41157 \family typewriter
41158 ps2pdf
41159 \family default
41160  that creates a PDF from a PostScript-version of your file.
41161  The PostScript-version is produced by the program 
41162 \family typewriter
41163 dvips
41164 \family default
41165  which uses a DVI-version as intermediate step.
41166  So this export variant consists of three conversions.
41167 \end_layout
41168
41169 \begin_layout Description
41170 PDF
41171 \begin_inset space ~
41172 \end_inset
41173
41174 (dvipdfm) This uses the program 
41175 \family typewriter
41176 dvipdfm
41177 \family default
41178  that converts your file in the background to DVI and in a second step to
41179  PDF.
41180 \end_layout
41181
41182 \begin_layout Description
41183 PDF
41184 \begin_inset space ~
41185 \end_inset
41186
41187 (pdflatex) This uses the program 
41188 \family typewriter
41189 pdftex
41190 \family default
41191  that converts your file directly to PDF.
41192 \end_layout
41193
41194 \begin_layout Standard
41195 It is recommended that you use 
41196 \family sans
41197 PDF
41198 \begin_inset space ~
41199 \end_inset
41200
41201 (pdflatex)
41202 \family default
41203  because 
41204 \family typewriter
41205 pdftex
41206 \family default
41207  supports all features of actual PDF-versions, is quick and works stable.
41208  The program 
41209 \family typewriter
41210 dvipdfm
41211 \family default
41212  is not under development and therefore a bit outdated.
41213 \end_layout
41214
41215 \begin_layout Standard
41216 You can view your document as PDF via the 
41217 \family sans
41218 View
41219 \family default
41220  menu or by using a toolbar button.
41221 \end_layout
41222
41223 \begin_layout Chapter
41224 List of dvips color names
41225 \begin_inset CommandInset label
41226 LatexCommand label
41227 name "chap:List-of-dvips-colornames"
41228
41229 \end_inset
41230
41231
41232 \end_layout
41233
41234 \begin_layout Standard
41235 \begin_inset Tabular
41236 <lyxtabular version="3" rows="17" columns="4">
41237 <features rotate="0" tabularvalignment="middle">
41238 <column alignment="left" valignment="top" width="0pt">
41239 <column alignment="left" valignment="top" width="0pt">
41240 <column alignment="left" valignment="top" width="0pt">
41241 <column alignment="left" valignment="top" width="0pt">
41242 <row>
41243 <cell alignment="left" valignment="top" usebox="none">
41244 \begin_inset Text
41245
41246 \begin_layout Plain Layout
41247 \begin_inset ERT
41248 status collapsed
41249
41250 \begin_layout Plain Layout
41251
41252
41253 \backslash
41254 fcolorbox{black}{
41255 \end_layout
41256
41257 \end_inset
41258
41259 white
41260 \begin_inset ERT
41261 status collapsed
41262
41263 \begin_layout Plain Layout
41264
41265 }{
41266 \end_layout
41267
41268 \end_inset
41269
41270 Color
41271 \begin_inset ERT
41272 status collapsed
41273
41274 \begin_layout Plain Layout
41275
41276 }
41277 \end_layout
41278
41279 \end_inset
41280
41281  Color name
41282 \end_layout
41283
41284 \end_inset
41285 </cell>
41286 <cell alignment="left" valignment="top" usebox="none">
41287 \begin_inset Text
41288
41289 \begin_layout Plain Layout
41290 \begin_inset ERT
41291 status collapsed
41292
41293 \begin_layout Plain Layout
41294
41295
41296 \backslash
41297 fcolorbox{black}{
41298 \end_layout
41299
41300 \end_inset
41301
41302 white
41303 \begin_inset ERT
41304 status collapsed
41305
41306 \begin_layout Plain Layout
41307
41308 }{
41309 \end_layout
41310
41311 \end_inset
41312
41313 Color
41314 \begin_inset ERT
41315 status collapsed
41316
41317 \begin_layout Plain Layout
41318
41319 }
41320 \end_layout
41321
41322 \end_inset
41323
41324  Color name
41325 \end_layout
41326
41327 \end_inset
41328 </cell>
41329 <cell alignment="left" valignment="top" usebox="none">
41330 \begin_inset Text
41331
41332 \begin_layout Plain Layout
41333 \begin_inset ERT
41334 status collapsed
41335
41336 \begin_layout Plain Layout
41337
41338
41339 \backslash
41340 fcolorbox{black}{
41341 \end_layout
41342
41343 \end_inset
41344
41345 white
41346 \begin_inset ERT
41347 status collapsed
41348
41349 \begin_layout Plain Layout
41350
41351 }{
41352 \end_layout
41353
41354 \end_inset
41355
41356 Color
41357 \begin_inset ERT
41358 status collapsed
41359
41360 \begin_layout Plain Layout
41361
41362 }
41363 \end_layout
41364
41365 \end_inset
41366
41367  Color name
41368 \end_layout
41369
41370 \end_inset
41371 </cell>
41372 <cell alignment="left" valignment="top" usebox="none">
41373 \begin_inset Text
41374
41375 \begin_layout Plain Layout
41376 \begin_inset ERT
41377 status collapsed
41378
41379 \begin_layout Plain Layout
41380
41381
41382 \backslash
41383 fcolorbox{black}{
41384 \end_layout
41385
41386 \end_inset
41387
41388 white
41389 \begin_inset ERT
41390 status collapsed
41391
41392 \begin_layout Plain Layout
41393
41394 }{
41395 \end_layout
41396
41397 \end_inset
41398
41399 Color
41400 \begin_inset ERT
41401 status collapsed
41402
41403 \begin_layout Plain Layout
41404
41405 }
41406 \end_layout
41407
41408 \end_inset
41409
41410  Color name
41411 \end_layout
41412
41413 \end_inset
41414 </cell>
41415 </row>
41416 <row>
41417 <cell alignment="center" valignment="top" usebox="none">
41418 \begin_inset Text
41419
41420 \begin_layout Plain Layout
41421 \begin_inset ERT
41422 status collapsed
41423
41424 \begin_layout Plain Layout
41425
41426
41427 \backslash
41428 fcolorbox{black}{
41429 \end_layout
41430
41431 \end_inset
41432
41433 Apricot
41434 \begin_inset ERT
41435 status collapsed
41436
41437 \begin_layout Plain Layout
41438
41439 }{
41440 \end_layout
41441
41442 \end_inset
41443
41444
41445 \begin_inset Phantom Phantom
41446 status open
41447
41448 \begin_layout Plain Layout
41449 W
41450 \end_layout
41451
41452 \end_inset
41453
41454
41455 \begin_inset ERT
41456 status collapsed
41457
41458 \begin_layout Plain Layout
41459
41460 }
41461 \end_layout
41462
41463 \end_inset
41464
41465  Apricot
41466 \end_layout
41467
41468 \end_inset
41469 </cell>
41470 <cell alignment="center" valignment="top" usebox="none">
41471 \begin_inset Text
41472
41473 \begin_layout Plain Layout
41474 \begin_inset ERT
41475 status collapsed
41476
41477 \begin_layout Plain Layout
41478
41479
41480 \backslash
41481 fcolorbox{black}{
41482 \end_layout
41483
41484 \end_inset
41485
41486 Aquamarine
41487 \begin_inset ERT
41488 status collapsed
41489
41490 \begin_layout Plain Layout
41491
41492 }{
41493 \end_layout
41494
41495 \end_inset
41496
41497
41498 \begin_inset Phantom Phantom
41499 status open
41500
41501 \begin_layout Plain Layout
41502 W
41503 \end_layout
41504
41505 \end_inset
41506
41507
41508 \begin_inset ERT
41509 status collapsed
41510
41511 \begin_layout Plain Layout
41512
41513 }
41514 \end_layout
41515
41516 \end_inset
41517
41518  Aquamarine
41519 \end_layout
41520
41521 \end_inset
41522 </cell>
41523 <cell alignment="center" valignment="top" usebox="none">
41524 \begin_inset Text
41525
41526 \begin_layout Plain Layout
41527 \begin_inset ERT
41528 status collapsed
41529
41530 \begin_layout Plain Layout
41531
41532
41533 \backslash
41534 fcolorbox{black}{
41535 \end_layout
41536
41537 \end_inset
41538
41539 Bittersweet
41540 \begin_inset ERT
41541 status collapsed
41542
41543 \begin_layout Plain Layout
41544
41545 }{
41546 \end_layout
41547
41548 \end_inset
41549
41550
41551 \begin_inset Phantom Phantom
41552 status open
41553
41554 \begin_layout Plain Layout
41555 W
41556 \end_layout
41557
41558 \end_inset
41559
41560
41561 \begin_inset ERT
41562 status collapsed
41563
41564 \begin_layout Plain Layout
41565
41566 }
41567 \end_layout
41568
41569 \end_inset
41570
41571  Bittersweet
41572 \end_layout
41573
41574 \end_inset
41575 </cell>
41576 <cell alignment="center" valignment="top" usebox="none">
41577 \begin_inset Text
41578
41579 \begin_layout Plain Layout
41580 \begin_inset ERT
41581 status collapsed
41582
41583 \begin_layout Plain Layout
41584
41585
41586 \backslash
41587 fcolorbox{black}{
41588 \end_layout
41589
41590 \end_inset
41591
41592 BlueGreen
41593 \begin_inset ERT
41594 status collapsed
41595
41596 \begin_layout Plain Layout
41597
41598 }{
41599 \end_layout
41600
41601 \end_inset
41602
41603
41604 \begin_inset Phantom Phantom
41605 status open
41606
41607 \begin_layout Plain Layout
41608 W
41609 \end_layout
41610
41611 \end_inset
41612
41613
41614 \begin_inset ERT
41615 status collapsed
41616
41617 \begin_layout Plain Layout
41618
41619 }
41620 \end_layout
41621
41622 \end_inset
41623
41624  BlueGreen
41625 \end_layout
41626
41627 \end_inset
41628 </cell>
41629 </row>
41630 <row>
41631 <cell alignment="left" valignment="top" usebox="none">
41632 \begin_inset Text
41633
41634 \begin_layout Plain Layout
41635 \begin_inset ERT
41636 status collapsed
41637
41638 \begin_layout Plain Layout
41639
41640
41641 \backslash
41642 fcolorbox{black}{
41643 \end_layout
41644
41645 \end_inset
41646
41647 BlueViolet
41648 \begin_inset ERT
41649 status collapsed
41650
41651 \begin_layout Plain Layout
41652
41653 }{
41654 \end_layout
41655
41656 \end_inset
41657
41658
41659 \begin_inset Phantom Phantom
41660 status open
41661
41662 \begin_layout Plain Layout
41663 W
41664 \end_layout
41665
41666 \end_inset
41667
41668
41669 \begin_inset ERT
41670 status collapsed
41671
41672 \begin_layout Plain Layout
41673
41674 }
41675 \end_layout
41676
41677 \end_inset
41678
41679  BlueViolet
41680 \end_layout
41681
41682 \end_inset
41683 </cell>
41684 <cell alignment="left" valignment="top" usebox="none">
41685 \begin_inset Text
41686
41687 \begin_layout Plain Layout
41688 \begin_inset ERT
41689 status collapsed
41690
41691 \begin_layout Plain Layout
41692
41693
41694 \backslash
41695 fcolorbox{black}{
41696 \end_layout
41697
41698 \end_inset
41699
41700 BrickRed
41701 \begin_inset ERT
41702 status collapsed
41703
41704 \begin_layout Plain Layout
41705
41706 }{
41707 \end_layout
41708
41709 \end_inset
41710
41711
41712 \begin_inset Phantom Phantom
41713 status open
41714
41715 \begin_layout Plain Layout
41716 W
41717 \end_layout
41718
41719 \end_inset
41720
41721
41722 \begin_inset ERT
41723 status collapsed
41724
41725 \begin_layout Plain Layout
41726
41727 }
41728 \end_layout
41729
41730 \end_inset
41731
41732  BrickRed
41733 \end_layout
41734
41735 \end_inset
41736 </cell>
41737 <cell alignment="left" valignment="top" usebox="none">
41738 \begin_inset Text
41739
41740 \begin_layout Plain Layout
41741 \begin_inset ERT
41742 status collapsed
41743
41744 \begin_layout Plain Layout
41745
41746
41747 \backslash
41748 fcolorbox{black}{
41749 \end_layout
41750
41751 \end_inset
41752
41753 Brown
41754 \begin_inset ERT
41755 status collapsed
41756
41757 \begin_layout Plain Layout
41758
41759 }{
41760 \end_layout
41761
41762 \end_inset
41763
41764
41765 \begin_inset Phantom Phantom
41766 status open
41767
41768 \begin_layout Plain Layout
41769 W
41770 \end_layout
41771
41772 \end_inset
41773
41774
41775 \begin_inset ERT
41776 status collapsed
41777
41778 \begin_layout Plain Layout
41779
41780 }
41781 \end_layout
41782
41783 \end_inset
41784
41785  Brown
41786 \end_layout
41787
41788 \end_inset
41789 </cell>
41790 <cell alignment="left" valignment="top" usebox="none">
41791 \begin_inset Text
41792
41793 \begin_layout Plain Layout
41794 \begin_inset ERT
41795 status collapsed
41796
41797 \begin_layout Plain Layout
41798
41799
41800 \backslash
41801 fcolorbox{black}{
41802 \end_layout
41803
41804 \end_inset
41805
41806 BurntOrange
41807 \begin_inset ERT
41808 status collapsed
41809
41810 \begin_layout Plain Layout
41811
41812 }{
41813 \end_layout
41814
41815 \end_inset
41816
41817
41818 \begin_inset Phantom Phantom
41819 status open
41820
41821 \begin_layout Plain Layout
41822 W
41823 \end_layout
41824
41825 \end_inset
41826
41827
41828 \begin_inset ERT
41829 status collapsed
41830
41831 \begin_layout Plain Layout
41832
41833 }
41834 \end_layout
41835
41836 \end_inset
41837
41838  BurntOrange
41839 \end_layout
41840
41841 \end_inset
41842 </cell>
41843 </row>
41844 <row>
41845 <cell alignment="left" valignment="top" usebox="none">
41846 \begin_inset Text
41847
41848 \begin_layout Plain Layout
41849 \begin_inset ERT
41850 status collapsed
41851
41852 \begin_layout Plain Layout
41853
41854
41855 \backslash
41856 fcolorbox{black}{
41857 \end_layout
41858
41859 \end_inset
41860
41861 CadetBlue
41862 \begin_inset ERT
41863 status collapsed
41864
41865 \begin_layout Plain Layout
41866
41867 }{
41868 \end_layout
41869
41870 \end_inset
41871
41872
41873 \begin_inset Phantom Phantom
41874 status open
41875
41876 \begin_layout Plain Layout
41877 W
41878 \end_layout
41879
41880 \end_inset
41881
41882
41883 \begin_inset ERT
41884 status collapsed
41885
41886 \begin_layout Plain Layout
41887
41888 }
41889 \end_layout
41890
41891 \end_inset
41892
41893  CadetBlue
41894 \end_layout
41895
41896 \end_inset
41897 </cell>
41898 <cell alignment="left" valignment="top" usebox="none">
41899 \begin_inset Text
41900
41901 \begin_layout Plain Layout
41902 \begin_inset ERT
41903 status collapsed
41904
41905 \begin_layout Plain Layout
41906
41907
41908 \backslash
41909 fcolorbox{black}{
41910 \end_layout
41911
41912 \end_inset
41913
41914 CarnationPink
41915 \begin_inset ERT
41916 status collapsed
41917
41918 \begin_layout Plain Layout
41919
41920 }{
41921 \end_layout
41922
41923 \end_inset
41924
41925
41926 \begin_inset Phantom Phantom
41927 status open
41928
41929 \begin_layout Plain Layout
41930 W
41931 \end_layout
41932
41933 \end_inset
41934
41935
41936 \begin_inset ERT
41937 status collapsed
41938
41939 \begin_layout Plain Layout
41940
41941 }
41942 \end_layout
41943
41944 \end_inset
41945
41946  CarnationPink
41947 \end_layout
41948
41949 \end_inset
41950 </cell>
41951 <cell alignment="left" valignment="top" usebox="none">
41952 \begin_inset Text
41953
41954 \begin_layout Plain Layout
41955 \begin_inset ERT
41956 status collapsed
41957
41958 \begin_layout Plain Layout
41959
41960
41961 \backslash
41962 fcolorbox{black}{
41963 \end_layout
41964
41965 \end_inset
41966
41967 Cerulean
41968 \begin_inset ERT
41969 status collapsed
41970
41971 \begin_layout Plain Layout
41972
41973 }{
41974 \end_layout
41975
41976 \end_inset
41977
41978
41979 \begin_inset Phantom Phantom
41980 status open
41981
41982 \begin_layout Plain Layout
41983 W
41984 \end_layout
41985
41986 \end_inset
41987
41988
41989 \begin_inset ERT
41990 status collapsed
41991
41992 \begin_layout Plain Layout
41993
41994 }
41995 \end_layout
41996
41997 \end_inset
41998
41999  Cerulean
42000 \end_layout
42001
42002 \end_inset
42003 </cell>
42004 <cell alignment="left" valignment="top" usebox="none">
42005 \begin_inset Text
42006
42007 \begin_layout Plain Layout
42008 \begin_inset ERT
42009 status collapsed
42010
42011 \begin_layout Plain Layout
42012
42013
42014 \backslash
42015 fcolorbox{black}{
42016 \end_layout
42017
42018 \end_inset
42019
42020 CornflowerBlue
42021 \begin_inset ERT
42022 status collapsed
42023
42024 \begin_layout Plain Layout
42025
42026 }{
42027 \end_layout
42028
42029 \end_inset
42030
42031
42032 \begin_inset Phantom Phantom
42033 status open
42034
42035 \begin_layout Plain Layout
42036 W
42037 \end_layout
42038
42039 \end_inset
42040
42041
42042 \begin_inset ERT
42043 status collapsed
42044
42045 \begin_layout Plain Layout
42046
42047 }
42048 \end_layout
42049
42050 \end_inset
42051
42052  CornflowerBlue
42053 \end_layout
42054
42055 \end_inset
42056 </cell>
42057 </row>
42058 <row>
42059 <cell alignment="left" valignment="top" usebox="none">
42060 \begin_inset Text
42061
42062 \begin_layout Plain Layout
42063 \begin_inset ERT
42064 status collapsed
42065
42066 \begin_layout Plain Layout
42067
42068
42069 \backslash
42070 fcolorbox{black}{
42071 \end_layout
42072
42073 \end_inset
42074
42075 Dandelion
42076 \begin_inset ERT
42077 status collapsed
42078
42079 \begin_layout Plain Layout
42080
42081 }{
42082 \end_layout
42083
42084 \end_inset
42085
42086
42087 \begin_inset Phantom Phantom
42088 status open
42089
42090 \begin_layout Plain Layout
42091 W
42092 \end_layout
42093
42094 \end_inset
42095
42096
42097 \begin_inset ERT
42098 status collapsed
42099
42100 \begin_layout Plain Layout
42101
42102 }
42103 \end_layout
42104
42105 \end_inset
42106
42107  Dandelion
42108 \end_layout
42109
42110 \end_inset
42111 </cell>
42112 <cell alignment="left" valignment="top" usebox="none">
42113 \begin_inset Text
42114
42115 \begin_layout Plain Layout
42116 \begin_inset ERT
42117 status collapsed
42118
42119 \begin_layout Plain Layout
42120
42121
42122 \backslash
42123 fcolorbox{black}{
42124 \end_layout
42125
42126 \end_inset
42127
42128 DarkOrchid
42129 \begin_inset ERT
42130 status collapsed
42131
42132 \begin_layout Plain Layout
42133
42134 }{
42135 \end_layout
42136
42137 \end_inset
42138
42139
42140 \begin_inset Phantom Phantom
42141 status open
42142
42143 \begin_layout Plain Layout
42144 W
42145 \end_layout
42146
42147 \end_inset
42148
42149
42150 \begin_inset ERT
42151 status collapsed
42152
42153 \begin_layout Plain Layout
42154
42155 }
42156 \end_layout
42157
42158 \end_inset
42159
42160  DarkOrchid
42161 \end_layout
42162
42163 \end_inset
42164 </cell>
42165 <cell alignment="left" valignment="top" usebox="none">
42166 \begin_inset Text
42167
42168 \begin_layout Plain Layout
42169 \begin_inset ERT
42170 status collapsed
42171
42172 \begin_layout Plain Layout
42173
42174
42175 \backslash
42176 fcolorbox{black}{
42177 \end_layout
42178
42179 \end_inset
42180
42181 Emerald
42182 \begin_inset ERT
42183 status collapsed
42184
42185 \begin_layout Plain Layout
42186
42187 }{
42188 \end_layout
42189
42190 \end_inset
42191
42192
42193 \begin_inset Phantom Phantom
42194 status open
42195
42196 \begin_layout Plain Layout
42197 W
42198 \end_layout
42199
42200 \end_inset
42201
42202
42203 \begin_inset ERT
42204 status collapsed
42205
42206 \begin_layout Plain Layout
42207
42208 }
42209 \end_layout
42210
42211 \end_inset
42212
42213  Emerald
42214 \end_layout
42215
42216 \end_inset
42217 </cell>
42218 <cell alignment="left" valignment="top" usebox="none">
42219 \begin_inset Text
42220
42221 \begin_layout Plain Layout
42222 \begin_inset ERT
42223 status collapsed
42224
42225 \begin_layout Plain Layout
42226
42227
42228 \backslash
42229 fcolorbox{black}{
42230 \end_layout
42231
42232 \end_inset
42233
42234 ForestGreen
42235 \begin_inset ERT
42236 status collapsed
42237
42238 \begin_layout Plain Layout
42239
42240 }{
42241 \end_layout
42242
42243 \end_inset
42244
42245
42246 \begin_inset Phantom Phantom
42247 status open
42248
42249 \begin_layout Plain Layout
42250 W
42251 \end_layout
42252
42253 \end_inset
42254
42255
42256 \begin_inset ERT
42257 status collapsed
42258
42259 \begin_layout Plain Layout
42260
42261 }
42262 \end_layout
42263
42264 \end_inset
42265
42266  ForestGreen
42267 \end_layout
42268
42269 \end_inset
42270 </cell>
42271 </row>
42272 <row>
42273 <cell alignment="left" valignment="top" usebox="none">
42274 \begin_inset Text
42275
42276 \begin_layout Plain Layout
42277 \begin_inset ERT
42278 status collapsed
42279
42280 \begin_layout Plain Layout
42281
42282
42283 \backslash
42284 fcolorbox{black}{
42285 \end_layout
42286
42287 \end_inset
42288
42289 Fuchsia
42290 \begin_inset ERT
42291 status collapsed
42292
42293 \begin_layout Plain Layout
42294
42295 }{
42296 \end_layout
42297
42298 \end_inset
42299
42300
42301 \begin_inset Phantom Phantom
42302 status open
42303
42304 \begin_layout Plain Layout
42305 W
42306 \end_layout
42307
42308 \end_inset
42309
42310
42311 \begin_inset ERT
42312 status collapsed
42313
42314 \begin_layout Plain Layout
42315
42316 }
42317 \end_layout
42318
42319 \end_inset
42320
42321  Fuchsia
42322 \end_layout
42323
42324 \end_inset
42325 </cell>
42326 <cell alignment="left" valignment="top" usebox="none">
42327 \begin_inset Text
42328
42329 \begin_layout Plain Layout
42330 \begin_inset ERT
42331 status collapsed
42332
42333 \begin_layout Plain Layout
42334
42335
42336 \backslash
42337 fcolorbox{black}{
42338 \end_layout
42339
42340 \end_inset
42341
42342 Goldenrod
42343 \begin_inset ERT
42344 status collapsed
42345
42346 \begin_layout Plain Layout
42347
42348 }{
42349 \end_layout
42350
42351 \end_inset
42352
42353
42354 \begin_inset Phantom Phantom
42355 status open
42356
42357 \begin_layout Plain Layout
42358 W
42359 \end_layout
42360
42361 \end_inset
42362
42363
42364 \begin_inset ERT
42365 status collapsed
42366
42367 \begin_layout Plain Layout
42368
42369 }
42370 \end_layout
42371
42372 \end_inset
42373
42374  Goldenrod
42375 \end_layout
42376
42377 \end_inset
42378 </cell>
42379 <cell alignment="left" valignment="top" usebox="none">
42380 \begin_inset Text
42381
42382 \begin_layout Plain Layout
42383 \begin_inset ERT
42384 status collapsed
42385
42386 \begin_layout Plain Layout
42387
42388
42389 \backslash
42390 fcolorbox{black}{
42391 \end_layout
42392
42393 \end_inset
42394
42395 Gray
42396 \begin_inset ERT
42397 status collapsed
42398
42399 \begin_layout Plain Layout
42400
42401 }{
42402 \end_layout
42403
42404 \end_inset
42405
42406
42407 \begin_inset Phantom Phantom
42408 status open
42409
42410 \begin_layout Plain Layout
42411 W
42412 \end_layout
42413
42414 \end_inset
42415
42416
42417 \begin_inset ERT
42418 status collapsed
42419
42420 \begin_layout Plain Layout
42421
42422 }
42423 \end_layout
42424
42425 \end_inset
42426
42427  Gray
42428 \end_layout
42429
42430 \end_inset
42431 </cell>
42432 <cell alignment="left" valignment="top" usebox="none">
42433 \begin_inset Text
42434
42435 \begin_layout Plain Layout
42436 \begin_inset ERT
42437 status collapsed
42438
42439 \begin_layout Plain Layout
42440
42441
42442 \backslash
42443 fcolorbox{black}{
42444 \end_layout
42445
42446 \end_inset
42447
42448 GreenYellow
42449 \begin_inset ERT
42450 status collapsed
42451
42452 \begin_layout Plain Layout
42453
42454 }{
42455 \end_layout
42456
42457 \end_inset
42458
42459
42460 \begin_inset Phantom Phantom
42461 status open
42462
42463 \begin_layout Plain Layout
42464 W
42465 \end_layout
42466
42467 \end_inset
42468
42469
42470 \begin_inset ERT
42471 status collapsed
42472
42473 \begin_layout Plain Layout
42474
42475 }
42476 \end_layout
42477
42478 \end_inset
42479
42480  GreenYellow
42481 \end_layout
42482
42483 \end_inset
42484 </cell>
42485 </row>
42486 <row>
42487 <cell alignment="center" valignment="top" usebox="none">
42488 \begin_inset Text
42489
42490 \begin_layout Plain Layout
42491 \begin_inset ERT
42492 status collapsed
42493
42494 \begin_layout Plain Layout
42495
42496
42497 \backslash
42498 fcolorbox{black}{
42499 \end_layout
42500
42501 \end_inset
42502
42503 JungleGreen
42504 \begin_inset ERT
42505 status collapsed
42506
42507 \begin_layout Plain Layout
42508
42509 }{
42510 \end_layout
42511
42512 \end_inset
42513
42514
42515 \begin_inset Phantom Phantom
42516 status open
42517
42518 \begin_layout Plain Layout
42519 W
42520 \end_layout
42521
42522 \end_inset
42523
42524
42525 \begin_inset ERT
42526 status collapsed
42527
42528 \begin_layout Plain Layout
42529
42530 }
42531 \end_layout
42532
42533 \end_inset
42534
42535  JungleGreen
42536 \end_layout
42537
42538 \end_inset
42539 </cell>
42540 <cell alignment="center" valignment="top" usebox="none">
42541 \begin_inset Text
42542
42543 \begin_layout Plain Layout
42544 \begin_inset ERT
42545 status collapsed
42546
42547 \begin_layout Plain Layout
42548
42549
42550 \backslash
42551 fcolorbox{black}{
42552 \end_layout
42553
42554 \end_inset
42555
42556 Lavender
42557 \begin_inset ERT
42558 status collapsed
42559
42560 \begin_layout Plain Layout
42561
42562 }{
42563 \end_layout
42564
42565 \end_inset
42566
42567
42568 \begin_inset Phantom Phantom
42569 status open
42570
42571 \begin_layout Plain Layout
42572 W
42573 \end_layout
42574
42575 \end_inset
42576
42577
42578 \begin_inset ERT
42579 status collapsed
42580
42581 \begin_layout Plain Layout
42582
42583 }
42584 \end_layout
42585
42586 \end_inset
42587
42588  Lavender
42589 \end_layout
42590
42591 \end_inset
42592 </cell>
42593 <cell alignment="center" valignment="top" usebox="none">
42594 \begin_inset Text
42595
42596 \begin_layout Plain Layout
42597 \begin_inset ERT
42598 status collapsed
42599
42600 \begin_layout Plain Layout
42601
42602
42603 \backslash
42604 fcolorbox{black}{
42605 \end_layout
42606
42607 \end_inset
42608
42609 LimeGreen
42610 \begin_inset ERT
42611 status collapsed
42612
42613 \begin_layout Plain Layout
42614
42615 }{
42616 \end_layout
42617
42618 \end_inset
42619
42620
42621 \begin_inset Phantom Phantom
42622 status open
42623
42624 \begin_layout Plain Layout
42625 W
42626 \end_layout
42627
42628 \end_inset
42629
42630
42631 \begin_inset ERT
42632 status collapsed
42633
42634 \begin_layout Plain Layout
42635
42636 }
42637 \end_layout
42638
42639 \end_inset
42640
42641  LimeGreen
42642 \end_layout
42643
42644 \end_inset
42645 </cell>
42646 <cell alignment="center" valignment="top" usebox="none">
42647 \begin_inset Text
42648
42649 \begin_layout Plain Layout
42650 \begin_inset ERT
42651 status collapsed
42652
42653 \begin_layout Plain Layout
42654
42655
42656 \backslash
42657 fcolorbox{black}{
42658 \end_layout
42659
42660 \end_inset
42661
42662 Mahogany
42663 \begin_inset ERT
42664 status collapsed
42665
42666 \begin_layout Plain Layout
42667
42668 }{
42669 \end_layout
42670
42671 \end_inset
42672
42673
42674 \begin_inset Phantom Phantom
42675 status open
42676
42677 \begin_layout Plain Layout
42678 W
42679 \end_layout
42680
42681 \end_inset
42682
42683
42684 \begin_inset ERT
42685 status collapsed
42686
42687 \begin_layout Plain Layout
42688
42689 }
42690 \end_layout
42691
42692 \end_inset
42693
42694  Mahogany
42695 \end_layout
42696
42697 \end_inset
42698 </cell>
42699 </row>
42700 <row>
42701 <cell alignment="left" valignment="top" usebox="none">
42702 \begin_inset Text
42703
42704 \begin_layout Plain Layout
42705 \begin_inset ERT
42706 status collapsed
42707
42708 \begin_layout Plain Layout
42709
42710
42711 \backslash
42712 fcolorbox{black}{
42713 \end_layout
42714
42715 \end_inset
42716
42717 Mahogany
42718 \begin_inset ERT
42719 status collapsed
42720
42721 \begin_layout Plain Layout
42722
42723 }{
42724 \end_layout
42725
42726 \end_inset
42727
42728
42729 \begin_inset Phantom Phantom
42730 status open
42731
42732 \begin_layout Plain Layout
42733 W
42734 \end_layout
42735
42736 \end_inset
42737
42738
42739 \begin_inset ERT
42740 status collapsed
42741
42742 \begin_layout Plain Layout
42743
42744 }
42745 \end_layout
42746
42747 \end_inset
42748
42749  Mahogany
42750 \end_layout
42751
42752 \end_inset
42753 </cell>
42754 <cell alignment="left" valignment="top" usebox="none">
42755 \begin_inset Text
42756
42757 \begin_layout Plain Layout
42758 \begin_inset ERT
42759 status collapsed
42760
42761 \begin_layout Plain Layout
42762
42763
42764 \backslash
42765 fcolorbox{black}{
42766 \end_layout
42767
42768 \end_inset
42769
42770 Maroon
42771 \begin_inset ERT
42772 status collapsed
42773
42774 \begin_layout Plain Layout
42775
42776 }{
42777 \end_layout
42778
42779 \end_inset
42780
42781
42782 \begin_inset Phantom Phantom
42783 status open
42784
42785 \begin_layout Plain Layout
42786 W
42787 \end_layout
42788
42789 \end_inset
42790
42791
42792 \begin_inset ERT
42793 status collapsed
42794
42795 \begin_layout Plain Layout
42796
42797 }
42798 \end_layout
42799
42800 \end_inset
42801
42802  Maroon
42803 \end_layout
42804
42805 \end_inset
42806 </cell>
42807 <cell alignment="left" valignment="top" usebox="none">
42808 \begin_inset Text
42809
42810 \begin_layout Plain Layout
42811 \begin_inset ERT
42812 status collapsed
42813
42814 \begin_layout Plain Layout
42815
42816
42817 \backslash
42818 fcolorbox{black}{
42819 \end_layout
42820
42821 \end_inset
42822
42823 Melon
42824 \begin_inset ERT
42825 status collapsed
42826
42827 \begin_layout Plain Layout
42828
42829 }{
42830 \end_layout
42831
42832 \end_inset
42833
42834
42835 \begin_inset Phantom Phantom
42836 status open
42837
42838 \begin_layout Plain Layout
42839 W
42840 \end_layout
42841
42842 \end_inset
42843
42844
42845 \begin_inset ERT
42846 status collapsed
42847
42848 \begin_layout Plain Layout
42849
42850 }
42851 \end_layout
42852
42853 \end_inset
42854
42855  Melon
42856 \end_layout
42857
42858 \end_inset
42859 </cell>
42860 <cell alignment="left" valignment="top" usebox="none">
42861 \begin_inset Text
42862
42863 \begin_layout Plain Layout
42864 \begin_inset ERT
42865 status collapsed
42866
42867 \begin_layout Plain Layout
42868
42869
42870 \backslash
42871 fcolorbox{black}{
42872 \end_layout
42873
42874 \end_inset
42875
42876 MidnightBlue
42877 \begin_inset ERT
42878 status collapsed
42879
42880 \begin_layout Plain Layout
42881
42882 }{
42883 \end_layout
42884
42885 \end_inset
42886
42887
42888 \begin_inset Phantom Phantom
42889 status open
42890
42891 \begin_layout Plain Layout
42892 W
42893 \end_layout
42894
42895 \end_inset
42896
42897
42898 \begin_inset ERT
42899 status collapsed
42900
42901 \begin_layout Plain Layout
42902
42903 }
42904 \end_layout
42905
42906 \end_inset
42907
42908  MidnightBlue
42909 \end_layout
42910
42911 \end_inset
42912 </cell>
42913 </row>
42914 <row>
42915 <cell alignment="left" valignment="top" usebox="none">
42916 \begin_inset Text
42917
42918 \begin_layout Plain Layout
42919 \begin_inset ERT
42920 status collapsed
42921
42922 \begin_layout Plain Layout
42923
42924
42925 \backslash
42926 fcolorbox{black}{
42927 \end_layout
42928
42929 \end_inset
42930
42931 Mulberry
42932 \begin_inset ERT
42933 status collapsed
42934
42935 \begin_layout Plain Layout
42936
42937 }{
42938 \end_layout
42939
42940 \end_inset
42941
42942
42943 \begin_inset Phantom Phantom
42944 status open
42945
42946 \begin_layout Plain Layout
42947 W
42948 \end_layout
42949
42950 \end_inset
42951
42952
42953 \begin_inset ERT
42954 status collapsed
42955
42956 \begin_layout Plain Layout
42957
42958 }
42959 \end_layout
42960
42961 \end_inset
42962
42963  Mulberry
42964 \end_layout
42965
42966 \end_inset
42967 </cell>
42968 <cell alignment="left" valignment="top" usebox="none">
42969 \begin_inset Text
42970
42971 \begin_layout Plain Layout
42972 \begin_inset ERT
42973 status collapsed
42974
42975 \begin_layout Plain Layout
42976
42977
42978 \backslash
42979 fcolorbox{black}{
42980 \end_layout
42981
42982 \end_inset
42983
42984 NavyBlue
42985 \begin_inset ERT
42986 status collapsed
42987
42988 \begin_layout Plain Layout
42989
42990 }{
42991 \end_layout
42992
42993 \end_inset
42994
42995
42996 \begin_inset Phantom Phantom
42997 status open
42998
42999 \begin_layout Plain Layout
43000 W
43001 \end_layout
43002
43003 \end_inset
43004
43005
43006 \begin_inset ERT
43007 status collapsed
43008
43009 \begin_layout Plain Layout
43010
43011 }
43012 \end_layout
43013
43014 \end_inset
43015
43016  NavyBlue
43017 \end_layout
43018
43019 \end_inset
43020 </cell>
43021 <cell alignment="left" valignment="top" usebox="none">
43022 \begin_inset Text
43023
43024 \begin_layout Plain Layout
43025 \begin_inset ERT
43026 status collapsed
43027
43028 \begin_layout Plain Layout
43029
43030
43031 \backslash
43032 fcolorbox{black}{
43033 \end_layout
43034
43035 \end_inset
43036
43037 OliveGreen
43038 \begin_inset ERT
43039 status collapsed
43040
43041 \begin_layout Plain Layout
43042
43043 }{
43044 \end_layout
43045
43046 \end_inset
43047
43048
43049 \begin_inset Phantom Phantom
43050 status open
43051
43052 \begin_layout Plain Layout
43053 W
43054 \end_layout
43055
43056 \end_inset
43057
43058
43059 \begin_inset ERT
43060 status collapsed
43061
43062 \begin_layout Plain Layout
43063
43064 }
43065 \end_layout
43066
43067 \end_inset
43068
43069  OliveGreen
43070 \end_layout
43071
43072 \end_inset
43073 </cell>
43074 <cell alignment="left" valignment="top" usebox="none">
43075 \begin_inset Text
43076
43077 \begin_layout Plain Layout
43078 \begin_inset ERT
43079 status collapsed
43080
43081 \begin_layout Plain Layout
43082
43083
43084 \backslash
43085 fcolorbox{black}{
43086 \end_layout
43087
43088 \end_inset
43089
43090 Orange
43091 \begin_inset ERT
43092 status collapsed
43093
43094 \begin_layout Plain Layout
43095
43096 }{
43097 \end_layout
43098
43099 \end_inset
43100
43101
43102 \begin_inset Phantom Phantom
43103 status open
43104
43105 \begin_layout Plain Layout
43106 W
43107 \end_layout
43108
43109 \end_inset
43110
43111
43112 \begin_inset ERT
43113 status collapsed
43114
43115 \begin_layout Plain Layout
43116
43117 }
43118 \end_layout
43119
43120 \end_inset
43121
43122  Orange
43123 \end_layout
43124
43125 \end_inset
43126 </cell>
43127 </row>
43128 <row>
43129 <cell alignment="left" valignment="top" usebox="none">
43130 \begin_inset Text
43131
43132 \begin_layout Plain Layout
43133 \begin_inset ERT
43134 status collapsed
43135
43136 \begin_layout Plain Layout
43137
43138
43139 \backslash
43140 fcolorbox{black}{
43141 \end_layout
43142
43143 \end_inset
43144
43145 OrangeRed
43146 \begin_inset ERT
43147 status collapsed
43148
43149 \begin_layout Plain Layout
43150
43151 }{
43152 \end_layout
43153
43154 \end_inset
43155
43156
43157 \begin_inset Phantom Phantom
43158 status open
43159
43160 \begin_layout Plain Layout
43161 W
43162 \end_layout
43163
43164 \end_inset
43165
43166
43167 \begin_inset ERT
43168 status collapsed
43169
43170 \begin_layout Plain Layout
43171
43172 }
43173 \end_layout
43174
43175 \end_inset
43176
43177  OrangeRed
43178 \end_layout
43179
43180 \end_inset
43181 </cell>
43182 <cell alignment="left" valignment="top" usebox="none">
43183 \begin_inset Text
43184
43185 \begin_layout Plain Layout
43186 \begin_inset ERT
43187 status collapsed
43188
43189 \begin_layout Plain Layout
43190
43191
43192 \backslash
43193 fcolorbox{black}{
43194 \end_layout
43195
43196 \end_inset
43197
43198 Orchid
43199 \begin_inset ERT
43200 status collapsed
43201
43202 \begin_layout Plain Layout
43203
43204 }{
43205 \end_layout
43206
43207 \end_inset
43208
43209
43210 \begin_inset Phantom Phantom
43211 status open
43212
43213 \begin_layout Plain Layout
43214 W
43215 \end_layout
43216
43217 \end_inset
43218
43219
43220 \begin_inset ERT
43221 status collapsed
43222
43223 \begin_layout Plain Layout
43224
43225 }
43226 \end_layout
43227
43228 \end_inset
43229
43230  Orchid
43231 \end_layout
43232
43233 \end_inset
43234 </cell>
43235 <cell alignment="left" valignment="top" usebox="none">
43236 \begin_inset Text
43237
43238 \begin_layout Plain Layout
43239 \begin_inset ERT
43240 status collapsed
43241
43242 \begin_layout Plain Layout
43243
43244
43245 \backslash
43246 fcolorbox{black}{
43247 \end_layout
43248
43249 \end_inset
43250
43251 Peach
43252 \begin_inset ERT
43253 status collapsed
43254
43255 \begin_layout Plain Layout
43256
43257 }{
43258 \end_layout
43259
43260 \end_inset
43261
43262
43263 \begin_inset Phantom Phantom
43264 status open
43265
43266 \begin_layout Plain Layout
43267 W
43268 \end_layout
43269
43270 \end_inset
43271
43272
43273 \begin_inset ERT
43274 status collapsed
43275
43276 \begin_layout Plain Layout
43277
43278 }
43279 \end_layout
43280
43281 \end_inset
43282
43283  Peach
43284 \end_layout
43285
43286 \end_inset
43287 </cell>
43288 <cell alignment="left" valignment="top" usebox="none">
43289 \begin_inset Text
43290
43291 \begin_layout Plain Layout
43292 \begin_inset ERT
43293 status collapsed
43294
43295 \begin_layout Plain Layout
43296
43297
43298 \backslash
43299 fcolorbox{black}{
43300 \end_layout
43301
43302 \end_inset
43303
43304 Periwinkle
43305 \begin_inset ERT
43306 status collapsed
43307
43308 \begin_layout Plain Layout
43309
43310 }{
43311 \end_layout
43312
43313 \end_inset
43314
43315
43316 \begin_inset Phantom Phantom
43317 status open
43318
43319 \begin_layout Plain Layout
43320 W
43321 \end_layout
43322
43323 \end_inset
43324
43325
43326 \begin_inset ERT
43327 status collapsed
43328
43329 \begin_layout Plain Layout
43330
43331 }
43332 \end_layout
43333
43334 \end_inset
43335
43336  Periwinkle
43337 \end_layout
43338
43339 \end_inset
43340 </cell>
43341 </row>
43342 <row>
43343 <cell alignment="left" valignment="top" usebox="none">
43344 \begin_inset Text
43345
43346 \begin_layout Plain Layout
43347 \begin_inset ERT
43348 status collapsed
43349
43350 \begin_layout Plain Layout
43351
43352
43353 \backslash
43354 fcolorbox{black}{
43355 \end_layout
43356
43357 \end_inset
43358
43359 PineGreen
43360 \begin_inset ERT
43361 status collapsed
43362
43363 \begin_layout Plain Layout
43364
43365 }{
43366 \end_layout
43367
43368 \end_inset
43369
43370
43371 \begin_inset Phantom Phantom
43372 status open
43373
43374 \begin_layout Plain Layout
43375 W
43376 \end_layout
43377
43378 \end_inset
43379
43380
43381 \begin_inset ERT
43382 status collapsed
43383
43384 \begin_layout Plain Layout
43385
43386 }
43387 \end_layout
43388
43389 \end_inset
43390
43391  PineGreen
43392 \end_layout
43393
43394 \end_inset
43395 </cell>
43396 <cell alignment="left" valignment="top" usebox="none">
43397 \begin_inset Text
43398
43399 \begin_layout Plain Layout
43400 \begin_inset ERT
43401 status collapsed
43402
43403 \begin_layout Plain Layout
43404
43405
43406 \backslash
43407 fcolorbox{black}{
43408 \end_layout
43409
43410 \end_inset
43411
43412 Plum
43413 \begin_inset ERT
43414 status collapsed
43415
43416 \begin_layout Plain Layout
43417
43418 }{
43419 \end_layout
43420
43421 \end_inset
43422
43423
43424 \begin_inset Phantom Phantom
43425 status open
43426
43427 \begin_layout Plain Layout
43428 W
43429 \end_layout
43430
43431 \end_inset
43432
43433
43434 \begin_inset ERT
43435 status collapsed
43436
43437 \begin_layout Plain Layout
43438
43439 }
43440 \end_layout
43441
43442 \end_inset
43443
43444  Plum
43445 \end_layout
43446
43447 \end_inset
43448 </cell>
43449 <cell alignment="left" valignment="top" usebox="none">
43450 \begin_inset Text
43451
43452 \begin_layout Plain Layout
43453 \begin_inset ERT
43454 status collapsed
43455
43456 \begin_layout Plain Layout
43457
43458
43459 \backslash
43460 fcolorbox{black}{
43461 \end_layout
43462
43463 \end_inset
43464
43465 ProcessBlue
43466 \begin_inset ERT
43467 status collapsed
43468
43469 \begin_layout Plain Layout
43470
43471 }{
43472 \end_layout
43473
43474 \end_inset
43475
43476
43477 \begin_inset Phantom Phantom
43478 status open
43479
43480 \begin_layout Plain Layout
43481 W
43482 \end_layout
43483
43484 \end_inset
43485
43486
43487 \begin_inset ERT
43488 status collapsed
43489
43490 \begin_layout Plain Layout
43491
43492 }
43493 \end_layout
43494
43495 \end_inset
43496
43497  ProcessBlue
43498 \end_layout
43499
43500 \end_inset
43501 </cell>
43502 <cell alignment="left" valignment="top" usebox="none">
43503 \begin_inset Text
43504
43505 \begin_layout Plain Layout
43506 \begin_inset ERT
43507 status collapsed
43508
43509 \begin_layout Plain Layout
43510
43511
43512 \backslash
43513 fcolorbox{black}{
43514 \end_layout
43515
43516 \end_inset
43517
43518 Purple
43519 \begin_inset ERT
43520 status collapsed
43521
43522 \begin_layout Plain Layout
43523
43524 }{
43525 \end_layout
43526
43527 \end_inset
43528
43529
43530 \begin_inset Phantom Phantom
43531 status open
43532
43533 \begin_layout Plain Layout
43534 W
43535 \end_layout
43536
43537 \end_inset
43538
43539
43540 \begin_inset ERT
43541 status collapsed
43542
43543 \begin_layout Plain Layout
43544
43545 }
43546 \end_layout
43547
43548 \end_inset
43549
43550  Purple
43551 \end_layout
43552
43553 \end_inset
43554 </cell>
43555 </row>
43556 <row>
43557 <cell alignment="left" valignment="top" usebox="none">
43558 \begin_inset Text
43559
43560 \begin_layout Plain Layout
43561 \begin_inset ERT
43562 status collapsed
43563
43564 \begin_layout Plain Layout
43565
43566
43567 \backslash
43568 fcolorbox{black}{
43569 \end_layout
43570
43571 \end_inset
43572
43573 RawSienna
43574 \begin_inset ERT
43575 status collapsed
43576
43577 \begin_layout Plain Layout
43578
43579 }{
43580 \end_layout
43581
43582 \end_inset
43583
43584
43585 \begin_inset Phantom Phantom
43586 status open
43587
43588 \begin_layout Plain Layout
43589 W
43590 \end_layout
43591
43592 \end_inset
43593
43594
43595 \begin_inset ERT
43596 status collapsed
43597
43598 \begin_layout Plain Layout
43599
43600 }
43601 \end_layout
43602
43603 \end_inset
43604
43605  RawSienna
43606 \end_layout
43607
43608 \end_inset
43609 </cell>
43610 <cell alignment="left" valignment="top" usebox="none">
43611 \begin_inset Text
43612
43613 \begin_layout Plain Layout
43614 \begin_inset ERT
43615 status collapsed
43616
43617 \begin_layout Plain Layout
43618
43619
43620 \backslash
43621 fcolorbox{black}{
43622 \end_layout
43623
43624 \end_inset
43625
43626 RedOrange
43627 \begin_inset ERT
43628 status collapsed
43629
43630 \begin_layout Plain Layout
43631
43632 }{
43633 \end_layout
43634
43635 \end_inset
43636
43637
43638 \begin_inset Phantom Phantom
43639 status open
43640
43641 \begin_layout Plain Layout
43642 W
43643 \end_layout
43644
43645 \end_inset
43646
43647
43648 \begin_inset ERT
43649 status collapsed
43650
43651 \begin_layout Plain Layout
43652
43653 }
43654 \end_layout
43655
43656 \end_inset
43657
43658  RedOrange
43659 \end_layout
43660
43661 \end_inset
43662 </cell>
43663 <cell alignment="left" valignment="top" usebox="none">
43664 \begin_inset Text
43665
43666 \begin_layout Plain Layout
43667 \begin_inset ERT
43668 status collapsed
43669
43670 \begin_layout Plain Layout
43671
43672
43673 \backslash
43674 fcolorbox{black}{
43675 \end_layout
43676
43677 \end_inset
43678
43679 RedViolet
43680 \begin_inset ERT
43681 status collapsed
43682
43683 \begin_layout Plain Layout
43684
43685 }{
43686 \end_layout
43687
43688 \end_inset
43689
43690
43691 \begin_inset Phantom Phantom
43692 status open
43693
43694 \begin_layout Plain Layout
43695 W
43696 \end_layout
43697
43698 \end_inset
43699
43700
43701 \begin_inset ERT
43702 status collapsed
43703
43704 \begin_layout Plain Layout
43705
43706 }
43707 \end_layout
43708
43709 \end_inset
43710
43711  RedViolet
43712 \end_layout
43713
43714 \end_inset
43715 </cell>
43716 <cell alignment="left" valignment="top" usebox="none">
43717 \begin_inset Text
43718
43719 \begin_layout Plain Layout
43720 \begin_inset ERT
43721 status collapsed
43722
43723 \begin_layout Plain Layout
43724
43725
43726 \backslash
43727 fcolorbox{black}{
43728 \end_layout
43729
43730 \end_inset
43731
43732 Rhodamine
43733 \begin_inset ERT
43734 status collapsed
43735
43736 \begin_layout Plain Layout
43737
43738 }{
43739 \end_layout
43740
43741 \end_inset
43742
43743
43744 \begin_inset Phantom Phantom
43745 status open
43746
43747 \begin_layout Plain Layout
43748 W
43749 \end_layout
43750
43751 \end_inset
43752
43753
43754 \begin_inset ERT
43755 status collapsed
43756
43757 \begin_layout Plain Layout
43758
43759 }
43760 \end_layout
43761
43762 \end_inset
43763
43764  Rhodamine
43765 \end_layout
43766
43767 \end_inset
43768 </cell>
43769 </row>
43770 <row>
43771 <cell alignment="left" valignment="top" usebox="none">
43772 \begin_inset Text
43773
43774 \begin_layout Plain Layout
43775 \begin_inset ERT
43776 status collapsed
43777
43778 \begin_layout Plain Layout
43779
43780
43781 \backslash
43782 fcolorbox{black}{
43783 \end_layout
43784
43785 \end_inset
43786
43787 RoyalBlue
43788 \begin_inset ERT
43789 status collapsed
43790
43791 \begin_layout Plain Layout
43792
43793 }{
43794 \end_layout
43795
43796 \end_inset
43797
43798
43799 \begin_inset Phantom Phantom
43800 status open
43801
43802 \begin_layout Plain Layout
43803 W
43804 \end_layout
43805
43806 \end_inset
43807
43808
43809 \begin_inset ERT
43810 status collapsed
43811
43812 \begin_layout Plain Layout
43813
43814 }
43815 \end_layout
43816
43817 \end_inset
43818
43819  RoyalBlue
43820 \end_layout
43821
43822 \end_inset
43823 </cell>
43824 <cell alignment="left" valignment="top" usebox="none">
43825 \begin_inset Text
43826
43827 \begin_layout Plain Layout
43828 \begin_inset ERT
43829 status collapsed
43830
43831 \begin_layout Plain Layout
43832
43833
43834 \backslash
43835 fcolorbox{black}{
43836 \end_layout
43837
43838 \end_inset
43839
43840 RoyalPurple
43841 \begin_inset ERT
43842 status collapsed
43843
43844 \begin_layout Plain Layout
43845
43846 }{
43847 \end_layout
43848
43849 \end_inset
43850
43851
43852 \begin_inset Phantom Phantom
43853 status open
43854
43855 \begin_layout Plain Layout
43856 W
43857 \end_layout
43858
43859 \end_inset
43860
43861
43862 \begin_inset ERT
43863 status collapsed
43864
43865 \begin_layout Plain Layout
43866
43867 }
43868 \end_layout
43869
43870 \end_inset
43871
43872  RoyalPurple
43873 \end_layout
43874
43875 \end_inset
43876 </cell>
43877 <cell alignment="left" valignment="top" usebox="none">
43878 \begin_inset Text
43879
43880 \begin_layout Plain Layout
43881 \begin_inset ERT
43882 status collapsed
43883
43884 \begin_layout Plain Layout
43885
43886
43887 \backslash
43888 fcolorbox{black}{
43889 \end_layout
43890
43891 \end_inset
43892
43893 RubineRed
43894 \begin_inset ERT
43895 status collapsed
43896
43897 \begin_layout Plain Layout
43898
43899 }{
43900 \end_layout
43901
43902 \end_inset
43903
43904
43905 \begin_inset Phantom Phantom
43906 status open
43907
43908 \begin_layout Plain Layout
43909 W
43910 \end_layout
43911
43912 \end_inset
43913
43914
43915 \begin_inset ERT
43916 status collapsed
43917
43918 \begin_layout Plain Layout
43919
43920 }
43921 \end_layout
43922
43923 \end_inset
43924
43925  RubineRed
43926 \end_layout
43927
43928 \end_inset
43929 </cell>
43930 <cell alignment="left" valignment="top" usebox="none">
43931 \begin_inset Text
43932
43933 \begin_layout Plain Layout
43934 \begin_inset ERT
43935 status collapsed
43936
43937 \begin_layout Plain Layout
43938
43939
43940 \backslash
43941 fcolorbox{black}{
43942 \end_layout
43943
43944 \end_inset
43945
43946 Salmon
43947 \begin_inset ERT
43948 status collapsed
43949
43950 \begin_layout Plain Layout
43951
43952 }{
43953 \end_layout
43954
43955 \end_inset
43956
43957
43958 \begin_inset Phantom Phantom
43959 status open
43960
43961 \begin_layout Plain Layout
43962 W
43963 \end_layout
43964
43965 \end_inset
43966
43967
43968 \begin_inset ERT
43969 status collapsed
43970
43971 \begin_layout Plain Layout
43972
43973 }
43974 \end_layout
43975
43976 \end_inset
43977
43978  Salmon
43979 \end_layout
43980
43981 \end_inset
43982 </cell>
43983 </row>
43984 <row>
43985 <cell alignment="left" valignment="top" usebox="none">
43986 \begin_inset Text
43987
43988 \begin_layout Plain Layout
43989 \begin_inset ERT
43990 status collapsed
43991
43992 \begin_layout Plain Layout
43993
43994
43995 \backslash
43996 fcolorbox{black}{
43997 \end_layout
43998
43999 \end_inset
44000
44001 SeaGreen
44002 \begin_inset ERT
44003 status collapsed
44004
44005 \begin_layout Plain Layout
44006
44007 }{
44008 \end_layout
44009
44010 \end_inset
44011
44012
44013 \begin_inset Phantom Phantom
44014 status open
44015
44016 \begin_layout Plain Layout
44017 W
44018 \end_layout
44019
44020 \end_inset
44021
44022
44023 \begin_inset ERT
44024 status collapsed
44025
44026 \begin_layout Plain Layout
44027
44028 }
44029 \end_layout
44030
44031 \end_inset
44032
44033  SeaGreen
44034 \end_layout
44035
44036 \end_inset
44037 </cell>
44038 <cell alignment="left" valignment="top" usebox="none">
44039 \begin_inset Text
44040
44041 \begin_layout Plain Layout
44042 \begin_inset ERT
44043 status collapsed
44044
44045 \begin_layout Plain Layout
44046
44047
44048 \backslash
44049 fcolorbox{black}{
44050 \end_layout
44051
44052 \end_inset
44053
44054 Sepia
44055 \begin_inset ERT
44056 status collapsed
44057
44058 \begin_layout Plain Layout
44059
44060 }{
44061 \end_layout
44062
44063 \end_inset
44064
44065
44066 \begin_inset Phantom Phantom
44067 status open
44068
44069 \begin_layout Plain Layout
44070 W
44071 \end_layout
44072
44073 \end_inset
44074
44075
44076 \begin_inset ERT
44077 status collapsed
44078
44079 \begin_layout Plain Layout
44080
44081 }
44082 \end_layout
44083
44084 \end_inset
44085
44086  Sepia
44087 \end_layout
44088
44089 \end_inset
44090 </cell>
44091 <cell alignment="left" valignment="top" usebox="none">
44092 \begin_inset Text
44093
44094 \begin_layout Plain Layout
44095 \begin_inset ERT
44096 status collapsed
44097
44098 \begin_layout Plain Layout
44099
44100
44101 \backslash
44102 fcolorbox{black}{
44103 \end_layout
44104
44105 \end_inset
44106
44107 SkyBlue
44108 \begin_inset ERT
44109 status collapsed
44110
44111 \begin_layout Plain Layout
44112
44113 }{
44114 \end_layout
44115
44116 \end_inset
44117
44118
44119 \begin_inset Phantom Phantom
44120 status open
44121
44122 \begin_layout Plain Layout
44123 W
44124 \end_layout
44125
44126 \end_inset
44127
44128
44129 \begin_inset ERT
44130 status collapsed
44131
44132 \begin_layout Plain Layout
44133
44134 }
44135 \end_layout
44136
44137 \end_inset
44138
44139  SkyBlue
44140 \end_layout
44141
44142 \end_inset
44143 </cell>
44144 <cell alignment="left" valignment="top" usebox="none">
44145 \begin_inset Text
44146
44147 \begin_layout Plain Layout
44148 \begin_inset ERT
44149 status collapsed
44150
44151 \begin_layout Plain Layout
44152
44153
44154 \backslash
44155 fcolorbox{black}{
44156 \end_layout
44157
44158 \end_inset
44159
44160 SpringGreen
44161 \begin_inset ERT
44162 status collapsed
44163
44164 \begin_layout Plain Layout
44165
44166 }{
44167 \end_layout
44168
44169 \end_inset
44170
44171
44172 \begin_inset Phantom Phantom
44173 status open
44174
44175 \begin_layout Plain Layout
44176 W
44177 \end_layout
44178
44179 \end_inset
44180
44181
44182 \begin_inset ERT
44183 status collapsed
44184
44185 \begin_layout Plain Layout
44186
44187 }
44188 \end_layout
44189
44190 \end_inset
44191
44192  SpringGreen
44193 \end_layout
44194
44195 \end_inset
44196 </cell>
44197 </row>
44198 <row>
44199 <cell alignment="left" valignment="top" usebox="none">
44200 \begin_inset Text
44201
44202 \begin_layout Plain Layout
44203 \begin_inset ERT
44204 status collapsed
44205
44206 \begin_layout Plain Layout
44207
44208
44209 \backslash
44210 fcolorbox{black}{
44211 \end_layout
44212
44213 \end_inset
44214
44215 Tan
44216 \begin_inset ERT
44217 status collapsed
44218
44219 \begin_layout Plain Layout
44220
44221 }{
44222 \end_layout
44223
44224 \end_inset
44225
44226
44227 \begin_inset Phantom Phantom
44228 status open
44229
44230 \begin_layout Plain Layout
44231 W
44232 \end_layout
44233
44234 \end_inset
44235
44236
44237 \begin_inset ERT
44238 status collapsed
44239
44240 \begin_layout Plain Layout
44241
44242 }
44243 \end_layout
44244
44245 \end_inset
44246
44247  Tan
44248 \end_layout
44249
44250 \end_inset
44251 </cell>
44252 <cell alignment="left" valignment="top" usebox="none">
44253 \begin_inset Text
44254
44255 \begin_layout Plain Layout
44256 \begin_inset ERT
44257 status collapsed
44258
44259 \begin_layout Plain Layout
44260
44261
44262 \backslash
44263 fcolorbox{black}{
44264 \end_layout
44265
44266 \end_inset
44267
44268 TealBlue
44269 \begin_inset ERT
44270 status collapsed
44271
44272 \begin_layout Plain Layout
44273
44274 }{
44275 \end_layout
44276
44277 \end_inset
44278
44279
44280 \begin_inset Phantom Phantom
44281 status open
44282
44283 \begin_layout Plain Layout
44284 W
44285 \end_layout
44286
44287 \end_inset
44288
44289
44290 \begin_inset ERT
44291 status collapsed
44292
44293 \begin_layout Plain Layout
44294
44295 }
44296 \end_layout
44297
44298 \end_inset
44299
44300  TealBlue
44301 \end_layout
44302
44303 \end_inset
44304 </cell>
44305 <cell alignment="left" valignment="top" usebox="none">
44306 \begin_inset Text
44307
44308 \begin_layout Plain Layout
44309 \begin_inset ERT
44310 status collapsed
44311
44312 \begin_layout Plain Layout
44313
44314
44315 \backslash
44316 fcolorbox{black}{
44317 \end_layout
44318
44319 \end_inset
44320
44321 Thistle
44322 \begin_inset ERT
44323 status collapsed
44324
44325 \begin_layout Plain Layout
44326
44327 }{
44328 \end_layout
44329
44330 \end_inset
44331
44332
44333 \begin_inset Phantom Phantom
44334 status open
44335
44336 \begin_layout Plain Layout
44337 W
44338 \end_layout
44339
44340 \end_inset
44341
44342
44343 \begin_inset ERT
44344 status collapsed
44345
44346 \begin_layout Plain Layout
44347
44348 }
44349 \end_layout
44350
44351 \end_inset
44352
44353  Thistle
44354 \end_layout
44355
44356 \end_inset
44357 </cell>
44358 <cell alignment="left" valignment="top" usebox="none">
44359 \begin_inset Text
44360
44361 \begin_layout Plain Layout
44362 \begin_inset ERT
44363 status collapsed
44364
44365 \begin_layout Plain Layout
44366
44367
44368 \backslash
44369 fcolorbox{black}{
44370 \end_layout
44371
44372 \end_inset
44373
44374 Turquoise
44375 \begin_inset ERT
44376 status collapsed
44377
44378 \begin_layout Plain Layout
44379
44380 }{
44381 \end_layout
44382
44383 \end_inset
44384
44385
44386 \begin_inset Phantom Phantom
44387 status open
44388
44389 \begin_layout Plain Layout
44390 W
44391 \end_layout
44392
44393 \end_inset
44394
44395
44396 \begin_inset ERT
44397 status collapsed
44398
44399 \begin_layout Plain Layout
44400
44401 }
44402 \end_layout
44403
44404 \end_inset
44405
44406  Turquoise
44407 \end_layout
44408
44409 \end_inset
44410 </cell>
44411 </row>
44412 <row>
44413 <cell alignment="left" valignment="top" usebox="none">
44414 \begin_inset Text
44415
44416 \begin_layout Plain Layout
44417 \begin_inset ERT
44418 status collapsed
44419
44420 \begin_layout Plain Layout
44421
44422
44423 \backslash
44424 fcolorbox{black}{
44425 \end_layout
44426
44427 \end_inset
44428
44429 Violet
44430 \begin_inset ERT
44431 status collapsed
44432
44433 \begin_layout Plain Layout
44434
44435 }{
44436 \end_layout
44437
44438 \end_inset
44439
44440
44441 \begin_inset Phantom Phantom
44442 status open
44443
44444 \begin_layout Plain Layout
44445 W
44446 \end_layout
44447
44448 \end_inset
44449
44450
44451 \begin_inset ERT
44452 status collapsed
44453
44454 \begin_layout Plain Layout
44455
44456 }
44457 \end_layout
44458
44459 \end_inset
44460
44461  Violet
44462 \end_layout
44463
44464 \end_inset
44465 </cell>
44466 <cell alignment="left" valignment="top" usebox="none">
44467 \begin_inset Text
44468
44469 \begin_layout Plain Layout
44470 \begin_inset ERT
44471 status collapsed
44472
44473 \begin_layout Plain Layout
44474
44475
44476 \backslash
44477 fcolorbox{black}{
44478 \end_layout
44479
44480 \end_inset
44481
44482 VioletRed
44483 \begin_inset ERT
44484 status collapsed
44485
44486 \begin_layout Plain Layout
44487
44488 }{
44489 \end_layout
44490
44491 \end_inset
44492
44493
44494 \begin_inset Phantom Phantom
44495 status open
44496
44497 \begin_layout Plain Layout
44498 W
44499 \end_layout
44500
44501 \end_inset
44502
44503
44504 \begin_inset ERT
44505 status collapsed
44506
44507 \begin_layout Plain Layout
44508
44509 }
44510 \end_layout
44511
44512 \end_inset
44513
44514  VioletRed
44515 \end_layout
44516
44517 \end_inset
44518 </cell>
44519 <cell alignment="left" valignment="top" usebox="none">
44520 \begin_inset Text
44521
44522 \begin_layout Plain Layout
44523 \begin_inset ERT
44524 status collapsed
44525
44526 \begin_layout Plain Layout
44527
44528
44529 \backslash
44530 fcolorbox{black}{
44531 \end_layout
44532
44533 \end_inset
44534
44535 WildStrawberry
44536 \begin_inset ERT
44537 status collapsed
44538
44539 \begin_layout Plain Layout
44540
44541 }{
44542 \end_layout
44543
44544 \end_inset
44545
44546
44547 \begin_inset Phantom Phantom
44548 status open
44549
44550 \begin_layout Plain Layout
44551 W
44552 \end_layout
44553
44554 \end_inset
44555
44556
44557 \begin_inset ERT
44558 status collapsed
44559
44560 \begin_layout Plain Layout
44561
44562 }
44563 \end_layout
44564
44565 \end_inset
44566
44567  WildStrawberry
44568 \end_layout
44569
44570 \end_inset
44571 </cell>
44572 <cell alignment="left" valignment="top" usebox="none">
44573 \begin_inset Text
44574
44575 \begin_layout Plain Layout
44576 \begin_inset ERT
44577 status collapsed
44578
44579 \begin_layout Plain Layout
44580
44581
44582 \backslash
44583 fcolorbox{black}{
44584 \end_layout
44585
44586 \end_inset
44587
44588 YellowGreen
44589 \begin_inset ERT
44590 status collapsed
44591
44592 \begin_layout Plain Layout
44593
44594 }{
44595 \end_layout
44596
44597 \end_inset
44598
44599
44600 \begin_inset Phantom Phantom
44601 status open
44602
44603 \begin_layout Plain Layout
44604 W
44605 \end_layout
44606
44607 \end_inset
44608
44609
44610 \begin_inset ERT
44611 status collapsed
44612
44613 \begin_layout Plain Layout
44614
44615 }
44616 \end_layout
44617
44618 \end_inset
44619
44620  YellowGreen
44621 \end_layout
44622
44623 \end_inset
44624 </cell>
44625 </row>
44626 <row>
44627 <cell alignment="left" valignment="top" usebox="none">
44628 \begin_inset Text
44629
44630 \begin_layout Plain Layout
44631 \begin_inset ERT
44632 status collapsed
44633
44634 \begin_layout Plain Layout
44635
44636
44637 \backslash
44638 fcolorbox{black}{
44639 \end_layout
44640
44641 \end_inset
44642
44643 YellowOrange
44644 \begin_inset ERT
44645 status collapsed
44646
44647 \begin_layout Plain Layout
44648
44649 }{
44650 \end_layout
44651
44652 \end_inset
44653
44654
44655 \begin_inset Phantom Phantom
44656 status open
44657
44658 \begin_layout Plain Layout
44659 W
44660 \end_layout
44661
44662 \end_inset
44663
44664
44665 \begin_inset ERT
44666 status collapsed
44667
44668 \begin_layout Plain Layout
44669
44670 }
44671 \end_layout
44672
44673 \end_inset
44674
44675  YellowOrange
44676 \end_layout
44677
44678 \end_inset
44679 </cell>
44680 <cell alignment="left" valignment="top" usebox="none">
44681 \begin_inset Text
44682
44683 \begin_layout Plain Layout
44684
44685 \end_layout
44686
44687 \end_inset
44688 </cell>
44689 <cell alignment="left" valignment="top" usebox="none">
44690 \begin_inset Text
44691
44692 \begin_layout Plain Layout
44693
44694 \end_layout
44695
44696 \end_inset
44697 </cell>
44698 <cell alignment="left" valignment="top" usebox="none">
44699 \begin_inset Text
44700
44701 \begin_layout Plain Layout
44702
44703 \end_layout
44704
44705 \end_inset
44706 </cell>
44707 </row>
44708 </lyxtabular>
44709
44710 \end_inset
44711
44712
44713 \end_layout
44714
44715 \begin_layout Chapter
44716 Explanation of Equation
44717 \begin_inset space ~
44718 \end_inset
44719
44720 (
44721 \begin_inset CommandInset ref
44722 LatexCommand ref
44723 reference "eq:Wgn"
44724
44725 \end_inset
44726
44727 )
44728 \begin_inset CommandInset label
44729 LatexCommand label
44730 name "cha:Explanation-of-Equation"
44731
44732 \end_inset
44733
44734
44735 \end_layout
44736
44737 \begin_layout Standard
44738 We can calculate the total width of 
44739 \emph on
44740 n
44741 \emph default
44742  table cells 
44743 \begin_inset Formula $W_{\mathrm{tot\, n}}$
44744 \end_inset
44745
44746  as follows:
44747 \begin_inset Formula 
44748 \begin{equation}
44749 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44750 \end{equation}
44751
44752 \end_inset
44753
44754 where 
44755 \begin_inset Formula $W_{g\, n}$
44756 \end_inset
44757
44758  is the given width of all cells, 
44759 \series bold
44760
44761 \backslash
44762 tabcolsep
44763 \series default
44764  is the LaTeX-length between the cell text and the cell border (its default
44765  value is 6
44766 \begin_inset space \thinspace{}
44767 \end_inset
44768
44769 pt).
44770  
44771 \series bold
44772
44773 \backslash
44774 arrayrulewidth
44775 \series default
44776  is the thickness of the cell border line, the default is 0.4
44777 \begin_inset space \thinspace{}
44778 \end_inset
44779
44780 pt.
44781 \end_layout
44782
44783 \begin_layout Standard
44784 Following equation
44785 \begin_inset space ~
44786 \end_inset
44787
44788
44789 \begin_inset CommandInset ref
44790 LatexCommand eqref
44791 reference "eq:Wtot_n"
44792
44793 \end_inset
44794
44795 , the total width of a multicolumn 
44796 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
44797 \end_inset
44798
44799  is
44800 \begin_inset Formula 
44801 \begin{equation}
44802 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44803 \end{equation}
44804
44805 \end_inset
44806
44807
44808 \end_layout
44809
44810 \begin_layout Standard
44811 By setting equation
44812 \begin_inset space ~
44813 \end_inset
44814
44815
44816 \begin_inset CommandInset ref
44817 LatexCommand eqref
44818 reference "eq:Wtot_n"
44819
44820 \end_inset
44821
44822  and 
44823 \begin_inset CommandInset ref
44824 LatexCommand eqref
44825 reference "eq:Wtot_mult"
44826
44827 \end_inset
44828
44829  equal we can calculate the needed given width 
44830 \begin_inset Formula $W_{g\, n}$
44831 \end_inset
44832
44833  when 
44834 \emph on
44835 n
44836 \emph default
44837  columns are spanned, so that each column has a total width of 
44838 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
44839 \end_inset
44840
44841 :
44842 \begin_inset Formula 
44843 \begin{equation}
44844 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44845 \end{equation}
44846
44847 \end_inset
44848
44849
44850 \end_layout
44851
44852 \begin_layout Bibliography
44853 \begin_inset CommandInset bibitem
44854 LatexCommand bibitem
44855 key "latexcompanion"
44856
44857 \end_inset
44858
44859 Frank Mittelbach and Michel Goossens: 
44860 \emph on
44861 The LaTeX Companion Second Edition.
44862
44863 \emph default
44864  Addison-Wesley, 2004
44865 \end_layout
44866
44867 \begin_layout Bibliography
44868 \begin_inset CommandInset bibitem
44869 LatexCommand bibitem
44870 key "latexguide"
44871
44872 \end_inset
44873
44874 Helmut Kopka and Patrick W.
44875  Daly: 
44876 \emph on
44877 A Guide to LaTeX Fourth Edition.
44878
44879 \emph default
44880  Addison-Wesley, 2003
44881 \end_layout
44882
44883 \begin_layout Bibliography
44884 \begin_inset CommandInset bibitem
44885 LatexCommand bibitem
44886 key "latexbook"
44887
44888 \end_inset
44889
44890 Leslie Lamport: 
44891 \emph on
44892 LaTeX: A Document Preparation System.
44893
44894 \emph default
44895  Addison-Wesley, second edition, 1994
44896 \end_layout
44897
44898 \begin_layout Bibliography
44899 \begin_inset CommandInset bibitem
44900 LatexCommand bibitem
44901 key "arydshln"
44902
44903 \end_inset
44904
44905 Documentation of the LaTeX-package 
44906 \series bold
44907
44908 \begin_inset CommandInset href
44909 LatexCommand href
44910 name "arydshln"
44911 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
44912
44913 \end_inset
44914
44915
44916 \series default
44917
44918 \begin_inset Index idx
44919 status collapsed
44920
44921 \begin_layout Plain Layout
44922 LaTeX-packages ! arydshln
44923 \end_layout
44924
44925 \end_inset
44926
44927
44928 \end_layout
44929
44930 \begin_layout Bibliography
44931 \begin_inset CommandInset bibitem
44932 LatexCommand bibitem
44933 key "booktabs"
44934
44935 \end_inset
44936
44937 Documentation of the LaTeX-package 
44938 \series bold
44939
44940 \begin_inset CommandInset href
44941 LatexCommand href
44942 name "booktabs"
44943 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
44944
44945 \end_inset
44946
44947
44948 \series default
44949
44950 \begin_inset Index idx
44951 status collapsed
44952
44953 \begin_layout Plain Layout
44954 LaTeX-packages ! booktabs
44955 \end_layout
44956
44957 \end_inset
44958
44959
44960 \end_layout
44961
44962 \begin_layout Bibliography
44963 \begin_inset CommandInset bibitem
44964 LatexCommand bibitem
44965 key "caption"
44966
44967 \end_inset
44968
44969 Documentation of the LaTeX-package 
44970 \series bold
44971
44972 \begin_inset CommandInset href
44973 LatexCommand href
44974 name "caption"
44975 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
44976
44977 \end_inset
44978
44979
44980 \series default
44981
44982 \begin_inset Index idx
44983 status collapsed
44984
44985 \begin_layout Plain Layout
44986 LaTeX-packages ! caption
44987 \end_layout
44988
44989 \end_inset
44990
44991
44992 \end_layout
44993
44994 \begin_layout Bibliography
44995 \begin_inset CommandInset bibitem
44996 LatexCommand bibitem
44997 key "diagbox"
44998
44999 \end_inset
45000
45001 Documentation of the LaTeX-package 
45002 \series bold
45003
45004 \begin_inset CommandInset href
45005 LatexCommand href
45006 name "diagbox"
45007 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45008
45009 \end_inset
45010
45011
45012 \series default
45013
45014 \begin_inset Index idx
45015 status collapsed
45016
45017 \begin_layout Plain Layout
45018 LaTeX-packages ! diagbox
45019 \end_layout
45020
45021 \end_inset
45022
45023
45024 \end_layout
45025
45026 \begin_layout Bibliography
45027 \begin_inset CommandInset bibitem
45028 LatexCommand bibitem
45029 key "endfloat"
45030
45031 \end_inset
45032
45033 Documentation of the LaTeX-package 
45034 \series bold
45035
45036 \begin_inset CommandInset href
45037 LatexCommand href
45038 name "endfloat"
45039 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45040
45041 \end_inset
45042
45043
45044 \series default
45045
45046 \begin_inset Index idx
45047 status collapsed
45048
45049 \begin_layout Plain Layout
45050 LaTeX-packages ! endfloat
45051 \end_layout
45052
45053 \end_inset
45054
45055
45056 \end_layout
45057
45058 \begin_layout Bibliography
45059 \begin_inset CommandInset bibitem
45060 LatexCommand bibitem
45061 key "footmisc"
45062
45063 \end_inset
45064
45065 Documentation of the LaTeX-package 
45066 \series bold
45067
45068 \begin_inset CommandInset href
45069 LatexCommand href
45070 name "footmisc"
45071 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45072
45073 \end_inset
45074
45075
45076 \series default
45077
45078 \begin_inset Index idx
45079 status collapsed
45080
45081 \begin_layout Plain Layout
45082 LaTeX-packages ! footmisc
45083 \end_layout
45084
45085 \end_inset
45086
45087
45088 \end_layout
45089
45090 \begin_layout Bibliography
45091 \begin_inset CommandInset bibitem
45092 LatexCommand bibitem
45093 key "hypcap"
45094
45095 \end_inset
45096
45097 Documentation of the LaTeX-package 
45098 \series bold
45099
45100 \begin_inset CommandInset href
45101 LatexCommand href
45102 name "hypcap"
45103 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45104
45105 \end_inset
45106
45107
45108 \series default
45109
45110 \begin_inset Index idx
45111 status collapsed
45112
45113 \begin_layout Plain Layout
45114 LaTeX-packages ! hyperref
45115 \end_layout
45116
45117 \end_inset
45118
45119
45120 \end_layout
45121
45122 \begin_layout Bibliography
45123 \begin_inset CommandInset bibitem
45124 LatexCommand bibitem
45125 key "hyperref"
45126
45127 \end_inset
45128
45129 Documentation of the LaTeX-package 
45130 \series bold
45131
45132 \begin_inset CommandInset href
45133 LatexCommand href
45134 name "hyperref"
45135 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45136
45137 \end_inset
45138
45139
45140 \series default
45141
45142 \begin_inset Index idx
45143 status collapsed
45144
45145 \begin_layout Plain Layout
45146 LaTeX-packages ! hyperref
45147 \end_layout
45148
45149 \end_inset
45150
45151
45152 \end_layout
45153
45154 \begin_layout Bibliography
45155 \begin_inset CommandInset bibitem
45156 LatexCommand bibitem
45157 key "KOMA-Script"
45158
45159 \end_inset
45160
45161 Documentation of the LaTeX-package 
45162 \series bold
45163
45164 \begin_inset CommandInset href
45165 LatexCommand href
45166 name "KOMA-Script"
45167 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/scrguien.pdf"
45168
45169 \end_inset
45170
45171
45172 \series default
45173
45174 \begin_inset Index idx
45175 status collapsed
45176
45177 \begin_layout Plain Layout
45178 LaTeX-packages ! KOMA-Script
45179 \end_layout
45180
45181 \end_inset
45182
45183
45184 \end_layout
45185
45186 \begin_layout Bibliography
45187 \begin_inset CommandInset bibitem
45188 LatexCommand bibitem
45189 key "lettrine"
45190
45191 \end_inset
45192
45193 Documentation of the LaTeX-package 
45194 \series bold
45195
45196 \begin_inset CommandInset href
45197 LatexCommand href
45198 name "lettrine"
45199 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45200
45201 \end_inset
45202
45203
45204 \series default
45205  and an 
45206 \begin_inset CommandInset href
45207 LatexCommand href
45208 name "example"
45209 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45210
45211 \end_inset
45212
45213
45214 \begin_inset Index idx
45215 status collapsed
45216
45217 \begin_layout Plain Layout
45218 LaTeX-packages ! lettrine
45219 \end_layout
45220
45221 \end_inset
45222
45223
45224 \end_layout
45225
45226 \begin_layout Bibliography
45227 \begin_inset CommandInset bibitem
45228 LatexCommand bibitem
45229 key "listings"
45230
45231 \end_inset
45232
45233 Documentation of the LaTeX-package 
45234 \series bold
45235
45236 \begin_inset CommandInset href
45237 LatexCommand href
45238 name "listings"
45239 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45240
45241 \end_inset
45242
45243
45244 \series default
45245
45246 \begin_inset Index idx
45247 status collapsed
45248
45249 \begin_layout Plain Layout
45250 LaTeX-packages ! listings
45251 \end_layout
45252
45253 \end_inset
45254
45255
45256 \end_layout
45257
45258 \begin_layout Bibliography
45259 \begin_inset CommandInset bibitem
45260 LatexCommand bibitem
45261 key "marginnote"
45262
45263 \end_inset
45264
45265 Documentation of the LaTeX-package 
45266 \series bold
45267
45268 \begin_inset CommandInset href
45269 LatexCommand href
45270 name "marginnote"
45271 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45272
45273 \end_inset
45274
45275
45276 \series default
45277
45278 \begin_inset Index idx
45279 status collapsed
45280
45281 \begin_layout Plain Layout
45282 LaTeX-packages ! marginnote
45283 \end_layout
45284
45285 \end_inset
45286
45287
45288 \end_layout
45289
45290 \begin_layout Bibliography
45291 \begin_inset CommandInset bibitem
45292 LatexCommand bibitem
45293 key "pdfpages"
45294
45295 \end_inset
45296
45297 Documentation of the LaTeX-package 
45298 \series bold
45299
45300 \begin_inset CommandInset href
45301 LatexCommand href
45302 name "pdfpages"
45303 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45304
45305 \end_inset
45306
45307
45308 \series default
45309
45310 \begin_inset Index idx
45311 status collapsed
45312
45313 \begin_layout Plain Layout
45314 LaTeX-packages ! pdfpages
45315 \end_layout
45316
45317 \end_inset
45318
45319
45320 \end_layout
45321
45322 \begin_layout Bibliography
45323 \begin_inset CommandInset bibitem
45324 LatexCommand bibitem
45325 key "prettyref"
45326
45327 \end_inset
45328
45329 Documentation of the LaTeX-package 
45330 \series bold
45331
45332 \begin_inset CommandInset href
45333 LatexCommand href
45334 name "prettyref"
45335 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45336
45337 \end_inset
45338
45339
45340 \series default
45341
45342 \begin_inset Index idx
45343 status collapsed
45344
45345 \begin_layout Plain Layout
45346 LaTeX-packages ! prettyref
45347 \end_layout
45348
45349 \end_inset
45350
45351
45352 \end_layout
45353
45354 \begin_layout Bibliography
45355 \begin_inset CommandInset bibitem
45356 LatexCommand bibitem
45357 key "pstricks"
45358
45359 \end_inset
45360
45361 Web page of the LaTeX-package 
45362 \series bold
45363
45364 \begin_inset CommandInset href
45365 LatexCommand href
45366 name "PSTricks"
45367 target "http://tug.org/PSTricks/"
45368
45369 \end_inset
45370
45371
45372 \series default
45373
45374 \begin_inset Index idx
45375 status collapsed
45376
45377 \begin_layout Plain Layout
45378 LaTeX-packages ! PSTricks
45379 \end_layout
45380
45381 \end_inset
45382
45383
45384 \end_layout
45385
45386 \begin_layout Bibliography
45387 \begin_inset CommandInset bibitem
45388 LatexCommand bibitem
45389 key "refstyle"
45390
45391 \end_inset
45392
45393 Documentation of the LaTeX-package 
45394 \series bold
45395
45396 \begin_inset CommandInset href
45397 LatexCommand href
45398 name "refstyle"
45399 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45400
45401 \end_inset
45402
45403
45404 \series default
45405
45406 \begin_inset Index idx
45407 status collapsed
45408
45409 \begin_layout Plain Layout
45410 LaTeX-packages ! refstyle
45411 \end_layout
45412
45413 \end_inset
45414
45415
45416 \end_layout
45417
45418 \begin_layout Bibliography
45419 \begin_inset CommandInset bibitem
45420 LatexCommand bibitem
45421 key "sidecap"
45422
45423 \end_inset
45424
45425 Documentation of the LaTeX-package 
45426 \series bold
45427
45428 \begin_inset CommandInset href
45429 LatexCommand href
45430 name "sidecap"
45431 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45432
45433 \end_inset
45434
45435
45436 \series default
45437
45438 \begin_inset Index idx
45439 status collapsed
45440
45441 \begin_layout Plain Layout
45442 LaTeX-packages ! sidecap
45443 \end_layout
45444
45445 \end_inset
45446
45447
45448 \end_layout
45449
45450 \begin_layout Bibliography
45451 \begin_inset CommandInset bibitem
45452 LatexCommand bibitem
45453 key "NewInLyX20"
45454
45455 \end_inset
45456
45457
45458 \begin_inset CommandInset href
45459 LatexCommand href
45460 name "Wiki page"
45461 target "http://wiki.lyx.org/LyX/NewInLyX20"
45462
45463 \end_inset
45464
45465  about new features in 
45466 \family sans
45467 LyX 2.0
45468 \family default
45469 .
45470 \end_layout
45471
45472 \begin_layout Standard
45473 \begin_inset CommandInset index_print
45474 LatexCommand printindex
45475 type "idx"
45476
45477 \end_inset
45478
45479
45480 \end_layout
45481
45482 \end_body
45483 \end_document