]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
2669b2297346a228944d3fb215e32f0fdc385a91
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC is numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \newcommand{\TabBesBeg}[1][1.0]{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}[1][1.0]{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % enables calculation of values,
55 \usepackage{calc}
56
57 % increase the bottom float placement fraction
58 \renewcommand{\bottomfraction}{0.5}
59
60 % avoids that floats are placed before their
61 % corresponding section starts
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % speed up the longtable calculation
65 \setcounter{LTchunksize}{100}
66
67 % used for scaled and rotated boxes
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % used for colored tables
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
74 \definecolor{lightgrey}{gray}{0.8}
75
76 % check for package colortbl
77 % used for colored table cells
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % used for colored table rows
85 \usepackage[table]{xcolor}
86
87 % used to have extra space in table cells
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % used for customized tables
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % insert additional vertical space of
109 % 1.5 mm between footnotes
110 \let\myFoot\footnote
111 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
112
113 % number algorithm floats within chapters
114 \numberwithin{algorithm}{chapter}
115
116 % ------------------------------------
117 % used to check for needed LaTeX packages
118 \usepackage{ifthen}
119
120 % check for package arydshln
121 % used for tables with dashed lines
122 \newboolean{arydshln}
123 \IfFileExists{arydshln.sty}
124  {\usepackage{arydshln}
125   \setboolean{arydshln}{true}}
126  {\setboolean{arydshln}{false}}
127
128 % check for package marginnote
129 % used for margin notes
130 \newboolean{marginnote}
131 \IfFileExists{marginnote.sty}
132  {\usepackage{marginnote}
133   \let\marginpar\marginnote
134   \setboolean{marginnote}{true}}
135  {\setboolean{marginnote}{false}}
136
137 % check for package sidecap
138 % used for captions on the side
139 \newboolean{sidecap}
140 \IfFileExists{sidecap.sty}
141  {\usepackage{sidecap}
142   \setboolean{sidecap}{true}}
143  {\setboolean{sidecap}{false}}
144
145 % check for picinpar
146 % used for surrounded fixed objects
147 \newboolean{picinpar}
148 \IfFileExists{picinpar.sty}
149  {\usepackage{picinpar}
150   \setboolean{picinpar}{true}}
151  {\setboolean{picinpar}{false}}
152
153 % check for lettrine
154 \newboolean{lettrine}
155 \IfFileExists{lettrine.sty}
156  {\usepackage{lettrine}
157   \setboolean{lettrine}{true}}
158  {\setboolean{lettrine}{false}}
159
160 % check for diagbox
161 \newboolean{diagbox}
162 \IfFileExists{diagbox.sty}
163  {\usepackage{diagbox}
164   \setboolean{diagbox}{true}}
165  {\setboolean{diagbox}{false}}
166 \end_preamble
167 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
168 \use_default_options false
169 \begin_modules
170 initials
171 \end_modules
172 \maintain_unincluded_children false
173 \language english
174 \language_package default
175 \inputencoding auto
176 \fontencoding global
177 \font_roman default
178 \font_sans default
179 \font_typewriter default
180 \font_math auto
181 \font_default_family default
182 \use_non_tex_fonts false
183 \font_sc false
184 \font_osf false
185 \font_sf_scale 100
186 \font_tt_scale 100
187 \graphics default
188 \default_output_format default
189 \output_sync 0
190 \bibtex_command default
191 \index_command default
192 \paperfontsize 12
193 \spacing single
194 \use_hyperref true
195 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
196 \pdf_author "LyX Team, Uwe Stöhr"
197 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
198 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
199 \pdf_bookmarks true
200 \pdf_bookmarksnumbered true
201 \pdf_bookmarksopen true
202 \pdf_bookmarksopenlevel 1
203 \pdf_breaklinks false
204 \pdf_pdfborder false
205 \pdf_colorlinks true
206 \pdf_backref false
207 \pdf_pdfusetitle false
208 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
209 \papersize default
210 \use_geometry false
211 \use_package amsmath 2
212 \use_package amssymb 2
213 \use_package cancel 0
214 \use_package esint 0
215 \use_package mathdots 1
216 \use_package mathtools 0
217 \use_package mhchem 1
218 \use_package stackrel 0
219 \use_package stmaryrd 0
220 \use_package undertilde 0
221 \cite_engine basic
222 \cite_engine_type default
223 \biblio_style plain
224 \use_bibtopic false
225 \use_indices false
226 \paperorientation portrait
227 \suppress_date false
228 \justification true
229 \use_refstyle 0
230 \notefontcolor #0000ff
231 \index Index
232 \shortcut idx
233 \color #008000
234 \end_index
235 \secnumdepth 3
236 \tocdepth 3
237 \paragraph_separation skip
238 \defskip medskip
239 \quotes_language english
240 \papercolumns 1
241 \papersides 2
242 \paperpagestyle default
243 \tracking_changes false
244 \output_changes false
245 \html_math_output 0
246 \html_css_as_file 0
247 \html_be_strict false
248 \end_header
249
250 \begin_body
251
252 \begin_layout Title
253 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
254  manual
255 \end_layout
256
257 \begin_layout Author
258 by the LyX Team
259 \begin_inset Foot
260 status collapsed
261
262 \begin_layout Plain Layout
263 \noindent
264 If you have comments or error corrections, please send them to the LyX Documenta
265 tion mailing list: 
266 \begin_inset CommandInset href
267 LatexCommand href
268 name "lyx-docs@lists.lyx.org"
269 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
270 type "mailto:"
271
272 \end_inset
273
274
275 \end_layout
276
277 \end_inset
278
279
280 \begin_inset Note Note
281 status collapsed
282
283 \begin_layout Plain Layout
284 author: Uwe Stöhr
285 \end_layout
286
287 \end_inset
288
289
290 \begin_inset Newline newline
291 \end_inset
292
293
294 \begin_inset Newline newline
295 \end_inset
296
297
298 \family sans
299 Version 2.0.x
300 \end_layout
301
302 \begin_layout Standard
303 \begin_inset CommandInset toc
304 LatexCommand tableofcontents
305
306 \end_inset
307
308
309 \end_layout
310
311 \begin_layout Standard
312 \begin_inset Note Note
313 status open
314
315 \begin_layout Plain Layout
316 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
317  
318 \series bold
319 arydshln
320 \series default
321
322 \series bold
323 colortbl
324 \series default
325
326 \series bold
327 diagbox, lettrine, marginnote, picinpar
328 \series default
329  and 
330 \series bold
331 sidecap
332 \series default
333  must be installed.
334  If they are not installed you can export the document anyway but the sections
335  where the packages are required won't appear in the output.
336 \end_layout
337
338 \begin_layout Plain Layout
339 The latest PDF-version of this document can be found here:
340 \begin_inset Newline newline
341 \end_inset
342
343
344 \series bold
345 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
346 \end_layout
347
348 \end_inset
349
350
351 \end_layout
352
353 \begin_layout Chapter
354 Figures
355 \begin_inset Index idx
356 status collapsed
357
358 \begin_layout Plain Layout
359 Figures
360 \end_layout
361
362 \end_inset
363
364
365 \begin_inset Index idx
366 status collapsed
367
368 \begin_layout Plain Layout
369 Graphics|see
370 \begin_inset ERT
371 status collapsed
372
373 \begin_layout Plain Layout
374
375 {
376 \end_layout
377
378 \end_inset
379
380 Figures
381 \begin_inset ERT
382 status collapsed
383
384 \begin_layout Plain Layout
385
386 }
387 \end_layout
388
389 \end_inset
390
391
392 \end_layout
393
394 \end_inset
395
396
397 \end_layout
398
399 \begin_layout Section
400 Graphics Dialog
401 \begin_inset Index idx
402 status collapsed
403
404 \begin_layout Plain Layout
405 Figures ! Graphics Dialog
406 \end_layout
407
408 \end_inset
409
410
411 \begin_inset CommandInset label
412 LatexCommand label
413 name "sec:Graphics-Dialog"
414
415 \end_inset
416
417
418 \end_layout
419
420 \begin_layout Standard
421 To insert an image into your document, place the cursor at the text position
422  you want and click on the toolbar icon 
423 \begin_inset Info
424 type  "icon"
425 arg   "dialog-show-new-inset graphics"
426 \end_inset
427
428  or use the menu 
429 \family sans
430 Insert\SpecialChar \menuseparator
431 Graphics
432 \family default
433 .
434  Then a dialog will appear to choose the file to load.
435  The image will appear in the output exactly at the position where it is
436  in the text.
437 \end_layout
438
439 \begin_layout Standard
440 The graphics dialog can be called at any time by clicking on an image.
441  This dialog has three tabs:
442 \end_layout
443
444 \begin_layout Description
445
446 \family sans
447 Graphics
448 \family default
449  Here you can choose an image file and adjust its appearance in the output.
450  The available units for the image size are explained in appendix
451 \begin_inset space ~
452 \end_inset
453
454
455 \begin_inset CommandInset ref
456 LatexCommand ref
457 reference "cha:Units-available-in"
458
459 \end_inset
460
461 .
462 \begin_inset Newline newline
463 \end_inset
464
465
466 \begin_inset Index idx
467 status collapsed
468
469 \begin_layout Plain Layout
470 Figures ! rotated
471 \end_layout
472
473 \end_inset
474
475 You can rotate images counter-clockwise by setting a rotation angle and
476  a rotation origin.
477  The image will also be rotated inside LyX.
478 \begin_inset Newline newline
479 \end_inset
480
481
482 \begin_inset Index idx
483 status collapsed
484
485 \begin_layout Plain Layout
486 Figures ! scaled
487 \end_layout
488
489 \end_inset
490
491 Images can be scaled by using a percentage value or by setting the width
492  and height explicitly.
493  If you set only the width or only the height, the other size will be determined
494  automatically.
495  If you set both, then the image will be transformed to the given size,
496  possibly distorting it.
497  To prevent the image from distortion, use the option 
498 \family sans
499 Maintain aspect ratio
500 \family default
501 .
502  The image will then be scaled so that its width and height don't exceed
503  the specified dimensions.
504 \begin_inset Newline newline
505 \end_inset
506
507 Images can be opened in a program of your choice by right-clicking on it
508  and choosing the entry 
509 \family sans
510 Edit
511 \begin_inset space ~
512 \end_inset
513
514 externally
515 \family default
516  in the context menu.
517  The program can be set for every image format in the file format settings
518  in LyX's preferences.
519 \end_layout
520
521 \begin_layout Description
522
523 \family sans
524 Clipping
525 \family default
526  Alternatively to the usage of scaling units it is possible to set image
527  coordinates to adjust the height and width of the image in the output.
528  The coordinates can also be calculated automatically by pressing the button
529  
530 \family sans
531 Get
532 \begin_inset space ~
533 \end_inset
534
535 from
536 \begin_inset space ~
537 \end_inset
538
539 File
540 \family default
541 .
542  The option 
543 \family sans
544 Clip
545 \begin_inset space ~
546 \end_inset
547
548 to
549 \begin_inset space ~
550 \end_inset
551
552 bounding
553 \begin_inset space ~
554 \end_inset
555
556 box
557 \family default
558  will only print the image region within the given coordinates.
559  Normally you don't need to worry about image coordinates and can ignore
560  this tab.
561 \end_layout
562
563 \begin_layout Description
564
565 \family sans
566 LaTeX
567 \begin_inset space ~
568 \end_inset
569
570 and
571 \begin_inset space ~
572 \end_inset
573
574 LyX
575 \begin_inset space ~
576 \end_inset
577
578 options
579 \family default
580  In this tab you can modify the appearance of the image within LyX and LaTeX
581  experts can specify additional LaTeX options.
582 \begin_inset Newline newline
583 \end_inset
584
585 The option 
586 \family sans
587 Draft
588 \begin_inset space ~
589 \end_inset
590
591 mode
592 \family default
593  makes the image appear in the output only as a frame with the size of the
594  image.
595 \begin_inset Newline newline
596 \end_inset
597
598 The 
599 \family sans
600 Don't
601 \begin_inset space ~
602 \end_inset
603
604 unzip
605 \begin_inset space ~
606 \end_inset
607
608 on
609 \begin_inset space ~
610 \end_inset
611
612 export
613 \family default
614  option only affects zipped EPS-graphics, e.
615 \begin_inset space \thinspace{}
616 \end_inset
617
618 g.
619 \begin_inset space \space{}
620 \end_inset
621
622
623 \emph on
624 x.eps.gz
625 \emph default
626 .
627  When the option is used the images will not be unzipped on export, since
628  LaTeX can handle them as they are.
629 \begin_inset Newline newline
630 \end_inset
631
632 Zipped EPS-graphics are useful to save disk space when you choose PostScript
633  as output format, see appendix
634 \begin_inset space ~
635 \end_inset
636
637
638 \begin_inset CommandInset ref
639 LatexCommand ref
640 reference "sec:PostScript"
641
642 \end_inset
643
644 .
645  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
646  console:
647 \begin_inset Newline newline
648 \end_inset
649
650
651 \series bold
652 gzip x.eps
653 \series default
654
655 \begin_inset Newline newline
656 \end_inset
657
658
659 \series bold
660 zgrep %%Bounding x.eps.gz > x.eps.bb
661 \series default
662
663 \begin_inset Newline newline
664 \end_inset
665
666 The second command creates the bounding box file 
667 \begin_inset Quotes eld
668 \end_inset
669
670 x.eps.bb
671 \begin_inset Quotes erd
672 \end_inset
673
674  that is needed by LaTeX for zipped graphics.
675 \begin_inset Newline newline
676 \end_inset
677
678 In the section 
679 \family sans
680 Graphics
681 \begin_inset space ~
682 \end_inset
683
684 Group
685 \family default
686  you can define or join an image settings group.
687 \begin_inset Index idx
688 status collapsed
689
690 \begin_layout Plain Layout
691 Figures ! Settings grouping
692 \end_layout
693
694 \end_inset
695
696  Images within such a group share their settings, so adjusting one image
697  of the group automatically also adjusts all other images of the group in
698  the same way.
699  So you can for example change the size for a bunch of images without the
700  need to manually change each of them.
701  Joining an existing group can also be done using the context menu of the
702  image by checking the name of the desired group.
703 \end_layout
704
705 \begin_layout Standard
706 \begin_inset VSpace bigskip
707 \end_inset
708
709
710 \end_layout
711
712 \begin_layout Standard
713 This is an example image in EPS format
714 \begin_inset Foot
715 status collapsed
716
717 \begin_layout Plain Layout
718 Image formats are explained in section
719 \begin_inset space ~
720 \end_inset
721
722
723 \begin_inset CommandInset ref
724 LatexCommand ref
725 reference "sec:Image-Formats"
726
727 \end_inset
728
729 .
730 \end_layout
731
732 \end_inset
733
734  within a separate, horizontally centered paragraph:
735 \end_layout
736
737 \begin_layout Standard
738 \align center
739 \begin_inset Graphics
740         filename clipart/mobius.eps
741         scale 70
742         scaleBeforeRotation
743         rotateOrigin center
744
745 \end_inset
746
747
748 \end_layout
749
750 \begin_layout Standard
751 This is the same image like the one above but in draft mode:
752 \end_layout
753
754 \begin_layout Standard
755 \align center
756 \begin_inset Graphics
757         filename clipart/mobius.eps
758         scale 70
759         draft
760         scaleBeforeRotation
761         rotateOrigin center
762
763 \end_inset
764
765
766 \end_layout
767
768 \begin_layout Standard
769 \begin_inset Newpage newpage
770 \end_inset
771
772
773 \end_layout
774
775 \begin_layout Section
776 Figure Floats
777 \begin_inset CommandInset label
778 LatexCommand label
779 name "sec:Figure-Floats"
780
781 \end_inset
782
783
784 \begin_inset Index idx
785 status collapsed
786
787 \begin_layout Plain Layout
788 Floats ! Figures
789 \end_layout
790
791 \end_inset
792
793
794 \begin_inset Index idx
795 status collapsed
796
797 \begin_layout Plain Layout
798 Figures ! Floats
799 \end_layout
800
801 \end_inset
802
803
804 \end_layout
805
806 \begin_layout Standard
807 For general explanations about floats, have a look at section
808 \begin_inset space ~
809 \end_inset
810
811
812 \begin_inset CommandInset ref
813 LatexCommand ref
814 reference "sec:FloatIntroduction"
815
816 \end_inset
817
818 .
819 \end_layout
820
821 \begin_layout Standard
822 The toolbar button 
823 \begin_inset Info
824 type  "icon"
825 arg   "float-insert figure"
826 \end_inset
827
828  and the menu 
829 \family sans
830 Insert\SpecialChar \menuseparator
831 Float\SpecialChar \menuseparator
832 Figure
833 \family default
834  inserts a float with a caption that has the label 
835 \begin_inset Quotes eld
836 \end_inset
837
838 Figure
839 \begin_inset space ~
840 \end_inset
841
842 #:
843 \begin_inset Quotes erd
844 \end_inset
845
846  (# is the actual number).
847  You can insert the image above the caption, like in Figure
848 \begin_inset space ~
849 \end_inset
850
851
852 \begin_inset CommandInset ref
853 LatexCommand ref
854 reference "fig:kill-plat"
855
856 \end_inset
857
858  or below the caption, like in Figure
859 \begin_inset space ~
860 \end_inset
861
862
863 \begin_inset CommandInset ref
864 LatexCommand ref
865 reference "fig:escher"
866
867 \end_inset
868
869 .
870  More about caption placement is described in section
871 \begin_inset space ~
872 \end_inset
873
874
875 \begin_inset CommandInset ref
876 LatexCommand ref
877 reference "sec:Caption-Placement"
878
879 \end_inset
880
881 .
882 \end_layout
883
884 \begin_layout Standard
885 \begin_inset Float figure
886 wide false
887 sideways false
888 status open
889
890 \begin_layout Plain Layout
891 \align center
892 \begin_inset Graphics
893         filename clipart/platypus.eps
894         width 50col%
895         scaleBeforeRotation
896         rotateOrigin center
897
898 \end_inset
899
900
901 \end_layout
902
903 \begin_layout Plain Layout
904 \begin_inset Caption Standard
905
906 \begin_layout Plain Layout
907 \begin_inset CommandInset label
908 LatexCommand label
909 name "fig:kill-plat"
910
911 \end_inset
912
913 A severely distorted platypus in a float.
914 \end_layout
915
916 \end_inset
917
918
919 \end_layout
920
921 \end_inset
922
923
924 \end_layout
925
926 \begin_layout Standard
927 \begin_inset Float figure
928 wide false
929 sideways false
930 status open
931
932 \begin_layout Plain Layout
933 \begin_inset Caption Standard
934
935 \begin_layout Plain Layout
936 \begin_inset CommandInset label
937 LatexCommand label
938 name "fig:escher"
939
940 \end_inset
941
942 M.C.
943  Escher on acid.
944 \end_layout
945
946 \end_inset
947
948
949 \end_layout
950
951 \begin_layout Plain Layout
952 \align center
953 \begin_inset Graphics
954         filename clipart/escher-lsd.eps
955         scale 80
956         scaleBeforeRotation
957         rotateOrigin center
958
959 \end_inset
960
961
962 \end_layout
963
964 \end_inset
965
966
967 \end_layout
968
969 \begin_layout Standard
970 \begin_inset Index idx
971 status collapsed
972
973 \begin_layout Plain Layout
974 References ! to Figures
975 \end_layout
976
977 \end_inset
978
979 Figure
980 \begin_inset space ~
981 \end_inset
982
983
984 \begin_inset CommandInset ref
985 LatexCommand ref
986 reference "fig:kill-plat"
987
988 \end_inset
989
990  and 
991 \begin_inset CommandInset ref
992 LatexCommand ref
993 reference "fig:escher"
994
995 \end_inset
996
997  are examples of referenced figures.
998  Figures can be referenced in the text by referencing their label.
999  To do this insert a label in the caption using the menu 
1000 \family sans
1001 Insert\SpecialChar \menuseparator
1002 Label
1003 \family default
1004  or the toolbar button 
1005 \begin_inset Info
1006 type  "icon"
1007 arg   "label-insert"
1008 \end_inset
1009
1010 .
1011  You can now refer to the label using the menu 
1012 \family sans
1013 Insert\SpecialChar \menuseparator
1014 Cross
1015 \begin_inset space ~
1016 \end_inset
1017
1018 reference
1019 \family default
1020  or the toolbar button 
1021 \begin_inset Info
1022 type  "icon"
1023 arg   "dialog-show-new-inset ref"
1024 \end_inset
1025
1026 .
1027  It is important to use references to floats, rather than using vague references
1028  like 
1029 \begin_inset Quotes eld
1030 \end_inset
1031
1032 the figure above
1033 \begin_inset Quotes erd
1034 \end_inset
1035
1036 , because LaTeX will reposition the floats in the final document and it
1037  might not be 
1038 \begin_inset Quotes eld
1039 \end_inset
1040
1041 above
1042 \begin_inset Quotes erd
1043 \end_inset
1044
1045  at all.
1046 \begin_inset Newline newline
1047 \end_inset
1048
1049 Referencing is explained in detail in section
1050 \begin_inset space ~
1051 \end_inset
1052
1053
1054 \begin_inset CommandInset ref
1055 LatexCommand ref
1056 reference "sec:Referencing-Floats"
1057
1058 \end_inset
1059
1060 .
1061 \end_layout
1062
1063 \begin_layout Standard
1064 Normally only one image is inserted to a figure float, but sometimes you
1065  might want to use two images with separate subcaptions.
1066  This can be done by inserting image floats into existing image floats.
1067  Note that only the main caption of the float is added to the List of Figures.
1068  Figure
1069 \begin_inset space ~
1070 \end_inset
1071
1072
1073 \begin_inset CommandInset ref
1074 LatexCommand ref
1075 reference "fig:Two-distorted-images"
1076
1077 \end_inset
1078
1079  is an example of a figure float with two images set side by side.
1080  You can also set the images one below the other.
1081  Figure
1082 \begin_inset space ~
1083 \end_inset
1084
1085
1086 \begin_inset CommandInset ref
1087 LatexCommand ref
1088 reference "fig:Undefinable-structure"
1089
1090 \end_inset
1091
1092  and 
1093 \begin_inset CommandInset ref
1094 LatexCommand ref
1095 reference "fig:A-Platypus"
1096
1097 \end_inset
1098
1099  are the subfigures.
1100 \end_layout
1101
1102 \begin_layout Standard
1103 \begin_inset Float figure
1104 wide false
1105 sideways false
1106 status open
1107
1108 \begin_layout Plain Layout
1109 \begin_inset space \hfill{}
1110 \end_inset
1111
1112
1113 \begin_inset Float figure
1114 wide false
1115 sideways false
1116 status collapsed
1117
1118 \begin_layout Plain Layout
1119 \begin_inset Caption Standard
1120
1121 \begin_layout Plain Layout
1122 \begin_inset CommandInset label
1123 LatexCommand label
1124 name "fig:Undefinable-structure"
1125
1126 \end_inset
1127
1128 Undefinable structure.
1129 \end_layout
1130
1131 \end_inset
1132
1133
1134 \end_layout
1135
1136 \begin_layout Plain Layout
1137 \begin_inset Graphics
1138         filename clipart/escher-lsd.eps
1139         width 45col%
1140         scaleBeforeRotation
1141         groupId distorted
1142
1143 \end_inset
1144
1145
1146 \end_layout
1147
1148 \end_inset
1149
1150
1151 \begin_inset space \hfill{}
1152 \end_inset
1153
1154
1155 \begin_inset Float figure
1156 wide false
1157 sideways false
1158 status collapsed
1159
1160 \begin_layout Plain Layout
1161 \begin_inset Caption Standard
1162
1163 \begin_layout Plain Layout
1164 \begin_inset CommandInset label
1165 LatexCommand label
1166 name "fig:A-Platypus"
1167
1168 \end_inset
1169
1170 A Platypus.
1171 \end_layout
1172
1173 \end_inset
1174
1175
1176 \end_layout
1177
1178 \begin_layout Plain Layout
1179 \begin_inset Graphics
1180         filename clipart/platypus.eps
1181         width 45col%
1182         scaleBeforeRotation
1183         groupId distorted
1184
1185 \end_inset
1186
1187
1188 \end_layout
1189
1190 \end_inset
1191
1192
1193 \begin_inset space \hfill{}
1194 \end_inset
1195
1196
1197 \end_layout
1198
1199 \begin_layout Plain Layout
1200 \begin_inset Caption Standard
1201
1202 \begin_layout Plain Layout
1203 \begin_inset CommandInset label
1204 LatexCommand label
1205 name "fig:Two-distorted-images"
1206
1207 \end_inset
1208
1209
1210 \begin_inset CommandInset label
1211 LatexCommand label
1212 name "fig2:Two-distorted-images-2"
1213
1214 \end_inset
1215
1216 Two distorted images.
1217  Both images are in the image settings group named 
1218 \begin_inset Quotes eld
1219 \end_inset
1220
1221 distorted
1222 \begin_inset Quotes erd
1223 \end_inset
1224
1225 .
1226 \end_layout
1227
1228 \end_inset
1229
1230
1231 \end_layout
1232
1233 \end_inset
1234
1235
1236 \end_layout
1237
1238 \begin_layout Standard
1239 \begin_inset Newpage newpage
1240 \end_inset
1241
1242
1243 \end_layout
1244
1245 \begin_layout Section
1246 Image Formats
1247 \begin_inset CommandInset label
1248 LatexCommand label
1249 name "sec:Image-Formats"
1250
1251 \end_inset
1252
1253
1254 \begin_inset Index idx
1255 status collapsed
1256
1257 \begin_layout Plain Layout
1258 Image Formats
1259 \end_layout
1260
1261 \end_inset
1262
1263
1264 \begin_inset Index idx
1265 status collapsed
1266
1267 \begin_layout Plain Layout
1268 Figures ! Image Formats
1269 \end_layout
1270
1271 \end_inset
1272
1273
1274 \end_layout
1275
1276 \begin_layout Standard
1277 You can insert images in any known file format.
1278  But as explained in appendix
1279 \begin_inset space ~
1280 \end_inset
1281
1282
1283 \begin_inset CommandInset ref
1284 LatexCommand ref
1285 reference "cha:Output-File-Formats"
1286
1287 \end_inset
1288
1289 , each output document format allows only a few image formats.
1290  LyX uses therefore the program 
1291 \family typewriter
1292 ImageMagick
1293 \family default
1294  in the background to convert the images to the right format.
1295  To increase your work flow by avoiding these conversions in the background,
1296  you could choose to use only the image formats that can directly be embedded
1297  in the output file format.
1298  The output file formats are explained in appendix
1299 \begin_inset space ~
1300 \end_inset
1301
1302
1303 \begin_inset CommandInset ref
1304 LatexCommand ref
1305 reference "cha:Output-File-Formats"
1306
1307 \end_inset
1308
1309 .
1310 \end_layout
1311
1312 \begin_layout Standard
1313 Similar to fonts there are two types of image formats:
1314 \end_layout
1315
1316 \begin_layout Description
1317 Bitmap
1318 \begin_inset space ~
1319 \end_inset
1320
1321 images consist of pixel values, often in a compressed form.
1322  They are therefore not fully scalable and look pixelated in large zooms.
1323  Well-known bitmap image formats are 
1324 \begin_inset Quotes eld
1325 \end_inset
1326
1327 Graphics Interchange Format
1328 \begin_inset Quotes erd
1329 \end_inset
1330
1331  (GIF, file extension 
1332 \begin_inset Quotes eld
1333 \end_inset
1334
1335
1336 \family typewriter
1337 .gif
1338 \family default
1339
1340 \begin_inset Quotes erd
1341 \end_inset
1342
1343 )
1344 \begin_inset Index idx
1345 status collapsed
1346
1347 \begin_layout Plain Layout
1348 GIF|see
1349 \begin_inset ERT
1350 status collapsed
1351
1352 \begin_layout Plain Layout
1353
1354 {
1355 \end_layout
1356
1357 \end_inset
1358
1359 Image formats
1360 \begin_inset ERT
1361 status collapsed
1362
1363 \begin_layout Plain Layout
1364
1365 }
1366 \end_layout
1367
1368 \end_inset
1369
1370
1371 \end_layout
1372
1373 \end_inset
1374
1375
1376 \begin_inset Quotes eld
1377 \end_inset
1378
1379 Portable Network Graphics
1380 \begin_inset Quotes erd
1381 \end_inset
1382
1383  (PNG, file extension 
1384 \begin_inset Quotes eld
1385 \end_inset
1386
1387
1388 \family typewriter
1389 .png
1390 \family default
1391
1392 \begin_inset Quotes erd
1393 \end_inset
1394
1395 )
1396 \begin_inset Index idx
1397 status collapsed
1398
1399 \begin_layout Plain Layout
1400 PNG|see
1401 \begin_inset ERT
1402 status collapsed
1403
1404 \begin_layout Plain Layout
1405
1406 {
1407 \end_layout
1408
1409 \end_inset
1410
1411 Image formats
1412 \begin_inset ERT
1413 status collapsed
1414
1415 \begin_layout Plain Layout
1416
1417 }
1418 \end_layout
1419
1420 \end_inset
1421
1422
1423 \end_layout
1424
1425 \end_inset
1426
1427 , and 
1428 \begin_inset Quotes eld
1429 \end_inset
1430
1431 Joint Photographic Experts Group
1432 \begin_inset Quotes erd
1433 \end_inset
1434
1435  (JPG, file extension 
1436 \begin_inset Quotes eld
1437 \end_inset
1438
1439
1440 \family typewriter
1441 .jpg
1442 \family default
1443
1444 \begin_inset Quotes erd
1445 \end_inset
1446
1447  or 
1448 \begin_inset Quotes eld
1449 \end_inset
1450
1451
1452 \family typewriter
1453 .jpeg
1454 \family default
1455
1456 \begin_inset Quotes erd
1457 \end_inset
1458
1459 )
1460 \begin_inset Index idx
1461 status collapsed
1462
1463 \begin_layout Plain Layout
1464 JPG|see
1465 \begin_inset ERT
1466 status collapsed
1467
1468 \begin_layout Plain Layout
1469
1470 {
1471 \end_layout
1472
1473 \end_inset
1474
1475 Image formats
1476 \begin_inset ERT
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480
1481 }
1482 \end_layout
1483
1484 \end_inset
1485
1486
1487 \end_layout
1488
1489 \end_inset
1490
1491 .
1492 \end_layout
1493
1494 \begin_layout Description
1495 Vector
1496 \begin_inset space ~
1497 \end_inset
1498
1499 images consist of vectors and can therefore be scaled to any size without
1500  data loss.
1501  The scaling ability is necessary if you want to create presentations, because
1502  presentations are always scaled by the video projector.
1503  Scaling is also useful for online documents to let the user zoom into diagrams.
1504 \begin_inset Newline newline
1505 \end_inset
1506
1507 Well-known scalable image formats are 
1508 \begin_inset Quotes eld
1509 \end_inset
1510
1511 Scalable Vector Graphics
1512 \begin_inset Quotes erd
1513 \end_inset
1514
1515  (SVG, file extension 
1516 \begin_inset Quotes eld
1517 \end_inset
1518
1519
1520 \family typewriter
1521 .svg
1522 \family default
1523
1524 \begin_inset Quotes erd
1525 \end_inset
1526
1527 )
1528 \begin_inset Index idx
1529 status collapsed
1530
1531 \begin_layout Plain Layout
1532 SVG|see
1533 \begin_inset ERT
1534 status collapsed
1535
1536 \begin_layout Plain Layout
1537
1538 {
1539 \end_layout
1540
1541 \end_inset
1542
1543 Image formats
1544 \begin_inset ERT
1545 status collapsed
1546
1547 \begin_layout Plain Layout
1548
1549 }
1550 \end_layout
1551
1552 \end_inset
1553
1554
1555 \end_layout
1556
1557 \end_inset
1558
1559
1560 \begin_inset Quotes eld
1561 \end_inset
1562
1563 Encapsulated PostScript
1564 \begin_inset Quotes erd
1565 \end_inset
1566
1567  (EPS, file extension 
1568 \begin_inset Quotes eld
1569 \end_inset
1570
1571
1572 \family typewriter
1573 .eps
1574 \family default
1575
1576 \begin_inset Quotes erd
1577 \end_inset
1578
1579 )
1580 \begin_inset Index idx
1581 status collapsed
1582
1583 \begin_layout Plain Layout
1584 EPS|see
1585 \begin_inset ERT
1586 status collapsed
1587
1588 \begin_layout Plain Layout
1589
1590 {
1591 \end_layout
1592
1593 \end_inset
1594
1595 Image formats
1596 \begin_inset ERT
1597 status collapsed
1598
1599 \begin_layout Plain Layout
1600
1601 }
1602 \end_layout
1603
1604 \end_inset
1605
1606
1607 \end_layout
1608
1609 \end_inset
1610
1611
1612 \begin_inset Quotes eld
1613 \end_inset
1614
1615 Portable Document Format
1616 \begin_inset Quotes erd
1617 \end_inset
1618
1619  (PDF, file extension 
1620 \begin_inset Quotes eld
1621 \end_inset
1622
1623
1624 \family typewriter
1625 .pdf
1626 \family default
1627
1628 \begin_inset Quotes erd
1629 \end_inset
1630
1631 )
1632 \begin_inset Index idx
1633 status collapsed
1634
1635 \begin_layout Plain Layout
1636 PDF
1637 \end_layout
1638
1639 \end_inset
1640
1641 , and 
1642 \begin_inset Quotes eld
1643 \end_inset
1644
1645 Windows Metafile
1646 \begin_inset Quotes erd
1647 \end_inset
1648
1649  (WMF, file extension 
1650 \begin_inset Quotes eld
1651 \end_inset
1652
1653
1654 \family typewriter
1655 .wmf
1656 \family default
1657
1658 \begin_inset Quotes erd
1659 \end_inset
1660
1661 )
1662 \begin_inset Index idx
1663 status collapsed
1664
1665 \begin_layout Plain Layout
1666 SVG|see
1667 \begin_inset ERT
1668 status collapsed
1669
1670 \begin_layout Plain Layout
1671
1672 {
1673 \end_layout
1674
1675 \end_inset
1676
1677 Image formats
1678 \begin_inset ERT
1679 status collapsed
1680
1681 \begin_layout Plain Layout
1682
1683 }
1684 \end_layout
1685
1686 \end_inset
1687
1688
1689 \end_layout
1690
1691 \end_inset
1692
1693 .
1694  We wrote 
1695 \begin_inset Quotes eld
1696 \end_inset
1697
1698 can be
1699 \begin_inset Quotes erd
1700 \end_inset
1701
1702 , because you can convert any bitmap image to a PDF or EPS-image and the
1703  result will still be a bitmap image.
1704  In such cases only a header with the image properties is added to the original
1705  image
1706 \begin_inset Foot
1707 status collapsed
1708
1709 \begin_layout Plain Layout
1710 In the case of PDF, the original image is additionally compressed.
1711 \end_layout
1712
1713 \end_inset
1714
1715 .
1716  The PDF-files generated by 
1717 \family typewriter
1718 Adobe Photoshop
1719 \family default
1720  are for example bitmap images.
1721 \end_layout
1722
1723 \begin_layout Standard
1724 Normally it is not possible to convert a bitmap image into a scalable one,
1725  only vice versa.
1726  Only the image formats PDF and EPS can directly be embedded to PDF and
1727  PostScript output files, respectively.
1728  SVG and WMF-images are recalculated to bitmaps when the output file is
1729  generated because there is currently no adequate WMF/SVG
1730 \begin_inset Formula $\to$
1731 \end_inset
1732
1733 PDF/EPS converter available.
1734 \end_layout
1735
1736 \begin_layout Chapter
1737 Tables
1738 \begin_inset Index idx
1739 status collapsed
1740
1741 \begin_layout Plain Layout
1742 Table
1743 \end_layout
1744
1745 \end_inset
1746
1747
1748 \end_layout
1749
1750 \begin_layout Section
1751 Introduction
1752 \begin_inset Index idx
1753 status collapsed
1754
1755 \begin_layout Plain Layout
1756 Table ! Introduction
1757 \end_layout
1758
1759 \end_inset
1760
1761
1762 \end_layout
1763
1764 \begin_layout Standard
1765 You can insert a table using either the toolbar button 
1766 \begin_inset Info
1767 type  "icon"
1768 arg   "tabular-insert"
1769 \end_inset
1770
1771  or the menu 
1772 \family sans
1773 Insert\SpecialChar \menuseparator
1774 Table
1775 \family default
1776 .
1777  The toolbar button offers you a graphical selection: move the mouse to
1778  set the column/row number of the table that should be created and then
1779  press a mouse button.
1780  When you use the menu to create a table, a dialog will appear, asking you
1781  for the number of rows and columns.
1782 \begin_inset Newline newline
1783 \end_inset
1784
1785  The default table has lines around any cell and the first row appears separated
1786  from the rest of the table.
1787  This separation occurs due to a double line: The cells of the first row
1788  have a line below them and the cells of the second row have a line above
1789  them.
1790  Here is an example table:
1791 \end_layout
1792
1793 \begin_layout Standard
1794 \align center
1795 \begin_inset Tabular
1796 <lyxtabular version="3" rows="4" columns="4">
1797 <features rotate="0" tabularvalignment="middle">
1798 <column alignment="center" valignment="top">
1799 <column alignment="center" valignment="top">
1800 <column alignment="center" valignment="top">
1801 <column alignment="center" valignment="top">
1802 <row>
1803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Plain Layout
1807
1808 \end_layout
1809
1810 \end_inset
1811 </cell>
1812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816
1817 \family roman
1818 \series medium
1819 \shape up
1820 \size normal
1821 \emph off
1822 \bar no
1823 \noun off
1824 \color none
1825 1
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1831 \begin_inset Text
1832
1833 \begin_layout Plain Layout
1834 2
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843 3
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 </row>
1849 <row>
1850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854
1855 \family roman
1856 \series medium
1857 \shape up
1858 \size normal
1859 \emph off
1860 \bar no
1861 \noun off
1862 \color none
1863 A
1864 \end_layout
1865
1866 \end_inset
1867 </cell>
1868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1869 \begin_inset Text
1870
1871 \begin_layout Plain Layout
1872
1873 \end_layout
1874
1875 \end_inset
1876 </cell>
1877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881
1882 \end_layout
1883
1884 \end_inset
1885 </cell>
1886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 </row>
1896 <row>
1897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1898 \begin_inset Text
1899
1900 \begin_layout Plain Layout
1901
1902 \family roman
1903 \series medium
1904 \shape up
1905 \size normal
1906 \emph off
1907 \bar no
1908 \noun off
1909 \color none
1910 B
1911 \end_layout
1912
1913 \end_inset
1914 </cell>
1915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1916 \begin_inset Text
1917
1918 \begin_layout Plain Layout
1919
1920 \end_layout
1921
1922 \end_inset
1923 </cell>
1924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1925 \begin_inset Text
1926
1927 \begin_layout Plain Layout
1928
1929 \end_layout
1930
1931 \end_inset
1932 </cell>
1933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1934 \begin_inset Text
1935
1936 \begin_layout Plain Layout
1937
1938 \end_layout
1939
1940 \end_inset
1941 </cell>
1942 </row>
1943 <row>
1944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1945 \begin_inset Text
1946
1947 \begin_layout Plain Layout
1948
1949 \family roman
1950 \series medium
1951 \shape up
1952 \size normal
1953 \emph off
1954 \bar no
1955 \noun off
1956 \color none
1957 C
1958 \end_layout
1959
1960 \end_inset
1961 </cell>
1962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1963 \begin_inset Text
1964
1965 \begin_layout Plain Layout
1966
1967 \end_layout
1968
1969 \end_inset
1970 </cell>
1971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1972 \begin_inset Text
1973
1974 \begin_layout Plain Layout
1975
1976 \end_layout
1977
1978 \end_inset
1979 </cell>
1980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1981 \begin_inset Text
1982
1983 \begin_layout Plain Layout
1984
1985 \end_layout
1986
1987 \end_inset
1988 </cell>
1989 </row>
1990 </lyxtabular>
1991
1992 \end_inset
1993
1994
1995 \end_layout
1996
1997 \begin_layout Section
1998 Table Dialog
1999 \begin_inset Index idx
2000 status collapsed
2001
2002 \begin_layout Plain Layout
2003 Table ! Dialog
2004 \end_layout
2005
2006 \end_inset
2007
2008
2009 \end_layout
2010
2011 \begin_layout Standard
2012 You can alter a table by clicking on it with the right mouse button, which
2013  brings up the table dialog.
2014  Here you can adjust the settings of that cell and row/column respectively
2015  where the cursor is currently placed.
2016  Most of the dialog options also work on selections.
2017  This means if you select more cells, columns or rows, the action is done
2018  for the whole selection.
2019  Note that there is a difference between selecting the 
2020 \emph on
2021 contents
2022 \emph default
2023  of the cell, and the cell itself.
2024 \begin_inset Newline newline
2025 \end_inset
2026
2027 With the dialog option 
2028 \family sans
2029 Immediate
2030 \begin_inset space ~
2031 \end_inset
2032
2033 Apply
2034 \family default
2035  every change you make in the dialog is directly applied.
2036  If you move the cursor to another table cell the dialog will then also
2037  be updated with the parameters of the new cell.
2038  If you change length values in the dialog you must press return to get
2039  the change applied.
2040 \begin_inset Newline newline
2041 \end_inset
2042
2043 You can alter tables with the following tabs of the table dialog:
2044 \end_layout
2045
2046 \begin_layout Description
2047
2048 \family sans
2049 Table
2050 \begin_inset space ~
2051 \end_inset
2052
2053 Settings
2054 \family default
2055  Here you can set the table width
2056 \begin_inset Index idx
2057 status collapsed
2058
2059 \begin_layout Plain Layout
2060 Table ! Width
2061 \end_layout
2062
2063 \end_inset
2064
2065 , and the horizontal alignment and the width of the current column.
2066  The alignment 
2067 \family sans
2068 At
2069 \begin_inset space ~
2070 \end_inset
2071
2072 Decimal
2073 \begin_inset space ~
2074 \end_inset
2075
2076 Separator
2077 \family default
2078  is described in section
2079 \begin_inset space ~
2080 \end_inset
2081
2082
2083 \begin_inset CommandInset ref
2084 LatexCommand ref
2085 reference "sub:Special-Cell-Alignment"
2086
2087 \end_inset
2088
2089 .
2090  When you have set a width you can also adjust the vertical alignment of
2091  the current row.
2092  A given width will allow the cell to have line breaks and multiple paragraphs
2093  of text, see sec.
2094 \begin_inset space \thinspace{}
2095 \end_inset
2096
2097
2098 \begin_inset CommandInset ref
2099 LatexCommand ref
2100 reference "sub:Multiple-Lines-in"
2101
2102 \end_inset
2103
2104 .
2105  If you set no width, the column is as wide as the content of its widest
2106  cell.
2107 \begin_inset Newline newline
2108 \end_inset
2109
2110 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2111  cell, see sec.
2112 \begin_inset space \thinspace{}
2113 \end_inset
2114
2115
2116 \begin_inset CommandInset ref
2117 LatexCommand ref
2118 reference "sub:Multicolumns"
2119
2120 \end_inset
2121
2122  or the cells of one column as multirow cell, see sec.
2123 \begin_inset space \thinspace{}
2124 \end_inset
2125
2126
2127 \begin_inset CommandInset ref
2128 LatexCommand ref
2129 reference "sub:Multirows"
2130
2131 \end_inset
2132
2133 .
2134 \begin_inset Newline newline
2135 \end_inset
2136
2137 The rotate check boxes rotate the current cell, a selection, or the whole
2138  table counter-clockwise by 90
2139 \begin_inset space \thinspace{}
2140 \end_inset
2141
2142 °.
2143  The rotation is not shown within LyX, only in the output.
2144  For more information see sec.
2145 \begin_inset space \thinspace{}
2146 \end_inset
2147
2148
2149 \begin_inset CommandInset ref
2150 LatexCommand ref
2151 reference "sec:Rotated-Table-Cells"
2152
2153 \end_inset
2154
2155 .
2156 \begin_inset Newline newline
2157 \end_inset
2158
2159
2160 \begin_inset Note Greyedout
2161 status open
2162
2163 \begin_layout Plain Layout
2164
2165 \series bold
2166 Note:
2167 \series default
2168  Not all DVI-viewers are able to display rotations.
2169 \end_layout
2170
2171 \end_inset
2172
2173
2174 \begin_inset Newline newline
2175 \end_inset
2176
2177 The table-wide vertical alignment is used for tables within text lines:
2178 \begin_inset Newline newline
2179 \end_inset
2180
2181 A line with tables with different alignments: 
2182 \begin_inset Tabular
2183 <lyxtabular version="3" rows="2" columns="2">
2184 <features rotate="0" tabularvalignment="top">
2185 <column alignment="center" valignment="top" width="0pt">
2186 <column alignment="center" valignment="top">
2187 <row>
2188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2189 \begin_inset Text
2190
2191 \begin_layout Plain Layout
2192
2193 \end_layout
2194
2195 \end_inset
2196 </cell>
2197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2198 \begin_inset Text
2199
2200 \begin_layout Plain Layout
2201
2202 \family roman
2203 \series medium
2204 \shape up
2205 \size normal
2206 \emph off
2207 \bar no
2208 \noun off
2209 \color none
2210 1
2211 \end_layout
2212
2213 \end_inset
2214 </cell>
2215 </row>
2216 <row>
2217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2218 \begin_inset Text
2219
2220 \begin_layout Plain Layout
2221
2222 \family roman
2223 \series medium
2224 \shape up
2225 \size normal
2226 \emph off
2227 \bar no
2228 \noun off
2229 \color none
2230 A
2231 \end_layout
2232
2233 \end_inset
2234 </cell>
2235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2236 \begin_inset Text
2237
2238 \begin_layout Plain Layout
2239
2240 \end_layout
2241
2242 \end_inset
2243 </cell>
2244 </row>
2245 </lyxtabular>
2246
2247 \end_inset
2248
2249  
2250 \begin_inset Tabular
2251 <lyxtabular version="3" rows="2" columns="2">
2252 <features rotate="0" tabularvalignment="middle">
2253 <column alignment="center" valignment="top">
2254 <column alignment="center" valignment="top">
2255 <row>
2256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2257 \begin_inset Text
2258
2259 \begin_layout Plain Layout
2260
2261 \end_layout
2262
2263 \end_inset
2264 </cell>
2265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2266 \begin_inset Text
2267
2268 \begin_layout Plain Layout
2269
2270 \family roman
2271 \series medium
2272 \shape up
2273 \size normal
2274 \emph off
2275 \bar no
2276 \noun off
2277 \color none
2278 1
2279 \end_layout
2280
2281 \end_inset
2282 </cell>
2283 </row>
2284 <row>
2285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2286 \begin_inset Text
2287
2288 \begin_layout Plain Layout
2289
2290 \family roman
2291 \series medium
2292 \shape up
2293 \size normal
2294 \emph off
2295 \bar no
2296 \noun off
2297 \color none
2298 A
2299 \end_layout
2300
2301 \end_inset
2302 </cell>
2303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2304 \begin_inset Text
2305
2306 \begin_layout Plain Layout
2307
2308 \end_layout
2309
2310 \end_inset
2311 </cell>
2312 </row>
2313 </lyxtabular>
2314
2315 \end_inset
2316
2317  
2318 \begin_inset Tabular
2319 <lyxtabular version="3" rows="2" columns="2">
2320 <features rotate="0" tabularvalignment="bottom">
2321 <column alignment="center" valignment="top" width="0pt">
2322 <column alignment="center" valignment="top">
2323 <row>
2324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2325 \begin_inset Text
2326
2327 \begin_layout Plain Layout
2328
2329 \end_layout
2330
2331 \end_inset
2332 </cell>
2333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2334 \begin_inset Text
2335
2336 \begin_layout Plain Layout
2337
2338 \family roman
2339 \series medium
2340 \shape up
2341 \size normal
2342 \emph off
2343 \bar no
2344 \noun off
2345 \color none
2346 1
2347 \end_layout
2348
2349 \end_inset
2350 </cell>
2351 </row>
2352 <row>
2353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2354 \begin_inset Text
2355
2356 \begin_layout Plain Layout
2357
2358 \family roman
2359 \series medium
2360 \shape up
2361 \size normal
2362 \emph off
2363 \bar no
2364 \noun off
2365 \color none
2366 A
2367 \end_layout
2368
2369 \end_inset
2370 </cell>
2371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2372 \begin_inset Text
2373
2374 \begin_layout Plain Layout
2375
2376 \end_layout
2377
2378 \end_inset
2379 </cell>
2380 </row>
2381 </lyxtabular>
2382
2383 \end_inset
2384
2385
2386 \begin_inset Newline newline
2387 \end_inset
2388
2389 It is also possible to enter a LaTeX-argument which is needed for special
2390  table formattings, see sec.
2391 \begin_inset space \thinspace{}
2392 \end_inset
2393
2394
2395 \begin_inset CommandInset ref
2396 LatexCommand ref
2397 reference "sub:Multicolumn-Calculations"
2398
2399 \end_inset
2400
2401  and 
2402 \begin_inset CommandInset ref
2403 LatexCommand ref
2404 reference "sec:Colored-Tables"
2405
2406 \end_inset
2407
2408 .
2409 \end_layout
2410
2411 \begin_layout Description
2412
2413 \family sans
2414 Borders
2415 \family default
2416  In this tab you can add and delete border lines for the current row/column.
2417 \begin_inset Newline newline
2418 \end_inset
2419
2420 Using the style option 
2421 \family sans
2422 Formal
2423 \family default
2424  will convert the table to a formal table as described in sec.
2425 \begin_inset space \thinspace{}
2426 \end_inset
2427
2428
2429 \begin_inset CommandInset ref
2430 LatexCommand ref
2431 reference "sec:Formal-Tables"
2432
2433 \end_inset
2434
2435 .
2436 \begin_inset Newline newline
2437 \end_inset
2438
2439 You can also add space here to table rows as described in sec.
2440 \begin_inset space \thinspace{}
2441 \end_inset
2442
2443
2444 \begin_inset CommandInset ref
2445 LatexCommand ref
2446 reference "sub:Row-Spacing"
2447
2448 \end_inset
2449
2450 .
2451 \end_layout
2452
2453 \begin_layout Description
2454
2455 \family sans
2456 Longtable
2457 \family default
2458  This tab is to make a table a so called 
2459 \begin_inset Quotes eld
2460 \end_inset
2461
2462
2463 \emph on
2464 longtable
2465 \emph default
2466
2467 \begin_inset Quotes erd
2468 \end_inset
2469
2470  that can run over several pages.
2471  Sections
2472 \begin_inset space ~
2473 \end_inset
2474
2475
2476 \begin_inset CommandInset ref
2477 LatexCommand ref
2478 reference "sec:Longtables"
2479
2480 \end_inset
2481
2482  and 
2483 \begin_inset CommandInset ref
2484 LatexCommand ref
2485 reference "sec:Special-Longtable-Issues"
2486
2487 \end_inset
2488
2489  describe the longtable features in detail.
2490 \end_layout
2491
2492 \begin_layout Section
2493 Table Toolbar
2494 \begin_inset Index idx
2495 status collapsed
2496
2497 \begin_layout Plain Layout
2498 Table ! Toolbar
2499 \end_layout
2500
2501 \end_inset
2502
2503
2504 \end_layout
2505
2506 \begin_layout Standard
2507 The table toolbar is an alternative to the table dialog to be able to alter
2508  tables faster.
2509  It should normally appear at the bottom of LyX's main window when the cursor
2510  is inside a table.
2511  You can alternatively switch it on to appear always, by right-clicking
2512  in LyX's main menu bar.
2513 \end_layout
2514
2515 \begin_layout Standard
2516 The toolbar has the following icons:
2517 \end_layout
2518
2519 \begin_layout Labeling
2520 \labelwidthstring 00.00.0000
2521 \begin_inset Info
2522 type  "icon"
2523 arg   "inset-modify tabular append-row"
2524 \end_inset
2525
2526  adds a row below the current cell or selection
2527 \end_layout
2528
2529 \begin_layout Labeling
2530 \labelwidthstring 00.00.0000
2531 \begin_inset Info
2532 type  "icon"
2533 arg   "inset-modify tabular append-column"
2534 \end_inset
2535
2536  adds a column right beside the current cell or selection
2537 \end_layout
2538
2539 \begin_layout Labeling
2540 \labelwidthstring 00.00.0000
2541 \begin_inset Info
2542 type  "icon"
2543 arg   "inset-modify tabular delete-row"
2544 \end_inset
2545
2546  deletes the current row or selection
2547 \end_layout
2548
2549 \begin_layout Labeling
2550 \labelwidthstring 00.00.0000
2551 \begin_inset Info
2552 type  "icon"
2553 arg   "inset-modify tabular delete-column"
2554 \end_inset
2555
2556  deletes the current column or selection
2557 \end_layout
2558
2559 \begin_layout Labeling
2560 \labelwidthstring 00.00.0000
2561 \begin_inset Info
2562 type  "icon"
2563 arg   "inset-modify tabular toggle-line-top"
2564 \end_inset
2565
2566  adds a line at the top of the current cell / row or of a selection
2567 \end_layout
2568
2569 \begin_layout Labeling
2570 \labelwidthstring 00.00.0000
2571 \begin_inset Info
2572 type  "icon"
2573 arg   "inset-modify tabular toggle-line-bottom"
2574 \end_inset
2575
2576  adds a line at the bottom of the current cell / row or of a selection
2577 \end_layout
2578
2579 \begin_layout Labeling
2580 \labelwidthstring 00.00.0000
2581 \begin_inset Info
2582 type  "icon"
2583 arg   "inset-modify tabular toggle-line-left"
2584 \end_inset
2585
2586  adds a line at the left side of the current cell / row or of a selection
2587 \end_layout
2588
2589 \begin_layout Labeling
2590 \labelwidthstring 00.00.0000
2591 \begin_inset Info
2592 type  "icon"
2593 arg   "inset-modify tabular toggle-line-right"
2594 \end_inset
2595
2596  adds a line at the right side of the current cell / row or of a selection
2597 \end_layout
2598
2599 \begin_layout Labeling
2600 \labelwidthstring 00.00.0000
2601 \begin_inset Info
2602 type  "icon"
2603 arg   "inset-modify tabular set-all-lines"
2604 \end_inset
2605
2606  adds lines around the current or selected cells - if the current cell no
2607  multicolumn cell this also affects the current row and column
2608 \end_layout
2609
2610 \begin_layout Labeling
2611 \labelwidthstring 00.00.0000
2612 \begin_inset Info
2613 type  "icon"
2614 arg   "inset-modify tabular unset-all-lines"
2615 \end_inset
2616
2617  deletes all lines of the current or selected cells - if the current cell
2618  no multicolumn cell this also affects the current row and column
2619 \end_layout
2620
2621 \begin_layout Labeling
2622 \labelwidthstring 00.00.0000
2623 \begin_inset Info
2624 type  "icon"
2625 arg   "inset-modify tabular m-align-left"
2626 \end_inset
2627
2628  left-aligns the content of the current cell / column
2629 \end_layout
2630
2631 \begin_layout Labeling
2632 \labelwidthstring 00.00.0000
2633 \begin_inset Info
2634 type  "icon"
2635 arg   "inset-modify tabular m-align-center"
2636 \end_inset
2637
2638  centers the content of the current cell / column horizontally
2639 \end_layout
2640
2641 \begin_layout Labeling
2642 \labelwidthstring 00.00.0000
2643 \begin_inset Info
2644 type  "icon"
2645 arg   "inset-modify tabular m-align-right"
2646 \end_inset
2647
2648  right-aligns the content of the current cell / column
2649 \end_layout
2650
2651 \begin_layout Labeling
2652 \labelwidthstring 00.00.0000
2653 \begin_inset Info
2654 type  "icon"
2655 arg   "inset-modify tabular align-decimal"
2656 \end_inset
2657
2658  aligns the content of the current column at a character
2659 \end_layout
2660
2661 \begin_layout Labeling
2662 \labelwidthstring 00.00.0000
2663 \begin_inset Info
2664 type  "icon"
2665 arg   "inset-modify tabular m-valign-top"
2666 \end_inset
2667
2668  aligns the content of the current cell vertically to the top
2669 \end_layout
2670
2671 \begin_layout Labeling
2672 \labelwidthstring 00.00.0000
2673 \begin_inset Info
2674 type  "icon"
2675 arg   "inset-modify tabular m-valign-middle"
2676 \end_inset
2677
2678  centers the content of the current cell vertically
2679 \end_layout
2680
2681 \begin_layout Labeling
2682 \labelwidthstring 00.00.0000
2683 \begin_inset Info
2684 type  "icon"
2685 arg   "inset-modify tabular m-valign-bottom"
2686 \end_inset
2687
2688  aligns the content of the current cell vertically to the bottom
2689 \end_layout
2690
2691 \begin_layout Labeling
2692 \labelwidthstring 00.00.0000
2693 \begin_inset Info
2694 type  "icon"
2695 arg   "inset-modify tabular set-rotate-cell"
2696 \end_inset
2697
2698  rotates the current cell or selection counter-clockwise by 90°
2699 \end_layout
2700
2701 \begin_layout Labeling
2702 \labelwidthstring 00.00.0000
2703 \begin_inset Info
2704 type  "icon"
2705 arg   "inset-modify tabular set-rotate-tabular"
2706 \end_inset
2707
2708  rotates the whole table counter-clockwise by 90°
2709 \end_layout
2710
2711 \begin_layout Labeling
2712 \labelwidthstring 00.00.0000
2713 \begin_inset Info
2714 type  "icon"
2715 arg   "inset-modify tabular multicolumn"
2716 \end_inset
2717
2718  sets the current cell or selection as a multicolumn
2719 \end_layout
2720
2721 \begin_layout Labeling
2722 \labelwidthstring 00.00.0000
2723 \begin_inset Info
2724 type  "icon"
2725 arg   "inset-modify tabular multirow"
2726 \end_inset
2727
2728  sets the current cell or selection as a multirow
2729 \end_layout
2730
2731 \begin_layout Standard
2732 \begin_inset Note Greyedout
2733 status open
2734
2735 \begin_layout Plain Layout
2736
2737 \series bold
2738 Note:
2739 \series default
2740  For the output the vertical alignment of the first cell in a row is used
2741  for all following cells in the row.
2742 \end_layout
2743
2744 \end_inset
2745
2746
2747 \end_layout
2748
2749 \begin_layout Section
2750 Edit Table Menu
2751 \begin_inset Index idx
2752 status collapsed
2753
2754 \begin_layout Plain Layout
2755 Table ! Edit Menu
2756 \end_layout
2757
2758 \end_inset
2759
2760
2761 \end_layout
2762
2763 \begin_layout Standard
2764 In addition to the table dialog and toolbar, the menu 
2765 \family sans
2766 Edit\SpecialChar \menuseparator
2767 Table
2768 \family default
2769  allows you to add and delete border lines for the current row/column and
2770  to set the current selection as multicolumn.
2771  The menu is only available when the cursor is inside a table.
2772 \end_layout
2773
2774 \begin_layout Section
2775 Table Floats
2776 \begin_inset CommandInset label
2777 LatexCommand label
2778 name "sec:Table-Floats"
2779
2780 \end_inset
2781
2782
2783 \begin_inset Index idx
2784 status collapsed
2785
2786 \begin_layout Plain Layout
2787 Floats ! Tables
2788 \end_layout
2789
2790 \end_inset
2791
2792
2793 \begin_inset Index idx
2794 status collapsed
2795
2796 \begin_layout Plain Layout
2797 Table ! Floats
2798 \end_layout
2799
2800 \end_inset
2801
2802
2803 \end_layout
2804
2805 \begin_layout Standard
2806 For general explanations about floats, have a look at section
2807 \begin_inset space ~
2808 \end_inset
2809
2810
2811 \begin_inset CommandInset ref
2812 LatexCommand ref
2813 reference "sec:FloatIntroduction"
2814
2815 \end_inset
2816
2817 .
2818 \end_layout
2819
2820 \begin_layout Standard
2821 \begin_inset Float table
2822 placement h
2823 wide false
2824 sideways false
2825 status open
2826
2827 \begin_layout Plain Layout
2828 \begin_inset Caption Standard
2829
2830 \begin_layout Plain Layout
2831 \begin_inset CommandInset label
2832 LatexCommand label
2833 name "tab:a table float"
2834
2835 \end_inset
2836
2837 A table float.
2838 \end_layout
2839
2840 \end_inset
2841
2842
2843 \end_layout
2844
2845 \begin_layout Plain Layout
2846 \align center
2847 \begin_inset Tabular
2848 <lyxtabular version="3" rows="3" columns="3">
2849 <features rotate="0" tabularvalignment="middle">
2850 <column alignment="center" valignment="top" width="0pt">
2851 <column alignment="center" valignment="top" width="0pt">
2852 <column alignment="center" valignment="top" width="0pt">
2853 <row>
2854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2855 \begin_inset Text
2856
2857 \begin_layout Plain Layout
2858
2859 \family roman
2860 \series medium
2861 \shape up
2862 \size normal
2863 \emph off
2864 \bar no
2865 \noun off
2866 \color none
2867 1
2868 \end_layout
2869
2870 \end_inset
2871 </cell>
2872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2873 \begin_inset Text
2874
2875 \begin_layout Plain Layout
2876
2877 \family roman
2878 \series medium
2879 \shape up
2880 \size normal
2881 \emph off
2882 \bar no
2883 \noun off
2884 \color none
2885 2
2886 \end_layout
2887
2888 \end_inset
2889 </cell>
2890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2891 \begin_inset Text
2892
2893 \begin_layout Plain Layout
2894
2895 \family roman
2896 \series medium
2897 \shape up
2898 \size normal
2899 \emph off
2900 \bar no
2901 \noun off
2902 \color none
2903 3
2904 \end_layout
2905
2906 \end_inset
2907 </cell>
2908 </row>
2909 <row>
2910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2911 \begin_inset Text
2912
2913 \begin_layout Plain Layout
2914
2915 \family roman
2916 \series medium
2917 \shape up
2918 \size normal
2919 \emph off
2920 \bar no
2921 \noun off
2922 \color none
2923 Joe
2924 \end_layout
2925
2926 \end_inset
2927 </cell>
2928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2929 \begin_inset Text
2930
2931 \begin_layout Plain Layout
2932
2933 \family roman
2934 \series medium
2935 \shape up
2936 \size normal
2937 \emph off
2938 \bar no
2939 \noun off
2940 \color none
2941 Mary
2942 \end_layout
2943
2944 \end_inset
2945 </cell>
2946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2947 \begin_inset Text
2948
2949 \begin_layout Plain Layout
2950
2951 \family roman
2952 \series medium
2953 \shape up
2954 \size normal
2955 \emph off
2956 \bar no
2957 \noun off
2958 \color none
2959 Ted
2960 \end_layout
2961
2962 \end_inset
2963 </cell>
2964 </row>
2965 <row>
2966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2967 \begin_inset Text
2968
2969 \begin_layout Plain Layout
2970
2971 \family roman
2972 \series medium
2973 \shape up
2974 \size normal
2975 \emph off
2976 \bar no
2977 \noun off
2978 \color none
2979 \begin_inset Formula $\int x^{2}dx$
2980 \end_inset
2981
2982
2983 \end_layout
2984
2985 \end_inset
2986 </cell>
2987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2988 \begin_inset Text
2989
2990 \begin_layout Plain Layout
2991
2992 \family roman
2993 \series medium
2994 \shape up
2995 \size normal
2996 \emph off
2997 \bar no
2998 \noun off
2999 \color none
3000 \begin_inset Formula $\left[\begin{array}{cc}
3001 a & b\\
3002 c & d
3003 \end{array}\right]$
3004 \end_inset
3005
3006
3007 \end_layout
3008
3009 \end_inset
3010 </cell>
3011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3012 \begin_inset Text
3013
3014 \begin_layout Plain Layout
3015
3016 \family roman
3017 \series medium
3018 \shape up
3019 \size normal
3020 \emph off
3021 \bar no
3022 \noun off
3023 \color none
3024 \begin_inset Formula $1+1=2$
3025 \end_inset
3026
3027
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 </row>
3033 </lyxtabular>
3034
3035 \end_inset
3036
3037
3038 \end_layout
3039
3040 \end_inset
3041
3042
3043 \end_layout
3044
3045 \begin_layout Standard
3046 Table floats can be inserted using the menu 
3047 \family sans
3048 Insert\SpecialChar \menuseparator
3049 Float\SpecialChar \menuseparator
3050 Table
3051 \family default
3052  or the toolbar button 
3053 \begin_inset Info
3054 type  "icon"
3055 arg   "float-insert table"
3056 \end_inset
3057
3058 .
3059 \end_layout
3060
3061 \begin_layout Standard
3062 The float appears as a collapsible box with a caption that has the label
3063  
3064 \begin_inset Quotes eld
3065 \end_inset
3066
3067 Table
3068 \begin_inset space ~
3069 \end_inset
3070
3071 #:
3072 \begin_inset Quotes erd
3073 \end_inset
3074
3075  (# is the actual table number).
3076  You can insert tables in the float above or below the caption.
3077 \end_layout
3078
3079 \begin_layout Standard
3080 Table
3081 \begin_inset space ~
3082 \end_inset
3083
3084
3085 \begin_inset CommandInset ref
3086 LatexCommand ref
3087 reference "tab:a table float"
3088
3089 \end_inset
3090
3091  is an example table within a table float.
3092 \end_layout
3093
3094 \begin_layout Standard
3095 Having the caption above the table is the common rule that is unfortunately
3096  not supported in LaTeX's standard classes.
3097  This means that, if you are using the document classes 
3098 \family sans
3099 article
3100 \family default
3101
3102 \family sans
3103 book
3104 \family default
3105
3106 \family sans
3107 letter
3108 \family default
3109 , or 
3110 \family sans
3111 report
3112 \family default
3113 , there will be no space between the caption and the table.
3114  To insert the needed space, add the following option to the load command
3115  of the LaTeX-package 
3116 \series bold
3117 caption
3118 \series default
3119
3120 \begin_inset Index idx
3121 status collapsed
3122
3123 \begin_layout Plain Layout
3124 LaTeX-packages ! caption
3125 \end_layout
3126
3127 \end_inset
3128
3129  in your document preamble
3130 \begin_inset Foot
3131 status collapsed
3132
3133 \begin_layout Plain Layout
3134 For more information have a look at section
3135 \begin_inset space ~
3136 \end_inset
3137
3138
3139 \begin_inset CommandInset ref
3140 LatexCommand ref
3141 reference "sec:Caption-Placement"
3142
3143 \end_inset
3144
3145 .
3146 \end_layout
3147
3148 \end_inset
3149
3150 :
3151 \end_layout
3152
3153 \begin_layout Standard
3154
3155 \series bold
3156 tableposition=top
3157 \end_layout
3158
3159 \begin_layout Standard
3160 The package 
3161 \series bold
3162 caption
3163 \series default
3164 , which is described in section
3165 \begin_inset space ~
3166 \end_inset
3167
3168
3169 \begin_inset CommandInset ref
3170 LatexCommand ref
3171 reference "sec:Caption-Formatting"
3172
3173 \end_inset
3174
3175 , is used to adjust the caption format.
3176 \end_layout
3177
3178 \begin_layout Standard
3179 \begin_inset Index idx
3180 status collapsed
3181
3182 \begin_layout Plain Layout
3183 References ! to Tables
3184 \end_layout
3185
3186 \end_inset
3187
3188 Tables can be cross-referenced in the text by referencing their label.
3189  To do this insert a label in the caption using the menu 
3190 \family sans
3191 Insert\SpecialChar \menuseparator
3192 Label
3193 \family default
3194  or the toolbar button 
3195 \begin_inset Info
3196 type  "icon"
3197 arg   "label-insert"
3198 \end_inset
3199
3200 .
3201  You can now refer to the label using the menu 
3202 \family sans
3203 Insert\SpecialChar \menuseparator
3204 Cross
3205 \begin_inset space ~
3206 \end_inset
3207
3208 reference
3209 \family default
3210  or the toolbar button 
3211 \begin_inset Info
3212 type  "icon"
3213 arg   "dialog-show-new-inset ref"
3214 \end_inset
3215
3216 .
3217 \begin_inset Newline newline
3218 \end_inset
3219
3220 Referencing is explained in detail in section
3221 \begin_inset space ~
3222 \end_inset
3223
3224
3225 \begin_inset CommandInset ref
3226 LatexCommand ref
3227 reference "sec:Referencing-Floats"
3228
3229 \end_inset
3230
3231 .
3232 \end_layout
3233
3234 \begin_layout Section
3235 Longtables
3236 \begin_inset CommandInset label
3237 LatexCommand label
3238 name "sec:Longtables"
3239
3240 \end_inset
3241
3242
3243 \begin_inset Index idx
3244 status collapsed
3245
3246 \begin_layout Plain Layout
3247 Longtables
3248 \end_layout
3249
3250 \end_inset
3251
3252
3253 \begin_inset Index idx
3254 status collapsed
3255
3256 \begin_layout Plain Layout
3257 Table ! Longtables
3258 \end_layout
3259
3260 \end_inset
3261
3262
3263 \end_layout
3264
3265 \begin_layout Standard
3266 If the table is too long to fit on one page, you can use the option 
3267 \family sans
3268 Use
3269 \begin_inset space ~
3270 \end_inset
3271
3272 long
3273 \begin_inset space ~
3274 \end_inset
3275
3276 table
3277 \family default
3278  in the tab 
3279 \family sans
3280 Longtable
3281 \family default
3282  of the table dialog to split the table automatically over more pages.
3283  Doing this enables the following options:
3284 \end_layout
3285
3286 \begin_layout Description
3287 Header: The current row is defined to be a header row that appears on all
3288  pages of the longtable; except for the first page, if 
3289 \family sans
3290 First
3291 \begin_inset space ~
3292 \end_inset
3293
3294 header
3295 \family default
3296  is defined.
3297  This is therefore called the main header.
3298 \end_layout
3299
3300 \begin_layout Description
3301 First
3302 \begin_inset space ~
3303 \end_inset
3304
3305 header: The current row is defined to be a header row that appears on the
3306  first page of the longtable.
3307 \end_layout
3308
3309 \begin_layout Description
3310 Footer: The current row is defined to be a footer row that appears on all
3311  pages of the longtable; except for the last page, if 
3312 \family sans
3313 Last
3314 \begin_inset space ~
3315 \end_inset
3316
3317 footer
3318 \family default
3319  is defined.
3320 \end_layout
3321
3322 \begin_layout Description
3323 Last
3324 \begin_inset space ~
3325 \end_inset
3326
3327 footer: The current row is defined to be a footer row that appears on the
3328  last page of the longtable.
3329 \end_layout
3330
3331 \begin_layout Description
3332 Caption: The current row contains the table caption.
3333  The row is reset as single column and a caption is inserted.
3334  More about longtable captions is explained in sec.
3335 \begin_inset space \thinspace{}
3336 \end_inset
3337
3338
3339 \begin_inset CommandInset ref
3340 LatexCommand ref
3341 reference "sub:Longtable-Captions"
3342
3343 \end_inset
3344
3345 .
3346 \end_layout
3347
3348 \begin_layout Standard
3349 You can also specify a row where the table is split.
3350  See the following longtable to see how it works:
3351 \end_layout
3352
3353 \begin_layout Standard
3354 \align center
3355 \begin_inset Tabular
3356 <lyxtabular version="3" rows="69" columns="3">
3357 <features rotate="0" islongtable="true" longtabularalignment="center">
3358 <column alignment="left" valignment="top" width="0cm">
3359 <column alignment="left" valignment="top" width="0pt">
3360 <column alignment="center" valignment="top" width="0pt">
3361 <row endfirsthead="true">
3362 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366
3367 \series bold
3368 Example Phone List (ignore the names)
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3383 \begin_inset Text
3384
3385 \begin_layout Plain Layout
3386
3387 \end_layout
3388
3389 \end_inset
3390 </cell>
3391 </row>
3392 <row endfirsthead="true">
3393 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3394 \begin_inset Text
3395
3396 \begin_layout Plain Layout
3397
3398 \series bold
3399 NAME
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Plain Layout
3417
3418 \series bold
3419 TEL.
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 </row>
3425 <row endhead="true">
3426 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430
3431 \series bold
3432 Example Phone List
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3438 \begin_inset Text
3439
3440 \begin_layout Plain Layout
3441
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 </row>
3456 <row endhead="true">
3457 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461
3462 \series bold
3463 NAME
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3469 \begin_inset Text
3470
3471 \begin_layout Plain Layout
3472
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481
3482 \series bold
3483 TEL.
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 </row>
3489 <row endfoot="true">
3490 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494  continued on next page
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 </row>
3518 <row>
3519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523
3524 \series bold
3525 Annovi
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 <cell alignment="center" valignment="top" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534 Silvia
3535 \end_layout
3536
3537 \end_inset
3538 </cell>
3539 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543 111
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 </row>
3549 <row>
3550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554
3555 \series bold
3556 Bertoli
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 <cell alignment="center" valignment="top" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565 Stefano
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574 111
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 </row>
3580 <row>
3581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585
3586 \series bold
3587 Bozzi
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 <cell alignment="center" valignment="top" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596 Walter
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605 111
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 </row>
3611 <row>
3612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616
3617 \series bold
3618 Cachia
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 <cell alignment="center" valignment="top" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627 Maria
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636 111
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 </row>
3642 <row>
3643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647
3648 \series bold
3649 Cachia
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 <cell alignment="center" valignment="top" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658 Maurizio
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667 111
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 </row>
3673 <row>
3674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678
3679 \series bold
3680 Cinquemani
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 <cell alignment="center" valignment="top" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689 Giusi
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698 111
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 </row>
3704 <row>
3705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709
3710 \series bold
3711 Colin
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 <cell alignment="center" valignment="top" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720 Bernard
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729 111
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 </row>
3735 <row>
3736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740
3741 \series bold
3742 Concli
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 <cell alignment="center" valignment="top" usebox="none">
3748 \begin_inset Text
3749
3750 \begin_layout Plain Layout
3751 Gianfranco
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760 111
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 </row>
3766 <row>
3767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771
3772 \series bold
3773 Dal Bosco
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 <cell alignment="center" valignment="top" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782 Carolina
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791 111
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 </row>
3797 <row>
3798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802
3803 \series bold
3804 Dalpiaz
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 <cell alignment="center" valignment="top" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813 Annamaria
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822 111
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 </row>
3828 <row>
3829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833
3834 \series bold
3835 Feliciello
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 <cell alignment="center" valignment="top" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844 Domenico
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853 111
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 </row>
3859 <row>
3860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864
3865 \series bold
3866 Focarelli
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 <cell alignment="center" valignment="top" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Plain Layout
3875 Paola
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884 111
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 </row>
3890 <row>
3891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895
3896 \series bold
3897 Galletti
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 <cell alignment="center" valignment="top" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906 Oreste
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915 111
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 </row>
3921 <row>
3922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926
3927 \series bold
3928 Gasparini
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 <cell alignment="center" valignment="top" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937 Franca
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946 111
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 </row>
3952 <row>
3953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957
3958 \series bold
3959 Rizzardi
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 <cell alignment="center" valignment="top" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968 Paola
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977 111
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 </row>
3983 <row>
3984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988
3989 \series bold
3990 Lassini
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 <cell alignment="center" valignment="top" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Plain Layout
3999 Giancarlo
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008 111
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 </row>
4014 <row>
4015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019
4020 \series bold
4021 Malfatti
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 <cell alignment="center" valignment="top" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Plain Layout
4030 Luciano
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039 111
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 </row>
4045 <row>
4046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050
4051 \series bold
4052 Malfatti
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 <cell alignment="center" valignment="top" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061 Valeriano
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070 111
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 </row>
4076 <row>
4077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Plain Layout
4081
4082 \series bold
4083 Meneguzzo
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 <cell alignment="center" valignment="top" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092 Roberto
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101 111
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 </row>
4107 <row>
4108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112
4113 \series bold
4114 Mezzadra
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 <cell alignment="center" valignment="top" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123 Roberto
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132 111
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 </row>
4138 <row>
4139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143
4144 \series bold
4145 Pirpamer
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 <cell alignment="center" valignment="top" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 Erich
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 111
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 </row>
4169 <row>
4170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174
4175 \series bold
4176 Pochiesa
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 <cell alignment="center" valignment="top" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
4185 Paolo
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194 111, 222
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 </row>
4200 <row>
4201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4202 \begin_inset Text
4203
4204 \begin_layout Plain Layout
4205
4206 \series bold
4207 Radina
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 <cell alignment="center" valignment="top" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216 Claudio
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225 111
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 </row>
4231 <row>
4232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236
4237 \series bold
4238 Stuffer
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 <cell alignment="center" valignment="top" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Plain Layout
4247 Oskar
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256 111
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 </row>
4262 <row>
4263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267
4268 \series bold
4269 Tacchelli
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 <cell alignment="center" valignment="top" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278 Ugo
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 111
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 </row>
4293 <row>
4294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298
4299 \series bold
4300 Tezzele
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 <cell alignment="center" valignment="top" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309 Margit
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 111
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 </row>
4324 <row>
4325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329
4330 \series bold
4331 Unterkalmsteiner
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 <cell alignment="center" valignment="top" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340 Frieda
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 111
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 </row>
4355 <row>
4356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360
4361 \series bold
4362 Vieider
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 <cell alignment="center" valignment="top" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371 Hilde
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380 111
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 </row>
4386 <row>
4387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391
4392 \series bold
4393 Vigna
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 <cell alignment="center" valignment="top" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 Jürgen
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 111
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 </row>
4417 <row>
4418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422
4423 \series bold
4424 Weber
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 <cell alignment="center" valignment="top" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433 Maurizio
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442 111
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 </row>
4448 <row>
4449 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453
4454 \series bold
4455 Winkler
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464 Franz
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 111
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 </row>
4479 <row>
4480 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484  
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 </row>
4508 <row>
4509 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513
4514 \series bold
4515 Annovi
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 <cell alignment="center" valignment="top" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524 Silvia
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533 555
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 </row>
4539 <row>
4540 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544
4545 \series bold
4546 Bertoli
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 <cell alignment="center" valignment="top" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555 Stefano
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564 555
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 </row>
4570 <row>
4571 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575
4576 \series bold
4577 Bozzi
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 <cell alignment="center" valignment="top" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586 Walter
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595 555
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 </row>
4601 <row>
4602 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606
4607 \series bold
4608 Cachia
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 <cell alignment="center" valignment="top" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 Maria
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626 555
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 </row>
4632 <row>
4633 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637
4638 \series bold
4639 Cachia
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 <cell alignment="center" valignment="top" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648 Maurizio
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657 555
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 </row>
4663 <row>
4664 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668
4669 \series bold
4670 Cinquemani
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 <cell alignment="center" valignment="top" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679 Giusi
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688 555
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 </row>
4694 <row>
4695 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699
4700 \series bold
4701 Colin
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 <cell alignment="center" valignment="top" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710 Bernard
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719 555
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 </row>
4725 <row>
4726 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730
4731 \series bold
4732 Concli
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 <cell alignment="center" valignment="top" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741 Gianfranco
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750 555
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 </row>
4756 <row>
4757 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761
4762 \series bold
4763 Dal Bosco
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 <cell alignment="center" valignment="top" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772 Carolina
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781 555
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 </row>
4787 <row>
4788 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792
4793 \series bold
4794 Dalpiaz
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 <cell alignment="center" valignment="top" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803 Annamaria
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812 555
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 </row>
4818 <row>
4819 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823
4824 \series bold
4825 Feliciello
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 <cell alignment="center" valignment="top" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834 Domenico
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843 555
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 </row>
4849 <row>
4850 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854
4855 \series bold
4856 Focarelli
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 <cell alignment="center" valignment="top" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865 Paola
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874 555
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 </row>
4880 <row>
4881 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885
4886 \series bold
4887 Galletti
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 <cell alignment="center" valignment="top" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896 Oreste
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905 555
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 </row>
4911 <row>
4912 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916
4917 \series bold
4918 Gasparini
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 <cell alignment="center" valignment="top" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Plain Layout
4927 Franca
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936 555
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 </row>
4942 <row>
4943 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947
4948 \series bold
4949 Rizzardi
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 <cell alignment="center" valignment="top" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958 Paola
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967 555
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 </row>
4973 <row>
4974 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978
4979 \series bold
4980 Lassini
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 <cell alignment="center" valignment="top" usebox="none">
4986 \begin_inset Text
4987
4988 \begin_layout Plain Layout
4989 Giancarlo
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998 555
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 </row>
5004 <row>
5005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009
5010 \series bold
5011 Malfatti
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 <cell alignment="center" valignment="top" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020 Luciano
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029 555
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 </row>
5035 <row>
5036 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040
5041 \series bold
5042 Malfatti
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 <cell alignment="center" valignment="top" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051 Valeriano
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060 555
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 </row>
5066 <row>
5067 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Plain Layout
5071
5072 \series bold
5073 Meneguzzo
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 <cell alignment="center" valignment="top" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082 Roberto
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091 555
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 </row>
5097 <row>
5098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102
5103 \series bold
5104 Mezzadra
5105 \end_layout
5106
5107 \end_inset
5108 </cell>
5109 <cell alignment="center" valignment="top" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113 Roberto
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122 555
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 </row>
5128 <row>
5129 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Plain Layout
5133
5134 \series bold
5135 Pirpamer
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 <cell alignment="center" valignment="top" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144 Erich
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153 555
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 </row>
5159 <row>
5160 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164
5165 \series bold
5166 Pochiesa
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 <cell alignment="center" valignment="top" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Plain Layout
5175 Paolo
5176 \end_layout
5177
5178 \end_inset
5179 </cell>
5180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5181 \begin_inset Text
5182
5183 \begin_layout Plain Layout
5184 555, 222
5185 \end_layout
5186
5187 \end_inset
5188 </cell>
5189 </row>
5190 <row>
5191 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195
5196 \series bold
5197 Radina
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 <cell alignment="center" valignment="top" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Plain Layout
5206 Claudio
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Plain Layout
5215 555
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 </row>
5221 <row>
5222 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226
5227 \series bold
5228 Stuffer
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 <cell alignment="center" valignment="top" usebox="none">
5234 \begin_inset Text
5235
5236 \begin_layout Plain Layout
5237 Oskar
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246 555
5247 \end_layout
5248
5249 \end_inset
5250 </cell>
5251 </row>
5252 <row>
5253 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Plain Layout
5257
5258 \series bold
5259 Tacchelli
5260 \end_layout
5261
5262 \end_inset
5263 </cell>
5264 <cell alignment="center" valignment="top" usebox="none">
5265 \begin_inset Text
5266
5267 \begin_layout Plain Layout
5268 Ugo
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Plain Layout
5277 555
5278 \end_layout
5279
5280 \end_inset
5281 </cell>
5282 </row>
5283 <row>
5284 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288
5289 \series bold
5290 Tezzele
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 <cell alignment="center" valignment="top" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299 Margit
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308 555
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 </row>
5314 <row>
5315 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319
5320 \series bold
5321 Unterkalmsteiner
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 <cell alignment="center" valignment="top" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Plain Layout
5330 Frieda
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5336 \begin_inset Text
5337
5338 \begin_layout Plain Layout
5339 555
5340 \end_layout
5341
5342 \end_inset
5343 </cell>
5344 </row>
5345 <row>
5346 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350
5351 \series bold
5352 Vieider
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 <cell alignment="center" valignment="top" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Plain Layout
5361 Hilde
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Plain Layout
5370 555
5371 \end_layout
5372
5373 \end_inset
5374 </cell>
5375 </row>
5376 <row>
5377 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5378 \begin_inset Text
5379
5380 \begin_layout Plain Layout
5381
5382 \series bold
5383 Vigna
5384 \end_layout
5385
5386 \end_inset
5387 </cell>
5388 <cell alignment="center" valignment="top" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Plain Layout
5392 Jürgen
5393 \end_layout
5394
5395 \end_inset
5396 </cell>
5397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Plain Layout
5401 999
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 </row>
5407 <row>
5408 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412
5413 \series bold
5414 Weber
5415 \end_layout
5416
5417 \end_inset
5418 </cell>
5419 <cell alignment="center" valignment="top" usebox="none">
5420 \begin_inset Text
5421
5422 \begin_layout Plain Layout
5423 Maurizio
5424 \end_layout
5425
5426 \end_inset
5427 </cell>
5428 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5429 \begin_inset Text
5430
5431 \begin_layout Plain Layout
5432 555
5433 \end_layout
5434
5435 \end_inset
5436 </cell>
5437 </row>
5438 <row>
5439 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443
5444 \series bold
5445 Winkler
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454 Franz
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463 555
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 </row>
5469 <row endlastfoot="true">
5470 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5471 \begin_inset Text
5472
5473 \begin_layout Plain Layout
5474 end
5475 \end_layout
5476
5477 \end_inset
5478 </cell>
5479 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5480 \begin_inset Text
5481
5482 \begin_layout Plain Layout
5483
5484 \end_layout
5485
5486 \end_inset
5487 </cell>
5488 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5489 \begin_inset Text
5490
5491 \begin_layout Plain Layout
5492
5493 \end_layout
5494
5495 \end_inset
5496 </cell>
5497 </row>
5498 </lyxtabular>
5499
5500 \end_inset
5501
5502
5503 \begin_inset ERT
5504 status collapsed
5505
5506 \begin_layout Plain Layout
5507
5508
5509 \backslash
5510 addtocounter{table}{-1}
5511 \end_layout
5512
5513 \end_inset
5514
5515
5516 \begin_inset Note Note
5517 status collapsed
5518
5519 \begin_layout Plain Layout
5520 See the first greyed-out note in section
5521 \begin_inset space ~
5522 \end_inset
5523
5524
5525 \begin_inset CommandInset ref
5526 LatexCommand ref
5527 reference "sub:Longtable-Captions"
5528
5529 \end_inset
5530
5531  for an explanation of this command.
5532 \end_layout
5533
5534 \end_inset
5535
5536
5537 \end_layout
5538
5539 \begin_layout Subsection
5540 Footnotes in Longtables
5541 \begin_inset CommandInset label
5542 LatexCommand label
5543 name "sub:Footnotes-in-Longtables"
5544
5545 \end_inset
5546
5547
5548 \begin_inset Index idx
5549 status collapsed
5550
5551 \begin_layout Plain Layout
5552 Longtables ! Footnotes
5553 \end_layout
5554
5555 \end_inset
5556
5557
5558 \end_layout
5559
5560 \begin_layout Standard
5561 Footnotes can be inserted to every longtable cell.
5562  They appear at the bottom of the page where the table cell with the footnote
5563  appears.
5564  Table
5565 \begin_inset space ~
5566 \end_inset
5567
5568
5569 \begin_inset CommandInset ref
5570 LatexCommand ref
5571 reference "tab:DiffCaptions"
5572
5573 \end_inset
5574
5575  has for example a footnote.
5576 \end_layout
5577
5578 \begin_layout Subsection
5579 Longtable Alignment
5580 \begin_inset Index idx
5581 status collapsed
5582
5583 \begin_layout Plain Layout
5584 Longtables ! Alignment
5585 \end_layout
5586
5587 \end_inset
5588
5589
5590 \end_layout
5591
5592 \begin_layout Standard
5593 The horizontal alignment of longtables can be set in the table settings
5594  dialog.
5595  For left- and right-alignment the table will be directly at the page border.
5596  To add space between the table and the border one has to set the alignment
5597  to center and change the value of the LaTeX-lengths 
5598 \series bold
5599
5600 \backslash
5601 LTleft 
5602 \series default
5603 or 
5604 \series bold
5605
5606 \backslash
5607 LTright
5608 \series default
5609  by inserting this line as TeX-Code before the longtable:
5610 \end_layout
5611
5612 \begin_layout Standard
5613
5614 \series bold
5615
5616 \backslash
5617 setlength{
5618 \backslash
5619 LTleft}{value}
5620 \end_layout
5621
5622 \begin_layout Standard
5623 The value can have any of the units listed in Table
5624 \begin_inset space ~
5625 \end_inset
5626
5627
5628 \begin_inset CommandInset ref
5629 LatexCommand ref
5630 reference "tab:Units"
5631
5632 \end_inset
5633
5634 .
5635  
5636 \series bold
5637
5638 \backslash
5639 LTleft
5640 \series default
5641  controls the horizontal distance from the left page border to the longtable,
5642  
5643 \series bold
5644
5645 \backslash
5646 LTright
5647 \series default
5648  the distance from the right side.
5649  The default value for both lengths is 
5650 \series bold
5651
5652 \backslash
5653 fill
5654 \series default
5655 , which is in this case the same as an horizontal fill in LyX.
5656 \end_layout
5657
5658 \begin_layout Standard
5659 The following longtable was centered and 
5660 \series bold
5661
5662 \backslash
5663 LTleft
5664 \series default
5665  set to 
5666 \family sans
5667 0.1
5668 \backslash
5669 columnwidth
5670 \family default
5671 :
5672 \begin_inset ERT
5673 status collapsed
5674
5675 \begin_layout Plain Layout
5676
5677
5678 \backslash
5679 setlength{
5680 \backslash
5681 LTleft}{0.1
5682 \backslash
5683 columnwidth}
5684 \end_layout
5685
5686 \end_inset
5687
5688
5689 \end_layout
5690
5691 \begin_layout Standard
5692 \begin_inset Tabular
5693 <lyxtabular version="3" rows="5" columns="5">
5694 <features rotate="0" islongtable="true" longtabularalignment="center">
5695 <column alignment="center" valignment="top">
5696 <column alignment="center" valignment="top" width="0pt">
5697 <column alignment="center" valignment="top">
5698 <column alignment="center" valignment="top">
5699 <column alignment="center" valignment="top">
5700 <row>
5701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Plain Layout
5705 1
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714 2
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5720 \begin_inset Text
5721
5722 \begin_layout Plain Layout
5723 3
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5729 \begin_inset Text
5730
5731 \begin_layout Plain Layout
5732 4
5733 \end_layout
5734
5735 \end_inset
5736 </cell>
5737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741 5
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 </row>
5747 <row>
5748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 asd
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 s
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5767 \begin_inset Text
5768
5769 \begin_layout Plain Layout
5770 s
5771 \end_layout
5772
5773 \end_inset
5774 </cell>
5775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5776 \begin_inset Text
5777
5778 \begin_layout Plain Layout
5779 s
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788 asd
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 </row>
5794 <row>
5795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799 asd
5800 \end_layout
5801
5802 \end_inset
5803 </cell>
5804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Plain Layout
5808 s
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 s
5818 \end_layout
5819
5820 \end_inset
5821 </cell>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 s
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 asd
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 </row>
5841 <row>
5842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846 asd
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 s
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864 s
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Plain Layout
5873 s
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 asd
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 </row>
5888 <row>
5889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 asd
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Plain Layout
5902 asd
5903 \end_layout
5904
5905 \end_inset
5906 </cell>
5907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911 asd
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 asd
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 asd
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 </row>
5935 </lyxtabular>
5936
5937 \end_inset
5938
5939
5940 \begin_inset ERT
5941 status collapsed
5942
5943 \begin_layout Plain Layout
5944
5945
5946 \backslash
5947 setlength{
5948 \backslash
5949 LTleft}{
5950 \backslash
5951 fill}
5952 \end_layout
5953
5954 \end_inset
5955
5956
5957 \begin_inset ERT
5958 status collapsed
5959
5960 \begin_layout Plain Layout
5961
5962
5963 \backslash
5964 addtocounter{table}{-1}
5965 \end_layout
5966
5967 \end_inset
5968
5969
5970 \begin_inset Note Note
5971 status collapsed
5972
5973 \begin_layout Plain Layout
5974 See the first greyed-out note in section
5975 \begin_inset space ~
5976 \end_inset
5977
5978
5979 \begin_inset CommandInset ref
5980 LatexCommand ref
5981 reference "sub:Longtable-Captions"
5982
5983 \end_inset
5984
5985  for an explanation of this command.
5986 \end_layout
5987
5988 \end_inset
5989
5990
5991 \end_layout
5992
5993 \begin_layout Subsection
5994 Longtable Captions
5995 \begin_inset Index idx
5996 status collapsed
5997
5998 \begin_layout Plain Layout
5999 Longtables ! Captions
6000 \end_layout
6001
6002 \end_inset
6003
6004
6005 \begin_inset CommandInset label
6006 LatexCommand label
6007 name "sub:Longtable-Captions"
6008
6009 \end_inset
6010
6011
6012 \end_layout
6013
6014 \begin_layout Standard
6015 A longtable cannot be put into a table float because floats can only be
6016  on one page.
6017  But the caption environment of floats can also be used for longtables when
6018  you use the longtable option 
6019 \family sans
6020 Caption
6021 \family default
6022  as described in sec.
6023 \begin_inset space \thinspace{}
6024 \end_inset
6025
6026
6027 \begin_inset CommandInset ref
6028 LatexCommand ref
6029 reference "sec:Longtables"
6030
6031 \end_inset
6032
6033 .
6034  Only one table row should contain a caption, either a header or a footer
6035  row.
6036 \end_layout
6037
6038 \begin_layout Standard
6039 Here is a short longtable to see how it works:
6040 \end_layout
6041
6042 \begin_layout Standard
6043 \begin_inset Tabular
6044 <lyxtabular version="3" rows="6" columns="5">
6045 <features rotate="0" islongtable="true" longtabularalignment="center">
6046 <column alignment="center" valignment="top">
6047 <column alignment="center" valignment="top">
6048 <column alignment="center" valignment="top">
6049 <column alignment="center" valignment="top">
6050 <column alignment="center" valignment="top">
6051 <row endfirsthead="true" caption="true">
6052 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056 \begin_inset Caption Standard
6057
6058 \begin_layout Plain Layout
6059 Longtable with caption
6060 \begin_inset Argument 1
6061 status open
6062
6063 \begin_layout Plain Layout
6064 Longtable
6065 \end_layout
6066
6067 \end_inset
6068
6069
6070 \end_layout
6071
6072 \end_inset
6073
6074
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Plain Layout
6083
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 </row>
6116 <row>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 1
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 2
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139 3
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148 4
6149 \end_layout
6150
6151 \end_inset
6152 </cell>
6153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6154 \begin_inset Text
6155
6156 \begin_layout Plain Layout
6157 5
6158 \end_layout
6159
6160 \end_inset
6161 </cell>
6162 </row>
6163 <row>
6164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 asd
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 s
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 s
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195 s
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Plain Layout
6204 asd
6205 \end_layout
6206
6207 \end_inset
6208 </cell>
6209 </row>
6210 <row>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 asd
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 s
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 s
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6239 \begin_inset Text
6240
6241 \begin_layout Plain Layout
6242 s
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6248 \begin_inset Text
6249
6250 \begin_layout Plain Layout
6251 asd
6252 \end_layout
6253
6254 \end_inset
6255 </cell>
6256 </row>
6257 <row>
6258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262 asd
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271 s
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280 s
6281 \end_layout
6282
6283 \end_inset
6284 </cell>
6285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6286 \begin_inset Text
6287
6288 \begin_layout Plain Layout
6289 s
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6295 \begin_inset Text
6296
6297 \begin_layout Plain Layout
6298 asd
6299 \end_layout
6300
6301 \end_inset
6302 </cell>
6303 </row>
6304 <row>
6305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309 asd
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318 asd
6319 \end_layout
6320
6321 \end_inset
6322 </cell>
6323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Plain Layout
6327 asd
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6333 \begin_inset Text
6334
6335 \begin_layout Plain Layout
6336 asd
6337 \end_layout
6338
6339 \end_inset
6340 </cell>
6341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6342 \begin_inset Text
6343
6344 \begin_layout Plain Layout
6345 asd
6346 \end_layout
6347
6348 \end_inset
6349 </cell>
6350 </row>
6351 </lyxtabular>
6352
6353 \end_inset
6354
6355
6356 \end_layout
6357
6358 \begin_layout Standard
6359 \begin_inset VSpace medskip
6360 \end_inset
6361
6362
6363 \begin_inset Note Greyedout
6364 status open
6365
6366 \begin_layout Plain Layout
6367
6368 \series bold
6369 Note
6370 \begin_inset space ~
6371 \end_inset
6372
6373 1:
6374 \series default
6375  The table number is increased for every longtable, even if you did not
6376  set a caption for it.
6377  For this reason you could have the case that e.
6378 \begin_inset space \thinspace{}
6379 \end_inset
6380
6381 g.
6382 \begin_inset space \space{}
6383 \end_inset
6384
6385 Table
6386 \begin_inset space ~
6387 \end_inset
6388
6389 2.4 follows Table
6390 \begin_inset space ~
6391 \end_inset
6392
6393 2.1 in the list of tables if there are two longtables without captions.
6394  To avoid this you can add the following command in TeX-Code after every
6395  longtable without a caption:
6396 \end_layout
6397
6398 \begin_layout Plain Layout
6399
6400 \series bold
6401
6402 \backslash
6403 addtocounter{table}{-1}
6404 \end_layout
6405
6406 \begin_layout Plain Layout
6407 This is not needed when none of your longtables has a caption and you add
6408  the following code to the document preamble:
6409 \end_layout
6410
6411 \begin_layout Plain Layout
6412
6413 \series bold
6414
6415 \backslash
6416 let
6417 \backslash
6418 myEnd
6419 \backslash
6420 endlongtable
6421 \begin_inset Newline newline
6422 \end_inset
6423
6424
6425 \backslash
6426 renewcommand{
6427 \backslash
6428 endlongtable}{
6429 \backslash
6430 myEnd
6431 \backslash
6432 addtocounter{table}{-1}}
6433 \end_layout
6434
6435 \end_inset
6436
6437
6438 \end_layout
6439
6440 \begin_layout Standard
6441 \begin_inset Note Greyedout
6442 status open
6443
6444 \begin_layout Plain Layout
6445
6446 \series bold
6447 Note
6448 \begin_inset space ~
6449 \end_inset
6450
6451 2:
6452 \series default
6453  If you are using
6454 \series bold
6455  hyperref
6456 \series default
6457
6458 \begin_inset Index idx
6459 status collapsed
6460
6461 \begin_layout Plain Layout
6462 LaTeX-packages ! hyperref
6463 \end_layout
6464
6465 \end_inset
6466
6467  in the 
6468 \family sans
6469 PDF Properties
6470 \family default
6471  of the 
6472 \family sans
6473 Document Settings
6474 \family default
6475  dialog to link cross-references, the link to a longtable caption will always
6476  point to the beginning of the document.
6477 \end_layout
6478
6479 \end_inset
6480
6481
6482 \end_layout
6483
6484 \begin_layout Subsubsection
6485 References to Longtables
6486 \begin_inset Index idx
6487 status collapsed
6488
6489 \begin_layout Plain Layout
6490 Longtables ! References
6491 \end_layout
6492
6493 \end_inset
6494
6495
6496 \end_layout
6497
6498 \begin_layout Standard
6499 \begin_inset Tabular
6500 <lyxtabular version="3" rows="6" columns="5">
6501 <features rotate="0" islongtable="true" longtabularalignment="center">
6502 <column alignment="center" valignment="top">
6503 <column alignment="center" valignment="top">
6504 <column alignment="center" valignment="top">
6505 <column alignment="center" valignment="top">
6506 <column alignment="center" valignment="top">
6507 <row endfirsthead="true" caption="true">
6508 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6509 \begin_inset Text
6510
6511 \begin_layout Plain Layout
6512 \begin_inset Caption Standard
6513
6514 \begin_layout Plain Layout
6515 Referenced longtable
6516 \begin_inset CommandInset label
6517 LatexCommand label
6518 name "tab:RefExample"
6519
6520 \end_inset
6521
6522
6523 \end_layout
6524
6525 \end_inset
6526
6527
6528 \end_layout
6529
6530 \end_inset
6531 </cell>
6532 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6533 \begin_inset Text
6534
6535 \begin_layout Plain Layout
6536
6537 \end_layout
6538
6539 \end_inset
6540 </cell>
6541 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6542 \begin_inset Text
6543
6544 \begin_layout Plain Layout
6545
6546 \end_layout
6547
6548 \end_inset
6549 </cell>
6550 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6551 \begin_inset Text
6552
6553 \begin_layout Plain Layout
6554
6555 \end_layout
6556
6557 \end_inset
6558 </cell>
6559 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6560 \begin_inset Text
6561
6562 \begin_layout Plain Layout
6563
6564 \end_layout
6565
6566 \end_inset
6567 </cell>
6568 </row>
6569 <row>
6570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Plain Layout
6574 1
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Plain Layout
6583 2
6584 \end_layout
6585
6586 \end_inset
6587 </cell>
6588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6589 \begin_inset Text
6590
6591 \begin_layout Plain Layout
6592 3
6593 \end_layout
6594
6595 \end_inset
6596 </cell>
6597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6598 \begin_inset Text
6599
6600 \begin_layout Plain Layout
6601 4
6602 \end_layout
6603
6604 \end_inset
6605 </cell>
6606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6607 \begin_inset Text
6608
6609 \begin_layout Plain Layout
6610 5
6611 \end_layout
6612
6613 \end_inset
6614 </cell>
6615 </row>
6616 <row>
6617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Plain Layout
6621 asd
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630 s
6631 \end_layout
6632
6633 \end_inset
6634 </cell>
6635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6636 \begin_inset Text
6637
6638 \begin_layout Plain Layout
6639 s
6640 \end_layout
6641
6642 \end_inset
6643 </cell>
6644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6645 \begin_inset Text
6646
6647 \begin_layout Plain Layout
6648 s
6649 \end_layout
6650
6651 \end_inset
6652 </cell>
6653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6654 \begin_inset Text
6655
6656 \begin_layout Plain Layout
6657 asd
6658 \end_layout
6659
6660 \end_inset
6661 </cell>
6662 </row>
6663 <row>
6664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6665 \begin_inset Text
6666
6667 \begin_layout Plain Layout
6668 asd
6669 \end_layout
6670
6671 \end_inset
6672 </cell>
6673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6674 \begin_inset Text
6675
6676 \begin_layout Plain Layout
6677 s
6678 \end_layout
6679
6680 \end_inset
6681 </cell>
6682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6683 \begin_inset Text
6684
6685 \begin_layout Plain Layout
6686 s
6687 \end_layout
6688
6689 \end_inset
6690 </cell>
6691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6692 \begin_inset Text
6693
6694 \begin_layout Plain Layout
6695 s
6696 \end_layout
6697
6698 \end_inset
6699 </cell>
6700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6701 \begin_inset Text
6702
6703 \begin_layout Plain Layout
6704 asd
6705 \end_layout
6706
6707 \end_inset
6708 </cell>
6709 </row>
6710 <row>
6711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6712 \begin_inset Text
6713
6714 \begin_layout Plain Layout
6715 asd
6716 \end_layout
6717
6718 \end_inset
6719 </cell>
6720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6721 \begin_inset Text
6722
6723 \begin_layout Plain Layout
6724 s
6725 \end_layout
6726
6727 \end_inset
6728 </cell>
6729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6730 \begin_inset Text
6731
6732 \begin_layout Plain Layout
6733 s
6734 \end_layout
6735
6736 \end_inset
6737 </cell>
6738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6739 \begin_inset Text
6740
6741 \begin_layout Plain Layout
6742 s
6743 \end_layout
6744
6745 \end_inset
6746 </cell>
6747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6748 \begin_inset Text
6749
6750 \begin_layout Plain Layout
6751 asd
6752 \end_layout
6753
6754 \end_inset
6755 </cell>
6756 </row>
6757 <row>
6758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6759 \begin_inset Text
6760
6761 \begin_layout Plain Layout
6762 asd
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771 sad
6772 \end_layout
6773
6774 \end_inset
6775 </cell>
6776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780 asd
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6786 \begin_inset Text
6787
6788 \begin_layout Plain Layout
6789 asd
6790 \end_layout
6791
6792 \end_inset
6793 </cell>
6794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6795 \begin_inset Text
6796
6797 \begin_layout Plain Layout
6798 asd
6799 \end_layout
6800
6801 \end_inset
6802 </cell>
6803 </row>
6804 </lyxtabular>
6805
6806 \end_inset
6807
6808
6809 \end_layout
6810
6811 \begin_layout Standard
6812 To reference a longtable, insert a label into the caption.
6813 \end_layout
6814
6815 \begin_layout Standard
6816 This is a reference to Table
6817 \begin_inset space ~
6818 \end_inset
6819
6820
6821 \begin_inset CommandInset ref
6822 LatexCommand ref
6823 reference "tab:RefExample"
6824
6825 \end_inset
6826
6827 .
6828 \end_layout
6829
6830 \begin_layout Standard
6831 The caption layout can be set together with all other captions of your document
6832  using the LaTeX-package 
6833 \series bold
6834 caption
6835 \series default
6836
6837 \begin_inset Index idx
6838 status collapsed
6839
6840 \begin_layout Plain Layout
6841 LaTeX-packages ! caption
6842 \end_layout
6843
6844 \end_inset
6845
6846 , see section
6847 \begin_inset space ~
6848 \end_inset
6849
6850
6851 \begin_inset CommandInset ref
6852 LatexCommand ref
6853 reference "sec:Caption-Formatting"
6854
6855 \end_inset
6856
6857 .
6858 \end_layout
6859
6860 \begin_layout Subsubsection
6861 Caption Width
6862 \begin_inset Index idx
6863 status collapsed
6864
6865 \begin_layout Plain Layout
6866 Longtables ! Caption Width
6867 \end_layout
6868
6869 \end_inset
6870
6871
6872 \end_layout
6873
6874 \begin_layout Standard
6875 The maximal width of caption lines is defined by the length 
6876 \series bold
6877
6878 \backslash
6879 LTcapwidth
6880 \series default
6881 .
6882  Its default value is 4
6883 \begin_inset space \thinspace{}
6884 \end_inset
6885
6886 in.
6887  To change it add the following command to your document preamble or as
6888  TeX-Code into your document before the longtable that should be affected
6889 \end_layout
6890
6891 \begin_layout Standard
6892
6893 \series bold
6894
6895 \backslash
6896 setlength{
6897 \backslash
6898 LTcapwidth}{width}
6899 \end_layout
6900
6901 \begin_layout Standard
6902 where the width could have one of the units listed in appendix
6903 \begin_inset space ~
6904 \end_inset
6905
6906
6907 \begin_inset CommandInset ref
6908 LatexCommand ref
6909 reference "cha:Units-available-in"
6910
6911 \end_inset
6912
6913 .
6914 \end_layout
6915
6916 \begin_layout Standard
6917 The following tables show the difference:
6918 \end_layout
6919
6920 \begin_layout Standard
6921 \begin_inset Tabular
6922 <lyxtabular version="3" rows="6" columns="5">
6923 <features rotate="0" islongtable="true" longtabularalignment="center">
6924 <column alignment="center" valignment="top">
6925 <column alignment="center" valignment="top">
6926 <column alignment="center" valignment="top">
6927 <column alignment="center" valignment="top">
6928 <column alignment="center" valignment="top">
6929 <row endfirsthead="true" caption="true">
6930 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6931 \begin_inset Text
6932
6933 \begin_layout Plain Layout
6934 \begin_inset Caption Standard
6935
6936 \begin_layout Plain Layout
6937 long full title with default width long full title with default width long
6938  full title with default width
6939 \begin_inset Argument 1
6940 status collapsed
6941
6942 \begin_layout Plain Layout
6943 caption with default width
6944 \end_layout
6945
6946 \end_inset
6947
6948
6949 \end_layout
6950
6951 \end_inset
6952
6953
6954 \end_layout
6955
6956 \end_inset
6957 </cell>
6958 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6959 \begin_inset Text
6960
6961 \begin_layout Plain Layout
6962
6963 \end_layout
6964
6965 \end_inset
6966 </cell>
6967 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6968 \begin_inset Text
6969
6970 \begin_layout Plain Layout
6971
6972 \end_layout
6973
6974 \end_inset
6975 </cell>
6976 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6977 \begin_inset Text
6978
6979 \begin_layout Plain Layout
6980
6981 \end_layout
6982
6983 \end_inset
6984 </cell>
6985 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6986 \begin_inset Text
6987
6988 \begin_layout Plain Layout
6989
6990 \end_layout
6991
6992 \end_inset
6993 </cell>
6994 </row>
6995 <row>
6996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000 1
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009 2
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Plain Layout
7018 3
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7024 \begin_inset Text
7025
7026 \begin_layout Plain Layout
7027 4
7028 \end_layout
7029
7030 \end_inset
7031 </cell>
7032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7033 \begin_inset Text
7034
7035 \begin_layout Plain Layout
7036 5
7037 \end_layout
7038
7039 \end_inset
7040 </cell>
7041 </row>
7042 <row>
7043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Plain Layout
7047 asd
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056 s
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065 s
7066 \end_layout
7067
7068 \end_inset
7069 </cell>
7070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7071 \begin_inset Text
7072
7073 \begin_layout Plain Layout
7074 s
7075 \end_layout
7076
7077 \end_inset
7078 </cell>
7079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7080 \begin_inset Text
7081
7082 \begin_layout Plain Layout
7083 asd
7084 \end_layout
7085
7086 \end_inset
7087 </cell>
7088 </row>
7089 <row>
7090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7091 \begin_inset Text
7092
7093 \begin_layout Plain Layout
7094 asd
7095 \end_layout
7096
7097 \end_inset
7098 </cell>
7099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7100 \begin_inset Text
7101
7102 \begin_layout Plain Layout
7103 s
7104 \end_layout
7105
7106 \end_inset
7107 </cell>
7108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7109 \begin_inset Text
7110
7111 \begin_layout Plain Layout
7112 s
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7118 \begin_inset Text
7119
7120 \begin_layout Plain Layout
7121 s
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Plain Layout
7130 asd
7131 \end_layout
7132
7133 \end_inset
7134 </cell>
7135 </row>
7136 <row>
7137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141 asd
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150 s
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7156 \begin_inset Text
7157
7158 \begin_layout Plain Layout
7159 s
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168 s
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7174 \begin_inset Text
7175
7176 \begin_layout Plain Layout
7177 asd
7178 \end_layout
7179
7180 \end_inset
7181 </cell>
7182 </row>
7183 <row>
7184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 asd
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197 sad
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7203 \begin_inset Text
7204
7205 \begin_layout Plain Layout
7206 asd
7207 \end_layout
7208
7209 \end_inset
7210 </cell>
7211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Plain Layout
7215 asd
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7221 \begin_inset Text
7222
7223 \begin_layout Plain Layout
7224 asd
7225 \end_layout
7226
7227 \end_inset
7228 </cell>
7229 </row>
7230 </lyxtabular>
7231
7232 \end_inset
7233
7234
7235 \end_layout
7236
7237 \begin_layout Standard
7238 \begin_inset ERT
7239 status collapsed
7240
7241 \begin_layout Plain Layout
7242
7243
7244 \backslash
7245 setlength{
7246 \backslash
7247 LTcapwidth}{5cm}
7248 \end_layout
7249
7250 \end_inset
7251
7252
7253 \begin_inset Tabular
7254 <lyxtabular version="3" rows="6" columns="5">
7255 <features rotate="0" islongtable="true" longtabularalignment="center">
7256 <column alignment="center" valignment="top">
7257 <column alignment="center" valignment="top">
7258 <column alignment="center" valignment="top">
7259 <column alignment="center" valignment="top">
7260 <column alignment="center" valignment="top">
7261 <row endfirsthead="true" caption="true">
7262 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Plain Layout
7266 \begin_inset Caption Standard
7267
7268 \begin_layout Plain Layout
7269 long full title with width set to 5
7270 \begin_inset space \thinspace{}
7271 \end_inset
7272
7273 cm long full title with width set to 5
7274 \begin_inset space \thinspace{}
7275 \end_inset
7276
7277 cm long full title with width set to 5
7278 \begin_inset space \thinspace{}
7279 \end_inset
7280
7281 cm
7282 \begin_inset Argument 1
7283 status collapsed
7284
7285 \begin_layout Plain Layout
7286 caption with width
7287 \begin_inset space \thinspace{}
7288 \end_inset
7289
7290 =
7291 \begin_inset space \thinspace{}
7292 \end_inset
7293
7294 5
7295 \begin_inset space \thinspace{}
7296 \end_inset
7297
7298 cm
7299 \end_layout
7300
7301 \end_inset
7302
7303
7304 \end_layout
7305
7306 \end_inset
7307
7308
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Plain Layout
7326
7327 \end_layout
7328
7329 \end_inset
7330 </cell>
7331 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7332 \begin_inset Text
7333
7334 \begin_layout Plain Layout
7335
7336 \end_layout
7337
7338 \end_inset
7339 </cell>
7340 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7341 \begin_inset Text
7342
7343 \begin_layout Plain Layout
7344
7345 \end_layout
7346
7347 \end_inset
7348 </cell>
7349 </row>
7350 <row>
7351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7352 \begin_inset Text
7353
7354 \begin_layout Plain Layout
7355 1
7356 \end_layout
7357
7358 \end_inset
7359 </cell>
7360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364 2
7365 \end_layout
7366
7367 \end_inset
7368 </cell>
7369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373 3
7374 \end_layout
7375
7376 \end_inset
7377 </cell>
7378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7379 \begin_inset Text
7380
7381 \begin_layout Plain Layout
7382 4
7383 \end_layout
7384
7385 \end_inset
7386 </cell>
7387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Plain Layout
7391 5
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 </row>
7397 <row>
7398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7399 \begin_inset Text
7400
7401 \begin_layout Plain Layout
7402 asd
7403 \end_layout
7404
7405 \end_inset
7406 </cell>
7407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7408 \begin_inset Text
7409
7410 \begin_layout Plain Layout
7411 s
7412 \end_layout
7413
7414 \end_inset
7415 </cell>
7416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Plain Layout
7420 s
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429 s
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Plain Layout
7438 asd
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 </row>
7444 <row>
7445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449 asd
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Plain Layout
7458 s
7459 \end_layout
7460
7461 \end_inset
7462 </cell>
7463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7464 \begin_inset Text
7465
7466 \begin_layout Plain Layout
7467 s
7468 \end_layout
7469
7470 \end_inset
7471 </cell>
7472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7473 \begin_inset Text
7474
7475 \begin_layout Plain Layout
7476 s
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485 asd
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 </row>
7491 <row>
7492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496 asd
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505 s
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514 s
7515 \end_layout
7516
7517 \end_inset
7518 </cell>
7519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Plain Layout
7523 s
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7529 \begin_inset Text
7530
7531 \begin_layout Plain Layout
7532 asd
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 </row>
7538 <row>
7539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543 asd
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7549 \begin_inset Text
7550
7551 \begin_layout Plain Layout
7552 sad
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561 asd
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Plain Layout
7570 asd
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7576 \begin_inset Text
7577
7578 \begin_layout Plain Layout
7579 asd
7580 \end_layout
7581
7582 \end_inset
7583 </cell>
7584 </row>
7585 </lyxtabular>
7586
7587 \end_inset
7588
7589
7590 \end_layout
7591
7592 \begin_layout Standard
7593 \begin_inset ERT
7594 status collapsed
7595
7596 \begin_layout Plain Layout
7597
7598
7599 \backslash
7600 setlength{
7601 \backslash
7602 LTcapwidth}{4in}
7603 \end_layout
7604
7605 \end_inset
7606
7607
7608 \end_layout
7609
7610 \begin_layout Standard
7611 \begin_inset Note Greyedout
7612 status open
7613
7614 \begin_layout Plain Layout
7615
7616 \series bold
7617 Note:
7618 \series default
7619  When the LaTeX-package 
7620 \series bold
7621 caption
7622 \series default
7623
7624 \begin_inset Index idx
7625 status collapsed
7626
7627 \begin_layout Plain Layout
7628 LaTeX-packages ! caption
7629 \end_layout
7630
7631 \end_inset
7632
7633  is used, as in this document, the full page width is used for the caption
7634  when you use the default value of 4
7635 \begin_inset space \thinspace{}
7636 \end_inset
7637
7638 in for 
7639 \series bold
7640
7641 \backslash
7642 LTcapwidth
7643 \series default
7644 .
7645  To get in this case exactly a 4
7646 \begin_inset space \thinspace{}
7647 \end_inset
7648
7649 in wide caption, you can either use a value slightly different from 4.0
7650 \begin_inset space \thinspace{}
7651 \end_inset
7652
7653 in, e.
7654 \begin_inset space \thinspace{}
7655 \end_inset
7656
7657 g.
7658 \begin_inset space \space{}
7659 \end_inset
7660
7661 3.99
7662 \begin_inset space \thinspace{}
7663 \end_inset
7664
7665 in, or the LaTeX-command 
7666 \series bold
7667
7668 \backslash
7669 captionsetup{width=value}
7670 \series default
7671  that is provided by the 
7672 \series bold
7673 caption
7674 \series default
7675 -package.
7676 \end_layout
7677
7678 \end_inset
7679
7680
7681 \end_layout
7682
7683 \begin_layout Subsubsection
7684 Different Captions for Table Pages
7685 \begin_inset Index idx
7686 status collapsed
7687
7688 \begin_layout Plain Layout
7689 Longtables ! Different Captions for Pages
7690 \end_layout
7691
7692 \end_inset
7693
7694
7695 \end_layout
7696
7697 \begin_layout Standard
7698 When the table captions for the following pages should differ from the one
7699  of the first table page, mark a empty row as header which contains a caption.
7700  Then right-click on the caption and select in the context menu 
7701 \family sans
7702 Caption
7703 \begin_inset space ~
7704 \end_inset
7705
7706 (LongTableNoNumber)
7707 \family default
7708 .
7709  Table
7710 \begin_inset space ~
7711 \end_inset
7712
7713
7714 \begin_inset CommandInset ref
7715 LatexCommand ref
7716 reference "tab:DiffCaptions"
7717
7718 \end_inset
7719
7720  is an example of a longtable with different heading where the second caption
7721  does not include the table number.
7722 \end_layout
7723
7724 \begin_layout Standard
7725 \align center
7726 \begin_inset Tabular
7727 <lyxtabular version="3" rows="59" columns="3">
7728 <features rotate="0" islongtable="true" longtabularalignment="center">
7729 <column alignment="left" valignment="top" width="0cm">
7730 <column alignment="left" valignment="top" width="0pt">
7731 <column alignment="center" valignment="top" width="0pt">
7732 <row endfirsthead="true" caption="true">
7733 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7734 \begin_inset Text
7735
7736 \begin_layout Plain Layout
7737 \begin_inset Caption Standard
7738
7739 \begin_layout Plain Layout
7740 Example Phone List
7741 \begin_inset CommandInset label
7742 LatexCommand label
7743 name "tab:DiffCaptions"
7744
7745 \end_inset
7746
7747
7748 \begin_inset Argument 1
7749 status collapsed
7750
7751 \begin_layout Plain Layout
7752 Example Phone List
7753 \end_layout
7754
7755 \end_inset
7756
7757
7758 \end_layout
7759
7760 \end_inset
7761
7762
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 </row>
7786 <row endfirsthead="true">
7787 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791
7792 \series bold
7793 Example Phone List (ignore the names)
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Plain Layout
7811
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 </row>
7817 <row endfirsthead="true">
7818 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Plain Layout
7822
7823 \series bold
7824 NAME
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Plain Layout
7842
7843 \series bold
7844 TEL.
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 </row>
7850 <row endhead="true" caption="true">
7851 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855 \begin_inset Caption LongTableNoNumber
7856
7857 \begin_layout Plain Layout
7858 Continued Example Phone List
7859 \end_layout
7860
7861 \end_inset
7862
7863
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 </row>
7887 <row endhead="true">
7888 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Plain Layout
7892
7893 \series bold
7894 Example Phone List
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 </row>
7918 <row endhead="true">
7919 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923
7924 \series bold
7925 NAME
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943
7944 \series bold
7945 TEL.
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 </row>
7951 <row endfoot="true">
7952 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 continued on next page
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 </row>
7980 <row>
7981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985
7986 \series bold
7987 Annovi
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996 Silvia
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005 111
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 </row>
8011 <row>
8012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016
8017 \series bold
8018 Bertoli
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027 Stefano
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036 111
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 </row>
8042 <row>
8043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047
8048 \series bold
8049 Bozzi
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058 Walter
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067 111
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 </row>
8073 <row>
8074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078
8079 \series bold
8080 Cachia
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089 Maria
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098 111
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 </row>
8104 <row>
8105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109
8110 \series bold
8111 Cachia
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 Maurizio
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129 111
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 </row>
8135 <row>
8136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140
8141 \series bold
8142 Cinquemani
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151 Giusi
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160 111
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 </row>
8166 <row>
8167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171
8172 \series bold
8173 Colin
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182 Bernard
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191 111
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 </row>
8197 <row>
8198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202
8203 \series bold
8204 Concli
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 Gianfranco
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222 111
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 </row>
8228 <row>
8229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233
8234 \series bold
8235 Dal Bosco
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244 Carolina
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253 111
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 </row>
8259 <row>
8260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264
8265 \series bold
8266 Dalpiaz
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275 Annamaria
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284 111
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 </row>
8290 <row>
8291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295
8296 \series bold
8297 Feliciello
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306 Domenico
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315 111
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 </row>
8321 <row>
8322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326
8327 \series bold
8328 Focarelli
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337 Paola
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346 111
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 </row>
8352 <row>
8353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357
8358 \series bold
8359 Galletti
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368 Oreste
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 111
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 </row>
8383 <row>
8384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388
8389 \series bold
8390 Gasparini
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399 Franca
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408 111
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 </row>
8414 <row>
8415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419
8420 \series bold
8421 Rizzardi
8422 \series default
8423
8424 \begin_inset Foot
8425 status open
8426
8427 \begin_layout Plain Layout
8428 Example footnote
8429 \end_layout
8430
8431 \end_inset
8432
8433
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 Paola
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 111
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 </row>
8457 <row>
8458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462
8463 \series bold
8464 Lassini
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 Giancarlo
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482 111
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 </row>
8488 <row>
8489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493
8494 \series bold
8495 Malfatti
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 Luciano
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513 111
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 </row>
8519 <row>
8520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524
8525 \series bold
8526 Malfatti
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 Valeriano
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544 111
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 </row>
8550 <row>
8551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555
8556 \series bold
8557 Meneguzzo
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566 Roberto
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575 111
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 </row>
8581 <row>
8582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586
8587 \series bold
8588 Mezzadra
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597 Roberto
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606 111
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 </row>
8612 <row>
8613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617
8618 \series bold
8619 Pirpamer
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628 Erich
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637 111
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 </row>
8643 <row>
8644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648
8649 \series bold
8650 Pochiesa
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659 Paolo
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668 111, 222
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 </row>
8674 <row>
8675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679
8680 \series bold
8681 Radina
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690 Claudio
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 111
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 </row>
8705 <row>
8706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710
8711 \series bold
8712 Stuffer
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721 Oskar
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730 111
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 </row>
8736 <row>
8737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741
8742 \series bold
8743 Tacchelli
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752 Ugo
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761 111
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 </row>
8767 <row>
8768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772
8773 \series bold
8774 Tezzele
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783 Margit
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792 111
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 </row>
8798 <row>
8799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803
8804 \series bold
8805 Unterkalmsteiner
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814 Frieda
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823 111
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 </row>
8829 <row>
8830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834
8835 \series bold
8836 Vieider
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845 Hilde
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854 111
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 </row>
8860 <row>
8861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865
8866 \series bold
8867 Vigna
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876 Jürgen
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885 111
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 </row>
8891 <row>
8892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896
8897 \series bold
8898 Weber
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907 Maurizio
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 111
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 </row>
8922 <row>
8923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927
8928 \series bold
8929 Winkler
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938 Franz
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947 111
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 </row>
8953 <row>
8954 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958  
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 </row>
8982 <row>
8983 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987
8988 \series bold
8989 Annovi
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 Silvia
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007 555
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 </row>
9013 <row>
9014 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018
9019 \series bold
9020 Bertoli
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 Stefano
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038 555
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 </row>
9044 <row>
9045 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049
9050 \series bold
9051 Bozzi
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 Walter
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069 555
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 </row>
9075 <row>
9076 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080
9081 \series bold
9082 Cachia
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 Maria
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100 555
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 </row>
9106 <row>
9107 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111
9112 \series bold
9113 Cachia
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 Maurizio
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131 555
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 </row>
9137 <row>
9138 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142
9143 \series bold
9144 Cinquemani
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153 Giusi
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162 555
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 </row>
9168 <row>
9169 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173
9174 \series bold
9175 Colin
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 Bernard
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193 555
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 </row>
9199 <row>
9200 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204
9205 \series bold
9206 Concli
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215 Gianfranco
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224 555
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 </row>
9230 <row>
9231 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235
9236 \series bold
9237 Dal Bosco
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246 Carolina
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9252 \begin_inset Text
9253
9254 \begin_layout Plain Layout
9255 555
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 </row>
9261 <row>
9262 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266
9267 \series bold
9268 Dalpiaz
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277 Annamaria
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286 555
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 </row>
9292 <row>
9293 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9294 \begin_inset Text
9295
9296 \begin_layout Plain Layout
9297
9298 \series bold
9299 Feliciello
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Plain Layout
9308 Domenico
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317 555
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 </row>
9323 <row>
9324 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9325 \begin_inset Text
9326
9327 \begin_layout Plain Layout
9328
9329 \series bold
9330 Focarelli
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339 Paola
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348 555
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 </row>
9354 <row>
9355 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Plain Layout
9359
9360 \series bold
9361 Galletti
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370 Oreste
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Plain Layout
9379 555
9380 \end_layout
9381
9382 \end_inset
9383 </cell>
9384 </row>
9385 <row>
9386 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9387 \begin_inset Text
9388
9389 \begin_layout Plain Layout
9390
9391 \series bold
9392 Gasparini
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Plain Layout
9401 Franca
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410 555
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 </row>
9416 <row>
9417 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421
9422 \series bold
9423 Rizzardi
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432 Paola
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441 555
9442 \end_layout
9443
9444 \end_inset
9445 </cell>
9446 </row>
9447 <row>
9448 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9449 \begin_inset Text
9450
9451 \begin_layout Plain Layout
9452
9453 \series bold
9454 Lassini
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Plain Layout
9463 Giancarlo
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472 555
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 </row>
9478 <row>
9479 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9480 \begin_inset Text
9481
9482 \begin_layout Plain Layout
9483
9484 \series bold
9485 Malfatti
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494 Luciano
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9500 \begin_inset Text
9501
9502 \begin_layout Plain Layout
9503 555
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 </row>
9509 <row>
9510 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514
9515 \series bold
9516 Malfatti
9517 \end_layout
9518
9519 \end_inset
9520 </cell>
9521 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525 Valeriano
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534 555
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 </row>
9540 <row>
9541 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9542 \begin_inset Text
9543
9544 \begin_layout Plain Layout
9545
9546 \series bold
9547 Meneguzzo
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Plain Layout
9556 Roberto
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9562 \begin_inset Text
9563
9564 \begin_layout Plain Layout
9565 555
9566 \end_layout
9567
9568 \end_inset
9569 </cell>
9570 </row>
9571 <row>
9572 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9573 \begin_inset Text
9574
9575 \begin_layout Plain Layout
9576
9577 \series bold
9578 Mezzadra
9579 \end_layout
9580
9581 \end_inset
9582 </cell>
9583 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9584 \begin_inset Text
9585
9586 \begin_layout Plain Layout
9587 Roberto
9588 \end_layout
9589
9590 \end_inset
9591 </cell>
9592 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9593 \begin_inset Text
9594
9595 \begin_layout Plain Layout
9596 555
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 </row>
9602 </lyxtabular>
9603
9604 \end_inset
9605
9606
9607 \end_layout
9608
9609 \begin_layout Section
9610 Special Longtable Issues
9611 \begin_inset CommandInset label
9612 LatexCommand label
9613 name "sec:Special-Longtable-Issues"
9614
9615 \end_inset
9616
9617
9618 \end_layout
9619
9620 \begin_layout Subsection
9621 Longtable Calculation
9622 \begin_inset Index idx
9623 status collapsed
9624
9625 \begin_layout Plain Layout
9626 Longtables ! Calculation
9627 \end_layout
9628
9629 \end_inset
9630
9631
9632 \end_layout
9633
9634 \begin_layout Standard
9635 LaTeX calculates the height of table pages and their page breaks using so
9636  called chunks.
9637  Chunks are parts of tables that held at the same time in LaTeX's memory.
9638  The default value was historically set to only 20 table rows.
9639  If you are using longtables with many pages this may slow down the creation
9640  of your document.
9641  You can safely increase the chunk size to values of 100-1000 by adding
9642  this command line to your document preamble:
9643 \end_layout
9644
9645 \begin_layout Standard
9646
9647 \series bold
9648
9649 \backslash
9650 setcounter{LTchunksize}{100}
9651 \end_layout
9652
9653 \begin_layout Subsection
9654 Floats and Longtables
9655 \begin_inset Index idx
9656 status collapsed
9657
9658 \begin_layout Plain Layout
9659 Longtables ! Floats
9660 \end_layout
9661
9662 \end_inset
9663
9664
9665 \end_layout
9666
9667 \begin_layout Standard
9668 There might be problems when a float appears on the same page where a longtable
9669  starts.
9670  To avoid such a situation, insert a 
9671 \begin_inset Quotes eld
9672 \end_inset
9673
9674 clear page
9675 \begin_inset Quotes erd
9676 \end_inset
9677
9678  (menu 
9679 \family sans
9680 Insert\SpecialChar \menuseparator
9681 Formatting\SpecialChar \menuseparator
9682 Clear
9683 \begin_inset space ~
9684 \end_inset
9685
9686 Page
9687 \family default
9688 ) before your longtable.
9689 \end_layout
9690
9691 \begin_layout Subsection
9692 Forced Page Breaks
9693 \begin_inset Index idx
9694 status collapsed
9695
9696 \begin_layout Plain Layout
9697 Longtables ! Forced Page Breaks
9698 \end_layout
9699
9700 \end_inset
9701
9702
9703 \end_layout
9704
9705 \begin_layout Standard
9706 By default tables are only broken between rows.
9707  If you have a cell with multiples lines and want to have a page break within
9708  the cell, insert the new line command 
9709 \begin_inset Quotes eld
9710 \end_inset
9711
9712
9713 \series bold
9714
9715 \backslash
9716
9717 \backslash
9718
9719 \series default
9720
9721 \begin_inset Quotes erd
9722 \end_inset
9723
9724  as TeX-Code at the point of the cell where it can be broken.
9725  Before the 
9726 \series bold
9727
9728 \backslash
9729
9730 \backslash
9731
9732 \series default
9733  command you have to insert in TeX-Code as many 
9734 \begin_inset Quotes eld
9735 \end_inset
9736
9737
9738 \series bold
9739 &
9740 \series default
9741
9742 \begin_inset Quotes erd
9743 \end_inset
9744
9745  characters as the number of the following table columns.
9746  The 
9747 \series bold
9748 &
9749 \series default
9750  is the character to separate table cells.
9751  Write in TeX-Code after each 
9752 \series bold
9753 &
9754 \series default
9755  the content of the corresponding following cell and delete the content
9756  of these cells.
9757 \begin_inset Newline newline
9758 \end_inset
9759
9760 After the 
9761 \series bold
9762
9763 \backslash
9764
9765 \backslash
9766
9767 \series default
9768  command, insert as many 
9769 \series bold
9770 &
9771 \series default
9772  characters as the number of table columns before the current column.
9773  In Table
9774 \begin_inset space ~
9775 \end_inset
9776
9777
9778 \begin_inset CommandInset ref
9779 LatexCommand ref
9780 reference "tab:ForcedPagebreak"
9781
9782 \end_inset
9783
9784  the cell that should be broken is in the second column followed by another
9785  column.
9786  Therefore the following command was inserted in the cell as TeX-Code after
9787  
9788 \begin_inset Quotes eld
9789 \end_inset
9790
9791
9792 \emph on
9793 Castelchiodato,
9794 \emph default
9795
9796 \begin_inset Quotes erd
9797 \end_inset
9798
9799 :
9800 \end_layout
9801
9802 \begin_layout Standard
9803
9804 \series bold
9805 & 111
9806 \backslash
9807
9808 \backslash
9809  
9810 \backslash
9811 newpage
9812 \begin_inset Newline newline
9813 \end_inset
9814
9815 &
9816 \end_layout
9817
9818 \begin_layout Standard
9819 The 
9820 \begin_inset Quotes eld
9821 \end_inset
9822
9823 111
9824 \begin_inset Quotes erd
9825 \end_inset
9826
9827  in the third column of the row was deleted.
9828  
9829 \series bold
9830
9831 \backslash
9832 newpage
9833 \series default
9834  is only needed when a page break should definitely occur at this position,
9835  otherwise it would be a conditional break.
9836  If your footer row of the longtable has for a certain reason no upper line
9837  but you would have a horizontal line where the cell is broken, use this
9838  command instead:
9839 \end_layout
9840
9841 \begin_layout Standard
9842
9843 \series bold
9844 & 111
9845 \backslash
9846
9847 \backslash
9848
9849 \begin_inset Newline newline
9850 \end_inset
9851
9852
9853 \backslash
9854 hline &
9855 \end_layout
9856
9857 \begin_layout Standard
9858 When the cell to be broken is in the last column, the command
9859 \end_layout
9860
9861 \begin_layout Standard
9862
9863 \series bold
9864
9865 \backslash
9866 setlength{
9867 \backslash
9868 parfillskip}{0pt}
9869 \end_layout
9870
9871 \begin_layout Standard
9872 must be inserted as TeX-Code at the beginning of the cell.
9873  This ensures that the part of the cell that will be displayed on the new
9874  page appears with the full width.
9875 \end_layout
9876
9877 \begin_layout Standard
9878 \align center
9879 \begin_inset Tabular
9880 <lyxtabular version="3" rows="38" columns="3">
9881 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9882 <column alignment="left" valignment="top" width="0cm">
9883 <column alignment="left" valignment="top" width="3cm">
9884 <column alignment="center" valignment="top" width="0pt">
9885 <row endfirsthead="true" caption="true">
9886 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Plain Layout
9890 \begin_inset Caption Standard
9891
9892 \begin_layout Plain Layout
9893 Table with forced page break in table cell
9894 \begin_inset CommandInset label
9895 LatexCommand label
9896 name "tab:ForcedPagebreak"
9897
9898 \end_inset
9899
9900
9901 \begin_inset Argument 1
9902 status collapsed
9903
9904 \begin_layout Plain Layout
9905 Table with forced page break in table cell
9906 \end_layout
9907
9908 \end_inset
9909
9910
9911 \end_layout
9912
9913 \end_inset
9914
9915
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924
9925 \end_layout
9926
9927 \end_inset
9928 </cell>
9929 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933
9934 \end_layout
9935
9936 \end_inset
9937 </cell>
9938 </row>
9939 <row endfirsthead="true">
9940 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9941 \begin_inset Text
9942
9943 \begin_layout Plain Layout
9944
9945 \series bold
9946 Example Phone List (ignore the names)
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Plain Layout
9964
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 </row>
9970 <row endfirsthead="true">
9971 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975
9976 \series bold
9977 NAME
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995
9996 \series bold
9997 TEL.
9998 \end_layout
9999
10000 \end_inset
10001 </cell>
10002 </row>
10003 <row endhead="true">
10004 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008 \begin_inset ERT
10009 status collapsed
10010
10011 \begin_layout Plain Layout
10012
10013
10014 \backslash
10015 caption*{Continued Example Phone List}
10016 \backslash
10017
10018 \backslash
10019 %
10020 \end_layout
10021
10022 \end_inset
10023
10024
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10030 \begin_inset Text
10031
10032 \begin_layout Plain Layout
10033
10034 \end_layout
10035
10036 \end_inset
10037 </cell>
10038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 </row>
10048 <row endhead="true">
10049 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053
10054 \series bold
10055 Example Phone List
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064
10065 \end_layout
10066
10067 \end_inset
10068 </cell>
10069 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Plain Layout
10073
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 </row>
10079 <row endhead="true">
10080 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10081 \begin_inset Text
10082
10083 \begin_layout Plain Layout
10084
10085 \series bold
10086 NAME
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104
10105 \series bold
10106 TEL.
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 </row>
10112 <row endfoot="true">
10113 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117 continued on next page
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126
10127 \end_layout
10128
10129 \end_inset
10130 </cell>
10131 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10132 \begin_inset Text
10133
10134 \begin_layout Plain Layout
10135
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 </row>
10141 <row>
10142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146
10147 \series bold
10148 Annovi
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157 Silvia
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166 111
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 </row>
10172 <row>
10173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10174 \begin_inset Text
10175
10176 \begin_layout Plain Layout
10177
10178 \series bold
10179 Bertoli
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188 Stefano
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Plain Layout
10197 111
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 </row>
10203 <row>
10204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10205 \begin_inset Text
10206
10207 \begin_layout Plain Layout
10208
10209 \series bold
10210 Bozzi
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10216 \begin_inset Text
10217
10218 \begin_layout Plain Layout
10219 Walter
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10225 \begin_inset Text
10226
10227 \begin_layout Plain Layout
10228 111
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 </row>
10234 <row>
10235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10236 \begin_inset Text
10237
10238 \begin_layout Plain Layout
10239
10240 \series bold
10241 Cachia
10242 \end_layout
10243
10244 \end_inset
10245 </cell>
10246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250 Maria
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259 111
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 </row>
10265 <row>
10266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270
10271 \series bold
10272 Cachia
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281 Maurizio
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290 111
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 </row>
10296 <row>
10297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301
10302 \series bold
10303 Cinquemani
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312 Giusi
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321 111
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 </row>
10327 <row>
10328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332
10333 \series bold
10334 Colin
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343 Bernard
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352 111
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 </row>
10358 <row>
10359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363
10364 \series bold
10365 Concli
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374 Gianfranco
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383 111
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 </row>
10389 <row>
10390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394
10395 \series bold
10396 Dal Bosco
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405 Carolina
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414 111
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 </row>
10420 <row>
10421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425
10426 \series bold
10427 Dalpiaz
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436 Annamaria
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445 111
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 </row>
10451 <row>
10452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456
10457 \series bold
10458 Feliciello
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467 Domenico
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476 111
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 </row>
10482 <row>
10483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487
10488 \series bold
10489 Focarelli
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498 Paola
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507 111
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 </row>
10513 <row>
10514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518
10519 \series bold
10520 Galletti
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 Oreste
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 111
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 </row>
10544 <row>
10545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549
10550 \series bold
10551 Gasparini
10552 \end_layout
10553
10554 \end_inset
10555 </cell>
10556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560 Franca
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569 111
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 </row>
10575 <row>
10576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580
10581 \series bold
10582 Lassini
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591 Giancarlo
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600 111
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 </row>
10606 <row>
10607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611
10612 \series bold
10613 Malfatti
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622 Luciano
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631 111
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 </row>
10637 <row>
10638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642
10643 \series bold
10644 Malfatti
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653 Valeriano
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Plain Layout
10662 111
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 </row>
10668 <row>
10669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673
10674 \series bold
10675 Meneguzzo
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684 Roberto
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693 111
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 </row>
10699 <row>
10700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704
10705 \series bold
10706 Mezzadra
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715 Roberto
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 111
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 </row>
10730 <row>
10731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735
10736 \series bold
10737 Pirpamer
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 Erich
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755 111
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 </row>
10761 <row>
10762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766
10767 \series bold
10768 Pochiesa
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10774 \begin_inset Text
10775
10776 \begin_layout Plain Layout
10777 Paolo
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786 111, 222
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 </row>
10792 <row>
10793 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797
10798 \series bold
10799 Radina
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808 Claudio
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817 111
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 </row>
10823 <row>
10824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10825 \begin_inset Text
10826
10827 \begin_layout Plain Layout
10828
10829 \series bold
10830 Rizzardi
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10836 \begin_inset Text
10837
10838 \begin_layout Plain Layout
10839 Paolo, 11.
10840  Fürst von Montecompatri, 11.
10841  Fürst von Sulmona und Vivaro, 10.
10842  Fürst von Rossano, 5.
10843  Herzog von Canemorte, 11.
10844  Herzog von Palombara, 5.
10845  Herzog von Castelchiodato,
10846 \begin_inset ERT
10847 status open
10848
10849 \begin_layout Plain Layout
10850
10851 & 111
10852 \backslash
10853
10854 \backslash
10855  
10856 \backslash
10857 newpage
10858 \end_layout
10859
10860 \begin_layout Plain Layout
10861
10862 &
10863 \end_layout
10864
10865 \end_inset
10866
10867  11.
10868  Herzog von Poggionativo, 11.
10869  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10870  Graf von Valinfreda, 11.
10871  Baron von Cropalati, 11.
10872  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10873 \end_layout
10874
10875 \end_inset
10876 </cell>
10877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10878 \begin_inset Text
10879
10880 \begin_layout Plain Layout
10881
10882 \end_layout
10883
10884 \end_inset
10885 </cell>
10886 </row>
10887 <row>
10888 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892
10893 \series bold
10894 Stuffer
10895 \end_layout
10896
10897 \end_inset
10898 </cell>
10899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Plain Layout
10903 Oskar
10904 \end_layout
10905
10906 \end_inset
10907 </cell>
10908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912 111
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 </row>
10918 <row>
10919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10920 \begin_inset Text
10921
10922 \begin_layout Plain Layout
10923
10924 \series bold
10925 Tacchelli
10926 \end_layout
10927
10928 \end_inset
10929 </cell>
10930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10931 \begin_inset Text
10932
10933 \begin_layout Plain Layout
10934 Ugo
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10940 \begin_inset Text
10941
10942 \begin_layout Plain Layout
10943 111
10944 \end_layout
10945
10946 \end_inset
10947 </cell>
10948 </row>
10949 <row>
10950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10951 \begin_inset Text
10952
10953 \begin_layout Plain Layout
10954
10955 \series bold
10956 Tezzele
10957 \end_layout
10958
10959 \end_inset
10960 </cell>
10961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10962 \begin_inset Text
10963
10964 \begin_layout Plain Layout
10965 Margit
10966 \end_layout
10967
10968 \end_inset
10969 </cell>
10970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10971 \begin_inset Text
10972
10973 \begin_layout Plain Layout
10974 111
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 </row>
10980 <row>
10981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985
10986 \series bold
10987 Unterkalmsteiner
10988 \end_layout
10989
10990 \end_inset
10991 </cell>
10992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10993 \begin_inset Text
10994
10995 \begin_layout Plain Layout
10996 Frieda
10997 \end_layout
10998
10999 \end_inset
11000 </cell>
11001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005 111
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 </row>
11011 <row>
11012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11013 \begin_inset Text
11014
11015 \begin_layout Plain Layout
11016
11017 \series bold
11018 Vieider
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027 Hilde
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036 111
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 </row>
11042 <row>
11043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047
11048 \series bold
11049 Vigna
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058 Jürgen
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 111
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 </row>
11073 <row>
11074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11075 \begin_inset Text
11076
11077 \begin_layout Plain Layout
11078
11079 \series bold
11080 Weber
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Plain Layout
11089 Maurizio
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098 111
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 </row>
11104 <row>
11105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109
11110 \series bold
11111 Winkler
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120 Franz
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Plain Layout
11129 111
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 </row>
11135 </lyxtabular>
11136
11137 \end_inset
11138
11139
11140 \end_layout
11141
11142 \begin_layout Section
11143 Multiple Lines, Columns and Rows
11144 \end_layout
11145
11146 \begin_layout Subsection
11147 Multiple Lines in Table Cells
11148 \begin_inset CommandInset label
11149 LatexCommand label
11150 name "sub:Multiple-Lines-in"
11151
11152 \end_inset
11153
11154
11155 \begin_inset Index idx
11156 status collapsed
11157
11158 \begin_layout Plain Layout
11159 Multiple Lines in Table Cells
11160 \end_layout
11161
11162 \end_inset
11163
11164
11165 \begin_inset Index idx
11166 status collapsed
11167
11168 \begin_layout Plain Layout
11169 Table ! Linebreaks
11170 \end_layout
11171
11172 \end_inset
11173
11174
11175 \end_layout
11176
11177 \begin_layout Standard
11178 \noindent
11179 \begin_inset Float table
11180 placement H
11181 wide false
11182 sideways false
11183 status open
11184
11185 \begin_layout Plain Layout
11186 \begin_inset Caption Standard
11187
11188 \begin_layout Plain Layout
11189 \begin_inset CommandInset label
11190 LatexCommand label
11191 name "tab:Table-with-multiple"
11192
11193 \end_inset
11194
11195 Table with multiple lines in cells
11196 \end_layout
11197
11198 \end_inset
11199
11200
11201 \end_layout
11202
11203 \begin_layout Plain Layout
11204 \align center
11205 \begin_inset Tabular
11206 <lyxtabular version="3" rows="3" columns="3">
11207 <features rotate="0" tabularvalignment="middle">
11208 <column alignment="center" valignment="middle" width="2.5cm">
11209 <column alignment="center" valignment="middle">
11210 <column alignment="center" valignment="middle">
11211 <row>
11212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216 multiple
11217 \begin_inset Newline linebreak
11218 \end_inset
11219
11220 lines
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11226 \begin_inset Text
11227
11228 \begin_layout Plain Layout
11229 b
11230 \end_layout
11231
11232 \end_inset
11233 </cell>
11234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238 c
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 </row>
11244 <row>
11245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249 d
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258 e
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11264 \begin_inset Text
11265
11266 \begin_layout Plain Layout
11267 f
11268 \end_layout
11269
11270 \end_inset
11271 </cell>
11272 </row>
11273 <row>
11274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278 g
11279 \end_layout
11280
11281 \end_inset
11282 </cell>
11283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11284 \begin_inset Text
11285
11286 \begin_layout Plain Layout
11287 h
11288 \end_layout
11289
11290 \end_inset
11291 </cell>
11292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11293 \begin_inset Text
11294
11295 \begin_layout Plain Layout
11296 i
11297 \end_layout
11298
11299 \end_inset
11300 </cell>
11301 </row>
11302 </lyxtabular>
11303
11304 \end_inset
11305
11306
11307 \end_layout
11308
11309 \end_inset
11310
11311
11312 \end_layout
11313
11314 \begin_layout Standard
11315 Setting a fixed width for a column enables you to enter text as a paragraph
11316  with multiple lines and hyphenation.
11317 \end_layout
11318
11319 \begin_layout Standard
11320 To produce Table
11321 \begin_inset space ~
11322 \end_inset
11323
11324
11325 \begin_inset CommandInset ref
11326 LatexCommand ref
11327 reference "tab:Table-with-multiple"
11328
11329 \end_inset
11330
11331 , create a 3×3 table, mark the first cell and right-click on it.
11332  In the appearing table dialog we set a cell width of 2.5
11333 \begin_inset space \thinspace{}
11334 \end_inset
11335
11336 cm and choose centered for the vertical and horizontal alignment.
11337  The vertical alignment is used for all cells of the row.
11338  As our text is smaller than 2.5
11339 \begin_inset space \thinspace{}
11340 \end_inset
11341
11342 cm, only one line will appear.
11343  To get two lines, a justified line break (shortcut 
11344 \begin_inset Info
11345 type  "shortcut"
11346 arg   "newline-insert linebreak"
11347 \end_inset
11348
11349 ) was added.
11350  If the text is wider than the set cell width, it will automatically be
11351  broken to several lines.
11352 \end_layout
11353
11354 \begin_layout Standard
11355 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11356  by LaTeX if it is the first entry.
11357  Therefore you need to insert something to prevent the word not being the
11358  first entry.
11359  So add a horizontal space of 0
11360 \begin_inset space \thinspace{}
11361 \end_inset
11362
11363 pt before the word.
11364  As the space is zero, it doesn't change the output.
11365  Table
11366 \begin_inset space ~
11367 \end_inset
11368
11369
11370 \begin_inset CommandInset ref
11371 LatexCommand ref
11372 reference "tab:Table-with-and"
11373
11374 \end_inset
11375
11376  shows the effect.
11377 \end_layout
11378
11379 \begin_layout Standard
11380 \begin_inset Float table
11381 placement h
11382 wide false
11383 sideways false
11384 status open
11385
11386 \begin_layout Plain Layout
11387 \begin_inset Caption Standard
11388
11389 \begin_layout Plain Layout
11390 \begin_inset CommandInset label
11391 LatexCommand label
11392 name "tab:Table-with-and"
11393
11394 \end_inset
11395
11396 Table with and without hyphenation
11397 \end_layout
11398
11399 \end_inset
11400
11401
11402 \end_layout
11403
11404 \begin_layout Plain Layout
11405 \begin_inset space \hfill{}
11406 \end_inset
11407
11408
11409 \begin_inset Tabular
11410 <lyxtabular version="3" rows="3" columns="3">
11411 <features rotate="0" tabularvalignment="middle">
11412 <column alignment="center" valignment="middle" width="2.5cm">
11413 <column alignment="center" valignment="middle">
11414 <column alignment="center" valignment="middle">
11415 <row>
11416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420 verylongtablecellword
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 b
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Plain Layout
11438 c
11439 \end_layout
11440
11441 \end_inset
11442 </cell>
11443 </row>
11444 <row>
11445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449 d
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11455 \begin_inset Text
11456
11457 \begin_layout Plain Layout
11458 e
11459 \end_layout
11460
11461 \end_inset
11462 </cell>
11463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467 f
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 </row>
11473 <row>
11474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478 g
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487 h
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11493 \begin_inset Text
11494
11495 \begin_layout Plain Layout
11496 i
11497 \end_layout
11498
11499 \end_inset
11500 </cell>
11501 </row>
11502 </lyxtabular>
11503
11504 \end_inset
11505
11506
11507 \begin_inset space \hfill{}
11508 \end_inset
11509
11510
11511 \begin_inset Tabular
11512 <lyxtabular version="3" rows="3" columns="3">
11513 <features rotate="0" tabularvalignment="middle">
11514 <column alignment="center" valignment="middle" width="2.5cm">
11515 <column alignment="center" valignment="middle">
11516 <column alignment="center" valignment="middle">
11517 <row>
11518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Plain Layout
11522 \begin_inset space \hspace{}
11523 \length 0pt
11524 \end_inset
11525
11526 verylongtablecellword
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535 b
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Plain Layout
11544 c
11545 \end_layout
11546
11547 \end_inset
11548 </cell>
11549 </row>
11550 <row>
11551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555 d
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11561 \begin_inset Text
11562
11563 \begin_layout Plain Layout
11564 e
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11570 \begin_inset Text
11571
11572 \begin_layout Plain Layout
11573 f
11574 \end_layout
11575
11576 \end_inset
11577 </cell>
11578 </row>
11579 <row>
11580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584 g
11585 \end_layout
11586
11587 \end_inset
11588 </cell>
11589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11590 \begin_inset Text
11591
11592 \begin_layout Plain Layout
11593 h
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Plain Layout
11602 i
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 </row>
11608 </lyxtabular>
11609
11610 \end_inset
11611
11612
11613 \begin_inset space \hfill{}
11614 \end_inset
11615
11616
11617 \end_layout
11618
11619 \end_inset
11620
11621
11622 \end_layout
11623
11624 \begin_layout Subsection
11625 Multicolumns
11626 \begin_inset CommandInset label
11627 LatexCommand label
11628 name "sub:Multicolumns"
11629
11630 \end_inset
11631
11632
11633 \begin_inset Index idx
11634 status collapsed
11635
11636 \begin_layout Plain Layout
11637 Multicolumns
11638 \end_layout
11639
11640 \end_inset
11641
11642
11643 \begin_inset Index idx
11644 status collapsed
11645
11646 \begin_layout Plain Layout
11647 Table ! Multicolumns
11648 \end_layout
11649
11650 \end_inset
11651
11652
11653 \end_layout
11654
11655 \begin_layout Subsubsection
11656 Multicolumn Basics
11657 \end_layout
11658
11659 \begin_layout Standard
11660 To merge cells over multiple columns, select as many cells within a row
11661  as you want to merge and use either the table-toolbar button 
11662 \begin_inset Info
11663 type  "icon"
11664 arg   "inset-modify tabular multicolumn"
11665 \end_inset
11666
11667 , or the menu 
11668 \family sans
11669 Edit\SpecialChar \menuseparator
11670 Table\SpecialChar \menuseparator
11671 Multicolumn
11672 \family default
11673 , or right click on the marked cells and choose 
11674 \family sans
11675 Multicolumn
11676 \family default
11677  in the context menu.
11678 \end_layout
11679
11680 \begin_layout Standard
11681 Multicolumns have there own cell settings.
11682  That means changing cell borders, cell alignment, and the width only affects
11683  the multicolumn.
11684  Here is an example table with a multicolumn cell in the first row and one
11685  in the last row without the upper border:
11686 \end_layout
11687
11688 \begin_layout Standard
11689 \align center
11690 \begin_inset Tabular
11691 <lyxtabular version="3" rows="3" columns="4">
11692 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11693 <column alignment="center" valignment="top" width="0pt">
11694 <column alignment="center" valignment="middle">
11695 <column alignment="center" valignment="top" width="0in">
11696 <column alignment="center" valignment="top" width="0pt">
11697 <row>
11698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11699 \begin_inset Text
11700
11701 \begin_layout Plain Layout
11702 abc
11703 \end_layout
11704
11705 \end_inset
11706 </cell>
11707 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11708 \begin_inset Text
11709
11710 \begin_layout Plain Layout
11711 def ghi
11712 \end_layout
11713
11714 \end_inset
11715 </cell>
11716 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729 jkl
11730 \end_layout
11731
11732 \end_inset
11733 </cell>
11734 </row>
11735 <row>
11736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11737 \begin_inset Text
11738
11739 \begin_layout Plain Layout
11740
11741 \family roman
11742 \series medium
11743 \shape up
11744 \size normal
11745 \emph off
11746 \bar no
11747 \noun off
11748 \color none
11749 A
11750 \end_layout
11751
11752 \end_inset
11753 </cell>
11754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11755 \begin_inset Text
11756
11757 \begin_layout Plain Layout
11758 B
11759 \end_layout
11760
11761 \end_inset
11762 </cell>
11763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11764 \begin_inset Text
11765
11766 \begin_layout Plain Layout
11767 C
11768 \end_layout
11769
11770 \end_inset
11771 </cell>
11772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11773 \begin_inset Text
11774
11775 \begin_layout Plain Layout
11776 D
11777 \end_layout
11778
11779 \end_inset
11780 </cell>
11781 </row>
11782 <row>
11783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11784 \begin_inset Text
11785
11786 \begin_layout Plain Layout
11787 1
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796 2
11797 \end_layout
11798
11799 \end_inset
11800 </cell>
11801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11802 \begin_inset Text
11803
11804 \begin_layout Plain Layout
11805 3
11806 \end_layout
11807
11808 \end_inset
11809 </cell>
11810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11811 \begin_inset Text
11812
11813 \begin_layout Plain Layout
11814 4
11815 \end_layout
11816
11817 \end_inset
11818 </cell>
11819 </row>
11820 </lyxtabular>
11821
11822 \end_inset
11823
11824
11825 \end_layout
11826
11827 \begin_layout Subsubsection
11828 Multicolumn Calculations
11829 \begin_inset CommandInset label
11830 LatexCommand label
11831 name "sub:Multicolumn-Calculations"
11832
11833 \end_inset
11834
11835
11836 \begin_inset Index idx
11837 status collapsed
11838
11839 \begin_layout Plain Layout
11840 Multicolumns ! Calculations
11841 \end_layout
11842
11843 \end_inset
11844
11845
11846 \end_layout
11847
11848 \begin_layout Standard
11849 LyX supports multicolumns directly, but we have to take account of the cell
11850  width of the columns spanned by the multicolumn cell.
11851 \end_layout
11852
11853 \begin_layout Standard
11854 \begin_inset Float table
11855 placement h
11856 wide false
11857 sideways false
11858 status open
11859
11860 \begin_layout Plain Layout
11861 \begin_inset Caption Standard
11862
11863 \begin_layout Plain Layout
11864 \begin_inset CommandInset label
11865 LatexCommand label
11866 name "tab:Table-with-centered"
11867
11868 \end_inset
11869
11870 Table with centered multicolumn text above two columns that have exactly
11871  half the width of the multicolumn cell
11872 \begin_inset Argument 1
11873 status collapsed
11874
11875 \begin_layout Plain Layout
11876 Perfect multicolumn table
11877 \end_layout
11878
11879 \end_inset
11880
11881
11882 \end_layout
11883
11884 \end_inset
11885
11886
11887 \end_layout
11888
11889 \begin_layout Plain Layout
11890 \align center
11891 \begin_inset Tabular
11892 <lyxtabular version="3" rows="3" columns="3">
11893 <features rotate="0" tabularvalignment="middle">
11894 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11895 <column alignment="center" valignment="middle">
11896 <column alignment="center" valignment="top">
11897 <row>
11898 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11899 \begin_inset Text
11900
11901 \begin_layout Plain Layout
11902 multiple lines multicolumn
11903 \end_layout
11904
11905 \end_inset
11906 </cell>
11907 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11908 \begin_inset Text
11909
11910 \begin_layout Plain Layout
11911
11912 \end_layout
11913
11914 \end_inset
11915 </cell>
11916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11917 \begin_inset Text
11918
11919 \begin_layout Plain Layout
11920 c
11921 \end_layout
11922
11923 \end_inset
11924 </cell>
11925 </row>
11926 <row>
11927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11928 \begin_inset Text
11929
11930 \begin_layout Plain Layout
11931 d
11932 \end_layout
11933
11934 \end_inset
11935 </cell>
11936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11937 \begin_inset Text
11938
11939 \begin_layout Plain Layout
11940 e
11941 \end_layout
11942
11943 \end_inset
11944 </cell>
11945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11946 \begin_inset Text
11947
11948 \begin_layout Plain Layout
11949 f
11950 \end_layout
11951
11952 \end_inset
11953 </cell>
11954 </row>
11955 <row>
11956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11957 \begin_inset Text
11958
11959 \begin_layout Plain Layout
11960 g
11961 \end_layout
11962
11963 \end_inset
11964 </cell>
11965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11966 \begin_inset Text
11967
11968 \begin_layout Plain Layout
11969 h
11970 \end_layout
11971
11972 \end_inset
11973 </cell>
11974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11975 \begin_inset Text
11976
11977 \begin_layout Plain Layout
11978 i
11979 \end_layout
11980
11981 \end_inset
11982 </cell>
11983 </row>
11984 </lyxtabular>
11985
11986 \end_inset
11987
11988
11989 \end_layout
11990
11991 \end_inset
11992
11993
11994 \end_layout
11995
11996 \begin_layout Standard
11997 To create for example Table
11998 \begin_inset space ~
11999 \end_inset
12000
12001
12002 \begin_inset CommandInset ref
12003 LatexCommand ref
12004 reference "tab:Table-with-centered"
12005
12006 \end_inset
12007
12008 , mark the first two cells in the first row of a 3×3 table and right-click
12009  on them.
12010  Now choose for this cell 
12011 \emph on
12012 multicolumn
12013 \emph default
12014
12015 \emph on
12016 centered alignment
12017 \emph default
12018  and a width of 2.5
12019 \begin_inset space \thinspace{}
12020 \end_inset
12021
12022 cm in the table dialog.
12023  The merged columns should have exactly half the width of the multicolumn
12024  cell, so that you would set a width of 1.25
12025 \begin_inset space \thinspace{}
12026 \end_inset
12027
12028 cm for the first column.
12029  The second column has then automatically a width of 1.25
12030 \begin_inset space \thinspace{}
12031 \end_inset
12032
12033 cm (multicolumn width - width of first column).
12034  This was done for Table
12035 \begin_inset space ~
12036 \end_inset
12037
12038
12039 \begin_inset CommandInset ref
12040 LatexCommand ref
12041 reference "tab:Table-without-half"
12042
12043 \end_inset
12044
12045 .
12046 \end_layout
12047
12048 \begin_layout Standard
12049 \begin_inset Float table
12050 wide false
12051 sideways false
12052 status open
12053
12054 \begin_layout Plain Layout
12055 \begin_inset Caption Standard
12056
12057 \begin_layout Plain Layout
12058 \begin_inset CommandInset label
12059 LatexCommand label
12060 name "tab:Table-without-half"
12061
12062 \end_inset
12063
12064 Table where the spanned table columns are not exactly half the width of
12065  the multicolumn cell
12066 \begin_inset Argument 1
12067 status collapsed
12068
12069 \begin_layout Plain Layout
12070 Imperfect multicolumn table
12071 \end_layout
12072
12073 \end_inset
12074
12075
12076 \end_layout
12077
12078 \end_inset
12079
12080
12081 \end_layout
12082
12083 \begin_layout Plain Layout
12084 \align center
12085 \begin_inset Tabular
12086 <lyxtabular version="3" rows="3" columns="3">
12087 <features rotate="0" tabularvalignment="middle">
12088 <column alignment="center" valignment="top" width="1.25cm">
12089 <column alignment="center" valignment="top">
12090 <column alignment="center" valignment="top">
12091 <row>
12092 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12093 \begin_inset Text
12094
12095 \begin_layout Plain Layout
12096 multiple lines multicolumn
12097 \end_layout
12098
12099 \end_inset
12100 </cell>
12101 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12102 \begin_inset Text
12103
12104 \begin_layout Plain Layout
12105
12106 \end_layout
12107
12108 \end_inset
12109 </cell>
12110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12111 \begin_inset Text
12112
12113 \begin_layout Plain Layout
12114 c
12115 \end_layout
12116
12117 \end_inset
12118 </cell>
12119 </row>
12120 <row>
12121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12122 \begin_inset Text
12123
12124 \begin_layout Plain Layout
12125 d
12126 \end_layout
12127
12128 \end_inset
12129 </cell>
12130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12131 \begin_inset Text
12132
12133 \begin_layout Plain Layout
12134 e
12135 \end_layout
12136
12137 \end_inset
12138 </cell>
12139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12140 \begin_inset Text
12141
12142 \begin_layout Plain Layout
12143 f
12144 \end_layout
12145
12146 \end_inset
12147 </cell>
12148 </row>
12149 <row>
12150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12151 \begin_inset Text
12152
12153 \begin_layout Plain Layout
12154 g
12155 \end_layout
12156
12157 \end_inset
12158 </cell>
12159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12160 \begin_inset Text
12161
12162 \begin_layout Plain Layout
12163 h
12164 \end_layout
12165
12166 \end_inset
12167 </cell>
12168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12169 \begin_inset Text
12170
12171 \begin_layout Plain Layout
12172 i
12173 \end_layout
12174
12175 \end_inset
12176 </cell>
12177 </row>
12178 </lyxtabular>
12179
12180 \end_inset
12181
12182
12183 \end_layout
12184
12185 \end_inset
12186
12187
12188 \end_layout
12189
12190 \begin_layout Standard
12191 You can see that the first column is not half the width of the multicolumn
12192  cell, it is a bit bigger.
12193  The reason is that the specified width of a cell 
12194 \begin_inset Formula $W_{g}$
12195 \end_inset
12196
12197  is not its total width 
12198 \begin_inset Formula $W_{\mathrm{tot}}$
12199 \end_inset
12200
12201  because a cell is always a bit larger than specified.
12202  Appendix
12203 \begin_inset space ~
12204 \end_inset
12205
12206
12207 \begin_inset CommandInset ref
12208 LatexCommand ref
12209 reference "cha:Explanation-of-Equation"
12210
12211 \end_inset
12212
12213  explains this in detail.
12214 \end_layout
12215
12216 \begin_layout Standard
12217 The width 
12218 \begin_inset Formula $W_{g\, n}$
12219 \end_inset
12220
12221  which the user needs to set when 
12222 \emph on
12223 n
12224 \emph default
12225  columns are spanned can be calculated, so that each column has a total
12226  width of 
12227 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12228 \end_inset
12229
12230 :
12231 \begin_inset Formula 
12232 \begin{equation}
12233 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12234 \end{equation}
12235
12236 \end_inset
12237
12238
12239 \end_layout
12240
12241 \begin_layout Standard
12242 In our case we have 
12243 \begin_inset Formula $n=2$
12244 \end_inset
12245
12246
12247 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12248 \end_inset
12249
12250 cm and the default values for the lengths, so that equation 
12251 \begin_inset CommandInset ref
12252 LatexCommand ref
12253 reference "eq:Wgn"
12254
12255 \end_inset
12256
12257  becomes
12258 \begin_inset Formula 
12259 \begin{equation}
12260 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12261 \end{equation}
12262
12263 \end_inset
12264
12265
12266 \end_layout
12267
12268 \begin_layout Standard
12269 To enable calculations in LaTeX, the LaTeX-package 
12270 \series bold
12271 calc
12272 \series default
12273  must be loaded with the document preamble line
12274 \begin_inset Index idx
12275 status collapsed
12276
12277 \begin_layout Plain Layout
12278 LaTeX-packages ! calc
12279 \end_layout
12280
12281 \end_inset
12282
12283
12284 \end_layout
12285
12286 \begin_layout Standard
12287
12288 \series bold
12289
12290 \backslash
12291 usepackage{calc}
12292 \end_layout
12293
12294 \begin_layout Standard
12295 LyX does not allow you to calculate lengths in the 
12296 \family sans
12297 Width
12298 \family default
12299  field of the table dialog.
12300  Therefore you have to format the column by inserting a LaTeX-argument in
12301  the dialog.
12302  Here is an overview about the arguments:
12303 \end_layout
12304
12305 \begin_layout Itemize
12306
12307 \series bold
12308 p{width}
12309 \series default
12310  creates cell with a fixed width, its text is vertically top-aligned
12311 \end_layout
12312
12313 \begin_layout Itemize
12314
12315 \series bold
12316 m{width}
12317 \series default
12318  creates cell with a fixed width, its text is vertically centered
12319 \end_layout
12320
12321 \begin_layout Itemize
12322
12323 \series bold
12324 b{width}
12325 \series default
12326  creates cell with a fixed width, its text is vertically bottom-aligned
12327 \end_layout
12328
12329 \begin_layout Standard
12330 By entering a LaTeX-argument, all cell settings set in the table dialog
12331  are overwritten.
12332 \end_layout
12333
12334 \begin_layout Standard
12335 \begin_inset Note Greyedout
12336 status open
12337
12338 \begin_layout Plain Layout
12339
12340 \series bold
12341 Note:
12342 \series default
12343  Due to a bug, LyX shows the overwritten settings anyway.
12344 \end_layout
12345
12346 \end_inset
12347
12348
12349 \end_layout
12350
12351 \begin_layout Standard
12352 As the text should be horizontally centered, the command 
12353 \series bold
12354
12355 \backslash
12356 centering
12357 \series default
12358  is added.
12359  You can now enter the following LaTeX-argument for the first spanned column:
12360 \end_layout
12361
12362 \begin_layout Standard
12363
12364 \series bold
12365 >{
12366 \backslash
12367 centering}m{1.25cm-6.2pt}
12368 \end_layout
12369
12370 \begin_layout Standard
12371 The command 
12372 \series bold
12373 >{ }
12374 \series default
12375  means, that the commands inside the braces are applied before the cell
12376  is created.
12377 \end_layout
12378
12379 \begin_layout Standard
12380 Although we have chosen centered alignment for the text of the multicolumn
12381  cell, it is still left aligned.
12382  This is because LyX only applies the alignment to single columns.
12383  So for the multicolumn cell we have to use the LaTeX-argument
12384 \end_layout
12385
12386 \begin_layout Standard
12387
12388 \series bold
12389 >{
12390 \backslash
12391 centering}m{2.5cm}
12392 \end_layout
12393
12394 \begin_layout Subsection
12395 Multirows
12396 \begin_inset CommandInset label
12397 LatexCommand label
12398 name "sub:Multirows"
12399
12400 \end_inset
12401
12402
12403 \begin_inset Index idx
12404 status collapsed
12405
12406 \begin_layout Plain Layout
12407 Multirows
12408 \end_layout
12409
12410 \end_inset
12411
12412
12413 \begin_inset Index idx
12414 status collapsed
12415
12416 \begin_layout Plain Layout
12417 Table ! Multirows
12418 \end_layout
12419
12420 \end_inset
12421
12422
12423 \end_layout
12424
12425 \begin_layout Standard
12426 To merge cells over multiple rows, select as many cells within a column
12427  as you want to merge and use either the table-toolbar button 
12428 \begin_inset Info
12429 type  "icon"
12430 arg   "inset-modify tabular multirow"
12431 \end_inset
12432
12433 , or the menu 
12434 \family sans
12435 Edit\SpecialChar \menuseparator
12436 Table\SpecialChar \menuseparator
12437 Multirow
12438 \family default
12439 , or right click on the marked cells and choose 
12440 \family sans
12441 Multirow
12442 \family default
12443  in the context menu.
12444 \end_layout
12445
12446 \begin_layout Standard
12447 Here is an example table with a multirow in the first column:
12448 \end_layout
12449
12450 \begin_layout Standard
12451 \align center
12452 \begin_inset Tabular
12453 <lyxtabular version="3" rows="3" columns="3">
12454 <features rotate="0" tabularvalignment="middle">
12455 <column alignment="center" valignment="top" width="0pt">
12456 <column alignment="center" valignment="top">
12457 <column alignment="center" valignment="top">
12458 <row>
12459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12460 \begin_inset Text
12461
12462 \begin_layout Plain Layout
12463 a long cell entry
12464 \end_layout
12465
12466 \end_inset
12467 </cell>
12468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12469 \begin_inset Text
12470
12471 \begin_layout Plain Layout
12472 b
12473 \end_layout
12474
12475 \end_inset
12476 </cell>
12477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12478 \begin_inset Text
12479
12480 \begin_layout Plain Layout
12481 c
12482 \end_layout
12483
12484 \end_inset
12485 </cell>
12486 </row>
12487 <row>
12488 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12489 \begin_inset Text
12490
12491 \begin_layout Plain Layout
12492 multirow
12493 \end_layout
12494
12495 \end_inset
12496 </cell>
12497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12498 \begin_inset Text
12499
12500 \begin_layout Plain Layout
12501 e
12502 \end_layout
12503
12504 \end_inset
12505 </cell>
12506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510 f
12511 \end_layout
12512
12513 \end_inset
12514 </cell>
12515 </row>
12516 <row>
12517 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12518 \begin_inset Text
12519
12520 \begin_layout Plain Layout
12521
12522 \end_layout
12523
12524 \end_inset
12525 </cell>
12526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12527 \begin_inset Text
12528
12529 \begin_layout Plain Layout
12530 h
12531 \end_layout
12532
12533 \end_inset
12534 </cell>
12535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12536 \begin_inset Text
12537
12538 \begin_layout Plain Layout
12539 i
12540 \end_layout
12541
12542 \end_inset
12543 </cell>
12544 </row>
12545 </lyxtabular>
12546
12547 \end_inset
12548
12549
12550 \end_layout
12551
12552 \begin_layout Standard
12553 The width of multirow cells is set by setting the width and alignment for
12554  the whole column.
12555  The 
12556 \family sans
12557 Vertical Offset
12558 \family default
12559  shifts the content of the multirow up/down if the offset is positive/negative.
12560 \end_layout
12561
12562 \begin_layout Standard
12563 If the column of a multirow cell has no explicit width, the multirow cell
12564  inherits the alignment of the column.
12565  Otherwise it is by default left-aligned.
12566  To override the default, renew the command 
12567 \series bold
12568
12569 \backslash
12570 multirowsetup
12571 \series default
12572  with the command
12573 \end_layout
12574
12575 \begin_layout Standard
12576
12577 \series bold
12578
12579 \backslash
12580 renewcommand{
12581 \backslash
12582 multirowsetup}{
12583 \backslash
12584 centering}
12585 \end_layout
12586
12587 \begin_layout Standard
12588 in the document preamble.
12589  Then all entries of multirow cells in the document are centered.
12590  If centering is only needed for several tables, you can renew the command
12591  in a TeX-Code box just before the table instead of the preamble.
12592  If the text should be right-aligned, replace 
12593 \series bold
12594
12595 \backslash
12596 centering
12597 \series default
12598  by 
12599 \series bold
12600
12601 \backslash
12602 raggedleft
12603 \series default
12604 .
12605  To return to left-alignment 
12606 \series bold
12607
12608 \backslash
12609 raggedright
12610 \series default
12611  is used.
12612 \end_layout
12613
12614 \begin_layout Standard
12615 This is an example table with a right-aligned multirow cell that has a vertical
12616  offset of -4
12617 \begin_inset space \thinspace{}
12618 \end_inset
12619
12620 mm and is in a 3
12621 \begin_inset space \thinspace{}
12622 \end_inset
12623
12624 cm wide column:
12625 \end_layout
12626
12627 \begin_layout Standard
12628 \noindent
12629 \align center
12630 \begin_inset ERT
12631 status collapsed
12632
12633 \begin_layout Plain Layout
12634
12635
12636 \backslash
12637 renewcommand{
12638 \backslash
12639 multirowsetup}{
12640 \backslash
12641 raggedleft}
12642 \end_layout
12643
12644 \end_inset
12645
12646
12647 \begin_inset Tabular
12648 <lyxtabular version="3" rows="4" columns="3">
12649 <features rotate="0" tabularvalignment="middle">
12650 <column alignment="center" valignment="top" width="3cm">
12651 <column alignment="center" valignment="top">
12652 <column alignment="center" valignment="top">
12653 <row>
12654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12655 \begin_inset Text
12656
12657 \begin_layout Plain Layout
12658 a long cell entry
12659 \end_layout
12660
12661 \end_inset
12662 </cell>
12663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12664 \begin_inset Text
12665
12666 \begin_layout Plain Layout
12667 b
12668 \end_layout
12669
12670 \end_inset
12671 </cell>
12672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12673 \begin_inset Text
12674
12675 \begin_layout Plain Layout
12676 c
12677 \end_layout
12678
12679 \end_inset
12680 </cell>
12681 </row>
12682 <row>
12683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12684 \begin_inset Text
12685
12686 \begin_layout Plain Layout
12687 t
12688 \end_layout
12689
12690 \end_inset
12691 </cell>
12692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12693 \begin_inset Text
12694
12695 \begin_layout Plain Layout
12696 n
12697 \end_layout
12698
12699 \end_inset
12700 </cell>
12701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12702 \begin_inset Text
12703
12704 \begin_layout Plain Layout
12705 m
12706 \end_layout
12707
12708 \end_inset
12709 </cell>
12710 </row>
12711 <row>
12712 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12713 \begin_inset Text
12714
12715 \begin_layout Plain Layout
12716 multirow
12717 \end_layout
12718
12719 \end_inset
12720 </cell>
12721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12722 \begin_inset Text
12723
12724 \begin_layout Plain Layout
12725 e
12726 \end_layout
12727
12728 \end_inset
12729 </cell>
12730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12731 \begin_inset Text
12732
12733 \begin_layout Plain Layout
12734 f
12735 \end_layout
12736
12737 \end_inset
12738 </cell>
12739 </row>
12740 <row>
12741 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12742 \begin_inset Text
12743
12744 \begin_layout Plain Layout
12745
12746 \end_layout
12747
12748 \end_inset
12749 </cell>
12750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12751 \begin_inset Text
12752
12753 \begin_layout Plain Layout
12754 h
12755 \end_layout
12756
12757 \end_inset
12758 </cell>
12759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12760 \begin_inset Text
12761
12762 \begin_layout Plain Layout
12763 i
12764 \end_layout
12765
12766 \end_inset
12767 </cell>
12768 </row>
12769 </lyxtabular>
12770
12771 \end_inset
12772
12773
12774 \begin_inset ERT
12775 status collapsed
12776
12777 \begin_layout Plain Layout
12778
12779
12780 \backslash
12781 renewcommand{
12782 \backslash
12783 multirowsetup}{
12784 \backslash
12785 raggedright}
12786 \end_layout
12787
12788 \end_inset
12789
12790
12791 \end_layout
12792
12793 \begin_layout Standard
12794 To start a new line in a multirow you can use a forced line break (shortcut
12795  
12796 \begin_inset Info
12797 type  "shortcut"
12798 arg   "newline-insert newline"
12799 \end_inset
12800
12801 ) but this will not respect the cell lines as demonstrated in this table:
12802 \end_layout
12803
12804 \begin_layout Standard
12805 \noindent
12806 \align center
12807 \begin_inset Tabular
12808 <lyxtabular version="3" rows="3" columns="2">
12809 <features rotate="0" tabularvalignment="middle">
12810 <column alignment="left" valignment="middle" width="2cm">
12811 <column alignment="center" valignment="top">
12812 <row>
12813 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817 aaa
12818 \begin_inset Newline newline
12819 \end_inset
12820
12821 aaa
12822 \begin_inset Newline newline
12823 \end_inset
12824
12825 wrong cell
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12831 \begin_inset Text
12832
12833 \begin_layout Plain Layout
12834 ccc
12835 \end_layout
12836
12837 \end_inset
12838 </cell>
12839 </row>
12840 <row>
12841 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12842 \begin_inset Text
12843
12844 \begin_layout Plain Layout
12845
12846 \end_layout
12847
12848 \end_inset
12849 </cell>
12850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12851 \begin_inset Text
12852
12853 \begin_layout Plain Layout
12854 ddd
12855 \end_layout
12856
12857 \end_inset
12858 </cell>
12859 </row>
12860 <row>
12861 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12862 \begin_inset Text
12863
12864 \begin_layout Plain Layout
12865 bbb
12866 \end_layout
12867
12868 \end_inset
12869 </cell>
12870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12871 \begin_inset Text
12872
12873 \begin_layout Plain Layout
12874 eee
12875 \end_layout
12876
12877 \end_inset
12878 </cell>
12879 </row>
12880 </lyxtabular>
12881
12882 \end_inset
12883
12884
12885 \end_layout
12886
12887 \begin_layout Standard
12888 Therefore be careful with forced line breaks.
12889 \end_layout
12890
12891 \begin_layout Subsection
12892 Cells with diagonal line(s)
12893 \end_layout
12894
12895 \begin_layout Standard
12896 To tell the reader what is meant by column and row headings in a table,
12897  it is helpful to split the first cell of the table by one or two diagonal
12898  lines.
12899  This can be achieved by loading the LaTeX-package 
12900 \series bold
12901 diagbox
12902 \series default
12903
12904 \begin_inset Index idx
12905 status collapsed
12906
12907 \begin_layout Plain Layout
12908 LaTeX-packages ! picinpar
12909 \end_layout
12910
12911 \end_inset
12912
12913  in the document preamble.
12914  The package provides the command 
12915 \series bold
12916
12917 \backslash
12918 diagbox
12919 \series default
12920  that is inserted as TeX-Code and that can take 2 or 3
12921 \begin_inset space ~
12922 \end_inset
12923
12924 arguments:
12925 \end_layout
12926
12927 \begin_layout Standard
12928
12929 \series bold
12930
12931 \backslash
12932 diagbox[options]{lower left}{upper right}
12933 \end_layout
12934
12935 \begin_layout Standard
12936
12937 \series bold
12938
12939 \backslash
12940 diagbox[options]{lower left}{upper left}{upper right}
12941 \end_layout
12942
12943 \begin_layout Standard
12944 The first scheme divides the cell by a single diagonal line and the arguments
12945  are placed below and above this line.
12946  The second scheme divides the cell by 2
12947 \begin_inset space ~
12948 \end_inset
12949
12950 lines.
12951 \end_layout
12952
12953 \begin_layout Standard
12954 \begin_inset ERT
12955 status collapsed
12956
12957 \begin_layout Plain Layout
12958
12959
12960 \backslash
12961 ifdiagbox
12962 \end_layout
12963
12964 \end_inset
12965
12966
12967 \begin_inset Note Note
12968 status open
12969
12970 \begin_layout Plain Layout
12971 The following section will only be displayed when the LaTeX-package 
12972 \series bold
12973 diagbox
12974 \series default
12975  is installed.
12976 \end_layout
12977
12978 \end_inset
12979
12980
12981 \end_layout
12982
12983 \begin_layout Standard
12984 Here is an example table where 
12985 \series bold
12986
12987 \backslash
12988 diagbox 
12989 \series default
12990 is used in the 2-argument scheme in the first cell:
12991 \begin_inset VSpace medskip
12992 \end_inset
12993
12994
12995 \end_layout
12996
12997 \begin_layout Standard
12998 \noindent
12999 \begin_inset Tabular
13000 <lyxtabular version="3" rows="4" columns="4">
13001 <features rotate="0" tabularvalignment="middle">
13002 <column alignment="center" valignment="top">
13003 <column alignment="center" valignment="top">
13004 <column alignment="center" valignment="top">
13005 <column alignment="center" valignment="top">
13006 <row>
13007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13008 \begin_inset Text
13009
13010 \begin_layout Plain Layout
13011 \begin_inset ERT
13012 status collapsed
13013
13014 \begin_layout Plain Layout
13015
13016
13017 \backslash
13018 diagbox{
13019 \end_layout
13020
13021 \end_inset
13022
13023 Name
13024 \begin_inset ERT
13025 status collapsed
13026
13027 \begin_layout Plain Layout
13028
13029 }{
13030 \end_layout
13031
13032 \end_inset
13033
13034 Parameter
13035 \begin_inset ERT
13036 status collapsed
13037
13038 \begin_layout Plain Layout
13039
13040 }
13041 \end_layout
13042
13043 \end_inset
13044
13045
13046 \end_layout
13047
13048 \end_inset
13049 </cell>
13050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13051 \begin_inset Text
13052
13053 \begin_layout Plain Layout
13054 Thickness in nm
13055 \end_layout
13056
13057 \end_inset
13058 </cell>
13059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13060 \begin_inset Text
13061
13062 \begin_layout Plain Layout
13063 Transparency in %
13064 \end_layout
13065
13066 \end_inset
13067 </cell>
13068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13069 \begin_inset Text
13070
13071 \begin_layout Plain Layout
13072 Hardness in MPa
13073 \end_layout
13074
13075 \end_inset
13076 </cell>
13077 </row>
13078 <row>
13079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13080 \begin_inset Text
13081
13082 \begin_layout Plain Layout
13083 Perfect Green
13084 \end_layout
13085
13086 \end_inset
13087 </cell>
13088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13089 \begin_inset Text
13090
13091 \begin_layout Plain Layout
13092 45
13093 \end_layout
13094
13095 \end_inset
13096 </cell>
13097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13098 \begin_inset Text
13099
13100 \begin_layout Plain Layout
13101 80
13102 \end_layout
13103
13104 \end_inset
13105 </cell>
13106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13107 \begin_inset Text
13108
13109 \begin_layout Plain Layout
13110 504
13111 \end_layout
13112
13113 \end_inset
13114 </cell>
13115 </row>
13116 <row>
13117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13118 \begin_inset Text
13119
13120 \begin_layout Plain Layout
13121 Dark Multi-P
13122 \end_layout
13123
13124 \end_inset
13125 </cell>
13126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13127 \begin_inset Text
13128
13129 \begin_layout Plain Layout
13130 60
13131 \end_layout
13132
13133 \end_inset
13134 </cell>
13135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13136 \begin_inset Text
13137
13138 \begin_layout Plain Layout
13139 72
13140 \end_layout
13141
13142 \end_inset
13143 </cell>
13144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13145 \begin_inset Text
13146
13147 \begin_layout Plain Layout
13148 982
13149 \end_layout
13150
13151 \end_inset
13152 </cell>
13153 </row>
13154 <row>
13155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13156 \begin_inset Text
13157
13158 \begin_layout Plain Layout
13159 Crystal Clear Pro
13160 \end_layout
13161
13162 \end_inset
13163 </cell>
13164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Plain Layout
13168 18
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 86
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13183 \begin_inset Text
13184
13185 \begin_layout Plain Layout
13186 374
13187 \end_layout
13188
13189 \end_inset
13190 </cell>
13191 </row>
13192 </lyxtabular>
13193
13194 \end_inset
13195
13196
13197 \begin_inset VSpace medskip
13198 \end_inset
13199
13200
13201 \end_layout
13202
13203 \begin_layout Standard
13204 The 3-argument scheme is for example useful for cross-tables of sports leagues
13205  or distances:
13206 \end_layout
13207
13208 \begin_layout Standard
13209 \noindent
13210 \align center
13211 \begin_inset Tabular
13212 <lyxtabular version="3" rows="4" columns="4">
13213 <features rotate="0" tabularvalignment="middle">
13214 <column alignment="center" valignment="top" width="0pt">
13215 <column alignment="center" valignment="top">
13216 <column alignment="center" valignment="top">
13217 <column alignment="center" valignment="top">
13218 <row>
13219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13220 \begin_inset Text
13221
13222 \begin_layout Plain Layout
13223 \begin_inset ERT
13224 status collapsed
13225
13226 \begin_layout Plain Layout
13227
13228
13229 \backslash
13230 diagbox{
13231 \end_layout
13232
13233 \end_inset
13234
13235 Team home
13236 \begin_inset ERT
13237 status collapsed
13238
13239 \begin_layout Plain Layout
13240
13241 }{
13242 \end_layout
13243
13244 \end_inset
13245
13246 Result
13247 \begin_inset ERT
13248 status collapsed
13249
13250 \begin_layout Plain Layout
13251
13252 }{
13253 \end_layout
13254
13255 \end_inset
13256
13257 Team away
13258 \begin_inset ERT
13259 status collapsed
13260
13261 \begin_layout Plain Layout
13262
13263 }
13264 \end_layout
13265
13266 \end_inset
13267
13268
13269 \end_layout
13270
13271 \end_inset
13272 </cell>
13273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13274 \begin_inset Text
13275
13276 \begin_layout Plain Layout
13277 Tigers
13278 \end_layout
13279
13280 \end_inset
13281 </cell>
13282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13283 \begin_inset Text
13284
13285 \begin_layout Plain Layout
13286 Panthers
13287 \end_layout
13288
13289 \end_inset
13290 </cell>
13291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13292 \begin_inset Text
13293
13294 \begin_layout Plain Layout
13295 Falcons
13296 \end_layout
13297
13298 \end_inset
13299 </cell>
13300 </row>
13301 <row>
13302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13303 \begin_inset Text
13304
13305 \begin_layout Plain Layout
13306 Tigers
13307 \end_layout
13308
13309 \end_inset
13310 </cell>
13311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13312 \begin_inset Text
13313
13314 \begin_layout Plain Layout
13315 ---
13316 \end_layout
13317
13318 \end_inset
13319 </cell>
13320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13321 \begin_inset Text
13322
13323 \begin_layout Plain Layout
13324 1:3
13325 \end_layout
13326
13327 \end_inset
13328 </cell>
13329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13330 \begin_inset Text
13331
13332 \begin_layout Plain Layout
13333 0:1
13334 \end_layout
13335
13336 \end_inset
13337 </cell>
13338 </row>
13339 <row>
13340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Plain Layout
13344 Panthers
13345 \end_layout
13346
13347 \end_inset
13348 </cell>
13349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13350 \begin_inset Text
13351
13352 \begin_layout Plain Layout
13353 3:1
13354 \end_layout
13355
13356 \end_inset
13357 </cell>
13358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13359 \begin_inset Text
13360
13361 \begin_layout Plain Layout
13362 ---
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Plain Layout
13371 0:0
13372 \end_layout
13373
13374 \end_inset
13375 </cell>
13376 </row>
13377 <row>
13378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382 Falcons
13383 \end_layout
13384
13385 \end_inset
13386 </cell>
13387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13388 \begin_inset Text
13389
13390 \begin_layout Plain Layout
13391 1:0
13392 \end_layout
13393
13394 \end_inset
13395 </cell>
13396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13397 \begin_inset Text
13398
13399 \begin_layout Plain Layout
13400 0:0
13401 \end_layout
13402
13403 \end_inset
13404 </cell>
13405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13406 \begin_inset Text
13407
13408 \begin_layout Plain Layout
13409 ---
13410 \end_layout
13411
13412 \end_inset
13413 </cell>
13414 </row>
13415 </lyxtabular>
13416
13417 \end_inset
13418
13419
13420 \end_layout
13421
13422 \begin_layout Standard
13423 For larger cross-tables one might use split cells in 2 or every corner of
13424  the table like in this example:
13425 \end_layout
13426
13427 \begin_layout Standard
13428 \noindent
13429 \align center
13430 \begin_inset Tabular
13431 <lyxtabular version="3" rows="5" columns="5">
13432 <features rotate="0" tabularvalignment="middle">
13433 <column alignment="center" valignment="top" width="0pt">
13434 <column alignment="center" valignment="top">
13435 <column alignment="center" valignment="top">
13436 <column alignment="center" valignment="top">
13437 <column alignment="center" valignment="top">
13438 <row>
13439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13440 \begin_inset Text
13441
13442 \begin_layout Plain Layout
13443 \begin_inset ERT
13444 status open
13445
13446 \begin_layout Plain Layout
13447
13448
13449 \backslash
13450 diagbox{
13451 \end_layout
13452
13453 \end_inset
13454
13455 Team home
13456 \begin_inset ERT
13457 status collapsed
13458
13459 \begin_layout Plain Layout
13460
13461 }{
13462 \end_layout
13463
13464 \end_inset
13465
13466 Result
13467 \begin_inset ERT
13468 status collapsed
13469
13470 \begin_layout Plain Layout
13471
13472 }{
13473 \end_layout
13474
13475 \end_inset
13476
13477 Team away
13478 \begin_inset ERT
13479 status collapsed
13480
13481 \begin_layout Plain Layout
13482
13483 }
13484 \end_layout
13485
13486 \end_inset
13487
13488
13489 \end_layout
13490
13491 \end_inset
13492 </cell>
13493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13494 \begin_inset Text
13495
13496 \begin_layout Plain Layout
13497 Tigers
13498 \end_layout
13499
13500 \end_inset
13501 </cell>
13502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13503 \begin_inset Text
13504
13505 \begin_layout Plain Layout
13506 Panthers
13507 \end_layout
13508
13509 \end_inset
13510 </cell>
13511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13512 \begin_inset Text
13513
13514 \begin_layout Plain Layout
13515 Falcons
13516 \end_layout
13517
13518 \end_inset
13519 </cell>
13520 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13521 \begin_inset Text
13522
13523 \begin_layout Plain Layout
13524 \begin_inset ERT
13525 status open
13526
13527 \begin_layout Plain Layout
13528
13529
13530 \backslash
13531 diagbox[dir=NE]{
13532 \end_layout
13533
13534 \end_inset
13535
13536 Team home
13537 \begin_inset ERT
13538 status collapsed
13539
13540 \begin_layout Plain Layout
13541
13542 }{
13543 \end_layout
13544
13545 \end_inset
13546
13547 Result
13548 \begin_inset ERT
13549 status collapsed
13550
13551 \begin_layout Plain Layout
13552
13553 }{
13554 \end_layout
13555
13556 \end_inset
13557
13558 Team away
13559 \begin_inset ERT
13560 status collapsed
13561
13562 \begin_layout Plain Layout
13563
13564 }
13565 \end_layout
13566
13567 \end_inset
13568
13569
13570 \end_layout
13571
13572 \end_inset
13573 </cell>
13574 </row>
13575 <row>
13576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13577 \begin_inset Text
13578
13579 \begin_layout Plain Layout
13580 Tigers
13581 \end_layout
13582
13583 \end_inset
13584 </cell>
13585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13586 \begin_inset Text
13587
13588 \begin_layout Plain Layout
13589 ---
13590 \end_layout
13591
13592 \end_inset
13593 </cell>
13594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13595 \begin_inset Text
13596
13597 \begin_layout Plain Layout
13598 1:3
13599 \end_layout
13600
13601 \end_inset
13602 </cell>
13603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13604 \begin_inset Text
13605
13606 \begin_layout Plain Layout
13607 0:1
13608 \end_layout
13609
13610 \end_inset
13611 </cell>
13612 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13613 \begin_inset Text
13614
13615 \begin_layout Plain Layout
13616 Tigers
13617 \end_layout
13618
13619 \end_inset
13620 </cell>
13621 </row>
13622 <row>
13623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13624 \begin_inset Text
13625
13626 \begin_layout Plain Layout
13627 Panthers
13628 \end_layout
13629
13630 \end_inset
13631 </cell>
13632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13633 \begin_inset Text
13634
13635 \begin_layout Plain Layout
13636 3:1
13637 \end_layout
13638
13639 \end_inset
13640 </cell>
13641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13642 \begin_inset Text
13643
13644 \begin_layout Plain Layout
13645 ---
13646 \end_layout
13647
13648 \end_inset
13649 </cell>
13650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13651 \begin_inset Text
13652
13653 \begin_layout Plain Layout
13654 0:0
13655 \end_layout
13656
13657 \end_inset
13658 </cell>
13659 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13660 \begin_inset Text
13661
13662 \begin_layout Plain Layout
13663 Panthers
13664 \end_layout
13665
13666 \end_inset
13667 </cell>
13668 </row>
13669 <row>
13670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13671 \begin_inset Text
13672
13673 \begin_layout Plain Layout
13674 Falcons
13675 \end_layout
13676
13677 \end_inset
13678 </cell>
13679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13680 \begin_inset Text
13681
13682 \begin_layout Plain Layout
13683 1:0
13684 \end_layout
13685
13686 \end_inset
13687 </cell>
13688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13689 \begin_inset Text
13690
13691 \begin_layout Plain Layout
13692 0:0
13693 \end_layout
13694
13695 \end_inset
13696 </cell>
13697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13698 \begin_inset Text
13699
13700 \begin_layout Plain Layout
13701 ---
13702 \end_layout
13703
13704 \end_inset
13705 </cell>
13706 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13707 \begin_inset Text
13708
13709 \begin_layout Plain Layout
13710 Falcons
13711 \end_layout
13712
13713 \end_inset
13714 </cell>
13715 </row>
13716 <row>
13717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Plain Layout
13721 \begin_inset ERT
13722 status open
13723
13724 \begin_layout Plain Layout
13725
13726
13727 \backslash
13728 diagbox[dir=SW]{
13729 \end_layout
13730
13731 \end_inset
13732
13733 Team home
13734 \begin_inset ERT
13735 status collapsed
13736
13737 \begin_layout Plain Layout
13738
13739 }{
13740 \end_layout
13741
13742 \end_inset
13743
13744 Result
13745 \begin_inset ERT
13746 status collapsed
13747
13748 \begin_layout Plain Layout
13749
13750 }{
13751 \end_layout
13752
13753 \end_inset
13754
13755 Team away
13756 \begin_inset ERT
13757 status collapsed
13758
13759 \begin_layout Plain Layout
13760
13761 }
13762 \end_layout
13763
13764 \end_inset
13765
13766
13767 \end_layout
13768
13769 \end_inset
13770 </cell>
13771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13772 \begin_inset Text
13773
13774 \begin_layout Plain Layout
13775 Tigers
13776 \end_layout
13777
13778 \end_inset
13779 </cell>
13780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13781 \begin_inset Text
13782
13783 \begin_layout Plain Layout
13784 Panthers
13785 \end_layout
13786
13787 \end_inset
13788 </cell>
13789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Plain Layout
13793 Falcons
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 \begin_inset ERT
13803 status open
13804
13805 \begin_layout Plain Layout
13806
13807
13808 \backslash
13809 diagbox[dir=SE]{
13810 \end_layout
13811
13812 \end_inset
13813
13814 Team home
13815 \begin_inset ERT
13816 status collapsed
13817
13818 \begin_layout Plain Layout
13819
13820 }{
13821 \end_layout
13822
13823 \end_inset
13824
13825 Result
13826 \begin_inset ERT
13827 status collapsed
13828
13829 \begin_layout Plain Layout
13830
13831 }{
13832 \end_layout
13833
13834 \end_inset
13835
13836 Team away
13837 \begin_inset ERT
13838 status collapsed
13839
13840 \begin_layout Plain Layout
13841
13842 }
13843 \end_layout
13844
13845 \end_inset
13846
13847
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 </row>
13853 </lyxtabular>
13854
13855 \end_inset
13856
13857
13858 \end_layout
13859
13860 \begin_layout Standard
13861 To rotate the diagonal lines, the command option 
13862 \series bold
13863 dir=direction
13864 \series default
13865  is used.
13866  
13867 \emph on
13868 direction
13869 \emph default
13870  is either 
13871 \series bold
13872 NE
13873 \series default
13874
13875 \series bold
13876 DE
13877 \series default
13878
13879 \series bold
13880 SW
13881 \series default
13882  or 
13883 \series bold
13884 NW
13885 \series default
13886  and represent a point of a compass.
13887  
13888 \series bold
13889 SW
13890 \series default
13891  is for example the south-west corner.
13892  Thus in the lower left cell of the above table the command
13893 \end_layout
13894
13895 \begin_layout Standard
13896
13897 \series bold
13898
13899 \backslash
13900 diagbox[dir=SW]{Team home}{Result}{Team away}
13901 \end_layout
13902
13903 \begin_layout Standard
13904 is used.
13905  If no direction is given, it will be NW.
13906 \end_layout
13907
13908 \begin_layout Standard
13909 The necessary width of split cells is automatically calculated.
13910  Thus if you set a fixed column width smaller than the calculated one, the
13911  cell's content will protrude the cell borders:
13912 \end_layout
13913
13914 \begin_layout Standard
13915 \noindent
13916 \align center
13917 \begin_inset Tabular
13918 <lyxtabular version="3" rows="2" columns="2">
13919 <features rotate="0" tabularvalignment="middle">
13920 <column alignment="center" valignment="top" width="3cm">
13921 <column alignment="center" valignment="top">
13922 <row>
13923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13924 \begin_inset Text
13925
13926 \begin_layout Plain Layout
13927 \begin_inset ERT
13928 status collapsed
13929
13930 \begin_layout Plain Layout
13931
13932
13933 \backslash
13934 diagbox{
13935 \end_layout
13936
13937 \end_inset
13938
13939 Name
13940 \begin_inset ERT
13941 status collapsed
13942
13943 \begin_layout Plain Layout
13944
13945 }{
13946 \end_layout
13947
13948 \end_inset
13949
13950 Parameter
13951 \begin_inset ERT
13952 status collapsed
13953
13954 \begin_layout Plain Layout
13955
13956 }
13957 \end_layout
13958
13959 \end_inset
13960
13961
13962 \end_layout
13963
13964 \end_inset
13965 </cell>
13966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13967 \begin_inset Text
13968
13969 \begin_layout Plain Layout
13970 Thickness in nm
13971 \end_layout
13972
13973 \end_inset
13974 </cell>
13975 </row>
13976 <row>
13977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13978 \begin_inset Text
13979
13980 \begin_layout Plain Layout
13981 Perfect Green
13982 \end_layout
13983
13984 \end_inset
13985 </cell>
13986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13987 \begin_inset Text
13988
13989 \begin_layout Plain Layout
13990 45
13991 \end_layout
13992
13993 \end_inset
13994 </cell>
13995 </row>
13996 </lyxtabular>
13997
13998 \end_inset
13999
14000
14001 \end_layout
14002
14003 \begin_layout Standard
14004 If you need a certain width for columns with a split cell, use the command
14005  option 
14006 \series bold
14007 width=3cm
14008 \series default
14009  (replace '3cm' by the width you need).
14010  In the following table the width of the first column is set to 4
14011 \begin_inset space \thinspace{}
14012 \end_inset
14013
14014 cm.
14015  For 
14016 \series bold
14017
14018 \backslash
14019 diagbox
14020 \series default
14021  a width of 4
14022 \begin_inset space \thinspace{}
14023 \end_inset
14024
14025 cm + 2
14026 \begin_inset space \thinspace{}
14027 \end_inset
14028
14029
14030 \backslash
14031 tabcolsep is necessary because the overall width is the width for the text
14032  (in this case the 4
14033 \begin_inset space \thinspace{}
14034 \end_inset
14035
14036 cm) plus two times the separation of the text and the cell border.
14037  The calculation of the width cannot be done in the command option of 
14038 \series bold
14039
14040 \backslash
14041 diagbox
14042 \series default
14043  so one needs to create a new length which can be used later.
14044  This is done with the TeX-Code commands
14045 \end_layout
14046
14047 \begin_layout Standard
14048
14049 \series bold
14050
14051 \backslash
14052 newlength{
14053 \backslash
14054 diagtest}
14055 \begin_inset Newline newline
14056 \end_inset
14057
14058
14059 \backslash
14060 setlength{
14061 \backslash
14062 diagtest}{4cm+2
14063 \backslash
14064 tabcolsep}
14065 \end_layout
14066
14067 \begin_layout Standard
14068 \begin_inset ERT
14069 status collapsed
14070
14071 \begin_layout Plain Layout
14072
14073
14074 \backslash
14075 newlength{
14076 \backslash
14077 diagtest}
14078 \end_layout
14079
14080 \begin_layout Plain Layout
14081
14082
14083 \backslash
14084 setlength{
14085 \backslash
14086 diagtest}{4cm+2
14087 \backslash
14088 tabcolsep}
14089 \end_layout
14090
14091 \end_inset
14092
14093
14094 \end_layout
14095
14096 \begin_layout Standard
14097 To enable calculations in LaTeX one needs to load the package 
14098 \series bold
14099 calc
14100 \series default
14101
14102 \begin_inset Index idx
14103 status collapsed
14104
14105 \begin_layout Plain Layout
14106 LaTeX-packages ! calc
14107 \end_layout
14108
14109 \end_inset
14110
14111  in the document preamble.
14112 \end_layout
14113
14114 \begin_layout Standard
14115 In this table you can now use the command
14116 \end_layout
14117
14118 \begin_layout Standard
14119
14120 \series bold
14121
14122 \backslash
14123 diagbox[width=
14124 \backslash
14125 diagtest]{A}{B}
14126 \end_layout
14127
14128 \begin_layout Standard
14129 in the first cell:
14130 \end_layout
14131
14132 \begin_layout Standard
14133 \noindent
14134 \align center
14135 \begin_inset Tabular
14136 <lyxtabular version="3" rows="2" columns="2">
14137 <features rotate="0" tabularvalignment="middle">
14138 <column alignment="center" valignment="top" width="4cm">
14139 <column alignment="center" valignment="top">
14140 <row>
14141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14142 \begin_inset Text
14143
14144 \begin_layout Plain Layout
14145 \begin_inset ERT
14146 status open
14147
14148 \begin_layout Plain Layout
14149
14150
14151 \backslash
14152 diagbox[width=
14153 \backslash
14154 diagtest]{
14155 \end_layout
14156
14157 \end_inset
14158
14159 A
14160 \begin_inset ERT
14161 status collapsed
14162
14163 \begin_layout Plain Layout
14164
14165 }{
14166 \end_layout
14167
14168 \end_inset
14169
14170 B
14171 \begin_inset ERT
14172 status collapsed
14173
14174 \begin_layout Plain Layout
14175
14176 }
14177 \end_layout
14178
14179 \end_inset
14180
14181
14182 \end_layout
14183
14184 \end_inset
14185 </cell>
14186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14187 \begin_inset Text
14188
14189 \begin_layout Plain Layout
14190 Thickness in nm
14191 \end_layout
14192
14193 \end_inset
14194 </cell>
14195 </row>
14196 <row>
14197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14198 \begin_inset Text
14199
14200 \begin_layout Plain Layout
14201 Perfect Green
14202 \end_layout
14203
14204 \end_inset
14205 </cell>
14206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14207 \begin_inset Text
14208
14209 \begin_layout Plain Layout
14210 45
14211 \end_layout
14212
14213 \end_inset
14214 </cell>
14215 </row>
14216 </lyxtabular>
14217
14218 \end_inset
14219
14220
14221 \end_layout
14222
14223 \begin_layout Standard
14224 Note that the split cell needs to be the widest one in the column.
14225  Otherwise the length of the diagonal line cannot be calculated correctly
14226  like in this table:
14227 \end_layout
14228
14229 \begin_layout Standard
14230 \noindent
14231 \align center
14232 \begin_inset Tabular
14233 <lyxtabular version="3" rows="2" columns="2">
14234 <features rotate="0" tabularvalignment="middle">
14235 <column alignment="center" valignment="top" width="0pt">
14236 <column alignment="center" valignment="top">
14237 <row>
14238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14239 \begin_inset Text
14240
14241 \begin_layout Plain Layout
14242 \begin_inset ERT
14243 status collapsed
14244
14245 \begin_layout Plain Layout
14246
14247
14248 \backslash
14249 diagbox{
14250 \end_layout
14251
14252 \end_inset
14253
14254 A
14255 \begin_inset ERT
14256 status collapsed
14257
14258 \begin_layout Plain Layout
14259
14260 }{
14261 \end_layout
14262
14263 \end_inset
14264
14265 B
14266 \begin_inset ERT
14267 status collapsed
14268
14269 \begin_layout Plain Layout
14270
14271 }
14272 \end_layout
14273
14274 \end_inset
14275
14276
14277 \end_layout
14278
14279 \end_inset
14280 </cell>
14281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14282 \begin_inset Text
14283
14284 \begin_layout Plain Layout
14285 Thickness in nm
14286 \end_layout
14287
14288 \end_inset
14289 </cell>
14290 </row>
14291 <row>
14292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14293 \begin_inset Text
14294
14295 \begin_layout Plain Layout
14296 Perfect Green
14297 \end_layout
14298
14299 \end_inset
14300 </cell>
14301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14302 \begin_inset Text
14303
14304 \begin_layout Plain Layout
14305 45
14306 \end_layout
14307
14308 \end_inset
14309 </cell>
14310 </row>
14311 </lyxtabular>
14312
14313 \end_inset
14314
14315
14316 \end_layout
14317
14318 \begin_layout Standard
14319 In this case use the 
14320 \series bold
14321 width
14322 \series default
14323  option of the 
14324 \series bold
14325
14326 \backslash
14327 diagbox
14328 \series default
14329  command.
14330  It is then not necessary to add 2
14331 \backslash
14332 tabcolsep because the cell width is now the width of the column.
14333  In this table a width of 3
14334 \begin_inset space \thinspace{}
14335 \end_inset
14336
14337 cm is used:
14338 \end_layout
14339
14340 \begin_layout Standard
14341 \noindent
14342 \align center
14343 \begin_inset Tabular
14344 <lyxtabular version="3" rows="2" columns="2">
14345 <features rotate="0" tabularvalignment="middle">
14346 <column alignment="center" valignment="top" width="0pt">
14347 <column alignment="center" valignment="top">
14348 <row>
14349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14350 \begin_inset Text
14351
14352 \begin_layout Plain Layout
14353 \begin_inset ERT
14354 status open
14355
14356 \begin_layout Plain Layout
14357
14358
14359 \backslash
14360 diagbox[width=3cm]{
14361 \end_layout
14362
14363 \end_inset
14364
14365 A
14366 \begin_inset ERT
14367 status collapsed
14368
14369 \begin_layout Plain Layout
14370
14371 }{
14372 \end_layout
14373
14374 \end_inset
14375
14376 B
14377 \begin_inset ERT
14378 status collapsed
14379
14380 \begin_layout Plain Layout
14381
14382 }
14383 \end_layout
14384
14385 \end_inset
14386
14387
14388 \end_layout
14389
14390 \end_inset
14391 </cell>
14392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14393 \begin_inset Text
14394
14395 \begin_layout Plain Layout
14396 Thickness in nm
14397 \end_layout
14398
14399 \end_inset
14400 </cell>
14401 </row>
14402 <row>
14403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14404 \begin_inset Text
14405
14406 \begin_layout Plain Layout
14407 Perfect Green
14408 \end_layout
14409
14410 \end_inset
14411 </cell>
14412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14413 \begin_inset Text
14414
14415 \begin_layout Plain Layout
14416 45
14417 \end_layout
14418
14419 \end_inset
14420 </cell>
14421 </row>
14422 </lyxtabular>
14423
14424 \end_inset
14425
14426
14427 \end_layout
14428
14429 \begin_layout Standard
14430 For multiple text lines in split cells one needs some extra height to fit
14431  the text to the cell.
14432  This can be achieved with the 
14433 \series bold
14434
14435 \backslash
14436 diagbox
14437 \series default
14438  option 
14439 \series bold
14440 height=3cm
14441 \series default
14442  (replace '3cm' by the height you need).
14443  In the following table the command
14444 \end_layout
14445
14446 \begin_layout Standard
14447
14448 \series bold
14449
14450 \backslash
14451 diagbox[width=3cm,height=1.4cm]{A
14452 \backslash
14453
14454 \backslash
14455 B}{C
14456 \backslash
14457
14458 \backslash
14459 D}
14460 \end_layout
14461
14462 \begin_layout Standard
14463 is used in the first cell.
14464  The command 
14465 \series bold
14466
14467 \backslash
14468
14469 \backslash
14470
14471 \series default
14472  creates hereby the line break.
14473 \begin_inset Foot
14474 status collapsed
14475
14476 \begin_layout Plain Layout
14477 Breaking lines with 
14478 \family sans
14479 Ctrl+Return
14480 \family default
14481  is only possible when the column has a fixed width.
14482 \end_layout
14483
14484 \end_inset
14485
14486
14487 \end_layout
14488
14489 \begin_layout Standard
14490 \noindent
14491 \align center
14492 \begin_inset Tabular
14493 <lyxtabular version="3" rows="2" columns="2">
14494 <features rotate="0" tabularvalignment="middle">
14495 <column alignment="center" valignment="top">
14496 <column alignment="center" valignment="top">
14497 <row>
14498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14499 \begin_inset Text
14500
14501 \begin_layout Plain Layout
14502 \begin_inset ERT
14503 status open
14504
14505 \begin_layout Plain Layout
14506
14507
14508 \backslash
14509 diagbox[width=3cm,height=1.4cm]{
14510 \end_layout
14511
14512 \end_inset
14513
14514 A
14515 \begin_inset ERT
14516 status collapsed
14517
14518 \begin_layout Plain Layout
14519
14520
14521 \backslash
14522
14523 \backslash
14524
14525 \end_layout
14526
14527 \end_inset
14528
14529 B
14530 \begin_inset ERT
14531 status collapsed
14532
14533 \begin_layout Plain Layout
14534
14535 }{
14536 \end_layout
14537
14538 \end_inset
14539
14540 C
14541 \begin_inset ERT
14542 status collapsed
14543
14544 \begin_layout Plain Layout
14545
14546
14547 \backslash
14548
14549 \backslash
14550
14551 \end_layout
14552
14553 \end_inset
14554
14555 D
14556 \begin_inset ERT
14557 status collapsed
14558
14559 \begin_layout Plain Layout
14560
14561 }
14562 \end_layout
14563
14564 \end_inset
14565
14566
14567 \end_layout
14568
14569 \end_inset
14570 </cell>
14571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14572 \begin_inset Text
14573
14574 \begin_layout Plain Layout
14575 Thickness in nm
14576 \end_layout
14577
14578 \end_inset
14579 </cell>
14580 </row>
14581 <row>
14582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14583 \begin_inset Text
14584
14585 \begin_layout Plain Layout
14586 Perfect Green
14587 \end_layout
14588
14589 \end_inset
14590 </cell>
14591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14592 \begin_inset Text
14593
14594 \begin_layout Plain Layout
14595 45
14596 \end_layout
14597
14598 \end_inset
14599 </cell>
14600 </row>
14601 </lyxtabular>
14602
14603 \end_inset
14604
14605
14606 \end_layout
14607
14608 \begin_layout Standard
14609 \begin_inset ERT
14610 status collapsed
14611
14612 \begin_layout Plain Layout
14613
14614
14615 \backslash
14616 else
14617 \end_layout
14618
14619 \end_inset
14620
14621
14622 \begin_inset Note Note
14623 status open
14624
14625 \begin_layout Plain Layout
14626 The following will be displayed when the LaTeX-package 
14627 \series bold
14628 diagbox
14629 \series default
14630  is not installed:
14631 \end_layout
14632
14633 \end_inset
14634
14635
14636 \end_layout
14637
14638 \begin_layout Standard
14639 You need to install the LaTeX-package 
14640 \series bold
14641 diagbox
14642 \series default
14643  to see the following part of this section in the output.
14644 \end_layout
14645
14646 \begin_layout Standard
14647 \begin_inset ERT
14648 status collapsed
14649
14650 \begin_layout Plain Layout
14651
14652
14653 \backslash
14654 fi
14655 \end_layout
14656
14657 \end_inset
14658
14659
14660 \end_layout
14661
14662 \begin_layout Standard
14663 For more info about the LaTeX-package 
14664 \series bold
14665 diagbox
14666 \series default
14667 , see its documentation, 
14668 \begin_inset CommandInset citation
14669 LatexCommand cite
14670 key "diagbox"
14671
14672 \end_inset
14673
14674 .
14675 \end_layout
14676
14677 \begin_layout Section
14678 Formal Tables
14679 \begin_inset CommandInset label
14680 LatexCommand label
14681 name "sec:Formal-Tables"
14682
14683 \end_inset
14684
14685
14686 \begin_inset Index idx
14687 status collapsed
14688
14689 \begin_layout Plain Layout
14690 Table ! Formal
14691 \end_layout
14692
14693 \end_inset
14694
14695
14696 \end_layout
14697
14698 \begin_layout Standard
14699 Tables are often typeset in books similar to Table
14700 \begin_inset space ~
14701 \end_inset
14702
14703
14704 \begin_inset CommandInset ref
14705 LatexCommand ref
14706 reference "tab:Example-booktabs-table"
14707
14708 \end_inset
14709
14710 .
14711  This kind of tables is called 
14712 \begin_inset Quotes eld
14713 \end_inset
14714
14715
14716 \emph on
14717 formal
14718 \emph default
14719
14720 \begin_inset Quotes erd
14721 \end_inset
14722
14723 .
14724  To make a table a formal table use the option 
14725 \family sans
14726 Formal
14727 \family default
14728  in the 
14729 \family sans
14730 Borders
14731 \family default
14732  tab of the table dialog.
14733 \end_layout
14734
14735 \begin_layout Standard
14736 \begin_inset Float table
14737 placement h
14738 wide false
14739 sideways false
14740 status open
14741
14742 \begin_layout Plain Layout
14743 \begin_inset Caption Standard
14744
14745 \begin_layout Plain Layout
14746 \begin_inset CommandInset label
14747 LatexCommand label
14748 name "tab:Example-booktabs-table"
14749
14750 \end_inset
14751
14752 Example booktabs-table
14753 \end_layout
14754
14755 \end_inset
14756
14757
14758 \end_layout
14759
14760 \begin_layout Plain Layout
14761 \align center
14762 \begin_inset Tabular
14763 <lyxtabular version="3" rows="8" columns="4">
14764 <features rotate="0" booktabs="true" tabularvalignment="middle">
14765 <column alignment="center" valignment="top">
14766 <column alignment="center" valignment="top">
14767 <column alignment="center" valignment="top">
14768 <column alignment="center" valignment="top">
14769 <row>
14770 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14771 \begin_inset Text
14772
14773 \begin_layout Plain Layout
14774 System
14775 \end_layout
14776
14777 \end_inset
14778 </cell>
14779 <cell alignment="center" valignment="top" topline="true" usebox="none">
14780 \begin_inset Text
14781
14782 \begin_layout Plain Layout
14783 Chip
14784 \begin_inset space \thinspace{}
14785 \end_inset
14786
14787 1
14788 \end_layout
14789
14790 \end_inset
14791 </cell>
14792 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14793 \begin_inset Text
14794
14795 \begin_layout Plain Layout
14796 Chip
14797 \begin_inset space \thinspace{}
14798 \end_inset
14799
14800 2
14801 \end_layout
14802
14803 \end_inset
14804 </cell>
14805 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14806 \begin_inset Text
14807
14808 \begin_layout Plain Layout
14809
14810 \end_layout
14811
14812 \end_inset
14813 </cell>
14814 </row>
14815 <row>
14816 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14817 \begin_inset Text
14818
14819 \begin_layout Plain Layout
14820 \begin_inset ERT
14821 status collapsed
14822
14823 \begin_layout Plain Layout
14824
14825
14826 \backslash
14827 cmidrule(r){2-2}
14828 \end_layout
14829
14830 \end_inset
14831
14832
14833 \begin_inset ERT
14834 status collapsed
14835
14836 \begin_layout Plain Layout
14837
14838
14839 \backslash
14840 cmidrule(l){3-4}
14841 \end_layout
14842
14843 \end_inset
14844
14845 Detector thickness in Âµm
14846 \end_layout
14847
14848 \end_inset
14849 </cell>
14850 <cell alignment="center" valignment="top" usebox="none">
14851 \begin_inset Text
14852
14853 \begin_layout Plain Layout
14854 300
14855 \end_layout
14856
14857 \end_inset
14858 </cell>
14859 <cell alignment="center" valignment="top" usebox="none">
14860 \begin_inset Text
14861
14862 \begin_layout Plain Layout
14863 300
14864 \end_layout
14865
14866 \end_inset
14867 </cell>
14868 <cell alignment="center" valignment="top" usebox="none">
14869 \begin_inset Text
14870
14871 \begin_layout Plain Layout
14872 700
14873 \end_layout
14874
14875 \end_inset
14876 </cell>
14877 </row>
14878 <row>
14879 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14880 \begin_inset Text
14881
14882 \begin_layout Plain Layout
14883 Edge angle in Â°
14884 \end_layout
14885
14886 \end_inset
14887 </cell>
14888 <cell alignment="center" valignment="top" topline="true" usebox="none">
14889 \begin_inset Text
14890
14891 \begin_layout Plain Layout
14892 3.55
14893 \end_layout
14894
14895 \end_inset
14896 </cell>
14897 <cell alignment="center" valignment="top" topline="true" usebox="none">
14898 \begin_inset Text
14899
14900 \begin_layout Plain Layout
14901 2.71
14902 \end_layout
14903
14904 \end_inset
14905 </cell>
14906 <cell alignment="center" valignment="top" topline="true" usebox="none">
14907 \begin_inset Text
14908
14909 \begin_layout Plain Layout
14910 7.99
14911 \end_layout
14912
14913 \end_inset
14914 </cell>
14915 </row>
14916 <row topspace="default">
14917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14918 \begin_inset Text
14919
14920 \begin_layout Plain Layout
14921 Spatial resolution in Âµm
14922 \end_layout
14923
14924 \end_inset
14925 </cell>
14926 <cell alignment="center" valignment="top" usebox="none">
14927 \begin_inset Text
14928
14929 \begin_layout Plain Layout
14930 4.26
14931 \end_layout
14932
14933 \end_inset
14934 </cell>
14935 <cell alignment="center" valignment="top" usebox="none">
14936 \begin_inset Text
14937
14938 \begin_layout Plain Layout
14939 10.17
14940 \end_layout
14941
14942 \end_inset
14943 </cell>
14944 <cell alignment="center" valignment="top" usebox="none">
14945 \begin_inset Text
14946
14947 \begin_layout Plain Layout
14948 10.56
14949 \end_layout
14950
14951 \end_inset
14952 </cell>
14953 </row>
14954 <row topspace="default">
14955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14956 \begin_inset Text
14957
14958 \begin_layout Plain Layout
14959 MTF at 
14960 \begin_inset Formula $f_{\mathrm{max}}$
14961 \end_inset
14962
14963
14964 \end_layout
14965
14966 \end_inset
14967 </cell>
14968 <cell alignment="center" valignment="top" usebox="none">
14969 \begin_inset Text
14970
14971 \begin_layout Plain Layout
14972 0.53
14973 \end_layout
14974
14975 \end_inset
14976 </cell>
14977 <cell alignment="center" valignment="top" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981 0.37
14982 \end_layout
14983
14984 \end_inset
14985 </cell>
14986 <cell alignment="center" valignment="top" usebox="none">
14987 \begin_inset Text
14988
14989 \begin_layout Plain Layout
14990 0.39
14991 \end_layout
14992
14993 \end_inset
14994 </cell>
14995 </row>
14996 <row topspace="default">
14997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Plain Layout
15001 \begin_inset ERT
15002 status collapsed
15003
15004 \begin_layout Plain Layout
15005
15006
15007 \backslash
15008 cmidrule(l{10pt}){1-1}
15009 \end_layout
15010
15011 \end_inset
15012
15013 LSF-spatial resolution
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 <cell alignment="center" valignment="top" usebox="none">
15019 \begin_inset Text
15020
15021 \begin_layout Plain Layout
15022
15023 \end_layout
15024
15025 \end_inset
15026 </cell>
15027 <cell alignment="center" valignment="top" usebox="none">
15028 \begin_inset Text
15029
15030 \begin_layout Plain Layout
15031
15032 \end_layout
15033
15034 \end_inset
15035 </cell>
15036 <cell alignment="center" valignment="top" usebox="none">
15037 \begin_inset Text
15038
15039 \begin_layout Plain Layout
15040
15041 \end_layout
15042
15043 \end_inset
15044 </cell>
15045 </row>
15046 <row>
15047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15048 \begin_inset Text
15049
15050 \begin_layout Plain Layout
15051 in Âµm
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 <cell alignment="center" valignment="top" usebox="none">
15057 \begin_inset Text
15058
15059 \begin_layout Plain Layout
15060 129.7
15061 \end_layout
15062
15063 \end_inset
15064 </cell>
15065 <cell alignment="center" valignment="top" usebox="none">
15066 \begin_inset Text
15067
15068 \begin_layout Plain Layout
15069 52.75
15070 \end_layout
15071
15072 \end_inset
15073 </cell>
15074 <cell alignment="center" valignment="top" usebox="none">
15075 \begin_inset Text
15076
15077 \begin_layout Plain Layout
15078 50.78
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 </row>
15084 <row>
15085 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15086 \begin_inset Text
15087
15088 \begin_layout Plain Layout
15089 in % of pixel size
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098 76.3
15099 \end_layout
15100
15101 \end_inset
15102 </cell>
15103 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107 95.9
15108 \end_layout
15109
15110 \end_inset
15111 </cell>
15112 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116 92.3
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 </row>
15122 </lyxtabular>
15123
15124 \end_inset
15125
15126
15127 \end_layout
15128
15129 \end_inset
15130
15131
15132 \end_layout
15133
15134 \begin_layout Standard
15135 Spaces to table rows can be added using the 
15136 \family sans
15137 Borders
15138 \family default
15139  tab of the table dialog as described in section
15140 \begin_inset space ~
15141 \end_inset
15142
15143
15144 \begin_inset CommandInset ref
15145 LatexCommand ref
15146 reference "sub:Row-Spacing"
15147
15148 \end_inset
15149
15150 .
15151 \end_layout
15152
15153 \begin_layout Standard
15154 Unlike normal tables, formal tables have no vertical table lines.
15155  The horizontal table lines can be set as for normal tables but they appear
15156  with different widths in the output:
15157 \begin_inset Newline newline
15158 \end_inset
15159
15160 The first and the last table line have a default width of 0.08
15161 \begin_inset space \thinspace{}
15162 \end_inset
15163
15164 em while the other lines have a default width of 0.05
15165 \begin_inset space \thinspace{}
15166 \end_inset
15167
15168 em.
15169 \end_layout
15170
15171 \begin_layout Standard
15172 The default widths can be changed with the following preamble lines
15173 \end_layout
15174
15175 \begin_layout Standard
15176
15177 \series bold
15178
15179 \backslash
15180 let
15181 \backslash
15182 mytoprule
15183 \backslash
15184 toprule
15185 \begin_inset Newline newline
15186 \end_inset
15187
15188
15189 \backslash
15190 renewcommand{
15191 \backslash
15192 toprule}{
15193 \backslash
15194 mytoprule[width]}
15195 \end_layout
15196
15197 \begin_layout Standard
15198 This example is for the first line, the so called 
15199 \series bold
15200 toprule
15201 \series default
15202 .
15203  If you want to change the width for the last line, replace 
15204 \series bold
15205 toprule
15206 \series default
15207  by 
15208 \series bold
15209 bottomrule
15210 \series default
15211 .
15212  To change the width for the other lines replace 
15213 \series bold
15214 toprule
15215 \series default
15216  by 
15217 \series bold
15218 midrule
15219 \series default
15220 .
15221  You can use all units listed in appendix
15222 \begin_inset space ~
15223 \end_inset
15224
15225
15226 \begin_inset CommandInset ref
15227 LatexCommand ref
15228 reference "cha:Units-available-in"
15229
15230 \end_inset
15231
15232  to set the width.
15233 \end_layout
15234
15235 \begin_layout Standard
15236 Lines that do not span all table columns can be created by setting a table
15237  line for multicolumn cells.
15238  LyX will then internally use the command 
15239 \series bold
15240
15241 \backslash
15242 cmidrule
15243 \series default
15244  to create this line.
15245  Its full scheme is
15246 \end_layout
15247
15248 \begin_layout Standard
15249
15250 \series bold
15251
15252 \backslash
15253 cmidrule[width](trim){startcol-endcol}
15254 \end_layout
15255
15256 \begin_layout Standard
15257 The options of 
15258 \series bold
15259
15260 \backslash
15261 cmidrule
15262 \series default
15263  are currently not supported by LyX so you have to use TeX-Code to be able
15264  to use them.
15265  
15266 \series bold
15267
15268 \backslash
15269 cmidrule
15270 \series default
15271 s can manually be created by inserting the command as TeX-Code as the first
15272  cell entry of the first cell of a row.
15273  The line is then drawn in the output above the current row.
15274 \end_layout
15275
15276 \begin_layout Standard
15277 The default for the width is 0.03
15278 \begin_inset space \thinspace{}
15279 \end_inset
15280
15281 em.
15282  Startcol is the number of the column where the line starts and endcol the
15283  column number where the line ends.
15284  The endcol always needs to be specified, also when the line should span
15285  only one column.
15286  The optional parameter trim could be either 
15287 \emph on
15288 l{trimwidth}
15289 \emph default
15290 , or 
15291 \emph on
15292 r{trimwidth}
15293 \emph default
15294  where the trimwidth is also optional.
15295  Using for example the parameter 
15296 \emph on
15297 l{2pt}
15298 \emph default
15299  means that the line is trimmed from its left end by 2
15300 \begin_inset space \thinspace{}
15301 \end_inset
15302
15303 pt.
15304  If you don't specify the trimwidth the lines are trimmed by the default
15305  of 0.5
15306 \begin_inset space \thinspace{}
15307 \end_inset
15308
15309 em.
15310 \end_layout
15311
15312 \begin_layout Standard
15313 \begin_inset VSpace bigskip
15314 \end_inset
15315
15316 Table
15317 \begin_inset space ~
15318 \end_inset
15319
15320
15321 \begin_inset CommandInset ref
15322 LatexCommand ref
15323 reference "tab:Example-booktabs-table"
15324
15325 \end_inset
15326
15327  was created using the commands
15328 \end_layout
15329
15330 \begin_layout Standard
15331
15332 \series bold
15333
15334 \backslash
15335 cmidrule(r){2-2}
15336 \backslash
15337 cmidrule(l){3-4}
15338 \end_layout
15339
15340 \begin_layout Standard
15341 at the beginning of the second row and
15342 \end_layout
15343
15344 \begin_layout Standard
15345
15346 \series bold
15347
15348 \backslash
15349 cmidrule(l{10pt}){1-1}
15350 \end_layout
15351
15352 \begin_layout Standard
15353 in the sixth row.
15354 \end_layout
15355
15356 \begin_layout Standard
15357 \begin_inset VSpace bigskip
15358 \end_inset
15359
15360
15361 \end_layout
15362
15363 \begin_layout Standard
15364 You might want to have overlapping 
15365 \series bold
15366
15367 \backslash
15368 cmidrule
15369 \series default
15370 s as in in Table
15371 \begin_inset space ~
15372 \end_inset
15373
15374
15375 \begin_inset CommandInset ref
15376 LatexCommand ref
15377 reference "tab:Special-booktabs-table"
15378
15379 \end_inset
15380
15381 .
15382  This can be achieved with the TeX-Code command
15383 \end_layout
15384
15385 \begin_layout Standard
15386
15387 \series bold
15388
15389 \backslash
15390 morecmidrules
15391 \end_layout
15392
15393 \begin_layout Standard
15394 The command that was used for the second row of Table
15395 \begin_inset space ~
15396 \end_inset
15397
15398
15399 \begin_inset CommandInset ref
15400 LatexCommand ref
15401 reference "tab:Special-booktabs-table"
15402
15403 \end_inset
15404
15405  is
15406 \end_layout
15407
15408 \begin_layout Standard
15409
15410 \series bold
15411
15412 \backslash
15413 cmidrule(r){2-2}
15414 \backslash
15415 cmidrule(l){3-4}
15416 \backslash
15417 morecmidrules
15418 \backslash
15419 cmidrule{2-4}
15420 \end_layout
15421
15422 \begin_layout Standard
15423 The command for the sixth row is
15424 \end_layout
15425
15426 \begin_layout Standard
15427
15428 \series bold
15429
15430 \backslash
15431 midrule
15432 \backslash
15433 morecmidrules
15434 \backslash
15435 cmidrule{3-4}
15436 \end_layout
15437
15438 \begin_layout Standard
15439 \begin_inset VSpace bigskip
15440 \end_inset
15441
15442
15443 \end_layout
15444
15445 \begin_layout Standard
15446 If you are in any way not satisfied with the border line spacing, you can
15447  use the following command to produce lines that span over all table columns
15448 \series bold
15449 :
15450 \end_layout
15451
15452 \begin_layout Standard
15453
15454 \series bold
15455
15456 \backslash
15457 specialrule{width}{space above}{space below}
15458 \end_layout
15459
15460 \begin_layout Standard
15461 For more information about these features, refer to the manual of the LaTeX-pack
15462 age 
15463 \series bold
15464 booktabs
15465 \series default
15466  
15467 \begin_inset CommandInset citation
15468 LatexCommand cite
15469 key "booktabs"
15470
15471 \end_inset
15472
15473 .
15474 \begin_inset Index idx
15475 status collapsed
15476
15477 \begin_layout Plain Layout
15478 LaTeX-packages ! booktabs
15479 \end_layout
15480
15481 \end_inset
15482
15483
15484 \end_layout
15485
15486 \begin_layout Standard
15487 \begin_inset Float table
15488 placement h
15489 wide false
15490 sideways false
15491 status open
15492
15493 \begin_layout Plain Layout
15494 \begin_inset Caption Standard
15495
15496 \begin_layout Plain Layout
15497 \begin_inset CommandInset label
15498 LatexCommand label
15499 name "tab:Special-booktabs-table"
15500
15501 \end_inset
15502
15503 Special booktabs-table
15504 \end_layout
15505
15506 \end_inset
15507
15508
15509 \end_layout
15510
15511 \begin_layout Plain Layout
15512 \align center
15513 \begin_inset Tabular
15514 <lyxtabular version="3" rows="8" columns="4">
15515 <features rotate="0" booktabs="true" tabularvalignment="middle">
15516 <column alignment="center" valignment="top">
15517 <column alignment="center" valignment="top">
15518 <column alignment="center" valignment="top">
15519 <column alignment="center" valignment="top">
15520 <row>
15521 <cell alignment="center" valignment="top" topline="true" usebox="none">
15522 \begin_inset Text
15523
15524 \begin_layout Plain Layout
15525 System
15526 \end_layout
15527
15528 \end_inset
15529 </cell>
15530 <cell alignment="center" valignment="top" topline="true" usebox="none">
15531 \begin_inset Text
15532
15533 \begin_layout Plain Layout
15534 Chip
15535 \begin_inset space \thinspace{}
15536 \end_inset
15537
15538 1
15539 \end_layout
15540
15541 \end_inset
15542 </cell>
15543 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15544 \begin_inset Text
15545
15546 \begin_layout Plain Layout
15547 Chip
15548 \begin_inset space \thinspace{}
15549 \end_inset
15550
15551 2
15552 \end_layout
15553
15554 \end_inset
15555 </cell>
15556 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15557 \begin_inset Text
15558
15559 \begin_layout Plain Layout
15560
15561 \end_layout
15562
15563 \end_inset
15564 </cell>
15565 </row>
15566 <row>
15567 <cell alignment="center" valignment="top" usebox="none">
15568 \begin_inset Text
15569
15570 \begin_layout Plain Layout
15571 \begin_inset ERT
15572 status collapsed
15573
15574 \begin_layout Plain Layout
15575
15576
15577 \backslash
15578 cmidrule(r){2-2}
15579 \end_layout
15580
15581 \end_inset
15582
15583
15584 \begin_inset ERT
15585 status collapsed
15586
15587 \begin_layout Plain Layout
15588
15589
15590 \backslash
15591 cmidrule(l){3-4}
15592 \end_layout
15593
15594 \end_inset
15595
15596
15597 \begin_inset ERT
15598 status collapsed
15599
15600 \begin_layout Plain Layout
15601
15602
15603 \backslash
15604 morecmidrules 
15605 \end_layout
15606
15607 \end_inset
15608
15609
15610 \begin_inset ERT
15611 status collapsed
15612
15613 \begin_layout Plain Layout
15614
15615
15616 \backslash
15617 cmidrule{2-4}
15618 \end_layout
15619
15620 \end_inset
15621
15622 Detector thickness in Âµm
15623 \end_layout
15624
15625 \end_inset
15626 </cell>
15627 <cell alignment="center" valignment="top" usebox="none">
15628 \begin_inset Text
15629
15630 \begin_layout Plain Layout
15631 300
15632 \end_layout
15633
15634 \end_inset
15635 </cell>
15636 <cell alignment="center" valignment="top" usebox="none">
15637 \begin_inset Text
15638
15639 \begin_layout Plain Layout
15640 300
15641 \end_layout
15642
15643 \end_inset
15644 </cell>
15645 <cell alignment="center" valignment="top" usebox="none">
15646 \begin_inset Text
15647
15648 \begin_layout Plain Layout
15649 700
15650 \end_layout
15651
15652 \end_inset
15653 </cell>
15654 </row>
15655 <row>
15656 <cell alignment="center" valignment="top" topline="true" usebox="none">
15657 \begin_inset Text
15658
15659 \begin_layout Plain Layout
15660 Edge angle in Â°
15661 \end_layout
15662
15663 \end_inset
15664 </cell>
15665 <cell alignment="center" valignment="top" topline="true" usebox="none">
15666 \begin_inset Text
15667
15668 \begin_layout Plain Layout
15669 3.55
15670 \end_layout
15671
15672 \end_inset
15673 </cell>
15674 <cell alignment="center" valignment="top" topline="true" usebox="none">
15675 \begin_inset Text
15676
15677 \begin_layout Plain Layout
15678 2.71
15679 \end_layout
15680
15681 \end_inset
15682 </cell>
15683 <cell alignment="center" valignment="top" topline="true" usebox="none">
15684 \begin_inset Text
15685
15686 \begin_layout Plain Layout
15687 7.99
15688 \end_layout
15689
15690 \end_inset
15691 </cell>
15692 </row>
15693 <row topspace="default">
15694 <cell alignment="center" valignment="top" usebox="none">
15695 \begin_inset Text
15696
15697 \begin_layout Plain Layout
15698 Spatial resolution in Âµm
15699 \end_layout
15700
15701 \end_inset
15702 </cell>
15703 <cell alignment="center" valignment="top" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Plain Layout
15707 4.26
15708 \end_layout
15709
15710 \end_inset
15711 </cell>
15712 <cell alignment="center" valignment="top" usebox="none">
15713 \begin_inset Text
15714
15715 \begin_layout Plain Layout
15716 10.17
15717 \end_layout
15718
15719 \end_inset
15720 </cell>
15721 <cell alignment="center" valignment="top" usebox="none">
15722 \begin_inset Text
15723
15724 \begin_layout Plain Layout
15725 10.56
15726 \end_layout
15727
15728 \end_inset
15729 </cell>
15730 </row>
15731 <row topspace="default">
15732 <cell alignment="center" valignment="top" usebox="none">
15733 \begin_inset Text
15734
15735 \begin_layout Plain Layout
15736 MTF at 
15737 \begin_inset Formula $f_{\mathrm{max}}$
15738 \end_inset
15739
15740
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 <cell alignment="center" valignment="top" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Plain Layout
15749 0.53
15750 \end_layout
15751
15752 \end_inset
15753 </cell>
15754 <cell alignment="center" valignment="top" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758 0.37
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 <cell alignment="center" valignment="top" usebox="none">
15764 \begin_inset Text
15765
15766 \begin_layout Plain Layout
15767 0.39
15768 \end_layout
15769
15770 \end_inset
15771 </cell>
15772 </row>
15773 <row>
15774 <cell alignment="center" valignment="top" topline="true" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778 \begin_inset ERT
15779 status collapsed
15780
15781 \begin_layout Plain Layout
15782
15783
15784 \backslash
15785 morecmidrules 
15786 \end_layout
15787
15788 \end_inset
15789
15790
15791 \begin_inset ERT
15792 status collapsed
15793
15794 \begin_layout Plain Layout
15795
15796
15797 \backslash
15798 cmidrule{3-4}
15799 \end_layout
15800
15801 \end_inset
15802
15803 LSF-spatial resolution
15804 \end_layout
15805
15806 \end_inset
15807 </cell>
15808 <cell alignment="center" valignment="top" topline="true" usebox="none">
15809 \begin_inset Text
15810
15811 \begin_layout Plain Layout
15812
15813 \end_layout
15814
15815 \end_inset
15816 </cell>
15817 <cell alignment="center" valignment="top" topline="true" usebox="none">
15818 \begin_inset Text
15819
15820 \begin_layout Plain Layout
15821
15822 \end_layout
15823
15824 \end_inset
15825 </cell>
15826 <cell alignment="center" valignment="top" topline="true" usebox="none">
15827 \begin_inset Text
15828
15829 \begin_layout Plain Layout
15830
15831 \end_layout
15832
15833 \end_inset
15834 </cell>
15835 </row>
15836 <row>
15837 <cell alignment="center" valignment="top" usebox="none">
15838 \begin_inset Text
15839
15840 \begin_layout Plain Layout
15841 in Âµm
15842 \end_layout
15843
15844 \end_inset
15845 </cell>
15846 <cell alignment="center" valignment="top" usebox="none">
15847 \begin_inset Text
15848
15849 \begin_layout Plain Layout
15850 129.7
15851 \end_layout
15852
15853 \end_inset
15854 </cell>
15855 <cell alignment="center" valignment="top" usebox="none">
15856 \begin_inset Text
15857
15858 \begin_layout Plain Layout
15859 52.75
15860 \end_layout
15861
15862 \end_inset
15863 </cell>
15864 <cell alignment="center" valignment="top" usebox="none">
15865 \begin_inset Text
15866
15867 \begin_layout Plain Layout
15868 50.78
15869 \end_layout
15870
15871 \end_inset
15872 </cell>
15873 </row>
15874 <row>
15875 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15876 \begin_inset Text
15877
15878 \begin_layout Plain Layout
15879 in % of pixel size
15880 \end_layout
15881
15882 \end_inset
15883 </cell>
15884 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15885 \begin_inset Text
15886
15887 \begin_layout Plain Layout
15888 76.3
15889 \end_layout
15890
15891 \end_inset
15892 </cell>
15893 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Plain Layout
15897 95.9
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15903 \begin_inset Text
15904
15905 \begin_layout Plain Layout
15906 92.3
15907 \end_layout
15908
15909 \end_inset
15910 </cell>
15911 </row>
15912 </lyxtabular>
15913
15914 \end_inset
15915
15916
15917 \end_layout
15918
15919 \end_inset
15920
15921
15922 \end_layout
15923
15924 \begin_layout Section
15925 Vertical Table Alignment
15926 \begin_inset Index idx
15927 status collapsed
15928
15929 \begin_layout Plain Layout
15930 Table ! Alignment
15931 \end_layout
15932
15933 \end_inset
15934
15935
15936 \end_layout
15937
15938 \begin_layout Standard
15939 To align tables vertically in a text line, the table must be inside a box.
15940  The box can then be vertically aligned as described in section
15941 \begin_inset space ~
15942 \end_inset
15943
15944
15945 \begin_inset CommandInset ref
15946 LatexCommand ref
15947 reference "sec:Box-Dialog"
15948
15949 \end_inset
15950
15951 .
15952 \end_layout
15953
15954 \begin_layout Standard
15955 In the following example the tables are inside a minipage
15956 \begin_inset Foot
15957 status collapsed
15958
15959 \begin_layout Plain Layout
15960 Minipages are described in section
15961 \begin_inset space ~
15962 \end_inset
15963
15964
15965 \begin_inset CommandInset ref
15966 LatexCommand ref
15967 reference "sec:Minipages"
15968
15969 \end_inset
15970
15971 .
15972 \end_layout
15973
15974 \end_inset
15975
15976  box that has a width of 15
15977 \begin_inset space \thinspace{}
15978 \end_inset
15979
15980 col%:
15981 \end_layout
15982
15983 \begin_layout Itemize
15984 test 
15985 \begin_inset Box Frameless
15986 position "t"
15987 hor_pos "c"
15988 has_inner_box 1
15989 inner_pos "c"
15990 use_parbox 0
15991 use_makebox 0
15992 width "15col%"
15993 special "none"
15994 height "1in"
15995 height_special "totalheight"
15996 status collapsed
15997
15998 \begin_layout Plain Layout
15999 \begin_inset Tabular
16000 <lyxtabular version="3" rows="3" columns="3">
16001 <features rotate="0" tabularvalignment="middle">
16002 <column alignment="center" valignment="top">
16003 <column alignment="center" valignment="top">
16004 <column alignment="center" valignment="top">
16005 <row>
16006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16007 \begin_inset Text
16008
16009 \begin_layout Plain Layout
16010 a
16011 \end_layout
16012
16013 \end_inset
16014 </cell>
16015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019 d
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028 g
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 </row>
16034 <row>
16035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16036 \begin_inset Text
16037
16038 \begin_layout Plain Layout
16039 b
16040 \end_layout
16041
16042 \end_inset
16043 </cell>
16044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16045 \begin_inset Text
16046
16047 \begin_layout Plain Layout
16048 e
16049 \end_layout
16050
16051 \end_inset
16052 </cell>
16053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16054 \begin_inset Text
16055
16056 \begin_layout Plain Layout
16057 h
16058 \end_layout
16059
16060 \end_inset
16061 </cell>
16062 </row>
16063 <row>
16064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16065 \begin_inset Text
16066
16067 \begin_layout Plain Layout
16068 c
16069 \end_layout
16070
16071 \end_inset
16072 </cell>
16073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16074 \begin_inset Text
16075
16076 \begin_layout Plain Layout
16077 f
16078 \end_layout
16079
16080 \end_inset
16081 </cell>
16082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16083 \begin_inset Text
16084
16085 \begin_layout Plain Layout
16086 i
16087 \end_layout
16088
16089 \end_inset
16090 </cell>
16091 </row>
16092 </lyxtabular>
16093
16094 \end_inset
16095
16096
16097 \end_layout
16098
16099 \end_inset
16100
16101  test 
16102 \begin_inset ERT
16103 status collapsed
16104
16105 \begin_layout Plain Layout
16106
16107
16108 \backslash
16109 raisebox{0.85
16110 \backslash
16111 baselineskip}{
16112 \end_layout
16113
16114 \end_inset
16115
16116
16117 \begin_inset Box Frameless
16118 position "t"
16119 hor_pos "c"
16120 has_inner_box 1
16121 inner_pos "c"
16122 use_parbox 0
16123 use_makebox 0
16124 width "15col%"
16125 special "none"
16126 height "1in"
16127 height_special "totalheight"
16128 status collapsed
16129
16130 \begin_layout Plain Layout
16131 \begin_inset Tabular
16132 <lyxtabular version="3" rows="3" columns="3">
16133 <features rotate="0" tabularvalignment="middle">
16134 <column alignment="center" valignment="top">
16135 <column alignment="center" valignment="top">
16136 <column alignment="center" valignment="top">
16137 <row>
16138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16139 \begin_inset Text
16140
16141 \begin_layout Plain Layout
16142 a
16143 \end_layout
16144
16145 \end_inset
16146 </cell>
16147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16148 \begin_inset Text
16149
16150 \begin_layout Plain Layout
16151 d
16152 \end_layout
16153
16154 \end_inset
16155 </cell>
16156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16157 \begin_inset Text
16158
16159 \begin_layout Plain Layout
16160 g
16161 \end_layout
16162
16163 \end_inset
16164 </cell>
16165 </row>
16166 <row>
16167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16168 \begin_inset Text
16169
16170 \begin_layout Plain Layout
16171 b
16172 \end_layout
16173
16174 \end_inset
16175 </cell>
16176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16177 \begin_inset Text
16178
16179 \begin_layout Plain Layout
16180 e
16181 \end_layout
16182
16183 \end_inset
16184 </cell>
16185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16186 \begin_inset Text
16187
16188 \begin_layout Plain Layout
16189 h
16190 \end_layout
16191
16192 \end_inset
16193 </cell>
16194 </row>
16195 <row>
16196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16197 \begin_inset Text
16198
16199 \begin_layout Plain Layout
16200 c
16201 \end_layout
16202
16203 \end_inset
16204 </cell>
16205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16206 \begin_inset Text
16207
16208 \begin_layout Plain Layout
16209 f
16210 \end_layout
16211
16212 \end_inset
16213 </cell>
16214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16215 \begin_inset Text
16216
16217 \begin_layout Plain Layout
16218 i
16219 \end_layout
16220
16221 \end_inset
16222 </cell>
16223 </row>
16224 </lyxtabular>
16225
16226 \end_inset
16227
16228
16229 \end_layout
16230
16231 \end_inset
16232
16233
16234 \begin_inset ERT
16235 status collapsed
16236
16237 \begin_layout Plain Layout
16238
16239 }
16240 \end_layout
16241
16242 \end_inset
16243
16244
16245 \end_layout
16246
16247 \begin_layout Itemize
16248 test 
16249 \begin_inset Box Frameless
16250 position "c"
16251 hor_pos "c"
16252 has_inner_box 1
16253 inner_pos "c"
16254 use_parbox 0
16255 use_makebox 0
16256 width "15col%"
16257 special "none"
16258 height "1in"
16259 height_special "totalheight"
16260 status collapsed
16261
16262 \begin_layout Plain Layout
16263 \begin_inset Tabular
16264 <lyxtabular version="3" rows="3" columns="3">
16265 <features rotate="0" tabularvalignment="middle">
16266 <column alignment="center" valignment="top">
16267 <column alignment="center" valignment="top">
16268 <column alignment="center" valignment="top">
16269 <row>
16270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16271 \begin_inset Text
16272
16273 \begin_layout Plain Layout
16274 a
16275 \end_layout
16276
16277 \end_inset
16278 </cell>
16279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Plain Layout
16283 d
16284 \end_layout
16285
16286 \end_inset
16287 </cell>
16288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16289 \begin_inset Text
16290
16291 \begin_layout Plain Layout
16292 g
16293 \end_layout
16294
16295 \end_inset
16296 </cell>
16297 </row>
16298 <row>
16299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16300 \begin_inset Text
16301
16302 \begin_layout Plain Layout
16303 b
16304 \end_layout
16305
16306 \end_inset
16307 </cell>
16308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16309 \begin_inset Text
16310
16311 \begin_layout Plain Layout
16312 e
16313 \end_layout
16314
16315 \end_inset
16316 </cell>
16317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16318 \begin_inset Text
16319
16320 \begin_layout Plain Layout
16321 h
16322 \end_layout
16323
16324 \end_inset
16325 </cell>
16326 </row>
16327 <row>
16328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16329 \begin_inset Text
16330
16331 \begin_layout Plain Layout
16332 c
16333 \end_layout
16334
16335 \end_inset
16336 </cell>
16337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16338 \begin_inset Text
16339
16340 \begin_layout Plain Layout
16341 f
16342 \end_layout
16343
16344 \end_inset
16345 </cell>
16346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16347 \begin_inset Text
16348
16349 \begin_layout Plain Layout
16350 i
16351 \end_layout
16352
16353 \end_inset
16354 </cell>
16355 </row>
16356 </lyxtabular>
16357
16358 \end_inset
16359
16360
16361 \end_layout
16362
16363 \end_inset
16364
16365
16366 \end_layout
16367
16368 \begin_layout Itemize
16369 test 
16370 \begin_inset Box Frameless
16371 position "b"
16372 hor_pos "c"
16373 has_inner_box 1
16374 inner_pos "c"
16375 use_parbox 0
16376 use_makebox 0
16377 width "15col%"
16378 special "none"
16379 height "1in"
16380 height_special "totalheight"
16381 status collapsed
16382
16383 \begin_layout Plain Layout
16384 \begin_inset Tabular
16385 <lyxtabular version="3" rows="3" columns="3">
16386 <features rotate="0" tabularvalignment="middle">
16387 <column alignment="center" valignment="top">
16388 <column alignment="center" valignment="top">
16389 <column alignment="center" valignment="top">
16390 <row>
16391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16392 \begin_inset Text
16393
16394 \begin_layout Plain Layout
16395 a
16396 \end_layout
16397
16398 \end_inset
16399 </cell>
16400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16401 \begin_inset Text
16402
16403 \begin_layout Plain Layout
16404 d
16405 \end_layout
16406
16407 \end_inset
16408 </cell>
16409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16410 \begin_inset Text
16411
16412 \begin_layout Plain Layout
16413 g
16414 \end_layout
16415
16416 \end_inset
16417 </cell>
16418 </row>
16419 <row>
16420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424 b
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Plain Layout
16433 e
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16439 \begin_inset Text
16440
16441 \begin_layout Plain Layout
16442 h
16443 \end_layout
16444
16445 \end_inset
16446 </cell>
16447 </row>
16448 <row>
16449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453 c
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462 f
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16468 \begin_inset Text
16469
16470 \begin_layout Plain Layout
16471 i
16472 \end_layout
16473
16474 \end_inset
16475 </cell>
16476 </row>
16477 </lyxtabular>
16478
16479 \end_inset
16480
16481
16482 \end_layout
16483
16484 \end_inset
16485
16486  test 
16487 \begin_inset ERT
16488 status collapsed
16489
16490 \begin_layout Plain Layout
16491
16492
16493 \backslash
16494 raisebox{-0.32
16495 \backslash
16496 baselineskip}{
16497 \end_layout
16498
16499 \end_inset
16500
16501
16502 \begin_inset Box Frameless
16503 position "b"
16504 hor_pos "c"
16505 has_inner_box 1
16506 inner_pos "c"
16507 use_parbox 0
16508 use_makebox 0
16509 width "15col%"
16510 special "none"
16511 height "1in"
16512 height_special "totalheight"
16513 status collapsed
16514
16515 \begin_layout Plain Layout
16516 \begin_inset Tabular
16517 <lyxtabular version="3" rows="3" columns="3">
16518 <features rotate="0" tabularvalignment="middle">
16519 <column alignment="center" valignment="top">
16520 <column alignment="center" valignment="top">
16521 <column alignment="center" valignment="top">
16522 <row>
16523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16524 \begin_inset Text
16525
16526 \begin_layout Plain Layout
16527 a
16528 \end_layout
16529
16530 \end_inset
16531 </cell>
16532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Plain Layout
16536 d
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545 g
16546 \end_layout
16547
16548 \end_inset
16549 </cell>
16550 </row>
16551 <row>
16552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Plain Layout
16556 b
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16562 \begin_inset Text
16563
16564 \begin_layout Plain Layout
16565 e
16566 \end_layout
16567
16568 \end_inset
16569 </cell>
16570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16571 \begin_inset Text
16572
16573 \begin_layout Plain Layout
16574 h
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 </row>
16580 <row>
16581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Plain Layout
16585 c
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594 f
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout Plain Layout
16603 i
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 </row>
16609 </lyxtabular>
16610
16611 \end_inset
16612
16613
16614 \end_layout
16615
16616 \end_inset
16617
16618
16619 \begin_inset ERT
16620 status collapsed
16621
16622 \begin_layout Plain Layout
16623
16624 }
16625 \end_layout
16626
16627 \end_inset
16628
16629
16630 \end_layout
16631
16632 \begin_layout Standard
16633 As you will see, the content of the first and last table row is not correctly
16634  aligned.
16635  To get this alignment, the minipage box must be set into a raisebox
16636 \begin_inset Foot
16637 status collapsed
16638
16639 \begin_layout Plain Layout
16640 Raiseboxes are described in section
16641 \begin_inset space ~
16642 \end_inset
16643
16644
16645 \begin_inset CommandInset ref
16646 LatexCommand ref
16647 reference "sub:Vertical-Alignment"
16648
16649 \end_inset
16650
16651 .
16652 \end_layout
16653
16654 \end_inset
16655
16656 .
16657  In the example above the second table in the first item is aligned using
16658  the TeX-Code-command
16659 \end_layout
16660
16661 \begin_layout Standard
16662
16663 \series bold
16664
16665 \backslash
16666 raisebox{0.85
16667 \backslash
16668 baselineskip}{
16669 \end_layout
16670
16671 \begin_layout Standard
16672 before the box.
16673  After the box the closing brace 
16674 \series bold
16675 }
16676 \series default
16677  is inserted as TeX-Code.
16678  For the second table in the last item the command
16679 \end_layout
16680
16681 \begin_layout Standard
16682
16683 \series bold
16684
16685 \backslash
16686 raisebox{-0.32
16687 \backslash
16688 baselineskip}{
16689 \end_layout
16690
16691 \begin_layout Standard
16692 is used.
16693 \end_layout
16694
16695 \begin_layout Standard
16696 \begin_inset Note Greyedout
16697 status open
16698
16699 \begin_layout Plain Layout
16700
16701 \series bold
16702 Note:
16703 \series default
16704  The alignment of the table row content to the surrounding text line is
16705  not exact.
16706  The required value for the 
16707 \series bold
16708
16709 \backslash
16710 raisebox
16711 \series default
16712  command for this alignment depends on the document font, the font size,
16713  and the table line thickness.
16714 \end_layout
16715
16716 \end_inset
16717
16718
16719 \end_layout
16720
16721 \begin_layout Section
16722 Colored Tables
16723 \begin_inset CommandInset label
16724 LatexCommand label
16725 name "sec:Colored-Tables"
16726
16727 \end_inset
16728
16729
16730 \begin_inset Index idx
16731 status collapsed
16732
16733 \begin_layout Plain Layout
16734 Table ! Color
16735 \end_layout
16736
16737 \end_inset
16738
16739
16740 \end_layout
16741
16742 \begin_layout Subsection
16743 Colored Cells
16744 \begin_inset Index idx
16745 status collapsed
16746
16747 \begin_layout Plain Layout
16748 Table Color ! for Cells
16749 \end_layout
16750
16751 \end_inset
16752
16753
16754 \begin_inset Index idx
16755 status collapsed
16756
16757 \begin_layout Plain Layout
16758 Color ! for Table Cells
16759 \end_layout
16760
16761 \end_inset
16762
16763
16764 \end_layout
16765
16766 \begin_layout Standard
16767 \begin_inset Float table
16768 placement h
16769 wide false
16770 sideways false
16771 status open
16772
16773 \begin_layout Plain Layout
16774 \begin_inset Caption Standard
16775
16776 \begin_layout Plain Layout
16777 \begin_inset CommandInset label
16778 LatexCommand label
16779 name "tab:Table-colored-without"
16780
16781 \end_inset
16782
16783 Table colored without using the package 
16784 \series bold
16785 colortbl
16786 \series default
16787
16788 \begin_inset Argument 1
16789 status collapsed
16790
16791 \begin_layout Plain Layout
16792 Table without colortbl
16793 \end_layout
16794
16795 \end_inset
16796
16797
16798 \end_layout
16799
16800 \end_inset
16801
16802
16803 \end_layout
16804
16805 \begin_layout Plain Layout
16806 \align center
16807 \begin_inset Tabular
16808 <lyxtabular version="3" rows="3" columns="3">
16809 <features rotate="0" tabularvalignment="middle">
16810 <column alignment="center" valignment="top">
16811 <column alignment="center" valignment="top">
16812 <column alignment="center" valignment="top">
16813 <row>
16814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818
16819 \color green
16820 a
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Plain Layout
16829
16830 \color red
16831 b
16832 \end_layout
16833
16834 \end_inset
16835 </cell>
16836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840
16841 \color red
16842 c
16843 \end_layout
16844
16845 \end_inset
16846 </cell>
16847 </row>
16848 <row>
16849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16850 \begin_inset Text
16851
16852 \begin_layout Plain Layout
16853
16854 \color green
16855 d
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Plain Layout
16864
16865 \color blue
16866 e
16867 \end_layout
16868
16869 \end_inset
16870 </cell>
16871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16872 \begin_inset Text
16873
16874 \begin_layout Plain Layout
16875
16876 \color blue
16877 f
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 </row>
16883 <row>
16884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16885 \begin_inset Text
16886
16887 \begin_layout Plain Layout
16888
16889 \color green
16890 g
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16896 \begin_inset Text
16897
16898 \begin_layout Plain Layout
16899
16900 \color blue
16901 h
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Plain Layout
16910
16911 \color blue
16912 i
16913 \end_layout
16914
16915 \end_inset
16916 </cell>
16917 </row>
16918 </lyxtabular>
16919
16920 \end_inset
16921
16922
16923 \end_layout
16924
16925 \end_inset
16926
16927
16928 \end_layout
16929
16930 \begin_layout Standard
16931 If you only need colored text, mark the cells and choose a color in the
16932  
16933 \family sans
16934 Text
16935 \begin_inset space ~
16936 \end_inset
16937
16938 Style
16939 \family default
16940  dialog (toolbar button 
16941 \begin_inset Info
16942 type  "icon"
16943 arg   "dialog-show character"
16944 \end_inset
16945
16946 ).
16947  This was used to create Table
16948 \begin_inset space ~
16949 \end_inset
16950
16951
16952 \begin_inset CommandInset ref
16953 LatexCommand ref
16954 reference "tab:Table-colored-without"
16955
16956 \end_inset
16957
16958 .
16959  In any other case you have to use the LaTeX-package 
16960 \series bold
16961 colortbl
16962 \series default
16963 .
16964 \begin_inset Index idx
16965 status collapsed
16966
16967 \begin_layout Plain Layout
16968 LaTeX-packages ! colortbl
16969 \end_layout
16970
16971 \end_inset
16972
16973
16974 \end_layout
16975
16976 \begin_layout Standard
16977 \begin_inset ERT
16978 status collapsed
16979
16980 \begin_layout Plain Layout
16981
16982
16983 \backslash
16984 ifcolortbl
16985 \end_layout
16986
16987 \end_inset
16988
16989
16990 \begin_inset Note Note
16991 status open
16992
16993 \begin_layout Plain Layout
16994 The following section part will only be displayed when the LaTeX-package
16995  
16996 \series bold
16997 colortbl
16998 \series default
16999  is installed.
17000 \end_layout
17001
17002 \end_inset
17003
17004
17005 \end_layout
17006
17007 \begin_layout Standard
17008 To create colored tables, 
17009 \series bold
17010 colortbl
17011 \series default
17012  must be loaded in the preamble with the line
17013 \end_layout
17014
17015 \begin_layout Standard
17016
17017 \series bold
17018
17019 \backslash
17020 usepackage{colortbl}
17021 \end_layout
17022
17023 \begin_layout Standard
17024 The color of a column is adjusted with the command
17025 \end_layout
17026
17027 \begin_layout Standard
17028
17029 \series bold
17030
17031 \backslash
17032 columncolor{name of color}
17033 \end_layout
17034
17035 \begin_layout Standard
17036 inside the command 
17037 \series bold
17038 >{ }
17039 \series default
17040 .
17041  More about the command 
17042 \series bold
17043 >{}
17044 \series default
17045  is contained in section
17046 \begin_inset space ~
17047 \end_inset
17048
17049
17050 \begin_inset CommandInset ref
17051 LatexCommand ref
17052 reference "sub:Multicolumn-Calculations"
17053
17054 \end_inset
17055
17056 .
17057 \end_layout
17058
17059 \begin_layout Standard
17060 The following color names are predefined:
17061 \end_layout
17062
17063 \begin_layout Standard
17064
17065 \family sans
17066 red
17067 \family default
17068
17069 \family sans
17070 green
17071 \family default
17072
17073 \family sans
17074 yellow
17075 \family default
17076
17077 \family sans
17078 blue
17079 \family default
17080
17081 \family sans
17082 cyan
17083 \family default
17084
17085 \family sans
17086 magenta
17087 \family default
17088
17089 \family sans
17090 black
17091 \family default
17092  and 
17093 \family sans
17094 white
17095 \end_layout
17096
17097 \begin_layout Standard
17098 \begin_inset VSpace medskip
17099 \end_inset
17100
17101
17102 \end_layout
17103
17104 \begin_layout Standard
17105 If you add the options
17106 \end_layout
17107
17108 \begin_layout Standard
17109
17110 \series bold
17111 usenames,dvipsnames
17112 \end_layout
17113
17114 \begin_layout Standard
17115 to the document class options in the document settings, you can additionally
17116  use further 61
17117 \begin_inset space ~
17118 \end_inset
17119
17120 colors.
17121  These colors are listed in appendix
17122 \begin_inset space ~
17123 \end_inset
17124
17125
17126 \begin_inset CommandInset ref
17127 LatexCommand ref
17128 reference "chap:List-of-dvips-colornames"
17129
17130 \end_inset
17131
17132 .
17133  One of these colors, 
17134 \family sans
17135 Maroon
17136 \family default
17137 , is used as example in Table
17138 \begin_inset space ~
17139 \end_inset
17140
17141
17142 \begin_inset CommandInset ref
17143 LatexCommand ref
17144 reference "tab:Table-colored-using"
17145
17146 \end_inset
17147
17148 .
17149 \end_layout
17150
17151 \begin_layout Standard
17152 \begin_inset VSpace medskip
17153 \end_inset
17154
17155
17156 \end_layout
17157
17158 \begin_layout Standard
17159 You can also define your own color with the command
17160 \end_layout
17161
17162 \begin_layout Standard
17163
17164 \series bold
17165
17166 \backslash
17167 definecolor{color name}{color model}{color values}
17168 \end_layout
17169
17170 \begin_layout Standard
17171 The color model can be
17172 \end_layout
17173
17174 \begin_layout Labeling
17175 \labelwidthstring 00.00.0000
17176 cmyk: cyan, magenta, yellow, black
17177 \end_layout
17178
17179 \begin_layout Labeling
17180 \labelwidthstring 00.00.0000
17181 rgb: red, green blue
17182 \end_layout
17183
17184 \begin_layout Labeling
17185 \labelwidthstring 00.00.0000
17186 gray gray
17187 \end_layout
17188
17189 \begin_layout Standard
17190 and the color values are comma separated numbers between 0 and 1 describing
17191  the factor for the corresponding color of the color model.
17192 \end_layout
17193
17194 \begin_layout Standard
17195 You can e.
17196 \begin_inset space \thinspace{}
17197 \end_inset
17198
17199 g.
17200 \begin_inset space \space{}
17201 \end_inset
17202
17203 define the color "
17204 \emph on
17205 darkgreen
17206 \emph default
17207 " in the preamble with
17208 \end_layout
17209
17210 \begin_layout Standard
17211
17212 \series bold
17213
17214 \backslash
17215 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17216 \end_layout
17217
17218 \begin_layout Standard
17219 and the color "
17220 \emph on
17221 lightgray
17222 \emph default
17223 " with
17224 \end_layout
17225
17226 \begin_layout Standard
17227
17228 \series bold
17229
17230 \backslash
17231 definecolor{lightgray}{gray}{0.8}
17232 \end_layout
17233
17234 \begin_layout Standard
17235 \begin_inset VSpace medskip
17236 \end_inset
17237
17238
17239 \end_layout
17240
17241 \begin_layout Standard
17242 Lines are colored with the command
17243 \end_layout
17244
17245 \begin_layout Standard
17246
17247 \series bold
17248
17249 \backslash
17250 rowcolor{name of color}
17251 \end_layout
17252
17253 \begin_layout Standard
17254 and cells are colored with the command
17255 \end_layout
17256
17257 \begin_layout Standard
17258
17259 \series bold
17260
17261 \backslash
17262 cellcolor{name of color}
17263 \end_layout
17264
17265 \begin_layout Standard
17266 Both commands are inserted at the beginning of a cell as TeX-Code.
17267 \end_layout
17268
17269 \begin_layout Standard
17270 To color characters in the table, mark the cells and use the 
17271 \family sans
17272 Text
17273 \begin_inset space ~
17274 \end_inset
17275
17276 Style
17277 \family default
17278  dialog.
17279  If a cell contains TeX-Code mark only the characters, otherwise the colored
17280  TeX-Code will cause LaTeX-errors.
17281 \end_layout
17282
17283 \begin_layout Standard
17284 \begin_inset Note Greyedout
17285 status open
17286
17287 \begin_layout Plain Layout
17288
17289 \series bold
17290 Note:
17291 \series default
17292  Not all DVI-viewers are able to display self-defined colors.
17293 \end_layout
17294
17295 \end_inset
17296
17297
17298 \end_layout
17299
17300 \begin_layout Standard
17301 \begin_inset VSpace bigskip
17302 \end_inset
17303
17304
17305 \end_layout
17306
17307 \begin_layout Standard
17308 To create Table
17309 \begin_inset space ~
17310 \end_inset
17311
17312
17313 \begin_inset CommandInset ref
17314 LatexCommand ref
17315 reference "tab:Table-colored-using"
17316
17317 \end_inset
17318
17319  do the following: The color of the first column should be 
17320 \emph on
17321 darkgreen
17322 \emph default
17323 .
17324  So insert
17325 \end_layout
17326
17327 \begin_layout Standard
17328
17329 \series bold
17330 >{
17331 \backslash
17332 columncolor{darkgreen}
17333 \backslash
17334 centering}c
17335 \end_layout
17336
17337 \begin_layout Standard
17338 as LaTeX-argument for this column.
17339  The first row should be light blue, therefore the TeX-Code command
17340 \end_layout
17341
17342 \begin_layout Standard
17343
17344 \series bold
17345
17346 \backslash
17347 rowcolor{cyan}
17348 \end_layout
17349
17350 \begin_layout Standard
17351 is inserted to the first cell of this row.
17352  Note that this overwrites the column color for the first cell.
17353  The last cell of the last row is colored maroon by inserting the TeX-Code
17354  command
17355 \end_layout
17356
17357 \begin_layout Standard
17358
17359 \series bold
17360
17361 \backslash
17362 cellcolor{Maroon}
17363 \end_layout
17364
17365 \begin_layout Standard
17366 The characters could now be colored using the menu 
17367 \family sans
17368 Edit\SpecialChar \menuseparator
17369 Text
17370 \begin_inset space ~
17371 \end_inset
17372
17373 Style
17374 \family default
17375 .
17376 \end_layout
17377
17378 \begin_layout Standard
17379 \begin_inset Float table
17380 placement h
17381 wide false
17382 sideways false
17383 status open
17384
17385 \begin_layout Plain Layout
17386 \begin_inset Caption Standard
17387
17388 \begin_layout Plain Layout
17389 \begin_inset CommandInset label
17390 LatexCommand label
17391 name "tab:Table-colored-using"
17392
17393 \end_inset
17394
17395 Table colored using the package 
17396 \series bold
17397 colortbl
17398 \series default
17399
17400 \begin_inset Argument 1
17401 status collapsed
17402
17403 \begin_layout Plain Layout
17404 Table with colortbl
17405 \end_layout
17406
17407 \end_inset
17408
17409
17410 \end_layout
17411
17412 \end_inset
17413
17414
17415 \end_layout
17416
17417 \begin_layout Plain Layout
17418 \align center
17419 \begin_inset Tabular
17420 <lyxtabular version="3" rows="3" columns="3">
17421 <features rotate="0" tabularvalignment="middle">
17422 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17423 <column alignment="center" valignment="top">
17424 <column alignment="center" valignment="top">
17425 <row>
17426 <cell alignment="center" valignment="top" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430 \begin_inset ERT
17431 status collapsed
17432
17433 \begin_layout Plain Layout
17434
17435
17436 \backslash
17437 rowcolor{cyan}
17438 \end_layout
17439
17440 \end_inset
17441
17442
17443 \color magenta
17444 a
17445 \end_layout
17446
17447 \end_inset
17448 </cell>
17449 <cell alignment="center" valignment="top" usebox="none">
17450 \begin_inset Text
17451
17452 \begin_layout Plain Layout
17453
17454 \color red
17455 b
17456 \end_layout
17457
17458 \end_inset
17459 </cell>
17460 <cell alignment="center" valignment="top" usebox="none">
17461 \begin_inset Text
17462
17463 \begin_layout Plain Layout
17464
17465 \color red
17466 c
17467 \end_layout
17468
17469 \end_inset
17470 </cell>
17471 </row>
17472 <row>
17473 <cell alignment="center" valignment="top" usebox="none">
17474 \begin_inset Text
17475
17476 \begin_layout Plain Layout
17477
17478 \color yellow
17479 d
17480 \end_layout
17481
17482 \end_inset
17483 </cell>
17484 <cell alignment="center" valignment="top" usebox="none">
17485 \begin_inset Text
17486
17487 \begin_layout Plain Layout
17488
17489 \color blue
17490 e
17491 \end_layout
17492
17493 \end_inset
17494 </cell>
17495 <cell alignment="center" valignment="top" usebox="none">
17496 \begin_inset Text
17497
17498 \begin_layout Plain Layout
17499
17500 \color blue
17501 f
17502 \end_layout
17503
17504 \end_inset
17505 </cell>
17506 </row>
17507 <row>
17508 <cell alignment="center" valignment="top" usebox="none">
17509 \begin_inset Text
17510
17511 \begin_layout Plain Layout
17512
17513 \color yellow
17514 g
17515 \end_layout
17516
17517 \end_inset
17518 </cell>
17519 <cell alignment="center" valignment="top" usebox="none">
17520 \begin_inset Text
17521
17522 \begin_layout Plain Layout
17523
17524 \color blue
17525 h
17526 \end_layout
17527
17528 \end_inset
17529 </cell>
17530 <cell alignment="center" valignment="top" usebox="none">
17531 \begin_inset Text
17532
17533 \begin_layout Plain Layout
17534 \begin_inset ERT
17535 status collapsed
17536
17537 \begin_layout Plain Layout
17538
17539
17540 \backslash
17541 cellcolor{Maroon}
17542 \end_layout
17543
17544 \end_inset
17545
17546
17547 \color green
17548 i
17549 \end_layout
17550
17551 \end_inset
17552 </cell>
17553 </row>
17554 </lyxtabular>
17555
17556 \end_inset
17557
17558
17559 \end_layout
17560
17561 \end_inset
17562
17563
17564 \end_layout
17565
17566 \begin_layout Standard
17567 \begin_inset ERT
17568 status collapsed
17569
17570 \begin_layout Plain Layout
17571
17572
17573 \backslash
17574 else
17575 \end_layout
17576
17577 \end_inset
17578
17579
17580 \begin_inset Note Note
17581 status open
17582
17583 \begin_layout Plain Layout
17584 The following will be displayed when the LaTeX-package 
17585 \series bold
17586 colortbl
17587 \series default
17588  is not installed:
17589 \end_layout
17590
17591 \end_inset
17592
17593
17594 \end_layout
17595
17596 \begin_layout Standard
17597 You need to install the package 
17598 \series bold
17599 colortbl
17600 \series default
17601  to see the content of this section in the output.
17602 \end_layout
17603
17604 \begin_layout Standard
17605 \begin_inset ERT
17606 status collapsed
17607
17608 \begin_layout Plain Layout
17609
17610
17611 \backslash
17612 fi
17613 \end_layout
17614
17615 \end_inset
17616
17617
17618 \end_layout
17619
17620 \begin_layout Subsection
17621 Colored Rows
17622 \begin_inset Index idx
17623 status collapsed
17624
17625 \begin_layout Plain Layout
17626 Table Color ! for Rows
17627 \end_layout
17628
17629 \end_inset
17630
17631
17632 \begin_inset Index idx
17633 status collapsed
17634
17635 \begin_layout Plain Layout
17636 Color ! for Table Rows
17637 \end_layout
17638
17639 \end_inset
17640
17641
17642 \end_layout
17643
17644 \begin_layout Standard
17645 In case every second table row needs to be colored there is an alternative
17646  to the method described in the previous section: One loads the package
17647  
17648 \series bold
17649 xcolor
17650 \series default
17651
17652 \begin_inset Index idx
17653 status collapsed
17654
17655 \begin_layout Plain Layout
17656 LaTeX-packages ! xcolor
17657 \begin_inset ERT
17658 status collapsed
17659
17660 \begin_layout Plain Layout
17661
17662
17663 \backslash
17664 vspace{4mm}
17665 \end_layout
17666
17667 \end_inset
17668
17669
17670 \end_layout
17671
17672 \end_inset
17673
17674  in the document preamble with the command
17675 \end_layout
17676
17677 \begin_layout Standard
17678
17679 \series bold
17680
17681 \backslash
17682 usepackage[table]{xcolor}
17683 \end_layout
17684
17685 \begin_layout Standard
17686
17687 \series bold
17688 xcolor
17689 \series default
17690  automatically loads also the package 
17691 \series bold
17692 colortbl
17693 \series default
17694
17695 \begin_inset Index idx
17696 status collapsed
17697
17698 \begin_layout Plain Layout
17699 LaTeX-packages ! colortbl
17700 \end_layout
17701
17702 \end_inset
17703
17704 , so 
17705 \series bold
17706 colortbl
17707 \series default
17708  must be installed in your LaTeX-distribution, otherwise you get LaTeX-errors.
17709 \end_layout
17710
17711 \begin_layout Standard
17712 \begin_inset ERT
17713 status collapsed
17714
17715 \begin_layout Plain Layout
17716
17717
17718 \backslash
17719 ifcolortbl
17720 \end_layout
17721
17722 \end_inset
17723
17724
17725 \begin_inset Note Note
17726 status open
17727
17728 \begin_layout Plain Layout
17729 The following section part will only be displayed when the LaTeX-package
17730  
17731 \series bold
17732 colortbl
17733 \series default
17734  is installed.
17735 \end_layout
17736
17737 \end_inset
17738
17739
17740 \end_layout
17741
17742 \begin_layout Standard
17743 The table rows are colored with the command
17744 \end_layout
17745
17746 \begin_layout Standard
17747
17748 \series bold
17749
17750 \backslash
17751 rowcolors[commands]{row number}{odd row color}{even row color}
17752 \end_layout
17753
17754 \begin_layout Standard
17755 that is either inserted in the document preamble or as TeX-Code before the
17756  first table to be colored.
17757  row
17758 \begin_inset space ~
17759 \end_inset
17760
17761 number is the number of the first row which should be colored according
17762  to the odd row color.
17763  commands can be additional commands that are executed before every table
17764  row.
17765  So for example the command
17766 \end_layout
17767
17768 \begin_layout Standard
17769
17770 \series bold
17771
17772 \backslash
17773 rowcolors{1}{white}{lightgray}
17774 \end_layout
17775
17776 \begin_layout Standard
17777 leads to the coloring scheme of Table
17778 \begin_inset space ~
17779 \end_inset
17780
17781
17782 \begin_inset CommandInset ref
17783 LatexCommand ref
17784 reference "tab:Table-rowcolors"
17785
17786 \end_inset
17787
17788 .
17789  The command
17790 \end_layout
17791
17792 \begin_layout Standard
17793
17794 \series bold
17795
17796 \backslash
17797 rowcolors[
17798 \backslash
17799 hline]{1}{lightgray}{cyan}
17800 \end_layout
17801
17802 \begin_layout Standard
17803 leads to the coloring scheme of Table
17804 \begin_inset space ~
17805 \end_inset
17806
17807
17808 \begin_inset CommandInset ref
17809 LatexCommand ref
17810 reference "tab:Table-rowcolors-2"
17811
17812 \end_inset
17813
17814 .
17815  If odd
17816 \begin_inset space ~
17817 \end_inset
17818
17819 row
17820 \begin_inset space ~
17821 \end_inset
17822
17823 color and/or even
17824 \begin_inset space ~
17825 \end_inset
17826
17827 row
17828 \begin_inset space ~
17829 \end_inset
17830
17831 color are left empty, no color will be used so that the command
17832 \end_layout
17833
17834 \begin_layout Standard
17835
17836 \series bold
17837
17838 \backslash
17839 rowcolors{1}{}{}
17840 \end_layout
17841
17842 \begin_layout Standard
17843 deletes all colors.
17844  
17845 \series bold
17846
17847 \backslash
17848 rowcolors
17849 \series default
17850  affects all tables following that command.
17851 \end_layout
17852
17853 \begin_layout Standard
17854 \begin_inset ERT
17855 status open
17856
17857 \begin_layout Plain Layout
17858
17859
17860 \backslash
17861 rowcolors{1}{white}{lightgray}
17862 \end_layout
17863
17864 \end_inset
17865
17866
17867 \end_layout
17868
17869 \begin_layout Standard
17870 \begin_inset Float table
17871 placement h
17872 wide false
17873 sideways false
17874 status open
17875
17876 \begin_layout Plain Layout
17877 \begin_inset Caption Standard
17878
17879 \begin_layout Plain Layout
17880 \begin_inset CommandInset label
17881 LatexCommand label
17882 name "tab:Table-rowcolors"
17883
17884 \end_inset
17885
17886 Table where every second row is colored light gray.
17887 \end_layout
17888
17889 \end_inset
17890
17891
17892 \end_layout
17893
17894 \begin_layout Plain Layout
17895 \align center
17896 \begin_inset Tabular
17897 <lyxtabular version="3" rows="4" columns="3">
17898 <features rotate="0" tabularvalignment="middle">
17899 <column alignment="center" valignment="top">
17900 <column alignment="center" valignment="top" width="0pt">
17901 <column alignment="center" valignment="top" width="0pt">
17902 <row>
17903 <cell alignment="center" valignment="top" usebox="none">
17904 \begin_inset Text
17905
17906 \begin_layout Plain Layout
17907 X
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 <cell alignment="center" valignment="top" usebox="none">
17913 \begin_inset Text
17914
17915 \begin_layout Plain Layout
17916 Y
17917 \end_layout
17918
17919 \end_inset
17920 </cell>
17921 <cell alignment="center" valignment="top" usebox="none">
17922 \begin_inset Text
17923
17924 \begin_layout Plain Layout
17925 Z
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 </row>
17931 <row>
17932 <cell alignment="center" valignment="top" usebox="none">
17933 \begin_inset Text
17934
17935 \begin_layout Plain Layout
17936 1
17937 \end_layout
17938
17939 \end_inset
17940 </cell>
17941 <cell alignment="center" valignment="top" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Plain Layout
17945 2
17946 \end_layout
17947
17948 \end_inset
17949 </cell>
17950 <cell alignment="center" valignment="top" usebox="none">
17951 \begin_inset Text
17952
17953 \begin_layout Plain Layout
17954 3
17955 \end_layout
17956
17957 \end_inset
17958 </cell>
17959 </row>
17960 <row>
17961 <cell alignment="center" valignment="top" usebox="none">
17962 \begin_inset Text
17963
17964 \begin_layout Plain Layout
17965 4
17966 \end_layout
17967
17968 \end_inset
17969 </cell>
17970 <cell alignment="center" valignment="top" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974 5
17975 \end_layout
17976
17977 \end_inset
17978 </cell>
17979 <cell alignment="center" valignment="top" usebox="none">
17980 \begin_inset Text
17981
17982 \begin_layout Plain Layout
17983 6
17984 \end_layout
17985
17986 \end_inset
17987 </cell>
17988 </row>
17989 <row>
17990 <cell alignment="center" valignment="top" usebox="none">
17991 \begin_inset Text
17992
17993 \begin_layout Plain Layout
17994 7
17995 \end_layout
17996
17997 \end_inset
17998 </cell>
17999 <cell alignment="center" valignment="top" usebox="none">
18000 \begin_inset Text
18001
18002 \begin_layout Plain Layout
18003 8
18004 \end_layout
18005
18006 \end_inset
18007 </cell>
18008 <cell alignment="center" valignment="top" usebox="none">
18009 \begin_inset Text
18010
18011 \begin_layout Plain Layout
18012 9
18013 \end_layout
18014
18015 \end_inset
18016 </cell>
18017 </row>
18018 </lyxtabular>
18019
18020 \end_inset
18021
18022
18023 \end_layout
18024
18025 \end_inset
18026
18027
18028 \end_layout
18029
18030 \begin_layout Standard
18031 \begin_inset ERT
18032 status open
18033
18034 \begin_layout Plain Layout
18035
18036
18037 \backslash
18038 rowcolors[
18039 \backslash
18040 hline]{1}{lightgray}{cyan}
18041 \end_layout
18042
18043 \end_inset
18044
18045
18046 \end_layout
18047
18048 \begin_layout Standard
18049 \begin_inset Float table
18050 placement h
18051 wide false
18052 sideways false
18053 status open
18054
18055 \begin_layout Plain Layout
18056 \begin_inset Caption Standard
18057
18058 \begin_layout Plain Layout
18059 \begin_inset CommandInset label
18060 LatexCommand label
18061 name "tab:Table-rowcolors-2"
18062
18063 \end_inset
18064
18065 Table where every second row is colored cyan and at which there is a line
18066  between each row.
18067 \end_layout
18068
18069 \end_inset
18070
18071
18072 \end_layout
18073
18074 \begin_layout Plain Layout
18075 \align center
18076 \begin_inset Tabular
18077 <lyxtabular version="3" rows="4" columns="3">
18078 <features rotate="0" tabularvalignment="middle">
18079 <column alignment="center" valignment="top">
18080 <column alignment="center" valignment="top">
18081 <column alignment="center" valignment="top" width="0pt">
18082 <row>
18083 <cell alignment="center" valignment="top" usebox="none">
18084 \begin_inset Text
18085
18086 \begin_layout Plain Layout
18087 X
18088 \end_layout
18089
18090 \end_inset
18091 </cell>
18092 <cell alignment="center" valignment="top" usebox="none">
18093 \begin_inset Text
18094
18095 \begin_layout Plain Layout
18096 Y
18097 \end_layout
18098
18099 \end_inset
18100 </cell>
18101 <cell alignment="center" valignment="top" usebox="none">
18102 \begin_inset Text
18103
18104 \begin_layout Plain Layout
18105 Z
18106 \end_layout
18107
18108 \end_inset
18109 </cell>
18110 </row>
18111 <row>
18112 <cell alignment="center" valignment="top" usebox="none">
18113 \begin_inset Text
18114
18115 \begin_layout Plain Layout
18116 1
18117 \end_layout
18118
18119 \end_inset
18120 </cell>
18121 <cell alignment="center" valignment="top" usebox="none">
18122 \begin_inset Text
18123
18124 \begin_layout Plain Layout
18125 2
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 <cell alignment="center" valignment="top" usebox="none">
18131 \begin_inset Text
18132
18133 \begin_layout Plain Layout
18134 3
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 </row>
18140 <row>
18141 <cell alignment="center" valignment="top" usebox="none">
18142 \begin_inset Text
18143
18144 \begin_layout Plain Layout
18145 4
18146 \end_layout
18147
18148 \end_inset
18149 </cell>
18150 <cell alignment="center" valignment="top" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154 5
18155 \end_layout
18156
18157 \end_inset
18158 </cell>
18159 <cell alignment="center" valignment="top" usebox="none">
18160 \begin_inset Text
18161
18162 \begin_layout Plain Layout
18163 6
18164 \end_layout
18165
18166 \end_inset
18167 </cell>
18168 </row>
18169 <row>
18170 <cell alignment="center" valignment="top" usebox="none">
18171 \begin_inset Text
18172
18173 \begin_layout Plain Layout
18174 7
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 <cell alignment="center" valignment="top" usebox="none">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183 8
18184 \end_layout
18185
18186 \end_inset
18187 </cell>
18188 <cell alignment="center" valignment="top" usebox="none">
18189 \begin_inset Text
18190
18191 \begin_layout Plain Layout
18192 9
18193 \end_layout
18194
18195 \end_inset
18196 </cell>
18197 </row>
18198 </lyxtabular>
18199
18200 \end_inset
18201
18202
18203 \end_layout
18204
18205 \end_inset
18206
18207
18208 \end_layout
18209
18210 \begin_layout Standard
18211 \begin_inset ERT
18212 status collapsed
18213
18214 \begin_layout Plain Layout
18215
18216
18217 \backslash
18218 rowcolors{1}{}{}
18219 \end_layout
18220
18221 \end_inset
18222
18223
18224 \begin_inset Note Note
18225 status collapsed
18226
18227 \begin_layout Plain Layout
18228 turns off the row coloring
18229 \end_layout
18230
18231 \end_inset
18232
18233
18234 \end_layout
18235
18236 \begin_layout Standard
18237 \begin_inset ERT
18238 status collapsed
18239
18240 \begin_layout Plain Layout
18241
18242
18243 \backslash
18244 else
18245 \end_layout
18246
18247 \end_inset
18248
18249
18250 \begin_inset Note Note
18251 status open
18252
18253 \begin_layout Plain Layout
18254 The following will be displayed when the LaTeX-package 
18255 \series bold
18256 colortbl
18257 \series default
18258  is not installed:
18259 \end_layout
18260
18261 \end_inset
18262
18263
18264 \end_layout
18265
18266 \begin_layout Standard
18267 You need to install the package 
18268 \series bold
18269 colortbl
18270 \series default
18271  to see the content of this section in the output.
18272 \end_layout
18273
18274 \begin_layout Standard
18275 \begin_inset ERT
18276 status collapsed
18277
18278 \begin_layout Plain Layout
18279
18280
18281 \backslash
18282 fi
18283 \end_layout
18284
18285 \end_inset
18286
18287
18288 \end_layout
18289
18290 \begin_layout Subsection
18291 Colored Lines
18292 \begin_inset Index idx
18293 status collapsed
18294
18295 \begin_layout Plain Layout
18296 Table Color ! for Lines
18297 \end_layout
18298
18299 \end_inset
18300
18301
18302 \begin_inset Index idx
18303 status collapsed
18304
18305 \begin_layout Plain Layout
18306 Color ! for Table Lines
18307 \end_layout
18308
18309 \end_inset
18310
18311
18312 \end_layout
18313
18314 \begin_layout Standard
18315 As described in section
18316 \begin_inset space ~
18317 \end_inset
18318
18319
18320 \begin_inset CommandInset ref
18321 LatexCommand ref
18322 reference "sub:Line-Thickness"
18323
18324 \end_inset
18325
18326 , the line thickness for all lines in a table can be adjusted with the length
18327  
18328 \series bold
18329
18330 \backslash
18331 arrayrulewidth
18332 \series default
18333 .
18334  It is set to 1.5
18335 \begin_inset space \thinspace{}
18336 \end_inset
18337
18338 pt for all tables of this section.
18339 \begin_inset ERT
18340 status collapsed
18341
18342 \begin_layout Plain Layout
18343
18344
18345 \backslash
18346 setlength{
18347 \backslash
18348 arrayrulewidth}{1.5pt}
18349 \end_layout
18350
18351 \end_inset
18352
18353
18354 \end_layout
18355
18356 \begin_layout Standard
18357 To color vertical lines for example with green, create the following column
18358  format in the document preamble, according to the description in section
18359 \begin_inset space ~
18360 \end_inset
18361
18362
18363 \begin_inset CommandInset ref
18364 LatexCommand ref
18365 reference "sub:Customized-Format"
18366
18367 \end_inset
18368
18369 :
18370 \end_layout
18371
18372 \begin_layout Standard
18373
18374 \series bold
18375
18376 \backslash
18377 newcolumntype{W}{!{
18378 \backslash
18379 color{green}
18380 \backslash
18381 vline}}
18382 \end_layout
18383
18384 \begin_layout Standard
18385 For Table
18386 \begin_inset space ~
18387 \end_inset
18388
18389
18390 \begin_inset CommandInset ref
18391 LatexCommand ref
18392 reference "tab:Table-with-vertical-colored"
18393
18394 \end_inset
18395
18396  the LaTeX-argument
18397 \series bold
18398  WcW
18399 \series default
18400  was used for the last column and
18401 \series bold
18402  Wc
18403 \series default
18404  for the other columns.
18405 \end_layout
18406
18407 \begin_layout Standard
18408 If you want to have several colors, define more column formats.
18409 \end_layout
18410
18411 \begin_layout Standard
18412 \begin_inset Float table
18413 placement h
18414 wide false
18415 sideways false
18416 status open
18417
18418 \begin_layout Plain Layout
18419 \begin_inset Caption Standard
18420
18421 \begin_layout Plain Layout
18422 \begin_inset CommandInset label
18423 LatexCommand label
18424 name "tab:Table-with-vertical-colored"
18425
18426 \end_inset
18427
18428 Table with colored vertical lines
18429 \end_layout
18430
18431 \end_inset
18432
18433
18434 \end_layout
18435
18436 \begin_layout Plain Layout
18437 \align center
18438 \begin_inset Tabular
18439 <lyxtabular version="3" rows="3" columns="3">
18440 <features rotate="0" tabularvalignment="middle">
18441 <column alignment="center" valignment="top" special="Wc">
18442 <column alignment="center" valignment="top" special="Wc">
18443 <column alignment="center" valignment="top" special="WcW">
18444 <row>
18445 <cell alignment="center" valignment="top" topline="true" usebox="none">
18446 \begin_inset Text
18447
18448 \begin_layout Plain Layout
18449 sd
18450 \end_layout
18451
18452 \end_inset
18453 </cell>
18454 <cell alignment="center" valignment="top" topline="true" usebox="none">
18455 \begin_inset Text
18456
18457 \begin_layout Plain Layout
18458
18459 \end_layout
18460
18461 \end_inset
18462 </cell>
18463 <cell alignment="center" valignment="top" topline="true" usebox="none">
18464 \begin_inset Text
18465
18466 \begin_layout Plain Layout
18467
18468 \end_layout
18469
18470 \end_inset
18471 </cell>
18472 </row>
18473 <row>
18474 <cell alignment="center" valignment="top" topline="true" usebox="none">
18475 \begin_inset Text
18476
18477 \begin_layout Plain Layout
18478
18479 \end_layout
18480
18481 \end_inset
18482 </cell>
18483 <cell alignment="center" valignment="top" topline="true" usebox="none">
18484 \begin_inset Text
18485
18486 \begin_layout Plain Layout
18487 sd
18488 \end_layout
18489
18490 \end_inset
18491 </cell>
18492 <cell alignment="center" valignment="top" topline="true" usebox="none">
18493 \begin_inset Text
18494
18495 \begin_layout Plain Layout
18496
18497 \end_layout
18498
18499 \end_inset
18500 </cell>
18501 </row>
18502 <row>
18503 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18504 \begin_inset Text
18505
18506 \begin_layout Plain Layout
18507
18508 \end_layout
18509
18510 \end_inset
18511 </cell>
18512 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18513 \begin_inset Text
18514
18515 \begin_layout Plain Layout
18516
18517 \end_layout
18518
18519 \end_inset
18520 </cell>
18521 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18522 \begin_inset Text
18523
18524 \begin_layout Plain Layout
18525 sd
18526 \end_layout
18527
18528 \end_inset
18529 </cell>
18530 </row>
18531 </lyxtabular>
18532
18533 \end_inset
18534
18535
18536 \end_layout
18537
18538 \end_inset
18539
18540
18541 \end_layout
18542
18543 \begin_layout Standard
18544 \begin_inset VSpace bigskip
18545 \end_inset
18546
18547 To color horizontal lines for example with red, as in Table
18548 \begin_inset space ~
18549 \end_inset
18550
18551
18552 \begin_inset CommandInset ref
18553 LatexCommand ref
18554 reference "tab:Table-with-horizontal-colored"
18555
18556 \end_inset
18557
18558 , insert these commands in TeX-Code before the table or table float:
18559 \end_layout
18560
18561 \begin_layout Standard
18562
18563 \series bold
18564
18565 \backslash
18566 let
18567 \backslash
18568 myHlineC
18569 \backslash
18570 hline
18571 \begin_inset Newline newline
18572 \end_inset
18573
18574
18575 \backslash
18576 renewcommand{
18577 \backslash
18578 hline}
18579 \begin_inset Newline newline
18580 \end_inset
18581
18582
18583 \begin_inset Phantom HPhantom
18584 status open
18585
18586 \begin_layout Plain Layout
18587
18588 \series bold
18589 \begin_inset space ~
18590 \end_inset
18591
18592
18593 \end_layout
18594
18595 \end_inset
18596
18597 {
18598 \backslash
18599 arrayrulecolor{red}
18600 \backslash
18601 myHlineC
18602 \backslash
18603 arrayrulecolor{black}}
18604 \end_layout
18605
18606 \begin_layout Standard
18607 \begin_inset ERT
18608 status collapsed
18609
18610 \begin_layout Plain Layout
18611
18612
18613 \backslash
18614 let
18615 \backslash
18616 myHlineC
18617 \backslash
18618 hline
18619 \end_layout
18620
18621 \begin_layout Plain Layout
18622
18623
18624 \backslash
18625 renewcommand{
18626 \backslash
18627 hline}
18628 \end_layout
18629
18630 \begin_layout Plain Layout
18631
18632  {
18633 \backslash
18634 arrayrulecolor{red}
18635 \backslash
18636 myHlineC
18637 \backslash
18638 arrayrulecolor{black}}
18639 \end_layout
18640
18641 \end_inset
18642
18643
18644 \begin_inset Float table
18645 placement h
18646 wide false
18647 sideways false
18648 status open
18649
18650 \begin_layout Plain Layout
18651 \begin_inset Caption Standard
18652
18653 \begin_layout Plain Layout
18654 \begin_inset CommandInset label
18655 LatexCommand label
18656 name "tab:Table-with-horizontal-colored"
18657
18658 \end_inset
18659
18660 Table with colored horizontal lines
18661 \end_layout
18662
18663 \end_inset
18664
18665
18666 \end_layout
18667
18668 \begin_layout Plain Layout
18669 \align center
18670 \begin_inset Tabular
18671 <lyxtabular version="3" rows="3" columns="3">
18672 <features rotate="0" tabularvalignment="middle">
18673 <column alignment="center" valignment="top">
18674 <column alignment="center" valignment="top">
18675 <column alignment="center" valignment="top">
18676 <row>
18677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18678 \begin_inset Text
18679
18680 \begin_layout Plain Layout
18681 sd
18682 \end_layout
18683
18684 \end_inset
18685 </cell>
18686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18687 \begin_inset Text
18688
18689 \begin_layout Plain Layout
18690
18691 \end_layout
18692
18693 \end_inset
18694 </cell>
18695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18696 \begin_inset Text
18697
18698 \begin_layout Plain Layout
18699
18700 \end_layout
18701
18702 \end_inset
18703 </cell>
18704 </row>
18705 <row>
18706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18707 \begin_inset Text
18708
18709 \begin_layout Plain Layout
18710
18711 \end_layout
18712
18713 \end_inset
18714 </cell>
18715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18716 \begin_inset Text
18717
18718 \begin_layout Plain Layout
18719 sd
18720 \end_layout
18721
18722 \end_inset
18723 </cell>
18724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18725 \begin_inset Text
18726
18727 \begin_layout Plain Layout
18728
18729 \end_layout
18730
18731 \end_inset
18732 </cell>
18733 </row>
18734 <row>
18735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18736 \begin_inset Text
18737
18738 \begin_layout Plain Layout
18739
18740 \end_layout
18741
18742 \end_inset
18743 </cell>
18744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18745 \begin_inset Text
18746
18747 \begin_layout Plain Layout
18748
18749 \end_layout
18750
18751 \end_inset
18752 </cell>
18753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18754 \begin_inset Text
18755
18756 \begin_layout Plain Layout
18757 sd
18758 \end_layout
18759
18760 \end_inset
18761 </cell>
18762 </row>
18763 </lyxtabular>
18764
18765 \end_inset
18766
18767
18768 \end_layout
18769
18770 \end_inset
18771
18772
18773 \end_layout
18774
18775 \begin_layout Standard
18776 To return to the default line color black, insert this command in TeX-Code
18777  after the table or table float:
18778 \end_layout
18779
18780 \begin_layout Standard
18781
18782 \series bold
18783
18784 \backslash
18785 renewcommand{
18786 \backslash
18787 hline}{
18788 \backslash
18789 myHlineC}
18790 \end_layout
18791
18792 \begin_layout Standard
18793 Table
18794 \begin_inset space ~
18795 \end_inset
18796
18797
18798 \begin_inset CommandInset ref
18799 LatexCommand ref
18800 reference "tab:Table-with-colored"
18801
18802 \end_inset
18803
18804  is an example with colored vertical and horizontal lines.
18805 \end_layout
18806
18807 \begin_layout Standard
18808 \begin_inset Float table
18809 placement h
18810 wide false
18811 sideways false
18812 status open
18813
18814 \begin_layout Plain Layout
18815 \begin_inset Caption Standard
18816
18817 \begin_layout Plain Layout
18818 \begin_inset CommandInset label
18819 LatexCommand label
18820 name "tab:Table-with-colored"
18821
18822 \end_inset
18823
18824 Table with colored lines
18825 \end_layout
18826
18827 \end_inset
18828
18829
18830 \end_layout
18831
18832 \begin_layout Plain Layout
18833 \align center
18834 \begin_inset Tabular
18835 <lyxtabular version="3" rows="3" columns="3">
18836 <features rotate="0" tabularvalignment="middle">
18837 <column alignment="center" valignment="top" special="Wc">
18838 <column alignment="center" valignment="top" special="Wc">
18839 <column alignment="center" valignment="top" special="WcW">
18840 <row>
18841 <cell alignment="center" valignment="top" topline="true" usebox="none">
18842 \begin_inset Text
18843
18844 \begin_layout Plain Layout
18845 sd
18846 \end_layout
18847
18848 \end_inset
18849 </cell>
18850 <cell alignment="center" valignment="top" topline="true" usebox="none">
18851 \begin_inset Text
18852
18853 \begin_layout Plain Layout
18854
18855 \end_layout
18856
18857 \end_inset
18858 </cell>
18859 <cell alignment="center" valignment="top" topline="true" usebox="none">
18860 \begin_inset Text
18861
18862 \begin_layout Plain Layout
18863
18864 \end_layout
18865
18866 \end_inset
18867 </cell>
18868 </row>
18869 <row>
18870 <cell alignment="center" valignment="top" topline="true" usebox="none">
18871 \begin_inset Text
18872
18873 \begin_layout Plain Layout
18874
18875 \end_layout
18876
18877 \end_inset
18878 </cell>
18879 <cell alignment="center" valignment="top" topline="true" usebox="none">
18880 \begin_inset Text
18881
18882 \begin_layout Plain Layout
18883 sd
18884 \end_layout
18885
18886 \end_inset
18887 </cell>
18888 <cell alignment="center" valignment="top" topline="true" usebox="none">
18889 \begin_inset Text
18890
18891 \begin_layout Plain Layout
18892
18893 \end_layout
18894
18895 \end_inset
18896 </cell>
18897 </row>
18898 <row topspace="default">
18899 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18900 \begin_inset Text
18901
18902 \begin_layout Plain Layout
18903
18904 \end_layout
18905
18906 \end_inset
18907 </cell>
18908 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18909 \begin_inset Text
18910
18911 \begin_layout Plain Layout
18912
18913 \end_layout
18914
18915 \end_inset
18916 </cell>
18917 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18918 \begin_inset Text
18919
18920 \begin_layout Plain Layout
18921 sd
18922 \end_layout
18923
18924 \end_inset
18925 </cell>
18926 </row>
18927 </lyxtabular>
18928
18929 \end_inset
18930
18931
18932 \end_layout
18933
18934 \end_inset
18935
18936
18937 \end_layout
18938
18939 \begin_layout Standard
18940 \begin_inset ERT
18941 status collapsed
18942
18943 \begin_layout Plain Layout
18944
18945
18946 \backslash
18947 renewcommand{
18948 \backslash
18949 hline}{
18950 \backslash
18951 myHlineC}
18952 \end_layout
18953
18954 \end_inset
18955
18956
18957 \end_layout
18958
18959 \begin_layout Standard
18960 \begin_inset ERT
18961 status collapsed
18962
18963 \begin_layout Plain Layout
18964
18965
18966 \backslash
18967 setlength{
18968 \backslash
18969 arrayrulewidth}{0.4pt}
18970 \end_layout
18971
18972 \end_inset
18973
18974
18975 \end_layout
18976
18977 \begin_layout Section
18978 Rotated Table Cells
18979 \begin_inset CommandInset label
18980 LatexCommand label
18981 name "sec:Rotated-Table-Cells"
18982
18983 \end_inset
18984
18985
18986 \begin_inset Index idx
18987 status collapsed
18988
18989 \begin_layout Plain Layout
18990 Table ! Rotated Cells
18991 \end_layout
18992
18993 \end_inset
18994
18995
18996 \begin_inset Index idx
18997 status collapsed
18998
18999 \begin_layout Plain Layout
19000 Rotated Material
19001 \end_layout
19002
19003 \end_inset
19004
19005
19006 \end_layout
19007
19008 \begin_layout Standard
19009 \begin_inset Note Greyedout
19010 status open
19011
19012 \begin_layout Plain Layout
19013
19014 \series bold
19015 Note:
19016 \series default
19017  Not all DVI-viewers are able to display rotations.
19018 \end_layout
19019
19020 \end_inset
19021
19022
19023 \end_layout
19024
19025 \begin_layout Standard
19026 Currently LyX only offers to rotate table cells by 90
19027 \begin_inset space \thinspace{}
19028 \end_inset
19029
19030 ° counter-clockwise.
19031  To rotate cells by an angle of your choice, you have to add this to the
19032  document preamble:
19033 \end_layout
19034
19035 \begin_layout Standard
19036
19037 \series bold
19038
19039 \backslash
19040 @ifundefined{turnbox}{
19041 \backslash
19042 usepackage{rotating}}{}
19043 \end_layout
19044
19045 \begin_layout Standard
19046 In the table cell that should be rotated, add at the beginning this command
19047  as TeX-code:
19048 \end_layout
19049
19050 \begin_layout Standard
19051
19052 \series bold
19053
19054 \backslash
19055 begin{turn}{angle}
19056 \end_layout
19057
19058 \begin_layout Standard
19059 where angle is the rotation angle in Â°.
19060  At the end of the cell the command
19061 \end_layout
19062
19063 \begin_layout Standard
19064
19065 \series bold
19066
19067 \backslash
19068 end{turn}
19069 \end_layout
19070
19071 \begin_layout Standard
19072 is inserted as TeX-code.
19073 \end_layout
19074
19075 \begin_layout Standard
19076 Table
19077 \begin_inset space ~
19078 \end_inset
19079
19080
19081 \begin_inset CommandInset ref
19082 LatexCommand ref
19083 reference "tab:Table-with-rotated-multi"
19084
19085 \end_inset
19086
19087  is an example where 3
19088 \begin_inset space ~
19089 \end_inset
19090
19091 cells were rotated by 45
19092 \begin_inset space \thinspace{}
19093 \end_inset
19094
19095 °.
19096 \end_layout
19097
19098 \begin_layout Standard
19099 \begin_inset Float table
19100 wide false
19101 sideways false
19102 status open
19103
19104 \begin_layout Plain Layout
19105 \begin_inset Caption Standard
19106
19107 \begin_layout Plain Layout
19108 \begin_inset CommandInset label
19109 LatexCommand label
19110 name "tab:Table-with-rotated"
19111
19112 \end_inset
19113
19114 Table with rotated cells in the first row.
19115 \end_layout
19116
19117 \end_inset
19118
19119
19120 \end_layout
19121
19122 \begin_layout Plain Layout
19123 \noindent
19124 \align center
19125 \begin_inset Tabular
19126 <lyxtabular version="3" rows="2" columns="3">
19127 <features rotate="0" tabularvalignment="middle">
19128 <column alignment="center" valignment="top">
19129 <column alignment="center" valignment="top" width="0pt">
19130 <column alignment="center" valignment="top">
19131 <row>
19132 <cell alignment="center" valignment="top" usebox="none">
19133 \begin_inset Text
19134
19135 \begin_layout Plain Layout
19136 \begin_inset ERT
19137 status collapsed
19138
19139 \begin_layout Plain Layout
19140
19141
19142 \backslash
19143 begin{turn}{45}
19144 \end_layout
19145
19146 \end_inset
19147
19148 cups
19149 \begin_inset ERT
19150 status collapsed
19151
19152 \begin_layout Plain Layout
19153
19154
19155 \backslash
19156 end{turn}
19157 \end_layout
19158
19159 \end_inset
19160
19161
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 <cell alignment="center" valignment="top" usebox="none">
19167 \begin_inset Text
19168
19169 \begin_layout Plain Layout
19170 \begin_inset ERT
19171 status collapsed
19172
19173 \begin_layout Plain Layout
19174
19175
19176 \backslash
19177 begin{turn}{45}
19178 \end_layout
19179
19180 \end_inset
19181
19182 plates
19183 \begin_inset ERT
19184 status collapsed
19185
19186 \begin_layout Plain Layout
19187
19188
19189 \backslash
19190 end{turn}
19191 \end_layout
19192
19193 \end_inset
19194
19195
19196 \end_layout
19197
19198 \end_inset
19199 </cell>
19200 <cell alignment="center" valignment="top" usebox="none">
19201 \begin_inset Text
19202
19203 \begin_layout Plain Layout
19204 \begin_inset ERT
19205 status collapsed
19206
19207 \begin_layout Plain Layout
19208
19209
19210 \backslash
19211 begin{turn}{45}
19212 \end_layout
19213
19214 \end_inset
19215
19216 saucers
19217 \begin_inset ERT
19218 status collapsed
19219
19220 \begin_layout Plain Layout
19221
19222
19223 \backslash
19224 end{turn}
19225 \end_layout
19226
19227 \end_inset
19228
19229
19230 \end_layout
19231
19232 \end_inset
19233 </cell>
19234 </row>
19235 <row>
19236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19237 \begin_inset Text
19238
19239 \begin_layout Plain Layout
19240 45
19241 \end_layout
19242
19243 \end_inset
19244 </cell>
19245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19246 \begin_inset Text
19247
19248 \begin_layout Plain Layout
19249 33
19250 \end_layout
19251
19252 \end_inset
19253 </cell>
19254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19255 \begin_inset Text
19256
19257 \begin_layout Plain Layout
19258 21
19259 \end_layout
19260
19261 \end_inset
19262 </cell>
19263 </row>
19264 </lyxtabular>
19265
19266 \end_inset
19267
19268
19269 \end_layout
19270
19271 \end_inset
19272
19273
19274 \end_layout
19275
19276 \begin_layout Standard
19277 \begin_inset Note Greyedout
19278 status open
19279
19280 \begin_layout Plain Layout
19281
19282 \series bold
19283 Note:
19284 \series default
19285  Line breaks (shortcut 
19286 \begin_inset Info
19287 type  "shortcut"
19288 arg   "newline-insert newline"
19289 \end_inset
19290
19291 ) are not allowed in rotated cells.
19292 \end_layout
19293
19294 \end_inset
19295
19296
19297 \end_layout
19298
19299 \begin_layout Standard
19300 If you want to rotate table cells containing line breaks, you have to put
19301  the cell content into a minipage or a parbox.
19302 \begin_inset Foot
19303 status collapsed
19304
19305 \begin_layout Plain Layout
19306 For more about these boxes see sec.
19307 \begin_inset space \thinspace{}
19308 \end_inset
19309
19310
19311 \begin_inset CommandInset ref
19312 LatexCommand ref
19313 reference "sec:Minipages"
19314
19315 \end_inset
19316
19317  and 
19318 \begin_inset CommandInset ref
19319 LatexCommand ref
19320 reference "sec:Parboxes"
19321
19322 \end_inset
19323
19324 .
19325 \end_layout
19326
19327 \end_inset
19328
19329  If you rotate this cell by 90
19330 \begin_inset space \thinspace{}
19331 \end_inset
19332
19333 ° the width of the box is the height of the cell.
19334  Table
19335 \begin_inset space ~
19336 \end_inset
19337
19338
19339 \begin_inset CommandInset ref
19340 LatexCommand ref
19341 reference "tab:Table-with-rotated-multi"
19342
19343 \end_inset
19344
19345  is an example for a rotated multiline cell where the box width was set
19346  to 3
19347 \begin_inset space \thinspace{}
19348 \end_inset
19349
19350 cm.
19351 \end_layout
19352
19353 \begin_layout Standard
19354 \begin_inset Float table
19355 wide false
19356 sideways false
19357 status open
19358
19359 \begin_layout Plain Layout
19360 \begin_inset Caption Standard
19361
19362 \begin_layout Plain Layout
19363 \begin_inset CommandInset label
19364 LatexCommand label
19365 name "tab:Table-with-rotated-multi"
19366
19367 \end_inset
19368
19369 Table with rotated multiline cell.
19370 \end_layout
19371
19372 \end_inset
19373
19374
19375 \end_layout
19376
19377 \begin_layout Plain Layout
19378 \noindent
19379 \align center
19380 \begin_inset Tabular
19381 <lyxtabular version="3" rows="2" columns="3">
19382 <features rotate="0" tabularvalignment="middle">
19383 <column alignment="center" valignment="top">
19384 <column alignment="center" valignment="top" width="0pt">
19385 <column alignment="center" valignment="top">
19386 <row>
19387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19388 \begin_inset Text
19389
19390 \begin_layout Plain Layout
19391 a
19392 \end_layout
19393
19394 \end_inset
19395 </cell>
19396 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19397 \begin_inset Text
19398
19399 \begin_layout Plain Layout
19400 \begin_inset Box Frameless
19401 position "t"
19402 hor_pos "c"
19403 has_inner_box 1
19404 inner_pos "t"
19405 use_parbox 0
19406 use_makebox 0
19407 width "3cm"
19408 special "none"
19409 height "1in"
19410 height_special "totalheight"
19411 status open
19412
19413 \begin_layout Plain Layout
19414 rotated cell
19415 \begin_inset Newline newline
19416 \end_inset
19417
19418 with line break
19419 \end_layout
19420
19421 \end_inset
19422
19423
19424 \end_layout
19425
19426 \end_inset
19427 </cell>
19428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19429 \begin_inset Text
19430
19431 \begin_layout Plain Layout
19432 e
19433 \end_layout
19434
19435 \end_inset
19436 </cell>
19437 </row>
19438 <row>
19439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19440 \begin_inset Text
19441
19442 \begin_layout Plain Layout
19443 b
19444 \end_layout
19445
19446 \end_inset
19447 </cell>
19448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19449 \begin_inset Text
19450
19451 \begin_layout Plain Layout
19452 c
19453 \end_layout
19454
19455 \end_inset
19456 </cell>
19457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19458 \begin_inset Text
19459
19460 \begin_layout Plain Layout
19461 d
19462 \end_layout
19463
19464 \end_inset
19465 </cell>
19466 </row>
19467 </lyxtabular>
19468
19469 \end_inset
19470
19471
19472 \end_layout
19473
19474 \end_inset
19475
19476
19477 \end_layout
19478
19479 \begin_layout Section
19480 Table Width Calculation
19481 \begin_inset CommandInset label
19482 LatexCommand label
19483 name "sec:Table-Width-Calculation"
19484
19485 \end_inset
19486
19487
19488 \end_layout
19489
19490 \begin_layout Standard
19491 For wide tables it is sometimes difficult to assure that the table does
19492  not protrude over the page margin.
19493  Setting a fixed width for every column of the table is the solution, but
19494  what amount of space is needed for each column?
19495 \end_layout
19496
19497 \begin_layout Standard
19498 The table width 
19499 \begin_inset Formula $W_{\mathrm{table}}$
19500 \end_inset
19501
19502  can be calculated: Every column has the width of the specified column width
19503  
19504 \begin_inset Formula $W_{\mathrm{column}}$
19505 \end_inset
19506
19507  (that the content of the column can consume) plus two times the separation
19508  between the column content and the column border (LaTeX length
19509 \series bold
19510  
19511 \backslash
19512 tabcolsep
19513 \series default
19514 , default 6
19515 \begin_inset space \thinspace{}
19516 \end_inset
19517
19518 pt) plus the width of a border line (LaTeX length 
19519 \series bold
19520
19521 \backslash
19522 arrayrulewidth
19523 \series default
19524 , default 0.4
19525 \begin_inset space \thinspace{}
19526 \end_inset
19527
19528 pt): So if all 
19529 \begin_inset Formula $n$
19530 \end_inset
19531
19532
19533 \begin_inset space ~
19534 \end_inset
19535
19536 columns have the same width, the table width is
19537 \begin_inset Formula 
19538 \begin{equation}
19539 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19540 \end{equation}
19541
19542 \end_inset
19543
19544
19545 \end_layout
19546
19547 \begin_layout Standard
19548 The available width for a table is the space between the page margins or
19549  the width of a text column (for a two-column document) (LaTeX length 
19550 \series bold
19551
19552 \backslash
19553 columnwidth
19554 \series default
19555 ).
19556  If all table columns should have the same width and 
19557 \begin_inset Formula $W_{\mathrm{table}}$
19558 \end_inset
19559
19560  should be 1
19561 \begin_inset space \thinspace{}
19562 \end_inset
19563
19564
19565 \backslash
19566 columnwidth, 
19567 \begin_inset Formula $W_{\mathrm{column}}$
19568 \end_inset
19569
19570  can easily be calculated.
19571 \end_layout
19572
19573 \begin_layout Standard
19574 To be able to perform calculations you need to load the LaTeX-package 
19575 \series bold
19576 calc
19577 \series default
19578
19579 \begin_inset Index idx
19580 status collapsed
19581
19582 \begin_layout Plain Layout
19583 LaTeX-packages ! calc
19584 \end_layout
19585
19586 \end_inset
19587
19588  in the document preamble.
19589  To set the width in the table dialog you have to use the field 
19590 \family sans
19591 LaTeX argument
19592 \family default
19593 .
19594  The command scheme for this field is the same that is explained in section
19595 \begin_inset space ~
19596 \end_inset
19597
19598
19599 \begin_inset CommandInset ref
19600 LatexCommand ref
19601 reference "sub:Multicolumn-Calculations"
19602
19603 \end_inset
19604
19605 .
19606  For a table with 5
19607 \begin_inset space \thinspace{}
19608 \end_inset
19609
19610 columns with an uniform width and centered text, enter there for each column
19611  the command
19612 \end_layout
19613
19614 \begin_layout Standard
19615
19616 \series bold
19617 >{
19618 \backslash
19619 centering}p{(1
19620 \backslash
19621 columnwidth-62.4pt)/5}
19622 \end_layout
19623
19624 \begin_layout Standard
19625 For a table with 5
19626 \begin_inset space \thinspace{}
19627 \end_inset
19628
19629 columns where 2 should have 0.75
19630 \begin_inset space ~
19631 \end_inset
19632
19633 times the width than the 3 others, the calculation is
19634 \begin_inset Formula 
19635 \begin{align}
19636 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19637  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19638  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19639 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19640 \end{align}
19641
19642 \end_inset
19643
19644
19645 \end_layout
19646
19647 \begin_layout Standard
19648 In the table therefore the command
19649 \end_layout
19650
19651 \begin_layout Standard
19652
19653 \series bold
19654 >{
19655 \backslash
19656 centering}p{(1
19657 \backslash
19658 columnwidth-62.4pt)/
19659 \backslash
19660 real{4.5}}
19661 \end_layout
19662
19663 \begin_layout Standard
19664 is used for the wider columns and
19665 \end_layout
19666
19667 \begin_layout Standard
19668
19669 \series bold
19670 >{
19671 \backslash
19672 centering}p{(1
19673 \backslash
19674 columnwidth-62.4pt)/
19675 \backslash
19676 real{4.5}*
19677 \backslash
19678 real{0.75}}
19679 \end_layout
19680
19681 \begin_layout Standard
19682 for the smaller ones:
19683 \end_layout
19684
19685 \begin_layout Standard
19686 \begin_inset Tabular
19687 <lyxtabular version="3" rows="2" columns="5">
19688 <features rotate="0" tabularvalignment="middle">
19689 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19690 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19691 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19692 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19693 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19694 <row>
19695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19696 \begin_inset Text
19697
19698 \begin_layout Plain Layout
19699 1
19700 \end_layout
19701
19702 \end_inset
19703 </cell>
19704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19705 \begin_inset Text
19706
19707 \begin_layout Plain Layout
19708 2
19709 \end_layout
19710
19711 \end_inset
19712 </cell>
19713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19714 \begin_inset Text
19715
19716 \begin_layout Plain Layout
19717 3
19718 \end_layout
19719
19720 \end_inset
19721 </cell>
19722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19723 \begin_inset Text
19724
19725 \begin_layout Plain Layout
19726 4
19727 \end_layout
19728
19729 \end_inset
19730 </cell>
19731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19732 \begin_inset Text
19733
19734 \begin_layout Plain Layout
19735 5
19736 \end_layout
19737
19738 \end_inset
19739 </cell>
19740 </row>
19741 <row>
19742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19743 \begin_inset Text
19744
19745 \begin_layout Plain Layout
19746 111111 1111111 111111 111111111 11111 11111 1111
19747 \end_layout
19748
19749 \end_inset
19750 </cell>
19751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755
19756 \end_layout
19757
19758 \end_inset
19759 </cell>
19760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19761 \begin_inset Text
19762
19763 \begin_layout Plain Layout
19764 2222 22222 222222 222222222 2222222 22 22222
19765 \end_layout
19766
19767 \end_inset
19768 </cell>
19769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19770 \begin_inset Text
19771
19772 \begin_layout Plain Layout
19773
19774 \end_layout
19775
19776 \end_inset
19777 </cell>
19778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19779 \begin_inset Text
19780
19781 \begin_layout Plain Layout
19782 333333 333333 333333 33333 3333333 333
19783 \end_layout
19784
19785 \end_inset
19786 </cell>
19787 </row>
19788 </lyxtabular>
19789
19790 \end_inset
19791
19792
19793 \end_layout
19794
19795 \begin_layout Section
19796 Table Customization
19797 \begin_inset Index idx
19798 status collapsed
19799
19800 \begin_layout Plain Layout
19801 Table Customization
19802 \end_layout
19803
19804 \end_inset
19805
19806
19807 \begin_inset Index idx
19808 status collapsed
19809
19810 \begin_layout Plain Layout
19811 Table ! Customization
19812 \end_layout
19813
19814 \end_inset
19815
19816
19817 \end_layout
19818
19819 \begin_layout Subsection
19820 Row Spacing
19821 \begin_inset CommandInset label
19822 LatexCommand label
19823 name "sub:Row-Spacing"
19824
19825 \end_inset
19826
19827
19828 \begin_inset Index idx
19829 status collapsed
19830
19831 \begin_layout Plain Layout
19832 Table Customization ! Row Spacing
19833 \end_layout
19834
19835 \end_inset
19836
19837
19838 \end_layout
19839
19840 \begin_layout Standard
19841 You can add vertical space to table rows in the 
19842 \family sans
19843 Borders
19844 \family default
19845  tab of the table dialog.
19846  You find there three possibilities:
19847 \end_layout
19848
19849 \begin_layout Description
19850 Top
19851 \begin_inset space ~
19852 \end_inset
19853
19854 of
19855 \begin_inset space ~
19856 \end_inset
19857
19858 row will add space above the characters of the table row.
19859  If the table is a formal table
19860 \begin_inset Foot
19861 status collapsed
19862
19863 \begin_layout Plain Layout
19864 Formal tables are explained in section
19865 \begin_inset space ~
19866 \end_inset
19867
19868
19869 \begin_inset CommandInset ref
19870 LatexCommand ref
19871 reference "sec:Formal-Tables"
19872
19873 \end_inset
19874
19875 .
19876 \end_layout
19877
19878 \end_inset
19879
19880  LyX will insert as default 0.5
19881 \begin_inset space \thinspace{}
19882 \end_inset
19883
19884 em space.
19885  For normal tables the inserted space will unfortunately destroy the vertical
19886  table lines as in the following table:
19887 \begin_inset VSpace medskip
19888 \end_inset
19889
19890
19891 \begin_inset Newline newline
19892 \end_inset
19893
19894
19895 \begin_inset space \hspace*{}
19896 \length 0pt
19897 \end_inset
19898
19899
19900 \begin_inset space \hfill{}
19901 \end_inset
19902
19903
19904 \begin_inset Tabular
19905 <lyxtabular version="3" rows="3" columns="1">
19906 <features rotate="0" tabularvalignment="middle">
19907 <column alignment="center" valignment="top">
19908 <row>
19909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Plain Layout
19913 A
19914 \end_layout
19915
19916 \end_inset
19917 </cell>
19918 </row>
19919 <row topspace="3mm">
19920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924 3
19925 \begin_inset space \thinspace{}
19926 \end_inset
19927
19928 mm space top of row
19929 \end_layout
19930
19931 \end_inset
19932 </cell>
19933 </row>
19934 <row>
19935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19936 \begin_inset Text
19937
19938 \begin_layout Plain Layout
19939 C
19940 \end_layout
19941
19942 \end_inset
19943 </cell>
19944 </row>
19945 </lyxtabular>
19946
19947 \end_inset
19948
19949
19950 \begin_inset space \hfill{}
19951 \end_inset
19952
19953
19954 \begin_inset space \hspace*{}
19955 \length 0pt
19956 \end_inset
19957
19958
19959 \begin_inset VSpace medskip
19960 \end_inset
19961
19962
19963 \begin_inset Newline newline
19964 \end_inset
19965
19966 So inserting space in the top of row for normal tables is only useful when
19967  you don't have vertical lines.
19968 \end_layout
19969
19970 \begin_layout Description
19971 Bottom
19972 \begin_inset space ~
19973 \end_inset
19974
19975 of
19976 \begin_inset space ~
19977 \end_inset
19978
19979 row will add space below the characters of the table row.
19980  If the table is a formal table LyX will insert as default 0.5
19981 \begin_inset space \thinspace{}
19982 \end_inset
19983
19984 em space, for normal tables the default size is 2
19985 \begin_inset space \thinspace{}
19986 \end_inset
19987
19988 pt.
19989 \end_layout
19990
19991 \begin_layout Description
19992 Between
19993 \begin_inset space ~
19994 \end_inset
19995
19996 rows adds space between the current and the following row.
19997  If the table is a formal table LyX will insert as default 0.5
19998 \begin_inset space \thinspace{}
19999 \end_inset
20000
20001 em space.
20002  For normal tables the inserted space will unfortunately destroy the vertical
20003  table lines as in the following table:
20004 \begin_inset VSpace medskip
20005 \end_inset
20006
20007
20008 \begin_inset Newline newline
20009 \end_inset
20010
20011
20012 \begin_inset space \hspace*{}
20013 \length 0pt
20014 \end_inset
20015
20016
20017 \begin_inset space \hfill{}
20018 \end_inset
20019
20020
20021 \begin_inset Tabular
20022 <lyxtabular version="3" rows="3" columns="1">
20023 <features rotate="0" tabularvalignment="middle">
20024 <column alignment="center" valignment="top">
20025 <row>
20026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20027 \begin_inset Text
20028
20029 \begin_layout Plain Layout
20030 A
20031 \end_layout
20032
20033 \end_inset
20034 </cell>
20035 </row>
20036 <row interlinespace="3mm">
20037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20038 \begin_inset Text
20039
20040 \begin_layout Plain Layout
20041 \begin_inset Formula $\downarrow$
20042 \end_inset
20043
20044  3
20045 \begin_inset space \thinspace{}
20046 \end_inset
20047
20048 mm space between row 
20049 \begin_inset Formula $\downarrow$
20050 \end_inset
20051
20052
20053 \end_layout
20054
20055 \end_inset
20056 </cell>
20057 </row>
20058 <row>
20059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063 \begin_inset Formula $\uparrow$
20064 \end_inset
20065
20066  3
20067 \begin_inset space \thinspace{}
20068 \end_inset
20069
20070 mm space between row 
20071 \begin_inset Formula $\uparrow$
20072 \end_inset
20073
20074
20075 \end_layout
20076
20077 \end_inset
20078 </cell>
20079 </row>
20080 </lyxtabular>
20081
20082 \end_inset
20083
20084
20085 \begin_inset space \hfill{}
20086 \end_inset
20087
20088
20089 \begin_inset space \hspace*{}
20090 \length 0pt
20091 \end_inset
20092
20093
20094 \begin_inset VSpace medskip
20095 \end_inset
20096
20097
20098 \begin_inset Newline newline
20099 \end_inset
20100
20101 So inserting space between rows for normal tables is only useful when you
20102  don't have vertical lines.
20103 \end_layout
20104
20105 \begin_layout Standard
20106 \begin_inset VSpace bigskip
20107 \end_inset
20108
20109 When you want to add extra height to all cells of all tables, you can do
20110  this with the following preamble lines:
20111 \end_layout
20112
20113 \begin_layout Standard
20114
20115 \series bold
20116
20117 \backslash
20118 @ifundefined{extrarowheight}
20119 \begin_inset Newline newline
20120 \end_inset
20121
20122
20123 \begin_inset Phantom HPhantom
20124 status open
20125
20126 \begin_layout Plain Layout
20127
20128 \series bold
20129 \begin_inset space ~
20130 \end_inset
20131
20132
20133 \end_layout
20134
20135 \end_inset
20136
20137 {
20138 \backslash
20139 usepackage{array}}{}
20140 \begin_inset Newline newline
20141 \end_inset
20142
20143
20144 \backslash
20145 setlength{
20146 \backslash
20147 extrarowheight}{height}
20148 \end_layout
20149
20150 \begin_layout Standard
20151 But this has the disadvantage that the cell texts are no longer exactly
20152  vertically centered.
20153  (The package 
20154 \series bold
20155 array
20156 \series default
20157  will be loaded automatically by LyX when you use self defined table formats.
20158  To avoid that it being loaded twice the command 
20159 \series bold
20160
20161 \backslash
20162 @ifundefined
20163 \series default
20164  is used in the above command.)
20165 \end_layout
20166
20167 \begin_layout Standard
20168 If you are using font sizes larger than the normal size, the table borders
20169  are often too close to the letters.
20170  This can be corrected by inserting the command 
20171 \series bold
20172
20173 \backslash
20174 strut
20175 \series default
20176  in TeX-Code at the beginning of a table row.
20177  Table
20178 \begin_inset space ~
20179 \end_inset
20180
20181
20182 \begin_inset CommandInset ref
20183 LatexCommand ref
20184 reference "tab:Vertical-alignment-of"
20185
20186 \end_inset
20187
20188  illustrates the effect.
20189 \end_layout
20190
20191 \begin_layout Standard
20192 \noindent
20193 \begin_inset Float table
20194 placement h
20195 wide false
20196 sideways false
20197 status open
20198
20199 \begin_layout Plain Layout
20200 \begin_inset Caption Standard
20201
20202 \begin_layout Plain Layout
20203 \begin_inset CommandInset label
20204 LatexCommand label
20205 name "tab:Vertical-alignment-of"
20206
20207 \end_inset
20208
20209 Vertical alignment of text with large font sizes.
20210 \end_layout
20211
20212 \end_inset
20213
20214
20215 \end_layout
20216
20217 \begin_layout Plain Layout
20218 \begin_inset space \hfill{}
20219 \end_inset
20220
20221
20222 \begin_inset Float table
20223 wide false
20224 sideways false
20225 status collapsed
20226
20227 \begin_layout Plain Layout
20228 \begin_inset Caption Standard
20229
20230 \begin_layout Plain Layout
20231 Normal table.
20232 \end_layout
20233
20234 \end_inset
20235
20236
20237 \end_layout
20238
20239 \begin_layout Plain Layout
20240 \noindent
20241 \align center
20242 \begin_inset Tabular
20243 <lyxtabular version="3" rows="6" columns="1">
20244 <features rotate="0" tabularvalignment="middle">
20245 <column alignment="left" valignment="top">
20246 <row>
20247 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20248 \begin_inset Text
20249
20250 \begin_layout Plain Layout
20251 Normal, g
20252 \end_layout
20253
20254 \end_inset
20255 </cell>
20256 </row>
20257 <row>
20258 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20259 \begin_inset Text
20260
20261 \begin_layout Plain Layout
20262
20263 \size large
20264 Large
20265 \end_layout
20266
20267 \end_inset
20268 </cell>
20269 </row>
20270 <row>
20271 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20272 \begin_inset Text
20273
20274 \begin_layout Plain Layout
20275
20276 \size larger
20277 Larger
20278 \end_layout
20279
20280 \end_inset
20281 </cell>
20282 </row>
20283 <row>
20284 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20285 \begin_inset Text
20286
20287 \begin_layout Plain Layout
20288
20289 \size largest
20290 Largest
20291 \end_layout
20292
20293 \end_inset
20294 </cell>
20295 </row>
20296 <row>
20297 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20298 \begin_inset Text
20299
20300 \begin_layout Plain Layout
20301
20302 \size huge
20303 Huge
20304 \end_layout
20305
20306 \end_inset
20307 </cell>
20308 </row>
20309 <row>
20310 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20311 \begin_inset Text
20312
20313 \begin_layout Plain Layout
20314
20315 \size huge
20316 Huger
20317 \end_layout
20318
20319 \end_inset
20320 </cell>
20321 </row>
20322 </lyxtabular>
20323
20324 \end_inset
20325
20326
20327 \end_layout
20328
20329 \end_inset
20330
20331
20332 \begin_inset space \hfill{}
20333 \end_inset
20334
20335
20336 \begin_inset Float table
20337 wide false
20338 sideways false
20339 status collapsed
20340
20341 \begin_layout Plain Layout
20342 \begin_inset Caption Standard
20343
20344 \begin_layout Plain Layout
20345 Table using the command 
20346 \series bold
20347
20348 \backslash
20349 strut
20350 \series default
20351 .
20352 \end_layout
20353
20354 \end_inset
20355
20356
20357 \end_layout
20358
20359 \begin_layout Plain Layout
20360 \noindent
20361 \align center
20362 \begin_inset Tabular
20363 <lyxtabular version="3" rows="6" columns="1">
20364 <features rotate="0" tabularvalignment="middle">
20365 <column alignment="left" valignment="top">
20366 <row>
20367 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20368 \begin_inset Text
20369
20370 \begin_layout Plain Layout
20371 Normal, g
20372 \end_layout
20373
20374 \end_inset
20375 </cell>
20376 </row>
20377 <row>
20378 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20379 \begin_inset Text
20380
20381 \begin_layout Plain Layout
20382
20383 \size large
20384 \begin_inset ERT
20385 status collapsed
20386
20387 \begin_layout Plain Layout
20388
20389
20390 \backslash
20391 strut 
20392 \end_layout
20393
20394 \end_inset
20395
20396 Large
20397 \end_layout
20398
20399 \end_inset
20400 </cell>
20401 </row>
20402 <row>
20403 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20404 \begin_inset Text
20405
20406 \begin_layout Plain Layout
20407
20408 \size larger
20409 \begin_inset ERT
20410 status collapsed
20411
20412 \begin_layout Plain Layout
20413
20414
20415 \backslash
20416 strut 
20417 \end_layout
20418
20419 \end_inset
20420
20421 Larger
20422 \end_layout
20423
20424 \end_inset
20425 </cell>
20426 </row>
20427 <row>
20428 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20429 \begin_inset Text
20430
20431 \begin_layout Plain Layout
20432
20433 \size largest
20434 \begin_inset ERT
20435 status collapsed
20436
20437 \begin_layout Plain Layout
20438
20439
20440 \backslash
20441 strut 
20442 \end_layout
20443
20444 \end_inset
20445
20446 Largest
20447 \end_layout
20448
20449 \end_inset
20450 </cell>
20451 </row>
20452 <row>
20453 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20454 \begin_inset Text
20455
20456 \begin_layout Plain Layout
20457
20458 \size huge
20459 \begin_inset ERT
20460 status collapsed
20461
20462 \begin_layout Plain Layout
20463
20464
20465 \backslash
20466 strut 
20467 \end_layout
20468
20469 \end_inset
20470
20471 Huge
20472 \end_layout
20473
20474 \end_inset
20475 </cell>
20476 </row>
20477 <row>
20478 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20479 \begin_inset Text
20480
20481 \begin_layout Plain Layout
20482
20483 \size giant
20484 \begin_inset ERT
20485 status collapsed
20486
20487 \begin_layout Plain Layout
20488
20489
20490 \backslash
20491 strut 
20492 \end_layout
20493
20494 \end_inset
20495
20496
20497 \size huge
20498 Huger
20499 \end_layout
20500
20501 \end_inset
20502 </cell>
20503 </row>
20504 </lyxtabular>
20505
20506 \end_inset
20507
20508
20509 \end_layout
20510
20511 \end_inset
20512
20513
20514 \begin_inset space \hfill{}
20515 \end_inset
20516
20517
20518 \end_layout
20519
20520 \end_inset
20521
20522
20523 \end_layout
20524
20525 \begin_layout Subsection
20526 Special Cell Alignment
20527 \begin_inset CommandInset label
20528 LatexCommand label
20529 name "sub:Special-Cell-Alignment"
20530
20531 \end_inset
20532
20533
20534 \begin_inset Index idx
20535 status collapsed
20536
20537 \begin_layout Plain Layout
20538 Table Customization ! Special Cell Alignment
20539 \end_layout
20540
20541 \end_inset
20542
20543
20544 \end_layout
20545
20546 \begin_layout Standard
20547 Sometimes it looks better when the cell entries of a column are aligned
20548  with a special character, e.
20549 \begin_inset space \thinspace{}
20550 \end_inset
20551
20552 g.
20553 \begin_inset space \space{}
20554 \end_inset
20555
20556 with the decimal separator as in Table
20557 \begin_inset space ~
20558 \end_inset
20559
20560
20561 \begin_inset CommandInset ref
20562 LatexCommand ref
20563 reference "tab:Table-cells-align"
20564
20565 \end_inset
20566
20567 .
20568  This alignment is achieved by setting the cursor into the column and then
20569  either pressing the toolbar button 
20570 \begin_inset Info
20571 type  "icon"
20572 arg   "inset-modify tabular align-decimal"
20573 \end_inset
20574
20575  or setting the alignment in the table settings to 
20576 \family sans
20577 At
20578 \begin_inset space ~
20579 \end_inset
20580
20581 Decimal
20582 \begin_inset space ~
20583 \end_inset
20584
20585 Separator
20586 \family default
20587 .
20588  The alignment character can be a character of your choice and is specified
20589  in the table settings.
20590 \end_layout
20591
20592 \begin_layout Standard
20593 \begin_inset Float table
20594 placement h
20595 wide false
20596 sideways false
20597 status open
20598
20599 \begin_layout Plain Layout
20600 \begin_inset Caption Standard
20601
20602 \begin_layout Plain Layout
20603 \begin_inset CommandInset label
20604 LatexCommand label
20605 name "tab:Table-cells-align"
20606
20607 \end_inset
20608
20609 Table cells of a column aligned with the decimal separator.
20610 \end_layout
20611
20612 \end_inset
20613
20614
20615 \end_layout
20616
20617 \begin_layout Plain Layout
20618 \align center
20619 \begin_inset Tabular
20620 <lyxtabular version="3" rows="4" columns="1">
20621 <features rotate="0" booktabs="true" tabularvalignment="middle">
20622 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
20623 <row>
20624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20625 \begin_inset Text
20626
20627 \begin_layout Plain Layout
20628 heading
20629 \end_layout
20630
20631 \end_inset
20632 </cell>
20633 </row>
20634 <row>
20635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20636 \begin_inset Text
20637
20638 \begin_layout Plain Layout
20639 12.6
20640 \end_layout
20641
20642 \end_inset
20643 </cell>
20644 </row>
20645 <row>
20646 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20647 \begin_inset Text
20648
20649 \begin_layout Plain Layout
20650 0.68
20651 \end_layout
20652
20653 \end_inset
20654 </cell>
20655 </row>
20656 <row>
20657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20658 \begin_inset Text
20659
20660 \begin_layout Plain Layout
20661 -123.0
20662 \end_layout
20663
20664 \end_inset
20665 </cell>
20666 </row>
20667 </lyxtabular>
20668
20669 \end_inset
20670
20671
20672 \end_layout
20673
20674 \end_inset
20675
20676
20677 \end_layout
20678
20679 \begin_layout Standard
20680 \begin_inset Float table
20681 placement h
20682 wide false
20683 sideways false
20684 status open
20685
20686 \begin_layout Plain Layout
20687 \begin_inset Caption Standard
20688
20689 \begin_layout Plain Layout
20690 \begin_inset CommandInset label
20691 LatexCommand label
20692 name "tab:Table-align-operator"
20693
20694 \end_inset
20695
20696 Table cells of a column aligned with the operators.
20697 \end_layout
20698
20699 \end_inset
20700
20701
20702 \end_layout
20703
20704 \begin_layout Plain Layout
20705 \align center
20706 \begin_inset Tabular
20707 <lyxtabular version="3" rows="4" columns="2">
20708 <features rotate="0" booktabs="true" tabularvalignment="middle">
20709 <column alignment="right" valignment="top" width="0pt">
20710 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20711 <row>
20712 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20713 \begin_inset Text
20714
20715 \begin_layout Plain Layout
20716 heading
20717 \end_layout
20718
20719 \end_inset
20720 </cell>
20721 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20722 \begin_inset Text
20723
20724 \begin_layout Plain Layout
20725
20726 \end_layout
20727
20728 \end_inset
20729 </cell>
20730 </row>
20731 <row>
20732 <cell alignment="center" valignment="top" usebox="none">
20733 \begin_inset Text
20734
20735 \begin_layout Plain Layout
20736 \begin_inset Formula $12\,+$
20737 \end_inset
20738
20739
20740 \end_layout
20741
20742 \end_inset
20743 </cell>
20744 <cell alignment="center" valignment="top" usebox="none">
20745 \begin_inset Text
20746
20747 \begin_layout Plain Layout
20748 \begin_inset Formula $\,6$
20749 \end_inset
20750
20751
20752 \end_layout
20753
20754 \end_inset
20755 </cell>
20756 </row>
20757 <row>
20758 <cell alignment="center" valignment="top" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762 \begin_inset Formula $0\,-$
20763 \end_inset
20764
20765
20766 \end_layout
20767
20768 \end_inset
20769 </cell>
20770 <cell alignment="center" valignment="top" usebox="none">
20771 \begin_inset Text
20772
20773 \begin_layout Plain Layout
20774 \begin_inset Formula $\,68$
20775 \end_inset
20776
20777
20778 \end_layout
20779
20780 \end_inset
20781 </cell>
20782 </row>
20783 <row>
20784 <cell alignment="center" valignment="top" usebox="none">
20785 \begin_inset Text
20786
20787 \begin_layout Plain Layout
20788 \begin_inset Formula $-123\,/$
20789 \end_inset
20790
20791
20792 \end_layout
20793
20794 \end_inset
20795 </cell>
20796 <cell alignment="center" valignment="top" usebox="none">
20797 \begin_inset Text
20798
20799 \begin_layout Plain Layout
20800 \begin_inset Formula $\,0$
20801 \end_inset
20802
20803
20804 \end_layout
20805
20806 \end_inset
20807 </cell>
20808 </row>
20809 </lyxtabular>
20810
20811 \end_inset
20812
20813
20814 \end_layout
20815
20816 \end_inset
20817
20818
20819 \end_layout
20820
20821 \begin_layout Standard
20822 For alignments at characters in formulas this method does not work because
20823  the field to specify the alignment character does not allow formulas.
20824  In this case one need to use the method from Table
20825 \begin_inset space ~
20826 \end_inset
20827
20828
20829 \begin_inset CommandInset ref
20830 LatexCommand ref
20831 reference "tab:Table-align-operator"
20832
20833 \end_inset
20834
20835 .
20836  This table was created with a 4×2 table.
20837  The heading is a centered multicolumn.
20838  The first column is right-aligned and contains the first part including
20839  the operator.
20840  The second column is left aligned and contains the rest.
20841  A small space was added at the beginning of each cell of the second column
20842  to get the space that is usually around operators.
20843  To omit the space that is normally between two table columns, the following
20844  LaTeX-argument was used for the second column:
20845 \end_layout
20846
20847 \begin_layout Standard
20848
20849 \series bold
20850 @{}l
20851 \end_layout
20852
20853 \begin_layout Standard
20854 Table
20855 \begin_inset space ~
20856 \end_inset
20857
20858
20859 \begin_inset CommandInset ref
20860 LatexCommand ref
20861 reference "tab:Several-table-cell"
20862
20863 \end_inset
20864
20865  shows some example alignments.
20866  For the alignment with the relation sign, a small space was added like
20867  for the second column of Table
20868 \begin_inset space ~
20869 \end_inset
20870
20871
20872 \begin_inset CommandInset ref
20873 LatexCommand ref
20874 reference "tab:Table-align-operator"
20875
20876 \end_inset
20877
20878 .
20879 \end_layout
20880
20881 \begin_layout Standard
20882 \begin_inset Float table
20883 placement h
20884 wide false
20885 sideways false
20886 status open
20887
20888 \begin_layout Plain Layout
20889 \begin_inset Caption Standard
20890
20891 \begin_layout Plain Layout
20892 \begin_inset CommandInset label
20893 LatexCommand label
20894 name "tab:Several-table-cell"
20895
20896 \end_inset
20897
20898 Several table cell alignments.
20899 \end_layout
20900
20901 \end_inset
20902
20903
20904 \end_layout
20905
20906 \begin_layout Plain Layout
20907 \align center
20908 \begin_inset Tabular
20909 <lyxtabular version="3" rows="4" columns="6">
20910 <features rotate="0" tabularvalignment="middle">
20911 <column alignment="right" valignment="top">
20912 <column alignment="left" valignment="top" special="@{}l">
20913 <column alignment="right" valignment="top">
20914 <column alignment="left" valignment="top" special="@{}l">
20915 <column alignment="right" valignment="top">
20916 <column alignment="left" valignment="top" special="@{}l">
20917 <row>
20918 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20919 \begin_inset Text
20920
20921 \begin_layout Plain Layout
20922 units
20923 \end_layout
20924
20925 \end_inset
20926 </cell>
20927 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20928 \begin_inset Text
20929
20930 \begin_layout Plain Layout
20931
20932 \end_layout
20933
20934 \end_inset
20935 </cell>
20936 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20937 \begin_inset Text
20938
20939 \begin_layout Plain Layout
20940 exponents
20941 \end_layout
20942
20943 \end_inset
20944 </cell>
20945 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20946 \begin_inset Text
20947
20948 \begin_layout Plain Layout
20949
20950 \end_layout
20951
20952 \end_inset
20953 </cell>
20954 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20955 \begin_inset Text
20956
20957 \begin_layout Plain Layout
20958 relations
20959 \end_layout
20960
20961 \end_inset
20962 </cell>
20963 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20964 \begin_inset Text
20965
20966 \begin_layout Plain Layout
20967
20968 \end_layout
20969
20970 \end_inset
20971 </cell>
20972 </row>
20973 <row>
20974 <cell alignment="center" valignment="top" usebox="none">
20975 \begin_inset Text
20976
20977 \begin_layout Plain Layout
20978 12×
20979 \end_layout
20980
20981 \end_inset
20982 </cell>
20983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20984 \begin_inset Text
20985
20986 \begin_layout Plain Layout
20987 24
20988 \begin_inset space \thinspace{}
20989 \end_inset
20990
20991 bottles
20992 \end_layout
20993
20994 \end_inset
20995 </cell>
20996 <cell alignment="center" valignment="top" usebox="none">
20997 \begin_inset Text
20998
20999 \begin_layout Plain Layout
21000 \begin_inset Formula $10\cdot$
21001 \end_inset
21002
21003
21004 \end_layout
21005
21006 \end_inset
21007 </cell>
21008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21009 \begin_inset Text
21010
21011 \begin_layout Plain Layout
21012 \begin_inset Formula $10^{\mbox{-}17}$
21013 \end_inset
21014
21015
21016 \end_layout
21017
21018 \end_inset
21019 </cell>
21020 <cell alignment="center" valignment="top" usebox="none">
21021 \begin_inset Text
21022
21023 \begin_layout Plain Layout
21024 \begin_inset Formula $\Gamma(t)\propto$
21025 \end_inset
21026
21027
21028 \end_layout
21029
21030 \end_inset
21031 </cell>
21032 <cell alignment="center" valignment="top" usebox="none">
21033 \begin_inset Text
21034
21035 \begin_layout Plain Layout
21036 \begin_inset Formula $\:\Upsilon(t)$
21037 \end_inset
21038
21039
21040 \end_layout
21041
21042 \end_inset
21043 </cell>
21044 </row>
21045 <row>
21046 <cell alignment="center" valignment="top" usebox="none">
21047 \begin_inset Text
21048
21049 \begin_layout Plain Layout
21050 1024×
21051 \end_layout
21052
21053 \end_inset
21054 </cell>
21055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21056 \begin_inset Text
21057
21058 \begin_layout Plain Layout
21059 768
21060 \begin_inset space \thinspace{}
21061 \end_inset
21062
21063 Pixels
21064 \end_layout
21065
21066 \end_inset
21067 </cell>
21068 <cell alignment="center" valignment="top" usebox="none">
21069 \begin_inset Text
21070
21071 \begin_layout Plain Layout
21072 \begin_inset Formula $5.78\cdot$
21073 \end_inset
21074
21075
21076 \end_layout
21077
21078 \end_inset
21079 </cell>
21080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21081 \begin_inset Text
21082
21083 \begin_layout Plain Layout
21084 \begin_inset Formula $10^{7}$
21085 \end_inset
21086
21087
21088 \end_layout
21089
21090 \end_inset
21091 </cell>
21092 <cell alignment="center" valignment="top" usebox="none">
21093 \begin_inset Text
21094
21095 \begin_layout Plain Layout
21096 \begin_inset Formula $A\ne$
21097 \end_inset
21098
21099
21100 \end_layout
21101
21102 \end_inset
21103 </cell>
21104 <cell alignment="center" valignment="top" usebox="none">
21105 \begin_inset Text
21106
21107 \begin_layout Plain Layout
21108 \begin_inset Formula $\: B_{\mathrm{red}}$
21109 \end_inset
21110
21111
21112 \end_layout
21113
21114 \end_inset
21115 </cell>
21116 </row>
21117 <row>
21118 <cell alignment="center" valignment="top" usebox="none">
21119 \begin_inset Text
21120
21121 \begin_layout Plain Layout
21122 32×
21123 \end_layout
21124
21125 \end_inset
21126 </cell>
21127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21128 \begin_inset Text
21129
21130 \begin_layout Plain Layout
21131 6
21132 \begin_inset space \thinspace{}
21133 \end_inset
21134
21135 cm
21136 \end_layout
21137
21138 \end_inset
21139 </cell>
21140 <cell alignment="center" valignment="top" usebox="none">
21141 \begin_inset Text
21142
21143 \begin_layout Plain Layout
21144 -
21145 \begin_inset Formula $33.5\cdot$
21146 \end_inset
21147
21148
21149 \end_layout
21150
21151 \end_inset
21152 </cell>
21153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21154 \begin_inset Text
21155
21156 \begin_layout Plain Layout
21157 \begin_inset Formula $10^{4}$
21158 \end_inset
21159
21160
21161 \end_layout
21162
21163 \end_inset
21164 </cell>
21165 <cell alignment="center" valignment="top" usebox="none">
21166 \begin_inset Text
21167
21168 \begin_layout Plain Layout
21169 \begin_inset Formula $\sin(\alpha)\ge$
21170 \end_inset
21171
21172
21173 \end_layout
21174
21175 \end_inset
21176 </cell>
21177 <cell alignment="center" valignment="top" usebox="none">
21178 \begin_inset Text
21179
21180 \begin_layout Plain Layout
21181 \begin_inset Formula $\:\sin(\beta)$
21182 \end_inset
21183
21184
21185 \end_layout
21186
21187 \end_inset
21188 </cell>
21189 </row>
21190 </lyxtabular>
21191
21192 \end_inset
21193
21194
21195 \end_layout
21196
21197 \end_inset
21198
21199
21200 \end_layout
21201
21202 \begin_layout Subsection
21203 Customized Cell/Column Format
21204 \begin_inset CommandInset label
21205 LatexCommand label
21206 name "sub:Customized-Format"
21207
21208 \end_inset
21209
21210
21211 \begin_inset Index idx
21212 status collapsed
21213
21214 \begin_layout Plain Layout
21215 Table Customization ! Cell/Column Format
21216 \end_layout
21217
21218 \end_inset
21219
21220
21221 \end_layout
21222
21223 \begin_layout Standard
21224 Calculating the required width for normal columns as described in section
21225 \begin_inset space ~
21226 \end_inset
21227
21228
21229 \begin_inset CommandInset ref
21230 LatexCommand ref
21231 reference "sec:Table-Width-Calculation"
21232
21233 \end_inset
21234
21235  or for spanned columns as described in section
21236 \begin_inset space ~
21237 \end_inset
21238
21239
21240 \begin_inset CommandInset ref
21241 LatexCommand ref
21242 reference "sub:Multicolumn-Calculations"
21243
21244 \end_inset
21245
21246  is very annoying if you have several tables where a calculation is necessary.
21247  To make life easier, you can define a cell/column format in the preamble,
21248  that can be used in all tables of the document.
21249  The format is defined with the command
21250 \end_layout
21251
21252 \begin_layout Standard
21253
21254 \series bold
21255
21256 \backslash
21257 newcolumntype{name of format}[number of arguments]{commands}
21258 \end_layout
21259
21260 \begin_layout Standard
21261 The format name may only consist of one letter.
21262  The letters 
21263 \emph on
21264 b
21265 \emph default
21266
21267 \emph on
21268 c
21269 \emph default
21270
21271 \emph on
21272 l
21273 \emph default
21274
21275 \emph on
21276 m
21277 \emph default
21278
21279 \emph on
21280 p
21281 \emph default
21282  and 
21283 \emph on
21284 r
21285 \emph default
21286  are predefined and cannot be used.
21287  But all letters are allowed as capitals.
21288 \end_layout
21289
21290 \begin_layout Standard
21291 \begin_inset VSpace medskip
21292 \end_inset
21293
21294
21295 \end_layout
21296
21297 \begin_layout Standard
21298 For vertically and horizontally centered multicolumn cells with a fixed
21299  width you can define the cell format
21300 \end_layout
21301
21302 \begin_layout Standard
21303
21304 \series bold
21305
21306 \backslash
21307 newcolumntype{M}[1]{>{
21308 \backslash
21309 centering
21310 \backslash
21311 hspace{0pt}}m{#1}}
21312 \end_layout
21313
21314 \begin_layout Standard
21315 where 
21316 \series bold
21317
21318 \backslash
21319 hspace{0pt}
21320 \series default
21321  avoids the problem of hyphenating the first word, as described in section
21322 \begin_inset space ~
21323 \end_inset
21324
21325
21326 \begin_inset CommandInset ref
21327 LatexCommand ref
21328 reference "sub:Multiple-Lines-in"
21329
21330 \end_inset
21331
21332 .
21333  Now you can simply enter
21334 \end_layout
21335
21336 \begin_layout Standard
21337
21338 \series bold
21339 M{width}
21340 \end_layout
21341
21342 \begin_layout Standard
21343 as 
21344 \family sans
21345 LaTeX-argument
21346 \family default
21347  in the table dialog to create a multicolumn.
21348 \end_layout
21349
21350 \begin_layout Standard
21351 \begin_inset VSpace bigskip
21352 \end_inset
21353
21354
21355 \end_layout
21356
21357 \begin_layout Standard
21358 For cells spanned by a multicolumn cell, you can define the format
21359 \end_layout
21360
21361 \begin_layout Standard
21362
21363 \series bold
21364
21365 \backslash
21366 newcolumntype{S}[2]{>{
21367 \backslash
21368 centering
21369 \backslash
21370 hspace{0pt}}
21371 \begin_inset Newline newline
21372 \end_inset
21373
21374
21375 \begin_inset Phantom HPhantom
21376 status open
21377
21378 \begin_layout Plain Layout
21379
21380 \series bold
21381
21382 \backslash
21383 newcolumntype
21384 \end_layout
21385
21386 \end_inset
21387
21388 m{(#1+(2
21389 \backslash
21390 tabcolsep+
21391 \backslash
21392 arrayrulewidth)*(1-#2))/#2}}
21393 \end_layout
21394
21395 \begin_layout Standard
21396 This format uses equation 
21397 \begin_inset CommandInset ref
21398 LatexCommand eqref
21399 reference "eq:Wgn"
21400
21401 \end_inset
21402
21403  to calculate the required width so that each spanned cell has the same
21404  width.
21405 \end_layout
21406
21407 \begin_layout Standard
21408 You can now enter
21409 \end_layout
21410
21411 \begin_layout Standard
21412
21413 \series bold
21414 S{width of multicolumn cell}{number of spanned columns}
21415 \end_layout
21416
21417 \begin_layout Standard
21418 as LaTeX-argument of the column.
21419 \end_layout
21420
21421 \begin_layout Standard
21422 \begin_inset VSpace bigskip
21423 \end_inset
21424
21425
21426 \end_layout
21427
21428 \begin_layout Standard
21429 For colored columns, you can define
21430 \end_layout
21431
21432 \begin_layout Standard
21433
21434 \series bold
21435
21436 \backslash
21437 newcolumntype{K}[1]{>{
21438 \backslash
21439 columncolor{#1}
21440 \backslash
21441 hspace{0pt}}c}
21442 \end_layout
21443
21444 \begin_layout Standard
21445 The 
21446 \begin_inset Quotes eld
21447 \end_inset
21448
21449 c
21450 \begin_inset Quotes erd
21451 \end_inset
21452
21453  at the end creates a column with a flexible width whose text is horizontally
21454  centered.
21455  You can now enter
21456 \end_layout
21457
21458 \begin_layout Standard
21459
21460 \series bold
21461 K{color name}
21462 \end_layout
21463
21464 \begin_layout Standard
21465 as LaTeX-argument.
21466 \end_layout
21467
21468 \begin_layout Standard
21469 \begin_inset VSpace bigskip
21470 \end_inset
21471
21472
21473 \end_layout
21474
21475 \begin_layout Standard
21476 To create Table
21477 \begin_inset space ~
21478 \end_inset
21479
21480
21481 \begin_inset CommandInset ref
21482 LatexCommand ref
21483 reference "tab:Table-using-user-defined"
21484
21485 \end_inset
21486
21487  use the LaTeX-arguments
21488 \end_layout
21489
21490 \begin_layout Standard
21491
21492 \series bold
21493 M{2.5cm}
21494 \end_layout
21495
21496 \begin_layout Standard
21497 for the first column and the multicolumn,
21498 \end_layout
21499
21500 \begin_layout Standard
21501
21502 \series bold
21503 K{red}
21504 \end_layout
21505
21506 \begin_layout Standard
21507 for the last column, and
21508 \end_layout
21509
21510 \begin_layout Standard
21511
21512 \series bold
21513 S{2.5cm}{2}
21514 \end_layout
21515
21516 \begin_layout Standard
21517 for the cells in the second column.
21518 \end_layout
21519
21520 \begin_layout Standard
21521 \begin_inset Float table
21522 placement h
21523 wide false
21524 sideways false
21525 status open
21526
21527 \begin_layout Plain Layout
21528 \begin_inset Caption Standard
21529
21530 \begin_layout Plain Layout
21531 \begin_inset CommandInset label
21532 LatexCommand label
21533 name "tab:Table-using-user-defined"
21534
21535 \end_inset
21536
21537 Table using user-defined table formats
21538 \end_layout
21539
21540 \end_inset
21541
21542
21543 \end_layout
21544
21545 \begin_layout Plain Layout
21546 \align center
21547 \begin_inset Tabular
21548 <lyxtabular version="3" rows="3" columns="4">
21549 <features rotate="0" tabularvalignment="middle">
21550 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21551 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21552 <column alignment="center" valignment="middle">
21553 <column alignment="center" valignment="middle" special="K{red}">
21554 <row>
21555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21556 \begin_inset Text
21557
21558 \begin_layout Plain Layout
21559 verylongtablecellword
21560 \end_layout
21561
21562 \end_inset
21563 </cell>
21564 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21565 \begin_inset Text
21566
21567 \begin_layout Plain Layout
21568 multiple lines multicolumn
21569 \end_layout
21570
21571 \end_inset
21572 </cell>
21573 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21574 \begin_inset Text
21575
21576 \begin_layout Plain Layout
21577
21578 \end_layout
21579
21580 \end_inset
21581 </cell>
21582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21583 \begin_inset Text
21584
21585 \begin_layout Plain Layout
21586 c
21587 \end_layout
21588
21589 \end_inset
21590 </cell>
21591 </row>
21592 <row>
21593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21594 \begin_inset Text
21595
21596 \begin_layout Plain Layout
21597 d
21598 \end_layout
21599
21600 \end_inset
21601 </cell>
21602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21603 \begin_inset Text
21604
21605 \begin_layout Plain Layout
21606 e
21607 \end_layout
21608
21609 \end_inset
21610 </cell>
21611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21612 \begin_inset Text
21613
21614 \begin_layout Plain Layout
21615 f
21616 \end_layout
21617
21618 \end_inset
21619 </cell>
21620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21621 \begin_inset Text
21622
21623 \begin_layout Plain Layout
21624 g
21625 \end_layout
21626
21627 \end_inset
21628 </cell>
21629 </row>
21630 <row>
21631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21632 \begin_inset Text
21633
21634 \begin_layout Plain Layout
21635 h
21636 \end_layout
21637
21638 \end_inset
21639 </cell>
21640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644 i
21645 \end_layout
21646
21647 \end_inset
21648 </cell>
21649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21650 \begin_inset Text
21651
21652 \begin_layout Plain Layout
21653 j
21654 \end_layout
21655
21656 \end_inset
21657 </cell>
21658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662 k
21663 \end_layout
21664
21665 \end_inset
21666 </cell>
21667 </row>
21668 </lyxtabular>
21669
21670 \end_inset
21671
21672
21673 \end_layout
21674
21675 \end_inset
21676
21677
21678 \end_layout
21679
21680 \begin_layout Subsection
21681 Line Thickness
21682 \begin_inset CommandInset label
21683 LatexCommand label
21684 name "sub:Line-Thickness"
21685
21686 \end_inset
21687
21688
21689 \begin_inset Index idx
21690 status collapsed
21691
21692 \begin_layout Plain Layout
21693 Table Customization ! Line Thickness
21694 \end_layout
21695
21696 \end_inset
21697
21698
21699 \end_layout
21700
21701 \begin_layout Standard
21702 The line thickness for all lines in a table can be adjusted with the length
21703  
21704 \series bold
21705
21706 \backslash
21707 arrayrulewidth
21708 \series default
21709 .
21710  To set for example a line thickness of 1.5
21711 \begin_inset space \thinspace{}
21712 \end_inset
21713
21714 pt, as in Table
21715 \begin_inset space ~
21716 \end_inset
21717
21718
21719 \begin_inset CommandInset ref
21720 LatexCommand ref
21721 reference "tab:Table-with-1.5"
21722
21723 \end_inset
21724
21725 , insert the command
21726 \end_layout
21727
21728 \begin_layout Standard
21729
21730 \series bold
21731
21732 \backslash
21733 setlength{
21734 \backslash
21735 arrayrulewidth}{1.5pt}
21736 \end_layout
21737
21738 \begin_layout Standard
21739 in TeX-Code before the table or table float.
21740  The changed thickness is valid for all subsequent tables.
21741  To use the default value again, set 
21742 \series bold
21743
21744 \backslash
21745 arrayrulewidth
21746 \series default
21747  to 0.4
21748 \begin_inset space \thinspace{}
21749 \end_inset
21750
21751 pt in TeX-Code after the table or table float.
21752 \end_layout
21753
21754 \begin_layout Standard
21755 \begin_inset ERT
21756 status collapsed
21757
21758 \begin_layout Plain Layout
21759
21760
21761 \backslash
21762 setlength{
21763 \backslash
21764 arrayrulewidth}{1.5pt}
21765 \end_layout
21766
21767 \end_inset
21768
21769
21770 \begin_inset Float table
21771 wide false
21772 sideways false
21773 status open
21774
21775 \begin_layout Plain Layout
21776 \begin_inset Caption Standard
21777
21778 \begin_layout Plain Layout
21779 \begin_inset CommandInset label
21780 LatexCommand label
21781 name "tab:Table-with-1.5"
21782
21783 \end_inset
21784
21785 Table with 1.5
21786 \begin_inset space \thinspace{}
21787 \end_inset
21788
21789 pt thick lines
21790 \end_layout
21791
21792 \end_inset
21793
21794
21795 \end_layout
21796
21797 \begin_layout Plain Layout
21798 \align center
21799 \begin_inset Tabular
21800 <lyxtabular version="3" rows="3" columns="3">
21801 <features rotate="0" tabularvalignment="middle">
21802 <column alignment="center" valignment="top">
21803 <column alignment="center" valignment="top">
21804 <column alignment="center" valignment="top">
21805 <row>
21806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21807 \begin_inset Text
21808
21809 \begin_layout Plain Layout
21810 sd
21811 \end_layout
21812
21813 \end_inset
21814 </cell>
21815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21816 \begin_inset Text
21817
21818 \begin_layout Plain Layout
21819
21820 \end_layout
21821
21822 \end_inset
21823 </cell>
21824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21825 \begin_inset Text
21826
21827 \begin_layout Plain Layout
21828
21829 \end_layout
21830
21831 \end_inset
21832 </cell>
21833 </row>
21834 <row>
21835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21836 \begin_inset Text
21837
21838 \begin_layout Plain Layout
21839
21840 \end_layout
21841
21842 \end_inset
21843 </cell>
21844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21845 \begin_inset Text
21846
21847 \begin_layout Plain Layout
21848 sd
21849 \end_layout
21850
21851 \end_inset
21852 </cell>
21853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21854 \begin_inset Text
21855
21856 \begin_layout Plain Layout
21857
21858 \end_layout
21859
21860 \end_inset
21861 </cell>
21862 </row>
21863 <row>
21864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21865 \begin_inset Text
21866
21867 \begin_layout Plain Layout
21868
21869 \end_layout
21870
21871 \end_inset
21872 </cell>
21873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877
21878 \end_layout
21879
21880 \end_inset
21881 </cell>
21882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21883 \begin_inset Text
21884
21885 \begin_layout Plain Layout
21886 sd
21887 \end_layout
21888
21889 \end_inset
21890 </cell>
21891 </row>
21892 </lyxtabular>
21893
21894 \end_inset
21895
21896
21897 \end_layout
21898
21899 \end_inset
21900
21901
21902 \begin_inset ERT
21903 status collapsed
21904
21905 \begin_layout Plain Layout
21906
21907
21908 \backslash
21909 setlength{
21910 \backslash
21911 arrayrulewidth}{0.4pt}
21912 \end_layout
21913
21914 \end_inset
21915
21916
21917 \end_layout
21918
21919 \begin_layout Standard
21920 \begin_inset VSpace bigskip
21921 \end_inset
21922
21923 To set the line thickness to 1.5
21924 \begin_inset space \thinspace{}
21925 \end_inset
21926
21927 pt only for horizontal lines, as in Table
21928 \begin_inset space ~
21929 \end_inset
21930
21931
21932 \begin_inset CommandInset ref
21933 LatexCommand ref
21934 reference "tab:Table-with-horizontal"
21935
21936 \end_inset
21937
21938 , insert these commands in TeX-Code before the table or table float:
21939 \end_layout
21940
21941 \begin_layout Standard
21942
21943 \series bold
21944
21945 \backslash
21946 let
21947 \backslash
21948 myHline
21949 \backslash
21950 hline
21951 \begin_inset Newline newline
21952 \end_inset
21953
21954
21955 \backslash
21956 renewcommand{
21957 \backslash
21958 hline}
21959 \begin_inset Newline newline
21960 \end_inset
21961
21962  {
21963 \backslash
21964 noalign{
21965 \backslash
21966 global
21967 \backslash
21968 arrayrulewidth 1.5pt}
21969 \begin_inset Newline newline
21970 \end_inset
21971
21972  
21973 \backslash
21974 myHline
21975 \backslash
21976 noalign{
21977 \backslash
21978 global
21979 \backslash
21980 arrayrulewidth 0.4pt}}
21981 \end_layout
21982
21983 \begin_layout Standard
21984 To return to the default line thickness, insert this command in TeX-Code
21985  after the table or table float:
21986 \end_layout
21987
21988 \begin_layout Standard
21989
21990 \series bold
21991
21992 \backslash
21993 renewcommand{
21994 \backslash
21995 hline}{
21996 \backslash
21997 myHline}
21998 \end_layout
21999
22000 \begin_layout Standard
22001 \begin_inset ERT
22002 status collapsed
22003
22004 \begin_layout Plain Layout
22005
22006
22007 \backslash
22008 let
22009 \backslash
22010 myHline
22011 \backslash
22012 hline
22013 \end_layout
22014
22015 \begin_layout Plain Layout
22016
22017
22018 \backslash
22019 renewcommand{
22020 \backslash
22021 hline}
22022 \end_layout
22023
22024 \begin_layout Plain Layout
22025
22026  {
22027 \backslash
22028 noalign{
22029 \backslash
22030 global
22031 \backslash
22032 arrayrulewidth 1.5pt}
22033 \end_layout
22034
22035 \begin_layout Plain Layout
22036
22037   
22038 \backslash
22039 myHline
22040 \backslash
22041 noalign{
22042 \backslash
22043 global
22044 \backslash
22045 arrayrulewidth 0.4pt}}
22046 \end_layout
22047
22048 \end_inset
22049
22050
22051 \begin_inset Float table
22052 wide false
22053 sideways false
22054 status open
22055
22056 \begin_layout Plain Layout
22057 \begin_inset Caption Standard
22058
22059 \begin_layout Plain Layout
22060 \begin_inset CommandInset label
22061 LatexCommand label
22062 name "tab:Table-with-horizontal"
22063
22064 \end_inset
22065
22066 Table with 1.5
22067 \begin_inset space \thinspace{}
22068 \end_inset
22069
22070 pt thick horizontal lines
22071 \end_layout
22072
22073 \end_inset
22074
22075
22076 \end_layout
22077
22078 \begin_layout Plain Layout
22079 \align center
22080 \begin_inset Tabular
22081 <lyxtabular version="3" rows="3" columns="3">
22082 <features rotate="0" tabularvalignment="middle">
22083 <column alignment="center" valignment="top">
22084 <column alignment="center" valignment="top">
22085 <column alignment="center" valignment="top">
22086 <row>
22087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22088 \begin_inset Text
22089
22090 \begin_layout Plain Layout
22091 sd
22092 \end_layout
22093
22094 \end_inset
22095 </cell>
22096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22097 \begin_inset Text
22098
22099 \begin_layout Plain Layout
22100
22101 \end_layout
22102
22103 \end_inset
22104 </cell>
22105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22106 \begin_inset Text
22107
22108 \begin_layout Plain Layout
22109
22110 \end_layout
22111
22112 \end_inset
22113 </cell>
22114 </row>
22115 <row>
22116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Plain Layout
22120
22121 \end_layout
22122
22123 \end_inset
22124 </cell>
22125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22126 \begin_inset Text
22127
22128 \begin_layout Plain Layout
22129 sd
22130 \end_layout
22131
22132 \end_inset
22133 </cell>
22134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22135 \begin_inset Text
22136
22137 \begin_layout Plain Layout
22138
22139 \end_layout
22140
22141 \end_inset
22142 </cell>
22143 </row>
22144 <row>
22145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22146 \begin_inset Text
22147
22148 \begin_layout Plain Layout
22149
22150 \end_layout
22151
22152 \end_inset
22153 </cell>
22154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22155 \begin_inset Text
22156
22157 \begin_layout Plain Layout
22158
22159 \end_layout
22160
22161 \end_inset
22162 </cell>
22163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22164 \begin_inset Text
22165
22166 \begin_layout Plain Layout
22167 sd
22168 \end_layout
22169
22170 \end_inset
22171 </cell>
22172 </row>
22173 </lyxtabular>
22174
22175 \end_inset
22176
22177
22178 \end_layout
22179
22180 \end_inset
22181
22182
22183 \begin_inset ERT
22184 status collapsed
22185
22186 \begin_layout Plain Layout
22187
22188
22189 \backslash
22190 renewcommand{
22191 \backslash
22192 hline}{
22193 \backslash
22194 myHline}
22195 \end_layout
22196
22197 \end_inset
22198
22199
22200 \end_layout
22201
22202 \begin_layout Standard
22203 \begin_inset VSpace bigskip
22204 \end_inset
22205
22206 To set the line thickness to 1.5
22207 \begin_inset space \thinspace{}
22208 \end_inset
22209
22210 pt only for vertical lines, create the following column format in the document
22211  preamble, according to the description in section
22212 \begin_inset space ~
22213 \end_inset
22214
22215
22216 \begin_inset CommandInset ref
22217 LatexCommand ref
22218 reference "sub:Customized-Format"
22219
22220 \end_inset
22221
22222 :
22223 \end_layout
22224
22225 \begin_layout Standard
22226
22227 \series bold
22228
22229 \backslash
22230 newcolumntype{V}{!{
22231 \backslash
22232 vrule width 1.5pt}}
22233 \end_layout
22234
22235 \begin_layout Standard
22236 For Table
22237 \begin_inset space ~
22238 \end_inset
22239
22240
22241 \begin_inset CommandInset ref
22242 LatexCommand ref
22243 reference "tab:Table-with-vertical"
22244
22245 \end_inset
22246
22247  the LaTeX-argument
22248 \end_layout
22249
22250 \begin_layout Standard
22251
22252 \series bold
22253 VcV
22254 \end_layout
22255
22256 \begin_layout Standard
22257 was used for the last column and
22258 \end_layout
22259
22260 \begin_layout Standard
22261
22262 \series bold
22263 Vc
22264 \end_layout
22265
22266 \begin_layout Standard
22267 for the other columns.
22268 \end_layout
22269
22270 \begin_layout Standard
22271 \begin_inset Float table
22272 wide false
22273 sideways false
22274 status open
22275
22276 \begin_layout Plain Layout
22277 \begin_inset Caption Standard
22278
22279 \begin_layout Plain Layout
22280 \begin_inset CommandInset label
22281 LatexCommand label
22282 name "tab:Table-with-vertical"
22283
22284 \end_inset
22285
22286 Table with 1.5
22287 \begin_inset space \thinspace{}
22288 \end_inset
22289
22290 pt thick vertical lines
22291 \end_layout
22292
22293 \end_inset
22294
22295
22296 \end_layout
22297
22298 \begin_layout Plain Layout
22299 \align center
22300 \begin_inset Tabular
22301 <lyxtabular version="3" rows="3" columns="3">
22302 <features rotate="0" tabularvalignment="middle">
22303 <column alignment="center" valignment="top" special="Vc">
22304 <column alignment="center" valignment="top" special="Vc">
22305 <column alignment="center" valignment="top" special="VcV">
22306 <row>
22307 <cell alignment="center" valignment="top" topline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311 sd
22312 \end_layout
22313
22314 \end_inset
22315 </cell>
22316 <cell alignment="center" valignment="top" topline="true" usebox="none">
22317 \begin_inset Text
22318
22319 \begin_layout Plain Layout
22320
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 <cell alignment="center" valignment="top" topline="true" usebox="none">
22326 \begin_inset Text
22327
22328 \begin_layout Plain Layout
22329
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 </row>
22335 <row>
22336 <cell alignment="center" valignment="top" topline="true" usebox="none">
22337 \begin_inset Text
22338
22339 \begin_layout Plain Layout
22340
22341 \end_layout
22342
22343 \end_inset
22344 </cell>
22345 <cell alignment="center" valignment="top" topline="true" usebox="none">
22346 \begin_inset Text
22347
22348 \begin_layout Plain Layout
22349 sd
22350 \end_layout
22351
22352 \end_inset
22353 </cell>
22354 <cell alignment="center" valignment="top" topline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 </row>
22364 <row>
22365 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22366 \begin_inset Text
22367
22368 \begin_layout Plain Layout
22369
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22375 \begin_inset Text
22376
22377 \begin_layout Plain Layout
22378
22379 \end_layout
22380
22381 \end_inset
22382 </cell>
22383 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22384 \begin_inset Text
22385
22386 \begin_layout Plain Layout
22387 sd
22388 \end_layout
22389
22390 \end_inset
22391 </cell>
22392 </row>
22393 </lyxtabular>
22394
22395 \end_inset
22396
22397
22398 \end_layout
22399
22400 \end_inset
22401
22402
22403 \end_layout
22404
22405 \begin_layout Subsection
22406 Dashed Lines
22407 \begin_inset Index idx
22408 status collapsed
22409
22410 \begin_layout Plain Layout
22411 Table Customization ! Dashed Lines
22412 \end_layout
22413
22414 \end_inset
22415
22416
22417 \end_layout
22418
22419 \begin_layout Standard
22420 \begin_inset ERT
22421 status collapsed
22422
22423 \begin_layout Plain Layout
22424
22425
22426 \backslash
22427 ifarydshln
22428 \end_layout
22429
22430 \end_inset
22431
22432
22433 \begin_inset Note Note
22434 status open
22435
22436 \begin_layout Plain Layout
22437 The following section will only be displayed when the LaTeX-package 
22438 \series bold
22439 arydshln
22440 \series default
22441  is installed.
22442 \end_layout
22443
22444 \end_inset
22445
22446
22447 \end_layout
22448
22449 \begin_layout Standard
22450 \begin_inset Float table
22451 placement H
22452 wide false
22453 sideways false
22454 status open
22455
22456 \begin_layout Plain Layout
22457 \begin_inset Caption Standard
22458
22459 \begin_layout Plain Layout
22460 \begin_inset CommandInset label
22461 LatexCommand label
22462 name "tab:Table-with-dashed"
22463
22464 \end_inset
22465
22466 Table with dashed lines
22467 \end_layout
22468
22469 \end_inset
22470
22471
22472 \end_layout
22473
22474 \begin_layout Plain Layout
22475 \align center
22476 \begin_inset Tabular
22477 <lyxtabular version="3" rows="5" columns="5">
22478 <features rotate="0" tabularvalignment="middle">
22479 <column alignment="center" valignment="top">
22480 <column alignment="center" valignment="top">
22481 <column alignment="center" valignment="top" special=":c">
22482 <column alignment="center" valignment="top">
22483 <column alignment="center" valignment="top">
22484 <row>
22485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22486 \begin_inset Text
22487
22488 \begin_layout Plain Layout
22489 a
22490 \end_layout
22491
22492 \end_inset
22493 </cell>
22494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22495 \begin_inset Text
22496
22497 \begin_layout Plain Layout
22498 b
22499 \end_layout
22500
22501 \end_inset
22502 </cell>
22503 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22504 \begin_inset Text
22505
22506 \begin_layout Plain Layout
22507 c
22508 \end_layout
22509
22510 \end_inset
22511 </cell>
22512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22513 \begin_inset Text
22514
22515 \begin_layout Plain Layout
22516 d
22517 \end_layout
22518
22519 \end_inset
22520 </cell>
22521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22522 \begin_inset Text
22523
22524 \begin_layout Plain Layout
22525 e
22526 \end_layout
22527
22528 \end_inset
22529 </cell>
22530 </row>
22531 <row>
22532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536 f
22537 \end_layout
22538
22539 \end_inset
22540 </cell>
22541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22542 \begin_inset Text
22543
22544 \begin_layout Plain Layout
22545 g
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 <cell alignment="center" valignment="top" topline="true" usebox="none">
22551 \begin_inset Text
22552
22553 \begin_layout Plain Layout
22554 h
22555 \end_layout
22556
22557 \end_inset
22558 </cell>
22559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22560 \begin_inset Text
22561
22562 \begin_layout Plain Layout
22563 i
22564 \end_layout
22565
22566 \end_inset
22567 </cell>
22568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22569 \begin_inset Text
22570
22571 \begin_layout Plain Layout
22572 j
22573 \end_layout
22574
22575 \end_inset
22576 </cell>
22577 </row>
22578 <row>
22579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22580 \begin_inset Text
22581
22582 \begin_layout Plain Layout
22583 \begin_inset ERT
22584 status collapsed
22585
22586 \begin_layout Plain Layout
22587
22588
22589 \backslash
22590 hdashline 
22591 \end_layout
22592
22593 \end_inset
22594
22595 k
22596 \end_layout
22597
22598 \end_inset
22599 </cell>
22600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22601 \begin_inset Text
22602
22603 \begin_layout Plain Layout
22604 l
22605 \end_layout
22606
22607 \end_inset
22608 </cell>
22609 <cell alignment="center" valignment="top" usebox="none">
22610 \begin_inset Text
22611
22612 \begin_layout Plain Layout
22613 m
22614 \end_layout
22615
22616 \end_inset
22617 </cell>
22618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22619 \begin_inset Text
22620
22621 \begin_layout Plain Layout
22622 n
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631 o
22632 \end_layout
22633
22634 \end_inset
22635 </cell>
22636 </row>
22637 <row>
22638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22639 \begin_inset Text
22640
22641 \begin_layout Plain Layout
22642 \begin_inset ERT
22643 status collapsed
22644
22645 \begin_layout Plain Layout
22646
22647
22648 \backslash
22649 cdashline{4-5}
22650 \end_layout
22651
22652 \end_inset
22653
22654 p
22655 \end_layout
22656
22657 \end_inset
22658 </cell>
22659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22660 \begin_inset Text
22661
22662 \begin_layout Plain Layout
22663 q
22664 \end_layout
22665
22666 \end_inset
22667 </cell>
22668 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22669 \begin_inset Text
22670
22671 \begin_layout Plain Layout
22672 r
22673 \end_layout
22674
22675 \end_inset
22676 </cell>
22677 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22678 \begin_inset Text
22679
22680 \begin_layout Plain Layout
22681 s
22682 \end_layout
22683
22684 \end_inset
22685 </cell>
22686 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22687 \begin_inset Text
22688
22689 \begin_layout Plain Layout
22690
22691 \end_layout
22692
22693 \end_inset
22694 </cell>
22695 </row>
22696 <row>
22697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22698 \begin_inset Text
22699
22700 \begin_layout Plain Layout
22701 t
22702 \end_layout
22703
22704 \end_inset
22705 </cell>
22706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22707 \begin_inset Text
22708
22709 \begin_layout Plain Layout
22710 u
22711 \end_layout
22712
22713 \end_inset
22714 </cell>
22715 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22716 \begin_inset Text
22717
22718 \begin_layout Plain Layout
22719 v
22720 \end_layout
22721
22722 \end_inset
22723 </cell>
22724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22725 \begin_inset Text
22726
22727 \begin_layout Plain Layout
22728 w
22729 \end_layout
22730
22731 \end_inset
22732 </cell>
22733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22734 \begin_inset Text
22735
22736 \begin_layout Plain Layout
22737 x
22738 \end_layout
22739
22740 \end_inset
22741 </cell>
22742 </row>
22743 </lyxtabular>
22744
22745 \end_inset
22746
22747
22748 \end_layout
22749
22750 \end_inset
22751
22752
22753 \end_layout
22754
22755 \begin_layout Standard
22756 LyX does not natively support dashed lines, so you have to use TeX-Code.
22757  As a prerequisite the LaTeX-package 
22758 \series bold
22759 arydshln
22760 \series default
22761
22762 \begin_inset Index idx
22763 status collapsed
22764
22765 \begin_layout Plain Layout
22766 LaTeX-packages ! arydshln
22767 \end_layout
22768
22769 \end_inset
22770
22771  must be loaded in the document preamble with the command
22772 \end_layout
22773
22774 \begin_layout Standard
22775
22776 \series bold
22777
22778 \backslash
22779 usepackage{arydshln}
22780 \end_layout
22781
22782 \begin_layout Standard
22783 To make a vertical line dashed, enter the colon 
22784 \begin_inset Quotes eld
22785 \end_inset
22786
22787 :
22788 \begin_inset Quotes erd
22789 \end_inset
22790
22791  together with the character for the horizontal alignment as LaTeX-argument
22792  in the table cell dialog.
22793 \end_layout
22794
22795 \begin_layout Standard
22796 For a horizontal dashed line add the command
22797 \end_layout
22798
22799 \begin_layout Standard
22800
22801 \series bold
22802
22803 \backslash
22804 hdashline
22805 \end_layout
22806
22807 \begin_layout Standard
22808 in TeX-Code as first element of the first cell in the table row.
22809 \end_layout
22810
22811 \begin_layout Standard
22812 For dashed multicolumn lines use the command
22813 \end_layout
22814
22815 \begin_layout Standard
22816
22817 \series bold
22818
22819 \backslash
22820 cdashline{line number
22821 \series default
22822 }
22823 \end_layout
22824
22825 \begin_layout Standard
22826 in TeX-Code as the first element of the first cell in the table row.
22827  If you have for example a multicolumn spanning columns 2 to 4 and you want
22828  to have a dashed line above, add the command
22829 \end_layout
22830
22831 \begin_layout Standard
22832
22833 \series bold
22834
22835 \backslash
22836 cdashline{2-4}
22837 \end_layout
22838
22839 \begin_layout Standard
22840 as the first element of the first cell in the row of the multicolumn.
22841 \end_layout
22842
22843 \begin_layout Standard
22844 \begin_inset VSpace bigskip
22845 \end_inset
22846
22847
22848 \end_layout
22849
22850 \begin_layout Standard
22851 Table
22852 \begin_inset space ~
22853 \end_inset
22854
22855
22856 \begin_inset CommandInset ref
22857 LatexCommand ref
22858 reference "tab:Table-with-dashed"
22859
22860 \end_inset
22861
22862  was created using 
22863 \begin_inset Quotes eld
22864 \end_inset
22865
22866
22867 \series bold
22868 :c
22869 \series default
22870
22871 \begin_inset Quotes erd
22872 \end_inset
22873
22874  as LaTeX-argument of the third column.
22875  The TeX-Code command 
22876 \series bold
22877
22878 \backslash
22879 hdashline
22880 \series default
22881  was inserted in the first cell of the third row and the TeX-Code command
22882 \begin_inset Newline newline
22883 \end_inset
22884
22885  
22886 \series bold
22887
22888 \backslash
22889 cdashline{4-5}
22890 \series default
22891  was inserted in the first cell of the fourth row.
22892 \end_layout
22893
22894 \begin_layout Standard
22895 \begin_inset VSpace bigskip
22896 \end_inset
22897
22898
22899 \end_layout
22900
22901 \begin_layout Standard
22902 Tables with dashed lines can also be colored as shown by Table
22903 \begin_inset space ~
22904 \end_inset
22905
22906
22907 \begin_inset CommandInset ref
22908 LatexCommand ref
22909 reference "tab:Colored-table-with"
22910
22911 \end_inset
22912
22913 .
22914 \end_layout
22915
22916 \begin_layout Standard
22917 \begin_inset ERT
22918 status collapsed
22919
22920 \begin_layout Plain Layout
22921
22922
22923 \backslash
22924 setlength{
22925 \backslash
22926 arrayrulewidth}{1pt}
22927 \end_layout
22928
22929 \end_inset
22930
22931
22932 \begin_inset Note Note
22933 status collapsed
22934
22935 \begin_layout Plain Layout
22936 thicker lines for better visualization of the line color
22937 \end_layout
22938
22939 \end_inset
22940
22941
22942 \end_layout
22943
22944 \begin_layout Standard
22945 \begin_inset ERT
22946 status collapsed
22947
22948 \begin_layout Plain Layout
22949
22950
22951 \backslash
22952 dashgapcolor{green}
22953 \end_layout
22954
22955 \end_inset
22956
22957
22958 \begin_inset Note Note
22959 status collapsed
22960
22961 \begin_layout Plain Layout
22962 color gaps between dashes green
22963 \end_layout
22964
22965 \end_inset
22966
22967
22968 \end_layout
22969
22970 \begin_layout Standard
22971 \begin_inset ERT
22972 status collapsed
22973
22974 \begin_layout Plain Layout
22975
22976
22977 \backslash
22978 let
22979 \backslash
22980 myHdashline
22981 \backslash
22982 hdashline
22983 \end_layout
22984
22985 \begin_layout Plain Layout
22986
22987
22988 \backslash
22989 renewcommand{
22990 \backslash
22991 hdashline}
22992 \end_layout
22993
22994 \begin_layout Plain Layout
22995
22996  {
22997 \backslash
22998 arrayrulecolor{red}
22999 \backslash
23000 myHdashline
23001 \backslash
23002 arrayrulecolor{black}}
23003 \end_layout
23004
23005 \end_inset
23006
23007
23008 \begin_inset Note Note
23009 status collapsed
23010
23011 \begin_layout Plain Layout
23012 color horizontal, dashed lines red
23013 \end_layout
23014
23015 \end_inset
23016
23017
23018 \end_layout
23019
23020 \begin_layout Standard
23021 \begin_inset ERT
23022 status collapsed
23023
23024 \begin_layout Plain Layout
23025
23026
23027 \backslash
23028 let
23029 \backslash
23030 myCdashline
23031 \backslash
23032 cdashline
23033 \end_layout
23034
23035 \begin_layout Plain Layout
23036
23037
23038 \backslash
23039 renewcommand{
23040 \backslash
23041 cdashline}[1]
23042 \end_layout
23043
23044 \begin_layout Plain Layout
23045
23046  {
23047 \backslash
23048 arrayrulecolor{yellow}
23049 \backslash
23050 myCdashline{#1}
23051 \backslash
23052 arrayrulecolor{black}}
23053 \end_layout
23054
23055 \end_inset
23056
23057
23058 \begin_inset Note Note
23059 status collapsed
23060
23061 \begin_layout Plain Layout
23062 color partial horizontal, dashed lines yellow
23063 \end_layout
23064
23065 \end_inset
23066
23067
23068 \end_layout
23069
23070 \begin_layout Standard
23071 \begin_inset Float table
23072 placement h
23073 wide false
23074 sideways false
23075 status open
23076
23077 \begin_layout Plain Layout
23078 \begin_inset Caption Standard
23079
23080 \begin_layout Plain Layout
23081 \begin_inset CommandInset label
23082 LatexCommand label
23083 name "tab:Colored-table-with"
23084
23085 \end_inset
23086
23087 Colored table with dashed lines
23088 \end_layout
23089
23090 \end_inset
23091
23092
23093 \end_layout
23094
23095 \begin_layout Plain Layout
23096 \align center
23097 \begin_inset Tabular
23098 <lyxtabular version="3" rows="5" columns="5">
23099 <features rotate="0" tabularvalignment="middle">
23100 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23101 <column alignment="center" valignment="top" width="0pt">
23102 <column alignment="center" valignment="top" width="0pt" special=":c">
23103 <column alignment="center" valignment="top">
23104 <column alignment="center" valignment="top">
23105 <row>
23106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23107 \begin_inset Text
23108
23109 \begin_layout Plain Layout
23110 a
23111 \end_layout
23112
23113 \end_inset
23114 </cell>
23115 <cell alignment="center" valignment="top" topline="true" usebox="none">
23116 \begin_inset Text
23117
23118 \begin_layout Plain Layout
23119 b
23120 \end_layout
23121
23122 \end_inset
23123 </cell>
23124 <cell alignment="center" valignment="top" topline="true" usebox="none">
23125 \begin_inset Text
23126
23127 \begin_layout Plain Layout
23128 c
23129 \end_layout
23130
23131 \end_inset
23132 </cell>
23133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137 d
23138 \end_layout
23139
23140 \end_inset
23141 </cell>
23142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146 e
23147 \end_layout
23148
23149 \end_inset
23150 </cell>
23151 </row>
23152 <row>
23153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23154 \begin_inset Text
23155
23156 \begin_layout Plain Layout
23157 f
23158 \end_layout
23159
23160 \end_inset
23161 </cell>
23162 <cell alignment="center" valignment="top" topline="true" usebox="none">
23163 \begin_inset Text
23164
23165 \begin_layout Plain Layout
23166 g
23167 \end_layout
23168
23169 \end_inset
23170 </cell>
23171 <cell alignment="center" valignment="top" topline="true" usebox="none">
23172 \begin_inset Text
23173
23174 \begin_layout Plain Layout
23175 h
23176 \end_layout
23177
23178 \end_inset
23179 </cell>
23180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23181 \begin_inset Text
23182
23183 \begin_layout Plain Layout
23184 i
23185 \end_layout
23186
23187 \end_inset
23188 </cell>
23189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23190 \begin_inset Text
23191
23192 \begin_layout Plain Layout
23193 j
23194 \end_layout
23195
23196 \end_inset
23197 </cell>
23198 </row>
23199 <row>
23200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23201 \begin_inset Text
23202
23203 \begin_layout Plain Layout
23204 \begin_inset ERT
23205 status collapsed
23206
23207 \begin_layout Plain Layout
23208
23209
23210 \backslash
23211 hdashline 
23212 \end_layout
23213
23214 \end_inset
23215
23216
23217 \begin_inset ERT
23218 status collapsed
23219
23220 \begin_layout Plain Layout
23221
23222
23223 \backslash
23224 rowcolor{Gray}
23225 \end_layout
23226
23227 \end_inset
23228
23229 k
23230 \end_layout
23231
23232 \end_inset
23233 </cell>
23234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23235 \begin_inset Text
23236
23237 \begin_layout Plain Layout
23238 l
23239 \end_layout
23240
23241 \end_inset
23242 </cell>
23243 <cell alignment="center" valignment="top" usebox="none">
23244 \begin_inset Text
23245
23246 \begin_layout Plain Layout
23247 m
23248 \end_layout
23249
23250 \end_inset
23251 </cell>
23252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23253 \begin_inset Text
23254
23255 \begin_layout Plain Layout
23256 n
23257 \end_layout
23258
23259 \end_inset
23260 </cell>
23261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23262 \begin_inset Text
23263
23264 \begin_layout Plain Layout
23265 o
23266 \end_layout
23267
23268 \end_inset
23269 </cell>
23270 </row>
23271 <row>
23272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23273 \begin_inset Text
23274
23275 \begin_layout Plain Layout
23276 \begin_inset ERT
23277 status collapsed
23278
23279 \begin_layout Plain Layout
23280
23281
23282 \backslash
23283 cdashline{4-5}
23284 \end_layout
23285
23286 \end_inset
23287
23288 p
23289 \end_layout
23290
23291 \end_inset
23292 </cell>
23293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23294 \begin_inset Text
23295
23296 \begin_layout Plain Layout
23297 q
23298 \end_layout
23299
23300 \end_inset
23301 </cell>
23302 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23303 \begin_inset Text
23304
23305 \begin_layout Plain Layout
23306 r
23307 \end_layout
23308
23309 \end_inset
23310 </cell>
23311 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23312 \begin_inset Text
23313
23314 \begin_layout Plain Layout
23315 s
23316 \end_layout
23317
23318 \end_inset
23319 </cell>
23320 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23321 \begin_inset Text
23322
23323 \begin_layout Plain Layout
23324
23325 \end_layout
23326
23327 \end_inset
23328 </cell>
23329 </row>
23330 <row>
23331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23332 \begin_inset Text
23333
23334 \begin_layout Plain Layout
23335 t
23336 \end_layout
23337
23338 \end_inset
23339 </cell>
23340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344 u
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23350 \begin_inset Text
23351
23352 \begin_layout Plain Layout
23353 v
23354 \end_layout
23355
23356 \end_inset
23357 </cell>
23358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23359 \begin_inset Text
23360
23361 \begin_layout Plain Layout
23362 w
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23368 \begin_inset Text
23369
23370 \begin_layout Plain Layout
23371 \begin_inset ERT
23372 status collapsed
23373
23374 \begin_layout Plain Layout
23375
23376
23377 \backslash
23378 cellcolor{Maroon}
23379 \end_layout
23380
23381 \end_inset
23382
23383 i
23384 \end_layout
23385
23386 \end_inset
23387 </cell>
23388 </row>
23389 </lyxtabular>
23390
23391 \end_inset
23392
23393
23394 \end_layout
23395
23396 \end_inset
23397
23398
23399 \end_layout
23400
23401 \begin_layout Standard
23402 \begin_inset ERT
23403 status collapsed
23404
23405 \begin_layout Plain Layout
23406
23407
23408 \backslash
23409 renewcommand{
23410 \backslash
23411 hdashline}{
23412 \backslash
23413 myHdashline}
23414 \end_layout
23415
23416 \end_inset
23417
23418
23419 \begin_inset Note Note
23420 status collapsed
23421
23422 \begin_layout Plain Layout
23423 reset to default
23424 \end_layout
23425
23426 \end_inset
23427
23428
23429 \end_layout
23430
23431 \begin_layout Standard
23432 \begin_inset ERT
23433 status collapsed
23434
23435 \begin_layout Plain Layout
23436
23437
23438 \backslash
23439 renewcommand{
23440 \backslash
23441 cdashline}{
23442 \backslash
23443 myCdashline}
23444 \end_layout
23445
23446 \end_inset
23447
23448
23449 \begin_inset Note Note
23450 status collapsed
23451
23452 \begin_layout Plain Layout
23453 reset to default
23454 \end_layout
23455
23456 \end_inset
23457
23458
23459 \end_layout
23460
23461 \begin_layout Standard
23462 \begin_inset ERT
23463 status collapsed
23464
23465 \begin_layout Plain Layout
23466
23467
23468 \backslash
23469 nodashgapcolor
23470 \end_layout
23471
23472 \end_inset
23473
23474
23475 \begin_inset Note Note
23476 status collapsed
23477
23478 \begin_layout Plain Layout
23479 reset to default
23480 \end_layout
23481
23482 \end_inset
23483
23484
23485 \end_layout
23486
23487 \begin_layout Standard
23488 \begin_inset ERT
23489 status collapsed
23490
23491 \begin_layout Plain Layout
23492
23493
23494 \backslash
23495 setlength{
23496 \backslash
23497 arrayrulewidth}{0.4pt}
23498 \end_layout
23499
23500 \end_inset
23501
23502
23503 \begin_inset Note Note
23504 status collapsed
23505
23506 \begin_layout Plain Layout
23507 reset to default
23508 \end_layout
23509
23510 \end_inset
23511
23512
23513 \end_layout
23514
23515 \begin_layout Standard
23516 The coloring of lines, columns and lines works as decribed in section
23517 \begin_inset space ~
23518 \end_inset
23519
23520
23521 \begin_inset CommandInset ref
23522 LatexCommand ref
23523 reference "sec:Colored-Tables"
23524
23525 \end_inset
23526
23527 .
23528  Coloring horizontal lines works analogically as described there as well,
23529  one only needs to replace in the commands 
23530 \series bold
23531
23532 \backslash
23533 myHlineC
23534 \series default
23535  by 
23536 \series bold
23537
23538 \backslash
23539 myHdashline
23540 \series default
23541  and 
23542 \backslash
23543
23544 \series bold
23545 hline
23546 \series default
23547  by 
23548 \series bold
23549
23550 \backslash
23551 hdashline
23552 \series default
23553 ; so one uses the command
23554 \end_layout
23555
23556 \begin_layout Standard
23557
23558 \series bold
23559
23560 \backslash
23561 let
23562 \backslash
23563 myHdashline
23564 \backslash
23565 hdashline
23566 \begin_inset Newline newline
23567 \end_inset
23568
23569
23570 \backslash
23571 renewcommand{
23572 \backslash
23573 hdashline}
23574 \begin_inset Newline newline
23575 \end_inset
23576
23577
23578 \begin_inset Phantom HPhantom
23579 status open
23580
23581 \begin_layout Plain Layout
23582 \begin_inset space ~
23583 \end_inset
23584
23585
23586 \end_layout
23587
23588 \end_inset
23589
23590 {
23591 \backslash
23592 arrayrulecolor{red}
23593 \backslash
23594 myHdashline
23595 \backslash
23596 arrayrulecolor{black}}
23597 \end_layout
23598
23599 \begin_layout Standard
23600 To color 
23601 \series bold
23602
23603 \backslash
23604 cdashline
23605 \series default
23606 , the command is
23607 \end_layout
23608
23609 \begin_layout Standard
23610
23611 \series bold
23612
23613 \backslash
23614 let
23615 \backslash
23616 myCdashline
23617 \backslash
23618 cdashline
23619 \begin_inset Newline newline
23620 \end_inset
23621
23622
23623 \backslash
23624 renewcommand{
23625 \backslash
23626 cdashline}[1]
23627 \begin_inset Newline newline
23628 \end_inset
23629
23630
23631 \begin_inset Phantom HPhantom
23632 status open
23633
23634 \begin_layout Plain Layout
23635 \begin_inset space ~
23636 \end_inset
23637
23638
23639 \end_layout
23640
23641 \end_inset
23642
23643 {
23644 \backslash
23645 arrayrulecolor{red}
23646 \backslash
23647 myCdashline{#1}
23648 \backslash
23649 arrayrulecolor{black}}
23650 \end_layout
23651
23652 \begin_layout Standard
23653 To get back the black line color, one needs to insert the following commands
23654  as TeX-Code behind the table:
23655 \end_layout
23656
23657 \begin_layout Standard
23658 For 
23659 \series bold
23660
23661 \backslash
23662 hdashline
23663 \end_layout
23664
23665 \begin_layout Standard
23666
23667 \series bold
23668
23669 \backslash
23670 renewcommand{
23671 \backslash
23672 hdashline}{
23673 \backslash
23674 myHdashline}
23675 \end_layout
23676
23677 \begin_layout Standard
23678 and for 
23679 \series bold
23680
23681 \backslash
23682 cdashline
23683 \end_layout
23684
23685 \begin_layout Standard
23686
23687 \series bold
23688
23689 \backslash
23690 renewcommand{
23691 \backslash
23692 cdashline}{
23693 \backslash
23694 myCdashline}
23695 \end_layout
23696
23697 \begin_layout Standard
23698 To color the gaps between the dashes the command
23699 \end_layout
23700
23701 \begin_layout Standard
23702
23703 \series bold
23704
23705 \backslash
23706 dashgapcolor{color}
23707 \end_layout
23708
23709 \begin_layout Standard
23710 can be used in front of a table as TeX-Code.
23711  color is hereby the name of a defined color.
23712  The command
23713 \end_layout
23714
23715 \begin_layout Standard
23716
23717 \series bold
23718
23719 \backslash
23720 nodashgapcolor
23721 \end_layout
23722
23723 \begin_layout Standard
23724 unsets the changes made by 
23725 \series bold
23726
23727 \backslash
23728 dashgapcolor
23729 \series default
23730 .
23731 \end_layout
23732
23733 \begin_layout Standard
23734 \begin_inset Note Greyedout
23735 status open
23736
23737 \begin_layout Plain Layout
23738
23739 \series bold
23740 \color none
23741 Note
23742 \series default
23743 : If there are multiple commands in a cell, the command of 
23744 \series bold
23745 arydshln
23746 \series default
23747  needs to be the first one in the cell.
23748  Therefore in cell 
23749 \emph on
23750 k
23751 \emph default
23752  of Table
23753 \begin_inset space ~
23754 \end_inset
23755
23756
23757 \begin_inset CommandInset ref
23758 LatexCommand ref
23759 reference "tab:Colored-table-with"
23760
23761 \end_inset
23762
23763  the command 
23764 \series bold
23765
23766 \backslash
23767 hdashline
23768 \series default
23769  is before 
23770 \series bold
23771
23772 \backslash
23773 rowcolor
23774 \series default
23775 .
23776 \end_layout
23777
23778 \end_inset
23779
23780
23781 \end_layout
23782
23783 \begin_layout Standard
23784 \begin_inset Note Greyedout
23785 status open
23786
23787 \begin_layout Plain Layout
23788
23789 \series bold
23790 \color none
23791 Note:
23792 \series default
23793  The LaTeX-package 
23794 \series bold
23795 arydshln
23796 \series default
23797  must be loaded in the document preamble before the LaTeX-package 
23798 \series bold
23799 colortbl
23800 \series default
23801
23802 \begin_inset Index idx
23803 status collapsed
23804
23805 \begin_layout Plain Layout
23806 LaTeX-packages ! colortbl
23807 \end_layout
23808
23809 \end_inset
23810
23811 .
23812 \end_layout
23813
23814 \end_inset
23815
23816
23817 \end_layout
23818
23819 \begin_layout Standard
23820 \begin_inset ERT
23821 status collapsed
23822
23823 \begin_layout Plain Layout
23824
23825
23826 \backslash
23827 else
23828 \end_layout
23829
23830 \end_inset
23831
23832
23833 \begin_inset Note Note
23834 status open
23835
23836 \begin_layout Plain Layout
23837 The following will be displayed when the LaTeX-package 
23838 \series bold
23839 arydshln
23840 \series default
23841  is not installed:
23842 \end_layout
23843
23844 \end_inset
23845
23846
23847 \end_layout
23848
23849 \begin_layout Standard
23850 You need to install the package 
23851 \series bold
23852 arydshln
23853 \series default
23854  to see the content of this section in the output.
23855 \end_layout
23856
23857 \begin_layout Standard
23858 \begin_inset ERT
23859 status collapsed
23860
23861 \begin_layout Plain Layout
23862
23863
23864 \backslash
23865 fi
23866 \end_layout
23867
23868 \end_inset
23869
23870
23871 \end_layout
23872
23873 \begin_layout Standard
23874 For more information about dashed lines see the documentation of 
23875 \series bold
23876 arydshln
23877 \series default
23878
23879 \begin_inset CommandInset citation
23880 LatexCommand cite
23881 key "arydshln"
23882
23883 \end_inset
23884
23885 .
23886 \end_layout
23887
23888 \begin_layout Chapter
23889 Floats
23890 \begin_inset CommandInset label
23891 LatexCommand label
23892 name "chap:Floats"
23893
23894 \end_inset
23895
23896
23897 \begin_inset Index idx
23898 status collapsed
23899
23900 \begin_layout Plain Layout
23901 Floats
23902 \end_layout
23903
23904 \end_inset
23905
23906
23907 \end_layout
23908
23909 \begin_layout Section
23910 Introduction
23911 \begin_inset CommandInset label
23912 LatexCommand label
23913 name "sec:FloatIntroduction"
23914
23915 \end_inset
23916
23917
23918 \begin_inset Index idx
23919 status collapsed
23920
23921 \begin_layout Plain Layout
23922 Floats ! Introduction
23923 \end_layout
23924
23925 \end_inset
23926
23927
23928 \end_layout
23929
23930 \begin_layout Standard
23931 A float is a block of text associated with some sort of label, which doesn't
23932  have a fixed location.
23933  It can 
23934 \begin_inset Quotes eld
23935 \end_inset
23936
23937 float
23938 \begin_inset Quotes erd
23939 \end_inset
23940
23941  forward or backward a page or two, to wherever it fits best.
23942  
23943 \family sans
23944 Footnotes
23945 \family default
23946  and 
23947 \family sans
23948 Margin
23949 \begin_inset space ~
23950 \end_inset
23951
23952 Notes
23953 \family default
23954  are also floats because they can float to the next page when there are
23955  too many notes on the page.
23956 \end_layout
23957
23958 \begin_layout Standard
23959 Floats allow a high quality layout.
23960  Images and tables can be spread evenly among the pages to avoid white space
23961  and pages without text.
23962  As the floating often destroys the context between the text and the image/table
23963 , every float can be referenced in the text.
23964  Floats are therefore numbered.
23965  Referencing is described in section
23966 \begin_inset space ~
23967 \end_inset
23968
23969
23970 \begin_inset CommandInset ref
23971 LatexCommand ref
23972 reference "sec:Referencing-Floats"
23973
23974 \end_inset
23975
23976 .
23977 \end_layout
23978
23979 \begin_layout Standard
23980 To insert a float, use the menu 
23981 \family sans
23982 Insert\SpecialChar \menuseparator
23983 Float
23984 \family default
23985  (toolbar button 
23986 \begin_inset Info
23987 type  "icon"
23988 arg   "float-insert figure"
23989 \end_inset
23990
23991  or 
23992 \begin_inset Info
23993 type  "icon"
23994 arg   "float-insert table"
23995 \end_inset
23996
23997 ).
23998  This inserts the 
23999 \family sans
24000 Caption
24001 \family default
24002  inset, a box with a label.
24003  The label will automatically be translated to the document language in
24004  the output.
24005  After the label you can insert the caption text.
24006  The image or table is inserted above or below the caption in a separate
24007  paragraph within the float.
24008  More about the caption placement is contained in section
24009 \begin_inset space ~
24010 \end_inset
24011
24012
24013 \begin_inset CommandInset ref
24014 LatexCommand ref
24015 reference "sec:Caption-Placement"
24016
24017 \end_inset
24018
24019 .
24020  To keep your LyX-document readable, you can open and close the float box
24021  by left-clicking on the box label.
24022  A closed float box looks like this: 
24023 \begin_inset Graphics
24024         filename clipart/floatQt4.png
24025         scale 70
24026         scaleBeforeRotation
24027
24028 \end_inset
24029
24030  â€“ a gray button with a red label.
24031 \end_layout
24032
24033 \begin_layout Standard
24034 It is recommended that you insert floats as separate standard paragraphs
24035  to avoid possible LaTeX-errors that can occur when the surrounding text
24036  is specially formatted.
24037 \end_layout
24038
24039 \begin_layout Standard
24040 Existing figures or tables can be put into a float by highlighting them
24041  and then pressing the corresponding toolbar button for a new float.
24042 \end_layout
24043
24044 \begin_layout Section
24045 Float Types
24046 \end_layout
24047
24048 \begin_layout Standard
24049 Besides figure and table floats that are described in sections
24050 \begin_inset space ~
24051 \end_inset
24052
24053
24054 \begin_inset CommandInset ref
24055 LatexCommand ref
24056 reference "sec:Figure-Floats"
24057
24058 \end_inset
24059
24060  and 
24061 \begin_inset CommandInset ref
24062 LatexCommand ref
24063 reference "sec:Table-Floats"
24064
24065 \end_inset
24066
24067  respectively, LyX offers the float types 
24068 \family sans
24069 Algorithm
24070 \family default
24071  and 
24072 \family sans
24073 Wrap
24074 \family default
24075 .
24076  The latter are explained in sec.
24077 \begin_inset space \thinspace{}
24078 \end_inset
24079
24080
24081 \begin_inset CommandInset ref
24082 LatexCommand ref
24083 reference "sec:Wrap-Floats"
24084
24085 \end_inset
24086
24087 .
24088 \end_layout
24089
24090 \begin_layout Subsection
24091 Algorithm Floats
24092 \begin_inset Index idx
24093 status collapsed
24094
24095 \begin_layout Plain Layout
24096 Floats ! Algorithms
24097 \end_layout
24098
24099 \end_inset
24100
24101
24102 \end_layout
24103
24104 \begin_layout Standard
24105 \begin_inset Float algorithm
24106 placement h
24107 wide false
24108 sideways false
24109 status open
24110
24111 \begin_layout Plain Layout
24112 \begin_inset Caption Standard
24113
24114 \begin_layout Plain Layout
24115 \begin_inset CommandInset label
24116 LatexCommand label
24117 name "alg:Example-Algorithm-float"
24118
24119 \end_inset
24120
24121 Example Algorithm float
24122 \end_layout
24123
24124 \end_inset
24125
24126
24127 \end_layout
24128
24129 \begin_layout LyX-Code
24130 for I in 1..N loop
24131 \begin_inset Newline newline
24132 \end_inset
24133
24134  Sum:= Sum + A(I); /*comment*/
24135 \begin_inset Newline newline
24136 \end_inset
24137
24138 end loop
24139 \begin_inset VSpace -4mm
24140 \end_inset
24141
24142
24143 \end_layout
24144
24145 \end_inset
24146
24147
24148 \end_layout
24149
24150 \begin_layout Standard
24151 This float type is inserted with the menu 
24152 \family sans
24153 Insert\SpecialChar \menuseparator
24154 Float\SpecialChar \menuseparator
24155 Algorithm
24156 \family default
24157 .
24158  It is used for program codes and descriptions of algorithms and can be
24159  seen as an alternative to program code listings that are explained in chapter
24160 \begin_inset space ~
24161 \end_inset
24162
24163
24164 \begin_inset CommandInset ref
24165 LatexCommand ref
24166 reference "cha:Program-Code-Listings"
24167
24168 \end_inset
24169
24170 .
24171  A possible environment for algorithms is the 
24172 \family sans
24173 LyX-Code
24174 \family default
24175 , described in LyX's 
24176 \emph on
24177 Userguide
24178 \emph default
24179 .
24180  Algorithm
24181 \begin_inset space ~
24182 \end_inset
24183
24184
24185 \begin_inset CommandInset ref
24186 LatexCommand ref
24187 reference "alg:Example-Algorithm-float"
24188
24189 \end_inset
24190
24191  is an example of an algorithm float where -4
24192 \begin_inset space \thinspace{}
24193 \end_inset
24194
24195 mm vertical space was added at the end of the float to have the bottom rule
24196  exactly below the last text line.
24197 \end_layout
24198
24199 \begin_layout Standard
24200 The float label is not automatically translated into the document language.
24201  If your document is not in English, you have to do this manually by adding
24202  the following line to the document preamble
24203 \series bold
24204 :
24205 \end_layout
24206
24207 \begin_layout Standard
24208
24209 \series bold
24210
24211 \backslash
24212 floatname{algorithm}{your
24213 \begin_inset space ~
24214 \end_inset
24215
24216 name}
24217 \end_layout
24218
24219 \begin_layout Standard
24220 where 
24221 \family sans
24222 your
24223 \begin_inset space ~
24224 \end_inset
24225
24226 name
24227 \family default
24228  is the word 
24229 \begin_inset Quotes eld
24230 \end_inset
24231
24232
24233 \emph on
24234 algorithm
24235 \emph default
24236
24237 \begin_inset Quotes erd
24238 \end_inset
24239
24240  in your language.
24241 \end_layout
24242
24243 \begin_layout Standard
24244 To insert the list of algorithms you can use the menu 
24245 \family sans
24246 Insert\SpecialChar \menuseparator
24247 List
24248 \begin_inset space \thinspace{}
24249 \end_inset
24250
24251 /
24252 \begin_inset space \thinspace{}
24253 \end_inset
24254
24255 TOC\SpecialChar \menuseparator
24256 List of Algorithms
24257 \family default
24258  when your document has the same language as LyX's menu names.
24259  In other cases use this command in TeX-Code instead:
24260 \end_layout
24261
24262 \begin_layout Standard
24263
24264 \series bold
24265
24266 \backslash
24267 listof{algorithm}{your
24268 \begin_inset space ~
24269 \end_inset
24270
24271 name}
24272 \end_layout
24273
24274 \begin_layout Standard
24275 where 
24276 \family sans
24277 your
24278 \begin_inset space ~
24279 \end_inset
24280
24281 name
24282 \family default
24283  is the word 
24284 \begin_inset Quotes eld
24285 \end_inset
24286
24287
24288 \emph on
24289 List of Algorithm
24290 \emph default
24291 s
24292 \begin_inset Quotes erd
24293 \end_inset
24294
24295  in your language.
24296 \end_layout
24297
24298 \begin_layout Standard
24299 Algorithm floats are not by default numbered in the scheme 
24300 \begin_inset Quotes eld
24301 \end_inset
24302
24303 chapter.algorithm
24304 \begin_inset Quotes erd
24305 \end_inset
24306
24307  as is the case for table and figure floats in many document-classes.
24308  To number algorithm floats in the same scheme, add this command to your
24309  document preamble:
24310 \end_layout
24311
24312 \begin_layout Standard
24313
24314 \series bold
24315
24316 \backslash
24317 numberwithin{algorithm}{chapter}
24318 \end_layout
24319
24320 \begin_layout Standard
24321 To be able to use the command 
24322 \series bold
24323
24324 \backslash
24325 numberwithin
24326 \series default
24327 , set in the tab 
24328 \family sans
24329 Math
24330 \begin_inset space ~
24331 \end_inset
24332
24333 Options
24334 \family default
24335  in the document settings the option 
24336 \family sans
24337 Use
24338 \begin_inset space ~
24339 \end_inset
24340
24341 AMS
24342 \begin_inset space ~
24343 \end_inset
24344
24345 math
24346 \begin_inset space ~
24347 \end_inset
24348
24349 package
24350 \family default
24351 .
24352 \end_layout
24353
24354 \begin_layout Section
24355 Float Numbering
24356 \begin_inset Index idx
24357 status collapsed
24358
24359 \begin_layout Plain Layout
24360 Floats ! Numbering
24361 \end_layout
24362
24363 \end_inset
24364
24365
24366 \end_layout
24367
24368 \begin_layout Standard
24369 Floats are usually numbered either independently from the sections the floats
24370  are in, or in the scheme 
24371 \begin_inset Quotes eld
24372 \end_inset
24373
24374 chapter.number
24375 \begin_inset Quotes erd
24376 \end_inset
24377
24378  or 
24379 \begin_inset Quotes eld
24380 \end_inset
24381
24382 section.number
24383 \begin_inset Quotes erd
24384 \end_inset
24385
24386 .
24387  This depends on the document class used.
24388 \end_layout
24389
24390 \begin_layout Standard
24391 To change section-independent numbering, you can use this command in the
24392  document preamble:
24393 \end_layout
24394
24395 \begin_layout Standard
24396
24397 \series bold
24398
24399 \backslash
24400 renewcommand{
24401 \backslash
24402 thetable}{
24403 \backslash
24404 roman{table}}
24405 \end_layout
24406
24407 \begin_layout Standard
24408
24409 \series bold
24410
24411 \backslash
24412 thetable
24413 \series default
24414  is the command that prints the table number.
24415  For figure floats, the command would be 
24416 \series bold
24417
24418 \backslash
24419 thefigure
24420 \series default
24421 .
24422  
24423 \series bold
24424
24425 \backslash
24426 roman
24427 \series default
24428  in the command above prints the table number as a small roman number.
24429 \end_layout
24430
24431 \begin_layout Standard
24432 To change the numbering scheme for example to 
24433 \begin_inset Quotes eld
24434 \end_inset
24435
24436 subsection.number
24437 \begin_inset Quotes erd
24438 \end_inset
24439
24440 , use this command in the preamble:
24441 \end_layout
24442
24443 \begin_layout Standard
24444
24445 \series bold
24446
24447 \backslash
24448 numberwithin{table}{subsection}
24449 \end_layout
24450
24451 \begin_layout Standard
24452 To be able to use the command 
24453 \series bold
24454
24455 \backslash
24456 numberwithin
24457 \series default
24458 , set in the tab 
24459 \family sans
24460 Math
24461 \begin_inset space ~
24462 \end_inset
24463
24464 Options
24465 \family default
24466  in the document settings the option 
24467 \family sans
24468 Use
24469 \begin_inset space ~
24470 \end_inset
24471
24472 AMS
24473 \begin_inset space ~
24474 \end_inset
24475
24476 math
24477 \begin_inset space ~
24478 \end_inset
24479
24480 package
24481 \family default
24482 .
24483 \end_layout
24484
24485 \begin_layout Standard
24486 Please also have a look at section
24487 \begin_inset space ~
24488 \end_inset
24489
24490
24491 \begin_inset CommandInset ref
24492 LatexCommand ref
24493 reference "sub:Footnote-Numbering"
24494
24495 \end_inset
24496
24497  for the details and important notes about the numbering commands.
24498 \end_layout
24499
24500 \begin_layout Section
24501 Referencing Floats
24502 \begin_inset CommandInset label
24503 LatexCommand label
24504 name "sec:Referencing-Floats"
24505
24506 \end_inset
24507
24508
24509 \begin_inset Index idx
24510 status collapsed
24511
24512 \begin_layout Plain Layout
24513 Floats ! References
24514 \end_layout
24515
24516 \end_inset
24517
24518
24519 \begin_inset Index idx
24520 status collapsed
24521
24522 \begin_layout Plain Layout
24523 References ! to Floats
24524 \end_layout
24525
24526 \end_inset
24527
24528
24529 \end_layout
24530
24531 \begin_layout Standard
24532 To reference a float, insert a label into its caption using the menu 
24533 \family sans
24534 Insert\SpecialChar \menuseparator
24535 Label
24536 \family default
24537  or the toolbar button 
24538 \begin_inset Info
24539 type  "icon"
24540 arg   "label-insert"
24541 \end_inset
24542
24543 .
24544  A grey label box like this one: 
24545 \begin_inset Graphics
24546         filename clipart/labelQt4.png
24547         scale 85
24548         scaleBeforeRotation
24549
24550 \end_inset
24551
24552  will be inserted and the label window pops up asking for the label text.
24553  LyX offers as text the first words of the caption with a prefix.
24554  The prefix depends on the float type, e.
24555 \begin_inset space \thinspace{}
24556 \end_inset
24557
24558 g.
24559 \begin_inset space \space{}
24560 \end_inset
24561
24562 for figure floats the prefix will be "
24563 \family sans
24564 fig:
24565 \family default
24566 ".
24567 \end_layout
24568
24569 \begin_layout Standard
24570 The label is used as anchor and name for the reference.
24571  You can refer to the label using the menu 
24572 \family sans
24573 Insert\SpecialChar \menuseparator
24574 Cross-reference
24575 \family default
24576  or the toolbar button 
24577 \begin_inset Info
24578 type  "icon"
24579 arg   "dialog-show-new-inset ref"
24580 \end_inset
24581
24582 .
24583  The cross-reference window appears showing all labels of the document.
24584  If you have multiple LyX-documents opened, choose the one you are working
24585  on from the drop-list at the top of the dialog.
24586  You can now sort the labels alphabetically and then choose one.
24587  A grey cross-reference box like this one: 
24588 \begin_inset Graphics
24589         filename clipart/referenceQt4.png
24590         scale 85
24591         scaleBeforeRotation
24592
24593 \end_inset
24594
24595  will be inserted.
24596  At the position of the cross-reference box the float number will appear
24597  in the output.
24598 \end_layout
24599
24600 \begin_layout Standard
24601 It is recommended that you use a protected space between the cross-reference
24602  name and its number to avoid line breaks between them.
24603  If a cross-reference refers to a non-existing label, you will see two question
24604  marks in the output instead of the reference.
24605 \end_layout
24606
24607 \begin_layout Standard
24608 You can change labels at any time by clicking on the label box.
24609  References to the changed label will automatically update their links to
24610  the new label text.
24611 \end_layout
24612
24613 \begin_layout Standard
24614 The button 
24615 \family sans
24616 Go
24617 \begin_inset space ~
24618 \end_inset
24619
24620 to
24621 \begin_inset space ~
24622 \end_inset
24623
24624 Label
24625 \family default
24626  in the cross-reference window sets the cursor before the referred label.
24627  The button text changes then to Go
24628 \begin_inset space ~
24629 \end_inset
24630
24631 Back and you can use it to set the cursor back to the cross-reference.
24632 \end_layout
24633
24634 \begin_layout Subsection
24635 Cross-Reference Formats
24636 \begin_inset CommandInset label
24637 LatexCommand label
24638 name "sub:Cross-Reference-Formats"
24639
24640 \end_inset
24641
24642
24643 \begin_inset Index idx
24644 status collapsed
24645
24646 \begin_layout Plain Layout
24647 References ! Formats
24648 \end_layout
24649
24650 \end_inset
24651
24652
24653 \end_layout
24654
24655 \begin_layout Standard
24656 There are six varieties of cross-references:
24657 \end_layout
24658
24659 \begin_layout Description
24660 <reference>: prints the float number, this is the default: 
24661 \begin_inset CommandInset ref
24662 LatexCommand ref
24663 reference "fig:Two-distorted-images"
24664
24665 \end_inset
24666
24667
24668 \end_layout
24669
24670 \begin_layout Description
24671 (<reference>): prints the float number within two parentheses, this is the
24672  style normally used to reference formulas, especially when the reference
24673  name 
24674 \begin_inset Quotes eld
24675 \end_inset
24676
24677 Equation
24678 \begin_inset Quotes erd
24679 \end_inset
24680
24681  is omitted: 
24682 \begin_inset CommandInset ref
24683 LatexCommand eqref
24684 reference "eq:Wgn"
24685
24686 \end_inset
24687
24688
24689 \end_layout
24690
24691 \begin_layout Description
24692 <page>: prints the page number: Page
24693 \begin_inset space ~
24694 \end_inset
24695
24696
24697 \begin_inset CommandInset ref
24698 LatexCommand pageref
24699 reference "fig:Two-distorted-images"
24700
24701 \end_inset
24702
24703
24704 \end_layout
24705
24706 \begin_layout Description
24707 on
24708 \begin_inset space ~
24709 \end_inset
24710
24711 page
24712 \begin_inset space ~
24713 \end_inset
24714
24715 <page>: prints the text "on page" and the page number: 
24716 \begin_inset CommandInset ref
24717 LatexCommand vpageref
24718 reference "fig:Two-distorted-images"
24719
24720 \end_inset
24721
24722
24723 \end_layout
24724
24725 \begin_layout Description
24726 <reference>
24727 \begin_inset space ~
24728 \end_inset
24729
24730 on
24731 \begin_inset space ~
24732 \end_inset
24733
24734 page
24735 \begin_inset space ~
24736 \end_inset
24737
24738 <page>: prints the float number, the text "on page", and the page number:
24739  
24740 \begin_inset CommandInset ref
24741 LatexCommand vref
24742 reference "fig:Two-distorted-images"
24743
24744 \end_inset
24745
24746
24747 \end_layout
24748
24749 \begin_layout Description
24750 Formatted
24751 \begin_inset space ~
24752 \end_inset
24753
24754 reference: prints a self-defined cross-reference format.
24755 \begin_inset Newline newline
24756 \end_inset
24757
24758
24759 \begin_inset Note Greyedout
24760 status open
24761
24762 \begin_layout Plain Layout
24763
24764 \series bold
24765 Note:
24766 \series default
24767  This feature is only available when you have the LaTeX-package 
24768 \series bold
24769 prettyref
24770 \series default
24771  or 
24772 \series bold
24773 refstyle
24774 \series default
24775
24776 \begin_inset Index idx
24777 status collapsed
24778
24779 \begin_layout Plain Layout
24780 LaTeX-packages ! prettyref
24781 \end_layout
24782
24783 \end_inset
24784
24785
24786 \begin_inset Index idx
24787 status collapsed
24788
24789 \begin_layout Plain Layout
24790 LaTeX-packages ! refstyle
24791 \end_layout
24792
24793 \end_inset
24794
24795  installed.
24796 \end_layout
24797
24798 \end_inset
24799
24800
24801 \begin_inset Newline newline
24802 \end_inset
24803
24804 You can select which LaTeX-package should be used for this feature by setting
24805  the option 
24806 \family sans
24807 Use refstyle (not prettyref) for cross-references
24808 \family default
24809  in the menu 
24810 \family sans
24811 Document\SpecialChar \menuseparator
24812 Settings\SpecialChar \menuseparator
24813 Document Class
24814 \family default
24815 .
24816  The format is specified by adding the command 
24817 \series bold
24818
24819 \backslash
24820 newrefformat
24821 \series default
24822  (prettyref) or 
24823 \series bold
24824
24825 \backslash
24826 newref
24827 \series default
24828  (refstyle) to the preamble of the document.
24829  For example redefining all references to figures (which have the label
24830  shortcut 
24831 \begin_inset Quotes eld
24832 \end_inset
24833
24834
24835 \family sans
24836 fig
24837 \family default
24838
24839 \begin_inset Quotes erd
24840 \end_inset
24841
24842 ) can be done with this command
24843 \begin_inset Newline newline
24844 \end_inset
24845
24846
24847 \series bold
24848
24849 \backslash
24850 newref{fig}{refcmd={Image on page 
24851 \backslash
24852 pageref{#1}}}
24853 \series default
24854
24855 \begin_inset Newline newline
24856 \end_inset
24857
24858 For more information about the format, have a look at the package documentations
24859
24860 \begin_inset CommandInset citation
24861 LatexCommand cite
24862 key "prettyref,refstyle"
24863
24864 \end_inset
24865
24866 .
24867 \end_layout
24868
24869 \begin_layout Description
24870 Textual
24871 \begin_inset space ~
24872 \end_inset
24873
24874 reference: prints the caption of the reference: 
24875 \begin_inset CommandInset ref
24876 LatexCommand nameref
24877 reference "fig:Two-distorted-images"
24878
24879 \end_inset
24880
24881
24882 \end_layout
24883
24884 \begin_layout Standard
24885
24886 \family sans
24887 <page>
24888 \family default
24889  will not print the page number if the label is on the previous, the same,
24890  or the next page.
24891  You will e.
24892 \begin_inset space \thinspace{}
24893 \end_inset
24894
24895 g.
24896 \begin_inset space \space{}
24897 \end_inset
24898
24899 see the text 
24900 \begin_inset Quotes eld
24901 \end_inset
24902
24903
24904 \family sans
24905 on this page
24906 \family default
24907
24908 \begin_inset Quotes erd
24909 \end_inset
24910
24911  instead.
24912  The style 
24913 \family sans
24914 <reference> on page <page>
24915 \family default
24916  will not print anything about the page if the label is on the same page.
24917 \end_layout
24918
24919 \begin_layout Standard
24920 The number and current page of the part of the document referred to in the
24921  output is automatically calculated by LaTeX.
24922  The varieties are adjusted in the field 
24923 \family sans
24924 Format
24925 \family default
24926  of the cross-reference window that appears when you click on the cross-referenc
24927 e box.
24928 \end_layout
24929
24930 \begin_layout Standard
24931 \begin_inset Note Greyedout
24932 status open
24933
24934 \begin_layout Plain Layout
24935
24936 \series bold
24937 Note:
24938 \series default
24939  It is recommended to use the LaTeX-package 
24940 \series bold
24941 refstyle
24942 \series default
24943
24944 \begin_inset Index idx
24945 status collapsed
24946
24947 \begin_layout Plain Layout
24948 LaTeX-packages ! refstyle
24949 \end_layout
24950
24951 \end_inset
24952
24953  because 
24954 \series bold
24955 prettyref
24956 \series default
24957
24958 \begin_inset Index idx
24959 status collapsed
24960
24961 \begin_layout Plain Layout
24962 LaTeX-packages ! prettyref
24963 \end_layout
24964
24965 \end_inset
24966
24967  does not know all of LyX's possible label shortcuts
24968 \begin_inset Foot
24969 status collapsed
24970
24971 \begin_layout Plain Layout
24972 \begin_inset Quotes eld
24973 \end_inset
24974
24975 fig:
24976 \begin_inset Quotes erd
24977 \end_inset
24978
24979  is for example LyX's shortcut for labels in figure captions.
24980 \end_layout
24981
24982 \end_inset
24983
24984  and is not internationalized.
24985 \end_layout
24986
24987 \end_inset
24988
24989
24990 \end_layout
24991
24992 \begin_layout Standard
24993 \begin_inset Note Greyedout
24994 status open
24995
24996 \begin_layout Plain Layout
24997
24998 \series bold
24999 Note:
25000 \series default
25001  Due to a bug in the LaTeX-package 
25002 \series bold
25003 varioref
25004 \series default
25005  version 1.4w, some cross-reference formats will cause LaTeX errors for document
25006  languages that make the period character active (like French).
25007  For a workaround, see
25008 \begin_inset Newline newline
25009 \end_inset
25010
25011
25012 \begin_inset CommandInset href
25013 LatexCommand href
25014 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
25015
25016 \end_inset
25017
25018 .
25019 \end_layout
25020
25021 \end_inset
25022
25023
25024 \end_layout
25025
25026 \begin_layout Subsection
25027 Automatic Reference Naming
25028 \begin_inset Index idx
25029 status collapsed
25030
25031 \begin_layout Plain Layout
25032 References ! Automatic Reference Naming
25033 \end_layout
25034
25035 \end_inset
25036
25037
25038 \end_layout
25039
25040 \begin_layout Standard
25041 The LaTeX-package 
25042 \series bold
25043 hyperref
25044 \series default
25045
25046 \begin_inset Index idx
25047 status collapsed
25048
25049 \begin_layout Plain Layout
25050 LaTeX-packages ! hyperref
25051 \end_layout
25052
25053 \end_inset
25054
25055 , that is enabled in the 
25056 \family sans
25057 PDF Properties
25058 \family default
25059  of the 
25060 \family sans
25061 Document Settings
25062 \family default
25063  dialog, provides a very useful feature that cross-references automatically
25064  include the name of the referenced floats (or text parts like 
25065 \emph on
25066 section
25067 \emph default
25068 ).
25069  So you will save having to write e.
25070 \begin_inset space \thinspace{}
25071 \end_inset
25072
25073 g.
25074 \begin_inset space \space{}
25075 \end_inset
25076
25077 the name 
25078 \begin_inset Quotes eld
25079 \end_inset
25080
25081 Figure
25082 \begin_inset Quotes erd
25083 \end_inset
25084
25085  before every reference to a figure.
25086  To use this feature, enable 
25087 \series bold
25088 hyperref
25089 \series default
25090  and insert this line to the LaTeX preamble:
25091 \end_layout
25092
25093 \begin_layout Standard
25094
25095 \series bold
25096
25097 \backslash
25098 AtBeginDocument{
25099 \backslash
25100 renewcommand{
25101 \backslash
25102 ref}[1]{
25103 \backslash
25104 mbox{
25105 \backslash
25106 autoref{#1}}}}
25107 \end_layout
25108
25109 \begin_layout Standard
25110 When you prefer other reference names than the default ones, for example
25111  you want instead of 
25112 \begin_inset Quotes eld
25113 \end_inset
25114
25115 section
25116 \begin_inset Quotes erd
25117 \end_inset
25118
25119  the name 
25120 \begin_inset Quotes eld
25121 \end_inset
25122
25123 sec.
25124 \begin_inset space \thinspace{}
25125 \end_inset
25126
25127
25128 \begin_inset Quotes eld
25129 \end_inset
25130
25131 , you can redefine the name by inserting this in the preamble:
25132 \end_layout
25133
25134 \begin_layout Standard
25135
25136 \series bold
25137
25138 \backslash
25139 addto
25140 \backslash
25141 extrasenglish{
25142 \backslash
25143 renewcommand{
25144 \backslash
25145 sectionautorefname}
25146 \begin_inset Newline newline
25147 \end_inset
25148
25149
25150 \begin_inset Phantom HPhantom
25151 status open
25152
25153 \begin_layout Plain Layout
25154
25155 \series bold
25156 \begin_inset space ~
25157 \end_inset
25158
25159
25160 \end_layout
25161
25162 \end_inset
25163
25164 {sec.
25165 \backslash
25166 negthinspace}}
25167 \end_layout
25168
25169 \begin_layout Standard
25170 When you are using another document language than English, replace
25171 \begin_inset Newline newline
25172 \end_inset
25173
25174
25175 \series bold
25176
25177 \backslash
25178 extrasenglish
25179 \series default
25180  by 
25181 \series bold
25182
25183 \backslash
25184 extras***
25185 \series default
25186 , where *** is the name of the language used.
25187 \end_layout
25188
25189 \begin_layout Standard
25190 To get automatic names, but not for certain reference types, for example
25191  not for equations, use this preamble code:
25192 \end_layout
25193
25194 \begin_layout Standard
25195
25196 \series bold
25197
25198 \backslash
25199 addto
25200 \backslash
25201 extrasenglish{
25202 \backslash
25203 renewcommand*{
25204 \backslash
25205 equationautorefname}[1]{}}
25206 \end_layout
25207
25208 \begin_layout Standard
25209 More about this topic can be found in 
25210 \series bold
25211 hyperref
25212 \series default
25213 's documentation 
25214 \begin_inset CommandInset citation
25215 LatexCommand cite
25216 key "hyperref"
25217
25218 \end_inset
25219
25220 .
25221 \end_layout
25222
25223 \begin_layout Standard
25224 \begin_inset Note Greyedout
25225 status open
25226
25227 \begin_layout Plain Layout
25228
25229 \series bold
25230 Note:
25231 \series default
25232  Automatic reference naming cannot be used when you use cross-references
25233  in the 
25234 \family sans
25235 Formatted
25236 \begin_inset space ~
25237 \end_inset
25238
25239 reference
25240 \family default
25241  style, as described in section
25242 \begin_inset space ~
25243 \end_inset
25244
25245
25246 \begin_inset CommandInset ref
25247 LatexCommand ref
25248 reference "sub:Cross-Reference-Formats"
25249
25250 \end_inset
25251
25252 .
25253 \end_layout
25254
25255 \end_inset
25256
25257
25258 \end_layout
25259
25260 \begin_layout Standard
25261 The 
25262 \emph on
25263 Math
25264 \emph default
25265  manual is an example where automatic reference naming is used.
25266 \end_layout
25267
25268 \begin_layout Subsection
25269 Reference Position
25270 \begin_inset CommandInset label
25271 LatexCommand label
25272 name "sub:Reference-Position"
25273
25274 \end_inset
25275
25276
25277 \begin_inset Index idx
25278 status collapsed
25279
25280 \begin_layout Plain Layout
25281 References ! Reference Position
25282 \end_layout
25283
25284 \end_inset
25285
25286
25287 \end_layout
25288
25289 \begin_layout Standard
25290 If you use 
25291 \series bold
25292 hyperref
25293 \series default
25294
25295 \begin_inset Index idx
25296 status collapsed
25297
25298 \begin_layout Plain Layout
25299 LaTeX-packages ! hyperref
25300 \end_layout
25301
25302 \end_inset
25303
25304  in the 
25305 \family sans
25306 PDF Properties
25307 \family default
25308  of the 
25309 \family sans
25310 Document Settings
25311 \family default
25312  dialog to link cross-references in the output, you will see that clicking
25313  on an image float reference jumps to the image label.
25314  The caption will be the first text part on the screen, so that you cannot
25315  see the image without scrolling.
25316  This is because the reference link anchor is placed at the position of
25317  the label.
25318  With the use of the package 
25319 \series bold
25320 hypcap
25321 \series default
25322
25323 \begin_inset Index idx
25324 status collapsed
25325
25326 \begin_layout Plain Layout
25327 LaTeX-packages ! hypcap
25328 \end_layout
25329
25330 \end_inset
25331
25332 , which is part of the LaTeX-package 
25333 \series bold
25334 oberdiek
25335 \series default
25336
25337 \begin_inset Index idx
25338 status collapsed
25339
25340 \begin_layout Plain Layout
25341 LaTeX-packages ! oberdiek
25342 \end_layout
25343
25344 \end_inset
25345
25346 , the link anchor is placed at the beginning of a float.
25347  To use this feature for figure floats, load 
25348 \series bold
25349 hypcap
25350 \series default
25351  in the document preamble with the line
25352 \end_layout
25353
25354 \begin_layout Standard
25355
25356 \series bold
25357
25358 \backslash
25359 usepackage[figure]{hypcap}
25360 \end_layout
25361
25362 \begin_layout Standard
25363 You can also use 
25364 \series bold
25365 hypcap
25366 \series default
25367  for all float types but this is not recommended for stability reasons.
25368  For more information, have a look at 
25369 \series bold
25370 hypcap
25371 \series default
25372 's manual 
25373 \begin_inset CommandInset citation
25374 LatexCommand cite
25375 key "hypcap"
25376
25377 \end_inset
25378
25379 .
25380 \end_layout
25381
25382 \begin_layout Standard
25383 \begin_inset Note Greyedout
25384 status open
25385
25386 \begin_layout Plain Layout
25387
25388 \series bold
25389 Note:
25390 \series default
25391  
25392 \series bold
25393 hypcap
25394 \series default
25395  has no effect on references to subfigures.
25396 \end_layout
25397
25398 \end_inset
25399
25400
25401 \end_layout
25402
25403 \begin_layout Section
25404 Float Placement
25405 \begin_inset CommandInset label
25406 LatexCommand label
25407 name "sec:Float-Placement"
25408
25409 \end_inset
25410
25411
25412 \begin_inset Index idx
25413 status collapsed
25414
25415 \begin_layout Plain Layout
25416 Floats ! Placement
25417 \end_layout
25418
25419 \end_inset
25420
25421
25422 \end_layout
25423
25424 \begin_layout Standard
25425 Right-clicking on a float-box and clicking on 
25426 \family sans
25427 Settings
25428 \family default
25429  opens a dialog where you can alter the placement options that LaTeX uses
25430  for positioning the float.
25431 \begin_inset Newline newline
25432 \end_inset
25433
25434 The option 
25435 \family sans
25436 Span
25437 \begin_inset space ~
25438 \end_inset
25439
25440 columns
25441 \family default
25442  is only useful for two-column documents: If you select it, the float will
25443  span both columns on the page instead of being confined to just one.
25444 \begin_inset Newline newline
25445 \end_inset
25446
25447 The option 
25448 \family sans
25449 Rotate
25450 \begin_inset space ~
25451 \end_inset
25452
25453 sideways
25454 \family default
25455  is used to rotate floats, see section 
25456 \begin_inset CommandInset ref
25457 LatexCommand ref
25458 reference "sec:Rotated-Floats"
25459
25460 \end_inset
25461
25462 .
25463 \end_layout
25464
25465 \begin_layout Standard
25466 You can use one or more of the following options in the float dialog to
25467  set the placement for a particular float when you uncheck the option 
25468 \family sans
25469 Use
25470 \begin_inset space ~
25471 \end_inset
25472
25473 default
25474 \begin_inset space ~
25475 \end_inset
25476
25477 placement
25478 \family default
25479 :
25480 \end_layout
25481
25482 \begin_layout Description
25483 Here
25484 \begin_inset space ~
25485 \end_inset
25486
25487 if
25488 \begin_inset space ~
25489 \end_inset
25490
25491 possible try to place the float on the position where it has been inserted
25492 \end_layout
25493
25494 \begin_layout Description
25495 Top
25496 \begin_inset space ~
25497 \end_inset
25498
25499 of
25500 \begin_inset space ~
25501 \end_inset
25502
25503 page try to place the float at the top of the current page
25504 \end_layout
25505
25506 \begin_layout Description
25507 Bottom
25508 \begin_inset space ~
25509 \end_inset
25510
25511 of
25512 \begin_inset space ~
25513 \end_inset
25514
25515 page try to place the float at the bottom of the current page
25516 \end_layout
25517
25518 \begin_layout Description
25519 Page
25520 \begin_inset space ~
25521 \end_inset
25522
25523 of
25524 \begin_inset space ~
25525 \end_inset
25526
25527 floats try to place the float on its own page
25528 \end_layout
25529
25530 \begin_layout Standard
25531 The order of the above option is 
25532 \emph on
25533 always
25534 \emph default
25535  used by LaTeX.
25536  That means, if you use the default placement, LaTeX will first try out
25537  
25538 \family sans
25539 Here
25540 \begin_inset space ~
25541 \end_inset
25542
25543 if
25544 \begin_inset space ~
25545 \end_inset
25546
25547 possible
25548 \family default
25549 , then 
25550 \family sans
25551 Top
25552 \begin_inset space ~
25553 \end_inset
25554
25555 of
25556 \begin_inset space ~
25557 \end_inset
25558
25559 page
25560 \family default
25561 , and then the others.
25562  If you do not use the default, LaTeX will try only the checked options
25563  but in the same order.
25564  If none of the 4
25565 \begin_inset space ~
25566 \end_inset
25567
25568 placements is possible the procedure is internally repeated trying to put
25569  the float on the following page.
25570 \end_layout
25571
25572 \begin_layout Standard
25573 By default, each option has its own rules:
25574 \end_layout
25575
25576 \begin_layout Labeling
25577 \labelwidthstring 00.00.0000
25578
25579 \family sans
25580 Top
25581 \begin_inset space ~
25582 \end_inset
25583
25584 of
25585 \begin_inset space ~
25586 \end_inset
25587
25588 page
25589 \family default
25590  only floats occupying less than 70
25591 \begin_inset space \thinspace{}
25592 \end_inset
25593
25594 % of the page can be placed at the top of a page (
25595 \series bold
25596
25597 \backslash
25598 topfraction
25599 \series default
25600 )
25601 \end_layout
25602
25603 \begin_layout Labeling
25604 \labelwidthstring 00.00.0000
25605
25606 \family sans
25607 Bottom
25608 \begin_inset space ~
25609 \end_inset
25610
25611 of
25612 \begin_inset space ~
25613 \end_inset
25614
25615 page
25616 \family default
25617 : only floats occupying less than 30
25618 \begin_inset space \thinspace{}
25619 \end_inset
25620
25621 % of the page can be placed at the bottom of a page.
25622  (
25623 \series bold
25624
25625 \backslash
25626 bottomfraction
25627 \series default
25628 )
25629 \end_layout
25630
25631 \begin_layout Labeling
25632 \labelwidthstring 00.00.0000
25633
25634 \family sans
25635 Page
25636 \begin_inset space ~
25637 \end_inset
25638
25639 of
25640 \begin_inset space ~
25641 \end_inset
25642
25643 floats
25644 \family default
25645 : only if more than 50
25646 \begin_inset space \thinspace{}
25647 \end_inset
25648
25649 % of the page is occupied by floats, several floats can be set together
25650  on a page.
25651  (
25652 \series bold
25653
25654 \backslash
25655 floatpagefraction
25656 \series default
25657 )
25658 \end_layout
25659
25660 \begin_layout Standard
25661 If you don't like these rules, you can ignore them by using the additional
25662  option 
25663 \family sans
25664 Ignore
25665 \begin_inset space ~
25666 \end_inset
25667
25668 LaTeX
25669 \begin_inset space ~
25670 \end_inset
25671
25672 rules
25673 \family default
25674 .
25675 \begin_inset Newline newline
25676 \end_inset
25677
25678 You can also redefine the rules with LaTeX-commands that are given in parenthese
25679 s after the rules description above.
25680  To increase for example the often too small default of the bottom-rule
25681  to 50
25682 \begin_inset space \thinspace{}
25683 \end_inset
25684
25685 % of the page, add this line to your document preamble:
25686 \end_layout
25687
25688 \begin_layout Standard
25689
25690 \series bold
25691
25692 \backslash
25693 renewcommand{
25694 \backslash
25695 bottomfraction}{0.5}
25696 \end_layout
25697
25698 \begin_layout Standard
25699 Sometimes you might need, under all circumstances, a float to be placed
25700  exactly at the position where it is inserted.
25701  For this case you can use the option 
25702 \family sans
25703 Here
25704 \begin_inset space ~
25705 \end_inset
25706
25707 definitely
25708 \family default
25709 .
25710  Use this option very rarely and only if the document is almost ready to
25711  be printed, because the float is then no longer able to 
25712 \begin_inset Quotes eld
25713 \end_inset
25714
25715 float
25716 \begin_inset Quotes erd
25717 \end_inset
25718
25719  when you change your document and this will often destroy the page layout.
25720 \end_layout
25721
25722 \begin_layout Standard
25723 There are no placement options for text wrap floats, because they are always
25724  surrounded by the text of a certain paragraph.
25725 \begin_inset VSpace bigskip
25726 \end_inset
25727
25728
25729 \end_layout
25730
25731 \begin_layout Standard
25732 Sometimes you have the problem that a float is placed at the top of a page
25733  while its corresponding section starts at the middle of the page, so that
25734  the reader could think the float is part of the previous section.
25735  To avoid this the LaTeX-command 
25736 \series bold
25737
25738 \backslash
25739 suppressfloats
25740 \series default
25741  can be used.
25742  It suppresses a given float placement for the page where it is inserted
25743  and can therefore be used to avoid floats being set before a section starts.
25744  To get this, add these commands to your document preamble:
25745 \end_layout
25746
25747 \begin_layout Standard
25748
25749 \series bold
25750
25751 \backslash
25752 let
25753 \backslash
25754 mySection
25755 \backslash
25756 section
25757 \begin_inset Newline newline
25758 \end_inset
25759
25760
25761 \backslash
25762 renewcommand{
25763 \backslash
25764 section}{
25765 \backslash
25766 suppressfloats[t]
25767 \backslash
25768 mySection}
25769 \end_layout
25770
25771 \begin_layout Standard
25772 You can define the same for all section headings, like chapters and subsections.
25773  This definition is not recommended to be used for small text parts like
25774  subsubsections because LaTeX may then have problems finding a suitable
25775  placement.
25776 \end_layout
25777
25778 \begin_layout Standard
25779 \begin_inset VSpace bigskip
25780 \end_inset
25781
25782 In some cases it is required to have all figures/tables at the end of the
25783  document.
25784  For this purpose the LaTeX-package 
25785 \series bold
25786 endfloat
25787 \series default
25788
25789 \begin_inset Index idx
25790 status collapsed
25791
25792 \begin_layout Plain Layout
25793 LaTeX-packages ! endfloat
25794 \end_layout
25795
25796 \end_inset
25797
25798  was developed.
25799  It puts all figure and table floats at the end of the document into their
25800  own sections.
25801  At the original float position a text hint like 
25802 \begin_inset Quotes eld
25803 \end_inset
25804
25805
25806 \family sans
25807 [Figure
25808 \begin_inset space ~
25809 \end_inset
25810
25811 3.2 about here.]
25812 \family default
25813
25814 \begin_inset Quotes erd
25815 \end_inset
25816
25817  is inserted.
25818  The endfloat-package is loaded in the preamble with the line
25819 \end_layout
25820
25821 \begin_layout Standard
25822
25823 \series bold
25824
25825 \backslash
25826 usepackage[options]{endfloat}
25827 \end_layout
25828
25829 \begin_layout Standard
25830 There are various package options to format the created figure/table sections.
25831  For more information we refer you to the 
25832 \series bold
25833 endfloat
25834 \series default
25835  documentation 
25836 \begin_inset CommandInset citation
25837 LatexCommand cite
25838 key "endfloat"
25839
25840 \end_inset
25841
25842 .
25843 \begin_inset Newline newline
25844 \end_inset
25845
25846
25847 \begin_inset Note Greyedout
25848 status open
25849
25850 \begin_layout Plain Layout
25851
25852 \series bold
25853 Note: endfloat
25854 \series default
25855  doesn't provide an automatic translation for the text hint, you have to
25856  do this manually, see section
25857 \begin_inset space ~
25858 \end_inset
25859
25860 4 in 
25861 \begin_inset CommandInset citation
25862 LatexCommand cite
25863 key "endfloat"
25864
25865 \end_inset
25866
25867 .
25868 \end_layout
25869
25870 \end_inset
25871
25872
25873 \begin_inset Newline newline
25874 \end_inset
25875
25876
25877 \begin_inset Note Greyedout
25878 status open
25879
25880 \begin_layout Plain Layout
25881
25882 \series bold
25883 Note:
25884 \series default
25885  There is currently a bug in 
25886 \series bold
25887 endfloat
25888 \series default
25889  when the caption contains a German 
25890 \begin_inset Quotes eld
25891 \end_inset
25892
25893 ß
25894 \begin_inset Quotes erd
25895 \end_inset
25896
25897 .
25898  Use in this case the command 
25899 \begin_inset Quotes eld
25900 \end_inset
25901
25902
25903 \series bold
25904
25905 \backslash
25906 ss
25907 \series default
25908
25909 \begin_inset Quotes erd
25910 \end_inset
25911
25912  in TeX-Code instead of 
25913 \begin_inset Quotes eld
25914 \end_inset
25915
25916 ß
25917 \begin_inset Quotes erd
25918 \end_inset
25919
25920 .
25921 \end_layout
25922
25923 \end_inset
25924
25925
25926 \end_layout
25927
25928 \begin_layout Standard
25929 \begin_inset VSpace bigskip
25930 \end_inset
25931
25932 For more details about float placements, have a look at LaTeX books, 
25933 \begin_inset CommandInset citation
25934 LatexCommand cite
25935 key "latexcompanion,latexguide,latexbook"
25936
25937 \end_inset
25938
25939 .
25940 \end_layout
25941
25942 \begin_layout Section
25943 Rotated Floats
25944 \begin_inset CommandInset label
25945 LatexCommand label
25946 name "sec:Rotated-Floats"
25947
25948 \end_inset
25949
25950
25951 \begin_inset Index idx
25952 status collapsed
25953
25954 \begin_layout Plain Layout
25955 Floats ! Rotating
25956 \end_layout
25957
25958 \end_inset
25959
25960
25961 \end_layout
25962
25963 \begin_layout Standard
25964 Especially for wide tables you might have floats rotated.
25965  To rotate a whole float including the caption, right-click on the float-box
25966  and use the option 
25967 \family sans
25968 Rotate
25969 \begin_inset space ~
25970 \end_inset
25971
25972 sideways
25973 \family default
25974 .
25975 \end_layout
25976
25977 \begin_layout Standard
25978 Rotated floats are always placed on a page of their own (or column of their
25979  own; in case you have a multi-column document).
25980  You can let them span several columns using the float settings option 
25981 \family sans
25982 Span
25983 \begin_inset space ~
25984 \end_inset
25985
25986 columns
25987 \family default
25988 .
25989  Floats are rotated so that you can read them from the outside margin.
25990  To force a certain rotation direction for all pages, you can add either
25991  the option 
25992 \series bold
25993 figuresleft
25994 \series default
25995  or 
25996 \series bold
25997 figuresright
25998 \series default
25999  to the document class options.
26000 \end_layout
26001
26002 \begin_layout Standard
26003 Referencing rotated floats is the same as for normal floats, the caption
26004  format is also the same: Table
26005 \begin_inset space ~
26006 \end_inset
26007
26008
26009 \begin_inset CommandInset ref
26010 LatexCommand ref
26011 reference "tab:Rotated-table"
26012
26013 \end_inset
26014
26015  is an example of a rotated table float.
26016 \end_layout
26017
26018 \begin_layout Standard
26019 \begin_inset Note Greyedout
26020 status open
26021
26022 \begin_layout Plain Layout
26023
26024 \series bold
26025 Note:
26026 \series default
26027  Not all DVI-viewers are able to display rotated floats.
26028 \end_layout
26029
26030 \end_inset
26031
26032
26033 \end_layout
26034
26035 \begin_layout Standard
26036 \begin_inset Float table
26037 wide false
26038 sideways true
26039 status open
26040
26041 \begin_layout Plain Layout
26042 \begin_inset Caption Standard
26043
26044 \begin_layout Plain Layout
26045 \begin_inset CommandInset label
26046 LatexCommand label
26047 name "tab:Rotated-table"
26048
26049 \end_inset
26050
26051  Rotated table
26052 \end_layout
26053
26054 \end_inset
26055
26056
26057 \end_layout
26058
26059 \begin_layout Plain Layout
26060 \align center
26061 \begin_inset Tabular
26062 <lyxtabular version="3" rows="1" columns="5">
26063 <features rotate="0" tabularvalignment="middle">
26064 <column alignment="center" valignment="top">
26065 <column alignment="center" valignment="top">
26066 <column alignment="center" valignment="top">
26067 <column alignment="center" valignment="top">
26068 <column alignment="center" valignment="top">
26069 <row>
26070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26071 \begin_inset Text
26072
26073 \begin_layout Plain Layout
26074 test
26075 \end_layout
26076
26077 \end_inset
26078 </cell>
26079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26080 \begin_inset Text
26081
26082 \begin_layout Plain Layout
26083 b
26084 \end_layout
26085
26086 \end_inset
26087 </cell>
26088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26089 \begin_inset Text
26090
26091 \begin_layout Plain Layout
26092 c
26093 \end_layout
26094
26095 \end_inset
26096 </cell>
26097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26098 \begin_inset Text
26099
26100 \begin_layout Plain Layout
26101 d
26102 \end_layout
26103
26104 \end_inset
26105 </cell>
26106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26107 \begin_inset Text
26108
26109 \begin_layout Plain Layout
26110 e
26111 \end_layout
26112
26113 \end_inset
26114 </cell>
26115 </row>
26116 </lyxtabular>
26117
26118 \end_inset
26119
26120
26121 \end_layout
26122
26123 \end_inset
26124
26125
26126 \end_layout
26127
26128 \begin_layout Section
26129 Subfloats
26130 \begin_inset Index idx
26131 status collapsed
26132
26133 \begin_layout Plain Layout
26134 Floats ! Subfloats
26135 \end_layout
26136
26137 \end_inset
26138
26139
26140 \end_layout
26141
26142 \begin_layout Standard
26143 Subfloats are for example used when a figure consists of several images.
26144  They are created by inserting a float into an existing float.
26145  The placement of the subfloats can be controlled in the same way as for
26146  paragraphs as shown in table
26147 \begin_inset space ~
26148 \end_inset
26149
26150
26151 \begin_inset CommandInset ref
26152 LatexCommand ref
26153 reference "tab:Two-subtables-side"
26154
26155 \end_inset
26156
26157  and 
26158 \begin_inset CommandInset ref
26159 LatexCommand ref
26160 reference "tab:Two-subtables-upon"
26161
26162 \end_inset
26163
26164 .
26165 \end_layout
26166
26167 \begin_layout Standard
26168 Referencing subfloats works as for normal floats: Table
26169 \begin_inset space ~
26170 \end_inset
26171
26172
26173 \begin_inset CommandInset ref
26174 LatexCommand ref
26175 reference "tab:This-is-subtable-a"
26176
26177 \end_inset
26178
26179  and 
26180 \begin_inset CommandInset ref
26181 LatexCommand ref
26182 reference "tab:This-is-subtable-b"
26183
26184 \end_inset
26185
26186  are subtables of table
26187 \begin_inset space ~
26188 \end_inset
26189
26190
26191 \begin_inset CommandInset ref
26192 LatexCommand ref
26193 reference "tab:Two-subtables-side"
26194
26195 \end_inset
26196
26197 .
26198 \end_layout
26199
26200 \begin_layout Standard
26201 \begin_inset Float table
26202 wide false
26203 sideways false
26204 status open
26205
26206 \begin_layout Plain Layout
26207 \begin_inset Caption Standard
26208
26209 \begin_layout Plain Layout
26210 \begin_inset CommandInset label
26211 LatexCommand label
26212 name "tab:Two-subtables-side"
26213
26214 \end_inset
26215
26216 Two subtables placed side by side.
26217 \end_layout
26218
26219 \end_inset
26220
26221
26222 \end_layout
26223
26224 \begin_layout Plain Layout
26225 \align center
26226 \begin_inset space \hfill{}
26227 \end_inset
26228
26229
26230 \begin_inset Float table
26231 wide false
26232 sideways false
26233 status collapsed
26234
26235 \begin_layout Plain Layout
26236 \begin_inset Caption Standard
26237
26238 \begin_layout Plain Layout
26239 \begin_inset CommandInset label
26240 LatexCommand label
26241 name "tab:This-is-subtable-a"
26242
26243 \end_inset
26244
26245 This is subtable a.
26246 \end_layout
26247
26248 \end_inset
26249
26250
26251 \end_layout
26252
26253 \begin_layout Plain Layout
26254 \align center
26255 \begin_inset Tabular
26256 <lyxtabular version="3" rows="1" columns="5">
26257 <features rotate="0" tabularvalignment="middle">
26258 <column alignment="center" valignment="top">
26259 <column alignment="center" valignment="top">
26260 <column alignment="center" valignment="top">
26261 <column alignment="center" valignment="top">
26262 <column alignment="center" valignment="top">
26263 <row>
26264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26265 \begin_inset Text
26266
26267 \begin_layout Plain Layout
26268 test
26269 \end_layout
26270
26271 \end_inset
26272 </cell>
26273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26274 \begin_inset Text
26275
26276 \begin_layout Plain Layout
26277 b
26278 \end_layout
26279
26280 \end_inset
26281 </cell>
26282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26283 \begin_inset Text
26284
26285 \begin_layout Plain Layout
26286 c
26287 \end_layout
26288
26289 \end_inset
26290 </cell>
26291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26292 \begin_inset Text
26293
26294 \begin_layout Plain Layout
26295 d
26296 \end_layout
26297
26298 \end_inset
26299 </cell>
26300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26301 \begin_inset Text
26302
26303 \begin_layout Plain Layout
26304 e
26305 \end_layout
26306
26307 \end_inset
26308 </cell>
26309 </row>
26310 </lyxtabular>
26311
26312 \end_inset
26313
26314
26315 \end_layout
26316
26317 \end_inset
26318
26319
26320 \begin_inset space \hfill{}
26321 \end_inset
26322
26323
26324 \begin_inset Float table
26325 wide false
26326 sideways false
26327 status collapsed
26328
26329 \begin_layout Plain Layout
26330 \begin_inset Caption Standard
26331
26332 \begin_layout Plain Layout
26333 \begin_inset CommandInset label
26334 LatexCommand label
26335 name "tab:This-is-subtable-b"
26336
26337 \end_inset
26338
26339 This is subtable b.
26340 \end_layout
26341
26342 \end_inset
26343
26344
26345 \end_layout
26346
26347 \begin_layout Plain Layout
26348 \align center
26349 \begin_inset Tabular
26350 <lyxtabular version="3" rows="1" columns="5">
26351 <features rotate="0" tabularvalignment="middle">
26352 <column alignment="center" valignment="top">
26353 <column alignment="center" valignment="top">
26354 <column alignment="center" valignment="top">
26355 <column alignment="center" valignment="top">
26356 <column alignment="center" valignment="top">
26357 <row>
26358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26359 \begin_inset Text
26360
26361 \begin_layout Plain Layout
26362 e
26363 \end_layout
26364
26365 \end_inset
26366 </cell>
26367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26368 \begin_inset Text
26369
26370 \begin_layout Plain Layout
26371 d
26372 \end_layout
26373
26374 \end_inset
26375 </cell>
26376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26377 \begin_inset Text
26378
26379 \begin_layout Plain Layout
26380 c
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26386 \begin_inset Text
26387
26388 \begin_layout Plain Layout
26389 b
26390 \end_layout
26391
26392 \end_inset
26393 </cell>
26394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26395 \begin_inset Text
26396
26397 \begin_layout Plain Layout
26398 test
26399 \end_layout
26400
26401 \end_inset
26402 </cell>
26403 </row>
26404 </lyxtabular>
26405
26406 \end_inset
26407
26408
26409 \end_layout
26410
26411 \end_inset
26412
26413
26414 \begin_inset space \hfill{}
26415 \end_inset
26416
26417
26418 \end_layout
26419
26420 \end_inset
26421
26422
26423 \end_layout
26424
26425 \begin_layout Standard
26426 \begin_inset Float table
26427 wide false
26428 sideways false
26429 status open
26430
26431 \begin_layout Plain Layout
26432 \begin_inset Caption Standard
26433
26434 \begin_layout Plain Layout
26435 \begin_inset CommandInset label
26436 LatexCommand label
26437 name "tab:Two-subtables-upon"
26438
26439 \end_inset
26440
26441 Two subtables placed one above the other.
26442  (a) table with 4 cells, (b) table with 5 cells.
26443 \end_layout
26444
26445 \end_inset
26446
26447
26448 \end_layout
26449
26450 \begin_layout Plain Layout
26451 \align center
26452 \begin_inset Float table
26453 wide false
26454 sideways false
26455 status collapsed
26456
26457 \begin_layout Plain Layout
26458 \begin_inset Caption Standard
26459
26460 \begin_layout Plain Layout
26461
26462 \end_layout
26463
26464 \end_inset
26465
26466
26467 \end_layout
26468
26469 \begin_layout Plain Layout
26470 \align center
26471 \begin_inset Tabular
26472 <lyxtabular version="3" rows="1" columns="4">
26473 <features rotate="0" tabularvalignment="middle">
26474 <column alignment="center" valignment="top">
26475 <column alignment="center" valignment="top">
26476 <column alignment="center" valignment="top">
26477 <column alignment="center" valignment="top">
26478 <row>
26479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26480 \begin_inset Text
26481
26482 \begin_layout Plain Layout
26483 test
26484 \end_layout
26485
26486 \end_inset
26487 </cell>
26488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26489 \begin_inset Text
26490
26491 \begin_layout Plain Layout
26492 test
26493 \end_layout
26494
26495 \end_inset
26496 </cell>
26497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26498 \begin_inset Text
26499
26500 \begin_layout Plain Layout
26501 test
26502 \end_layout
26503
26504 \end_inset
26505 </cell>
26506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26507 \begin_inset Text
26508
26509 \begin_layout Plain Layout
26510 test
26511 \end_layout
26512
26513 \end_inset
26514 </cell>
26515 </row>
26516 </lyxtabular>
26517
26518 \end_inset
26519
26520
26521 \end_layout
26522
26523 \end_inset
26524
26525
26526 \end_layout
26527
26528 \begin_layout Plain Layout
26529 \align center
26530 \begin_inset Float table
26531 wide false
26532 sideways false
26533 status collapsed
26534
26535 \begin_layout Plain Layout
26536 \begin_inset Caption Standard
26537
26538 \begin_layout Plain Layout
26539
26540 \end_layout
26541
26542 \end_inset
26543
26544
26545 \end_layout
26546
26547 \begin_layout Plain Layout
26548 \align center
26549 \begin_inset Tabular
26550 <lyxtabular version="3" rows="1" columns="5">
26551 <features rotate="0" tabularvalignment="middle">
26552 <column alignment="center" valignment="top">
26553 <column alignment="center" valignment="top">
26554 <column alignment="center" valignment="top">
26555 <column alignment="center" valignment="top">
26556 <column alignment="center" valignment="top">
26557 <row>
26558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26559 \begin_inset Text
26560
26561 \begin_layout Plain Layout
26562 a
26563 \end_layout
26564
26565 \end_inset
26566 </cell>
26567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26568 \begin_inset Text
26569
26570 \begin_layout Plain Layout
26571 b
26572 \end_layout
26573
26574 \end_inset
26575 </cell>
26576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26577 \begin_inset Text
26578
26579 \begin_layout Plain Layout
26580 c
26581 \end_layout
26582
26583 \end_inset
26584 </cell>
26585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26586 \begin_inset Text
26587
26588 \begin_layout Plain Layout
26589 d
26590 \end_layout
26591
26592 \end_inset
26593 </cell>
26594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26595 \begin_inset Text
26596
26597 \begin_layout Plain Layout
26598 e
26599 \end_layout
26600
26601 \end_inset
26602 </cell>
26603 </row>
26604 </lyxtabular>
26605
26606 \end_inset
26607
26608
26609 \end_layout
26610
26611 \end_inset
26612
26613
26614 \end_layout
26615
26616 \end_inset
26617
26618
26619 \end_layout
26620
26621 \begin_layout Section
26622 Floats Side by Side
26623 \begin_inset Index idx
26624 status collapsed
26625
26626 \begin_layout Plain Layout
26627 Floats ! Side by side
26628 \end_layout
26629
26630 \end_inset
26631
26632
26633 \end_layout
26634
26635 \begin_layout Standard
26636 To place floats side by side, as in Figures
26637 \begin_inset space ~
26638 \end_inset
26639
26640
26641 \begin_inset CommandInset ref
26642 LatexCommand ref
26643 reference "fig:Float-left"
26644
26645 \end_inset
26646
26647  and 
26648 \begin_inset CommandInset ref
26649 LatexCommand ref
26650 reference "fig:Float-right"
26651
26652 \end_inset
26653
26654 , only 
26655 \emph on
26656 one
26657 \emph default
26658  float is used.
26659  In it two minipage boxes are inserted.
26660 \begin_inset Foot
26661 status collapsed
26662
26663 \begin_layout Plain Layout
26664 Minipages are explained in section
26665 \begin_inset space ~
26666 \end_inset
26667
26668
26669 \begin_inset CommandInset ref
26670 LatexCommand ref
26671 reference "sec:Minipages"
26672
26673 \end_inset
26674
26675 .
26676 \end_layout
26677
26678 \end_inset
26679
26680  The width is set to 45
26681 \begin_inset space \thinspace{}
26682 \end_inset
26683
26684 -50
26685 \begin_inset space \thinspace{}
26686 \end_inset
26687
26688 column% and the box alignment to 
26689 \family sans
26690 Bottom
26691 \family default
26692  for each minipage.
26693  The minipage boxes contain the image and the caption in the same way as
26694  they are in a float.
26695  The only difference is that the image unit 
26696 \family sans
26697 Column
26698 \begin_inset space ~
26699 \end_inset
26700
26701 Width
26702 \begin_inset space ~
26703 \end_inset
26704
26705 %
26706 \family default
26707  is now calculated according to the width of the minipage boxes.
26708 \end_layout
26709
26710 \begin_layout Standard
26711 \begin_inset Float figure
26712 wide false
26713 sideways false
26714 status open
26715
26716 \begin_layout Plain Layout
26717 \begin_inset Box Frameless
26718 position "b"
26719 hor_pos "c"
26720 has_inner_box 1
26721 inner_pos "t"
26722 use_parbox 0
26723 use_makebox 0
26724 width "45col%"
26725 special "none"
26726 height "1in"
26727 height_special "totalheight"
26728 status open
26729
26730 \begin_layout Plain Layout
26731 \align center
26732 \begin_inset Graphics
26733         filename clipart/mobius.eps
26734         lyxscale 50
26735         width 100col%
26736         scaleBeforeRotation
26737
26738 \end_inset
26739
26740
26741 \end_layout
26742
26743 \begin_layout Plain Layout
26744 \begin_inset Caption Standard
26745
26746 \begin_layout Plain Layout
26747 \begin_inset CommandInset label
26748 LatexCommand label
26749 name "fig:Float-left"
26750
26751 \end_inset
26752
26753 Float on the left side.
26754 \end_layout
26755
26756 \end_inset
26757
26758
26759 \end_layout
26760
26761 \end_inset
26762
26763
26764 \begin_inset space \hfill{}
26765 \end_inset
26766
26767
26768 \begin_inset Box Frameless
26769 position "b"
26770 hor_pos "c"
26771 has_inner_box 1
26772 inner_pos "t"
26773 use_parbox 0
26774 use_makebox 0
26775 width "45col%"
26776 special "none"
26777 height "1in"
26778 height_special "totalheight"
26779 status open
26780
26781 \begin_layout Plain Layout
26782 \align center
26783 \begin_inset Graphics
26784         filename clipart/platypus.eps
26785         lyxscale 50
26786         width 100col%
26787         scaleBeforeRotation
26788
26789 \end_inset
26790
26791
26792 \end_layout
26793
26794 \begin_layout Plain Layout
26795 \begin_inset Caption Standard
26796
26797 \begin_layout Plain Layout
26798 \begin_inset CommandInset label
26799 LatexCommand label
26800 name "fig:Float-right"
26801
26802 \end_inset
26803
26804 Float on the right side.
26805 \end_layout
26806
26807 \end_inset
26808
26809
26810 \end_layout
26811
26812 \end_inset
26813
26814
26815 \end_layout
26816
26817 \begin_layout Plain Layout
26818
26819 \end_layout
26820
26821 \end_inset
26822
26823
26824 \end_layout
26825
26826 \begin_layout Section
26827 Caption Formatting
26828 \begin_inset Index idx
26829 status collapsed
26830
26831 \begin_layout Plain Layout
26832 Caption ! Formatting
26833 \end_layout
26834
26835 \end_inset
26836
26837
26838 \begin_inset Index idx
26839 status collapsed
26840
26841 \begin_layout Plain Layout
26842 Floats ! Caption Formatting
26843 \end_layout
26844
26845 \end_inset
26846
26847
26848 \begin_inset CommandInset label
26849 LatexCommand label
26850 name "sec:Caption-Formatting"
26851
26852 \end_inset
26853
26854
26855 \end_layout
26856
26857 \begin_layout Standard
26858 The 
26859 \family sans
26860 Caption
26861 \family default
26862  environment is the default paragraph environment for 
26863 \family sans
26864 Floats
26865 \family default
26866 .
26867  On the LyX screen captions appear as a label, e.
26868 \begin_inset space \thinspace{}
26869 \end_inset
26870
26871 g.
26872 \begin_inset space \space{}
26873 \end_inset
26874
26875
26876 \begin_inset Quotes eld
26877 \end_inset
26878
26879
26880 \family sans
26881 Figure #:
26882 \family default
26883
26884 \begin_inset Quotes erd
26885 \end_inset
26886
26887  followed by the caption text.
26888  
26889 \begin_inset Quotes eld
26890 \end_inset
26891
26892 #
26893 \begin_inset Quotes erd
26894 \end_inset
26895
26896  is the actual reference number.
26897  By default the label and the number are in the same font as the caption
26898  text and a colon follows the number to divide the label from the text.
26899  This caption format is 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 use no explicit width.
34137 \end_layout
34138
34139 \begin_layout Standard
34140 This is the result:
34141 \end_layout
34142
34143 \begin_layout Standard
34144 This line is an example to show how you can prevent the hyphenation of 
34145 \begin_inset Box Frameless
34146 position "t"
34147 hor_pos "c"
34148 has_inner_box 1
34149 inner_pos "t"
34150 use_parbox 0
34151 use_makebox 1
34152 width ""
34153 special "none"
34154 height "1in"
34155 height_special "totalheight"
34156 status open
34157
34158 \begin_layout Plain Layout
34159 \begin_inset Quotes eld
34160 \end_inset
34161
34162 veryverylongword
34163 \begin_inset Quotes erd
34164 \end_inset
34165
34166
34167 \end_layout
34168
34169 \end_inset
34170
34171 .
34172 \end_layout
34173
34174 \begin_layout Standard
34175 You can alternatively set the command 
34176 \begin_inset Quotes eld
34177 \end_inset
34178
34179
34180 \series bold
34181
34182 \backslash
34183 -
34184 \series default
34185
34186 \begin_inset Quotes grd
34187 \end_inset
34188
34189  as TeX-Code directly before the word:
34190 \end_layout
34191
34192 \begin_layout Standard
34193 This line is an example to show how you can prevent the hyphenation of 
34194 \begin_inset Quotes eld
34195 \end_inset
34196
34197
34198 \begin_inset ERT
34199 status collapsed
34200
34201 \begin_layout Plain Layout
34202
34203
34204 \backslash
34205 -
34206 \end_layout
34207
34208 \end_inset
34209
34210 veryverylongword
34211 \begin_inset Quotes erd
34212 \end_inset
34213
34214 .
34215 \end_layout
34216
34217 \begin_layout Standard
34218 Of course the word now protrudes over the side margin.
34219  To avoid this, add via the menu 
34220 \family sans
34221 Insert\SpecialChar \menuseparator
34222 Formatting\SpecialChar \menuseparator
34223 Ragged
34224 \begin_inset space ~
34225 \end_inset
34226
34227 Line
34228 \begin_inset space ~
34229 \end_inset
34230
34231 Break
34232 \family default
34233  (shortcut 
34234 \begin_inset Info
34235 type  "shortcut"
34236 arg   "newline-insert newline"
34237 \end_inset
34238
34239 ) a line break before the word:
34240 \end_layout
34241
34242 \begin_layout Standard
34243 This line is an example to show how you can prevent the hyphenation of 
34244 \begin_inset Newline newline
34245 \end_inset
34246
34247
34248 \begin_inset Box Frameless
34249 position "t"
34250 hor_pos "c"
34251 has_inner_box 1
34252 inner_pos "t"
34253 use_parbox 0
34254 use_makebox 1
34255 width ""
34256 special "none"
34257 height "1in"
34258 height_special "totalheight"
34259 status open
34260
34261 \begin_layout Plain Layout
34262 \begin_inset Quotes eld
34263 \end_inset
34264
34265 veryverylongword
34266 \begin_inset Quotes erd
34267 \end_inset
34268
34269
34270 \end_layout
34271
34272 \end_inset
34273
34274 .
34275 \end_layout
34276
34277 \begin_layout Subsection
34278 Vertical Alignment
34279 \begin_inset CommandInset label
34280 LatexCommand label
34281 name "sub:Vertical-Alignment"
34282
34283 \end_inset
34284
34285
34286 \begin_inset Index idx
34287 status collapsed
34288
34289 \begin_layout Plain Layout
34290 Boxes ! for Vertical Alignment
34291 \end_layout
34292
34293 \end_inset
34294
34295
34296 \begin_inset Index idx
34297 status collapsed
34298
34299 \begin_layout Plain Layout
34300 Boxes ! Raiseboxes
34301 \end_layout
34302
34303 \end_inset
34304
34305
34306 \end_layout
34307
34308 \begin_layout Standard
34309 With the help of the command 
34310 \series bold
34311
34312 \backslash
34313 raisebox
34314 \series default
34315  you can align words, characters or other boxes vertically relative to the
34316  surrounding text.
34317  
34318 \series bold
34319
34320 \backslash
34321 raisebox
34322 \series default
34323  is used with the following scheme:
34324 \end_layout
34325
34326 \begin_layout Standard
34327
34328 \series bold
34329
34330 \backslash
34331 raisebox{lift}[height][depth]{box content}
34332 \end_layout
34333
34334 \begin_layout Standard
34335 The lift can be a positive value to raise the box or a negative value to
34336  lower the box.
34337 \end_layout
34338
34339 \begin_layout Standard
34340 To align for example the word 
34341 \begin_inset Quotes eld
34342 \end_inset
34343
34344 preventing
34345 \begin_inset Quotes erd
34346 \end_inset
34347
34348  so that the bottom of the 
34349 \begin_inset Quotes eld
34350 \end_inset
34351
34352 deepest
34353 \begin_inset Quotes erd
34354 \end_inset
34355
34356  character 
34357 \begin_inset Quotes eld
34358 \end_inset
34359
34360 p
34361 \begin_inset Quotes erd
34362 \end_inset
34363
34364  is at the baseline, insert the command
34365 \end_layout
34366
34367 \begin_layout Standard
34368
34369 \series bold
34370
34371 \backslash
34372 raisebox{
34373 \backslash
34374 depth}{
34375 \end_layout
34376
34377 \begin_layout Standard
34378 in TeX-Code before the word.
34379  After the word insert a closing brace 
34380 \begin_inset Quotes eld
34381 \end_inset
34382
34383
34384 \series bold
34385 }
34386 \series default
34387
34388 \begin_inset Quotes erd
34389 \end_inset
34390
34391  in TeX-Code.
34392 \begin_inset Newline newline
34393 \end_inset
34394
34395 This is the result:
34396 \end_layout
34397
34398 \begin_layout Standard
34399 This is a text line with the word 
34400 \begin_inset ERT
34401 status collapsed
34402
34403 \begin_layout Plain Layout
34404
34405
34406 \backslash
34407 raisebox{
34408 \backslash
34409 depth}{
34410 \end_layout
34411
34412 \end_inset
34413
34414
34415 \begin_inset Quotes eld
34416 \end_inset
34417
34418 preventing
34419 \begin_inset Quotes erd
34420 \end_inset
34421
34422
34423 \begin_inset ERT
34424 status collapsed
34425
34426 \begin_layout Plain Layout
34427
34428 }
34429 \end_layout
34430
34431 \end_inset
34432
34433  as a raised word.
34434 \end_layout
34435
34436 \begin_layout Standard
34437 \begin_inset VSpace bigskip
34438 \end_inset
34439
34440 When you raise or lower characters in a line, the line distance will be
34441  spread:
34442 \end_layout
34443
34444 \begin_layout Standard
34445 This is a text line with the word 
34446 \begin_inset ERT
34447 status collapsed
34448
34449 \begin_layout Plain Layout
34450
34451
34452 \backslash
34453 raisebox{-
34454 \backslash
34455 depth}{
34456 \end_layout
34457
34458 \end_inset
34459
34460
34461 \begin_inset Quotes eld
34462 \end_inset
34463
34464 preventing
34465 \begin_inset Quotes erd
34466 \end_inset
34467
34468
34469 \begin_inset ERT
34470 status collapsed
34471
34472 \begin_layout Plain Layout
34473
34474 }
34475 \end_layout
34476
34477 \end_inset
34478
34479  as a lowered word.
34480 \begin_inset Newline newline
34481 \end_inset
34482
34483 This is a text line with the word 
34484 \begin_inset ERT
34485 status collapsed
34486
34487 \begin_layout Plain Layout
34488
34489
34490 \backslash
34491 raisebox{0.5cm}{
34492 \end_layout
34493
34494 \end_inset
34495
34496
34497 \begin_inset Quotes eld
34498 \end_inset
34499
34500 testing
34501 \begin_inset Quotes erd
34502 \end_inset
34503
34504
34505 \begin_inset ERT
34506 status collapsed
34507
34508 \begin_layout Plain Layout
34509
34510 }
34511 \end_layout
34512
34513 \end_inset
34514
34515  as a raised word.
34516 \end_layout
34517
34518 \begin_layout Standard
34519 If you want to prevent this for a certain reason, set the box height to
34520  a zero value.
34521  For example use
34522 \end_layout
34523
34524 \begin_layout Standard
34525
34526 \series bold
34527
34528 \backslash
34529 raisebox{-
34530 \backslash
34531 depth}[0pt]{
34532 \end_layout
34533
34534 \begin_layout Standard
34535 This is a text line with the word 
34536 \begin_inset ERT
34537 status collapsed
34538
34539 \begin_layout Plain Layout
34540
34541
34542 \backslash
34543 raisebox{-
34544 \backslash
34545 depth}[0pt]{
34546 \end_layout
34547
34548 \end_inset
34549
34550
34551 \begin_inset Quotes eld
34552 \end_inset
34553
34554 preventing
34555 \begin_inset Quotes erd
34556 \end_inset
34557
34558
34559 \begin_inset ERT
34560 status collapsed
34561
34562 \begin_layout Plain Layout
34563
34564 }
34565 \end_layout
34566
34567 \end_inset
34568
34569  as a lowered word.
34570 \begin_inset Newline newline
34571 \end_inset
34572
34573 This is a text line with the word 
34574 \begin_inset ERT
34575 status collapsed
34576
34577 \begin_layout Plain Layout
34578
34579
34580 \backslash
34581 raisebox{0.5cm}[0pt]{
34582 \end_layout
34583
34584 \end_inset
34585
34586
34587 \begin_inset Quotes eld
34588 \end_inset
34589
34590 testing
34591 \begin_inset Quotes erd
34592 \end_inset
34593
34594
34595 \begin_inset ERT
34596 status collapsed
34597
34598 \begin_layout Plain Layout
34599
34600 }
34601 \end_layout
34602
34603 \end_inset
34604
34605  as a raised word.
34606 \end_layout
34607
34608 \begin_layout Section
34609 Colored Boxes
34610 \begin_inset CommandInset label
34611 LatexCommand label
34612 name "sec:Colored-Boxes"
34613
34614 \end_inset
34615
34616
34617 \begin_inset Index idx
34618 status collapsed
34619
34620 \begin_layout Plain Layout
34621 Boxes ! Color
34622 \end_layout
34623
34624 \end_inset
34625
34626
34627 \end_layout
34628
34629 \begin_layout Subsection
34630 Color for Text
34631 \begin_inset Index idx
34632 status collapsed
34633
34634 \begin_layout Plain Layout
34635 Color ! for Text
34636 \end_layout
34637
34638 \end_inset
34639
34640
34641 \end_layout
34642
34643 \begin_layout Standard
34644 To color the background of text the text must be put into a so called 
34645 \begin_inset Quotes eld
34646 \end_inset
34647
34648 colorbox
34649 \begin_inset Quotes erd
34650 \end_inset
34651
34652 .
34653  This requires that the LaTeX-package 
34654 \series bold
34655 color
34656 \series default
34657
34658 \begin_inset Index idx
34659 status collapsed
34660
34661 \begin_layout Plain Layout
34662 LaTeX-packages ! color
34663 \end_layout
34664
34665 \end_inset
34666
34667  is loaded in the document preamble with the command
34668 \end_layout
34669
34670 \begin_layout Standard
34671
34672 \series bold
34673
34674 \backslash
34675 @ifundefined{textcolor}
34676 \begin_inset Newline newline
34677 \end_inset
34678
34679
34680 \begin_inset Phantom HPhantom
34681 status open
34682
34683 \begin_layout Plain Layout
34684
34685 \series bold
34686 \begin_inset space ~
34687 \end_inset
34688
34689
34690 \end_layout
34691
34692 \end_inset
34693
34694 {
34695 \backslash
34696 usepackage{color}}{}
34697 \end_layout
34698
34699 \begin_layout Standard
34700 The package 
34701 \series bold
34702 color
34703 \series default
34704  will be loaded automatically by LyX when you color text.
34705 \begin_inset Foot
34706 status collapsed
34707
34708 \begin_layout Plain Layout
34709 To avoid it being loaded twice the command 
34710 \series bold
34711
34712 \backslash
34713 @ifundefined
34714 \series default
34715  is used.
34716 \end_layout
34717
34718 \end_inset
34719
34720
34721 \end_layout
34722
34723 \begin_layout Standard
34724 \begin_inset VSpace medskip
34725 \end_inset
34726
34727 Colorboxes are created with the command 
34728 \series bold
34729
34730 \backslash
34731 colorbox
34732 \series default
34733 .
34734  This will be used with the following scheme:
34735 \end_layout
34736
34737 \begin_layout Standard
34738
34739 \series bold
34740
34741 \backslash
34742 colorbox{color}{box content}
34743 \end_layout
34744
34745 \begin_layout Standard
34746 The box content can also be a box and colorboxes can also be within other
34747  boxes.
34748 \end_layout
34749
34750 \begin_layout Standard
34751 The following colors are predefined:
34752 \begin_inset Newline newline
34753 \end_inset
34754
34755
34756 \family sans
34757 black
34758 \family default
34759
34760 \family sans
34761 blue
34762 \family default
34763
34764 \family sans
34765 cyan
34766 \family default
34767 \series bold
34768 ,
34769 \series default
34770  
34771 \family sans
34772 green
34773 \family default
34774
34775 \family sans
34776 magenta
34777 \family default
34778
34779 \family sans
34780 red
34781 \family default
34782
34783 \family sans
34784 white
34785 \family default
34786 , and 
34787 \family sans
34788 yellow
34789 \family default
34790 .
34791 \begin_inset Newline newline
34792 \end_inset
34793
34794 You can also define your own color as described in section
34795 \begin_inset space ~
34796 \end_inset
34797
34798
34799 \begin_inset CommandInset ref
34800 LatexCommand ref
34801 reference "sec:Colored-Tables"
34802
34803 \end_inset
34804
34805 .
34806 \end_layout
34807
34808 \begin_layout Standard
34809 To have e.
34810 \begin_inset space \thinspace{}
34811 \end_inset
34812
34813 g.
34814 \begin_inset space \space{}
34815 \end_inset
34816
34817 a red background for a word, insert the command
34818 \end_layout
34819
34820 \begin_layout Standard
34821
34822 \series bold
34823
34824 \backslash
34825 colorbox{red}{
34826 \end_layout
34827
34828 \begin_layout Standard
34829 before the word in TeX-Code.
34830  After the word insert a closing brace 
34831 \begin_inset Quotes eld
34832 \end_inset
34833
34834
34835 \series bold
34836 }
34837 \series default
34838
34839 \begin_inset Quotes erd
34840 \end_inset
34841
34842  in TeX-Code.
34843 \begin_inset Newline newline
34844 \end_inset
34845
34846 This is the result:
34847 \end_layout
34848
34849 \begin_layout Standard
34850 This is a line where the word 
34851 \begin_inset ERT
34852 status collapsed
34853
34854 \begin_layout Plain Layout
34855
34856
34857 \backslash
34858 colorbox{red}{
34859 \end_layout
34860
34861 \end_inset
34862
34863
34864 \begin_inset Quotes eld
34865 \end_inset
34866
34867 Attention!
34868 \begin_inset Quotes erd
34869 \end_inset
34870
34871
34872 \begin_inset ERT
34873 status collapsed
34874
34875 \begin_layout Plain Layout
34876
34877 }
34878 \end_layout
34879
34880 \end_inset
34881
34882  has a red background.
34883 \end_layout
34884
34885 \begin_layout Standard
34886 \begin_inset VSpace bigskip
34887 \end_inset
34888
34889 If you would like the box frame in a different color, you can use the command
34890  
34891 \series bold
34892
34893 \backslash
34894 fcolorbox
34895 \series default
34896  with the following scheme:
34897 \end_layout
34898
34899 \begin_layout Standard
34900
34901 \series bold
34902
34903 \backslash
34904 fcolorbox{frame color}{box color}{box content}
34905 \end_layout
34906
34907 \begin_layout Standard
34908
34909 \series bold
34910
34911 \backslash
34912 fcolorbox
34913 \series default
34914  is an extension to 
34915 \series bold
34916
34917 \backslash
34918 colorbox
34919 \series default
34920 .
34921  The frame thickness and the space between the frame and the box content
34922  can be adjusted with the lengths 
34923 \series bold
34924
34925 \backslash
34926 fboxrule
34927 \series default
34928  and 
34929 \series bold
34930
34931 \backslash
34932 fboxsep
34933 \series default
34934 , respectively, as described in section
34935 \begin_inset space ~
34936 \end_inset
34937
34938
34939 \begin_inset CommandInset ref
34940 LatexCommand ref
34941 reference "sec:Decoration"
34942
34943 \end_inset
34944
34945 .
34946 \end_layout
34947
34948 \begin_layout Standard
34949 For the following example the command
34950 \end_layout
34951
34952 \begin_layout Standard
34953
34954 \series bold
34955
34956 \backslash
34957 fcolorbox{cyan}{magenta}{
34958 \end_layout
34959
34960 \begin_layout Standard
34961 was used.
34962 \end_layout
34963
34964 \begin_layout Standard
34965 Here is an example where the frame line thickness was set to 1
34966 \begin_inset space \thinspace{}
34967 \end_inset
34968
34969 mm:
34970 \begin_inset Newline newline
34971 \end_inset
34972
34973
34974 \begin_inset ERT
34975 status collapsed
34976
34977 \begin_layout Plain Layout
34978
34979
34980 \backslash
34981 fboxrule 1mm 
34982 \backslash
34983 fboxsep 1mm
34984 \end_layout
34985
34986 \end_inset
34987
34988
34989 \begin_inset ERT
34990 status collapsed
34991
34992 \begin_layout Plain Layout
34993
34994
34995 \backslash
34996 fcolorbox{cyan}{magenta}{
34997 \end_layout
34998
34999 \end_inset
35000
35001 This is text within a colored, framed box.
35002 \begin_inset ERT
35003 status collapsed
35004
35005 \begin_layout Plain Layout
35006
35007 }
35008 \end_layout
35009
35010 \end_inset
35011
35012
35013 \end_layout
35014
35015 \begin_layout Standard
35016 \begin_inset VSpace bigskip
35017 \end_inset
35018
35019 Of course you can also have colored text inside a colorbox:
35020 \begin_inset Newline newline
35021 \end_inset
35022
35023
35024 \begin_inset ERT
35025 status collapsed
35026
35027 \begin_layout Plain Layout
35028
35029
35030 \backslash
35031 fcolorbox{cyan}{magenta}{
35032 \end_layout
35033
35034 \end_inset
35035
35036
35037 \color yellow
35038 This is colored text within a colored, framed box.
35039 \color none
35040
35041 \begin_inset ERT
35042 status collapsed
35043
35044 \begin_layout Plain Layout
35045
35046 }
35047 \end_layout
35048
35049 \end_inset
35050
35051
35052 \begin_inset ERT
35053 status collapsed
35054
35055 \begin_layout Plain Layout
35056
35057
35058 \backslash
35059 fboxrule 0.4pt 
35060 \backslash
35061 fboxsep 3pt
35062 \end_layout
35063
35064 \end_inset
35065
35066
35067 \end_layout
35068
35069 \begin_layout Standard
35070 \begin_inset VSpace medskip
35071 \end_inset
35072
35073
35074 \end_layout
35075
35076 \begin_layout Standard
35077 \begin_inset Note Greyedout
35078 status open
35079
35080 \begin_layout Plain Layout
35081
35082 \series bold
35083 Note:
35084 \series default
35085  Text in colorboxes cannot have line breaks.
35086  To color multiple text lines or paragraphs, use a box inside a colorbox
35087  as described in the following.
35088 \end_layout
35089
35090 \end_inset
35091
35092
35093 \end_layout
35094
35095 \begin_layout Subsection
35096 Color for Paragraphs
35097 \begin_inset CommandInset label
35098 LatexCommand label
35099 name "sub:Color-for-Paragraphs"
35100
35101 \end_inset
35102
35103
35104 \begin_inset Index idx
35105 status collapsed
35106
35107 \begin_layout Plain Layout
35108 Color ! for Paragraphs
35109 \end_layout
35110
35111 \end_inset
35112
35113
35114 \end_layout
35115
35116 \begin_layout Standard
35117 To set the background color for more than one text line, put the text into
35118  a minipage.
35119  Before the minipage insert the 
35120 \series bold
35121
35122 \backslash
35123 colorbox
35124 \series default
35125  command
35126 \end_layout
35127
35128 \begin_layout Standard
35129
35130 \series bold
35131
35132 \backslash
35133 colorbox{color}{
35134 \end_layout
35135
35136 \begin_layout Standard
35137 in TeX-Code.
35138  After the minipage insert a closing brace 
35139 \begin_inset Quotes eld
35140 \end_inset
35141
35142
35143 \series bold
35144 }
35145 \series default
35146
35147 \begin_inset Quotes erd
35148 \end_inset
35149
35150  in TeX-Code.
35151 \end_layout
35152
35153 \begin_layout Standard
35154 \begin_inset ERT
35155 status collapsed
35156
35157 \begin_layout Plain Layout
35158
35159
35160 \backslash
35161 colorbox{lightgrey}{
35162 \end_layout
35163
35164 \end_inset
35165
35166
35167 \begin_inset Box Frameless
35168 position "t"
35169 hor_pos "c"
35170 has_inner_box 1
35171 inner_pos "t"
35172 use_parbox 0
35173 use_makebox 0
35174 width "100col%"
35175 special "none"
35176 height "1in"
35177 height_special "totalheight"
35178 status collapsed
35179
35180 \begin_layout Plain Layout
35181 This is text with background color.
35182  This is text with background color.
35183 \end_layout
35184
35185 \begin_layout Plain Layout
35186 \begin_inset VSpace defskip
35187 \end_inset
35188
35189 The text can have footnotes
35190 \begin_inset Foot
35191 status collapsed
35192
35193 \begin_layout Plain Layout
35194 Another example footnote
35195 \end_layout
35196
35197 \end_inset
35198
35199  and can include tables and figures.
35200 \end_layout
35201
35202 \begin_layout Plain Layout
35203 \align center
35204 \begin_inset Tabular
35205 <lyxtabular version="3" rows="3" columns="3">
35206 <features rotate="0" tabularvalignment="middle">
35207 <column alignment="center" valignment="top">
35208 <column alignment="center" valignment="top">
35209 <column alignment="center" valignment="top">
35210 <row>
35211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35212 \begin_inset Text
35213
35214 \begin_layout Plain Layout
35215 a
35216 \end_layout
35217
35218 \end_inset
35219 </cell>
35220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35221 \begin_inset Text
35222
35223 \begin_layout Plain Layout
35224 !
35225 \end_layout
35226
35227 \end_inset
35228 </cell>
35229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35230 \begin_inset Text
35231
35232 \begin_layout Plain Layout
35233 3
35234 \end_layout
35235
35236 \end_inset
35237 </cell>
35238 </row>
35239 <row>
35240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35241 \begin_inset Text
35242
35243 \begin_layout Plain Layout
35244 <
35245 \end_layout
35246
35247 \end_inset
35248 </cell>
35249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35250 \begin_inset Text
35251
35252 \begin_layout Plain Layout
35253 b2
35254 \begin_inset Quotes erd
35255 \end_inset
35256
35257 |
35258 \end_layout
35259
35260 \end_inset
35261 </cell>
35262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35263 \begin_inset Text
35264
35265 \begin_layout Plain Layout
35266 >
35267 \end_layout
35268
35269 \end_inset
35270 </cell>
35271 </row>
35272 <row>
35273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35274 \begin_inset Text
35275
35276 \begin_layout Plain Layout
35277 1
35278 \end_layout
35279
35280 \end_inset
35281 </cell>
35282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35283 \begin_inset Text
35284
35285 \begin_layout Plain Layout
35286 §
35287 \end_layout
35288
35289 \end_inset
35290 </cell>
35291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35292 \begin_inset Text
35293
35294 \begin_layout Plain Layout
35295 c
35296 \end_layout
35297
35298 \end_inset
35299 </cell>
35300 </row>
35301 </lyxtabular>
35302
35303 \end_inset
35304
35305
35306 \end_layout
35307
35308 \end_inset
35309
35310
35311 \begin_inset ERT
35312 status collapsed
35313
35314 \begin_layout Plain Layout
35315
35316 }
35317 \end_layout
35318
35319 \end_inset
35320
35321
35322 \end_layout
35323
35324 \begin_layout Section
35325 Rotated and Scaled Boxes
35326 \end_layout
35327
35328 \begin_layout Standard
35329 To use the commands described in this section, the LaTeX-package 
35330 \series bold
35331 graphicx
35332 \series default
35333
35334 \begin_inset Index idx
35335 status collapsed
35336
35337 \begin_layout Plain Layout
35338 LaTeX-packages ! graphicx
35339 \end_layout
35340
35341 \end_inset
35342
35343  needs to be loaded in the document preamble with the command
35344 \end_layout
35345
35346 \begin_layout Standard
35347
35348 \series bold
35349
35350 \backslash
35351 @ifundefined{rotatebox}
35352 \begin_inset Newline newline
35353 \end_inset
35354
35355
35356 \begin_inset Phantom HPhantom
35357 status open
35358
35359 \begin_layout Plain Layout
35360
35361 \series bold
35362 \begin_inset space ~
35363 \end_inset
35364
35365
35366 \end_layout
35367
35368 \end_inset
35369
35370 {
35371 \backslash
35372 usepackage{graphicx}}{}
35373 \end_layout
35374
35375 \begin_layout Standard
35376 \begin_inset Note Greyedout
35377 status open
35378
35379 \begin_layout Plain Layout
35380
35381 \series bold
35382 Note:
35383 \series default
35384  Not all DVI-viewers are able to display rotated or scaled material.
35385 \end_layout
35386
35387 \end_inset
35388
35389
35390 \end_layout
35391
35392 \begin_layout Standard
35393 \begin_inset Note Greyedout
35394 status open
35395
35396 \begin_layout Plain Layout
35397
35398 \series bold
35399 Note:
35400 \series default
35401  Floats are not allowed inside a rotated or scaled box.
35402 \end_layout
35403
35404 \end_inset
35405
35406
35407 \end_layout
35408
35409 \begin_layout Subsection
35410 Rotated Boxes
35411 \begin_inset Index idx
35412 status collapsed
35413
35414 \begin_layout Plain Layout
35415 Boxes ! rotated
35416 \end_layout
35417
35418 \end_inset
35419
35420
35421 \begin_inset Index idx
35422 status collapsed
35423
35424 \begin_layout Plain Layout
35425 Rotated Material
35426 \end_layout
35427
35428 \end_inset
35429
35430
35431 \end_layout
35432
35433 \begin_layout Standard
35434 To rotate material, you can put it into a rotated box.
35435  Such a box is created using the command 
35436 \series bold
35437
35438 \backslash
35439 rotatebox
35440 \series default
35441  in TeX-Code with the following scheme:
35442 \end_layout
35443
35444 \begin_layout Standard
35445
35446 \series bold
35447
35448 \backslash
35449 rotatebox[rotation origin]{rotation angle}{box content}
35450 \end_layout
35451
35452 \begin_layout Standard
35453 The rotation origin is specified in the form 
35454 \series bold
35455 origin=position
35456 \series default
35457 .
35458  The following positions are possible: 
35459 \emph on
35460 c
35461 \emph default
35462  (center), 
35463 \emph on
35464 l
35465 \emph default
35466  (left), 
35467 \emph on
35468 r
35469 \emph default
35470  (right), 
35471 \emph on
35472 b
35473 \emph default
35474  (bottom), 
35475 \emph on
35476 t
35477 \emph default
35478  (top), along with meaningful combinations of the four base positions.
35479  For example 
35480 \emph on
35481 lt
35482 \emph default
35483  means that the rotation origin is at the top left corner of the box.
35484  When no rotation origin is specified, the position 
35485 \emph on
35486 l
35487 \emph default
35488  will be used.
35489  The rotation angle is a number that can be negative that specifies the
35490  angle in degrees.
35491  The rotation direction is counterclockwise.
35492 \end_layout
35493
35494 \begin_layout Standard
35495 In the following example the command 
35496 \series bold
35497
35498 \backslash
35499 rotatebox[origin=c]{60}{
35500 \series default
35501  was inserted as TeX-Code before the text 
35502 \begin_inset Quotes eld
35503 \end_inset
35504
35505 with rotated
35506 \begin_inset Quotes erd
35507 \end_inset
35508
35509 ; after the text the box was closed by a closing brace 
35510 \series bold
35511 }
35512 \series default
35513  in TeX-Code.
35514 \end_layout
35515
35516 \begin_layout Standard
35517 This is a line 
35518 \begin_inset ERT
35519 status collapsed
35520
35521 \begin_layout Plain Layout
35522
35523
35524 \backslash
35525 rotatebox[origin=c]{60}{
35526 \end_layout
35527
35528 \end_inset
35529
35530 with rotated
35531 \begin_inset ERT
35532 status collapsed
35533
35534 \begin_layout Plain Layout
35535
35536 }
35537 \end_layout
35538
35539 \end_inset
35540
35541  text.
35542 \end_layout
35543
35544 \begin_layout Standard
35545 The box content can also be another box or an inline formula:
35546 \end_layout
35547
35548 \begin_layout Standard
35549 This is a line
35550 \begin_inset ERT
35551 status collapsed
35552
35553 \begin_layout Plain Layout
35554
35555
35556 \backslash
35557 rotatebox[origin=r]{-60}{
35558 \end_layout
35559
35560 \end_inset
35561
35562
35563 \begin_inset Box Doublebox
35564 position "c"
35565 hor_pos "c"
35566 has_inner_box 0
35567 inner_pos "c"
35568 use_parbox 0
35569 use_makebox 0
35570 width "1in"
35571 special "width"
35572 height "1in"
35573 height_special "totalheight"
35574 status collapsed
35575
35576 \begin_layout Plain Layout
35577 with rotated
35578 \end_layout
35579
35580 \end_inset
35581
35582
35583 \begin_inset ERT
35584 status collapsed
35585
35586 \begin_layout Plain Layout
35587
35588 }
35589 \end_layout
35590
35591 \end_inset
35592
35593  framed text 
35594 \begin_inset ERT
35595 status collapsed
35596
35597 \begin_layout Plain Layout
35598
35599
35600 \backslash
35601 rotatebox[origin=lb]{60}{
35602 \end_layout
35603
35604 \end_inset
35605
35606
35607 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35608 \end_inset
35609
35610
35611 \begin_inset ERT
35612 status collapsed
35613
35614 \begin_layout Plain Layout
35615
35616 }
35617 \end_layout
35618
35619 \end_inset
35620
35621  and a formula.
35622 \end_layout
35623
35624 \begin_layout Standard
35625 or an image or table:
35626 \end_layout
35627
35628 \begin_layout Standard
35629 This is a line
35630 \begin_inset ERT
35631 status collapsed
35632
35633 \begin_layout Plain Layout
35634
35635
35636 \backslash
35637 rotatebox[origin=lb]{90}{
35638 \end_layout
35639
35640 \end_inset
35641
35642
35643 \begin_inset Graphics
35644         filename clipart/platypus.eps
35645         lyxscale 50
35646         width 25col%
35647
35648 \end_inset
35649
35650
35651 \begin_inset ERT
35652 status collapsed
35653
35654 \begin_layout Plain Layout
35655
35656 }
35657 \end_layout
35658
35659 \end_inset
35660
35661  with a rotated image 
35662 \begin_inset ERT
35663 status collapsed
35664
35665 \begin_layout Plain Layout
35666
35667
35668 \backslash
35669 rotatebox[origin=l]{-90}{
35670 \end_layout
35671
35672 \end_inset
35673
35674
35675 \begin_inset Tabular
35676 <lyxtabular version="3" rows="2" columns="2">
35677 <features rotate="0" tabularvalignment="middle">
35678 <column alignment="center" valignment="top">
35679 <column alignment="center" valignment="top">
35680 <row>
35681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35682 \begin_inset Text
35683
35684 \begin_layout Plain Layout
35685 q
35686 \end_layout
35687
35688 \end_inset
35689 </cell>
35690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35691 \begin_inset Text
35692
35693 \begin_layout Plain Layout
35694 w
35695 \end_layout
35696
35697 \end_inset
35698 </cell>
35699 </row>
35700 <row>
35701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35702 \begin_inset Text
35703
35704 \begin_layout Plain Layout
35705 e
35706 \end_layout
35707
35708 \end_inset
35709 </cell>
35710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35711 \begin_inset Text
35712
35713 \begin_layout Plain Layout
35714 r
35715 \end_layout
35716
35717 \end_inset
35718 </cell>
35719 </row>
35720 </lyxtabular>
35721
35722 \end_inset
35723
35724
35725 \begin_inset ERT
35726 status collapsed
35727
35728 \begin_layout Plain Layout
35729
35730 }
35731 \end_layout
35732
35733 \end_inset
35734
35735  and table.
35736 \begin_inset Index idx
35737 status collapsed
35738
35739 \begin_layout Plain Layout
35740 Figures ! rotated
35741 \end_layout
35742
35743 \end_inset
35744
35745
35746 \begin_inset Index idx
35747 status collapsed
35748
35749 \begin_layout Plain Layout
35750 Table Customization ! Rotating
35751 \end_layout
35752
35753 \end_inset
35754
35755
35756 \end_layout
35757
35758 \begin_layout Subsection
35759 Scaled Boxes
35760 \begin_inset Index idx
35761 status collapsed
35762
35763 \begin_layout Plain Layout
35764 Boxes ! scaled
35765 \end_layout
35766
35767 \end_inset
35768
35769
35770 \begin_inset Index idx
35771 status collapsed
35772
35773 \begin_layout Plain Layout
35774 Scaled Material
35775 \end_layout
35776
35777 \end_inset
35778
35779
35780 \end_layout
35781
35782 \begin_layout Standard
35783 To scale material the commands 
35784 \series bold
35785
35786 \backslash
35787 scalebox
35788 \series default
35789  and 
35790 \series bold
35791
35792 \backslash
35793 resizebox
35794 \series default
35795  can be used as TeX-Code.
35796 \end_layout
35797
35798 \begin_layout Standard
35799
35800 \series bold
35801
35802 \backslash
35803 scalebox
35804 \series default
35805  is used with the following scheme:
35806 \end_layout
35807
35808 \begin_layout Standard
35809
35810 \series bold
35811
35812 \backslash
35813 scalebox{horizontal}[vertical]{box content}
35814 \end_layout
35815
35816 \begin_layout Standard
35817 Horizontal and vertical are the corresponding scaling factors.
35818  If no vertical scaling factor is given, the horizontal factor will also
35819  be used as the vertical one.
35820 \end_layout
35821
35822 \begin_layout Standard
35823 The command 
35824 \series bold
35825
35826 \backslash
35827 scalebox{2}{Hello}
35828 \series default
35829  creates for example a double size 
35830 \begin_inset ERT
35831 status collapsed
35832
35833 \begin_layout Plain Layout
35834
35835
35836 \backslash
35837 scalebox{2}{
35838 \end_layout
35839
35840 \end_inset
35841
35842 Hello
35843 \begin_inset ERT
35844 status collapsed
35845
35846 \begin_layout Plain Layout
35847
35848 }
35849 \end_layout
35850
35851 \end_inset
35852
35853 , compared with the document text size.
35854 \end_layout
35855
35856 \begin_layout Standard
35857
35858 \series bold
35859
35860 \backslash
35861 scalebox{2}[1]{Hello}
35862 \series default
35863  on the other hand distorts the 
35864 \begin_inset ERT
35865 status collapsed
35866
35867 \begin_layout Plain Layout
35868
35869
35870 \backslash
35871 scalebox{2}[1]{
35872 \end_layout
35873
35874 \end_inset
35875
35876 Hello
35877 \begin_inset ERT
35878 status collapsed
35879
35880 \begin_layout Plain Layout
35881
35882 }
35883 \end_layout
35884
35885 \end_inset
35886
35887 .
35888 \end_layout
35889
35890 \begin_layout Standard
35891 If the scaling factor is negative, the box content will be mirrored.
35892  Therefore the command 
35893 \series bold
35894
35895 \backslash
35896 scalebox{-1}[1]{Hello}
35897 \series default
35898  can be used to create mirror writing: 
35899 \begin_inset ERT
35900 status collapsed
35901
35902 \begin_layout Plain Layout
35903
35904
35905 \backslash
35906 scalebox{-1}[1]{
35907 \end_layout
35908
35909 \end_inset
35910
35911 Hello
35912 \begin_inset ERT
35913 status collapsed
35914
35915 \begin_layout Plain Layout
35916
35917 }
35918 \end_layout
35919
35920 \end_inset
35921
35922
35923 \end_layout
35924
35925 \begin_layout Standard
35926
35927 \series bold
35928
35929 \backslash
35930 scalebox{1}[-1]{Hello}
35931 \series default
35932  reflects the 
35933 \begin_inset ERT
35934 status collapsed
35935
35936 \begin_layout Plain Layout
35937
35938
35939 \backslash
35940 scalebox{1}[-1]{
35941 \end_layout
35942
35943 \end_inset
35944
35945 Hello
35946 \begin_inset ERT
35947 status collapsed
35948
35949 \begin_layout Plain Layout
35950
35951 }
35952 \end_layout
35953
35954 \end_inset
35955
35956  at the base line.
35957 \end_layout
35958
35959 \begin_layout Standard
35960 Equivalent to 
35961 \series bold
35962
35963 \backslash
35964 scalebox{-1}[1]{box content}
35965 \series default
35966  there exists the command
35967 \begin_inset Newline newline
35968 \end_inset
35969
35970
35971 \series bold
35972
35973 \backslash
35974 reflectbox{box content}
35975 \series default
35976 .
35977 \end_layout
35978
35979 \begin_layout Standard
35980 \begin_inset VSpace bigskip
35981 \end_inset
35982
35983 The command 
35984 \series bold
35985
35986 \backslash
35987 resizebox
35988 \series default
35989  is used to scale the box to a defined width and height.
35990  The command scheme is:
35991 \end_layout
35992
35993 \begin_layout Standard
35994
35995 \series bold
35996
35997 \backslash
35998 resizebox{width}{height}{box content}
35999 \end_layout
36000
36001 \begin_layout Standard
36002 If one of the two command arguments given is an exclamation mark 
36003 \series bold
36004 !
36005 \series default
36006 , the size is set so that the aspect ratio of the box content is kept.
36007 \end_layout
36008
36009 \begin_layout Standard
36010 The command 
36011 \series bold
36012
36013 \backslash
36014 resizebox{2cm}{1cm}{Hello}
36015 \series default
36016  produces: 
36017 \begin_inset ERT
36018 status collapsed
36019
36020 \begin_layout Plain Layout
36021
36022
36023 \backslash
36024 resizebox{2cm}{1cm}{
36025 \end_layout
36026
36027 \end_inset
36028
36029 Hello
36030 \begin_inset ERT
36031 status collapsed
36032
36033 \begin_layout Plain Layout
36034
36035 }
36036 \end_layout
36037
36038 \end_inset
36039
36040
36041 \begin_inset Newline newline
36042 \end_inset
36043
36044 The command 
36045 \series bold
36046
36047 \backslash
36048 resizebox{2cm}{!}{Hello}
36049 \series default
36050  produces: 
36051 \begin_inset ERT
36052 status collapsed
36053
36054 \begin_layout Plain Layout
36055
36056
36057 \backslash
36058 resizebox{2cm}{!}{
36059 \end_layout
36060
36061 \end_inset
36062
36063 Hello
36064 \begin_inset ERT
36065 status collapsed
36066
36067 \begin_layout Plain Layout
36068
36069 }
36070 \end_layout
36071
36072 \end_inset
36073
36074
36075 \end_layout
36076
36077 \begin_layout Standard
36078 \begin_inset VSpace bigskip
36079 \end_inset
36080
36081
36082 \begin_inset Note Greyedout
36083 status open
36084
36085 \begin_layout Plain Layout
36086
36087 \series bold
36088 Note:
36089 \series default
36090  When arguments of 
36091 \series bold
36092
36093 \backslash
36094 scalebox
36095 \series default
36096  or 
36097 \series bold
36098
36099 \backslash
36100 resizebox
36101 \series default
36102  are set to zero, no LaTeX-errors occur when exporting the document but
36103  the exported files can not or only partly be displayed.
36104 \end_layout
36105
36106 \end_inset
36107
36108
36109 \end_layout
36110
36111 \begin_layout Standard
36112 \begin_inset VSpace bigskip
36113 \end_inset
36114
36115
36116 \end_layout
36117
36118 \begin_layout Standard
36119 The boxes can be combined in any order.
36120  E.
36121 \begin_inset space \thinspace{}
36122 \end_inset
36123
36124 g.
36125 \begin_inset space \space{}
36126 \end_inset
36127
36128 the command
36129 \begin_inset Newline newline
36130 \end_inset
36131
36132
36133 \series bold
36134
36135 \backslash
36136 rotatebox[origin=c]{-45}{
36137 \backslash
36138 resizebox{2cm}{!}{
36139 \backslash
36140 reflectbox{Hello}}}
36141 \begin_inset Newline newline
36142 \end_inset
36143
36144
36145 \series default
36146 produces:
36147 \end_layout
36148
36149 \begin_layout Standard
36150 \align center
36151 \begin_inset ERT
36152 status collapsed
36153
36154 \begin_layout Plain Layout
36155
36156
36157 \backslash
36158 rotatebox[origin=c]{-45}{
36159 \backslash
36160 resizebox{2cm}{!}{
36161 \backslash
36162 reflectbox{
36163 \end_layout
36164
36165 \end_inset
36166
36167 Hello
36168 \begin_inset ERT
36169 status collapsed
36170
36171 \begin_layout Plain Layout
36172
36173 }}}
36174 \end_layout
36175
36176 \end_inset
36177
36178
36179 \end_layout
36180
36181 \begin_layout Standard
36182 \noindent
36183 Images, tables, and inline formulas are allowed as box content:
36184 \end_layout
36185
36186 \begin_layout Standard
36187 \align center
36188 \begin_inset ERT
36189 status collapsed
36190
36191 \begin_layout Plain Layout
36192
36193
36194 \backslash
36195 rotatebox[origin=c]{-30}{
36196 \backslash
36197 resizebox{2cm}{!}{
36198 \backslash
36199 reflectbox{
36200 \end_layout
36201
36202 \end_inset
36203
36204
36205 \begin_inset Graphics
36206         filename clipart/platypus.eps
36207         lyxscale 50
36208         width 25col%
36209
36210 \end_inset
36211
36212
36213 \begin_inset ERT
36214 status collapsed
36215
36216 \begin_layout Plain Layout
36217
36218 }}}
36219 \end_layout
36220
36221 \end_inset
36222
36223
36224 \begin_inset ERT
36225 status collapsed
36226
36227 \begin_layout Plain Layout
36228
36229
36230 \backslash
36231 rotatebox[origin=c]{-45}{
36232 \backslash
36233 resizebox{2cm}{!}{
36234 \backslash
36235 reflectbox{
36236 \end_layout
36237
36238 \end_inset
36239
36240
36241 \begin_inset Tabular
36242 <lyxtabular version="3" rows="2" columns="2">
36243 <features rotate="0" tabularvalignment="middle">
36244 <column alignment="center" valignment="top">
36245 <column alignment="center" valignment="top">
36246 <row>
36247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36248 \begin_inset Text
36249
36250 \begin_layout Plain Layout
36251 q
36252 \end_layout
36253
36254 \end_inset
36255 </cell>
36256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36257 \begin_inset Text
36258
36259 \begin_layout Plain Layout
36260 w
36261 \end_layout
36262
36263 \end_inset
36264 </cell>
36265 </row>
36266 <row>
36267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36268 \begin_inset Text
36269
36270 \begin_layout Plain Layout
36271 e
36272 \end_layout
36273
36274 \end_inset
36275 </cell>
36276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36277 \begin_inset Text
36278
36279 \begin_layout Plain Layout
36280 r
36281 \end_layout
36282
36283 \end_inset
36284 </cell>
36285 </row>
36286 </lyxtabular>
36287
36288 \end_inset
36289
36290
36291 \begin_inset ERT
36292 status collapsed
36293
36294 \begin_layout Plain Layout
36295
36296 }}}
36297 \end_layout
36298
36299 \end_inset
36300
36301
36302 \begin_inset ERT
36303 status collapsed
36304
36305 \begin_layout Plain Layout
36306
36307
36308 \backslash
36309 rotatebox[origin=c]{-45}{
36310 \backslash
36311 resizebox{2cm}{!}{
36312 \backslash
36313 reflectbox{
36314 \end_layout
36315
36316 \end_inset
36317
36318
36319 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36320 \end_inset
36321
36322
36323 \begin_inset ERT
36324 status collapsed
36325
36326 \begin_layout Plain Layout
36327
36328 }}}
36329 \end_layout
36330
36331 \end_inset
36332
36333
36334 \begin_inset Index idx
36335 status collapsed
36336
36337 \begin_layout Plain Layout
36338 Figures ! scaled
36339 \end_layout
36340
36341 \end_inset
36342
36343
36344 \begin_inset Index idx
36345 status collapsed
36346
36347 \begin_layout Plain Layout
36348 Table Customization ! Scaling
36349 \end_layout
36350
36351 \end_inset
36352
36353
36354 \end_layout
36355
36356 \begin_layout Standard
36357 When the global formula style 
36358 \series bold
36359 fleqn
36360 \series default
36361  is used in the document
36362 \begin_inset Foot
36363 status collapsed
36364
36365 \begin_layout Plain Layout
36366 When 
36367 \begin_inset Quotes eld
36368 \end_inset
36369
36370 fleqn
36371 \begin_inset Quotes erd
36372 \end_inset
36373
36374  is added to the document class options.
36375 \end_layout
36376
36377 \end_inset
36378
36379 , display style formulas can also be scaled.
36380 \end_layout
36381
36382 \begin_layout Chapter
36383 Objects Surrounded by Text
36384 \begin_inset Index idx
36385 status collapsed
36386
36387 \begin_layout Plain Layout
36388 Surrounded by text
36389 \end_layout
36390
36391 \end_inset
36392
36393
36394 \end_layout
36395
36396 \begin_layout Section
36397 Wrap Floats
36398 \begin_inset CommandInset label
36399 LatexCommand label
36400 name "sec:Wrap-Floats"
36401
36402 \end_inset
36403
36404
36405 \begin_inset Index idx
36406 status collapsed
36407
36408 \begin_layout Plain Layout
36409 Floats ! Wrap Floats
36410 \end_layout
36411
36412 \end_inset
36413
36414
36415 \begin_inset Index idx
36416 status collapsed
36417
36418 \begin_layout Plain Layout
36419 Surrounded by text ! Wrap Floats
36420 \end_layout
36421
36422 \end_inset
36423
36424
36425 \end_layout
36426
36427 \begin_layout Standard
36428 \begin_inset Wrap figure
36429 lines 0
36430 placement l
36431 overhang 1cm
36432 width "40col%"
36433 status open
36434
36435 \begin_layout Plain Layout
36436 \begin_inset Graphics
36437         filename clipart/mobius.eps
36438         width 40col%
36439         scaleBeforeRotation
36440         rotateOrigin center
36441
36442 \end_inset
36443
36444
36445 \end_layout
36446
36447 \begin_layout Plain Layout
36448 \begin_inset Caption Standard
36449
36450 \begin_layout Plain Layout
36451 \begin_inset CommandInset label
36452 LatexCommand label
36453 name "fig:This-is-a"
36454
36455 \end_inset
36456
36457 This is a figure wrap float.
36458 \end_layout
36459
36460 \end_inset
36461
36462
36463 \end_layout
36464
36465 \end_inset
36466
36467  This float type is used if you want to wrap text around a figure or table
36468  so that it only occupies some fraction of the column width.
36469  It can be inserted using the menu 
36470 \family sans
36471 Insert\SpecialChar \menuseparator
36472 Floats\SpecialChar \menuseparator
36473 Figure
36474 \begin_inset space ~
36475 \end_inset
36476
36477 Wrap
36478 \begin_inset space ~
36479 \end_inset
36480
36481 Float
36482 \family default
36483  or 
36484 \family sans
36485 Table
36486 \begin_inset space ~
36487 \end_inset
36488
36489 Wrap
36490 \begin_inset space ~
36491 \end_inset
36492
36493 Float
36494 \family default
36495  if the LaTeX-package 
36496 \series bold
36497 wrapfig
36498 \series default
36499
36500 \begin_inset Index idx
36501 status collapsed
36502
36503 \begin_layout Plain Layout
36504 LaTeX-packages ! wrapfig
36505 \end_layout
36506
36507 \end_inset
36508
36509  is installed.
36510 \begin_inset Foot
36511 status collapsed
36512
36513 \begin_layout Plain Layout
36514 Installing a LaTeX-package is explained it in the 
36515 \emph on
36516 LaTeX
36517 \begin_inset space ~
36518 \end_inset
36519
36520 Configuration
36521 \emph default
36522  manual.
36523 \end_layout
36524
36525 \end_inset
36526
36527  The settings of the float can be modified by right-clicking on the float
36528  box.
36529  The mandatory settings are the float 
36530 \family sans
36531 Placement
36532 \family default
36533  and its 
36534 \family sans
36535 Width
36536 \family default
36537 .
36538  Optional are the 
36539 \family sans
36540 Overhang
36541 \family default
36542  that specifies how much the float is set into the paragraph
36543 \begin_inset space \thinspace{}
36544 \end_inset
36545
36546 /
36547 \begin_inset space \thinspace{}
36548 \end_inset
36549
36550 page margin, and the 
36551 \family sans
36552 Line
36553 \begin_inset space ~
36554 \end_inset
36555
36556 span
36557 \family default
36558  that specifies how many text lines the float will approximately need.
36559  The line span is often hard to approximate; so it is better only to use
36560  it when you encounter float placement problems.
36561  You can furthermore decide if LaTeX is allowed to let the float float within
36562  the paragraph or to surrounding paragraphs.
36563  Figure
36564 \begin_inset space ~
36565 \end_inset
36566
36567
36568 \begin_inset CommandInset ref
36569 LatexCommand ref
36570 reference "fig:This-is-a"
36571
36572 \end_inset
36573
36574  is an example text wrap float with a width of 40
36575 \begin_inset space \thinspace{}
36576 \end_inset
36577
36578 col%, 1
36579 \begin_inset space \thinspace{}
36580 \end_inset
36581
36582 cm overhang, set to the left.
36583 \end_layout
36584
36585 \begin_layout Standard
36586 \begin_inset Note Greyedout
36587 status open
36588
36589 \begin_layout Plain Layout
36590
36591 \series bold
36592 Note:
36593 \series default
36594  Text
36595 \begin_inset space ~
36596 \end_inset
36597
36598 wrap float floats are fragile! E.
36599 \begin_inset space \thinspace{}
36600 \end_inset
36601
36602 g.
36603 \begin_inset space \space{}
36604 \end_inset
36605
36606 having a figure too close to the bottom of the page can mess things up in
36607  such a way that the float does not appear in the output or that it is placed
36608  over some other text.
36609 \end_layout
36610
36611 \end_inset
36612
36613
36614 \end_layout
36615
36616 \begin_layout Standard
36617 In general, the following applies for wrap floats:
36618 \end_layout
36619
36620 \begin_layout Itemize
36621 They should not be placed in paragraphs that run over a page break.
36622  That means that wrap floats are better inserted in their exact place when
36623  the document is almost finished and you are able to estimate where page
36624  breaks will appear.
36625 \end_layout
36626
36627 \begin_layout Itemize
36628 They should either be placed in their own paragraph before the paragraph
36629  where they should wrap into or within a paragraph.
36630 \end_layout
36631
36632 \begin_layout Itemize
36633 In consecutive paragraphs they may cause troubles, so ensure that there
36634  is a text paragraph between them as separator.
36635 \end_layout
36636
36637 \begin_layout Itemize
36638 They are not allowed in section headings or tables.
36639 \end_layout
36640
36641 \begin_layout Itemize
36642 Their numbering and referencing works as described in chap.
36643 \begin_inset space \thinspace{}
36644 \end_inset
36645
36646
36647 \begin_inset CommandInset ref
36648 LatexCommand ref
36649 reference "chap:Floats"
36650
36651 \end_inset
36652
36653 .
36654 \end_layout
36655
36656 \begin_layout Section
36657 Surrounded Fixed Objects
36658 \begin_inset Index idx
36659 status collapsed
36660
36661 \begin_layout Plain Layout
36662 Surrounded by text ! Fixed objects
36663 \end_layout
36664
36665 \end_inset
36666
36667
36668 \end_layout
36669
36670 \begin_layout Standard
36671 The wrap floats described in sec.
36672 \begin_inset space \thinspace{}
36673 \end_inset
36674
36675
36676 \begin_inset CommandInset ref
36677 LatexCommand ref
36678 reference "sec:Wrap-Floats"
36679
36680 \end_inset
36681
36682  have these positions in the paragraph:
36683 \end_layout
36684
36685 \begin_layout Standard
36686 \noindent
36687 \align center
36688 \begin_inset Tabular
36689 <lyxtabular version="3" rows="2" columns="2">
36690 <features rotate="0" tabularvalignment="middle">
36691 <column alignment="center" valignment="top">
36692 <column alignment="center" valignment="top">
36693 <row>
36694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36695 \begin_inset Text
36696
36697 \begin_layout Plain Layout
36698 \begin_inset Graphics
36699         filename ../images/dialog-show-new-inset_graphics.png
36700         scale 70
36701         scaleBeforeRotation
36702
36703 \end_inset
36704
36705
36706 \end_layout
36707
36708 \end_inset
36709 </cell>
36710 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36711 \begin_inset Text
36712
36713 \begin_layout Plain Layout
36714 text
36715 \end_layout
36716
36717 \end_inset
36718 </cell>
36719 </row>
36720 <row>
36721 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36722 \begin_inset Text
36723
36724 \begin_layout Plain Layout
36725 text
36726 \end_layout
36727
36728 \end_inset
36729 </cell>
36730 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36731 \begin_inset Text
36732
36733 \begin_layout Plain Layout
36734 text
36735 \end_layout
36736
36737 \end_inset
36738 </cell>
36739 </row>
36740 </lyxtabular>
36741
36742 \end_inset
36743
36744  or 
36745 \begin_inset Tabular
36746 <lyxtabular version="3" rows="2" columns="2">
36747 <features rotate="0" tabularvalignment="middle">
36748 <column alignment="center" valignment="top">
36749 <column alignment="center" valignment="top">
36750 <row>
36751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36752 \begin_inset Text
36753
36754 \begin_layout Plain Layout
36755 text
36756 \end_layout
36757
36758 \end_inset
36759 </cell>
36760 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36761 \begin_inset Text
36762
36763 \begin_layout Plain Layout
36764 \begin_inset Graphics
36765         filename ../images/dialog-show-new-inset_graphics.png
36766         scale 70
36767         scaleBeforeRotation
36768
36769 \end_inset
36770
36771
36772 \end_layout
36773
36774 \end_inset
36775 </cell>
36776 </row>
36777 <row>
36778 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36779 \begin_inset Text
36780
36781 \begin_layout Plain Layout
36782 text
36783 \end_layout
36784
36785 \end_inset
36786 </cell>
36787 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36788 \begin_inset Text
36789
36790 \begin_layout Plain Layout
36791 text
36792 \end_layout
36793
36794 \end_inset
36795 </cell>
36796 </row>
36797 </lyxtabular>
36798
36799 \end_inset
36800
36801
36802 \end_layout
36803
36804 \begin_layout Standard
36805 To get an object exactly at the position where it is inserted, for example
36806  to get one of these positions:
36807 \begin_inset VSpace defskip
36808 \end_inset
36809
36810
36811 \end_layout
36812
36813 \begin_layout Standard
36814 \noindent
36815 \align center
36816 \begin_inset Tabular
36817 <lyxtabular version="3" rows="2" columns="2">
36818 <features rotate="0" tabularvalignment="middle">
36819 <column alignment="center" valignment="top">
36820 <column alignment="center" valignment="top">
36821 <row>
36822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36823 \begin_inset Text
36824
36825 \begin_layout Plain Layout
36826 text
36827 \end_layout
36828
36829 \end_inset
36830 </cell>
36831 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36832 \begin_inset Text
36833
36834 \begin_layout Plain Layout
36835 text
36836 \end_layout
36837
36838 \end_inset
36839 </cell>
36840 </row>
36841 <row>
36842 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36843 \begin_inset Text
36844
36845 \begin_layout Plain Layout
36846 \begin_inset Graphics
36847         filename ../images/dialog-show-new-inset_graphics.png
36848         scale 70
36849         scaleBeforeRotation
36850
36851 \end_inset
36852
36853
36854 \end_layout
36855
36856 \end_inset
36857 </cell>
36858 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36859 \begin_inset Text
36860
36861 \begin_layout Plain Layout
36862 text
36863 \end_layout
36864
36865 \end_inset
36866 </cell>
36867 </row>
36868 </lyxtabular>
36869
36870 \end_inset
36871
36872  
36873 \begin_inset Tabular
36874 <lyxtabular version="3" rows="2" columns="2">
36875 <features rotate="0" tabularvalignment="middle">
36876 <column alignment="center" valignment="top">
36877 <column alignment="center" valignment="top">
36878 <row>
36879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36880 \begin_inset Text
36881
36882 \begin_layout Plain Layout
36883 text
36884 \end_layout
36885
36886 \end_inset
36887 </cell>
36888 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36889 \begin_inset Text
36890
36891 \begin_layout Plain Layout
36892 text
36893 \end_layout
36894
36895 \end_inset
36896 </cell>
36897 </row>
36898 <row>
36899 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36900 \begin_inset Text
36901
36902 \begin_layout Plain Layout
36903 text
36904 \end_layout
36905
36906 \end_inset
36907 </cell>
36908 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36909 \begin_inset Text
36910
36911 \begin_layout Plain Layout
36912 \begin_inset Graphics
36913         filename ../images/dialog-show-new-inset_graphics.png
36914         scale 70
36915         scaleBeforeRotation
36916
36917 \end_inset
36918
36919
36920 \end_layout
36921
36922 \end_inset
36923 </cell>
36924 </row>
36925 </lyxtabular>
36926
36927 \end_inset
36928
36929  
36930 \begin_inset Tabular
36931 <lyxtabular version="3" rows="2" columns="3">
36932 <features rotate="0" tabularvalignment="middle">
36933 <column alignment="center" valignment="top">
36934 <column alignment="center" valignment="top">
36935 <column alignment="center" valignment="top">
36936 <row>
36937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36938 \begin_inset Text
36939
36940 \begin_layout Plain Layout
36941 text
36942 \end_layout
36943
36944 \end_inset
36945 </cell>
36946 <cell alignment="center" valignment="top" topline="true" usebox="none">
36947 \begin_inset Text
36948
36949 \begin_layout Plain Layout
36950 \begin_inset Graphics
36951         filename ../images/dialog-show-new-inset_graphics.png
36952         scale 70
36953         scaleBeforeRotation
36954
36955 \end_inset
36956
36957
36958 \end_layout
36959
36960 \end_inset
36961 </cell>
36962 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36963 \begin_inset Text
36964
36965 \begin_layout Plain Layout
36966 text
36967 \end_layout
36968
36969 \end_inset
36970 </cell>
36971 </row>
36972 <row>
36973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36974 \begin_inset Text
36975
36976 \begin_layout Plain Layout
36977 text
36978 \end_layout
36979
36980 \end_inset
36981 </cell>
36982 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36983 \begin_inset Text
36984
36985 \begin_layout Plain Layout
36986 text
36987 \end_layout
36988
36989 \end_inset
36990 </cell>
36991 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36992 \begin_inset Text
36993
36994 \begin_layout Plain Layout
36995 text
36996 \end_layout
36997
36998 \end_inset
36999 </cell>
37000 </row>
37001 </lyxtabular>
37002
37003 \end_inset
37004
37005  
37006 \begin_inset Tabular
37007 <lyxtabular version="3" rows="2" columns="3">
37008 <features rotate="0" tabularvalignment="middle">
37009 <column alignment="center" valignment="top">
37010 <column alignment="center" valignment="top">
37011 <column alignment="center" valignment="top">
37012 <row>
37013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37014 \begin_inset Text
37015
37016 \begin_layout Plain Layout
37017 text
37018 \end_layout
37019
37020 \end_inset
37021 </cell>
37022 <cell alignment="center" valignment="top" topline="true" usebox="none">
37023 \begin_inset Text
37024
37025 \begin_layout Plain Layout
37026 text
37027 \end_layout
37028
37029 \end_inset
37030 </cell>
37031 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37032 \begin_inset Text
37033
37034 \begin_layout Plain Layout
37035 text
37036 \end_layout
37037
37038 \end_inset
37039 </cell>
37040 </row>
37041 <row>
37042 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37043 \begin_inset Text
37044
37045 \begin_layout Plain Layout
37046 text
37047 \end_layout
37048
37049 \end_inset
37050 </cell>
37051 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37052 \begin_inset Text
37053
37054 \begin_layout Plain Layout
37055 \begin_inset Graphics
37056         filename ../images/dialog-show-new-inset_graphics.png
37057         scale 70
37058         scaleBeforeRotation
37059
37060 \end_inset
37061
37062
37063 \end_layout
37064
37065 \end_inset
37066 </cell>
37067 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37068 \begin_inset Text
37069
37070 \begin_layout Plain Layout
37071 text
37072 \end_layout
37073
37074 \end_inset
37075 </cell>
37076 </row>
37077 </lyxtabular>
37078
37079 \end_inset
37080
37081
37082 \end_layout
37083
37084 \begin_layout Standard
37085 \noindent
37086 \align center
37087 \begin_inset Tabular
37088 <lyxtabular version="3" rows="3" columns="2">
37089 <features rotate="0" tabularvalignment="middle">
37090 <column alignment="center" valignment="top">
37091 <column alignment="center" valignment="top">
37092 <row>
37093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37094 \begin_inset Text
37095
37096 \begin_layout Plain Layout
37097 text
37098 \end_layout
37099
37100 \end_inset
37101 </cell>
37102 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37103 \begin_inset Text
37104
37105 \begin_layout Plain Layout
37106 text
37107 \end_layout
37108
37109 \end_inset
37110 </cell>
37111 </row>
37112 <row>
37113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37114 \begin_inset Text
37115
37116 \begin_layout Plain Layout
37117 \begin_inset Graphics
37118         filename ../images/dialog-show-new-inset_graphics.png
37119         scale 70
37120         scaleBeforeRotation
37121
37122 \end_inset
37123
37124
37125 \end_layout
37126
37127 \end_inset
37128 </cell>
37129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37130 \begin_inset Text
37131
37132 \begin_layout Plain Layout
37133 text
37134 \end_layout
37135
37136 \end_inset
37137 </cell>
37138 </row>
37139 <row>
37140 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37141 \begin_inset Text
37142
37143 \begin_layout Plain Layout
37144 text
37145 \end_layout
37146
37147 \end_inset
37148 </cell>
37149 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37150 \begin_inset Text
37151
37152 \begin_layout Plain Layout
37153 text
37154 \end_layout
37155
37156 \end_inset
37157 </cell>
37158 </row>
37159 </lyxtabular>
37160
37161 \end_inset
37162
37163  
37164 \begin_inset Tabular
37165 <lyxtabular version="3" rows="3" columns="3">
37166 <features rotate="0" tabularvalignment="middle">
37167 <column alignment="center" valignment="top">
37168 <column alignment="center" valignment="top">
37169 <column alignment="center" valignment="top">
37170 <row>
37171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37172 \begin_inset Text
37173
37174 \begin_layout Plain Layout
37175 text
37176 \end_layout
37177
37178 \end_inset
37179 </cell>
37180 <cell alignment="center" valignment="top" topline="true" usebox="none">
37181 \begin_inset Text
37182
37183 \begin_layout Plain Layout
37184 text
37185 \end_layout
37186
37187 \end_inset
37188 </cell>
37189 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37190 \begin_inset Text
37191
37192 \begin_layout Plain Layout
37193 text
37194 \end_layout
37195
37196 \end_inset
37197 </cell>
37198 </row>
37199 <row>
37200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37201 \begin_inset Text
37202
37203 \begin_layout Plain Layout
37204 text
37205 \end_layout
37206
37207 \end_inset
37208 </cell>
37209 <cell alignment="center" valignment="top" usebox="none">
37210 \begin_inset Text
37211
37212 \begin_layout Plain Layout
37213 \begin_inset Graphics
37214         filename ../images/dialog-show-new-inset_graphics.png
37215         scale 70
37216         scaleBeforeRotation
37217
37218 \end_inset
37219
37220
37221 \end_layout
37222
37223 \end_inset
37224 </cell>
37225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37226 \begin_inset Text
37227
37228 \begin_layout Plain Layout
37229 text
37230 \end_layout
37231
37232 \end_inset
37233 </cell>
37234 </row>
37235 <row>
37236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37237 \begin_inset Text
37238
37239 \begin_layout Plain Layout
37240 text
37241 \end_layout
37242
37243 \end_inset
37244 </cell>
37245 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37246 \begin_inset Text
37247
37248 \begin_layout Plain Layout
37249 text
37250 \end_layout
37251
37252 \end_inset
37253 </cell>
37254 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37255 \begin_inset Text
37256
37257 \begin_layout Plain Layout
37258 text
37259 \end_layout
37260
37261 \end_inset
37262 </cell>
37263 </row>
37264 </lyxtabular>
37265
37266 \end_inset
37267
37268  
37269 \begin_inset Tabular
37270 <lyxtabular version="3" rows="3" columns="2">
37271 <features rotate="0" tabularvalignment="middle">
37272 <column alignment="center" valignment="top">
37273 <column alignment="center" valignment="top">
37274 <row>
37275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37276 \begin_inset Text
37277
37278 \begin_layout Plain Layout
37279 text
37280 \end_layout
37281
37282 \end_inset
37283 </cell>
37284 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37285 \begin_inset Text
37286
37287 \begin_layout Plain Layout
37288 text
37289 \end_layout
37290
37291 \end_inset
37292 </cell>
37293 </row>
37294 <row>
37295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37296 \begin_inset Text
37297
37298 \begin_layout Plain Layout
37299 text
37300 \end_layout
37301
37302 \end_inset
37303 </cell>
37304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37305 \begin_inset Text
37306
37307 \begin_layout Plain Layout
37308 \begin_inset Graphics
37309         filename ../images/dialog-show-new-inset_graphics.png
37310         scale 70
37311         scaleBeforeRotation
37312
37313 \end_inset
37314
37315
37316 \end_layout
37317
37318 \end_inset
37319 </cell>
37320 </row>
37321 <row>
37322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37323 \begin_inset Text
37324
37325 \begin_layout Plain Layout
37326 text
37327 \end_layout
37328
37329 \end_inset
37330 </cell>
37331 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37332 \begin_inset Text
37333
37334 \begin_layout Plain Layout
37335 text
37336 \end_layout
37337
37338 \end_inset
37339 </cell>
37340 </row>
37341 </lyxtabular>
37342
37343 \end_inset
37344
37345
37346 \end_layout
37347
37348 \begin_layout Standard
37349 \noindent
37350 you can use the LaTeX-package 
37351 \series bold
37352 picinpar
37353 \series default
37354
37355 \begin_inset Index idx
37356 status collapsed
37357
37358 \begin_layout Plain Layout
37359 LaTeX-packages ! picinpar
37360 \end_layout
37361
37362 \end_inset
37363
37364 .
37365  Here is an example:
37366 \end_layout
37367
37368 \begin_layout Standard
37369 \begin_inset ERT
37370 status collapsed
37371
37372 \begin_layout Plain Layout
37373
37374
37375 \backslash
37376 ifpicinpar
37377 \end_layout
37378
37379 \end_inset
37380
37381
37382 \begin_inset Note Note
37383 status open
37384
37385 \begin_layout Plain Layout
37386 The following section will only be displayed when the LaTeX-package 
37387 \series bold
37388 picinpar
37389 \series default
37390  is installed.
37391 \end_layout
37392
37393 \end_inset
37394
37395
37396 \end_layout
37397
37398 \begin_layout Standard
37399 \begin_inset ERT
37400 status collapsed
37401
37402 \begin_layout Plain Layout
37403
37404
37405 \backslash
37406 begin{window}[2,c,{
37407 \end_layout
37408
37409 \end_inset
37410
37411
37412 \begin_inset Graphics
37413         filename clipart/mobius.eps
37414         lyxscale 60
37415         width 40col%
37416         scaleBeforeRotation
37417         rotateOrigin center
37418
37419 \end_inset
37420
37421
37422 \begin_inset ERT
37423 status collapsed
37424
37425 \begin_layout Plain Layout
37426
37427 },]
37428 \end_layout
37429
37430 \begin_layout Plain Layout
37431
37432 {}
37433 \end_layout
37434
37435 \end_inset
37436
37437
37438 \size small
37439 It was in the spring of the year 1894 that all London was interested, and
37440  the fashionable world dismayed, by the murder of the Honourable Ronald
37441  Adair under most unusual and inexplicable circumstances.
37442  The public has already learned those particulars of the crime which
37443 \size default
37444
37445 \begin_inset ERT
37446 status collapsed
37447
37448 \begin_layout Plain Layout
37449
37450
37451 \backslash
37452 footnotemark{}
37453 \end_layout
37454
37455 \end_inset
37456
37457
37458 \size small
37459  came out in the police investigation, but a good deal was suppressed upon
37460  that occasion, since the case for the prosecution was so overwhelmingly
37461  strong that it was not necessary to bring forward all the facts.
37462  Only now, at the end of nearly ten years, am I allowed to supply those
37463  missing links which make up the whole of that remarkable chain.
37464 \size default
37465
37466 \begin_inset ERT
37467 status collapsed
37468
37469 \begin_layout Plain Layout
37470
37471
37472 \backslash
37473 end{window}
37474 \end_layout
37475
37476 \end_inset
37477
37478
37479 \end_layout
37480
37481 \begin_layout Standard
37482 \begin_inset ERT
37483 status collapsed
37484
37485 \begin_layout Plain Layout
37486
37487
37488 \backslash
37489 footnotetext{
37490 \end_layout
37491
37492 \end_inset
37493
37494 Footnote of the paragraph with the fixed object.
37495 \begin_inset ERT
37496 status collapsed
37497
37498 \begin_layout Plain Layout
37499
37500 }
37501 \end_layout
37502
37503 \end_inset
37504
37505
37506 \end_layout
37507
37508 \begin_layout Standard
37509 Surrounded fixed objects are used to let text float around them, at which
37510  the object's position in the paragraph can be determined by the number
37511  of lines above it.
37512  In contrary to floats is it not possible to have a numbered caption.
37513 \end_layout
37514
37515 \begin_layout Standard
37516 A fixed object is inserted by adding the command
37517 \end_layout
37518
37519 \begin_layout Standard
37520
37521 \series bold
37522
37523 \backslash
37524 begin{window}[2,c,{
37525 \end_layout
37526
37527 \begin_layout Standard
37528 as TeX-Code at the beginning of the paragraph.
37529  The first parameter in the bracket, here '2', defines the number of lines
37530  above the object, the second, here 'c', the position of the object.
37531  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37532  Behind the command you insert the object.
37533  In this example an image with a width of 40
37534 \begin_inset space \thinspace{}
37535 \end_inset
37536
37537 % of the text column width was inserted.
37538  The object can also be a table, a box or an equation.
37539  Behind the object the command
37540 \end_layout
37541
37542 \begin_layout Standard
37543
37544 \series bold
37545 },description text]
37546 \begin_inset Newline newline
37547 \end_inset
37548
37549 {}
37550 \end_layout
37551
37552 \begin_layout Standard
37553 is inserted.
37554  Note that the 
37555 \begin_inset Quotes eld
37556 \end_inset
37557
37558
37559 \series bold
37560 {}
37561 \series default
37562
37563 \begin_inset Quotes erd
37564 \end_inset
37565
37566  is in the second line.
37567  The description text is optional.
37568  The text surrounding the object must be in the same paragraph as the object,
37569  so it must begin directly after the 
37570 \series bold
37571 {}
37572 \series default
37573 .
37574  At the end of the paragraph insert the command:
37575 \end_layout
37576
37577 \begin_layout Standard
37578
37579 \series bold
37580
37581 \backslash
37582 end{window}
37583 \end_layout
37584
37585 \begin_layout Standard
37586 Within a paragraph with a fixed object, you cannot insert footnotes in the
37587  normal way.
37588  You have to use instead the command 
37589 \series bold
37590
37591 \backslash
37592 footnotemark
37593 \series default
37594  inside the paragraph and outside the command 
37595 \series bold
37596
37597 \backslash
37598 footnotetext
37599 \series default
37600  as described in sec.
37601 \begin_inset space \thinspace{}
37602 \end_inset
37603
37604
37605 \begin_inset CommandInset ref
37606 LatexCommand ref
37607 reference "sec:Footnotes"
37608
37609 \end_inset
37610
37611 .
37612 \end_layout
37613
37614 \begin_layout Standard
37615 \begin_inset ERT
37616 status collapsed
37617
37618 \begin_layout Plain Layout
37619
37620
37621 \backslash
37622 else
37623 \end_layout
37624
37625 \end_inset
37626
37627
37628 \begin_inset Note Note
37629 status open
37630
37631 \begin_layout Plain Layout
37632 The following will be displayed when the LaTeX-package 
37633 \series bold
37634 picinpar
37635 \series default
37636  is not installed:
37637 \end_layout
37638
37639 \end_inset
37640
37641
37642 \end_layout
37643
37644 \begin_layout Standard
37645 You need to install the LaTeX-package 
37646 \series bold
37647 picinpar
37648 \series default
37649  to see the following part of this section in the output.
37650 \end_layout
37651
37652 \begin_layout Standard
37653 \begin_inset ERT
37654 status collapsed
37655
37656 \begin_layout Plain Layout
37657
37658
37659 \backslash
37660 fi
37661 \end_layout
37662
37663 \end_inset
37664
37665
37666 \end_layout
37667
37668 \begin_layout Section
37669 Initials
37670 \begin_inset Index idx
37671 status collapsed
37672
37673 \begin_layout Plain Layout
37674 Initials
37675 \end_layout
37676
37677 \end_inset
37678
37679
37680 \begin_inset Index idx
37681 status collapsed
37682
37683 \begin_layout Plain Layout
37684 Surrounded by text ! Initials
37685 \end_layout
37686
37687 \end_inset
37688
37689
37690 \end_layout
37691
37692 \begin_layout Standard
37693 To use initials, you must have the LaTeX-package 
37694 \series bold
37695 lettrine
37696 \series default
37697
37698 \begin_inset Index idx
37699 status collapsed
37700
37701 \begin_layout Plain Layout
37702 LaTeX-packages ! lettrine
37703 \end_layout
37704
37705 \end_inset
37706
37707  installed and use the module 
37708 \family sans
37709 Initials
37710 \family default
37711  in your document (menu 
37712 \family sans
37713 Document\SpecialChar \menuseparator
37714 Settings\SpecialChar \menuseparator
37715 Modules
37716 \family default
37717 ).
37718  To insert an initial, use the style 
37719 \family sans
37720 Initial
37721 \family default
37722 .
37723  This style has a mandatory and two optional arguments.
37724  The arguments are inserted via the 
37725 \family sans
37726 Insert
37727 \family default
37728  menu.
37729  The mandatory argument 
37730 \family sans
37731 Initial
37732 \family default
37733  contains the letter(s) that is the initial, the argument 
37734 \family sans
37735 Rest
37736 \begin_inset space ~
37737 \end_inset
37738
37739 of
37740 \begin_inset space ~
37741 \end_inset
37742
37743 Initial
37744 \family default
37745  contains the rest of the word or text of the initial letter(s).
37746  The argument 
37747 \family sans
37748 Options
37749 \family default
37750  contains parameters to modify the initial.
37751  For more information about the possible parameters see the documentation
37752  of 
37753 \series bold
37754 lettrine
37755 \series default
37756
37757 \begin_inset CommandInset citation
37758 LatexCommand cite
37759 key "lettrine"
37760
37761 \end_inset
37762
37763 .
37764  The style itself contains the text that is surrounding the initial.
37765  The usual style is hereby that the word whose first letter is the initial,
37766  is printed with 
37767 \shape smallcaps
37768 small caps
37769 \shape default
37770 .
37771 \end_layout
37772
37773 \begin_layout Standard
37774 Here are some examples:
37775 \end_layout
37776
37777 \begin_layout Standard
37778 \begin_inset ERT
37779 status collapsed
37780
37781 \begin_layout Plain Layout
37782
37783
37784 \backslash
37785 iflettrine
37786 \end_layout
37787
37788 \end_inset
37789
37790
37791 \begin_inset Note Note
37792 status open
37793
37794 \begin_layout Plain Layout
37795 The following section will only be displayed when the LaTeX-package 
37796 \series bold
37797 lettrine
37798 \series default
37799  is installed.
37800 \end_layout
37801
37802 \end_inset
37803
37804
37805 \end_layout
37806
37807 \begin_layout Enumerate
37808 No optional argument, the initial is the letter 'I' in the math font 
37809 \begin_inset Formula $\mathfrak{Fraktur}$
37810 \end_inset
37811
37812 :
37813 \end_layout
37814
37815 \begin_deeper
37816 \begin_layout Initial
37817 \begin_inset Argument 2
37818 status open
37819
37820 \begin_layout Plain Layout
37821 \begin_inset Formula $\mathfrak{I}$
37822 \end_inset
37823
37824
37825 \end_layout
37826
37827 \end_inset
37828
37829
37830 \begin_inset Argument 3
37831 status open
37832
37833 \begin_layout Plain Layout
37834 t
37835 \end_layout
37836
37837 \end_inset
37838
37839  was in the spring of the year 1894 that all London was interested, and
37840  the fashionable world dismayed, by the murder of the Honourable Ronald
37841  Adair under most unusual and inexplicable circumstances.
37842  The public has already learned those particulars of the crime which came
37843  out in the police investigation, but a good deal was suppressed upon that
37844  occasion, since the case for the prosecution was so overwhelmingly strong
37845  that it was not necessary to bring forward all the facts.
37846 \begin_inset Newpage newpage
37847 \end_inset
37848
37849
37850 \end_layout
37851
37852 \end_deeper
37853 \begin_layout Enumerate
37854 Only one line is surrounding the initial, which is formed by two letters
37855  in standard font and no text is printed in small caps:
37856 \end_layout
37857
37858 \begin_deeper
37859 \begin_layout Initial
37860 \begin_inset Argument 1
37861 status open
37862
37863 \begin_layout Plain Layout
37864 lines=1
37865 \end_layout
37866
37867 \end_inset
37868
37869
37870 \begin_inset Argument 2
37871 status open
37872
37873 \begin_layout Plain Layout
37874 It
37875 \end_layout
37876
37877 \end_inset
37878
37879  was in the spring of the year 1894 that all London was interested, and
37880  the fashionable world dismayed, by the murder of the Honourable Ronald
37881  Adair under most unusual and inexplicable circumstances.
37882  The public has already learned those particulars of the crime which came
37883  out in the police investigation, but a good deal was suppressed upon that
37884  occasion, since the case for the prosecution was so overwhelmingly strong
37885  that it was not necessary to bring forward all the facts.
37886 \end_layout
37887
37888 \end_deeper
37889 \begin_layout Enumerate
37890 Magenta, hanging initial over 3
37891 \begin_inset space ~
37892 \end_inset
37893
37894 lines in the math font 
37895 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37896 \end_inset
37897
37898 , the text 
37899 \begin_inset Quotes eld
37900 \end_inset
37901
37902 t was in the spring
37903 \begin_inset Quotes erd
37904 \end_inset
37905
37906  is in 
37907 \shape smallcaps
37908 small caps
37909 \shape default
37910 ; to color the initial, you must insert this command before the initial:
37911 \begin_inset Newline newline
37912 \end_inset
37913
37914
37915 \series bold
37916
37917 \backslash
37918 renewcommand{
37919 \backslash
37920 LettrineFontHook}{
37921 \backslash
37922 color{color}}
37923 \series default
37924
37925 \begin_inset Newline newline
37926 \end_inset
37927
37928 where the second 
37929 \emph on
37930 color
37931 \emph default
37932  can be 
37933 \begin_inset Quotes eld
37934 \end_inset
37935
37936 red
37937 \begin_inset Quotes erd
37938 \end_inset
37939
37940
37941 \begin_inset Quotes eld
37942 \end_inset
37943
37944 blue
37945 \begin_inset Quotes erd
37946 \end_inset
37947
37948
37949 \begin_inset Quotes eld
37950 \end_inset
37951
37952 green
37953 \begin_inset Quotes erd
37954 \end_inset
37955
37956
37957 \begin_inset Quotes eld
37958 \end_inset
37959
37960 yellow
37961 \begin_inset Quotes erd
37962 \end_inset
37963
37964
37965 \begin_inset Quotes eld
37966 \end_inset
37967
37968 cyan
37969 \begin_inset Quotes erd
37970 \end_inset
37971
37972
37973 \begin_inset Quotes eld
37974 \end_inset
37975
37976 magenta
37977 \begin_inset Quotes erd
37978 \end_inset
37979
37980
37981 \begin_inset Quotes eld
37982 \end_inset
37983
37984 black
37985 \begin_inset Quotes erd
37986 \end_inset
37987
37988  or 
37989 \begin_inset Quotes eld
37990 \end_inset
37991
37992 white
37993 \begin_inset Quotes erd
37994 \end_inset
37995
37996 , and add this command to the document preamble:
37997 \begin_inset Newline newline
37998 \end_inset
37999
38000
38001 \series bold
38002
38003 \backslash
38004 @ifundefined{textcolor}
38005 \begin_inset Newline newline
38006 \end_inset
38007
38008
38009 \begin_inset space ~
38010 \end_inset
38011
38012 {
38013 \backslash
38014 usepackage{color}}{}
38015 \end_layout
38016
38017 \begin_deeper
38018 \begin_layout Standard
38019 \begin_inset ERT
38020 status collapsed
38021
38022 \begin_layout Plain Layout
38023
38024
38025 \backslash
38026 renewcommand{
38027 \backslash
38028 LettrineFontHook}{
38029 \backslash
38030 color{magenta}}
38031 \end_layout
38032
38033 \end_inset
38034
38035
38036 \begin_inset Note Note
38037 status collapsed
38038
38039 \begin_layout Plain Layout
38040 makes the initial magenta
38041 \end_layout
38042
38043 \end_inset
38044
38045
38046 \end_layout
38047
38048 \begin_layout Initial
38049 \begin_inset Argument 1
38050 status open
38051
38052 \begin_layout Plain Layout
38053 lines=3, lhang=0.33, loversize=0.25
38054 \end_layout
38055
38056 \end_inset
38057
38058
38059 \begin_inset Argument 2
38060 status open
38061
38062 \begin_layout Plain Layout
38063 \begin_inset Formula $\mathcal{I}$
38064 \end_inset
38065
38066
38067 \end_layout
38068
38069 \end_inset
38070
38071
38072 \begin_inset Argument 3
38073 status open
38074
38075 \begin_layout Plain Layout
38076 t was in the spring
38077 \end_layout
38078
38079 \end_inset
38080
38081  of the year 1894 that all London was interested, and the fashionable world
38082  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38083  and inexplicable circumstances.
38084  The public has already learned those particulars of the crime which came
38085  out in the police investigation, but a good deal was suppressed upon that
38086  occasion, since the case for the prosecution was so overwhelmingly strong
38087  that it was not necessary to bring forward all the facts.
38088 \end_layout
38089
38090 \end_deeper
38091 \begin_layout Standard
38092 \begin_inset ERT
38093 status collapsed
38094
38095 \begin_layout Plain Layout
38096
38097
38098 \backslash
38099 else
38100 \end_layout
38101
38102 \end_inset
38103
38104
38105 \begin_inset Note Note
38106 status open
38107
38108 \begin_layout Plain Layout
38109 The following will be displayed when the LaTeX-package 
38110 \series bold
38111 lettrine
38112 \series default
38113  is not installed:
38114 \end_layout
38115
38116 \end_inset
38117
38118
38119 \end_layout
38120
38121 \begin_layout Standard
38122 You need to install the LaTeX-package 
38123 \series bold
38124 lettrine
38125 \series default
38126  to see the following part of this section in the output.
38127 \end_layout
38128
38129 \begin_layout Standard
38130 \begin_inset ERT
38131 status collapsed
38132
38133 \begin_layout Plain Layout
38134
38135
38136 \backslash
38137 fi
38138 \end_layout
38139
38140 \end_inset
38141
38142
38143 \end_layout
38144
38145 \begin_layout Chapter
38146 External Document Parts
38147 \begin_inset Index idx
38148 status collapsed
38149
38150 \begin_layout Plain Layout
38151 External Document Parts
38152 \end_layout
38153
38154 \end_inset
38155
38156
38157 \end_layout
38158
38159 \begin_layout Standard
38160 With the menu 
38161 \family sans
38162 Insert\SpecialChar \menuseparator
38163 File
38164 \family default
38165  you can insert external material into your document.
38166  This can be:
38167 \end_layout
38168
38169 \begin_layout Description
38170 LyX
38171 \begin_inset space ~
38172 \end_inset
38173
38174 Document Another LyX document; its content is directly inserted to your
38175  document.
38176 \end_layout
38177
38178 \begin_layout Description
38179 Plain
38180 \begin_inset space ~
38181 \end_inset
38182
38183 Text A text document; each line is inserted in your document as a separate
38184  paragraph.
38185 \end_layout
38186
38187 \begin_layout Description
38188 Plain
38189 \begin_inset space ~
38190 \end_inset
38191
38192 Text,
38193 \begin_inset space ~
38194 \end_inset
38195
38196 Join
38197 \begin_inset space ~
38198 \end_inset
38199
38200 Lines A text document; text lines are inserted in your document continuously
38201  but an empty text line creates a new paragraph.
38202 \end_layout
38203
38204 \begin_layout Description
38205 External
38206 \begin_inset space ~
38207 \end_inset
38208
38209 Material Files in various formats.
38210 \end_layout
38211
38212 \begin_layout Description
38213 Child
38214 \begin_inset space ~
38215 \end_inset
38216
38217 Document LyX or LaTeX-documents.
38218 \end_layout
38219
38220 \begin_layout Section
38221 External Material
38222 \begin_inset Index idx
38223 status collapsed
38224
38225 \begin_layout Plain Layout
38226 External Document Parts ! External Material
38227 \end_layout
38228
38229 \end_inset
38230
38231
38232 \end_layout
38233
38234 \begin_layout Standard
38235 The external material feature allows you to insert files into your document
38236  without converting them to a format that can be read by the document output
38237  format.
38238  LyX takes care of the necessary conversions.
38239  This is similar to images that can be inserted in various image formats
38240  in LyX documents.
38241  When you have enabled Instant Preview in LyX's preferences under 
38242 \family sans
38243 Look
38244 \begin_inset space ~
38245 \end_inset
38246
38247 and
38248 \begin_inset space ~
38249 \end_inset
38250
38251 feel\SpecialChar \menuseparator
38252 Graphics
38253 \family default
38254 , the external material types Dia and Xfig are directly shown in LyX.
38255 \end_layout
38256
38257 \begin_layout Standard
38258 External material can be inserted via the 
38259 \family sans
38260 External Material
38261 \family default
38262  dialog that is accessible with the menu 
38263 \family sans
38264 Insert\SpecialChar \menuseparator
38265 File\SpecialChar \menuseparator
38266 External
38267 \begin_inset space ~
38268 \end_inset
38269
38270 Material
38271 \family default
38272 .
38273  Currently the following file types (
38274 \family sans
38275 Templates
38276 \family default
38277 ) are allowed:
38278 \end_layout
38279
38280 \begin_layout Description
38281 ChessDiagram This template supports chess position diagrams made with the
38282  program 
38283 \series bold
38284
38285 \begin_inset CommandInset href
38286 LatexCommand href
38287 name "XBoard"
38288 target "http://en.wikipedia.org/wiki/XBoard"
38289
38290 \end_inset
38291
38292
38293 \series default
38294 .
38295 \end_layout
38296
38297 \begin_layout Description
38298 Date This inserts the date in the form 
38299 \emph on
38300 Day-Month-Year
38301 \emph default
38302 .
38303  This is a date inserted as external material: 
38304 \begin_inset External
38305         template Date
38306         filename .
38307
38308 \end_inset
38309
38310
38311 \begin_inset space ~
38312 \end_inset
38313
38314
38315 \begin_inset Note Note
38316 status open
38317
38318 \begin_layout Plain Layout
38319 Remove the protected space when bug 4398 is fixed!
38320 \end_layout
38321
38322 \end_inset
38323
38324
38325 \begin_inset Newline newline
38326 \end_inset
38327
38328 The date is not shown within LyX, only in the output.
38329  There are two other methods of inserting a date: Via menu 
38330 \family sans
38331 Insert\SpecialChar \menuseparator
38332 Date
38333 \family default
38334  and with the LaTeX command 
38335 \series bold
38336
38337 \backslash
38338 today
38339 \series default
38340  as TeX-Code.
38341  The different methods are compared in Table
38342 \begin_inset space ~
38343 \end_inset
38344
38345
38346 \begin_inset CommandInset ref
38347 LatexCommand ref
38348 reference "tab:Comparison-of-the"
38349
38350 \end_inset
38351
38352 .
38353 \end_layout
38354
38355 \begin_layout Description
38356 Dia This template supports diagrams created with the program 
38357 \series bold
38358
38359 \begin_inset CommandInset href
38360 LatexCommand href
38361 name "Dia"
38362 target "http://en.wikipedia.org/wiki/Dia_(software)"
38363
38364 \end_inset
38365
38366
38367 \series default
38368 .
38369 \end_layout
38370
38371 \begin_layout Description
38372 GnumericSpreadsheet With this template you can insert spreadsheets
38373 \begin_inset space \thinspace{}
38374 \end_inset
38375
38376 /
38377 \begin_inset space \thinspace{}
38378 \end_inset
38379
38380 tables in the format of 
38381 \series bold
38382
38383 \begin_inset CommandInset href
38384 LatexCommand href
38385 name "Gnumeric"
38386 target "http://en.wikipedia.org/wiki/Gnumeric"
38387
38388 \end_inset
38389
38390
38391 \series default
38392
38393 \begin_inset CommandInset href
38394 LatexCommand href
38395 name "OpenDocument"
38396 target "http://en.wikipedia.org/wiki/OpenDocument"
38397
38398 \end_inset
38399
38400
38401 \begin_inset CommandInset href
38402 LatexCommand href
38403 name "Microsoft Office XML"
38404 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38405
38406 \end_inset
38407
38408  and 
38409 \begin_inset CommandInset href
38410 LatexCommand href
38411 name "Office Open XML"
38412 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38413
38414 \end_inset
38415
38416 .
38417  For this feature LyX must have found the program 
38418 \family typewriter
38419 ssconvert
38420 \family default
38421  during its configuration.
38422  This program is part of Gnumeric, so that you must have Gnumeric installed,
38423  also if you don't have tables in the Gnumeric format.
38424  For examples and possible limitations have a look at LyX's example file
38425  
38426 \emph on
38427 spreadsheet.lyx
38428 \emph default
38429 .
38430 \end_layout
38431
38432 \begin_layout Description
38433 LilyPond This template is used for music notation typeset with the program
38434 \begin_inset Newline linebreak
38435 \end_inset
38436
38437
38438 \series bold
38439
38440 \begin_inset CommandInset href
38441 LatexCommand href
38442 name "LilyPond"
38443 target "http://en.wikipedia.org/wiki/LilyPond"
38444
38445 \end_inset
38446
38447
38448 \series default
38449 .
38450  For LyX's extended support for LilyPond have a look at LyX's example file
38451  
38452 \emph on
38453 lilypond.lyx
38454 \emph default
38455 .
38456 \end_layout
38457
38458 \begin_layout Description
38459 PDFPages With this template you can insert PDF documents to your document.
38460  To specify the range of pages that should be included, use the option 
38461 \series bold
38462 pages
38463 \series default
38464  in the 
38465 \family sans
38466 Option
38467 \family default
38468  field in the 
38469 \family sans
38470 LaTeX and LyX options
38471 \family default
38472  tab.
38473  The argument of this option is a comma separated list, containing page
38474  numbers (insert as option 
38475 \series bold
38476 pages={3,5,6,8}
38477 \series default
38478 ), ranges of page numbers (
38479 \series bold
38480 pages={4-9}
38481 \series default
38482 ) or any combination.
38483  To insert empty pages use {}.
38484  E.
38485 \begin_inset space \thinspace{}
38486 \end_inset
38487
38488 g.
38489 \begin_inset space ~
38490 \end_inset
38491
38492
38493 \series bold
38494 pages={3,{},8-11,15}
38495 \series default
38496  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38497  Page ranges are specified in the syntax 
38498 \emph on
38499 start
38500 \emph default
38501 -
38502 \emph on
38503 stop
38504 \emph default
38505 .
38506  This selects all pages from 
38507 \emph on
38508 start
38509 \emph default
38510  to 
38511 \emph on
38512 stop
38513 \emph default
38514 .
38515  Omitting 
38516 \emph on
38517 start
38518 \emph default
38519  defaults to the first page; omitting 
38520 \emph on
38521 stop
38522 \emph default
38523  defaults to the last page of the document.
38524  The last page can also be selected with the keyword 
38525 \series bold
38526 last
38527 \series default
38528 .
38529  (This is only permitted in a page range.) So 
38530 \series bold
38531 pages=-
38532 \series default
38533  will insert all pages of the document and 
38534 \series bold
38535 pages=last-1
38536 \series default
38537  will insert all pages in reverse order.
38538  If the pages option is not specified, only the first page of the PDF is
38539  inserted.
38540 \begin_inset Newline newline
38541 \end_inset
38542
38543 The option 
38544 \series bold
38545 noautoscale
38546 \series default
38547  inserts the pages with their original size, if this option is not given,
38548  the pages will be resized to fith the width of the page of your document.
38549  In the tab 
38550 \family sans
38551 Size and Rotation
38552 \family default
38553  you can specify the width and height of the input pages and their rotation.
38554  If another width than 100
38555 \begin_inset space \thinspace{}
38556 \end_inset
38557
38558 Scale% is used, the option 
38559 \series bold
38560 noautoscale
38561 \series default
38562  will be overwritten.
38563  For more info and possible options, have a look into the documentation
38564  of the LaTeX-package 
38565 \series bold
38566 pdfpages
38567 \series default
38568  
38569 \begin_inset CommandInset citation
38570 LatexCommand cite
38571 key "pdfpages"
38572
38573 \end_inset
38574
38575 .
38576 \begin_inset Index idx
38577 status collapsed
38578
38579 \begin_layout Plain Layout
38580 LaTeX-packages ! pdfpages
38581 \end_layout
38582
38583 \end_inset
38584
38585
38586 \begin_inset Newline newline
38587 \end_inset
38588
38589 To use this template in a 
38590 \family sans
38591 Beamer
38592 \family default
38593  presentation you need to first insert an 
38594 \family sans
38595 EndFrame
38596 \family default
38597  environment and in a subsequent paragraph a TeX-Code box containing the
38598  command 
38599 \series bold
38600
38601 \backslash
38602 setbeamertemplate{background canvas}{}
38603 \series default
38604 .
38605  Then you can insert as many paragraphs containing the PDFPages template
38606  as you wish.
38607  Behind the included PDF pages you can resume the Beamer presentation by
38608  beginning a new frame or by starting a new section.
38609  To avoid stray blank pages prior to the PDF pages, make sure to use the
38610  
38611 \family sans
38612 Default
38613 \family default
38614  alignment for the paragraph containing the template.
38615 \begin_inset Newline newline
38616 \end_inset
38617
38618 Here is an included PDF which is rotated by -5°: 
38619 \begin_inset External
38620         template PDFPages
38621         filename clipart/Abstract.pdf
38622         extra LaTeX "noautoscale, pages=-"
38623         rotateAngle -5
38624         rotateOrigin bottomleft
38625
38626 \end_inset
38627
38628
38629 \end_layout
38630
38631 \begin_layout Description
38632 RasterImage This can be used for bitmap images.
38633  The image can be treated in the 
38634 \family sans
38635 External material
38636 \family default
38637  dialog like the images that are usually included via the 
38638 \family sans
38639 Graphics
38640 \family default
38641  dialog as described in section
38642 \begin_inset space ~
38643 \end_inset
38644
38645
38646 \begin_inset CommandInset ref
38647 LatexCommand ref
38648 reference "sec:Graphics-Dialog"
38649
38650 \end_inset
38651
38652 .
38653  The difference to the normal image input is that only raster images are
38654  allowed; that means that PDF and EPS-images are not supported.
38655  Here is an inserted raster image: 
38656 \begin_inset External
38657         template RasterImage
38658         filename clipart/ToolbarEnvBox.png
38659
38660 \end_inset
38661
38662
38663 \end_layout
38664
38665 \begin_layout Description
38666 XFig This template supports images created with the program 
38667 \series bold
38668
38669 \begin_inset CommandInset href
38670 LatexCommand href
38671 name "Xfig"
38672 target "http://en.wikipedia.org/wiki/Xfig"
38673
38674 \end_inset
38675
38676
38677 \series default
38678 .
38679 \end_layout
38680
38681 \begin_layout Standard
38682 \begin_inset Float table
38683 placement !h
38684 wide false
38685 sideways false
38686 status open
38687
38688 \begin_layout Plain Layout
38689 \begin_inset Caption Standard
38690
38691 \begin_layout Plain Layout
38692 \begin_inset CommandInset label
38693 LatexCommand label
38694 name "tab:Comparison-of-the"
38695
38696 \end_inset
38697
38698 Comparison of the date input methods.
38699 \end_layout
38700
38701 \end_inset
38702
38703
38704 \end_layout
38705
38706 \begin_layout Plain Layout
38707 \align center
38708 \begin_inset Tabular
38709 <lyxtabular version="3" rows="4" columns="4">
38710 <features rotate="0" tabularvalignment="middle">
38711 <column alignment="center" valignment="top">
38712 <column alignment="center" valignment="top">
38713 <column alignment="center" valignment="top">
38714 <column alignment="center" valignment="top">
38715 <row>
38716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38717 \begin_inset Text
38718
38719 \begin_layout Plain Layout
38720 Document format
38721 \end_layout
38722
38723 \end_inset
38724 </cell>
38725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38726 \begin_inset Text
38727
38728 \begin_layout Plain Layout
38729
38730 \family sans
38731 External Material\SpecialChar \menuseparator
38732 Date
38733 \end_layout
38734
38735 \end_inset
38736 </cell>
38737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38738 \begin_inset Text
38739
38740 \begin_layout Plain Layout
38741
38742 \family sans
38743 Insert\SpecialChar \menuseparator
38744 Date
38745 \end_layout
38746
38747 \end_inset
38748 </cell>
38749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38750 \begin_inset Text
38751
38752 \begin_layout Plain Layout
38753 command 
38754 \series bold
38755
38756 \backslash
38757 today
38758 \end_layout
38759
38760 \end_inset
38761 </cell>
38762 </row>
38763 <row>
38764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38765 \begin_inset Text
38766
38767 \begin_layout Plain Layout
38768 LyX
38769 \end_layout
38770
38771 \end_inset
38772 </cell>
38773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38774 \begin_inset Text
38775
38776 \begin_layout Plain Layout
38777 as inset box
38778 \end_layout
38779
38780 \end_inset
38781 </cell>
38782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38783 \begin_inset Text
38784
38785 \begin_layout Plain Layout
38786 as date
38787 \end_layout
38788
38789 \end_inset
38790 </cell>
38791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38792 \begin_inset Text
38793
38794 \begin_layout Plain Layout
38795 as TeX-Code inset box
38796 \end_layout
38797
38798 \end_inset
38799 </cell>
38800 </row>
38801 <row>
38802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38803 \begin_inset Text
38804
38805 \begin_layout Plain Layout
38806 LaTeX
38807 \end_layout
38808
38809 \end_inset
38810 </cell>
38811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38812 \begin_inset Text
38813
38814 \begin_layout Plain Layout
38815 as date
38816 \end_layout
38817
38818 \end_inset
38819 </cell>
38820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38821 \begin_inset Text
38822
38823 \begin_layout Plain Layout
38824 as date
38825 \end_layout
38826
38827 \end_inset
38828 </cell>
38829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38830 \begin_inset Text
38831
38832 \begin_layout Plain Layout
38833 as command
38834 \end_layout
38835
38836 \end_inset
38837 </cell>
38838 </row>
38839 <row>
38840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38841 \begin_inset Text
38842
38843 \begin_layout Plain Layout
38844 DVI, PDF, PS
38845 \end_layout
38846
38847 \end_inset
38848 </cell>
38849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38850 \begin_inset Text
38851
38852 \begin_layout Plain Layout
38853 as date
38854 \end_layout
38855
38856 \end_inset
38857 </cell>
38858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38859 \begin_inset Text
38860
38861 \begin_layout Plain Layout
38862 as date
38863 \end_layout
38864
38865 \end_inset
38866 </cell>
38867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38868 \begin_inset Text
38869
38870 \begin_layout Plain Layout
38871 as date
38872 \end_layout
38873
38874 \end_inset
38875 </cell>
38876 </row>
38877 </lyxtabular>
38878
38879 \end_inset
38880
38881
38882 \end_layout
38883
38884 \end_inset
38885
38886
38887 \end_layout
38888
38889 \begin_layout Standard
38890 When you use the option 
38891 \family sans
38892 Draft
38893 \family default
38894  in the 
38895 \family sans
38896 File
38897 \family default
38898  tab of the 
38899 \family sans
38900 External Material
38901 \family default
38902  dialog, only the path to the inserted file is shown in the output.
38903 \begin_inset Newline newline
38904 \end_inset
38905
38906 External material is displayed in LyX either as a box like this: 
38907 \begin_inset Graphics
38908         filename clipart/ExternalMaterialQt4.png
38909         scale 85
38910         scaleBeforeRotation
38911
38912 \end_inset
38913
38914  or as image, depending on the option 
38915 \family sans
38916 Show in LyX
38917 \family default
38918  in the 
38919 \family sans
38920 LaTeX and LyX options
38921 \family default
38922  tab of the dialog.
38923 \end_layout
38924
38925 \begin_layout Standard
38926 The 
38927 \family sans
38928 \emph on
38929 Customization
38930 \family default
38931 \emph default
38932  manual explains how you can define your own templates.
38933 \end_layout
38934
38935 \begin_layout Section
38936 Child Documents
38937 \begin_inset CommandInset label
38938 LatexCommand label
38939 name "sec:Child-Documents"
38940
38941 \end_inset
38942
38943
38944 \begin_inset Index idx
38945 status collapsed
38946
38947 \begin_layout Plain Layout
38948 External Document Parts ! Child Documents
38949 \end_layout
38950
38951 \end_inset
38952
38953
38954 \begin_inset Index idx
38955 status collapsed
38956
38957 \begin_layout Plain Layout
38958 Files ! Include
38959 \end_layout
38960
38961 \end_inset
38962
38963
38964 \end_layout
38965
38966 \begin_layout Standard
38967 Child documents are used if you have a long document consisting of several
38968  larger parts or sections.
38969  For maintenance it is often useful and sometimes even required to split
38970  the document into several files that can be revised separately.
38971  The different documents are then the so called 
38972 \begin_inset Quotes eld
38973 \end_inset
38974
38975 child documents
38976 \begin_inset Quotes erd
38977 \end_inset
38978
38979 , and a master document connects them to print the full document or parts
38980  of it.
38981  A child document inherits elements from its master, for example the LaTeX
38982  preamble, the bibliography, and labels for cross-references.
38983 \end_layout
38984
38985 \begin_layout Standard
38986 To be able to work on child documents without the need to open their master,
38987  specify in the child document the master in the menu
38988 \family sans
38989  Document\SpecialChar \menuseparator
38990 Settings\SpecialChar \menuseparator
38991 Document
38992 \begin_inset space ~
38993 \end_inset
38994
38995 Class
38996 \family default
38997 .
38998  This master document will then be used in the background by LyX when you
38999  edit the child document.
39000 \end_layout
39001
39002 \begin_layout Standard
39003 Included documents are displayed in LyX as a box like this: 
39004 \begin_inset Graphics
39005         filename clipart/ChildDocumentQt4.png
39006         scale 85
39007         scaleBeforeRotation
39008
39009 \end_inset
39010
39011  To include child documents in a master document use the menu 
39012 \family sans
39013 Insert\SpecialChar \menuseparator
39014 File\SpecialChar \menuseparator
39015 Child
39016 \begin_inset space ~
39017 \end_inset
39018
39019 Documents
39020 \family default
39021 .
39022  A dialog pops up where you can choose between four include methods:
39023 \end_layout
39024
39025 \begin_layout Description
39026 Include You can include LyX- and LaTeX-documents.
39027  When you press the 
39028 \family sans
39029 Edit
39030 \family default
39031  button in the 
39032 \family sans
39033 Child Document
39034 \family default
39035  dialog, the included document will be opened in LyX in a new file tab so
39036  that you can modify it.
39037 \begin_inset Newline newline
39038 \end_inset
39039
39040
39041 \end_layout
39042
39043 \begin_layout Standard
39044 Here is a child document inserted using 
39045 \family sans
39046 Include
39047 \family default
39048
39049 \begin_inset CommandInset include
39050 LatexCommand include
39051 filename "DummyDocument1.lyx"
39052
39053 \end_inset
39054
39055
39056 \end_layout
39057
39058 \begin_layout Standard
39059 The section numbering includes the sections of the included files in the
39060  order they are inserted in the master document.
39061  The included example document has for example a subsection that is numbered
39062  as a subsection of this section.
39063  Labels of included documents can be referenced: Subsection
39064 \begin_inset space ~
39065 \end_inset
39066
39067
39068 \begin_inset CommandInset ref
39069 LatexCommand ref
39070 reference "sub:External-Subsection-1"
39071
39072 \end_inset
39073
39074 .
39075 \end_layout
39076
39077 \begin_layout Standard
39078 The preamble of the child document is ignored; only the preamble of the
39079  master document is used.
39080  Branches in child documents will be ignored by the master document when
39081  the master document does not have a branch with the same name.
39082  Included documents are inserted starting on a new page and ending with
39083  a page break.
39084 \end_layout
39085
39086 \begin_layout Standard
39087 \begin_inset Note Greyedout
39088 status open
39089
39090 \begin_layout Plain Layout
39091
39092 \series bold
39093 Note:
39094 \series default
39095  If you have included a LyX- or LaTeX-file, you are warned when you export/view
39096  the document in case the child document uses another document class than
39097  the master document as this will lead to unexpected outputs.
39098 \end_layout
39099
39100 \end_inset
39101
39102
39103 \end_layout
39104
39105 \begin_layout Description
39106 Input This method is very similar to the Include method.
39107  The differences are:
39108 \end_layout
39109
39110 \begin_deeper
39111 \begin_layout Itemize
39112 Input files don't start with a new page and don't end with a page break.
39113 \end_layout
39114
39115 \begin_layout Itemize
39116 Input files can be previewed in LyX when 
39117 \family sans
39118 Instant
39119 \begin_inset space ~
39120 \end_inset
39121
39122 Preview
39123 \family default
39124  is enabled in LyX's preferences under 
39125 \family sans
39126 Look
39127 \begin_inset space ~
39128 \end_inset
39129
39130 and
39131 \begin_inset space ~
39132 \end_inset
39133
39134 feel\SpecialChar \menuseparator
39135 Graphics
39136 \family default
39137 .
39138 \end_layout
39139
39140 \begin_layout Itemize
39141 You cannot exclude Input files via the menu 
39142 \family sans
39143 Document\SpecialChar \menuseparator
39144 Settings\SpecialChar \menuseparator
39145 Child Documents
39146 \family default
39147 .
39148 \end_layout
39149
39150 \end_deeper
39151 \begin_layout Standard
39152 Here is a child document inserted using 
39153 \family sans
39154 Input
39155 \family default
39156
39157 \begin_inset CommandInset include
39158 LatexCommand input
39159 filename "DummyDocument2.lyx"
39160
39161 \end_inset
39162
39163
39164 \end_layout
39165
39166 \begin_layout Description
39167 Verbatim With this method any text file can be included.
39168  The file is shown in the output with its source code; no command used in
39169  the text is invoked.
39170  You can use the option 
39171 \family sans
39172 Mark spaces in output
39173 \family default
39174  that displays the character 
39175 \begin_inset Quotes eld
39176 \end_inset
39177
39178
39179 \begin_inset ERT
39180 status collapsed
39181
39182 \begin_layout Plain Layout
39183
39184
39185 \backslash
39186 textvisiblespace 
39187 \end_layout
39188
39189 \end_inset
39190
39191
39192 \begin_inset Quotes erd
39193 \end_inset
39194
39195  for every space character in the source code.
39196  The difference from the method via the menu 
39197 \family sans
39198 Insert\SpecialChar \menuseparator
39199 File\SpecialChar \menuseparator
39200 Plain
39201 \begin_inset space ~
39202 \end_inset
39203
39204 Text
39205 \family default
39206  is that the document content is not shown in LyX.
39207 \end_layout
39208
39209 \begin_layout Standard
39210 Here is a child document inserted as Verbatim: 
39211 \begin_inset CommandInset include
39212 LatexCommand verbatiminput
39213 filename "DummyTextDocument.txt"
39214
39215 \end_inset
39216
39217
39218 \begin_inset VSpace bigskip
39219 \end_inset
39220
39221  Here is a child document inserted as Verbatim using the 
39222 \family sans
39223 Mark spaces in output
39224 \family default
39225  option: 
39226 \begin_inset CommandInset include
39227 LatexCommand verbatiminput*
39228 filename "DummyTextDocument.txt"
39229
39230 \end_inset
39231
39232
39233 \end_layout
39234
39235 \begin_layout Standard
39236 \begin_inset VSpace bigskip
39237 \end_inset
39238
39239
39240 \end_layout
39241
39242 \begin_layout Standard
39243 \begin_inset Note Greyedout
39244 status open
39245
39246 \begin_layout Plain Layout
39247
39248 \series bold
39249 Note:
39250 \series default
39251  As you can see in the examples above, the text of the documents included
39252  as 
39253 \family sans
39254 verbatim
39255 \family default
39256  is not broken at the end of the document lines.
39257 \end_layout
39258
39259 \end_inset
39260
39261
39262 \end_layout
39263
39264 \begin_layout Description
39265 Listings This type is described in chapter
39266 \begin_inset space ~
39267 \end_inset
39268
39269
39270 \begin_inset CommandInset ref
39271 LatexCommand ref
39272 reference "cha:Program-Code-Listings"
39273
39274 \end_inset
39275
39276 .
39277 \end_layout
39278
39279 \begin_layout Standard
39280 \begin_inset Note Greyedout
39281 status open
39282
39283 \begin_layout Plain Layout
39284
39285 \series bold
39286 Note:
39287 \series default
39288  Including the same document twice in a document using different methods
39289  could cause LaTeX-problems.
39290 \end_layout
39291
39292 \end_inset
39293
39294
39295 \end_layout
39296
39297 \begin_layout Standard
39298 If you want to view/export only selected children of your master document,
39299  either because you want to save compiling time or because you want to distribut
39300 e single chapters of the book you are just writing, you can exclude children
39301  from the output.
39302  This is done via the menu 
39303 \family sans
39304 Document\SpecialChar \menuseparator
39305 Settings\SpecialChar \menuseparator
39306 Child Documents
39307 \family default
39308 .
39309  You can exclude\SpecialChar \slash{}
39310 include children by double-clicking on the 
39311 \family sans
39312 include to output
39313 \family default
39314  column of the respective child document in the list (note that this only
39315  works for documents embedded via 
39316 \begin_inset Quotes eld
39317 \end_inset
39318
39319 Include
39320 \begin_inset Quotes erd
39321 \end_inset
39322
39323 , not with 
39324 \begin_inset Quotes eld
39325 \end_inset
39326
39327 Input
39328 \begin_inset Quotes erd
39329 \end_inset
39330
39331 ).
39332  If the option 
39333 \family sans
39334 Maintain counters and references
39335 \family default
39336  is enabled, LyX will assure that all page numbers, references etc.
39337 \begin_inset space ~
39338 \end_inset
39339
39340 are correct as if the whole document was processed.
39341  This is useful if you want the selected sub-documents to look exactly as
39342  in the context of the whole document.
39343  However, LyX needs to process the whole document in the background for
39344  this feature.
39345  So if you want to save compile time and if counters and references do not
39346  need to be correct, disable this checkbox.
39347 \end_layout
39348
39349 \begin_layout Standard
39350 Alternatively, you can put each included file into a branch.
39351 \begin_inset Foot
39352 status collapsed
39353
39354 \begin_layout Plain Layout
39355 Branches are described in section 
39356 \emph on
39357 Branches
39358 \emph default
39359  of the LyX 
39360 \emph on
39361 Userguide
39362 \emph default
39363 .
39364 \end_layout
39365
39366 \end_inset
39367
39368  By enabling\SpecialChar \slash{}
39369 disabling branches you can decide which included files will
39370  appear in the output.
39371  This has the advantage that it also works with Input'ed sub-documents.
39372  However, counters and references will not be maintained with this approach.
39373 \end_layout
39374
39375 \begin_layout Chapter
39376 Program Code Listings
39377 \begin_inset CommandInset label
39378 LatexCommand label
39379 name "cha:Program-Code-Listings"
39380
39381 \end_inset
39382
39383
39384 \begin_inset Index idx
39385 status collapsed
39386
39387 \begin_layout Plain Layout
39388 Listings
39389 \end_layout
39390
39391 \end_inset
39392
39393
39394 \begin_inset Index idx
39395 status collapsed
39396
39397 \begin_layout Plain Layout
39398 Program Code
39399 \end_layout
39400
39401 \end_inset
39402
39403
39404 \begin_inset Index idx
39405 status collapsed
39406
39407 \begin_layout Plain Layout
39408 Floats ! Listings
39409 \end_layout
39410
39411 \end_inset
39412
39413
39414 \end_layout
39415
39416 \begin_layout Standard
39417 To include and typeset program code you can use the 
39418 \family sans
39419 Listings
39420 \family default
39421  inset that can be inserted via the menu 
39422 \family sans
39423 Insert\SpecialChar \menuseparator
39424 Program Listing
39425 \family default
39426 .
39427  The LaTeX-package 
39428 \series bold
39429 listings
39430 \series default
39431
39432 \begin_inset Index idx
39433 status collapsed
39434
39435 \begin_layout Plain Layout
39436 LaTeX-packages ! listings
39437 \end_layout
39438
39439 \end_inset
39440
39441  provides a powerful and flexible way to insert program source code into
39442  your document.
39443 \end_layout
39444
39445 \begin_layout Standard
39446 Right-clicking on a listings inset opens the context menu containing where
39447  you can set the listings format.
39448 \end_layout
39449
39450 \begin_layout Standard
39451 By default, a listing starts a new paragraph in the output.
39452  The placement option 
39453 \family sans
39454 Inline
39455 \begin_inset space ~
39456 \end_inset
39457
39458 listing
39459 \family default
39460  prints the listing inline like this: 
39461 \begin_inset listings
39462 lstparams "language={C++}"
39463 inline true
39464 status open
39465
39466 \begin_layout Plain Layout
39467
39468 int a=5;
39469 \end_layout
39470
39471 \end_inset
39472
39473
39474 \begin_inset Newline newline
39475 \end_inset
39476
39477 The option 
39478 \family sans
39479 Float
39480 \family default
39481  creates a listings float where you can specify the placement options 
39482 \begin_inset Quotes eld
39483 \end_inset
39484
39485
39486 \family sans
39487 h
39488 \family default
39489
39490 \begin_inset Quotes erd
39491 \end_inset
39492
39493
39494 \begin_inset Quotes eld
39495 \end_inset
39496
39497
39498 \family sans
39499 t
39500 \family default
39501
39502 \begin_inset Quotes erd
39503 \end_inset
39504
39505
39506 \begin_inset Quotes eld
39507 \end_inset
39508
39509
39510 \family sans
39511 b
39512 \family default
39513
39514 \begin_inset Quotes erd
39515 \end_inset
39516
39517 , and 
39518 \begin_inset Quotes eld
39519 \end_inset
39520
39521
39522 \family sans
39523 p
39524 \family default
39525
39526 \begin_inset Quotes erd
39527 \end_inset
39528
39529  corresponding to the float placement options described in section
39530 \begin_inset space ~
39531 \end_inset
39532
39533
39534 \begin_inset CommandInset ref
39535 LatexCommand ref
39536 reference "sec:Float-Placement"
39537
39538 \end_inset
39539
39540 .
39541  The placement options can be mixed and are inserted without any separation,
39542  e.
39543 \begin_inset space \thinspace{}
39544 \end_inset
39545
39546 g.
39547 \begin_inset space \space{}
39548 \end_inset
39549
39550
39551 \begin_inset Quotes eld
39552 \end_inset
39553
39554
39555 \family sans
39556 htbp
39557 \family default
39558
39559 \begin_inset Quotes erd
39560 \end_inset
39561
39562 .
39563  The option 
39564 \begin_inset Quotes eld
39565 \end_inset
39566
39567 h
39568 \begin_inset Quotes erd
39569 \end_inset
39570
39571  has sometimes no effect, but you don't need to use the 
39572 \family sans
39573 Float
39574 \family default
39575  option in this case as also non-float listings can have captions and be
39576  referenced.
39577 \end_layout
39578
39579 \begin_layout Standard
39580 You can add captions to listings with the menu 
39581 \family sans
39582 Insert\SpecialChar \menuseparator
39583 Caption
39584 \family default
39585 .
39586  Listings can be referenced like floats: Listing
39587 \begin_inset space ~
39588 \end_inset
39589
39590
39591 \begin_inset CommandInset ref
39592 LatexCommand ref
39593 reference "lst:Example-Listing"
39594
39595 \end_inset
39596
39597 .
39598  A list of listings which contains all listings with captions can be created
39599  via the menu 
39600 \family sans
39601 Insert\SpecialChar \menuseparator
39602 List
39603 \begin_inset space ~
39604 \end_inset
39605
39606 /
39607 \begin_inset space ~
39608 \end_inset
39609
39610 TOC\SpecialChar \menuseparator
39611 List of Listings
39612 \family default
39613 .
39614  The list entries are the listing caption and the listing number.
39615 \end_layout
39616
39617 \begin_layout Standard
39618 \begin_inset listings
39619 lstparams "language=Python"
39620 inline false
39621 status open
39622
39623 \begin_layout Plain Layout
39624
39625 \begin_inset Caption Standard
39626
39627 \begin_layout Plain Layout
39628 \begin_inset CommandInset label
39629 LatexCommand label
39630 name "lst:Example-Listing"
39631
39632 \end_inset
39633
39634 Example Listing float
39635 \end_layout
39636
39637 \end_inset
39638
39639 # Example listing float
39640 \end_layout
39641
39642 \begin_layout Plain Layout
39643
39644 def func(param):
39645 \end_layout
39646
39647 \begin_layout Plain Layout
39648
39649     'this is a python function'
39650 \end_layout
39651
39652 \begin_layout Plain Layout
39653
39654     pass
39655 \end_layout
39656
39657 \end_inset
39658
39659
39660 \end_layout
39661
39662 \begin_layout Standard
39663 When you have set a programming language in the listings dialog, the keywords
39664  of this language will be recognized and specially typeset in the output.
39665  In the example listings the Python keyword 
39666 \begin_inset Quotes eld
39667 \end_inset
39668
39669 def
39670 \begin_inset Quotes erd
39671 \end_inset
39672
39673  is recognized and printed bold in the output.
39674 \end_layout
39675
39676 \begin_layout Standard
39677 \begin_inset Note Greyedout
39678 status open
39679
39680 \begin_layout Plain Layout
39681
39682 \series bold
39683 Note:
39684 \series default
39685  If you don't get bold keywords when using typewriter fonts, your 
39686 \family typewriter
39687 typewriter
39688 \family default
39689  font probably doesn't provide a bold shape.
39690  In this case select a different one in the menu 
39691 \family sans
39692 Document\SpecialChar \menuseparator
39693 Settings\SpecialChar \menuseparator
39694 Fonts
39695 \family default
39696 .
39697  (The fonts 
39698 \emph on
39699 LuxiMono, BeraMono
39700 \emph default
39701  and 
39702 \emph on
39703 Courier
39704 \emph default
39705  provide bold shapes.)
39706 \end_layout
39707
39708 \end_inset
39709
39710
39711 \end_layout
39712
39713 \begin_layout Standard
39714 In section 
39715 \family sans
39716 Line
39717 \begin_inset space ~
39718 \end_inset
39719
39720 numbering
39721 \family default
39722  of the listings dialog you can specify the line numbering style.
39723  You can insert a number to specify which lines are numbered in the field
39724  
39725 \family sans
39726 Step
39727 \family default
39728 .
39729  When you insert e.
39730 \begin_inset space \thinspace{}
39731 \end_inset
39732
39733 g.
39734 \begin_inset space \space{}
39735 \end_inset
39736
39737
39738 \begin_inset Quotes eld
39739 \end_inset
39740
39741 3
39742 \begin_inset Quotes erd
39743 \end_inset
39744
39745 , only every 3rd line will be numbered.
39746 \end_layout
39747
39748 \begin_layout Standard
39749 You can furthermore specify a range of lines; only these will then appear
39750  in the output.
39751  The option 
39752 \family sans
39753 Extended character table
39754 \family default
39755  should be used when you use national characters like the German umlauts
39756  in the listing.
39757 \begin_inset Newline newline
39758 \end_inset
39759
39760 Here is an example listing with left line numbering, step 
39761 \begin_inset Quotes eld
39762 \end_inset
39763
39764 3
39765 \begin_inset Quotes erd
39766 \end_inset
39767
39768 , language 
39769 \begin_inset Quotes eld
39770 \end_inset
39771
39772 Python
39773 \begin_inset Quotes erd
39774 \end_inset
39775
39776 , options 
39777 \begin_inset Quotes eld
39778 \end_inset
39779
39780 Extended character table
39781 \begin_inset Quotes erd
39782 \end_inset
39783
39784  and 
39785 \begin_inset Quotes eld
39786 \end_inset
39787
39788 Space
39789 \begin_inset space ~
39790 \end_inset
39791
39792 as
39793 \begin_inset space ~
39794 \end_inset
39795
39796 symbol
39797 \begin_inset Quotes erd
39798 \end_inset
39799
39800 , range lines 3
39801 \begin_inset space \thinspace{}
39802 \end_inset
39803
39804 -
39805 \begin_inset space \thinspace{}
39806 \end_inset
39807
39808 8:
39809 \end_layout
39810
39811 \begin_layout Standard
39812 \begin_inset listings
39813 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39814 inline false
39815 status open
39816
39817 \begin_layout Plain Layout
39818
39819 def func(param):
39820 \end_layout
39821
39822 \begin_layout Plain Layout
39823
39824     'this is a python function'
39825 \end_layout
39826
39827 \begin_layout Plain Layout
39828
39829     pass
39830 \end_layout
39831
39832 \begin_layout Plain Layout
39833
39834 def func(param):
39835 \end_layout
39836
39837 \begin_layout Plain Layout
39838
39839 'This is a German word: Tschüß'
39840 \end_layout
39841
39842 \begin_layout Plain Layout
39843
39844 pass
39845 \end_layout
39846
39847 \begin_layout Plain Layout
39848
39849 def func(param):
39850 \end_layout
39851
39852 \begin_layout Plain Layout
39853
39854 'this is a python function'
39855 \end_layout
39856
39857 \begin_layout Plain Layout
39858
39859 pass
39860 \end_layout
39861
39862 \end_inset
39863
39864
39865 \end_layout
39866
39867 \begin_layout Standard
39868 When you have tabulators in your listing, you can specify the number of
39869  characters that are spanned by a tabulator in the field 
39870 \family sans
39871 Tabulator
39872 \begin_inset space ~
39873 \end_inset
39874
39875 size
39876 \family default
39877 .
39878 \end_layout
39879
39880 \begin_layout Standard
39881 \begin_inset Note Greyedout
39882 status open
39883
39884 \begin_layout Plain Layout
39885
39886 \series bold
39887 Note:
39888 \series default
39889  Due to a bug in the 
39890 \series bold
39891 listings
39892 \series default
39893  package the line numbering is shifted by a line by every previous listing.
39894  That's the reason why the lines 2 and 5 are numbered in the above listing
39895  and not the lines 3 and 6.
39896 \end_layout
39897
39898 \end_inset
39899
39900
39901 \end_layout
39902
39903 \begin_layout Standard
39904 \begin_inset VSpace bigskip
39905 \end_inset
39906
39907
39908 \end_layout
39909
39910 \begin_layout Standard
39911 It is also possible to print lines from a file as listing.
39912  To do this, use the menu 
39913 \family sans
39914 Insert\SpecialChar \menuseparator
39915 File\SpecialChar \menuseparator
39916 Child Document
39917 \family default
39918  and choose the type 
39919 \family sans
39920 Listings
39921 \family default
39922 .
39923 \begin_inset Foot
39924 status collapsed
39925
39926 \begin_layout Plain Layout
39927 The other child document types are described in section
39928 \begin_inset space ~
39929 \end_inset
39930
39931
39932 \begin_inset CommandInset ref
39933 LatexCommand ref
39934 reference "sec:Child-Documents"
39935
39936 \end_inset
39937
39938 .
39939 \end_layout
39940
39941 \end_inset
39942
39943  In the child document dialog you can specify the listing parameters in
39944  a text box.
39945  To show a list of all available parameters, type in a question mark 
39946 \begin_inset Quotes eld
39947 \end_inset
39948
39949 ?
39950 \begin_inset Quotes erd
39951 \end_inset
39952
39953  in the text box.
39954 \end_layout
39955
39956 \begin_layout Standard
39957 To reference child document listings, write a label text into the corresponding
39958  field of the child document dialog.
39959  The label can then be referenced using the menu 
39960 \family sans
39961 Insert\SpecialChar \menuseparator
39962 Cross-Reference
39963 \family default
39964 .
39965 \end_layout
39966
39967 \begin_layout Standard
39968 Listing
39969 \begin_inset space ~
39970 \end_inset
39971
39972
39973 \begin_inset CommandInset ref
39974 LatexCommand ref
39975 reference "lst:file-listing"
39976
39977 \end_inset
39978
39979  is an example for a listing of a file; there the lines 10
39980 \begin_inset space \thinspace{}
39981 \end_inset
39982
39983 -
39984 \begin_inset space \thinspace{}
39985 \end_inset
39986
39987 15 of this LyX file are listed.
39988 \end_layout
39989
39990 \begin_layout Standard
39991 \begin_inset CommandInset include
39992 LatexCommand lstinputlisting
39993 filename "EmbeddedObjects.lyx"
39994 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
39995
39996 \end_inset
39997
39998
39999 \end_layout
40000
40001 \begin_layout Standard
40002 \begin_inset VSpace bigskip
40003 \end_inset
40004
40005
40006 \end_layout
40007
40008 \begin_layout Standard
40009 Inserting a formula into a listing can be done the following way:
40010 \end_layout
40011
40012 \begin_layout Enumerate
40013 Open the listings dialog and add
40014 \begin_inset Newline newline
40015 \end_inset
40016
40017
40018 \family sans
40019 mathescape=true
40020 \family default
40021
40022 \begin_inset Newline newline
40023 \end_inset
40024
40025 to the field of the 
40026 \family sans
40027 Advanced
40028 \family default
40029  tab.
40030 \end_layout
40031
40032 \begin_layout Enumerate
40033 Create a formula outside the listing
40034 \end_layout
40035
40036 \begin_layout Enumerate
40037 Copy the content of the formula (not the formula inset) to the clipboard
40038  (shortcut 
40039 \begin_inset Info
40040 type  "shortcut"
40041 arg   "copy"
40042 \end_inset
40043
40044 )
40045 \end_layout
40046
40047 \begin_layout Enumerate
40048 In the listing write 
40049 \begin_inset Quotes eld
40050 \end_inset
40051
40052
40053 \family sans
40054 $$
40055 \family default
40056
40057 \begin_inset Quotes erd
40058 \end_inset
40059
40060  and copy from the clipboard between the dollar-signs (shortcut 
40061 \begin_inset Info
40062 type  "shortcut"
40063 arg   "paste"
40064 \end_inset
40065
40066 )
40067 \end_layout
40068
40069 \begin_layout Standard
40070 \begin_inset listings
40071 lstparams "language=Python,mathescape=true"
40072 inline false
40073 status open
40074
40075 \begin_layout Plain Layout
40076
40077 \begin_inset Caption Standard
40078
40079 \begin_layout Plain Layout
40080 Example Listing float containing a formula
40081 \end_layout
40082
40083 \end_inset
40084
40085 # Example listing float
40086 \end_layout
40087
40088 \begin_layout Plain Layout
40089
40090 def func(param):
40091 \end_layout
40092
40093 \begin_layout Plain Layout
40094
40095     # $
40096 \backslash
40097 prod_{n=1}^{
40098 \backslash
40099 infty}
40100 \backslash
40101 ,
40102 \backslash
40103 frac{1}{x^{2}}$
40104 \end_layout
40105
40106 \begin_layout Plain Layout
40107
40108     pass
40109 \end_layout
40110
40111 \end_inset
40112
40113
40114 \end_layout
40115
40116 \begin_layout Standard
40117 \begin_inset VSpace bigskip
40118 \end_inset
40119
40120
40121 \end_layout
40122
40123 \begin_layout Standard
40124 Global listings settings can be set in the 
40125 \family sans
40126 Document\SpecialChar \menuseparator
40127 Settings\SpecialChar \menuseparator
40128 Listings
40129 \family default
40130  dialog.
40131  To get there a list of available options, type in a question mark 
40132 \begin_inset Quotes eld
40133 \end_inset
40134
40135 ?
40136 \begin_inset Quotes erd
40137 \end_inset
40138
40139 .
40140 \end_layout
40141
40142 \begin_layout Standard
40143 For more information about the 
40144 \series bold
40145 listings
40146 \series default
40147  package, we refer to its documentation 
40148 \begin_inset CommandInset citation
40149 LatexCommand cite
40150 key "listings"
40151
40152 \end_inset
40153
40154 .
40155 \end_layout
40156
40157 \begin_layout Standard
40158 \begin_inset Newpage newpage
40159 \end_inset
40160
40161
40162 \end_layout
40163
40164 \begin_layout Chapter
40165 \start_of_appendix
40166 Units available in LyX
40167 \begin_inset Index idx
40168 status collapsed
40169
40170 \begin_layout Plain Layout
40171 Units
40172 \end_layout
40173
40174 \end_inset
40175
40176
40177 \begin_inset CommandInset label
40178 LatexCommand label
40179 name "cha:Units-available-in"
40180
40181 \end_inset
40182
40183
40184 \end_layout
40185
40186 \begin_layout Standard
40187 To understand the units described in this documentation, Table
40188 \begin_inset space ~
40189 \end_inset
40190
40191
40192 \begin_inset CommandInset ref
40193 LatexCommand ref
40194 reference "tab:Units"
40195
40196 \end_inset
40197
40198  explains all units available in LyX.
40199 \end_layout
40200
40201 \begin_layout Standard
40202 \begin_inset Float table
40203 placement h
40204 wide false
40205 sideways false
40206 status open
40207
40208 \begin_layout Plain Layout
40209 \begin_inset Caption Standard
40210
40211 \begin_layout Plain Layout
40212 \begin_inset CommandInset label
40213 LatexCommand label
40214 name "tab:Units"
40215
40216 \end_inset
40217
40218 Units
40219 \end_layout
40220
40221 \end_inset
40222
40223
40224 \end_layout
40225
40226 \begin_layout Plain Layout
40227 \begin_inset VSpace medskip
40228 \end_inset
40229
40230
40231 \end_layout
40232
40233 \begin_layout Plain Layout
40234 \align center
40235 \begin_inset Tabular
40236 <lyxtabular version="3" rows="20" columns="2">
40237 <features rotate="0" tabularvalignment="middle">
40238 <column alignment="center" valignment="top">
40239 <column alignment="center" valignment="top">
40240 <row>
40241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40242 \begin_inset Text
40243
40244 \begin_layout Plain Layout
40245 unit
40246 \end_layout
40247
40248 \end_inset
40249 </cell>
40250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40251 \begin_inset Text
40252
40253 \begin_layout Plain Layout
40254 name/description
40255 \end_layout
40256
40257 \end_inset
40258 </cell>
40259 </row>
40260 <row>
40261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40262 \begin_inset Text
40263
40264 \begin_layout Plain Layout
40265 mm
40266 \end_layout
40267
40268 \end_inset
40269 </cell>
40270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40271 \begin_inset Text
40272
40273 \begin_layout Plain Layout
40274 millimeter
40275 \end_layout
40276
40277 \end_inset
40278 </cell>
40279 </row>
40280 <row>
40281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40282 \begin_inset Text
40283
40284 \begin_layout Plain Layout
40285 cm
40286 \end_layout
40287
40288 \end_inset
40289 </cell>
40290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40291 \begin_inset Text
40292
40293 \begin_layout Plain Layout
40294 centimeter
40295 \end_layout
40296
40297 \end_inset
40298 </cell>
40299 </row>
40300 <row>
40301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40302 \begin_inset Text
40303
40304 \begin_layout Plain Layout
40305 in
40306 \end_layout
40307
40308 \end_inset
40309 </cell>
40310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40311 \begin_inset Text
40312
40313 \begin_layout Plain Layout
40314 inch
40315 \end_layout
40316
40317 \end_inset
40318 </cell>
40319 </row>
40320 <row>
40321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40322 \begin_inset Text
40323
40324 \begin_layout Plain Layout
40325 pt
40326 \end_layout
40327
40328 \end_inset
40329 </cell>
40330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40331 \begin_inset Text
40332
40333 \begin_layout Plain Layout
40334 point (72.27
40335 \begin_inset space \thinspace{}
40336 \end_inset
40337
40338 pt = 1
40339 \begin_inset space \thinspace{}
40340 \end_inset
40341
40342 in)
40343 \end_layout
40344
40345 \end_inset
40346 </cell>
40347 </row>
40348 <row>
40349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40350 \begin_inset Text
40351
40352 \begin_layout Plain Layout
40353 pc
40354 \end_layout
40355
40356 \end_inset
40357 </cell>
40358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40359 \begin_inset Text
40360
40361 \begin_layout Plain Layout
40362 pica (1
40363 \begin_inset space \thinspace{}
40364 \end_inset
40365
40366 pc = 12
40367 \begin_inset space \thinspace{}
40368 \end_inset
40369
40370 pt)
40371 \end_layout
40372
40373 \end_inset
40374 </cell>
40375 </row>
40376 <row>
40377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40378 \begin_inset Text
40379
40380 \begin_layout Plain Layout
40381 sp
40382 \end_layout
40383
40384 \end_inset
40385 </cell>
40386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40387 \begin_inset Text
40388
40389 \begin_layout Plain Layout
40390 scaled point (65536
40391 \begin_inset space \thinspace{}
40392 \end_inset
40393
40394 sp = 1
40395 \begin_inset space \thinspace{}
40396 \end_inset
40397
40398 pt)
40399 \end_layout
40400
40401 \end_inset
40402 </cell>
40403 </row>
40404 <row>
40405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40406 \begin_inset Text
40407
40408 \begin_layout Plain Layout
40409 bp
40410 \end_layout
40411
40412 \end_inset
40413 </cell>
40414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40415 \begin_inset Text
40416
40417 \begin_layout Plain Layout
40418 big point (72
40419 \begin_inset space \thinspace{}
40420 \end_inset
40421
40422 bp = 1
40423 \begin_inset space \thinspace{}
40424 \end_inset
40425
40426 in)
40427 \end_layout
40428
40429 \end_inset
40430 </cell>
40431 </row>
40432 <row>
40433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40434 \begin_inset Text
40435
40436 \begin_layout Plain Layout
40437 dd
40438 \end_layout
40439
40440 \end_inset
40441 </cell>
40442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40443 \begin_inset Text
40444
40445 \begin_layout Plain Layout
40446 didot (1
40447 \begin_inset space \thinspace{}
40448 \end_inset
40449
40450 dd 
40451 \begin_inset Formula $\approx$
40452 \end_inset
40453
40454  0.376
40455 \begin_inset space \thinspace{}
40456 \end_inset
40457
40458 mm)
40459 \end_layout
40460
40461 \end_inset
40462 </cell>
40463 </row>
40464 <row>
40465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40466 \begin_inset Text
40467
40468 \begin_layout Plain Layout
40469 cc
40470 \end_layout
40471
40472 \end_inset
40473 </cell>
40474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40475 \begin_inset Text
40476
40477 \begin_layout Plain Layout
40478 cicero (1
40479 \begin_inset space \thinspace{}
40480 \end_inset
40481
40482 cc = 12
40483 \begin_inset space \thinspace{}
40484 \end_inset
40485
40486 dd)
40487 \end_layout
40488
40489 \end_inset
40490 </cell>
40491 </row>
40492 <row>
40493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40494 \begin_inset Text
40495
40496 \begin_layout Plain Layout
40497 Scale%
40498 \end_layout
40499
40500 \end_inset
40501 </cell>
40502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40503 \begin_inset Text
40504
40505 \begin_layout Plain Layout
40506 % of original image width
40507 \end_layout
40508
40509 \end_inset
40510 </cell>
40511 </row>
40512 <row>
40513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40514 \begin_inset Text
40515
40516 \begin_layout Plain Layout
40517 text%
40518 \end_layout
40519
40520 \end_inset
40521 </cell>
40522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40523 \begin_inset Text
40524
40525 \begin_layout Plain Layout
40526 % of text width
40527 \end_layout
40528
40529 \end_inset
40530 </cell>
40531 </row>
40532 <row>
40533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40534 \begin_inset Text
40535
40536 \begin_layout Plain Layout
40537 col%
40538 \end_layout
40539
40540 \end_inset
40541 </cell>
40542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40543 \begin_inset Text
40544
40545 \begin_layout Plain Layout
40546 % of column width
40547 \end_layout
40548
40549 \end_inset
40550 </cell>
40551 </row>
40552 <row>
40553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40554 \begin_inset Text
40555
40556 \begin_layout Plain Layout
40557 page%
40558 \end_layout
40559
40560 \end_inset
40561 </cell>
40562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40563 \begin_inset Text
40564
40565 \begin_layout Plain Layout
40566 % of paper width
40567 \end_layout
40568
40569 \end_inset
40570 </cell>
40571 </row>
40572 <row>
40573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40574 \begin_inset Text
40575
40576 \begin_layout Plain Layout
40577 line%
40578 \end_layout
40579
40580 \end_inset
40581 </cell>
40582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40583 \begin_inset Text
40584
40585 \begin_layout Plain Layout
40586 % of line width
40587 \end_layout
40588
40589 \end_inset
40590 </cell>
40591 </row>
40592 <row>
40593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40594 \begin_inset Text
40595
40596 \begin_layout Plain Layout
40597 theight%
40598 \end_layout
40599
40600 \end_inset
40601 </cell>
40602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40603 \begin_inset Text
40604
40605 \begin_layout Plain Layout
40606 % of text height
40607 \end_layout
40608
40609 \end_inset
40610 </cell>
40611 </row>
40612 <row>
40613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40614 \begin_inset Text
40615
40616 \begin_layout Plain Layout
40617 pheight%
40618 \end_layout
40619
40620 \end_inset
40621 </cell>
40622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40623 \begin_inset Text
40624
40625 \begin_layout Plain Layout
40626 % of paper height
40627 \end_layout
40628
40629 \end_inset
40630 </cell>
40631 </row>
40632 <row>
40633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40634 \begin_inset Text
40635
40636 \begin_layout Plain Layout
40637 ex
40638 \end_layout
40639
40640 \end_inset
40641 </cell>
40642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40643 \begin_inset Text
40644
40645 \begin_layout Plain Layout
40646 height of letter 
40647 \emph on
40648 x
40649 \emph default
40650  in current font
40651 \end_layout
40652
40653 \end_inset
40654 </cell>
40655 </row>
40656 <row>
40657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40658 \begin_inset Text
40659
40660 \begin_layout Plain Layout
40661 em
40662 \end_layout
40663
40664 \end_inset
40665 </cell>
40666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40667 \begin_inset Text
40668
40669 \begin_layout Plain Layout
40670 width of letter 
40671 \emph on
40672 M
40673 \emph default
40674  in current font
40675 \end_layout
40676
40677 \end_inset
40678 </cell>
40679 </row>
40680 <row>
40681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40682 \begin_inset Text
40683
40684 \begin_layout Plain Layout
40685 mu
40686 \end_layout
40687
40688 \end_inset
40689 </cell>
40690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40691 \begin_inset Text
40692
40693 \begin_layout Plain Layout
40694 math unit (1
40695 \begin_inset space \thinspace{}
40696 \end_inset
40697
40698 mu = 1/18
40699 \begin_inset space \thinspace{}
40700 \end_inset
40701
40702 em)
40703 \end_layout
40704
40705 \end_inset
40706 </cell>
40707 </row>
40708 </lyxtabular>
40709
40710 \end_inset
40711
40712
40713 \end_layout
40714
40715 \end_inset
40716
40717
40718 \end_layout
40719
40720 \begin_layout Chapter
40721 Output File Formats with Graphics
40722 \begin_inset CommandInset label
40723 LatexCommand label
40724 name "cha:Output-File-Formats"
40725
40726 \end_inset
40727
40728
40729 \end_layout
40730
40731 \begin_layout Section
40732 DVI
40733 \begin_inset Index idx
40734 status collapsed
40735
40736 \begin_layout Plain Layout
40737 File Formats ! DVI
40738 \end_layout
40739
40740 \end_inset
40741
40742
40743 \begin_inset Index idx
40744 status collapsed
40745
40746 \begin_layout Plain Layout
40747 DVI|see
40748 \begin_inset ERT
40749 status collapsed
40750
40751 \begin_layout Plain Layout
40752
40753 {
40754 \end_layout
40755
40756 \end_inset
40757
40758 File Formats
40759 \begin_inset ERT
40760 status collapsed
40761
40762 \begin_layout Plain Layout
40763
40764 }
40765 \end_layout
40766
40767 \end_inset
40768
40769
40770 \end_layout
40771
40772 \end_inset
40773
40774
40775 \end_layout
40776
40777 \begin_layout Standard
40778 This file type has the extension 
40779 \begin_inset Quotes eld
40780 \end_inset
40781
40782
40783 \family typewriter
40784 .dvi
40785 \family default
40786
40787 \begin_inset Quotes erd
40788 \end_inset
40789
40790 .
40791  It is called 
40792 \begin_inset Quotes eld
40793 \end_inset
40794
40795 device-independent
40796 \begin_inset Quotes erd
40797 \end_inset
40798
40799  (DVI), because it is completely portable; you can move them from one machine
40800  to another without needing to do any sort of conversion.
40801  At the time when this file-format was developed, this was no matter of
40802  course.
40803  DVIs are used for quick previews and as pre-stage for other output formats,
40804  like PostScript.
40805 \end_layout
40806
40807 \begin_layout Standard
40808 \begin_inset Note Greyedout
40809 status open
40810
40811 \begin_layout Plain Layout
40812
40813 \series bold
40814 Note:
40815 \series default
40816  DVI-files do not contain images; they will only be a linked.
40817 \end_layout
40818
40819 \end_inset
40820
40821  So don't forget this, if you move your 
40822 \family typewriter
40823 .dvi
40824 \family default
40825  file to another computer.
40826  This property can also slow down your computer when you view the DVI, because
40827  the DVI-viewer has to convert the image in the background to make it visible
40828  when you scroll in the DVI.
40829  So it is recommended that you use PDF for files with many images.
40830 \end_layout
40831
40832 \begin_layout Standard
40833 You can export your document to DVI by using the menu 
40834 \family sans
40835 File\SpecialChar \menuseparator
40836 Export\SpecialChar \menuseparator
40837 DVI
40838 \family default
40839 .
40840  You can view your document as DVI via the 
40841 \family sans
40842 View
40843 \family default
40844  menu.
40845 \end_layout
40846
40847 \begin_layout Section
40848 PostScript
40849 \begin_inset CommandInset label
40850 LatexCommand label
40851 name "sec:PostScript"
40852
40853 \end_inset
40854
40855
40856 \begin_inset Index idx
40857 status collapsed
40858
40859 \begin_layout Plain Layout
40860 File Formats ! PostScript
40861 \end_layout
40862
40863 \end_inset
40864
40865
40866 \begin_inset Index idx
40867 status collapsed
40868
40869 \begin_layout Plain Layout
40870 PostScript|see
40871 \begin_inset ERT
40872 status collapsed
40873
40874 \begin_layout Plain Layout
40875
40876 {
40877 \end_layout
40878
40879 \end_inset
40880
40881 File Formats
40882 \begin_inset ERT
40883 status collapsed
40884
40885 \begin_layout Plain Layout
40886
40887 }
40888 \end_layout
40889
40890 \end_inset
40891
40892
40893 \end_layout
40894
40895 \end_inset
40896
40897
40898 \end_layout
40899
40900 \begin_layout Standard
40901 This file type has the extension 
40902 \begin_inset Quotes eld
40903 \end_inset
40904
40905
40906 \family typewriter
40907 .ps
40908 \family default
40909
40910 \begin_inset Quotes erd
40911 \end_inset
40912
40913 .
40914  PostScript was developed by the company 
40915 \family typewriter
40916 Adobe
40917 \family default
40918  as a printer language.
40919  The file therefore contains commands that the printer uses to print the
40920  file.
40921  PostScript can be seen as a 
40922 \begin_inset Quotes eld
40923 \end_inset
40924
40925 programming language
40926 \begin_inset Quotes erd
40927 \end_inset
40928
40929 ; you can calculate with it and draw diagrams and images
40930 \begin_inset Foot
40931 status collapsed
40932
40933 \begin_layout Plain Layout
40934 If you are interested to learn more about this, have a look at the LaTeX-package
40935  
40936 \series bold
40937 PSTricks
40938 \series default
40939  
40940 \begin_inset CommandInset citation
40941 LatexCommand cite
40942 key "pstricks"
40943
40944 \end_inset
40945
40946 .
40947 \end_layout
40948
40949 \end_inset
40950
40951 .
40952  Due to this ability, the files are often bigger than PDFs.
40953 \end_layout
40954
40955 \begin_layout Standard
40956 PostScript can only contain images in the format 
40957 \begin_inset Quotes eld
40958 \end_inset
40959
40960 Encapsulated PostScript
40961 \begin_inset Quotes erd
40962 \end_inset
40963
40964  (EPS, file extension 
40965 \begin_inset Quotes eld
40966 \end_inset
40967
40968
40969 \family typewriter
40970 .eps
40971 \family default
40972
40973 \begin_inset Quotes erd
40974 \end_inset
40975
40976 ).
40977  As LyX allows you to use any known image format in your document, it has
40978  to convert images in the background to EPS.
40979  If you have e.g.
40980 \begin_inset space ~
40981 \end_inset
40982
40983 50
40984 \begin_inset space ~
40985 \end_inset
40986
40987 images in your document, LyX has to do 50
40988 \begin_inset space ~
40989 \end_inset
40990
40991 conversions whenever you view or export your document.
40992  This will slow down your work flow with LyX drastically.
40993  So if you plan to use PostScript, you can insert your images directly as
40994  EPS to avoid this problem.
40995 \end_layout
40996
40997 \begin_layout Standard
40998 You can export your document to PostScript using the menu 
40999 \family sans
41000 File\SpecialChar \menuseparator
41001 Export\SpecialChar \menuseparator
41002 Postscript
41003 \family default
41004 .
41005  You can view your document as PostScript via the 
41006 \family sans
41007 View
41008 \family default
41009  menu.
41010 \end_layout
41011
41012 \begin_layout Section
41013 PDF
41014 \begin_inset Index idx
41015 status collapsed
41016
41017 \begin_layout Plain Layout
41018 File Formats ! PDF
41019 \end_layout
41020
41021 \end_inset
41022
41023
41024 \begin_inset Index idx
41025 status collapsed
41026
41027 \begin_layout Plain Layout
41028 PDF
41029 \end_layout
41030
41031 \end_inset
41032
41033
41034 \end_layout
41035
41036 \begin_layout Standard
41037 This file type has the extension 
41038 \begin_inset Quotes eld
41039 \end_inset
41040
41041
41042 \family typewriter
41043 .pdf
41044 \family default
41045
41046 \begin_inset Quotes erd
41047 \end_inset
41048
41049 .
41050  The 
41051 \begin_inset Quotes eld
41052 \end_inset
41053
41054 Portable Document Format
41055 \begin_inset Quotes erd
41056 \end_inset
41057
41058  (PDF) was developed by 
41059 \family typewriter
41060 Adobe
41061 \family default
41062  as a derivative of PostScript.
41063  It is more compressed and it uses fewer commands than PostScript.
41064  As the name 
41065 \begin_inset Quotes eld
41066 \end_inset
41067
41068 portable
41069 \begin_inset Quotes erd
41070 \end_inset
41071
41072  implies, it can be processed at any computer system and the printed output
41073  looks exactly the same.
41074 \end_layout
41075
41076 \begin_layout Standard
41077 PDF can contain images in its own PDF format, in the format 
41078 \begin_inset Quotes eld
41079 \end_inset
41080
41081 Joint Photographic Experts Group
41082 \begin_inset Quotes erd
41083 \end_inset
41084
41085  (JPG, file extension 
41086 \begin_inset Quotes eld
41087 \end_inset
41088
41089
41090 \family typewriter
41091 .jpg
41092 \family default
41093
41094 \begin_inset Quotes erd
41095 \end_inset
41096
41097  or 
41098 \begin_inset Quotes eld
41099 \end_inset
41100
41101
41102 \family typewriter
41103 .jpeg
41104 \family default
41105
41106 \begin_inset Quotes erd
41107 \end_inset
41108
41109 ), and in the format 
41110 \begin_inset Quotes eld
41111 \end_inset
41112
41113 Portable Network Graphics
41114 \begin_inset Quotes erd
41115 \end_inset
41116
41117  (PNG, file extension 
41118 \begin_inset Quotes eld
41119 \end_inset
41120
41121
41122 \family typewriter
41123 .png
41124 \family default
41125
41126 \begin_inset Quotes erd
41127 \end_inset
41128
41129 ).
41130  Nevertheless you can use any other image format, because LyX converts them
41131  in the background to one of these formats.
41132  But as described in the section about PostScript, the image conversion
41133  will slow down your work flow.
41134  So it is recommended that you use images in one of the three mentioned
41135  formats.
41136 \end_layout
41137
41138 \begin_layout Standard
41139 You can export your document to PDF via the menu 
41140 \family sans
41141 File\SpecialChar \menuseparator
41142 Export
41143 \family default
41144  in three different ways:
41145 \end_layout
41146
41147 \begin_layout Description
41148 PDF
41149 \begin_inset space ~
41150 \end_inset
41151
41152 (ps2pdf) This uses the program 
41153 \family typewriter
41154 ps2pdf
41155 \family default
41156  that creates a PDF from a PostScript-version of your file.
41157  The PostScript-version is produced by the program 
41158 \family typewriter
41159 dvips
41160 \family default
41161  which uses a DVI-version as intermediate step.
41162  So this export variant consists of three conversions.
41163 \end_layout
41164
41165 \begin_layout Description
41166 PDF
41167 \begin_inset space ~
41168 \end_inset
41169
41170 (dvipdfm) This uses the program 
41171 \family typewriter
41172 dvipdfm
41173 \family default
41174  that converts your file in the background to DVI and in a second step to
41175  PDF.
41176 \end_layout
41177
41178 \begin_layout Description
41179 PDF
41180 \begin_inset space ~
41181 \end_inset
41182
41183 (pdflatex) This uses the program 
41184 \family typewriter
41185 pdftex
41186 \family default
41187  that converts your file directly to PDF.
41188 \end_layout
41189
41190 \begin_layout Standard
41191 It is recommended that you use 
41192 \family sans
41193 PDF
41194 \begin_inset space ~
41195 \end_inset
41196
41197 (pdflatex)
41198 \family default
41199  because 
41200 \family typewriter
41201 pdftex
41202 \family default
41203  supports all features of actual PDF-versions, is quick and works stable.
41204  The program 
41205 \family typewriter
41206 dvipdfm
41207 \family default
41208  is not under development and therefore a bit outdated.
41209 \end_layout
41210
41211 \begin_layout Standard
41212 You can view your document as PDF via the 
41213 \family sans
41214 View
41215 \family default
41216  menu or by using a toolbar button.
41217 \end_layout
41218
41219 \begin_layout Chapter
41220 List of dvips color names
41221 \begin_inset CommandInset label
41222 LatexCommand label
41223 name "chap:List-of-dvips-colornames"
41224
41225 \end_inset
41226
41227
41228 \end_layout
41229
41230 \begin_layout Standard
41231 \begin_inset Tabular
41232 <lyxtabular version="3" rows="17" columns="4">
41233 <features rotate="0" tabularvalignment="middle">
41234 <column alignment="left" valignment="top" width="0pt">
41235 <column alignment="left" valignment="top" width="0pt">
41236 <column alignment="left" valignment="top" width="0pt">
41237 <column alignment="left" valignment="top" width="0pt">
41238 <row>
41239 <cell alignment="left" valignment="top" usebox="none">
41240 \begin_inset Text
41241
41242 \begin_layout Plain Layout
41243 \begin_inset ERT
41244 status collapsed
41245
41246 \begin_layout Plain Layout
41247
41248
41249 \backslash
41250 fcolorbox{black}{
41251 \end_layout
41252
41253 \end_inset
41254
41255 white
41256 \begin_inset ERT
41257 status collapsed
41258
41259 \begin_layout Plain Layout
41260
41261 }{
41262 \end_layout
41263
41264 \end_inset
41265
41266 Color
41267 \begin_inset ERT
41268 status collapsed
41269
41270 \begin_layout Plain Layout
41271
41272 }
41273 \end_layout
41274
41275 \end_inset
41276
41277  Color name
41278 \end_layout
41279
41280 \end_inset
41281 </cell>
41282 <cell alignment="left" valignment="top" usebox="none">
41283 \begin_inset Text
41284
41285 \begin_layout Plain Layout
41286 \begin_inset ERT
41287 status collapsed
41288
41289 \begin_layout Plain Layout
41290
41291
41292 \backslash
41293 fcolorbox{black}{
41294 \end_layout
41295
41296 \end_inset
41297
41298 white
41299 \begin_inset ERT
41300 status collapsed
41301
41302 \begin_layout Plain Layout
41303
41304 }{
41305 \end_layout
41306
41307 \end_inset
41308
41309 Color
41310 \begin_inset ERT
41311 status collapsed
41312
41313 \begin_layout Plain Layout
41314
41315 }
41316 \end_layout
41317
41318 \end_inset
41319
41320  Color name
41321 \end_layout
41322
41323 \end_inset
41324 </cell>
41325 <cell alignment="left" valignment="top" usebox="none">
41326 \begin_inset Text
41327
41328 \begin_layout Plain Layout
41329 \begin_inset ERT
41330 status collapsed
41331
41332 \begin_layout Plain Layout
41333
41334
41335 \backslash
41336 fcolorbox{black}{
41337 \end_layout
41338
41339 \end_inset
41340
41341 white
41342 \begin_inset ERT
41343 status collapsed
41344
41345 \begin_layout Plain Layout
41346
41347 }{
41348 \end_layout
41349
41350 \end_inset
41351
41352 Color
41353 \begin_inset ERT
41354 status collapsed
41355
41356 \begin_layout Plain Layout
41357
41358 }
41359 \end_layout
41360
41361 \end_inset
41362
41363  Color name
41364 \end_layout
41365
41366 \end_inset
41367 </cell>
41368 <cell alignment="left" valignment="top" usebox="none">
41369 \begin_inset Text
41370
41371 \begin_layout Plain Layout
41372 \begin_inset ERT
41373 status collapsed
41374
41375 \begin_layout Plain Layout
41376
41377
41378 \backslash
41379 fcolorbox{black}{
41380 \end_layout
41381
41382 \end_inset
41383
41384 white
41385 \begin_inset ERT
41386 status collapsed
41387
41388 \begin_layout Plain Layout
41389
41390 }{
41391 \end_layout
41392
41393 \end_inset
41394
41395 Color
41396 \begin_inset ERT
41397 status collapsed
41398
41399 \begin_layout Plain Layout
41400
41401 }
41402 \end_layout
41403
41404 \end_inset
41405
41406  Color name
41407 \end_layout
41408
41409 \end_inset
41410 </cell>
41411 </row>
41412 <row>
41413 <cell alignment="center" valignment="top" usebox="none">
41414 \begin_inset Text
41415
41416 \begin_layout Plain Layout
41417 \begin_inset ERT
41418 status collapsed
41419
41420 \begin_layout Plain Layout
41421
41422
41423 \backslash
41424 fcolorbox{black}{
41425 \end_layout
41426
41427 \end_inset
41428
41429 Apricot
41430 \begin_inset ERT
41431 status collapsed
41432
41433 \begin_layout Plain Layout
41434
41435 }{
41436 \end_layout
41437
41438 \end_inset
41439
41440
41441 \begin_inset Phantom Phantom
41442 status open
41443
41444 \begin_layout Plain Layout
41445 W
41446 \end_layout
41447
41448 \end_inset
41449
41450
41451 \begin_inset ERT
41452 status collapsed
41453
41454 \begin_layout Plain Layout
41455
41456 }
41457 \end_layout
41458
41459 \end_inset
41460
41461  Apricot
41462 \end_layout
41463
41464 \end_inset
41465 </cell>
41466 <cell alignment="center" valignment="top" usebox="none">
41467 \begin_inset Text
41468
41469 \begin_layout Plain Layout
41470 \begin_inset ERT
41471 status collapsed
41472
41473 \begin_layout Plain Layout
41474
41475
41476 \backslash
41477 fcolorbox{black}{
41478 \end_layout
41479
41480 \end_inset
41481
41482 Aquamarine
41483 \begin_inset ERT
41484 status collapsed
41485
41486 \begin_layout Plain Layout
41487
41488 }{
41489 \end_layout
41490
41491 \end_inset
41492
41493
41494 \begin_inset Phantom Phantom
41495 status open
41496
41497 \begin_layout Plain Layout
41498 W
41499 \end_layout
41500
41501 \end_inset
41502
41503
41504 \begin_inset ERT
41505 status collapsed
41506
41507 \begin_layout Plain Layout
41508
41509 }
41510 \end_layout
41511
41512 \end_inset
41513
41514  Aquamarine
41515 \end_layout
41516
41517 \end_inset
41518 </cell>
41519 <cell alignment="center" valignment="top" usebox="none">
41520 \begin_inset Text
41521
41522 \begin_layout Plain Layout
41523 \begin_inset ERT
41524 status collapsed
41525
41526 \begin_layout Plain Layout
41527
41528
41529 \backslash
41530 fcolorbox{black}{
41531 \end_layout
41532
41533 \end_inset
41534
41535 Bittersweet
41536 \begin_inset ERT
41537 status collapsed
41538
41539 \begin_layout Plain Layout
41540
41541 }{
41542 \end_layout
41543
41544 \end_inset
41545
41546
41547 \begin_inset Phantom Phantom
41548 status open
41549
41550 \begin_layout Plain Layout
41551 W
41552 \end_layout
41553
41554 \end_inset
41555
41556
41557 \begin_inset ERT
41558 status collapsed
41559
41560 \begin_layout Plain Layout
41561
41562 }
41563 \end_layout
41564
41565 \end_inset
41566
41567  Bittersweet
41568 \end_layout
41569
41570 \end_inset
41571 </cell>
41572 <cell alignment="center" valignment="top" usebox="none">
41573 \begin_inset Text
41574
41575 \begin_layout Plain Layout
41576 \begin_inset ERT
41577 status collapsed
41578
41579 \begin_layout Plain Layout
41580
41581
41582 \backslash
41583 fcolorbox{black}{
41584 \end_layout
41585
41586 \end_inset
41587
41588 BlueGreen
41589 \begin_inset ERT
41590 status collapsed
41591
41592 \begin_layout Plain Layout
41593
41594 }{
41595 \end_layout
41596
41597 \end_inset
41598
41599
41600 \begin_inset Phantom Phantom
41601 status open
41602
41603 \begin_layout Plain Layout
41604 W
41605 \end_layout
41606
41607 \end_inset
41608
41609
41610 \begin_inset ERT
41611 status collapsed
41612
41613 \begin_layout Plain Layout
41614
41615 }
41616 \end_layout
41617
41618 \end_inset
41619
41620  BlueGreen
41621 \end_layout
41622
41623 \end_inset
41624 </cell>
41625 </row>
41626 <row>
41627 <cell alignment="left" valignment="top" usebox="none">
41628 \begin_inset Text
41629
41630 \begin_layout Plain Layout
41631 \begin_inset ERT
41632 status collapsed
41633
41634 \begin_layout Plain Layout
41635
41636
41637 \backslash
41638 fcolorbox{black}{
41639 \end_layout
41640
41641 \end_inset
41642
41643 BlueViolet
41644 \begin_inset ERT
41645 status collapsed
41646
41647 \begin_layout Plain Layout
41648
41649 }{
41650 \end_layout
41651
41652 \end_inset
41653
41654
41655 \begin_inset Phantom Phantom
41656 status open
41657
41658 \begin_layout Plain Layout
41659 W
41660 \end_layout
41661
41662 \end_inset
41663
41664
41665 \begin_inset ERT
41666 status collapsed
41667
41668 \begin_layout Plain Layout
41669
41670 }
41671 \end_layout
41672
41673 \end_inset
41674
41675  BlueViolet
41676 \end_layout
41677
41678 \end_inset
41679 </cell>
41680 <cell alignment="left" valignment="top" usebox="none">
41681 \begin_inset Text
41682
41683 \begin_layout Plain Layout
41684 \begin_inset ERT
41685 status collapsed
41686
41687 \begin_layout Plain Layout
41688
41689
41690 \backslash
41691 fcolorbox{black}{
41692 \end_layout
41693
41694 \end_inset
41695
41696 BrickRed
41697 \begin_inset ERT
41698 status collapsed
41699
41700 \begin_layout Plain Layout
41701
41702 }{
41703 \end_layout
41704
41705 \end_inset
41706
41707
41708 \begin_inset Phantom Phantom
41709 status open
41710
41711 \begin_layout Plain Layout
41712 W
41713 \end_layout
41714
41715 \end_inset
41716
41717
41718 \begin_inset ERT
41719 status collapsed
41720
41721 \begin_layout Plain Layout
41722
41723 }
41724 \end_layout
41725
41726 \end_inset
41727
41728  BrickRed
41729 \end_layout
41730
41731 \end_inset
41732 </cell>
41733 <cell alignment="left" valignment="top" usebox="none">
41734 \begin_inset Text
41735
41736 \begin_layout Plain Layout
41737 \begin_inset ERT
41738 status collapsed
41739
41740 \begin_layout Plain Layout
41741
41742
41743 \backslash
41744 fcolorbox{black}{
41745 \end_layout
41746
41747 \end_inset
41748
41749 Brown
41750 \begin_inset ERT
41751 status collapsed
41752
41753 \begin_layout Plain Layout
41754
41755 }{
41756 \end_layout
41757
41758 \end_inset
41759
41760
41761 \begin_inset Phantom Phantom
41762 status open
41763
41764 \begin_layout Plain Layout
41765 W
41766 \end_layout
41767
41768 \end_inset
41769
41770
41771 \begin_inset ERT
41772 status collapsed
41773
41774 \begin_layout Plain Layout
41775
41776 }
41777 \end_layout
41778
41779 \end_inset
41780
41781  Brown
41782 \end_layout
41783
41784 \end_inset
41785 </cell>
41786 <cell alignment="left" valignment="top" usebox="none">
41787 \begin_inset Text
41788
41789 \begin_layout Plain Layout
41790 \begin_inset ERT
41791 status collapsed
41792
41793 \begin_layout Plain Layout
41794
41795
41796 \backslash
41797 fcolorbox{black}{
41798 \end_layout
41799
41800 \end_inset
41801
41802 BurntOrange
41803 \begin_inset ERT
41804 status collapsed
41805
41806 \begin_layout Plain Layout
41807
41808 }{
41809 \end_layout
41810
41811 \end_inset
41812
41813
41814 \begin_inset Phantom Phantom
41815 status open
41816
41817 \begin_layout Plain Layout
41818 W
41819 \end_layout
41820
41821 \end_inset
41822
41823
41824 \begin_inset ERT
41825 status collapsed
41826
41827 \begin_layout Plain Layout
41828
41829 }
41830 \end_layout
41831
41832 \end_inset
41833
41834  BurntOrange
41835 \end_layout
41836
41837 \end_inset
41838 </cell>
41839 </row>
41840 <row>
41841 <cell alignment="left" valignment="top" usebox="none">
41842 \begin_inset Text
41843
41844 \begin_layout Plain Layout
41845 \begin_inset ERT
41846 status collapsed
41847
41848 \begin_layout Plain Layout
41849
41850
41851 \backslash
41852 fcolorbox{black}{
41853 \end_layout
41854
41855 \end_inset
41856
41857 CadetBlue
41858 \begin_inset ERT
41859 status collapsed
41860
41861 \begin_layout Plain Layout
41862
41863 }{
41864 \end_layout
41865
41866 \end_inset
41867
41868
41869 \begin_inset Phantom Phantom
41870 status open
41871
41872 \begin_layout Plain Layout
41873 W
41874 \end_layout
41875
41876 \end_inset
41877
41878
41879 \begin_inset ERT
41880 status collapsed
41881
41882 \begin_layout Plain Layout
41883
41884 }
41885 \end_layout
41886
41887 \end_inset
41888
41889  CadetBlue
41890 \end_layout
41891
41892 \end_inset
41893 </cell>
41894 <cell alignment="left" valignment="top" usebox="none">
41895 \begin_inset Text
41896
41897 \begin_layout Plain Layout
41898 \begin_inset ERT
41899 status collapsed
41900
41901 \begin_layout Plain Layout
41902
41903
41904 \backslash
41905 fcolorbox{black}{
41906 \end_layout
41907
41908 \end_inset
41909
41910 CarnationPink
41911 \begin_inset ERT
41912 status collapsed
41913
41914 \begin_layout Plain Layout
41915
41916 }{
41917 \end_layout
41918
41919 \end_inset
41920
41921
41922 \begin_inset Phantom Phantom
41923 status open
41924
41925 \begin_layout Plain Layout
41926 W
41927 \end_layout
41928
41929 \end_inset
41930
41931
41932 \begin_inset ERT
41933 status collapsed
41934
41935 \begin_layout Plain Layout
41936
41937 }
41938 \end_layout
41939
41940 \end_inset
41941
41942  CarnationPink
41943 \end_layout
41944
41945 \end_inset
41946 </cell>
41947 <cell alignment="left" valignment="top" usebox="none">
41948 \begin_inset Text
41949
41950 \begin_layout Plain Layout
41951 \begin_inset ERT
41952 status collapsed
41953
41954 \begin_layout Plain Layout
41955
41956
41957 \backslash
41958 fcolorbox{black}{
41959 \end_layout
41960
41961 \end_inset
41962
41963 Cerulean
41964 \begin_inset ERT
41965 status collapsed
41966
41967 \begin_layout Plain Layout
41968
41969 }{
41970 \end_layout
41971
41972 \end_inset
41973
41974
41975 \begin_inset Phantom Phantom
41976 status open
41977
41978 \begin_layout Plain Layout
41979 W
41980 \end_layout
41981
41982 \end_inset
41983
41984
41985 \begin_inset ERT
41986 status collapsed
41987
41988 \begin_layout Plain Layout
41989
41990 }
41991 \end_layout
41992
41993 \end_inset
41994
41995  Cerulean
41996 \end_layout
41997
41998 \end_inset
41999 </cell>
42000 <cell alignment="left" valignment="top" usebox="none">
42001 \begin_inset Text
42002
42003 \begin_layout Plain Layout
42004 \begin_inset ERT
42005 status collapsed
42006
42007 \begin_layout Plain Layout
42008
42009
42010 \backslash
42011 fcolorbox{black}{
42012 \end_layout
42013
42014 \end_inset
42015
42016 CornflowerBlue
42017 \begin_inset ERT
42018 status collapsed
42019
42020 \begin_layout Plain Layout
42021
42022 }{
42023 \end_layout
42024
42025 \end_inset
42026
42027
42028 \begin_inset Phantom Phantom
42029 status open
42030
42031 \begin_layout Plain Layout
42032 W
42033 \end_layout
42034
42035 \end_inset
42036
42037
42038 \begin_inset ERT
42039 status collapsed
42040
42041 \begin_layout Plain Layout
42042
42043 }
42044 \end_layout
42045
42046 \end_inset
42047
42048  CornflowerBlue
42049 \end_layout
42050
42051 \end_inset
42052 </cell>
42053 </row>
42054 <row>
42055 <cell alignment="left" valignment="top" usebox="none">
42056 \begin_inset Text
42057
42058 \begin_layout Plain Layout
42059 \begin_inset ERT
42060 status collapsed
42061
42062 \begin_layout Plain Layout
42063
42064
42065 \backslash
42066 fcolorbox{black}{
42067 \end_layout
42068
42069 \end_inset
42070
42071 Dandelion
42072 \begin_inset ERT
42073 status collapsed
42074
42075 \begin_layout Plain Layout
42076
42077 }{
42078 \end_layout
42079
42080 \end_inset
42081
42082
42083 \begin_inset Phantom Phantom
42084 status open
42085
42086 \begin_layout Plain Layout
42087 W
42088 \end_layout
42089
42090 \end_inset
42091
42092
42093 \begin_inset ERT
42094 status collapsed
42095
42096 \begin_layout Plain Layout
42097
42098 }
42099 \end_layout
42100
42101 \end_inset
42102
42103  Dandelion
42104 \end_layout
42105
42106 \end_inset
42107 </cell>
42108 <cell alignment="left" valignment="top" usebox="none">
42109 \begin_inset Text
42110
42111 \begin_layout Plain Layout
42112 \begin_inset ERT
42113 status collapsed
42114
42115 \begin_layout Plain Layout
42116
42117
42118 \backslash
42119 fcolorbox{black}{
42120 \end_layout
42121
42122 \end_inset
42123
42124 DarkOrchid
42125 \begin_inset ERT
42126 status collapsed
42127
42128 \begin_layout Plain Layout
42129
42130 }{
42131 \end_layout
42132
42133 \end_inset
42134
42135
42136 \begin_inset Phantom Phantom
42137 status open
42138
42139 \begin_layout Plain Layout
42140 W
42141 \end_layout
42142
42143 \end_inset
42144
42145
42146 \begin_inset ERT
42147 status collapsed
42148
42149 \begin_layout Plain Layout
42150
42151 }
42152 \end_layout
42153
42154 \end_inset
42155
42156  DarkOrchid
42157 \end_layout
42158
42159 \end_inset
42160 </cell>
42161 <cell alignment="left" valignment="top" usebox="none">
42162 \begin_inset Text
42163
42164 \begin_layout Plain Layout
42165 \begin_inset ERT
42166 status collapsed
42167
42168 \begin_layout Plain Layout
42169
42170
42171 \backslash
42172 fcolorbox{black}{
42173 \end_layout
42174
42175 \end_inset
42176
42177 Emerald
42178 \begin_inset ERT
42179 status collapsed
42180
42181 \begin_layout Plain Layout
42182
42183 }{
42184 \end_layout
42185
42186 \end_inset
42187
42188
42189 \begin_inset Phantom Phantom
42190 status open
42191
42192 \begin_layout Plain Layout
42193 W
42194 \end_layout
42195
42196 \end_inset
42197
42198
42199 \begin_inset ERT
42200 status collapsed
42201
42202 \begin_layout Plain Layout
42203
42204 }
42205 \end_layout
42206
42207 \end_inset
42208
42209  Emerald
42210 \end_layout
42211
42212 \end_inset
42213 </cell>
42214 <cell alignment="left" valignment="top" usebox="none">
42215 \begin_inset Text
42216
42217 \begin_layout Plain Layout
42218 \begin_inset ERT
42219 status collapsed
42220
42221 \begin_layout Plain Layout
42222
42223
42224 \backslash
42225 fcolorbox{black}{
42226 \end_layout
42227
42228 \end_inset
42229
42230 ForestGreen
42231 \begin_inset ERT
42232 status collapsed
42233
42234 \begin_layout Plain Layout
42235
42236 }{
42237 \end_layout
42238
42239 \end_inset
42240
42241
42242 \begin_inset Phantom Phantom
42243 status open
42244
42245 \begin_layout Plain Layout
42246 W
42247 \end_layout
42248
42249 \end_inset
42250
42251
42252 \begin_inset ERT
42253 status collapsed
42254
42255 \begin_layout Plain Layout
42256
42257 }
42258 \end_layout
42259
42260 \end_inset
42261
42262  ForestGreen
42263 \end_layout
42264
42265 \end_inset
42266 </cell>
42267 </row>
42268 <row>
42269 <cell alignment="left" valignment="top" usebox="none">
42270 \begin_inset Text
42271
42272 \begin_layout Plain Layout
42273 \begin_inset ERT
42274 status collapsed
42275
42276 \begin_layout Plain Layout
42277
42278
42279 \backslash
42280 fcolorbox{black}{
42281 \end_layout
42282
42283 \end_inset
42284
42285 Fuchsia
42286 \begin_inset ERT
42287 status collapsed
42288
42289 \begin_layout Plain Layout
42290
42291 }{
42292 \end_layout
42293
42294 \end_inset
42295
42296
42297 \begin_inset Phantom Phantom
42298 status open
42299
42300 \begin_layout Plain Layout
42301 W
42302 \end_layout
42303
42304 \end_inset
42305
42306
42307 \begin_inset ERT
42308 status collapsed
42309
42310 \begin_layout Plain Layout
42311
42312 }
42313 \end_layout
42314
42315 \end_inset
42316
42317  Fuchsia
42318 \end_layout
42319
42320 \end_inset
42321 </cell>
42322 <cell alignment="left" valignment="top" usebox="none">
42323 \begin_inset Text
42324
42325 \begin_layout Plain Layout
42326 \begin_inset ERT
42327 status collapsed
42328
42329 \begin_layout Plain Layout
42330
42331
42332 \backslash
42333 fcolorbox{black}{
42334 \end_layout
42335
42336 \end_inset
42337
42338 Goldenrod
42339 \begin_inset ERT
42340 status collapsed
42341
42342 \begin_layout Plain Layout
42343
42344 }{
42345 \end_layout
42346
42347 \end_inset
42348
42349
42350 \begin_inset Phantom Phantom
42351 status open
42352
42353 \begin_layout Plain Layout
42354 W
42355 \end_layout
42356
42357 \end_inset
42358
42359
42360 \begin_inset ERT
42361 status collapsed
42362
42363 \begin_layout Plain Layout
42364
42365 }
42366 \end_layout
42367
42368 \end_inset
42369
42370  Goldenrod
42371 \end_layout
42372
42373 \end_inset
42374 </cell>
42375 <cell alignment="left" valignment="top" usebox="none">
42376 \begin_inset Text
42377
42378 \begin_layout Plain Layout
42379 \begin_inset ERT
42380 status collapsed
42381
42382 \begin_layout Plain Layout
42383
42384
42385 \backslash
42386 fcolorbox{black}{
42387 \end_layout
42388
42389 \end_inset
42390
42391 Gray
42392 \begin_inset ERT
42393 status collapsed
42394
42395 \begin_layout Plain Layout
42396
42397 }{
42398 \end_layout
42399
42400 \end_inset
42401
42402
42403 \begin_inset Phantom Phantom
42404 status open
42405
42406 \begin_layout Plain Layout
42407 W
42408 \end_layout
42409
42410 \end_inset
42411
42412
42413 \begin_inset ERT
42414 status collapsed
42415
42416 \begin_layout Plain Layout
42417
42418 }
42419 \end_layout
42420
42421 \end_inset
42422
42423  Gray
42424 \end_layout
42425
42426 \end_inset
42427 </cell>
42428 <cell alignment="left" valignment="top" usebox="none">
42429 \begin_inset Text
42430
42431 \begin_layout Plain Layout
42432 \begin_inset ERT
42433 status collapsed
42434
42435 \begin_layout Plain Layout
42436
42437
42438 \backslash
42439 fcolorbox{black}{
42440 \end_layout
42441
42442 \end_inset
42443
42444 GreenYellow
42445 \begin_inset ERT
42446 status collapsed
42447
42448 \begin_layout Plain Layout
42449
42450 }{
42451 \end_layout
42452
42453 \end_inset
42454
42455
42456 \begin_inset Phantom Phantom
42457 status open
42458
42459 \begin_layout Plain Layout
42460 W
42461 \end_layout
42462
42463 \end_inset
42464
42465
42466 \begin_inset ERT
42467 status collapsed
42468
42469 \begin_layout Plain Layout
42470
42471 }
42472 \end_layout
42473
42474 \end_inset
42475
42476  GreenYellow
42477 \end_layout
42478
42479 \end_inset
42480 </cell>
42481 </row>
42482 <row>
42483 <cell alignment="center" valignment="top" usebox="none">
42484 \begin_inset Text
42485
42486 \begin_layout Plain Layout
42487 \begin_inset ERT
42488 status collapsed
42489
42490 \begin_layout Plain Layout
42491
42492
42493 \backslash
42494 fcolorbox{black}{
42495 \end_layout
42496
42497 \end_inset
42498
42499 JungleGreen
42500 \begin_inset ERT
42501 status collapsed
42502
42503 \begin_layout Plain Layout
42504
42505 }{
42506 \end_layout
42507
42508 \end_inset
42509
42510
42511 \begin_inset Phantom Phantom
42512 status open
42513
42514 \begin_layout Plain Layout
42515 W
42516 \end_layout
42517
42518 \end_inset
42519
42520
42521 \begin_inset ERT
42522 status collapsed
42523
42524 \begin_layout Plain Layout
42525
42526 }
42527 \end_layout
42528
42529 \end_inset
42530
42531  JungleGreen
42532 \end_layout
42533
42534 \end_inset
42535 </cell>
42536 <cell alignment="center" valignment="top" usebox="none">
42537 \begin_inset Text
42538
42539 \begin_layout Plain Layout
42540 \begin_inset ERT
42541 status collapsed
42542
42543 \begin_layout Plain Layout
42544
42545
42546 \backslash
42547 fcolorbox{black}{
42548 \end_layout
42549
42550 \end_inset
42551
42552 Lavender
42553 \begin_inset ERT
42554 status collapsed
42555
42556 \begin_layout Plain Layout
42557
42558 }{
42559 \end_layout
42560
42561 \end_inset
42562
42563
42564 \begin_inset Phantom Phantom
42565 status open
42566
42567 \begin_layout Plain Layout
42568 W
42569 \end_layout
42570
42571 \end_inset
42572
42573
42574 \begin_inset ERT
42575 status collapsed
42576
42577 \begin_layout Plain Layout
42578
42579 }
42580 \end_layout
42581
42582 \end_inset
42583
42584  Lavender
42585 \end_layout
42586
42587 \end_inset
42588 </cell>
42589 <cell alignment="center" valignment="top" usebox="none">
42590 \begin_inset Text
42591
42592 \begin_layout Plain Layout
42593 \begin_inset ERT
42594 status collapsed
42595
42596 \begin_layout Plain Layout
42597
42598
42599 \backslash
42600 fcolorbox{black}{
42601 \end_layout
42602
42603 \end_inset
42604
42605 LimeGreen
42606 \begin_inset ERT
42607 status collapsed
42608
42609 \begin_layout Plain Layout
42610
42611 }{
42612 \end_layout
42613
42614 \end_inset
42615
42616
42617 \begin_inset Phantom Phantom
42618 status open
42619
42620 \begin_layout Plain Layout
42621 W
42622 \end_layout
42623
42624 \end_inset
42625
42626
42627 \begin_inset ERT
42628 status collapsed
42629
42630 \begin_layout Plain Layout
42631
42632 }
42633 \end_layout
42634
42635 \end_inset
42636
42637  LimeGreen
42638 \end_layout
42639
42640 \end_inset
42641 </cell>
42642 <cell alignment="center" valignment="top" usebox="none">
42643 \begin_inset Text
42644
42645 \begin_layout Plain Layout
42646 \begin_inset ERT
42647 status collapsed
42648
42649 \begin_layout Plain Layout
42650
42651
42652 \backslash
42653 fcolorbox{black}{
42654 \end_layout
42655
42656 \end_inset
42657
42658 Mahogany
42659 \begin_inset ERT
42660 status collapsed
42661
42662 \begin_layout Plain Layout
42663
42664 }{
42665 \end_layout
42666
42667 \end_inset
42668
42669
42670 \begin_inset Phantom Phantom
42671 status open
42672
42673 \begin_layout Plain Layout
42674 W
42675 \end_layout
42676
42677 \end_inset
42678
42679
42680 \begin_inset ERT
42681 status collapsed
42682
42683 \begin_layout Plain Layout
42684
42685 }
42686 \end_layout
42687
42688 \end_inset
42689
42690  Mahogany
42691 \end_layout
42692
42693 \end_inset
42694 </cell>
42695 </row>
42696 <row>
42697 <cell alignment="left" valignment="top" usebox="none">
42698 \begin_inset Text
42699
42700 \begin_layout Plain Layout
42701 \begin_inset ERT
42702 status collapsed
42703
42704 \begin_layout Plain Layout
42705
42706
42707 \backslash
42708 fcolorbox{black}{
42709 \end_layout
42710
42711 \end_inset
42712
42713 Mahogany
42714 \begin_inset ERT
42715 status collapsed
42716
42717 \begin_layout Plain Layout
42718
42719 }{
42720 \end_layout
42721
42722 \end_inset
42723
42724
42725 \begin_inset Phantom Phantom
42726 status open
42727
42728 \begin_layout Plain Layout
42729 W
42730 \end_layout
42731
42732 \end_inset
42733
42734
42735 \begin_inset ERT
42736 status collapsed
42737
42738 \begin_layout Plain Layout
42739
42740 }
42741 \end_layout
42742
42743 \end_inset
42744
42745  Mahogany
42746 \end_layout
42747
42748 \end_inset
42749 </cell>
42750 <cell alignment="left" valignment="top" usebox="none">
42751 \begin_inset Text
42752
42753 \begin_layout Plain Layout
42754 \begin_inset ERT
42755 status collapsed
42756
42757 \begin_layout Plain Layout
42758
42759
42760 \backslash
42761 fcolorbox{black}{
42762 \end_layout
42763
42764 \end_inset
42765
42766 Maroon
42767 \begin_inset ERT
42768 status collapsed
42769
42770 \begin_layout Plain Layout
42771
42772 }{
42773 \end_layout
42774
42775 \end_inset
42776
42777
42778 \begin_inset Phantom Phantom
42779 status open
42780
42781 \begin_layout Plain Layout
42782 W
42783 \end_layout
42784
42785 \end_inset
42786
42787
42788 \begin_inset ERT
42789 status collapsed
42790
42791 \begin_layout Plain Layout
42792
42793 }
42794 \end_layout
42795
42796 \end_inset
42797
42798  Maroon
42799 \end_layout
42800
42801 \end_inset
42802 </cell>
42803 <cell alignment="left" valignment="top" usebox="none">
42804 \begin_inset Text
42805
42806 \begin_layout Plain Layout
42807 \begin_inset ERT
42808 status collapsed
42809
42810 \begin_layout Plain Layout
42811
42812
42813 \backslash
42814 fcolorbox{black}{
42815 \end_layout
42816
42817 \end_inset
42818
42819 Melon
42820 \begin_inset ERT
42821 status collapsed
42822
42823 \begin_layout Plain Layout
42824
42825 }{
42826 \end_layout
42827
42828 \end_inset
42829
42830
42831 \begin_inset Phantom Phantom
42832 status open
42833
42834 \begin_layout Plain Layout
42835 W
42836 \end_layout
42837
42838 \end_inset
42839
42840
42841 \begin_inset ERT
42842 status collapsed
42843
42844 \begin_layout Plain Layout
42845
42846 }
42847 \end_layout
42848
42849 \end_inset
42850
42851  Melon
42852 \end_layout
42853
42854 \end_inset
42855 </cell>
42856 <cell alignment="left" valignment="top" usebox="none">
42857 \begin_inset Text
42858
42859 \begin_layout Plain Layout
42860 \begin_inset ERT
42861 status collapsed
42862
42863 \begin_layout Plain Layout
42864
42865
42866 \backslash
42867 fcolorbox{black}{
42868 \end_layout
42869
42870 \end_inset
42871
42872 MidnightBlue
42873 \begin_inset ERT
42874 status collapsed
42875
42876 \begin_layout Plain Layout
42877
42878 }{
42879 \end_layout
42880
42881 \end_inset
42882
42883
42884 \begin_inset Phantom Phantom
42885 status open
42886
42887 \begin_layout Plain Layout
42888 W
42889 \end_layout
42890
42891 \end_inset
42892
42893
42894 \begin_inset ERT
42895 status collapsed
42896
42897 \begin_layout Plain Layout
42898
42899 }
42900 \end_layout
42901
42902 \end_inset
42903
42904  MidnightBlue
42905 \end_layout
42906
42907 \end_inset
42908 </cell>
42909 </row>
42910 <row>
42911 <cell alignment="left" valignment="top" usebox="none">
42912 \begin_inset Text
42913
42914 \begin_layout Plain Layout
42915 \begin_inset ERT
42916 status collapsed
42917
42918 \begin_layout Plain Layout
42919
42920
42921 \backslash
42922 fcolorbox{black}{
42923 \end_layout
42924
42925 \end_inset
42926
42927 Mulberry
42928 \begin_inset ERT
42929 status collapsed
42930
42931 \begin_layout Plain Layout
42932
42933 }{
42934 \end_layout
42935
42936 \end_inset
42937
42938
42939 \begin_inset Phantom Phantom
42940 status open
42941
42942 \begin_layout Plain Layout
42943 W
42944 \end_layout
42945
42946 \end_inset
42947
42948
42949 \begin_inset ERT
42950 status collapsed
42951
42952 \begin_layout Plain Layout
42953
42954 }
42955 \end_layout
42956
42957 \end_inset
42958
42959  Mulberry
42960 \end_layout
42961
42962 \end_inset
42963 </cell>
42964 <cell alignment="left" valignment="top" usebox="none">
42965 \begin_inset Text
42966
42967 \begin_layout Plain Layout
42968 \begin_inset ERT
42969 status collapsed
42970
42971 \begin_layout Plain Layout
42972
42973
42974 \backslash
42975 fcolorbox{black}{
42976 \end_layout
42977
42978 \end_inset
42979
42980 NavyBlue
42981 \begin_inset ERT
42982 status collapsed
42983
42984 \begin_layout Plain Layout
42985
42986 }{
42987 \end_layout
42988
42989 \end_inset
42990
42991
42992 \begin_inset Phantom Phantom
42993 status open
42994
42995 \begin_layout Plain Layout
42996 W
42997 \end_layout
42998
42999 \end_inset
43000
43001
43002 \begin_inset ERT
43003 status collapsed
43004
43005 \begin_layout Plain Layout
43006
43007 }
43008 \end_layout
43009
43010 \end_inset
43011
43012  NavyBlue
43013 \end_layout
43014
43015 \end_inset
43016 </cell>
43017 <cell alignment="left" valignment="top" usebox="none">
43018 \begin_inset Text
43019
43020 \begin_layout Plain Layout
43021 \begin_inset ERT
43022 status collapsed
43023
43024 \begin_layout Plain Layout
43025
43026
43027 \backslash
43028 fcolorbox{black}{
43029 \end_layout
43030
43031 \end_inset
43032
43033 OliveGreen
43034 \begin_inset ERT
43035 status collapsed
43036
43037 \begin_layout Plain Layout
43038
43039 }{
43040 \end_layout
43041
43042 \end_inset
43043
43044
43045 \begin_inset Phantom Phantom
43046 status open
43047
43048 \begin_layout Plain Layout
43049 W
43050 \end_layout
43051
43052 \end_inset
43053
43054
43055 \begin_inset ERT
43056 status collapsed
43057
43058 \begin_layout Plain Layout
43059
43060 }
43061 \end_layout
43062
43063 \end_inset
43064
43065  OliveGreen
43066 \end_layout
43067
43068 \end_inset
43069 </cell>
43070 <cell alignment="left" valignment="top" usebox="none">
43071 \begin_inset Text
43072
43073 \begin_layout Plain Layout
43074 \begin_inset ERT
43075 status collapsed
43076
43077 \begin_layout Plain Layout
43078
43079
43080 \backslash
43081 fcolorbox{black}{
43082 \end_layout
43083
43084 \end_inset
43085
43086 Orange
43087 \begin_inset ERT
43088 status collapsed
43089
43090 \begin_layout Plain Layout
43091
43092 }{
43093 \end_layout
43094
43095 \end_inset
43096
43097
43098 \begin_inset Phantom Phantom
43099 status open
43100
43101 \begin_layout Plain Layout
43102 W
43103 \end_layout
43104
43105 \end_inset
43106
43107
43108 \begin_inset ERT
43109 status collapsed
43110
43111 \begin_layout Plain Layout
43112
43113 }
43114 \end_layout
43115
43116 \end_inset
43117
43118  Orange
43119 \end_layout
43120
43121 \end_inset
43122 </cell>
43123 </row>
43124 <row>
43125 <cell alignment="left" valignment="top" usebox="none">
43126 \begin_inset Text
43127
43128 \begin_layout Plain Layout
43129 \begin_inset ERT
43130 status collapsed
43131
43132 \begin_layout Plain Layout
43133
43134
43135 \backslash
43136 fcolorbox{black}{
43137 \end_layout
43138
43139 \end_inset
43140
43141 OrangeRed
43142 \begin_inset ERT
43143 status collapsed
43144
43145 \begin_layout Plain Layout
43146
43147 }{
43148 \end_layout
43149
43150 \end_inset
43151
43152
43153 \begin_inset Phantom Phantom
43154 status open
43155
43156 \begin_layout Plain Layout
43157 W
43158 \end_layout
43159
43160 \end_inset
43161
43162
43163 \begin_inset ERT
43164 status collapsed
43165
43166 \begin_layout Plain Layout
43167
43168 }
43169 \end_layout
43170
43171 \end_inset
43172
43173  OrangeRed
43174 \end_layout
43175
43176 \end_inset
43177 </cell>
43178 <cell alignment="left" valignment="top" usebox="none">
43179 \begin_inset Text
43180
43181 \begin_layout Plain Layout
43182 \begin_inset ERT
43183 status collapsed
43184
43185 \begin_layout Plain Layout
43186
43187
43188 \backslash
43189 fcolorbox{black}{
43190 \end_layout
43191
43192 \end_inset
43193
43194 Orchid
43195 \begin_inset ERT
43196 status collapsed
43197
43198 \begin_layout Plain Layout
43199
43200 }{
43201 \end_layout
43202
43203 \end_inset
43204
43205
43206 \begin_inset Phantom Phantom
43207 status open
43208
43209 \begin_layout Plain Layout
43210 W
43211 \end_layout
43212
43213 \end_inset
43214
43215
43216 \begin_inset ERT
43217 status collapsed
43218
43219 \begin_layout Plain Layout
43220
43221 }
43222 \end_layout
43223
43224 \end_inset
43225
43226  Orchid
43227 \end_layout
43228
43229 \end_inset
43230 </cell>
43231 <cell alignment="left" valignment="top" usebox="none">
43232 \begin_inset Text
43233
43234 \begin_layout Plain Layout
43235 \begin_inset ERT
43236 status collapsed
43237
43238 \begin_layout Plain Layout
43239
43240
43241 \backslash
43242 fcolorbox{black}{
43243 \end_layout
43244
43245 \end_inset
43246
43247 Peach
43248 \begin_inset ERT
43249 status collapsed
43250
43251 \begin_layout Plain Layout
43252
43253 }{
43254 \end_layout
43255
43256 \end_inset
43257
43258
43259 \begin_inset Phantom Phantom
43260 status open
43261
43262 \begin_layout Plain Layout
43263 W
43264 \end_layout
43265
43266 \end_inset
43267
43268
43269 \begin_inset ERT
43270 status collapsed
43271
43272 \begin_layout Plain Layout
43273
43274 }
43275 \end_layout
43276
43277 \end_inset
43278
43279  Peach
43280 \end_layout
43281
43282 \end_inset
43283 </cell>
43284 <cell alignment="left" valignment="top" usebox="none">
43285 \begin_inset Text
43286
43287 \begin_layout Plain Layout
43288 \begin_inset ERT
43289 status collapsed
43290
43291 \begin_layout Plain Layout
43292
43293
43294 \backslash
43295 fcolorbox{black}{
43296 \end_layout
43297
43298 \end_inset
43299
43300 Periwinkle
43301 \begin_inset ERT
43302 status collapsed
43303
43304 \begin_layout Plain Layout
43305
43306 }{
43307 \end_layout
43308
43309 \end_inset
43310
43311
43312 \begin_inset Phantom Phantom
43313 status open
43314
43315 \begin_layout Plain Layout
43316 W
43317 \end_layout
43318
43319 \end_inset
43320
43321
43322 \begin_inset ERT
43323 status collapsed
43324
43325 \begin_layout Plain Layout
43326
43327 }
43328 \end_layout
43329
43330 \end_inset
43331
43332  Periwinkle
43333 \end_layout
43334
43335 \end_inset
43336 </cell>
43337 </row>
43338 <row>
43339 <cell alignment="left" valignment="top" usebox="none">
43340 \begin_inset Text
43341
43342 \begin_layout Plain Layout
43343 \begin_inset ERT
43344 status collapsed
43345
43346 \begin_layout Plain Layout
43347
43348
43349 \backslash
43350 fcolorbox{black}{
43351 \end_layout
43352
43353 \end_inset
43354
43355 PineGreen
43356 \begin_inset ERT
43357 status collapsed
43358
43359 \begin_layout Plain Layout
43360
43361 }{
43362 \end_layout
43363
43364 \end_inset
43365
43366
43367 \begin_inset Phantom Phantom
43368 status open
43369
43370 \begin_layout Plain Layout
43371 W
43372 \end_layout
43373
43374 \end_inset
43375
43376
43377 \begin_inset ERT
43378 status collapsed
43379
43380 \begin_layout Plain Layout
43381
43382 }
43383 \end_layout
43384
43385 \end_inset
43386
43387  PineGreen
43388 \end_layout
43389
43390 \end_inset
43391 </cell>
43392 <cell alignment="left" valignment="top" usebox="none">
43393 \begin_inset Text
43394
43395 \begin_layout Plain Layout
43396 \begin_inset ERT
43397 status collapsed
43398
43399 \begin_layout Plain Layout
43400
43401
43402 \backslash
43403 fcolorbox{black}{
43404 \end_layout
43405
43406 \end_inset
43407
43408 Plum
43409 \begin_inset ERT
43410 status collapsed
43411
43412 \begin_layout Plain Layout
43413
43414 }{
43415 \end_layout
43416
43417 \end_inset
43418
43419
43420 \begin_inset Phantom Phantom
43421 status open
43422
43423 \begin_layout Plain Layout
43424 W
43425 \end_layout
43426
43427 \end_inset
43428
43429
43430 \begin_inset ERT
43431 status collapsed
43432
43433 \begin_layout Plain Layout
43434
43435 }
43436 \end_layout
43437
43438 \end_inset
43439
43440  Plum
43441 \end_layout
43442
43443 \end_inset
43444 </cell>
43445 <cell alignment="left" valignment="top" usebox="none">
43446 \begin_inset Text
43447
43448 \begin_layout Plain Layout
43449 \begin_inset ERT
43450 status collapsed
43451
43452 \begin_layout Plain Layout
43453
43454
43455 \backslash
43456 fcolorbox{black}{
43457 \end_layout
43458
43459 \end_inset
43460
43461 ProcessBlue
43462 \begin_inset ERT
43463 status collapsed
43464
43465 \begin_layout Plain Layout
43466
43467 }{
43468 \end_layout
43469
43470 \end_inset
43471
43472
43473 \begin_inset Phantom Phantom
43474 status open
43475
43476 \begin_layout Plain Layout
43477 W
43478 \end_layout
43479
43480 \end_inset
43481
43482
43483 \begin_inset ERT
43484 status collapsed
43485
43486 \begin_layout Plain Layout
43487
43488 }
43489 \end_layout
43490
43491 \end_inset
43492
43493  ProcessBlue
43494 \end_layout
43495
43496 \end_inset
43497 </cell>
43498 <cell alignment="left" valignment="top" usebox="none">
43499 \begin_inset Text
43500
43501 \begin_layout Plain Layout
43502 \begin_inset ERT
43503 status collapsed
43504
43505 \begin_layout Plain Layout
43506
43507
43508 \backslash
43509 fcolorbox{black}{
43510 \end_layout
43511
43512 \end_inset
43513
43514 Purple
43515 \begin_inset ERT
43516 status collapsed
43517
43518 \begin_layout Plain Layout
43519
43520 }{
43521 \end_layout
43522
43523 \end_inset
43524
43525
43526 \begin_inset Phantom Phantom
43527 status open
43528
43529 \begin_layout Plain Layout
43530 W
43531 \end_layout
43532
43533 \end_inset
43534
43535
43536 \begin_inset ERT
43537 status collapsed
43538
43539 \begin_layout Plain Layout
43540
43541 }
43542 \end_layout
43543
43544 \end_inset
43545
43546  Purple
43547 \end_layout
43548
43549 \end_inset
43550 </cell>
43551 </row>
43552 <row>
43553 <cell alignment="left" valignment="top" usebox="none">
43554 \begin_inset Text
43555
43556 \begin_layout Plain Layout
43557 \begin_inset ERT
43558 status collapsed
43559
43560 \begin_layout Plain Layout
43561
43562
43563 \backslash
43564 fcolorbox{black}{
43565 \end_layout
43566
43567 \end_inset
43568
43569 RawSienna
43570 \begin_inset ERT
43571 status collapsed
43572
43573 \begin_layout Plain Layout
43574
43575 }{
43576 \end_layout
43577
43578 \end_inset
43579
43580
43581 \begin_inset Phantom Phantom
43582 status open
43583
43584 \begin_layout Plain Layout
43585 W
43586 \end_layout
43587
43588 \end_inset
43589
43590
43591 \begin_inset ERT
43592 status collapsed
43593
43594 \begin_layout Plain Layout
43595
43596 }
43597 \end_layout
43598
43599 \end_inset
43600
43601  RawSienna
43602 \end_layout
43603
43604 \end_inset
43605 </cell>
43606 <cell alignment="left" valignment="top" usebox="none">
43607 \begin_inset Text
43608
43609 \begin_layout Plain Layout
43610 \begin_inset ERT
43611 status collapsed
43612
43613 \begin_layout Plain Layout
43614
43615
43616 \backslash
43617 fcolorbox{black}{
43618 \end_layout
43619
43620 \end_inset
43621
43622 RedOrange
43623 \begin_inset ERT
43624 status collapsed
43625
43626 \begin_layout Plain Layout
43627
43628 }{
43629 \end_layout
43630
43631 \end_inset
43632
43633
43634 \begin_inset Phantom Phantom
43635 status open
43636
43637 \begin_layout Plain Layout
43638 W
43639 \end_layout
43640
43641 \end_inset
43642
43643
43644 \begin_inset ERT
43645 status collapsed
43646
43647 \begin_layout Plain Layout
43648
43649 }
43650 \end_layout
43651
43652 \end_inset
43653
43654  RedOrange
43655 \end_layout
43656
43657 \end_inset
43658 </cell>
43659 <cell alignment="left" valignment="top" usebox="none">
43660 \begin_inset Text
43661
43662 \begin_layout Plain Layout
43663 \begin_inset ERT
43664 status collapsed
43665
43666 \begin_layout Plain Layout
43667
43668
43669 \backslash
43670 fcolorbox{black}{
43671 \end_layout
43672
43673 \end_inset
43674
43675 RedViolet
43676 \begin_inset ERT
43677 status collapsed
43678
43679 \begin_layout Plain Layout
43680
43681 }{
43682 \end_layout
43683
43684 \end_inset
43685
43686
43687 \begin_inset Phantom Phantom
43688 status open
43689
43690 \begin_layout Plain Layout
43691 W
43692 \end_layout
43693
43694 \end_inset
43695
43696
43697 \begin_inset ERT
43698 status collapsed
43699
43700 \begin_layout Plain Layout
43701
43702 }
43703 \end_layout
43704
43705 \end_inset
43706
43707  RedViolet
43708 \end_layout
43709
43710 \end_inset
43711 </cell>
43712 <cell alignment="left" valignment="top" usebox="none">
43713 \begin_inset Text
43714
43715 \begin_layout Plain Layout
43716 \begin_inset ERT
43717 status collapsed
43718
43719 \begin_layout Plain Layout
43720
43721
43722 \backslash
43723 fcolorbox{black}{
43724 \end_layout
43725
43726 \end_inset
43727
43728 Rhodamine
43729 \begin_inset ERT
43730 status collapsed
43731
43732 \begin_layout Plain Layout
43733
43734 }{
43735 \end_layout
43736
43737 \end_inset
43738
43739
43740 \begin_inset Phantom Phantom
43741 status open
43742
43743 \begin_layout Plain Layout
43744 W
43745 \end_layout
43746
43747 \end_inset
43748
43749
43750 \begin_inset ERT
43751 status collapsed
43752
43753 \begin_layout Plain Layout
43754
43755 }
43756 \end_layout
43757
43758 \end_inset
43759
43760  Rhodamine
43761 \end_layout
43762
43763 \end_inset
43764 </cell>
43765 </row>
43766 <row>
43767 <cell alignment="left" valignment="top" usebox="none">
43768 \begin_inset Text
43769
43770 \begin_layout Plain Layout
43771 \begin_inset ERT
43772 status collapsed
43773
43774 \begin_layout Plain Layout
43775
43776
43777 \backslash
43778 fcolorbox{black}{
43779 \end_layout
43780
43781 \end_inset
43782
43783 RoyalBlue
43784 \begin_inset ERT
43785 status collapsed
43786
43787 \begin_layout Plain Layout
43788
43789 }{
43790 \end_layout
43791
43792 \end_inset
43793
43794
43795 \begin_inset Phantom Phantom
43796 status open
43797
43798 \begin_layout Plain Layout
43799 W
43800 \end_layout
43801
43802 \end_inset
43803
43804
43805 \begin_inset ERT
43806 status collapsed
43807
43808 \begin_layout Plain Layout
43809
43810 }
43811 \end_layout
43812
43813 \end_inset
43814
43815  RoyalBlue
43816 \end_layout
43817
43818 \end_inset
43819 </cell>
43820 <cell alignment="left" valignment="top" usebox="none">
43821 \begin_inset Text
43822
43823 \begin_layout Plain Layout
43824 \begin_inset ERT
43825 status collapsed
43826
43827 \begin_layout Plain Layout
43828
43829
43830 \backslash
43831 fcolorbox{black}{
43832 \end_layout
43833
43834 \end_inset
43835
43836 RoyalPurple
43837 \begin_inset ERT
43838 status collapsed
43839
43840 \begin_layout Plain Layout
43841
43842 }{
43843 \end_layout
43844
43845 \end_inset
43846
43847
43848 \begin_inset Phantom Phantom
43849 status open
43850
43851 \begin_layout Plain Layout
43852 W
43853 \end_layout
43854
43855 \end_inset
43856
43857
43858 \begin_inset ERT
43859 status collapsed
43860
43861 \begin_layout Plain Layout
43862
43863 }
43864 \end_layout
43865
43866 \end_inset
43867
43868  RoyalPurple
43869 \end_layout
43870
43871 \end_inset
43872 </cell>
43873 <cell alignment="left" valignment="top" usebox="none">
43874 \begin_inset Text
43875
43876 \begin_layout Plain Layout
43877 \begin_inset ERT
43878 status collapsed
43879
43880 \begin_layout Plain Layout
43881
43882
43883 \backslash
43884 fcolorbox{black}{
43885 \end_layout
43886
43887 \end_inset
43888
43889 RubineRed
43890 \begin_inset ERT
43891 status collapsed
43892
43893 \begin_layout Plain Layout
43894
43895 }{
43896 \end_layout
43897
43898 \end_inset
43899
43900
43901 \begin_inset Phantom Phantom
43902 status open
43903
43904 \begin_layout Plain Layout
43905 W
43906 \end_layout
43907
43908 \end_inset
43909
43910
43911 \begin_inset ERT
43912 status collapsed
43913
43914 \begin_layout Plain Layout
43915
43916 }
43917 \end_layout
43918
43919 \end_inset
43920
43921  RubineRed
43922 \end_layout
43923
43924 \end_inset
43925 </cell>
43926 <cell alignment="left" valignment="top" usebox="none">
43927 \begin_inset Text
43928
43929 \begin_layout Plain Layout
43930 \begin_inset ERT
43931 status collapsed
43932
43933 \begin_layout Plain Layout
43934
43935
43936 \backslash
43937 fcolorbox{black}{
43938 \end_layout
43939
43940 \end_inset
43941
43942 Salmon
43943 \begin_inset ERT
43944 status collapsed
43945
43946 \begin_layout Plain Layout
43947
43948 }{
43949 \end_layout
43950
43951 \end_inset
43952
43953
43954 \begin_inset Phantom Phantom
43955 status open
43956
43957 \begin_layout Plain Layout
43958 W
43959 \end_layout
43960
43961 \end_inset
43962
43963
43964 \begin_inset ERT
43965 status collapsed
43966
43967 \begin_layout Plain Layout
43968
43969 }
43970 \end_layout
43971
43972 \end_inset
43973
43974  Salmon
43975 \end_layout
43976
43977 \end_inset
43978 </cell>
43979 </row>
43980 <row>
43981 <cell alignment="left" valignment="top" usebox="none">
43982 \begin_inset Text
43983
43984 \begin_layout Plain Layout
43985 \begin_inset ERT
43986 status collapsed
43987
43988 \begin_layout Plain Layout
43989
43990
43991 \backslash
43992 fcolorbox{black}{
43993 \end_layout
43994
43995 \end_inset
43996
43997 SeaGreen
43998 \begin_inset ERT
43999 status collapsed
44000
44001 \begin_layout Plain Layout
44002
44003 }{
44004 \end_layout
44005
44006 \end_inset
44007
44008
44009 \begin_inset Phantom Phantom
44010 status open
44011
44012 \begin_layout Plain Layout
44013 W
44014 \end_layout
44015
44016 \end_inset
44017
44018
44019 \begin_inset ERT
44020 status collapsed
44021
44022 \begin_layout Plain Layout
44023
44024 }
44025 \end_layout
44026
44027 \end_inset
44028
44029  SeaGreen
44030 \end_layout
44031
44032 \end_inset
44033 </cell>
44034 <cell alignment="left" valignment="top" usebox="none">
44035 \begin_inset Text
44036
44037 \begin_layout Plain Layout
44038 \begin_inset ERT
44039 status collapsed
44040
44041 \begin_layout Plain Layout
44042
44043
44044 \backslash
44045 fcolorbox{black}{
44046 \end_layout
44047
44048 \end_inset
44049
44050 Sepia
44051 \begin_inset ERT
44052 status collapsed
44053
44054 \begin_layout Plain Layout
44055
44056 }{
44057 \end_layout
44058
44059 \end_inset
44060
44061
44062 \begin_inset Phantom Phantom
44063 status open
44064
44065 \begin_layout Plain Layout
44066 W
44067 \end_layout
44068
44069 \end_inset
44070
44071
44072 \begin_inset ERT
44073 status collapsed
44074
44075 \begin_layout Plain Layout
44076
44077 }
44078 \end_layout
44079
44080 \end_inset
44081
44082  Sepia
44083 \end_layout
44084
44085 \end_inset
44086 </cell>
44087 <cell alignment="left" valignment="top" usebox="none">
44088 \begin_inset Text
44089
44090 \begin_layout Plain Layout
44091 \begin_inset ERT
44092 status collapsed
44093
44094 \begin_layout Plain Layout
44095
44096
44097 \backslash
44098 fcolorbox{black}{
44099 \end_layout
44100
44101 \end_inset
44102
44103 SkyBlue
44104 \begin_inset ERT
44105 status collapsed
44106
44107 \begin_layout Plain Layout
44108
44109 }{
44110 \end_layout
44111
44112 \end_inset
44113
44114
44115 \begin_inset Phantom Phantom
44116 status open
44117
44118 \begin_layout Plain Layout
44119 W
44120 \end_layout
44121
44122 \end_inset
44123
44124
44125 \begin_inset ERT
44126 status collapsed
44127
44128 \begin_layout Plain Layout
44129
44130 }
44131 \end_layout
44132
44133 \end_inset
44134
44135  SkyBlue
44136 \end_layout
44137
44138 \end_inset
44139 </cell>
44140 <cell alignment="left" valignment="top" usebox="none">
44141 \begin_inset Text
44142
44143 \begin_layout Plain Layout
44144 \begin_inset ERT
44145 status collapsed
44146
44147 \begin_layout Plain Layout
44148
44149
44150 \backslash
44151 fcolorbox{black}{
44152 \end_layout
44153
44154 \end_inset
44155
44156 SpringGreen
44157 \begin_inset ERT
44158 status collapsed
44159
44160 \begin_layout Plain Layout
44161
44162 }{
44163 \end_layout
44164
44165 \end_inset
44166
44167
44168 \begin_inset Phantom Phantom
44169 status open
44170
44171 \begin_layout Plain Layout
44172 W
44173 \end_layout
44174
44175 \end_inset
44176
44177
44178 \begin_inset ERT
44179 status collapsed
44180
44181 \begin_layout Plain Layout
44182
44183 }
44184 \end_layout
44185
44186 \end_inset
44187
44188  SpringGreen
44189 \end_layout
44190
44191 \end_inset
44192 </cell>
44193 </row>
44194 <row>
44195 <cell alignment="left" valignment="top" usebox="none">
44196 \begin_inset Text
44197
44198 \begin_layout Plain Layout
44199 \begin_inset ERT
44200 status collapsed
44201
44202 \begin_layout Plain Layout
44203
44204
44205 \backslash
44206 fcolorbox{black}{
44207 \end_layout
44208
44209 \end_inset
44210
44211 Tan
44212 \begin_inset ERT
44213 status collapsed
44214
44215 \begin_layout Plain Layout
44216
44217 }{
44218 \end_layout
44219
44220 \end_inset
44221
44222
44223 \begin_inset Phantom Phantom
44224 status open
44225
44226 \begin_layout Plain Layout
44227 W
44228 \end_layout
44229
44230 \end_inset
44231
44232
44233 \begin_inset ERT
44234 status collapsed
44235
44236 \begin_layout Plain Layout
44237
44238 }
44239 \end_layout
44240
44241 \end_inset
44242
44243  Tan
44244 \end_layout
44245
44246 \end_inset
44247 </cell>
44248 <cell alignment="left" valignment="top" usebox="none">
44249 \begin_inset Text
44250
44251 \begin_layout Plain Layout
44252 \begin_inset ERT
44253 status collapsed
44254
44255 \begin_layout Plain Layout
44256
44257
44258 \backslash
44259 fcolorbox{black}{
44260 \end_layout
44261
44262 \end_inset
44263
44264 TealBlue
44265 \begin_inset ERT
44266 status collapsed
44267
44268 \begin_layout Plain Layout
44269
44270 }{
44271 \end_layout
44272
44273 \end_inset
44274
44275
44276 \begin_inset Phantom Phantom
44277 status open
44278
44279 \begin_layout Plain Layout
44280 W
44281 \end_layout
44282
44283 \end_inset
44284
44285
44286 \begin_inset ERT
44287 status collapsed
44288
44289 \begin_layout Plain Layout
44290
44291 }
44292 \end_layout
44293
44294 \end_inset
44295
44296  TealBlue
44297 \end_layout
44298
44299 \end_inset
44300 </cell>
44301 <cell alignment="left" valignment="top" usebox="none">
44302 \begin_inset Text
44303
44304 \begin_layout Plain Layout
44305 \begin_inset ERT
44306 status collapsed
44307
44308 \begin_layout Plain Layout
44309
44310
44311 \backslash
44312 fcolorbox{black}{
44313 \end_layout
44314
44315 \end_inset
44316
44317 Thistle
44318 \begin_inset ERT
44319 status collapsed
44320
44321 \begin_layout Plain Layout
44322
44323 }{
44324 \end_layout
44325
44326 \end_inset
44327
44328
44329 \begin_inset Phantom Phantom
44330 status open
44331
44332 \begin_layout Plain Layout
44333 W
44334 \end_layout
44335
44336 \end_inset
44337
44338
44339 \begin_inset ERT
44340 status collapsed
44341
44342 \begin_layout Plain Layout
44343
44344 }
44345 \end_layout
44346
44347 \end_inset
44348
44349  Thistle
44350 \end_layout
44351
44352 \end_inset
44353 </cell>
44354 <cell alignment="left" valignment="top" usebox="none">
44355 \begin_inset Text
44356
44357 \begin_layout Plain Layout
44358 \begin_inset ERT
44359 status collapsed
44360
44361 \begin_layout Plain Layout
44362
44363
44364 \backslash
44365 fcolorbox{black}{
44366 \end_layout
44367
44368 \end_inset
44369
44370 Turquoise
44371 \begin_inset ERT
44372 status collapsed
44373
44374 \begin_layout Plain Layout
44375
44376 }{
44377 \end_layout
44378
44379 \end_inset
44380
44381
44382 \begin_inset Phantom Phantom
44383 status open
44384
44385 \begin_layout Plain Layout
44386 W
44387 \end_layout
44388
44389 \end_inset
44390
44391
44392 \begin_inset ERT
44393 status collapsed
44394
44395 \begin_layout Plain Layout
44396
44397 }
44398 \end_layout
44399
44400 \end_inset
44401
44402  Turquoise
44403 \end_layout
44404
44405 \end_inset
44406 </cell>
44407 </row>
44408 <row>
44409 <cell alignment="left" valignment="top" usebox="none">
44410 \begin_inset Text
44411
44412 \begin_layout Plain Layout
44413 \begin_inset ERT
44414 status collapsed
44415
44416 \begin_layout Plain Layout
44417
44418
44419 \backslash
44420 fcolorbox{black}{
44421 \end_layout
44422
44423 \end_inset
44424
44425 Violet
44426 \begin_inset ERT
44427 status collapsed
44428
44429 \begin_layout Plain Layout
44430
44431 }{
44432 \end_layout
44433
44434 \end_inset
44435
44436
44437 \begin_inset Phantom Phantom
44438 status open
44439
44440 \begin_layout Plain Layout
44441 W
44442 \end_layout
44443
44444 \end_inset
44445
44446
44447 \begin_inset ERT
44448 status collapsed
44449
44450 \begin_layout Plain Layout
44451
44452 }
44453 \end_layout
44454
44455 \end_inset
44456
44457  Violet
44458 \end_layout
44459
44460 \end_inset
44461 </cell>
44462 <cell alignment="left" valignment="top" usebox="none">
44463 \begin_inset Text
44464
44465 \begin_layout Plain Layout
44466 \begin_inset ERT
44467 status collapsed
44468
44469 \begin_layout Plain Layout
44470
44471
44472 \backslash
44473 fcolorbox{black}{
44474 \end_layout
44475
44476 \end_inset
44477
44478 VioletRed
44479 \begin_inset ERT
44480 status collapsed
44481
44482 \begin_layout Plain Layout
44483
44484 }{
44485 \end_layout
44486
44487 \end_inset
44488
44489
44490 \begin_inset Phantom Phantom
44491 status open
44492
44493 \begin_layout Plain Layout
44494 W
44495 \end_layout
44496
44497 \end_inset
44498
44499
44500 \begin_inset ERT
44501 status collapsed
44502
44503 \begin_layout Plain Layout
44504
44505 }
44506 \end_layout
44507
44508 \end_inset
44509
44510  VioletRed
44511 \end_layout
44512
44513 \end_inset
44514 </cell>
44515 <cell alignment="left" valignment="top" usebox="none">
44516 \begin_inset Text
44517
44518 \begin_layout Plain Layout
44519 \begin_inset ERT
44520 status collapsed
44521
44522 \begin_layout Plain Layout
44523
44524
44525 \backslash
44526 fcolorbox{black}{
44527 \end_layout
44528
44529 \end_inset
44530
44531 WildStrawberry
44532 \begin_inset ERT
44533 status collapsed
44534
44535 \begin_layout Plain Layout
44536
44537 }{
44538 \end_layout
44539
44540 \end_inset
44541
44542
44543 \begin_inset Phantom Phantom
44544 status open
44545
44546 \begin_layout Plain Layout
44547 W
44548 \end_layout
44549
44550 \end_inset
44551
44552
44553 \begin_inset ERT
44554 status collapsed
44555
44556 \begin_layout Plain Layout
44557
44558 }
44559 \end_layout
44560
44561 \end_inset
44562
44563  WildStrawberry
44564 \end_layout
44565
44566 \end_inset
44567 </cell>
44568 <cell alignment="left" valignment="top" usebox="none">
44569 \begin_inset Text
44570
44571 \begin_layout Plain Layout
44572 \begin_inset ERT
44573 status collapsed
44574
44575 \begin_layout Plain Layout
44576
44577
44578 \backslash
44579 fcolorbox{black}{
44580 \end_layout
44581
44582 \end_inset
44583
44584 YellowGreen
44585 \begin_inset ERT
44586 status collapsed
44587
44588 \begin_layout Plain Layout
44589
44590 }{
44591 \end_layout
44592
44593 \end_inset
44594
44595
44596 \begin_inset Phantom Phantom
44597 status open
44598
44599 \begin_layout Plain Layout
44600 W
44601 \end_layout
44602
44603 \end_inset
44604
44605
44606 \begin_inset ERT
44607 status collapsed
44608
44609 \begin_layout Plain Layout
44610
44611 }
44612 \end_layout
44613
44614 \end_inset
44615
44616  YellowGreen
44617 \end_layout
44618
44619 \end_inset
44620 </cell>
44621 </row>
44622 <row>
44623 <cell alignment="left" valignment="top" usebox="none">
44624 \begin_inset Text
44625
44626 \begin_layout Plain Layout
44627 \begin_inset ERT
44628 status collapsed
44629
44630 \begin_layout Plain Layout
44631
44632
44633 \backslash
44634 fcolorbox{black}{
44635 \end_layout
44636
44637 \end_inset
44638
44639 YellowOrange
44640 \begin_inset ERT
44641 status collapsed
44642
44643 \begin_layout Plain Layout
44644
44645 }{
44646 \end_layout
44647
44648 \end_inset
44649
44650
44651 \begin_inset Phantom Phantom
44652 status open
44653
44654 \begin_layout Plain Layout
44655 W
44656 \end_layout
44657
44658 \end_inset
44659
44660
44661 \begin_inset ERT
44662 status collapsed
44663
44664 \begin_layout Plain Layout
44665
44666 }
44667 \end_layout
44668
44669 \end_inset
44670
44671  YellowOrange
44672 \end_layout
44673
44674 \end_inset
44675 </cell>
44676 <cell alignment="left" valignment="top" usebox="none">
44677 \begin_inset Text
44678
44679 \begin_layout Plain Layout
44680
44681 \end_layout
44682
44683 \end_inset
44684 </cell>
44685 <cell alignment="left" valignment="top" usebox="none">
44686 \begin_inset Text
44687
44688 \begin_layout Plain Layout
44689
44690 \end_layout
44691
44692 \end_inset
44693 </cell>
44694 <cell alignment="left" valignment="top" usebox="none">
44695 \begin_inset Text
44696
44697 \begin_layout Plain Layout
44698
44699 \end_layout
44700
44701 \end_inset
44702 </cell>
44703 </row>
44704 </lyxtabular>
44705
44706 \end_inset
44707
44708
44709 \end_layout
44710
44711 \begin_layout Chapter
44712 Explanation of Equation
44713 \begin_inset space ~
44714 \end_inset
44715
44716 (
44717 \begin_inset CommandInset ref
44718 LatexCommand ref
44719 reference "eq:Wgn"
44720
44721 \end_inset
44722
44723 )
44724 \begin_inset CommandInset label
44725 LatexCommand label
44726 name "cha:Explanation-of-Equation"
44727
44728 \end_inset
44729
44730
44731 \end_layout
44732
44733 \begin_layout Standard
44734 We can calculate the total width of 
44735 \emph on
44736 n
44737 \emph default
44738  table cells 
44739 \begin_inset Formula $W_{\mathrm{tot\, n}}$
44740 \end_inset
44741
44742  as follows:
44743 \begin_inset Formula 
44744 \begin{equation}
44745 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44746 \end{equation}
44747
44748 \end_inset
44749
44750 where 
44751 \begin_inset Formula $W_{g\, n}$
44752 \end_inset
44753
44754  is the given width of all cells, 
44755 \series bold
44756
44757 \backslash
44758 tabcolsep
44759 \series default
44760  is the LaTeX-length between the cell text and the cell border (its default
44761  value is 6
44762 \begin_inset space \thinspace{}
44763 \end_inset
44764
44765 pt).
44766  
44767 \series bold
44768
44769 \backslash
44770 arrayrulewidth
44771 \series default
44772  is the thickness of the cell border line, the default is 0.4
44773 \begin_inset space \thinspace{}
44774 \end_inset
44775
44776 pt.
44777 \end_layout
44778
44779 \begin_layout Standard
44780 Following equation
44781 \begin_inset space ~
44782 \end_inset
44783
44784
44785 \begin_inset CommandInset ref
44786 LatexCommand eqref
44787 reference "eq:Wtot_n"
44788
44789 \end_inset
44790
44791 , the total width of a multicolumn 
44792 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
44793 \end_inset
44794
44795  is
44796 \begin_inset Formula 
44797 \begin{equation}
44798 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44799 \end{equation}
44800
44801 \end_inset
44802
44803
44804 \end_layout
44805
44806 \begin_layout Standard
44807 By setting equation
44808 \begin_inset space ~
44809 \end_inset
44810
44811
44812 \begin_inset CommandInset ref
44813 LatexCommand eqref
44814 reference "eq:Wtot_n"
44815
44816 \end_inset
44817
44818  and 
44819 \begin_inset CommandInset ref
44820 LatexCommand eqref
44821 reference "eq:Wtot_mult"
44822
44823 \end_inset
44824
44825  equal we can calculate the needed given width 
44826 \begin_inset Formula $W_{g\, n}$
44827 \end_inset
44828
44829  when 
44830 \emph on
44831 n
44832 \emph default
44833  columns are spanned, so that each column has a total width of 
44834 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
44835 \end_inset
44836
44837 :
44838 \begin_inset Formula 
44839 \begin{equation}
44840 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44841 \end{equation}
44842
44843 \end_inset
44844
44845
44846 \end_layout
44847
44848 \begin_layout Bibliography
44849 \begin_inset CommandInset bibitem
44850 LatexCommand bibitem
44851 key "latexcompanion"
44852
44853 \end_inset
44854
44855 Frank Mittelbach and Michel Goossens: 
44856 \emph on
44857 The LaTeX Companion Second Edition.
44858
44859 \emph default
44860  Addison-Wesley, 2004
44861 \end_layout
44862
44863 \begin_layout Bibliography
44864 \begin_inset CommandInset bibitem
44865 LatexCommand bibitem
44866 key "latexguide"
44867
44868 \end_inset
44869
44870 Helmut Kopka and Patrick W.
44871  Daly: 
44872 \emph on
44873 A Guide to LaTeX Fourth Edition.
44874
44875 \emph default
44876  Addison-Wesley, 2003
44877 \end_layout
44878
44879 \begin_layout Bibliography
44880 \begin_inset CommandInset bibitem
44881 LatexCommand bibitem
44882 key "latexbook"
44883
44884 \end_inset
44885
44886 Leslie Lamport: 
44887 \emph on
44888 LaTeX: A Document Preparation System.
44889
44890 \emph default
44891  Addison-Wesley, second edition, 1994
44892 \end_layout
44893
44894 \begin_layout Bibliography
44895 \begin_inset CommandInset bibitem
44896 LatexCommand bibitem
44897 key "arydshln"
44898
44899 \end_inset
44900
44901 Documentation of the LaTeX-package 
44902 \series bold
44903
44904 \begin_inset CommandInset href
44905 LatexCommand href
44906 name "arydshln"
44907 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
44908
44909 \end_inset
44910
44911
44912 \series default
44913
44914 \begin_inset Index idx
44915 status collapsed
44916
44917 \begin_layout Plain Layout
44918 LaTeX-packages ! arydshln
44919 \end_layout
44920
44921 \end_inset
44922
44923
44924 \end_layout
44925
44926 \begin_layout Bibliography
44927 \begin_inset CommandInset bibitem
44928 LatexCommand bibitem
44929 key "booktabs"
44930
44931 \end_inset
44932
44933 Documentation of the LaTeX-package 
44934 \series bold
44935
44936 \begin_inset CommandInset href
44937 LatexCommand href
44938 name "booktabs"
44939 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
44940
44941 \end_inset
44942
44943
44944 \series default
44945
44946 \begin_inset Index idx
44947 status collapsed
44948
44949 \begin_layout Plain Layout
44950 LaTeX-packages ! booktabs
44951 \end_layout
44952
44953 \end_inset
44954
44955
44956 \end_layout
44957
44958 \begin_layout Bibliography
44959 \begin_inset CommandInset bibitem
44960 LatexCommand bibitem
44961 key "caption"
44962
44963 \end_inset
44964
44965 Documentation of the LaTeX-package 
44966 \series bold
44967
44968 \begin_inset CommandInset href
44969 LatexCommand href
44970 name "caption"
44971 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
44972
44973 \end_inset
44974
44975
44976 \series default
44977
44978 \begin_inset Index idx
44979 status collapsed
44980
44981 \begin_layout Plain Layout
44982 LaTeX-packages ! caption
44983 \end_layout
44984
44985 \end_inset
44986
44987
44988 \end_layout
44989
44990 \begin_layout Bibliography
44991 \begin_inset CommandInset bibitem
44992 LatexCommand bibitem
44993 key "diagbox"
44994
44995 \end_inset
44996
44997 Documentation of the LaTeX-package 
44998 \series bold
44999
45000 \begin_inset CommandInset href
45001 LatexCommand href
45002 name "diagbox"
45003 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45004
45005 \end_inset
45006
45007
45008 \series default
45009
45010 \begin_inset Index idx
45011 status collapsed
45012
45013 \begin_layout Plain Layout
45014 LaTeX-packages ! diagbox
45015 \end_layout
45016
45017 \end_inset
45018
45019
45020 \end_layout
45021
45022 \begin_layout Bibliography
45023 \begin_inset CommandInset bibitem
45024 LatexCommand bibitem
45025 key "endfloat"
45026
45027 \end_inset
45028
45029 Documentation of the LaTeX-package 
45030 \series bold
45031
45032 \begin_inset CommandInset href
45033 LatexCommand href
45034 name "endfloat"
45035 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45036
45037 \end_inset
45038
45039
45040 \series default
45041
45042 \begin_inset Index idx
45043 status collapsed
45044
45045 \begin_layout Plain Layout
45046 LaTeX-packages ! endfloat
45047 \end_layout
45048
45049 \end_inset
45050
45051
45052 \end_layout
45053
45054 \begin_layout Bibliography
45055 \begin_inset CommandInset bibitem
45056 LatexCommand bibitem
45057 key "footmisc"
45058
45059 \end_inset
45060
45061 Documentation of the LaTeX-package 
45062 \series bold
45063
45064 \begin_inset CommandInset href
45065 LatexCommand href
45066 name "footmisc"
45067 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45068
45069 \end_inset
45070
45071
45072 \series default
45073
45074 \begin_inset Index idx
45075 status collapsed
45076
45077 \begin_layout Plain Layout
45078 LaTeX-packages ! footmisc
45079 \end_layout
45080
45081 \end_inset
45082
45083
45084 \end_layout
45085
45086 \begin_layout Bibliography
45087 \begin_inset CommandInset bibitem
45088 LatexCommand bibitem
45089 key "hypcap"
45090
45091 \end_inset
45092
45093 Documentation of the LaTeX-package 
45094 \series bold
45095
45096 \begin_inset CommandInset href
45097 LatexCommand href
45098 name "hypcap"
45099 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45100
45101 \end_inset
45102
45103
45104 \series default
45105
45106 \begin_inset Index idx
45107 status collapsed
45108
45109 \begin_layout Plain Layout
45110 LaTeX-packages ! hyperref
45111 \end_layout
45112
45113 \end_inset
45114
45115
45116 \end_layout
45117
45118 \begin_layout Bibliography
45119 \begin_inset CommandInset bibitem
45120 LatexCommand bibitem
45121 key "hyperref"
45122
45123 \end_inset
45124
45125 Documentation of the LaTeX-package 
45126 \series bold
45127
45128 \begin_inset CommandInset href
45129 LatexCommand href
45130 name "hyperref"
45131 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45132
45133 \end_inset
45134
45135
45136 \series default
45137
45138 \begin_inset Index idx
45139 status collapsed
45140
45141 \begin_layout Plain Layout
45142 LaTeX-packages ! hyperref
45143 \end_layout
45144
45145 \end_inset
45146
45147
45148 \end_layout
45149
45150 \begin_layout Bibliography
45151 \begin_inset CommandInset bibitem
45152 LatexCommand bibitem
45153 key "KOMA-Script"
45154
45155 \end_inset
45156
45157 Documentation of the LaTeX-package 
45158 \series bold
45159
45160 \begin_inset CommandInset href
45161 LatexCommand href
45162 name "KOMA-Script"
45163 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/scrguien.pdf"
45164
45165 \end_inset
45166
45167
45168 \series default
45169
45170 \begin_inset Index idx
45171 status collapsed
45172
45173 \begin_layout Plain Layout
45174 LaTeX-packages ! KOMA-Script
45175 \end_layout
45176
45177 \end_inset
45178
45179
45180 \end_layout
45181
45182 \begin_layout Bibliography
45183 \begin_inset CommandInset bibitem
45184 LatexCommand bibitem
45185 key "lettrine"
45186
45187 \end_inset
45188
45189 Documentation of the LaTeX-package 
45190 \series bold
45191
45192 \begin_inset CommandInset href
45193 LatexCommand href
45194 name "lettrine"
45195 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45196
45197 \end_inset
45198
45199
45200 \series default
45201  and an 
45202 \begin_inset CommandInset href
45203 LatexCommand href
45204 name "example"
45205 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45206
45207 \end_inset
45208
45209
45210 \begin_inset Index idx
45211 status collapsed
45212
45213 \begin_layout Plain Layout
45214 LaTeX-packages ! lettrine
45215 \end_layout
45216
45217 \end_inset
45218
45219
45220 \end_layout
45221
45222 \begin_layout Bibliography
45223 \begin_inset CommandInset bibitem
45224 LatexCommand bibitem
45225 key "listings"
45226
45227 \end_inset
45228
45229 Documentation of the LaTeX-package 
45230 \series bold
45231
45232 \begin_inset CommandInset href
45233 LatexCommand href
45234 name "listings"
45235 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45236
45237 \end_inset
45238
45239
45240 \series default
45241
45242 \begin_inset Index idx
45243 status collapsed
45244
45245 \begin_layout Plain Layout
45246 LaTeX-packages ! listings
45247 \end_layout
45248
45249 \end_inset
45250
45251
45252 \end_layout
45253
45254 \begin_layout Bibliography
45255 \begin_inset CommandInset bibitem
45256 LatexCommand bibitem
45257 key "marginnote"
45258
45259 \end_inset
45260
45261 Documentation of the LaTeX-package 
45262 \series bold
45263
45264 \begin_inset CommandInset href
45265 LatexCommand href
45266 name "marginnote"
45267 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45268
45269 \end_inset
45270
45271
45272 \series default
45273
45274 \begin_inset Index idx
45275 status collapsed
45276
45277 \begin_layout Plain Layout
45278 LaTeX-packages ! marginnote
45279 \end_layout
45280
45281 \end_inset
45282
45283
45284 \end_layout
45285
45286 \begin_layout Bibliography
45287 \begin_inset CommandInset bibitem
45288 LatexCommand bibitem
45289 key "pdfpages"
45290
45291 \end_inset
45292
45293 Documentation of the LaTeX-package 
45294 \series bold
45295
45296 \begin_inset CommandInset href
45297 LatexCommand href
45298 name "pdfpages"
45299 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45300
45301 \end_inset
45302
45303
45304 \series default
45305
45306 \begin_inset Index idx
45307 status collapsed
45308
45309 \begin_layout Plain Layout
45310 LaTeX-packages ! pdfpages
45311 \end_layout
45312
45313 \end_inset
45314
45315
45316 \end_layout
45317
45318 \begin_layout Bibliography
45319 \begin_inset CommandInset bibitem
45320 LatexCommand bibitem
45321 key "prettyref"
45322
45323 \end_inset
45324
45325 Documentation of the LaTeX-package 
45326 \series bold
45327
45328 \begin_inset CommandInset href
45329 LatexCommand href
45330 name "prettyref"
45331 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45332
45333 \end_inset
45334
45335
45336 \series default
45337
45338 \begin_inset Index idx
45339 status collapsed
45340
45341 \begin_layout Plain Layout
45342 LaTeX-packages ! prettyref
45343 \end_layout
45344
45345 \end_inset
45346
45347
45348 \end_layout
45349
45350 \begin_layout Bibliography
45351 \begin_inset CommandInset bibitem
45352 LatexCommand bibitem
45353 key "pstricks"
45354
45355 \end_inset
45356
45357 Web page of the LaTeX-package 
45358 \series bold
45359
45360 \begin_inset CommandInset href
45361 LatexCommand href
45362 name "PSTricks"
45363 target "http://tug.org/PSTricks/"
45364
45365 \end_inset
45366
45367
45368 \series default
45369
45370 \begin_inset Index idx
45371 status collapsed
45372
45373 \begin_layout Plain Layout
45374 LaTeX-packages ! PSTricks
45375 \end_layout
45376
45377 \end_inset
45378
45379
45380 \end_layout
45381
45382 \begin_layout Bibliography
45383 \begin_inset CommandInset bibitem
45384 LatexCommand bibitem
45385 key "refstyle"
45386
45387 \end_inset
45388
45389 Documentation of the LaTeX-package 
45390 \series bold
45391
45392 \begin_inset CommandInset href
45393 LatexCommand href
45394 name "refstyle"
45395 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45396
45397 \end_inset
45398
45399
45400 \series default
45401
45402 \begin_inset Index idx
45403 status collapsed
45404
45405 \begin_layout Plain Layout
45406 LaTeX-packages ! refstyle
45407 \end_layout
45408
45409 \end_inset
45410
45411
45412 \end_layout
45413
45414 \begin_layout Bibliography
45415 \begin_inset CommandInset bibitem
45416 LatexCommand bibitem
45417 key "sidecap"
45418
45419 \end_inset
45420
45421 Documentation of the LaTeX-package 
45422 \series bold
45423
45424 \begin_inset CommandInset href
45425 LatexCommand href
45426 name "sidecap"
45427 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45428
45429 \end_inset
45430
45431
45432 \series default
45433
45434 \begin_inset Index idx
45435 status collapsed
45436
45437 \begin_layout Plain Layout
45438 LaTeX-packages ! sidecap
45439 \end_layout
45440
45441 \end_inset
45442
45443
45444 \end_layout
45445
45446 \begin_layout Bibliography
45447 \begin_inset CommandInset bibitem
45448 LatexCommand bibitem
45449 key "NewInLyX20"
45450
45451 \end_inset
45452
45453
45454 \begin_inset CommandInset href
45455 LatexCommand href
45456 name "Wiki page"
45457 target "http://wiki.lyx.org/LyX/NewInLyX20"
45458
45459 \end_inset
45460
45461  about new features in 
45462 \family sans
45463 LyX 2.0
45464 \family default
45465 .
45466 \end_layout
45467
45468 \begin_layout Standard
45469 \begin_inset CommandInset index_print
45470 LatexCommand printindex
45471 type "idx"
45472
45473 \end_inset
45474
45475
45476 \end_layout
45477
45478 \end_body
45479 \end_document