]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
e863d339b8bbd518ab6c21f7c2dd93806e904627
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC is numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \newcommand{\TabBesBeg}[1][1.0]{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}[1][1.0]{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % enables calculation of values,
55 \usepackage{calc}
56
57 % increase the bottom float placement fraction
58 \renewcommand{\bottomfraction}{0.5}
59
60 % avoids that floats are placed before their
61 % corresponding section starts
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % speed up the longtable calculation
65 \setcounter{LTchunksize}{100}
66
67 % used for scaled and rotated boxes
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % used for colored tables
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
74 \definecolor{lightgrey}{gray}{0.8}
75
76 % check for package colortbl
77 % used for colored table cells
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % used to have extra space in table cells
85 \@ifundefined{extrarowheight}
86  {\usepackage{array}}{}
87 \setlength{\extrarowheight}{2pt}
88
89 % used for customized tables
90 % ---
91 \newcolumntype{M}[1]
92  {>{\centering\hspace{0pt}}m{#1}}
93
94 \newcolumntype{S}[2]
95  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
96
97 \newcolumntype{K}[1]
98  {>{\columncolor{#1}\hspace{0pt}}c}
99
100 \newcolumntype{V}{!{\vrule width 1.5pt}}
101
102 \newcolumntype{W}{!{\color{green}\vline}}
103 % ---
104
105 % insert additional vertical space of
106 % 1.5 mm between footnotes
107 \let\myFoot\footnote
108 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
109
110 % number algorithm floats within chapters
111 \numberwithin{algorithm}{chapter}
112
113 % ------------------------------------
114 % used to check for needed LaTeX packages
115 \usepackage{ifthen}
116
117 % check for package arydshln
118 % used for tables with dashed lines
119 \newboolean{arydshln}
120 \IfFileExists{arydshln.sty}
121  {\usepackage{arydshln}
122   \setboolean{arydshln}{true}}
123  {\setboolean{arydshln}{false}}
124
125 % check for package marginnote
126 % used for margin notes
127 \newboolean{marginnote}
128 \IfFileExists{marginnote.sty}
129  {\usepackage{marginnote}
130   \let\marginpar\marginnote
131   \setboolean{marginnote}{true}}
132  {\setboolean{marginnote}{false}}
133
134 % check for package sidecap
135 % used for captions on the side
136 \newboolean{sidecap}
137 \IfFileExists{sidecap.sty}
138  {\usepackage{sidecap}
139   \setboolean{sidecap}{true}}
140  {\setboolean{sidecap}{false}}
141
142 % check for picinpar
143 % used for surrounded fixed objects
144 \newboolean{picinpar}
145 \IfFileExists{picinpar.sty}
146  {\usepackage{picinpar}
147   \setboolean{picinpar}{true}}
148  {\setboolean{picinpar}{false}}
149
150 % check for lettrine
151 \newboolean{lettrine}
152 \IfFileExists{lettrine.sty}
153  {\usepackage{lettrine}
154   \setboolean{lettrine}{true}}
155  {\setboolean{lettrine}{false}}
156
157 % check for diagbox
158 \newboolean{diagbox}
159 \IfFileExists{diagbox.sty}
160  {\usepackage{diagbox}
161   \setboolean{diagbox}{true}}
162  {\setboolean{diagbox}{false}}
163 \end_preamble
164 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
165 \use_default_options false
166 \begin_modules
167 initials
168 \end_modules
169 \maintain_unincluded_children false
170 \language english
171 \language_package default
172 \inputencoding auto
173 \fontencoding global
174 \font_roman default
175 \font_sans default
176 \font_typewriter default
177 \font_default_family default
178 \use_non_tex_fonts false
179 \font_sc false
180 \font_osf false
181 \font_sf_scale 100
182 \font_tt_scale 100
183
184 \graphics default
185 \default_output_format default
186 \output_sync 0
187 \bibtex_command default
188 \index_command default
189 \paperfontsize 12
190 \spacing single
191 \use_hyperref true
192 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
193 \pdf_author "LyX Team, Uwe Stöhr"
194 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
195 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
196 \pdf_bookmarks true
197 \pdf_bookmarksnumbered true
198 \pdf_bookmarksopen true
199 \pdf_bookmarksopenlevel 1
200 \pdf_breaklinks false
201 \pdf_pdfborder false
202 \pdf_colorlinks true
203 \pdf_backref false
204 \pdf_pdfusetitle false
205 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
206 \papersize default
207 \use_geometry false
208 \use_amsmath 2
209 \use_esint 0
210 \use_mhchem 1
211 \use_mathdots 1
212 \cite_engine basic
213 \use_bibtopic false
214 \use_indices false
215 \paperorientation portrait
216 \suppress_date false
217 \use_refstyle 0
218 \notefontcolor #0000ff
219 \index Index
220 \shortcut idx
221 \color #008000
222 \end_index
223 \secnumdepth 3
224 \tocdepth 3
225 \paragraph_separation skip
226 \defskip medskip
227 \quotes_language english
228 \papercolumns 1
229 \papersides 2
230 \paperpagestyle default
231 \bullet 1 1 34 -1
232 \bullet 2 2 35 -1
233 \bullet 3 2 7 -1
234 \tracking_changes true
235 \output_changes false
236 \html_math_output 0
237 \html_css_as_file 0
238 \html_be_strict false
239 \author -195340706 "Georg Baum" 
240 \end_header
241
242 \begin_body
243
244 \begin_layout Title
245 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
246  manual
247 \end_layout
248
249 \begin_layout Author
250 by the LyX Team
251 \begin_inset Foot
252 status collapsed
253
254 \begin_layout Plain Layout
255 \noindent
256 If you have comments or error corrections, please send them to the LyX Documenta
257 tion mailing list: 
258 \begin_inset CommandInset href
259 LatexCommand href
260 name "lyx-docs@lists.lyx.org"
261 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
262 type "mailto:"
263
264 \end_inset
265
266
267 \end_layout
268
269 \end_inset
270
271
272 \begin_inset Note Note
273 status collapsed
274
275 \begin_layout Plain Layout
276 author: Uwe Stöhr
277 \end_layout
278
279 \end_inset
280
281
282 \begin_inset Newline newline
283 \end_inset
284
285
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \family sans
291 Version 2.0.x
292 \end_layout
293
294 \begin_layout Standard
295 \begin_inset CommandInset toc
296 LatexCommand tableofcontents
297
298 \end_inset
299
300
301 \end_layout
302
303 \begin_layout Standard
304 \begin_inset Note Note
305 status open
306
307 \begin_layout Plain Layout
308 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
309  
310 \series bold
311 arydshln
312 \series default
313
314 \series bold
315 colortbl
316 \series default
317
318 \series bold
319 diagbox, lettrine, marginnote, picinpar
320 \series default
321  and 
322 \series bold
323 sidecap
324 \series default
325  must be installed.
326  If they are not installed you can export the document anyway but the sections
327  where the packages are required won't appear in the output.
328 \end_layout
329
330 \begin_layout Plain Layout
331 The latest PDF-version of this document can be found here:
332 \begin_inset Newline newline
333 \end_inset
334
335
336 \series bold
337 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
338 \end_layout
339
340 \end_inset
341
342
343 \end_layout
344
345 \begin_layout Chapter
346 Figures
347 \begin_inset Index idx
348 status collapsed
349
350 \begin_layout Plain Layout
351 Figures
352 \end_layout
353
354 \end_inset
355
356
357 \begin_inset Index idx
358 status collapsed
359
360 \begin_layout Plain Layout
361 Graphics|see
362 \begin_inset ERT
363 status collapsed
364
365 \begin_layout Plain Layout
366
367 {
368 \end_layout
369
370 \end_inset
371
372 Figures
373 \begin_inset ERT
374 status collapsed
375
376 \begin_layout Plain Layout
377
378 }
379 \end_layout
380
381 \end_inset
382
383
384 \end_layout
385
386 \end_inset
387
388
389 \end_layout
390
391 \begin_layout Section
392 Graphics Dialog
393 \begin_inset Index idx
394 status collapsed
395
396 \begin_layout Plain Layout
397 Figures ! Graphics Dialog
398 \end_layout
399
400 \end_inset
401
402
403 \begin_inset CommandInset label
404 LatexCommand label
405 name "sec:Graphics-Dialog"
406
407 \end_inset
408
409
410 \end_layout
411
412 \begin_layout Standard
413 To insert an image into your document, place the cursor at the text position
414  you want and click on the toolbar icon 
415 \family sans
416
417 \begin_inset Info
418 type  "icon"
419 arg   "dialog-show-new-inset graphics"
420 \end_inset
421
422
423 \family default
424  or use the menu 
425 \family sans
426 Insert\SpecialChar \menuseparator
427 Graphics
428 \family default
429 .
430  Then a dialog will appear to choose the file to load.
431  The image will appear in the output exactly at the position where it is
432  in the text.
433 \end_layout
434
435 \begin_layout Standard
436 The graphics dialog can be called at any time by clicking on an image.
437  This dialog has three tabs:
438 \end_layout
439
440 \begin_layout Description
441
442 \family sans
443 Graphics
444 \family default
445  Here you can choose an image file and adjust its appearance in the output.
446  The available units for the image size are explained in appendix
447 \begin_inset space ~
448 \end_inset
449
450
451 \begin_inset CommandInset ref
452 LatexCommand ref
453 reference "cha:Units-available-in"
454
455 \end_inset
456
457 .
458 \begin_inset Newline newline
459 \end_inset
460
461
462 \begin_inset Index idx
463 status collapsed
464
465 \begin_layout Plain Layout
466 Figures ! rotated
467 \end_layout
468
469 \end_inset
470
471 You can rotate images counter-clockwise by setting a rotation angle and
472  a rotation origin.
473  The image will also be rotated inside LyX.
474 \begin_inset Newline newline
475 \end_inset
476
477
478 \begin_inset Index idx
479 status collapsed
480
481 \begin_layout Plain Layout
482 Figures ! scaled
483 \end_layout
484
485 \end_inset
486
487 Images can be scaled by using a percentage value or by setting the width
488  and height explicitly.
489  If you set only the width or only the height, the other size will be determined
490  automatically.
491  If you set both, then the image will be transformed to the given size,
492  possibly distorting it.
493  To prevent the image from distortion, use the option 
494 \family sans
495 Maintain aspect ratio
496 \family default
497 .
498  The image will then be scaled so that its width and height don't exceed
499  the specified dimensions.
500 \begin_inset Newline newline
501 \end_inset
502
503 Images can be opened in a program of your choice by right-clicking on it
504  and choosing the entry 
505 \family sans
506 Edit
507 \begin_inset space ~
508 \end_inset
509
510 externally
511 \family default
512  in the context menu.
513  The program can be set for every image format in the file format settings
514  in LyX's preferences.
515 \end_layout
516
517 \begin_layout Description
518
519 \family sans
520 Clipping
521 \family default
522  Alternatively to the usage of scaling units it is possible to set image
523  coordinates to adjust the height and width of the image in the output.
524  The coordinates can also be calculated automatically by pressing the button
525  
526 \family sans
527 Get
528 \begin_inset space ~
529 \end_inset
530
531 from
532 \begin_inset space ~
533 \end_inset
534
535 File
536 \family default
537 .
538  The option 
539 \family sans
540 Clip
541 \begin_inset space ~
542 \end_inset
543
544 to
545 \begin_inset space ~
546 \end_inset
547
548 bounding
549 \begin_inset space ~
550 \end_inset
551
552 box
553 \family default
554  will only print the image region within the given coordinates.
555  Normally you don't need to take care about image coordinates and can ignore
556  this tab.
557 \end_layout
558
559 \begin_layout Description
560
561 \family sans
562 LaTeX
563 \begin_inset space ~
564 \end_inset
565
566 and
567 \begin_inset space ~
568 \end_inset
569
570 LyX
571 \begin_inset space ~
572 \end_inset
573
574 options
575 \family default
576  In this tab you can modify the appearance of the image within LyX and LaTeX
577  experts can specify additional LaTeX options.
578 \begin_inset Newline newline
579 \end_inset
580
581 The option 
582 \family sans
583 Draft
584 \begin_inset space ~
585 \end_inset
586
587 mode
588 \family default
589  makes the image appear in the output only as a frame with the size of the
590  image.
591 \begin_inset Newline newline
592 \end_inset
593
594 The 
595 \family sans
596 Don't
597 \begin_inset space ~
598 \end_inset
599
600 unzip
601 \begin_inset space ~
602 \end_inset
603
604 on
605 \begin_inset space ~
606 \end_inset
607
608 export
609 \family default
610  option only affects zipped EPS-graphics, e.
611 \begin_inset space \thinspace{}
612 \end_inset
613
614 g.
615 \begin_inset space \space{}
616 \end_inset
617
618
619 \emph on
620 x.eps.gz
621 \emph default
622 .
623  When the option is used the images will not be unzipped on export, since
624  LaTeX can handle them as they are.
625 \begin_inset Newline newline
626 \end_inset
627
628 Zipped EPS-graphics are useful to save disk space when you choose PostScript
629  as output format, see appendix
630 \begin_inset space ~
631 \end_inset
632
633
634 \begin_inset CommandInset ref
635 LatexCommand ref
636 reference "sec:PostScript"
637
638 \end_inset
639
640 .
641  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
642  console:
643 \begin_inset Newline newline
644 \end_inset
645
646
647 \series bold
648 gzip x.eps
649 \series default
650
651 \begin_inset Newline newline
652 \end_inset
653
654
655 \series bold
656 zgrep %%Bounding x.eps.gz > x.eps.bb
657 \series default
658
659 \begin_inset Newline newline
660 \end_inset
661
662 The second command creates the bounding box file 
663 \begin_inset Quotes eld
664 \end_inset
665
666 x.eps.bb
667 \begin_inset Quotes erd
668 \end_inset
669
670  that is needed by LaTeX for zipped graphics.
671 \begin_inset Newline newline
672 \end_inset
673
674 In the section 
675 \family sans
676 Graphics
677 \begin_inset space ~
678 \end_inset
679
680 Group
681 \family default
682  you can define or join an image settings group.
683 \begin_inset Index idx
684 status collapsed
685
686 \begin_layout Plain Layout
687 Figures ! Settings grouping
688 \end_layout
689
690 \end_inset
691
692  Images within such a group share their settings, so adjusting one image
693  of the group automatically also adjusts all other images of the group in
694  the same way.
695  So you can for example change the size for a bunch of images without the
696  need to manually change each of them.
697  Joining an existing group can also be done using the context menu of the
698  image by checking the name of the desired group.
699 \end_layout
700
701 \begin_layout Standard
702 \begin_inset VSpace bigskip
703 \end_inset
704
705
706 \end_layout
707
708 \begin_layout Standard
709 This is an example image in EPS format
710 \begin_inset Foot
711 status collapsed
712
713 \begin_layout Plain Layout
714 Image formats are explained in section
715 \begin_inset space ~
716 \end_inset
717
718
719 \begin_inset CommandInset ref
720 LatexCommand ref
721 reference "sec:Image-Formats"
722
723 \end_inset
724
725 .
726 \end_layout
727
728 \end_inset
729
730  within a separate, horizontally centered paragraph:
731 \end_layout
732
733 \begin_layout Standard
734 \align center
735 \begin_inset Graphics
736         filename clipart/mobius.eps
737         scale 70
738         scaleBeforeRotation
739         rotateOrigin center
740
741 \end_inset
742
743
744 \end_layout
745
746 \begin_layout Standard
747 This is the same image like the one above but in draft mode:
748 \end_layout
749
750 \begin_layout Standard
751 \align center
752 \begin_inset Graphics
753         filename clipart/mobius.eps
754         scale 70
755         draft
756         scaleBeforeRotation
757         rotateOrigin center
758
759 \end_inset
760
761
762 \end_layout
763
764 \begin_layout Standard
765 \begin_inset Newpage newpage
766 \end_inset
767
768
769 \end_layout
770
771 \begin_layout Section
772 Figure Floats
773 \begin_inset CommandInset label
774 LatexCommand label
775 name "sec:Figure-Floats"
776
777 \end_inset
778
779
780 \begin_inset Index idx
781 status collapsed
782
783 \begin_layout Plain Layout
784 Floats ! Figures
785 \end_layout
786
787 \end_inset
788
789
790 \begin_inset Index idx
791 status collapsed
792
793 \begin_layout Plain Layout
794 Figures ! Floats
795 \end_layout
796
797 \end_inset
798
799
800 \end_layout
801
802 \begin_layout Standard
803 For general explanations about floats, have a look at section
804 \begin_inset space ~
805 \end_inset
806
807
808 \begin_inset CommandInset ref
809 LatexCommand ref
810 reference "sec:FloatIntroduction"
811
812 \end_inset
813
814 .
815 \end_layout
816
817 \begin_layout Standard
818 The toolbar button 
819 \family sans
820
821 \begin_inset Info
822 type  "icon"
823 arg   "float-insert figure"
824 \end_inset
825
826
827 \family default
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
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
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 \family sans
1006
1007 \begin_inset Info
1008 type  "icon"
1009 arg   "label-insert"
1010 \end_inset
1011
1012
1013 \family default
1014 .
1015  You can now refer to the label using the menu 
1016 \family sans
1017 Insert\SpecialChar \menuseparator
1018 Cross
1019 \begin_inset space ~
1020 \end_inset
1021
1022 reference
1023 \family default
1024  or the toolbar button 
1025 \family sans
1026
1027 \begin_inset Info
1028 type  "icon"
1029 arg   "dialog-show-new-inset ref"
1030 \end_inset
1031
1032
1033 \family default
1034 .
1035  It is important to use references to floats, rather than using vague references
1036  like 
1037 \begin_inset Quotes eld
1038 \end_inset
1039
1040 the figure above
1041 \begin_inset Quotes erd
1042 \end_inset
1043
1044 , because LaTeX will reposition the floats in the final document and it
1045  might not be 
1046 \begin_inset Quotes eld
1047 \end_inset
1048
1049 above
1050 \begin_inset Quotes erd
1051 \end_inset
1052
1053  at all.
1054 \begin_inset Newline newline
1055 \end_inset
1056
1057 Referencing is explained in detail in section
1058 \begin_inset space ~
1059 \end_inset
1060
1061
1062 \begin_inset CommandInset ref
1063 LatexCommand ref
1064 reference "sec:Referencing-Floats"
1065
1066 \end_inset
1067
1068 .
1069 \end_layout
1070
1071 \begin_layout Standard
1072 Normally only one image is inserted to a figure float, but sometimes you
1073  might want to use two images with separate subcaptions.
1074  This can be done by inserting image floats into existing image floats.
1075  Note that only the main caption of the float is added to the List of Figures.
1076  Figure
1077 \begin_inset space ~
1078 \end_inset
1079
1080
1081 \begin_inset CommandInset ref
1082 LatexCommand ref
1083 reference "fig:Two-distorted-images"
1084
1085 \end_inset
1086
1087  is an example of a figure float with two images set side by side.
1088  You can also set the images one below the other.
1089  Figure
1090 \begin_inset space ~
1091 \end_inset
1092
1093
1094 \begin_inset CommandInset ref
1095 LatexCommand ref
1096 reference "fig:Undefinable-structure"
1097
1098 \end_inset
1099
1100  and 
1101 \begin_inset CommandInset ref
1102 LatexCommand ref
1103 reference "fig:A-Platypus"
1104
1105 \end_inset
1106
1107  are the subfigures.
1108 \end_layout
1109
1110 \begin_layout Standard
1111 \begin_inset Float figure
1112 wide false
1113 sideways false
1114 status open
1115
1116 \begin_layout Plain Layout
1117 \begin_inset space \hfill{}
1118 \end_inset
1119
1120
1121 \begin_inset Float figure
1122 wide false
1123 sideways false
1124 status collapsed
1125
1126 \begin_layout Plain Layout
1127 \begin_inset Caption
1128
1129 \begin_layout Plain Layout
1130 \begin_inset CommandInset label
1131 LatexCommand label
1132 name "fig:Undefinable-structure"
1133
1134 \end_inset
1135
1136 Undefinable structure.
1137 \end_layout
1138
1139 \end_inset
1140
1141
1142 \end_layout
1143
1144 \begin_layout Plain Layout
1145 \begin_inset Graphics
1146         filename clipart/escher-lsd.eps
1147         width 45col%
1148         scaleBeforeRotation
1149         groupId distorted
1150
1151 \end_inset
1152
1153
1154 \end_layout
1155
1156 \end_inset
1157
1158
1159 \begin_inset space \hfill{}
1160 \end_inset
1161
1162
1163 \begin_inset Float figure
1164 wide false
1165 sideways false
1166 status collapsed
1167
1168 \begin_layout Plain Layout
1169 \begin_inset Caption
1170
1171 \begin_layout Plain Layout
1172 \begin_inset CommandInset label
1173 LatexCommand label
1174 name "fig:A-Platypus"
1175
1176 \end_inset
1177
1178 A Platypus.
1179 \end_layout
1180
1181 \end_inset
1182
1183
1184 \end_layout
1185
1186 \begin_layout Plain Layout
1187 \begin_inset Graphics
1188         filename clipart/platypus.eps
1189         width 45col%
1190         scaleBeforeRotation
1191         groupId distorted
1192
1193 \end_inset
1194
1195
1196 \end_layout
1197
1198 \end_inset
1199
1200
1201 \begin_inset space \hfill{}
1202 \end_inset
1203
1204
1205 \end_layout
1206
1207 \begin_layout Plain Layout
1208 \begin_inset Caption
1209
1210 \begin_layout Plain Layout
1211 \begin_inset CommandInset label
1212 LatexCommand label
1213 name "fig:Two-distorted-images"
1214
1215 \end_inset
1216
1217
1218 \begin_inset CommandInset label
1219 LatexCommand label
1220 name "fig2:Two-distorted-images-2"
1221
1222 \end_inset
1223
1224 Two distorted images.
1225  Both images are in the image settings group named 
1226 \begin_inset Quotes eld
1227 \end_inset
1228
1229 distorted
1230 \begin_inset Quotes erd
1231 \end_inset
1232
1233 .
1234 \end_layout
1235
1236 \end_inset
1237
1238
1239 \end_layout
1240
1241 \end_inset
1242
1243
1244 \end_layout
1245
1246 \begin_layout Standard
1247 \begin_inset Newpage newpage
1248 \end_inset
1249
1250
1251 \end_layout
1252
1253 \begin_layout Section
1254 Image Formats
1255 \begin_inset CommandInset label
1256 LatexCommand label
1257 name "sec:Image-Formats"
1258
1259 \end_inset
1260
1261
1262 \begin_inset Index idx
1263 status collapsed
1264
1265 \begin_layout Plain Layout
1266 Image Formats
1267 \end_layout
1268
1269 \end_inset
1270
1271
1272 \begin_inset Index idx
1273 status collapsed
1274
1275 \begin_layout Plain Layout
1276 Figures ! Image Formats
1277 \end_layout
1278
1279 \end_inset
1280
1281
1282 \end_layout
1283
1284 \begin_layout Standard
1285 You can insert images in any known file format.
1286  But as explained in appendix
1287 \begin_inset space ~
1288 \end_inset
1289
1290
1291 \begin_inset CommandInset ref
1292 LatexCommand ref
1293 reference "cha:Output-File-Formats"
1294
1295 \end_inset
1296
1297 , each output document format allows only a few image formats.
1298  LyX uses therefore the program 
1299 \family typewriter
1300 ImageMagick
1301 \family default
1302  in the background to convert the images to the right format.
1303  To increase your work flow by avoiding these conversions in the background,
1304  you can use only the image formats that can directly be embedded in the
1305  output file format.
1306  The output file formats are explained in appendix
1307 \begin_inset space ~
1308 \end_inset
1309
1310
1311 \begin_inset CommandInset ref
1312 LatexCommand ref
1313 reference "cha:Output-File-Formats"
1314
1315 \end_inset
1316
1317 .
1318 \end_layout
1319
1320 \begin_layout Standard
1321 Similar to fonts there are two types of image formats:
1322 \end_layout
1323
1324 \begin_layout Description
1325 Bitmap
1326 \begin_inset space ~
1327 \end_inset
1328
1329 images consist of pixel values, often in a compressed form.
1330  They are therefore not fully scalable and look pixelated in large zooms.
1331  Well-known bitmap image formats are 
1332 \begin_inset Quotes eld
1333 \end_inset
1334
1335 Graphics Interchange Format
1336 \begin_inset Quotes erd
1337 \end_inset
1338
1339  (GIF, file extension 
1340 \begin_inset Quotes eld
1341 \end_inset
1342
1343
1344 \family typewriter
1345 .gif
1346 \family default
1347
1348 \begin_inset Quotes erd
1349 \end_inset
1350
1351 )
1352 \begin_inset Index idx
1353 status collapsed
1354
1355 \begin_layout Plain Layout
1356 GIF|see
1357 \begin_inset ERT
1358 status collapsed
1359
1360 \begin_layout Plain Layout
1361
1362 {
1363 \end_layout
1364
1365 \end_inset
1366
1367 Image formats
1368 \begin_inset ERT
1369 status collapsed
1370
1371 \begin_layout Plain Layout
1372
1373 }
1374 \end_layout
1375
1376 \end_inset
1377
1378
1379 \end_layout
1380
1381 \end_inset
1382
1383
1384 \begin_inset Quotes eld
1385 \end_inset
1386
1387 Portable Network Graphics
1388 \begin_inset Quotes erd
1389 \end_inset
1390
1391  (PNG, file extension 
1392 \begin_inset Quotes eld
1393 \end_inset
1394
1395
1396 \family typewriter
1397 .png
1398 \family default
1399
1400 \begin_inset Quotes erd
1401 \end_inset
1402
1403 )
1404 \begin_inset Index idx
1405 status collapsed
1406
1407 \begin_layout Plain Layout
1408 PNG|see
1409 \begin_inset ERT
1410 status collapsed
1411
1412 \begin_layout Plain Layout
1413
1414 {
1415 \end_layout
1416
1417 \end_inset
1418
1419 Image formats
1420 \begin_inset ERT
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424
1425 }
1426 \end_layout
1427
1428 \end_inset
1429
1430
1431 \end_layout
1432
1433 \end_inset
1434
1435 , and 
1436 \begin_inset Quotes eld
1437 \end_inset
1438
1439 Joint Photographic Experts Group
1440 \begin_inset Quotes erd
1441 \end_inset
1442
1443  (JPG, file extension 
1444 \begin_inset Quotes eld
1445 \end_inset
1446
1447
1448 \family typewriter
1449 .jpg
1450 \family default
1451
1452 \begin_inset Quotes erd
1453 \end_inset
1454
1455  or 
1456 \begin_inset Quotes eld
1457 \end_inset
1458
1459
1460 \family typewriter
1461 .jpeg
1462 \family default
1463
1464 \begin_inset Quotes erd
1465 \end_inset
1466
1467 )
1468 \begin_inset Index idx
1469 status collapsed
1470
1471 \begin_layout Plain Layout
1472 JPG|see
1473 \begin_inset ERT
1474 status collapsed
1475
1476 \begin_layout Plain Layout
1477
1478 {
1479 \end_layout
1480
1481 \end_inset
1482
1483 Image formats
1484 \begin_inset ERT
1485 status collapsed
1486
1487 \begin_layout Plain Layout
1488
1489 }
1490 \end_layout
1491
1492 \end_inset
1493
1494
1495 \end_layout
1496
1497 \end_inset
1498
1499 .
1500 \end_layout
1501
1502 \begin_layout Description
1503 Vector
1504 \begin_inset space ~
1505 \end_inset
1506
1507 images consist of vectors and can therefore be scaled to any size without
1508  data loss.
1509  The scaling ability is necessary if you want to create presentations, because
1510  presentations are always scaled by the video projector.
1511  Scaling is also useful for online documents to let the user zoom into diagrams.
1512 \begin_inset Newline newline
1513 \end_inset
1514
1515 Well-known scalable image formats are 
1516 \begin_inset Quotes eld
1517 \end_inset
1518
1519 Scalable Vector Graphics
1520 \begin_inset Quotes erd
1521 \end_inset
1522
1523  (SVG, file extension 
1524 \begin_inset Quotes eld
1525 \end_inset
1526
1527
1528 \family typewriter
1529 .svg
1530 \family default
1531
1532 \begin_inset Quotes erd
1533 \end_inset
1534
1535 )
1536 \begin_inset Index idx
1537 status collapsed
1538
1539 \begin_layout Plain Layout
1540 SVG|see
1541 \begin_inset ERT
1542 status collapsed
1543
1544 \begin_layout Plain Layout
1545
1546 {
1547 \end_layout
1548
1549 \end_inset
1550
1551 Image formats
1552 \begin_inset ERT
1553 status collapsed
1554
1555 \begin_layout Plain Layout
1556
1557 }
1558 \end_layout
1559
1560 \end_inset
1561
1562
1563 \end_layout
1564
1565 \end_inset
1566
1567
1568 \begin_inset Quotes eld
1569 \end_inset
1570
1571 Encapsulated PostScript
1572 \begin_inset Quotes erd
1573 \end_inset
1574
1575  (EPS, file extension 
1576 \begin_inset Quotes eld
1577 \end_inset
1578
1579
1580 \family typewriter
1581 .eps
1582 \family default
1583
1584 \begin_inset Quotes erd
1585 \end_inset
1586
1587 )
1588 \begin_inset Index idx
1589 status collapsed
1590
1591 \begin_layout Plain Layout
1592 EPS|see
1593 \begin_inset ERT
1594 status collapsed
1595
1596 \begin_layout Plain Layout
1597
1598 {
1599 \end_layout
1600
1601 \end_inset
1602
1603 Image formats
1604 \begin_inset ERT
1605 status collapsed
1606
1607 \begin_layout Plain Layout
1608
1609 }
1610 \end_layout
1611
1612 \end_inset
1613
1614
1615 \end_layout
1616
1617 \end_inset
1618
1619
1620 \begin_inset Quotes eld
1621 \end_inset
1622
1623 Portable Document Format
1624 \begin_inset Quotes erd
1625 \end_inset
1626
1627  (PDF, file extension 
1628 \begin_inset Quotes eld
1629 \end_inset
1630
1631
1632 \family typewriter
1633 .pdf
1634 \family default
1635
1636 \begin_inset Quotes erd
1637 \end_inset
1638
1639 )
1640 \begin_inset Index idx
1641 status collapsed
1642
1643 \begin_layout Plain Layout
1644 PDF
1645 \end_layout
1646
1647 \end_inset
1648
1649 , and 
1650 \begin_inset Quotes eld
1651 \end_inset
1652
1653 Windows Metafile
1654 \begin_inset Quotes erd
1655 \end_inset
1656
1657  (WMF, file extension 
1658 \begin_inset Quotes eld
1659 \end_inset
1660
1661
1662 \family typewriter
1663 .wmf
1664 \family default
1665
1666 \begin_inset Quotes erd
1667 \end_inset
1668
1669 )
1670 \begin_inset Index idx
1671 status collapsed
1672
1673 \begin_layout Plain Layout
1674 SVG|see
1675 \begin_inset ERT
1676 status collapsed
1677
1678 \begin_layout Plain Layout
1679
1680 {
1681 \end_layout
1682
1683 \end_inset
1684
1685 Image formats
1686 \begin_inset ERT
1687 status collapsed
1688
1689 \begin_layout Plain Layout
1690
1691 }
1692 \end_layout
1693
1694 \end_inset
1695
1696
1697 \end_layout
1698
1699 \end_inset
1700
1701 .
1702  We wrote 
1703 \begin_inset Quotes eld
1704 \end_inset
1705
1706 can be
1707 \begin_inset Quotes erd
1708 \end_inset
1709
1710 , because you can convert any bitmap image to a PDF or EPS-image and the
1711  result will still be a bitmap image.
1712  In such cases only a header with the image properties is added to the original
1713  image
1714 \begin_inset Foot
1715 status collapsed
1716
1717 \begin_layout Plain Layout
1718 In the case of PDF, the original image is additionally compressed.
1719 \end_layout
1720
1721 \end_inset
1722
1723 .
1724  The PDF-files generated by 
1725 \family typewriter
1726 Adobe Photoshop
1727 \family default
1728  are for example bitmap images.
1729 \end_layout
1730
1731 \begin_layout Standard
1732 Normally it is not possible to convert a bitmap image into a scalable one,
1733  only vice versa.
1734  Only the image formats PDF and EPS can directly be embedded to PDF and
1735  PostScript output files, respectively.
1736  SVG and WMF-images are recalculated to bitmaps when the output file is
1737  generated because there is currently no adequate WMF/SVG
1738 \begin_inset Formula $\to$
1739 \end_inset
1740
1741 PDF/EPS converter available.
1742 \end_layout
1743
1744 \begin_layout Chapter
1745 Tables
1746 \begin_inset Index idx
1747 status collapsed
1748
1749 \begin_layout Plain Layout
1750 Table
1751 \end_layout
1752
1753 \end_inset
1754
1755
1756 \end_layout
1757
1758 \begin_layout Section
1759 Introduction
1760 \begin_inset Index idx
1761 status collapsed
1762
1763 \begin_layout Plain Layout
1764 Table ! Introduction
1765 \end_layout
1766
1767 \end_inset
1768
1769
1770 \end_layout
1771
1772 \begin_layout Standard
1773 You can insert a table using either the toolbar button 
1774 \begin_inset Info
1775 type  "icon"
1776 arg   "tabular-insert"
1777 \end_inset
1778
1779  or the menu 
1780 \family sans
1781 Insert\SpecialChar \menuseparator
1782 Table
1783 \family default
1784 .
1785  The toolbar button offers you a graphical selection: move the mouse to
1786  set the column/row number of the table that should be created and then
1787  press a mouse button.
1788  When you use the menu to create a table, a dialog will appear, asking you
1789  for the number of rows and columns.
1790 \begin_inset Newline newline
1791 \end_inset
1792
1793  The default table has lines around any cell and the first row appears separated
1794  from the rest of the table.
1795  This separation occurs due to a double line: The cells of the first row
1796  have a line below them and the cells of the second row have a line above
1797  them.
1798  Here is an example table:
1799 \end_layout
1800
1801 \begin_layout Standard
1802 \align center
1803 \begin_inset Tabular
1804 <lyxtabular version="3" rows="4" columns="4">
1805 <features tabularvalignment="middle">
1806 <column alignment="center" valignment="top" width="0">
1807 <column alignment="center" valignment="top" width="0">
1808 <column alignment="center" valignment="top" width="0">
1809 <column alignment="center" valignment="top" width="0">
1810 <row>
1811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1812 \begin_inset Text
1813
1814 \begin_layout Plain Layout
1815
1816 \end_layout
1817
1818 \end_inset
1819 </cell>
1820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1821 \begin_inset Text
1822
1823 \begin_layout Plain Layout
1824
1825 \family roman
1826 \series medium
1827 \shape up
1828 \size normal
1829 \emph off
1830 \bar no
1831 \noun off
1832 \color none
1833 1
1834 \end_layout
1835
1836 \end_inset
1837 </cell>
1838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1839 \begin_inset Text
1840
1841 \begin_layout Plain Layout
1842 2
1843 \end_layout
1844
1845 \end_inset
1846 </cell>
1847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1848 \begin_inset Text
1849
1850 \begin_layout Plain Layout
1851 3
1852 \end_layout
1853
1854 \end_inset
1855 </cell>
1856 </row>
1857 <row>
1858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862
1863 \family roman
1864 \series medium
1865 \shape up
1866 \size normal
1867 \emph off
1868 \bar no
1869 \noun off
1870 \color none
1871 A
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1877 \begin_inset Text
1878
1879 \begin_layout Plain Layout
1880
1881 \end_layout
1882
1883 \end_inset
1884 </cell>
1885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Plain Layout
1889
1890 \end_layout
1891
1892 \end_inset
1893 </cell>
1894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1895 \begin_inset Text
1896
1897 \begin_layout Plain Layout
1898
1899 \end_layout
1900
1901 \end_inset
1902 </cell>
1903 </row>
1904 <row>
1905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Plain Layout
1909
1910 \family roman
1911 \series medium
1912 \shape up
1913 \size normal
1914 \emph off
1915 \bar no
1916 \noun off
1917 \color none
1918 B
1919 \end_layout
1920
1921 \end_inset
1922 </cell>
1923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1924 \begin_inset Text
1925
1926 \begin_layout Plain Layout
1927
1928 \end_layout
1929
1930 \end_inset
1931 </cell>
1932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1933 \begin_inset Text
1934
1935 \begin_layout Plain Layout
1936
1937 \end_layout
1938
1939 \end_inset
1940 </cell>
1941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1942 \begin_inset Text
1943
1944 \begin_layout Plain Layout
1945
1946 \end_layout
1947
1948 \end_inset
1949 </cell>
1950 </row>
1951 <row>
1952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1953 \begin_inset Text
1954
1955 \begin_layout Plain Layout
1956
1957 \family roman
1958 \series medium
1959 \shape up
1960 \size normal
1961 \emph off
1962 \bar no
1963 \noun off
1964 \color none
1965 C
1966 \end_layout
1967
1968 \end_inset
1969 </cell>
1970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1971 \begin_inset Text
1972
1973 \begin_layout Plain Layout
1974
1975 \end_layout
1976
1977 \end_inset
1978 </cell>
1979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1980 \begin_inset Text
1981
1982 \begin_layout Plain Layout
1983
1984 \end_layout
1985
1986 \end_inset
1987 </cell>
1988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1989 \begin_inset Text
1990
1991 \begin_layout Plain Layout
1992
1993 \end_layout
1994
1995 \end_inset
1996 </cell>
1997 </row>
1998 </lyxtabular>
1999
2000 \end_inset
2001
2002
2003 \end_layout
2004
2005 \begin_layout Section
2006 Table Dialog
2007 \begin_inset Index idx
2008 status collapsed
2009
2010 \begin_layout Plain Layout
2011 Table ! Dialog
2012 \end_layout
2013
2014 \end_inset
2015
2016
2017 \end_layout
2018
2019 \begin_layout Standard
2020 You can alter a table by clicking on it with the right mouse button, which
2021  brings up the table dialog.
2022  Here you can adjust the settings of that cell and row/column respectively
2023  where the cursor is currently placed.
2024  Most of the dialog options also work on selections.
2025  This means if you select more cells, columns or rows, the action is done
2026  for the whole selection.
2027  Note that there is a difference between selecting the 
2028 \emph on
2029 contents
2030 \emph default
2031  of the cell, and the cell itself.
2032 \begin_inset Newline newline
2033 \end_inset
2034
2035 With the dialog option 
2036 \family sans
2037 Immediate
2038 \begin_inset space ~
2039 \end_inset
2040
2041 Apply
2042 \family default
2043  every change you make in the dialog is directly applied.
2044  If you move the cursor to another table cell the dialog will then also
2045  be updated with the parameters of the new cell.
2046  If you change length values in the dialog you must press return to get
2047  the change applied.
2048 \begin_inset Newline newline
2049 \end_inset
2050
2051 You can alter tables with the following tabs of the table dialog:
2052 \end_layout
2053
2054 \begin_layout Description
2055
2056 \family sans
2057 Table
2058 \begin_inset space ~
2059 \end_inset
2060
2061 Settings
2062 \family default
2063  Here you can set the table width
2064 \begin_inset Index idx
2065 status collapsed
2066
2067 \begin_layout Plain Layout
2068 Table ! Width
2069 \end_layout
2070
2071 \end_inset
2072
2073 , and the horizontal alignment and the width of the current column.
2074  The alignment 
2075 \family sans
2076 At
2077 \begin_inset space ~
2078 \end_inset
2079
2080 Decimal
2081 \begin_inset space ~
2082 \end_inset
2083
2084 Separator
2085 \family default
2086  is described in section
2087 \begin_inset space ~
2088 \end_inset
2089
2090
2091 \begin_inset CommandInset ref
2092 LatexCommand ref
2093 reference "sub:Special-Cell-Alignment"
2094
2095 \end_inset
2096
2097 .
2098  When you have set a width you can also adjust the vertical alignment of
2099  the current row.
2100  A given width will allow the cell to have line breaks and multiple paragraphs
2101  of text, see section
2102 \begin_inset space ~
2103 \end_inset
2104
2105
2106 \begin_inset CommandInset ref
2107 LatexCommand ref
2108 reference "sub:Multiple-Lines-in"
2109
2110 \end_inset
2111
2112 .
2113  If you set no width, the column is as wide as the content of its widest
2114  cell.
2115 \begin_inset Newline newline
2116 \end_inset
2117
2118 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2119  cell, see section
2120 \begin_inset space ~
2121 \end_inset
2122
2123
2124 \begin_inset CommandInset ref
2125 LatexCommand ref
2126 reference "sub:Multicolumns"
2127
2128 \end_inset
2129
2130  or the cells of one column as multirow cell, see section
2131 \begin_inset space ~
2132 \end_inset
2133
2134
2135 \begin_inset CommandInset ref
2136 LatexCommand ref
2137 reference "sub:Multirows"
2138
2139 \end_inset
2140
2141 .
2142 \begin_inset Newline newline
2143 \end_inset
2144
2145 The rotate check boxes rotate the current cell, a selection, or the whole
2146  table counter-clockwise by 90°.
2147  The rotation is not shown within LyX, only in the output.
2148 \begin_inset Newline newline
2149 \end_inset
2150
2151
2152 \begin_inset Note Greyedout
2153 status open
2154
2155 \begin_layout Plain Layout
2156
2157 \series bold
2158 Note:
2159 \series default
2160  Not all DVI-viewers are able to display rotations.
2161 \end_layout
2162
2163 \end_inset
2164
2165
2166 \begin_inset Newline newline
2167 \end_inset
2168
2169 The table-wide vertical alignment is used for tables within text lines:
2170 \begin_inset Newline newline
2171 \end_inset
2172
2173 A line with tables with different alignments: 
2174 \begin_inset Tabular
2175 <lyxtabular version="3" rows="2" columns="2">
2176 <features tabularvalignment="top">
2177 <column alignment="center" valignment="top" width="0pt">
2178 <column alignment="center" valignment="top" width="0">
2179 <row>
2180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2181 \begin_inset Text
2182
2183 \begin_layout Plain Layout
2184
2185 \end_layout
2186
2187 \end_inset
2188 </cell>
2189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2190 \begin_inset Text
2191
2192 \begin_layout Plain Layout
2193
2194 \family roman
2195 \series medium
2196 \shape up
2197 \size normal
2198 \emph off
2199 \bar no
2200 \noun off
2201 \color none
2202 1
2203 \end_layout
2204
2205 \end_inset
2206 </cell>
2207 </row>
2208 <row>
2209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2210 \begin_inset Text
2211
2212 \begin_layout Plain Layout
2213
2214 \family roman
2215 \series medium
2216 \shape up
2217 \size normal
2218 \emph off
2219 \bar no
2220 \noun off
2221 \color none
2222 A
2223 \end_layout
2224
2225 \end_inset
2226 </cell>
2227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2228 \begin_inset Text
2229
2230 \begin_layout Plain Layout
2231
2232 \end_layout
2233
2234 \end_inset
2235 </cell>
2236 </row>
2237 </lyxtabular>
2238
2239 \end_inset
2240
2241  
2242 \begin_inset Tabular
2243 <lyxtabular version="3" rows="2" columns="2">
2244 <features tabularvalignment="middle">
2245 <column alignment="center" valignment="top" width="0">
2246 <column alignment="center" valignment="top" width="0">
2247 <row>
2248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2249 \begin_inset Text
2250
2251 \begin_layout Plain Layout
2252
2253 \end_layout
2254
2255 \end_inset
2256 </cell>
2257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2258 \begin_inset Text
2259
2260 \begin_layout Plain Layout
2261
2262 \family roman
2263 \series medium
2264 \shape up
2265 \size normal
2266 \emph off
2267 \bar no
2268 \noun off
2269 \color none
2270 1
2271 \end_layout
2272
2273 \end_inset
2274 </cell>
2275 </row>
2276 <row>
2277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2278 \begin_inset Text
2279
2280 \begin_layout Plain Layout
2281
2282 \family roman
2283 \series medium
2284 \shape up
2285 \size normal
2286 \emph off
2287 \bar no
2288 \noun off
2289 \color none
2290 A
2291 \end_layout
2292
2293 \end_inset
2294 </cell>
2295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2296 \begin_inset Text
2297
2298 \begin_layout Plain Layout
2299
2300 \end_layout
2301
2302 \end_inset
2303 </cell>
2304 </row>
2305 </lyxtabular>
2306
2307 \end_inset
2308
2309  
2310 \begin_inset Tabular
2311 <lyxtabular version="3" rows="2" columns="2">
2312 <features tabularvalignment="bottom">
2313 <column alignment="center" valignment="top" width="0pt">
2314 <column alignment="center" valignment="top" width="0">
2315 <row>
2316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2317 \begin_inset Text
2318
2319 \begin_layout Plain Layout
2320
2321 \end_layout
2322
2323 \end_inset
2324 </cell>
2325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2326 \begin_inset Text
2327
2328 \begin_layout Plain Layout
2329
2330 \family roman
2331 \series medium
2332 \shape up
2333 \size normal
2334 \emph off
2335 \bar no
2336 \noun off
2337 \color none
2338 1
2339 \end_layout
2340
2341 \end_inset
2342 </cell>
2343 </row>
2344 <row>
2345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2346 \begin_inset Text
2347
2348 \begin_layout Plain Layout
2349
2350 \family roman
2351 \series medium
2352 \shape up
2353 \size normal
2354 \emph off
2355 \bar no
2356 \noun off
2357 \color none
2358 A
2359 \end_layout
2360
2361 \end_inset
2362 </cell>
2363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2364 \begin_inset Text
2365
2366 \begin_layout Plain Layout
2367
2368 \end_layout
2369
2370 \end_inset
2371 </cell>
2372 </row>
2373 </lyxtabular>
2374
2375 \end_inset
2376
2377
2378 \begin_inset Newline newline
2379 \end_inset
2380
2381 It is also possible to enter a LaTeX-argument which is needed for special
2382  table formattings, see section
2383 \begin_inset space ~
2384 \end_inset
2385
2386
2387 \begin_inset CommandInset ref
2388 LatexCommand ref
2389 reference "sub:Multicolumn-Calculations"
2390
2391 \end_inset
2392
2393  and 
2394 \begin_inset CommandInset ref
2395 LatexCommand ref
2396 reference "sec:Colored-Tables"
2397
2398 \end_inset
2399
2400 .
2401 \end_layout
2402
2403 \begin_layout Description
2404
2405 \family sans
2406 Borders
2407 \family default
2408  In this tab you can add and delete border lines for the current row/column.
2409 \begin_inset Newline newline
2410 \end_inset
2411
2412 Using the style option 
2413 \family sans
2414 Formal
2415 \family default
2416  will convert the table to a formal table as described in section
2417 \begin_inset space ~
2418 \end_inset
2419
2420
2421 \begin_inset CommandInset ref
2422 LatexCommand ref
2423 reference "sec:Formal-Tables"
2424
2425 \end_inset
2426
2427 .
2428 \begin_inset Newline newline
2429 \end_inset
2430
2431 You can also add here space to table rows as described in section
2432 \begin_inset space ~
2433 \end_inset
2434
2435
2436 \begin_inset CommandInset ref
2437 LatexCommand ref
2438 reference "sub:Row-Spacing"
2439
2440 \end_inset
2441
2442 .
2443 \end_layout
2444
2445 \begin_layout Description
2446
2447 \family sans
2448 Longtable
2449 \family default
2450  This tab is to make a table a so called 
2451 \begin_inset Quotes eld
2452 \end_inset
2453
2454
2455 \emph on
2456 longtable
2457 \emph default
2458
2459 \begin_inset Quotes erd
2460 \end_inset
2461
2462  that can run over several pages.
2463  Sections
2464 \begin_inset space ~
2465 \end_inset
2466
2467
2468 \begin_inset CommandInset ref
2469 LatexCommand ref
2470 reference "sec:Longtables"
2471
2472 \end_inset
2473
2474  and 
2475 \begin_inset CommandInset ref
2476 LatexCommand ref
2477 reference "sec:Special-Longtable-Issues"
2478
2479 \end_inset
2480
2481  describe the longtable features in detail.
2482 \end_layout
2483
2484 \begin_layout Section
2485 Table Toolbar
2486 \begin_inset Index idx
2487 status collapsed
2488
2489 \begin_layout Plain Layout
2490 Table ! Toolbar
2491 \end_layout
2492
2493 \end_inset
2494
2495
2496 \end_layout
2497
2498 \begin_layout Standard
2499 The table toolbar is an alternative to the table dialog to be able to alter
2500  tables faster.
2501  It should normally appear at the bottom of LyX's main window when the cursor
2502  is inside a table.
2503  You can alternatively switch it on to appear always, by right-clicking
2504  in LyX's main menu bar.
2505 \end_layout
2506
2507 \begin_layout Standard
2508 The toolbar has the following icons:
2509 \end_layout
2510
2511 \begin_layout Labeling
2512 \labelwidthstring 00.00.0000
2513
2514 \family sans
2515 \begin_inset Info
2516 type  "icon"
2517 arg   "inset-modify tabular append-row"
2518 \end_inset
2519
2520
2521 \family default
2522  adds a row below the current cell or selection
2523 \end_layout
2524
2525 \begin_layout Labeling
2526 \labelwidthstring 00.00.0000
2527
2528 \family sans
2529 \begin_inset Info
2530 type  "icon"
2531 arg   "inset-modify tabular append-column"
2532 \end_inset
2533
2534
2535 \family default
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
2542 \family sans
2543 \begin_inset Info
2544 type  "icon"
2545 arg   "inset-modify tabular delete-row"
2546 \end_inset
2547
2548
2549 \family default
2550  deletes the current row or selection
2551 \end_layout
2552
2553 \begin_layout Labeling
2554 \labelwidthstring 00.00.0000
2555
2556 \family sans
2557 \begin_inset Info
2558 type  "icon"
2559 arg   "inset-modify tabular delete-column"
2560 \end_inset
2561
2562
2563 \family default
2564  deletes the current column or selection
2565 \end_layout
2566
2567 \begin_layout Labeling
2568 \labelwidthstring 00.00.0000
2569
2570 \family sans
2571 \begin_inset Info
2572 type  "icon"
2573 arg   "inset-modify tabular toggle-line-top"
2574 \end_inset
2575
2576
2577 \family default
2578  adds a line at the top of the current cell / row or of a selection
2579 \end_layout
2580
2581 \begin_layout Labeling
2582 \labelwidthstring 00.00.0000
2583
2584 \family sans
2585 \begin_inset Info
2586 type  "icon"
2587 arg   "inset-modify tabular toggle-line-bottom"
2588 \end_inset
2589
2590
2591 \family default
2592  adds a line at the bottom of the current cell / row or of a selection
2593 \end_layout
2594
2595 \begin_layout Labeling
2596 \labelwidthstring 00.00.0000
2597
2598 \family sans
2599 \begin_inset Info
2600 type  "icon"
2601 arg   "inset-modify tabular toggle-line-left"
2602 \end_inset
2603
2604
2605 \family default
2606  adds a line at the left side of the current cell / row or of a selection
2607 \end_layout
2608
2609 \begin_layout Labeling
2610 \labelwidthstring 00.00.0000
2611
2612 \family sans
2613 \begin_inset Info
2614 type  "icon"
2615 arg   "inset-modify tabular toggle-line-right"
2616 \end_inset
2617
2618
2619 \family default
2620  adds a line at the right side of the current cell / row or of a selection
2621 \end_layout
2622
2623 \begin_layout Labeling
2624 \labelwidthstring 00.00.0000
2625
2626 \family sans
2627 \begin_inset Info
2628 type  "icon"
2629 arg   "inset-modify tabular set-all-lines"
2630 \end_inset
2631
2632
2633 \family default
2634  adds lines around the current or selected cells - if the current cell no
2635  multicolumn cell this also affects the current row and column
2636 \end_layout
2637
2638 \begin_layout Labeling
2639 \labelwidthstring 00.00.0000
2640
2641 \family sans
2642 \begin_inset Info
2643 type  "icon"
2644 arg   "inset-modify tabular unset-all-lines"
2645 \end_inset
2646
2647
2648 \family default
2649  deletes all lines of the current or selected cells - if the current cell
2650  no multicolumn cell this also affects the current row and column
2651 \end_layout
2652
2653 \begin_layout Labeling
2654 \labelwidthstring 00.00.0000
2655
2656 \family sans
2657 \begin_inset Info
2658 type  "icon"
2659 arg   "inset-modify tabular m-align-left"
2660 \end_inset
2661
2662
2663 \family default
2664  left-aligns the content of the current cell / column
2665 \end_layout
2666
2667 \begin_layout Labeling
2668 \labelwidthstring 00.00.0000
2669
2670 \family sans
2671 \begin_inset Info
2672 type  "icon"
2673 arg   "inset-modify tabular m-align-center"
2674 \end_inset
2675
2676
2677 \family default
2678  centers the content of the current cell / column horizontally
2679 \end_layout
2680
2681 \begin_layout Labeling
2682 \labelwidthstring 00.00.0000
2683
2684 \family sans
2685 \begin_inset Info
2686 type  "icon"
2687 arg   "inset-modify tabular m-align-right"
2688 \end_inset
2689
2690
2691 \family default
2692  right-aligns the content of the current cell / column
2693 \end_layout
2694
2695 \begin_layout Labeling
2696 \labelwidthstring 00.00.0000
2697
2698 \family sans
2699 \begin_inset Info
2700 type  "icon"
2701 arg   "inset-modify tabular align-decimal"
2702 \end_inset
2703
2704
2705 \family default
2706  aligns the content of the current column at a character
2707 \end_layout
2708
2709 \begin_layout Labeling
2710 \labelwidthstring 00.00.0000
2711
2712 \family sans
2713 \begin_inset Info
2714 type  "icon"
2715 arg   "inset-modify tabular m-valign-top"
2716 \end_inset
2717
2718
2719 \family default
2720  aligns the content of the current cell vertically to the top
2721 \end_layout
2722
2723 \begin_layout Labeling
2724 \labelwidthstring 00.00.0000
2725
2726 \family sans
2727 \begin_inset Info
2728 type  "icon"
2729 arg   "inset-modify tabular m-valign-middle"
2730 \end_inset
2731
2732
2733 \family default
2734  centers the content of the current cell vertically
2735 \end_layout
2736
2737 \begin_layout Labeling
2738 \labelwidthstring 00.00.0000
2739
2740 \family sans
2741 \begin_inset Info
2742 type  "icon"
2743 arg   "inset-modify tabular m-valign-bottom"
2744 \end_inset
2745
2746
2747 \family default
2748  aligns the content of the current cell vertically to the bottom
2749 \end_layout
2750
2751 \begin_layout Labeling
2752 \labelwidthstring 00.00.0000
2753
2754 \family sans
2755 \begin_inset Info
2756 type  "icon"
2757 arg   "inset-modify tabular set-rotate-cell"
2758 \end_inset
2759
2760
2761 \family default
2762  rotates the current cell or selection counter-clockwise by 90°
2763 \end_layout
2764
2765 \begin_layout Labeling
2766 \labelwidthstring 00.00.0000
2767
2768 \family sans
2769 \begin_inset Info
2770 type  "icon"
2771 arg   "inset-modify tabular set-rotate-tabular"
2772 \end_inset
2773
2774
2775 \family default
2776  rotates the whole table counter-clockwise by 90°
2777 \end_layout
2778
2779 \begin_layout Labeling
2780 \labelwidthstring 00.00.0000
2781
2782 \family sans
2783 \begin_inset Info
2784 type  "icon"
2785 arg   "inset-modify tabular multicolumn"
2786 \end_inset
2787
2788
2789 \family default
2790  sets the current cell or selection as a multicolumn
2791 \end_layout
2792
2793 \begin_layout Labeling
2794 \labelwidthstring 00.00.0000
2795
2796 \family sans
2797 \begin_inset Info
2798 type  "icon"
2799 arg   "inset-modify tabular multirow"
2800 \end_inset
2801
2802
2803 \family default
2804  sets the current cell or selection as a multirow
2805 \end_layout
2806
2807 \begin_layout Standard
2808 \begin_inset Note Greyedout
2809 status open
2810
2811 \begin_layout Plain Layout
2812
2813 \series bold
2814 Note:
2815 \series default
2816  For the output the vertical alignment of the first cell in a row is used
2817  for all following cells in the row.
2818 \end_layout
2819
2820 \end_inset
2821
2822
2823 \end_layout
2824
2825 \begin_layout Section
2826 Edit Table Menu
2827 \begin_inset Index idx
2828 status collapsed
2829
2830 \begin_layout Plain Layout
2831 Table ! Edit Menu
2832 \end_layout
2833
2834 \end_inset
2835
2836
2837 \end_layout
2838
2839 \begin_layout Standard
2840 Additionally to the table dialog and toolbar, the menu 
2841 \family sans
2842 Edit\SpecialChar \menuseparator
2843 Table
2844 \family default
2845  allows you to add and delete border lines for the current row/column and
2846  to set the current selection as multicolumn.
2847  The menu is only available when the cursor is inside a table.
2848 \end_layout
2849
2850 \begin_layout Section
2851 Table Floats
2852 \begin_inset CommandInset label
2853 LatexCommand label
2854 name "sec:Table-Floats"
2855
2856 \end_inset
2857
2858
2859 \begin_inset Index idx
2860 status collapsed
2861
2862 \begin_layout Plain Layout
2863 Floats ! Tables
2864 \end_layout
2865
2866 \end_inset
2867
2868
2869 \begin_inset Index idx
2870 status collapsed
2871
2872 \begin_layout Plain Layout
2873 Table ! Floats
2874 \end_layout
2875
2876 \end_inset
2877
2878
2879 \end_layout
2880
2881 \begin_layout Standard
2882 For general explanations about floats, have a look at section
2883 \begin_inset space ~
2884 \end_inset
2885
2886
2887 \begin_inset CommandInset ref
2888 LatexCommand ref
2889 reference "sec:FloatIntroduction"
2890
2891 \end_inset
2892
2893 .
2894 \end_layout
2895
2896 \begin_layout Standard
2897 \begin_inset Float table
2898 placement h
2899 wide false
2900 sideways false
2901 status open
2902
2903 \begin_layout Plain Layout
2904 \begin_inset Caption
2905
2906 \begin_layout Plain Layout
2907 \begin_inset CommandInset label
2908 LatexCommand label
2909 name "tab:a table float"
2910
2911 \end_inset
2912
2913 A table float.
2914 \end_layout
2915
2916 \end_inset
2917
2918
2919 \end_layout
2920
2921 \begin_layout Plain Layout
2922 \align center
2923 \begin_inset Tabular
2924 <lyxtabular version="3" rows="3" columns="3">
2925 <features tabularvalignment="middle">
2926 <column alignment="center" valignment="top" width="0pt">
2927 <column alignment="center" valignment="top" width="0pt">
2928 <column alignment="center" valignment="top" width="0pt">
2929 <row>
2930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2931 \begin_inset Text
2932
2933 \begin_layout Plain Layout
2934
2935 \family roman
2936 \series medium
2937 \shape up
2938 \size normal
2939 \emph off
2940 \bar no
2941 \noun off
2942 \color none
2943 1
2944 \end_layout
2945
2946 \end_inset
2947 </cell>
2948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2949 \begin_inset Text
2950
2951 \begin_layout Plain Layout
2952
2953 \family roman
2954 \series medium
2955 \shape up
2956 \size normal
2957 \emph off
2958 \bar no
2959 \noun off
2960 \color none
2961 2
2962 \end_layout
2963
2964 \end_inset
2965 </cell>
2966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="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 3
2980 \end_layout
2981
2982 \end_inset
2983 </cell>
2984 </row>
2985 <row>
2986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2987 \begin_inset Text
2988
2989 \begin_layout Plain Layout
2990
2991 \family roman
2992 \series medium
2993 \shape up
2994 \size normal
2995 \emph off
2996 \bar no
2997 \noun off
2998 \color none
2999 Joe
3000 \end_layout
3001
3002 \end_inset
3003 </cell>
3004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3005 \begin_inset Text
3006
3007 \begin_layout Plain Layout
3008
3009 \family roman
3010 \series medium
3011 \shape up
3012 \size normal
3013 \emph off
3014 \bar no
3015 \noun off
3016 \color none
3017 Mary
3018 \end_layout
3019
3020 \end_inset
3021 </cell>
3022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3023 \begin_inset Text
3024
3025 \begin_layout Plain Layout
3026
3027 \family roman
3028 \series medium
3029 \shape up
3030 \size normal
3031 \emph off
3032 \bar no
3033 \noun off
3034 \color none
3035 Ted
3036 \end_layout
3037
3038 \end_inset
3039 </cell>
3040 </row>
3041 <row>
3042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3043 \begin_inset Text
3044
3045 \begin_layout Plain Layout
3046
3047 \family roman
3048 \series medium
3049 \shape up
3050 \size normal
3051 \emph off
3052 \bar no
3053 \noun off
3054 \color none
3055 \begin_inset Formula $\int x^{2}dx$
3056 \end_inset
3057
3058
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067
3068 \family roman
3069 \series medium
3070 \shape up
3071 \size normal
3072 \emph off
3073 \bar no
3074 \noun off
3075 \color none
3076 \begin_inset Formula $\left[\begin{array}{cc}
3077 a & b\\
3078 c & d
3079 \end{array}\right]$
3080 \end_inset
3081
3082
3083 \end_layout
3084
3085 \end_inset
3086 </cell>
3087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3088 \begin_inset Text
3089
3090 \begin_layout Plain Layout
3091
3092 \family roman
3093 \series medium
3094 \shape up
3095 \size normal
3096 \emph off
3097 \bar no
3098 \noun off
3099 \color none
3100 \begin_inset Formula $1+1=2$
3101 \end_inset
3102
3103
3104 \end_layout
3105
3106 \end_inset
3107 </cell>
3108 </row>
3109 </lyxtabular>
3110
3111 \end_inset
3112
3113
3114 \end_layout
3115
3116 \end_inset
3117
3118
3119 \end_layout
3120
3121 \begin_layout Standard
3122 Table floats can be inserted using the menu 
3123 \family sans
3124 Insert\SpecialChar \menuseparator
3125 Float\SpecialChar \menuseparator
3126 Table
3127 \family default
3128  or the toolbar button 
3129 \family sans
3130
3131 \begin_inset Info
3132 type  "icon"
3133 arg   "float-insert table"
3134 \end_inset
3135
3136
3137 \family default
3138 .
3139 \end_layout
3140
3141 \begin_layout Standard
3142 The float appears as a collapsible box with a caption that has the label
3143  
3144 \begin_inset Quotes eld
3145 \end_inset
3146
3147 Table
3148 \begin_inset space ~
3149 \end_inset
3150
3151 #:
3152 \begin_inset Quotes erd
3153 \end_inset
3154
3155  (# is the actual table number).
3156  You can insert tables in the float above or below the caption.
3157 \end_layout
3158
3159 \begin_layout Standard
3160 Table
3161 \begin_inset space ~
3162 \end_inset
3163
3164
3165 \begin_inset CommandInset ref
3166 LatexCommand ref
3167 reference "tab:a table float"
3168
3169 \end_inset
3170
3171  is an example table within a table float.
3172 \end_layout
3173
3174 \begin_layout Standard
3175 Having the caption above the table is the common rule that is unfortunately
3176  not supported in LaTeX's standard classes.
3177  This means that, if you are using the document classes 
3178 \family sans
3179 article
3180 \family default
3181
3182 \family sans
3183 book
3184 \family default
3185
3186 \family sans
3187 letter
3188 \family default
3189 , or 
3190 \family sans
3191 report
3192 \family default
3193 , there will be no space between the caption and the table.
3194  To insert the needed space, add the following option to the load command
3195  of the LaTeX-package 
3196 \series bold
3197 caption
3198 \series default
3199
3200 \begin_inset Index idx
3201 status collapsed
3202
3203 \begin_layout Plain Layout
3204 LaTeX-packages ! caption
3205 \end_layout
3206
3207 \end_inset
3208
3209  in your document preamble
3210 \begin_inset Foot
3211 status collapsed
3212
3213 \begin_layout Plain Layout
3214 For more information have a look at section
3215 \begin_inset space ~
3216 \end_inset
3217
3218
3219 \begin_inset CommandInset ref
3220 LatexCommand ref
3221 reference "sec:Caption-Placement"
3222
3223 \end_inset
3224
3225 .
3226 \end_layout
3227
3228 \end_inset
3229
3230 :
3231 \end_layout
3232
3233 \begin_layout Standard
3234
3235 \series bold
3236 tableposition=top
3237 \end_layout
3238
3239 \begin_layout Standard
3240 The package 
3241 \series bold
3242 caption
3243 \series default
3244 , which is described in section
3245 \begin_inset space ~
3246 \end_inset
3247
3248
3249 \begin_inset CommandInset ref
3250 LatexCommand ref
3251 reference "sec:Caption-Formatting"
3252
3253 \end_inset
3254
3255 , is used to adjust the caption format.
3256 \end_layout
3257
3258 \begin_layout Standard
3259 \begin_inset Index idx
3260 status collapsed
3261
3262 \begin_layout Plain Layout
3263 References ! to Tables
3264 \end_layout
3265
3266 \end_inset
3267
3268 Tables can be cross-referenced in the text by referencing their label.
3269  To do this insert a label in the caption using the menu 
3270 \family sans
3271 Insert\SpecialChar \menuseparator
3272 Label
3273 \family default
3274  or the toolbar button 
3275 \family sans
3276
3277 \begin_inset Info
3278 type  "icon"
3279 arg   "label-insert"
3280 \end_inset
3281
3282
3283 \family default
3284 .
3285  You can now refer to the label using the menu 
3286 \family sans
3287 Insert\SpecialChar \menuseparator
3288 Cross
3289 \begin_inset space ~
3290 \end_inset
3291
3292 reference
3293 \family default
3294  or the toolbar button 
3295 \family sans
3296
3297 \begin_inset Info
3298 type  "icon"
3299 arg   "dialog-show-new-inset ref"
3300 \end_inset
3301
3302
3303 \family default
3304 .
3305 \begin_inset Newline newline
3306 \end_inset
3307
3308 Referencing is explained in detail in section
3309 \begin_inset space ~
3310 \end_inset
3311
3312
3313 \begin_inset CommandInset ref
3314 LatexCommand ref
3315 reference "sec:Referencing-Floats"
3316
3317 \end_inset
3318
3319 .
3320 \end_layout
3321
3322 \begin_layout Section
3323 Longtables
3324 \begin_inset CommandInset label
3325 LatexCommand label
3326 name "sec:Longtables"
3327
3328 \end_inset
3329
3330
3331 \begin_inset Index idx
3332 status collapsed
3333
3334 \begin_layout Plain Layout
3335 Longtables
3336 \end_layout
3337
3338 \end_inset
3339
3340
3341 \begin_inset Index idx
3342 status collapsed
3343
3344 \begin_layout Plain Layout
3345 Table ! Longtables
3346 \end_layout
3347
3348 \end_inset
3349
3350
3351 \end_layout
3352
3353 \begin_layout Standard
3354 If the table is too long to fit on one page, you can use the option 
3355 \family sans
3356 Use
3357 \begin_inset space ~
3358 \end_inset
3359
3360 long
3361 \begin_inset space ~
3362 \end_inset
3363
3364 table
3365 \family default
3366  in the tab 
3367 \family sans
3368 Longtable
3369 \family default
3370  of the table dialog to split the table automatically over more pages.
3371  Doing this enables the following options:
3372 \end_layout
3373
3374 \begin_layout Description
3375 Header: The current row is defined to be a header row that appears on all
3376  pages of the longtable; except for the first page, if 
3377 \family sans
3378 First
3379 \begin_inset space ~
3380 \end_inset
3381
3382 header
3383 \family default
3384  is defined.
3385  This is therefore called the main header.
3386 \end_layout
3387
3388 \begin_layout Description
3389 First
3390 \begin_inset space ~
3391 \end_inset
3392
3393 header: The current row is defined to be a header row that appears on the
3394  first page of the longtable.
3395 \end_layout
3396
3397 \begin_layout Description
3398 Footer: The current row is defined to be a footer row that appears on all
3399  pages of the longtable; except for the last page, if 
3400 \family sans
3401 Last
3402 \begin_inset space ~
3403 \end_inset
3404
3405 footer
3406 \family default
3407  is defined.
3408 \end_layout
3409
3410 \begin_layout Description
3411 Last
3412 \begin_inset space ~
3413 \end_inset
3414
3415 footer: The current row is defined to be a footer row that appears on the
3416  last page of the longtable.
3417 \end_layout
3418
3419 \begin_layout Description
3420 Caption: The current row contains the table caption.
3421  The row is reset as single column and a caption is inserted.
3422  More about longtable captions is explained in sec.
3423 \begin_inset space \thinspace{}
3424 \end_inset
3425
3426
3427 \begin_inset CommandInset ref
3428 LatexCommand ref
3429 reference "sub:Longtable-Captions"
3430
3431 \end_inset
3432
3433 .
3434 \end_layout
3435
3436 \begin_layout Standard
3437 You can also specify a row where the table is split.
3438  See the following longtable to see how it works:
3439 \end_layout
3440
3441 \begin_layout Standard
3442 \align center
3443 \begin_inset Tabular
3444 <lyxtabular version="3" rows="69" columns="3">
3445 <features islongtable="true" longtabularalignment="center">
3446 <column alignment="left" valignment="top" width="0cm">
3447 <column alignment="left" valignment="top" width="0pt">
3448 <column alignment="center" valignment="top" width="0pt">
3449 <row endfirsthead="true">
3450 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3451 \begin_inset Text
3452
3453 \begin_layout Plain Layout
3454
3455 \series bold
3456 Example Phone List (ignore the names)
3457 \end_layout
3458
3459 \end_inset
3460 </cell>
3461 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 </row>
3480 <row endfirsthead="true">
3481 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485
3486 \series bold
3487 NAME
3488 \end_layout
3489
3490 \end_inset
3491 </cell>
3492 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505
3506 \series bold
3507 TEL.
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 </row>
3513 <row endhead="true">
3514 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518
3519 \series bold
3520 Example Phone List
3521 \end_layout
3522
3523 \end_inset
3524 </cell>
3525 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3526 \begin_inset Text
3527
3528 \begin_layout Plain Layout
3529
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 </row>
3544 <row endhead="true">
3545 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549
3550 \series bold
3551 NAME
3552 \end_layout
3553
3554 \end_inset
3555 </cell>
3556 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3557 \begin_inset Text
3558
3559 \begin_layout Plain Layout
3560
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569
3570 \series bold
3571 TEL.
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 </row>
3577 <row endfoot="true">
3578 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Plain Layout
3582  continued on next page
3583 \end_layout
3584
3585 \end_inset
3586 </cell>
3587 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3588 \begin_inset Text
3589
3590 \begin_layout Plain Layout
3591
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 </row>
3606 <row>
3607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Plain Layout
3611
3612 \series bold
3613 Annovi
3614 \end_layout
3615
3616 \end_inset
3617 </cell>
3618 <cell alignment="center" valignment="top" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Plain Layout
3622 Silvia
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631 111
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 </row>
3637 <row>
3638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642
3643 \series bold
3644 Bertoli
3645 \end_layout
3646
3647 \end_inset
3648 </cell>
3649 <cell alignment="center" valignment="top" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Plain Layout
3653 Stefano
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662 111
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 </row>
3668 <row>
3669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673
3674 \series bold
3675 Bozzi
3676 \end_layout
3677
3678 \end_inset
3679 </cell>
3680 <cell alignment="center" valignment="top" usebox="none">
3681 \begin_inset Text
3682
3683 \begin_layout Plain Layout
3684 Walter
3685 \end_layout
3686
3687 \end_inset
3688 </cell>
3689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693 111
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 </row>
3699 <row>
3700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704
3705 \series bold
3706 Cachia
3707 \end_layout
3708
3709 \end_inset
3710 </cell>
3711 <cell alignment="center" valignment="top" usebox="none">
3712 \begin_inset Text
3713
3714 \begin_layout Plain Layout
3715 Maria
3716 \end_layout
3717
3718 \end_inset
3719 </cell>
3720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724 111
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 </row>
3730 <row>
3731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735
3736 \series bold
3737 Cachia
3738 \end_layout
3739
3740 \end_inset
3741 </cell>
3742 <cell alignment="center" valignment="top" usebox="none">
3743 \begin_inset Text
3744
3745 \begin_layout Plain Layout
3746 Maurizio
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755 111
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 </row>
3761 <row>
3762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766
3767 \series bold
3768 Cinquemani
3769 \end_layout
3770
3771 \end_inset
3772 </cell>
3773 <cell alignment="center" valignment="top" usebox="none">
3774 \begin_inset Text
3775
3776 \begin_layout Plain Layout
3777 Giusi
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786 111
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 </row>
3792 <row>
3793 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797
3798 \series bold
3799 Colin
3800 \end_layout
3801
3802 \end_inset
3803 </cell>
3804 <cell alignment="center" valignment="top" usebox="none">
3805 \begin_inset Text
3806
3807 \begin_layout Plain Layout
3808 Bernard
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817 111
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 </row>
3823 <row>
3824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Plain Layout
3828
3829 \series bold
3830 Concli
3831 \end_layout
3832
3833 \end_inset
3834 </cell>
3835 <cell alignment="center" valignment="top" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Plain Layout
3839 Gianfranco
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848 111
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 </row>
3854 <row>
3855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859
3860 \series bold
3861 Dal Bosco
3862 \end_layout
3863
3864 \end_inset
3865 </cell>
3866 <cell alignment="center" valignment="top" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Plain Layout
3870 Carolina
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879 111
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 </row>
3885 <row>
3886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Plain Layout
3890
3891 \series bold
3892 Dalpiaz
3893 \end_layout
3894
3895 \end_inset
3896 </cell>
3897 <cell alignment="center" valignment="top" usebox="none">
3898 \begin_inset Text
3899
3900 \begin_layout Plain Layout
3901 Annamaria
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910 111
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 </row>
3916 <row>
3917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3918 \begin_inset Text
3919
3920 \begin_layout Plain Layout
3921
3922 \series bold
3923 Feliciello
3924 \end_layout
3925
3926 \end_inset
3927 </cell>
3928 <cell alignment="center" valignment="top" usebox="none">
3929 \begin_inset Text
3930
3931 \begin_layout Plain Layout
3932 Domenico
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941 111
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 </row>
3947 <row>
3948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3949 \begin_inset Text
3950
3951 \begin_layout Plain Layout
3952
3953 \series bold
3954 Focarelli
3955 \end_layout
3956
3957 \end_inset
3958 </cell>
3959 <cell alignment="center" valignment="top" usebox="none">
3960 \begin_inset Text
3961
3962 \begin_layout Plain Layout
3963 Paola
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972 111
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 </row>
3978 <row>
3979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3980 \begin_inset Text
3981
3982 \begin_layout Plain Layout
3983
3984 \series bold
3985 Galletti
3986 \end_layout
3987
3988 \end_inset
3989 </cell>
3990 <cell alignment="center" valignment="top" usebox="none">
3991 \begin_inset Text
3992
3993 \begin_layout Plain Layout
3994 Oreste
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003 111
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 </row>
4009 <row>
4010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4011 \begin_inset Text
4012
4013 \begin_layout Plain Layout
4014
4015 \series bold
4016 Gasparini
4017 \end_layout
4018
4019 \end_inset
4020 </cell>
4021 <cell alignment="center" valignment="top" usebox="none">
4022 \begin_inset Text
4023
4024 \begin_layout Plain Layout
4025 Franca
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034 111
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 </row>
4040 <row>
4041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4042 \begin_inset Text
4043
4044 \begin_layout Plain Layout
4045
4046 \series bold
4047 Rizzardi
4048 \end_layout
4049
4050 \end_inset
4051 </cell>
4052 <cell alignment="center" valignment="top" usebox="none">
4053 \begin_inset Text
4054
4055 \begin_layout Plain Layout
4056 Paola
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065 111
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 </row>
4071 <row>
4072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4073 \begin_inset Text
4074
4075 \begin_layout Plain Layout
4076
4077 \series bold
4078 Lassini
4079 \end_layout
4080
4081 \end_inset
4082 </cell>
4083 <cell alignment="center" valignment="top" usebox="none">
4084 \begin_inset Text
4085
4086 \begin_layout Plain Layout
4087 Giancarlo
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096 111
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 </row>
4102 <row>
4103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Plain Layout
4107
4108 \series bold
4109 Malfatti
4110 \end_layout
4111
4112 \end_inset
4113 </cell>
4114 <cell alignment="center" valignment="top" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Plain Layout
4118 Luciano
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127 111
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 </row>
4133 <row>
4134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4135 \begin_inset Text
4136
4137 \begin_layout Plain Layout
4138
4139 \series bold
4140 Malfatti
4141 \end_layout
4142
4143 \end_inset
4144 </cell>
4145 <cell alignment="center" valignment="top" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Plain Layout
4149 Valeriano
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158 111
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 </row>
4164 <row>
4165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Plain Layout
4169
4170 \series bold
4171 Meneguzzo
4172 \end_layout
4173
4174 \end_inset
4175 </cell>
4176 <cell alignment="center" valignment="top" usebox="none">
4177 \begin_inset Text
4178
4179 \begin_layout Plain Layout
4180 Roberto
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189 111
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 </row>
4195 <row>
4196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Plain Layout
4200
4201 \series bold
4202 Mezzadra
4203 \end_layout
4204
4205 \end_inset
4206 </cell>
4207 <cell alignment="center" valignment="top" usebox="none">
4208 \begin_inset Text
4209
4210 \begin_layout Plain Layout
4211 Roberto
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Plain Layout
4220 111
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 </row>
4226 <row>
4227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231
4232 \series bold
4233 Pirpamer
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 <cell alignment="center" valignment="top" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242 Erich
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Plain Layout
4251 111
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 </row>
4257 <row>
4258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4259 \begin_inset Text
4260
4261 \begin_layout Plain Layout
4262
4263 \series bold
4264 Pochiesa
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell alignment="center" valignment="top" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273 Paolo
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282 111, 222
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 </row>
4288 <row>
4289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293
4294 \series bold
4295 Radina
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 <cell alignment="center" valignment="top" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Plain Layout
4304 Claudio
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313 111
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 </row>
4319 <row>
4320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Plain Layout
4324
4325 \series bold
4326 Stuffer
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 <cell alignment="center" valignment="top" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Plain Layout
4335 Oskar
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344 111
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 </row>
4350 <row>
4351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4352 \begin_inset Text
4353
4354 \begin_layout Plain Layout
4355
4356 \series bold
4357 Tacchelli
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 <cell alignment="center" valignment="top" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Plain Layout
4366 Ugo
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Plain Layout
4375 111
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 </row>
4381 <row>
4382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4383 \begin_inset Text
4384
4385 \begin_layout Plain Layout
4386
4387 \series bold
4388 Tezzele
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 Margit
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4403 \begin_inset Text
4404
4405 \begin_layout Plain Layout
4406 111
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 </row>
4412 <row>
4413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4414 \begin_inset Text
4415
4416 \begin_layout Plain Layout
4417
4418 \series bold
4419 Unterkalmsteiner
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 <cell alignment="center" valignment="top" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428 Frieda
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4434 \begin_inset Text
4435
4436 \begin_layout Plain Layout
4437 111
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 </row>
4443 <row>
4444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4445 \begin_inset Text
4446
4447 \begin_layout Plain Layout
4448
4449 \series bold
4450 Vieider
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 <cell alignment="center" valignment="top" usebox="none">
4456 \begin_inset Text
4457
4458 \begin_layout Plain Layout
4459 Hilde
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468 111
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 </row>
4474 <row>
4475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4476 \begin_inset Text
4477
4478 \begin_layout Plain Layout
4479
4480 \series bold
4481 Vigna
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 <cell alignment="center" valignment="top" usebox="none">
4487 \begin_inset Text
4488
4489 \begin_layout Plain Layout
4490 Jürgen
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Plain Layout
4499 111
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 </row>
4505 <row>
4506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4507 \begin_inset Text
4508
4509 \begin_layout Plain Layout
4510
4511 \series bold
4512 Weber
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 <cell alignment="center" valignment="top" usebox="none">
4518 \begin_inset Text
4519
4520 \begin_layout Plain Layout
4521 Maurizio
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4527 \begin_inset Text
4528
4529 \begin_layout Plain Layout
4530 111
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 </row>
4536 <row>
4537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4538 \begin_inset Text
4539
4540 \begin_layout Plain Layout
4541
4542 \series bold
4543 Winkler
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Plain Layout
4552 Franz
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561 111
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 </row>
4567 <row>
4568 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4569 \begin_inset Text
4570
4571 \begin_layout Plain Layout
4572  
4573 \end_layout
4574
4575 \end_inset
4576 </cell>
4577 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 </row>
4596 <row>
4597 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601
4602 \series bold
4603 Annovi
4604 \end_layout
4605
4606 \end_inset
4607 </cell>
4608 <cell alignment="center" valignment="top" usebox="none">
4609 \begin_inset Text
4610
4611 \begin_layout Plain Layout
4612 Silvia
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 555
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 </row>
4627 <row>
4628 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632
4633 \series bold
4634 Bertoli
4635 \end_layout
4636
4637 \end_inset
4638 </cell>
4639 <cell alignment="center" valignment="top" usebox="none">
4640 \begin_inset Text
4641
4642 \begin_layout Plain Layout
4643 Stefano
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652 555
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 </row>
4658 <row>
4659 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663
4664 \series bold
4665 Bozzi
4666 \end_layout
4667
4668 \end_inset
4669 </cell>
4670 <cell alignment="center" valignment="top" usebox="none">
4671 \begin_inset Text
4672
4673 \begin_layout Plain Layout
4674 Walter
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683 555
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 </row>
4689 <row>
4690 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694
4695 \series bold
4696 Cachia
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 <cell alignment="center" valignment="top" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705 Maria
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714 555
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 </row>
4720 <row>
4721 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Plain Layout
4725
4726 \series bold
4727 Cachia
4728 \end_layout
4729
4730 \end_inset
4731 </cell>
4732 <cell alignment="center" valignment="top" usebox="none">
4733 \begin_inset Text
4734
4735 \begin_layout Plain Layout
4736 Maurizio
4737 \end_layout
4738
4739 \end_inset
4740 </cell>
4741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745 555
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 </row>
4751 <row>
4752 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756
4757 \series bold
4758 Cinquemani
4759 \end_layout
4760
4761 \end_inset
4762 </cell>
4763 <cell alignment="center" valignment="top" usebox="none">
4764 \begin_inset Text
4765
4766 \begin_layout Plain Layout
4767 Giusi
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776 555
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 </row>
4782 <row>
4783 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Plain Layout
4787
4788 \series bold
4789 Colin
4790 \end_layout
4791
4792 \end_inset
4793 </cell>
4794 <cell alignment="center" valignment="top" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Plain Layout
4798 Bernard
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807 555
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 </row>
4813 <row>
4814 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818
4819 \series bold
4820 Concli
4821 \end_layout
4822
4823 \end_inset
4824 </cell>
4825 <cell alignment="center" valignment="top" usebox="none">
4826 \begin_inset Text
4827
4828 \begin_layout Plain Layout
4829 Gianfranco
4830 \end_layout
4831
4832 \end_inset
4833 </cell>
4834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838 555
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 </row>
4844 <row>
4845 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849
4850 \series bold
4851 Dal Bosco
4852 \end_layout
4853
4854 \end_inset
4855 </cell>
4856 <cell alignment="center" valignment="top" usebox="none">
4857 \begin_inset Text
4858
4859 \begin_layout Plain Layout
4860 Carolina
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869 555
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 </row>
4875 <row>
4876 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880
4881 \series bold
4882 Dalpiaz
4883 \end_layout
4884
4885 \end_inset
4886 </cell>
4887 <cell alignment="center" valignment="top" usebox="none">
4888 \begin_inset Text
4889
4890 \begin_layout Plain Layout
4891 Annamaria
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900 555
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 </row>
4906 <row>
4907 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911
4912 \series bold
4913 Feliciello
4914 \end_layout
4915
4916 \end_inset
4917 </cell>
4918 <cell alignment="center" valignment="top" usebox="none">
4919 \begin_inset Text
4920
4921 \begin_layout Plain Layout
4922 Domenico
4923 \end_layout
4924
4925 \end_inset
4926 </cell>
4927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931 555
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 </row>
4937 <row>
4938 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4939 \begin_inset Text
4940
4941 \begin_layout Plain Layout
4942
4943 \series bold
4944 Focarelli
4945 \end_layout
4946
4947 \end_inset
4948 </cell>
4949 <cell alignment="center" valignment="top" usebox="none">
4950 \begin_inset Text
4951
4952 \begin_layout Plain Layout
4953 Paola
4954 \end_layout
4955
4956 \end_inset
4957 </cell>
4958 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962 555
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 </row>
4968 <row>
4969 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973
4974 \series bold
4975 Galletti
4976 \end_layout
4977
4978 \end_inset
4979 </cell>
4980 <cell alignment="center" valignment="top" usebox="none">
4981 \begin_inset Text
4982
4983 \begin_layout Plain Layout
4984 Oreste
4985 \end_layout
4986
4987 \end_inset
4988 </cell>
4989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993 555
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 </row>
4999 <row>
5000 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004
5005 \series bold
5006 Gasparini
5007 \end_layout
5008
5009 \end_inset
5010 </cell>
5011 <cell alignment="center" valignment="top" usebox="none">
5012 \begin_inset Text
5013
5014 \begin_layout Plain Layout
5015 Franca
5016 \end_layout
5017
5018 \end_inset
5019 </cell>
5020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024 555
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 </row>
5030 <row>
5031 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035
5036 \series bold
5037 Rizzardi
5038 \end_layout
5039
5040 \end_inset
5041 </cell>
5042 <cell alignment="center" valignment="top" usebox="none">
5043 \begin_inset Text
5044
5045 \begin_layout Plain Layout
5046 Paola
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055 555
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 </row>
5061 <row>
5062 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066
5067 \series bold
5068 Lassini
5069 \end_layout
5070
5071 \end_inset
5072 </cell>
5073 <cell alignment="center" valignment="top" usebox="none">
5074 \begin_inset Text
5075
5076 \begin_layout Plain Layout
5077 Giancarlo
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086 555
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 </row>
5092 <row>
5093 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097
5098 \series bold
5099 Malfatti
5100 \end_layout
5101
5102 \end_inset
5103 </cell>
5104 <cell alignment="center" valignment="top" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108 Luciano
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117 555
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 </row>
5123 <row>
5124 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128
5129 \series bold
5130 Malfatti
5131 \end_layout
5132
5133 \end_inset
5134 </cell>
5135 <cell alignment="center" valignment="top" usebox="none">
5136 \begin_inset Text
5137
5138 \begin_layout Plain Layout
5139 Valeriano
5140 \end_layout
5141
5142 \end_inset
5143 </cell>
5144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148 555
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 </row>
5154 <row>
5155 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159
5160 \series bold
5161 Meneguzzo
5162 \end_layout
5163
5164 \end_inset
5165 </cell>
5166 <cell alignment="center" valignment="top" usebox="none">
5167 \begin_inset Text
5168
5169 \begin_layout Plain Layout
5170 Roberto
5171 \end_layout
5172
5173 \end_inset
5174 </cell>
5175 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179 555
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 </row>
5185 <row>
5186 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Plain Layout
5190
5191 \series bold
5192 Mezzadra
5193 \end_layout
5194
5195 \end_inset
5196 </cell>
5197 <cell alignment="center" valignment="top" usebox="none">
5198 \begin_inset Text
5199
5200 \begin_layout Plain Layout
5201 Roberto
5202 \end_layout
5203
5204 \end_inset
5205 </cell>
5206 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210 555
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 </row>
5216 <row>
5217 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221
5222 \series bold
5223 Pirpamer
5224 \end_layout
5225
5226 \end_inset
5227 </cell>
5228 <cell alignment="center" valignment="top" usebox="none">
5229 \begin_inset Text
5230
5231 \begin_layout Plain Layout
5232 Erich
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5238 \begin_inset Text
5239
5240 \begin_layout Plain Layout
5241 555
5242 \end_layout
5243
5244 \end_inset
5245 </cell>
5246 </row>
5247 <row>
5248 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252
5253 \series bold
5254 Pochiesa
5255 \end_layout
5256
5257 \end_inset
5258 </cell>
5259 <cell alignment="center" valignment="top" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Plain Layout
5263 Paolo
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272 555, 222
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 </row>
5278 <row>
5279 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5280 \begin_inset Text
5281
5282 \begin_layout Plain Layout
5283
5284 \series bold
5285 Radina
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 <cell alignment="center" valignment="top" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Plain Layout
5294 Claudio
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303 555
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 </row>
5309 <row>
5310 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5311 \begin_inset Text
5312
5313 \begin_layout Plain Layout
5314
5315 \series bold
5316 Stuffer
5317 \end_layout
5318
5319 \end_inset
5320 </cell>
5321 <cell alignment="center" valignment="top" usebox="none">
5322 \begin_inset Text
5323
5324 \begin_layout Plain Layout
5325 Oskar
5326 \end_layout
5327
5328 \end_inset
5329 </cell>
5330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Plain Layout
5334 555
5335 \end_layout
5336
5337 \end_inset
5338 </cell>
5339 </row>
5340 <row>
5341 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5342 \begin_inset Text
5343
5344 \begin_layout Plain Layout
5345
5346 \series bold
5347 Tacchelli
5348 \end_layout
5349
5350 \end_inset
5351 </cell>
5352 <cell alignment="center" valignment="top" usebox="none">
5353 \begin_inset Text
5354
5355 \begin_layout Plain Layout
5356 Ugo
5357 \end_layout
5358
5359 \end_inset
5360 </cell>
5361 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5362 \begin_inset Text
5363
5364 \begin_layout Plain Layout
5365 555
5366 \end_layout
5367
5368 \end_inset
5369 </cell>
5370 </row>
5371 <row>
5372 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5373 \begin_inset Text
5374
5375 \begin_layout Plain Layout
5376
5377 \series bold
5378 Tezzele
5379 \end_layout
5380
5381 \end_inset
5382 </cell>
5383 <cell alignment="center" valignment="top" usebox="none">
5384 \begin_inset Text
5385
5386 \begin_layout Plain Layout
5387 Margit
5388 \end_layout
5389
5390 \end_inset
5391 </cell>
5392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5393 \begin_inset Text
5394
5395 \begin_layout Plain Layout
5396 555
5397 \end_layout
5398
5399 \end_inset
5400 </cell>
5401 </row>
5402 <row>
5403 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407
5408 \series bold
5409 Unterkalmsteiner
5410 \end_layout
5411
5412 \end_inset
5413 </cell>
5414 <cell alignment="center" valignment="top" usebox="none">
5415 \begin_inset Text
5416
5417 \begin_layout Plain Layout
5418 Frieda
5419 \end_layout
5420
5421 \end_inset
5422 </cell>
5423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427 555
5428 \end_layout
5429
5430 \end_inset
5431 </cell>
5432 </row>
5433 <row>
5434 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438
5439 \series bold
5440 Vieider
5441 \end_layout
5442
5443 \end_inset
5444 </cell>
5445 <cell alignment="center" valignment="top" usebox="none">
5446 \begin_inset Text
5447
5448 \begin_layout Plain Layout
5449 Hilde
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458 555
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 </row>
5464 <row>
5465 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469
5470 \series bold
5471 Vigna
5472 \end_layout
5473
5474 \end_inset
5475 </cell>
5476 <cell alignment="center" valignment="top" usebox="none">
5477 \begin_inset Text
5478
5479 \begin_layout Plain Layout
5480 Jürgen
5481 \end_layout
5482
5483 \end_inset
5484 </cell>
5485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5486 \begin_inset Text
5487
5488 \begin_layout Plain Layout
5489 999
5490 \end_layout
5491
5492 \end_inset
5493 </cell>
5494 </row>
5495 <row>
5496 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5497 \begin_inset Text
5498
5499 \begin_layout Plain Layout
5500
5501 \series bold
5502 Weber
5503 \end_layout
5504
5505 \end_inset
5506 </cell>
5507 <cell alignment="center" valignment="top" usebox="none">
5508 \begin_inset Text
5509
5510 \begin_layout Plain Layout
5511 Maurizio
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520 555
5521 \end_layout
5522
5523 \end_inset
5524 </cell>
5525 </row>
5526 <row>
5527 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5528 \begin_inset Text
5529
5530 \begin_layout Plain Layout
5531
5532 \series bold
5533 Winkler
5534 \end_layout
5535
5536 \end_inset
5537 </cell>
5538 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Plain Layout
5542 Franz
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551 555
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 </row>
5557 <row endlastfoot="true">
5558 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 end
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5577 \begin_inset Text
5578
5579 \begin_layout Plain Layout
5580
5581 \end_layout
5582
5583 \end_inset
5584 </cell>
5585 </row>
5586 </lyxtabular>
5587
5588 \end_inset
5589
5590
5591 \begin_inset ERT
5592 status collapsed
5593
5594 \begin_layout Plain Layout
5595
5596
5597 \backslash
5598 addtocounter{table}{-1}
5599 \end_layout
5600
5601 \end_inset
5602
5603
5604 \begin_inset Note Note
5605 status collapsed
5606
5607 \begin_layout Plain Layout
5608 See the first greyed-out note in section
5609 \begin_inset space ~
5610 \end_inset
5611
5612
5613 \begin_inset CommandInset ref
5614 LatexCommand ref
5615 reference "sub:Longtable-Captions"
5616
5617 \end_inset
5618
5619  for an explanation of this command.
5620 \end_layout
5621
5622 \end_inset
5623
5624
5625 \end_layout
5626
5627 \begin_layout Subsection
5628 Footnotes in Longtables
5629 \begin_inset CommandInset label
5630 LatexCommand label
5631 name "sub:Footnotes-in-Longtables"
5632
5633 \end_inset
5634
5635
5636 \begin_inset Index idx
5637 status collapsed
5638
5639 \begin_layout Plain Layout
5640 Longtables ! Footnotes
5641 \end_layout
5642
5643 \end_inset
5644
5645
5646 \end_layout
5647
5648 \begin_layout Standard
5649 Footnotes can be inserted to every longtable cell.
5650  They appear at the bottom of the page where the table cell with the footnote
5651  appears.
5652  Table
5653 \begin_inset space ~
5654 \end_inset
5655
5656
5657 \begin_inset CommandInset ref
5658 LatexCommand ref
5659 reference "tab:DiffCaptions"
5660
5661 \end_inset
5662
5663  has for example a footnote.
5664 \end_layout
5665
5666 \begin_layout Subsection
5667 Longtable Alignment
5668 \begin_inset Index idx
5669 status collapsed
5670
5671 \begin_layout Plain Layout
5672 Longtables ! Alignment
5673 \end_layout
5674
5675 \end_inset
5676
5677
5678 \end_layout
5679
5680 \begin_layout Standard
5681 The horizontal alignment of longtables can be set in the table settings
5682  dialog.
5683  For left- and right-alignment the table will be directly at the page border.
5684  To add space between the table and the border one has to set the alignment
5685  to center and change the value of the LaTeX-lengths 
5686 \series bold
5687
5688 \backslash
5689 LTleft 
5690 \series default
5691 or 
5692 \series bold
5693
5694 \backslash
5695 LTright
5696 \series default
5697  by inserting this line as TeX-Code before the longtable:
5698 \end_layout
5699
5700 \begin_layout Standard
5701
5702 \series bold
5703
5704 \backslash
5705 setlength{
5706 \backslash
5707 LTleft}{value}
5708 \end_layout
5709
5710 \begin_layout Standard
5711 The value can have any of the units listed in Table
5712 \begin_inset space ~
5713 \end_inset
5714
5715
5716 \begin_inset CommandInset ref
5717 LatexCommand ref
5718 reference "tab:Units"
5719
5720 \end_inset
5721
5722 .
5723  
5724 \series bold
5725
5726 \backslash
5727 LTleft
5728 \series default
5729  controls the horizontal distance from the left page border to the longtable,
5730  
5731 \series bold
5732
5733 \backslash
5734 LTright
5735 \series default
5736  the distance from the right side.
5737  The default value for both lengths is 
5738 \series bold
5739
5740 \backslash
5741 fill
5742 \series default
5743 , which is in this case the same as an horizontal fill in LyX.
5744 \end_layout
5745
5746 \begin_layout Standard
5747 The following longtable was centered and 
5748 \series bold
5749
5750 \backslash
5751 LTleft
5752 \series default
5753  set to 
5754 \family sans
5755 0.1
5756 \backslash
5757 columnwidth
5758 \family default
5759 :
5760 \begin_inset ERT
5761 status collapsed
5762
5763 \begin_layout Plain Layout
5764
5765
5766 \backslash
5767 setlength{
5768 \backslash
5769 LTleft}{0.1
5770 \backslash
5771 columnwidth}
5772 \end_layout
5773
5774 \end_inset
5775
5776
5777 \end_layout
5778
5779 \begin_layout Standard
5780 \begin_inset Tabular
5781 <lyxtabular version="3" rows="5" columns="5">
5782 <features islongtable="true" longtabularalignment="center">
5783 <column alignment="center" valignment="top" width="0">
5784 <column alignment="center" valignment="top" width="0pt">
5785 <column alignment="center" valignment="top" width="0">
5786 <column alignment="center" valignment="top" width="0">
5787 <column alignment="center" valignment="top" width="0">
5788 <row>
5789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5790 \begin_inset Text
5791
5792 \begin_layout Plain Layout
5793 1
5794 \end_layout
5795
5796 \end_inset
5797 </cell>
5798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802 2
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 3
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 4
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 5
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 </row>
5835 <row>
5836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840 asd
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5846 \begin_inset Text
5847
5848 \begin_layout Plain Layout
5849 s
5850 \end_layout
5851
5852 \end_inset
5853 </cell>
5854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5855 \begin_inset Text
5856
5857 \begin_layout Plain Layout
5858 s
5859 \end_layout
5860
5861 \end_inset
5862 </cell>
5863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5864 \begin_inset Text
5865
5866 \begin_layout Plain Layout
5867 s
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5873 \begin_inset Text
5874
5875 \begin_layout Plain Layout
5876 asd
5877 \end_layout
5878
5879 \end_inset
5880 </cell>
5881 </row>
5882 <row>
5883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5884 \begin_inset Text
5885
5886 \begin_layout Plain Layout
5887 asd
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5893 \begin_inset Text
5894
5895 \begin_layout Plain Layout
5896 s
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5902 \begin_inset Text
5903
5904 \begin_layout Plain Layout
5905 s
5906 \end_layout
5907
5908 \end_inset
5909 </cell>
5910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5911 \begin_inset Text
5912
5913 \begin_layout Plain Layout
5914 s
5915 \end_layout
5916
5917 \end_inset
5918 </cell>
5919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5920 \begin_inset Text
5921
5922 \begin_layout Plain Layout
5923 asd
5924 \end_layout
5925
5926 \end_inset
5927 </cell>
5928 </row>
5929 <row>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934 asd
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943 s
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5949 \begin_inset Text
5950
5951 \begin_layout Plain Layout
5952 s
5953 \end_layout
5954
5955 \end_inset
5956 </cell>
5957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5958 \begin_inset Text
5959
5960 \begin_layout Plain Layout
5961 s
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5967 \begin_inset Text
5968
5969 \begin_layout Plain Layout
5970 asd
5971 \end_layout
5972
5973 \end_inset
5974 </cell>
5975 </row>
5976 <row>
5977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 asd
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990 asd
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5996 \begin_inset Text
5997
5998 \begin_layout Plain Layout
5999 asd
6000 \end_layout
6001
6002 \end_inset
6003 </cell>
6004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6005 \begin_inset Text
6006
6007 \begin_layout Plain Layout
6008 asd
6009 \end_layout
6010
6011 \end_inset
6012 </cell>
6013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6014 \begin_inset Text
6015
6016 \begin_layout Plain Layout
6017 asd
6018 \end_layout
6019
6020 \end_inset
6021 </cell>
6022 </row>
6023 </lyxtabular>
6024
6025 \end_inset
6026
6027
6028 \begin_inset ERT
6029 status collapsed
6030
6031 \begin_layout Plain Layout
6032
6033
6034 \backslash
6035 setlength{
6036 \backslash
6037 LTleft}{
6038 \backslash
6039 fill}
6040 \end_layout
6041
6042 \end_inset
6043
6044
6045 \begin_inset ERT
6046 status collapsed
6047
6048 \begin_layout Plain Layout
6049
6050
6051 \backslash
6052 addtocounter{table}{-1}
6053 \end_layout
6054
6055 \end_inset
6056
6057
6058 \begin_inset Note Note
6059 status collapsed
6060
6061 \begin_layout Plain Layout
6062 See the first greyed-out note in section
6063 \begin_inset space ~
6064 \end_inset
6065
6066
6067 \begin_inset CommandInset ref
6068 LatexCommand ref
6069 reference "sub:Longtable-Captions"
6070
6071 \end_inset
6072
6073  for an explanation of this command.
6074 \end_layout
6075
6076 \end_inset
6077
6078
6079 \end_layout
6080
6081 \begin_layout Subsection
6082 Longtable Captions
6083 \begin_inset Index idx
6084 status collapsed
6085
6086 \begin_layout Plain Layout
6087 Longtables ! Captions
6088 \end_layout
6089
6090 \end_inset
6091
6092
6093 \begin_inset CommandInset label
6094 LatexCommand label
6095 name "sub:Longtable-Captions"
6096
6097 \end_inset
6098
6099
6100 \end_layout
6101
6102 \begin_layout Standard
6103 A longtable cannot be put into a table float because floats can only be
6104  on one page.
6105  But the caption environment of floats can also be used for longtables when
6106  you use the longtable option 
6107 \family sans
6108 Caption
6109 \family default
6110  as described in sec.
6111 \begin_inset space \thinspace{}
6112 \end_inset
6113
6114
6115 \begin_inset CommandInset ref
6116 LatexCommand ref
6117 reference "sec:Longtables"
6118
6119 \end_inset
6120
6121 .
6122  
6123 \change_inserted -195340706 1324242393
6124 A caption must be put into one of 
6125 \family sans
6126 First
6127 \begin_inset space ~
6128 \end_inset
6129
6130 header
6131 \family default
6132
6133 \family sans
6134 Header
6135 \family default
6136
6137 \family sans
6138 Footer
6139 \family default
6140  and 
6141 \family sans
6142 Fast
6143 \begin_inset space ~
6144 \end_inset
6145
6146 footer
6147 \family default
6148 .
6149  Each kind of footer and header may only contain one 
6150 \change_deleted -195340706 1324242398
6151 Only one table row can contain the
6152 \change_unchanged
6153  caption.
6154 \end_layout
6155
6156 \begin_layout Standard
6157 Here is a short longtable to see how it works:
6158 \end_layout
6159
6160 \begin_layout Standard
6161 \begin_inset Tabular
6162 <lyxtabular version="3" rows="6" columns="5">
6163 <features islongtable="true" longtabularalignment="center">
6164 <column alignment="center" valignment="top" width="0">
6165 <column alignment="center" valignment="top" width="0">
6166 <column alignment="center" valignment="top" width="0">
6167 <column alignment="center" valignment="top" width="0">
6168 <column alignment="center" valignment="top" width="0">
6169 <row caption="true">
6170 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174 \begin_inset Caption
6175
6176 \begin_layout Plain Layout
6177 Longtable with caption
6178 \begin_inset Argument
6179 status open
6180
6181 \begin_layout Plain Layout
6182 Longtable
6183 \end_layout
6184
6185 \end_inset
6186
6187
6188 \end_layout
6189
6190 \end_inset
6191
6192
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6198 \begin_inset Text
6199
6200 \begin_layout Plain Layout
6201
6202 \end_layout
6203
6204 \end_inset
6205 </cell>
6206 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6216 \begin_inset Text
6217
6218 \begin_layout Plain Layout
6219
6220 \end_layout
6221
6222 \end_inset
6223 </cell>
6224 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6225 \begin_inset Text
6226
6227 \begin_layout Plain Layout
6228
6229 \end_layout
6230
6231 \end_inset
6232 </cell>
6233 </row>
6234 <row>
6235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 1
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248 2
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257 3
6258 \end_layout
6259
6260 \end_inset
6261 </cell>
6262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6263 \begin_inset Text
6264
6265 \begin_layout Plain Layout
6266 4
6267 \end_layout
6268
6269 \end_inset
6270 </cell>
6271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6272 \begin_inset Text
6273
6274 \begin_layout Plain Layout
6275 5
6276 \end_layout
6277
6278 \end_inset
6279 </cell>
6280 </row>
6281 <row>
6282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 asd
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 s
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304 s
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313 s
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Plain Layout
6322 asd
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 </row>
6328 <row>
6329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 asd
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 s
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 s
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360 s
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369 asd
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 </row>
6375 <row>
6376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 asd
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 s
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 s
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 s
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416 asd
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 </row>
6422 <row>
6423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6424 \begin_inset Text
6425
6426 \begin_layout Plain Layout
6427 asd
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436 asd
6437 \end_layout
6438
6439 \end_inset
6440 </cell>
6441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445 asd
6446 \end_layout
6447
6448 \end_inset
6449 </cell>
6450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6451 \begin_inset Text
6452
6453 \begin_layout Plain Layout
6454 asd
6455 \end_layout
6456
6457 \end_inset
6458 </cell>
6459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Plain Layout
6463 asd
6464 \end_layout
6465
6466 \end_inset
6467 </cell>
6468 </row>
6469 </lyxtabular>
6470
6471 \end_inset
6472
6473
6474 \end_layout
6475
6476 \begin_layout Standard
6477 \begin_inset VSpace medskip
6478 \end_inset
6479
6480
6481 \begin_inset Note Greyedout
6482 status open
6483
6484 \begin_layout Plain Layout
6485
6486 \series bold
6487 Note
6488 \begin_inset space ~
6489 \end_inset
6490
6491 1:
6492 \series default
6493  The table number is increased for for every longtable, even if you did
6494  not set a caption for it.
6495  For this reason you could have the case that e.
6496 \begin_inset space \thinspace{}
6497 \end_inset
6498
6499 g.
6500 \begin_inset space \space{}
6501 \end_inset
6502
6503 Table
6504 \begin_inset space ~
6505 \end_inset
6506
6507 2.4 follows Table
6508 \begin_inset space ~
6509 \end_inset
6510
6511 2.1 in the list of tables if there are two longtables without captions.
6512  To avoid this you can add the following command in TeX-Code after every
6513  longtable without a caption:
6514 \end_layout
6515
6516 \begin_layout Plain Layout
6517
6518 \series bold
6519
6520 \backslash
6521 addtocounter{table}{-1}
6522 \end_layout
6523
6524 \begin_layout Plain Layout
6525 This is not needed when none of your longtables have a caption and you add
6526  the following code to the document preamble:
6527 \end_layout
6528
6529 \begin_layout Plain Layout
6530
6531 \series bold
6532
6533 \backslash
6534 let
6535 \backslash
6536 myEnd
6537 \backslash
6538 endlongtable
6539 \begin_inset Newline newline
6540 \end_inset
6541
6542
6543 \backslash
6544 renewcommand{
6545 \backslash
6546 endlongtable}{
6547 \backslash
6548 myEnd
6549 \backslash
6550 addtocounter{table}{-1}}
6551 \end_layout
6552
6553 \end_inset
6554
6555
6556 \end_layout
6557
6558 \begin_layout Standard
6559 \begin_inset Note Greyedout
6560 status open
6561
6562 \begin_layout Plain Layout
6563
6564 \series bold
6565 Note
6566 \begin_inset space ~
6567 \end_inset
6568
6569 2:
6570 \series default
6571  If you are using
6572 \series bold
6573  hyperref
6574 \series default
6575
6576 \begin_inset Index idx
6577 status collapsed
6578
6579 \begin_layout Plain Layout
6580 LaTeX-packages ! hyperref
6581 \end_layout
6582
6583 \end_inset
6584
6585  in the 
6586 \family sans
6587 PDF Properties
6588 \family default
6589  of the 
6590 \family sans
6591 Document Settings
6592 \family default
6593  dialog to link cross-references, the link to a longtable caption will always
6594  point to the beginning of the document.
6595 \end_layout
6596
6597 \end_inset
6598
6599
6600 \end_layout
6601
6602 \begin_layout Subsubsection
6603 References to Longtables
6604 \begin_inset Index idx
6605 status collapsed
6606
6607 \begin_layout Plain Layout
6608 Longtables ! References
6609 \end_layout
6610
6611 \end_inset
6612
6613
6614 \end_layout
6615
6616 \begin_layout Standard
6617 \begin_inset Tabular
6618 <lyxtabular version="3" rows="6" columns="5">
6619 <features islongtable="true" longtabularalignment="center">
6620 <column alignment="center" valignment="top" width="0">
6621 <column alignment="center" valignment="top" width="0">
6622 <column alignment="center" valignment="top" width="0">
6623 <column alignment="center" valignment="top" width="0">
6624 <column alignment="center" valignment="top" width="0">
6625 <row caption="true">
6626 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630 \begin_inset Caption
6631
6632 \begin_layout Plain Layout
6633 Referenced longtable
6634 \begin_inset CommandInset label
6635 LatexCommand label
6636 name "tab:RefExample"
6637
6638 \end_inset
6639
6640
6641 \end_layout
6642
6643 \end_inset
6644
6645
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Plain Layout
6663
6664 \end_layout
6665
6666 \end_inset
6667 </cell>
6668 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6669 \begin_inset Text
6670
6671 \begin_layout Plain Layout
6672
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6678 \begin_inset Text
6679
6680 \begin_layout Plain Layout
6681
6682 \end_layout
6683
6684 \end_inset
6685 </cell>
6686 </row>
6687 <row>
6688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692 1
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701 2
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6707 \begin_inset Text
6708
6709 \begin_layout Plain Layout
6710 3
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719 4
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728 5
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 </row>
6734 <row>
6735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739 asd
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748 s
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Plain Layout
6757 s
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6763 \begin_inset Text
6764
6765 \begin_layout Plain Layout
6766 s
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6772 \begin_inset Text
6773
6774 \begin_layout Plain Layout
6775 asd
6776 \end_layout
6777
6778 \end_inset
6779 </cell>
6780 </row>
6781 <row>
6782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786 asd
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Plain Layout
6795 s
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804 s
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6810 \begin_inset Text
6811
6812 \begin_layout Plain Layout
6813 s
6814 \end_layout
6815
6816 \end_inset
6817 </cell>
6818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6819 \begin_inset Text
6820
6821 \begin_layout Plain Layout
6822 asd
6823 \end_layout
6824
6825 \end_inset
6826 </cell>
6827 </row>
6828 <row>
6829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 asd
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842 s
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851 s
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860 s
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869 asd
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 </row>
6875 <row>
6876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880 asd
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889 sad
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898 asd
6899 \end_layout
6900
6901 \end_inset
6902 </cell>
6903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6904 \begin_inset Text
6905
6906 \begin_layout Plain Layout
6907 asd
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916 asd
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 </row>
6922 </lyxtabular>
6923
6924 \end_inset
6925
6926
6927 \end_layout
6928
6929 \begin_layout Standard
6930 To reference a longtable, insert a label into the caption.
6931 \end_layout
6932
6933 \begin_layout Standard
6934 This is a reference to Table
6935 \begin_inset space ~
6936 \end_inset
6937
6938
6939 \begin_inset CommandInset ref
6940 LatexCommand ref
6941 reference "tab:RefExample"
6942
6943 \end_inset
6944
6945 .
6946 \end_layout
6947
6948 \begin_layout Standard
6949 The caption layout can be set together with all other captions of your document
6950  using the LaTeX-package 
6951 \series bold
6952 caption
6953 \series default
6954
6955 \begin_inset Index idx
6956 status collapsed
6957
6958 \begin_layout Plain Layout
6959 LaTeX-packages ! caption
6960 \end_layout
6961
6962 \end_inset
6963
6964 , see section
6965 \begin_inset space ~
6966 \end_inset
6967
6968
6969 \begin_inset CommandInset ref
6970 LatexCommand ref
6971 reference "sec:Caption-Formatting"
6972
6973 \end_inset
6974
6975 .
6976 \end_layout
6977
6978 \begin_layout Subsubsection
6979 Caption Width
6980 \begin_inset Index idx
6981 status collapsed
6982
6983 \begin_layout Plain Layout
6984 Longtables ! Caption Width
6985 \end_layout
6986
6987 \end_inset
6988
6989
6990 \end_layout
6991
6992 \begin_layout Standard
6993 The maximal width of of caption lines is defined by the length 
6994 \series bold
6995
6996 \backslash
6997 LTcapwidth
6998 \series default
6999 .
7000  Its default value is 4
7001 \begin_inset space \thinspace{}
7002 \end_inset
7003
7004 in.
7005  To change it add the following command to your document preamble or as
7006  TeX-Code into your document before the longtable that should be affected
7007 \end_layout
7008
7009 \begin_layout Standard
7010
7011 \series bold
7012
7013 \backslash
7014 setlength{
7015 \backslash
7016 LTcapwidth}{width}
7017 \end_layout
7018
7019 \begin_layout Standard
7020 where the width could have one of the units listed in appendix
7021 \begin_inset space ~
7022 \end_inset
7023
7024
7025 \begin_inset CommandInset ref
7026 LatexCommand ref
7027 reference "cha:Units-available-in"
7028
7029 \end_inset
7030
7031 .
7032 \end_layout
7033
7034 \begin_layout Standard
7035 The following tables show the difference:
7036 \end_layout
7037
7038 \begin_layout Standard
7039 \begin_inset Tabular
7040 <lyxtabular version="3" rows="6" columns="5">
7041 <features islongtable="true" longtabularalignment="center">
7042 <column alignment="center" valignment="top" width="0">
7043 <column alignment="center" valignment="top" width="0">
7044 <column alignment="center" valignment="top" width="0">
7045 <column alignment="center" valignment="top" width="0">
7046 <column alignment="center" valignment="top" width="0">
7047 <row caption="true">
7048 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7049 \begin_inset Text
7050
7051 \begin_layout Plain Layout
7052 \begin_inset Caption
7053
7054 \begin_layout Plain Layout
7055 long full title with default width long full title with default width long
7056  full title with default width
7057 \begin_inset Argument
7058 status collapsed
7059
7060 \begin_layout Plain Layout
7061 caption with default width
7062 \end_layout
7063
7064 \end_inset
7065
7066
7067 \end_layout
7068
7069 \end_inset
7070
7071
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 </row>
7113 <row>
7114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118 1
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 2
7128 \end_layout
7129
7130 \end_inset
7131 </cell>
7132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7133 \begin_inset Text
7134
7135 \begin_layout Plain Layout
7136 3
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145 4
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154 5
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 </row>
7160 <row>
7161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165 asd
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174 s
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183 s
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192 s
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 asd
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 </row>
7207 <row>
7208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Plain Layout
7212 asd
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221 s
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230 s
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7236 \begin_inset Text
7237
7238 \begin_layout Plain Layout
7239 s
7240 \end_layout
7241
7242 \end_inset
7243 </cell>
7244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7245 \begin_inset Text
7246
7247 \begin_layout Plain Layout
7248 asd
7249 \end_layout
7250
7251 \end_inset
7252 </cell>
7253 </row>
7254 <row>
7255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Plain Layout
7259 asd
7260 \end_layout
7261
7262 \end_inset
7263 </cell>
7264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7265 \begin_inset Text
7266
7267 \begin_layout Plain Layout
7268 s
7269 \end_layout
7270
7271 \end_inset
7272 </cell>
7273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 s
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7283 \begin_inset Text
7284
7285 \begin_layout Plain Layout
7286 s
7287 \end_layout
7288
7289 \end_inset
7290 </cell>
7291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295 asd
7296 \end_layout
7297
7298 \end_inset
7299 </cell>
7300 </row>
7301 <row>
7302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7303 \begin_inset Text
7304
7305 \begin_layout Plain Layout
7306 asd
7307 \end_layout
7308
7309 \end_inset
7310 </cell>
7311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7312 \begin_inset Text
7313
7314 \begin_layout Plain Layout
7315 sad
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7321 \begin_inset Text
7322
7323 \begin_layout Plain Layout
7324 asd
7325 \end_layout
7326
7327 \end_inset
7328 </cell>
7329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7330 \begin_inset Text
7331
7332 \begin_layout Plain Layout
7333 asd
7334 \end_layout
7335
7336 \end_inset
7337 </cell>
7338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7339 \begin_inset Text
7340
7341 \begin_layout Plain Layout
7342 asd
7343 \end_layout
7344
7345 \end_inset
7346 </cell>
7347 </row>
7348 </lyxtabular>
7349
7350 \end_inset
7351
7352
7353 \end_layout
7354
7355 \begin_layout Standard
7356 \begin_inset ERT
7357 status collapsed
7358
7359 \begin_layout Plain Layout
7360
7361
7362 \backslash
7363 setlength{
7364 \backslash
7365 LTcapwidth}{5cm}
7366 \end_layout
7367
7368 \end_inset
7369
7370
7371 \begin_inset Tabular
7372 <lyxtabular version="3" rows="6" columns="5">
7373 <features islongtable="true" longtabularalignment="center">
7374 <column alignment="center" valignment="top" width="0">
7375 <column alignment="center" valignment="top" width="0">
7376 <column alignment="center" valignment="top" width="0">
7377 <column alignment="center" valignment="top" width="0">
7378 <column alignment="center" valignment="top" width="0">
7379 <row caption="true">
7380 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7381 \begin_inset Text
7382
7383 \begin_layout Plain Layout
7384 \begin_inset Caption
7385
7386 \begin_layout Plain Layout
7387 long full title with width set to 5
7388 \begin_inset space \thinspace{}
7389 \end_inset
7390
7391 cm long full title with width set to 5
7392 \begin_inset space \thinspace{}
7393 \end_inset
7394
7395 cm long full title with width set to 5
7396 \begin_inset space \thinspace{}
7397 \end_inset
7398
7399 cm
7400 \begin_inset Argument
7401 status collapsed
7402
7403 \begin_layout Plain Layout
7404 caption with width
7405 \begin_inset space \thinspace{}
7406 \end_inset
7407
7408 =
7409 \begin_inset space \thinspace{}
7410 \end_inset
7411
7412 5
7413 \begin_inset space \thinspace{}
7414 \end_inset
7415
7416 cm
7417 \end_layout
7418
7419 \end_inset
7420
7421
7422 \end_layout
7423
7424 \end_inset
7425
7426
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Plain Layout
7444
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7450 \begin_inset Text
7451
7452 \begin_layout Plain Layout
7453
7454 \end_layout
7455
7456 \end_inset
7457 </cell>
7458 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7459 \begin_inset Text
7460
7461 \begin_layout Plain Layout
7462
7463 \end_layout
7464
7465 \end_inset
7466 </cell>
7467 </row>
7468 <row>
7469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473 1
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Plain Layout
7482 2
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491 3
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500 4
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7506 \begin_inset Text
7507
7508 \begin_layout Plain Layout
7509 5
7510 \end_layout
7511
7512 \end_inset
7513 </cell>
7514 </row>
7515 <row>
7516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Plain Layout
7520 asd
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529 s
7530 \end_layout
7531
7532 \end_inset
7533 </cell>
7534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538 s
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 s
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556 asd
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 </row>
7562 <row>
7563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567 asd
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576 s
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Plain Layout
7585 s
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7591 \begin_inset Text
7592
7593 \begin_layout Plain Layout
7594 s
7595 \end_layout
7596
7597 \end_inset
7598 </cell>
7599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7600 \begin_inset Text
7601
7602 \begin_layout Plain Layout
7603 asd
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 </row>
7609 <row>
7610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614 asd
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623 s
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632 s
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7638 \begin_inset Text
7639
7640 \begin_layout Plain Layout
7641 s
7642 \end_layout
7643
7644 \end_inset
7645 </cell>
7646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Plain Layout
7650 asd
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 </row>
7656 <row>
7657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661 asd
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670 sad
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7676 \begin_inset Text
7677
7678 \begin_layout Plain Layout
7679 asd
7680 \end_layout
7681
7682 \end_inset
7683 </cell>
7684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7685 \begin_inset Text
7686
7687 \begin_layout Plain Layout
7688 asd
7689 \end_layout
7690
7691 \end_inset
7692 </cell>
7693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697 asd
7698 \end_layout
7699
7700 \end_inset
7701 </cell>
7702 </row>
7703 </lyxtabular>
7704
7705 \end_inset
7706
7707
7708 \end_layout
7709
7710 \begin_layout Standard
7711 \begin_inset ERT
7712 status collapsed
7713
7714 \begin_layout Plain Layout
7715
7716
7717 \backslash
7718 setlength{
7719 \backslash
7720 LTcapwidth}{4in}
7721 \end_layout
7722
7723 \end_inset
7724
7725
7726 \end_layout
7727
7728 \begin_layout Standard
7729 \begin_inset Note Greyedout
7730 status open
7731
7732 \begin_layout Plain Layout
7733
7734 \series bold
7735 Note:
7736 \series default
7737  When the LaTeX-package 
7738 \series bold
7739 caption
7740 \series default
7741
7742 \begin_inset Index idx
7743 status collapsed
7744
7745 \begin_layout Plain Layout
7746 LaTeX-packages ! caption
7747 \end_layout
7748
7749 \end_inset
7750
7751  is used, as in this document, the full page width is used for the caption
7752  when you use the default value of 4
7753 \begin_inset space \thinspace{}
7754 \end_inset
7755
7756 in for 
7757 \series bold
7758
7759 \backslash
7760 LTcapwidth
7761 \series default
7762 .
7763  To get in this case exactly a 4
7764 \begin_inset space \thinspace{}
7765 \end_inset
7766
7767 in wide caption, you can either use a value slightly different from 4.0
7768 \begin_inset space \thinspace{}
7769 \end_inset
7770
7771 in, e.
7772 \begin_inset space \thinspace{}
7773 \end_inset
7774
7775 g.
7776 \begin_inset space \space{}
7777 \end_inset
7778
7779 3.99
7780 \begin_inset space \thinspace{}
7781 \end_inset
7782
7783 in, or the LaTeX-command 
7784 \series bold
7785
7786 \backslash
7787 captionsetup{width=value}
7788 \series default
7789  that is provided by the 
7790 \series bold
7791 caption
7792 \series default
7793 -package.
7794 \end_layout
7795
7796 \end_inset
7797
7798
7799 \end_layout
7800
7801 \begin_layout Subsubsection
7802 Different Captions for Table Pages
7803 \begin_inset Index idx
7804 status collapsed
7805
7806 \begin_layout Plain Layout
7807 Longtables ! Different Captions for Pages
7808 \end_layout
7809
7810 \end_inset
7811
7812
7813 \end_layout
7814
7815 \begin_layout Standard
7816 When the table captions for the following pages should differ from the one
7817  of the first table page, insert a caption with the TeX-Code command
7818 \end_layout
7819
7820 \begin_layout Standard
7821
7822 \series bold
7823
7824 \backslash
7825 caption*{caption text}
7826 \backslash
7827
7828 \backslash
7829 %
7830 \end_layout
7831
7832 \begin_layout Standard
7833 in a dummy caption row that is marked as a header.
7834  Table
7835 \begin_inset space ~
7836 \end_inset
7837
7838
7839 \begin_inset CommandInset ref
7840 LatexCommand ref
7841 reference "tab:DiffCaptions"
7842
7843 \end_inset
7844
7845  is an example of a longtable with different heading where the second caption
7846  doesn't include the table number.
7847 \end_layout
7848
7849 \begin_layout Standard
7850 \align center
7851 \begin_inset Tabular
7852 <lyxtabular version="3" rows="59" columns="3">
7853 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7854 <column alignment="left" valignment="top" width="0cm">
7855 <column alignment="left" valignment="top" width="0pt">
7856 <column alignment="center" valignment="top" width="0pt">
7857 <row caption="true">
7858 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862 \begin_inset Caption
7863
7864 \begin_layout Plain Layout
7865 Example Phone List
7866 \begin_inset CommandInset label
7867 LatexCommand label
7868 name "tab:DiffCaptions"
7869
7870 \end_inset
7871
7872
7873 \begin_inset Argument
7874 status collapsed
7875
7876 \begin_layout Plain Layout
7877 Example Phone List
7878 \end_layout
7879
7880 \end_inset
7881
7882
7883 \end_layout
7884
7885 \end_inset
7886
7887
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 </row>
7911 <row endfirsthead="true">
7912 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916
7917 \series bold
7918 Example Phone List (ignore the names)
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Plain Layout
7927
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 </row>
7942 <row endfirsthead="true">
7943 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947
7948 \series bold
7949 NAME
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967
7968 \series bold
7969 TEL.
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 </row>
7975 <row endhead="true">
7976 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980 \begin_inset ERT
7981 status open
7982
7983 \begin_layout Plain Layout
7984
7985
7986 \backslash
7987 caption*{Continued Example Phone List}
7988 \backslash
7989
7990 \backslash
7991 %
7992 \end_layout
7993
7994 \end_inset
7995
7996
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 </row>
8020 <row endhead="true">
8021 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025
8026 \series bold
8027 Example Phone List
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 </row>
8051 <row endhead="true">
8052 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056
8057 \series bold
8058 NAME
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076
8077 \series bold
8078 TEL.
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 </row>
8084 <row endfoot="true">
8085 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089 continued on next page
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 </row>
8113 <row>
8114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118
8119 \series bold
8120 Annovi
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129 Silvia
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138 111
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 </row>
8144 <row>
8145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149
8150 \series bold
8151 Bertoli
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160 Stefano
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169 111
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 </row>
8175 <row>
8176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180
8181 \series bold
8182 Bozzi
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191 Walter
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200 111
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 </row>
8206 <row>
8207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211
8212 \series bold
8213 Cachia
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222 Maria
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231 111
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 </row>
8237 <row>
8238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242
8243 \series bold
8244 Cachia
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253 Maurizio
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262 111
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 </row>
8268 <row>
8269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273
8274 \series bold
8275 Cinquemani
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284 Giusi
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293 111
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 </row>
8299 <row>
8300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304
8305 \series bold
8306 Colin
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315 Bernard
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 111
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 </row>
8330 <row>
8331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335
8336 \series bold
8337 Concli
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346 Gianfranco
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355 111
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 </row>
8361 <row>
8362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366
8367 \series bold
8368 Dal Bosco
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 Carolina
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 111
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 </row>
8392 <row>
8393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397
8398 \series bold
8399 Dalpiaz
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408 Annamaria
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417 111
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 </row>
8423 <row>
8424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428
8429 \series bold
8430 Feliciello
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439 Domenico
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 111
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 </row>
8454 <row>
8455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459
8460 \series bold
8461 Focarelli
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470 Paola
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479 111
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 </row>
8485 <row>
8486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490
8491 \series bold
8492 Galletti
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 Oreste
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 111
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 </row>
8516 <row>
8517 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521
8522 \series bold
8523 Gasparini
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532 Franca
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541 111
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 </row>
8547 <row>
8548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552
8553 \series bold
8554 Rizzardi
8555 \series default
8556
8557 \begin_inset Foot
8558 status open
8559
8560 \begin_layout Plain Layout
8561 Example footnote
8562 \end_layout
8563
8564 \end_inset
8565
8566
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575 Paola
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584 111
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 </row>
8590 <row>
8591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595
8596 \series bold
8597 Lassini
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606 Giancarlo
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615 111
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 </row>
8621 <row>
8622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626
8627 \series bold
8628 Malfatti
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637 Luciano
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646 111
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 </row>
8652 <row>
8653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657
8658 \series bold
8659 Malfatti
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668 Valeriano
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677 111
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 </row>
8683 <row>
8684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688
8689 \series bold
8690 Meneguzzo
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 Roberto
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708 111
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 </row>
8714 <row>
8715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719
8720 \series bold
8721 Mezzadra
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730 Roberto
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739 111
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 </row>
8745 <row>
8746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750
8751 \series bold
8752 Pirpamer
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761 Erich
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770 111
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 </row>
8776 <row>
8777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781
8782 \series bold
8783 Pochiesa
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792 Paolo
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801 111, 222
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 </row>
8807 <row>
8808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812
8813 \series bold
8814 Radina
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823 Claudio
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832 111
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 </row>
8838 <row>
8839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843
8844 \series bold
8845 Stuffer
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854 Oskar
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863 111
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 </row>
8869 <row>
8870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874
8875 \series bold
8876 Tacchelli
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885 Ugo
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894 111
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 </row>
8900 <row>
8901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905
8906 \series bold
8907 Tezzele
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 Margit
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925 111
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 </row>
8931 <row>
8932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936
8937 \series bold
8938 Unterkalmsteiner
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947 Frieda
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956 111
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 </row>
8962 <row>
8963 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967
8968 \series bold
8969 Vieider
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978 Hilde
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987 111
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 </row>
8993 <row>
8994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998
8999 \series bold
9000 Vigna
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009 Jürgen
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018 111
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 </row>
9024 <row>
9025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029
9030 \series bold
9031 Weber
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040 Maurizio
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049 111
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 </row>
9055 <row>
9056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060
9061 \series bold
9062 Winkler
9063 \end_layout
9064
9065 \end_inset
9066 </cell>
9067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071 Franz
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080 111
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 </row>
9086 <row>
9087 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091  
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 </row>
9115 <row>
9116 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120
9121 \series bold
9122 Annovi
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131 Silvia
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140 555
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 </row>
9146 <row>
9147 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151
9152 \series bold
9153 Bertoli
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162 Stefano
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171 555
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 </row>
9177 <row>
9178 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182
9183 \series bold
9184 Bozzi
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193 Walter
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202 555
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 </row>
9208 <row>
9209 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213
9214 \series bold
9215 Cachia
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224 Maria
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233 555
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 </row>
9239 <row>
9240 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244
9245 \series bold
9246 Cachia
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9252 \begin_inset Text
9253
9254 \begin_layout Plain Layout
9255 Maurizio
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264 555
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 </row>
9270 <row>
9271 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275
9276 \series bold
9277 Cinquemani
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286 Giusi
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295 555
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 </row>
9301 <row>
9302 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306
9307 \series bold
9308 Colin
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317 Bernard
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326 555
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 </row>
9332 <row>
9333 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337
9338 \series bold
9339 Concli
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348 Gianfranco
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357 555
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 </row>
9363 <row>
9364 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368
9369 \series bold
9370 Dal Bosco
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Plain Layout
9379 Carolina
9380 \end_layout
9381
9382 \end_inset
9383 </cell>
9384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388 555
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 </row>
9394 <row>
9395 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399
9400 \series bold
9401 Dalpiaz
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410 Annamaria
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419 555
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 </row>
9425 <row>
9426 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430
9431 \series bold
9432 Feliciello
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441 Domenico
9442 \end_layout
9443
9444 \end_inset
9445 </cell>
9446 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450 555
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 </row>
9456 <row>
9457 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461
9462 \series bold
9463 Focarelli
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472 Paola
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481 555
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 </row>
9487 <row>
9488 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492
9493 \series bold
9494 Galletti
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9500 \begin_inset Text
9501
9502 \begin_layout Plain Layout
9503 Oreste
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9509 \begin_inset Text
9510
9511 \begin_layout Plain Layout
9512 555
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 </row>
9518 <row>
9519 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9520 \begin_inset Text
9521
9522 \begin_layout Plain Layout
9523
9524 \series bold
9525 Gasparini
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534 Franca
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543 555
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 </row>
9549 <row>
9550 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9551 \begin_inset Text
9552
9553 \begin_layout Plain Layout
9554
9555 \series bold
9556 Rizzardi
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9562 \begin_inset Text
9563
9564 \begin_layout Plain Layout
9565 Paola
9566 \end_layout
9567
9568 \end_inset
9569 </cell>
9570 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9571 \begin_inset Text
9572
9573 \begin_layout Plain Layout
9574 555
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 </row>
9580 <row>
9581 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9582 \begin_inset Text
9583
9584 \begin_layout Plain Layout
9585
9586 \series bold
9587 Lassini
9588 \end_layout
9589
9590 \end_inset
9591 </cell>
9592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9593 \begin_inset Text
9594
9595 \begin_layout Plain Layout
9596 Giancarlo
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605 555
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 </row>
9611 <row>
9612 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616
9617 \series bold
9618 Malfatti
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9624 \begin_inset Text
9625
9626 \begin_layout Plain Layout
9627 Luciano
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636 555
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 </row>
9642 <row>
9643 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9644 \begin_inset Text
9645
9646 \begin_layout Plain Layout
9647
9648 \series bold
9649 Malfatti
9650 \end_layout
9651
9652 \end_inset
9653 </cell>
9654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9655 \begin_inset Text
9656
9657 \begin_layout Plain Layout
9658 Valeriano
9659 \end_layout
9660
9661 \end_inset
9662 </cell>
9663 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9664 \begin_inset Text
9665
9666 \begin_layout Plain Layout
9667 555
9668 \end_layout
9669
9670 \end_inset
9671 </cell>
9672 </row>
9673 <row>
9674 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678
9679 \series bold
9680 Meneguzzo
9681 \end_layout
9682
9683 \end_inset
9684 </cell>
9685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689 Roberto
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698 555
9699 \end_layout
9700
9701 \end_inset
9702 </cell>
9703 </row>
9704 <row>
9705 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709
9710 \series bold
9711 Mezzadra
9712 \end_layout
9713
9714 \end_inset
9715 </cell>
9716 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9717 \begin_inset Text
9718
9719 \begin_layout Plain Layout
9720 Roberto
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729 555
9730 \end_layout
9731
9732 \end_inset
9733 </cell>
9734 </row>
9735 </lyxtabular>
9736
9737 \end_inset
9738
9739
9740 \end_layout
9741
9742 \begin_layout Section
9743 Special Longtable Issues
9744 \begin_inset CommandInset label
9745 LatexCommand label
9746 name "sec:Special-Longtable-Issues"
9747
9748 \end_inset
9749
9750
9751 \end_layout
9752
9753 \begin_layout Subsection
9754 Longtable Calculation
9755 \begin_inset Index idx
9756 status collapsed
9757
9758 \begin_layout Plain Layout
9759 Longtables ! Calculation
9760 \end_layout
9761
9762 \end_inset
9763
9764
9765 \end_layout
9766
9767 \begin_layout Standard
9768 LaTeX calculates the height of table pages and their page breaks using so
9769  called chunks.
9770  Chunks are parts of tables that held at the same time in LaTeX's memory.
9771  The default value was historically set to only 20 table rows.
9772  If you are using longtables with many pages this may slow down the creation
9773  of your document.
9774  You can safely increase the chunk size to values of 100-1000 by adding
9775  this command line to your document preamble:
9776 \end_layout
9777
9778 \begin_layout Standard
9779
9780 \series bold
9781
9782 \backslash
9783 setcounter{LTchunksize}{100}
9784 \end_layout
9785
9786 \begin_layout Subsection
9787 Floats and Longtables
9788 \begin_inset Index idx
9789 status collapsed
9790
9791 \begin_layout Plain Layout
9792 Longtables ! Floats
9793 \end_layout
9794
9795 \end_inset
9796
9797
9798 \end_layout
9799
9800 \begin_layout Standard
9801 There might be problems when a float appears on the same page where a longtable
9802  starts.
9803  To avoid such a situation, insert a 
9804 \begin_inset Quotes eld
9805 \end_inset
9806
9807 clear page
9808 \begin_inset Quotes erd
9809 \end_inset
9810
9811  (menu 
9812 \family sans
9813 Insert\SpecialChar \menuseparator
9814 Formatting\SpecialChar \menuseparator
9815 Clear
9816 \begin_inset space ~
9817 \end_inset
9818
9819 Page
9820 \family default
9821 ) before your longtable.
9822 \end_layout
9823
9824 \begin_layout Subsection
9825 Forced Page Breaks
9826 \begin_inset Index idx
9827 status collapsed
9828
9829 \begin_layout Plain Layout
9830 Longtables ! Forced Page Breaks
9831 \end_layout
9832
9833 \end_inset
9834
9835
9836 \end_layout
9837
9838 \begin_layout Standard
9839 By default tables are only broken between rows.
9840  If you have a cell with multiples lines and want to have a page break within
9841  the cell, insert the new line command 
9842 \begin_inset Quotes eld
9843 \end_inset
9844
9845
9846 \series bold
9847
9848 \backslash
9849
9850 \backslash
9851
9852 \series default
9853
9854 \begin_inset Quotes erd
9855 \end_inset
9856
9857  as TeX-Code at the point of the cell where it can be broken.
9858  Before the 
9859 \series bold
9860
9861 \backslash
9862
9863 \backslash
9864
9865 \series default
9866  command you have to insert in TeX-Code as many 
9867 \begin_inset Quotes eld
9868 \end_inset
9869
9870
9871 \series bold
9872 &
9873 \series default
9874
9875 \begin_inset Quotes erd
9876 \end_inset
9877
9878  characters as the number of the following table columns.
9879  The 
9880 \series bold
9881 &
9882 \series default
9883  is the character to separate table cells.
9884  Write in TeX-Code after each 
9885 \series bold
9886 &
9887 \series default
9888  the content of the corresponding following cell and delete the content
9889  of these cells.
9890 \begin_inset Newline newline
9891 \end_inset
9892
9893 After the 
9894 \series bold
9895
9896 \backslash
9897
9898 \backslash
9899
9900 \series default
9901  command, insert as many 
9902 \series bold
9903 &
9904 \series default
9905  characters as the number of table columns before the current column.
9906  In Table
9907 \begin_inset space ~
9908 \end_inset
9909
9910
9911 \begin_inset CommandInset ref
9912 LatexCommand ref
9913 reference "tab:ForcedPagebreak"
9914
9915 \end_inset
9916
9917  the cell that should be broken is in the second column followed by another
9918  column.
9919  Therefore the following command was inserted in the cell as TeX-Code after
9920  
9921 \begin_inset Quotes eld
9922 \end_inset
9923
9924
9925 \emph on
9926 Castelchiodato,
9927 \emph default
9928
9929 \begin_inset Quotes erd
9930 \end_inset
9931
9932 :
9933 \end_layout
9934
9935 \begin_layout Standard
9936
9937 \series bold
9938 & 111
9939 \backslash
9940
9941 \backslash
9942  
9943 \backslash
9944 newpage
9945 \begin_inset Newline newline
9946 \end_inset
9947
9948 &
9949 \end_layout
9950
9951 \begin_layout Standard
9952 The 
9953 \begin_inset Quotes eld
9954 \end_inset
9955
9956 111
9957 \begin_inset Quotes erd
9958 \end_inset
9959
9960  in the third column of the row was deleted.
9961  
9962 \series bold
9963
9964 \backslash
9965 newpage
9966 \series default
9967  is only needed when a page break should definitely occur at this position,
9968  otherwise it would be a conditional break.
9969  If your footer row of the longtable has for a certain reason no upper line
9970  but you would have a horizontal line where the cell is broken, use this
9971  command instead:
9972 \end_layout
9973
9974 \begin_layout Standard
9975
9976 \series bold
9977 & 111
9978 \backslash
9979
9980 \backslash
9981
9982 \begin_inset Newline newline
9983 \end_inset
9984
9985
9986 \backslash
9987 hline &
9988 \end_layout
9989
9990 \begin_layout Standard
9991 When the cell to be broken is in the last column, the command
9992 \end_layout
9993
9994 \begin_layout Standard
9995
9996 \series bold
9997
9998 \backslash
9999 setlength{
10000 \backslash
10001 parfillskip}{0pt}
10002 \end_layout
10003
10004 \begin_layout Standard
10005 must be inserted as TeX-Code at the beginning of the cell.
10006  This ensures that the part of the cell that will be displayed on the new
10007  page appears with the full width.
10008 \end_layout
10009
10010 \begin_layout Standard
10011 \align center
10012 \begin_inset Tabular
10013 <lyxtabular version="3" rows="38" columns="3">
10014 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
10015 <column alignment="left" valignment="top" width="0cm">
10016 <column alignment="left" valignment="top" width="3cm">
10017 <column alignment="center" valignment="top" width="0pt">
10018 <row caption="true">
10019 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023 \begin_inset Caption
10024
10025 \begin_layout Plain Layout
10026 Table with forced page break in table cell
10027 \begin_inset CommandInset label
10028 LatexCommand label
10029 name "tab:ForcedPagebreak"
10030
10031 \end_inset
10032
10033
10034 \begin_inset Argument
10035 status collapsed
10036
10037 \begin_layout Plain Layout
10038 Table with forced page break in table cell
10039 \end_layout
10040
10041 \end_inset
10042
10043
10044 \end_layout
10045
10046 \end_inset
10047
10048
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 </row>
10072 <row endfirsthead="true">
10073 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077
10078 \series bold
10079 Example Phone List (ignore the names)
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 </row>
10103 <row endfirsthead="true">
10104 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108
10109 \series bold
10110 NAME
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128
10129 \series bold
10130 TEL.
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 </row>
10136 <row endhead="true">
10137 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141 \begin_inset ERT
10142 status collapsed
10143
10144 \begin_layout Plain Layout
10145
10146
10147 \backslash
10148 caption*{Continued Example Phone List}
10149 \backslash
10150
10151 \backslash
10152 %
10153 \end_layout
10154
10155 \end_inset
10156
10157
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 </row>
10181 <row endhead="true">
10182 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186
10187 \series bold
10188 Example Phone List
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Plain Layout
10197
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 </row>
10212 <row endhead="true">
10213 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217
10218 \series bold
10219 NAME
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10225 \begin_inset Text
10226
10227 \begin_layout Plain Layout
10228
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237
10238 \series bold
10239 TEL.
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 </row>
10245 <row endfoot="true">
10246 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250 continued on next page
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 </row>
10274 <row>
10275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279
10280 \series bold
10281 Annovi
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 Silvia
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299 111
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 </row>
10305 <row>
10306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310
10311 \series bold
10312 Bertoli
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 Stefano
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330 111
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 </row>
10336 <row>
10337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341
10342 \series bold
10343 Bozzi
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 Walter
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361 111
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 </row>
10367 <row>
10368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372
10373 \series bold
10374 Cachia
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 Maria
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392 111
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 </row>
10398 <row>
10399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403
10404 \series bold
10405 Cachia
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 Maurizio
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423 111
10424 \end_layout
10425
10426 \end_inset
10427 </cell>
10428 </row>
10429 <row>
10430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434
10435 \series bold
10436 Cinquemani
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 Giusi
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454 111
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 </row>
10460 <row>
10461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465
10466 \series bold
10467 Colin
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 Bernard
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Plain Layout
10485 111
10486 \end_layout
10487
10488 \end_inset
10489 </cell>
10490 </row>
10491 <row>
10492 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Plain Layout
10496
10497 \series bold
10498 Concli
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 Gianfranco
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516 111
10517 \end_layout
10518
10519 \end_inset
10520 </cell>
10521 </row>
10522 <row>
10523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527
10528 \series bold
10529 Dal Bosco
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 Carolina
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547 111
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 </row>
10553 <row>
10554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558
10559 \series bold
10560 Dalpiaz
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 Annamaria
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578 111
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 </row>
10584 <row>
10585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Plain Layout
10589
10590 \series bold
10591 Feliciello
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 Domenico
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609 111
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 </row>
10615 <row>
10616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620
10621 \series bold
10622 Focarelli
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 Paola
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 111
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 </row>
10646 <row>
10647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651
10652 \series bold
10653 Galletti
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 Oreste
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10668 \begin_inset Text
10669
10670 \begin_layout Plain Layout
10671 111
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 </row>
10677 <row>
10678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682
10683 \series bold
10684 Gasparini
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 Franca
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Plain Layout
10702 111
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 </row>
10708 <row>
10709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713
10714 \series bold
10715 Lassini
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 Giancarlo
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733 111
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 </row>
10739 <row>
10740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744
10745 \series bold
10746 Malfatti
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 Luciano
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764 111
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 </row>
10770 <row>
10771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775
10776 \series bold
10777 Malfatti
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 Valeriano
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795 111
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 </row>
10801 <row>
10802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806
10807 \series bold
10808 Meneguzzo
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 Roberto
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10823 \begin_inset Text
10824
10825 \begin_layout Plain Layout
10826 111
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 </row>
10832 <row>
10833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837
10838 \series bold
10839 Mezzadra
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848 Roberto
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10854 \begin_inset Text
10855
10856 \begin_layout Plain Layout
10857 111
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 </row>
10863 <row>
10864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868
10869 \series bold
10870 Pirpamer
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879 Erich
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888 111
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 </row>
10894 <row>
10895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899
10900 \series bold
10901 Pochiesa
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 Paolo
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919 111, 222
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 </row>
10925 <row>
10926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930
10931 \series bold
10932 Radina
10933 \end_layout
10934
10935 \end_inset
10936 </cell>
10937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 Claudio
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 111
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 </row>
10956 <row>
10957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961
10962 \series bold
10963 Rizzardi
10964 \end_layout
10965
10966 \end_inset
10967 </cell>
10968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10969 \begin_inset Text
10970
10971 \begin_layout Plain Layout
10972 Paolo, 11.
10973  Fürst von Montecompatri, 11.
10974  Fürst von Sulmona und Vivaro, 10.
10975  Fürst von Rossano, 5.
10976  Herzog von Canemorte, 11.
10977  Herzog von Palombara, 5.
10978  Herzog von Castelchiodato,
10979 \begin_inset ERT
10980 status open
10981
10982 \begin_layout Plain Layout
10983
10984 & 111
10985 \backslash
10986
10987 \backslash
10988  
10989 \backslash
10990 newpage
10991 \end_layout
10992
10993 \begin_layout Plain Layout
10994
10995 &
10996 \end_layout
10997
10998 \end_inset
10999
11000  11.
11001  Herzog von Poggionativo, 11.
11002  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11003  Graf von Valinfreda, 11.
11004  Baron von Cropalati, 11.
11005  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 </row>
11020 <row>
11021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Plain Layout
11025
11026 \series bold
11027 Stuffer
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 Oskar
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Plain Layout
11045 111
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 </row>
11051 <row>
11052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056
11057 \series bold
11058 Tacchelli
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 Ugo
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076 111
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 </row>
11082 <row>
11083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087
11088 \series bold
11089 Tezzele
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 Margit
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107 111
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 </row>
11113 <row>
11114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11115 \begin_inset Text
11116
11117 \begin_layout Plain Layout
11118
11119 \series bold
11120 Unterkalmsteiner
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Plain Layout
11129 Frieda
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11135 \begin_inset Text
11136
11137 \begin_layout Plain Layout
11138 111
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 </row>
11144 <row>
11145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149
11150 \series bold
11151 Vieider
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11157 \begin_inset Text
11158
11159 \begin_layout Plain Layout
11160 Hilde
11161 \end_layout
11162
11163 \end_inset
11164 </cell>
11165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169 111
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 </row>
11175 <row>
11176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180
11181 \series bold
11182 Vigna
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191 Jürgen
11192 \end_layout
11193
11194 \end_inset
11195 </cell>
11196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200 111
11201 \end_layout
11202
11203 \end_inset
11204 </cell>
11205 </row>
11206 <row>
11207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211
11212 \series bold
11213 Weber
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 Maurizio
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231 111
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 </row>
11237 <row>
11238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242
11243 \series bold
11244 Winkler
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253 Franz
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262 111
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 </row>
11268 </lyxtabular>
11269
11270 \end_inset
11271
11272
11273 \end_layout
11274
11275 \begin_layout Section
11276 Multiple Lines, Columns and Rows
11277 \end_layout
11278
11279 \begin_layout Subsection
11280 Multiple Lines in Table Cells
11281 \begin_inset CommandInset label
11282 LatexCommand label
11283 name "sub:Multiple-Lines-in"
11284
11285 \end_inset
11286
11287
11288 \begin_inset Index idx
11289 status collapsed
11290
11291 \begin_layout Plain Layout
11292 Multiple Lines in Table Cells
11293 \end_layout
11294
11295 \end_inset
11296
11297
11298 \begin_inset Index idx
11299 status collapsed
11300
11301 \begin_layout Plain Layout
11302 Table ! Linebreaks
11303 \end_layout
11304
11305 \end_inset
11306
11307
11308 \end_layout
11309
11310 \begin_layout Standard
11311 \noindent
11312 \begin_inset Float table
11313 placement H
11314 wide false
11315 sideways false
11316 status open
11317
11318 \begin_layout Plain Layout
11319 \begin_inset Caption
11320
11321 \begin_layout Plain Layout
11322 \begin_inset CommandInset label
11323 LatexCommand label
11324 name "tab:Table-with-multiple"
11325
11326 \end_inset
11327
11328 Table with multiple lines in cells
11329 \end_layout
11330
11331 \end_inset
11332
11333
11334 \end_layout
11335
11336 \begin_layout Plain Layout
11337 \align center
11338 \begin_inset Tabular
11339 <lyxtabular version="3" rows="3" columns="3">
11340 <features tabularvalignment="middle">
11341 <column alignment="center" valignment="middle" width="2.5cm">
11342 <column alignment="center" valignment="middle" width="0">
11343 <column alignment="center" valignment="middle" width="0">
11344 <row>
11345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11346 \begin_inset Text
11347
11348 \begin_layout Plain Layout
11349 multiple
11350 \begin_inset Newline linebreak
11351 \end_inset
11352
11353 lines
11354 \end_layout
11355
11356 \end_inset
11357 </cell>
11358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362 b
11363 \end_layout
11364
11365 \end_inset
11366 </cell>
11367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371 c
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 </row>
11377 <row>
11378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 d
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11388 \begin_inset Text
11389
11390 \begin_layout Plain Layout
11391 e
11392 \end_layout
11393
11394 \end_inset
11395 </cell>
11396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400 f
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 </row>
11406 <row>
11407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 g
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420 h
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 i
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 </row>
11435 </lyxtabular>
11436
11437 \end_inset
11438
11439
11440 \end_layout
11441
11442 \end_inset
11443
11444
11445 \end_layout
11446
11447 \begin_layout Standard
11448 Setting a fixed width for a column enables you to enter text as a paragraph
11449  with multiple lines and hyphenation.
11450 \end_layout
11451
11452 \begin_layout Standard
11453 To produce Table
11454 \begin_inset space ~
11455 \end_inset
11456
11457
11458 \begin_inset CommandInset ref
11459 LatexCommand ref
11460 reference "tab:Table-with-multiple"
11461
11462 \end_inset
11463
11464 , create a 3×3 table, mark the first cell and right-click on it.
11465  In the appearing table dialog we set a cell width of 2.5
11466 \begin_inset space \thinspace{}
11467 \end_inset
11468
11469 cm and choose centered for the vertical and horizontal alignment.
11470  The vertical alignment is used for all cells of the row.
11471  As our text is smaller than 2.5
11472 \begin_inset space \thinspace{}
11473 \end_inset
11474
11475 cm, only one line will appear.
11476  To get two lines, a justified line break (shortcut 
11477 \begin_inset Info
11478 type  "shortcut"
11479 arg   "newline-insert linebreak"
11480 \end_inset
11481
11482 ) was added.
11483  If the text is wider than the set cell width, it will automatically be
11484  broken to several lines.
11485 \end_layout
11486
11487 \begin_layout Standard
11488 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11489  by LaTeX if it is the first entry.
11490  Therefore you need to insert something to prevent the word not being the
11491  first entry.
11492  So add a horizontal space of 0
11493 \begin_inset space \thinspace{}
11494 \end_inset
11495
11496 pt before the word.
11497  As the space is zero, it doesn't change the output.
11498  Table
11499 \begin_inset space ~
11500 \end_inset
11501
11502
11503 \begin_inset CommandInset ref
11504 LatexCommand ref
11505 reference "tab:Table-with-and"
11506
11507 \end_inset
11508
11509  shows the effect.
11510 \end_layout
11511
11512 \begin_layout Standard
11513 \begin_inset Float table
11514 placement h
11515 wide false
11516 sideways false
11517 status open
11518
11519 \begin_layout Plain Layout
11520 \begin_inset Caption
11521
11522 \begin_layout Plain Layout
11523 \begin_inset CommandInset label
11524 LatexCommand label
11525 name "tab:Table-with-and"
11526
11527 \end_inset
11528
11529 Table with and without hyphenation
11530 \end_layout
11531
11532 \end_inset
11533
11534
11535 \end_layout
11536
11537 \begin_layout Plain Layout
11538 \begin_inset space \hfill{}
11539 \end_inset
11540
11541
11542 \begin_inset Tabular
11543 <lyxtabular version="3" rows="3" columns="3">
11544 <features tabularvalignment="middle">
11545 <column alignment="center" valignment="middle" width="2.5cm">
11546 <column alignment="center" valignment="middle" width="0">
11547 <column alignment="center" valignment="middle" width="0">
11548 <row>
11549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11550 \begin_inset Text
11551
11552 \begin_layout Plain Layout
11553 verylongtablecellword
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11559 \begin_inset Text
11560
11561 \begin_layout Plain Layout
11562 b
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11568 \begin_inset Text
11569
11570 \begin_layout Plain Layout
11571 c
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 </row>
11577 <row>
11578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11579 \begin_inset Text
11580
11581 \begin_layout Plain Layout
11582 d
11583 \end_layout
11584
11585 \end_inset
11586 </cell>
11587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Plain Layout
11591 e
11592 \end_layout
11593
11594 \end_inset
11595 </cell>
11596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11597 \begin_inset Text
11598
11599 \begin_layout Plain Layout
11600 f
11601 \end_layout
11602
11603 \end_inset
11604 </cell>
11605 </row>
11606 <row>
11607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611 g
11612 \end_layout
11613
11614 \end_inset
11615 </cell>
11616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11617 \begin_inset Text
11618
11619 \begin_layout Plain Layout
11620 h
11621 \end_layout
11622
11623 \end_inset
11624 </cell>
11625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11626 \begin_inset Text
11627
11628 \begin_layout Plain Layout
11629 i
11630 \end_layout
11631
11632 \end_inset
11633 </cell>
11634 </row>
11635 </lyxtabular>
11636
11637 \end_inset
11638
11639
11640 \begin_inset space \hfill{}
11641 \end_inset
11642
11643
11644 \begin_inset Tabular
11645 <lyxtabular version="3" rows="3" columns="3">
11646 <features tabularvalignment="middle">
11647 <column alignment="center" valignment="middle" width="2.5cm">
11648 <column alignment="center" valignment="middle" width="0">
11649 <column alignment="center" valignment="middle" width="0">
11650 <row>
11651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11652 \begin_inset Text
11653
11654 \begin_layout Plain Layout
11655 \begin_inset space \hspace{}
11656 \length 0pt
11657 \end_inset
11658
11659 verylongtablecellword
11660 \end_layout
11661
11662 \end_inset
11663 </cell>
11664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11665 \begin_inset Text
11666
11667 \begin_layout Plain Layout
11668 b
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11674 \begin_inset Text
11675
11676 \begin_layout Plain Layout
11677 c
11678 \end_layout
11679
11680 \end_inset
11681 </cell>
11682 </row>
11683 <row>
11684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688 d
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697 e
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706 f
11707 \end_layout
11708
11709 \end_inset
11710 </cell>
11711 </row>
11712 <row>
11713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11714 \begin_inset Text
11715
11716 \begin_layout Plain Layout
11717 g
11718 \end_layout
11719
11720 \end_inset
11721 </cell>
11722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11723 \begin_inset Text
11724
11725 \begin_layout Plain Layout
11726 h
11727 \end_layout
11728
11729 \end_inset
11730 </cell>
11731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11732 \begin_inset Text
11733
11734 \begin_layout Plain Layout
11735 i
11736 \end_layout
11737
11738 \end_inset
11739 </cell>
11740 </row>
11741 </lyxtabular>
11742
11743 \end_inset
11744
11745
11746 \begin_inset space \hfill{}
11747 \end_inset
11748
11749
11750 \end_layout
11751
11752 \end_inset
11753
11754
11755 \end_layout
11756
11757 \begin_layout Subsection
11758 Multicolumns
11759 \begin_inset CommandInset label
11760 LatexCommand label
11761 name "sub:Multicolumns"
11762
11763 \end_inset
11764
11765
11766 \begin_inset Index idx
11767 status collapsed
11768
11769 \begin_layout Plain Layout
11770 Multicolumns
11771 \end_layout
11772
11773 \end_inset
11774
11775
11776 \begin_inset Index idx
11777 status collapsed
11778
11779 \begin_layout Plain Layout
11780 Table ! Multicolumns
11781 \end_layout
11782
11783 \end_inset
11784
11785
11786 \end_layout
11787
11788 \begin_layout Subsubsection
11789 Multicolumn Basics
11790 \end_layout
11791
11792 \begin_layout Standard
11793 To merge cells over multiple columns, select as many cells within a row
11794  as you want to merge and use either the table-toolbar button 
11795 \family sans
11796
11797 \begin_inset Info
11798 type  "icon"
11799 arg   "inset-modify tabular multicolumn"
11800 \end_inset
11801
11802
11803 \family default
11804 , or the menu 
11805 \family sans
11806 Edit\SpecialChar \menuseparator
11807 Table\SpecialChar \menuseparator
11808 Multicolumn
11809 \family default
11810 , or right click on the marked cells and choose 
11811 \family sans
11812 Multicolumn
11813 \family default
11814  in the context menu.
11815 \end_layout
11816
11817 \begin_layout Standard
11818 Multicolumns have there own cell settings.
11819  That means changing cell borders, cell alignment, and the width only affects
11820  the multicolumn.
11821  Here is an example table with a multicolumn cell in the first row and one
11822  in the last row without the upper border:
11823 \end_layout
11824
11825 \begin_layout Standard
11826 \align center
11827 \begin_inset Tabular
11828 <lyxtabular version="3" rows="3" columns="4">
11829 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11830 <column alignment="center" valignment="top" width="0pt">
11831 <column alignment="center" valignment="middle" width="0">
11832 <column alignment="center" valignment="top" width="0in">
11833 <column alignment="center" valignment="top" width="0pt">
11834 <row>
11835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11836 \begin_inset Text
11837
11838 \begin_layout Plain Layout
11839 abc
11840 \end_layout
11841
11842 \end_inset
11843 </cell>
11844 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11845 \begin_inset Text
11846
11847 \begin_layout Plain Layout
11848 def ghi
11849 \end_layout
11850
11851 \end_inset
11852 </cell>
11853 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11854 \begin_inset Text
11855
11856 \begin_layout Plain Layout
11857
11858 \end_layout
11859
11860 \end_inset
11861 </cell>
11862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11863 \begin_inset Text
11864
11865 \begin_layout Plain Layout
11866 jkl
11867 \end_layout
11868
11869 \end_inset
11870 </cell>
11871 </row>
11872 <row>
11873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11874 \begin_inset Text
11875
11876 \begin_layout Plain Layout
11877
11878 \family roman
11879 \series medium
11880 \shape up
11881 \size normal
11882 \emph off
11883 \bar no
11884 \noun off
11885 \color none
11886 A
11887 \end_layout
11888
11889 \end_inset
11890 </cell>
11891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11892 \begin_inset Text
11893
11894 \begin_layout Plain Layout
11895 B
11896 \end_layout
11897
11898 \end_inset
11899 </cell>
11900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11901 \begin_inset Text
11902
11903 \begin_layout Plain Layout
11904 C
11905 \end_layout
11906
11907 \end_inset
11908 </cell>
11909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11910 \begin_inset Text
11911
11912 \begin_layout Plain Layout
11913 D
11914 \end_layout
11915
11916 \end_inset
11917 </cell>
11918 </row>
11919 <row>
11920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11921 \begin_inset Text
11922
11923 \begin_layout Plain Layout
11924 1
11925 \end_layout
11926
11927 \end_inset
11928 </cell>
11929 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11930 \begin_inset Text
11931
11932 \begin_layout Plain Layout
11933 2
11934 \end_layout
11935
11936 \end_inset
11937 </cell>
11938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11939 \begin_inset Text
11940
11941 \begin_layout Plain Layout
11942 3
11943 \end_layout
11944
11945 \end_inset
11946 </cell>
11947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11948 \begin_inset Text
11949
11950 \begin_layout Plain Layout
11951 4
11952 \end_layout
11953
11954 \end_inset
11955 </cell>
11956 </row>
11957 </lyxtabular>
11958
11959 \end_inset
11960
11961
11962 \end_layout
11963
11964 \begin_layout Subsubsection
11965 Multicolumn Calculations
11966 \begin_inset CommandInset label
11967 LatexCommand label
11968 name "sub:Multicolumn-Calculations"
11969
11970 \end_inset
11971
11972
11973 \begin_inset Index idx
11974 status collapsed
11975
11976 \begin_layout Plain Layout
11977 Multicolumns ! Calculations
11978 \end_layout
11979
11980 \end_inset
11981
11982
11983 \end_layout
11984
11985 \begin_layout Standard
11986 LyX supports multicolumns directly, but we have to take account of the cell
11987  width of the columns spanned by the multicolumn cell.
11988 \end_layout
11989
11990 \begin_layout Standard
11991 \begin_inset Float table
11992 placement h
11993 wide false
11994 sideways false
11995 status open
11996
11997 \begin_layout Plain Layout
11998 \begin_inset Caption
11999
12000 \begin_layout Plain Layout
12001 \begin_inset CommandInset label
12002 LatexCommand label
12003 name "tab:Table-with-centered"
12004
12005 \end_inset
12006
12007 Table with centered multicolumn text above two columns that have exactly
12008  half the width of the multicolumn cell
12009 \begin_inset Argument
12010 status collapsed
12011
12012 \begin_layout Plain Layout
12013 Perfect multicolumn table
12014 \end_layout
12015
12016 \end_inset
12017
12018
12019 \end_layout
12020
12021 \end_inset
12022
12023
12024 \end_layout
12025
12026 \begin_layout Plain Layout
12027 \align center
12028 \begin_inset Tabular
12029 <lyxtabular version="3" rows="3" columns="3">
12030 <features tabularvalignment="middle">
12031 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
12032 <column alignment="center" valignment="middle" width="0">
12033 <column alignment="center" valignment="top" width="0">
12034 <row>
12035 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12036 \begin_inset Text
12037
12038 \begin_layout Plain Layout
12039 multiple lines multicolumn
12040 \end_layout
12041
12042 \end_inset
12043 </cell>
12044 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12045 \begin_inset Text
12046
12047 \begin_layout Plain Layout
12048
12049 \end_layout
12050
12051 \end_inset
12052 </cell>
12053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12054 \begin_inset Text
12055
12056 \begin_layout Plain Layout
12057 c
12058 \end_layout
12059
12060 \end_inset
12061 </cell>
12062 </row>
12063 <row>
12064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12065 \begin_inset Text
12066
12067 \begin_layout Plain Layout
12068 d
12069 \end_layout
12070
12071 \end_inset
12072 </cell>
12073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12074 \begin_inset Text
12075
12076 \begin_layout Plain Layout
12077 e
12078 \end_layout
12079
12080 \end_inset
12081 </cell>
12082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12083 \begin_inset Text
12084
12085 \begin_layout Plain Layout
12086 f
12087 \end_layout
12088
12089 \end_inset
12090 </cell>
12091 </row>
12092 <row>
12093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12094 \begin_inset Text
12095
12096 \begin_layout Plain Layout
12097 g
12098 \end_layout
12099
12100 \end_inset
12101 </cell>
12102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12103 \begin_inset Text
12104
12105 \begin_layout Plain Layout
12106 h
12107 \end_layout
12108
12109 \end_inset
12110 </cell>
12111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12112 \begin_inset Text
12113
12114 \begin_layout Plain Layout
12115 i
12116 \end_layout
12117
12118 \end_inset
12119 </cell>
12120 </row>
12121 </lyxtabular>
12122
12123 \end_inset
12124
12125
12126 \end_layout
12127
12128 \end_inset
12129
12130
12131 \end_layout
12132
12133 \begin_layout Standard
12134 To create for example Table
12135 \begin_inset space ~
12136 \end_inset
12137
12138
12139 \begin_inset CommandInset ref
12140 LatexCommand ref
12141 reference "tab:Table-with-centered"
12142
12143 \end_inset
12144
12145 , mark the first two cells in the first row of a 3×3 table and right-click
12146  on them.
12147  Now choose for this cell 
12148 \emph on
12149 multicolumn
12150 \emph default
12151
12152 \emph on
12153 centered alignment
12154 \emph default
12155  and a width of 2.5
12156 \begin_inset space \thinspace{}
12157 \end_inset
12158
12159 cm in the table dialog.
12160  The merged columns should have exactly half the width of the multicolumn
12161  cell, so that you would set a width of 1.25
12162 \begin_inset space \thinspace{}
12163 \end_inset
12164
12165 cm for the first column.
12166  The second column has then automatically a width of 1.25
12167 \begin_inset space \thinspace{}
12168 \end_inset
12169
12170 cm (multicolumn width - width of first column).
12171  This was done for Table
12172 \begin_inset space ~
12173 \end_inset
12174
12175
12176 \begin_inset CommandInset ref
12177 LatexCommand ref
12178 reference "tab:Table-without-half"
12179
12180 \end_inset
12181
12182 .
12183 \end_layout
12184
12185 \begin_layout Standard
12186 \begin_inset Float table
12187 wide false
12188 sideways false
12189 status open
12190
12191 \begin_layout Plain Layout
12192 \begin_inset Caption
12193
12194 \begin_layout Plain Layout
12195 \begin_inset CommandInset label
12196 LatexCommand label
12197 name "tab:Table-without-half"
12198
12199 \end_inset
12200
12201 Table where the spanned table columns are not exactly half the width of
12202  the multicolumn cell
12203 \begin_inset Argument
12204 status collapsed
12205
12206 \begin_layout Plain Layout
12207 Imperfect multicolumn table
12208 \end_layout
12209
12210 \end_inset
12211
12212
12213 \end_layout
12214
12215 \end_inset
12216
12217
12218 \end_layout
12219
12220 \begin_layout Plain Layout
12221 \align center
12222 \begin_inset Tabular
12223 <lyxtabular version="3" rows="3" columns="3">
12224 <features tabularvalignment="middle">
12225 <column alignment="center" valignment="top" width="1.25cm">
12226 <column alignment="center" valignment="top" width="0">
12227 <column alignment="center" valignment="top" width="0">
12228 <row>
12229 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12230 \begin_inset Text
12231
12232 \begin_layout Plain Layout
12233 multiple lines multicolumn
12234 \end_layout
12235
12236 \end_inset
12237 </cell>
12238 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12239 \begin_inset Text
12240
12241 \begin_layout Plain Layout
12242
12243 \end_layout
12244
12245 \end_inset
12246 </cell>
12247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12248 \begin_inset Text
12249
12250 \begin_layout Plain Layout
12251 c
12252 \end_layout
12253
12254 \end_inset
12255 </cell>
12256 </row>
12257 <row>
12258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12259 \begin_inset Text
12260
12261 \begin_layout Plain Layout
12262 d
12263 \end_layout
12264
12265 \end_inset
12266 </cell>
12267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12268 \begin_inset Text
12269
12270 \begin_layout Plain Layout
12271 e
12272 \end_layout
12273
12274 \end_inset
12275 </cell>
12276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12277 \begin_inset Text
12278
12279 \begin_layout Plain Layout
12280 f
12281 \end_layout
12282
12283 \end_inset
12284 </cell>
12285 </row>
12286 <row>
12287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12288 \begin_inset Text
12289
12290 \begin_layout Plain Layout
12291 g
12292 \end_layout
12293
12294 \end_inset
12295 </cell>
12296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12297 \begin_inset Text
12298
12299 \begin_layout Plain Layout
12300 h
12301 \end_layout
12302
12303 \end_inset
12304 </cell>
12305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12306 \begin_inset Text
12307
12308 \begin_layout Plain Layout
12309 i
12310 \end_layout
12311
12312 \end_inset
12313 </cell>
12314 </row>
12315 </lyxtabular>
12316
12317 \end_inset
12318
12319
12320 \end_layout
12321
12322 \end_inset
12323
12324
12325 \end_layout
12326
12327 \begin_layout Standard
12328 You can see that the first column is not half the width of the multicolumn
12329  cell, it is a bit bigger.
12330  The reason is that the specified width of a cell 
12331 \begin_inset Formula $W_{g}$
12332 \end_inset
12333
12334  is not its total width 
12335 \begin_inset Formula $W_{\mathrm{tot}}$
12336 \end_inset
12337
12338  because a cell is always a bit larger than specified.
12339  Appendix
12340 \begin_inset space ~
12341 \end_inset
12342
12343
12344 \begin_inset CommandInset ref
12345 LatexCommand ref
12346 reference "cha:Explanation-of-Equation"
12347
12348 \end_inset
12349
12350  explains this in detail.
12351 \end_layout
12352
12353 \begin_layout Standard
12354 The width 
12355 \begin_inset Formula $W_{g\, n}$
12356 \end_inset
12357
12358  which the user needs to set when 
12359 \emph on
12360 n
12361 \emph default
12362  columns are spanned can be calculated, so that each column has a total
12363  width of 
12364 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12365 \end_inset
12366
12367 :
12368 \begin_inset Formula 
12369 \begin{equation}
12370 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12371 \end{equation}
12372
12373 \end_inset
12374
12375
12376 \end_layout
12377
12378 \begin_layout Standard
12379 In our case we have 
12380 \begin_inset Formula $n=2$
12381 \end_inset
12382
12383
12384 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12385 \end_inset
12386
12387 cm and the default values for the lengths, so that equation 
12388 \begin_inset CommandInset ref
12389 LatexCommand ref
12390 reference "eq:Wgn"
12391
12392 \end_inset
12393
12394  becomes
12395 \begin_inset Formula 
12396 \begin{equation}
12397 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12398 \end{equation}
12399
12400 \end_inset
12401
12402
12403 \end_layout
12404
12405 \begin_layout Standard
12406 To enable calculations in LaTeX, the LaTeX-package 
12407 \series bold
12408 calc
12409 \series default
12410  must be loaded with the document preamble line
12411 \begin_inset Index idx
12412 status collapsed
12413
12414 \begin_layout Plain Layout
12415 LaTeX-packages ! calc
12416 \end_layout
12417
12418 \end_inset
12419
12420
12421 \end_layout
12422
12423 \begin_layout Standard
12424
12425 \series bold
12426
12427 \backslash
12428 usepackage{calc}
12429 \end_layout
12430
12431 \begin_layout Standard
12432 LyX does not allow you to calculate lengths in the 
12433 \family sans
12434 Width
12435 \family default
12436  field of the table dialog.
12437  Therefore you have to format the column by inserting a LaTeX-argument in
12438  the dialog.
12439  Here is an overview about the arguments:
12440 \end_layout
12441
12442 \begin_layout Itemize
12443
12444 \series bold
12445 p{width}
12446 \series default
12447  creates cell with a fixed width, its text is vertically top-aligned
12448 \end_layout
12449
12450 \begin_layout Itemize
12451
12452 \series bold
12453 m{width}
12454 \series default
12455  creates cell with a fixed width, its text is vertically centered
12456 \end_layout
12457
12458 \begin_layout Itemize
12459
12460 \series bold
12461 b{width}
12462 \series default
12463  creates cell with a fixed width, its text is vertically bottom-aligned
12464 \end_layout
12465
12466 \begin_layout Standard
12467 By entering a LaTeX-argument, all cell settings set in the table dialog
12468  are overwritten.
12469 \end_layout
12470
12471 \begin_layout Standard
12472 \begin_inset Note Greyedout
12473 status open
12474
12475 \begin_layout Plain Layout
12476
12477 \series bold
12478 Note:
12479 \series default
12480  Due to a bug, LyX shows the overwritten settings anyway.
12481 \end_layout
12482
12483 \end_inset
12484
12485
12486 \end_layout
12487
12488 \begin_layout Standard
12489 As the text should be horizontally centered, the command 
12490 \series bold
12491
12492 \backslash
12493 centering
12494 \series default
12495  is added.
12496  You can now enter the following LaTeX-argument for the first spanned column:
12497 \end_layout
12498
12499 \begin_layout Standard
12500
12501 \series bold
12502 >{
12503 \backslash
12504 centering}m{1.25cm-6.2pt}
12505 \end_layout
12506
12507 \begin_layout Standard
12508 The command 
12509 \series bold
12510 >{ }
12511 \series default
12512  means, that the commands inside the braces are applied before the cell
12513  is created.
12514 \end_layout
12515
12516 \begin_layout Standard
12517 Although we have chosen centered alignment for the text of the multicolumn
12518  cell, it is still left aligned.
12519  This is because LyX only applies the alignment to single columns.
12520  So for the multicolumn cell we have to use the LaTeX-argument
12521 \end_layout
12522
12523 \begin_layout Standard
12524
12525 \series bold
12526 >{
12527 \backslash
12528 centering}m{2.5cm}
12529 \end_layout
12530
12531 \begin_layout Subsection
12532 Multirows
12533 \begin_inset CommandInset label
12534 LatexCommand label
12535 name "sub:Multirows"
12536
12537 \end_inset
12538
12539
12540 \begin_inset Index idx
12541 status collapsed
12542
12543 \begin_layout Plain Layout
12544 Multirows
12545 \end_layout
12546
12547 \end_inset
12548
12549
12550 \begin_inset Index idx
12551 status collapsed
12552
12553 \begin_layout Plain Layout
12554 Table ! Multirows
12555 \end_layout
12556
12557 \end_inset
12558
12559
12560 \end_layout
12561
12562 \begin_layout Standard
12563 To merge cells over multiple rows, select as many cells within a column
12564  as you want to merge and use either the table-toolbar button 
12565 \family sans
12566
12567 \begin_inset Info
12568 type  "icon"
12569 arg   "inset-modify tabular multirow"
12570 \end_inset
12571
12572
12573 \family default
12574 , or the menu 
12575 \family sans
12576 Edit\SpecialChar \menuseparator
12577 Table\SpecialChar \menuseparator
12578 Multirow
12579 \family default
12580 , or right click on the marked cells and choose 
12581 \family sans
12582 Multirow
12583 \family default
12584  in the context menu.
12585 \end_layout
12586
12587 \begin_layout Standard
12588 Here is an example table with a multirow in the first column:
12589 \end_layout
12590
12591 \begin_layout Standard
12592 \align center
12593 \begin_inset Tabular
12594 <lyxtabular version="3" rows="3" columns="3">
12595 <features tabularvalignment="middle">
12596 <column alignment="center" valignment="top" width="0pt">
12597 <column alignment="center" valignment="top" width="0">
12598 <column alignment="center" valignment="top" width="0">
12599 <row>
12600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604 a long cell entry
12605 \end_layout
12606
12607 \end_inset
12608 </cell>
12609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12610 \begin_inset Text
12611
12612 \begin_layout Plain Layout
12613 b
12614 \end_layout
12615
12616 \end_inset
12617 </cell>
12618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12619 \begin_inset Text
12620
12621 \begin_layout Plain Layout
12622 c
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 </row>
12628 <row>
12629 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12630 \begin_inset Text
12631
12632 \begin_layout Plain Layout
12633 multirow
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642 e
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12648 \begin_inset Text
12649
12650 \begin_layout Plain Layout
12651 f
12652 \end_layout
12653
12654 \end_inset
12655 </cell>
12656 </row>
12657 <row>
12658 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Plain Layout
12662
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671 h
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12677 \begin_inset Text
12678
12679 \begin_layout Plain Layout
12680 i
12681 \end_layout
12682
12683 \end_inset
12684 </cell>
12685 </row>
12686 </lyxtabular>
12687
12688 \end_inset
12689
12690
12691 \end_layout
12692
12693 \begin_layout Standard
12694 The width of multirow cells is set by setting the width and alignment for
12695  the whole column.
12696  The 
12697 \family sans
12698 Vertical Offset
12699 \family default
12700  shifts the content of the multirow up/down if the offset is positive/negative.
12701 \end_layout
12702
12703 \begin_layout Standard
12704 If the column of a multirow cell has no explicit width, the multirow cell
12705  inherits the alignment of the column.
12706  Otherwise it is by default left-aligned.
12707  To override the default, renew the command 
12708 \series bold
12709
12710 \backslash
12711 multirowsetup
12712 \series default
12713  with the command
12714 \end_layout
12715
12716 \begin_layout Standard
12717
12718 \series bold
12719
12720 \backslash
12721 renewcommand{
12722 \backslash
12723 multirowsetup}{
12724 \backslash
12725 centering}
12726 \end_layout
12727
12728 \begin_layout Standard
12729 in the document preamble.
12730  Then all entries of multirow cells in the document are centered.
12731  If centering is only needed for several tables, you can renew the command
12732  in a TeX-Code box just before the table instead of the preamble.
12733  If the text should be right-aligned, replace 
12734 \series bold
12735
12736 \backslash
12737 centering
12738 \series default
12739  by 
12740 \series bold
12741
12742 \backslash
12743 raggedleft
12744 \series default
12745 .
12746  To return to left-alignment 
12747 \series bold
12748
12749 \backslash
12750 raggedright
12751 \series default
12752  is used.
12753 \end_layout
12754
12755 \begin_layout Standard
12756 This is an example table with a right-aligned multirow cell that has a vertical
12757  offset of -4
12758 \begin_inset space \thinspace{}
12759 \end_inset
12760
12761 mm and is in a 3
12762 \begin_inset space \thinspace{}
12763 \end_inset
12764
12765 cm wide column:
12766 \end_layout
12767
12768 \begin_layout Standard
12769 \noindent
12770 \align center
12771 \begin_inset ERT
12772 status collapsed
12773
12774 \begin_layout Plain Layout
12775
12776
12777 \backslash
12778 renewcommand{
12779 \backslash
12780 multirowsetup}{
12781 \backslash
12782 raggedleft}
12783 \end_layout
12784
12785 \end_inset
12786
12787
12788 \begin_inset Tabular
12789 <lyxtabular version="3" rows="4" columns="3">
12790 <features tabularvalignment="middle">
12791 <column alignment="center" valignment="top" width="3cm">
12792 <column alignment="center" valignment="top" width="0">
12793 <column alignment="center" valignment="top" width="0">
12794 <row>
12795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12796 \begin_inset Text
12797
12798 \begin_layout Plain Layout
12799 a long cell entry
12800 \end_layout
12801
12802 \end_inset
12803 </cell>
12804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12805 \begin_inset Text
12806
12807 \begin_layout Plain Layout
12808 b
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817 c
12818 \end_layout
12819
12820 \end_inset
12821 </cell>
12822 </row>
12823 <row>
12824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12825 \begin_inset Text
12826
12827 \begin_layout Plain Layout
12828 t
12829 \end_layout
12830
12831 \end_inset
12832 </cell>
12833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12834 \begin_inset Text
12835
12836 \begin_layout Plain Layout
12837 n
12838 \end_layout
12839
12840 \end_inset
12841 </cell>
12842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Plain Layout
12846 m
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 </row>
12852 <row>
12853 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12854 \begin_inset Text
12855
12856 \begin_layout Plain Layout
12857 multirow
12858 \end_layout
12859
12860 \end_inset
12861 </cell>
12862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12863 \begin_inset Text
12864
12865 \begin_layout Plain Layout
12866 e
12867 \end_layout
12868
12869 \end_inset
12870 </cell>
12871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12872 \begin_inset Text
12873
12874 \begin_layout Plain Layout
12875 f
12876 \end_layout
12877
12878 \end_inset
12879 </cell>
12880 </row>
12881 <row>
12882 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12883 \begin_inset Text
12884
12885 \begin_layout Plain Layout
12886
12887 \end_layout
12888
12889 \end_inset
12890 </cell>
12891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12892 \begin_inset Text
12893
12894 \begin_layout Plain Layout
12895 h
12896 \end_layout
12897
12898 \end_inset
12899 </cell>
12900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12901 \begin_inset Text
12902
12903 \begin_layout Plain Layout
12904 i
12905 \end_layout
12906
12907 \end_inset
12908 </cell>
12909 </row>
12910 </lyxtabular>
12911
12912 \end_inset
12913
12914
12915 \begin_inset ERT
12916 status collapsed
12917
12918 \begin_layout Plain Layout
12919
12920
12921 \backslash
12922 renewcommand{
12923 \backslash
12924 multirowsetup}{
12925 \backslash
12926 raggedright}
12927 \end_layout
12928
12929 \end_inset
12930
12931
12932 \end_layout
12933
12934 \begin_layout Standard
12935 To start a new line in a multirow you can use a forced line break (shortcut
12936  
12937 \begin_inset Info
12938 type  "shortcut"
12939 arg   "newline-insert newline"
12940 \end_inset
12941
12942 ) but this will not respect the cell lines as demonstrated in this table:
12943 \end_layout
12944
12945 \begin_layout Standard
12946 \noindent
12947 \align center
12948 \begin_inset Tabular
12949 <lyxtabular version="3" rows="3" columns="2">
12950 <features tabularvalignment="middle">
12951 <column alignment="left" valignment="middle" width="2cm">
12952 <column alignment="center" valignment="top" width="0">
12953 <row>
12954 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12955 \begin_inset Text
12956
12957 \begin_layout Plain Layout
12958 aaa
12959 \begin_inset Newline newline
12960 \end_inset
12961
12962 aaa
12963 \begin_inset Newline newline
12964 \end_inset
12965
12966 wrong cell
12967 \end_layout
12968
12969 \end_inset
12970 </cell>
12971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12972 \begin_inset Text
12973
12974 \begin_layout Plain Layout
12975 ccc
12976 \end_layout
12977
12978 \end_inset
12979 </cell>
12980 </row>
12981 <row>
12982 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12983 \begin_inset Text
12984
12985 \begin_layout Plain Layout
12986
12987 \end_layout
12988
12989 \end_inset
12990 </cell>
12991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12992 \begin_inset Text
12993
12994 \begin_layout Plain Layout
12995 ddd
12996 \end_layout
12997
12998 \end_inset
12999 </cell>
13000 </row>
13001 <row>
13002 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13003 \begin_inset Text
13004
13005 \begin_layout Plain Layout
13006 bbb
13007 \end_layout
13008
13009 \end_inset
13010 </cell>
13011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13012 \begin_inset Text
13013
13014 \begin_layout Plain Layout
13015 eee
13016 \end_layout
13017
13018 \end_inset
13019 </cell>
13020 </row>
13021 </lyxtabular>
13022
13023 \end_inset
13024
13025
13026 \end_layout
13027
13028 \begin_layout Standard
13029 Therefore be careful with forced line breaks.
13030 \end_layout
13031
13032 \begin_layout Subsection
13033 Cells with diagonal line(s)
13034 \end_layout
13035
13036 \begin_layout Standard
13037 To tell the reader what is meant by column and row headings in a table,
13038  it is helpful to split the first cell of the table by one or two diagonal
13039  lines.
13040  This can be achieved by loading the LaTeX-package 
13041 \series bold
13042 diagbox
13043 \series default
13044
13045 \begin_inset Index idx
13046 status collapsed
13047
13048 \begin_layout Plain Layout
13049 LaTeX-packages ! picinpar
13050 \end_layout
13051
13052 \end_inset
13053
13054  in the document preamble.
13055  The package provides the command 
13056 \series bold
13057
13058 \backslash
13059 diagbox
13060 \series default
13061  that is inserted as TeX-Code and that can take 2 or 3
13062 \begin_inset space ~
13063 \end_inset
13064
13065 arguments:
13066 \end_layout
13067
13068 \begin_layout Standard
13069
13070 \series bold
13071
13072 \backslash
13073 diagbox[options]{lower left}{upper right}
13074 \end_layout
13075
13076 \begin_layout Standard
13077
13078 \series bold
13079
13080 \backslash
13081 diagbox[options]{lower left}{upper left}{upper right}
13082 \end_layout
13083
13084 \begin_layout Standard
13085 The first scheme divides the cell by a single diagonal line and the arguments
13086  are placed below and above this line.
13087  The second scheme divides the cell by 2
13088 \begin_inset space ~
13089 \end_inset
13090
13091 lines.
13092 \end_layout
13093
13094 \begin_layout Standard
13095 \begin_inset ERT
13096 status collapsed
13097
13098 \begin_layout Plain Layout
13099
13100
13101 \backslash
13102 ifdiagbox
13103 \end_layout
13104
13105 \end_inset
13106
13107
13108 \begin_inset Note Note
13109 status open
13110
13111 \begin_layout Plain Layout
13112 The following section will only be displayed when the LaTeX-package 
13113 \series bold
13114 diagbox
13115 \series default
13116  is installed.
13117 \end_layout
13118
13119 \end_inset
13120
13121
13122 \end_layout
13123
13124 \begin_layout Standard
13125 Here is an example table where 
13126 \series bold
13127
13128 \backslash
13129 diagbox 
13130 \series default
13131 is used in the 2-argument scheme in the first cell:
13132 \begin_inset VSpace medskip
13133 \end_inset
13134
13135
13136 \end_layout
13137
13138 \begin_layout Standard
13139 \noindent
13140 \begin_inset Tabular
13141 <lyxtabular version="3" rows="4" columns="4">
13142 <features tabularvalignment="middle">
13143 <column alignment="center" valignment="top" width="0">
13144 <column alignment="center" valignment="top" width="0">
13145 <column alignment="center" valignment="top" width="0">
13146 <column alignment="center" valignment="top" width="0">
13147 <row>
13148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13149 \begin_inset Text
13150
13151 \begin_layout Plain Layout
13152 \begin_inset ERT
13153 status collapsed
13154
13155 \begin_layout Plain Layout
13156
13157
13158 \backslash
13159 diagbox{
13160 \end_layout
13161
13162 \end_inset
13163
13164 Name
13165 \begin_inset ERT
13166 status collapsed
13167
13168 \begin_layout Plain Layout
13169
13170 }{
13171 \end_layout
13172
13173 \end_inset
13174
13175 Parameter
13176 \begin_inset ERT
13177 status collapsed
13178
13179 \begin_layout Plain Layout
13180
13181 }
13182 \end_layout
13183
13184 \end_inset
13185
13186
13187 \end_layout
13188
13189 \end_inset
13190 </cell>
13191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13192 \begin_inset Text
13193
13194 \begin_layout Plain Layout
13195 Thickness in nm
13196 \end_layout
13197
13198 \end_inset
13199 </cell>
13200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13201 \begin_inset Text
13202
13203 \begin_layout Plain Layout
13204 Transparency in %
13205 \end_layout
13206
13207 \end_inset
13208 </cell>
13209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13210 \begin_inset Text
13211
13212 \begin_layout Plain Layout
13213 Hardness in MPa
13214 \end_layout
13215
13216 \end_inset
13217 </cell>
13218 </row>
13219 <row>
13220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13221 \begin_inset Text
13222
13223 \begin_layout Plain Layout
13224 Perfect Green
13225 \end_layout
13226
13227 \end_inset
13228 </cell>
13229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13230 \begin_inset Text
13231
13232 \begin_layout Plain Layout
13233 45
13234 \end_layout
13235
13236 \end_inset
13237 </cell>
13238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13239 \begin_inset Text
13240
13241 \begin_layout Plain Layout
13242 80
13243 \end_layout
13244
13245 \end_inset
13246 </cell>
13247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13248 \begin_inset Text
13249
13250 \begin_layout Plain Layout
13251 504
13252 \end_layout
13253
13254 \end_inset
13255 </cell>
13256 </row>
13257 <row>
13258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13259 \begin_inset Text
13260
13261 \begin_layout Plain Layout
13262 Dark Multi-P
13263 \end_layout
13264
13265 \end_inset
13266 </cell>
13267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13268 \begin_inset Text
13269
13270 \begin_layout Plain Layout
13271 60
13272 \end_layout
13273
13274 \end_inset
13275 </cell>
13276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13277 \begin_inset Text
13278
13279 \begin_layout Plain Layout
13280 72
13281 \end_layout
13282
13283 \end_inset
13284 </cell>
13285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13286 \begin_inset Text
13287
13288 \begin_layout Plain Layout
13289 982
13290 \end_layout
13291
13292 \end_inset
13293 </cell>
13294 </row>
13295 <row>
13296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13297 \begin_inset Text
13298
13299 \begin_layout Plain Layout
13300 Crystal Clear Pro
13301 \end_layout
13302
13303 \end_inset
13304 </cell>
13305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Plain Layout
13309 18
13310 \end_layout
13311
13312 \end_inset
13313 </cell>
13314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13315 \begin_inset Text
13316
13317 \begin_layout Plain Layout
13318 86
13319 \end_layout
13320
13321 \end_inset
13322 </cell>
13323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327 374
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 </row>
13333 </lyxtabular>
13334
13335 \end_inset
13336
13337
13338 \begin_inset VSpace medskip
13339 \end_inset
13340
13341
13342 \end_layout
13343
13344 \begin_layout Standard
13345 The 3-argument scheme is for example useful for cross-tables of sports leagues
13346  or distances:
13347 \end_layout
13348
13349 \begin_layout Standard
13350 \noindent
13351 \align center
13352 \begin_inset Tabular
13353 <lyxtabular version="3" rows="4" columns="4">
13354 <features tabularvalignment="middle">
13355 <column alignment="center" valignment="top" width="0pt">
13356 <column alignment="center" valignment="top" width="0">
13357 <column alignment="center" valignment="top" width="0">
13358 <column alignment="center" valignment="top" width="0">
13359 <row>
13360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13361 \begin_inset Text
13362
13363 \begin_layout Plain Layout
13364 \begin_inset ERT
13365 status collapsed
13366
13367 \begin_layout Plain Layout
13368
13369
13370 \backslash
13371 diagbox{
13372 \end_layout
13373
13374 \end_inset
13375
13376 Team home
13377 \begin_inset ERT
13378 status collapsed
13379
13380 \begin_layout Plain Layout
13381
13382 }{
13383 \end_layout
13384
13385 \end_inset
13386
13387 Result
13388 \begin_inset ERT
13389 status collapsed
13390
13391 \begin_layout Plain Layout
13392
13393 }{
13394 \end_layout
13395
13396 \end_inset
13397
13398 Team away
13399 \begin_inset ERT
13400 status collapsed
13401
13402 \begin_layout Plain Layout
13403
13404 }
13405 \end_layout
13406
13407 \end_inset
13408
13409
13410 \end_layout
13411
13412 \end_inset
13413 </cell>
13414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13415 \begin_inset Text
13416
13417 \begin_layout Plain Layout
13418 Tigers
13419 \end_layout
13420
13421 \end_inset
13422 </cell>
13423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13424 \begin_inset Text
13425
13426 \begin_layout Plain Layout
13427 Panthers
13428 \end_layout
13429
13430 \end_inset
13431 </cell>
13432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13433 \begin_inset Text
13434
13435 \begin_layout Plain Layout
13436 Falcons
13437 \end_layout
13438
13439 \end_inset
13440 </cell>
13441 </row>
13442 <row>
13443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13444 \begin_inset Text
13445
13446 \begin_layout Plain Layout
13447 Tigers
13448 \end_layout
13449
13450 \end_inset
13451 </cell>
13452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13453 \begin_inset Text
13454
13455 \begin_layout Plain Layout
13456 ---
13457 \end_layout
13458
13459 \end_inset
13460 </cell>
13461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13462 \begin_inset Text
13463
13464 \begin_layout Plain Layout
13465 1:3
13466 \end_layout
13467
13468 \end_inset
13469 </cell>
13470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13471 \begin_inset Text
13472
13473 \begin_layout Plain Layout
13474 0:1
13475 \end_layout
13476
13477 \end_inset
13478 </cell>
13479 </row>
13480 <row>
13481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13482 \begin_inset Text
13483
13484 \begin_layout Plain Layout
13485 Panthers
13486 \end_layout
13487
13488 \end_inset
13489 </cell>
13490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13491 \begin_inset Text
13492
13493 \begin_layout Plain Layout
13494 3:1
13495 \end_layout
13496
13497 \end_inset
13498 </cell>
13499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13500 \begin_inset Text
13501
13502 \begin_layout Plain Layout
13503 ---
13504 \end_layout
13505
13506 \end_inset
13507 </cell>
13508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13509 \begin_inset Text
13510
13511 \begin_layout Plain Layout
13512 0:0
13513 \end_layout
13514
13515 \end_inset
13516 </cell>
13517 </row>
13518 <row>
13519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13520 \begin_inset Text
13521
13522 \begin_layout Plain Layout
13523 Falcons
13524 \end_layout
13525
13526 \end_inset
13527 </cell>
13528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13529 \begin_inset Text
13530
13531 \begin_layout Plain Layout
13532 1:0
13533 \end_layout
13534
13535 \end_inset
13536 </cell>
13537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13538 \begin_inset Text
13539
13540 \begin_layout Plain Layout
13541 0:0
13542 \end_layout
13543
13544 \end_inset
13545 </cell>
13546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13547 \begin_inset Text
13548
13549 \begin_layout Plain Layout
13550 ---
13551 \end_layout
13552
13553 \end_inset
13554 </cell>
13555 </row>
13556 </lyxtabular>
13557
13558 \end_inset
13559
13560
13561 \end_layout
13562
13563 \begin_layout Standard
13564 For larger cross-tables one might use split cells in 2 or every corner of
13565  the table like in this example:
13566 \end_layout
13567
13568 \begin_layout Standard
13569 \noindent
13570 \align center
13571 \begin_inset Tabular
13572 <lyxtabular version="3" rows="5" columns="5">
13573 <features tabularvalignment="middle">
13574 <column alignment="center" valignment="top" width="0pt">
13575 <column alignment="center" valignment="top" width="0">
13576 <column alignment="center" valignment="top" width="0">
13577 <column alignment="center" valignment="top" width="0">
13578 <column alignment="center" valignment="top" width="0">
13579 <row>
13580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13581 \begin_inset Text
13582
13583 \begin_layout Plain Layout
13584 \begin_inset ERT
13585 status open
13586
13587 \begin_layout Plain Layout
13588
13589
13590 \backslash
13591 diagbox{
13592 \end_layout
13593
13594 \end_inset
13595
13596 Team home
13597 \begin_inset ERT
13598 status collapsed
13599
13600 \begin_layout Plain Layout
13601
13602 }{
13603 \end_layout
13604
13605 \end_inset
13606
13607 Result
13608 \begin_inset ERT
13609 status collapsed
13610
13611 \begin_layout Plain Layout
13612
13613 }{
13614 \end_layout
13615
13616 \end_inset
13617
13618 Team away
13619 \begin_inset ERT
13620 status collapsed
13621
13622 \begin_layout Plain Layout
13623
13624 }
13625 \end_layout
13626
13627 \end_inset
13628
13629
13630 \end_layout
13631
13632 \end_inset
13633 </cell>
13634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13635 \begin_inset Text
13636
13637 \begin_layout Plain Layout
13638 Tigers
13639 \end_layout
13640
13641 \end_inset
13642 </cell>
13643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13644 \begin_inset Text
13645
13646 \begin_layout Plain Layout
13647 Panthers
13648 \end_layout
13649
13650 \end_inset
13651 </cell>
13652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13653 \begin_inset Text
13654
13655 \begin_layout Plain Layout
13656 Falcons
13657 \end_layout
13658
13659 \end_inset
13660 </cell>
13661 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13662 \begin_inset Text
13663
13664 \begin_layout Plain Layout
13665 \begin_inset ERT
13666 status open
13667
13668 \begin_layout Plain Layout
13669
13670
13671 \backslash
13672 diagbox[dir=NE]{
13673 \end_layout
13674
13675 \end_inset
13676
13677 Team home
13678 \begin_inset ERT
13679 status collapsed
13680
13681 \begin_layout Plain Layout
13682
13683 }{
13684 \end_layout
13685
13686 \end_inset
13687
13688 Result
13689 \begin_inset ERT
13690 status collapsed
13691
13692 \begin_layout Plain Layout
13693
13694 }{
13695 \end_layout
13696
13697 \end_inset
13698
13699 Team away
13700 \begin_inset ERT
13701 status collapsed
13702
13703 \begin_layout Plain Layout
13704
13705 }
13706 \end_layout
13707
13708 \end_inset
13709
13710
13711 \end_layout
13712
13713 \end_inset
13714 </cell>
13715 </row>
13716 <row>
13717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Plain Layout
13721 Tigers
13722 \end_layout
13723
13724 \end_inset
13725 </cell>
13726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13727 \begin_inset Text
13728
13729 \begin_layout Plain Layout
13730 ---
13731 \end_layout
13732
13733 \end_inset
13734 </cell>
13735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13736 \begin_inset Text
13737
13738 \begin_layout Plain Layout
13739 1:3
13740 \end_layout
13741
13742 \end_inset
13743 </cell>
13744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13745 \begin_inset Text
13746
13747 \begin_layout Plain Layout
13748 0:1
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757 Tigers
13758 \end_layout
13759
13760 \end_inset
13761 </cell>
13762 </row>
13763 <row>
13764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13765 \begin_inset Text
13766
13767 \begin_layout Plain Layout
13768 Panthers
13769 \end_layout
13770
13771 \end_inset
13772 </cell>
13773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13774 \begin_inset Text
13775
13776 \begin_layout Plain Layout
13777 3:1
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Plain Layout
13786 ---
13787 \end_layout
13788
13789 \end_inset
13790 </cell>
13791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13792 \begin_inset Text
13793
13794 \begin_layout Plain Layout
13795 0:0
13796 \end_layout
13797
13798 \end_inset
13799 </cell>
13800 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13801 \begin_inset Text
13802
13803 \begin_layout Plain Layout
13804 Panthers
13805 \end_layout
13806
13807 \end_inset
13808 </cell>
13809 </row>
13810 <row>
13811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Plain Layout
13815 Falcons
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13821 \begin_inset Text
13822
13823 \begin_layout Plain Layout
13824 1:0
13825 \end_layout
13826
13827 \end_inset
13828 </cell>
13829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13830 \begin_inset Text
13831
13832 \begin_layout Plain Layout
13833 0:0
13834 \end_layout
13835
13836 \end_inset
13837 </cell>
13838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13839 \begin_inset Text
13840
13841 \begin_layout Plain Layout
13842 ---
13843 \end_layout
13844
13845 \end_inset
13846 </cell>
13847 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13848 \begin_inset Text
13849
13850 \begin_layout Plain Layout
13851 Falcons
13852 \end_layout
13853
13854 \end_inset
13855 </cell>
13856 </row>
13857 <row>
13858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13859 \begin_inset Text
13860
13861 \begin_layout Plain Layout
13862 \begin_inset ERT
13863 status open
13864
13865 \begin_layout Plain Layout
13866
13867
13868 \backslash
13869 diagbox[dir=SW]{
13870 \end_layout
13871
13872 \end_inset
13873
13874 Team home
13875 \begin_inset ERT
13876 status collapsed
13877
13878 \begin_layout Plain Layout
13879
13880 }{
13881 \end_layout
13882
13883 \end_inset
13884
13885 Result
13886 \begin_inset ERT
13887 status collapsed
13888
13889 \begin_layout Plain Layout
13890
13891 }{
13892 \end_layout
13893
13894 \end_inset
13895
13896 Team away
13897 \begin_inset ERT
13898 status collapsed
13899
13900 \begin_layout Plain Layout
13901
13902 }
13903 \end_layout
13904
13905 \end_inset
13906
13907
13908 \end_layout
13909
13910 \end_inset
13911 </cell>
13912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13913 \begin_inset Text
13914
13915 \begin_layout Plain Layout
13916 Tigers
13917 \end_layout
13918
13919 \end_inset
13920 </cell>
13921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13922 \begin_inset Text
13923
13924 \begin_layout Plain Layout
13925 Panthers
13926 \end_layout
13927
13928 \end_inset
13929 </cell>
13930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13931 \begin_inset Text
13932
13933 \begin_layout Plain Layout
13934 Falcons
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13940 \begin_inset Text
13941
13942 \begin_layout Plain Layout
13943 \begin_inset ERT
13944 status open
13945
13946 \begin_layout Plain Layout
13947
13948
13949 \backslash
13950 diagbox[dir=SE]{
13951 \end_layout
13952
13953 \end_inset
13954
13955 Team home
13956 \begin_inset ERT
13957 status collapsed
13958
13959 \begin_layout Plain Layout
13960
13961 }{
13962 \end_layout
13963
13964 \end_inset
13965
13966 Result
13967 \begin_inset ERT
13968 status collapsed
13969
13970 \begin_layout Plain Layout
13971
13972 }{
13973 \end_layout
13974
13975 \end_inset
13976
13977 Team away
13978 \begin_inset ERT
13979 status collapsed
13980
13981 \begin_layout Plain Layout
13982
13983 }
13984 \end_layout
13985
13986 \end_inset
13987
13988
13989 \end_layout
13990
13991 \end_inset
13992 </cell>
13993 </row>
13994 </lyxtabular>
13995
13996 \end_inset
13997
13998
13999 \end_layout
14000
14001 \begin_layout Standard
14002 To rotate the diagonal lines, the command option 
14003 \series bold
14004 dir=direction
14005 \series default
14006  is used.
14007  
14008 \emph on
14009 direction
14010 \emph default
14011  is either 
14012 \series bold
14013 NE
14014 \series default
14015
14016 \series bold
14017 DE
14018 \series default
14019
14020 \series bold
14021 SW
14022 \series default
14023  or 
14024 \series bold
14025 NW
14026 \series default
14027  and represent a point of a compass.
14028  
14029 \series bold
14030 SW
14031 \series default
14032  is for example the south-west corner.
14033  Thus in the lower left cell of the above table the command
14034 \end_layout
14035
14036 \begin_layout Standard
14037
14038 \series bold
14039
14040 \backslash
14041 diagbox[dir=SW]{Team home}{Result}{Team away}
14042 \end_layout
14043
14044 \begin_layout Standard
14045 is used.
14046  If no direction is given, it will be NW.
14047 \end_layout
14048
14049 \begin_layout Standard
14050 The necessary width of split cells is automatically calculated.
14051  Thus if you set a fixed column width smaller than the calculated one, the
14052  cell's content will protrude the cell borders:
14053 \end_layout
14054
14055 \begin_layout Standard
14056 \noindent
14057 \align center
14058 \begin_inset Tabular
14059 <lyxtabular version="3" rows="2" columns="2">
14060 <features tabularvalignment="middle">
14061 <column alignment="center" valignment="top" width="3cm">
14062 <column alignment="center" valignment="top" width="0">
14063 <row>
14064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14065 \begin_inset Text
14066
14067 \begin_layout Plain Layout
14068 \begin_inset ERT
14069 status collapsed
14070
14071 \begin_layout Plain Layout
14072
14073
14074 \backslash
14075 diagbox{
14076 \end_layout
14077
14078 \end_inset
14079
14080 Name
14081 \begin_inset ERT
14082 status collapsed
14083
14084 \begin_layout Plain Layout
14085
14086 }{
14087 \end_layout
14088
14089 \end_inset
14090
14091 Parameter
14092 \begin_inset ERT
14093 status collapsed
14094
14095 \begin_layout Plain Layout
14096
14097 }
14098 \end_layout
14099
14100 \end_inset
14101
14102
14103 \end_layout
14104
14105 \end_inset
14106 </cell>
14107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14108 \begin_inset Text
14109
14110 \begin_layout Plain Layout
14111 Thickness in nm
14112 \end_layout
14113
14114 \end_inset
14115 </cell>
14116 </row>
14117 <row>
14118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14119 \begin_inset Text
14120
14121 \begin_layout Plain Layout
14122 Perfect Green
14123 \end_layout
14124
14125 \end_inset
14126 </cell>
14127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14128 \begin_inset Text
14129
14130 \begin_layout Plain Layout
14131 45
14132 \end_layout
14133
14134 \end_inset
14135 </cell>
14136 </row>
14137 </lyxtabular>
14138
14139 \end_inset
14140
14141
14142 \end_layout
14143
14144 \begin_layout Standard
14145 If you need a certain width for columns with a split cell, use the command
14146  option 
14147 \series bold
14148 width=3cm
14149 \series default
14150  (replace '3cm' by the width you need).
14151  In the following table the width of the first column is set to 4
14152 \begin_inset space \thinspace{}
14153 \end_inset
14154
14155 cm.
14156  For 
14157 \series bold
14158
14159 \backslash
14160 diagbox
14161 \series default
14162  a width of 4
14163 \begin_inset space \thinspace{}
14164 \end_inset
14165
14166 cm + 2
14167 \begin_inset space \thinspace{}
14168 \end_inset
14169
14170
14171 \backslash
14172 tabcolsep is necessary because the overall width is the width for the text
14173  (in this case the 4
14174 \begin_inset space \thinspace{}
14175 \end_inset
14176
14177 cm) plus two times the separation of the text and the cell border.
14178  The calculation of the width cannot be done in the command option of 
14179 \series bold
14180
14181 \backslash
14182 diagbox
14183 \series default
14184  so one needs to create a new length which can be used later.
14185  This is done with the TeX-Code commands
14186 \end_layout
14187
14188 \begin_layout Standard
14189
14190 \series bold
14191
14192 \backslash
14193 newlength{
14194 \backslash
14195 diagtest}
14196 \begin_inset Newline newline
14197 \end_inset
14198
14199
14200 \backslash
14201 setlength{
14202 \backslash
14203 diagtest}{4cm+2
14204 \backslash
14205 tabcolsep}
14206 \end_layout
14207
14208 \begin_layout Standard
14209 \begin_inset ERT
14210 status collapsed
14211
14212 \begin_layout Plain Layout
14213
14214
14215 \backslash
14216 newlength{
14217 \backslash
14218 diagtest}
14219 \end_layout
14220
14221 \begin_layout Plain Layout
14222
14223
14224 \backslash
14225 setlength{
14226 \backslash
14227 diagtest}{4cm+2
14228 \backslash
14229 tabcolsep}
14230 \end_layout
14231
14232 \end_inset
14233
14234
14235 \end_layout
14236
14237 \begin_layout Standard
14238 To enable calculations in LaTeX one needs to load the package 
14239 \series bold
14240 calc
14241 \series default
14242
14243 \begin_inset Index idx
14244 status collapsed
14245
14246 \begin_layout Plain Layout
14247 LaTeX-packages ! calc
14248 \end_layout
14249
14250 \end_inset
14251
14252  in the document preamble.
14253 \end_layout
14254
14255 \begin_layout Standard
14256 In this table you can now use the command
14257 \end_layout
14258
14259 \begin_layout Standard
14260
14261 \series bold
14262
14263 \backslash
14264 diagbox[width=
14265 \backslash
14266 diagtest]{A}{B}
14267 \end_layout
14268
14269 \begin_layout Standard
14270 in the first cell:
14271 \end_layout
14272
14273 \begin_layout Standard
14274 \noindent
14275 \align center
14276 \begin_inset Tabular
14277 <lyxtabular version="3" rows="2" columns="2">
14278 <features tabularvalignment="middle">
14279 <column alignment="center" valignment="top" width="4cm">
14280 <column alignment="center" valignment="top" width="0">
14281 <row>
14282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14283 \begin_inset Text
14284
14285 \begin_layout Plain Layout
14286 \begin_inset ERT
14287 status open
14288
14289 \begin_layout Plain Layout
14290
14291
14292 \backslash
14293 diagbox[width=
14294 \backslash
14295 diagtest]{
14296 \end_layout
14297
14298 \end_inset
14299
14300 A
14301 \begin_inset ERT
14302 status collapsed
14303
14304 \begin_layout Plain Layout
14305
14306 }{
14307 \end_layout
14308
14309 \end_inset
14310
14311 B
14312 \begin_inset ERT
14313 status collapsed
14314
14315 \begin_layout Plain Layout
14316
14317 }
14318 \end_layout
14319
14320 \end_inset
14321
14322
14323 \end_layout
14324
14325 \end_inset
14326 </cell>
14327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14328 \begin_inset Text
14329
14330 \begin_layout Plain Layout
14331 Thickness in nm
14332 \end_layout
14333
14334 \end_inset
14335 </cell>
14336 </row>
14337 <row>
14338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14339 \begin_inset Text
14340
14341 \begin_layout Plain Layout
14342 Perfect Green
14343 \end_layout
14344
14345 \end_inset
14346 </cell>
14347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14348 \begin_inset Text
14349
14350 \begin_layout Plain Layout
14351 45
14352 \end_layout
14353
14354 \end_inset
14355 </cell>
14356 </row>
14357 </lyxtabular>
14358
14359 \end_inset
14360
14361
14362 \end_layout
14363
14364 \begin_layout Standard
14365 Note that the split cell needs to be the widest one in the column.
14366  Otherwise the length of the diagonal line cannot be calculated correctly
14367  like in this table:
14368 \end_layout
14369
14370 \begin_layout Standard
14371 \noindent
14372 \align center
14373 \begin_inset Tabular
14374 <lyxtabular version="3" rows="2" columns="2">
14375 <features tabularvalignment="middle">
14376 <column alignment="center" valignment="top" width="0pt">
14377 <column alignment="center" valignment="top" width="0">
14378 <row>
14379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14380 \begin_inset Text
14381
14382 \begin_layout Plain Layout
14383 \begin_inset ERT
14384 status collapsed
14385
14386 \begin_layout Plain Layout
14387
14388
14389 \backslash
14390 diagbox{
14391 \end_layout
14392
14393 \end_inset
14394
14395 A
14396 \begin_inset ERT
14397 status collapsed
14398
14399 \begin_layout Plain Layout
14400
14401 }{
14402 \end_layout
14403
14404 \end_inset
14405
14406 B
14407 \begin_inset ERT
14408 status collapsed
14409
14410 \begin_layout Plain Layout
14411
14412 }
14413 \end_layout
14414
14415 \end_inset
14416
14417
14418 \end_layout
14419
14420 \end_inset
14421 </cell>
14422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14423 \begin_inset Text
14424
14425 \begin_layout Plain Layout
14426 Thickness in nm
14427 \end_layout
14428
14429 \end_inset
14430 </cell>
14431 </row>
14432 <row>
14433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14434 \begin_inset Text
14435
14436 \begin_layout Plain Layout
14437 Perfect Green
14438 \end_layout
14439
14440 \end_inset
14441 </cell>
14442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14443 \begin_inset Text
14444
14445 \begin_layout Plain Layout
14446 45
14447 \end_layout
14448
14449 \end_inset
14450 </cell>
14451 </row>
14452 </lyxtabular>
14453
14454 \end_inset
14455
14456
14457 \end_layout
14458
14459 \begin_layout Standard
14460 In this case use the 
14461 \series bold
14462 width
14463 \series default
14464  option of the 
14465 \series bold
14466
14467 \backslash
14468 diagbox
14469 \series default
14470  command.
14471  It is then not necessary to add 2
14472 \backslash
14473 tabcolsep because the cell width is now the width of the column.
14474  In this table a width of 3
14475 \begin_inset space \thinspace{}
14476 \end_inset
14477
14478 cm is used:
14479 \end_layout
14480
14481 \begin_layout Standard
14482 \noindent
14483 \align center
14484 \begin_inset Tabular
14485 <lyxtabular version="3" rows="2" columns="2">
14486 <features tabularvalignment="middle">
14487 <column alignment="center" valignment="top" width="0pt">
14488 <column alignment="center" valignment="top" width="0">
14489 <row>
14490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14491 \begin_inset Text
14492
14493 \begin_layout Plain Layout
14494 \begin_inset ERT
14495 status open
14496
14497 \begin_layout Plain Layout
14498
14499
14500 \backslash
14501 diagbox[width=3cm]{
14502 \end_layout
14503
14504 \end_inset
14505
14506 A
14507 \begin_inset ERT
14508 status collapsed
14509
14510 \begin_layout Plain Layout
14511
14512 }{
14513 \end_layout
14514
14515 \end_inset
14516
14517 B
14518 \begin_inset ERT
14519 status collapsed
14520
14521 \begin_layout Plain Layout
14522
14523 }
14524 \end_layout
14525
14526 \end_inset
14527
14528
14529 \end_layout
14530
14531 \end_inset
14532 </cell>
14533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14534 \begin_inset Text
14535
14536 \begin_layout Plain Layout
14537 Thickness in nm
14538 \end_layout
14539
14540 \end_inset
14541 </cell>
14542 </row>
14543 <row>
14544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14545 \begin_inset Text
14546
14547 \begin_layout Plain Layout
14548 Perfect Green
14549 \end_layout
14550
14551 \end_inset
14552 </cell>
14553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14554 \begin_inset Text
14555
14556 \begin_layout Plain Layout
14557 45
14558 \end_layout
14559
14560 \end_inset
14561 </cell>
14562 </row>
14563 </lyxtabular>
14564
14565 \end_inset
14566
14567
14568 \end_layout
14569
14570 \begin_layout Standard
14571 For multiple text lines in split cells one needs some extra height to fit
14572  the text to the cell.
14573  This can be achieved with the 
14574 \series bold
14575
14576 \backslash
14577 diagbox
14578 \series default
14579  option 
14580 \series bold
14581 height=3cm
14582 \series default
14583  (replace '3cm' by the height you need).
14584  In the following table the command
14585 \end_layout
14586
14587 \begin_layout Standard
14588
14589 \series bold
14590
14591 \backslash
14592 diagbox[width=3cm,height=1.4cm]{A
14593 \backslash
14594
14595 \backslash
14596 B}{C
14597 \backslash
14598
14599 \backslash
14600 D}
14601 \end_layout
14602
14603 \begin_layout Standard
14604 is used in the first cell.
14605  The command 
14606 \series bold
14607
14608 \backslash
14609
14610 \backslash
14611
14612 \series default
14613  creates hereby the line break.
14614 \begin_inset Foot
14615 status collapsed
14616
14617 \begin_layout Plain Layout
14618 Breaking lines with 
14619 \family sans
14620 Ctrl+Return
14621 \family default
14622  is only possible when the column has a fixed width.
14623 \end_layout
14624
14625 \end_inset
14626
14627
14628 \end_layout
14629
14630 \begin_layout Standard
14631 \noindent
14632 \align center
14633 \begin_inset Tabular
14634 <lyxtabular version="3" rows="2" columns="2">
14635 <features tabularvalignment="middle">
14636 <column alignment="center" valignment="top" width="0">
14637 <column alignment="center" valignment="top" width="0">
14638 <row>
14639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14640 \begin_inset Text
14641
14642 \begin_layout Plain Layout
14643 \begin_inset ERT
14644 status open
14645
14646 \begin_layout Plain Layout
14647
14648
14649 \backslash
14650 diagbox[width=3cm,height=1.4cm]{
14651 \end_layout
14652
14653 \end_inset
14654
14655 A
14656 \begin_inset ERT
14657 status collapsed
14658
14659 \begin_layout Plain Layout
14660
14661
14662 \backslash
14663
14664 \backslash
14665
14666 \end_layout
14667
14668 \end_inset
14669
14670 B
14671 \begin_inset ERT
14672 status collapsed
14673
14674 \begin_layout Plain Layout
14675
14676 }{
14677 \end_layout
14678
14679 \end_inset
14680
14681 C
14682 \begin_inset ERT
14683 status collapsed
14684
14685 \begin_layout Plain Layout
14686
14687
14688 \backslash
14689
14690 \backslash
14691
14692 \end_layout
14693
14694 \end_inset
14695
14696 D
14697 \begin_inset ERT
14698 status collapsed
14699
14700 \begin_layout Plain Layout
14701
14702 }
14703 \end_layout
14704
14705 \end_inset
14706
14707
14708 \end_layout
14709
14710 \end_inset
14711 </cell>
14712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14713 \begin_inset Text
14714
14715 \begin_layout Plain Layout
14716 Thickness in nm
14717 \end_layout
14718
14719 \end_inset
14720 </cell>
14721 </row>
14722 <row>
14723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14724 \begin_inset Text
14725
14726 \begin_layout Plain Layout
14727 Perfect Green
14728 \end_layout
14729
14730 \end_inset
14731 </cell>
14732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14733 \begin_inset Text
14734
14735 \begin_layout Plain Layout
14736 45
14737 \end_layout
14738
14739 \end_inset
14740 </cell>
14741 </row>
14742 </lyxtabular>
14743
14744 \end_inset
14745
14746
14747 \end_layout
14748
14749 \begin_layout Standard
14750 \begin_inset ERT
14751 status collapsed
14752
14753 \begin_layout Plain Layout
14754
14755
14756 \backslash
14757 else
14758 \end_layout
14759
14760 \end_inset
14761
14762
14763 \begin_inset Note Note
14764 status open
14765
14766 \begin_layout Plain Layout
14767 The following will be displayed when the LaTeX-package 
14768 \series bold
14769 diagbox
14770 \series default
14771  is not installed:
14772 \end_layout
14773
14774 \end_inset
14775
14776
14777 \end_layout
14778
14779 \begin_layout Standard
14780 You need to install the LaTeX-package 
14781 \series bold
14782 diagbox
14783 \series default
14784  to see the following part of this section in the output.
14785 \end_layout
14786
14787 \begin_layout Standard
14788 \begin_inset ERT
14789 status collapsed
14790
14791 \begin_layout Plain Layout
14792
14793
14794 \backslash
14795 fi
14796 \end_layout
14797
14798 \end_inset
14799
14800
14801 \end_layout
14802
14803 \begin_layout Standard
14804 For more info about the LaTeX-package 
14805 \series bold
14806 diagbox
14807 \series default
14808 , see its documentation, 
14809 \begin_inset CommandInset citation
14810 LatexCommand cite
14811 key "diagbox"
14812
14813 \end_inset
14814
14815 .
14816 \end_layout
14817
14818 \begin_layout Section
14819 Formal Tables
14820 \begin_inset CommandInset label
14821 LatexCommand label
14822 name "sec:Formal-Tables"
14823
14824 \end_inset
14825
14826
14827 \begin_inset Index idx
14828 status collapsed
14829
14830 \begin_layout Plain Layout
14831 Table ! Formal
14832 \end_layout
14833
14834 \end_inset
14835
14836
14837 \end_layout
14838
14839 \begin_layout Standard
14840 Tables are often typeset in books similar to Table
14841 \begin_inset space ~
14842 \end_inset
14843
14844
14845 \begin_inset CommandInset ref
14846 LatexCommand ref
14847 reference "tab:Example-booktabs-table"
14848
14849 \end_inset
14850
14851 .
14852  This kind of tables is called 
14853 \begin_inset Quotes eld
14854 \end_inset
14855
14856
14857 \emph on
14858 formal
14859 \emph default
14860
14861 \begin_inset Quotes erd
14862 \end_inset
14863
14864 .
14865  To make a table a formal table use the option 
14866 \family sans
14867 Formal
14868 \family default
14869  in the 
14870 \family sans
14871 Borders
14872 \family default
14873  tab of the table dialog.
14874 \end_layout
14875
14876 \begin_layout Standard
14877 \begin_inset Float table
14878 placement h
14879 wide false
14880 sideways false
14881 status open
14882
14883 \begin_layout Plain Layout
14884 \begin_inset Caption
14885
14886 \begin_layout Plain Layout
14887 \begin_inset CommandInset label
14888 LatexCommand label
14889 name "tab:Example-booktabs-table"
14890
14891 \end_inset
14892
14893 Example booktabs-table
14894 \end_layout
14895
14896 \end_inset
14897
14898
14899 \end_layout
14900
14901 \begin_layout Plain Layout
14902 \align center
14903 \begin_inset Tabular
14904 <lyxtabular version="3" rows="8" columns="4">
14905 <features booktabs="true" tabularvalignment="middle">
14906 <column alignment="center" valignment="top" width="0">
14907 <column alignment="center" valignment="top" width="0">
14908 <column alignment="center" valignment="top" width="0">
14909 <column alignment="center" valignment="top" width="0">
14910 <row>
14911 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14912 \begin_inset Text
14913
14914 \begin_layout Plain Layout
14915 System
14916 \end_layout
14917
14918 \end_inset
14919 </cell>
14920 <cell alignment="center" valignment="top" topline="true" usebox="none">
14921 \begin_inset Text
14922
14923 \begin_layout Plain Layout
14924 Chip
14925 \begin_inset space \thinspace{}
14926 \end_inset
14927
14928 1
14929 \end_layout
14930
14931 \end_inset
14932 </cell>
14933 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14934 \begin_inset Text
14935
14936 \begin_layout Plain Layout
14937 Chip
14938 \begin_inset space \thinspace{}
14939 \end_inset
14940
14941 2
14942 \end_layout
14943
14944 \end_inset
14945 </cell>
14946 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14947 \begin_inset Text
14948
14949 \begin_layout Plain Layout
14950
14951 \end_layout
14952
14953 \end_inset
14954 </cell>
14955 </row>
14956 <row>
14957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14958 \begin_inset Text
14959
14960 \begin_layout Plain Layout
14961 \begin_inset ERT
14962 status collapsed
14963
14964 \begin_layout Plain Layout
14965
14966
14967 \backslash
14968 cmidrule(r){2-2}
14969 \end_layout
14970
14971 \end_inset
14972
14973
14974 \begin_inset ERT
14975 status collapsed
14976
14977 \begin_layout Plain Layout
14978
14979
14980 \backslash
14981 cmidrule(l){3-4}
14982 \end_layout
14983
14984 \end_inset
14985
14986 Detector thickness in Âµm
14987 \end_layout
14988
14989 \end_inset
14990 </cell>
14991 <cell alignment="center" valignment="top" usebox="none">
14992 \begin_inset Text
14993
14994 \begin_layout Plain Layout
14995 300
14996 \end_layout
14997
14998 \end_inset
14999 </cell>
15000 <cell alignment="center" valignment="top" usebox="none">
15001 \begin_inset Text
15002
15003 \begin_layout Plain Layout
15004 300
15005 \end_layout
15006
15007 \end_inset
15008 </cell>
15009 <cell alignment="center" valignment="top" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013 700
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 </row>
15019 <row>
15020 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024 Edge angle in Â°
15025 \end_layout
15026
15027 \end_inset
15028 </cell>
15029 <cell alignment="center" valignment="top" topline="true" usebox="none">
15030 \begin_inset Text
15031
15032 \begin_layout Plain Layout
15033 3.55
15034 \end_layout
15035
15036 \end_inset
15037 </cell>
15038 <cell alignment="center" valignment="top" topline="true" usebox="none">
15039 \begin_inset Text
15040
15041 \begin_layout Plain Layout
15042 2.71
15043 \end_layout
15044
15045 \end_inset
15046 </cell>
15047 <cell alignment="center" valignment="top" topline="true" usebox="none">
15048 \begin_inset Text
15049
15050 \begin_layout Plain Layout
15051 7.99
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 </row>
15057 <row topspace="default">
15058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15059 \begin_inset Text
15060
15061 \begin_layout Plain Layout
15062 Spatial resolution in Âµm
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 <cell alignment="center" valignment="top" usebox="none">
15068 \begin_inset Text
15069
15070 \begin_layout Plain Layout
15071 4.26
15072 \end_layout
15073
15074 \end_inset
15075 </cell>
15076 <cell alignment="center" valignment="top" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080 10.17
15081 \end_layout
15082
15083 \end_inset
15084 </cell>
15085 <cell alignment="center" valignment="top" usebox="none">
15086 \begin_inset Text
15087
15088 \begin_layout Plain Layout
15089 10.56
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 </row>
15095 <row topspace="default">
15096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15097 \begin_inset Text
15098
15099 \begin_layout Plain Layout
15100 MTF at 
15101 \begin_inset Formula $f_{\mathrm{max}}$
15102 \end_inset
15103
15104
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 <cell alignment="center" valignment="top" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Plain Layout
15113 0.53
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 <cell alignment="center" valignment="top" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122 0.37
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 <cell alignment="center" valignment="top" usebox="none">
15128 \begin_inset Text
15129
15130 \begin_layout Plain Layout
15131 0.39
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 </row>
15137 <row topspace="default">
15138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15139 \begin_inset Text
15140
15141 \begin_layout Plain Layout
15142 \begin_inset ERT
15143 status collapsed
15144
15145 \begin_layout Plain Layout
15146
15147
15148 \backslash
15149 cmidrule(l{10pt}){1-1}
15150 \end_layout
15151
15152 \end_inset
15153
15154 LSF-spatial resolution
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 <cell alignment="center" valignment="top" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163
15164 \end_layout
15165
15166 \end_inset
15167 </cell>
15168 <cell alignment="center" valignment="top" usebox="none">
15169 \begin_inset Text
15170
15171 \begin_layout Plain Layout
15172
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 <cell alignment="center" valignment="top" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 </row>
15187 <row>
15188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192 in Âµm
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 <cell alignment="center" valignment="top" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Plain Layout
15201 129.7
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 <cell alignment="center" valignment="top" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210 52.75
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 <cell alignment="center" valignment="top" usebox="none">
15216 \begin_inset Text
15217
15218 \begin_layout Plain Layout
15219 50.78
15220 \end_layout
15221
15222 \end_inset
15223 </cell>
15224 </row>
15225 <row>
15226 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15227 \begin_inset Text
15228
15229 \begin_layout Plain Layout
15230 in % of pixel size
15231 \end_layout
15232
15233 \end_inset
15234 </cell>
15235 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15236 \begin_inset Text
15237
15238 \begin_layout Plain Layout
15239 76.3
15240 \end_layout
15241
15242 \end_inset
15243 </cell>
15244 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Plain Layout
15248 95.9
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15254 \begin_inset Text
15255
15256 \begin_layout Plain Layout
15257 92.3
15258 \end_layout
15259
15260 \end_inset
15261 </cell>
15262 </row>
15263 </lyxtabular>
15264
15265 \end_inset
15266
15267
15268 \end_layout
15269
15270 \end_inset
15271
15272
15273 \end_layout
15274
15275 \begin_layout Standard
15276 Spaces to table rows can be added using the 
15277 \family sans
15278 Borders
15279 \family default
15280  tab of the table dialog as described in section
15281 \begin_inset space ~
15282 \end_inset
15283
15284
15285 \begin_inset CommandInset ref
15286 LatexCommand ref
15287 reference "sub:Row-Spacing"
15288
15289 \end_inset
15290
15291 .
15292 \end_layout
15293
15294 \begin_layout Standard
15295 Unlike normal tables, formal tables have no vertical table lines.
15296  The horizontal table lines can be set as for normal tables but they appear
15297  with different widths in the output:
15298 \begin_inset Newline newline
15299 \end_inset
15300
15301 The first and the last table line have a default width of 0.08
15302 \begin_inset space \thinspace{}
15303 \end_inset
15304
15305 em while the other lines have a default width of 0.05
15306 \begin_inset space \thinspace{}
15307 \end_inset
15308
15309 em.
15310 \end_layout
15311
15312 \begin_layout Standard
15313 The default widths can be changed with the following preamble lines
15314 \end_layout
15315
15316 \begin_layout Standard
15317
15318 \series bold
15319
15320 \backslash
15321 let
15322 \backslash
15323 mytoprule
15324 \backslash
15325 toprule
15326 \begin_inset Newline newline
15327 \end_inset
15328
15329
15330 \backslash
15331 renewcommand{
15332 \backslash
15333 toprule}{
15334 \backslash
15335 mytoprule[width]}
15336 \end_layout
15337
15338 \begin_layout Standard
15339 This example is for the first line, the so called 
15340 \series bold
15341 toprule
15342 \series default
15343 .
15344  If you want to change the width for the last line, replace 
15345 \series bold
15346 toprule
15347 \series default
15348  by 
15349 \series bold
15350 bottomrule
15351 \series default
15352 .
15353  To change the width for the other lines replace 
15354 \series bold
15355 toprule
15356 \series default
15357  by 
15358 \series bold
15359 midrule
15360 \series default
15361 .
15362  You can use all units listed in appendix
15363 \begin_inset space ~
15364 \end_inset
15365
15366
15367 \begin_inset CommandInset ref
15368 LatexCommand ref
15369 reference "cha:Units-available-in"
15370
15371 \end_inset
15372
15373  to set the width.
15374 \end_layout
15375
15376 \begin_layout Standard
15377 Lines that do not span all table columns can be created by setting a table
15378  line for multicolumn cells.
15379  LyX will then internally use the command 
15380 \series bold
15381
15382 \backslash
15383 cmidrule
15384 \series default
15385  to create this line.
15386  Its full scheme is
15387 \end_layout
15388
15389 \begin_layout Standard
15390
15391 \series bold
15392
15393 \backslash
15394 cmidrule[width](trim){startcol-endcol}
15395 \end_layout
15396
15397 \begin_layout Standard
15398 The options of 
15399 \series bold
15400
15401 \backslash
15402 cmidrule
15403 \series default
15404  are currently not supported by LyX so you have to use TeX-Code to be able
15405  to use them.
15406  
15407 \series bold
15408
15409 \backslash
15410 cmidrule
15411 \series default
15412 s can manually be created by inserting the command as TeX-Code as the first
15413  cell entry of the first cell of a row.
15414  The line is then drawn in the output above the current row.
15415 \end_layout
15416
15417 \begin_layout Standard
15418 The default for the width is 0.03
15419 \begin_inset space \thinspace{}
15420 \end_inset
15421
15422 em.
15423  Startcol is the number of the column where the line starts and endcol the
15424  column number where the line ends.
15425  The endcol always needs to be specified, also when the line should span
15426  only one column.
15427  The optional parameter trim could be either 
15428 \emph on
15429 l{trimwidth}
15430 \emph default
15431 , or 
15432 \emph on
15433 r{trimwidth}
15434 \emph default
15435  where the trimwidth is also optional.
15436  Using for example the parameter 
15437 \emph on
15438 l{2pt}
15439 \emph default
15440  means that the line is trimmed from its left end by 2
15441 \begin_inset space \thinspace{}
15442 \end_inset
15443
15444 pt.
15445  If you don't specify the trimwidth the lines are trimmed by the default
15446  of 0.5
15447 \begin_inset space \thinspace{}
15448 \end_inset
15449
15450 em.
15451 \end_layout
15452
15453 \begin_layout Standard
15454 \begin_inset VSpace bigskip
15455 \end_inset
15456
15457 Table
15458 \begin_inset space ~
15459 \end_inset
15460
15461
15462 \begin_inset CommandInset ref
15463 LatexCommand ref
15464 reference "tab:Example-booktabs-table"
15465
15466 \end_inset
15467
15468  was created using the commands
15469 \end_layout
15470
15471 \begin_layout Standard
15472
15473 \series bold
15474
15475 \backslash
15476 cmidrule(r){2-2}
15477 \backslash
15478 cmidrule(l){3-4}
15479 \end_layout
15480
15481 \begin_layout Standard
15482 at the beginning of the second row and
15483 \end_layout
15484
15485 \begin_layout Standard
15486
15487 \series bold
15488
15489 \backslash
15490 cmidrule(l{10pt}){1-1}
15491 \end_layout
15492
15493 \begin_layout Standard
15494 in the sixth row.
15495 \end_layout
15496
15497 \begin_layout Standard
15498 \begin_inset VSpace bigskip
15499 \end_inset
15500
15501
15502 \end_layout
15503
15504 \begin_layout Standard
15505 You might want to have overlapping 
15506 \series bold
15507
15508 \backslash
15509 cmidrule
15510 \series default
15511 s as in in Table
15512 \begin_inset space ~
15513 \end_inset
15514
15515
15516 \begin_inset CommandInset ref
15517 LatexCommand ref
15518 reference "tab:Special-booktabs-table"
15519
15520 \end_inset
15521
15522 .
15523  This can be achieved with the TeX-Code command
15524 \end_layout
15525
15526 \begin_layout Standard
15527
15528 \series bold
15529
15530 \backslash
15531 morecmidrules
15532 \end_layout
15533
15534 \begin_layout Standard
15535 The command that was used for the second row of Table
15536 \begin_inset space ~
15537 \end_inset
15538
15539
15540 \begin_inset CommandInset ref
15541 LatexCommand ref
15542 reference "tab:Special-booktabs-table"
15543
15544 \end_inset
15545
15546  is
15547 \end_layout
15548
15549 \begin_layout Standard
15550
15551 \series bold
15552
15553 \backslash
15554 cmidrule(r){2-2}
15555 \backslash
15556 cmidrule(l){3-4}
15557 \backslash
15558 morecmidrules
15559 \backslash
15560 cmidrule{2-4}
15561 \end_layout
15562
15563 \begin_layout Standard
15564 The command for the sixth row is
15565 \end_layout
15566
15567 \begin_layout Standard
15568
15569 \series bold
15570
15571 \backslash
15572 midrule
15573 \backslash
15574 morecmidrules
15575 \backslash
15576 cmidrule{3-4}
15577 \end_layout
15578
15579 \begin_layout Standard
15580 \begin_inset VSpace bigskip
15581 \end_inset
15582
15583
15584 \end_layout
15585
15586 \begin_layout Standard
15587 If you are anyway not satisfied with the border line spacing, you can use
15588  the following command to produce lines that span over all table columns
15589 \series bold
15590 :
15591 \end_layout
15592
15593 \begin_layout Standard
15594
15595 \series bold
15596
15597 \backslash
15598 specialrule{width}{space above}{space below}
15599 \end_layout
15600
15601 \begin_layout Standard
15602 For more information about these features, refer to the manual of the LaTeX-pack
15603 age 
15604 \series bold
15605 booktabs
15606 \series default
15607  
15608 \begin_inset CommandInset citation
15609 LatexCommand cite
15610 key "booktabs"
15611
15612 \end_inset
15613
15614 .
15615 \begin_inset Index idx
15616 status collapsed
15617
15618 \begin_layout Plain Layout
15619 LaTeX-packages ! booktabs
15620 \end_layout
15621
15622 \end_inset
15623
15624
15625 \end_layout
15626
15627 \begin_layout Standard
15628 \begin_inset Float table
15629 placement h
15630 wide false
15631 sideways false
15632 status open
15633
15634 \begin_layout Plain Layout
15635 \begin_inset Caption
15636
15637 \begin_layout Plain Layout
15638 \begin_inset CommandInset label
15639 LatexCommand label
15640 name "tab:Special-booktabs-table"
15641
15642 \end_inset
15643
15644 Special booktabs-table
15645 \end_layout
15646
15647 \end_inset
15648
15649
15650 \end_layout
15651
15652 \begin_layout Plain Layout
15653 \align center
15654 \begin_inset Tabular
15655 <lyxtabular version="3" rows="8" columns="4">
15656 <features booktabs="true" tabularvalignment="middle">
15657 <column alignment="center" valignment="top" width="0">
15658 <column alignment="center" valignment="top" width="0">
15659 <column alignment="center" valignment="top" width="0">
15660 <column alignment="center" valignment="top" width="0">
15661 <row>
15662 <cell alignment="center" valignment="top" topline="true" usebox="none">
15663 \begin_inset Text
15664
15665 \begin_layout Plain Layout
15666 System
15667 \end_layout
15668
15669 \end_inset
15670 </cell>
15671 <cell alignment="center" valignment="top" topline="true" usebox="none">
15672 \begin_inset Text
15673
15674 \begin_layout Plain Layout
15675 Chip
15676 \begin_inset space \thinspace{}
15677 \end_inset
15678
15679 1
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15685 \begin_inset Text
15686
15687 \begin_layout Plain Layout
15688 Chip
15689 \begin_inset space \thinspace{}
15690 \end_inset
15691
15692 2
15693 \end_layout
15694
15695 \end_inset
15696 </cell>
15697 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Plain Layout
15701
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 </row>
15707 <row>
15708 <cell alignment="center" valignment="top" usebox="none">
15709 \begin_inset Text
15710
15711 \begin_layout Plain Layout
15712 \begin_inset ERT
15713 status collapsed
15714
15715 \begin_layout Plain Layout
15716
15717
15718 \backslash
15719 cmidrule(r){2-2}
15720 \end_layout
15721
15722 \end_inset
15723
15724
15725 \begin_inset ERT
15726 status collapsed
15727
15728 \begin_layout Plain Layout
15729
15730
15731 \backslash
15732 cmidrule(l){3-4}
15733 \end_layout
15734
15735 \end_inset
15736
15737
15738 \begin_inset ERT
15739 status collapsed
15740
15741 \begin_layout Plain Layout
15742
15743
15744 \backslash
15745 morecmidrules 
15746 \end_layout
15747
15748 \end_inset
15749
15750
15751 \begin_inset ERT
15752 status collapsed
15753
15754 \begin_layout Plain Layout
15755
15756
15757 \backslash
15758 cmidrule{2-4}
15759 \end_layout
15760
15761 \end_inset
15762
15763 Detector thickness in Âµm
15764 \end_layout
15765
15766 \end_inset
15767 </cell>
15768 <cell alignment="center" valignment="top" usebox="none">
15769 \begin_inset Text
15770
15771 \begin_layout Plain Layout
15772 300
15773 \end_layout
15774
15775 \end_inset
15776 </cell>
15777 <cell alignment="center" valignment="top" usebox="none">
15778 \begin_inset Text
15779
15780 \begin_layout Plain Layout
15781 300
15782 \end_layout
15783
15784 \end_inset
15785 </cell>
15786 <cell alignment="center" valignment="top" usebox="none">
15787 \begin_inset Text
15788
15789 \begin_layout Plain Layout
15790 700
15791 \end_layout
15792
15793 \end_inset
15794 </cell>
15795 </row>
15796 <row>
15797 <cell alignment="center" valignment="top" topline="true" usebox="none">
15798 \begin_inset Text
15799
15800 \begin_layout Plain Layout
15801 Edge angle in Â°
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 <cell alignment="center" valignment="top" topline="true" usebox="none">
15807 \begin_inset Text
15808
15809 \begin_layout Plain Layout
15810 3.55
15811 \end_layout
15812
15813 \end_inset
15814 </cell>
15815 <cell alignment="center" valignment="top" topline="true" usebox="none">
15816 \begin_inset Text
15817
15818 \begin_layout Plain Layout
15819 2.71
15820 \end_layout
15821
15822 \end_inset
15823 </cell>
15824 <cell alignment="center" valignment="top" topline="true" usebox="none">
15825 \begin_inset Text
15826
15827 \begin_layout Plain Layout
15828 7.99
15829 \end_layout
15830
15831 \end_inset
15832 </cell>
15833 </row>
15834 <row topspace="default">
15835 <cell alignment="center" valignment="top" usebox="none">
15836 \begin_inset Text
15837
15838 \begin_layout Plain Layout
15839 Spatial resolution in Âµm
15840 \end_layout
15841
15842 \end_inset
15843 </cell>
15844 <cell alignment="center" valignment="top" usebox="none">
15845 \begin_inset Text
15846
15847 \begin_layout Plain Layout
15848 4.26
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 <cell alignment="center" valignment="top" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857 10.17
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 <cell alignment="center" valignment="top" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866 10.56
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 </row>
15872 <row topspace="default">
15873 <cell alignment="center" valignment="top" usebox="none">
15874 \begin_inset Text
15875
15876 \begin_layout Plain Layout
15877 MTF at 
15878 \begin_inset Formula $f_{\mathrm{max}}$
15879 \end_inset
15880
15881
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 <cell alignment="center" valignment="top" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890 0.53
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 <cell alignment="center" valignment="top" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899 0.37
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 <cell alignment="center" valignment="top" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Plain Layout
15908 0.39
15909 \end_layout
15910
15911 \end_inset
15912 </cell>
15913 </row>
15914 <row>
15915 <cell alignment="center" valignment="top" topline="true" usebox="none">
15916 \begin_inset Text
15917
15918 \begin_layout Plain Layout
15919 \begin_inset ERT
15920 status collapsed
15921
15922 \begin_layout Plain Layout
15923
15924
15925 \backslash
15926 morecmidrules 
15927 \end_layout
15928
15929 \end_inset
15930
15931
15932 \begin_inset ERT
15933 status collapsed
15934
15935 \begin_layout Plain Layout
15936
15937
15938 \backslash
15939 cmidrule{3-4}
15940 \end_layout
15941
15942 \end_inset
15943
15944 LSF-spatial resolution
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 <cell alignment="center" valignment="top" topline="true" usebox="none">
15950 \begin_inset Text
15951
15952 \begin_layout Plain Layout
15953
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 <cell alignment="center" valignment="top" topline="true" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Plain Layout
15962
15963 \end_layout
15964
15965 \end_inset
15966 </cell>
15967 <cell alignment="center" valignment="top" topline="true" usebox="none">
15968 \begin_inset Text
15969
15970 \begin_layout Plain Layout
15971
15972 \end_layout
15973
15974 \end_inset
15975 </cell>
15976 </row>
15977 <row>
15978 <cell alignment="center" valignment="top" usebox="none">
15979 \begin_inset Text
15980
15981 \begin_layout Plain Layout
15982 in Âµm
15983 \end_layout
15984
15985 \end_inset
15986 </cell>
15987 <cell alignment="center" valignment="top" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Plain Layout
15991 129.7
15992 \end_layout
15993
15994 \end_inset
15995 </cell>
15996 <cell alignment="center" valignment="top" usebox="none">
15997 \begin_inset Text
15998
15999 \begin_layout Plain Layout
16000 52.75
16001 \end_layout
16002
16003 \end_inset
16004 </cell>
16005 <cell alignment="center" valignment="top" usebox="none">
16006 \begin_inset Text
16007
16008 \begin_layout Plain Layout
16009 50.78
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 </row>
16015 <row>
16016 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16017 \begin_inset Text
16018
16019 \begin_layout Plain Layout
16020 in % of pixel size
16021 \end_layout
16022
16023 \end_inset
16024 </cell>
16025 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16026 \begin_inset Text
16027
16028 \begin_layout Plain Layout
16029 76.3
16030 \end_layout
16031
16032 \end_inset
16033 </cell>
16034 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16035 \begin_inset Text
16036
16037 \begin_layout Plain Layout
16038 95.9
16039 \end_layout
16040
16041 \end_inset
16042 </cell>
16043 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16044 \begin_inset Text
16045
16046 \begin_layout Plain Layout
16047 92.3
16048 \end_layout
16049
16050 \end_inset
16051 </cell>
16052 </row>
16053 </lyxtabular>
16054
16055 \end_inset
16056
16057
16058 \end_layout
16059
16060 \end_inset
16061
16062
16063 \end_layout
16064
16065 \begin_layout Section
16066 Vertical Table Alignment
16067 \begin_inset Index idx
16068 status collapsed
16069
16070 \begin_layout Plain Layout
16071 Table ! Alignment
16072 \end_layout
16073
16074 \end_inset
16075
16076
16077 \end_layout
16078
16079 \begin_layout Standard
16080 To align tables vertically in a text line the table must be inside a box.
16081  The box can then be vertically aligned as described in section
16082 \begin_inset space ~
16083 \end_inset
16084
16085
16086 \begin_inset CommandInset ref
16087 LatexCommand ref
16088 reference "sec:Box-Dialog"
16089
16090 \end_inset
16091
16092 .
16093 \end_layout
16094
16095 \begin_layout Standard
16096 In the following example the tables are inside a minipage
16097 \begin_inset Foot
16098 status collapsed
16099
16100 \begin_layout Plain Layout
16101 Minipages are described in section
16102 \begin_inset space ~
16103 \end_inset
16104
16105
16106 \begin_inset CommandInset ref
16107 LatexCommand ref
16108 reference "sec:Minipages"
16109
16110 \end_inset
16111
16112 .
16113 \end_layout
16114
16115 \end_inset
16116
16117  box that has a width of 15
16118 \begin_inset space \thinspace{}
16119 \end_inset
16120
16121 col%:
16122 \end_layout
16123
16124 \begin_layout Itemize
16125 test 
16126 \begin_inset Box Frameless
16127 position "t"
16128 hor_pos "c"
16129 has_inner_box 1
16130 inner_pos "c"
16131 use_parbox 0
16132 use_makebox 0
16133 width "15col%"
16134 special "none"
16135 height "1in"
16136 height_special "totalheight"
16137 status collapsed
16138
16139 \begin_layout Plain Layout
16140 \begin_inset Tabular
16141 <lyxtabular version="3" rows="3" columns="3">
16142 <features tabularvalignment="middle">
16143 <column alignment="center" valignment="top" width="0">
16144 <column alignment="center" valignment="top" width="0">
16145 <column alignment="center" valignment="top" width="0">
16146 <row>
16147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16148 \begin_inset Text
16149
16150 \begin_layout Plain Layout
16151 a
16152 \end_layout
16153
16154 \end_inset
16155 </cell>
16156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16157 \begin_inset Text
16158
16159 \begin_layout Plain Layout
16160 d
16161 \end_layout
16162
16163 \end_inset
16164 </cell>
16165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16166 \begin_inset Text
16167
16168 \begin_layout Plain Layout
16169 g
16170 \end_layout
16171
16172 \end_inset
16173 </cell>
16174 </row>
16175 <row>
16176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16177 \begin_inset Text
16178
16179 \begin_layout Plain Layout
16180 b
16181 \end_layout
16182
16183 \end_inset
16184 </cell>
16185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16186 \begin_inset Text
16187
16188 \begin_layout Plain Layout
16189 e
16190 \end_layout
16191
16192 \end_inset
16193 </cell>
16194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16195 \begin_inset Text
16196
16197 \begin_layout Plain Layout
16198 h
16199 \end_layout
16200
16201 \end_inset
16202 </cell>
16203 </row>
16204 <row>
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 c
16210 \end_layout
16211
16212 \end_inset
16213 </cell>
16214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16215 \begin_inset Text
16216
16217 \begin_layout Plain Layout
16218 f
16219 \end_layout
16220
16221 \end_inset
16222 </cell>
16223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16224 \begin_inset Text
16225
16226 \begin_layout Plain Layout
16227 i
16228 \end_layout
16229
16230 \end_inset
16231 </cell>
16232 </row>
16233 </lyxtabular>
16234
16235 \end_inset
16236
16237
16238 \end_layout
16239
16240 \end_inset
16241
16242  test 
16243 \begin_inset ERT
16244 status collapsed
16245
16246 \begin_layout Plain Layout
16247
16248
16249 \backslash
16250 raisebox{0.85
16251 \backslash
16252 baselineskip}{
16253 \end_layout
16254
16255 \end_inset
16256
16257
16258 \begin_inset Box Frameless
16259 position "t"
16260 hor_pos "c"
16261 has_inner_box 1
16262 inner_pos "c"
16263 use_parbox 0
16264 use_makebox 0
16265 width "15col%"
16266 special "none"
16267 height "1in"
16268 height_special "totalheight"
16269 status collapsed
16270
16271 \begin_layout Plain Layout
16272 \begin_inset Tabular
16273 <lyxtabular version="3" rows="3" columns="3">
16274 <features tabularvalignment="middle">
16275 <column alignment="center" valignment="top" width="0">
16276 <column alignment="center" valignment="top" width="0">
16277 <column alignment="center" valignment="top" width="0">
16278 <row>
16279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Plain Layout
16283 a
16284 \end_layout
16285
16286 \end_inset
16287 </cell>
16288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16289 \begin_inset Text
16290
16291 \begin_layout Plain Layout
16292 d
16293 \end_layout
16294
16295 \end_inset
16296 </cell>
16297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16298 \begin_inset Text
16299
16300 \begin_layout Plain Layout
16301 g
16302 \end_layout
16303
16304 \end_inset
16305 </cell>
16306 </row>
16307 <row>
16308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16309 \begin_inset Text
16310
16311 \begin_layout Plain Layout
16312 b
16313 \end_layout
16314
16315 \end_inset
16316 </cell>
16317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16318 \begin_inset Text
16319
16320 \begin_layout Plain Layout
16321 e
16322 \end_layout
16323
16324 \end_inset
16325 </cell>
16326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16327 \begin_inset Text
16328
16329 \begin_layout Plain Layout
16330 h
16331 \end_layout
16332
16333 \end_inset
16334 </cell>
16335 </row>
16336 <row>
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 c
16342 \end_layout
16343
16344 \end_inset
16345 </cell>
16346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16347 \begin_inset Text
16348
16349 \begin_layout Plain Layout
16350 f
16351 \end_layout
16352
16353 \end_inset
16354 </cell>
16355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16356 \begin_inset Text
16357
16358 \begin_layout Plain Layout
16359 i
16360 \end_layout
16361
16362 \end_inset
16363 </cell>
16364 </row>
16365 </lyxtabular>
16366
16367 \end_inset
16368
16369
16370 \end_layout
16371
16372 \end_inset
16373
16374
16375 \begin_inset ERT
16376 status collapsed
16377
16378 \begin_layout Plain Layout
16379
16380 }
16381 \end_layout
16382
16383 \end_inset
16384
16385
16386 \end_layout
16387
16388 \begin_layout Itemize
16389 test 
16390 \begin_inset Box Frameless
16391 position "c"
16392 hor_pos "c"
16393 has_inner_box 1
16394 inner_pos "c"
16395 use_parbox 0
16396 use_makebox 0
16397 width "15col%"
16398 special "none"
16399 height "1in"
16400 height_special "totalheight"
16401 status collapsed
16402
16403 \begin_layout Plain Layout
16404 \begin_inset Tabular
16405 <lyxtabular version="3" rows="3" columns="3">
16406 <features tabularvalignment="middle">
16407 <column alignment="center" valignment="top" width="0">
16408 <column alignment="center" valignment="top" width="0">
16409 <column alignment="center" valignment="top" width="0">
16410 <row>
16411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Plain Layout
16415 a
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424 d
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Plain Layout
16433 g
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 </row>
16439 <row>
16440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444 b
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453 e
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462 h
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 </row>
16468 <row>
16469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16470 \begin_inset Text
16471
16472 \begin_layout Plain Layout
16473 c
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482 f
16483 \end_layout
16484
16485 \end_inset
16486 </cell>
16487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491 i
16492 \end_layout
16493
16494 \end_inset
16495 </cell>
16496 </row>
16497 </lyxtabular>
16498
16499 \end_inset
16500
16501
16502 \end_layout
16503
16504 \end_inset
16505
16506
16507 \end_layout
16508
16509 \begin_layout Itemize
16510 test 
16511 \begin_inset Box Frameless
16512 position "b"
16513 hor_pos "c"
16514 has_inner_box 1
16515 inner_pos "c"
16516 use_parbox 0
16517 use_makebox 0
16518 width "15col%"
16519 special "none"
16520 height "1in"
16521 height_special "totalheight"
16522 status collapsed
16523
16524 \begin_layout Plain Layout
16525 \begin_inset Tabular
16526 <lyxtabular version="3" rows="3" columns="3">
16527 <features tabularvalignment="middle">
16528 <column alignment="center" valignment="top" width="0">
16529 <column alignment="center" valignment="top" width="0">
16530 <column alignment="center" valignment="top" width="0">
16531 <row>
16532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Plain Layout
16536 a
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545 d
16546 \end_layout
16547
16548 \end_inset
16549 </cell>
16550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16551 \begin_inset Text
16552
16553 \begin_layout Plain Layout
16554 g
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 </row>
16560 <row>
16561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16562 \begin_inset Text
16563
16564 \begin_layout Plain Layout
16565 b
16566 \end_layout
16567
16568 \end_inset
16569 </cell>
16570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16571 \begin_inset Text
16572
16573 \begin_layout Plain Layout
16574 e
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Plain Layout
16583 h
16584 \end_layout
16585
16586 \end_inset
16587 </cell>
16588 </row>
16589 <row>
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 c
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout Plain Layout
16603 f
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16609 \begin_inset Text
16610
16611 \begin_layout Plain Layout
16612 i
16613 \end_layout
16614
16615 \end_inset
16616 </cell>
16617 </row>
16618 </lyxtabular>
16619
16620 \end_inset
16621
16622
16623 \end_layout
16624
16625 \end_inset
16626
16627  test 
16628 \begin_inset ERT
16629 status collapsed
16630
16631 \begin_layout Plain Layout
16632
16633
16634 \backslash
16635 raisebox{-0.32
16636 \backslash
16637 baselineskip}{
16638 \end_layout
16639
16640 \end_inset
16641
16642
16643 \begin_inset Box Frameless
16644 position "b"
16645 hor_pos "c"
16646 has_inner_box 1
16647 inner_pos "c"
16648 use_parbox 0
16649 use_makebox 0
16650 width "15col%"
16651 special "none"
16652 height "1in"
16653 height_special "totalheight"
16654 status collapsed
16655
16656 \begin_layout Plain Layout
16657 \begin_inset Tabular
16658 <lyxtabular version="3" rows="3" columns="3">
16659 <features tabularvalignment="middle">
16660 <column alignment="center" valignment="top" width="0">
16661 <column alignment="center" valignment="top" width="0">
16662 <column alignment="center" valignment="top" width="0">
16663 <row>
16664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16665 \begin_inset Text
16666
16667 \begin_layout Plain Layout
16668 a
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Plain Layout
16677 d
16678 \end_layout
16679
16680 \end_inset
16681 </cell>
16682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16683 \begin_inset Text
16684
16685 \begin_layout Plain Layout
16686 g
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 </row>
16692 <row>
16693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Plain Layout
16697 b
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Plain Layout
16706 e
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16712 \begin_inset Text
16713
16714 \begin_layout Plain Layout
16715 h
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 </row>
16721 <row>
16722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16723 \begin_inset Text
16724
16725 \begin_layout Plain Layout
16726 c
16727 \end_layout
16728
16729 \end_inset
16730 </cell>
16731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Plain Layout
16735 f
16736 \end_layout
16737
16738 \end_inset
16739 </cell>
16740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Plain Layout
16744 i
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 </row>
16750 </lyxtabular>
16751
16752 \end_inset
16753
16754
16755 \end_layout
16756
16757 \end_inset
16758
16759
16760 \begin_inset ERT
16761 status collapsed
16762
16763 \begin_layout Plain Layout
16764
16765 }
16766 \end_layout
16767
16768 \end_inset
16769
16770
16771 \end_layout
16772
16773 \begin_layout Standard
16774 As you will see, the content of the first and last table row is not correctly
16775  aligned.
16776  To get this alignment, the minipage box must be set into a raisebox
16777 \begin_inset Foot
16778 status collapsed
16779
16780 \begin_layout Plain Layout
16781 Raiseboxes are described in section
16782 \begin_inset space ~
16783 \end_inset
16784
16785
16786 \begin_inset CommandInset ref
16787 LatexCommand ref
16788 reference "sub:Vertical-Alignment"
16789
16790 \end_inset
16791
16792 .
16793 \end_layout
16794
16795 \end_inset
16796
16797 .
16798  In the example above the second table in the first item is aligned using
16799  the TeX-Code-command
16800 \end_layout
16801
16802 \begin_layout Standard
16803
16804 \series bold
16805
16806 \backslash
16807 raisebox{0.85
16808 \backslash
16809 baselineskip}{
16810 \end_layout
16811
16812 \begin_layout Standard
16813 before the box.
16814  After the box the closing brace 
16815 \series bold
16816 }
16817 \series default
16818  is inserted as TeX-Code.
16819  For the second table in the last item the command
16820 \end_layout
16821
16822 \begin_layout Standard
16823
16824 \series bold
16825
16826 \backslash
16827 raisebox{-0.32
16828 \backslash
16829 baselineskip}{
16830 \end_layout
16831
16832 \begin_layout Standard
16833 is used.
16834 \end_layout
16835
16836 \begin_layout Standard
16837 \begin_inset Note Greyedout
16838 status open
16839
16840 \begin_layout Plain Layout
16841
16842 \series bold
16843 Note:
16844 \series default
16845  The alignment of the table row content to the surrounding text line is
16846  not exact.
16847  The required value for the 
16848 \series bold
16849
16850 \backslash
16851 raisebox
16852 \series default
16853  command for this alignment depends on the document font, the font size,
16854  and the table line thickness.
16855 \end_layout
16856
16857 \end_inset
16858
16859
16860 \end_layout
16861
16862 \begin_layout Section
16863 Colored Tables
16864 \begin_inset CommandInset label
16865 LatexCommand label
16866 name "sec:Colored-Tables"
16867
16868 \end_inset
16869
16870
16871 \begin_inset Index idx
16872 status collapsed
16873
16874 \begin_layout Plain Layout
16875 Table ! Color
16876 \end_layout
16877
16878 \end_inset
16879
16880
16881 \end_layout
16882
16883 \begin_layout Subsection
16884 Colored Cells
16885 \begin_inset Index idx
16886 status collapsed
16887
16888 \begin_layout Plain Layout
16889 Table Color ! for Cells
16890 \end_layout
16891
16892 \end_inset
16893
16894
16895 \begin_inset Index idx
16896 status collapsed
16897
16898 \begin_layout Plain Layout
16899 Color ! for Table Cells
16900 \end_layout
16901
16902 \end_inset
16903
16904
16905 \end_layout
16906
16907 \begin_layout Standard
16908 \begin_inset Float table
16909 placement h
16910 wide false
16911 sideways false
16912 status open
16913
16914 \begin_layout Plain Layout
16915 \begin_inset Caption
16916
16917 \begin_layout Plain Layout
16918 \begin_inset CommandInset label
16919 LatexCommand label
16920 name "tab:Table-colored-without"
16921
16922 \end_inset
16923
16924 Table colored without using the package 
16925 \series bold
16926 colortbl
16927 \series default
16928
16929 \begin_inset Argument
16930 status collapsed
16931
16932 \begin_layout Plain Layout
16933 Table without colortbl
16934 \end_layout
16935
16936 \end_inset
16937
16938
16939 \end_layout
16940
16941 \end_inset
16942
16943
16944 \end_layout
16945
16946 \begin_layout Plain Layout
16947 \align center
16948 \begin_inset Tabular
16949 <lyxtabular version="3" rows="3" columns="3">
16950 <features tabularvalignment="middle">
16951 <column alignment="center" valignment="top" width="0">
16952 <column alignment="center" valignment="top" width="0">
16953 <column alignment="center" valignment="top" width="0">
16954 <row>
16955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16956 \begin_inset Text
16957
16958 \begin_layout Plain Layout
16959
16960 \color green
16961 a
16962 \end_layout
16963
16964 \end_inset
16965 </cell>
16966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16967 \begin_inset Text
16968
16969 \begin_layout Plain Layout
16970
16971 \color red
16972 b
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16978 \begin_inset Text
16979
16980 \begin_layout Plain Layout
16981
16982 \color red
16983 c
16984 \end_layout
16985
16986 \end_inset
16987 </cell>
16988 </row>
16989 <row>
16990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16991 \begin_inset Text
16992
16993 \begin_layout Plain Layout
16994
16995 \color green
16996 d
16997 \end_layout
16998
16999 \end_inset
17000 </cell>
17001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17002 \begin_inset Text
17003
17004 \begin_layout Plain Layout
17005
17006 \color blue
17007 e
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Plain Layout
17016
17017 \color blue
17018 f
17019 \end_layout
17020
17021 \end_inset
17022 </cell>
17023 </row>
17024 <row>
17025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029
17030 \color green
17031 g
17032 \end_layout
17033
17034 \end_inset
17035 </cell>
17036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Plain Layout
17040
17041 \color blue
17042 h
17043 \end_layout
17044
17045 \end_inset
17046 </cell>
17047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17048 \begin_inset Text
17049
17050 \begin_layout Plain Layout
17051
17052 \color blue
17053 i
17054 \end_layout
17055
17056 \end_inset
17057 </cell>
17058 </row>
17059 </lyxtabular>
17060
17061 \end_inset
17062
17063
17064 \end_layout
17065
17066 \end_inset
17067
17068
17069 \end_layout
17070
17071 \begin_layout Standard
17072 If you only need colored text, mark the cells and choose a color in the
17073  menu 
17074 \family sans
17075 Edit\SpecialChar \menuseparator
17076 Text
17077 \begin_inset space ~
17078 \end_inset
17079
17080 Style
17081 \family default
17082 .
17083  This was used to create Table
17084 \begin_inset space ~
17085 \end_inset
17086
17087
17088 \begin_inset CommandInset ref
17089 LatexCommand ref
17090 reference "tab:Table-colored-without"
17091
17092 \end_inset
17093
17094 .
17095  In any other case you have to use the LaTeX-package 
17096 \series bold
17097 colortbl
17098 \series default
17099 .
17100 \begin_inset Index idx
17101 status collapsed
17102
17103 \begin_layout Plain Layout
17104 LaTeX-packages ! colortbl
17105 \end_layout
17106
17107 \end_inset
17108
17109
17110 \end_layout
17111
17112 \begin_layout Standard
17113 \begin_inset ERT
17114 status collapsed
17115
17116 \begin_layout Plain Layout
17117
17118
17119 \backslash
17120 ifcolortbl
17121 \end_layout
17122
17123 \end_inset
17124
17125
17126 \begin_inset Note Note
17127 status open
17128
17129 \begin_layout Plain Layout
17130 The following section part will only be displayed when the LaTeX-package
17131  
17132 \series bold
17133 colortbl
17134 \series default
17135  is installed.
17136 \end_layout
17137
17138 \end_inset
17139
17140
17141 \end_layout
17142
17143 \begin_layout Standard
17144 To create colored tables, 
17145 \series bold
17146 colortbl
17147 \series default
17148  must be loaded in the preamble with the line
17149 \end_layout
17150
17151 \begin_layout Standard
17152
17153 \series bold
17154
17155 \backslash
17156 usepackage{colortbl}
17157 \end_layout
17158
17159 \begin_layout Standard
17160 The color of a column is adjusted with the command
17161 \end_layout
17162
17163 \begin_layout Standard
17164
17165 \series bold
17166
17167 \backslash
17168 columncolor{name of color}
17169 \end_layout
17170
17171 \begin_layout Standard
17172 inside the command 
17173 \series bold
17174 >{ }
17175 \series default
17176 .
17177  More about the command 
17178 \series bold
17179 >{}
17180 \series default
17181  is contained in section
17182 \begin_inset space ~
17183 \end_inset
17184
17185
17186 \begin_inset CommandInset ref
17187 LatexCommand ref
17188 reference "sub:Multicolumn-Calculations"
17189
17190 \end_inset
17191
17192 .
17193 \end_layout
17194
17195 \begin_layout Standard
17196 The following color names are predefined:
17197 \end_layout
17198
17199 \begin_layout Standard
17200
17201 \family sans
17202 red
17203 \family default
17204
17205 \family sans
17206 green
17207 \family default
17208
17209 \family sans
17210 yellow
17211 \family default
17212
17213 \family sans
17214 blue
17215 \family default
17216
17217 \family sans
17218 cyan
17219 \family default
17220
17221 \family sans
17222 magenta
17223 \family default
17224
17225 \family sans
17226 black
17227 \family default
17228  and 
17229 \family sans
17230 white
17231 \end_layout
17232
17233 \begin_layout Standard
17234 \begin_inset VSpace medskip
17235 \end_inset
17236
17237
17238 \end_layout
17239
17240 \begin_layout Standard
17241 If you add the options
17242 \end_layout
17243
17244 \begin_layout Standard
17245
17246 \series bold
17247 usenames,dvipsnames
17248 \end_layout
17249
17250 \begin_layout Standard
17251 to the document class options in the document settings, you can additionally
17252  use further 61
17253 \begin_inset space ~
17254 \end_inset
17255
17256 colors.
17257  These colors are listed in appendix
17258 \begin_inset space ~
17259 \end_inset
17260
17261
17262 \begin_inset CommandInset ref
17263 LatexCommand ref
17264 reference "chap:List-of-dvips-colornames"
17265
17266 \end_inset
17267
17268 .
17269  One of these colors, 
17270 \family sans
17271 Maroon
17272 \family default
17273 , is used as example in Table
17274 \begin_inset space ~
17275 \end_inset
17276
17277
17278 \begin_inset CommandInset ref
17279 LatexCommand ref
17280 reference "tab:Table-colored-using"
17281
17282 \end_inset
17283
17284 .
17285 \end_layout
17286
17287 \begin_layout Standard
17288 \begin_inset VSpace medskip
17289 \end_inset
17290
17291
17292 \end_layout
17293
17294 \begin_layout Standard
17295 You can also define your own color with the command
17296 \end_layout
17297
17298 \begin_layout Standard
17299
17300 \series bold
17301
17302 \backslash
17303 definecolor{color name}{color model}{color values}
17304 \end_layout
17305
17306 \begin_layout Standard
17307 The color model can be
17308 \end_layout
17309
17310 \begin_layout Labeling
17311 \labelwidthstring 00.00.0000
17312 cmyk: cyan, magenta, yellow, black
17313 \end_layout
17314
17315 \begin_layout Labeling
17316 \labelwidthstring 00.00.0000
17317 rgb: red, green blue
17318 \end_layout
17319
17320 \begin_layout Labeling
17321 \labelwidthstring 00.00.0000
17322 gray gray
17323 \end_layout
17324
17325 \begin_layout Standard
17326 and the color values are comma separated numbers between 0 and 1 describing
17327  the factor for the corresponding color of the color model.
17328 \end_layout
17329
17330 \begin_layout Standard
17331 You can e.
17332 \begin_inset space \thinspace{}
17333 \end_inset
17334
17335 g.
17336 \begin_inset space \space{}
17337 \end_inset
17338
17339 define the color "
17340 \emph on
17341 darkgreen
17342 \emph default
17343 " in the preamble with
17344 \end_layout
17345
17346 \begin_layout Standard
17347
17348 \series bold
17349
17350 \backslash
17351 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17352 \end_layout
17353
17354 \begin_layout Standard
17355 and the color "
17356 \emph on
17357 lightgray
17358 \emph default
17359 " with
17360 \end_layout
17361
17362 \begin_layout Standard
17363
17364 \series bold
17365
17366 \backslash
17367 definecolor{lightgray}{gray}{0.8}
17368 \end_layout
17369
17370 \begin_layout Standard
17371 \begin_inset VSpace medskip
17372 \end_inset
17373
17374
17375 \end_layout
17376
17377 \begin_layout Standard
17378 Lines are colored with the command
17379 \end_layout
17380
17381 \begin_layout Standard
17382
17383 \series bold
17384
17385 \backslash
17386 rowcolor{name of color}
17387 \end_layout
17388
17389 \begin_layout Standard
17390 and cells are colored with the command
17391 \end_layout
17392
17393 \begin_layout Standard
17394
17395 \series bold
17396
17397 \backslash
17398 cellcolor{name of color}
17399 \end_layout
17400
17401 \begin_layout Standard
17402 Both commands are inserted at the beginning of a cell as TeX-Code.
17403 \end_layout
17404
17405 \begin_layout Standard
17406 To color characters in the table, mark the cells and use the LyX menu 
17407 \family sans
17408 Edit\SpecialChar \menuseparator
17409 Text
17410 \begin_inset space ~
17411 \end_inset
17412
17413 Style
17414 \family default
17415 .
17416  If a cell contains TeX-Code mark only the characters, otherwise the colored
17417  TeX-Code will cause LaTeX-errors.
17418 \end_layout
17419
17420 \begin_layout Standard
17421 \begin_inset Note Greyedout
17422 status open
17423
17424 \begin_layout Plain Layout
17425
17426 \series bold
17427 Note:
17428 \series default
17429  Not all DVI-viewers are able to display self-defined colors.
17430 \end_layout
17431
17432 \end_inset
17433
17434
17435 \end_layout
17436
17437 \begin_layout Standard
17438 \begin_inset VSpace bigskip
17439 \end_inset
17440
17441
17442 \end_layout
17443
17444 \begin_layout Standard
17445 To create Table
17446 \begin_inset space ~
17447 \end_inset
17448
17449
17450 \begin_inset CommandInset ref
17451 LatexCommand ref
17452 reference "tab:Table-colored-using"
17453
17454 \end_inset
17455
17456  do the following: The color of the first column should be 
17457 \emph on
17458 darkgreen
17459 \emph default
17460 .
17461  So insert
17462 \end_layout
17463
17464 \begin_layout Standard
17465
17466 \series bold
17467 >{
17468 \backslash
17469 columncolor{darkgreen}
17470 \backslash
17471 centering}c
17472 \end_layout
17473
17474 \begin_layout Standard
17475 as LaTeX-argument for this column.
17476  The first row should be light blue, therefore the TeX-Code command
17477 \end_layout
17478
17479 \begin_layout Standard
17480
17481 \series bold
17482
17483 \backslash
17484 rowcolor{cyan}
17485 \end_layout
17486
17487 \begin_layout Standard
17488 is inserted to the first cell of this row.
17489  Note that this overwrites the column color for the first cell.
17490  The last cell of the last row is colored maroon by inserting the TeX-Code
17491  command
17492 \end_layout
17493
17494 \begin_layout Standard
17495
17496 \series bold
17497
17498 \backslash
17499 cellcolor{Maroon}
17500 \end_layout
17501
17502 \begin_layout Standard
17503 The characters could now be colored using the menu 
17504 \family sans
17505 Edit\SpecialChar \menuseparator
17506 Text
17507 \begin_inset space ~
17508 \end_inset
17509
17510 Style
17511 \family default
17512 .
17513 \end_layout
17514
17515 \begin_layout Standard
17516 \begin_inset Float table
17517 placement h
17518 wide false
17519 sideways false
17520 status open
17521
17522 \begin_layout Plain Layout
17523 \begin_inset Caption
17524
17525 \begin_layout Plain Layout
17526 \begin_inset CommandInset label
17527 LatexCommand label
17528 name "tab:Table-colored-using"
17529
17530 \end_inset
17531
17532 Table colored using the package 
17533 \series bold
17534 colortbl
17535 \series default
17536
17537 \begin_inset Argument
17538 status collapsed
17539
17540 \begin_layout Plain Layout
17541 Table with colortbl
17542 \end_layout
17543
17544 \end_inset
17545
17546
17547 \end_layout
17548
17549 \end_inset
17550
17551
17552 \end_layout
17553
17554 \begin_layout Plain Layout
17555 \align center
17556 \begin_inset Tabular
17557 <lyxtabular version="3" rows="3" columns="3">
17558 <features tabularvalignment="middle">
17559 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
17560 <column alignment="center" valignment="top" width="0">
17561 <column alignment="center" valignment="top" width="0">
17562 <row>
17563 <cell alignment="center" valignment="top" usebox="none">
17564 \begin_inset Text
17565
17566 \begin_layout Plain Layout
17567 \begin_inset ERT
17568 status collapsed
17569
17570 \begin_layout Plain Layout
17571
17572
17573 \backslash
17574 rowcolor{cyan}
17575 \end_layout
17576
17577 \end_inset
17578
17579
17580 \color magenta
17581 a
17582 \end_layout
17583
17584 \end_inset
17585 </cell>
17586 <cell alignment="center" valignment="top" usebox="none">
17587 \begin_inset Text
17588
17589 \begin_layout Plain Layout
17590
17591 \color red
17592 b
17593 \end_layout
17594
17595 \end_inset
17596 </cell>
17597 <cell alignment="center" valignment="top" usebox="none">
17598 \begin_inset Text
17599
17600 \begin_layout Plain Layout
17601
17602 \color red
17603 c
17604 \end_layout
17605
17606 \end_inset
17607 </cell>
17608 </row>
17609 <row>
17610 <cell alignment="center" valignment="top" usebox="none">
17611 \begin_inset Text
17612
17613 \begin_layout Plain Layout
17614
17615 \color yellow
17616 d
17617 \end_layout
17618
17619 \end_inset
17620 </cell>
17621 <cell alignment="center" valignment="top" usebox="none">
17622 \begin_inset Text
17623
17624 \begin_layout Plain Layout
17625
17626 \color blue
17627 e
17628 \end_layout
17629
17630 \end_inset
17631 </cell>
17632 <cell alignment="center" valignment="top" usebox="none">
17633 \begin_inset Text
17634
17635 \begin_layout Plain Layout
17636
17637 \color blue
17638 f
17639 \end_layout
17640
17641 \end_inset
17642 </cell>
17643 </row>
17644 <row>
17645 <cell alignment="center" valignment="top" usebox="none">
17646 \begin_inset Text
17647
17648 \begin_layout Plain Layout
17649
17650 \color yellow
17651 g
17652 \end_layout
17653
17654 \end_inset
17655 </cell>
17656 <cell alignment="center" valignment="top" usebox="none">
17657 \begin_inset Text
17658
17659 \begin_layout Plain Layout
17660
17661 \color blue
17662 h
17663 \end_layout
17664
17665 \end_inset
17666 </cell>
17667 <cell alignment="center" valignment="top" usebox="none">
17668 \begin_inset Text
17669
17670 \begin_layout Plain Layout
17671 \begin_inset ERT
17672 status collapsed
17673
17674 \begin_layout Plain Layout
17675
17676
17677 \backslash
17678 cellcolor{Maroon}
17679 \end_layout
17680
17681 \end_inset
17682
17683
17684 \color green
17685 i
17686 \end_layout
17687
17688 \end_inset
17689 </cell>
17690 </row>
17691 </lyxtabular>
17692
17693 \end_inset
17694
17695
17696 \end_layout
17697
17698 \end_inset
17699
17700
17701 \end_layout
17702
17703 \begin_layout Standard
17704 \begin_inset ERT
17705 status collapsed
17706
17707 \begin_layout Plain Layout
17708
17709
17710 \backslash
17711 else
17712 \end_layout
17713
17714 \end_inset
17715
17716
17717 \begin_inset Note Note
17718 status open
17719
17720 \begin_layout Plain Layout
17721 The following will be displayed when the LaTeX-package 
17722 \series bold
17723 colortbl
17724 \series default
17725  is not installed:
17726 \end_layout
17727
17728 \end_inset
17729
17730
17731 \end_layout
17732
17733 \begin_layout Standard
17734 You need to install the package 
17735 \series bold
17736 colortbl
17737 \series default
17738  to see the content of this section in the output.
17739 \end_layout
17740
17741 \begin_layout Standard
17742 \begin_inset ERT
17743 status collapsed
17744
17745 \begin_layout Plain Layout
17746
17747
17748 \backslash
17749 fi
17750 \end_layout
17751
17752 \end_inset
17753
17754
17755 \end_layout
17756
17757 \begin_layout Subsection
17758 Colored Lines
17759 \begin_inset Index idx
17760 status collapsed
17761
17762 \begin_layout Plain Layout
17763 Table Color ! for Lines
17764 \end_layout
17765
17766 \end_inset
17767
17768
17769 \begin_inset Index idx
17770 status collapsed
17771
17772 \begin_layout Plain Layout
17773 Color ! for Table Lines
17774 \end_layout
17775
17776 \end_inset
17777
17778
17779 \end_layout
17780
17781 \begin_layout Standard
17782 As described in section
17783 \begin_inset space ~
17784 \end_inset
17785
17786
17787 \begin_inset CommandInset ref
17788 LatexCommand ref
17789 reference "sub:Line-Thickness"
17790
17791 \end_inset
17792
17793 , the line thickness for all lines in a table can be adjusted with the length
17794  
17795 \series bold
17796
17797 \backslash
17798 arrayrulewidth
17799 \series default
17800 .
17801  It is set to 1.5
17802 \begin_inset space \thinspace{}
17803 \end_inset
17804
17805 pt for all tables of this section.
17806 \begin_inset ERT
17807 status collapsed
17808
17809 \begin_layout Plain Layout
17810
17811
17812 \backslash
17813 setlength{
17814 \backslash
17815 arrayrulewidth}{1.5pt}
17816 \end_layout
17817
17818 \end_inset
17819
17820
17821 \end_layout
17822
17823 \begin_layout Standard
17824 To color vertical lines for example with green, create the following column
17825  format in the document preamble, according to the description in section
17826 \begin_inset space ~
17827 \end_inset
17828
17829
17830 \begin_inset CommandInset ref
17831 LatexCommand ref
17832 reference "sub:Customized-Format"
17833
17834 \end_inset
17835
17836 :
17837 \end_layout
17838
17839 \begin_layout Standard
17840
17841 \series bold
17842
17843 \backslash
17844 newcolumntype{W}{!{
17845 \backslash
17846 color{green}
17847 \backslash
17848 vline}}
17849 \end_layout
17850
17851 \begin_layout Standard
17852 For Table
17853 \begin_inset space ~
17854 \end_inset
17855
17856
17857 \begin_inset CommandInset ref
17858 LatexCommand ref
17859 reference "tab:Table-with-vertical-colored"
17860
17861 \end_inset
17862
17863  the LaTeX-argument
17864 \series bold
17865  WcW
17866 \series default
17867  was used for the last column and
17868 \series bold
17869  Wc
17870 \series default
17871  for the other columns.
17872 \end_layout
17873
17874 \begin_layout Standard
17875 If you want to have several colors, define more column formats.
17876 \end_layout
17877
17878 \begin_layout Standard
17879 \begin_inset Float table
17880 placement h
17881 wide false
17882 sideways false
17883 status open
17884
17885 \begin_layout Plain Layout
17886 \begin_inset Caption
17887
17888 \begin_layout Plain Layout
17889 \begin_inset CommandInset label
17890 LatexCommand label
17891 name "tab:Table-with-vertical-colored"
17892
17893 \end_inset
17894
17895 Table with colored vertical lines
17896 \end_layout
17897
17898 \end_inset
17899
17900
17901 \end_layout
17902
17903 \begin_layout Plain Layout
17904 \align center
17905 \begin_inset Tabular
17906 <lyxtabular version="3" rows="3" columns="3">
17907 <features tabularvalignment="middle">
17908 <column alignment="center" valignment="top" width="0" special="Wc">
17909 <column alignment="center" valignment="top" width="0" special="Wc">
17910 <column alignment="center" valignment="top" width="0" special="WcW">
17911 <row>
17912 <cell alignment="center" valignment="top" topline="true" usebox="none">
17913 \begin_inset Text
17914
17915 \begin_layout Plain Layout
17916 sd
17917 \end_layout
17918
17919 \end_inset
17920 </cell>
17921 <cell alignment="center" valignment="top" topline="true" usebox="none">
17922 \begin_inset Text
17923
17924 \begin_layout Plain Layout
17925
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 <cell alignment="center" valignment="top" topline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934
17935 \end_layout
17936
17937 \end_inset
17938 </cell>
17939 </row>
17940 <row>
17941 <cell alignment="center" valignment="top" topline="true" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Plain Layout
17945
17946 \end_layout
17947
17948 \end_inset
17949 </cell>
17950 <cell alignment="center" valignment="top" topline="true" usebox="none">
17951 \begin_inset Text
17952
17953 \begin_layout Plain Layout
17954 sd
17955 \end_layout
17956
17957 \end_inset
17958 </cell>
17959 <cell alignment="center" valignment="top" topline="true" usebox="none">
17960 \begin_inset Text
17961
17962 \begin_layout Plain Layout
17963
17964 \end_layout
17965
17966 \end_inset
17967 </cell>
17968 </row>
17969 <row>
17970 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974
17975 \end_layout
17976
17977 \end_inset
17978 </cell>
17979 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17980 \begin_inset Text
17981
17982 \begin_layout Plain Layout
17983
17984 \end_layout
17985
17986 \end_inset
17987 </cell>
17988 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17989 \begin_inset Text
17990
17991 \begin_layout Plain Layout
17992 sd
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 </row>
17998 </lyxtabular>
17999
18000 \end_inset
18001
18002
18003 \end_layout
18004
18005 \end_inset
18006
18007
18008 \end_layout
18009
18010 \begin_layout Standard
18011 \begin_inset VSpace bigskip
18012 \end_inset
18013
18014 To color horizontal lines for example with red, as in Table
18015 \begin_inset space ~
18016 \end_inset
18017
18018
18019 \begin_inset CommandInset ref
18020 LatexCommand ref
18021 reference "tab:Table-with-horizontal-colored"
18022
18023 \end_inset
18024
18025 , insert these commands in TeX-Code before the table or table float:
18026 \end_layout
18027
18028 \begin_layout Standard
18029
18030 \series bold
18031
18032 \backslash
18033 let
18034 \backslash
18035 myHlineC
18036 \backslash
18037 hline
18038 \begin_inset Newline newline
18039 \end_inset
18040
18041
18042 \backslash
18043 renewcommand{
18044 \backslash
18045 hline}
18046 \begin_inset Newline newline
18047 \end_inset
18048
18049
18050 \begin_inset Phantom HPhantom
18051 status open
18052
18053 \begin_layout Plain Layout
18054
18055 \series bold
18056 \begin_inset space ~
18057 \end_inset
18058
18059
18060 \end_layout
18061
18062 \end_inset
18063
18064 {
18065 \backslash
18066 arrayrulecolor{red}
18067 \backslash
18068 myHlineC
18069 \backslash
18070 arrayrulecolor{black}}
18071 \end_layout
18072
18073 \begin_layout Standard
18074 \begin_inset ERT
18075 status collapsed
18076
18077 \begin_layout Plain Layout
18078
18079
18080 \backslash
18081 let
18082 \backslash
18083 myHlineC
18084 \backslash
18085 hline
18086 \end_layout
18087
18088 \begin_layout Plain Layout
18089
18090
18091 \backslash
18092 renewcommand{
18093 \backslash
18094 hline}
18095 \end_layout
18096
18097 \begin_layout Plain Layout
18098
18099  {
18100 \backslash
18101 arrayrulecolor{red}
18102 \backslash
18103 myHlineC
18104 \backslash
18105 arrayrulecolor{black}}
18106 \end_layout
18107
18108 \end_inset
18109
18110
18111 \begin_inset Float table
18112 placement h
18113 wide false
18114 sideways false
18115 status open
18116
18117 \begin_layout Plain Layout
18118 \begin_inset Caption
18119
18120 \begin_layout Plain Layout
18121 \begin_inset CommandInset label
18122 LatexCommand label
18123 name "tab:Table-with-horizontal-colored"
18124
18125 \end_inset
18126
18127 Table with colored horizontal lines
18128 \end_layout
18129
18130 \end_inset
18131
18132
18133 \end_layout
18134
18135 \begin_layout Plain Layout
18136 \align center
18137 \begin_inset Tabular
18138 <lyxtabular version="3" rows="3" columns="3">
18139 <features tabularvalignment="middle">
18140 <column alignment="center" valignment="top" width="0">
18141 <column alignment="center" valignment="top" width="0">
18142 <column alignment="center" valignment="top" width="0">
18143 <row>
18144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18145 \begin_inset Text
18146
18147 \begin_layout Plain Layout
18148 sd
18149 \end_layout
18150
18151 \end_inset
18152 </cell>
18153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18154 \begin_inset Text
18155
18156 \begin_layout Plain Layout
18157
18158 \end_layout
18159
18160 \end_inset
18161 </cell>
18162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18163 \begin_inset Text
18164
18165 \begin_layout Plain Layout
18166
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 </row>
18172 <row>
18173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177
18178 \end_layout
18179
18180 \end_inset
18181 </cell>
18182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18183 \begin_inset Text
18184
18185 \begin_layout Plain Layout
18186 sd
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 </row>
18201 <row>
18202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18203 \begin_inset Text
18204
18205 \begin_layout Plain Layout
18206
18207 \end_layout
18208
18209 \end_inset
18210 </cell>
18211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18212 \begin_inset Text
18213
18214 \begin_layout Plain Layout
18215
18216 \end_layout
18217
18218 \end_inset
18219 </cell>
18220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18221 \begin_inset Text
18222
18223 \begin_layout Plain Layout
18224 sd
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 </row>
18230 </lyxtabular>
18231
18232 \end_inset
18233
18234
18235 \end_layout
18236
18237 \end_inset
18238
18239
18240 \end_layout
18241
18242 \begin_layout Standard
18243 To return to the default line color black, insert this command in TeX-Code
18244  after the table or table float:
18245 \end_layout
18246
18247 \begin_layout Standard
18248
18249 \series bold
18250
18251 \backslash
18252 renewcommand{
18253 \backslash
18254 hline}{
18255 \backslash
18256 myHlineC}
18257 \end_layout
18258
18259 \begin_layout Standard
18260 Table
18261 \begin_inset space ~
18262 \end_inset
18263
18264
18265 \begin_inset CommandInset ref
18266 LatexCommand ref
18267 reference "tab:Table-with-colored"
18268
18269 \end_inset
18270
18271  is an example with colored vertical and horizontal lines.
18272 \end_layout
18273
18274 \begin_layout Standard
18275 \begin_inset Float table
18276 placement h
18277 wide false
18278 sideways false
18279 status open
18280
18281 \begin_layout Plain Layout
18282 \begin_inset Caption
18283
18284 \begin_layout Plain Layout
18285 \begin_inset CommandInset label
18286 LatexCommand label
18287 name "tab:Table-with-colored"
18288
18289 \end_inset
18290
18291 Table with colored lines
18292 \end_layout
18293
18294 \end_inset
18295
18296
18297 \end_layout
18298
18299 \begin_layout Plain Layout
18300 \align center
18301 \begin_inset Tabular
18302 <lyxtabular version="3" rows="3" columns="3">
18303 <features tabularvalignment="middle">
18304 <column alignment="center" valignment="top" width="0" special="Wc">
18305 <column alignment="center" valignment="top" width="0" special="Wc">
18306 <column alignment="center" valignment="top" width="0" special="WcW">
18307 <row>
18308 <cell alignment="center" valignment="top" topline="true" usebox="none">
18309 \begin_inset Text
18310
18311 \begin_layout Plain Layout
18312 sd
18313 \end_layout
18314
18315 \end_inset
18316 </cell>
18317 <cell alignment="center" valignment="top" topline="true" usebox="none">
18318 \begin_inset Text
18319
18320 \begin_layout Plain Layout
18321
18322 \end_layout
18323
18324 \end_inset
18325 </cell>
18326 <cell alignment="center" valignment="top" topline="true" usebox="none">
18327 \begin_inset Text
18328
18329 \begin_layout Plain Layout
18330
18331 \end_layout
18332
18333 \end_inset
18334 </cell>
18335 </row>
18336 <row>
18337 <cell alignment="center" valignment="top" topline="true" usebox="none">
18338 \begin_inset Text
18339
18340 \begin_layout Plain Layout
18341
18342 \end_layout
18343
18344 \end_inset
18345 </cell>
18346 <cell alignment="center" valignment="top" topline="true" usebox="none">
18347 \begin_inset Text
18348
18349 \begin_layout Plain Layout
18350 sd
18351 \end_layout
18352
18353 \end_inset
18354 </cell>
18355 <cell alignment="center" valignment="top" topline="true" usebox="none">
18356 \begin_inset Text
18357
18358 \begin_layout Plain Layout
18359
18360 \end_layout
18361
18362 \end_inset
18363 </cell>
18364 </row>
18365 <row topspace="default">
18366 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18367 \begin_inset Text
18368
18369 \begin_layout Plain Layout
18370
18371 \end_layout
18372
18373 \end_inset
18374 </cell>
18375 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18376 \begin_inset Text
18377
18378 \begin_layout Plain Layout
18379
18380 \end_layout
18381
18382 \end_inset
18383 </cell>
18384 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18385 \begin_inset Text
18386
18387 \begin_layout Plain Layout
18388 sd
18389 \end_layout
18390
18391 \end_inset
18392 </cell>
18393 </row>
18394 </lyxtabular>
18395
18396 \end_inset
18397
18398
18399 \end_layout
18400
18401 \end_inset
18402
18403
18404 \end_layout
18405
18406 \begin_layout Standard
18407 \begin_inset ERT
18408 status collapsed
18409
18410 \begin_layout Plain Layout
18411
18412
18413 \backslash
18414 renewcommand{
18415 \backslash
18416 hline}{
18417 \backslash
18418 myHlineC}
18419 \end_layout
18420
18421 \end_inset
18422
18423
18424 \end_layout
18425
18426 \begin_layout Standard
18427 \begin_inset ERT
18428 status collapsed
18429
18430 \begin_layout Plain Layout
18431
18432
18433 \backslash
18434 setlength{
18435 \backslash
18436 arrayrulewidth}{0.4pt}
18437 \end_layout
18438
18439 \end_inset
18440
18441
18442 \end_layout
18443
18444 \begin_layout Section
18445 Table Width Calculation
18446 \begin_inset CommandInset label
18447 LatexCommand label
18448 name "sec:Table-Width-Calculation"
18449
18450 \end_inset
18451
18452
18453 \end_layout
18454
18455 \begin_layout Standard
18456 For wide tables it is sometimes difficult to assure that the table does
18457  not protrude over the page margin.
18458  Setting a fixed width for every column of the table is the solution, but
18459  what amount of space is needed for each column?
18460 \end_layout
18461
18462 \begin_layout Standard
18463 The table width 
18464 \begin_inset Formula $W_{\mathrm{table}}$
18465 \end_inset
18466
18467  can be calculated: Every column has the width of the specified column width
18468  
18469 \begin_inset Formula $W_{\mathrm{column}}$
18470 \end_inset
18471
18472  (that the content of the column can consume) plus two times the separation
18473  between the column content and the column border (LaTeX length
18474 \series bold
18475  
18476 \backslash
18477 tabcolsep
18478 \series default
18479 , default 6
18480 \begin_inset space \thinspace{}
18481 \end_inset
18482
18483 pt) plus the width of a border line (LaTeX length 
18484 \series bold
18485
18486 \backslash
18487 arrayrulewidth
18488 \series default
18489 , default 0.4
18490 \begin_inset space \thinspace{}
18491 \end_inset
18492
18493 pt): So if all 
18494 \begin_inset Formula $n$
18495 \end_inset
18496
18497
18498 \begin_inset space ~
18499 \end_inset
18500
18501 columns have the same width, the table width is
18502 \begin_inset Formula 
18503 \begin{equation}
18504 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
18505 \end{equation}
18506
18507 \end_inset
18508
18509
18510 \end_layout
18511
18512 \begin_layout Standard
18513 The available width for a table is the space between the page margins or
18514  the width of a text column (for a two-column document) (LaTeX length 
18515 \series bold
18516
18517 \backslash
18518 columnwidth
18519 \series default
18520 ).
18521  If all table columns should have the same width and 
18522 \begin_inset Formula $W_{\mathrm{table}}$
18523 \end_inset
18524
18525  should be 1
18526 \begin_inset space \thinspace{}
18527 \end_inset
18528
18529
18530 \backslash
18531 columnwidth, 
18532 \begin_inset Formula $W_{\mathrm{column}}$
18533 \end_inset
18534
18535  can easily be calculated.
18536 \end_layout
18537
18538 \begin_layout Standard
18539 To be able to perform calculations you need to load the LaTeX-package 
18540 \series bold
18541 calc
18542 \series default
18543
18544 \begin_inset Index idx
18545 status collapsed
18546
18547 \begin_layout Plain Layout
18548 LaTeX-packages ! calc
18549 \end_layout
18550
18551 \end_inset
18552
18553  in the document preamble.
18554  To set the width in the table dialog you have to use the field 
18555 \family sans
18556 LaTeX argument
18557 \family default
18558 .
18559  The command scheme for this field is the same that is explained in section
18560 \begin_inset space ~
18561 \end_inset
18562
18563
18564 \begin_inset CommandInset ref
18565 LatexCommand ref
18566 reference "sub:Multicolumn-Calculations"
18567
18568 \end_inset
18569
18570 .
18571  For a table with 5
18572 \begin_inset space \thinspace{}
18573 \end_inset
18574
18575 columns with an uniform width and centered text, enter there for each column
18576  the command
18577 \end_layout
18578
18579 \begin_layout Standard
18580
18581 \series bold
18582 >{
18583 \backslash
18584 centering}p{(1
18585 \backslash
18586 columnwidth-62.4pt)/5}
18587 \end_layout
18588
18589 \begin_layout Standard
18590 For a table with 5
18591 \begin_inset space \thinspace{}
18592 \end_inset
18593
18594 columns where 2 should have 0.75
18595 \begin_inset space ~
18596 \end_inset
18597
18598 times the width than the 3 others, the calculation is
18599 \begin_inset Formula 
18600 \begin{align}
18601 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
18602  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
18603  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
18604 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
18605 \end{align}
18606
18607 \end_inset
18608
18609
18610 \end_layout
18611
18612 \begin_layout Standard
18613 In the table therefore the command
18614 \end_layout
18615
18616 \begin_layout Standard
18617
18618 \series bold
18619 >{
18620 \backslash
18621 centering}p{(1
18622 \backslash
18623 columnwidth-62.4pt)/
18624 \backslash
18625 real{4.5}}
18626 \end_layout
18627
18628 \begin_layout Standard
18629 is used for the wider columns and
18630 \end_layout
18631
18632 \begin_layout Standard
18633
18634 \series bold
18635 >{
18636 \backslash
18637 centering}p{(1
18638 \backslash
18639 columnwidth-62.4pt)/
18640 \backslash
18641 real{4.5}*
18642 \backslash
18643 real{0.75}}
18644 \end_layout
18645
18646 \begin_layout Standard
18647 for the smaller ones:
18648 \end_layout
18649
18650 \begin_layout Standard
18651 \begin_inset Tabular
18652 <lyxtabular version="3" rows="2" columns="5">
18653 <features tabularvalignment="middle">
18654 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18655 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18656 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18657 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
18658 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
18659 <row>
18660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18661 \begin_inset Text
18662
18663 \begin_layout Plain Layout
18664 1
18665 \end_layout
18666
18667 \end_inset
18668 </cell>
18669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18670 \begin_inset Text
18671
18672 \begin_layout Plain Layout
18673 2
18674 \end_layout
18675
18676 \end_inset
18677 </cell>
18678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18679 \begin_inset Text
18680
18681 \begin_layout Plain Layout
18682 3
18683 \end_layout
18684
18685 \end_inset
18686 </cell>
18687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18688 \begin_inset Text
18689
18690 \begin_layout Plain Layout
18691 4
18692 \end_layout
18693
18694 \end_inset
18695 </cell>
18696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18697 \begin_inset Text
18698
18699 \begin_layout Plain Layout
18700 5
18701 \end_layout
18702
18703 \end_inset
18704 </cell>
18705 </row>
18706 <row>
18707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18708 \begin_inset Text
18709
18710 \begin_layout Plain Layout
18711 111111 1111111 111111 111111111 11111 11111 1111
18712 \end_layout
18713
18714 \end_inset
18715 </cell>
18716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18717 \begin_inset Text
18718
18719 \begin_layout Plain Layout
18720
18721 \end_layout
18722
18723 \end_inset
18724 </cell>
18725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18726 \begin_inset Text
18727
18728 \begin_layout Plain Layout
18729 2222 22222 222222 222222222 2222222 22 22222
18730 \end_layout
18731
18732 \end_inset
18733 </cell>
18734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18735 \begin_inset Text
18736
18737 \begin_layout Plain Layout
18738
18739 \end_layout
18740
18741 \end_inset
18742 </cell>
18743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18744 \begin_inset Text
18745
18746 \begin_layout Plain Layout
18747 333333 333333 333333 33333 3333333 333
18748 \end_layout
18749
18750 \end_inset
18751 </cell>
18752 </row>
18753 </lyxtabular>
18754
18755 \end_inset
18756
18757
18758 \end_layout
18759
18760 \begin_layout Section
18761 Table Customization
18762 \begin_inset Index idx
18763 status collapsed
18764
18765 \begin_layout Plain Layout
18766 Table Customization
18767 \end_layout
18768
18769 \end_inset
18770
18771
18772 \begin_inset Index idx
18773 status collapsed
18774
18775 \begin_layout Plain Layout
18776 Table ! Customization
18777 \end_layout
18778
18779 \end_inset
18780
18781
18782 \end_layout
18783
18784 \begin_layout Subsection
18785 Row Spacing
18786 \begin_inset CommandInset label
18787 LatexCommand label
18788 name "sub:Row-Spacing"
18789
18790 \end_inset
18791
18792
18793 \begin_inset Index idx
18794 status collapsed
18795
18796 \begin_layout Plain Layout
18797 Table Customization ! Row Spacing
18798 \end_layout
18799
18800 \end_inset
18801
18802
18803 \end_layout
18804
18805 \begin_layout Standard
18806 You can add vertical space to table rows in the 
18807 \family sans
18808 Borders
18809 \family default
18810  tab of the table dialog.
18811  You find there three possibilities:
18812 \end_layout
18813
18814 \begin_layout Description
18815 Top
18816 \begin_inset space ~
18817 \end_inset
18818
18819 of
18820 \begin_inset space ~
18821 \end_inset
18822
18823 row will add space above the characters of the table row.
18824  If the table is a formal table
18825 \begin_inset Foot
18826 status collapsed
18827
18828 \begin_layout Plain Layout
18829 Formal tables are explained in section
18830 \begin_inset space ~
18831 \end_inset
18832
18833
18834 \begin_inset CommandInset ref
18835 LatexCommand ref
18836 reference "sec:Formal-Tables"
18837
18838 \end_inset
18839
18840 .
18841 \end_layout
18842
18843 \end_inset
18844
18845  LyX will insert as default 0.5
18846 \begin_inset space \thinspace{}
18847 \end_inset
18848
18849 em space.
18850  For normal tables the inserted space will unfortunately destroy the vertical
18851  table lines as in the following table:
18852 \begin_inset VSpace medskip
18853 \end_inset
18854
18855
18856 \begin_inset Newline newline
18857 \end_inset
18858
18859
18860 \begin_inset space \hspace*{}
18861 \length 0pt
18862 \end_inset
18863
18864
18865 \begin_inset space \hfill{}
18866 \end_inset
18867
18868
18869 \begin_inset Tabular
18870 <lyxtabular version="3" rows="3" columns="1">
18871 <features tabularvalignment="middle">
18872 <column alignment="center" valignment="top" width="0">
18873 <row>
18874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18875 \begin_inset Text
18876
18877 \begin_layout Plain Layout
18878 A
18879 \end_layout
18880
18881 \end_inset
18882 </cell>
18883 </row>
18884 <row topspace="3mm">
18885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18886 \begin_inset Text
18887
18888 \begin_layout Plain Layout
18889 3
18890 \begin_inset space \thinspace{}
18891 \end_inset
18892
18893 mm space top of row
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 </row>
18899 <row>
18900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18901 \begin_inset Text
18902
18903 \begin_layout Plain Layout
18904 C
18905 \end_layout
18906
18907 \end_inset
18908 </cell>
18909 </row>
18910 </lyxtabular>
18911
18912 \end_inset
18913
18914
18915 \begin_inset space \hfill{}
18916 \end_inset
18917
18918
18919 \begin_inset space \hspace*{}
18920 \length 0pt
18921 \end_inset
18922
18923
18924 \begin_inset VSpace medskip
18925 \end_inset
18926
18927
18928 \begin_inset Newline newline
18929 \end_inset
18930
18931 So inserting space in the top of row for normal tables is only useful when
18932  you don't have vertical lines.
18933 \end_layout
18934
18935 \begin_layout Description
18936 Bottom
18937 \begin_inset space ~
18938 \end_inset
18939
18940 of
18941 \begin_inset space ~
18942 \end_inset
18943
18944 row will add space below the characters of the table row.
18945  If the table is a formal table LyX will insert as default 0.5
18946 \begin_inset space \thinspace{}
18947 \end_inset
18948
18949 em space, for normal tables the default size is 2
18950 \begin_inset space \thinspace{}
18951 \end_inset
18952
18953 pt.
18954 \end_layout
18955
18956 \begin_layout Description
18957 Between
18958 \begin_inset space ~
18959 \end_inset
18960
18961 rows adds space between the current and the following row.
18962  If the table is a formal table LyX will insert as default 0.5
18963 \begin_inset space \thinspace{}
18964 \end_inset
18965
18966 em space.
18967  For normal tables the inserted space will unfortunately destroy the vertical
18968  table lines as in the following table:
18969 \begin_inset VSpace medskip
18970 \end_inset
18971
18972
18973 \begin_inset Newline newline
18974 \end_inset
18975
18976
18977 \begin_inset space \hspace*{}
18978 \length 0pt
18979 \end_inset
18980
18981
18982 \begin_inset space \hfill{}
18983 \end_inset
18984
18985
18986 \begin_inset Tabular
18987 <lyxtabular version="3" rows="3" columns="1">
18988 <features tabularvalignment="middle">
18989 <column alignment="center" valignment="top" width="0">
18990 <row>
18991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18992 \begin_inset Text
18993
18994 \begin_layout Plain Layout
18995 A
18996 \end_layout
18997
18998 \end_inset
18999 </cell>
19000 </row>
19001 <row interlinespace="3mm">
19002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19003 \begin_inset Text
19004
19005 \begin_layout Plain Layout
19006 \begin_inset Formula $\downarrow$
19007 \end_inset
19008
19009  3
19010 \begin_inset space \thinspace{}
19011 \end_inset
19012
19013 mm space between row 
19014 \begin_inset Formula $\downarrow$
19015 \end_inset
19016
19017
19018 \end_layout
19019
19020 \end_inset
19021 </cell>
19022 </row>
19023 <row>
19024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19025 \begin_inset Text
19026
19027 \begin_layout Plain Layout
19028 \begin_inset Formula $\uparrow$
19029 \end_inset
19030
19031  3
19032 \begin_inset space \thinspace{}
19033 \end_inset
19034
19035 mm space between row 
19036 \begin_inset Formula $\uparrow$
19037 \end_inset
19038
19039
19040 \end_layout
19041
19042 \end_inset
19043 </cell>
19044 </row>
19045 </lyxtabular>
19046
19047 \end_inset
19048
19049
19050 \begin_inset space \hfill{}
19051 \end_inset
19052
19053
19054 \begin_inset space \hspace*{}
19055 \length 0pt
19056 \end_inset
19057
19058
19059 \begin_inset VSpace medskip
19060 \end_inset
19061
19062
19063 \begin_inset Newline newline
19064 \end_inset
19065
19066 So inserting space between rows for normal tables is only useful when you
19067  don't have vertical lines.
19068 \end_layout
19069
19070 \begin_layout Standard
19071 \begin_inset VSpace bigskip
19072 \end_inset
19073
19074 When you want to add extra height to all cells of all tables, you can do
19075  this with the following preamble lines:
19076 \end_layout
19077
19078 \begin_layout Standard
19079
19080 \series bold
19081
19082 \backslash
19083 @ifundefined{extrarowheight}
19084 \begin_inset Newline newline
19085 \end_inset
19086
19087
19088 \begin_inset Phantom HPhantom
19089 status open
19090
19091 \begin_layout Plain Layout
19092
19093 \series bold
19094 \begin_inset space ~
19095 \end_inset
19096
19097
19098 \end_layout
19099
19100 \end_inset
19101
19102 {
19103 \backslash
19104 usepackage{array}}{}
19105 \begin_inset Newline newline
19106 \end_inset
19107
19108
19109 \backslash
19110 setlength{
19111 \backslash
19112 extrarowheight}{height}
19113 \end_layout
19114
19115 \begin_layout Standard
19116 But this has the disadvantage that the cell texts are no longer exactly
19117  vertically centered.
19118  (The package 
19119 \series bold
19120 array
19121 \series default
19122  will be loaded automatically by LyX when you use self defined table formats.
19123  To avoid that it being loaded twice the command 
19124 \series bold
19125
19126 \backslash
19127 @ifundefined
19128 \series default
19129  is used in the above command.)
19130 \end_layout
19131
19132 \begin_layout Standard
19133 If you are using font sizes larger than the normal size, the table borders
19134  are often too close to the letters.
19135  This can be corrected by inserting the command 
19136 \series bold
19137
19138 \backslash
19139 strut
19140 \series default
19141  in TeX-Code at the beginning of a table row.
19142  Table
19143 \begin_inset space ~
19144 \end_inset
19145
19146
19147 \begin_inset CommandInset ref
19148 LatexCommand ref
19149 reference "tab:Vertical-alignment-of"
19150
19151 \end_inset
19152
19153  illustrates the effect.
19154 \end_layout
19155
19156 \begin_layout Standard
19157 \noindent
19158 \begin_inset Float table
19159 placement h
19160 wide false
19161 sideways false
19162 status open
19163
19164 \begin_layout Plain Layout
19165 \begin_inset Caption
19166
19167 \begin_layout Plain Layout
19168 \begin_inset CommandInset label
19169 LatexCommand label
19170 name "tab:Vertical-alignment-of"
19171
19172 \end_inset
19173
19174 Vertical alignment of text with large font sizes.
19175 \end_layout
19176
19177 \end_inset
19178
19179
19180 \end_layout
19181
19182 \begin_layout Plain Layout
19183 \begin_inset space \hfill{}
19184 \end_inset
19185
19186
19187 \begin_inset Float table
19188 wide false
19189 sideways false
19190 status collapsed
19191
19192 \begin_layout Plain Layout
19193 \begin_inset Caption
19194
19195 \begin_layout Plain Layout
19196 Normal table.
19197 \end_layout
19198
19199 \end_inset
19200
19201
19202 \end_layout
19203
19204 \begin_layout Plain Layout
19205 \noindent
19206 \align center
19207 \begin_inset Tabular
19208 <lyxtabular version="3" rows="6" columns="1">
19209 <features tabularvalignment="middle">
19210 <column alignment="left" valignment="top" width="0">
19211 <row>
19212 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19213 \begin_inset Text
19214
19215 \begin_layout Plain Layout
19216 Normal, g
19217 \end_layout
19218
19219 \end_inset
19220 </cell>
19221 </row>
19222 <row>
19223 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19224 \begin_inset Text
19225
19226 \begin_layout Plain Layout
19227
19228 \size large
19229 Large
19230 \end_layout
19231
19232 \end_inset
19233 </cell>
19234 </row>
19235 <row>
19236 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19237 \begin_inset Text
19238
19239 \begin_layout Plain Layout
19240
19241 \size larger
19242 Larger
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 </row>
19248 <row>
19249 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19250 \begin_inset Text
19251
19252 \begin_layout Plain Layout
19253
19254 \size largest
19255 Largest
19256 \end_layout
19257
19258 \end_inset
19259 </cell>
19260 </row>
19261 <row>
19262 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19263 \begin_inset Text
19264
19265 \begin_layout Plain Layout
19266
19267 \size huge
19268 Huge
19269 \end_layout
19270
19271 \end_inset
19272 </cell>
19273 </row>
19274 <row>
19275 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19276 \begin_inset Text
19277
19278 \begin_layout Plain Layout
19279
19280 \size huge
19281 Huger
19282 \end_layout
19283
19284 \end_inset
19285 </cell>
19286 </row>
19287 </lyxtabular>
19288
19289 \end_inset
19290
19291
19292 \end_layout
19293
19294 \end_inset
19295
19296
19297 \begin_inset space \hfill{}
19298 \end_inset
19299
19300
19301 \begin_inset Float table
19302 wide false
19303 sideways false
19304 status collapsed
19305
19306 \begin_layout Plain Layout
19307 \begin_inset Caption
19308
19309 \begin_layout Plain Layout
19310 Table using the command 
19311 \series bold
19312
19313 \backslash
19314 strut
19315 \series default
19316 .
19317 \end_layout
19318
19319 \end_inset
19320
19321
19322 \end_layout
19323
19324 \begin_layout Plain Layout
19325 \noindent
19326 \align center
19327 \begin_inset Tabular
19328 <lyxtabular version="3" rows="6" columns="1">
19329 <features tabularvalignment="middle">
19330 <column alignment="left" valignment="top" width="0">
19331 <row>
19332 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19333 \begin_inset Text
19334
19335 \begin_layout Plain Layout
19336 Normal, g
19337 \end_layout
19338
19339 \end_inset
19340 </cell>
19341 </row>
19342 <row>
19343 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347
19348 \size large
19349 \begin_inset ERT
19350 status collapsed
19351
19352 \begin_layout Plain Layout
19353
19354
19355 \backslash
19356 strut 
19357 \end_layout
19358
19359 \end_inset
19360
19361 Large
19362 \end_layout
19363
19364 \end_inset
19365 </cell>
19366 </row>
19367 <row>
19368 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19369 \begin_inset Text
19370
19371 \begin_layout Plain Layout
19372
19373 \size larger
19374 \begin_inset ERT
19375 status collapsed
19376
19377 \begin_layout Plain Layout
19378
19379
19380 \backslash
19381 strut 
19382 \end_layout
19383
19384 \end_inset
19385
19386 Larger
19387 \end_layout
19388
19389 \end_inset
19390 </cell>
19391 </row>
19392 <row>
19393 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397
19398 \size largest
19399 \begin_inset ERT
19400 status collapsed
19401
19402 \begin_layout Plain Layout
19403
19404
19405 \backslash
19406 strut 
19407 \end_layout
19408
19409 \end_inset
19410
19411 Largest
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 </row>
19417 <row>
19418 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19419 \begin_inset Text
19420
19421 \begin_layout Plain Layout
19422
19423 \size huge
19424 \begin_inset ERT
19425 status collapsed
19426
19427 \begin_layout Plain Layout
19428
19429
19430 \backslash
19431 strut 
19432 \end_layout
19433
19434 \end_inset
19435
19436 Huge
19437 \end_layout
19438
19439 \end_inset
19440 </cell>
19441 </row>
19442 <row>
19443 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19444 \begin_inset Text
19445
19446 \begin_layout Plain Layout
19447
19448 \size giant
19449 \begin_inset ERT
19450 status collapsed
19451
19452 \begin_layout Plain Layout
19453
19454
19455 \backslash
19456 strut 
19457 \end_layout
19458
19459 \end_inset
19460
19461
19462 \size huge
19463 Huger
19464 \end_layout
19465
19466 \end_inset
19467 </cell>
19468 </row>
19469 </lyxtabular>
19470
19471 \end_inset
19472
19473
19474 \end_layout
19475
19476 \end_inset
19477
19478
19479 \begin_inset space \hfill{}
19480 \end_inset
19481
19482
19483 \end_layout
19484
19485 \end_inset
19486
19487
19488 \end_layout
19489
19490 \begin_layout Subsection
19491 Special Cell Alignment
19492 \begin_inset CommandInset label
19493 LatexCommand label
19494 name "sub:Special-Cell-Alignment"
19495
19496 \end_inset
19497
19498
19499 \begin_inset Index idx
19500 status collapsed
19501
19502 \begin_layout Plain Layout
19503 Table Customization ! Special Cell Alignment
19504 \end_layout
19505
19506 \end_inset
19507
19508
19509 \end_layout
19510
19511 \begin_layout Standard
19512 Sometimes it looks better when the cell entries of a column are aligned
19513  with a special character, e.
19514 \begin_inset space \thinspace{}
19515 \end_inset
19516
19517 g.
19518 \begin_inset space \space{}
19519 \end_inset
19520
19521 with the decimal separator as in Table
19522 \begin_inset space ~
19523 \end_inset
19524
19525
19526 \begin_inset CommandInset ref
19527 LatexCommand ref
19528 reference "tab:Table-cells-align"
19529
19530 \end_inset
19531
19532 .
19533  This alignment is achieved by setting the cursor into the column and then
19534  either pressing the toolbar button 
19535 \begin_inset Graphics
19536         filename ../images/tabular-feature_align-decimal.png
19537         scale 85
19538         scaleBeforeRotation
19539
19540 \end_inset
19541
19542  or setting the alignment in the table settings to 
19543 \family sans
19544 At
19545 \begin_inset space ~
19546 \end_inset
19547
19548 Decimal
19549 \begin_inset space ~
19550 \end_inset
19551
19552 Separator
19553 \family default
19554 .
19555  The alignment character can be a character of your choice and is specified
19556  in the table settings.
19557 \end_layout
19558
19559 \begin_layout Standard
19560 \begin_inset Float table
19561 placement h
19562 wide false
19563 sideways false
19564 status open
19565
19566 \begin_layout Plain Layout
19567 \begin_inset Caption
19568
19569 \begin_layout Plain Layout
19570 \begin_inset CommandInset label
19571 LatexCommand label
19572 name "tab:Table-cells-align"
19573
19574 \end_inset
19575
19576 Table cells of a column aligned with the decimal separator.
19577 \end_layout
19578
19579 \end_inset
19580
19581
19582 \end_layout
19583
19584 \begin_layout Plain Layout
19585 \align center
19586 \begin_inset Tabular
19587 <lyxtabular version="3" rows="4" columns="1">
19588 <features booktabs="true" tabularvalignment="middle">
19589 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
19590 <row>
19591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19592 \begin_inset Text
19593
19594 \begin_layout Plain Layout
19595 heading
19596 \end_layout
19597
19598 \end_inset
19599 </cell>
19600 </row>
19601 <row>
19602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19603 \begin_inset Text
19604
19605 \begin_layout Plain Layout
19606 12.6
19607 \end_layout
19608
19609 \end_inset
19610 </cell>
19611 </row>
19612 <row>
19613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19614 \begin_inset Text
19615
19616 \begin_layout Plain Layout
19617 0.68
19618 \end_layout
19619
19620 \end_inset
19621 </cell>
19622 </row>
19623 <row>
19624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19625 \begin_inset Text
19626
19627 \begin_layout Plain Layout
19628 -123.0
19629 \end_layout
19630
19631 \end_inset
19632 </cell>
19633 </row>
19634 </lyxtabular>
19635
19636 \end_inset
19637
19638
19639 \end_layout
19640
19641 \end_inset
19642
19643
19644 \end_layout
19645
19646 \begin_layout Standard
19647 \begin_inset Float table
19648 placement h
19649 wide false
19650 sideways false
19651 status open
19652
19653 \begin_layout Plain Layout
19654 \begin_inset Caption
19655
19656 \begin_layout Plain Layout
19657 \begin_inset CommandInset label
19658 LatexCommand label
19659 name "tab:Table-align-operator"
19660
19661 \end_inset
19662
19663 Table cells of a column aligned with the operators.
19664 \end_layout
19665
19666 \end_inset
19667
19668
19669 \end_layout
19670
19671 \begin_layout Plain Layout
19672 \align center
19673 \begin_inset Tabular
19674 <lyxtabular version="3" rows="4" columns="2">
19675 <features booktabs="true" tabularvalignment="middle">
19676 <column alignment="right" valignment="top" width="0pt">
19677 <column alignment="left" valignment="top" width="0pt" special="@{}l">
19678 <row>
19679 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19680 \begin_inset Text
19681
19682 \begin_layout Plain Layout
19683 heading
19684 \end_layout
19685
19686 \end_inset
19687 </cell>
19688 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19689 \begin_inset Text
19690
19691 \begin_layout Plain Layout
19692
19693 \end_layout
19694
19695 \end_inset
19696 </cell>
19697 </row>
19698 <row>
19699 <cell alignment="center" valignment="top" usebox="none">
19700 \begin_inset Text
19701
19702 \begin_layout Plain Layout
19703 \begin_inset Formula $12\,+$
19704 \end_inset
19705
19706
19707 \end_layout
19708
19709 \end_inset
19710 </cell>
19711 <cell alignment="center" valignment="top" usebox="none">
19712 \begin_inset Text
19713
19714 \begin_layout Plain Layout
19715 \begin_inset Formula $\,6$
19716 \end_inset
19717
19718
19719 \end_layout
19720
19721 \end_inset
19722 </cell>
19723 </row>
19724 <row>
19725 <cell alignment="center" valignment="top" usebox="none">
19726 \begin_inset Text
19727
19728 \begin_layout Plain Layout
19729 \begin_inset Formula $0\,-$
19730 \end_inset
19731
19732
19733 \end_layout
19734
19735 \end_inset
19736 </cell>
19737 <cell alignment="center" valignment="top" usebox="none">
19738 \begin_inset Text
19739
19740 \begin_layout Plain Layout
19741 \begin_inset Formula $\,68$
19742 \end_inset
19743
19744
19745 \end_layout
19746
19747 \end_inset
19748 </cell>
19749 </row>
19750 <row>
19751 <cell alignment="center" valignment="top" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755 \begin_inset Formula $-123\,/$
19756 \end_inset
19757
19758
19759 \end_layout
19760
19761 \end_inset
19762 </cell>
19763 <cell alignment="center" valignment="top" usebox="none">
19764 \begin_inset Text
19765
19766 \begin_layout Plain Layout
19767 \begin_inset Formula $\,0$
19768 \end_inset
19769
19770
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 </row>
19776 </lyxtabular>
19777
19778 \end_inset
19779
19780
19781 \end_layout
19782
19783 \end_inset
19784
19785
19786 \end_layout
19787
19788 \begin_layout Standard
19789 For alignments at characters in formulas this method does not work because
19790  the field to specify the alignment character does not allow formulas.
19791  In this case one need to use the method from Table
19792 \begin_inset space ~
19793 \end_inset
19794
19795
19796 \begin_inset CommandInset ref
19797 LatexCommand ref
19798 reference "tab:Table-align-operator"
19799
19800 \end_inset
19801
19802 .
19803  This table was created with a 4×2 table.
19804  The heading is a centered multicolumn.
19805  The first column is right-aligned and contains the first part including
19806  the operator.
19807  The second column is left aligned and contains the rest.
19808  A small space was added at the beginning of each cell of the second column
19809  to get the space that is usually around operators.
19810  To omit the space that is normally between two table columns, the following
19811  LaTeX-argument was used for the second column:
19812 \end_layout
19813
19814 \begin_layout Standard
19815
19816 \series bold
19817 @{}l
19818 \end_layout
19819
19820 \begin_layout Standard
19821 Table
19822 \begin_inset space ~
19823 \end_inset
19824
19825
19826 \begin_inset CommandInset ref
19827 LatexCommand ref
19828 reference "tab:Several-table-cell"
19829
19830 \end_inset
19831
19832  shows some example alignments.
19833  For the alignment with the relation sign, a small space was added like
19834  for the second column of Table
19835 \begin_inset space ~
19836 \end_inset
19837
19838
19839 \begin_inset CommandInset ref
19840 LatexCommand ref
19841 reference "tab:Table-align-operator"
19842
19843 \end_inset
19844
19845 .
19846 \end_layout
19847
19848 \begin_layout Standard
19849 \begin_inset Float table
19850 placement h
19851 wide false
19852 sideways false
19853 status open
19854
19855 \begin_layout Plain Layout
19856 \begin_inset Caption
19857
19858 \begin_layout Plain Layout
19859 \begin_inset CommandInset label
19860 LatexCommand label
19861 name "tab:Several-table-cell"
19862
19863 \end_inset
19864
19865 Several table cell alignments.
19866 \end_layout
19867
19868 \end_inset
19869
19870
19871 \end_layout
19872
19873 \begin_layout Plain Layout
19874 \align center
19875 \begin_inset Tabular
19876 <lyxtabular version="3" rows="4" columns="6">
19877 <features tabularvalignment="middle">
19878 <column alignment="right" valignment="top" width="0">
19879 <column alignment="left" valignment="top" width="0" special="@{}l">
19880 <column alignment="right" valignment="top" width="0">
19881 <column alignment="left" valignment="top" width="0" special="@{}l">
19882 <column alignment="right" valignment="top" width="0">
19883 <column alignment="left" valignment="top" width="0" special="@{}l">
19884 <row>
19885 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19886 \begin_inset Text
19887
19888 \begin_layout Plain Layout
19889 units
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898
19899 \end_layout
19900
19901 \end_inset
19902 </cell>
19903 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19904 \begin_inset Text
19905
19906 \begin_layout Plain Layout
19907 exponents
19908 \end_layout
19909
19910 \end_inset
19911 </cell>
19912 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19913 \begin_inset Text
19914
19915 \begin_layout Plain Layout
19916
19917 \end_layout
19918
19919 \end_inset
19920 </cell>
19921 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19922 \begin_inset Text
19923
19924 \begin_layout Plain Layout
19925 relations
19926 \end_layout
19927
19928 \end_inset
19929 </cell>
19930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19931 \begin_inset Text
19932
19933 \begin_layout Plain Layout
19934
19935 \end_layout
19936
19937 \end_inset
19938 </cell>
19939 </row>
19940 <row>
19941 <cell alignment="center" valignment="top" usebox="none">
19942 \begin_inset Text
19943
19944 \begin_layout Plain Layout
19945 12×
19946 \end_layout
19947
19948 \end_inset
19949 </cell>
19950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19951 \begin_inset Text
19952
19953 \begin_layout Plain Layout
19954 24
19955 \begin_inset space \thinspace{}
19956 \end_inset
19957
19958 bottles
19959 \end_layout
19960
19961 \end_inset
19962 </cell>
19963 <cell alignment="center" valignment="top" usebox="none">
19964 \begin_inset Text
19965
19966 \begin_layout Plain Layout
19967 \begin_inset Formula $10\cdot$
19968 \end_inset
19969
19970
19971 \end_layout
19972
19973 \end_inset
19974 </cell>
19975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19976 \begin_inset Text
19977
19978 \begin_layout Plain Layout
19979 \begin_inset Formula $10^{\mbox{-}17}$
19980 \end_inset
19981
19982
19983 \end_layout
19984
19985 \end_inset
19986 </cell>
19987 <cell alignment="center" valignment="top" usebox="none">
19988 \begin_inset Text
19989
19990 \begin_layout Plain Layout
19991 \begin_inset Formula $\Gamma(t)\propto$
19992 \end_inset
19993
19994
19995 \end_layout
19996
19997 \end_inset
19998 </cell>
19999 <cell alignment="center" valignment="top" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Plain Layout
20003 \begin_inset Formula $\:\Upsilon(t)$
20004 \end_inset
20005
20006
20007 \end_layout
20008
20009 \end_inset
20010 </cell>
20011 </row>
20012 <row>
20013 <cell alignment="center" valignment="top" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Plain Layout
20017 1024×
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20023 \begin_inset Text
20024
20025 \begin_layout Plain Layout
20026 768
20027 \begin_inset space \thinspace{}
20028 \end_inset
20029
20030 Pixels
20031 \end_layout
20032
20033 \end_inset
20034 </cell>
20035 <cell alignment="center" valignment="top" usebox="none">
20036 \begin_inset Text
20037
20038 \begin_layout Plain Layout
20039 \begin_inset Formula $5.78\cdot$
20040 \end_inset
20041
20042
20043 \end_layout
20044
20045 \end_inset
20046 </cell>
20047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20048 \begin_inset Text
20049
20050 \begin_layout Plain Layout
20051 \begin_inset Formula $10^{7}$
20052 \end_inset
20053
20054
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 <cell alignment="center" valignment="top" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063 \begin_inset Formula $A\ne$
20064 \end_inset
20065
20066
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 <cell alignment="center" valignment="top" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Plain Layout
20075 \begin_inset Formula $\: B_{\mathrm{red}}$
20076 \end_inset
20077
20078
20079 \end_layout
20080
20081 \end_inset
20082 </cell>
20083 </row>
20084 <row>
20085 <cell alignment="center" valignment="top" usebox="none">
20086 \begin_inset Text
20087
20088 \begin_layout Plain Layout
20089 32×
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098 6
20099 \begin_inset space \thinspace{}
20100 \end_inset
20101
20102 cm
20103 \end_layout
20104
20105 \end_inset
20106 </cell>
20107 <cell alignment="center" valignment="top" usebox="none">
20108 \begin_inset Text
20109
20110 \begin_layout Plain Layout
20111 -
20112 \begin_inset Formula $33.5\cdot$
20113 \end_inset
20114
20115
20116 \end_layout
20117
20118 \end_inset
20119 </cell>
20120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20121 \begin_inset Text
20122
20123 \begin_layout Plain Layout
20124 \begin_inset Formula $10^{4}$
20125 \end_inset
20126
20127
20128 \end_layout
20129
20130 \end_inset
20131 </cell>
20132 <cell alignment="center" valignment="top" usebox="none">
20133 \begin_inset Text
20134
20135 \begin_layout Plain Layout
20136 \begin_inset Formula $\sin(\alpha)\ge$
20137 \end_inset
20138
20139
20140 \end_layout
20141
20142 \end_inset
20143 </cell>
20144 <cell alignment="center" valignment="top" usebox="none">
20145 \begin_inset Text
20146
20147 \begin_layout Plain Layout
20148 \begin_inset Formula $\:\sin(\beta)$
20149 \end_inset
20150
20151
20152 \end_layout
20153
20154 \end_inset
20155 </cell>
20156 </row>
20157 </lyxtabular>
20158
20159 \end_inset
20160
20161
20162 \end_layout
20163
20164 \end_inset
20165
20166
20167 \end_layout
20168
20169 \begin_layout Subsection
20170 Customized Cell/Column Format
20171 \begin_inset CommandInset label
20172 LatexCommand label
20173 name "sub:Customized-Format"
20174
20175 \end_inset
20176
20177
20178 \begin_inset Index idx
20179 status collapsed
20180
20181 \begin_layout Plain Layout
20182 Table Customization ! Cell/Column Format
20183 \end_layout
20184
20185 \end_inset
20186
20187
20188 \end_layout
20189
20190 \begin_layout Standard
20191 Calculating the required width for normal columns as described in section
20192 \begin_inset space ~
20193 \end_inset
20194
20195
20196 \begin_inset CommandInset ref
20197 LatexCommand ref
20198 reference "sec:Table-Width-Calculation"
20199
20200 \end_inset
20201
20202  or for spanned columns as described in section
20203 \begin_inset space ~
20204 \end_inset
20205
20206
20207 \begin_inset CommandInset ref
20208 LatexCommand ref
20209 reference "sub:Multicolumn-Calculations"
20210
20211 \end_inset
20212
20213  is very annoying if you have several tables where a calculation is necessary.
20214  To make life easier, you can define a cell/column format in the preamble,
20215  that can be used in all tables of the document.
20216  The format is defined with the command
20217 \end_layout
20218
20219 \begin_layout Standard
20220
20221 \series bold
20222
20223 \backslash
20224 newcolumntype{name of format}[number of arguments]{commands}
20225 \end_layout
20226
20227 \begin_layout Standard
20228 The format name may only consist of one letter.
20229  The letters 
20230 \emph on
20231 b
20232 \emph default
20233
20234 \emph on
20235 c
20236 \emph default
20237
20238 \emph on
20239 l
20240 \emph default
20241
20242 \emph on
20243 m
20244 \emph default
20245
20246 \emph on
20247 p
20248 \emph default
20249  and 
20250 \emph on
20251 r
20252 \emph default
20253  are predefined and cannot be used.
20254  But all letters are allowed as capitals.
20255 \end_layout
20256
20257 \begin_layout Standard
20258 \begin_inset VSpace medskip
20259 \end_inset
20260
20261
20262 \end_layout
20263
20264 \begin_layout Standard
20265 For vertically and horizontally centered multicolumn cells with a fixed
20266  width you can define the cell format
20267 \end_layout
20268
20269 \begin_layout Standard
20270
20271 \series bold
20272
20273 \backslash
20274 newcolumntype{M}[1]{>{
20275 \backslash
20276 centering
20277 \backslash
20278 hspace{0pt}}m{#1}}
20279 \end_layout
20280
20281 \begin_layout Standard
20282 where 
20283 \series bold
20284
20285 \backslash
20286 hspace{0pt}
20287 \series default
20288  avoids the problem of hyphenating the first word, as described in section
20289 \begin_inset space ~
20290 \end_inset
20291
20292
20293 \begin_inset CommandInset ref
20294 LatexCommand ref
20295 reference "sub:Multiple-Lines-in"
20296
20297 \end_inset
20298
20299 .
20300  Now you can simply enter
20301 \end_layout
20302
20303 \begin_layout Standard
20304
20305 \series bold
20306 M{width}
20307 \end_layout
20308
20309 \begin_layout Standard
20310 as 
20311 \family sans
20312 LaTeX-argument
20313 \family default
20314  in the table dialog to create a multicolumn.
20315 \end_layout
20316
20317 \begin_layout Standard
20318 \begin_inset VSpace bigskip
20319 \end_inset
20320
20321
20322 \end_layout
20323
20324 \begin_layout Standard
20325 For cells spanned by a multicolumn cell, you can define the format
20326 \end_layout
20327
20328 \begin_layout Standard
20329
20330 \series bold
20331
20332 \backslash
20333 newcolumntype{S}[2]{>{
20334 \backslash
20335 centering
20336 \backslash
20337 hspace{0pt}}
20338 \begin_inset Newline newline
20339 \end_inset
20340
20341
20342 \begin_inset Phantom HPhantom
20343 status open
20344
20345 \begin_layout Plain Layout
20346
20347 \series bold
20348
20349 \backslash
20350 newcolumntype
20351 \end_layout
20352
20353 \end_inset
20354
20355 m{(#1+(2
20356 \backslash
20357 tabcolsep+
20358 \backslash
20359 arrayrulewidth)*(1-#2))/#2}}
20360 \end_layout
20361
20362 \begin_layout Standard
20363 This format uses equation 
20364 \begin_inset CommandInset ref
20365 LatexCommand eqref
20366 reference "eq:Wgn"
20367
20368 \end_inset
20369
20370  to calculate the required width so that each spanned cell has the same
20371  width.
20372 \end_layout
20373
20374 \begin_layout Standard
20375 You can now enter
20376 \end_layout
20377
20378 \begin_layout Standard
20379
20380 \series bold
20381 S{width of multicolumn cell}{number of spanned columns}
20382 \end_layout
20383
20384 \begin_layout Standard
20385 as LaTeX-argument of the column.
20386 \end_layout
20387
20388 \begin_layout Standard
20389 \begin_inset VSpace bigskip
20390 \end_inset
20391
20392
20393 \end_layout
20394
20395 \begin_layout Standard
20396 For colored columns, you can define
20397 \end_layout
20398
20399 \begin_layout Standard
20400
20401 \series bold
20402
20403 \backslash
20404 newcolumntype{K}[1]{>{
20405 \backslash
20406 columncolor{#1}
20407 \backslash
20408 hspace{0pt}}c}
20409 \end_layout
20410
20411 \begin_layout Standard
20412 The 
20413 \begin_inset Quotes eld
20414 \end_inset
20415
20416 c
20417 \begin_inset Quotes erd
20418 \end_inset
20419
20420  at the end creates a column with a flexible width whose text is horizontally
20421  centered.
20422  You can now enter
20423 \end_layout
20424
20425 \begin_layout Standard
20426
20427 \series bold
20428 K{color name}
20429 \end_layout
20430
20431 \begin_layout Standard
20432 as LaTeX-argument.
20433 \end_layout
20434
20435 \begin_layout Standard
20436 \begin_inset VSpace bigskip
20437 \end_inset
20438
20439
20440 \end_layout
20441
20442 \begin_layout Standard
20443 To create Table
20444 \begin_inset space ~
20445 \end_inset
20446
20447
20448 \begin_inset CommandInset ref
20449 LatexCommand ref
20450 reference "tab:Table-using-user-defined"
20451
20452 \end_inset
20453
20454  use the LaTeX-arguments
20455 \end_layout
20456
20457 \begin_layout Standard
20458
20459 \series bold
20460 M{2.5cm}
20461 \end_layout
20462
20463 \begin_layout Standard
20464 for the first column and the multicolumn,
20465 \end_layout
20466
20467 \begin_layout Standard
20468
20469 \series bold
20470 K{red}
20471 \end_layout
20472
20473 \begin_layout Standard
20474 for the last column, and
20475 \end_layout
20476
20477 \begin_layout Standard
20478
20479 \series bold
20480 S{2.5cm}{2}
20481 \end_layout
20482
20483 \begin_layout Standard
20484 for the cells in the second column.
20485 \end_layout
20486
20487 \begin_layout Standard
20488 \begin_inset Float table
20489 placement h
20490 wide false
20491 sideways false
20492 status open
20493
20494 \begin_layout Plain Layout
20495 \begin_inset Caption
20496
20497 \begin_layout Plain Layout
20498 \begin_inset CommandInset label
20499 LatexCommand label
20500 name "tab:Table-using-user-defined"
20501
20502 \end_inset
20503
20504 Table using user-defined table formats
20505 \end_layout
20506
20507 \end_inset
20508
20509
20510 \end_layout
20511
20512 \begin_layout Plain Layout
20513 \align center
20514 \begin_inset Tabular
20515 <lyxtabular version="3" rows="3" columns="4">
20516 <features tabularvalignment="middle">
20517 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
20518 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
20519 <column alignment="center" valignment="middle" width="0">
20520 <column alignment="center" valignment="middle" width="0" special="K{red}">
20521 <row>
20522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20523 \begin_inset Text
20524
20525 \begin_layout Plain Layout
20526 verylongtablecellword
20527 \end_layout
20528
20529 \end_inset
20530 </cell>
20531 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535 multiple lines multicolumn
20536 \end_layout
20537
20538 \end_inset
20539 </cell>
20540 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20541 \begin_inset Text
20542
20543 \begin_layout Plain Layout
20544
20545 \end_layout
20546
20547 \end_inset
20548 </cell>
20549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20550 \begin_inset Text
20551
20552 \begin_layout Plain Layout
20553 c
20554 \end_layout
20555
20556 \end_inset
20557 </cell>
20558 </row>
20559 <row>
20560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20561 \begin_inset Text
20562
20563 \begin_layout Plain Layout
20564 d
20565 \end_layout
20566
20567 \end_inset
20568 </cell>
20569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20570 \begin_inset Text
20571
20572 \begin_layout Plain Layout
20573 e
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20579 \begin_inset Text
20580
20581 \begin_layout Plain Layout
20582 f
20583 \end_layout
20584
20585 \end_inset
20586 </cell>
20587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20588 \begin_inset Text
20589
20590 \begin_layout Plain Layout
20591 g
20592 \end_layout
20593
20594 \end_inset
20595 </cell>
20596 </row>
20597 <row>
20598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20599 \begin_inset Text
20600
20601 \begin_layout Plain Layout
20602 h
20603 \end_layout
20604
20605 \end_inset
20606 </cell>
20607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20608 \begin_inset Text
20609
20610 \begin_layout Plain Layout
20611 i
20612 \end_layout
20613
20614 \end_inset
20615 </cell>
20616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20617 \begin_inset Text
20618
20619 \begin_layout Plain Layout
20620 j
20621 \end_layout
20622
20623 \end_inset
20624 </cell>
20625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20626 \begin_inset Text
20627
20628 \begin_layout Plain Layout
20629 k
20630 \end_layout
20631
20632 \end_inset
20633 </cell>
20634 </row>
20635 </lyxtabular>
20636
20637 \end_inset
20638
20639
20640 \end_layout
20641
20642 \end_inset
20643
20644
20645 \end_layout
20646
20647 \begin_layout Subsection
20648 Line Thickness
20649 \begin_inset CommandInset label
20650 LatexCommand label
20651 name "sub:Line-Thickness"
20652
20653 \end_inset
20654
20655
20656 \begin_inset Index idx
20657 status collapsed
20658
20659 \begin_layout Plain Layout
20660 Table Customization ! Line Thickness
20661 \end_layout
20662
20663 \end_inset
20664
20665
20666 \end_layout
20667
20668 \begin_layout Standard
20669 The line thickness for all lines in a table can be adjusted with the length
20670  
20671 \series bold
20672
20673 \backslash
20674 arrayrulewidth
20675 \series default
20676 .
20677  To set for example a line thickness of 1.5
20678 \begin_inset space \thinspace{}
20679 \end_inset
20680
20681 pt, as in Table
20682 \begin_inset space ~
20683 \end_inset
20684
20685
20686 \begin_inset CommandInset ref
20687 LatexCommand ref
20688 reference "tab:Table-with-1.5"
20689
20690 \end_inset
20691
20692 , insert the command
20693 \end_layout
20694
20695 \begin_layout Standard
20696
20697 \series bold
20698
20699 \backslash
20700 setlength{
20701 \backslash
20702 arrayrulewidth}{1.5pt}
20703 \end_layout
20704
20705 \begin_layout Standard
20706 in TeX-Code before the table or table float.
20707  The changed thickness is valid for all subsequent tables.
20708  To use the default value again, set 
20709 \series bold
20710
20711 \backslash
20712 arrayrulewidth
20713 \series default
20714  to 0.4
20715 \begin_inset space \thinspace{}
20716 \end_inset
20717
20718 pt in TeX-Code after the table or table float.
20719 \end_layout
20720
20721 \begin_layout Standard
20722 \begin_inset ERT
20723 status collapsed
20724
20725 \begin_layout Plain Layout
20726
20727
20728 \backslash
20729 setlength{
20730 \backslash
20731 arrayrulewidth}{1.5pt}
20732 \end_layout
20733
20734 \end_inset
20735
20736
20737 \begin_inset Float table
20738 wide false
20739 sideways false
20740 status open
20741
20742 \begin_layout Plain Layout
20743 \begin_inset Caption
20744
20745 \begin_layout Plain Layout
20746 \begin_inset CommandInset label
20747 LatexCommand label
20748 name "tab:Table-with-1.5"
20749
20750 \end_inset
20751
20752 Table with 1.5
20753 \begin_inset space \thinspace{}
20754 \end_inset
20755
20756 pt thick lines
20757 \end_layout
20758
20759 \end_inset
20760
20761
20762 \end_layout
20763
20764 \begin_layout Plain Layout
20765 \align center
20766 \begin_inset Tabular
20767 <lyxtabular version="3" rows="3" columns="3">
20768 <features tabularvalignment="middle">
20769 <column alignment="center" valignment="top" width="0">
20770 <column alignment="center" valignment="top" width="0">
20771 <column alignment="center" valignment="top" width="0">
20772 <row>
20773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20774 \begin_inset Text
20775
20776 \begin_layout Plain Layout
20777 sd
20778 \end_layout
20779
20780 \end_inset
20781 </cell>
20782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20783 \begin_inset Text
20784
20785 \begin_layout Plain Layout
20786
20787 \end_layout
20788
20789 \end_inset
20790 </cell>
20791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20792 \begin_inset Text
20793
20794 \begin_layout Plain Layout
20795
20796 \end_layout
20797
20798 \end_inset
20799 </cell>
20800 </row>
20801 <row>
20802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20803 \begin_inset Text
20804
20805 \begin_layout Plain Layout
20806
20807 \end_layout
20808
20809 \end_inset
20810 </cell>
20811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20812 \begin_inset Text
20813
20814 \begin_layout Plain Layout
20815 sd
20816 \end_layout
20817
20818 \end_inset
20819 </cell>
20820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20821 \begin_inset Text
20822
20823 \begin_layout Plain Layout
20824
20825 \end_layout
20826
20827 \end_inset
20828 </cell>
20829 </row>
20830 <row>
20831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20832 \begin_inset Text
20833
20834 \begin_layout Plain Layout
20835
20836 \end_layout
20837
20838 \end_inset
20839 </cell>
20840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20841 \begin_inset Text
20842
20843 \begin_layout Plain Layout
20844
20845 \end_layout
20846
20847 \end_inset
20848 </cell>
20849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20850 \begin_inset Text
20851
20852 \begin_layout Plain Layout
20853 sd
20854 \end_layout
20855
20856 \end_inset
20857 </cell>
20858 </row>
20859 </lyxtabular>
20860
20861 \end_inset
20862
20863
20864 \end_layout
20865
20866 \end_inset
20867
20868
20869 \begin_inset ERT
20870 status collapsed
20871
20872 \begin_layout Plain Layout
20873
20874
20875 \backslash
20876 setlength{
20877 \backslash
20878 arrayrulewidth}{0.4pt}
20879 \end_layout
20880
20881 \end_inset
20882
20883
20884 \end_layout
20885
20886 \begin_layout Standard
20887 \begin_inset VSpace bigskip
20888 \end_inset
20889
20890 To set the line thickness to 1.5
20891 \begin_inset space \thinspace{}
20892 \end_inset
20893
20894 pt only for horizontal lines, as in Table
20895 \begin_inset space ~
20896 \end_inset
20897
20898
20899 \begin_inset CommandInset ref
20900 LatexCommand ref
20901 reference "tab:Table-with-horizontal"
20902
20903 \end_inset
20904
20905 , insert these commands in TeX-Code before the table or table float:
20906 \end_layout
20907
20908 \begin_layout Standard
20909
20910 \series bold
20911
20912 \backslash
20913 let
20914 \backslash
20915 myHline
20916 \backslash
20917 hline
20918 \begin_inset Newline newline
20919 \end_inset
20920
20921
20922 \backslash
20923 renewcommand{
20924 \backslash
20925 hline}
20926 \begin_inset Newline newline
20927 \end_inset
20928
20929  {
20930 \backslash
20931 noalign{
20932 \backslash
20933 global
20934 \backslash
20935 arrayrulewidth 1.5pt}
20936 \begin_inset Newline newline
20937 \end_inset
20938
20939  
20940 \backslash
20941 myHline
20942 \backslash
20943 noalign{
20944 \backslash
20945 global
20946 \backslash
20947 arrayrulewidth 0.4pt}}
20948 \end_layout
20949
20950 \begin_layout Standard
20951 To return to the default line thickness, insert this command in TeX-Code
20952  after the table or table float:
20953 \end_layout
20954
20955 \begin_layout Standard
20956
20957 \series bold
20958
20959 \backslash
20960 renewcommand{
20961 \backslash
20962 hline}{
20963 \backslash
20964 myHline}
20965 \end_layout
20966
20967 \begin_layout Standard
20968 \begin_inset ERT
20969 status collapsed
20970
20971 \begin_layout Plain Layout
20972
20973
20974 \backslash
20975 let
20976 \backslash
20977 myHline
20978 \backslash
20979 hline
20980 \end_layout
20981
20982 \begin_layout Plain Layout
20983
20984
20985 \backslash
20986 renewcommand{
20987 \backslash
20988 hline}
20989 \end_layout
20990
20991 \begin_layout Plain Layout
20992
20993  {
20994 \backslash
20995 noalign{
20996 \backslash
20997 global
20998 \backslash
20999 arrayrulewidth 1.5pt}
21000 \end_layout
21001
21002 \begin_layout Plain Layout
21003
21004   
21005 \backslash
21006 myHline
21007 \backslash
21008 noalign{
21009 \backslash
21010 global
21011 \backslash
21012 arrayrulewidth 0.4pt}}
21013 \end_layout
21014
21015 \end_inset
21016
21017
21018 \begin_inset Float table
21019 wide false
21020 sideways false
21021 status open
21022
21023 \begin_layout Plain Layout
21024 \begin_inset Caption
21025
21026 \begin_layout Plain Layout
21027 \begin_inset CommandInset label
21028 LatexCommand label
21029 name "tab:Table-with-horizontal"
21030
21031 \end_inset
21032
21033 Table with 1.5
21034 \begin_inset space \thinspace{}
21035 \end_inset
21036
21037 pt thick horizontal lines
21038 \end_layout
21039
21040 \end_inset
21041
21042
21043 \end_layout
21044
21045 \begin_layout Plain Layout
21046 \align center
21047 \begin_inset Tabular
21048 <lyxtabular version="3" rows="3" columns="3">
21049 <features tabularvalignment="middle">
21050 <column alignment="center" valignment="top" width="0">
21051 <column alignment="center" valignment="top" width="0">
21052 <column alignment="center" valignment="top" width="0">
21053 <row>
21054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21055 \begin_inset Text
21056
21057 \begin_layout Plain Layout
21058 sd
21059 \end_layout
21060
21061 \end_inset
21062 </cell>
21063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21064 \begin_inset Text
21065
21066 \begin_layout Plain Layout
21067
21068 \end_layout
21069
21070 \end_inset
21071 </cell>
21072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21073 \begin_inset Text
21074
21075 \begin_layout Plain Layout
21076
21077 \end_layout
21078
21079 \end_inset
21080 </cell>
21081 </row>
21082 <row>
21083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21084 \begin_inset Text
21085
21086 \begin_layout Plain Layout
21087
21088 \end_layout
21089
21090 \end_inset
21091 </cell>
21092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21093 \begin_inset Text
21094
21095 \begin_layout Plain Layout
21096 sd
21097 \end_layout
21098
21099 \end_inset
21100 </cell>
21101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21102 \begin_inset Text
21103
21104 \begin_layout Plain Layout
21105
21106 \end_layout
21107
21108 \end_inset
21109 </cell>
21110 </row>
21111 <row>
21112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21113 \begin_inset Text
21114
21115 \begin_layout Plain Layout
21116
21117 \end_layout
21118
21119 \end_inset
21120 </cell>
21121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21122 \begin_inset Text
21123
21124 \begin_layout Plain Layout
21125
21126 \end_layout
21127
21128 \end_inset
21129 </cell>
21130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21131 \begin_inset Text
21132
21133 \begin_layout Plain Layout
21134 sd
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 </row>
21140 </lyxtabular>
21141
21142 \end_inset
21143
21144
21145 \end_layout
21146
21147 \end_inset
21148
21149
21150 \begin_inset ERT
21151 status collapsed
21152
21153 \begin_layout Plain Layout
21154
21155
21156 \backslash
21157 renewcommand{
21158 \backslash
21159 hline}{
21160 \backslash
21161 myHline}
21162 \end_layout
21163
21164 \end_inset
21165
21166
21167 \end_layout
21168
21169 \begin_layout Standard
21170 \begin_inset VSpace bigskip
21171 \end_inset
21172
21173 To set the line thickness to 1.5
21174 \begin_inset space \thinspace{}
21175 \end_inset
21176
21177 pt only for vertical lines, create the following column format in the document
21178  preamble, according to the description in section
21179 \begin_inset space ~
21180 \end_inset
21181
21182
21183 \begin_inset CommandInset ref
21184 LatexCommand ref
21185 reference "sub:Customized-Format"
21186
21187 \end_inset
21188
21189 :
21190 \end_layout
21191
21192 \begin_layout Standard
21193
21194 \series bold
21195
21196 \backslash
21197 newcolumntype{V}{!{
21198 \backslash
21199 vrule width 1.5pt}}
21200 \end_layout
21201
21202 \begin_layout Standard
21203 For Table
21204 \begin_inset space ~
21205 \end_inset
21206
21207
21208 \begin_inset CommandInset ref
21209 LatexCommand ref
21210 reference "tab:Table-with-vertical"
21211
21212 \end_inset
21213
21214  the LaTeX-argument
21215 \end_layout
21216
21217 \begin_layout Standard
21218
21219 \series bold
21220 VcV
21221 \end_layout
21222
21223 \begin_layout Standard
21224 was used for the last column and
21225 \end_layout
21226
21227 \begin_layout Standard
21228
21229 \series bold
21230 Vc
21231 \end_layout
21232
21233 \begin_layout Standard
21234 for the other columns.
21235 \end_layout
21236
21237 \begin_layout Standard
21238 \begin_inset Float table
21239 wide false
21240 sideways false
21241 status open
21242
21243 \begin_layout Plain Layout
21244 \begin_inset Caption
21245
21246 \begin_layout Plain Layout
21247 \begin_inset CommandInset label
21248 LatexCommand label
21249 name "tab:Table-with-vertical"
21250
21251 \end_inset
21252
21253 Table with 1.5
21254 \begin_inset space \thinspace{}
21255 \end_inset
21256
21257 pt thick vertical lines
21258 \end_layout
21259
21260 \end_inset
21261
21262
21263 \end_layout
21264
21265 \begin_layout Plain Layout
21266 \align center
21267 \begin_inset Tabular
21268 <lyxtabular version="3" rows="3" columns="3">
21269 <features tabularvalignment="middle">
21270 <column alignment="center" valignment="top" width="0" special="Vc">
21271 <column alignment="center" valignment="top" width="0" special="Vc">
21272 <column alignment="center" valignment="top" width="0" special="VcV">
21273 <row>
21274 <cell alignment="center" valignment="top" topline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 sd
21279 \end_layout
21280
21281 \end_inset
21282 </cell>
21283 <cell alignment="center" valignment="top" topline="true" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 <cell alignment="center" valignment="top" topline="true" usebox="none">
21293 \begin_inset Text
21294
21295 \begin_layout Plain Layout
21296
21297 \end_layout
21298
21299 \end_inset
21300 </cell>
21301 </row>
21302 <row>
21303 <cell alignment="center" valignment="top" topline="true" usebox="none">
21304 \begin_inset Text
21305
21306 \begin_layout Plain Layout
21307
21308 \end_layout
21309
21310 \end_inset
21311 </cell>
21312 <cell alignment="center" valignment="top" topline="true" usebox="none">
21313 \begin_inset Text
21314
21315 \begin_layout Plain Layout
21316 sd
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 <cell alignment="center" valignment="top" topline="true" usebox="none">
21322 \begin_inset Text
21323
21324 \begin_layout Plain Layout
21325
21326 \end_layout
21327
21328 \end_inset
21329 </cell>
21330 </row>
21331 <row>
21332 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21333 \begin_inset Text
21334
21335 \begin_layout Plain Layout
21336
21337 \end_layout
21338
21339 \end_inset
21340 </cell>
21341 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21342 \begin_inset Text
21343
21344 \begin_layout Plain Layout
21345
21346 \end_layout
21347
21348 \end_inset
21349 </cell>
21350 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21351 \begin_inset Text
21352
21353 \begin_layout Plain Layout
21354 sd
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 </row>
21360 </lyxtabular>
21361
21362 \end_inset
21363
21364
21365 \end_layout
21366
21367 \end_inset
21368
21369
21370 \end_layout
21371
21372 \begin_layout Subsection
21373 Dashed Lines
21374 \begin_inset Index idx
21375 status collapsed
21376
21377 \begin_layout Plain Layout
21378 Table Customization ! Dashed Lines
21379 \end_layout
21380
21381 \end_inset
21382
21383
21384 \end_layout
21385
21386 \begin_layout Standard
21387 \begin_inset ERT
21388 status collapsed
21389
21390 \begin_layout Plain Layout
21391
21392
21393 \backslash
21394 ifarydshln
21395 \end_layout
21396
21397 \end_inset
21398
21399
21400 \begin_inset Note Note
21401 status open
21402
21403 \begin_layout Plain Layout
21404 The following section will only be displayed when the LaTeX-package 
21405 \series bold
21406 arydshln
21407 \series default
21408  is installed.
21409 \end_layout
21410
21411 \end_inset
21412
21413
21414 \end_layout
21415
21416 \begin_layout Standard
21417 \begin_inset Float table
21418 placement H
21419 wide false
21420 sideways false
21421 status open
21422
21423 \begin_layout Plain Layout
21424 \begin_inset Caption
21425
21426 \begin_layout Plain Layout
21427 \begin_inset CommandInset label
21428 LatexCommand label
21429 name "tab:Table-with-dashed"
21430
21431 \end_inset
21432
21433 Table with dashed lines
21434 \end_layout
21435
21436 \end_inset
21437
21438
21439 \end_layout
21440
21441 \begin_layout Plain Layout
21442 \align center
21443 \begin_inset Tabular
21444 <lyxtabular version="3" rows="5" columns="5">
21445 <features tabularvalignment="middle">
21446 <column alignment="center" valignment="top" width="0">
21447 <column alignment="center" valignment="top" width="0">
21448 <column alignment="center" valignment="top" width="0" special=":c">
21449 <column alignment="center" valignment="top" width="0">
21450 <column alignment="center" valignment="top" width="0">
21451 <row>
21452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21453 \begin_inset Text
21454
21455 \begin_layout Plain Layout
21456 a
21457 \end_layout
21458
21459 \end_inset
21460 </cell>
21461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21462 \begin_inset Text
21463
21464 \begin_layout Plain Layout
21465 b
21466 \end_layout
21467
21468 \end_inset
21469 </cell>
21470 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21471 \begin_inset Text
21472
21473 \begin_layout Plain Layout
21474 c
21475 \end_layout
21476
21477 \end_inset
21478 </cell>
21479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21480 \begin_inset Text
21481
21482 \begin_layout Plain Layout
21483 d
21484 \end_layout
21485
21486 \end_inset
21487 </cell>
21488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21489 \begin_inset Text
21490
21491 \begin_layout Plain Layout
21492 e
21493 \end_layout
21494
21495 \end_inset
21496 </cell>
21497 </row>
21498 <row>
21499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21500 \begin_inset Text
21501
21502 \begin_layout Plain Layout
21503 f
21504 \end_layout
21505
21506 \end_inset
21507 </cell>
21508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21509 \begin_inset Text
21510
21511 \begin_layout Plain Layout
21512 g
21513 \end_layout
21514
21515 \end_inset
21516 </cell>
21517 <cell alignment="center" valignment="top" topline="true" usebox="none">
21518 \begin_inset Text
21519
21520 \begin_layout Plain Layout
21521 h
21522 \end_layout
21523
21524 \end_inset
21525 </cell>
21526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21527 \begin_inset Text
21528
21529 \begin_layout Plain Layout
21530 i
21531 \end_layout
21532
21533 \end_inset
21534 </cell>
21535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21536 \begin_inset Text
21537
21538 \begin_layout Plain Layout
21539 j
21540 \end_layout
21541
21542 \end_inset
21543 </cell>
21544 </row>
21545 <row>
21546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21547 \begin_inset Text
21548
21549 \begin_layout Plain Layout
21550 \begin_inset ERT
21551 status collapsed
21552
21553 \begin_layout Plain Layout
21554
21555
21556 \backslash
21557 hdashline 
21558 \end_layout
21559
21560 \end_inset
21561
21562 k
21563 \end_layout
21564
21565 \end_inset
21566 </cell>
21567 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571 l
21572 \end_layout
21573
21574 \end_inset
21575 </cell>
21576 <cell alignment="center" valignment="top" usebox="none">
21577 \begin_inset Text
21578
21579 \begin_layout Plain Layout
21580 m
21581 \end_layout
21582
21583 \end_inset
21584 </cell>
21585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21586 \begin_inset Text
21587
21588 \begin_layout Plain Layout
21589 n
21590 \end_layout
21591
21592 \end_inset
21593 </cell>
21594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21595 \begin_inset Text
21596
21597 \begin_layout Plain Layout
21598 o
21599 \end_layout
21600
21601 \end_inset
21602 </cell>
21603 </row>
21604 <row>
21605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21606 \begin_inset Text
21607
21608 \begin_layout Plain Layout
21609 \begin_inset ERT
21610 status collapsed
21611
21612 \begin_layout Plain Layout
21613
21614
21615 \backslash
21616 cdashline{4-5}
21617 \end_layout
21618
21619 \end_inset
21620
21621 p
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21627 \begin_inset Text
21628
21629 \begin_layout Plain Layout
21630 q
21631 \end_layout
21632
21633 \end_inset
21634 </cell>
21635 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21636 \begin_inset Text
21637
21638 \begin_layout Plain Layout
21639 r
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21645 \begin_inset Text
21646
21647 \begin_layout Plain Layout
21648 s
21649 \end_layout
21650
21651 \end_inset
21652 </cell>
21653 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21654 \begin_inset Text
21655
21656 \begin_layout Plain Layout
21657
21658 \end_layout
21659
21660 \end_inset
21661 </cell>
21662 </row>
21663 <row>
21664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21665 \begin_inset Text
21666
21667 \begin_layout Plain Layout
21668 t
21669 \end_layout
21670
21671 \end_inset
21672 </cell>
21673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21674 \begin_inset Text
21675
21676 \begin_layout Plain Layout
21677 u
21678 \end_layout
21679
21680 \end_inset
21681 </cell>
21682 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21683 \begin_inset Text
21684
21685 \begin_layout Plain Layout
21686 v
21687 \end_layout
21688
21689 \end_inset
21690 </cell>
21691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21692 \begin_inset Text
21693
21694 \begin_layout Plain Layout
21695 w
21696 \end_layout
21697
21698 \end_inset
21699 </cell>
21700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21701 \begin_inset Text
21702
21703 \begin_layout Plain Layout
21704 x
21705 \end_layout
21706
21707 \end_inset
21708 </cell>
21709 </row>
21710 </lyxtabular>
21711
21712 \end_inset
21713
21714
21715 \end_layout
21716
21717 \end_inset
21718
21719
21720 \end_layout
21721
21722 \begin_layout Standard
21723 LyX does not natively support dashed lines, so you have to use TeX-Code.
21724  As a prerequisite the LaTeX-package 
21725 \series bold
21726 arydshln
21727 \series default
21728
21729 \begin_inset Index idx
21730 status collapsed
21731
21732 \begin_layout Plain Layout
21733 LaTeX-packages ! arydshln
21734 \end_layout
21735
21736 \end_inset
21737
21738  must be loaded in the document preamble with the command
21739 \end_layout
21740
21741 \begin_layout Standard
21742
21743 \series bold
21744
21745 \backslash
21746 usepackage{arydshln}
21747 \end_layout
21748
21749 \begin_layout Standard
21750 To make a vertical line dashed, enter the colon 
21751 \begin_inset Quotes eld
21752 \end_inset
21753
21754 :
21755 \begin_inset Quotes erd
21756 \end_inset
21757
21758  together with the character for the horizontal alignment as LaTeX-argument
21759  in the table cell dialog.
21760 \end_layout
21761
21762 \begin_layout Standard
21763 For a horizontal dashed line add the command
21764 \end_layout
21765
21766 \begin_layout Standard
21767
21768 \series bold
21769
21770 \backslash
21771 hdashline
21772 \end_layout
21773
21774 \begin_layout Standard
21775 in TeX-Code as first element of the first cell in the table row.
21776 \end_layout
21777
21778 \begin_layout Standard
21779 For dashed multicolumn lines use the command
21780 \end_layout
21781
21782 \begin_layout Standard
21783
21784 \series bold
21785
21786 \backslash
21787 cdashline{line number
21788 \series default
21789 }
21790 \end_layout
21791
21792 \begin_layout Standard
21793 in TeX-Code as the first element of the first cell in the table row.
21794  If you have for example a multicolumn spanning columns 2 to 4 and you want
21795  to have a dashed line above, add the command
21796 \end_layout
21797
21798 \begin_layout Standard
21799
21800 \series bold
21801
21802 \backslash
21803 cdashline{2-4}
21804 \end_layout
21805
21806 \begin_layout Standard
21807 as the first element of the first cell in the row of the multicolumn.
21808 \end_layout
21809
21810 \begin_layout Standard
21811 \begin_inset VSpace bigskip
21812 \end_inset
21813
21814
21815 \end_layout
21816
21817 \begin_layout Standard
21818 Table
21819 \begin_inset space ~
21820 \end_inset
21821
21822
21823 \begin_inset CommandInset ref
21824 LatexCommand ref
21825 reference "tab:Table-with-dashed"
21826
21827 \end_inset
21828
21829  was created using 
21830 \begin_inset Quotes eld
21831 \end_inset
21832
21833
21834 \series bold
21835 :c
21836 \series default
21837
21838 \begin_inset Quotes erd
21839 \end_inset
21840
21841  as LaTeX-argument of the third column.
21842  The TeX-Code command 
21843 \series bold
21844
21845 \backslash
21846 hdashline
21847 \series default
21848  was inserted in the first cell of the third row and the TeX-Code command
21849 \begin_inset Newline newline
21850 \end_inset
21851
21852  
21853 \series bold
21854
21855 \backslash
21856 cdashline{4-5}
21857 \series default
21858  was inserted in the first cell of the fourth row.
21859 \end_layout
21860
21861 \begin_layout Standard
21862 \begin_inset VSpace bigskip
21863 \end_inset
21864
21865
21866 \end_layout
21867
21868 \begin_layout Standard
21869 Tables with dashed lines can also be colored as shown by Table
21870 \begin_inset space ~
21871 \end_inset
21872
21873
21874 \begin_inset CommandInset ref
21875 LatexCommand ref
21876 reference "tab:Colored-table-with"
21877
21878 \end_inset
21879
21880 .
21881 \end_layout
21882
21883 \begin_layout Standard
21884 \begin_inset ERT
21885 status collapsed
21886
21887 \begin_layout Plain Layout
21888
21889
21890 \backslash
21891 setlength{
21892 \backslash
21893 arrayrulewidth}{1pt}
21894 \end_layout
21895
21896 \end_inset
21897
21898
21899 \begin_inset Note Note
21900 status collapsed
21901
21902 \begin_layout Plain Layout
21903 thicker lines for better visualization of the line color
21904 \end_layout
21905
21906 \end_inset
21907
21908
21909 \end_layout
21910
21911 \begin_layout Standard
21912 \begin_inset ERT
21913 status collapsed
21914
21915 \begin_layout Plain Layout
21916
21917
21918 \backslash
21919 dashgapcolor{green}
21920 \end_layout
21921
21922 \end_inset
21923
21924
21925 \begin_inset Note Note
21926 status collapsed
21927
21928 \begin_layout Plain Layout
21929 color gaps between dashes green
21930 \end_layout
21931
21932 \end_inset
21933
21934
21935 \end_layout
21936
21937 \begin_layout Standard
21938 \begin_inset ERT
21939 status collapsed
21940
21941 \begin_layout Plain Layout
21942
21943
21944 \backslash
21945 let
21946 \backslash
21947 myHdashline
21948 \backslash
21949 hdashline
21950 \end_layout
21951
21952 \begin_layout Plain Layout
21953
21954
21955 \backslash
21956 renewcommand{
21957 \backslash
21958 hdashline}
21959 \end_layout
21960
21961 \begin_layout Plain Layout
21962
21963  {
21964 \backslash
21965 arrayrulecolor{red}
21966 \backslash
21967 myHdashline
21968 \backslash
21969 arrayrulecolor{black}}
21970 \end_layout
21971
21972 \end_inset
21973
21974
21975 \begin_inset Note Note
21976 status collapsed
21977
21978 \begin_layout Plain Layout
21979 color horizontal, dashed lines red
21980 \end_layout
21981
21982 \end_inset
21983
21984
21985 \end_layout
21986
21987 \begin_layout Standard
21988 \begin_inset ERT
21989 status collapsed
21990
21991 \begin_layout Plain Layout
21992
21993
21994 \backslash
21995 let
21996 \backslash
21997 myCdashline
21998 \backslash
21999 cdashline
22000 \end_layout
22001
22002 \begin_layout Plain Layout
22003
22004
22005 \backslash
22006 renewcommand{
22007 \backslash
22008 cdashline}[1]
22009 \end_layout
22010
22011 \begin_layout Plain Layout
22012
22013  {
22014 \backslash
22015 arrayrulecolor{yellow}
22016 \backslash
22017 myCdashline{#1}
22018 \backslash
22019 arrayrulecolor{black}}
22020 \end_layout
22021
22022 \end_inset
22023
22024
22025 \begin_inset Note Note
22026 status collapsed
22027
22028 \begin_layout Plain Layout
22029 color partial horizontal, dashed lines yellow
22030 \end_layout
22031
22032 \end_inset
22033
22034
22035 \end_layout
22036
22037 \begin_layout Standard
22038 \begin_inset Float table
22039 placement h
22040 wide false
22041 sideways false
22042 status open
22043
22044 \begin_layout Plain Layout
22045 \begin_inset Caption
22046
22047 \begin_layout Plain Layout
22048 \begin_inset CommandInset label
22049 LatexCommand label
22050 name "tab:Colored-table-with"
22051
22052 \end_inset
22053
22054 Colored table with dashed lines
22055 \end_layout
22056
22057 \end_inset
22058
22059
22060 \end_layout
22061
22062 \begin_layout Plain Layout
22063 \align center
22064 \begin_inset Tabular
22065 <lyxtabular version="3" rows="5" columns="5">
22066 <features tabularvalignment="middle">
22067 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
22068 <column alignment="center" valignment="top" width="0pt">
22069 <column alignment="center" valignment="top" width="0pt" special=":c">
22070 <column alignment="center" valignment="top" width="0">
22071 <column alignment="center" valignment="top" width="0">
22072 <row>
22073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22074 \begin_inset Text
22075
22076 \begin_layout Plain Layout
22077 a
22078 \end_layout
22079
22080 \end_inset
22081 </cell>
22082 <cell alignment="center" valignment="top" topline="true" usebox="none">
22083 \begin_inset Text
22084
22085 \begin_layout Plain Layout
22086 b
22087 \end_layout
22088
22089 \end_inset
22090 </cell>
22091 <cell alignment="center" valignment="top" topline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095 c
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22101 \begin_inset Text
22102
22103 \begin_layout Plain Layout
22104 d
22105 \end_layout
22106
22107 \end_inset
22108 </cell>
22109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22110 \begin_inset Text
22111
22112 \begin_layout Plain Layout
22113 e
22114 \end_layout
22115
22116 \end_inset
22117 </cell>
22118 </row>
22119 <row>
22120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22121 \begin_inset Text
22122
22123 \begin_layout Plain Layout
22124 f
22125 \end_layout
22126
22127 \end_inset
22128 </cell>
22129 <cell alignment="center" valignment="top" topline="true" usebox="none">
22130 \begin_inset Text
22131
22132 \begin_layout Plain Layout
22133 g
22134 \end_layout
22135
22136 \end_inset
22137 </cell>
22138 <cell alignment="center" valignment="top" topline="true" usebox="none">
22139 \begin_inset Text
22140
22141 \begin_layout Plain Layout
22142 h
22143 \end_layout
22144
22145 \end_inset
22146 </cell>
22147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22148 \begin_inset Text
22149
22150 \begin_layout Plain Layout
22151 i
22152 \end_layout
22153
22154 \end_inset
22155 </cell>
22156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22157 \begin_inset Text
22158
22159 \begin_layout Plain Layout
22160 j
22161 \end_layout
22162
22163 \end_inset
22164 </cell>
22165 </row>
22166 <row>
22167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22168 \begin_inset Text
22169
22170 \begin_layout Plain Layout
22171 \begin_inset ERT
22172 status collapsed
22173
22174 \begin_layout Plain Layout
22175
22176
22177 \backslash
22178 hdashline 
22179 \end_layout
22180
22181 \end_inset
22182
22183
22184 \begin_inset ERT
22185 status collapsed
22186
22187 \begin_layout Plain Layout
22188
22189
22190 \backslash
22191 rowcolor{Gray}
22192 \end_layout
22193
22194 \end_inset
22195
22196 k
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205 l
22206 \end_layout
22207
22208 \end_inset
22209 </cell>
22210 <cell alignment="center" valignment="top" usebox="none">
22211 \begin_inset Text
22212
22213 \begin_layout Plain Layout
22214 m
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22220 \begin_inset Text
22221
22222 \begin_layout Plain Layout
22223 n
22224 \end_layout
22225
22226 \end_inset
22227 </cell>
22228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22229 \begin_inset Text
22230
22231 \begin_layout Plain Layout
22232 o
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 </row>
22238 <row>
22239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243 \begin_inset ERT
22244 status collapsed
22245
22246 \begin_layout Plain Layout
22247
22248
22249 \backslash
22250 cdashline{4-5}
22251 \end_layout
22252
22253 \end_inset
22254
22255 p
22256 \end_layout
22257
22258 \end_inset
22259 </cell>
22260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22261 \begin_inset Text
22262
22263 \begin_layout Plain Layout
22264 q
22265 \end_layout
22266
22267 \end_inset
22268 </cell>
22269 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22270 \begin_inset Text
22271
22272 \begin_layout Plain Layout
22273 r
22274 \end_layout
22275
22276 \end_inset
22277 </cell>
22278 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22279 \begin_inset Text
22280
22281 \begin_layout Plain Layout
22282 s
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22288 \begin_inset Text
22289
22290 \begin_layout Plain Layout
22291
22292 \end_layout
22293
22294 \end_inset
22295 </cell>
22296 </row>
22297 <row>
22298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22299 \begin_inset Text
22300
22301 \begin_layout Plain Layout
22302 t
22303 \end_layout
22304
22305 \end_inset
22306 </cell>
22307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311 u
22312 \end_layout
22313
22314 \end_inset
22315 </cell>
22316 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22317 \begin_inset Text
22318
22319 \begin_layout Plain Layout
22320 v
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22326 \begin_inset Text
22327
22328 \begin_layout Plain Layout
22329 w
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22335 \begin_inset Text
22336
22337 \begin_layout Plain Layout
22338 \begin_inset ERT
22339 status collapsed
22340
22341 \begin_layout Plain Layout
22342
22343
22344 \backslash
22345 cellcolor{Maroon}
22346 \end_layout
22347
22348 \end_inset
22349
22350 i
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 </row>
22356 </lyxtabular>
22357
22358 \end_inset
22359
22360
22361 \end_layout
22362
22363 \end_inset
22364
22365
22366 \end_layout
22367
22368 \begin_layout Standard
22369 \begin_inset ERT
22370 status collapsed
22371
22372 \begin_layout Plain Layout
22373
22374
22375 \backslash
22376 renewcommand{
22377 \backslash
22378 hdashline}{
22379 \backslash
22380 myHdashline}
22381 \end_layout
22382
22383 \end_inset
22384
22385
22386 \begin_inset Note Note
22387 status collapsed
22388
22389 \begin_layout Plain Layout
22390 reset to default
22391 \end_layout
22392
22393 \end_inset
22394
22395
22396 \end_layout
22397
22398 \begin_layout Standard
22399 \begin_inset ERT
22400 status collapsed
22401
22402 \begin_layout Plain Layout
22403
22404
22405 \backslash
22406 renewcommand{
22407 \backslash
22408 cdashline}{
22409 \backslash
22410 myCdashline}
22411 \end_layout
22412
22413 \end_inset
22414
22415
22416 \begin_inset Note Note
22417 status collapsed
22418
22419 \begin_layout Plain Layout
22420 reset to default
22421 \end_layout
22422
22423 \end_inset
22424
22425
22426 \end_layout
22427
22428 \begin_layout Standard
22429 \begin_inset ERT
22430 status collapsed
22431
22432 \begin_layout Plain Layout
22433
22434
22435 \backslash
22436 nodashgapcolor
22437 \end_layout
22438
22439 \end_inset
22440
22441
22442 \begin_inset Note Note
22443 status collapsed
22444
22445 \begin_layout Plain Layout
22446 reset to default
22447 \end_layout
22448
22449 \end_inset
22450
22451
22452 \end_layout
22453
22454 \begin_layout Standard
22455 \begin_inset ERT
22456 status collapsed
22457
22458 \begin_layout Plain Layout
22459
22460
22461 \backslash
22462 setlength{
22463 \backslash
22464 arrayrulewidth}{0.4pt}
22465 \end_layout
22466
22467 \end_inset
22468
22469
22470 \begin_inset Note Note
22471 status collapsed
22472
22473 \begin_layout Plain Layout
22474 reset to default
22475 \end_layout
22476
22477 \end_inset
22478
22479
22480 \end_layout
22481
22482 \begin_layout Standard
22483 The coloring of lines, columns and lines works as decribed in section
22484 \begin_inset space ~
22485 \end_inset
22486
22487
22488 \begin_inset CommandInset ref
22489 LatexCommand ref
22490 reference "sec:Colored-Tables"
22491
22492 \end_inset
22493
22494 .
22495  Coloring horizontal lines works analogically as described there as well,
22496  one only needs to replace in the commands 
22497 \series bold
22498
22499 \backslash
22500 myHlineC
22501 \series default
22502  by 
22503 \series bold
22504
22505 \backslash
22506 myHdashline
22507 \series default
22508  and 
22509 \backslash
22510
22511 \series bold
22512 hline
22513 \series default
22514  by 
22515 \series bold
22516
22517 \backslash
22518 hdashline
22519 \series default
22520 ; so one uses the command
22521 \end_layout
22522
22523 \begin_layout Standard
22524
22525 \series bold
22526
22527 \backslash
22528 let
22529 \backslash
22530 myHdashline
22531 \backslash
22532 hdashline
22533 \begin_inset Newline newline
22534 \end_inset
22535
22536
22537 \backslash
22538 renewcommand{
22539 \backslash
22540 hdashline}
22541 \begin_inset Newline newline
22542 \end_inset
22543
22544
22545 \begin_inset Phantom HPhantom
22546 status open
22547
22548 \begin_layout Plain Layout
22549 \begin_inset space ~
22550 \end_inset
22551
22552
22553 \end_layout
22554
22555 \end_inset
22556
22557 {
22558 \backslash
22559 arrayrulecolor{red}
22560 \backslash
22561 myHdashline
22562 \backslash
22563 arrayrulecolor{black}}
22564 \end_layout
22565
22566 \begin_layout Standard
22567 To color 
22568 \series bold
22569
22570 \backslash
22571 cdashline
22572 \series default
22573 , the command is
22574 \end_layout
22575
22576 \begin_layout Standard
22577
22578 \series bold
22579
22580 \backslash
22581 let
22582 \backslash
22583 myCdashline
22584 \backslash
22585 cdashline
22586 \begin_inset Newline newline
22587 \end_inset
22588
22589
22590 \backslash
22591 renewcommand{
22592 \backslash
22593 cdashline}[1]
22594 \begin_inset Newline newline
22595 \end_inset
22596
22597
22598 \begin_inset Phantom HPhantom
22599 status open
22600
22601 \begin_layout Plain Layout
22602 \begin_inset space ~
22603 \end_inset
22604
22605
22606 \end_layout
22607
22608 \end_inset
22609
22610 {
22611 \backslash
22612 arrayrulecolor{red}
22613 \backslash
22614 myCdashline{#1}
22615 \backslash
22616 arrayrulecolor{black}}
22617 \end_layout
22618
22619 \begin_layout Standard
22620 To get back the black line color, one needs to insert the following commands
22621  as TeX-Code behind the table:
22622 \end_layout
22623
22624 \begin_layout Standard
22625 For 
22626 \series bold
22627
22628 \backslash
22629 hdashline
22630 \end_layout
22631
22632 \begin_layout Standard
22633
22634 \series bold
22635
22636 \backslash
22637 renewcommand{
22638 \backslash
22639 hdashline}{
22640 \backslash
22641 myHdashline}
22642 \end_layout
22643
22644 \begin_layout Standard
22645 and for 
22646 \series bold
22647
22648 \backslash
22649 cdashline
22650 \end_layout
22651
22652 \begin_layout Standard
22653
22654 \series bold
22655
22656 \backslash
22657 renewcommand{
22658 \backslash
22659 cdashline}{
22660 \backslash
22661 myCdashline}
22662 \end_layout
22663
22664 \begin_layout Standard
22665 To color the gaps between the dashes the command
22666 \end_layout
22667
22668 \begin_layout Standard
22669
22670 \series bold
22671
22672 \backslash
22673 dashgapcolor{color}
22674 \end_layout
22675
22676 \begin_layout Standard
22677 can be used in front of a table as TeX-Code.
22678  color is hereby the name of a defined color.
22679  The command
22680 \end_layout
22681
22682 \begin_layout Standard
22683
22684 \series bold
22685
22686 \backslash
22687 nodashgapcolor
22688 \end_layout
22689
22690 \begin_layout Standard
22691 unsets the changes made by 
22692 \series bold
22693
22694 \backslash
22695 dashgapcolor
22696 \series default
22697 .
22698 \end_layout
22699
22700 \begin_layout Standard
22701 \begin_inset Note Greyedout
22702 status open
22703
22704 \begin_layout Plain Layout
22705
22706 \series bold
22707 \color none
22708 Note
22709 \series default
22710 : If there are multiple commands in a cell, the command of 
22711 \series bold
22712 arydshln
22713 \series default
22714  needs to be the first one in the cell.
22715  Therefore in cell 
22716 \emph on
22717 k
22718 \emph default
22719  of Table
22720 \begin_inset space ~
22721 \end_inset
22722
22723
22724 \begin_inset CommandInset ref
22725 LatexCommand ref
22726 reference "tab:Colored-table-with"
22727
22728 \end_inset
22729
22730  the command 
22731 \series bold
22732
22733 \backslash
22734 hdashline
22735 \series default
22736  is before 
22737 \series bold
22738
22739 \backslash
22740 rowcolor
22741 \series default
22742 .
22743 \end_layout
22744
22745 \end_inset
22746
22747
22748 \end_layout
22749
22750 \begin_layout Standard
22751 \begin_inset Note Greyedout
22752 status open
22753
22754 \begin_layout Plain Layout
22755
22756 \series bold
22757 \color none
22758 Note:
22759 \series default
22760  The LaTeX-package 
22761 \series bold
22762 arydshln
22763 \series default
22764  must be loaded in the document preamble before the LaTeX-package 
22765 \series bold
22766 colortbl
22767 \series default
22768
22769 \begin_inset Index idx
22770 status collapsed
22771
22772 \begin_layout Plain Layout
22773 LaTeX-packages ! colortbl
22774 \end_layout
22775
22776 \end_inset
22777
22778 .
22779 \end_layout
22780
22781 \end_inset
22782
22783
22784 \end_layout
22785
22786 \begin_layout Standard
22787 \begin_inset ERT
22788 status collapsed
22789
22790 \begin_layout Plain Layout
22791
22792
22793 \backslash
22794 else
22795 \end_layout
22796
22797 \end_inset
22798
22799
22800 \begin_inset Note Note
22801 status open
22802
22803 \begin_layout Plain Layout
22804 The following will be displayed when the LaTeX-package 
22805 \series bold
22806 arydshln
22807 \series default
22808  is not installed:
22809 \end_layout
22810
22811 \end_inset
22812
22813
22814 \end_layout
22815
22816 \begin_layout Standard
22817 You need to install the package 
22818 \series bold
22819 arydshln
22820 \series default
22821  to see the content of this section in the output.
22822 \end_layout
22823
22824 \begin_layout Standard
22825 \begin_inset ERT
22826 status collapsed
22827
22828 \begin_layout Plain Layout
22829
22830
22831 \backslash
22832 fi
22833 \end_layout
22834
22835 \end_inset
22836
22837
22838 \end_layout
22839
22840 \begin_layout Standard
22841 For more information about dashed lines see the documentation of 
22842 \series bold
22843 arydshln
22844 \series default
22845
22846 \begin_inset CommandInset citation
22847 LatexCommand cite
22848 key "arydshln"
22849
22850 \end_inset
22851
22852 .
22853 \end_layout
22854
22855 \begin_layout Chapter
22856 Floats
22857 \begin_inset CommandInset label
22858 LatexCommand label
22859 name "chap:Floats"
22860
22861 \end_inset
22862
22863
22864 \begin_inset Index idx
22865 status collapsed
22866
22867 \begin_layout Plain Layout
22868 Floats
22869 \end_layout
22870
22871 \end_inset
22872
22873
22874 \end_layout
22875
22876 \begin_layout Section
22877 Introduction
22878 \begin_inset CommandInset label
22879 LatexCommand label
22880 name "sec:FloatIntroduction"
22881
22882 \end_inset
22883
22884
22885 \begin_inset Index idx
22886 status collapsed
22887
22888 \begin_layout Plain Layout
22889 Floats ! Introduction
22890 \end_layout
22891
22892 \end_inset
22893
22894
22895 \end_layout
22896
22897 \begin_layout Standard
22898 A float is a block of text associated with some sort of label, which doesn't
22899  have a fixed location.
22900  It can 
22901 \begin_inset Quotes eld
22902 \end_inset
22903
22904 float
22905 \begin_inset Quotes erd
22906 \end_inset
22907
22908  forward or backward a page or two, to wherever it fits best.
22909  
22910 \family sans
22911 Footnotes
22912 \family default
22913  and 
22914 \family sans
22915 Margin
22916 \begin_inset space ~
22917 \end_inset
22918
22919 Notes
22920 \family default
22921  are also floats, because they can float to the next page when there are
22922  too many notes on the page.
22923 \end_layout
22924
22925 \begin_layout Standard
22926 Floats allow a high quality layout.
22927  Images and tables can be spread evenly to the pages to avoid white space
22928  and pages without text.
22929  As the floating often destroys the context between the text and the image/table
22930 , every float can be referenced in the text.
22931  Floats are therefore numbered.
22932  Referencing is described in section
22933 \begin_inset space ~
22934 \end_inset
22935
22936
22937 \begin_inset CommandInset ref
22938 LatexCommand ref
22939 reference "sec:Referencing-Floats"
22940
22941 \end_inset
22942
22943 .
22944 \end_layout
22945
22946 \begin_layout Standard
22947 To insert a float, use the menu 
22948 \family sans
22949 Insert\SpecialChar \menuseparator
22950 Float
22951 \family default
22952 .
22953  This inserts the 
22954 \family sans
22955 Caption
22956 \family default
22957  inset, a box with a label.
22958  The label will automatically be translated to the document language in
22959  the output.
22960  After the label you can insert the caption text.
22961  The image or table is inserted above or below the caption in a separate
22962  paragraph within the float.
22963  More about the caption placement is contained in section
22964 \begin_inset space ~
22965 \end_inset
22966
22967
22968 \begin_inset CommandInset ref
22969 LatexCommand ref
22970 reference "sec:Caption-Placement"
22971
22972 \end_inset
22973
22974 .
22975  To keep your LyX-document readable, you can open and close the float box
22976  by left-clicking on the box label.
22977  A closed float box looks like this: 
22978 \begin_inset Graphics
22979         filename clipart/floatQt4.png
22980         scale 70
22981         scaleBeforeRotation
22982
22983 \end_inset
22984
22985  â€“ a gray button with a red label.
22986 \end_layout
22987
22988 \begin_layout Standard
22989 It is recommended that you insert floats as a separate standard paragraph
22990  to avoid possible LaTeX-errors that can occur when the surrounding text
22991  is specially formatted.
22992 \end_layout
22993
22994 \begin_layout Standard
22995 Existing figures or tables can be put into a float by highlighting them
22996  and then pressing the corresponding toolbar button for a new float.
22997 \end_layout
22998
22999 \begin_layout Section
23000 Float Types
23001 \end_layout
23002
23003 \begin_layout Standard
23004 Besides figure and table floats that are described in sections
23005 \begin_inset space ~
23006 \end_inset
23007
23008
23009 \begin_inset CommandInset ref
23010 LatexCommand ref
23011 reference "sec:Figure-Floats"
23012
23013 \end_inset
23014
23015  and 
23016 \begin_inset CommandInset ref
23017 LatexCommand ref
23018 reference "sec:Table-Floats"
23019
23020 \end_inset
23021
23022  respectively, LyX offers the float types 
23023 \family sans
23024 Algorithm
23025 \family default
23026  and 
23027 \family sans
23028 Wrap
23029 \family default
23030 .
23031  The latter are explained in sec.
23032 \begin_inset space \thinspace{}
23033 \end_inset
23034
23035
23036 \begin_inset CommandInset ref
23037 LatexCommand ref
23038 reference "sec:Wrap-Floats"
23039
23040 \end_inset
23041
23042 .
23043 \end_layout
23044
23045 \begin_layout Subsection
23046 Algorithm Floats
23047 \begin_inset Index idx
23048 status collapsed
23049
23050 \begin_layout Plain Layout
23051 Floats ! Algorithms
23052 \end_layout
23053
23054 \end_inset
23055
23056
23057 \end_layout
23058
23059 \begin_layout Standard
23060 \begin_inset Float algorithm
23061 placement h
23062 wide false
23063 sideways false
23064 status open
23065
23066 \begin_layout Plain Layout
23067 \begin_inset Caption
23068
23069 \begin_layout Plain Layout
23070 \begin_inset CommandInset label
23071 LatexCommand label
23072 name "alg:Example-Algorithm-float"
23073
23074 \end_inset
23075
23076 Example Algorithm float
23077 \end_layout
23078
23079 \end_inset
23080
23081
23082 \end_layout
23083
23084 \begin_layout LyX-Code
23085 for I in 1..N loop
23086 \begin_inset Newline newline
23087 \end_inset
23088
23089  Sum:= Sum + A(I); /*comment*/
23090 \begin_inset Newline newline
23091 \end_inset
23092
23093 end loop
23094 \begin_inset VSpace -4mm
23095 \end_inset
23096
23097
23098 \end_layout
23099
23100 \end_inset
23101
23102
23103 \end_layout
23104
23105 \begin_layout Standard
23106 This float type is inserted with the menu 
23107 \family sans
23108 Insert\SpecialChar \menuseparator
23109 Floats\SpecialChar \menuseparator
23110 Algorithm
23111 \family default
23112 .
23113  It is used for program codes and descriptions of algorithms and can be
23114  seen as an alternative to program code listings that are explained in chapter
23115 \begin_inset space ~
23116 \end_inset
23117
23118
23119 \begin_inset CommandInset ref
23120 LatexCommand ref
23121 reference "cha:Program-Code-Listings"
23122
23123 \end_inset
23124
23125 .
23126  A possible environment for algorithms is the 
23127 \family sans
23128 LyX-Code
23129 \family default
23130 , described in LyX's 
23131 \emph on
23132 Userguide
23133 \emph default
23134 .
23135  Algorithm
23136 \begin_inset space ~
23137 \end_inset
23138
23139
23140 \begin_inset CommandInset ref
23141 LatexCommand ref
23142 reference "alg:Example-Algorithm-float"
23143
23144 \end_inset
23145
23146  is an example of an algorithm float where -4
23147 \begin_inset space \thinspace{}
23148 \end_inset
23149
23150 mm vertical space was added at the end of the float to have the bottom rule
23151  exactly below the last text line.
23152 \end_layout
23153
23154 \begin_layout Standard
23155 The float label is not automatically translated into the document language.
23156  If your document is not in English, you have to do this manually by adding
23157  the following line to the document preamble
23158 \series bold
23159 :
23160 \end_layout
23161
23162 \begin_layout Standard
23163
23164 \series bold
23165
23166 \backslash
23167 floatname{algorithm}{your
23168 \begin_inset space ~
23169 \end_inset
23170
23171 name}
23172 \end_layout
23173
23174 \begin_layout Standard
23175 where 
23176 \family sans
23177 your
23178 \begin_inset space ~
23179 \end_inset
23180
23181 name
23182 \family default
23183  is the word 
23184 \begin_inset Quotes eld
23185 \end_inset
23186
23187
23188 \emph on
23189 algorithm
23190 \emph default
23191
23192 \begin_inset Quotes erd
23193 \end_inset
23194
23195  in your language.
23196 \end_layout
23197
23198 \begin_layout Standard
23199 To insert the list of algorithms you can use the menu 
23200 \family sans
23201 Insert\SpecialChar \menuseparator
23202 List
23203 \begin_inset space \thinspace{}
23204 \end_inset
23205
23206 /
23207 \begin_inset space \thinspace{}
23208 \end_inset
23209
23210 TOC\SpecialChar \menuseparator
23211 List of Algorithms
23212 \family default
23213  when your document has the same language as LyX's menu names.
23214  In other cases use this command in TeX-Code instead:
23215 \end_layout
23216
23217 \begin_layout Standard
23218
23219 \series bold
23220
23221 \backslash
23222 listof{algorithm}{your
23223 \begin_inset space ~
23224 \end_inset
23225
23226 name}
23227 \end_layout
23228
23229 \begin_layout Standard
23230 where 
23231 \family sans
23232 your
23233 \begin_inset space ~
23234 \end_inset
23235
23236 name
23237 \family default
23238  is the word 
23239 \begin_inset Quotes eld
23240 \end_inset
23241
23242
23243 \emph on
23244 List of Algorithm
23245 \emph default
23246 s
23247 \begin_inset Quotes erd
23248 \end_inset
23249
23250  in your language.
23251 \end_layout
23252
23253 \begin_layout Standard
23254 Algorithm floats are not by default numbered in the scheme 
23255 \begin_inset Quotes eld
23256 \end_inset
23257
23258 chapter.algorithm
23259 \begin_inset Quotes erd
23260 \end_inset
23261
23262  as is the case for table and figure floats in many document-classes.
23263  To number algorithm floats in the same scheme, add this command to your
23264  document preamble:
23265 \end_layout
23266
23267 \begin_layout Standard
23268
23269 \series bold
23270
23271 \backslash
23272 numberwithin{algorithm}{chapter}
23273 \end_layout
23274
23275 \begin_layout Standard
23276 To be able to use the command 
23277 \series bold
23278
23279 \backslash
23280 numberwithin
23281 \series default
23282 , set in the tab 
23283 \family sans
23284 Math
23285 \begin_inset space ~
23286 \end_inset
23287
23288 Options
23289 \family default
23290  in the document settings the option 
23291 \family sans
23292 Use
23293 \begin_inset space ~
23294 \end_inset
23295
23296 AMS
23297 \begin_inset space ~
23298 \end_inset
23299
23300 math
23301 \begin_inset space ~
23302 \end_inset
23303
23304 package
23305 \family default
23306 .
23307 \end_layout
23308
23309 \begin_layout Section
23310 Float Numbering
23311 \begin_inset Index idx
23312 status collapsed
23313
23314 \begin_layout Plain Layout
23315 Floats ! Numbering
23316 \end_layout
23317
23318 \end_inset
23319
23320
23321 \end_layout
23322
23323 \begin_layout Standard
23324 Floats are usually numbered either independently from the sections the floats
23325  are in, or in the scheme 
23326 \begin_inset Quotes eld
23327 \end_inset
23328
23329 chapter.number
23330 \begin_inset Quotes erd
23331 \end_inset
23332
23333  or 
23334 \begin_inset Quotes eld
23335 \end_inset
23336
23337 section.number
23338 \begin_inset Quotes erd
23339 \end_inset
23340
23341 .
23342  This depends on the document class used.
23343 \end_layout
23344
23345 \begin_layout Standard
23346 To change section-independent numbering, you can use this command in the
23347  document preamble:
23348 \end_layout
23349
23350 \begin_layout Standard
23351
23352 \series bold
23353
23354 \backslash
23355 renewcommand{
23356 \backslash
23357 thetable}{
23358 \backslash
23359 roman{table}}
23360 \end_layout
23361
23362 \begin_layout Standard
23363
23364 \series bold
23365
23366 \backslash
23367 thetable
23368 \series default
23369  is the command that prints the table number, for figure floats, the command
23370  would be 
23371 \series bold
23372
23373 \backslash
23374 thefigure
23375 \series default
23376 .
23377  
23378 \series bold
23379
23380 \backslash
23381 roman
23382 \series default
23383  in the command above prints the table number as small roman number.
23384 \end_layout
23385
23386 \begin_layout Standard
23387 To change the numbering scheme for example to 
23388 \begin_inset Quotes eld
23389 \end_inset
23390
23391 subsection.number
23392 \begin_inset Quotes erd
23393 \end_inset
23394
23395 , use this command in the preamble:
23396 \end_layout
23397
23398 \begin_layout Standard
23399
23400 \series bold
23401
23402 \backslash
23403 numberwithin{table}{subsection}
23404 \end_layout
23405
23406 \begin_layout Standard
23407 To be able to use the command 
23408 \series bold
23409
23410 \backslash
23411 numberwithin
23412 \series default
23413 , set in the tab 
23414 \family sans
23415 Math
23416 \begin_inset space ~
23417 \end_inset
23418
23419 Options
23420 \family default
23421  in the document settings the option 
23422 \family sans
23423 Use
23424 \begin_inset space ~
23425 \end_inset
23426
23427 AMS
23428 \begin_inset space ~
23429 \end_inset
23430
23431 math
23432 \begin_inset space ~
23433 \end_inset
23434
23435 package
23436 \family default
23437 .
23438 \end_layout
23439
23440 \begin_layout Standard
23441 Please also have a look at section
23442 \begin_inset space ~
23443 \end_inset
23444
23445
23446 \begin_inset CommandInset ref
23447 LatexCommand ref
23448 reference "sub:Footnote-Numbering"
23449
23450 \end_inset
23451
23452  for the details and important notes about the numbering commands.
23453 \end_layout
23454
23455 \begin_layout Section
23456 Referencing Floats
23457 \begin_inset CommandInset label
23458 LatexCommand label
23459 name "sec:Referencing-Floats"
23460
23461 \end_inset
23462
23463
23464 \begin_inset Index idx
23465 status collapsed
23466
23467 \begin_layout Plain Layout
23468 Floats ! References
23469 \end_layout
23470
23471 \end_inset
23472
23473
23474 \begin_inset Index idx
23475 status collapsed
23476
23477 \begin_layout Plain Layout
23478 References ! to Floats
23479 \end_layout
23480
23481 \end_inset
23482
23483
23484 \end_layout
23485
23486 \begin_layout Standard
23487 To reference a float, insert a label into its caption using the menu 
23488 \family sans
23489 Insert\SpecialChar \menuseparator
23490 Label
23491 \family default
23492  or the toolbar button 
23493 \family sans
23494
23495 \begin_inset Info
23496 type  "icon"
23497 arg   "label-insert"
23498 \end_inset
23499
23500
23501 \family default
23502 .
23503  A grey label box like this one: 
23504 \begin_inset Graphics
23505         filename clipart/labelQt4.png
23506         scale 85
23507         scaleBeforeRotation
23508
23509 \end_inset
23510
23511  will be inserted and the label window pops up asking for the label text.
23512  LyX offers as text the first words of the caption with a prefix.
23513  The prefix depends on the float type, e.
23514 \begin_inset space \thinspace{}
23515 \end_inset
23516
23517 g.
23518 \begin_inset space \space{}
23519 \end_inset
23520
23521 for figure floats the prefix will be "
23522 \family sans
23523 fig:
23524 \family default
23525 ".
23526 \end_layout
23527
23528 \begin_layout Standard
23529 The label is used as anchor and name for the reference.
23530  You can refer to the label using the menu 
23531 \family sans
23532 Insert\SpecialChar \menuseparator
23533 Cross-reference
23534 \family default
23535  or the toolbar button 
23536 \family sans
23537
23538 \begin_inset Info
23539 type  "icon"
23540 arg   "dialog-show-new-inset ref"
23541 \end_inset
23542
23543
23544 \family default
23545 .
23546  A grey cross-reference box like this one: 
23547 \begin_inset Graphics
23548         filename clipart/referenceQt4.png
23549         scale 85
23550         scaleBeforeRotation
23551
23552 \end_inset
23553
23554  will be inserted and the cross-reference window appear showing all labels
23555  of the document.
23556  If you have multiple LyX-documents opened, choose the one you are working
23557  on from the drop-list at the top of the dialog.
23558  You can now sort the labels alphabetically and then choose one.
23559  At the position of the cross-reference box the float number will appear
23560  in the output.
23561 \end_layout
23562
23563 \begin_layout Standard
23564 It is recommended that you use a protected space between the cross-reference
23565  name and its number to avoid line breaks between them.
23566  If a cross-reference refers to a non-existing label, you will see two question
23567  marks in the output instead of the reference.
23568 \end_layout
23569
23570 \begin_layout Standard
23571 You can change labels at any time by clicking on the label box.
23572  References to the changed label will automatically change its link to the
23573  new label text, so that you don't need to take care about this.
23574 \end_layout
23575
23576 \begin_layout Standard
23577 The button 
23578 \family sans
23579 Go
23580 \begin_inset space ~
23581 \end_inset
23582
23583 to
23584 \begin_inset space ~
23585 \end_inset
23586
23587 Label
23588 \family default
23589  in the cross-reference window sets the cursor before the referred label.
23590  The button text changes then to Go
23591 \begin_inset space ~
23592 \end_inset
23593
23594 Back and you can use it to set the cursor back to the cross-reference.
23595  Right-clicking on a cross-reference box also sets the cursor before the
23596  referenced label but without the possibility of going back.
23597 \end_layout
23598
23599 \begin_layout Subsection
23600 Cross-Reference Formats
23601 \begin_inset CommandInset label
23602 LatexCommand label
23603 name "sub:Cross-Reference-Formats"
23604
23605 \end_inset
23606
23607
23608 \begin_inset Index idx
23609 status collapsed
23610
23611 \begin_layout Plain Layout
23612 References ! Formats
23613 \end_layout
23614
23615 \end_inset
23616
23617
23618 \end_layout
23619
23620 \begin_layout Standard
23621 There are six varieties of cross-references:
23622 \end_layout
23623
23624 \begin_layout Description
23625 <reference>: prints the float number, this is the default: 
23626 \begin_inset CommandInset ref
23627 LatexCommand ref
23628 reference "fig:Two-distorted-images"
23629
23630 \end_inset
23631
23632
23633 \end_layout
23634
23635 \begin_layout Description
23636 (<reference>): prints the float number within two parentheses, this is the
23637  style normally used to reference formulas, especially when the reference
23638  name 
23639 \begin_inset Quotes eld
23640 \end_inset
23641
23642 Equation
23643 \begin_inset Quotes erd
23644 \end_inset
23645
23646  is omitted: 
23647 \begin_inset CommandInset ref
23648 LatexCommand eqref
23649 reference "eq:Wgn"
23650
23651 \end_inset
23652
23653
23654 \end_layout
23655
23656 \begin_layout Description
23657 <page>: prints the page number: Page
23658 \begin_inset space ~
23659 \end_inset
23660
23661
23662 \begin_inset CommandInset ref
23663 LatexCommand pageref
23664 reference "fig:Two-distorted-images"
23665
23666 \end_inset
23667
23668
23669 \end_layout
23670
23671 \begin_layout Description
23672 on
23673 \begin_inset space ~
23674 \end_inset
23675
23676 page
23677 \begin_inset space ~
23678 \end_inset
23679
23680 <page>: prints the text "on page" and the page number: 
23681 \begin_inset CommandInset ref
23682 LatexCommand vpageref
23683 reference "fig:Two-distorted-images"
23684
23685 \end_inset
23686
23687
23688 \end_layout
23689
23690 \begin_layout Description
23691 <reference>
23692 \begin_inset space ~
23693 \end_inset
23694
23695 on
23696 \begin_inset space ~
23697 \end_inset
23698
23699 page
23700 \begin_inset space ~
23701 \end_inset
23702
23703 <page>: prints the float number, the text "on page", and the page number:
23704  
23705 \begin_inset CommandInset ref
23706 LatexCommand vref
23707 reference "fig:Two-distorted-images"
23708
23709 \end_inset
23710
23711
23712 \end_layout
23713
23714 \begin_layout Description
23715 Formatted
23716 \begin_inset space ~
23717 \end_inset
23718
23719 reference: prints a self-defined cross-reference format.
23720 \begin_inset Newline newline
23721 \end_inset
23722
23723
23724 \begin_inset Note Greyedout
23725 status open
23726
23727 \begin_layout Plain Layout
23728
23729 \series bold
23730 Note:
23731 \series default
23732  This feature is only available when you have the LaTeX-package 
23733 \series bold
23734 prettyref
23735 \series default
23736  or 
23737 \series bold
23738 refstyle
23739 \series default
23740
23741 \begin_inset Index idx
23742 status collapsed
23743
23744 \begin_layout Plain Layout
23745 LaTeX-packages ! prettyref
23746 \end_layout
23747
23748 \end_inset
23749
23750
23751 \begin_inset Index idx
23752 status collapsed
23753
23754 \begin_layout Plain Layout
23755 LaTeX-packages ! refstyle
23756 \end_layout
23757
23758 \end_inset
23759
23760  installed.
23761 \end_layout
23762
23763 \end_inset
23764
23765
23766 \begin_inset Newline newline
23767 \end_inset
23768
23769 You can select which LaTeX-package should be used for this feature by setting
23770  the option 
23771 \family sans
23772 Use refstyle (not prettyref) for cross-references
23773 \family default
23774  in the menu 
23775 \family sans
23776 Document\SpecialChar \menuseparator
23777 Settings\SpecialChar \menuseparator
23778 Document Class
23779 \family default
23780 .
23781  The format is specified by adding the command 
23782 \series bold
23783
23784 \backslash
23785 newrefformat
23786 \series default
23787  (prettyref) or 
23788 \series bold
23789
23790 \backslash
23791 newref
23792 \series default
23793  (refstyle) to the preamble of the document.
23794  For example redefining all references to figures (which have the label
23795  shortcut 
23796 \begin_inset Quotes eld
23797 \end_inset
23798
23799
23800 \family sans
23801 fig
23802 \family default
23803
23804 \begin_inset Quotes erd
23805 \end_inset
23806
23807 ) can be done with this command
23808 \begin_inset Newline newline
23809 \end_inset
23810
23811
23812 \series bold
23813
23814 \backslash
23815 newref{fig}{refcmd={Image on page 
23816 \backslash
23817 pageref{#1}}}
23818 \series default
23819
23820 \begin_inset Newline newline
23821 \end_inset
23822
23823 For more information about the format, have a look at the package documentations
23824
23825 \begin_inset CommandInset citation
23826 LatexCommand cite
23827 key "prettyref,refstyle"
23828
23829 \end_inset
23830
23831 .
23832 \end_layout
23833
23834 \begin_layout Description
23835 Textual
23836 \begin_inset space ~
23837 \end_inset
23838
23839 reference: prints the caption of the reference: 
23840 \begin_inset CommandInset ref
23841 LatexCommand nameref
23842 reference "fig:Two-distorted-images"
23843
23844 \end_inset
23845
23846
23847 \end_layout
23848
23849 \begin_layout Standard
23850
23851 \family sans
23852 <page>
23853 \family default
23854  will not print the page number if the label is on the previous, the same,
23855  or the next page.
23856  You will e.
23857 \begin_inset space \thinspace{}
23858 \end_inset
23859
23860 g.
23861 \begin_inset space \space{}
23862 \end_inset
23863
23864 see the text 
23865 \begin_inset Quotes eld
23866 \end_inset
23867
23868
23869 \family sans
23870 on this page
23871 \family default
23872
23873 \begin_inset Quotes erd
23874 \end_inset
23875
23876  instead.
23877  The style 
23878 \family sans
23879 <reference> on page <page>
23880 \family default
23881  will not print anything about the page if the label is on the same page.
23882 \end_layout
23883
23884 \begin_layout Standard
23885 The number and current page of the part of the document referred to in the
23886  output is automatically calculated by LaTeX.
23887  The varieties are adjusted in the field 
23888 \family sans
23889 Format
23890 \family default
23891  of the cross-reference window that appears when you click on the cross-referenc
23892 e box.
23893 \end_layout
23894
23895 \begin_layout Standard
23896 \begin_inset Note Greyedout
23897 status open
23898
23899 \begin_layout Plain Layout
23900
23901 \series bold
23902 Note:
23903 \series default
23904  It is recommended to use the LaTeX-package 
23905 \series bold
23906 refstyle
23907 \series default
23908
23909 \begin_inset Index idx
23910 status collapsed
23911
23912 \begin_layout Plain Layout
23913 LaTeX-packages ! refstyle
23914 \end_layout
23915
23916 \end_inset
23917
23918  because 
23919 \series bold
23920 prettyref
23921 \series default
23922
23923 \begin_inset Index idx
23924 status collapsed
23925
23926 \begin_layout Plain Layout
23927 LaTeX-packages ! prettyref
23928 \end_layout
23929
23930 \end_inset
23931
23932  does not know all of LyX's possible label shortcuts
23933 \begin_inset Foot
23934 status collapsed
23935
23936 \begin_layout Plain Layout
23937 \begin_inset Quotes eld
23938 \end_inset
23939
23940 fig:
23941 \begin_inset Quotes erd
23942 \end_inset
23943
23944  is for example LyX's shortcut for labels in figure captions.
23945 \end_layout
23946
23947 \end_inset
23948
23949  and is not internationalized.
23950 \end_layout
23951
23952 \end_inset
23953
23954
23955 \end_layout
23956
23957 \begin_layout Standard
23958 \begin_inset Note Greyedout
23959 status open
23960
23961 \begin_layout Plain Layout
23962
23963 \series bold
23964 Note:
23965 \series default
23966  Due to a bug in the LaTeX-package 
23967 \series bold
23968 varioref
23969 \series default
23970  version 1.4w, some cross-reference formats will cause LaTeX errors for document
23971  languages that make the period character active (like French).
23972  For a workaround, see
23973 \begin_inset Newline newline
23974 \end_inset
23975
23976
23977 \begin_inset CommandInset href
23978 LatexCommand href
23979 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
23980
23981 \end_inset
23982
23983 .
23984 \end_layout
23985
23986 \end_inset
23987
23988
23989 \end_layout
23990
23991 \begin_layout Subsection
23992 Automatic Reference Naming
23993 \begin_inset Index idx
23994 status collapsed
23995
23996 \begin_layout Plain Layout
23997 References ! Automatic Reference Naming
23998 \end_layout
23999
24000 \end_inset
24001
24002
24003 \end_layout
24004
24005 \begin_layout Standard
24006 The LaTeX-package 
24007 \series bold
24008 hyperref
24009 \series default
24010
24011 \begin_inset Index idx
24012 status collapsed
24013
24014 \begin_layout Plain Layout
24015 LaTeX-packages ! hyperref
24016 \end_layout
24017
24018 \end_inset
24019
24020 , that is enabled in the 
24021 \family sans
24022 PDF Properties
24023 \family default
24024  of the 
24025 \family sans
24026 Document Settings
24027 \family default
24028  dialog, provides a very useful feature that cross-references automatically
24029  include the name of the referenced floats (or text parts like 
24030 \emph on
24031 section
24032 \emph default
24033 ).
24034  So you will save having to write e.
24035 \begin_inset space \thinspace{}
24036 \end_inset
24037
24038 g.
24039 \begin_inset space \space{}
24040 \end_inset
24041
24042 the name 
24043 \begin_inset Quotes eld
24044 \end_inset
24045
24046 Figure
24047 \begin_inset Quotes erd
24048 \end_inset
24049
24050  before every reference to a figure.
24051  To use this feature, enable 
24052 \series bold
24053 hyperref
24054 \series default
24055  and insert this line to the LaTeX preamble:
24056 \end_layout
24057
24058 \begin_layout Standard
24059
24060 \series bold
24061
24062 \backslash
24063 AtBeginDocument{
24064 \backslash
24065 renewcommand{
24066 \backslash
24067 ref}[1]{
24068 \backslash
24069 mbox{
24070 \backslash
24071 autoref{#1}}}}
24072 \end_layout
24073
24074 \begin_layout Standard
24075 When you prefer other reference names than the default ones, for example
24076  you want instead of 
24077 \begin_inset Quotes eld
24078 \end_inset
24079
24080 section
24081 \begin_inset Quotes erd
24082 \end_inset
24083
24084  the name 
24085 \begin_inset Quotes eld
24086 \end_inset
24087
24088 sec.
24089 \begin_inset space \thinspace{}
24090 \end_inset
24091
24092
24093 \begin_inset Quotes eld
24094 \end_inset
24095
24096 , you can redefine the name by inserting this in the preamble:
24097 \end_layout
24098
24099 \begin_layout Standard
24100
24101 \series bold
24102
24103 \backslash
24104 addto
24105 \backslash
24106 extrasenglish{
24107 \backslash
24108 renewcommand{
24109 \backslash
24110 sectionautorefname}
24111 \begin_inset Newline newline
24112 \end_inset
24113
24114
24115 \begin_inset Phantom HPhantom
24116 status open
24117
24118 \begin_layout Plain Layout
24119
24120 \series bold
24121 \begin_inset space ~
24122 \end_inset
24123
24124
24125 \end_layout
24126
24127 \end_inset
24128
24129 {sec.
24130 \backslash
24131 negthinspace}}
24132 \end_layout
24133
24134 \begin_layout Standard
24135 When you are using another document language than English, replace
24136 \begin_inset Newline newline
24137 \end_inset
24138
24139
24140 \series bold
24141
24142 \backslash
24143 extrasenglish
24144 \series default
24145  by 
24146 \series bold
24147
24148 \backslash
24149 extras***
24150 \series default
24151 , where *** is the name of the language used.
24152 \end_layout
24153
24154 \begin_layout Standard
24155 To get automatic names, but not for certain reference types, for example
24156  not for equations, use this preamble code:
24157 \end_layout
24158
24159 \begin_layout Standard
24160
24161 \series bold
24162
24163 \backslash
24164 addto
24165 \backslash
24166 extrasenglish{
24167 \backslash
24168 renewcommand*{
24169 \backslash
24170 equationautorefname}[1]{}}
24171 \end_layout
24172
24173 \begin_layout Standard
24174 More about this topic can be found in 
24175 \series bold
24176 hyperref
24177 \series default
24178 's documentation 
24179 \begin_inset CommandInset citation
24180 LatexCommand cite
24181 key "hyperref"
24182
24183 \end_inset
24184
24185 .
24186 \end_layout
24187
24188 \begin_layout Standard
24189 \begin_inset Note Greyedout
24190 status open
24191
24192 \begin_layout Plain Layout
24193
24194 \series bold
24195 Note:
24196 \series default
24197  Automatic reference naming cannot be used when you use cross-references
24198  in the 
24199 \family sans
24200 Formatted
24201 \begin_inset space ~
24202 \end_inset
24203
24204 reference
24205 \family default
24206  style, as described in section
24207 \begin_inset space ~
24208 \end_inset
24209
24210
24211 \begin_inset CommandInset ref
24212 LatexCommand ref
24213 reference "sub:Cross-Reference-Formats"
24214
24215 \end_inset
24216
24217 .
24218 \end_layout
24219
24220 \end_inset
24221
24222
24223 \end_layout
24224
24225 \begin_layout Standard
24226 The 
24227 \emph on
24228 Math
24229 \emph default
24230  manual is an example where automatic reference naming is used.
24231 \end_layout
24232
24233 \begin_layout Subsection
24234 Reference Position
24235 \begin_inset CommandInset label
24236 LatexCommand label
24237 name "sub:Reference-Position"
24238
24239 \end_inset
24240
24241
24242 \begin_inset Index idx
24243 status collapsed
24244
24245 \begin_layout Plain Layout
24246 References ! Reference Position
24247 \end_layout
24248
24249 \end_inset
24250
24251
24252 \end_layout
24253
24254 \begin_layout Standard
24255 If you use 
24256 \series bold
24257 hyperref
24258 \series default
24259
24260 \begin_inset Index idx
24261 status collapsed
24262
24263 \begin_layout Plain Layout
24264 LaTeX-packages ! hyperref
24265 \end_layout
24266
24267 \end_inset
24268
24269  in the 
24270 \family sans
24271 PDF Properties
24272 \family default
24273  of the 
24274 \family sans
24275 Document Settings
24276 \family default
24277  dialog to link cross-references in the output, you will see that clicking
24278  on an image float reference jumps to the image label.
24279  The caption will be the first text part on the screen, so that you cannot
24280  see the image without scrolling.
24281  This is because the reference link anchor is placed at the position of
24282  the label.
24283  With the use of the package 
24284 \series bold
24285 hypcap
24286 \series default
24287
24288 \begin_inset Index idx
24289 status collapsed
24290
24291 \begin_layout Plain Layout
24292 LaTeX-packages ! hypcap
24293 \end_layout
24294
24295 \end_inset
24296
24297 , which is part of the LaTeX-package 
24298 \series bold
24299 oberdiek
24300 \series default
24301
24302 \begin_inset Index idx
24303 status collapsed
24304
24305 \begin_layout Plain Layout
24306 LaTeX-packages ! oberdiek
24307 \end_layout
24308
24309 \end_inset
24310
24311 , the link anchor is placed at the beginning of a float.
24312  To use this feature for figure floats, load 
24313 \series bold
24314 hypcap
24315 \series default
24316  in the document preamble with the line
24317 \end_layout
24318
24319 \begin_layout Standard
24320
24321 \series bold
24322
24323 \backslash
24324 usepackage[figure]{hypcap}
24325 \end_layout
24326
24327 \begin_layout Standard
24328 You can also use 
24329 \series bold
24330 hypcap
24331 \series default
24332  for all float types but this is not recommended for stability reasons.
24333  For more information, have a look at 
24334 \series bold
24335 hypcap
24336 \series default
24337 's manual 
24338 \begin_inset CommandInset citation
24339 LatexCommand cite
24340 key "hypcap"
24341
24342 \end_inset
24343
24344 .
24345 \end_layout
24346
24347 \begin_layout Standard
24348 \begin_inset Note Greyedout
24349 status open
24350
24351 \begin_layout Plain Layout
24352
24353 \series bold
24354 Note:
24355 \series default
24356  
24357 \series bold
24358 hypcap
24359 \series default
24360  has no effect on references to subfigures.
24361 \end_layout
24362
24363 \end_inset
24364
24365
24366 \end_layout
24367
24368 \begin_layout Section
24369 Float Placement
24370 \begin_inset CommandInset label
24371 LatexCommand label
24372 name "sec:Float-Placement"
24373
24374 \end_inset
24375
24376
24377 \begin_inset Index idx
24378 status collapsed
24379
24380 \begin_layout Plain Layout
24381 Floats ! Placement
24382 \end_layout
24383
24384 \end_inset
24385
24386
24387 \end_layout
24388
24389 \begin_layout Standard
24390 Right-clicking on a float-box opens a dialog where you can alter the placement
24391  options that LaTeX uses for positioning the float.
24392 \begin_inset Newline newline
24393 \end_inset
24394
24395 The option 
24396 \family sans
24397 Span
24398 \begin_inset space ~
24399 \end_inset
24400
24401 columns
24402 \family default
24403  is only useful for two-column documents: If you select it, the float will
24404  span both columns on the page instead of being confined to just one.
24405 \begin_inset Newline newline
24406 \end_inset
24407
24408 The option 
24409 \family sans
24410 Rotate
24411 \begin_inset space ~
24412 \end_inset
24413
24414 sideways
24415 \family default
24416  is used to rotate floats, see section 
24417 \begin_inset CommandInset ref
24418 LatexCommand ref
24419 reference "sec:Rotated-Floats"
24420
24421 \end_inset
24422
24423 .
24424 \end_layout
24425
24426 \begin_layout Standard
24427 You can use one ore more of the following options in the float dialog to
24428  set the placement for a particular float when you uncheck the option 
24429 \family sans
24430 Use
24431 \begin_inset space ~
24432 \end_inset
24433
24434 default
24435 \begin_inset space ~
24436 \end_inset
24437
24438 placement
24439 \family default
24440 :
24441 \end_layout
24442
24443 \begin_layout Description
24444 Here
24445 \begin_inset space ~
24446 \end_inset
24447
24448 if
24449 \begin_inset space ~
24450 \end_inset
24451
24452 possible try to place the float on the position where it has been inserted
24453 \end_layout
24454
24455 \begin_layout Description
24456 Top
24457 \begin_inset space ~
24458 \end_inset
24459
24460 of
24461 \begin_inset space ~
24462 \end_inset
24463
24464 page try to place the float at the top of the current page
24465 \end_layout
24466
24467 \begin_layout Description
24468 Bottom
24469 \begin_inset space ~
24470 \end_inset
24471
24472 of
24473 \begin_inset space ~
24474 \end_inset
24475
24476 page try to place the float at the bottom of the current page
24477 \end_layout
24478
24479 \begin_layout Description
24480 Page
24481 \begin_inset space ~
24482 \end_inset
24483
24484 of
24485 \begin_inset space ~
24486 \end_inset
24487
24488 floats try to place the float on its own page
24489 \end_layout
24490
24491 \begin_layout Standard
24492 The order of the above option is 
24493 \emph on
24494 always
24495 \emph default
24496  used by LaTeX.
24497  That means, if you use the default placement, LaTeX will first try out
24498  
24499 \family sans
24500 Here
24501 \begin_inset space ~
24502 \end_inset
24503
24504 if
24505 \begin_inset space ~
24506 \end_inset
24507
24508 possible
24509 \family default
24510 , then 
24511 \family sans
24512 Top
24513 \begin_inset space ~
24514 \end_inset
24515
24516 of
24517 \begin_inset space ~
24518 \end_inset
24519
24520 page
24521 \family default
24522 , and then the others.
24523  If you do not use the default, LaTeX will try only the checked options
24524  but in the same order.
24525  If none of the 4
24526 \begin_inset space ~
24527 \end_inset
24528
24529 placements are possible the procedure is internally repeated but it is tried
24530  to put the float on the following page.
24531 \end_layout
24532
24533 \begin_layout Standard
24534 By default, each option has its own rules:
24535 \end_layout
24536
24537 \begin_layout Labeling
24538 \labelwidthstring 00.00.0000
24539
24540 \family sans
24541 Top
24542 \begin_inset space ~
24543 \end_inset
24544
24545 of
24546 \begin_inset space ~
24547 \end_inset
24548
24549 page
24550 \family default
24551  only floats occupying less than 70
24552 \begin_inset space \thinspace{}
24553 \end_inset
24554
24555 % of the page can be placed at the top of a page (
24556 \series bold
24557
24558 \backslash
24559 topfraction
24560 \series default
24561 )
24562 \end_layout
24563
24564 \begin_layout Labeling
24565 \labelwidthstring 00.00.0000
24566
24567 \family sans
24568 Bottom
24569 \begin_inset space ~
24570 \end_inset
24571
24572 of
24573 \begin_inset space ~
24574 \end_inset
24575
24576 page
24577 \family default
24578 : only floats occupying less than 30
24579 \begin_inset space \thinspace{}
24580 \end_inset
24581
24582 % of the page can be placed at the bottom of a page.
24583  (
24584 \series bold
24585
24586 \backslash
24587 bottomfraction
24588 \series default
24589 )
24590 \end_layout
24591
24592 \begin_layout Labeling
24593 \labelwidthstring 00.00.0000
24594
24595 \family sans
24596 Page
24597 \begin_inset space ~
24598 \end_inset
24599
24600 of
24601 \begin_inset space ~
24602 \end_inset
24603
24604 floats
24605 \family default
24606 : only if more than 50
24607 \begin_inset space \thinspace{}
24608 \end_inset
24609
24610 % of the page are occupied by floats, several floats can be set together
24611  on a page.
24612  (
24613 \series bold
24614
24615 \backslash
24616 floatpagefraction
24617 \series default
24618 )
24619 \end_layout
24620
24621 \begin_layout Standard
24622 If you don't like these rules, you can ignore them by using the additional
24623  option 
24624 \family sans
24625 Ignore
24626 \begin_inset space ~
24627 \end_inset
24628
24629 LaTeX
24630 \begin_inset space ~
24631 \end_inset
24632
24633 rules
24634 \family default
24635 .
24636 \begin_inset Newline newline
24637 \end_inset
24638
24639 You can also redefine the rules with LaTeX-commands that are given in parenthese
24640 s after the rules description above.
24641  To increase for example the often too small default of the bottom-rule
24642  to 50
24643 \begin_inset space \thinspace{}
24644 \end_inset
24645
24646 % of the page, add this line to your document preamble:
24647 \end_layout
24648
24649 \begin_layout Standard
24650
24651 \series bold
24652
24653 \backslash
24654 renewcommand{
24655 \backslash
24656 bottomfraction}{0.5}
24657 \end_layout
24658
24659 \begin_layout Standard
24660 Sometimes you might need, under all circumstances, a float to be placed
24661  exactly at the position where it is inserted.
24662  For this case you can use the option 
24663 \family sans
24664 Here
24665 \begin_inset space ~
24666 \end_inset
24667
24668 definitely
24669 \family default
24670 .
24671  Use this option very rarely and only if the document is almost ready to
24672  be printed, because the float is then no longer able to 
24673 \begin_inset Quotes eld
24674 \end_inset
24675
24676 float
24677 \begin_inset Quotes erd
24678 \end_inset
24679
24680  when you change your document and this will often destroy the page layout.
24681 \end_layout
24682
24683 \begin_layout Standard
24684 There are no placement options for text wrap floats, because they are always
24685  surrounded by the text of a certain paragraph.
24686 \begin_inset VSpace bigskip
24687 \end_inset
24688
24689
24690 \end_layout
24691
24692 \begin_layout Standard
24693 Sometimes you have the problem that a float is placed at the top of a page
24694  while its corresponding section starts at the middle of the page, so that
24695  the reader could think the float is part of the previous section.
24696  To avoid this the LaTeX-command 
24697 \series bold
24698
24699 \backslash
24700 suppressfloats
24701 \series default
24702  can be used.
24703  It suppresses a given float placement for the page where it is inserted
24704  and can therefore be used to avoid floats being set before a section starts.
24705  To get this, add these commands to your document preamble:
24706 \end_layout
24707
24708 \begin_layout Standard
24709
24710 \series bold
24711
24712 \backslash
24713 let
24714 \backslash
24715 mySection
24716 \backslash
24717 section
24718 \begin_inset Newline newline
24719 \end_inset
24720
24721
24722 \backslash
24723 renewcommand{
24724 \backslash
24725 section}{
24726 \backslash
24727 suppressfloats[t]
24728 \backslash
24729 mySection}
24730 \end_layout
24731
24732 \begin_layout Standard
24733 You can define the same for all section headings, like chapters and subsections.
24734  This definition is not recommended to be used for small text parts like
24735  subsubsections because LaTeX may then have problems finding a suitable
24736  placement.
24737 \end_layout
24738
24739 \begin_layout Standard
24740 \begin_inset VSpace bigskip
24741 \end_inset
24742
24743 In some cases it is required to have all figures/tables at the end of the
24744  document.
24745  For this purpose the LaTeX-package 
24746 \series bold
24747 endfloat
24748 \series default
24749
24750 \begin_inset Index idx
24751 status collapsed
24752
24753 \begin_layout Plain Layout
24754 LaTeX-packages ! endfloat
24755 \end_layout
24756
24757 \end_inset
24758
24759  was developed.
24760  It puts all figure and table floats at the end of the document into their
24761  own sections.
24762  At the original float position a text hint like 
24763 \begin_inset Quotes eld
24764 \end_inset
24765
24766
24767 \family sans
24768 [Figure
24769 \begin_inset space ~
24770 \end_inset
24771
24772 3.2 about here.]
24773 \family default
24774
24775 \begin_inset Quotes erd
24776 \end_inset
24777
24778  is inserted.
24779  The endfloat-package is loaded in the preamble with the line
24780 \end_layout
24781
24782 \begin_layout Standard
24783
24784 \series bold
24785
24786 \backslash
24787 usepackage[options]{endfloat}
24788 \end_layout
24789
24790 \begin_layout Standard
24791 There are various package options to format the created figure/table sections.
24792  For more information we refer to the 
24793 \series bold
24794 endfloat
24795 \series default
24796  documentation 
24797 \begin_inset CommandInset citation
24798 LatexCommand cite
24799 key "endfloat"
24800
24801 \end_inset
24802
24803 .
24804 \begin_inset Newline newline
24805 \end_inset
24806
24807
24808 \begin_inset Note Greyedout
24809 status open
24810
24811 \begin_layout Plain Layout
24812
24813 \series bold
24814 Note: endfloat
24815 \series default
24816  doesn't provide an automatic translation for the text hint, you have to
24817  do this manually, see section
24818 \begin_inset space ~
24819 \end_inset
24820
24821 4 in 
24822 \begin_inset CommandInset citation
24823 LatexCommand cite
24824 key "endfloat"
24825
24826 \end_inset
24827
24828 .
24829 \end_layout
24830
24831 \end_inset
24832
24833
24834 \begin_inset Newline newline
24835 \end_inset
24836
24837
24838 \begin_inset Note Greyedout
24839 status open
24840
24841 \begin_layout Plain Layout
24842
24843 \series bold
24844 Note:
24845 \series default
24846  There is currently a bug in 
24847 \series bold
24848 endfloat
24849 \series default
24850  when the caption contains a German 
24851 \begin_inset Quotes eld
24852 \end_inset
24853
24854 ß
24855 \begin_inset Quotes erd
24856 \end_inset
24857
24858 .
24859  Use in this case the command 
24860 \begin_inset Quotes eld
24861 \end_inset
24862
24863
24864 \series bold
24865
24866 \backslash
24867 ss
24868 \series default
24869
24870 \begin_inset Quotes erd
24871 \end_inset
24872
24873  in TeX-Code instead of 
24874 \begin_inset Quotes eld
24875 \end_inset
24876
24877 ß
24878 \begin_inset Quotes erd
24879 \end_inset
24880
24881 .
24882 \end_layout
24883
24884 \end_inset
24885
24886
24887 \end_layout
24888
24889 \begin_layout Standard
24890 \begin_inset VSpace bigskip
24891 \end_inset
24892
24893 For more details about float placements, have a look at LaTeX books, 
24894 \begin_inset CommandInset citation
24895 LatexCommand cite
24896 key "latexcompanion,latexguide,latexbook"
24897
24898 \end_inset
24899
24900 .
24901 \end_layout
24902
24903 \begin_layout Section
24904 Rotated Floats
24905 \begin_inset CommandInset label
24906 LatexCommand label
24907 name "sec:Rotated-Floats"
24908
24909 \end_inset
24910
24911
24912 \begin_inset Index idx
24913 status collapsed
24914
24915 \begin_layout Plain Layout
24916 Floats ! Rotating
24917 \end_layout
24918
24919 \end_inset
24920
24921
24922 \end_layout
24923
24924 \begin_layout Standard
24925 Especially for wide tables you might have floats rotated.
24926  To rotate a whole float including the caption, right-click on the float-box
24927  and use the option 
24928 \family sans
24929 Rotate
24930 \begin_inset space ~
24931 \end_inset
24932
24933 sideways
24934 \family default
24935 .
24936 \end_layout
24937
24938 \begin_layout Standard
24939 Rotated floats are always placed on a page of their own (or column of their
24940  own; in case you have a multi-column document).
24941  You can let them span several columns using the float settings option 
24942 \family sans
24943 Span
24944 \begin_inset space ~
24945 \end_inset
24946
24947 columns
24948 \family default
24949 .
24950  Floats are rotated so that you can read them from the outside margin.
24951  To force a certain rotation direction for all pages, you can add either
24952  the option 
24953 \series bold
24954 figuresleft
24955 \series default
24956  or 
24957 \series bold
24958 figuresright
24959 \series default
24960  to the document class options.
24961 \end_layout
24962
24963 \begin_layout Standard
24964 Referencing rotated floats is the same as for normal floats, the caption
24965  format is also the same: Table
24966 \begin_inset space ~
24967 \end_inset
24968
24969
24970 \begin_inset CommandInset ref
24971 LatexCommand ref
24972 reference "tab:Rotated-table"
24973
24974 \end_inset
24975
24976  is an example of a rotated table float.
24977 \end_layout
24978
24979 \begin_layout Standard
24980 \begin_inset Note Greyedout
24981 status open
24982
24983 \begin_layout Plain Layout
24984
24985 \series bold
24986 Note:
24987 \series default
24988  Not all DVI-viewers are able to display rotated floats.
24989 \end_layout
24990
24991 \end_inset
24992
24993
24994 \end_layout
24995
24996 \begin_layout Standard
24997 \begin_inset Float table
24998 wide false
24999 sideways true
25000 status open
25001
25002 \begin_layout Plain Layout
25003 \begin_inset Caption
25004
25005 \begin_layout Plain Layout
25006 \begin_inset CommandInset label
25007 LatexCommand label
25008 name "tab:Rotated-table"
25009
25010 \end_inset
25011
25012  Rotated table
25013 \end_layout
25014
25015 \end_inset
25016
25017
25018 \end_layout
25019
25020 \begin_layout Plain Layout
25021 \align center
25022 \begin_inset Tabular
25023 <lyxtabular version="3" rows="1" columns="5">
25024 <features tabularvalignment="middle">
25025 <column alignment="center" valignment="top" width="0">
25026 <column alignment="center" valignment="top" width="0">
25027 <column alignment="center" valignment="top" width="0">
25028 <column alignment="center" valignment="top" width="0">
25029 <column alignment="center" valignment="top" width="0">
25030 <row>
25031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25032 \begin_inset Text
25033
25034 \begin_layout Plain Layout
25035 test
25036 \end_layout
25037
25038 \end_inset
25039 </cell>
25040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25041 \begin_inset Text
25042
25043 \begin_layout Plain Layout
25044 b
25045 \end_layout
25046
25047 \end_inset
25048 </cell>
25049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25050 \begin_inset Text
25051
25052 \begin_layout Plain Layout
25053 c
25054 \end_layout
25055
25056 \end_inset
25057 </cell>
25058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25059 \begin_inset Text
25060
25061 \begin_layout Plain Layout
25062 d
25063 \end_layout
25064
25065 \end_inset
25066 </cell>
25067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25068 \begin_inset Text
25069
25070 \begin_layout Plain Layout
25071 e
25072 \end_layout
25073
25074 \end_inset
25075 </cell>
25076 </row>
25077 </lyxtabular>
25078
25079 \end_inset
25080
25081
25082 \end_layout
25083
25084 \end_inset
25085
25086
25087 \end_layout
25088
25089 \begin_layout Section
25090 Subfloats
25091 \begin_inset Index idx
25092 status collapsed
25093
25094 \begin_layout Plain Layout
25095 Floats ! Subfloats
25096 \end_layout
25097
25098 \end_inset
25099
25100
25101 \end_layout
25102
25103 \begin_layout Standard
25104 Subfloats are for example used when a figure consists of several images.
25105  They are created by inserting a float into an existing float.
25106  The placement of the subfloats can be controlled in the same way as for
25107  paragraphs as shown in table
25108 \begin_inset space ~
25109 \end_inset
25110
25111
25112 \begin_inset CommandInset ref
25113 LatexCommand ref
25114 reference "tab:Two-subtables-side"
25115
25116 \end_inset
25117
25118  and 
25119 \begin_inset CommandInset ref
25120 LatexCommand ref
25121 reference "tab:Two-subtables-upon"
25122
25123 \end_inset
25124
25125 .
25126 \end_layout
25127
25128 \begin_layout Standard
25129 Referencing subfloats works as for normal floats: Table
25130 \begin_inset space ~
25131 \end_inset
25132
25133
25134 \begin_inset CommandInset ref
25135 LatexCommand ref
25136 reference "tab:This-is-subtable-a"
25137
25138 \end_inset
25139
25140  and 
25141 \begin_inset CommandInset ref
25142 LatexCommand ref
25143 reference "tab:This-is-subtable-b"
25144
25145 \end_inset
25146
25147  are subtables of table
25148 \begin_inset space ~
25149 \end_inset
25150
25151
25152 \begin_inset CommandInset ref
25153 LatexCommand ref
25154 reference "tab:Two-subtables-side"
25155
25156 \end_inset
25157
25158 .
25159 \end_layout
25160
25161 \begin_layout Standard
25162 \begin_inset Float table
25163 wide false
25164 sideways false
25165 status open
25166
25167 \begin_layout Plain Layout
25168 \begin_inset Caption
25169
25170 \begin_layout Plain Layout
25171 \begin_inset CommandInset label
25172 LatexCommand label
25173 name "tab:Two-subtables-side"
25174
25175 \end_inset
25176
25177 Two subtables placed side by side.
25178 \end_layout
25179
25180 \end_inset
25181
25182
25183 \end_layout
25184
25185 \begin_layout Plain Layout
25186 \align center
25187 \begin_inset space \hfill{}
25188 \end_inset
25189
25190
25191 \begin_inset Float table
25192 wide false
25193 sideways false
25194 status collapsed
25195
25196 \begin_layout Plain Layout
25197 \begin_inset Caption
25198
25199 \begin_layout Plain Layout
25200 \begin_inset CommandInset label
25201 LatexCommand label
25202 name "tab:This-is-subtable-a"
25203
25204 \end_inset
25205
25206 This is subtable a.
25207 \end_layout
25208
25209 \end_inset
25210
25211
25212 \end_layout
25213
25214 \begin_layout Plain Layout
25215 \align center
25216 \begin_inset Tabular
25217 <lyxtabular version="3" rows="1" columns="5">
25218 <features tabularvalignment="middle">
25219 <column alignment="center" valignment="top" width="0">
25220 <column alignment="center" valignment="top" width="0">
25221 <column alignment="center" valignment="top" width="0">
25222 <column alignment="center" valignment="top" width="0">
25223 <column alignment="center" valignment="top" width="0">
25224 <row>
25225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25226 \begin_inset Text
25227
25228 \begin_layout Plain Layout
25229 test
25230 \end_layout
25231
25232 \end_inset
25233 </cell>
25234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25235 \begin_inset Text
25236
25237 \begin_layout Plain Layout
25238 b
25239 \end_layout
25240
25241 \end_inset
25242 </cell>
25243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25244 \begin_inset Text
25245
25246 \begin_layout Plain Layout
25247 c
25248 \end_layout
25249
25250 \end_inset
25251 </cell>
25252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25253 \begin_inset Text
25254
25255 \begin_layout Plain Layout
25256 d
25257 \end_layout
25258
25259 \end_inset
25260 </cell>
25261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25262 \begin_inset Text
25263
25264 \begin_layout Plain Layout
25265 e
25266 \end_layout
25267
25268 \end_inset
25269 </cell>
25270 </row>
25271 </lyxtabular>
25272
25273 \end_inset
25274
25275
25276 \end_layout
25277
25278 \end_inset
25279
25280
25281 \begin_inset space \hfill{}
25282 \end_inset
25283
25284
25285 \begin_inset Float table
25286 wide false
25287 sideways false
25288 status collapsed
25289
25290 \begin_layout Plain Layout
25291 \begin_inset Caption
25292
25293 \begin_layout Plain Layout
25294 \begin_inset CommandInset label
25295 LatexCommand label
25296 name "tab:This-is-subtable-b"
25297
25298 \end_inset
25299
25300 This is subtable b.
25301 \end_layout
25302
25303 \end_inset
25304
25305
25306 \end_layout
25307
25308 \begin_layout Plain Layout
25309 \align center
25310 \begin_inset Tabular
25311 <lyxtabular version="3" rows="1" columns="5">
25312 <features tabularvalignment="middle">
25313 <column alignment="center" valignment="top" width="0">
25314 <column alignment="center" valignment="top" width="0">
25315 <column alignment="center" valignment="top" width="0">
25316 <column alignment="center" valignment="top" width="0">
25317 <column alignment="center" valignment="top" width="0">
25318 <row>
25319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25320 \begin_inset Text
25321
25322 \begin_layout Plain Layout
25323 e
25324 \end_layout
25325
25326 \end_inset
25327 </cell>
25328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25329 \begin_inset Text
25330
25331 \begin_layout Plain Layout
25332 d
25333 \end_layout
25334
25335 \end_inset
25336 </cell>
25337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25338 \begin_inset Text
25339
25340 \begin_layout Plain Layout
25341 c
25342 \end_layout
25343
25344 \end_inset
25345 </cell>
25346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25347 \begin_inset Text
25348
25349 \begin_layout Plain Layout
25350 b
25351 \end_layout
25352
25353 \end_inset
25354 </cell>
25355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25356 \begin_inset Text
25357
25358 \begin_layout Plain Layout
25359 test
25360 \end_layout
25361
25362 \end_inset
25363 </cell>
25364 </row>
25365 </lyxtabular>
25366
25367 \end_inset
25368
25369
25370 \end_layout
25371
25372 \end_inset
25373
25374
25375 \begin_inset space \hfill{}
25376 \end_inset
25377
25378
25379 \end_layout
25380
25381 \end_inset
25382
25383
25384 \end_layout
25385
25386 \begin_layout Standard
25387 \begin_inset Float table
25388 wide false
25389 sideways false
25390 status open
25391
25392 \begin_layout Plain Layout
25393 \begin_inset Caption
25394
25395 \begin_layout Plain Layout
25396 \begin_inset CommandInset label
25397 LatexCommand label
25398 name "tab:Two-subtables-upon"
25399
25400 \end_inset
25401
25402 Two subtables placed one above the other.
25403  (a) table with 4 cells, (b) table with 5 cells.
25404 \end_layout
25405
25406 \end_inset
25407
25408
25409 \end_layout
25410
25411 \begin_layout Plain Layout
25412 \align center
25413 \begin_inset Float table
25414 wide false
25415 sideways false
25416 status collapsed
25417
25418 \begin_layout Plain Layout
25419 \begin_inset Caption
25420
25421 \begin_layout Plain Layout
25422
25423 \end_layout
25424
25425 \end_inset
25426
25427
25428 \end_layout
25429
25430 \begin_layout Plain Layout
25431 \align center
25432 \begin_inset Tabular
25433 <lyxtabular version="3" rows="1" columns="4">
25434 <features tabularvalignment="middle">
25435 <column alignment="center" valignment="top" width="0">
25436 <column alignment="center" valignment="top" width="0">
25437 <column alignment="center" valignment="top" width="0">
25438 <column alignment="center" valignment="top" width="0">
25439 <row>
25440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25441 \begin_inset Text
25442
25443 \begin_layout Plain Layout
25444 test
25445 \end_layout
25446
25447 \end_inset
25448 </cell>
25449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25450 \begin_inset Text
25451
25452 \begin_layout Plain Layout
25453 test
25454 \end_layout
25455
25456 \end_inset
25457 </cell>
25458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25459 \begin_inset Text
25460
25461 \begin_layout Plain Layout
25462 test
25463 \end_layout
25464
25465 \end_inset
25466 </cell>
25467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25468 \begin_inset Text
25469
25470 \begin_layout Plain Layout
25471 test
25472 \end_layout
25473
25474 \end_inset
25475 </cell>
25476 </row>
25477 </lyxtabular>
25478
25479 \end_inset
25480
25481
25482 \end_layout
25483
25484 \end_inset
25485
25486
25487 \end_layout
25488
25489 \begin_layout Plain Layout
25490 \align center
25491 \begin_inset Float table
25492 wide false
25493 sideways false
25494 status collapsed
25495
25496 \begin_layout Plain Layout
25497 \begin_inset Caption
25498
25499 \begin_layout Plain Layout
25500
25501 \end_layout
25502
25503 \end_inset
25504
25505
25506 \end_layout
25507
25508 \begin_layout Plain Layout
25509 \align center
25510 \begin_inset Tabular
25511 <lyxtabular version="3" rows="1" columns="5">
25512 <features tabularvalignment="middle">
25513 <column alignment="center" valignment="top" width="0">
25514 <column alignment="center" valignment="top" width="0">
25515 <column alignment="center" valignment="top" width="0">
25516 <column alignment="center" valignment="top" width="0">
25517 <column alignment="center" valignment="top" width="0">
25518 <row>
25519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25520 \begin_inset Text
25521
25522 \begin_layout Plain Layout
25523 a
25524 \end_layout
25525
25526 \end_inset
25527 </cell>
25528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25529 \begin_inset Text
25530
25531 \begin_layout Plain Layout
25532 b
25533 \end_layout
25534
25535 \end_inset
25536 </cell>
25537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25538 \begin_inset Text
25539
25540 \begin_layout Plain Layout
25541 c
25542 \end_layout
25543
25544 \end_inset
25545 </cell>
25546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25547 \begin_inset Text
25548
25549 \begin_layout Plain Layout
25550 d
25551 \end_layout
25552
25553 \end_inset
25554 </cell>
25555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25556 \begin_inset Text
25557
25558 \begin_layout Plain Layout
25559 e
25560 \end_layout
25561
25562 \end_inset
25563 </cell>
25564 </row>
25565 </lyxtabular>
25566
25567 \end_inset
25568
25569
25570 \end_layout
25571
25572 \end_inset
25573
25574
25575 \end_layout
25576
25577 \end_inset
25578
25579
25580 \end_layout
25581
25582 \begin_layout Section
25583 Floats Side by Side
25584 \begin_inset Index idx
25585 status collapsed
25586
25587 \begin_layout Plain Layout
25588 Floats ! Side by side
25589 \end_layout
25590
25591 \end_inset
25592
25593
25594 \end_layout
25595
25596 \begin_layout Standard
25597 To place floats side by side, as in Figures
25598 \begin_inset space ~
25599 \end_inset
25600
25601
25602 \begin_inset CommandInset ref
25603 LatexCommand ref
25604 reference "fig:Float-left"
25605
25606 \end_inset
25607
25608  and 
25609 \begin_inset CommandInset ref
25610 LatexCommand ref
25611 reference "fig:Float-right"
25612
25613 \end_inset
25614
25615 , only 
25616 \emph on
25617 one
25618 \emph default
25619  float is used.
25620  In it two minipage boxes are inserted.
25621 \begin_inset Foot
25622 status collapsed
25623
25624 \begin_layout Plain Layout
25625 Minipages are explained in section
25626 \begin_inset space ~
25627 \end_inset
25628
25629
25630 \begin_inset CommandInset ref
25631 LatexCommand ref
25632 reference "sec:Minipages"
25633
25634 \end_inset
25635
25636 .
25637 \end_layout
25638
25639 \end_inset
25640
25641  The width is set to 45
25642 \begin_inset space \thinspace{}
25643 \end_inset
25644
25645 -50
25646 \begin_inset space \thinspace{}
25647 \end_inset
25648
25649 column% and the box alignment to 
25650 \family sans
25651 Bottom
25652 \family default
25653  for each minipage.
25654  The minipage boxes contain the image and the caption in the same way as
25655  they are in a float.
25656  The only difference is that the image unit 
25657 \family sans
25658 Column
25659 \begin_inset space ~
25660 \end_inset
25661
25662 Width
25663 \begin_inset space ~
25664 \end_inset
25665
25666 %
25667 \family default
25668  is now calculated according to the width of the minipage boxes.
25669 \end_layout
25670
25671 \begin_layout Standard
25672 \begin_inset Float figure
25673 wide false
25674 sideways false
25675 status open
25676
25677 \begin_layout Plain Layout
25678 \begin_inset Box Frameless
25679 position "b"
25680 hor_pos "c"
25681 has_inner_box 1
25682 inner_pos "t"
25683 use_parbox 0
25684 use_makebox 0
25685 width "45col%"
25686 special "none"
25687 height "1in"
25688 height_special "totalheight"
25689 status open
25690
25691 \begin_layout Plain Layout
25692 \align center
25693 \begin_inset Graphics
25694         filename clipart/mobius.eps
25695         lyxscale 50
25696         width 100col%
25697         scaleBeforeRotation
25698
25699 \end_inset
25700
25701
25702 \end_layout
25703
25704 \begin_layout Plain Layout
25705 \begin_inset Caption
25706
25707 \begin_layout Plain Layout
25708 \begin_inset CommandInset label
25709 LatexCommand label
25710 name "fig:Float-left"
25711
25712 \end_inset
25713
25714 Float on the left side.
25715 \end_layout
25716
25717 \end_inset
25718
25719
25720 \end_layout
25721
25722 \end_inset
25723
25724
25725 \begin_inset space \hfill{}
25726 \end_inset
25727
25728
25729 \begin_inset Box Frameless
25730 position "b"
25731 hor_pos "c"
25732 has_inner_box 1
25733 inner_pos "t"
25734 use_parbox 0
25735 use_makebox 0
25736 width "45col%"
25737 special "none"
25738 height "1in"
25739 height_special "totalheight"
25740 status open
25741
25742 \begin_layout Plain Layout
25743 \align center
25744 \begin_inset Graphics
25745         filename clipart/platypus.eps
25746         lyxscale 50
25747         width 100col%
25748         scaleBeforeRotation
25749
25750 \end_inset
25751
25752
25753 \end_layout
25754
25755 \begin_layout Plain Layout
25756 \begin_inset Caption
25757
25758 \begin_layout Plain Layout
25759 \begin_inset CommandInset label
25760 LatexCommand label
25761 name "fig:Float-right"
25762
25763 \end_inset
25764
25765 Float on the right side.
25766 \end_layout
25767
25768 \end_inset
25769
25770
25771 \end_layout
25772
25773 \end_inset
25774
25775
25776 \end_layout
25777
25778 \begin_layout Plain Layout
25779
25780 \end_layout
25781
25782 \end_inset
25783
25784
25785 \end_layout
25786
25787 \begin_layout Section
25788 Caption Formatting
25789 \begin_inset Index idx
25790 status collapsed
25791
25792 \begin_layout Plain Layout
25793 Caption ! Formatting
25794 \end_layout
25795
25796 \end_inset
25797
25798
25799 \begin_inset Index idx
25800 status collapsed
25801
25802 \begin_layout Plain Layout
25803 Floats ! Caption Formatting
25804 \end_layout
25805
25806 \end_inset
25807
25808
25809 \begin_inset CommandInset label
25810 LatexCommand label
25811 name "sec:Caption-Formatting"
25812
25813 \end_inset
25814
25815
25816 \end_layout
25817
25818 \begin_layout Standard
25819 The 
25820 \family sans
25821 Caption
25822 \family default
25823  environment is the default paragraph environment for 
25824 \family sans
25825 Floats
25826 \family default
25827 .
25828  On the LyX screen captions appear as label, e.
25829 \begin_inset space \thinspace{}
25830 \end_inset
25831
25832 g.
25833 \begin_inset space \space{}
25834 \end_inset
25835
25836
25837 \begin_inset Quotes eld
25838 \end_inset
25839
25840
25841 \family sans
25842 Figure #:
25843 \family default
25844
25845 \begin_inset Quotes erd
25846 \end_inset
25847
25848  followed by the caption text.
25849  
25850 \begin_inset Quotes eld
25851 \end_inset
25852
25853 #
25854 \begin_inset Quotes erd
25855 \end_inset
25856
25857  is the actual reference number.
25858  By default the label and the number are in the same font as the caption
25859  text and a colon follows the number to divide the label from the text.
25860  This caption format is not suitable for all document formats.
25861  
25862 \end_layout
25863
25864 \begin_layout Standard
25865 To change the default caption format, load the LaTeX-package 
25866 \series bold
25867 caption
25868 \series default
25869
25870 \begin_inset Index idx
25871 status collapsed
25872
25873 \begin_layout Plain Layout
25874 LaTeX-packages ! caption
25875 \end_layout
25876
25877 \end_inset
25878
25879  in the document preamble with this line:
25880 \end_layout
25881
25882 \begin_layout Standard
25883
25884 \series bold
25885
25886 \backslash
25887 usepackage[format definition]{caption}
25888 \end_layout
25889
25890 \begin_layout Standard
25891 To have for example the label and the number in sans-serif bold font and
25892  the table captions always above the table as in this document, use the
25893  following command:
25894 \end_layout
25895
25896 \begin_layout Standard
25897
25898 \series bold
25899
25900 \backslash
25901 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
25902 \end_layout
25903
25904 \begin_layout Standard
25905 You can also define different caption formats for the different float types.
25906  In this case load the 
25907 \series bold
25908 caption
25909 \series default
25910  package without format specific options and define the different formats
25911  with the help of the command
25912 \end_layout
25913
25914 \begin_layout Standard
25915
25916 \series bold
25917
25918 \backslash
25919 captionsetup[float type]{format definition}
25920 \end_layout
25921
25922 \begin_layout Standard
25923 in the document preamble.
25924  For example the caption formats of Figure
25925 \begin_inset space ~
25926 \end_inset
25927
25928
25929 \begin_inset CommandInset ref
25930 LatexCommand ref
25931 reference "fig:This-is-an-fig"
25932
25933 \end_inset
25934
25935  and Table
25936 \begin_inset space ~
25937 \end_inset
25938
25939
25940 \begin_inset CommandInset ref
25941 LatexCommand ref
25942 reference "tab:This-is-an-tab"
25943
25944 \end_inset
25945
25946  can be created using these commands in the document preamble:
25947 \end_layout
25948
25949 \begin_layout Standard
25950
25951 \series bold
25952
25953 \backslash
25954 usepackage[tableposition=top]{caption}
25955 \series default
25956
25957 \begin_inset Newline newline
25958 \end_inset
25959
25960
25961 \series bold
25962
25963 \backslash
25964 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
25965 \begin_inset Newline newline
25966 \end_inset
25967
25968
25969 \begin_inset Phantom HPhantom
25970 status open
25971
25972 \begin_layout Plain Layout
25973
25974 \series bold
25975
25976 \backslash
25977 captionsetup[figure]{
25978 \end_layout
25979
25980 \end_inset
25981
25982 labelsep=period}
25983 \begin_inset Newline newline
25984 \end_inset
25985
25986
25987 \backslash
25988 captionsetup[table]{labelfont={bf,sf}}
25989 \end_layout
25990
25991 \begin_layout Standard
25992 \begin_inset Note Greyedout
25993 status open
25994
25995 \begin_layout Plain Layout
25996
25997 \series bold
25998 Note:
25999 \series default
26000  The option 
26001 \series bold
26002 tableposition=top
26003 \series default
26004  has no effect when a 
26005 \series bold
26006 KOMA-Script
26007 \series default
26008
26009 \begin_inset Index idx
26010 status collapsed
26011
26012 \begin_layout Plain Layout
26013 LaTeX-packages ! KOMA-Script
26014 \end_layout
26015
26016 \end_inset
26017
26018  document class is used.
26019  In this case the document class option 
26020 \series bold
26021 captions=tableheading
26022 \series default
26023  must be used.
26024 \end_layout
26025
26026 \end_inset
26027
26028
26029 \end_layout
26030
26031 \begin_layout Standard
26032 For more information about the package 
26033 \series bold
26034 caption
26035 \series default
26036  we refer to its documentation 
26037 \begin_inset CommandInset citation
26038 LatexCommand cite
26039 key "caption"
26040
26041 \end_inset
26042
26043 .
26044 \end_layout
26045
26046 \begin_layout Standard
26047 To change the label name from e.
26048 \begin_inset space \thinspace{}
26049 \end_inset
26050
26051 g.
26052 \begin_inset space \space{}
26053 \end_inset
26054
26055
26056 \begin_inset Quotes eld
26057 \end_inset
26058
26059 Figure
26060 \begin_inset Quotes erd
26061 \end_inset
26062
26063  to 
26064 \begin_inset Quotes eld
26065 \end_inset
26066
26067 Image
26068 \begin_inset Quotes erd
26069 \end_inset
26070
26071  use this preamble command:
26072 \end_layout
26073
26074 \begin_layout Standard
26075
26076 \series bold
26077
26078 \backslash
26079 renewcommand{
26080 \backslash
26081 fnum@figure}{Image~
26082 \backslash
26083 thefigure}
26084 \end_layout
26085
26086 \begin_layout Standard
26087 where 
26088 \series bold
26089
26090 \backslash
26091 thefigure
26092 \series default
26093  inserts the figure number and
26094 \series bold
26095  
26096 \begin_inset Quotes eld
26097 \end_inset
26098
26099 ~
26100 \series default
26101
26102 \begin_inset Quotes erd
26103 \end_inset
26104
26105  creates a protected space.
26106 \end_layout
26107
26108 \begin_layout Standard
26109 \begin_inset VSpace bigskip
26110 \end_inset
26111
26112 If you are using a 
26113 \series bold
26114 KOMA-Script
26115 \series default
26116
26117 \begin_inset Index idx
26118 status collapsed
26119
26120 \begin_layout Plain Layout
26121 LaTeX-packages ! KOMA-Script
26122 \end_layout
26123
26124 \end_inset
26125
26126  document class (
26127 \family sans
26128 article (KOMA-Script)
26129 \family default
26130
26131 \family sans
26132 book (KOMA-Script)
26133 \family default
26134
26135 \family sans
26136 letter (KOMA-Script)
26137 \family default
26138 , or 
26139 \family sans
26140 report (KOMA-Script)
26141 \family default
26142
26143 \begin_inset space \thinspace{}
26144 \end_inset
26145
26146 ), you can alternatively to the 
26147 \series bold
26148 caption
26149 \series default
26150  package use 
26151 \series bold
26152 KOMA-Script
26153 \series default
26154 's built-in command 
26155 \series bold
26156
26157 \backslash
26158 setkomafont
26159 \series default
26160 .
26161  For example, to have the caption label in bold, add this command to your
26162  document preamble:
26163 \end_layout
26164
26165 \begin_layout Standard
26166
26167 \series bold
26168
26169 \backslash
26170 setkomafont{captionlabel}{
26171 \backslash
26172 bfseries}
26173 \end_layout
26174
26175 \begin_layout Standard
26176 For more information about 
26177 \series bold
26178
26179 \backslash
26180 setkomafont
26181 \series default
26182  we refer to the 
26183 \series bold
26184 KOMA-Script
26185 \series default
26186  documentation 
26187 \begin_inset CommandInset citation
26188 LatexCommand cite
26189 key "KOMA-Script"
26190
26191 \end_inset
26192
26193 .
26194 \end_layout
26195
26196 \begin_layout Standard
26197 \begin_inset ERT
26198 status collapsed
26199
26200 \begin_layout Plain Layout
26201
26202
26203 \backslash
26204 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
26205 }
26206 \end_layout
26207
26208 \end_inset
26209
26210
26211 \begin_inset Note Note
26212 status open
26213
26214 \begin_layout Plain Layout
26215 The caption format is changed only for this example.
26216 \end_layout
26217
26218 \end_inset
26219
26220
26221 \end_layout
26222
26223 \begin_layout Standard
26224 \begin_inset Float figure
26225 placement !p
26226 wide false
26227 sideways false
26228 status open
26229
26230 \begin_layout Plain Layout
26231 \align center
26232 \begin_inset Graphics
26233         filename clipart/mobius.eps
26234         lyxscale 50
26235         scale 50
26236         scaleBeforeRotation
26237
26238 \end_inset
26239
26240
26241 \end_layout
26242
26243 \begin_layout Plain Layout
26244 \begin_inset Caption
26245
26246 \begin_layout Plain Layout
26247 \begin_inset CommandInset label
26248 LatexCommand label
26249 name "fig:This-is-an-fig"
26250
26251 \end_inset
26252
26253 This is an example figure caption that is longer than one line to show the
26254  different caption format.
26255  Here a self-defined caption format is used.
26256 \end_layout
26257
26258 \end_inset
26259
26260
26261 \end_layout
26262
26263 \end_inset
26264
26265
26266 \end_layout
26267
26268 \begin_layout Standard
26269 \begin_inset ERT
26270 status collapsed
26271
26272 \begin_layout Plain Layout
26273
26274
26275 \backslash
26276 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
26277 on}
26278 \end_layout
26279
26280 \end_inset
26281
26282
26283 \end_layout
26284
26285 \begin_layout Standard
26286 \begin_inset Float table
26287 placement !p
26288 wide false
26289 sideways false
26290 status open
26291
26292 \begin_layout Plain Layout
26293 \begin_inset Caption
26294
26295 \begin_layout Plain Layout
26296 \begin_inset CommandInset label
26297 LatexCommand label
26298 name "tab:This-is-an-tab"
26299
26300 \end_inset
26301
26302 This is an example table caption that is longer than one line to show the
26303  different caption format.
26304  Here the standard caption format for tables in this document is used.
26305 \end_layout
26306
26307 \end_inset
26308
26309
26310 \end_layout
26311
26312 \begin_layout Plain Layout
26313 \align center
26314 \begin_inset Tabular
26315 <lyxtabular version="3" rows="1" columns="5">
26316 <features tabularvalignment="middle">
26317 <column alignment="center" valignment="top" width="0">
26318 <column alignment="center" valignment="top" width="0">
26319 <column alignment="center" valignment="top" width="0">
26320 <column alignment="center" valignment="top" width="0">
26321 <column alignment="center" valignment="top" width="0">
26322 <row>
26323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26324 \begin_inset Text
26325
26326 \begin_layout Plain Layout
26327 a
26328 \end_layout
26329
26330 \end_inset
26331 </cell>
26332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26333 \begin_inset Text
26334
26335 \begin_layout Plain Layout
26336 b
26337 \end_layout
26338
26339 \end_inset
26340 </cell>
26341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26342 \begin_inset Text
26343
26344 \begin_layout Plain Layout
26345 c
26346 \end_layout
26347
26348 \end_inset
26349 </cell>
26350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26351 \begin_inset Text
26352
26353 \begin_layout Plain Layout
26354 d
26355 \end_layout
26356
26357 \end_inset
26358 </cell>
26359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26360 \begin_inset Text
26361
26362 \begin_layout Plain Layout
26363 e
26364 \end_layout
26365
26366 \end_inset
26367 </cell>
26368 </row>
26369 </lyxtabular>
26370
26371 \end_inset
26372
26373
26374 \end_layout
26375
26376 \end_inset
26377
26378
26379 \end_layout
26380
26381 \begin_layout Section
26382 Caption Placement
26383 \begin_inset Index idx
26384 status collapsed
26385
26386 \begin_layout Plain Layout
26387 Caption ! Placement
26388 \end_layout
26389
26390 \end_inset
26391
26392
26393 \begin_inset Index idx
26394 status collapsed
26395
26396 \begin_layout Plain Layout
26397 Floats ! Caption Placement
26398 \end_layout
26399
26400 \end_inset
26401
26402
26403 \begin_inset CommandInset label
26404 LatexCommand label
26405 name "sec:Caption-Placement"
26406
26407 \end_inset
26408
26409
26410 \end_layout
26411
26412 \begin_layout Standard
26413 The common caption placement rule is:
26414 \end_layout
26415
26416 \begin_layout Description
26417 Figure: Caption is set below the figure
26418 \end_layout
26419
26420 \begin_layout Description
26421 Table: Caption is set above the table
26422 \end_layout
26423
26424 \begin_layout Standard
26425 Having the caption above the table is unfortunately not supported in LaTeX's
26426  standard classes.
26427  That means if you are using the document classes 
26428 \family sans
26429 article
26430 \family default
26431
26432 \family sans
26433 book
26434 \family default
26435
26436 \family sans
26437 letter
26438 \family default
26439 , or 
26440 \family sans
26441 report
26442 \family default
26443  there will be no space between the caption and the table.
26444  To insert the necessary space, add the following option to the load command
26445  of the LaTeX-package 
26446 \series bold
26447 caption
26448 \series default
26449  in your document preamble
26450 \begin_inset Foot
26451 status collapsed
26452
26453 \begin_layout Plain Layout
26454 See section
26455 \begin_inset space ~
26456 \end_inset
26457
26458
26459 \begin_inset CommandInset ref
26460 LatexCommand ref
26461 reference "sec:Caption-Formatting"
26462
26463 \end_inset
26464
26465  for more information of the package 
26466 \series bold
26467 caption
26468 \series default
26469 .
26470 \end_layout
26471
26472 \end_inset
26473
26474 :
26475 \end_layout
26476
26477 \begin_layout Standard
26478
26479 \series bold
26480 tableposition=top
26481 \end_layout
26482
26483 \begin_layout Standard
26484 If you are using a 
26485 \series bold
26486 KOMA-Script
26487 \series default
26488
26489 \begin_inset Index idx
26490 status collapsed
26491
26492 \begin_layout Plain Layout
26493 LaTeX-packages ! KOMA-Script
26494 \end_layout
26495
26496 \end_inset
26497
26498  document class (
26499 \family sans
26500 article (KOMA-Script)
26501 \family default
26502
26503 \family sans
26504 book (KOMA-Script)
26505 \family default
26506
26507 \family sans
26508 letter (KOMA-Script)
26509 \family default
26510 , or 
26511 \family sans
26512 report (KOMA-Script)
26513 \family default
26514
26515 \begin_inset space \thinspace{}
26516 \end_inset
26517
26518 ), you can alternatively to the 
26519 \series bold
26520 caption
26521 \series default
26522  package set the document class option 
26523 \series bold
26524 captions=tableheading
26525 \series default
26526 .
26527 \end_layout
26528
26529 \begin_layout Standard
26530 \begin_inset VSpace bigskip
26531 \end_inset
26532
26533 It is also possible to set the caption beside a figure or table.
26534  To get this the LaTeX-package 
26535 \series bold
26536 sidecap
26537 \series default
26538
26539 \begin_inset Index idx
26540 status collapsed
26541
26542 \begin_layout Plain Layout
26543 LaTeX-packages ! sidecap
26544 \end_layout
26545
26546 \end_inset
26547
26548  has to be loaded in the document preamble with the line
26549 \end_layout
26550
26551 \begin_layout Standard
26552
26553 \series bold
26554
26555 \backslash
26556 usepackage[option]{sidecap}
26557 \end_layout
26558
26559 \begin_layout Standard
26560 If you set no option, the caption is placed on the side of the outer page
26561  margin â€“ to the right on odd pages, to the left on even pages.
26562  You can change the placement to inner margin with the option 
26563 \series bold
26564 innercaption
26565 \series default
26566 .
26567  To force the placement always to the right or left, use the option 
26568 \series bold
26569 rightcaption
26570 \series default
26571  or 
26572 \series bold
26573 leftcaption
26574 \series default
26575 , respectively.
26576 \end_layout
26577
26578 \begin_layout Standard
26579 \begin_inset ERT
26580 status collapsed
26581
26582 \begin_layout Plain Layout
26583
26584
26585 \backslash
26586 ifsidecap
26587 \end_layout
26588
26589 \end_inset
26590
26591
26592 \begin_inset Note Note
26593 status open
26594
26595 \begin_layout Plain Layout
26596 The following section will only be displayed when the LaTeX-package 
26597 \series bold
26598 sidecap
26599 \series default
26600  is installed.
26601 \end_layout
26602
26603 \end_inset
26604
26605
26606 \end_layout
26607
26608 \begin_layout Standard
26609 To place in LyX the caption of a float on the side, it is necessary to add
26610  these commands to the document preamble:
26611 \end_layout
26612
26613 \begin_layout Standard
26614 \begin_inset Newpage pagebreak
26615 \end_inset
26616
26617
26618 \end_layout
26619
26620 \begin_layout Standard
26621 \noindent
26622 \begin_inset CommandInset line
26623 LatexCommand rule
26624 offset "0.5ex"
26625 width "100line%"
26626 height "1pt"
26627
26628 \end_inset
26629
26630
26631 \end_layout
26632
26633 \begin_layout Standard
26634
26635 \series bold
26636
26637 \backslash
26638 newcommand{
26639 \backslash
26640 TabBesBeg}[1][1.0]{%
26641 \begin_inset Newline newline
26642 \end_inset
26643
26644
26645 \begin_inset Phantom HPhantom
26646 status open
26647
26648 \begin_layout Plain Layout
26649 \begin_inset space ~
26650 \end_inset
26651
26652
26653 \end_layout
26654
26655 \end_inset
26656
26657
26658 \backslash
26659 let
26660 \backslash
26661 MyTable
26662 \backslash
26663 table
26664 \begin_inset Newline newline
26665 \end_inset
26666
26667
26668 \begin_inset Phantom HPhantom
26669 status open
26670
26671 \begin_layout Plain Layout
26672
26673 \series medium
26674 \begin_inset space ~
26675 \end_inset
26676
26677
26678 \end_layout
26679
26680 \end_inset
26681
26682
26683 \backslash
26684 let
26685 \backslash
26686 MyEndtable
26687 \backslash
26688 endtable
26689 \begin_inset Newline newline
26690 \end_inset
26691
26692
26693 \begin_inset Phantom HPhantom
26694 status open
26695
26696 \begin_layout Plain Layout
26697
26698 \series medium
26699 \begin_inset space ~
26700 \end_inset
26701
26702
26703 \end_layout
26704
26705 \end_inset
26706
26707
26708 \backslash
26709 renewenvironment{table}[1]{
26710 \backslash
26711 begin{SCtable}[#1]##1}{
26712 \backslash
26713 end{SCtable}}}
26714 \end_layout
26715
26716 \begin_layout Standard
26717
26718 \series bold
26719
26720 \backslash
26721 newcommand{
26722 \backslash
26723 TabBesEnd}{%
26724 \begin_inset Newline newline
26725 \end_inset
26726
26727
26728 \begin_inset Phantom HPhantom
26729 status open
26730
26731 \begin_layout Plain Layout
26732 \begin_inset space ~
26733 \end_inset
26734
26735
26736 \end_layout
26737
26738 \end_inset
26739
26740
26741 \backslash
26742 let
26743 \backslash
26744 table
26745 \backslash
26746 MyTable
26747 \begin_inset Newline newline
26748 \end_inset
26749
26750
26751 \begin_inset Phantom HPhantom
26752 status open
26753
26754 \begin_layout Plain Layout
26755 \begin_inset space ~
26756 \end_inset
26757
26758
26759 \end_layout
26760
26761 \end_inset
26762
26763
26764 \backslash
26765 let
26766 \backslash
26767 endtable
26768 \backslash
26769 MyEndtable
26770 \end_layout
26771
26772 \begin_layout Standard
26773
26774 \series bold
26775
26776 \backslash
26777 newcommand{
26778 \backslash
26779 FigBesBeg}[1][1.0]{%
26780 \begin_inset Newline newline
26781 \end_inset
26782
26783
26784 \begin_inset Phantom HPhantom
26785 status open
26786
26787 \begin_layout Plain Layout
26788 \begin_inset space ~
26789 \end_inset
26790
26791
26792 \end_layout
26793
26794 \end_inset
26795
26796
26797 \backslash
26798 let
26799 \backslash
26800 MyFigure
26801 \backslash
26802 figure
26803 \begin_inset Newline newline
26804 \end_inset
26805
26806
26807 \begin_inset Phantom HPhantom
26808 status open
26809
26810 \begin_layout Plain Layout
26811 \begin_inset space ~
26812 \end_inset
26813
26814
26815 \end_layout
26816
26817 \end_inset
26818
26819
26820 \backslash
26821 let
26822 \backslash
26823 MyEndfigure
26824 \backslash
26825 endfigure
26826 \begin_inset Newline newline
26827 \end_inset
26828
26829
26830 \begin_inset Phantom HPhantom
26831 status open
26832
26833 \begin_layout Plain Layout
26834 \begin_inset space ~
26835 \end_inset
26836
26837
26838 \end_layout
26839
26840 \end_inset
26841
26842
26843 \backslash
26844 renewenvironment{figure}[1]{
26845 \backslash
26846 begin{SCfigure}[#1]##1}{
26847 \backslash
26848 end{SCfigure}}}
26849 \end_layout
26850
26851 \begin_layout Standard
26852
26853 \series bold
26854
26855 \backslash
26856 newcommand{
26857 \backslash
26858 FigBesEnd}{%
26859 \begin_inset Newline newline
26860 \end_inset
26861
26862
26863 \begin_inset Phantom HPhantom
26864 status open
26865
26866 \begin_layout Plain Layout
26867 \begin_inset space ~
26868 \end_inset
26869
26870
26871 \end_layout
26872
26873 \end_inset
26874
26875
26876 \backslash
26877 let
26878 \backslash
26879 figure
26880 \backslash
26881 MyFigure
26882 \begin_inset Newline newline
26883 \end_inset
26884
26885
26886 \begin_inset Phantom HPhantom
26887 status open
26888
26889 \begin_layout Plain Layout
26890 \begin_inset space ~
26891 \end_inset
26892
26893
26894 \end_layout
26895
26896 \end_inset
26897
26898
26899 \backslash
26900 let
26901 \backslash
26902 endfigure
26903 \backslash
26904 MyEndfigure}
26905 \end_layout
26906
26907 \begin_layout Standard
26908 \noindent
26909 \begin_inset CommandInset line
26910 LatexCommand rule
26911 offset "0.5ex"
26912 width "100line%"
26913 height "1pt"
26914
26915 \end_inset
26916
26917
26918 \end_layout
26919
26920 \begin_layout Standard
26921 The commands allow you to redefine the floats so that the caption is set
26922  on the side.
26923  For figure floats use the command
26924 \end_layout
26925
26926 \begin_layout Standard
26927
26928 \series bold
26929
26930 \backslash
26931 FigBesBeg
26932 \end_layout
26933
26934 \begin_layout Standard
26935 in TeX-Code before the float.
26936  And insert the command
26937 \end_layout
26938
26939 \begin_layout Standard
26940
26941 \series bold
26942
26943 \backslash
26944 FigBesEnd
26945 \end_layout
26946
26947 \begin_layout Standard
26948 in TeX-Code at the point where you want to get back to the original float
26949  definition.
26950 \end_layout
26951
26952 \begin_layout Standard
26953 For table floats use the corresponding commands
26954 \end_layout
26955
26956 \begin_layout Standard
26957
26958 \series bold
26959
26960 \backslash
26961 TabBesBeg
26962 \series default
26963  and 
26964 \series bold
26965
26966 \backslash
26967 TabBesEnd
26968 \end_layout
26969
26970 \begin_layout Standard
26971 Figure
26972 \begin_inset space ~
26973 \end_inset
26974
26975
26976 \begin_inset CommandInset ref
26977 LatexCommand ref
26978 reference "fig:cap-beside-fig"
26979
26980 \end_inset
26981
26982  and Table
26983 \begin_inset space ~
26984 \end_inset
26985
26986
26987 \begin_inset CommandInset ref
26988 LatexCommand ref
26989 reference "tab:cap-beside-tab"
26990
26991 \end_inset
26992
26993  are examples where the caption is set beside.
26994 \end_layout
26995
26996 \begin_layout Standard
26997 You can see in the examples that the caption text appears at the top of
26998  the floats for table floats and at the bottom for figure floats.
26999  To change this, you can use the command
27000 \end_layout
27001
27002 \begin_layout Standard
27003
27004 \series bold
27005
27006 \backslash
27007 sidecaptionvpos{float type}{placement}
27008 \end_layout
27009
27010 \begin_layout Standard
27011 in the document preamble or in TeX-Code before the float.
27012  The float type is either 
27013 \family sans
27014 figure
27015 \family default
27016  or 
27017 \family sans
27018 table
27019 \family default
27020 , the placement can be 
27021 \begin_inset Quotes eld
27022 \end_inset
27023
27024
27025 \family sans
27026 t
27027 \family default
27028
27029 \begin_inset Quotes erd
27030 \end_inset
27031
27032  for top, 
27033 \begin_inset Quotes eld
27034 \end_inset
27035
27036
27037 \family sans
27038 c
27039 \family default
27040
27041 \begin_inset Quotes erd
27042 \end_inset
27043
27044  for center, or 
27045 \begin_inset Quotes eld
27046 \end_inset
27047
27048
27049 \family sans
27050 b
27051 \family default
27052
27053 \begin_inset Quotes erd
27054 \end_inset
27055
27056  for bottom.
27057  To have for example the caption of figure floats vertically centered, use
27058  the command
27059 \end_layout
27060
27061 \begin_layout Standard
27062
27063 \series bold
27064
27065 \backslash
27066 sidecaptionvpos{figure}{c}
27067 \end_layout
27068
27069 \begin_layout Standard
27070 This was used for Figure
27071 \begin_inset space ~
27072 \end_inset
27073
27074
27075 \begin_inset CommandInset ref
27076 LatexCommand ref
27077 reference "fig:cap-beside-fig-2"
27078
27079 \end_inset
27080
27081 .
27082 \end_layout
27083
27084 \begin_layout Standard
27085 \begin_inset VSpace medskip
27086 \end_inset
27087
27088
27089 \end_layout
27090
27091 \begin_layout Standard
27092 The default caption width is the width of the image/table.
27093  For thin image/tables, like in Table
27094 \begin_inset space ~
27095 \end_inset
27096
27097
27098 \begin_inset CommandInset ref
27099 LatexCommand ref
27100 reference "tab:cap-beside-tab"
27101
27102 \end_inset
27103
27104 , this leads to captions that are too thin.
27105  You can increase the width by specifying a factor that will be multiplied
27106  with the image/table width to get the caption width.
27107  The caption width will automatically be recalculated in case it would protrude
27108  over the page or column margin due to the specified width.
27109  The 
27110 \emph on
27111 factor
27112 \emph default
27113  can either be given as optional argument for 
27114 \series bold
27115
27116 \backslash
27117 FigBesBeg
27118 \series default
27119 :
27120 \end_layout
27121
27122 \begin_layout Standard
27123
27124 \series bold
27125
27126 \backslash
27127 FigBesBeg[factor]
27128 \end_layout
27129
27130 \begin_layout Standard
27131 or in the definition of 
27132 \series bold
27133
27134 \backslash
27135 FigBesBeg
27136 \series default
27137  by replacing the 
27138 \series bold
27139 1.0
27140 \series default
27141  with another value.
27142  If you do the latter, your factor will be the default if 
27143 \series bold
27144
27145 \backslash
27146 FigBesBeg
27147 \series default
27148  is used without an argument.
27149  For Table
27150 \begin_inset space ~
27151 \end_inset
27152
27153
27154 \begin_inset CommandInset ref
27155 LatexCommand ref
27156 reference "tab:cap-beside-tab-wider"
27157
27158 \end_inset
27159
27160  the factor 5 was used.
27161 \end_layout
27162
27163 \begin_layout Standard
27164 \begin_inset Note Greyedout
27165 status open
27166
27167 \begin_layout Plain Layout
27168
27169 \series bold
27170 Note:
27171 \series default
27172  For floats with captions set beside, you cannot use the float placement
27173  option 
27174 \family sans
27175 Here
27176 \begin_inset space ~
27177 \end_inset
27178
27179 definitely
27180 \family default
27181  because it is not supported by 
27182 \series bold
27183 sidecap
27184 \series default
27185 .
27186 \end_layout
27187
27188 \end_inset
27189
27190
27191 \end_layout
27192
27193 \begin_layout Standard
27194 \begin_inset VSpace medskip
27195 \end_inset
27196
27197 For more information about the package 
27198 \series bold
27199 sidecap
27200 \series default
27201  we refer to its documentation 
27202 \begin_inset CommandInset citation
27203 LatexCommand cite
27204 key "sidecap"
27205
27206 \end_inset
27207
27208 .
27209 \end_layout
27210
27211 \begin_layout Standard
27212 \begin_inset Note Greyedout
27213 status open
27214
27215 \begin_layout Plain Layout
27216
27217 \series bold
27218 Note:
27219 \series default
27220  The LaTeX-package 
27221 \series bold
27222 hypcap
27223 \series default
27224
27225 \begin_inset Index idx
27226 status collapsed
27227
27228 \begin_layout Plain Layout
27229 LaTeX-packages ! hypcap
27230 \end_layout
27231
27232 \end_inset
27233
27234 , described in section
27235 \begin_inset space ~
27236 \end_inset
27237
27238
27239 \begin_inset CommandInset ref
27240 LatexCommand ref
27241 reference "sub:Reference-Position"
27242
27243 \end_inset
27244
27245 , has no effect on floats with the caption set beside.
27246 \end_layout
27247
27248 \end_inset
27249
27250
27251 \end_layout
27252
27253 \begin_layout Standard
27254 \begin_inset ERT
27255 status collapsed
27256
27257 \begin_layout Plain Layout
27258
27259
27260 \backslash
27261 FigBesBeg
27262 \end_layout
27263
27264 \end_inset
27265
27266
27267 \end_layout
27268
27269 \begin_layout Standard
27270 \begin_inset Float figure
27271 wide false
27272 sideways false
27273 status open
27274
27275 \begin_layout Plain Layout
27276 \begin_inset Graphics
27277         filename clipart/escher-lsd.eps
27278         scale 75
27279         scaleBeforeRotation
27280
27281 \end_inset
27282
27283
27284 \end_layout
27285
27286 \begin_layout Plain Layout
27287 \begin_inset Caption
27288
27289 \begin_layout Plain Layout
27290 \begin_inset CommandInset label
27291 LatexCommand label
27292 name "fig:cap-beside-fig"
27293
27294 \end_inset
27295
27296 This is a caption beside a figure.
27297 \end_layout
27298
27299 \end_inset
27300
27301
27302 \end_layout
27303
27304 \end_inset
27305
27306
27307 \end_layout
27308
27309 \begin_layout Standard
27310 \begin_inset ERT
27311 status collapsed
27312
27313 \begin_layout Plain Layout
27314
27315
27316 \backslash
27317 FigBesEnd
27318 \end_layout
27319
27320 \end_inset
27321
27322
27323 \end_layout
27324
27325 \begin_layout Standard
27326 \begin_inset ERT
27327 status collapsed
27328
27329 \begin_layout Plain Layout
27330
27331
27332 \backslash
27333 TabBesBeg
27334 \end_layout
27335
27336 \end_inset
27337
27338
27339 \end_layout
27340
27341 \begin_layout Standard
27342 \begin_inset Float table
27343 wide false
27344 sideways false
27345 status open
27346
27347 \begin_layout Plain Layout
27348 \begin_inset Caption
27349
27350 \begin_layout Plain Layout
27351 \begin_inset CommandInset label
27352 LatexCommand label
27353 name "tab:cap-beside-tab"
27354
27355 \end_inset
27356
27357 This is a caption beside a table.
27358 \end_layout
27359
27360 \end_inset
27361
27362
27363 \end_layout
27364
27365 \begin_layout Plain Layout
27366 \begin_inset Tabular
27367 <lyxtabular version="3" rows="4" columns="5">
27368 <features tabularvalignment="middle">
27369 <column alignment="center" valignment="top" width="0">
27370 <column alignment="center" valignment="top" width="0">
27371 <column alignment="center" valignment="top" width="0">
27372 <column alignment="center" valignment="top" width="0">
27373 <column alignment="center" valignment="top" width="0">
27374 <row>
27375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27376 \begin_inset Text
27377
27378 \begin_layout Plain Layout
27379 a
27380 \end_layout
27381
27382 \end_inset
27383 </cell>
27384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27385 \begin_inset Text
27386
27387 \begin_layout Plain Layout
27388
27389 \end_layout
27390
27391 \end_inset
27392 </cell>
27393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27394 \begin_inset Text
27395
27396 \begin_layout Plain Layout
27397 b
27398 \end_layout
27399
27400 \end_inset
27401 </cell>
27402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27403 \begin_inset Text
27404
27405 \begin_layout Plain Layout
27406
27407 \end_layout
27408
27409 \end_inset
27410 </cell>
27411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27412 \begin_inset Text
27413
27414 \begin_layout Plain Layout
27415 c
27416 \end_layout
27417
27418 \end_inset
27419 </cell>
27420 </row>
27421 <row>
27422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27423 \begin_inset Text
27424
27425 \begin_layout Plain Layout
27426
27427 \end_layout
27428
27429 \end_inset
27430 </cell>
27431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27432 \begin_inset Text
27433
27434 \begin_layout Plain Layout
27435 d
27436 \end_layout
27437
27438 \end_inset
27439 </cell>
27440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27441 \begin_inset Text
27442
27443 \begin_layout Plain Layout
27444
27445 \end_layout
27446
27447 \end_inset
27448 </cell>
27449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27450 \begin_inset Text
27451
27452 \begin_layout Plain Layout
27453 e
27454 \end_layout
27455
27456 \end_inset
27457 </cell>
27458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27459 \begin_inset Text
27460
27461 \begin_layout Plain Layout
27462
27463 \end_layout
27464
27465 \end_inset
27466 </cell>
27467 </row>
27468 <row>
27469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27470 \begin_inset Text
27471
27472 \begin_layout Plain Layout
27473 f
27474 \end_layout
27475
27476 \end_inset
27477 </cell>
27478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27479 \begin_inset Text
27480
27481 \begin_layout Plain Layout
27482
27483 \end_layout
27484
27485 \end_inset
27486 </cell>
27487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27488 \begin_inset Text
27489
27490 \begin_layout Plain Layout
27491 g
27492 \end_layout
27493
27494 \end_inset
27495 </cell>
27496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27497 \begin_inset Text
27498
27499 \begin_layout Plain Layout
27500
27501 \end_layout
27502
27503 \end_inset
27504 </cell>
27505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27506 \begin_inset Text
27507
27508 \begin_layout Plain Layout
27509 h
27510 \end_layout
27511
27512 \end_inset
27513 </cell>
27514 </row>
27515 <row>
27516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27517 \begin_inset Text
27518
27519 \begin_layout Plain Layout
27520
27521 \end_layout
27522
27523 \end_inset
27524 </cell>
27525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27526 \begin_inset Text
27527
27528 \begin_layout Plain Layout
27529 i
27530 \end_layout
27531
27532 \end_inset
27533 </cell>
27534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27535 \begin_inset Text
27536
27537 \begin_layout Plain Layout
27538
27539 \end_layout
27540
27541 \end_inset
27542 </cell>
27543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27544 \begin_inset Text
27545
27546 \begin_layout Plain Layout
27547 j
27548 \end_layout
27549
27550 \end_inset
27551 </cell>
27552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27553 \begin_inset Text
27554
27555 \begin_layout Plain Layout
27556
27557 \end_layout
27558
27559 \end_inset
27560 </cell>
27561 </row>
27562 </lyxtabular>
27563
27564 \end_inset
27565
27566
27567 \end_layout
27568
27569 \end_inset
27570
27571
27572 \end_layout
27573
27574 \begin_layout Standard
27575 \begin_inset ERT
27576 status collapsed
27577
27578 \begin_layout Plain Layout
27579
27580
27581 \backslash
27582 TabBesEnd
27583 \end_layout
27584
27585 \end_inset
27586
27587
27588 \end_layout
27589
27590 \begin_layout Standard
27591 \begin_inset ERT
27592 status collapsed
27593
27594 \begin_layout Plain Layout
27595
27596
27597 \backslash
27598 sidecaptionvpos{figure}{c}
27599 \end_layout
27600
27601 \end_inset
27602
27603
27604 \begin_inset Float figure
27605 wide false
27606 sideways false
27607 status open
27608
27609 \begin_layout Plain Layout
27610 \begin_inset Graphics
27611         filename clipart/escher-lsd.eps
27612         scale 75
27613         scaleBeforeRotation
27614
27615 \end_inset
27616
27617
27618 \end_layout
27619
27620 \begin_layout Plain Layout
27621 \begin_inset Caption
27622
27623 \begin_layout Plain Layout
27624 \begin_inset CommandInset label
27625 LatexCommand label
27626 name "fig:cap-beside-fig-2"
27627
27628 \end_inset
27629
27630 This is a vertically centered caption beside a figure.
27631 \end_layout
27632
27633 \end_inset
27634
27635
27636 \end_layout
27637
27638 \end_inset
27639
27640
27641 \end_layout
27642
27643 \begin_layout Standard
27644 \begin_inset ERT
27645 status collapsed
27646
27647 \begin_layout Plain Layout
27648
27649
27650 \backslash
27651 FigBesEnd
27652 \end_layout
27653
27654 \end_inset
27655
27656
27657 \end_layout
27658
27659 \begin_layout Standard
27660 \begin_inset ERT
27661 status collapsed
27662
27663 \begin_layout Plain Layout
27664
27665
27666 \backslash
27667 TabBesBeg[5]
27668 \end_layout
27669
27670 \end_inset
27671
27672
27673 \end_layout
27674
27675 \begin_layout Standard
27676 \begin_inset Float table
27677 wide false
27678 sideways false
27679 status open
27680
27681 \begin_layout Plain Layout
27682 \begin_inset Caption
27683
27684 \begin_layout Plain Layout
27685 \begin_inset CommandInset label
27686 LatexCommand label
27687 name "tab:cap-beside-tab-wider"
27688
27689 \end_inset
27690
27691 This is a caption is wider than the one in Table
27692 \begin_inset space ~
27693 \end_inset
27694
27695
27696 \begin_inset CommandInset ref
27697 LatexCommand ref
27698 reference "tab:cap-beside-tab"
27699
27700 \end_inset
27701
27702 .
27703 \end_layout
27704
27705 \end_inset
27706
27707
27708 \end_layout
27709
27710 \begin_layout Plain Layout
27711 \begin_inset Tabular
27712 <lyxtabular version="3" rows="4" columns="5">
27713 <features tabularvalignment="middle">
27714 <column alignment="center" valignment="top" width="0">
27715 <column alignment="center" valignment="top" width="0">
27716 <column alignment="center" valignment="top" width="0">
27717 <column alignment="center" valignment="top" width="0">
27718 <column alignment="center" valignment="top" width="0">
27719 <row>
27720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27721 \begin_inset Text
27722
27723 \begin_layout Plain Layout
27724 a
27725 \end_layout
27726
27727 \end_inset
27728 </cell>
27729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27730 \begin_inset Text
27731
27732 \begin_layout Plain Layout
27733
27734 \end_layout
27735
27736 \end_inset
27737 </cell>
27738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27739 \begin_inset Text
27740
27741 \begin_layout Plain Layout
27742 b
27743 \end_layout
27744
27745 \end_inset
27746 </cell>
27747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27748 \begin_inset Text
27749
27750 \begin_layout Plain Layout
27751
27752 \end_layout
27753
27754 \end_inset
27755 </cell>
27756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27757 \begin_inset Text
27758
27759 \begin_layout Plain Layout
27760 c
27761 \end_layout
27762
27763 \end_inset
27764 </cell>
27765 </row>
27766 <row>
27767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27768 \begin_inset Text
27769
27770 \begin_layout Plain Layout
27771
27772 \end_layout
27773
27774 \end_inset
27775 </cell>
27776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27777 \begin_inset Text
27778
27779 \begin_layout Plain Layout
27780 d
27781 \end_layout
27782
27783 \end_inset
27784 </cell>
27785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27786 \begin_inset Text
27787
27788 \begin_layout Plain Layout
27789
27790 \end_layout
27791
27792 \end_inset
27793 </cell>
27794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27795 \begin_inset Text
27796
27797 \begin_layout Plain Layout
27798 e
27799 \end_layout
27800
27801 \end_inset
27802 </cell>
27803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27804 \begin_inset Text
27805
27806 \begin_layout Plain Layout
27807
27808 \end_layout
27809
27810 \end_inset
27811 </cell>
27812 </row>
27813 <row>
27814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27815 \begin_inset Text
27816
27817 \begin_layout Plain Layout
27818 f
27819 \end_layout
27820
27821 \end_inset
27822 </cell>
27823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27824 \begin_inset Text
27825
27826 \begin_layout Plain Layout
27827
27828 \end_layout
27829
27830 \end_inset
27831 </cell>
27832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27833 \begin_inset Text
27834
27835 \begin_layout Plain Layout
27836 g
27837 \end_layout
27838
27839 \end_inset
27840 </cell>
27841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27842 \begin_inset Text
27843
27844 \begin_layout Plain Layout
27845
27846 \end_layout
27847
27848 \end_inset
27849 </cell>
27850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27851 \begin_inset Text
27852
27853 \begin_layout Plain Layout
27854 h
27855 \end_layout
27856
27857 \end_inset
27858 </cell>
27859 </row>
27860 <row>
27861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27862 \begin_inset Text
27863
27864 \begin_layout Plain Layout
27865
27866 \end_layout
27867
27868 \end_inset
27869 </cell>
27870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27871 \begin_inset Text
27872
27873 \begin_layout Plain Layout
27874 i
27875 \end_layout
27876
27877 \end_inset
27878 </cell>
27879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27880 \begin_inset Text
27881
27882 \begin_layout Plain Layout
27883
27884 \end_layout
27885
27886 \end_inset
27887 </cell>
27888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27889 \begin_inset Text
27890
27891 \begin_layout Plain Layout
27892 j
27893 \end_layout
27894
27895 \end_inset
27896 </cell>
27897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27898 \begin_inset Text
27899
27900 \begin_layout Plain Layout
27901
27902 \end_layout
27903
27904 \end_inset
27905 </cell>
27906 </row>
27907 </lyxtabular>
27908
27909 \end_inset
27910
27911
27912 \end_layout
27913
27914 \end_inset
27915
27916
27917 \end_layout
27918
27919 \begin_layout Standard
27920 \begin_inset ERT
27921 status collapsed
27922
27923 \begin_layout Plain Layout
27924
27925
27926 \backslash
27927 TabBesEnd
27928 \end_layout
27929
27930 \end_inset
27931
27932
27933 \end_layout
27934
27935 \begin_layout Standard
27936 \begin_inset ERT
27937 status collapsed
27938
27939 \begin_layout Plain Layout
27940
27941
27942 \backslash
27943 else
27944 \end_layout
27945
27946 \end_inset
27947
27948
27949 \begin_inset Note Note
27950 status open
27951
27952 \begin_layout Plain Layout
27953 The following will be displayed when the LaTeX-package 
27954 \series bold
27955 sidecap
27956 \series default
27957  is not installed:
27958 \end_layout
27959
27960 \end_inset
27961
27962
27963 \end_layout
27964
27965 \begin_layout Standard
27966 You need to install the LaTeX-package 
27967 \series bold
27968 sidecap
27969 \series default
27970  to see the following part of this section in the output.
27971 \end_layout
27972
27973 \begin_layout Standard
27974 \begin_inset ERT
27975 status collapsed
27976
27977 \begin_layout Plain Layout
27978
27979
27980 \backslash
27981 fi
27982 \end_layout
27983
27984 \end_inset
27985
27986
27987 \end_layout
27988
27989 \begin_layout Section
27990 Listings of Floats
27991 \begin_inset Index idx
27992 status collapsed
27993
27994 \begin_layout Plain Layout
27995 Floats ! Float Lists
27996 \end_layout
27997
27998 \end_inset
27999
28000
28001 \end_layout
28002
28003 \begin_layout Standard
28004 Similar to the table of contents where the sections of the document are
28005  listed, there are listings for all float types, like the figures of the
28006  documents.
28007  You can insert them via the 
28008 \family sans
28009 Insert\SpecialChar \menuseparator
28010 List
28011 \begin_inset space ~
28012 \end_inset
28013
28014 /
28015 \begin_inset space ~
28016 \end_inset
28017
28018 TOC
28019 \family default
28020  sub menus.
28021 \end_layout
28022
28023 \begin_layout Standard
28024 The list entries are the float captions or its short title, the float number,
28025  and the page number where they appear in the document.
28026 \end_layout
28027
28028 \begin_layout Standard
28029 You can find the list of figures and tables at the end of this document.
28030 \end_layout
28031
28032 \begin_layout Chapter
28033 Notes
28034 \end_layout
28035
28036 \begin_layout Section
28037 LyX Notes
28038 \begin_inset Index idx
28039 status collapsed
28040
28041 \begin_layout Plain Layout
28042 Notes ! LyX Notes
28043 \end_layout
28044
28045 \end_inset
28046
28047
28048 \end_layout
28049
28050 \begin_layout Standard
28051 Notes are inserted with the toolbar button 
28052 \family sans
28053
28054 \begin_inset Info
28055 type  "icon"
28056 arg   "note-insert"
28057 \end_inset
28058
28059
28060 \family default
28061  or the menu 
28062 \family sans
28063 Insert\SpecialChar \menuseparator
28064 Note
28065 \family default
28066 .
28067  There are three types of notes:
28068 \end_layout
28069
28070 \begin_layout Description
28071 LyX
28072 \begin_inset space ~
28073 \end_inset
28074
28075 Note This note type is for internal notes that won't appear in the output.
28076  Its note-box looks like this:
28077 \begin_inset Newline newline
28078 \end_inset
28079
28080
28081 \begin_inset Newline newline
28082 \end_inset
28083
28084
28085 \begin_inset Graphics
28086         filename clipart/LyXNoteImageQt4.png
28087         display false
28088         scale 85
28089         scaleBeforeRotation
28090
28091 \end_inset
28092
28093  
28094 \begin_inset Note Note
28095 status open
28096
28097 \begin_layout Plain Layout
28098 This is text in a note box that doesn't appear in the output.
28099 \end_layout
28100
28101 \end_inset
28102
28103
28104 \end_layout
28105
28106 \begin_layout Description
28107 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
28108 ent, when you export the document to LaTeX via the menu 
28109 \family sans
28110 File\SpecialChar \menuseparator
28111 Export\SpecialChar \menuseparator
28112 LaTeX (pdflatex) / (plain)
28113 \family default
28114 .
28115  Its note-box looks like this:
28116 \begin_inset Newline newline
28117 \end_inset
28118
28119
28120 \begin_inset Newline newline
28121 \end_inset
28122
28123
28124 \begin_inset Graphics
28125         filename clipart/CommentNoteImageQt4.png
28126         display false
28127         scale 85
28128         scaleBeforeRotation
28129
28130 \end_inset
28131
28132  
28133 \begin_inset Note Comment
28134 status open
28135
28136 \begin_layout Plain Layout
28137 This is text in a note box that only appears as comment in LaTeX-files.
28138 \end_layout
28139
28140 \end_inset
28141
28142
28143 \end_layout
28144
28145 \begin_layout Description
28146 Greyed
28147 \begin_inset space ~
28148 \end_inset
28149
28150 Out This note will appear in the output as grey text.
28151  Its note-box looks like this:
28152 \begin_inset Newline newline
28153 \end_inset
28154
28155
28156 \begin_inset Newline newline
28157 \end_inset
28158
28159
28160 \begin_inset Graphics
28161         filename clipart/GreyedOutNoteImageQt4.png
28162         display false
28163         scale 85
28164         scaleBeforeRotation
28165
28166 \end_inset
28167
28168
28169 \begin_inset Newline newline
28170 \end_inset
28171
28172
28173 \begin_inset ERT
28174 status collapsed
28175
28176 \begin_layout Plain Layout
28177
28178
28179 \backslash
28180 renewenvironment{lyxgreyedout}
28181 \end_layout
28182
28183 \begin_layout Plain Layout
28184
28185 {
28186 \backslash
28187 textcolor[gray]{0.8}
28188 \backslash
28189 bgroup}{
28190 \backslash
28191 egroup}
28192 \end_layout
28193
28194 \end_inset
28195
28196
28197 \begin_inset Note Greyedout
28198 status open
28199
28200 \begin_layout Plain Layout
28201 This is text
28202 \begin_inset Foot
28203 status open
28204
28205 \begin_layout Plain Layout
28206 This is an example footnote within a greyed out note.
28207 \end_layout
28208
28209 \end_inset
28210
28211  of a comment that appears in the output as grey text.
28212 \end_layout
28213
28214 \end_inset
28215
28216
28217 \begin_inset ERT
28218 status collapsed
28219
28220 \begin_layout Plain Layout
28221
28222
28223 \backslash
28224 renewenvironment{lyxgreyedout}
28225 \end_layout
28226
28227 \begin_layout Plain Layout
28228
28229 {
28230 \backslash
28231 textcolor{blue}
28232 \backslash
28233 bgroup}{
28234 \backslash
28235 egroup}
28236 \end_layout
28237
28238 \end_inset
28239
28240
28241 \begin_inset Note Note
28242 status collapsed
28243
28244 \begin_layout Plain Layout
28245 The greyed out note is here redefined to show it with the original LyX definitio
28246 n because greyed out notes are redefined in the preamble of this document,
28247  as described below, to have blue text.
28248 \end_layout
28249
28250 \end_inset
28251
28252
28253 \begin_inset Newline newline
28254 \end_inset
28255
28256
28257 \begin_inset Newline newline
28258 \end_inset
28259
28260 As you can see in the example, the first line of greyed out notes is a bit
28261  indented and greyed out notes can have footnotes.
28262 \end_layout
28263
28264 \begin_layout Standard
28265 \begin_inset VSpace bigskip
28266 \end_inset
28267
28268 When you use the toolbar button 
28269 \family sans
28270
28271 \begin_inset Info
28272 type  "icon"
28273 arg   "note-insert"
28274 \end_inset
28275
28276
28277 \family default
28278  to insert notes, a 
28279 \family sans
28280 LyX
28281 \begin_inset space ~
28282 \end_inset
28283
28284 Note
28285 \family default
28286  is inserted.
28287  You can switch between the five note types by right-clicking on the note-box.
28288  
28289 \family roman
28290 \series medium
28291 \bar no
28292 If you want to turn existing text into a note, mark it and click on the
28293  note
28294 \family default
28295 \series default
28296 \bar default
28297  toolbar 
28298 \family roman
28299 \series medium
28300 \bar no
28301 button
28302 \family default
28303 \series default
28304 \bar default
28305 .
28306  To change a note to text, press the backspace key when the cursor is in
28307  the first position of a note, or press the delete key when the cursor is
28308  in the very last position of the note, respectively.
28309 \end_layout
28310
28311 \begin_layout Standard
28312 \begin_inset VSpace bigskip
28313 \end_inset
28314
28315 You can change the text color of the greyed out notes in the menu 
28316 \family sans
28317 Document\SpecialChar \menuseparator
28318 Settings\SpecialChar \menuseparator
28319 Colors
28320 \family default
28321 .
28322 \end_layout
28323
28324 \begin_layout Section
28325 Footnotes
28326 \begin_inset CommandInset label
28327 LatexCommand label
28328 name "sec:Footnotes"
28329
28330 \end_inset
28331
28332
28333 \begin_inset Index idx
28334 status collapsed
28335
28336 \begin_layout Plain Layout
28337 Notes ! Footnotes
28338 \end_layout
28339
28340 \end_inset
28341
28342
28343 \begin_inset Index idx
28344 status collapsed
28345
28346 \begin_layout Plain Layout
28347 Footnotes
28348 \end_layout
28349
28350 \end_inset
28351
28352
28353 \end_layout
28354
28355 \begin_layout Standard
28356 Footnotes can be inserted using the toolbar button 
28357 \family sans
28358
28359 \begin_inset Info
28360 type  "icon"
28361 arg   "footnote-insert"
28362 \end_inset
28363
28364
28365 \family default
28366  or the menu 
28367 \family sans
28368 Insert\SpecialChar \menuseparator
28369 Footnote
28370 \family default
28371 .
28372  
28373 \family roman
28374 \series medium
28375 \bar no
28376 You'll see
28377 \family default
28378 \series default
28379 \bar default
28380  then the following footnote-box: 
28381 \begin_inset Graphics
28382         filename clipart/footnoteQt4.png
28383         scale 80
28384         scaleBeforeRotation
28385
28386 \end_inset
28387
28388  
28389 \family roman
28390 \series medium
28391 \bar no
28392 where you can enter the footnote text.
28393  If you want to turn existing text into a footnote, mark it and click on
28394  the footnote
28395 \family default
28396 \series default
28397 \bar default
28398  toolbar 
28399 \family roman
28400 \series medium
28401 \bar no
28402 button
28403 \family default
28404 \series default
28405 \bar default
28406 .
28407  To change a 
28408 \family roman
28409 \series medium
28410 \bar no
28411 footnote
28412 \family default
28413 \series default
28414 \bar default
28415  to text, press the 
28416 \family sans
28417 Backspace
28418 \family default
28419  key when the cursor is in the first position of a 
28420 \family roman
28421 \series medium
28422 \bar no
28423 footnote
28424 \family default
28425 \series default
28426 \bar default
28427 , or press the 
28428 \family sans
28429 Delete
28430 \family default
28431  key when the cursor is in the very last position of the 
28432 \family roman
28433 \series medium
28434 \bar no
28435 footnote
28436 \family default
28437 \series default
28438 \bar default
28439 , respectively.
28440 \end_layout
28441
28442 \begin_layout Standard
28443 Here is an example footnote:
28444 \family roman
28445 \series medium
28446 \bar no
28447
28448 \begin_inset Foot
28449 status open
28450
28451 \begin_layout Plain Layout
28452 \begin_inset CommandInset label
28453 LatexCommand label
28454 name "foot:This-is-an"
28455
28456 \end_inset
28457
28458 This is an example footnote.
28459 \end_layout
28460
28461 \end_inset
28462
28463
28464 \family default
28465 \series default
28466 \bar default
28467
28468 \begin_inset ERT
28469 status collapsed
28470
28471 \begin_layout Plain Layout
28472
28473
28474 \backslash
28475 newcounter{MyRepeatFoot}
28476 \end_layout
28477
28478 \begin_layout Plain Layout
28479
28480
28481 \backslash
28482 setcounter{MyRepeatFoot}{
28483 \backslash
28484 thefootnote}
28485 \end_layout
28486
28487 \end_inset
28488
28489
28490 \end_layout
28491
28492 \begin_layout Standard
28493 The footnote will appear in the output as a superscript number at the text
28494  position where the footnote box is placed.
28495  The footnote text is placed at the bottom of the current page.
28496  The footnote number is calculated by LaTeX; the numbers are consecutive.
28497  It depends on your document-class, whether the footnote number is reset
28498  for every chapter.
28499 \end_layout
28500
28501 \begin_layout Standard
28502 Footnotes can be referenced like floats: Insert a label into the footnote
28503  and cross-reference this label in the text as described in section
28504 \begin_inset space ~
28505 \end_inset
28506
28507
28508 \begin_inset CommandInset ref
28509 LatexCommand ref
28510 reference "sec:Referencing-Floats"
28511
28512 \end_inset
28513
28514 .
28515 \begin_inset Newline newline
28516 \end_inset
28517
28518 This is a cross-reference of Footnote
28519 \begin_inset space ~
28520 \end_inset
28521
28522
28523 \begin_inset CommandInset ref
28524 LatexCommand ref
28525 reference "foot:This-is-an"
28526
28527 \end_inset
28528
28529 .
28530 \end_layout
28531
28532 \begin_layout Standard
28533 \begin_inset VSpace defskip
28534 \end_inset
28535
28536 Footnotes in tables are not printed by LaTeX due to technical reasons.
28537  However there exists another method to print them: Instead of the footnote
28538  the command 
28539 \series bold
28540
28541 \backslash
28542 footnotemark{}
28543 \series default
28544  is inserted as TeX-code.
28545  The text of the footnote is entered as an argument of the TeX-code command
28546  
28547 \series bold
28548
28549 \backslash
28550 footnotetext
28551 \series default
28552  after the table.
28553 \begin_inset Newline newline
28554 \end_inset
28555
28556 This was done for the following table with the command
28557 \end_layout
28558
28559 \begin_layout Standard
28560
28561 \series bold
28562
28563 \backslash
28564 footnotetext{
28565 \series default
28566 Printed table footnote.
28567 \series bold
28568 }
28569 \end_layout
28570
28571 \begin_layout Standard
28572 \begin_inset Tabular
28573 <lyxtabular version="3" rows="2" columns="1">
28574 <features tabularvalignment="middle">
28575 <column alignment="center" valignment="top" width="0">
28576 <row>
28577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28578 \begin_inset Text
28579
28580 \begin_layout Plain Layout
28581 This an example text.
28582 \begin_inset Foot
28583 status open
28584
28585 \begin_layout Plain Layout
28586 This footnote will not be printed!
28587 \end_layout
28588
28589 \end_inset
28590
28591
28592 \end_layout
28593
28594 \end_inset
28595 </cell>
28596 </row>
28597 <row>
28598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28599 \begin_inset Text
28600
28601 \begin_layout Plain Layout
28602 This an example text.
28603 \begin_inset ERT
28604 status collapsed
28605
28606 \begin_layout Plain Layout
28607
28608
28609 \backslash
28610 footnotemark{}
28611 \end_layout
28612
28613 \end_inset
28614
28615
28616 \end_layout
28617
28618 \end_inset
28619 </cell>
28620 </row>
28621 </lyxtabular>
28622
28623 \end_inset
28624
28625
28626 \begin_inset ERT
28627 status collapsed
28628
28629 \begin_layout Plain Layout
28630
28631
28632 \backslash
28633 footnotetext{
28634 \end_layout
28635
28636 \end_inset
28637
28638 Printed table footnote.
28639 \begin_inset ERT
28640 status collapsed
28641
28642 \begin_layout Plain Layout
28643
28644 }
28645 \end_layout
28646
28647 \end_inset
28648
28649
28650 \end_layout
28651
28652 \begin_layout Standard
28653 Footnotes in longtables are described in section
28654 \begin_inset space ~
28655 \end_inset
28656
28657
28658 \begin_inset CommandInset ref
28659 LatexCommand ref
28660 reference "sub:Footnotes-in-Longtables"
28661
28662 \end_inset
28663
28664 .
28665 \end_layout
28666
28667 \begin_layout Standard
28668 Footnotes in minipage boxes are printed, but inside the box and with a different
28669  numbering because a minipage box is like a page inside a page.
28670  (For more about minipages, see section
28671 \begin_inset space ~
28672 \end_inset
28673
28674
28675 \begin_inset CommandInset ref
28676 LatexCommand ref
28677 reference "sec:Minipages"
28678
28679 \end_inset
28680
28681 .) To get a footnote in the minipage that is output at the bottom of the
28682  page like normal footnotes, also use the method of 
28683 \series bold
28684
28685 \backslash
28686 footnotemark{}
28687 \series default
28688  and 
28689 \series bold
28690
28691 \backslash
28692 footnotetext
28693 \series default
28694 .
28695 \end_layout
28696
28697 \begin_layout Standard
28698 \begin_inset Box Frameless
28699 position "t"
28700 hor_pos "c"
28701 has_inner_box 1
28702 inner_pos "t"
28703 use_parbox 0
28704 use_makebox 0
28705 width "100col%"
28706 special "none"
28707 height "1in"
28708 height_special "totalheight"
28709 status open
28710
28711 \begin_layout Plain Layout
28712 This an example text in a minipage.
28713 \begin_inset Foot
28714 status open
28715
28716 \begin_layout Plain Layout
28717 Footnote in the minipage.
28718 \end_layout
28719
28720 \end_inset
28721
28722
28723 \end_layout
28724
28725 \begin_layout Plain Layout
28726 This an example text in a minipage.
28727 \begin_inset ERT
28728 status collapsed
28729
28730 \begin_layout Plain Layout
28731
28732
28733 \backslash
28734 footnotemark{}
28735 \end_layout
28736
28737 \end_inset
28738
28739
28740 \end_layout
28741
28742 \end_inset
28743
28744
28745 \end_layout
28746
28747 \begin_layout Standard
28748 \begin_inset ERT
28749 status collapsed
28750
28751 \begin_layout Plain Layout
28752
28753
28754 \backslash
28755 footnotetext{
28756 \end_layout
28757
28758 \end_inset
28759
28760 Footnote outside the minipage.
28761 \begin_inset ERT
28762 status collapsed
28763
28764 \begin_layout Plain Layout
28765
28766 }
28767 \end_layout
28768
28769 \end_inset
28770
28771
28772 \end_layout
28773
28774 \begin_layout Standard
28775 \begin_inset VSpace defskip
28776 \end_inset
28777
28778
28779 \end_layout
28780
28781 \begin_layout Standard
28782 To refer to the same footnote several times without printing the footnote
28783  text every time, use the command 
28784 \series bold
28785
28786 \backslash
28787 footnotemark[number]
28788 \series default
28789  in TeX-code.
28790 \begin_inset Newline newline
28791 \end_inset
28792
28793 As you do not know the number of the repeating footnote while you are writing
28794  the text, you have to store its number.
28795  For the following footnote mark example, these commands were inserted in
28796  TeX-code after Footnote
28797 \begin_inset space ~
28798 \end_inset
28799
28800
28801 \begin_inset CommandInset ref
28802 LatexCommand ref
28803 reference "foot:This-is-an"
28804
28805 \end_inset
28806
28807  to store the footnote number:
28808 \end_layout
28809
28810 \begin_layout Standard
28811
28812 \series bold
28813
28814 \backslash
28815 newcounter{MyRepeatFoot}
28816 \begin_inset Newline newline
28817 \end_inset
28818
28819
28820 \backslash
28821 setcounter{MyRepeatFoot}{
28822 \backslash
28823 thefootnote}
28824 \end_layout
28825
28826 \begin_layout Standard
28827 The footnote mark was then created with this command:
28828 \end_layout
28829
28830 \begin_layout Standard
28831
28832 \series bold
28833
28834 \backslash
28835 footnotemark[
28836 \backslash
28837 theMyRepeatFoot]
28838 \end_layout
28839
28840 \begin_layout Standard
28841 Here is a repeated footnote:
28842 \family roman
28843 \series medium
28844 \bar no
28845
28846 \begin_inset ERT
28847 status collapsed
28848
28849 \begin_layout Plain Layout
28850
28851
28852 \backslash
28853 footnotemark[
28854 \backslash
28855 theMyRepeatFoot]
28856 \end_layout
28857
28858 \end_inset
28859
28860
28861 \end_layout
28862
28863 \begin_layout Standard
28864 If you want to repeat the previous footnote, you can omit the storage of
28865  the footnote number and just use this command instead:
28866 \end_layout
28867
28868 \begin_layout Standard
28869
28870 \series bold
28871
28872 \backslash
28873 footnotemark[
28874 \backslash
28875 thefootnote]
28876 \end_layout
28877
28878 \begin_layout Standard
28879 Here is another repeated footnote:
28880 \family roman
28881 \series medium
28882 \bar no
28883
28884 \begin_inset ERT
28885 status collapsed
28886
28887 \begin_layout Plain Layout
28888
28889
28890 \backslash
28891 footnotemark[
28892 \backslash
28893 thefootnote]
28894 \end_layout
28895
28896 \end_inset
28897
28898
28899 \end_layout
28900
28901 \begin_layout Subsection
28902 Footnote Numbering
28903 \begin_inset CommandInset label
28904 LatexCommand label
28905 name "sub:Footnote-Numbering"
28906
28907 \end_inset
28908
28909
28910 \begin_inset Index idx
28911 status collapsed
28912
28913 \begin_layout Plain Layout
28914 Footnotes ! Numbering
28915 \end_layout
28916
28917 \end_inset
28918
28919
28920 \end_layout
28921
28922 \begin_layout Standard
28923 To reset the footnote number back to 1 after each section
28924 \family roman
28925 , add this command to your document preamble:
28926 \end_layout
28927
28928 \begin_layout Standard
28929
28930 \series bold
28931
28932 \backslash
28933 @addtoreset{footnote}{section}
28934 \end_layout
28935
28936 \begin_layout Standard
28937 \begin_inset VSpace bigskip
28938 \end_inset
28939
28940 The following preamble command changes the footnote numbering style to small
28941  roman numerals:
28942 \end_layout
28943
28944 \begin_layout Standard
28945
28946 \series bold
28947
28948 \backslash
28949 renewcommand{
28950 \backslash
28951 thefootnote}{
28952 \backslash
28953 roman{footnote}}
28954 \end_layout
28955
28956 \begin_layout Standard
28957 \begin_inset ERT
28958 status collapsed
28959
28960 \begin_layout Plain Layout
28961
28962
28963 \backslash
28964 renewcommand{
28965 \backslash
28966 thefootnote}{
28967 \backslash
28968 roman{footnote}}
28969 \end_layout
28970
28971 \end_inset
28972
28973  This is a footnote with roman numbering:
28974 \begin_inset Foot
28975 status open
28976
28977 \begin_layout Plain Layout
28978 This is an example footnote with roman numbering.
28979 \end_layout
28980
28981 \end_inset
28982
28983
28984 \end_layout
28985
28986 \begin_layout Standard
28987 To change the numbering style to capital roman numerals replace in the command
28988  above 
28989 \series bold
28990
28991 \backslash
28992 roman
28993 \series default
28994  by 
28995 \series bold
28996
28997 \backslash
28998 Roman
28999 \series default
29000 .
29001  To 
29002 \begin_inset Quotes eld
29003 \end_inset
29004
29005 number
29006 \begin_inset Quotes erd
29007 \end_inset
29008
29009  footnotes with capital or small Latin letters use 
29010 \series bold
29011
29012 \backslash
29013 Alph
29014 \series default
29015  or 
29016 \series bold
29017
29018 \backslash
29019 alph
29020 \series default
29021 , respectively.
29022  To 
29023 \begin_inset Quotes eld
29024 \end_inset
29025
29026 number
29027 \begin_inset Quotes erd
29028 \end_inset
29029
29030  footnotes with symbols use 
29031 \series bold
29032
29033 \backslash
29034 fnsymbol
29035 \series default
29036 .
29037 \end_layout
29038
29039 \begin_layout Standard
29040 \begin_inset Note Greyedout
29041 status open
29042
29043 \begin_layout Plain Layout
29044
29045 \series bold
29046 Note:
29047 \series default
29048  You can only number 26 footnotes with Latin letters, because this numbering
29049  is limited to single letters.
29050 \end_layout
29051
29052 \end_inset
29053
29054
29055 \begin_inset Newline newline
29056 \end_inset
29057
29058
29059 \begin_inset Note Greyedout
29060 status open
29061
29062 \begin_layout Plain Layout
29063
29064 \series bold
29065 Note:
29066 \series default
29067  You can only number 9 footnotes with symbols.
29068 \end_layout
29069
29070 \end_inset
29071
29072
29073 \end_layout
29074
29075 \begin_layout Standard
29076 To return to the default numbering style after you have changed to another
29077  one, use 
29078 \series bold
29079
29080 \backslash
29081 arabic
29082 \series default
29083  instead of 
29084 \series bold
29085
29086 \backslash
29087 roman
29088 \series default
29089  in the command above.
29090 \begin_inset ERT
29091 status collapsed
29092
29093 \begin_layout Plain Layout
29094
29095
29096 \backslash
29097 renewcommand{
29098 \backslash
29099 thefootnote}{
29100 \backslash
29101 arabic{footnote}}
29102 \end_layout
29103
29104 \end_inset
29105
29106
29107 \end_layout
29108
29109 \begin_layout Standard
29110 \begin_inset VSpace bigskip
29111 \end_inset
29112
29113
29114 \end_layout
29115
29116 \begin_layout Standard
29117 If you want to have footnotes numbered in the scheme 
29118 \begin_inset Quotes eld
29119 \end_inset
29120
29121 chapter.footnote
29122 \begin_inset Quotes erd
29123 \end_inset
29124
29125 , add the following command to your document preamble:
29126 \end_layout
29127
29128 \begin_layout Standard
29129
29130 \series bold
29131
29132 \backslash
29133 numberwithin{footnote}{chapter}
29134 \end_layout
29135
29136 \begin_layout Standard
29137 To be able to use the command 
29138 \series bold
29139
29140 \backslash
29141 numberwithin
29142 \series default
29143 , set in the tab 
29144 \family sans
29145 Math
29146 \begin_inset space ~
29147 \end_inset
29148
29149 Options
29150 \family default
29151  in the document settings the option 
29152 \family sans
29153 Use
29154 \begin_inset space ~
29155 \end_inset
29156
29157 AMS
29158 \begin_inset space ~
29159 \end_inset
29160
29161 math
29162 \begin_inset space ~
29163 \end_inset
29164
29165 package
29166 \family default
29167 .
29168 \end_layout
29169
29170 \begin_layout Standard
29171 \begin_inset ERT
29172 status collapsed
29173
29174 \begin_layout Plain Layout
29175
29176
29177 \backslash
29178 numberwithin{footnote}{chapter}
29179 \end_layout
29180
29181 \end_inset
29182
29183 This is another example footnote:
29184 \series bold
29185
29186 \begin_inset Foot
29187 status open
29188
29189 \begin_layout Plain Layout
29190 This is a footnote numbered in the scheme 
29191 \begin_inset Quotes eld
29192 \end_inset
29193
29194 chapter.footnote
29195 \begin_inset Quotes erd
29196 \end_inset
29197
29198 .
29199 \end_layout
29200
29201 \end_inset
29202
29203
29204 \series default
29205
29206 \begin_inset ERT
29207 status collapsed
29208
29209 \begin_layout Plain Layout
29210
29211
29212 \backslash
29213 renewcommand{
29214 \backslash
29215 thefootnote}{
29216 \backslash
29217 arabic{footnote}}
29218 \end_layout
29219
29220 \end_inset
29221
29222
29223 \end_layout
29224
29225 \begin_layout Standard
29226 \begin_inset Note Greyedout
29227 status open
29228
29229 \begin_layout Plain Layout
29230
29231 \series bold
29232 Note:
29233 \series default
29234  
29235 \series bold
29236
29237 \backslash
29238 numberwithin
29239 \series default
29240  always prints out the footnote number as arabic number; previous redefinitions
29241  to get non-arabic numbers are overwritten.
29242 \end_layout
29243
29244 \end_inset
29245
29246
29247 \end_layout
29248
29249 \begin_layout Standard
29250 So to get for example the scheme 
29251 \begin_inset Quotes eld
29252 \end_inset
29253
29254 chapter.
29255 \backslash
29256 Roman{footnote}
29257 \begin_inset Quotes erd
29258 \end_inset
29259
29260 , use this command instead of 
29261 \series bold
29262
29263 \backslash
29264 numberwithin
29265 \series default
29266 :
29267 \end_layout
29268
29269 \begin_layout Standard
29270
29271 \series bold
29272
29273 \backslash
29274 renewcommand{
29275 \backslash
29276 thefootnote}{
29277 \backslash
29278 thechapter.
29279 \backslash
29280 Roman{footnote}}
29281 \end_layout
29282
29283 \begin_layout Subsection
29284 Footnote Placement
29285 \begin_inset Index idx
29286 status collapsed
29287
29288 \begin_layout Plain Layout
29289 Footnotes ! Placement
29290 \end_layout
29291
29292 \end_inset
29293
29294
29295 \end_layout
29296
29297 \begin_layout Standard
29298 If you have several footnotes in one page, they appear without vertical
29299  space between them at the bottom of the page.
29300  To make them more readable you can e.
29301 \begin_inset space \thinspace{}
29302 \end_inset
29303
29304 g.
29305 \begin_inset space \space{}
29306 \end_inset
29307
29308 add 1.5
29309 \begin_inset space \thinspace{}
29310 \end_inset
29311
29312 mm space with the following preamble command:
29313 \end_layout
29314
29315 \begin_layout Standard
29316
29317 \series bold
29318
29319 \backslash
29320 let
29321 \backslash
29322 myFoot
29323 \backslash
29324 footnote
29325 \begin_inset Newline newline
29326 \end_inset
29327
29328
29329 \backslash
29330 renewcommand{
29331 \backslash
29332 footnote}[1]{
29333 \backslash
29334 myFoot{#1
29335 \backslash
29336 vspace{1.5mm}}}
29337 \end_layout
29338
29339 \begin_layout Standard
29340 \begin_inset VSpace bigskip
29341 \end_inset
29342
29343 In a two-column document the footnotes appear at the bottom of every column,
29344  see Figure
29345 \begin_inset space ~
29346 \end_inset
29347
29348
29349 \begin_inset CommandInset ref
29350 LatexCommand ref
29351 reference "fig:Standard-footnote-placement"
29352
29353 \end_inset
29354
29355 .
29356  If the footnotes should only appear at the bottom of the right column,
29357  as in Figure
29358 \begin_inset space ~
29359 \end_inset
29360
29361
29362 \begin_inset CommandInset ref
29363 LatexCommand ref
29364 reference "fig:Footnote-placement-in"
29365
29366 \end_inset
29367
29368 , use the LaTeX-package 
29369 \series bold
29370 ftnright
29371 \series default
29372
29373 \begin_inset Index idx
29374 status collapsed
29375
29376 \begin_layout Plain Layout
29377 LaTeX-packages ! ftnright
29378 \end_layout
29379
29380 \end_inset
29381
29382  with this command in the document preamble:
29383 \end_layout
29384
29385 \begin_layout Standard
29386
29387 \series bold
29388
29389 \backslash
29390 usepackage{ftnright}
29391 \end_layout
29392
29393 \begin_layout Standard
29394 \begin_inset Float figure
29395 placement !h
29396 wide false
29397 sideways false
29398 status open
29399
29400 \begin_layout Plain Layout
29401 \begin_inset ERT
29402 status collapsed
29403
29404 \begin_layout Plain Layout
29405
29406
29407 \backslash
29408 framebox{
29409 \end_layout
29410
29411 \end_inset
29412
29413
29414 \begin_inset Graphics
29415         filename clipart/without_fntright.pdf
29416         width 100col%
29417         scaleBeforeRotation
29418
29419 \end_inset
29420
29421
29422 \begin_inset ERT
29423 status collapsed
29424
29425 \begin_layout Plain Layout
29426
29427 }
29428 \end_layout
29429
29430 \end_inset
29431
29432
29433 \end_layout
29434
29435 \begin_layout Plain Layout
29436 \begin_inset Caption
29437
29438 \begin_layout Plain Layout
29439 \begin_inset CommandInset label
29440 LatexCommand label
29441 name "fig:Standard-footnote-placement"
29442
29443 \end_inset
29444
29445 Standard footnote placement in two-column documents.
29446 \end_layout
29447
29448 \end_inset
29449
29450
29451 \end_layout
29452
29453 \end_inset
29454
29455
29456 \end_layout
29457
29458 \begin_layout Standard
29459 \begin_inset Float figure
29460 placement !h
29461 wide false
29462 sideways false
29463 status open
29464
29465 \begin_layout Plain Layout
29466 \begin_inset ERT
29467 status collapsed
29468
29469 \begin_layout Plain Layout
29470
29471
29472 \backslash
29473 framebox{
29474 \end_layout
29475
29476 \end_inset
29477
29478
29479 \begin_inset Graphics
29480         filename clipart/with_fntright.pdf
29481         width 100col%
29482         scaleBeforeRotation
29483
29484 \end_inset
29485
29486
29487 \begin_inset ERT
29488 status collapsed
29489
29490 \begin_layout Plain Layout
29491
29492 }
29493 \end_layout
29494
29495 \end_inset
29496
29497
29498 \end_layout
29499
29500 \begin_layout Plain Layout
29501 \begin_inset Caption
29502
29503 \begin_layout Plain Layout
29504 \begin_inset CommandInset label
29505 LatexCommand label
29506 name "fig:Footnote-placement-in"
29507
29508 \end_inset
29509
29510 Footnote placement in two-column documents when the LaTeX-package 
29511 \series bold
29512 ftnright
29513 \series default
29514  is used.
29515 \end_layout
29516
29517 \end_inset
29518
29519
29520 \end_layout
29521
29522 \end_inset
29523
29524
29525 \end_layout
29526
29527 \begin_layout Standard
29528 \begin_inset VSpace bigskip
29529 \end_inset
29530
29531 In some scientific literature it is usual to collect the footnotes and print
29532  them in a separate paragraph at the end of a section, as in Figure
29533 \begin_inset space ~
29534 \end_inset
29535
29536
29537 \begin_inset CommandInset ref
29538 LatexCommand ref
29539 reference "fig:Endnotes"
29540
29541 \end_inset
29542
29543 .
29544  They are then called 
29545 \begin_inset Quotes eld
29546 \end_inset
29547
29548 endnotes
29549 \begin_inset Quotes erd
29550 \end_inset
29551
29552 .
29553 \begin_inset Index idx
29554 status collapsed
29555
29556 \begin_layout Plain Layout
29557 Endnotes
29558 \end_layout
29559
29560 \end_inset
29561
29562  To use endnotes instead of footnotes in your document, load in the menu
29563  
29564 \family sans
29565 Document\SpecialChar \menuseparator
29566 Settings\SpecialChar \menuseparator
29567 Modules 
29568 \family default
29569 the module 
29570 \family sans
29571 Foot
29572 \begin_inset space ~
29573 \end_inset
29574
29575 to
29576 \begin_inset space ~
29577 \end_inset
29578
29579 End
29580 \family default
29581 .
29582  To insert the collected footnotes, insert the command
29583 \end_layout
29584
29585 \begin_layout Standard
29586
29587 \series bold
29588
29589 \backslash
29590 theendnotes
29591 \end_layout
29592
29593 \begin_layout Standard
29594 in TeX-Code at the end of a section or chapter.
29595 \end_layout
29596
29597 \begin_layout Standard
29598 \begin_inset Float figure
29599 wide false
29600 sideways false
29601 status open
29602
29603 \begin_layout Plain Layout
29604 \align center
29605 \begin_inset ERT
29606 status collapsed
29607
29608 \begin_layout Plain Layout
29609
29610
29611 \backslash
29612 framebox{
29613 \end_layout
29614
29615 \end_inset
29616
29617
29618 \begin_inset Graphics
29619         filename clipart/endnotes.pdf
29620         scaleBeforeRotation
29621
29622 \end_inset
29623
29624
29625 \begin_inset ERT
29626 status collapsed
29627
29628 \begin_layout Plain Layout
29629
29630 }
29631 \end_layout
29632
29633 \end_inset
29634
29635
29636 \end_layout
29637
29638 \begin_layout Plain Layout
29639 \begin_inset Caption
29640
29641 \begin_layout Plain Layout
29642 \begin_inset CommandInset label
29643 LatexCommand label
29644 name "fig:Endnotes"
29645
29646 \end_inset
29647
29648 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
29649  or chapters.
29650 \end_layout
29651
29652 \end_inset
29653
29654
29655 \end_layout
29656
29657 \end_inset
29658
29659
29660 \end_layout
29661
29662 \begin_layout Standard
29663 \begin_inset VSpace medskip
29664 \end_inset
29665
29666 The paragraph heading for the endnotes isn't automatically translated into
29667  the document language, this must be done manually.
29668  The following preamble command translates the default English 
29669 \begin_inset Quotes eld
29670 \end_inset
29671
29672 Notes
29673 \begin_inset Quotes erd
29674 \end_inset
29675
29676  into the German 
29677 \begin_inset Quotes eld
29678 \end_inset
29679
29680 Anmerkungen
29681 \begin_inset Quotes erd
29682 \end_inset
29683
29684 :
29685 \end_layout
29686
29687 \begin_layout Standard
29688
29689 \series bold
29690
29691 \backslash
29692 renewcommand{
29693 \backslash
29694 notesname}{Anmerkungen}
29695 \end_layout
29696
29697 \begin_layout Standard
29698 \begin_inset VSpace medskip
29699 \end_inset
29700
29701 The numbering of endnotes can be changed like the footnote numbering as
29702  described in section
29703 \begin_inset space ~
29704 \end_inset
29705
29706
29707 \begin_inset CommandInset ref
29708 LatexCommand ref
29709 reference "sub:Footnote-Numbering"
29710
29711 \end_inset
29712
29713 ; just replace the command 
29714 \series bold
29715
29716 \backslash
29717 thefootnote
29718 \series default
29719  by 
29720 \series bold
29721
29722 \backslash
29723 theendnote
29724 \series default
29725 .
29726  To reset the endnote number use the command 
29727 \series bold
29728
29729 \backslash
29730 @addtoreset
29731 \series default
29732  as described in section
29733 \begin_inset space ~
29734 \end_inset
29735
29736
29737 \begin_inset CommandInset ref
29738 LatexCommand ref
29739 reference "sub:Footnote-Numbering"
29740
29741 \end_inset
29742
29743  and replace the command parameter 
29744 \series bold
29745 footnote
29746 \series default
29747  by 
29748 \series bold
29749 endnote
29750 \series default
29751 .
29752 \end_layout
29753
29754 \begin_layout Standard
29755 For endnotes there is the command 
29756 \series bold
29757
29758 \backslash
29759 endnotemark[number]
29760 \series default
29761  similar to the command 
29762 \series bold
29763
29764 \backslash
29765 footnotemark
29766 \series default
29767 , that is described in section
29768 \begin_inset space ~
29769 \end_inset
29770
29771
29772 \begin_inset CommandInset ref
29773 LatexCommand ref
29774 reference "sec:Footnotes"
29775
29776 \end_inset
29777
29778 .
29779 \end_layout
29780
29781 \begin_layout Standard
29782 \begin_inset VSpace bigskip
29783 \end_inset
29784
29785 Footnotes can also be placed in the page margin and the footnote text alignment
29786  can be changed, see the LaTeX-package 
29787 \series bold
29788 footmisc
29789 \series default
29790
29791 \begin_inset Index idx
29792 status collapsed
29793
29794 \begin_layout Plain Layout
29795 LaTeX-packages ! footmisc
29796 \end_layout
29797
29798 \end_inset
29799
29800
29801 \begin_inset CommandInset citation
29802 LatexCommand cite
29803 key "footmisc"
29804
29805 \end_inset
29806
29807  for more information about this.
29808 \end_layout
29809
29810 \begin_layout Standard
29811 For various further footnote formatting issues have a look at LaTeX-books,
29812  
29813 \begin_inset CommandInset citation
29814 LatexCommand cite
29815 key "latexcompanion,latexguide,latexbook"
29816
29817 \end_inset
29818
29819 .
29820  If you are using a 
29821 \series bold
29822 KOMA-Script
29823 \series default
29824
29825 \begin_inset Index idx
29826 status collapsed
29827
29828 \begin_layout Plain Layout
29829 LaTeX-packages ! KOMA-Script
29830 \end_layout
29831
29832 \end_inset
29833
29834  document class, you can adjust all footnote settings using class-specific
29835  commands, see 
29836 \begin_inset CommandInset citation
29837 LatexCommand cite
29838 key "KOMA-Script"
29839
29840 \end_inset
29841
29842 .
29843 \end_layout
29844
29845 \begin_layout Section
29846 Margin Notes
29847 \begin_inset Index idx
29848 status collapsed
29849
29850 \begin_layout Plain Layout
29851 Notes ! Margin Notes
29852 \end_layout
29853
29854 \end_inset
29855
29856
29857 \end_layout
29858
29859 \begin_layout Standard
29860 Margin notes look and behave in LyX like footnotes.
29861  They are inserted via the menu 
29862 \family sans
29863 Insert\SpecialChar \menuseparator
29864 Marginal
29865 \begin_inset space ~
29866 \end_inset
29867
29868 Note
29869 \family default
29870  or the toolbar button 
29871 \family sans
29872
29873 \begin_inset Info
29874 type  "icon"
29875 arg   "marginalnote-insert"
29876 \end_inset
29877
29878
29879 \family default
29880 .
29881  A grey 
29882 \family roman
29883 \series medium
29884 box with the
29885 \family default
29886 \series default
29887  red 
29888 \family roman
29889 \series medium
29890 label 
29891 \begin_inset Quotes eld
29892 \end_inset
29893
29894 margin
29895 \begin_inset Quotes erd
29896 \end_inset
29897
29898  appears where you can enter the text of the margin note.
29899 \end_layout
29900
29901 \begin_layout Standard
29902 At the side is an example margin note.
29903
29904 \family roman
29905 \series medium
29906  
29907 \begin_inset Marginal
29908 status open
29909
29910 \begin_layout Plain Layout
29911 This is a margin note.
29912 \end_layout
29913
29914 \end_inset
29915
29916
29917 \end_layout
29918
29919 \begin_layout Standard
29920 Margin notes appear at the right side in single-sided documents.
29921  In double-sided documents they appear in the outer margin â€“ left on even
29922  pages, right on odd pages.
29923  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
29924 d when the note appears in the left margin.
29925  The first line of the margin note is placed at the position of the text
29926  line where it is inserted in the document.
29927 \end_layout
29928
29929 \begin_layout Standard
29930 \begin_inset VSpace bigskip
29931 \end_inset
29932
29933 To place the margin note in the inner margin, add the command
29934 \end_layout
29935
29936 \begin_layout Standard
29937
29938 \series bold
29939
29940 \backslash
29941 reversemarginpar
29942 \end_layout
29943
29944 \begin_layout Standard
29945 in TeX-Code before a margin note.
29946  The new placement is valid for all subsequent margin notes.
29947  
29948 \begin_inset ERT
29949 status collapsed
29950
29951 \begin_layout Plain Layout
29952
29953
29954 \backslash
29955 reversemarginpar 
29956 \end_layout
29957
29958 \end_inset
29959
29960
29961 \begin_inset Marginal
29962 status open
29963
29964 \begin_layout Plain Layout
29965 This is a margin note in the inner margin.
29966 \end_layout
29967
29968 \end_inset
29969
29970
29971 \series bold
29972
29973 \begin_inset Newline newline
29974 \end_inset
29975
29976
29977 \series default
29978
29979 \begin_inset Note Greyedout
29980 status open
29981
29982 \begin_layout Plain Layout
29983
29984 \series bold
29985 Note:
29986 \series default
29987  There is often not enough space in the inner margin so that the notes are
29988  not correctly displayed in the output.
29989 \end_layout
29990
29991 \end_inset
29992
29993
29994 \end_layout
29995
29996 \begin_layout Standard
29997 To return to the default placement insert the command
29998 \end_layout
29999
30000 \begin_layout Standard
30001
30002 \series bold
30003
30004 \backslash
30005 normalmarginpar
30006 \end_layout
30007
30008 \begin_layout Standard
30009 in TeX-Code.
30010 \begin_inset ERT
30011 status collapsed
30012
30013 \begin_layout Plain Layout
30014
30015
30016 \backslash
30017 normalmarginpar 
30018 \end_layout
30019
30020 \end_inset
30021
30022  
30023 \begin_inset Note Greyedout
30024 status open
30025
30026 \begin_layout Plain Layout
30027
30028 \series bold
30029 Note:
30030 \series default
30031  The command is ignored when it is within a paragraph where also the command
30032  
30033 \series bold
30034
30035 \backslash
30036 reversemarginpar
30037 \series default
30038  is inserted.
30039 \end_layout
30040
30041 \end_inset
30042
30043
30044 \end_layout
30045
30046 \begin_layout Standard
30047 \begin_inset VSpace bigskip
30048 \end_inset
30049
30050
30051 \family roman
30052 \series medium
30053
30054 \begin_inset Marginal
30055 status open
30056
30057 \begin_layout Plain Layout
30058 AVeryLongMarginParWord that isn't hyphenated.
30059 \end_layout
30060
30061 \end_inset
30062
30063
30064 \family default
30065 \series default
30066  Similar to the case described in section
30067 \begin_inset space ~
30068 \end_inset
30069
30070
30071 \begin_inset CommandInset ref
30072 LatexCommand ref
30073 reference "sub:Multiple-Lines-in"
30074
30075 \end_inset
30076
30077 , long words cannot be hyphenated when they are the first word in a margin
30078  note.
30079  To avoid this, insert 0
30080 \begin_inset space \thinspace{}
30081 \end_inset
30082
30083 pt horizontal space before the word
30084 \family roman
30085 \series medium
30086 .
30087  
30088 \begin_inset Marginal
30089 status open
30090
30091 \begin_layout Plain Layout
30092 \begin_inset space \hspace*{}
30093 \length 0pt
30094 \end_inset
30095
30096 AVeryLongMarginParWord that is hyphenated.
30097 \end_layout
30098
30099 \end_inset
30100
30101
30102 \end_layout
30103
30104 \begin_layout Standard
30105 \begin_inset VSpace bigskip
30106 \end_inset
30107
30108
30109 \end_layout
30110
30111 \begin_layout Standard
30112 \begin_inset Note Greyedout
30113 status open
30114
30115 \begin_layout Plain Layout
30116
30117 \series bold
30118 Note:
30119 \series default
30120  Margin notes can normally not be used inside tables, floats, and footnotes.
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 \begin_inset ERT
30137 status collapsed
30138
30139 \begin_layout Plain Layout
30140
30141
30142 \backslash
30143 ifmarginnote
30144 \end_layout
30145
30146 \end_inset
30147
30148
30149 \begin_inset Note Note
30150 status open
30151
30152 \begin_layout Plain Layout
30153 The following section will only be displayed when the LaTeX-package 
30154 \series bold
30155 marginnote
30156 \series default
30157  is installed.
30158 \end_layout
30159
30160 \end_inset
30161
30162
30163 \end_layout
30164
30165 \begin_layout Standard
30166 This restriction can be evaded by using the LaTeX-package 
30167 \series bold
30168 marginnote
30169 \series default
30170
30171 \begin_inset Index idx
30172 status collapsed
30173
30174 \begin_layout Plain Layout
30175 LaTeX-packages ! marginnote
30176 \end_layout
30177
30178 \end_inset
30179
30180 .
30181  By adding these two lines to your document preamble, the command used by
30182  LyX for margin notes is redefined to use the command provided by the 
30183 \series bold
30184 marginnote
30185 \series default
30186 -package:
30187 \end_layout
30188
30189 \begin_layout Standard
30190
30191 \series bold
30192
30193 \backslash
30194 usepackage{marginnote}
30195 \begin_inset Newline newline
30196 \end_inset
30197
30198
30199 \backslash
30200 let
30201 \backslash
30202 marginpar
30203 \backslash
30204 marginnote
30205 \end_layout
30206
30207 \begin_layout Standard
30208 This is also used in this document because 
30209 \series bold
30210 marginnote
30211 \series default
30212  has another useful feature: You can set a vertical offset for the note.
30213  This is often needed when too many margin notes are too close together
30214  or for a better page layout.
30215  The offset is set in LyX as TeX-Code directly after the margin note in
30216  the scheme
30217 \end_layout
30218
30219 \begin_layout Standard
30220
30221 \series bold
30222 [offset]
30223 \end_layout
30224
30225 \begin_layout Standard
30226 where the offset is a length with one of the units listed in Table
30227 \begin_inset space ~
30228 \end_inset
30229
30230
30231 \begin_inset CommandInset ref
30232 LatexCommand ref
30233 reference "tab:Units"
30234
30235 \end_inset
30236
30237 .
30238  A negative value shifts the note up, a positive value shifts it down.
30239  
30240 \family roman
30241 \series medium
30242 For example the margin note beside this text line is shifted up 1.5
30243 \begin_inset space \thinspace{}
30244 \end_inset
30245
30246 cm with the TeX-Code-command 
30247 \begin_inset Quotes eld
30248 \end_inset
30249
30250
30251 \family default
30252 \series bold
30253 [-1.5cm]
30254 \family roman
30255 \series medium
30256
30257 \begin_inset Quotes erd
30258 \end_inset
30259
30260
30261 \begin_inset Marginal
30262 status open
30263
30264 \begin_layout Plain Layout
30265 This margin note is shifted up 1.5
30266 \begin_inset space \thinspace{}
30267 \end_inset
30268
30269 cm from its original position.
30270 \end_layout
30271
30272 \end_inset
30273
30274
30275 \family default
30276 \series default
30277
30278 \begin_inset ERT
30279 status collapsed
30280
30281 \begin_layout Plain Layout
30282
30283 [-1.5cm]
30284 \end_layout
30285
30286 \end_inset
30287
30288
30289 \end_layout
30290
30291 \begin_layout Standard
30292 \begin_inset VSpace medskip
30293 \end_inset
30294
30295 With 
30296 \series bold
30297 marginnote
30298 \series default
30299  you can also change the alignment of the text in the margin note.
30300  For example the commands
30301 \end_layout
30302
30303 \begin_layout Standard
30304
30305 \series bold
30306
30307 \backslash
30308 renewcommand*{
30309 \backslash
30310 raggedleftmarginnote}{
30311 \backslash
30312 centering}
30313 \begin_inset Newline newline
30314 \end_inset
30315
30316
30317 \backslash
30318 renewcommand*{
30319 \backslash
30320 raggedrightmarginnote}{
30321 \backslash
30322 centering}
30323 \end_layout
30324
30325 \begin_layout Standard
30326 set the alignment to centered.
30327  
30328 \series bold
30329
30330 \backslash
30331 raggedleftmarginnote
30332 \series default
30333  denotes margin notes that appear at the left side.
30334 \family roman
30335 \series medium
30336
30337 \begin_inset ERT
30338 status collapsed
30339
30340 \begin_layout Plain Layout
30341
30342
30343 \backslash
30344 renewcommand*{
30345 \backslash
30346 raggedleftmarginnote}{
30347 \backslash
30348 centering}
30349 \end_layout
30350
30351 \begin_layout Plain Layout
30352
30353
30354 \backslash
30355 renewcommand*{
30356 \backslash
30357 raggedrightmarginnote}{
30358 \backslash
30359 centering}
30360 \end_layout
30361
30362 \end_inset
30363
30364
30365 \begin_inset Marginal
30366 status open
30367
30368 \begin_layout Plain Layout
30369 The text of this margin note is centered.
30370 \end_layout
30371
30372 \end_inset
30373
30374
30375 \family default
30376 \series default
30377  The default is
30378 \end_layout
30379
30380 \begin_layout Standard
30381
30382 \series bold
30383
30384 \backslash
30385 renewcommand*{
30386 \backslash
30387 raggedleftmarginnote}{
30388 \backslash
30389 raggedleft}
30390 \begin_inset Newline newline
30391 \end_inset
30392
30393
30394 \backslash
30395 renewcommand*{
30396 \backslash
30397 raggedrightmarginnote}{
30398 \backslash
30399 raggedright}
30400 \family roman
30401 \series medium
30402
30403 \begin_inset ERT
30404 status collapsed
30405
30406 \begin_layout Plain Layout
30407
30408
30409 \backslash
30410 renewcommand*{
30411 \backslash
30412 raggedleftmarginnote}{
30413 \backslash
30414 raggedleft}
30415 \end_layout
30416
30417 \begin_layout Plain Layout
30418
30419
30420 \backslash
30421 renewcommand*{
30422 \backslash
30423 raggedrightmarginnote}{
30424 \backslash
30425 raggedright}
30426 \end_layout
30427
30428 \end_inset
30429
30430
30431 \end_layout
30432
30433 \begin_layout Standard
30434 \begin_inset VSpace medskip
30435 \end_inset
30436
30437 For the other features of 
30438 \series bold
30439 marginnote
30440 \series default
30441  refer to its documentation 
30442 \begin_inset CommandInset citation
30443 LatexCommand cite
30444 key "marginnote"
30445
30446 \end_inset
30447
30448 .
30449 \end_layout
30450
30451 \begin_layout Standard
30452 \begin_inset VSpace bigskip
30453 \end_inset
30454
30455 You can adjust the layout of margin notes by changing its definition.
30456  To create for example a header for all margin notes with the underlined,
30457  sans-serif, and bold header text 
30458 \begin_inset Quotes eld
30459 \end_inset
30460
30461
30462 \family sans
30463 \series bold
30464 \bar under
30465 Attention!
30466 \family default
30467 \series default
30468 \bar default
30469
30470 \begin_inset Quotes erd
30471 \end_inset
30472
30473 , add this to your document preamble:
30474 \end_layout
30475
30476 \begin_layout Standard
30477
30478 \series bold
30479
30480 \backslash
30481 let
30482 \backslash
30483 myMarginpar
30484 \backslash
30485 marginpar
30486 \begin_inset Newline newline
30487 \end_inset
30488
30489
30490 \backslash
30491 renewcommand{
30492 \backslash
30493 marginpar}[1]{
30494 \backslash
30495 myMarginpar{%
30496 \begin_inset Newline newline
30497 \end_inset
30498
30499
30500 \begin_inset Phantom HPhantom
30501 status open
30502
30503 \begin_layout Plain Layout
30504
30505 \series bold
30506 \begin_inset space ~
30507 \end_inset
30508
30509
30510 \end_layout
30511
30512 \end_inset
30513
30514
30515 \backslash
30516 hspace{0pt}
30517 \backslash
30518 textsf{
30519 \backslash
30520 textbf{
30521 \backslash
30522 underbar{Attention!}}}%
30523 \begin_inset Newline newline
30524 \end_inset
30525
30526
30527 \begin_inset Phantom HPhantom
30528 status open
30529
30530 \begin_layout Plain Layout
30531
30532 \series bold
30533 \begin_inset space ~
30534 \end_inset
30535
30536
30537 \end_layout
30538
30539 \end_inset
30540
30541
30542 \backslash
30543 vspace{1.5mm}
30544 \backslash
30545
30546 \backslash
30547 #1}}
30548 \end_layout
30549
30550 \begin_layout Standard
30551
30552 \family roman
30553 \series medium
30554 \begin_inset ERT
30555 status collapsed
30556
30557 \begin_layout Plain Layout
30558
30559
30560 \backslash
30561 let
30562 \backslash
30563 myMarginpar
30564 \backslash
30565 marginpar
30566 \end_layout
30567
30568 \begin_layout Plain Layout
30569
30570
30571 \backslash
30572 renewcommand{
30573 \backslash
30574 marginpar}[1]{
30575 \backslash
30576 myMarginpar{%
30577 \end_layout
30578
30579 \begin_layout Plain Layout
30580
30581    
30582 \backslash
30583 textsf{
30584 \backslash
30585 textbf{
30586 \backslash
30587 underbar{Attention!}}}%
30588 \end_layout
30589
30590 \begin_layout Plain Layout
30591
30592    
30593 \backslash
30594 vspace{1.5mm}
30595 \backslash
30596
30597 \backslash
30598 #1}}
30599 \end_layout
30600
30601 \end_inset
30602
30603
30604 \begin_inset Marginal
30605 status open
30606
30607 \begin_layout Plain Layout
30608 This is a margin note with a defined heading.
30609 \end_layout
30610
30611 \end_inset
30612
30613
30614 \family default
30615 \series default
30616
30617 \begin_inset ERT
30618 status collapsed
30619
30620 \begin_layout Plain Layout
30621
30622 [-1.5cm]
30623 \end_layout
30624
30625 \end_inset
30626
30627
30628 \family roman
30629 \series medium
30630
30631 \begin_inset ERT
30632 status collapsed
30633
30634 \begin_layout Plain Layout
30635
30636
30637 \backslash
30638 renewcommand{
30639 \backslash
30640 marginpar}[1]{
30641 \backslash
30642 myMarginpar{#1}}
30643 \end_layout
30644
30645 \end_inset
30646
30647
30648 \family default
30649 \series default
30650
30651 \begin_inset Note Note
30652 status collapsed
30653
30654 \begin_layout Plain Layout
30655 The margin note format is changed only for this example.
30656 \end_layout
30657
30658 \end_inset
30659
30660
30661 \end_layout
30662
30663 \begin_layout Standard
30664 \begin_inset ERT
30665 status collapsed
30666
30667 \begin_layout Plain Layout
30668
30669
30670 \backslash
30671 else
30672 \end_layout
30673
30674 \end_inset
30675
30676
30677 \begin_inset Note Note
30678 status open
30679
30680 \begin_layout Plain Layout
30681 The following will be displayed when the LaTeX-package 
30682 \series bold
30683 marginnote
30684 \series default
30685  is not installed:
30686 \end_layout
30687
30688 \end_inset
30689
30690
30691 \end_layout
30692
30693 \begin_layout Standard
30694 You need to install the LaTeX-package 
30695 \series bold
30696 marginnote
30697 \series default
30698  to see the following part of this section in the output.
30699 \end_layout
30700
30701 \begin_layout Standard
30702 \begin_inset ERT
30703 status collapsed
30704
30705 \begin_layout Plain Layout
30706
30707
30708 \backslash
30709 fi
30710 \end_layout
30711
30712 \end_inset
30713
30714
30715 \end_layout
30716
30717 \begin_layout Chapter
30718 Boxes
30719 \end_layout
30720
30721 \begin_layout Section
30722 Introduction
30723 \begin_inset Index idx
30724 status collapsed
30725
30726 \begin_layout Plain Layout
30727 Boxes ! Introduction
30728 \end_layout
30729
30730 \end_inset
30731
30732
30733 \end_layout
30734
30735 \begin_layout Standard
30736 Boxes are used to format a block of text.
30737  Boxes can be used to write documents with multiple languages, see section
30738 \begin_inset space ~
30739 \end_inset
30740
30741
30742 \begin_inset CommandInset ref
30743 LatexCommand ref
30744 reference "sec:Minipages"
30745
30746 \end_inset
30747
30748 , to frame texts, see section
30749 \begin_inset space ~
30750 \end_inset
30751
30752
30753 \begin_inset CommandInset ref
30754 LatexCommand ref
30755 reference "sec:Decoration"
30756
30757 \end_inset
30758
30759 , to prevent words from being hyphenated, see section
30760 \begin_inset space ~
30761 \end_inset
30762
30763
30764 \begin_inset CommandInset ref
30765 LatexCommand ref
30766 reference "sec:Prevent-Hyphenation"
30767
30768 \end_inset
30769
30770 , to align text, see section
30771 \begin_inset space ~
30772 \end_inset
30773
30774
30775 \begin_inset CommandInset ref
30776 LatexCommand ref
30777 reference "sub:Vertical-Alignment"
30778
30779 \end_inset
30780
30781 , or to set the background color of texts, see section
30782 \begin_inset space ~
30783 \end_inset
30784
30785
30786 \begin_inset CommandInset ref
30787 LatexCommand ref
30788 reference "sec:Colored-Boxes"
30789
30790 \end_inset
30791
30792 .
30793 \end_layout
30794
30795 \begin_layout Standard
30796 Boxes can be inserted with the menu 
30797 \family sans
30798 Insert\SpecialChar \menuseparator
30799 Box
30800 \family default
30801  or the toolbar button 
30802 \family sans
30803
30804 \begin_inset Info
30805 type  "icon"
30806 arg   "box-insert Frameless"
30807 \end_inset
30808
30809
30810 \family default
30811 .
30812  A grey box with the label 
30813 \family sans
30814 Box (Minipage)
30815 \family default
30816
30817 \begin_inset Graphics
30818         filename clipart/BoxInsetDefaultQt4.png
30819         scale 85
30820         scaleBeforeRotation
30821
30822 \end_inset
30823
30824  will be inserted.
30825  The box type can be specified by right-clicking on the box and selecting
30826  
30827 \family sans
30828 Settings
30829 \family default
30830 .
30831  The box dialog offers the 
30832 \family sans
30833 Inner
30834 \begin_inset space ~
30835 \end_inset
30836
30837 Box
30838 \family default
30839  types 
30840 \family sans
30841 Makebox
30842 \family default
30843
30844 \family sans
30845 Parbox
30846 \family default
30847  and 
30848 \family sans
30849 Minipage
30850 \family default
30851 .
30852  The type 
30853 \family sans
30854 Minipage
30855 \family default
30856  is the default for new boxes and is explained in section
30857 \begin_inset space ~
30858 \end_inset
30859
30860
30861 \begin_inset CommandInset ref
30862 LatexCommand ref
30863 reference "sec:Minipages"
30864
30865 \end_inset
30866
30867 ; the type 
30868 \family sans
30869 Parbox
30870 \family default
30871  is described in section
30872 \begin_inset space ~
30873 \end_inset
30874
30875
30876 \begin_inset CommandInset ref
30877 LatexCommand ref
30878 reference "sec:Parboxes"
30879
30880 \end_inset
30881
30882  and the type 
30883 \family sans
30884 Makebox
30885 \family default
30886  in 
30887 \begin_inset CommandInset ref
30888 LatexCommand ref
30889 reference "sec:Prevent-Hyphenation"
30890
30891 \end_inset
30892
30893 .
30894 \end_layout
30895
30896 \begin_layout Standard
30897 Boxes are not numbered and can therefore not be referenced like floats or
30898  footnotes.
30899 \end_layout
30900
30901 \begin_layout Standard
30902 \begin_inset Note Greyedout
30903 status open
30904
30905 \begin_layout Plain Layout
30906
30907 \series bold
30908 Note:
30909 \series default
30910  Boxes must not be the item in an 
30911 \family sans
30912 Itemize
30913 \family default
30914  or 
30915 \family sans
30916 Description
30917 \family default
30918  environment.
30919 \end_layout
30920
30921 \end_inset
30922
30923
30924 \end_layout
30925
30926 \begin_layout Standard
30927 \begin_inset Note Greyedout
30928 status open
30929
30930 \begin_layout Plain Layout
30931
30932 \series bold
30933 Note:
30934 \series default
30935  For an unknown reason you can only set the 
30936 \family sans
30937 Inner
30938 \begin_inset space ~
30939 \end_inset
30940
30941 Box
30942 \family default
30943  type to 
30944 \family sans
30945 None
30946 \family default
30947  when you use a framed box.
30948  Boxes without an 
30949 \family sans
30950 Inner
30951 \begin_inset space ~
30952 \end_inset
30953
30954 Box
30955 \family default
30956  type and without frames are explained in section
30957 \begin_inset space ~
30958 \end_inset
30959
30960
30961 \begin_inset CommandInset ref
30962 LatexCommand ref
30963 reference "sec:Prevent-Hyphenation"
30964
30965 \end_inset
30966
30967 .
30968 \end_layout
30969
30970 \end_inset
30971
30972
30973 \end_layout
30974
30975 \begin_layout Section
30976 Box Dialog
30977 \begin_inset CommandInset label
30978 LatexCommand label
30979 name "sec:Box-Dialog"
30980
30981 \end_inset
30982
30983
30984 \begin_inset Index idx
30985 status collapsed
30986
30987 \begin_layout Plain Layout
30988 Boxes ! Box Dialog
30989 \end_layout
30990
30991 \end_inset
30992
30993
30994 \end_layout
30995
30996 \begin_layout Subsection
30997 Size
30998 \begin_inset Index idx
30999 status collapsed
31000
31001 \begin_layout Plain Layout
31002 Boxes ! Size
31003 \end_layout
31004
31005 \end_inset
31006
31007
31008 \end_layout
31009
31010 \begin_layout Standard
31011 In the box dialog you can adjust the box geometry in the fields 
31012 \family sans
31013 Width
31014 \family default
31015  and 
31016 \family sans
31017 Height
31018 \family default
31019 .
31020  The available units for the geometry are explained in Table
31021 \begin_inset space ~
31022 \end_inset
31023
31024
31025 \begin_inset CommandInset ref
31026 LatexCommand ref
31027 reference "tab:Units"
31028
31029 \end_inset
31030
31031 .
31032  The field 
31033 \family sans
31034 Height
31035 \family default
31036  offers the following additional sizes:
31037 \end_layout
31038
31039 \begin_layout Description
31040 Depth This is the plain text 
31041 \begin_inset Quotes eld
31042 \end_inset
31043
31044 height
31045 \begin_inset Quotes erd
31046 \end_inset
31047
31048 .
31049  It ignores the total depth when there are multiple text lines in the box:
31050 \begin_inset Newline newline
31051 \end_inset
31052
31053
31054 \begin_inset Newline newline
31055 \end_inset
31056
31057
31058 \begin_inset Newline newline
31059 \end_inset
31060
31061
31062 \begin_inset Box Boxed
31063 position "c"
31064 hor_pos "c"
31065 has_inner_box 1
31066 inner_pos "c"
31067 use_parbox 0
31068 use_makebox 0
31069 width "12col%"
31070 special "none"
31071 height "1in"
31072 height_special "depth"
31073 status collapsed
31074
31075 \begin_layout Plain Layout
31076 \align center
31077 Box height set to 1
31078 \begin_inset space \thinspace{}
31079 \end_inset
31080
31081 Depth
31082 \end_layout
31083
31084 \end_inset
31085
31086
31087 \begin_inset Newline newline
31088 \end_inset
31089
31090
31091 \begin_inset Newline newline
31092 \end_inset
31093
31094
31095 \end_layout
31096
31097 \begin_layout Description
31098 Height This is the height of the text that is inside the box.
31099  A value of e.
31100 \begin_inset space \thinspace{}
31101 \end_inset
31102
31103 g.
31104 \begin_inset space \space{}
31105 \end_inset
31106
31107 2 for this size will set the box height to 2
31108 \begin_inset space ~
31109 \end_inset
31110
31111 times the text height: 
31112 \begin_inset Box Boxed
31113 position "c"
31114 hor_pos "c"
31115 has_inner_box 1
31116 inner_pos "c"
31117 use_parbox 0
31118 use_makebox 0
31119 width "20col%"
31120 special "none"
31121 height "2in"
31122 height_special "height"
31123 status collapsed
31124
31125 \begin_layout Plain Layout
31126 \align center
31127 Box height set to 2
31128 \begin_inset space \thinspace{}
31129 \end_inset
31130
31131 Height
31132 \end_layout
31133
31134 \end_inset
31135
31136
31137 \end_layout
31138
31139 \begin_layout Description
31140 Total
31141 \begin_inset space ~
31142 \end_inset
31143
31144 Height This is the Height
31145 \begin_inset space \thinspace{}
31146 \end_inset
31147
31148 +
31149 \begin_inset space \thinspace{}
31150 \end_inset
31151
31152 Depth: 
31153 \begin_inset Box Boxed
31154 position "c"
31155 hor_pos "c"
31156 has_inner_box 1
31157 inner_pos "c"
31158 use_parbox 0
31159 use_makebox 0
31160 width "20col%"
31161 special "none"
31162 height "1in"
31163 height_special "totalheight"
31164 status collapsed
31165
31166 \begin_layout Plain Layout
31167 \align center
31168 Box height set to 1
31169 \begin_inset space \thinspace{}
31170 \end_inset
31171
31172 Total
31173 \begin_inset space ~
31174 \end_inset
31175
31176 Height
31177 \end_layout
31178
31179 \end_inset
31180
31181
31182 \end_layout
31183
31184 \begin_layout Description
31185 Width This sets the width of the box as height: 
31186 \begin_inset Box Boxed
31187 position "c"
31188 hor_pos "c"
31189 has_inner_box 1
31190 inner_pos "c"
31191 use_parbox 0
31192 use_makebox 0
31193 width "12col%"
31194 special "none"
31195 height "1in"
31196 height_special "width"
31197 status collapsed
31198
31199 \begin_layout Plain Layout
31200 \align center
31201 Box height set to 1
31202 \begin_inset space \thinspace{}
31203 \end_inset
31204
31205 Width
31206 \end_layout
31207
31208 \end_inset
31209
31210
31211 \end_layout
31212
31213 \begin_layout Subsection
31214 Alignment
31215 \begin_inset Index idx
31216 status collapsed
31217
31218 \begin_layout Plain Layout
31219 Boxes ! Alignment
31220 \end_layout
31221
31222 \end_inset
31223
31224
31225 \end_layout
31226
31227 \begin_layout Standard
31228 When you have chosen an 
31229 \family sans
31230 Inner
31231 \begin_inset space ~
31232 \end_inset
31233
31234 Box
31235 \family default
31236 , the vertical box alignment can be:
31237 \end_layout
31238
31239 \begin_layout Description
31240 Top This is an example text line.
31241  
31242 \begin_inset Box Boxed
31243 position "t"
31244 hor_pos "c"
31245 has_inner_box 1
31246 inner_pos "c"
31247 use_parbox 0
31248 use_makebox 0
31249 width "12col%"
31250 special "none"
31251 height "1in"
31252 height_special "totalheight"
31253 status collapsed
31254
31255 \begin_layout Plain Layout
31256 \align center
31257 This box is top-aligned.
31258 \end_layout
31259
31260 \end_inset
31261
31262  This is an example text line.
31263 \end_layout
31264
31265 \begin_layout Description
31266 Middle This is an example text line.
31267  
31268 \begin_inset Box Boxed
31269 position "c"
31270 hor_pos "c"
31271 has_inner_box 1
31272 inner_pos "c"
31273 use_parbox 0
31274 use_makebox 0
31275 width "12col%"
31276 special "none"
31277 height "1in"
31278 height_special "totalheight"
31279 status collapsed
31280
31281 \begin_layout Plain Layout
31282 \align center
31283 This box is middle-aligned.
31284 \end_layout
31285
31286 \end_inset
31287
31288  This is an example text line.
31289 \end_layout
31290
31291 \begin_layout Description
31292 Bottom This is an example text line.
31293  
31294 \begin_inset Box Boxed
31295 position "b"
31296 hor_pos "c"
31297 has_inner_box 1
31298 inner_pos "c"
31299 use_parbox 0
31300 use_makebox 0
31301 width "12col%"
31302 special "none"
31303 height "1in"
31304 height_special "totalheight"
31305 status collapsed
31306
31307 \begin_layout Plain Layout
31308 \align center
31309 This box is bottom-aligned.
31310 \end_layout
31311
31312 \end_inset
31313
31314  This is an example text line.
31315 \end_layout
31316
31317 \begin_layout Standard
31318 \begin_inset Note Greyedout
31319 status open
31320
31321 \begin_layout Plain Layout
31322
31323 \series bold
31324 Note:
31325 \series default
31326  The vertical box alignment can be lost in the output when you have two
31327  boxes in a line and one has e.
31328 \begin_inset space \thinspace{}
31329 \end_inset
31330
31331 g.
31332 \begin_inset space \space{}
31333 \end_inset
31334
31335 a shadow and the other one not.
31336 \end_layout
31337
31338 \end_inset
31339
31340
31341 \end_layout
31342
31343 \begin_layout Standard
31344 The horizontal box alignment can be set via LyX's paragraph dialog when
31345  you set the box into its own paragraph.
31346 \end_layout
31347
31348 \begin_layout Standard
31349 \begin_inset VSpace bigskip
31350 \end_inset
31351
31352 When you have chosen an 
31353 \family sans
31354 Inner
31355 \begin_inset space ~
31356 \end_inset
31357
31358 Box
31359 \family default
31360 , the box content can be aligned vertically to:
31361 \end_layout
31362
31363 \begin_layout Description
31364 top This is an example text line.
31365  
31366 \begin_inset Box Boxed
31367 position "c"
31368 hor_pos "c"
31369 has_inner_box 1
31370 inner_pos "t"
31371 use_parbox 0
31372 use_makebox 0
31373 width "12col%"
31374 special "none"
31375 height "1.5in"
31376 height_special "totalheight"
31377 status collapsed
31378
31379 \begin_layout Plain Layout
31380 \align center
31381 This box text is top-aligned.
31382 \end_layout
31383
31384 \end_inset
31385
31386  This is an example text line.
31387 \end_layout
31388
31389 \begin_layout Description
31390 middle This is an example text line.
31391  
31392 \begin_inset Box Boxed
31393 position "c"
31394 hor_pos "c"
31395 has_inner_box 1
31396 inner_pos "c"
31397 use_parbox 0
31398 use_makebox 0
31399 width "12col%"
31400 special "none"
31401 height "1.5in"
31402 height_special "totalheight"
31403 status collapsed
31404
31405 \begin_layout Plain Layout
31406 \align center
31407 This box text is middle-aligned.
31408 \end_layout
31409
31410 \end_inset
31411
31412  This is an example text line.
31413 \end_layout
31414
31415 \begin_layout Description
31416 bottom This is an example text line.
31417  
31418 \begin_inset Box Boxed
31419 position "c"
31420 hor_pos "c"
31421 has_inner_box 1
31422 inner_pos "b"
31423 use_parbox 0
31424 use_makebox 0
31425 width "12col%"
31426 special "none"
31427 height "1.5in"
31428 height_special "totalheight"
31429 status collapsed
31430
31431 \begin_layout Plain Layout
31432 \align center
31433 This box text is bottom-aligned.
31434 \end_layout
31435
31436 \end_inset
31437
31438  This is an example text line.
31439 \end_layout
31440
31441 \begin_layout Description
31442 stretch This is an example text line.
31443  
31444 \begin_inset Box Boxed
31445 position "c"
31446 hor_pos "c"
31447 has_inner_box 1
31448 inner_pos "s"
31449 use_parbox 0
31450 use_makebox 0
31451 width "12col%"
31452 special "none"
31453 height "1.5in"
31454 height_special "totalheight"
31455 status collapsed
31456
31457 \begin_layout Plain Layout
31458 \align center
31459 This box
31460 \end_layout
31461
31462 \begin_layout Plain Layout
31463 \align center
31464 text is
31465 \end_layout
31466
31467 \begin_layout Plain Layout
31468 \align center
31469 stretched.
31470 \end_layout
31471
31472 \end_inset
31473
31474  This is an example text line.
31475 \end_layout
31476
31477 \begin_layout Standard
31478 To stretch the box content, it must consist of more than one paragraph.
31479  In the example above every text line is in an own paragraph.
31480 \end_layout
31481
31482 \begin_layout Standard
31483 \begin_inset VSpace bigskip
31484 \end_inset
31485
31486 To align the box content horizontally you can use LyX's paragraph dialog
31487  when you have chosen an 
31488 \family sans
31489 Inner
31490 \begin_inset space ~
31491 \end_inset
31492
31493 Box
31494 \family default
31495 .
31496 \end_layout
31497
31498 \begin_layout Standard
31499 \align center
31500 \begin_inset Box Boxed
31501 position "c"
31502 hor_pos "c"
31503 has_inner_box 1
31504 inner_pos "s"
31505 use_parbox 0
31506 use_makebox 0
31507 width "15col%"
31508 special "none"
31509 height "1.25in"
31510 height_special "totalheight"
31511 status collapsed
31512
31513 \begin_layout Plain Layout
31514 \align left
31515 This box
31516 \end_layout
31517
31518 \begin_layout Plain Layout
31519 \align center
31520 text is
31521 \end_layout
31522
31523 \begin_layout Plain Layout
31524 \align right
31525 stretched.
31526 \end_layout
31527
31528 \end_inset
31529
31530
31531 \end_layout
31532
31533 \begin_layout Standard
31534 If you have not set an 
31535 \family sans
31536 Inner
31537 \begin_inset space ~
31538 \end_inset
31539
31540 Box
31541 \family default
31542 , you can align the box content horizontally in the box dialog.
31543 \end_layout
31544
31545 \begin_layout Standard
31546 \align center
31547 \begin_inset Box Boxed
31548 position "c"
31549 hor_pos "s"
31550 has_inner_box 0
31551 inner_pos "s"
31552 use_parbox 0
31553 use_makebox 0
31554 width "90col%"
31555 special "none"
31556 height "1.25in"
31557 height_special "totalheight"
31558 status collapsed
31559
31560 \begin_layout Plain Layout
31561 This box text is horizontally stretched.
31562 \end_layout
31563
31564 \end_inset
31565
31566
31567 \end_layout
31568
31569 \begin_layout Subsection
31570 Decoration
31571 \begin_inset CommandInset label
31572 LatexCommand label
31573 name "sec:Decoration"
31574
31575 \end_inset
31576
31577
31578 \begin_inset Index idx
31579 status collapsed
31580
31581 \begin_layout Plain Layout
31582 Boxes ! Decoration
31583 \end_layout
31584
31585 \end_inset
31586
31587
31588 \end_layout
31589
31590 \begin_layout Standard
31591 The type of the box can be specified in the box dialog in the drop-down
31592  list 
31593 \family sans
31594 Decoration
31595 \family default
31596 .
31597  The following types are possible:
31598 \end_layout
31599
31600 \begin_layout Description
31601 No
31602 \begin_inset space ~
31603 \end_inset
31604
31605 frame Nothing is drawn.
31606 \end_layout
31607
31608 \begin_layout Description
31609 Simple
31610 \begin_inset space ~
31611 \end_inset
31612
31613 rectangular
31614 \begin_inset space ~
31615 \end_inset
31616
31617 frame This draws a rectangular frame around the box.
31618  The frame line thickness has the size of 
31619 \series bold
31620
31621 \backslash
31622 fboxrule
31623 \series default
31624 .
31625  
31626 \begin_inset Box Boxed
31627 position "c"
31628 hor_pos "c"
31629 has_inner_box 1
31630 inner_pos "c"
31631 use_parbox 0
31632 use_makebox 0
31633 width "20col%"
31634 special "none"
31635 height "1in"
31636 height_special "totalheight"
31637 status collapsed
31638
31639 \begin_layout Plain Layout
31640 \align center
31641 Rectangular box
31642 \end_layout
31643
31644 \end_inset
31645
31646
31647 \end_layout
31648
31649 \begin_layout Description
31650 Oval
31651 \begin_inset space ~
31652 \end_inset
31653
31654 box,
31655 \begin_inset space ~
31656 \end_inset
31657
31658 thin This draws an oval frame around the box.
31659  The frame line thickness has the size 0.4
31660 \begin_inset space \thinspace{}
31661 \end_inset
31662
31663 pt.
31664  
31665 \begin_inset Box ovalbox
31666 position "c"
31667 hor_pos "c"
31668 has_inner_box 1
31669 inner_pos "c"
31670 use_parbox 0
31671 use_makebox 0
31672 width "20col%"
31673 special "none"
31674 height "1in"
31675 height_special "totalheight"
31676 status collapsed
31677
31678 \begin_layout Plain Layout
31679 \align center
31680 Oval box, thin
31681 \end_layout
31682
31683 \end_inset
31684
31685
31686 \end_layout
31687
31688 \begin_layout Description
31689 Oval
31690 \begin_inset space ~
31691 \end_inset
31692
31693 box,
31694 \begin_inset space ~
31695 \end_inset
31696
31697 thick This draws an oval frame around the box.
31698  The frame line thickness has the size 0.8
31699 \begin_inset space \thinspace{}
31700 \end_inset
31701
31702 pt.
31703  
31704 \begin_inset Box Ovalbox
31705 position "c"
31706 hor_pos "c"
31707 has_inner_box 1
31708 inner_pos "c"
31709 use_parbox 0
31710 use_makebox 0
31711 width "20col%"
31712 special "none"
31713 height "1in"
31714 height_special "totalheight"
31715 status collapsed
31716
31717 \begin_layout Plain Layout
31718 \align center
31719 Oval box, thick
31720 \end_layout
31721
31722 \end_inset
31723
31724
31725 \end_layout
31726
31727 \begin_layout Description
31728 Drop
31729 \begin_inset space ~
31730 \end_inset
31731
31732 shadow This draws a rectangular frame with a shadow around the box.
31733  The frame line thickness has the size of 
31734 \series bold
31735
31736 \backslash
31737 fboxrule
31738 \series default
31739 , the shadow has a width of 4
31740 \begin_inset space \thinspace{}
31741 \end_inset
31742
31743 pt.
31744  
31745 \begin_inset Box Shadowbox
31746 position "c"
31747 hor_pos "c"
31748 has_inner_box 1
31749 inner_pos "c"
31750 use_parbox 0
31751 use_makebox 0
31752 width "20col%"
31753 special "none"
31754 height "1in"
31755 height_special "totalheight"
31756 status collapsed
31757
31758 \begin_layout Plain Layout
31759 \align center
31760 Shadow box
31761 \end_layout
31762
31763 \end_inset
31764
31765
31766 \end_layout
31767
31768 \begin_layout Description
31769 Shaded
31770 \begin_inset space ~
31771 \end_inset
31772
31773 background This draws a box with a red background.
31774  Unlike colored boxes
31775 \begin_inset Foot
31776 status collapsed
31777
31778 \begin_layout Plain Layout
31779 see sec.
31780 \begin_inset space \thinspace{}
31781 \end_inset
31782
31783
31784 \begin_inset CommandInset ref
31785 LatexCommand ref
31786 reference "sec:Colored-Boxes"
31787
31788 \end_inset
31789
31790
31791 \end_layout
31792
31793 \end_inset
31794
31795 , it always uses the whole column width and the box is set as its own paragraph.
31796  
31797 \begin_inset Box Shaded
31798 position "t"
31799 hor_pos "c"
31800 has_inner_box 0
31801 inner_pos "t"
31802 use_parbox 0
31803 use_makebox 0
31804 width "50col%"
31805 special "none"
31806 height "1in"
31807 height_special "totalheight"
31808 status collapsed
31809
31810 \begin_layout Plain Layout
31811 Shaded background box
31812 \end_layout
31813
31814 \end_inset
31815
31816
31817 \end_layout
31818
31819 \begin_layout Description
31820 Double
31821 \begin_inset space ~
31822 \end_inset
31823
31824 rectangular
31825 \begin_inset space ~
31826 \end_inset
31827
31828 frame This draws a double-line rectangular frame around the box.
31829  The line thickness of the inner frame is 0.75
31830 \begin_inset space \thinspace{}
31831 \end_inset
31832
31833
31834 \series bold
31835
31836 \backslash
31837 fboxrule
31838 \series default
31839 , the thickness of the outer frame is 1.5
31840 \begin_inset space \thinspace{}
31841 \end_inset
31842
31843
31844 \series bold
31845
31846 \backslash
31847 fboxrule
31848 \series default
31849 .
31850  The distance between the lines is 1.5
31851 \begin_inset space \thinspace{}
31852 \end_inset
31853
31854
31855 \series bold
31856
31857 \backslash
31858 fboxrule
31859 \series default
31860
31861 \begin_inset space \thinspace{}
31862 \end_inset
31863
31864 +
31865 \begin_inset space \thinspace{}
31866 \end_inset
31867
31868 0.5
31869 \begin_inset space \thinspace{}
31870 \end_inset
31871
31872 pt.
31873  
31874 \begin_inset Box Doublebox
31875 position "c"
31876 hor_pos "c"
31877 has_inner_box 1
31878 inner_pos "c"
31879 use_parbox 0
31880 use_makebox 0
31881 width "20col%"
31882 special "none"
31883 height "1in"
31884 height_special "totalheight"
31885 status collapsed
31886
31887 \begin_layout Plain Layout
31888 \align center
31889 Double rectangular box
31890 \end_layout
31891
31892 \end_inset
31893
31894
31895 \end_layout
31896
31897 \begin_layout Standard
31898 \begin_inset VSpace bigskip
31899 \end_inset
31900
31901 LyX's box label will reflect the different frame types.
31902  To be able to use all types, the LaTeX-package 
31903 \series bold
31904 fancybox
31905 \series default
31906
31907 \begin_inset Index idx
31908 status collapsed
31909
31910 \begin_layout Plain Layout
31911 LaTeX-packages ! fancybox
31912 \end_layout
31913
31914 \end_inset
31915
31916  must be installed.
31917 \end_layout
31918
31919 \begin_layout Standard
31920 \begin_inset VSpace bigskip
31921 \end_inset
31922
31923 When you use the decoration 
31924 \family sans
31925 simple rectangular frame
31926 \family default
31927  and no inner box, you can allow page breaks within a box.
31928  Note that then, unlike other framed boxes, the frame always uses the whole
31929  column width, the box is set as its own paragraph, and 
31930 \series bold
31931
31932 \backslash
31933 fboxrule
31934 \series default
31935  and 
31936 \series bold
31937
31938 \backslash
31939 fboxsep
31940 \series default
31941  have no effect on this box type.
31942  The frame line thickness has the size of 
31943 \series bold
31944
31945 \backslash
31946 FrameRule
31947 \series default
31948 .
31949  
31950 \begin_inset Box Framed
31951 position "t"
31952 hor_pos "c"
31953 has_inner_box 0
31954 inner_pos "t"
31955 use_parbox 0
31956 use_makebox 0
31957 width "100col%"
31958 special "none"
31959 height "1in"
31960 height_special "totalheight"
31961 status collapsed
31962
31963 \begin_layout Plain Layout
31964 Allow page break box
31965 \end_layout
31966
31967 \end_inset
31968
31969
31970 \end_layout
31971
31972 \begin_layout Section
31973 Box Customization
31974 \begin_inset Index idx
31975 status collapsed
31976
31977 \begin_layout Plain Layout
31978 Boxes ! Customization
31979 \end_layout
31980
31981 \end_inset
31982
31983
31984 \end_layout
31985
31986 \begin_layout Standard
31987 The default value for the size 
31988 \series bold
31989
31990 \backslash
31991 fboxrule
31992 \series default
31993  is 0.4
31994 \begin_inset space \thinspace{}
31995 \end_inset
31996
31997 pt.
31998  It can be changed with the following command in TeX-code to e.
31999 \begin_inset space \thinspace{}
32000 \end_inset
32001
32002 g.
32003 \begin_inset space \space{}
32004 \end_inset
32005
32006 2
32007 \begin_inset space \thinspace{}
32008 \end_inset
32009
32010 pt:
32011 \end_layout
32012
32013 \begin_layout Standard
32014
32015 \series bold
32016
32017 \backslash
32018 setlength{
32019 \backslash
32020 fboxrule}{2pt}
32021 \end_layout
32022
32023 \begin_layout Standard
32024 \begin_inset ERT
32025 status collapsed
32026
32027 \begin_layout Plain Layout
32028
32029
32030 \backslash
32031 setlength{
32032 \backslash
32033 fboxrule}{2pt}
32034 \end_layout
32035
32036 \end_inset
32037
32038
32039 \begin_inset Box Boxed
32040 position "c"
32041 hor_pos "c"
32042 has_inner_box 1
32043 inner_pos "c"
32044 use_parbox 0
32045 use_makebox 0
32046 width "25col%"
32047 special "none"
32048 height "1in"
32049 height_special "totalheight"
32050 status open
32051
32052 \begin_layout Plain Layout
32053 \align center
32054 Rectangular box with 
32055 \series bold
32056
32057 \backslash
32058 fboxrule
32059 \series default
32060
32061 \begin_inset space \thinspace{}
32062 \end_inset
32063
32064 =
32065 \begin_inset space \thinspace{}
32066 \end_inset
32067
32068 2
32069 \begin_inset space \thinspace{}
32070 \end_inset
32071
32072 pt
32073 \end_layout
32074
32075 \end_inset
32076
32077
32078 \begin_inset ERT
32079 status collapsed
32080
32081 \begin_layout Plain Layout
32082
32083
32084 \backslash
32085 setlength{
32086 \backslash
32087 fboxrule}{0.4pt}
32088 \end_layout
32089
32090 \end_inset
32091
32092
32093 \end_layout
32094
32095 \begin_layout Standard
32096 \begin_inset VSpace bigskip
32097 \end_inset
32098
32099 The space between the frame and the box content is for all frame styles
32100  by default 3
32101 \begin_inset space \thinspace{}
32102 \end_inset
32103
32104 pt.
32105  You can change it by setting the length 
32106 \series bold
32107
32108 \backslash
32109 fboxsep
32110 \series default
32111  to another value.
32112  For example the command
32113 \end_layout
32114
32115 \begin_layout Standard
32116
32117 \series bold
32118
32119 \backslash
32120 setlength{
32121 \backslash
32122 fboxsep}{10pt}
32123 \end_layout
32124
32125 \begin_layout Standard
32126 sets the value to 10
32127 \begin_inset space \thinspace{}
32128 \end_inset
32129
32130 pt, as with the following box:
32131 \end_layout
32132
32133 \begin_layout Standard
32134 \begin_inset ERT
32135 status collapsed
32136
32137 \begin_layout Plain Layout
32138
32139
32140 \backslash
32141 setlength{
32142 \backslash
32143 fboxsep}{10pt}
32144 \end_layout
32145
32146 \end_inset
32147
32148
32149 \begin_inset Box Boxed
32150 position "c"
32151 hor_pos "c"
32152 has_inner_box 1
32153 inner_pos "c"
32154 use_parbox 0
32155 use_makebox 0
32156 width "25col%"
32157 special "none"
32158 height "1in"
32159 height_special "totalheight"
32160 status open
32161
32162 \begin_layout Plain Layout
32163 \align center
32164 Rectangular box with 
32165 \series bold
32166
32167 \backslash
32168 fboxsep
32169 \series default
32170
32171 \begin_inset space \thinspace{}
32172 \end_inset
32173
32174 =
32175 \begin_inset space \thinspace{}
32176 \end_inset
32177
32178 10
32179 \begin_inset space \thinspace{}
32180 \end_inset
32181
32182 pt
32183 \end_layout
32184
32185 \end_inset
32186
32187
32188 \begin_inset ERT
32189 status collapsed
32190
32191 \begin_layout Plain Layout
32192
32193
32194 \backslash
32195 setlength{
32196 \backslash
32197 fboxsep}{3pt}
32198 \end_layout
32199
32200 \end_inset
32201
32202
32203 \end_layout
32204
32205 \begin_layout Standard
32206 \begin_inset VSpace bigskip
32207 \end_inset
32208
32209 The diameter of the round corners of the oval boxes can be set with the
32210  command 
32211 \series bold
32212
32213 \backslash
32214 cornersize
32215 \series default
32216 .
32217  The command
32218 \end_layout
32219
32220 \begin_layout Standard
32221
32222 \series bold
32223
32224 \backslash
32225 cornersize*{1cm}
32226 \end_layout
32227
32228 \begin_layout Standard
32229 sets the diameter to 1
32230 \begin_inset space \thinspace{}
32231 \end_inset
32232
32233 cm.
32234  The command
32235 \end_layout
32236
32237 \begin_layout Standard
32238
32239 \series bold
32240
32241 \backslash
32242 cornersize{num}
32243 \end_layout
32244
32245 \begin_layout Standard
32246 sets the diameter to 
32247 \family sans
32248 num
32249 \begin_inset space \thinspace{}
32250 \end_inset
32251
32252 ×
32253 \begin_inset space \thinspace{}
32254 \end_inset
32255
32256 minimum(width and height of box)
32257 \family default
32258 .
32259  The default is 
32260 \series bold
32261
32262 \backslash
32263 cornersize{0.5}
32264 \series default
32265 .
32266 \end_layout
32267
32268 \begin_layout Standard
32269 \begin_inset ERT
32270 status collapsed
32271
32272 \begin_layout Plain Layout
32273
32274
32275 \backslash
32276 cornersize*{1.5cm}
32277 \end_layout
32278
32279 \end_inset
32280
32281
32282 \begin_inset Box Ovalbox
32283 position "c"
32284 hor_pos "c"
32285 has_inner_box 1
32286 inner_pos "c"
32287 use_parbox 0
32288 use_makebox 0
32289 width "25col%"
32290 special "none"
32291 height "1in"
32292 height_special "totalheight"
32293 status open
32294
32295 \begin_layout Plain Layout
32296 \align center
32297 Oval box with 
32298 \series bold
32299
32300 \backslash
32301 cornersize
32302 \series default
32303
32304 \begin_inset space \thinspace{}
32305 \end_inset
32306
32307 =
32308 \begin_inset space \thinspace{}
32309 \end_inset
32310
32311 1.5
32312 \begin_inset space \thinspace{}
32313 \end_inset
32314
32315 cm
32316 \end_layout
32317
32318 \end_inset
32319
32320
32321 \begin_inset ERT
32322 status collapsed
32323
32324 \begin_layout Plain Layout
32325
32326
32327 \backslash
32328 cornersize{0.5}
32329 \end_layout
32330
32331 \end_inset
32332
32333
32334 \end_layout
32335
32336 \begin_layout Standard
32337 \begin_inset VSpace bigskip
32338 \end_inset
32339
32340 The size of the shadow can be adjusted by changing the length 
32341 \series bold
32342
32343 \backslash
32344 shadowsize
32345 \series default
32346 .
32347  It it set to 2
32348 \begin_inset space \thinspace{}
32349 \end_inset
32350
32351 pt for the following box by this command:
32352 \end_layout
32353
32354 \begin_layout Standard
32355
32356 \series bold
32357
32358 \backslash
32359 setlength{
32360 \backslash
32361 shadowsize}{2pt}
32362 \end_layout
32363
32364 \begin_layout Standard
32365 \begin_inset ERT
32366 status collapsed
32367
32368 \begin_layout Plain Layout
32369
32370
32371 \backslash
32372 setlength{
32373 \backslash
32374 shadowsize}{2pt}
32375 \end_layout
32376
32377 \end_inset
32378
32379
32380 \begin_inset Box Shadowbox
32381 position "c"
32382 hor_pos "c"
32383 has_inner_box 1
32384 inner_pos "c"
32385 use_parbox 0
32386 use_makebox 0
32387 width "25col%"
32388 special "none"
32389 height "1in"
32390 height_special "totalheight"
32391 status open
32392
32393 \begin_layout Plain Layout
32394 \align center
32395 Shadow box with 
32396 \series bold
32397
32398 \backslash
32399 shadowsize
32400 \series default
32401
32402 \begin_inset space \thinspace{}
32403 \end_inset
32404
32405 =
32406 \begin_inset space \thinspace{}
32407 \end_inset
32408
32409 2
32410 \begin_inset space \thinspace{}
32411 \end_inset
32412
32413 pt
32414 \end_layout
32415
32416 \end_inset
32417
32418
32419 \begin_inset ERT
32420 status collapsed
32421
32422 \begin_layout Plain Layout
32423
32424
32425 \backslash
32426 setlength{
32427 \backslash
32428 shadowsize}{4pt}
32429 \end_layout
32430
32431 \end_inset
32432
32433
32434 \end_layout
32435
32436 \begin_layout Standard
32437 \begin_inset VSpace bigskip
32438 \end_inset
32439
32440
32441 \end_layout
32442
32443 \begin_layout Standard
32444 The default value for the size 
32445 \series bold
32446
32447 \backslash
32448 FrameRule
32449 \series default
32450  is 0.4
32451 \begin_inset space \thinspace{}
32452 \end_inset
32453
32454 pt.
32455  The default space between the note content and the frame is 9
32456 \begin_inset space \thinspace{}
32457 \end_inset
32458
32459 pt and can be changed with the value of 
32460 \series bold
32461
32462 \backslash
32463 FrameSep
32464 \series default
32465 .
32466  For example the frame appearance of the following 
32467 \family sans
32468 box
32469 \family default
32470  is set with the TeX-Code commands
32471 \end_layout
32472
32473 \begin_layout Standard
32474
32475 \series bold
32476
32477 \backslash
32478 setlength{
32479 \backslash
32480 FrameRule}{5pt}
32481 \begin_inset Newline newline
32482 \end_inset
32483
32484
32485 \backslash
32486 setlength{
32487 \backslash
32488 FrameSep}{0.5cm}
32489 \end_layout
32490
32491 \begin_layout Standard
32492 \begin_inset ERT
32493 status collapsed
32494
32495 \begin_layout Plain Layout
32496
32497
32498 \backslash
32499 setlength{
32500 \backslash
32501 FrameRule}{5pt}
32502 \end_layout
32503
32504 \begin_layout Plain Layout
32505
32506
32507 \backslash
32508 setlength{
32509 \backslash
32510 FrameSep}{0.5cm}
32511 \end_layout
32512
32513 \end_inset
32514
32515
32516 \begin_inset Box Framed
32517 position "t"
32518 hor_pos "c"
32519 has_inner_box 0
32520 inner_pos "t"
32521 use_parbox 0
32522 use_makebox 0
32523 width "100col%"
32524 special "none"
32525 height "1in"
32526 height_special "totalheight"
32527 status open
32528
32529 \begin_layout Plain Layout
32530 This is text in an 
32531 \family sans
32532 allow page break
32533 \family default
32534  box.
32535 \end_layout
32536
32537 \end_inset
32538
32539
32540 \begin_inset ERT
32541 status collapsed
32542
32543 \begin_layout Plain Layout
32544
32545
32546 \backslash
32547 setlength{
32548 \backslash
32549 FrameRule}{0.4pt}
32550 \end_layout
32551
32552 \begin_layout Plain Layout
32553
32554
32555 \backslash
32556 setlength{
32557 \backslash
32558 FrameSep}{9pt}
32559 \end_layout
32560
32561 \end_inset
32562
32563
32564 \end_layout
32565
32566 \begin_layout Standard
32567 \begin_inset VSpace bigskip
32568 \end_inset
32569
32570
32571 \end_layout
32572
32573 \begin_layout Standard
32574 For 
32575 \family sans
32576 shaded background
32577 \family default
32578  boxes the default space between the box content and the box border is 3
32579 \begin_inset space \thinspace{}
32580 \end_inset
32581
32582 pt and can be changed with the value of 
32583 \series bold
32584
32585 \backslash
32586 fboxsep
32587 \series default
32588 .
32589  The default background color red can either be changed locally with the
32590  command 
32591 \series bold
32592
32593 \backslash
32594 definecolor{shadecolor}
32595 \series default
32596  or globally with the menu 
32597 \family sans
32598 Tools\SpecialChar \menuseparator
32599 Preferences\SpecialChar \menuseparator
32600 Colors\SpecialChar \menuseparator
32601 shaded
32602 \begin_inset space ~
32603 \end_inset
32604
32605 box
32606 \family default
32607 .
32608  The scheme of the 
32609 \series bold
32610
32611 \backslash
32612 definecolor
32613 \series default
32614  command is explained in section
32615 \begin_inset space ~
32616 \end_inset
32617
32618
32619 \begin_inset CommandInset ref
32620 LatexCommand ref
32621 reference "sec:Colored-Tables"
32622
32623 \end_inset
32624
32625 .
32626 \begin_inset Foot
32627 status collapsed
32628
32629 \begin_layout Plain Layout
32630 Note that 
32631 \series bold
32632
32633 \backslash
32634 definecolor
32635 \series default
32636  requires the LaTeX-package 
32637 \series bold
32638 color
32639 \series default
32640  in the preamble, see section
32641 \begin_inset space ~
32642 \end_inset
32643
32644
32645 \begin_inset CommandInset ref
32646 LatexCommand ref
32647 reference "sec:Colored-Boxes"
32648
32649 \end_inset
32650
32651 .
32652 \end_layout
32653
32654 \end_inset
32655
32656  For example the appearance of the following shaded background box is set
32657  with the TeX-Code commands
32658 \end_layout
32659
32660 \begin_layout Standard
32661
32662 \series bold
32663
32664 \backslash
32665 setlength{
32666 \backslash
32667 fboxsep}{0.5cm}
32668 \series default
32669
32670 \begin_inset Newline newline
32671 \end_inset
32672
32673
32674 \series bold
32675
32676 \backslash
32677 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
32678 \end_layout
32679
32680 \begin_layout Standard
32681 \begin_inset ERT
32682 status collapsed
32683
32684 \begin_layout Plain Layout
32685
32686
32687 \backslash
32688 setlength{
32689 \backslash
32690 fboxsep}{0.5cm}
32691 \end_layout
32692
32693 \begin_layout Plain Layout
32694
32695
32696 \backslash
32697 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
32698 \end_layout
32699
32700 \end_inset
32701
32702
32703 \begin_inset Box Shaded
32704 position "t"
32705 hor_pos "c"
32706 has_inner_box 0
32707 inner_pos "t"
32708 use_parbox 0
32709 use_makebox 0
32710 width "100col%"
32711 special "none"
32712 height "1in"
32713 height_special "totalheight"
32714 status open
32715
32716 \begin_layout Plain Layout
32717
32718 \color yellow
32719 This is yellow text in a
32720 \color none
32721  
32722 \family sans
32723 \color yellow
32724 shaded background
32725 \family default
32726 \color none
32727  
32728 \color yellow
32729 box with dark green background.
32730 \end_layout
32731
32732 \end_inset
32733
32734
32735 \begin_inset ERT
32736 status collapsed
32737
32738 \begin_layout Plain Layout
32739
32740
32741 \backslash
32742 setlength{
32743 \backslash
32744 fboxsep}{3pt}
32745 \end_layout
32746
32747 \begin_layout Plain Layout
32748
32749
32750 \backslash
32751 definecolor{shadecolor}{rgb}{1,0,0}
32752 \end_layout
32753
32754 \end_inset
32755
32756
32757 \end_layout
32758
32759 \begin_layout Standard
32760 \begin_inset VSpace bigskip
32761 \end_inset
32762
32763 Changed lengths and widths are valid for all boxes following the commands
32764  that change them.
32765 \end_layout
32766
32767 \begin_layout Section
32768 Minipages
32769 \begin_inset CommandInset label
32770 LatexCommand label
32771 name "sec:Minipages"
32772
32773 \end_inset
32774
32775
32776 \begin_inset Index idx
32777 status collapsed
32778
32779 \begin_layout Plain Layout
32780 Boxes ! Minipages
32781 \end_layout
32782
32783 \end_inset
32784
32785
32786 \end_layout
32787
32788 \begin_layout Standard
32789 Minipages are treated by LaTeX as pages within pages and can therefore for
32790  example have their own footnotes.
32791 \end_layout
32792
32793 \begin_layout Standard
32794 Minipages are useful when you write documents with different languages.
32795 \end_layout
32796
32797 \begin_layout Standard
32798 Below are two example minipages side by side.
32799  Their width is set to 45
32800 \begin_inset space \thinspace{}
32801 \end_inset
32802
32803 col% and they are separated by a horizontal fill, that was inserted via
32804  the menu 
32805 \family sans
32806 Insert\SpecialChar \menuseparator
32807 Special
32808 \begin_inset space ~
32809 \end_inset
32810
32811 Formatting\SpecialChar \menuseparator
32812 Horizontal
32813 \begin_inset space ~
32814 \end_inset
32815
32816 Fill
32817 \family default
32818 .
32819 \begin_inset Newpage newpage
32820 \end_inset
32821
32822
32823 \end_layout
32824
32825 \begin_layout Standard
32826 \begin_inset Box Frameless
32827 position "t"
32828 hor_pos "c"
32829 has_inner_box 1
32830 inner_pos "c"
32831 use_parbox 0
32832 use_makebox 0
32833 width "45col%"
32834 special "none"
32835 height "1in"
32836 height_special "totalheight"
32837 status open
32838
32839 \begin_layout Plain Layout
32840
32841 \lang ngerman
32842 Dies ist ein deutscher Text.
32843  Dies ist ein deutscher Text.
32844  Dies ist ein deutscher Text.
32845  Dies ist ein deutscher Text.
32846  Dies ist ein deutscher Text.
32847  Dies ist ein deutscher Text.
32848  Dies ist ein deutscher Text.
32849  Dies ist ein deutscher Text.
32850  Dies ist ein deutscher Text.
32851  Dies ist ein deutscher Text.
32852  Dies ist ein deutscher Text.
32853  Dies ist ein deutscher Text.
32854  Dies ist ein deutscher Text
32855 \begin_inset Foot
32856 status collapsed
32857
32858 \begin_layout Plain Layout
32859
32860 \lang ngerman
32861 Dies ist eine deutsche Fußnote.
32862 \end_layout
32863
32864 \end_inset
32865
32866 .
32867  Dies ist ein deutscher Text.
32868  Dies ist ein deutscher Text.
32869 \end_layout
32870
32871 \end_inset
32872
32873
32874 \begin_inset space \hfill{}
32875 \end_inset
32876
32877
32878 \begin_inset Box Frameless
32879 position "t"
32880 hor_pos "c"
32881 has_inner_box 1
32882 inner_pos "c"
32883 use_parbox 0
32884 use_makebox 0
32885 width "45col%"
32886 special "none"
32887 height "1in"
32888 height_special "totalheight"
32889 status open
32890
32891 \begin_layout Plain Layout
32892 This is an English Text.
32893  This is an English Text.
32894  This is an English Text.
32895  This is an English Text.
32896  This is an English Text.
32897  This is an English Text.
32898  This is an English Text.
32899  This is an English Text.
32900  This is an English Text.
32901  This is an English Text.
32902  This is an English Text.
32903  This is an English Text.
32904  This is an English Text.
32905  This is an English Text.
32906  This is an English Text.
32907  This is an English Text.
32908 \begin_inset Foot
32909 status collapsed
32910
32911 \begin_layout Plain Layout
32912 This is an English footnote.
32913 \end_layout
32914
32915 \end_inset
32916
32917  This is an English Text.
32918 \end_layout
32919
32920 \end_inset
32921
32922
32923 \end_layout
32924
32925 \begin_layout Standard
32926 \begin_inset VSpace bigskip
32927 \end_inset
32928
32929 The document-wide paragraph settings are ignored within minipages.
32930  That means that there will be no space between paragraphs in minipages
32931  although you set it to e.
32932 \begin_inset space \thinspace{}
32933 \end_inset
32934
32935 g.
32936 \begin_inset space \space{}
32937 \end_inset
32938
32939
32940 \family sans
32941 MedSkip
32942 \family default
32943  in the document settings.
32944 \end_layout
32945
32946 \begin_layout Standard
32947 Minipages can also be used to set a background color for text parts, see
32948  section
32949 \begin_inset space ~
32950 \end_inset
32951
32952
32953 \begin_inset CommandInset ref
32954 LatexCommand ref
32955 reference "sub:Color-for-Paragraphs"
32956
32957 \end_inset
32958
32959 .
32960 \end_layout
32961
32962 \begin_layout Standard
32963 \begin_inset Note Greyedout
32964 status open
32965
32966 \begin_layout Plain Layout
32967
32968 \series bold
32969 Note:
32970 \series default
32971  You cannot have floats or margin notes inside minipages but minipages can
32972  be used inside tables, floats, and other boxes.
32973 \end_layout
32974
32975 \end_inset
32976
32977
32978 \end_layout
32979
32980 \begin_layout Section
32981 Parboxes
32982 \begin_inset CommandInset label
32983 LatexCommand label
32984 name "sec:Parboxes"
32985
32986 \end_inset
32987
32988
32989 \begin_inset Index idx
32990 status collapsed
32991
32992 \begin_layout Plain Layout
32993 Boxes ! Parboxes
32994 \end_layout
32995
32996 \end_inset
32997
32998
32999 \end_layout
33000
33001 \begin_layout Standard
33002 Parboxes are very similar to minipages with the difference that they cannot
33003  have footnotes.
33004 \end_layout
33005
33006 \begin_layout Standard
33007 \align center
33008 \begin_inset Box Frameless
33009 position "t"
33010 hor_pos "c"
33011 has_inner_box 1
33012 inner_pos "t"
33013 use_parbox 1
33014 use_makebox 0
33015 width "33col%"
33016 special "none"
33017 height "1in"
33018 height_special "totalheight"
33019 status open
33020
33021 \begin_layout Plain Layout
33022 This a text within a parbox.
33023  This a text within a parbox.
33024 \end_layout
33025
33026 \begin_layout Plain Layout
33027 This footnote won't appear:
33028 \begin_inset Foot
33029 status collapsed
33030
33031 \begin_layout Plain Layout
33032 This footnote is inside a parbox and will therefore not appear.
33033 \end_layout
33034
33035 \end_inset
33036
33037
33038 \end_layout
33039
33040 \end_inset
33041
33042
33043 \end_layout
33044
33045 \begin_layout Section
33046 Boxes for Words and Characters
33047 \begin_inset Index idx
33048 status collapsed
33049
33050 \begin_layout Plain Layout
33051 Boxes ! for Characters
33052 \end_layout
33053
33054 \end_inset
33055
33056
33057 \end_layout
33058
33059 \begin_layout Subsection
33060 Prevent Hyphenation
33061 \begin_inset CommandInset label
33062 LatexCommand label
33063 name "sec:Prevent-Hyphenation"
33064
33065 \end_inset
33066
33067
33068 \begin_inset Index idx
33069 status collapsed
33070
33071 \begin_layout Plain Layout
33072 Boxes ! to Prevent Hyphenation
33073 \end_layout
33074
33075 \end_inset
33076
33077
33078 \end_layout
33079
33080 \begin_layout Standard
33081 You can use the box type 
33082 \family sans
33083 Makebox
33084 \family default
33085  to prevent words or text from being hyphenated.
33086 \begin_inset Newline newline
33087 \end_inset
33088
33089 Here is an example text:
33090 \end_layout
33091
33092 \begin_layout Standard
33093 This line is an example to show how you can prevent the hyphenation of 
33094 \begin_inset Quotes eld
33095 \end_inset
33096
33097 veryverylongword
33098 \begin_inset Quotes erd
33099 \end_inset
33100
33101 .
33102 \end_layout
33103
33104 \begin_layout Standard
33105 To prevent the hyphenation of the word 
33106 \begin_inset Quotes eld
33107 \end_inset
33108
33109 veryverylongword
33110 \begin_inset Quotes erd
33111 \end_inset
33112
33113 , put the word into a box, set the 
33114 \family sans
33115 Inner
33116 \begin_inset space ~
33117 \end_inset
33118
33119 box
33120 \family default
33121  to 
33122 \family sans
33123 Makebox
33124 \family default
33125  and its width to 1
33126 \begin_inset space \thinspace{}
33127 \end_inset
33128
33129 Width.
33130 \end_layout
33131
33132 \begin_layout Standard
33133 This is the result:
33134 \end_layout
33135
33136 \begin_layout Standard
33137 This line is an example to show how you can prevent the hyphenation of 
33138 \begin_inset Box Frameless
33139 position "t"
33140 hor_pos "c"
33141 has_inner_box 1
33142 inner_pos "t"
33143 use_parbox 0
33144 use_makebox 1
33145 width "1in"
33146 special "width"
33147 height "1in"
33148 height_special "totalheight"
33149 status open
33150
33151 \begin_layout Plain Layout
33152 \begin_inset Quotes eld
33153 \end_inset
33154
33155 veryverylongword
33156 \begin_inset Quotes erd
33157 \end_inset
33158
33159
33160 \end_layout
33161
33162 \end_inset
33163
33164 .
33165 \end_layout
33166
33167 \begin_layout Standard
33168 You can alternatively set the command 
33169 \begin_inset Quotes eld
33170 \end_inset
33171
33172
33173 \series bold
33174
33175 \backslash
33176 -
33177 \series default
33178
33179 \begin_inset Quotes grd
33180 \end_inset
33181
33182  as TeX-Code directly before the word:
33183 \end_layout
33184
33185 \begin_layout Standard
33186 This line is an example to show how you can prevent the hyphenation of 
33187 \begin_inset Quotes eld
33188 \end_inset
33189
33190
33191 \begin_inset ERT
33192 status collapsed
33193
33194 \begin_layout Plain Layout
33195
33196
33197 \backslash
33198 -
33199 \end_layout
33200
33201 \end_inset
33202
33203 veryverylongword
33204 \begin_inset Quotes erd
33205 \end_inset
33206
33207 .
33208 \end_layout
33209
33210 \begin_layout Standard
33211 Of course the word now protrudes over the side margin.
33212  To avoid this, add via the menu 
33213 \family sans
33214 Insert\SpecialChar \menuseparator
33215 Formatting\SpecialChar \menuseparator
33216 Ragged
33217 \begin_inset space ~
33218 \end_inset
33219
33220 Line
33221 \begin_inset space ~
33222 \end_inset
33223
33224 Break
33225 \family default
33226  (shortcut 
33227 \begin_inset Info
33228 type  "shortcut"
33229 arg   "newline-insert newline"
33230 \end_inset
33231
33232 ) a line break before the word:
33233 \end_layout
33234
33235 \begin_layout Standard
33236 This line is an example to show how you can prevent the hyphenation of 
33237 \begin_inset Newline newline
33238 \end_inset
33239
33240
33241 \begin_inset Box Frameless
33242 position "t"
33243 hor_pos "c"
33244 has_inner_box 1
33245 inner_pos "t"
33246 use_parbox 0
33247 use_makebox 1
33248 width "1in"
33249 special "width"
33250 height "1in"
33251 height_special "totalheight"
33252 status open
33253
33254 \begin_layout Plain Layout
33255 \begin_inset Quotes eld
33256 \end_inset
33257
33258 veryverylongword
33259 \begin_inset Quotes erd
33260 \end_inset
33261
33262
33263 \end_layout
33264
33265 \end_inset
33266
33267 .
33268 \end_layout
33269
33270 \begin_layout Subsection
33271 Vertical Alignment
33272 \begin_inset CommandInset label
33273 LatexCommand label
33274 name "sub:Vertical-Alignment"
33275
33276 \end_inset
33277
33278
33279 \begin_inset Index idx
33280 status collapsed
33281
33282 \begin_layout Plain Layout
33283 Boxes ! for Vertical Alignment
33284 \end_layout
33285
33286 \end_inset
33287
33288
33289 \begin_inset Index idx
33290 status collapsed
33291
33292 \begin_layout Plain Layout
33293 Boxes ! Raiseboxes
33294 \end_layout
33295
33296 \end_inset
33297
33298
33299 \end_layout
33300
33301 \begin_layout Standard
33302 With the help of the command 
33303 \series bold
33304
33305 \backslash
33306 raisebox
33307 \series default
33308  you can align words, characters or other boxes vertically relative to the
33309  surrounding text.
33310  
33311 \series bold
33312
33313 \backslash
33314 raisebox
33315 \series default
33316  is used with the following scheme:
33317 \end_layout
33318
33319 \begin_layout Standard
33320
33321 \series bold
33322
33323 \backslash
33324 raisebox{lift}[height][depth]{box content}
33325 \end_layout
33326
33327 \begin_layout Standard
33328 The lift can be a positive value to raise the box or a negative value to
33329  lower the box.
33330 \end_layout
33331
33332 \begin_layout Standard
33333 To align for example the word 
33334 \begin_inset Quotes eld
33335 \end_inset
33336
33337 preventing
33338 \begin_inset Quotes erd
33339 \end_inset
33340
33341  so that the bottom of the 
33342 \begin_inset Quotes eld
33343 \end_inset
33344
33345 deepest
33346 \begin_inset Quotes erd
33347 \end_inset
33348
33349  character 
33350 \begin_inset Quotes eld
33351 \end_inset
33352
33353 p
33354 \begin_inset Quotes erd
33355 \end_inset
33356
33357  is at the baseline, insert the command
33358 \end_layout
33359
33360 \begin_layout Standard
33361
33362 \series bold
33363
33364 \backslash
33365 raisebox{
33366 \backslash
33367 depth}{
33368 \end_layout
33369
33370 \begin_layout Standard
33371 in TeX-Code before the word.
33372  After the word insert a closing brace 
33373 \begin_inset Quotes eld
33374 \end_inset
33375
33376
33377 \series bold
33378 }
33379 \series default
33380
33381 \begin_inset Quotes erd
33382 \end_inset
33383
33384  in TeX-Code.
33385 \begin_inset Newline newline
33386 \end_inset
33387
33388 This is the result:
33389 \end_layout
33390
33391 \begin_layout Standard
33392 This is a text line with the word 
33393 \begin_inset ERT
33394 status collapsed
33395
33396 \begin_layout Plain Layout
33397
33398
33399 \backslash
33400 raisebox{
33401 \backslash
33402 depth}{
33403 \end_layout
33404
33405 \end_inset
33406
33407
33408 \begin_inset Quotes eld
33409 \end_inset
33410
33411 preventing
33412 \begin_inset Quotes erd
33413 \end_inset
33414
33415
33416 \begin_inset ERT
33417 status collapsed
33418
33419 \begin_layout Plain Layout
33420
33421 }
33422 \end_layout
33423
33424 \end_inset
33425
33426  as a raised word.
33427 \end_layout
33428
33429 \begin_layout Standard
33430 \begin_inset VSpace bigskip
33431 \end_inset
33432
33433 When you raise or lower characters in a line, the line distance will be
33434  spread:
33435 \end_layout
33436
33437 \begin_layout Standard
33438 This is a text line with the word 
33439 \begin_inset ERT
33440 status collapsed
33441
33442 \begin_layout Plain Layout
33443
33444
33445 \backslash
33446 raisebox{-
33447 \backslash
33448 depth}{
33449 \end_layout
33450
33451 \end_inset
33452
33453
33454 \begin_inset Quotes eld
33455 \end_inset
33456
33457 preventing
33458 \begin_inset Quotes erd
33459 \end_inset
33460
33461
33462 \begin_inset ERT
33463 status collapsed
33464
33465 \begin_layout Plain Layout
33466
33467 }
33468 \end_layout
33469
33470 \end_inset
33471
33472  as a lowered word.
33473 \begin_inset Newline newline
33474 \end_inset
33475
33476 This is a text line with the word 
33477 \begin_inset ERT
33478 status collapsed
33479
33480 \begin_layout Plain Layout
33481
33482
33483 \backslash
33484 raisebox{0.5cm}{
33485 \end_layout
33486
33487 \end_inset
33488
33489
33490 \begin_inset Quotes eld
33491 \end_inset
33492
33493 testing
33494 \begin_inset Quotes erd
33495 \end_inset
33496
33497
33498 \begin_inset ERT
33499 status collapsed
33500
33501 \begin_layout Plain Layout
33502
33503 }
33504 \end_layout
33505
33506 \end_inset
33507
33508  as a raised word.
33509 \end_layout
33510
33511 \begin_layout Standard
33512 If you want to prevent this for a certain reason, set the box height to
33513  a zero value.
33514  For example use
33515 \end_layout
33516
33517 \begin_layout Standard
33518
33519 \series bold
33520
33521 \backslash
33522 raisebox{-
33523 \backslash
33524 depth}[0pt]{
33525 \end_layout
33526
33527 \begin_layout Standard
33528 This is a text line with the word 
33529 \begin_inset ERT
33530 status collapsed
33531
33532 \begin_layout Plain Layout
33533
33534
33535 \backslash
33536 raisebox{-
33537 \backslash
33538 depth}[0pt]{
33539 \end_layout
33540
33541 \end_inset
33542
33543
33544 \begin_inset Quotes eld
33545 \end_inset
33546
33547 preventing
33548 \begin_inset Quotes erd
33549 \end_inset
33550
33551
33552 \begin_inset ERT
33553 status collapsed
33554
33555 \begin_layout Plain Layout
33556
33557 }
33558 \end_layout
33559
33560 \end_inset
33561
33562  as a lowered word.
33563 \begin_inset Newline newline
33564 \end_inset
33565
33566 This is a text line with the word 
33567 \begin_inset ERT
33568 status collapsed
33569
33570 \begin_layout Plain Layout
33571
33572
33573 \backslash
33574 raisebox{0.5cm}[0pt]{
33575 \end_layout
33576
33577 \end_inset
33578
33579
33580 \begin_inset Quotes eld
33581 \end_inset
33582
33583 testing
33584 \begin_inset Quotes erd
33585 \end_inset
33586
33587
33588 \begin_inset ERT
33589 status collapsed
33590
33591 \begin_layout Plain Layout
33592
33593 }
33594 \end_layout
33595
33596 \end_inset
33597
33598  as a raised word.
33599 \end_layout
33600
33601 \begin_layout Section
33602 Colored Boxes
33603 \begin_inset CommandInset label
33604 LatexCommand label
33605 name "sec:Colored-Boxes"
33606
33607 \end_inset
33608
33609
33610 \begin_inset Index idx
33611 status collapsed
33612
33613 \begin_layout Plain Layout
33614 Boxes ! Color
33615 \end_layout
33616
33617 \end_inset
33618
33619
33620 \end_layout
33621
33622 \begin_layout Subsection
33623 Color for Text
33624 \begin_inset Index idx
33625 status collapsed
33626
33627 \begin_layout Plain Layout
33628 Color ! for Text
33629 \end_layout
33630
33631 \end_inset
33632
33633
33634 \end_layout
33635
33636 \begin_layout Standard
33637 To color the background of text the text must be put into a so called 
33638 \begin_inset Quotes eld
33639 \end_inset
33640
33641 colorbox
33642 \begin_inset Quotes erd
33643 \end_inset
33644
33645 .
33646  This requires that the LaTeX-package 
33647 \series bold
33648 color
33649 \series default
33650
33651 \begin_inset Index idx
33652 status collapsed
33653
33654 \begin_layout Plain Layout
33655 LaTeX-packages ! color
33656 \end_layout
33657
33658 \end_inset
33659
33660  is loaded in the document preamble with the command
33661 \end_layout
33662
33663 \begin_layout Standard
33664
33665 \series bold
33666
33667 \backslash
33668 @ifundefined{textcolor}
33669 \begin_inset Newline newline
33670 \end_inset
33671
33672
33673 \begin_inset Phantom HPhantom
33674 status open
33675
33676 \begin_layout Plain Layout
33677
33678 \series bold
33679 \begin_inset space ~
33680 \end_inset
33681
33682
33683 \end_layout
33684
33685 \end_inset
33686
33687 {
33688 \backslash
33689 usepackage{color}}{}
33690 \end_layout
33691
33692 \begin_layout Standard
33693 The package 
33694 \series bold
33695 color
33696 \series default
33697  will be loaded automatically by LyX when you color text.
33698 \begin_inset Foot
33699 status collapsed
33700
33701 \begin_layout Plain Layout
33702 To avoid it being loaded twice the command 
33703 \series bold
33704
33705 \backslash
33706 @ifundefined
33707 \series default
33708  is used.
33709 \end_layout
33710
33711 \end_inset
33712
33713
33714 \end_layout
33715
33716 \begin_layout Standard
33717 \begin_inset VSpace medskip
33718 \end_inset
33719
33720 Colorboxes are created with the command 
33721 \series bold
33722
33723 \backslash
33724 colorbox
33725 \series default
33726 .
33727  This will be used with the following scheme:
33728 \end_layout
33729
33730 \begin_layout Standard
33731
33732 \series bold
33733
33734 \backslash
33735 colorbox{color}{box content}
33736 \end_layout
33737
33738 \begin_layout Standard
33739 The box content can also be a box and colorboxes can also be within other
33740  boxes.
33741 \end_layout
33742
33743 \begin_layout Standard
33744 The following colors are predefined:
33745 \begin_inset Newline newline
33746 \end_inset
33747
33748
33749 \family sans
33750 black
33751 \family default
33752
33753 \family sans
33754 blue
33755 \family default
33756
33757 \family sans
33758 cyan
33759 \family default
33760 \series bold
33761 ,
33762 \series default
33763  
33764 \family sans
33765 green
33766 \family default
33767
33768 \family sans
33769 magenta
33770 \family default
33771
33772 \family sans
33773 red
33774 \family default
33775
33776 \family sans
33777 white
33778 \family default
33779 , and 
33780 \family sans
33781 yellow
33782 \family default
33783 .
33784 \begin_inset Newline newline
33785 \end_inset
33786
33787 You can also define your own color as described in section
33788 \begin_inset space ~
33789 \end_inset
33790
33791
33792 \begin_inset CommandInset ref
33793 LatexCommand ref
33794 reference "sec:Colored-Tables"
33795
33796 \end_inset
33797
33798 .
33799 \end_layout
33800
33801 \begin_layout Standard
33802 To have e.
33803 \begin_inset space \thinspace{}
33804 \end_inset
33805
33806 g.
33807 \begin_inset space \space{}
33808 \end_inset
33809
33810 a red background for a word, insert the command
33811 \end_layout
33812
33813 \begin_layout Standard
33814
33815 \series bold
33816
33817 \backslash
33818 colorbox{red}{
33819 \end_layout
33820
33821 \begin_layout Standard
33822 before the word in TeX-Code.
33823  After the word insert a closing brace 
33824 \begin_inset Quotes eld
33825 \end_inset
33826
33827
33828 \series bold
33829 }
33830 \series default
33831
33832 \begin_inset Quotes erd
33833 \end_inset
33834
33835  in TeX-Code.
33836 \begin_inset Newline newline
33837 \end_inset
33838
33839 This is the result:
33840 \end_layout
33841
33842 \begin_layout Standard
33843 This is a line where the word 
33844 \begin_inset ERT
33845 status collapsed
33846
33847 \begin_layout Plain Layout
33848
33849
33850 \backslash
33851 colorbox{red}{
33852 \end_layout
33853
33854 \end_inset
33855
33856
33857 \begin_inset Quotes eld
33858 \end_inset
33859
33860 Attention!
33861 \begin_inset Quotes erd
33862 \end_inset
33863
33864
33865 \begin_inset ERT
33866 status collapsed
33867
33868 \begin_layout Plain Layout
33869
33870 }
33871 \end_layout
33872
33873 \end_inset
33874
33875  has a red background.
33876 \end_layout
33877
33878 \begin_layout Standard
33879 \begin_inset VSpace bigskip
33880 \end_inset
33881
33882 If you would like the box frame in a different color, you can use the command
33883  
33884 \series bold
33885
33886 \backslash
33887 fcolorbox
33888 \series default
33889  with the following scheme:
33890 \end_layout
33891
33892 \begin_layout Standard
33893
33894 \series bold
33895
33896 \backslash
33897 fcolorbox{frame color}{box color}{box content}
33898 \end_layout
33899
33900 \begin_layout Standard
33901
33902 \series bold
33903
33904 \backslash
33905 fcolorbox
33906 \series default
33907  is an extension to 
33908 \series bold
33909
33910 \backslash
33911 colorbox
33912 \series default
33913 .
33914  The frame thickness and the space between the frame and the box content
33915  can be adjusted with the lengths 
33916 \series bold
33917
33918 \backslash
33919 fboxrule
33920 \series default
33921  and 
33922 \series bold
33923
33924 \backslash
33925 fboxsep
33926 \series default
33927 , respectively, as described in section
33928 \begin_inset space ~
33929 \end_inset
33930
33931
33932 \begin_inset CommandInset ref
33933 LatexCommand ref
33934 reference "sec:Decoration"
33935
33936 \end_inset
33937
33938 .
33939 \end_layout
33940
33941 \begin_layout Standard
33942 For the following example the command
33943 \end_layout
33944
33945 \begin_layout Standard
33946
33947 \series bold
33948
33949 \backslash
33950 fcolorbox{cyan}{magenta}{
33951 \end_layout
33952
33953 \begin_layout Standard
33954 was used.
33955 \end_layout
33956
33957 \begin_layout Standard
33958 Here is an example where the frame line thickness was set to 1
33959 \begin_inset space \thinspace{}
33960 \end_inset
33961
33962 mm:
33963 \begin_inset Newline newline
33964 \end_inset
33965
33966
33967 \begin_inset ERT
33968 status collapsed
33969
33970 \begin_layout Plain Layout
33971
33972
33973 \backslash
33974 fboxrule 1mm 
33975 \backslash
33976 fboxsep 1mm
33977 \end_layout
33978
33979 \end_inset
33980
33981
33982 \begin_inset ERT
33983 status collapsed
33984
33985 \begin_layout Plain Layout
33986
33987
33988 \backslash
33989 fcolorbox{cyan}{magenta}{
33990 \end_layout
33991
33992 \end_inset
33993
33994 This is text within a colored, framed box.
33995 \begin_inset ERT
33996 status collapsed
33997
33998 \begin_layout Plain Layout
33999
34000 }
34001 \end_layout
34002
34003 \end_inset
34004
34005
34006 \end_layout
34007
34008 \begin_layout Standard
34009 \begin_inset VSpace bigskip
34010 \end_inset
34011
34012 Of course you can also have colored text inside a colorbox:
34013 \begin_inset Newline newline
34014 \end_inset
34015
34016
34017 \begin_inset ERT
34018 status collapsed
34019
34020 \begin_layout Plain Layout
34021
34022
34023 \backslash
34024 fcolorbox{cyan}{magenta}{
34025 \end_layout
34026
34027 \end_inset
34028
34029
34030 \color yellow
34031 This is colored text within a colored, framed box.
34032 \color none
34033
34034 \begin_inset ERT
34035 status collapsed
34036
34037 \begin_layout Plain Layout
34038
34039 }
34040 \end_layout
34041
34042 \end_inset
34043
34044
34045 \begin_inset ERT
34046 status collapsed
34047
34048 \begin_layout Plain Layout
34049
34050
34051 \backslash
34052 fboxrule 0.4pt 
34053 \backslash
34054 fboxsep 3pt
34055 \end_layout
34056
34057 \end_inset
34058
34059
34060 \end_layout
34061
34062 \begin_layout Standard
34063 \begin_inset VSpace medskip
34064 \end_inset
34065
34066
34067 \end_layout
34068
34069 \begin_layout Standard
34070 \begin_inset Note Greyedout
34071 status open
34072
34073 \begin_layout Plain Layout
34074
34075 \series bold
34076 Note:
34077 \series default
34078  Text in colorboxes cannot have line breaks.
34079  To color multiple text lines or paragraphs, use a box inside a colorbox
34080  as described in the following.
34081 \end_layout
34082
34083 \end_inset
34084
34085
34086 \end_layout
34087
34088 \begin_layout Subsection
34089 Color for Paragraphs
34090 \begin_inset CommandInset label
34091 LatexCommand label
34092 name "sub:Color-for-Paragraphs"
34093
34094 \end_inset
34095
34096
34097 \begin_inset Index idx
34098 status collapsed
34099
34100 \begin_layout Plain Layout
34101 Color ! for Paragraphs
34102 \end_layout
34103
34104 \end_inset
34105
34106
34107 \end_layout
34108
34109 \begin_layout Standard
34110 To set the background color for more than one text line, put the text into
34111  a minipage.
34112  Before the minipage insert the 
34113 \series bold
34114
34115 \backslash
34116 colorbox
34117 \series default
34118  command
34119 \end_layout
34120
34121 \begin_layout Standard
34122
34123 \series bold
34124
34125 \backslash
34126 colorbox{color}{
34127 \end_layout
34128
34129 \begin_layout Standard
34130 in TeX-Code.
34131  After the minipage insert a closing brace 
34132 \begin_inset Quotes eld
34133 \end_inset
34134
34135
34136 \series bold
34137 }
34138 \series default
34139
34140 \begin_inset Quotes erd
34141 \end_inset
34142
34143  in TeX-Code.
34144 \end_layout
34145
34146 \begin_layout Standard
34147 \begin_inset ERT
34148 status collapsed
34149
34150 \begin_layout Plain Layout
34151
34152
34153 \backslash
34154 colorbox{lightgrey}{
34155 \end_layout
34156
34157 \end_inset
34158
34159
34160 \begin_inset Box Frameless
34161 position "t"
34162 hor_pos "c"
34163 has_inner_box 1
34164 inner_pos "t"
34165 use_parbox 0
34166 use_makebox 0
34167 width "100col%"
34168 special "none"
34169 height "1in"
34170 height_special "totalheight"
34171 status collapsed
34172
34173 \begin_layout Plain Layout
34174 This is text with background color.
34175  This is text with background color.
34176 \end_layout
34177
34178 \begin_layout Plain Layout
34179 \begin_inset VSpace defskip
34180 \end_inset
34181
34182 The text can have footnotes
34183 \begin_inset Foot
34184 status collapsed
34185
34186 \begin_layout Plain Layout
34187 Another example footnote
34188 \end_layout
34189
34190 \end_inset
34191
34192  and can include tables and figures.
34193 \end_layout
34194
34195 \begin_layout Plain Layout
34196 \align center
34197 \begin_inset Tabular
34198 <lyxtabular version="3" rows="3" columns="3">
34199 <features tabularvalignment="middle">
34200 <column alignment="center" valignment="top" width="0">
34201 <column alignment="center" valignment="top" width="0">
34202 <column alignment="center" valignment="top" width="0">
34203 <row>
34204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34205 \begin_inset Text
34206
34207 \begin_layout Plain Layout
34208 a
34209 \end_layout
34210
34211 \end_inset
34212 </cell>
34213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34214 \begin_inset Text
34215
34216 \begin_layout Plain Layout
34217 !
34218 \end_layout
34219
34220 \end_inset
34221 </cell>
34222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34223 \begin_inset Text
34224
34225 \begin_layout Plain Layout
34226 3
34227 \end_layout
34228
34229 \end_inset
34230 </cell>
34231 </row>
34232 <row>
34233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34234 \begin_inset Text
34235
34236 \begin_layout Plain Layout
34237 <
34238 \end_layout
34239
34240 \end_inset
34241 </cell>
34242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34243 \begin_inset Text
34244
34245 \begin_layout Plain Layout
34246 b2
34247 \begin_inset Quotes erd
34248 \end_inset
34249
34250 |
34251 \end_layout
34252
34253 \end_inset
34254 </cell>
34255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34256 \begin_inset Text
34257
34258 \begin_layout Plain Layout
34259 >
34260 \end_layout
34261
34262 \end_inset
34263 </cell>
34264 </row>
34265 <row>
34266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34267 \begin_inset Text
34268
34269 \begin_layout Plain Layout
34270 1
34271 \end_layout
34272
34273 \end_inset
34274 </cell>
34275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34276 \begin_inset Text
34277
34278 \begin_layout Plain Layout
34279 §
34280 \end_layout
34281
34282 \end_inset
34283 </cell>
34284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34285 \begin_inset Text
34286
34287 \begin_layout Plain Layout
34288 c
34289 \end_layout
34290
34291 \end_inset
34292 </cell>
34293 </row>
34294 </lyxtabular>
34295
34296 \end_inset
34297
34298
34299 \end_layout
34300
34301 \end_inset
34302
34303
34304 \begin_inset ERT
34305 status collapsed
34306
34307 \begin_layout Plain Layout
34308
34309 }
34310 \end_layout
34311
34312 \end_inset
34313
34314
34315 \end_layout
34316
34317 \begin_layout Section
34318 Rotated and Scaled Boxes
34319 \end_layout
34320
34321 \begin_layout Standard
34322 To use the commands described in this section, the LaTeX-package 
34323 \series bold
34324 graphicx
34325 \series default
34326
34327 \begin_inset Index idx
34328 status collapsed
34329
34330 \begin_layout Plain Layout
34331 LaTeX-packages ! graphicx
34332 \end_layout
34333
34334 \end_inset
34335
34336  needs to be loaded in the document preamble with the command
34337 \end_layout
34338
34339 \begin_layout Standard
34340
34341 \series bold
34342
34343 \backslash
34344 @ifundefined{rotatebox}
34345 \begin_inset Newline newline
34346 \end_inset
34347
34348
34349 \begin_inset Phantom HPhantom
34350 status open
34351
34352 \begin_layout Plain Layout
34353
34354 \series bold
34355 \begin_inset space ~
34356 \end_inset
34357
34358
34359 \end_layout
34360
34361 \end_inset
34362
34363 {
34364 \backslash
34365 usepackage{graphicx}}{}
34366 \end_layout
34367
34368 \begin_layout Standard
34369 \begin_inset Note Greyedout
34370 status open
34371
34372 \begin_layout Plain Layout
34373
34374 \series bold
34375 Note:
34376 \series default
34377  Some DVI-viewers can't display rotated or scaled material.
34378 \end_layout
34379
34380 \end_inset
34381
34382
34383 \end_layout
34384
34385 \begin_layout Standard
34386 \begin_inset Note Greyedout
34387 status open
34388
34389 \begin_layout Plain Layout
34390
34391 \series bold
34392 Note:
34393 \series default
34394  Floats mustn't be inside a rotated or scaled box.
34395 \end_layout
34396
34397 \end_inset
34398
34399
34400 \end_layout
34401
34402 \begin_layout Subsection
34403 Rotated Boxes
34404 \begin_inset Index idx
34405 status collapsed
34406
34407 \begin_layout Plain Layout
34408 Boxes ! rotated
34409 \end_layout
34410
34411 \end_inset
34412
34413
34414 \begin_inset Index idx
34415 status collapsed
34416
34417 \begin_layout Plain Layout
34418 Rotated material
34419 \end_layout
34420
34421 \end_inset
34422
34423
34424 \begin_inset Index idx
34425 status collapsed
34426
34427 \begin_layout Plain Layout
34428 Figures ! rotated
34429 \end_layout
34430
34431 \end_inset
34432
34433
34434 \begin_inset Index idx
34435 status collapsed
34436
34437 \begin_layout Plain Layout
34438 Table Customization ! Rotating
34439 \end_layout
34440
34441 \end_inset
34442
34443
34444 \end_layout
34445
34446 \begin_layout Standard
34447 To rotate material, you can put it into a rotated box.
34448  Such a box is created using the command 
34449 \series bold
34450
34451 \backslash
34452 rotatebox
34453 \series default
34454  in TeX-Code with the following scheme:
34455 \end_layout
34456
34457 \begin_layout Standard
34458
34459 \series bold
34460
34461 \backslash
34462 rotatebox[rotation origin]{rotation angle}{box content}
34463 \end_layout
34464
34465 \begin_layout Standard
34466 The rotation origin is specified in the form 
34467 \series bold
34468 origin=position
34469 \series default
34470 .
34471  The following positions are possible: 
34472 \emph on
34473 c
34474 \emph default
34475  (center), 
34476 \emph on
34477 l
34478 \emph default
34479  (left), 
34480 \emph on
34481 r
34482 \emph default
34483  (right), 
34484 \emph on
34485 b
34486 \emph default
34487  (bottom), 
34488 \emph on
34489 t
34490 \emph default
34491  (top), along with meaningful combinations of the four base positions.
34492  For example 
34493 \emph on
34494 lt
34495 \emph default
34496  means that the rotation origin is at the top left corner of the box.
34497  When no rotation origin is specified, the position 
34498 \emph on
34499 l
34500 \emph default
34501  will be used.
34502  The rotation angle is a number that can be negative that specifies the
34503  angle in degrees.
34504  The rotation direction is counterclockwise.
34505 \end_layout
34506
34507 \begin_layout Standard
34508 In the following example the command 
34509 \series bold
34510
34511 \backslash
34512 rotatebox[origin=c]{60}{
34513 \series default
34514  was inserted as TeX-Code before the text 
34515 \begin_inset Quotes eld
34516 \end_inset
34517
34518 with rotated
34519 \begin_inset Quotes erd
34520 \end_inset
34521
34522 ; after the text the box was closed by a closing brace 
34523 \series bold
34524 }
34525 \series default
34526  in TeX-Code.
34527 \end_layout
34528
34529 \begin_layout Standard
34530 This is a line 
34531 \begin_inset ERT
34532 status collapsed
34533
34534 \begin_layout Plain Layout
34535
34536
34537 \backslash
34538 rotatebox[origin=c]{60}{
34539 \end_layout
34540
34541 \end_inset
34542
34543 with rotated
34544 \begin_inset ERT
34545 status collapsed
34546
34547 \begin_layout Plain Layout
34548
34549 }
34550 \end_layout
34551
34552 \end_inset
34553
34554  text.
34555 \end_layout
34556
34557 \begin_layout Standard
34558 The box content can also be another box or an inline formula:
34559 \end_layout
34560
34561 \begin_layout Standard
34562 This is a line
34563 \begin_inset ERT
34564 status collapsed
34565
34566 \begin_layout Plain Layout
34567
34568
34569 \backslash
34570 rotatebox[origin=r]{-60}{
34571 \end_layout
34572
34573 \end_inset
34574
34575
34576 \begin_inset Box Doublebox
34577 position "c"
34578 hor_pos "c"
34579 has_inner_box 0
34580 inner_pos "c"
34581 use_parbox 0
34582 use_makebox 0
34583 width "1in"
34584 special "width"
34585 height "1in"
34586 height_special "totalheight"
34587 status collapsed
34588
34589 \begin_layout Plain Layout
34590 with rotated
34591 \end_layout
34592
34593 \end_inset
34594
34595
34596 \begin_inset ERT
34597 status collapsed
34598
34599 \begin_layout Plain Layout
34600
34601 }
34602 \end_layout
34603
34604 \end_inset
34605
34606  framed text 
34607 \begin_inset ERT
34608 status collapsed
34609
34610 \begin_layout Plain Layout
34611
34612
34613 \backslash
34614 rotatebox[origin=lb]{60}{
34615 \end_layout
34616
34617 \end_inset
34618
34619
34620 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34621 \end_inset
34622
34623
34624 \begin_inset ERT
34625 status collapsed
34626
34627 \begin_layout Plain Layout
34628
34629 }
34630 \end_layout
34631
34632 \end_inset
34633
34634  and a formula.
34635 \end_layout
34636
34637 \begin_layout Standard
34638 or an image or table:
34639 \end_layout
34640
34641 \begin_layout Standard
34642 This is a line
34643 \begin_inset ERT
34644 status collapsed
34645
34646 \begin_layout Plain Layout
34647
34648
34649 \backslash
34650 rotatebox[origin=lb]{90}{
34651 \end_layout
34652
34653 \end_inset
34654
34655
34656 \begin_inset Graphics
34657         filename clipart/platypus.eps
34658         lyxscale 50
34659         width 25col%
34660
34661 \end_inset
34662
34663
34664 \begin_inset ERT
34665 status collapsed
34666
34667 \begin_layout Plain Layout
34668
34669 }
34670 \end_layout
34671
34672 \end_inset
34673
34674  with a rotated image 
34675 \begin_inset ERT
34676 status collapsed
34677
34678 \begin_layout Plain Layout
34679
34680
34681 \backslash
34682 rotatebox[origin=l]{-90}{
34683 \end_layout
34684
34685 \end_inset
34686
34687
34688 \begin_inset Tabular
34689 <lyxtabular version="3" rows="2" columns="2">
34690 <features tabularvalignment="middle">
34691 <column alignment="center" valignment="top" width="0">
34692 <column alignment="center" valignment="top" width="0">
34693 <row>
34694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34695 \begin_inset Text
34696
34697 \begin_layout Plain Layout
34698 q
34699 \end_layout
34700
34701 \end_inset
34702 </cell>
34703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34704 \begin_inset Text
34705
34706 \begin_layout Plain Layout
34707 w
34708 \end_layout
34709
34710 \end_inset
34711 </cell>
34712 </row>
34713 <row>
34714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34715 \begin_inset Text
34716
34717 \begin_layout Plain Layout
34718 e
34719 \end_layout
34720
34721 \end_inset
34722 </cell>
34723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34724 \begin_inset Text
34725
34726 \begin_layout Plain Layout
34727 r
34728 \end_layout
34729
34730 \end_inset
34731 </cell>
34732 </row>
34733 </lyxtabular>
34734
34735 \end_inset
34736
34737
34738 \begin_inset ERT
34739 status collapsed
34740
34741 \begin_layout Plain Layout
34742
34743 }
34744 \end_layout
34745
34746 \end_inset
34747
34748  and table.
34749 \end_layout
34750
34751 \begin_layout Subsection
34752 Scaled Boxes
34753 \begin_inset Index idx
34754 status collapsed
34755
34756 \begin_layout Plain Layout
34757 Boxes ! scaled
34758 \end_layout
34759
34760 \end_inset
34761
34762
34763 \begin_inset Index idx
34764 status collapsed
34765
34766 \begin_layout Plain Layout
34767 Scaled material
34768 \end_layout
34769
34770 \end_inset
34771
34772
34773 \begin_inset Index idx
34774 status collapsed
34775
34776 \begin_layout Plain Layout
34777 Figures ! scaled
34778 \end_layout
34779
34780 \end_inset
34781
34782
34783 \begin_inset Index idx
34784 status collapsed
34785
34786 \begin_layout Plain Layout
34787 Table Customization ! Scaling
34788 \end_layout
34789
34790 \end_inset
34791
34792
34793 \end_layout
34794
34795 \begin_layout Standard
34796 To scale material the commands 
34797 \series bold
34798
34799 \backslash
34800 scalebox
34801 \series default
34802  and 
34803 \series bold
34804
34805 \backslash
34806 resizebox
34807 \series default
34808  can be used as TeX-Code.
34809 \end_layout
34810
34811 \begin_layout Standard
34812
34813 \series bold
34814
34815 \backslash
34816 scalebox
34817 \series default
34818  is used with the following scheme:
34819 \end_layout
34820
34821 \begin_layout Standard
34822
34823 \series bold
34824
34825 \backslash
34826 scalebox{horizontal}[vertical]{box content}
34827 \end_layout
34828
34829 \begin_layout Standard
34830 Horizontal and vertical are the corresponding scaling factors.
34831  If no vertical scaling factor is given, the horizontal factor will also
34832  be used as the vertical one.
34833 \end_layout
34834
34835 \begin_layout Standard
34836 The command 
34837 \series bold
34838
34839 \backslash
34840 scalebox{2}{Hello}
34841 \series default
34842  creates for example a double size 
34843 \begin_inset ERT
34844 status collapsed
34845
34846 \begin_layout Plain Layout
34847
34848
34849 \backslash
34850 scalebox{2}{
34851 \end_layout
34852
34853 \end_inset
34854
34855 Hello
34856 \begin_inset ERT
34857 status collapsed
34858
34859 \begin_layout Plain Layout
34860
34861 }
34862 \end_layout
34863
34864 \end_inset
34865
34866 , compared with the document text size.
34867 \end_layout
34868
34869 \begin_layout Standard
34870
34871 \series bold
34872
34873 \backslash
34874 scalebox{2}[1]{Hello}
34875 \series default
34876  on the other hand distorts the 
34877 \begin_inset ERT
34878 status collapsed
34879
34880 \begin_layout Plain Layout
34881
34882
34883 \backslash
34884 scalebox{2}[1]{
34885 \end_layout
34886
34887 \end_inset
34888
34889 Hello
34890 \begin_inset ERT
34891 status collapsed
34892
34893 \begin_layout Plain Layout
34894
34895 }
34896 \end_layout
34897
34898 \end_inset
34899
34900 .
34901 \end_layout
34902
34903 \begin_layout Standard
34904 If the scaling factor is negative, the box content will be mirrored.
34905  Therefore the command 
34906 \series bold
34907
34908 \backslash
34909 scalebox{-1}[1]{Hello}
34910 \series default
34911  can be used to create mirror writing: 
34912 \begin_inset ERT
34913 status collapsed
34914
34915 \begin_layout Plain Layout
34916
34917
34918 \backslash
34919 scalebox{-1}[1]{
34920 \end_layout
34921
34922 \end_inset
34923
34924 Hello
34925 \begin_inset ERT
34926 status collapsed
34927
34928 \begin_layout Plain Layout
34929
34930 }
34931 \end_layout
34932
34933 \end_inset
34934
34935
34936 \end_layout
34937
34938 \begin_layout Standard
34939
34940 \series bold
34941
34942 \backslash
34943 scalebox{1}[-1]{Hello}
34944 \series default
34945  reflects the 
34946 \begin_inset ERT
34947 status collapsed
34948
34949 \begin_layout Plain Layout
34950
34951
34952 \backslash
34953 scalebox{1}[-1]{
34954 \end_layout
34955
34956 \end_inset
34957
34958 Hello
34959 \begin_inset ERT
34960 status collapsed
34961
34962 \begin_layout Plain Layout
34963
34964 }
34965 \end_layout
34966
34967 \end_inset
34968
34969  at the base line.
34970 \end_layout
34971
34972 \begin_layout Standard
34973 Equivalent to 
34974 \series bold
34975
34976 \backslash
34977 scalebox{-1}[1]{box content}
34978 \series default
34979  there exists the command
34980 \begin_inset Newline newline
34981 \end_inset
34982
34983
34984 \series bold
34985
34986 \backslash
34987 reflectbox{box content}
34988 \series default
34989 .
34990 \end_layout
34991
34992 \begin_layout Standard
34993 \begin_inset VSpace bigskip
34994 \end_inset
34995
34996 The command 
34997 \series bold
34998
34999 \backslash
35000 resizebox
35001 \series default
35002  is used to scale the box to a defined width and height.
35003  The command scheme is:
35004 \end_layout
35005
35006 \begin_layout Standard
35007
35008 \series bold
35009
35010 \backslash
35011 resizebox{width}{height}{box content}
35012 \end_layout
35013
35014 \begin_layout Standard
35015 If one of the two command arguments given is an exclamation mark 
35016 \series bold
35017 !
35018 \series default
35019 , the size is set so that the aspect ratio of the box content is kept.
35020 \end_layout
35021
35022 \begin_layout Standard
35023 The command 
35024 \series bold
35025
35026 \backslash
35027 resizebox{2cm}{1cm}{Hello}
35028 \series default
35029  produces: 
35030 \begin_inset ERT
35031 status collapsed
35032
35033 \begin_layout Plain Layout
35034
35035
35036 \backslash
35037 resizebox{2cm}{1cm}{
35038 \end_layout
35039
35040 \end_inset
35041
35042 Hello
35043 \begin_inset ERT
35044 status collapsed
35045
35046 \begin_layout Plain Layout
35047
35048 }
35049 \end_layout
35050
35051 \end_inset
35052
35053
35054 \begin_inset Newline newline
35055 \end_inset
35056
35057 The command 
35058 \series bold
35059
35060 \backslash
35061 resizebox{2cm}{!}{Hello}
35062 \series default
35063  produces: 
35064 \begin_inset ERT
35065 status collapsed
35066
35067 \begin_layout Plain Layout
35068
35069
35070 \backslash
35071 resizebox{2cm}{!}{
35072 \end_layout
35073
35074 \end_inset
35075
35076 Hello
35077 \begin_inset ERT
35078 status collapsed
35079
35080 \begin_layout Plain Layout
35081
35082 }
35083 \end_layout
35084
35085 \end_inset
35086
35087
35088 \end_layout
35089
35090 \begin_layout Standard
35091 \begin_inset VSpace bigskip
35092 \end_inset
35093
35094
35095 \begin_inset Note Greyedout
35096 status open
35097
35098 \begin_layout Plain Layout
35099
35100 \series bold
35101 Note:
35102 \series default
35103  When arguments of 
35104 \series bold
35105
35106 \backslash
35107 scalebox
35108 \series default
35109  or 
35110 \series bold
35111
35112 \backslash
35113 resizebox
35114 \series default
35115  are set to zero, no LaTeX-errors occur when exporting the document but
35116  the exported files can not or only partly be displayed.
35117 \end_layout
35118
35119 \end_inset
35120
35121
35122 \end_layout
35123
35124 \begin_layout Standard
35125 \begin_inset VSpace bigskip
35126 \end_inset
35127
35128
35129 \end_layout
35130
35131 \begin_layout Standard
35132 The boxes can be combined in any order.
35133  E.
35134 \begin_inset space \thinspace{}
35135 \end_inset
35136
35137 g.
35138 \begin_inset space \space{}
35139 \end_inset
35140
35141 the command
35142 \begin_inset Newline newline
35143 \end_inset
35144
35145
35146 \series bold
35147
35148 \backslash
35149 rotatebox[origin=c]{-45}{
35150 \backslash
35151 resizebox{2cm}{!}{
35152 \backslash
35153 reflectbox{Hello}}}
35154 \begin_inset Newline newline
35155 \end_inset
35156
35157
35158 \series default
35159 produces:
35160 \end_layout
35161
35162 \begin_layout Standard
35163 \align center
35164 \begin_inset ERT
35165 status collapsed
35166
35167 \begin_layout Plain Layout
35168
35169
35170 \backslash
35171 rotatebox[origin=c]{-45}{
35172 \backslash
35173 resizebox{2cm}{!}{
35174 \backslash
35175 reflectbox{
35176 \end_layout
35177
35178 \end_inset
35179
35180 Hello
35181 \begin_inset ERT
35182 status collapsed
35183
35184 \begin_layout Plain Layout
35185
35186 }}}
35187 \end_layout
35188
35189 \end_inset
35190
35191
35192 \end_layout
35193
35194 \begin_layout Standard
35195 \noindent
35196 Images, tables, and inline formulas are allowed as box content:
35197 \end_layout
35198
35199 \begin_layout Standard
35200 \align center
35201 \begin_inset ERT
35202 status collapsed
35203
35204 \begin_layout Plain Layout
35205
35206
35207 \backslash
35208 rotatebox[origin=c]{-30}{
35209 \backslash
35210 resizebox{2cm}{!}{
35211 \backslash
35212 reflectbox{
35213 \end_layout
35214
35215 \end_inset
35216
35217
35218 \begin_inset Graphics
35219         filename clipart/platypus.eps
35220         lyxscale 50
35221         width 25col%
35222
35223 \end_inset
35224
35225
35226 \begin_inset ERT
35227 status collapsed
35228
35229 \begin_layout Plain Layout
35230
35231 }}}
35232 \end_layout
35233
35234 \end_inset
35235
35236
35237 \begin_inset ERT
35238 status collapsed
35239
35240 \begin_layout Plain Layout
35241
35242
35243 \backslash
35244 rotatebox[origin=c]{-45}{
35245 \backslash
35246 resizebox{2cm}{!}{
35247 \backslash
35248 reflectbox{
35249 \end_layout
35250
35251 \end_inset
35252
35253
35254 \begin_inset Tabular
35255 <lyxtabular version="3" rows="2" columns="2">
35256 <features tabularvalignment="middle">
35257 <column alignment="center" valignment="top" width="0">
35258 <column alignment="center" valignment="top" width="0">
35259 <row>
35260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35261 \begin_inset Text
35262
35263 \begin_layout Plain Layout
35264 q
35265 \end_layout
35266
35267 \end_inset
35268 </cell>
35269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35270 \begin_inset Text
35271
35272 \begin_layout Plain Layout
35273 w
35274 \end_layout
35275
35276 \end_inset
35277 </cell>
35278 </row>
35279 <row>
35280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35281 \begin_inset Text
35282
35283 \begin_layout Plain Layout
35284 e
35285 \end_layout
35286
35287 \end_inset
35288 </cell>
35289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35290 \begin_inset Text
35291
35292 \begin_layout Plain Layout
35293 r
35294 \end_layout
35295
35296 \end_inset
35297 </cell>
35298 </row>
35299 </lyxtabular>
35300
35301 \end_inset
35302
35303
35304 \begin_inset ERT
35305 status collapsed
35306
35307 \begin_layout Plain Layout
35308
35309 }}}
35310 \end_layout
35311
35312 \end_inset
35313
35314
35315 \begin_inset ERT
35316 status collapsed
35317
35318 \begin_layout Plain Layout
35319
35320
35321 \backslash
35322 rotatebox[origin=c]{-45}{
35323 \backslash
35324 resizebox{2cm}{!}{
35325 \backslash
35326 reflectbox{
35327 \end_layout
35328
35329 \end_inset
35330
35331
35332 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35333 \end_inset
35334
35335
35336 \begin_inset ERT
35337 status collapsed
35338
35339 \begin_layout Plain Layout
35340
35341 }}}
35342 \end_layout
35343
35344 \end_inset
35345
35346
35347 \end_layout
35348
35349 \begin_layout Standard
35350 When the global formula style 
35351 \series bold
35352 fleqn
35353 \series default
35354  is used in the document
35355 \begin_inset Foot
35356 status collapsed
35357
35358 \begin_layout Plain Layout
35359 When 
35360 \begin_inset Quotes eld
35361 \end_inset
35362
35363 fleqn
35364 \begin_inset Quotes erd
35365 \end_inset
35366
35367  is added to the document class options.
35368 \end_layout
35369
35370 \end_inset
35371
35372 , display style formulas can also be scaled.
35373 \end_layout
35374
35375 \begin_layout Chapter
35376 Objects Surrounded by Text
35377 \begin_inset Index idx
35378 status collapsed
35379
35380 \begin_layout Plain Layout
35381 Surrounded by text
35382 \end_layout
35383
35384 \end_inset
35385
35386
35387 \end_layout
35388
35389 \begin_layout Section
35390 Wrap Floats
35391 \begin_inset CommandInset label
35392 LatexCommand label
35393 name "sec:Wrap-Floats"
35394
35395 \end_inset
35396
35397
35398 \begin_inset Index idx
35399 status collapsed
35400
35401 \begin_layout Plain Layout
35402 Floats ! Wrap Floats
35403 \end_layout
35404
35405 \end_inset
35406
35407
35408 \begin_inset Index idx
35409 status collapsed
35410
35411 \begin_layout Plain Layout
35412 Surrounded by text ! Wrap Floats
35413 \end_layout
35414
35415 \end_inset
35416
35417
35418 \end_layout
35419
35420 \begin_layout Standard
35421 \begin_inset Wrap figure
35422 lines 0
35423 placement l
35424 overhang 1cm
35425 width "40col%"
35426 status open
35427
35428 \begin_layout Plain Layout
35429 \begin_inset Graphics
35430         filename clipart/mobius.eps
35431         width 40col%
35432         scaleBeforeRotation
35433         rotateOrigin center
35434
35435 \end_inset
35436
35437
35438 \end_layout
35439
35440 \begin_layout Plain Layout
35441 \begin_inset Caption
35442
35443 \begin_layout Plain Layout
35444 \begin_inset CommandInset label
35445 LatexCommand label
35446 name "fig:This-is-a"
35447
35448 \end_inset
35449
35450 This is a figure wrap float.
35451 \end_layout
35452
35453 \end_inset
35454
35455
35456 \end_layout
35457
35458 \end_inset
35459
35460  This float type is used if you want to wrap text around a figure or table
35461  so that it only occupies some fraction of the column width.
35462  It can be inserted using the menu 
35463 \family sans
35464 Insert\SpecialChar \menuseparator
35465 Floats\SpecialChar \menuseparator
35466 Figure
35467 \begin_inset space ~
35468 \end_inset
35469
35470 Wrap
35471 \begin_inset space ~
35472 \end_inset
35473
35474 Float
35475 \family default
35476  or 
35477 \family sans
35478 Table
35479 \begin_inset space ~
35480 \end_inset
35481
35482 Wrap
35483 \begin_inset space ~
35484 \end_inset
35485
35486 Float
35487 \family default
35488  if the LaTeX-package 
35489 \series bold
35490 wrapfig
35491 \series default
35492
35493 \begin_inset Index idx
35494 status collapsed
35495
35496 \begin_layout Plain Layout
35497 LaTeX-packages ! wrapfig
35498 \begin_inset ERT
35499 status collapsed
35500
35501 \begin_layout Plain Layout
35502
35503
35504 \backslash
35505 vspace{4mm}
35506 \end_layout
35507
35508 \end_inset
35509
35510
35511 \end_layout
35512
35513 \end_inset
35514
35515  is installed.
35516 \begin_inset Foot
35517 status collapsed
35518
35519 \begin_layout Plain Layout
35520 Installing a LaTeX-package is explained it in the 
35521 \emph on
35522 LaTeX
35523 \begin_inset space ~
35524 \end_inset
35525
35526 Configuration
35527 \emph default
35528  manual.
35529 \end_layout
35530
35531 \end_inset
35532
35533  The settings of the float can be modified by right-clicking on the float
35534  box.
35535  The mandatory settings are the float 
35536 \family sans
35537 Placement
35538 \family default
35539  and its 
35540 \family sans
35541 Width
35542 \family default
35543 .
35544  Optional are the 
35545 \family sans
35546 Overhang
35547 \family default
35548  that specifies how much the float is set into the paragraph
35549 \begin_inset space \thinspace{}
35550 \end_inset
35551
35552 /
35553 \begin_inset space \thinspace{}
35554 \end_inset
35555
35556 page margin, and the 
35557 \family sans
35558 Line
35559 \begin_inset space ~
35560 \end_inset
35561
35562 span
35563 \family default
35564  that specifies how many text lines the float will approximately need.
35565  The line span is often hard to approximate; so it is better only to use
35566  it when you encounter float placement problems.
35567  You can furthermore decide if LaTeX is allowed to let the float float within
35568  the paragraph or to surrounding paragraphs.
35569  Figure
35570 \begin_inset space ~
35571 \end_inset
35572
35573
35574 \begin_inset CommandInset ref
35575 LatexCommand ref
35576 reference "fig:This-is-a"
35577
35578 \end_inset
35579
35580  is an example text wrap float with a width of 40
35581 \begin_inset space \thinspace{}
35582 \end_inset
35583
35584 col%, 1
35585 \begin_inset space \thinspace{}
35586 \end_inset
35587
35588 cm overhang, set to the left.
35589 \end_layout
35590
35591 \begin_layout Standard
35592 \begin_inset Note Greyedout
35593 status open
35594
35595 \begin_layout Plain Layout
35596
35597 \series bold
35598 Note:
35599 \series default
35600  Text
35601 \begin_inset space ~
35602 \end_inset
35603
35604 wrap float floats are fragile! E.
35605 \begin_inset space \thinspace{}
35606 \end_inset
35607
35608 g.
35609 \begin_inset space \space{}
35610 \end_inset
35611
35612 having a figure too close to the bottom of the page can mess things up in
35613  such a way that the float does not appear in the output or that it is placed
35614  over some other text.
35615 \end_layout
35616
35617 \end_inset
35618
35619
35620 \end_layout
35621
35622 \begin_layout Standard
35623 In general, the following applies for wrap floats:
35624 \end_layout
35625
35626 \begin_layout Itemize
35627 They should not be placed in paragraphs that run over a page break.
35628  That means that wrap floats are better inserted in their exact place when
35629  the document is almost finished and you are able to estimate where page
35630  breaks will appear.
35631 \end_layout
35632
35633 \begin_layout Itemize
35634 They should either be placed in their own paragraph before the paragraph
35635  where they should wrap into or within a paragraph.
35636 \end_layout
35637
35638 \begin_layout Itemize
35639 In consecutive paragraphs they may cause troubles, so ensure that there
35640  is a text paragraph between them as separator.
35641 \end_layout
35642
35643 \begin_layout Itemize
35644 They are not allowed in section headings or tables.
35645 \end_layout
35646
35647 \begin_layout Itemize
35648 Their numbering and referencing works as described in chap.
35649 \begin_inset space \thinspace{}
35650 \end_inset
35651
35652
35653 \begin_inset CommandInset ref
35654 LatexCommand ref
35655 reference "chap:Floats"
35656
35657 \end_inset
35658
35659 .
35660 \end_layout
35661
35662 \begin_layout Section
35663 Surrounded Fixed Objects
35664 \begin_inset Index idx
35665 status collapsed
35666
35667 \begin_layout Plain Layout
35668 Surrounded by text ! Fixed objects
35669 \end_layout
35670
35671 \end_inset
35672
35673
35674 \end_layout
35675
35676 \begin_layout Standard
35677 The wrap floats described in sec.
35678 \begin_inset space \thinspace{}
35679 \end_inset
35680
35681
35682 \begin_inset CommandInset ref
35683 LatexCommand ref
35684 reference "sec:Wrap-Floats"
35685
35686 \end_inset
35687
35688  have these positions in the paragraph:
35689 \end_layout
35690
35691 \begin_layout Standard
35692 \noindent
35693 \align center
35694 \begin_inset Tabular
35695 <lyxtabular version="3" rows="2" columns="2">
35696 <features tabularvalignment="middle">
35697 <column alignment="center" valignment="top" width="0">
35698 <column alignment="center" valignment="top" width="0">
35699 <row>
35700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35701 \begin_inset Text
35702
35703 \begin_layout Plain Layout
35704 \begin_inset Graphics
35705         filename ../images/dialog-show-new-inset_graphics.png
35706         scale 70
35707         scaleBeforeRotation
35708
35709 \end_inset
35710
35711
35712 \end_layout
35713
35714 \end_inset
35715 </cell>
35716 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35717 \begin_inset Text
35718
35719 \begin_layout Plain Layout
35720 text
35721 \end_layout
35722
35723 \end_inset
35724 </cell>
35725 </row>
35726 <row>
35727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35728 \begin_inset Text
35729
35730 \begin_layout Plain Layout
35731 text
35732 \end_layout
35733
35734 \end_inset
35735 </cell>
35736 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35737 \begin_inset Text
35738
35739 \begin_layout Plain Layout
35740 text
35741 \end_layout
35742
35743 \end_inset
35744 </cell>
35745 </row>
35746 </lyxtabular>
35747
35748 \end_inset
35749
35750  or 
35751 \begin_inset Tabular
35752 <lyxtabular version="3" rows="2" columns="2">
35753 <features tabularvalignment="middle">
35754 <column alignment="center" valignment="top" width="0">
35755 <column alignment="center" valignment="top" width="0">
35756 <row>
35757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35758 \begin_inset Text
35759
35760 \begin_layout Plain Layout
35761 text
35762 \end_layout
35763
35764 \end_inset
35765 </cell>
35766 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35767 \begin_inset Text
35768
35769 \begin_layout Plain Layout
35770 \begin_inset Graphics
35771         filename ../images/dialog-show-new-inset_graphics.png
35772         scale 70
35773         scaleBeforeRotation
35774
35775 \end_inset
35776
35777
35778 \end_layout
35779
35780 \end_inset
35781 </cell>
35782 </row>
35783 <row>
35784 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35785 \begin_inset Text
35786
35787 \begin_layout Plain Layout
35788 text
35789 \end_layout
35790
35791 \end_inset
35792 </cell>
35793 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35794 \begin_inset Text
35795
35796 \begin_layout Plain Layout
35797 text
35798 \end_layout
35799
35800 \end_inset
35801 </cell>
35802 </row>
35803 </lyxtabular>
35804
35805 \end_inset
35806
35807
35808 \end_layout
35809
35810 \begin_layout Standard
35811 To get an object exactly at the position where it is inserted, for example
35812  to get one of these positions:
35813 \begin_inset VSpace defskip
35814 \end_inset
35815
35816
35817 \end_layout
35818
35819 \begin_layout Standard
35820 \noindent
35821 \align center
35822 \begin_inset Tabular
35823 <lyxtabular version="3" rows="2" columns="2">
35824 <features tabularvalignment="middle">
35825 <column alignment="center" valignment="top" width="0">
35826 <column alignment="center" valignment="top" width="0">
35827 <row>
35828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35829 \begin_inset Text
35830
35831 \begin_layout Plain Layout
35832 text
35833 \end_layout
35834
35835 \end_inset
35836 </cell>
35837 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35838 \begin_inset Text
35839
35840 \begin_layout Plain Layout
35841 text
35842 \end_layout
35843
35844 \end_inset
35845 </cell>
35846 </row>
35847 <row>
35848 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35849 \begin_inset Text
35850
35851 \begin_layout Plain Layout
35852 \begin_inset Graphics
35853         filename ../images/dialog-show-new-inset_graphics.png
35854         scale 70
35855         scaleBeforeRotation
35856
35857 \end_inset
35858
35859
35860 \end_layout
35861
35862 \end_inset
35863 </cell>
35864 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35865 \begin_inset Text
35866
35867 \begin_layout Plain Layout
35868 text
35869 \end_layout
35870
35871 \end_inset
35872 </cell>
35873 </row>
35874 </lyxtabular>
35875
35876 \end_inset
35877
35878  
35879 \begin_inset Tabular
35880 <lyxtabular version="3" rows="2" columns="2">
35881 <features tabularvalignment="middle">
35882 <column alignment="center" valignment="top" width="0">
35883 <column alignment="center" valignment="top" width="0">
35884 <row>
35885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35886 \begin_inset Text
35887
35888 \begin_layout Plain Layout
35889 text
35890 \end_layout
35891
35892 \end_inset
35893 </cell>
35894 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35895 \begin_inset Text
35896
35897 \begin_layout Plain Layout
35898 text
35899 \end_layout
35900
35901 \end_inset
35902 </cell>
35903 </row>
35904 <row>
35905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35906 \begin_inset Text
35907
35908 \begin_layout Plain Layout
35909 text
35910 \end_layout
35911
35912 \end_inset
35913 </cell>
35914 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35915 \begin_inset Text
35916
35917 \begin_layout Plain Layout
35918 \begin_inset Graphics
35919         filename ../images/dialog-show-new-inset_graphics.png
35920         scale 70
35921         scaleBeforeRotation
35922
35923 \end_inset
35924
35925
35926 \end_layout
35927
35928 \end_inset
35929 </cell>
35930 </row>
35931 </lyxtabular>
35932
35933 \end_inset
35934
35935  
35936 \begin_inset Tabular
35937 <lyxtabular version="3" rows="2" columns="3">
35938 <features tabularvalignment="middle">
35939 <column alignment="center" valignment="top" width="0">
35940 <column alignment="center" valignment="top" width="0">
35941 <column alignment="center" valignment="top" width="0">
35942 <row>
35943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35944 \begin_inset Text
35945
35946 \begin_layout Plain Layout
35947 text
35948 \end_layout
35949
35950 \end_inset
35951 </cell>
35952 <cell alignment="center" valignment="top" topline="true" usebox="none">
35953 \begin_inset Text
35954
35955 \begin_layout Plain Layout
35956 \begin_inset Graphics
35957         filename ../images/dialog-show-new-inset_graphics.png
35958         scale 70
35959         scaleBeforeRotation
35960
35961 \end_inset
35962
35963
35964 \end_layout
35965
35966 \end_inset
35967 </cell>
35968 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35969 \begin_inset Text
35970
35971 \begin_layout Plain Layout
35972 text
35973 \end_layout
35974
35975 \end_inset
35976 </cell>
35977 </row>
35978 <row>
35979 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35980 \begin_inset Text
35981
35982 \begin_layout Plain Layout
35983 text
35984 \end_layout
35985
35986 \end_inset
35987 </cell>
35988 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35989 \begin_inset Text
35990
35991 \begin_layout Plain Layout
35992 text
35993 \end_layout
35994
35995 \end_inset
35996 </cell>
35997 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35998 \begin_inset Text
35999
36000 \begin_layout Plain Layout
36001 text
36002 \end_layout
36003
36004 \end_inset
36005 </cell>
36006 </row>
36007 </lyxtabular>
36008
36009 \end_inset
36010
36011  
36012 \begin_inset Tabular
36013 <lyxtabular version="3" rows="2" columns="3">
36014 <features tabularvalignment="middle">
36015 <column alignment="center" valignment="top" width="0">
36016 <column alignment="center" valignment="top" width="0">
36017 <column alignment="center" valignment="top" width="0">
36018 <row>
36019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36020 \begin_inset Text
36021
36022 \begin_layout Plain Layout
36023 text
36024 \end_layout
36025
36026 \end_inset
36027 </cell>
36028 <cell alignment="center" valignment="top" topline="true" usebox="none">
36029 \begin_inset Text
36030
36031 \begin_layout Plain Layout
36032 text
36033 \end_layout
36034
36035 \end_inset
36036 </cell>
36037 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36038 \begin_inset Text
36039
36040 \begin_layout Plain Layout
36041 text
36042 \end_layout
36043
36044 \end_inset
36045 </cell>
36046 </row>
36047 <row>
36048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36049 \begin_inset Text
36050
36051 \begin_layout Plain Layout
36052 text
36053 \end_layout
36054
36055 \end_inset
36056 </cell>
36057 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36058 \begin_inset Text
36059
36060 \begin_layout Plain Layout
36061 \begin_inset Graphics
36062         filename ../images/dialog-show-new-inset_graphics.png
36063         scale 70
36064         scaleBeforeRotation
36065
36066 \end_inset
36067
36068
36069 \end_layout
36070
36071 \end_inset
36072 </cell>
36073 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36074 \begin_inset Text
36075
36076 \begin_layout Plain Layout
36077 text
36078 \end_layout
36079
36080 \end_inset
36081 </cell>
36082 </row>
36083 </lyxtabular>
36084
36085 \end_inset
36086
36087
36088 \end_layout
36089
36090 \begin_layout Standard
36091 \noindent
36092 \align center
36093 \begin_inset Tabular
36094 <lyxtabular version="3" rows="3" columns="2">
36095 <features tabularvalignment="middle">
36096 <column alignment="center" valignment="top" width="0">
36097 <column alignment="center" valignment="top" width="0">
36098 <row>
36099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36100 \begin_inset Text
36101
36102 \begin_layout Plain Layout
36103 text
36104 \end_layout
36105
36106 \end_inset
36107 </cell>
36108 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36109 \begin_inset Text
36110
36111 \begin_layout Plain Layout
36112 text
36113 \end_layout
36114
36115 \end_inset
36116 </cell>
36117 </row>
36118 <row>
36119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36120 \begin_inset Text
36121
36122 \begin_layout Plain Layout
36123 \begin_inset Graphics
36124         filename ../images/dialog-show-new-inset_graphics.png
36125         scale 70
36126         scaleBeforeRotation
36127
36128 \end_inset
36129
36130
36131 \end_layout
36132
36133 \end_inset
36134 </cell>
36135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36136 \begin_inset Text
36137
36138 \begin_layout Plain Layout
36139 text
36140 \end_layout
36141
36142 \end_inset
36143 </cell>
36144 </row>
36145 <row>
36146 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36147 \begin_inset Text
36148
36149 \begin_layout Plain Layout
36150 text
36151 \end_layout
36152
36153 \end_inset
36154 </cell>
36155 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36156 \begin_inset Text
36157
36158 \begin_layout Plain Layout
36159 text
36160 \end_layout
36161
36162 \end_inset
36163 </cell>
36164 </row>
36165 </lyxtabular>
36166
36167 \end_inset
36168
36169  
36170 \begin_inset Tabular
36171 <lyxtabular version="3" rows="3" columns="3">
36172 <features tabularvalignment="middle">
36173 <column alignment="center" valignment="top" width="0">
36174 <column alignment="center" valignment="top" width="0">
36175 <column alignment="center" valignment="top" width="0">
36176 <row>
36177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36178 \begin_inset Text
36179
36180 \begin_layout Plain Layout
36181 text
36182 \end_layout
36183
36184 \end_inset
36185 </cell>
36186 <cell alignment="center" valignment="top" topline="true" usebox="none">
36187 \begin_inset Text
36188
36189 \begin_layout Plain Layout
36190 text
36191 \end_layout
36192
36193 \end_inset
36194 </cell>
36195 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36196 \begin_inset Text
36197
36198 \begin_layout Plain Layout
36199 text
36200 \end_layout
36201
36202 \end_inset
36203 </cell>
36204 </row>
36205 <row>
36206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36207 \begin_inset Text
36208
36209 \begin_layout Plain Layout
36210 text
36211 \end_layout
36212
36213 \end_inset
36214 </cell>
36215 <cell alignment="center" valignment="top" usebox="none">
36216 \begin_inset Text
36217
36218 \begin_layout Plain Layout
36219 \begin_inset Graphics
36220         filename ../images/dialog-show-new-inset_graphics.png
36221         scale 70
36222         scaleBeforeRotation
36223
36224 \end_inset
36225
36226
36227 \end_layout
36228
36229 \end_inset
36230 </cell>
36231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36232 \begin_inset Text
36233
36234 \begin_layout Plain Layout
36235 text
36236 \end_layout
36237
36238 \end_inset
36239 </cell>
36240 </row>
36241 <row>
36242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36243 \begin_inset Text
36244
36245 \begin_layout Plain Layout
36246 text
36247 \end_layout
36248
36249 \end_inset
36250 </cell>
36251 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36252 \begin_inset Text
36253
36254 \begin_layout Plain Layout
36255 text
36256 \end_layout
36257
36258 \end_inset
36259 </cell>
36260 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36261 \begin_inset Text
36262
36263 \begin_layout Plain Layout
36264 text
36265 \end_layout
36266
36267 \end_inset
36268 </cell>
36269 </row>
36270 </lyxtabular>
36271
36272 \end_inset
36273
36274  
36275 \begin_inset Tabular
36276 <lyxtabular version="3" rows="3" columns="2">
36277 <features tabularvalignment="middle">
36278 <column alignment="center" valignment="top" width="0">
36279 <column alignment="center" valignment="top" width="0">
36280 <row>
36281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36282 \begin_inset Text
36283
36284 \begin_layout Plain Layout
36285 text
36286 \end_layout
36287
36288 \end_inset
36289 </cell>
36290 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36291 \begin_inset Text
36292
36293 \begin_layout Plain Layout
36294 text
36295 \end_layout
36296
36297 \end_inset
36298 </cell>
36299 </row>
36300 <row>
36301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36302 \begin_inset Text
36303
36304 \begin_layout Plain Layout
36305 text
36306 \end_layout
36307
36308 \end_inset
36309 </cell>
36310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36311 \begin_inset Text
36312
36313 \begin_layout Plain Layout
36314 \begin_inset Graphics
36315         filename ../images/dialog-show-new-inset_graphics.png
36316         scale 70
36317         scaleBeforeRotation
36318
36319 \end_inset
36320
36321
36322 \end_layout
36323
36324 \end_inset
36325 </cell>
36326 </row>
36327 <row>
36328 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36329 \begin_inset Text
36330
36331 \begin_layout Plain Layout
36332 text
36333 \end_layout
36334
36335 \end_inset
36336 </cell>
36337 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36338 \begin_inset Text
36339
36340 \begin_layout Plain Layout
36341 text
36342 \end_layout
36343
36344 \end_inset
36345 </cell>
36346 </row>
36347 </lyxtabular>
36348
36349 \end_inset
36350
36351
36352 \end_layout
36353
36354 \begin_layout Standard
36355 \noindent
36356 you can use the LaTeX-package 
36357 \series bold
36358 picinpar
36359 \series default
36360
36361 \begin_inset Index idx
36362 status collapsed
36363
36364 \begin_layout Plain Layout
36365 LaTeX-packages ! picinpar
36366 \end_layout
36367
36368 \end_inset
36369
36370 .
36371  Here is an example:
36372 \end_layout
36373
36374 \begin_layout Standard
36375 \begin_inset ERT
36376 status collapsed
36377
36378 \begin_layout Plain Layout
36379
36380
36381 \backslash
36382 ifpicinpar
36383 \end_layout
36384
36385 \end_inset
36386
36387
36388 \begin_inset Note Note
36389 status open
36390
36391 \begin_layout Plain Layout
36392 The following section will only be displayed when the LaTeX-package 
36393 \series bold
36394 picinpar
36395 \series default
36396  is installed.
36397 \end_layout
36398
36399 \end_inset
36400
36401
36402 \end_layout
36403
36404 \begin_layout Standard
36405 \begin_inset ERT
36406 status collapsed
36407
36408 \begin_layout Plain Layout
36409
36410
36411 \backslash
36412 begin{window}[2,c,{
36413 \end_layout
36414
36415 \end_inset
36416
36417
36418 \begin_inset Graphics
36419         filename clipart/mobius.eps
36420         lyxscale 60
36421         width 40col%
36422         scaleBeforeRotation
36423         rotateOrigin center
36424
36425 \end_inset
36426
36427
36428 \begin_inset ERT
36429 status collapsed
36430
36431 \begin_layout Plain Layout
36432
36433 },]
36434 \end_layout
36435
36436 \begin_layout Plain Layout
36437
36438 {}
36439 \end_layout
36440
36441 \end_inset
36442
36443
36444 \size small
36445 It was in the spring of the year 1894 that all London was interested, and
36446  the fashionable world dismayed, by the murder of the Honourable Ronald
36447  Adair under most unusual and inexplicable circumstances.
36448  The public has already learned those particulars of the crime which
36449 \size default
36450
36451 \begin_inset ERT
36452 status collapsed
36453
36454 \begin_layout Plain Layout
36455
36456
36457 \backslash
36458 footnotemark{}
36459 \end_layout
36460
36461 \end_inset
36462
36463
36464 \size small
36465  came out in the police investigation, but a good deal was suppressed upon
36466  that occasion, since the case for the prosecution was so overwhelmingly
36467  strong that it was not necessary to bring forward all the facts.
36468  Only now, at the end of nearly ten years, am I allowed to supply those
36469  missing links which make up the whole of that remarkable chain.
36470 \size default
36471
36472 \begin_inset ERT
36473 status collapsed
36474
36475 \begin_layout Plain Layout
36476
36477
36478 \backslash
36479 end{window}
36480 \end_layout
36481
36482 \end_inset
36483
36484
36485 \end_layout
36486
36487 \begin_layout Standard
36488 \begin_inset ERT
36489 status collapsed
36490
36491 \begin_layout Plain Layout
36492
36493
36494 \backslash
36495 footnotetext{
36496 \end_layout
36497
36498 \end_inset
36499
36500 Footnote of the paragraph with the fixed object.
36501 \begin_inset ERT
36502 status collapsed
36503
36504 \begin_layout Plain Layout
36505
36506 }
36507 \end_layout
36508
36509 \end_inset
36510
36511
36512 \end_layout
36513
36514 \begin_layout Standard
36515 Surrounded fixed objects are used to let text float around them, at which
36516  the object's position in the paragraph can be determined by the number
36517  of lines above it.
36518  In contrary to floats is it not possible to have a numbered caption.
36519 \end_layout
36520
36521 \begin_layout Standard
36522 A fixed object is inserted by adding the command
36523 \end_layout
36524
36525 \begin_layout Standard
36526
36527 \series bold
36528
36529 \backslash
36530 begin{window}[2,c,{
36531 \end_layout
36532
36533 \begin_layout Standard
36534 as TeX-Code at the beginning of the paragraph.
36535  The first parameter in the bracket, here '2', defines the number of lines
36536  above the object, the second, here 'c', the position of the object.
36537  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
36538  Behind the command you insert the object.
36539  In this example an image with a width of 40
36540 \begin_inset space \thinspace{}
36541 \end_inset
36542
36543 % of the text column width was inserted.
36544  The object can also be a table, a box or an equation.
36545  Behind the object the command
36546 \end_layout
36547
36548 \begin_layout Standard
36549
36550 \series bold
36551 },description text]
36552 \begin_inset Newline newline
36553 \end_inset
36554
36555 {}
36556 \end_layout
36557
36558 \begin_layout Standard
36559 is inserted.
36560  Note that the 
36561 \begin_inset Quotes eld
36562 \end_inset
36563
36564
36565 \series bold
36566 {}
36567 \series default
36568
36569 \begin_inset Quotes erd
36570 \end_inset
36571
36572  is in the second line.
36573  The description text is optional.
36574  The text surrounding the object must be in the same paragraph as the object,
36575  so it must begin directly after the 
36576 \series bold
36577 {}
36578 \series default
36579 .
36580  At the end of the paragraph insert the command:
36581 \end_layout
36582
36583 \begin_layout Standard
36584
36585 \series bold
36586
36587 \backslash
36588 end{window}
36589 \end_layout
36590
36591 \begin_layout Standard
36592 Within a paragraph with a fixed object, you cannot insert footnotes in the
36593  normal way.
36594  You have to use instead the command 
36595 \series bold
36596
36597 \backslash
36598 footnotemark
36599 \series default
36600  inside the paragraph and outside the command 
36601 \series bold
36602
36603 \backslash
36604 footnotetext
36605 \series default
36606  as described in sec.
36607 \begin_inset space \thinspace{}
36608 \end_inset
36609
36610
36611 \begin_inset CommandInset ref
36612 LatexCommand ref
36613 reference "sec:Footnotes"
36614
36615 \end_inset
36616
36617 .
36618 \end_layout
36619
36620 \begin_layout Standard
36621 \begin_inset ERT
36622 status collapsed
36623
36624 \begin_layout Plain Layout
36625
36626
36627 \backslash
36628 else
36629 \end_layout
36630
36631 \end_inset
36632
36633
36634 \begin_inset Note Note
36635 status open
36636
36637 \begin_layout Plain Layout
36638 The following will be displayed when the LaTeX-package 
36639 \series bold
36640 picinpar
36641 \series default
36642  is not installed:
36643 \end_layout
36644
36645 \end_inset
36646
36647
36648 \end_layout
36649
36650 \begin_layout Standard
36651 You need to install the LaTeX-package 
36652 \series bold
36653 picinpar
36654 \series default
36655  to see the following part of this section in the output.
36656 \end_layout
36657
36658 \begin_layout Standard
36659 \begin_inset ERT
36660 status collapsed
36661
36662 \begin_layout Plain Layout
36663
36664
36665 \backslash
36666 fi
36667 \end_layout
36668
36669 \end_inset
36670
36671
36672 \end_layout
36673
36674 \begin_layout Section
36675 Initials
36676 \begin_inset Index idx
36677 status collapsed
36678
36679 \begin_layout Plain Layout
36680 Initials
36681 \end_layout
36682
36683 \end_inset
36684
36685
36686 \begin_inset Index idx
36687 status collapsed
36688
36689 \begin_layout Plain Layout
36690 Surrounded by text ! Initials
36691 \end_layout
36692
36693 \end_inset
36694
36695
36696 \end_layout
36697
36698 \begin_layout Standard
36699 To use initials, you must have the LaTeX-package 
36700 \series bold
36701 lettrine
36702 \series default
36703
36704 \begin_inset Index idx
36705 status collapsed
36706
36707 \begin_layout Plain Layout
36708 LaTeX-packages ! lettrine
36709 \end_layout
36710
36711 \end_inset
36712
36713  installed and use the module 
36714 \family sans
36715 Initials
36716 \family default
36717  in your document (menu 
36718 \family sans
36719 Document\SpecialChar \menuseparator
36720 Settings\SpecialChar \menuseparator
36721 Modules
36722 \family default
36723 ).
36724  To insert an initial, use the style 
36725 \family sans
36726 Initial
36727 \family default
36728 .
36729  This style has a mandatory and an optional argument.
36730  The mandatory argument is inserted via the menu 
36731 \family sans
36732 Insert\SpecialChar \menuseparator
36733 Short
36734 \begin_inset space ~
36735 \end_inset
36736
36737 Title
36738 \family default
36739  and contains the letter that is the initial.
36740  To use also the optional argument, insert another argument in front of
36741  the mandatory argument.
36742  This one contains parameters to modify the initial.
36743  For more information about the possible parameters see the documentation
36744  of 
36745 \series bold
36746 lettrine
36747 \series default
36748
36749 \begin_inset CommandInset citation
36750 LatexCommand cite
36751 key "lettrine"
36752
36753 \end_inset
36754
36755 .
36756  The style itself contains the text that is surrounding the initial.
36757  The usual style is hereby that the word whose first letter is the initial,
36758  is printed with 
36759 \shape smallcaps
36760 small caps
36761 \shape default
36762 .
36763  To tell LaTeX where this word is finished, add a closing brace '
36764 \series bold
36765 }
36766 \series default
36767 ' as TeX-Code behind it.
36768  At the end of the style there must be an opening brace '
36769 \series bold
36770 {
36771 \series default
36772 ' as TeX-Code.
36773 \end_layout
36774
36775 \begin_layout Standard
36776 Here are some examples:
36777 \end_layout
36778
36779 \begin_layout Standard
36780 \begin_inset ERT
36781 status collapsed
36782
36783 \begin_layout Plain Layout
36784
36785
36786 \backslash
36787 iflettrine
36788 \end_layout
36789
36790 \end_inset
36791
36792
36793 \begin_inset Note Note
36794 status open
36795
36796 \begin_layout Plain Layout
36797 The following section will only be displayed when the LaTeX-package 
36798 \series bold
36799 lettrine
36800 \series default
36801  is installed.
36802 \end_layout
36803
36804 \end_inset
36805
36806
36807 \end_layout
36808
36809 \begin_layout Enumerate
36810 No optional argument, the initial is the letter 'I' in the math font 
36811 \begin_inset Formula $\mathfrak{Fraktur}$
36812 \end_inset
36813
36814 :
36815 \end_layout
36816
36817 \begin_deeper
36818 \begin_layout Initial
36819 \begin_inset Argument
36820 status open
36821
36822 \begin_layout Plain Layout
36823 \begin_inset Formula $\mathfrak{I}$
36824 \end_inset
36825
36826
36827 \end_layout
36828
36829 \end_inset
36830
36831 t
36832 \begin_inset ERT
36833 status collapsed
36834
36835 \begin_layout Plain Layout
36836
36837 }
36838 \end_layout
36839
36840 \end_inset
36841
36842  was in the spring of the year 1894 that all London was interested, and
36843  the fashionable world dismayed, by the murder of the Honourable Ronald
36844  Adair under most unusual and inexplicable circumstances.
36845  The public has already learned those particulars of the crime which came
36846  out in the police investigation, but a good deal was suppressed upon that
36847  occasion, since the case for the prosecution was so overwhelmingly strong
36848  that it was not necessary to bring forward all the facts.
36849 \begin_inset ERT
36850 status collapsed
36851
36852 \begin_layout Plain Layout
36853
36854 {
36855 \end_layout
36856
36857 \end_inset
36858
36859
36860 \begin_inset Newpage newpage
36861 \end_inset
36862
36863
36864 \end_layout
36865
36866 \end_deeper
36867 \begin_layout Enumerate
36868 Only one line is surrounding the initial, which is formed by two letters
36869  in standard font and no text is printed in small caps:
36870 \end_layout
36871
36872 \begin_deeper
36873 \begin_layout Initial
36874 \begin_inset Argument
36875 status open
36876
36877 \begin_layout Plain Layout
36878 lines=1
36879 \end_layout
36880
36881 \end_inset
36882
36883
36884 \begin_inset Argument
36885 status open
36886
36887 \begin_layout Plain Layout
36888 It
36889 \end_layout
36890
36891 \end_inset
36892
36893
36894 \begin_inset ERT
36895 status collapsed
36896
36897 \begin_layout Plain Layout
36898
36899 }
36900 \end_layout
36901
36902 \end_inset
36903
36904  was in the spring of the year 1894 that all London was interested, and
36905  the fashionable world dismayed, by the murder of the Honourable Ronald
36906  Adair under most unusual and inexplicable circumstances.
36907  The public has already learned those particulars of the crime which came
36908  out in the police investigation, but a good deal was suppressed upon that
36909  occasion, since the case for the prosecution was so overwhelmingly strong
36910  that it was not necessary to bring forward all the facts.
36911 \begin_inset ERT
36912 status collapsed
36913
36914 \begin_layout Plain Layout
36915
36916 {
36917 \end_layout
36918
36919 \end_inset
36920
36921
36922 \end_layout
36923
36924 \end_deeper
36925 \begin_layout Enumerate
36926 Magenta, hanging initial over 3
36927 \begin_inset space ~
36928 \end_inset
36929
36930 lines in the math font 
36931 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
36932 \end_inset
36933
36934 , the text 
36935 \begin_inset Quotes eld
36936 \end_inset
36937
36938 t was in the spring
36939 \begin_inset Quotes erd
36940 \end_inset
36941
36942  is in 
36943 \shape smallcaps
36944 small caps
36945 \shape default
36946 ; to color the initial, you must insert this command before the initial:
36947 \begin_inset Newline newline
36948 \end_inset
36949
36950
36951 \series bold
36952
36953 \backslash
36954 renewcommand{
36955 \backslash
36956 LettrineFontHook}{
36957 \backslash
36958 color{color}}
36959 \series default
36960
36961 \begin_inset Newline newline
36962 \end_inset
36963
36964 where the second 
36965 \emph on
36966 color
36967 \emph default
36968  can be 
36969 \begin_inset Quotes eld
36970 \end_inset
36971
36972 red
36973 \begin_inset Quotes erd
36974 \end_inset
36975
36976
36977 \begin_inset Quotes eld
36978 \end_inset
36979
36980 blue
36981 \begin_inset Quotes erd
36982 \end_inset
36983
36984
36985 \begin_inset Quotes eld
36986 \end_inset
36987
36988 green
36989 \begin_inset Quotes erd
36990 \end_inset
36991
36992
36993 \begin_inset Quotes eld
36994 \end_inset
36995
36996 yellow
36997 \begin_inset Quotes erd
36998 \end_inset
36999
37000
37001 \begin_inset Quotes eld
37002 \end_inset
37003
37004 cyan
37005 \begin_inset Quotes erd
37006 \end_inset
37007
37008
37009 \begin_inset Quotes eld
37010 \end_inset
37011
37012 magenta
37013 \begin_inset Quotes erd
37014 \end_inset
37015
37016
37017 \begin_inset Quotes eld
37018 \end_inset
37019
37020 black
37021 \begin_inset Quotes erd
37022 \end_inset
37023
37024  or 
37025 \begin_inset Quotes eld
37026 \end_inset
37027
37028 white
37029 \begin_inset Quotes erd
37030 \end_inset
37031
37032 , and add this command to the document preamble:
37033 \begin_inset Newline newline
37034 \end_inset
37035
37036
37037 \series bold
37038
37039 \backslash
37040 @ifundefined{textcolor}
37041 \begin_inset Newline newline
37042 \end_inset
37043
37044
37045 \begin_inset space ~
37046 \end_inset
37047
37048 {
37049 \backslash
37050 usepackage{color}}{}
37051 \end_layout
37052
37053 \begin_deeper
37054 \begin_layout Standard
37055 \begin_inset ERT
37056 status collapsed
37057
37058 \begin_layout Plain Layout
37059
37060
37061 \backslash
37062 renewcommand{
37063 \backslash
37064 LettrineFontHook}{
37065 \backslash
37066 color{magenta}}
37067 \end_layout
37068
37069 \end_inset
37070
37071
37072 \begin_inset Note Note
37073 status collapsed
37074
37075 \begin_layout Plain Layout
37076 makes the initial magenta
37077 \end_layout
37078
37079 \end_inset
37080
37081
37082 \end_layout
37083
37084 \begin_layout Initial
37085 \begin_inset Argument
37086 status open
37087
37088 \begin_layout Plain Layout
37089 lines=3, lhang=0.33, loversize=0.25
37090 \end_layout
37091
37092 \end_inset
37093
37094
37095 \begin_inset Argument
37096 status open
37097
37098 \begin_layout Plain Layout
37099 \begin_inset Formula $\mathcal{I}$
37100 \end_inset
37101
37102
37103 \end_layout
37104
37105 \end_inset
37106
37107 t was in the spring
37108 \begin_inset ERT
37109 status collapsed
37110
37111 \begin_layout Plain Layout
37112
37113 }
37114 \end_layout
37115
37116 \end_inset
37117
37118  of the year 1894 that all London was interested, and the fashionable world
37119  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37120  and inexplicable circumstances.
37121  The public has already learned those particulars of the crime which came
37122  out in the police investigation, but a good deal was suppressed upon that
37123  occasion, since the case for the prosecution was so overwhelmingly strong
37124  that it was not necessary to bring forward all the facts.
37125 \begin_inset ERT
37126 status collapsed
37127
37128 \begin_layout Plain Layout
37129
37130 {
37131 \end_layout
37132
37133 \end_inset
37134
37135
37136 \end_layout
37137
37138 \end_deeper
37139 \begin_layout Standard
37140 \begin_inset ERT
37141 status collapsed
37142
37143 \begin_layout Plain Layout
37144
37145
37146 \backslash
37147 else
37148 \end_layout
37149
37150 \end_inset
37151
37152
37153 \begin_inset Note Note
37154 status open
37155
37156 \begin_layout Plain Layout
37157 The following will be displayed when the LaTeX-package 
37158 \series bold
37159 lettrine
37160 \series default
37161  is not installed:
37162 \end_layout
37163
37164 \end_inset
37165
37166
37167 \end_layout
37168
37169 \begin_layout Standard
37170 You need to install the LaTeX-package 
37171 \series bold
37172 lettrine
37173 \series default
37174  to see the following part of this section in the output.
37175 \end_layout
37176
37177 \begin_layout Standard
37178 \begin_inset ERT
37179 status collapsed
37180
37181 \begin_layout Plain Layout
37182
37183
37184 \backslash
37185 fi
37186 \end_layout
37187
37188 \end_inset
37189
37190
37191 \end_layout
37192
37193 \begin_layout Chapter
37194 External Document Parts
37195 \begin_inset Index idx
37196 status collapsed
37197
37198 \begin_layout Plain Layout
37199 External Document Parts
37200 \end_layout
37201
37202 \end_inset
37203
37204
37205 \end_layout
37206
37207 \begin_layout Standard
37208 With the menu 
37209 \family sans
37210 Insert\SpecialChar \menuseparator
37211 File
37212 \family default
37213  you can insert external material to your document.
37214  This can be:
37215 \end_layout
37216
37217 \begin_layout Description
37218 LyX
37219 \begin_inset space ~
37220 \end_inset
37221
37222 Document Another LyX document; its content is directly inserted to your
37223  document.
37224 \end_layout
37225
37226 \begin_layout Description
37227 Plain
37228 \begin_inset space ~
37229 \end_inset
37230
37231 Text A text document; each line is inserted in your document as a separate
37232  paragraph.
37233 \end_layout
37234
37235 \begin_layout Description
37236 Plain
37237 \begin_inset space ~
37238 \end_inset
37239
37240 Text,
37241 \begin_inset space ~
37242 \end_inset
37243
37244 Join
37245 \begin_inset space ~
37246 \end_inset
37247
37248 Lines A text document; text lines are inserted in your document continuously
37249  but an empty text line creates a new paragraph.
37250 \end_layout
37251
37252 \begin_layout Description
37253 External
37254 \begin_inset space ~
37255 \end_inset
37256
37257 Material Files in various formats.
37258 \end_layout
37259
37260 \begin_layout Description
37261 Child
37262 \begin_inset space ~
37263 \end_inset
37264
37265 Document LyX or LaTeX-documents.
37266 \end_layout
37267
37268 \begin_layout Section
37269 External Material
37270 \begin_inset Index idx
37271 status collapsed
37272
37273 \begin_layout Plain Layout
37274 External Document Parts ! External Material
37275 \end_layout
37276
37277 \end_inset
37278
37279
37280 \end_layout
37281
37282 \begin_layout Standard
37283 The external material feature allows you to insert files in to your document
37284  without converting them to a format that can be read by the document output
37285  format.
37286  LyX takes care of the necessary conversions.
37287  This is similar to images that can be inserted in various image formats
37288  in LyX documents.
37289  When you have enabled Instant Preview in LyX's preferences under 
37290 \family sans
37291 Look
37292 \begin_inset space ~
37293 \end_inset
37294
37295 and
37296 \begin_inset space ~
37297 \end_inset
37298
37299 feel\SpecialChar \menuseparator
37300 Graphics
37301 \family default
37302 , the external material types Dia and Xfig are directly shown in LyX.
37303 \end_layout
37304
37305 \begin_layout Standard
37306 External material can be inserted via the 
37307 \family sans
37308 External Material
37309 \family default
37310  dialog that is accessible with the menu 
37311 \family sans
37312 Insert\SpecialChar \menuseparator
37313 File\SpecialChar \menuseparator
37314 External
37315 \begin_inset space ~
37316 \end_inset
37317
37318 Material
37319 \family default
37320 .
37321  Currently the following file types (
37322 \family sans
37323 Templates
37324 \family default
37325 ) are allowed:
37326 \end_layout
37327
37328 \begin_layout Description
37329 ChessDiagram This template supports chess position diagrams made with the
37330  program 
37331 \series bold
37332
37333 \begin_inset CommandInset href
37334 LatexCommand href
37335 name "XBoard"
37336 target "http://en.wikipedia.org/wiki/XBoard"
37337
37338 \end_inset
37339
37340
37341 \series default
37342 .
37343 \end_layout
37344
37345 \begin_layout Description
37346 Date This inserts the date in the form 
37347 \emph on
37348 Day-Month-Year
37349 \emph default
37350 .
37351  This is a date inserted as external material: 
37352 \begin_inset External
37353         template Date
37354         filename .
37355
37356 \end_inset
37357
37358
37359 \begin_inset space ~
37360 \end_inset
37361
37362
37363 \begin_inset Note Note
37364 status open
37365
37366 \begin_layout Plain Layout
37367 Remove the protected space when bug 4398 is fixed!
37368 \end_layout
37369
37370 \end_inset
37371
37372
37373 \begin_inset Newline newline
37374 \end_inset
37375
37376 The date is not shown within LyX, only in the output.
37377  There are two other methods of inserting a date: Via menu 
37378 \family sans
37379 Insert\SpecialChar \menuseparator
37380 Date
37381 \family default
37382  and with the LaTeX command 
37383 \series bold
37384
37385 \backslash
37386 today
37387 \series default
37388  as TeX-Code.
37389  The different methods are compared in Table
37390 \begin_inset space ~
37391 \end_inset
37392
37393
37394 \begin_inset CommandInset ref
37395 LatexCommand ref
37396 reference "tab:Comparison-of-the"
37397
37398 \end_inset
37399
37400 .
37401 \end_layout
37402
37403 \begin_layout Description
37404 Dia This template supports diagrams created with the program 
37405 \series bold
37406
37407 \begin_inset CommandInset href
37408 LatexCommand href
37409 name "Dia"
37410 target "http://en.wikipedia.org/wiki/Dia_(software)"
37411
37412 \end_inset
37413
37414
37415 \series default
37416 .
37417 \end_layout
37418
37419 \begin_layout Description
37420 GnumericSpreadsheet With this template you can insert spreadsheets
37421 \begin_inset space \thinspace{}
37422 \end_inset
37423
37424 /
37425 \begin_inset space \thinspace{}
37426 \end_inset
37427
37428 tables in the format of 
37429 \series bold
37430
37431 \begin_inset CommandInset href
37432 LatexCommand href
37433 name "Gnumeric"
37434 target "http://en.wikipedia.org/wiki/Gnumeric"
37435
37436 \end_inset
37437
37438
37439 \series default
37440
37441 \begin_inset CommandInset href
37442 LatexCommand href
37443 name "OpenDocument"
37444 target "http://en.wikipedia.org/wiki/OpenDocument"
37445
37446 \end_inset
37447
37448
37449 \begin_inset CommandInset href
37450 LatexCommand href
37451 name "Microsoft Office XML"
37452 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
37453
37454 \end_inset
37455
37456  and 
37457 \begin_inset CommandInset href
37458 LatexCommand href
37459 name "Office Open XML"
37460 target "http://en.wikipedia.org/wiki/Office_Open_XML"
37461
37462 \end_inset
37463
37464 .
37465  For this feature LyX must have found the program 
37466 \family typewriter
37467 ssconvert
37468 \family default
37469  during its configuration.
37470  This program is part of Gnumeric, so that you must have Gnumeric installed,
37471  also if you don't have tables in the Gnumeric format.
37472  For examples and possible limitations have a look at LyX's example file
37473  
37474 \emph on
37475 spreadsheet.lyx
37476 \emph default
37477 .
37478 \end_layout
37479
37480 \begin_layout Description
37481 LilyPond This template is used for music notation typeset with the program
37482 \begin_inset Newline linebreak
37483 \end_inset
37484
37485
37486 \series bold
37487
37488 \begin_inset CommandInset href
37489 LatexCommand href
37490 name "LilyPond"
37491 target "http://en.wikipedia.org/wiki/LilyPond"
37492
37493 \end_inset
37494
37495
37496 \series default
37497 .
37498  For LyX's extended support for LilyPond have a look at LyX's example file
37499  
37500 \emph on
37501 lilypond.lyx
37502 \emph default
37503 .
37504 \end_layout
37505
37506 \begin_layout Description
37507 PDFPages With this template you can insert PDF documents to your document.
37508  To specify the range of pages that should be included, use the option 
37509 \series bold
37510 pages
37511 \series default
37512  in the 
37513 \family sans
37514 Option
37515 \family default
37516  field in the 
37517 \family sans
37518 LaTeX and LyX options
37519 \family default
37520  tab.
37521  The argument of this option is a comma separated list, containing page
37522  numbers (insert as option 
37523 \series bold
37524 pages={3,5,6,8}
37525 \series default
37526 ), ranges of page numbers (
37527 \series bold
37528 pages={4-9}
37529 \series default
37530 ) or any combination.
37531  To insert empty pages use {}.
37532  E.
37533 \begin_inset space \thinspace{}
37534 \end_inset
37535
37536 g.
37537 \begin_inset space ~
37538 \end_inset
37539
37540
37541 \series bold
37542 pages={3,{},8-11,15}
37543 \series default
37544  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
37545  Page ranges are specified in the syntax 
37546 \emph on
37547 start
37548 \emph default
37549 -
37550 \emph on
37551 stop
37552 \emph default
37553 .
37554  This selects all pages from 
37555 \emph on
37556 start
37557 \emph default
37558  to 
37559 \emph on
37560 stop
37561 \emph default
37562 .
37563  Omitting 
37564 \emph on
37565 start
37566 \emph default
37567  defaults to the first page; omitting 
37568 \emph on
37569 stop
37570 \emph default
37571  defaults to the last page of the document.
37572  The last page can also be selected with the keyword 
37573 \series bold
37574 last
37575 \series default
37576 .
37577  (This is only permitted in a page range.) So 
37578 \series bold
37579 pages=-
37580 \series default
37581  will insert all pages of the document and 
37582 \series bold
37583 pages=last-1
37584 \series default
37585  will insert all pages in reverse order.
37586  If the pages option is not specified, only the first page of the PDF is
37587  inserted.
37588 \begin_inset Newline newline
37589 \end_inset
37590
37591 The option 
37592 \series bold
37593 noautoscale
37594 \series default
37595  inserts the pages with their original size, if this option is not given,
37596  the pages will be resized to fith the width of the page of your document.
37597  In the tab 
37598 \family sans
37599 Size and Rotation
37600 \family default
37601  you can specify the width and height of the input pages and their rotation.
37602  If another width than 100
37603 \begin_inset space \thinspace{}
37604 \end_inset
37605
37606 Scale% is used, the option 
37607 \series bold
37608 noautoscale
37609 \series default
37610  will be overwritten.
37611  For more info and possible options, have a look into the documentation
37612  of the LaTeX-package 
37613 \series bold
37614 pdfpages
37615 \series default
37616  
37617 \begin_inset CommandInset citation
37618 LatexCommand cite
37619 key "pdfpages"
37620
37621 \end_inset
37622
37623 .
37624 \begin_inset Index idx
37625 status collapsed
37626
37627 \begin_layout Plain Layout
37628 LaTeX-packages ! pdfpages
37629 \end_layout
37630
37631 \end_inset
37632
37633
37634 \begin_inset Newline newline
37635 \end_inset
37636
37637 To use this template in a 
37638 \family sans
37639 Beamer
37640 \family default
37641  presentation you need to first insert an 
37642 \family sans
37643 EndFrame
37644 \family default
37645  environment and in a subsequent paragraph a TeX-Code box containing the
37646  command 
37647 \series bold
37648
37649 \backslash
37650 setbeamertemplate{background canvas}{}
37651 \series default
37652 .
37653  Then you can insert as many paragraphs containing the PDFPages template
37654  as you wish.
37655  Behind the included PDF pages you can resume the Beamer presentation by
37656  beginning a new frame or by starting a new section.
37657  To avoid stray blank pages prior to the PDF pages, make sure to use the
37658  
37659 \family sans
37660 Default
37661 \family default
37662  alignment for the paragraph containing the template.
37663 \begin_inset Newline newline
37664 \end_inset
37665
37666 Here is an included PDF which is rotated by -5°: 
37667 \begin_inset External
37668         template PDFPages
37669         filename clipart/Abstract.pdf
37670         extra LaTeX "noautoscale, pages=-"
37671         rotateAngle -5
37672         rotateOrigin bottomleft
37673
37674 \end_inset
37675
37676
37677 \end_layout
37678
37679 \begin_layout Description
37680 RasterImage This can be used for bitmap images.
37681  The image can be treated in the 
37682 \family sans
37683 External material
37684 \family default
37685  dialog like the images that are usually included via the 
37686 \family sans
37687 Graphics
37688 \family default
37689  dialog as described in section
37690 \begin_inset space ~
37691 \end_inset
37692
37693
37694 \begin_inset CommandInset ref
37695 LatexCommand ref
37696 reference "sec:Graphics-Dialog"
37697
37698 \end_inset
37699
37700 .
37701  The difference to the normal image input is that only raster images are
37702  allowed; that means that PDF and EPS-images are not supported.
37703  Here is an inserted raster image: 
37704 \begin_inset External
37705         template RasterImage
37706         filename clipart/ToolbarEnvBox.png
37707
37708 \end_inset
37709
37710
37711 \end_layout
37712
37713 \begin_layout Description
37714 XFig This template supports images created with the program 
37715 \series bold
37716
37717 \begin_inset CommandInset href
37718 LatexCommand href
37719 name "Xfig"
37720 target "http://en.wikipedia.org/wiki/Xfig"
37721
37722 \end_inset
37723
37724
37725 \series default
37726 .
37727 \end_layout
37728
37729 \begin_layout Standard
37730 \begin_inset Float table
37731 placement !h
37732 wide false
37733 sideways false
37734 status open
37735
37736 \begin_layout Plain Layout
37737 \begin_inset Caption
37738
37739 \begin_layout Plain Layout
37740 \begin_inset CommandInset label
37741 LatexCommand label
37742 name "tab:Comparison-of-the"
37743
37744 \end_inset
37745
37746 Comparison of the date input methods.
37747 \end_layout
37748
37749 \end_inset
37750
37751
37752 \end_layout
37753
37754 \begin_layout Plain Layout
37755 \align center
37756 \begin_inset Tabular
37757 <lyxtabular version="3" rows="4" columns="4">
37758 <features tabularvalignment="middle">
37759 <column alignment="center" valignment="top" width="0">
37760 <column alignment="center" valignment="top" width="0">
37761 <column alignment="center" valignment="top" width="0">
37762 <column alignment="center" valignment="top" width="0">
37763 <row>
37764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37765 \begin_inset Text
37766
37767 \begin_layout Plain Layout
37768 Document format
37769 \end_layout
37770
37771 \end_inset
37772 </cell>
37773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37774 \begin_inset Text
37775
37776 \begin_layout Plain Layout
37777
37778 \family sans
37779 External Material\SpecialChar \menuseparator
37780 Date
37781 \end_layout
37782
37783 \end_inset
37784 </cell>
37785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37786 \begin_inset Text
37787
37788 \begin_layout Plain Layout
37789
37790 \family sans
37791 Insert\SpecialChar \menuseparator
37792 Date
37793 \end_layout
37794
37795 \end_inset
37796 </cell>
37797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37798 \begin_inset Text
37799
37800 \begin_layout Plain Layout
37801 command 
37802 \series bold
37803
37804 \backslash
37805 today
37806 \end_layout
37807
37808 \end_inset
37809 </cell>
37810 </row>
37811 <row>
37812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37813 \begin_inset Text
37814
37815 \begin_layout Plain Layout
37816 LyX
37817 \end_layout
37818
37819 \end_inset
37820 </cell>
37821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37822 \begin_inset Text
37823
37824 \begin_layout Plain Layout
37825 as inset box
37826 \end_layout
37827
37828 \end_inset
37829 </cell>
37830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37831 \begin_inset Text
37832
37833 \begin_layout Plain Layout
37834 as date
37835 \end_layout
37836
37837 \end_inset
37838 </cell>
37839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37840 \begin_inset Text
37841
37842 \begin_layout Plain Layout
37843 as TeX-Code inset box
37844 \end_layout
37845
37846 \end_inset
37847 </cell>
37848 </row>
37849 <row>
37850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37851 \begin_inset Text
37852
37853 \begin_layout Plain Layout
37854 LaTeX
37855 \end_layout
37856
37857 \end_inset
37858 </cell>
37859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37860 \begin_inset Text
37861
37862 \begin_layout Plain Layout
37863 as date
37864 \end_layout
37865
37866 \end_inset
37867 </cell>
37868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37869 \begin_inset Text
37870
37871 \begin_layout Plain Layout
37872 as date
37873 \end_layout
37874
37875 \end_inset
37876 </cell>
37877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37878 \begin_inset Text
37879
37880 \begin_layout Plain Layout
37881 as command
37882 \end_layout
37883
37884 \end_inset
37885 </cell>
37886 </row>
37887 <row>
37888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37889 \begin_inset Text
37890
37891 \begin_layout Plain Layout
37892 DVI, PDF, PS
37893 \end_layout
37894
37895 \end_inset
37896 </cell>
37897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37898 \begin_inset Text
37899
37900 \begin_layout Plain Layout
37901 as date
37902 \end_layout
37903
37904 \end_inset
37905 </cell>
37906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37907 \begin_inset Text
37908
37909 \begin_layout Plain Layout
37910 as date
37911 \end_layout
37912
37913 \end_inset
37914 </cell>
37915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37916 \begin_inset Text
37917
37918 \begin_layout Plain Layout
37919 as date
37920 \end_layout
37921
37922 \end_inset
37923 </cell>
37924 </row>
37925 </lyxtabular>
37926
37927 \end_inset
37928
37929
37930 \end_layout
37931
37932 \end_inset
37933
37934
37935 \end_layout
37936
37937 \begin_layout Standard
37938 When you use the option 
37939 \family sans
37940 Draft
37941 \family default
37942  in the 
37943 \family sans
37944 File
37945 \family default
37946  tab of the 
37947 \family sans
37948 External Material
37949 \family default
37950  dialog, only the path to the inserted file is shown in the output.
37951 \begin_inset Newline newline
37952 \end_inset
37953
37954 External material is displayed in LyX either as a box like this: 
37955 \begin_inset Graphics
37956         filename clipart/ExternalMaterialQt4.png
37957         scale 85
37958         scaleBeforeRotation
37959
37960 \end_inset
37961
37962  or as image, depending on the option 
37963 \family sans
37964 Show in LyX
37965 \family default
37966  in the 
37967 \family sans
37968 LaTeX and LyX options
37969 \family default
37970  tab of the dialog.
37971 \end_layout
37972
37973 \begin_layout Standard
37974 The 
37975 \family sans
37976 \emph on
37977 Customization
37978 \family default
37979 \emph default
37980  manual explains how you can define your own templates.
37981 \end_layout
37982
37983 \begin_layout Section
37984 Child Documents
37985 \begin_inset CommandInset label
37986 LatexCommand label
37987 name "sec:Child-Documents"
37988
37989 \end_inset
37990
37991
37992 \begin_inset Index idx
37993 status collapsed
37994
37995 \begin_layout Plain Layout
37996 External Document Parts ! Child Documents
37997 \end_layout
37998
37999 \end_inset
38000
38001
38002 \begin_inset Index idx
38003 status collapsed
38004
38005 \begin_layout Plain Layout
38006 Files ! Include
38007 \end_layout
38008
38009 \end_inset
38010
38011
38012 \end_layout
38013
38014 \begin_layout Standard
38015 Child documents are used if you have a long document consisting of several
38016  larger parts or sections.
38017  For maintenance it is often useful and sometimes even required to split
38018  the document into several files that can be revised separately.
38019  The different documents are then the so called 
38020 \begin_inset Quotes eld
38021 \end_inset
38022
38023 child documents
38024 \begin_inset Quotes erd
38025 \end_inset
38026
38027 , and a master document connects them to print the full document or parts
38028  of it.
38029  A child document inherits elements of its master, for example the LaTeX
38030  preamble, the bibliography, and labels for cross-references.
38031 \end_layout
38032
38033 \begin_layout Standard
38034 To be able to work on child documents without the need to open their master,
38035  specify in the child document the master in the menu
38036 \family sans
38037  Document\SpecialChar \menuseparator
38038 Settings\SpecialChar \menuseparator
38039 Document
38040 \begin_inset space ~
38041 \end_inset
38042
38043 Class
38044 \family default
38045 .
38046  This master document will then be used in the background by LyX when you
38047  edit the child document.
38048 \end_layout
38049
38050 \begin_layout Standard
38051 Included documents are displayed in LyX as a box like this: 
38052 \begin_inset Graphics
38053         filename clipart/ChildDocumentQt4.png
38054         scale 85
38055         scaleBeforeRotation
38056
38057 \end_inset
38058
38059  To include child documents in a master document use the menu 
38060 \family sans
38061 Insert\SpecialChar \menuseparator
38062 File\SpecialChar \menuseparator
38063 Child
38064 \begin_inset space ~
38065 \end_inset
38066
38067 Documents
38068 \family default
38069 .
38070  A dialog pops up where you can choose between four include methods:
38071 \end_layout
38072
38073 \begin_layout Description
38074 Include You can include LyX- and LaTeX-documents.
38075  When you press the 
38076 \family sans
38077 Load
38078 \family default
38079  button in the 
38080 \family sans
38081 Child Document
38082 \family default
38083  dialog, the included documents will be opened in LyX in a new file tab
38084  so that you can modify them.
38085 \begin_inset Newline newline
38086 \end_inset
38087
38088
38089 \end_layout
38090
38091 \begin_layout Standard
38092 Here is a child document inserted using 
38093 \family sans
38094 Include
38095 \family default
38096
38097 \begin_inset CommandInset include
38098 LatexCommand include
38099 filename "DummyDocument1.lyx"
38100
38101 \end_inset
38102
38103
38104 \end_layout
38105
38106 \begin_layout Standard
38107 The section numbering includes the sections of the included files in the
38108  order they are inserted in the master document.
38109  The included example document has for example a subsection that is numbered
38110  as a subsection of this section.
38111  Labels of included documents can be referenced: Subsection
38112 \begin_inset space ~
38113 \end_inset
38114
38115
38116 \begin_inset CommandInset ref
38117 LatexCommand ref
38118 reference "sub:External-Subsection-1"
38119
38120 \end_inset
38121
38122 .
38123 \end_layout
38124
38125 \begin_layout Standard
38126 The preamble of the child document is ignored; only the preamble of the
38127  master document is used.
38128  Branches in child documents will be ignored by the master document when
38129  the master document does not have a branch with the same name.
38130  Included documents are inserted starting on a new page and ending with
38131  a page break.
38132 \end_layout
38133
38134 \begin_layout Standard
38135 \begin_inset Note Greyedout
38136 status open
38137
38138 \begin_layout Plain Layout
38139
38140 \series bold
38141 Note:
38142 \series default
38143  If you have included a LyX- or LaTeX-file, you are warned when you export/view
38144  the document in case the child document uses another document class than
38145  the master document as this will lead to unexpected outputs.
38146 \end_layout
38147
38148 \end_inset
38149
38150
38151 \end_layout
38152
38153 \begin_layout Description
38154 Input This method is very similar to the Include method.
38155  The differences are:
38156 \end_layout
38157
38158 \begin_deeper
38159 \begin_layout Itemize
38160 Input files don't start with a new page and don't end with a page break.
38161 \end_layout
38162
38163 \begin_layout Itemize
38164 Input files can be previewed in LyX when 
38165 \family sans
38166 Instant
38167 \begin_inset space ~
38168 \end_inset
38169
38170 Preview
38171 \family default
38172  is enabled in LyX's preferences under 
38173 \family sans
38174 Look
38175 \begin_inset space ~
38176 \end_inset
38177
38178 and
38179 \begin_inset space ~
38180 \end_inset
38181
38182 feel\SpecialChar \menuseparator
38183 Graphics
38184 \family default
38185 .
38186 \end_layout
38187
38188 \begin_layout Itemize
38189 You cannot exclude Input files via the menu 
38190 \family sans
38191 Document\SpecialChar \menuseparator
38192 Settings\SpecialChar \menuseparator
38193 Child Documents
38194 \family default
38195 .
38196 \end_layout
38197
38198 \end_deeper
38199 \begin_layout Standard
38200 Here is a child document inserted using 
38201 \family sans
38202 Input
38203 \family default
38204
38205 \begin_inset CommandInset include
38206 LatexCommand input
38207 filename "DummyDocument2.lyx"
38208
38209 \end_inset
38210
38211
38212 \end_layout
38213
38214 \begin_layout Description
38215 Verbatim With this method any text file can be included.
38216  The file is shown in the output with its source code; no command used in
38217  the text is invoked.
38218  You can use the option 
38219 \family sans
38220 Mark spaces in output
38221 \family default
38222  that displays the character 
38223 \begin_inset Quotes eld
38224 \end_inset
38225
38226
38227 \begin_inset ERT
38228 status collapsed
38229
38230 \begin_layout Plain Layout
38231
38232
38233 \backslash
38234 textvisiblespace 
38235 \end_layout
38236
38237 \end_inset
38238
38239
38240 \begin_inset Quotes erd
38241 \end_inset
38242
38243  for every space character in the source code.
38244  The difference from the method via the menu 
38245 \family sans
38246 Insert\SpecialChar \menuseparator
38247 File\SpecialChar \menuseparator
38248 Plain
38249 \begin_inset space ~
38250 \end_inset
38251
38252 Text
38253 \family default
38254  is that the document content is not shown in LyX.
38255 \end_layout
38256
38257 \begin_layout Standard
38258 Here is a child document inserted as Verbatim: 
38259 \begin_inset CommandInset include
38260 LatexCommand verbatiminput
38261 filename "DummyTextDocument.txt"
38262
38263 \end_inset
38264
38265
38266 \begin_inset VSpace bigskip
38267 \end_inset
38268
38269  Here is a child document inserted as Verbatim using the 
38270 \family sans
38271 Mark spaces in output
38272 \family default
38273  option: 
38274 \begin_inset CommandInset include
38275 LatexCommand verbatiminput*
38276 filename "DummyTextDocument.txt"
38277
38278 \end_inset
38279
38280
38281 \end_layout
38282
38283 \begin_layout Standard
38284 \begin_inset VSpace bigskip
38285 \end_inset
38286
38287
38288 \end_layout
38289
38290 \begin_layout Standard
38291 \begin_inset Note Greyedout
38292 status open
38293
38294 \begin_layout Plain Layout
38295
38296 \series bold
38297 Note:
38298 \series default
38299  As you can see in the examples above, the text of the documents included
38300  as 
38301 \family sans
38302 verbatim
38303 \family default
38304  is not broken at the end of the document lines.
38305 \end_layout
38306
38307 \end_inset
38308
38309
38310 \end_layout
38311
38312 \begin_layout Description
38313 Listings This type is described in chapter
38314 \begin_inset space ~
38315 \end_inset
38316
38317
38318 \begin_inset CommandInset ref
38319 LatexCommand ref
38320 reference "cha:Program-Code-Listings"
38321
38322 \end_inset
38323
38324 .
38325 \end_layout
38326
38327 \begin_layout Standard
38328 \begin_inset Note Greyedout
38329 status open
38330
38331 \begin_layout Plain Layout
38332
38333 \series bold
38334 Note:
38335 \series default
38336  Including the same document twice in a document using different methods
38337  could cause LaTeX-problems.
38338 \end_layout
38339
38340 \end_inset
38341
38342
38343 \end_layout
38344
38345 \begin_layout Standard
38346 If you want to view/export only selected children of your master document,
38347  either because you want to save compiling time or because you want to distribut
38348 e single chapters of the book you are just writing, you can exclude children
38349  from the output.
38350  This is done via the menu 
38351 \family sans
38352 Document\SpecialChar \menuseparator
38353 Settings\SpecialChar \menuseparator
38354 Child Documents
38355 \family default
38356 .
38357  You can exclude\SpecialChar \slash{}
38358 include children by double-clicking on the 
38359 \family sans
38360 include to output
38361 \family default
38362  column of the respective child document in the list (note that this only
38363  works for documents embedded via 
38364 \begin_inset Quotes eld
38365 \end_inset
38366
38367 Include
38368 \begin_inset Quotes erd
38369 \end_inset
38370
38371 , not with 
38372 \begin_inset Quotes eld
38373 \end_inset
38374
38375 Input
38376 \begin_inset Quotes erd
38377 \end_inset
38378
38379 ).
38380  If the option 
38381 \family sans
38382 Maintain counters and references
38383 \family default
38384  is enabled, LyX will assure that all page numbers, references etc.
38385 \begin_inset space ~
38386 \end_inset
38387
38388 are correct as if the whole document was processed.
38389  This is useful if you want the selected sub-documents to look exactly as
38390  in the context of the whole document.
38391  However, LyX needs to process the whole document in the background for
38392  this feature.
38393  So if you want to save compile time and if counters and references do not
38394  need to be correct, disable this checkbox.
38395 \end_layout
38396
38397 \begin_layout Standard
38398 Alternatively, you can put each included file into a branch.
38399 \begin_inset Foot
38400 status collapsed
38401
38402 \begin_layout Plain Layout
38403 Branches are described in section 
38404 \emph on
38405 Branches
38406 \emph default
38407  of the LyX 
38408 \emph on
38409 Userguide
38410 \emph default
38411 .
38412 \end_layout
38413
38414 \end_inset
38415
38416  By enabling\SpecialChar \slash{}
38417 disabling branches you can decide which included files will
38418  appear in the output.
38419  This has the advantage that it also works with Input'ed sub-documents.
38420  However, counters and references will not be maintained with this approach.
38421 \end_layout
38422
38423 \begin_layout Chapter
38424 Program Code Listings
38425 \begin_inset CommandInset label
38426 LatexCommand label
38427 name "cha:Program-Code-Listings"
38428
38429 \end_inset
38430
38431
38432 \begin_inset Index idx
38433 status collapsed
38434
38435 \begin_layout Plain Layout
38436 Listings
38437 \end_layout
38438
38439 \end_inset
38440
38441
38442 \begin_inset Index idx
38443 status collapsed
38444
38445 \begin_layout Plain Layout
38446 Program Code
38447 \end_layout
38448
38449 \end_inset
38450
38451
38452 \begin_inset Index idx
38453 status collapsed
38454
38455 \begin_layout Plain Layout
38456 Floats ! Listings
38457 \end_layout
38458
38459 \end_inset
38460
38461
38462 \end_layout
38463
38464 \begin_layout Standard
38465 To include and typeset program code you can use the 
38466 \family sans
38467 Listings
38468 \family default
38469  inset that can be inserted via the menu 
38470 \family sans
38471 Insert\SpecialChar \menuseparator
38472 Program Listing
38473 \family default
38474 .
38475  The LaTeX-package 
38476 \series bold
38477 listings
38478 \series default
38479
38480 \begin_inset Index idx
38481 status collapsed
38482
38483 \begin_layout Plain Layout
38484 LaTeX-packages ! listings
38485 \end_layout
38486
38487 \end_inset
38488
38489  provides a powerful and flexible way to insert program source code into
38490  your document.
38491 \end_layout
38492
38493 \begin_layout Standard
38494 Right-clicking on a listings inset opens the context menu containing where
38495  you can set the listings format.
38496 \end_layout
38497
38498 \begin_layout Standard
38499 By default, a listing starts a new paragraph in the output.
38500  The placement option 
38501 \family sans
38502 Inline
38503 \begin_inset space ~
38504 \end_inset
38505
38506 listing
38507 \family default
38508  prints the listing inline like this: 
38509 \begin_inset listings
38510 lstparams "language={C++}"
38511 inline true
38512 status open
38513
38514 \begin_layout Plain Layout
38515
38516 int a=5;
38517 \end_layout
38518
38519 \end_inset
38520
38521
38522 \begin_inset Newline newline
38523 \end_inset
38524
38525 The option 
38526 \family sans
38527 Float
38528 \family default
38529  creates a listings float where you can specify the placement options 
38530 \begin_inset Quotes eld
38531 \end_inset
38532
38533
38534 \family sans
38535 h
38536 \family default
38537
38538 \begin_inset Quotes erd
38539 \end_inset
38540
38541
38542 \begin_inset Quotes eld
38543 \end_inset
38544
38545
38546 \family sans
38547 t
38548 \family default
38549
38550 \begin_inset Quotes erd
38551 \end_inset
38552
38553
38554 \begin_inset Quotes eld
38555 \end_inset
38556
38557
38558 \family sans
38559 b
38560 \family default
38561
38562 \begin_inset Quotes erd
38563 \end_inset
38564
38565 , and 
38566 \begin_inset Quotes eld
38567 \end_inset
38568
38569
38570 \family sans
38571 p
38572 \family default
38573
38574 \begin_inset Quotes erd
38575 \end_inset
38576
38577  corresponding to the float placement options described in section
38578 \begin_inset space ~
38579 \end_inset
38580
38581
38582 \begin_inset CommandInset ref
38583 LatexCommand ref
38584 reference "sec:Float-Placement"
38585
38586 \end_inset
38587
38588 .
38589  The placement options can be mixed and are inserted without any separation,
38590  e.
38591 \begin_inset space \thinspace{}
38592 \end_inset
38593
38594 g.
38595 \begin_inset space \space{}
38596 \end_inset
38597
38598
38599 \begin_inset Quotes eld
38600 \end_inset
38601
38602
38603 \family sans
38604 htbp
38605 \family default
38606
38607 \begin_inset Quotes erd
38608 \end_inset
38609
38610 .
38611  The option 
38612 \begin_inset Quotes eld
38613 \end_inset
38614
38615 h
38616 \begin_inset Quotes erd
38617 \end_inset
38618
38619  has sometimes no effect, but you don't need to use the 
38620 \family sans
38621 Float
38622 \family default
38623  option in this case as also non-float listings can have captions and be
38624  referenced.
38625 \end_layout
38626
38627 \begin_layout Standard
38628 You can add captions to listings with the menu 
38629 \family sans
38630 Insert\SpecialChar \menuseparator
38631 Caption
38632 \family default
38633 .
38634  Listings can be referenced like floats: Listing
38635 \begin_inset space ~
38636 \end_inset
38637
38638
38639 \begin_inset CommandInset ref
38640 LatexCommand ref
38641 reference "lst:Example-Listing"
38642
38643 \end_inset
38644
38645
38646 \end_layout
38647
38648 \begin_layout Standard
38649 \begin_inset listings
38650 lstparams "language=Python"
38651 inline false
38652 status open
38653
38654 \begin_layout Plain Layout
38655
38656 \begin_inset Caption
38657
38658 \begin_layout Plain Layout
38659 \begin_inset CommandInset label
38660 LatexCommand label
38661 name "lst:Example-Listing"
38662
38663 \end_inset
38664
38665 Example Listing float
38666 \end_layout
38667
38668 \end_inset
38669
38670 # Example listing float
38671 \end_layout
38672
38673 \begin_layout Plain Layout
38674
38675 def func(param):
38676 \end_layout
38677
38678 \begin_layout Plain Layout
38679
38680     'this is a python function'
38681 \end_layout
38682
38683 \begin_layout Plain Layout
38684
38685     pass
38686 \end_layout
38687
38688 \end_inset
38689
38690
38691 \end_layout
38692
38693 \begin_layout Standard
38694 When you have set a programming language in the listings dialog, the keywords
38695  of this language will be recognized and specially typeset in the output.
38696  In the example listings the Python keyword 
38697 \begin_inset Quotes eld
38698 \end_inset
38699
38700 def
38701 \begin_inset Quotes erd
38702 \end_inset
38703
38704  is recognized and printed bold in the output.
38705 \end_layout
38706
38707 \begin_layout Standard
38708 \begin_inset Note Greyedout
38709 status open
38710
38711 \begin_layout Plain Layout
38712
38713 \series bold
38714 Note:
38715 \series default
38716  If you don't get bold keywords when using typewriter fonts, your 
38717 \family typewriter
38718 typewriter
38719 \family default
38720  font probably doesn't provide a bold shape.
38721  In this case select a different one in the menu 
38722 \family sans
38723 Document\SpecialChar \menuseparator
38724 Settings\SpecialChar \menuseparator
38725 Fonts
38726 \family default
38727 .
38728  (The fonts 
38729 \emph on
38730 LuxiMono, BeraMono
38731 \emph default
38732  and 
38733 \emph on
38734 Courier
38735 \emph default
38736  provide bold shapes.)
38737 \end_layout
38738
38739 \end_inset
38740
38741
38742 \end_layout
38743
38744 \begin_layout Standard
38745 In section 
38746 \family sans
38747 Line
38748 \begin_inset space ~
38749 \end_inset
38750
38751 numbering
38752 \family default
38753  of the listings dialog you can specify the line numbering style.
38754  You can insert a number to specify which lines are numbered in the field
38755  
38756 \family sans
38757 Step
38758 \family default
38759 .
38760  When you insert e.
38761 \begin_inset space \thinspace{}
38762 \end_inset
38763
38764 g.
38765 \begin_inset space \space{}
38766 \end_inset
38767
38768
38769 \begin_inset Quotes eld
38770 \end_inset
38771
38772 3
38773 \begin_inset Quotes erd
38774 \end_inset
38775
38776 , only every 3rd line will be numbered.
38777 \end_layout
38778
38779 \begin_layout Standard
38780 You can furthermore specify a range of lines; only these will then appear
38781  in the output.
38782  The option 
38783 \family sans
38784 Extended character table
38785 \family default
38786  should be used when you use national characters like the German umlauts
38787  in the listing.
38788 \begin_inset Newline newline
38789 \end_inset
38790
38791 Here is an example listing with left line numbering, step 
38792 \begin_inset Quotes eld
38793 \end_inset
38794
38795 3
38796 \begin_inset Quotes erd
38797 \end_inset
38798
38799 , language 
38800 \begin_inset Quotes eld
38801 \end_inset
38802
38803 Python
38804 \begin_inset Quotes erd
38805 \end_inset
38806
38807 , options 
38808 \begin_inset Quotes eld
38809 \end_inset
38810
38811 Extended character table
38812 \begin_inset Quotes erd
38813 \end_inset
38814
38815  and 
38816 \begin_inset Quotes eld
38817 \end_inset
38818
38819 Space
38820 \begin_inset space ~
38821 \end_inset
38822
38823 as
38824 \begin_inset space ~
38825 \end_inset
38826
38827 symbol
38828 \begin_inset Quotes erd
38829 \end_inset
38830
38831 , range lines 3
38832 \begin_inset space \thinspace{}
38833 \end_inset
38834
38835 -
38836 \begin_inset space \thinspace{}
38837 \end_inset
38838
38839 8:
38840 \end_layout
38841
38842 \begin_layout Standard
38843 \begin_inset listings
38844 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
38845 inline false
38846 status open
38847
38848 \begin_layout Plain Layout
38849
38850 def func(param):
38851 \end_layout
38852
38853 \begin_layout Plain Layout
38854
38855     'this is a python function'
38856 \end_layout
38857
38858 \begin_layout Plain Layout
38859
38860     pass
38861 \end_layout
38862
38863 \begin_layout Plain Layout
38864
38865 def func(param):
38866 \end_layout
38867
38868 \begin_layout Plain Layout
38869
38870 'This is a German word: Tschüß'
38871 \end_layout
38872
38873 \begin_layout Plain Layout
38874
38875 pass
38876 \end_layout
38877
38878 \begin_layout Plain Layout
38879
38880 def func(param):
38881 \end_layout
38882
38883 \begin_layout Plain Layout
38884
38885 'this is a python function'
38886 \end_layout
38887
38888 \begin_layout Plain Layout
38889
38890 pass
38891 \end_layout
38892
38893 \end_inset
38894
38895
38896 \end_layout
38897
38898 \begin_layout Standard
38899 When you have tabulators in your listing, you can specify the number of
38900  characters that are spanned by a tabulator in the field 
38901 \family sans
38902 Tabulator
38903 \begin_inset space ~
38904 \end_inset
38905
38906 size
38907 \family default
38908 .
38909 \end_layout
38910
38911 \begin_layout Standard
38912 \begin_inset Note Greyedout
38913 status open
38914
38915 \begin_layout Plain Layout
38916
38917 \series bold
38918 Note:
38919 \series default
38920  Due to a bug in the 
38921 \series bold
38922 listings
38923 \series default
38924  package the line numbering is shifted by a line by every previous listing.
38925  That's the reason why the lines 2 and 5 are numbered in the above listing
38926  and not the lines 3 and 6.
38927 \end_layout
38928
38929 \end_inset
38930
38931
38932 \end_layout
38933
38934 \begin_layout Standard
38935 \begin_inset VSpace bigskip
38936 \end_inset
38937
38938
38939 \end_layout
38940
38941 \begin_layout Standard
38942 It is also possible to print lines from a file as listing.
38943  To do this, use the menu 
38944 \family sans
38945 Insert\SpecialChar \menuseparator
38946 File\SpecialChar \menuseparator
38947 Child Document
38948 \family default
38949  and choose the type 
38950 \family sans
38951 Listings
38952 \family default
38953 .
38954 \begin_inset Foot
38955 status collapsed
38956
38957 \begin_layout Plain Layout
38958 The other child document types are described in section
38959 \begin_inset space ~
38960 \end_inset
38961
38962
38963 \begin_inset CommandInset ref
38964 LatexCommand ref
38965 reference "sec:Child-Documents"
38966
38967 \end_inset
38968
38969 .
38970 \end_layout
38971
38972 \end_inset
38973
38974  In the child document dialog you can specify the listing parameters in
38975  a text box.
38976  To show a list of all available parameters, type in a question mark 
38977 \begin_inset Quotes eld
38978 \end_inset
38979
38980 ?
38981 \begin_inset Quotes erd
38982 \end_inset
38983
38984  in the text box.
38985 \end_layout
38986
38987 \begin_layout Standard
38988 To reference child document listings, write a label text into the corresponding
38989  field of the child document dialog.
38990  The label can then be referenced using the menu 
38991 \family sans
38992 Insert\SpecialChar \menuseparator
38993 Cross-Reference
38994 \family default
38995 .
38996 \end_layout
38997
38998 \begin_layout Standard
38999 Listing
39000 \begin_inset space ~
39001 \end_inset
39002
39003
39004 \begin_inset CommandInset ref
39005 LatexCommand ref
39006 reference "lst:file-listing"
39007
39008 \end_inset
39009
39010  is an example for a listing of a file; there the lines 10
39011 \begin_inset space \thinspace{}
39012 \end_inset
39013
39014 -
39015 \begin_inset space \thinspace{}
39016 \end_inset
39017
39018 15 of this LyX file are listed.
39019 \end_layout
39020
39021 \begin_layout Standard
39022 \begin_inset CommandInset include
39023 LatexCommand lstinputlisting
39024 filename "EmbeddedObjects.lyx"
39025 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
39026
39027 \end_inset
39028
39029
39030 \end_layout
39031
39032 \begin_layout Standard
39033 \begin_inset VSpace bigskip
39034 \end_inset
39035
39036
39037 \end_layout
39038
39039 \begin_layout Standard
39040 Inserting a formula into a listing can be done the following way:
39041 \end_layout
39042
39043 \begin_layout Enumerate
39044 Open the listings dialog and add
39045 \begin_inset Newline newline
39046 \end_inset
39047
39048
39049 \family sans
39050 mathescape=true
39051 \family default
39052
39053 \begin_inset Newline newline
39054 \end_inset
39055
39056 to the field of the 
39057 \family sans
39058 Advanced
39059 \family default
39060  tab.
39061 \end_layout
39062
39063 \begin_layout Enumerate
39064 Create a formula outside the listing
39065 \end_layout
39066
39067 \begin_layout Enumerate
39068 Copy the content of the formula (not the formula inset) to the clipboard
39069  (shortcut 
39070 \begin_inset Info
39071 type  "shortcut"
39072 arg   "copy"
39073 \end_inset
39074
39075 )
39076 \end_layout
39077
39078 \begin_layout Enumerate
39079 In the listing write 
39080 \begin_inset Quotes eld
39081 \end_inset
39082
39083
39084 \family sans
39085 $$
39086 \family default
39087
39088 \begin_inset Quotes erd
39089 \end_inset
39090
39091  and copy from the clipboard between the dollar-signs (shortcut 
39092 \begin_inset Info
39093 type  "shortcut"
39094 arg   "paste"
39095 \end_inset
39096
39097 )
39098 \end_layout
39099
39100 \begin_layout Standard
39101 \begin_inset listings
39102 lstparams "language=Python,mathescape=true"
39103 inline false
39104 status open
39105
39106 \begin_layout Plain Layout
39107
39108 \begin_inset Caption
39109
39110 \begin_layout Plain Layout
39111 Example Listing float containing a formula
39112 \end_layout
39113
39114 \end_inset
39115
39116 # Example listing float
39117 \end_layout
39118
39119 \begin_layout Plain Layout
39120
39121 def func(param):
39122 \end_layout
39123
39124 \begin_layout Plain Layout
39125
39126     # $
39127 \backslash
39128 prod_{n=1}^{
39129 \backslash
39130 infty}
39131 \backslash
39132 ,
39133 \backslash
39134 frac{1}{x^{2}}$
39135 \end_layout
39136
39137 \begin_layout Plain Layout
39138
39139     pass
39140 \end_layout
39141
39142 \end_inset
39143
39144
39145 \end_layout
39146
39147 \begin_layout Standard
39148 \begin_inset VSpace bigskip
39149 \end_inset
39150
39151
39152 \end_layout
39153
39154 \begin_layout Standard
39155 Global listings settings can be set in the 
39156 \family sans
39157 Document\SpecialChar \menuseparator
39158 Settings\SpecialChar \menuseparator
39159 Listings
39160 \family default
39161  dialog.
39162  To get there a list of available options, type in a question mark 
39163 \begin_inset Quotes eld
39164 \end_inset
39165
39166 ?
39167 \begin_inset Quotes erd
39168 \end_inset
39169
39170 .
39171 \end_layout
39172
39173 \begin_layout Standard
39174 For more information about the 
39175 \series bold
39176 listings
39177 \series default
39178  package, we refer to its documentation 
39179 \begin_inset CommandInset citation
39180 LatexCommand cite
39181 key "listings"
39182
39183 \end_inset
39184
39185 .
39186 \end_layout
39187
39188 \begin_layout Standard
39189 \begin_inset Newpage newpage
39190 \end_inset
39191
39192
39193 \end_layout
39194
39195 \begin_layout Chapter
39196 \start_of_appendix
39197 Units available in LyX
39198 \begin_inset Index idx
39199 status collapsed
39200
39201 \begin_layout Plain Layout
39202 Units
39203 \end_layout
39204
39205 \end_inset
39206
39207
39208 \begin_inset CommandInset label
39209 LatexCommand label
39210 name "cha:Units-available-in"
39211
39212 \end_inset
39213
39214
39215 \end_layout
39216
39217 \begin_layout Standard
39218 To understand the units described in this documentation, Table
39219 \begin_inset space ~
39220 \end_inset
39221
39222
39223 \begin_inset CommandInset ref
39224 LatexCommand ref
39225 reference "tab:Units"
39226
39227 \end_inset
39228
39229  explains all units available in LyX.
39230 \end_layout
39231
39232 \begin_layout Standard
39233 \begin_inset Float table
39234 placement h
39235 wide false
39236 sideways false
39237 status open
39238
39239 \begin_layout Plain Layout
39240 \begin_inset Caption
39241
39242 \begin_layout Plain Layout
39243 \begin_inset CommandInset label
39244 LatexCommand label
39245 name "tab:Units"
39246
39247 \end_inset
39248
39249 Units
39250 \end_layout
39251
39252 \end_inset
39253
39254
39255 \end_layout
39256
39257 \begin_layout Plain Layout
39258 \begin_inset VSpace medskip
39259 \end_inset
39260
39261
39262 \end_layout
39263
39264 \begin_layout Plain Layout
39265 \align center
39266 \begin_inset Tabular
39267 <lyxtabular version="3" rows="20" columns="2">
39268 <features tabularvalignment="middle">
39269 <column alignment="center" valignment="top" width="0">
39270 <column alignment="center" valignment="top" width="0">
39271 <row>
39272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39273 \begin_inset Text
39274
39275 \begin_layout Plain Layout
39276 unit
39277 \end_layout
39278
39279 \end_inset
39280 </cell>
39281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39282 \begin_inset Text
39283
39284 \begin_layout Plain Layout
39285 name/description
39286 \end_layout
39287
39288 \end_inset
39289 </cell>
39290 </row>
39291 <row>
39292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39293 \begin_inset Text
39294
39295 \begin_layout Plain Layout
39296 mm
39297 \end_layout
39298
39299 \end_inset
39300 </cell>
39301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39302 \begin_inset Text
39303
39304 \begin_layout Plain Layout
39305 millimeter
39306 \end_layout
39307
39308 \end_inset
39309 </cell>
39310 </row>
39311 <row>
39312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39313 \begin_inset Text
39314
39315 \begin_layout Plain Layout
39316 cm
39317 \end_layout
39318
39319 \end_inset
39320 </cell>
39321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39322 \begin_inset Text
39323
39324 \begin_layout Plain Layout
39325 centimeter
39326 \end_layout
39327
39328 \end_inset
39329 </cell>
39330 </row>
39331 <row>
39332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39333 \begin_inset Text
39334
39335 \begin_layout Plain Layout
39336 in
39337 \end_layout
39338
39339 \end_inset
39340 </cell>
39341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39342 \begin_inset Text
39343
39344 \begin_layout Plain Layout
39345 inch
39346 \end_layout
39347
39348 \end_inset
39349 </cell>
39350 </row>
39351 <row>
39352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39353 \begin_inset Text
39354
39355 \begin_layout Plain Layout
39356 pt
39357 \end_layout
39358
39359 \end_inset
39360 </cell>
39361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39362 \begin_inset Text
39363
39364 \begin_layout Plain Layout
39365 point (72.27
39366 \begin_inset space \thinspace{}
39367 \end_inset
39368
39369 pt = 1
39370 \begin_inset space \thinspace{}
39371 \end_inset
39372
39373 in)
39374 \end_layout
39375
39376 \end_inset
39377 </cell>
39378 </row>
39379 <row>
39380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39381 \begin_inset Text
39382
39383 \begin_layout Plain Layout
39384 pc
39385 \end_layout
39386
39387 \end_inset
39388 </cell>
39389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39390 \begin_inset Text
39391
39392 \begin_layout Plain Layout
39393 pica (1
39394 \begin_inset space \thinspace{}
39395 \end_inset
39396
39397 pc = 12
39398 \begin_inset space \thinspace{}
39399 \end_inset
39400
39401 pt)
39402 \end_layout
39403
39404 \end_inset
39405 </cell>
39406 </row>
39407 <row>
39408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39409 \begin_inset Text
39410
39411 \begin_layout Plain Layout
39412 sp
39413 \end_layout
39414
39415 \end_inset
39416 </cell>
39417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39418 \begin_inset Text
39419
39420 \begin_layout Plain Layout
39421 scaled point (65536
39422 \begin_inset space \thinspace{}
39423 \end_inset
39424
39425 sp = 1
39426 \begin_inset space \thinspace{}
39427 \end_inset
39428
39429 pt)
39430 \end_layout
39431
39432 \end_inset
39433 </cell>
39434 </row>
39435 <row>
39436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39437 \begin_inset Text
39438
39439 \begin_layout Plain Layout
39440 bp
39441 \end_layout
39442
39443 \end_inset
39444 </cell>
39445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39446 \begin_inset Text
39447
39448 \begin_layout Plain Layout
39449 big point (72
39450 \begin_inset space \thinspace{}
39451 \end_inset
39452
39453 bp = 1
39454 \begin_inset space \thinspace{}
39455 \end_inset
39456
39457 in)
39458 \end_layout
39459
39460 \end_inset
39461 </cell>
39462 </row>
39463 <row>
39464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39465 \begin_inset Text
39466
39467 \begin_layout Plain Layout
39468 dd
39469 \end_layout
39470
39471 \end_inset
39472 </cell>
39473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39474 \begin_inset Text
39475
39476 \begin_layout Plain Layout
39477 didot (1
39478 \begin_inset space \thinspace{}
39479 \end_inset
39480
39481 dd 
39482 \begin_inset Formula $\approx$
39483 \end_inset
39484
39485  0.376
39486 \begin_inset space \thinspace{}
39487 \end_inset
39488
39489 mm)
39490 \end_layout
39491
39492 \end_inset
39493 </cell>
39494 </row>
39495 <row>
39496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39497 \begin_inset Text
39498
39499 \begin_layout Plain Layout
39500 cc
39501 \end_layout
39502
39503 \end_inset
39504 </cell>
39505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39506 \begin_inset Text
39507
39508 \begin_layout Plain Layout
39509 cicero (1
39510 \begin_inset space \thinspace{}
39511 \end_inset
39512
39513 cc = 12
39514 \begin_inset space \thinspace{}
39515 \end_inset
39516
39517 dd)
39518 \end_layout
39519
39520 \end_inset
39521 </cell>
39522 </row>
39523 <row>
39524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39525 \begin_inset Text
39526
39527 \begin_layout Plain Layout
39528 Scale%
39529 \end_layout
39530
39531 \end_inset
39532 </cell>
39533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39534 \begin_inset Text
39535
39536 \begin_layout Plain Layout
39537 % of original image width
39538 \end_layout
39539
39540 \end_inset
39541 </cell>
39542 </row>
39543 <row>
39544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39545 \begin_inset Text
39546
39547 \begin_layout Plain Layout
39548 text%
39549 \end_layout
39550
39551 \end_inset
39552 </cell>
39553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39554 \begin_inset Text
39555
39556 \begin_layout Plain Layout
39557 % of text width
39558 \end_layout
39559
39560 \end_inset
39561 </cell>
39562 </row>
39563 <row>
39564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39565 \begin_inset Text
39566
39567 \begin_layout Plain Layout
39568 col%
39569 \end_layout
39570
39571 \end_inset
39572 </cell>
39573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39574 \begin_inset Text
39575
39576 \begin_layout Plain Layout
39577 % of column width
39578 \end_layout
39579
39580 \end_inset
39581 </cell>
39582 </row>
39583 <row>
39584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39585 \begin_inset Text
39586
39587 \begin_layout Plain Layout
39588 page%
39589 \end_layout
39590
39591 \end_inset
39592 </cell>
39593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39594 \begin_inset Text
39595
39596 \begin_layout Plain Layout
39597 % of paper width
39598 \end_layout
39599
39600 \end_inset
39601 </cell>
39602 </row>
39603 <row>
39604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39605 \begin_inset Text
39606
39607 \begin_layout Plain Layout
39608 line%
39609 \end_layout
39610
39611 \end_inset
39612 </cell>
39613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39614 \begin_inset Text
39615
39616 \begin_layout Plain Layout
39617 % of line width
39618 \end_layout
39619
39620 \end_inset
39621 </cell>
39622 </row>
39623 <row>
39624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39625 \begin_inset Text
39626
39627 \begin_layout Plain Layout
39628 theight%
39629 \end_layout
39630
39631 \end_inset
39632 </cell>
39633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39634 \begin_inset Text
39635
39636 \begin_layout Plain Layout
39637 % of text height
39638 \end_layout
39639
39640 \end_inset
39641 </cell>
39642 </row>
39643 <row>
39644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39645 \begin_inset Text
39646
39647 \begin_layout Plain Layout
39648 pheight%
39649 \end_layout
39650
39651 \end_inset
39652 </cell>
39653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39654 \begin_inset Text
39655
39656 \begin_layout Plain Layout
39657 % of paper height
39658 \end_layout
39659
39660 \end_inset
39661 </cell>
39662 </row>
39663 <row>
39664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39665 \begin_inset Text
39666
39667 \begin_layout Plain Layout
39668 ex
39669 \end_layout
39670
39671 \end_inset
39672 </cell>
39673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39674 \begin_inset Text
39675
39676 \begin_layout Plain Layout
39677 height of letter 
39678 \emph on
39679 x
39680 \emph default
39681  in current font
39682 \end_layout
39683
39684 \end_inset
39685 </cell>
39686 </row>
39687 <row>
39688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39689 \begin_inset Text
39690
39691 \begin_layout Plain Layout
39692 em
39693 \end_layout
39694
39695 \end_inset
39696 </cell>
39697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39698 \begin_inset Text
39699
39700 \begin_layout Plain Layout
39701 width of letter 
39702 \emph on
39703 M
39704 \emph default
39705  in current font
39706 \end_layout
39707
39708 \end_inset
39709 </cell>
39710 </row>
39711 <row>
39712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39713 \begin_inset Text
39714
39715 \begin_layout Plain Layout
39716 mu
39717 \end_layout
39718
39719 \end_inset
39720 </cell>
39721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39722 \begin_inset Text
39723
39724 \begin_layout Plain Layout
39725 math unit (1
39726 \begin_inset space \thinspace{}
39727 \end_inset
39728
39729 mu = 1/18
39730 \begin_inset space \thinspace{}
39731 \end_inset
39732
39733 em)
39734 \end_layout
39735
39736 \end_inset
39737 </cell>
39738 </row>
39739 </lyxtabular>
39740
39741 \end_inset
39742
39743
39744 \end_layout
39745
39746 \end_inset
39747
39748
39749 \end_layout
39750
39751 \begin_layout Chapter
39752 Output File Formats with Graphics
39753 \begin_inset CommandInset label
39754 LatexCommand label
39755 name "cha:Output-File-Formats"
39756
39757 \end_inset
39758
39759
39760 \end_layout
39761
39762 \begin_layout Section
39763 DVI
39764 \begin_inset Index idx
39765 status collapsed
39766
39767 \begin_layout Plain Layout
39768 File Formats ! DVI
39769 \end_layout
39770
39771 \end_inset
39772
39773
39774 \begin_inset Index idx
39775 status collapsed
39776
39777 \begin_layout Plain Layout
39778 DVI|see
39779 \begin_inset ERT
39780 status collapsed
39781
39782 \begin_layout Plain Layout
39783
39784 {
39785 \end_layout
39786
39787 \end_inset
39788
39789 File Formats
39790 \begin_inset ERT
39791 status collapsed
39792
39793 \begin_layout Plain Layout
39794
39795 }
39796 \end_layout
39797
39798 \end_inset
39799
39800
39801 \end_layout
39802
39803 \end_inset
39804
39805
39806 \end_layout
39807
39808 \begin_layout Standard
39809 This file type has the extension 
39810 \begin_inset Quotes eld
39811 \end_inset
39812
39813
39814 \family typewriter
39815 .dvi
39816 \family default
39817
39818 \begin_inset Quotes erd
39819 \end_inset
39820
39821 .
39822  It is called 
39823 \begin_inset Quotes eld
39824 \end_inset
39825
39826 device-independent
39827 \begin_inset Quotes erd
39828 \end_inset
39829
39830  (DVI), because it is completely portable; you can move them from one machine
39831  to another without needing to do any sort of conversion.
39832  At the time when this file-format was developed, this was no matter of
39833  course.
39834  DVIs are used for quick previews and as pre-stage for other output formats,
39835  like PostScript.
39836 \end_layout
39837
39838 \begin_layout Standard
39839 \begin_inset Note Greyedout
39840 status open
39841
39842 \begin_layout Plain Layout
39843
39844 \series bold
39845 Note:
39846 \series default
39847  DVI-files do not contain images; they will only be a linked.
39848 \end_layout
39849
39850 \end_inset
39851
39852  So don't forget this, if you move your 
39853 \family typewriter
39854 .dvi
39855 \family default
39856  file to another computer.
39857  This property can also slow down your computer when you view the DVI, because
39858  the DVI-viewer has to convert the image in the background to make it visible
39859  when you scroll in the DVI.
39860  So it is recommended that you use PDF for files with many images.
39861 \end_layout
39862
39863 \begin_layout Standard
39864 You can export your document to DVI by using the menu 
39865 \family sans
39866 File\SpecialChar \menuseparator
39867 Export\SpecialChar \menuseparator
39868 DVI
39869 \family default
39870 .
39871  You can view your document as DVI via the 
39872 \family sans
39873 View
39874 \family default
39875  menu.
39876 \end_layout
39877
39878 \begin_layout Section
39879 PostScript
39880 \begin_inset CommandInset label
39881 LatexCommand label
39882 name "sec:PostScript"
39883
39884 \end_inset
39885
39886
39887 \begin_inset Index idx
39888 status collapsed
39889
39890 \begin_layout Plain Layout
39891 File Formats ! PostScript
39892 \end_layout
39893
39894 \end_inset
39895
39896
39897 \begin_inset Index idx
39898 status collapsed
39899
39900 \begin_layout Plain Layout
39901 PostScript|see
39902 \begin_inset ERT
39903 status collapsed
39904
39905 \begin_layout Plain Layout
39906
39907 {
39908 \end_layout
39909
39910 \end_inset
39911
39912 File Formats
39913 \begin_inset ERT
39914 status collapsed
39915
39916 \begin_layout Plain Layout
39917
39918 }
39919 \end_layout
39920
39921 \end_inset
39922
39923
39924 \end_layout
39925
39926 \end_inset
39927
39928
39929 \end_layout
39930
39931 \begin_layout Standard
39932 This file type has the extension 
39933 \begin_inset Quotes eld
39934 \end_inset
39935
39936
39937 \family typewriter
39938 .ps
39939 \family default
39940
39941 \begin_inset Quotes erd
39942 \end_inset
39943
39944 .
39945  PostScript was developed by the company 
39946 \family typewriter
39947 Adobe
39948 \family default
39949  as a printer language.
39950  The file therefore contains commands that the printer uses to print the
39951  file.
39952  PostScript can be seen as a 
39953 \begin_inset Quotes eld
39954 \end_inset
39955
39956 programming language
39957 \begin_inset Quotes erd
39958 \end_inset
39959
39960 ; you can calculate with it and draw diagrams and images
39961 \begin_inset Foot
39962 status collapsed
39963
39964 \begin_layout Plain Layout
39965 If you are interested to learn more about this, have a look at the LaTeX-package
39966  
39967 \series bold
39968 PSTricks
39969 \series default
39970  
39971 \begin_inset CommandInset citation
39972 LatexCommand cite
39973 key "pstricks"
39974
39975 \end_inset
39976
39977 .
39978 \end_layout
39979
39980 \end_inset
39981
39982 .
39983  Due to this ability, the files are often bigger than PDFs.
39984 \end_layout
39985
39986 \begin_layout Standard
39987 PostScript can only contain images in the format 
39988 \begin_inset Quotes eld
39989 \end_inset
39990
39991 Encapsulated PostScript
39992 \begin_inset Quotes erd
39993 \end_inset
39994
39995  (EPS, file extension 
39996 \begin_inset Quotes eld
39997 \end_inset
39998
39999
40000 \family typewriter
40001 .eps
40002 \family default
40003
40004 \begin_inset Quotes erd
40005 \end_inset
40006
40007 ).
40008  As LyX allows you to use any known image format in your document, it has
40009  to convert images in the background to EPS.
40010  If you have e.g.
40011 \begin_inset space ~
40012 \end_inset
40013
40014 50
40015 \begin_inset space ~
40016 \end_inset
40017
40018 images in your document, LyX has to do 50
40019 \begin_inset space ~
40020 \end_inset
40021
40022 conversions whenever you view or export your document.
40023  This will slow down your work flow with LyX drastically.
40024  So if you plan to use PostScript, you can insert your images directly as
40025  EPS to avoid this problem.
40026 \end_layout
40027
40028 \begin_layout Standard
40029 You can export your document to PostScript using the menu 
40030 \family sans
40031 File\SpecialChar \menuseparator
40032 Export\SpecialChar \menuseparator
40033 Postscript
40034 \family default
40035 .
40036  You can view your document as PostScript via the 
40037 \family sans
40038 View
40039 \family default
40040  menu or by using the toolbar button 
40041 \begin_inset Graphics
40042         filename ../images/buffer-view_ps.png
40043         scale 85
40044         scaleBeforeRotation
40045
40046 \end_inset
40047
40048 .
40049 \end_layout
40050
40051 \begin_layout Section
40052 PDF
40053 \begin_inset Index idx
40054 status collapsed
40055
40056 \begin_layout Plain Layout
40057 File Formats ! PDF
40058 \end_layout
40059
40060 \end_inset
40061
40062
40063 \begin_inset Index idx
40064 status collapsed
40065
40066 \begin_layout Plain Layout
40067 PDF
40068 \end_layout
40069
40070 \end_inset
40071
40072
40073 \end_layout
40074
40075 \begin_layout Standard
40076 This file type has the extension 
40077 \begin_inset Quotes eld
40078 \end_inset
40079
40080
40081 \family typewriter
40082 .pdf
40083 \family default
40084
40085 \begin_inset Quotes erd
40086 \end_inset
40087
40088 .
40089  The 
40090 \begin_inset Quotes eld
40091 \end_inset
40092
40093 Portable Document Format
40094 \begin_inset Quotes erd
40095 \end_inset
40096
40097  (PDF) was developed by 
40098 \family typewriter
40099 Adobe
40100 \family default
40101  as a derivative of PostScript.
40102  It is more compressed and it uses fewer commands than PostScript.
40103  As the name 
40104 \begin_inset Quotes eld
40105 \end_inset
40106
40107 portable
40108 \begin_inset Quotes erd
40109 \end_inset
40110
40111  implies, it can be processed at any computer system and the printed output
40112  looks exactly the same.
40113 \end_layout
40114
40115 \begin_layout Standard
40116 PDF can contain images in its own PDF format, in the format 
40117 \begin_inset Quotes eld
40118 \end_inset
40119
40120 Joint Photographic Experts Group
40121 \begin_inset Quotes erd
40122 \end_inset
40123
40124  (JPG, file extension 
40125 \begin_inset Quotes eld
40126 \end_inset
40127
40128
40129 \family typewriter
40130 .jpg
40131 \family default
40132
40133 \begin_inset Quotes erd
40134 \end_inset
40135
40136  or 
40137 \begin_inset Quotes eld
40138 \end_inset
40139
40140
40141 \family typewriter
40142 .jpeg
40143 \family default
40144
40145 \begin_inset Quotes erd
40146 \end_inset
40147
40148 ), and in the format 
40149 \begin_inset Quotes eld
40150 \end_inset
40151
40152 Portable Network Graphics
40153 \begin_inset Quotes erd
40154 \end_inset
40155
40156  (PNG, file extension 
40157 \begin_inset Quotes eld
40158 \end_inset
40159
40160
40161 \family typewriter
40162 .png
40163 \family default
40164
40165 \begin_inset Quotes erd
40166 \end_inset
40167
40168 ).
40169  Nevertheless you can use any other image format, because LyX converts them
40170  in the background to one of these formats.
40171  But as described in the section about PostScript, the image conversion
40172  will slow down your work flow.
40173  So it is recommended that you use images in one of the three mentioned
40174  formats.
40175 \end_layout
40176
40177 \begin_layout Standard
40178 You can export your document to PDF via the menu 
40179 \family sans
40180 File\SpecialChar \menuseparator
40181 Export
40182 \family default
40183  in three different ways:
40184 \end_layout
40185
40186 \begin_layout Description
40187 PDF
40188 \begin_inset space ~
40189 \end_inset
40190
40191 (ps2pdf) This uses the program 
40192 \family typewriter
40193 ps2pdf
40194 \family default
40195  that creates a PDF from a PostScript-version of your file.
40196  The PostScript-version is produced by the program 
40197 \family typewriter
40198 dvips
40199 \family default
40200  which uses a DVI-version as intermediate step.
40201  So this export variant consists of three conversions.
40202 \end_layout
40203
40204 \begin_layout Description
40205 PDF
40206 \begin_inset space ~
40207 \end_inset
40208
40209 (dvipdfm) This uses the program 
40210 \family typewriter
40211 dvipdfm
40212 \family default
40213  that converts your file in the background to DVI and in a second step to
40214  PDF.
40215 \end_layout
40216
40217 \begin_layout Description
40218 PDF
40219 \begin_inset space ~
40220 \end_inset
40221
40222 (pdflatex) This uses the program 
40223 \family typewriter
40224 pdftex
40225 \family default
40226  that converts your file directly to PDF.
40227 \end_layout
40228
40229 \begin_layout Standard
40230 It is recommended that you use 
40231 \family sans
40232 PDF
40233 \begin_inset space ~
40234 \end_inset
40235
40236 (pdflatex)
40237 \family default
40238  because 
40239 \family typewriter
40240 pdftex
40241 \family default
40242  supports all features of actual PDF-versions, is quick and works stable.
40243  The program 
40244 \family typewriter
40245 dvipdfm
40246 \family default
40247  is not under development and therefore a bit outdated.
40248 \end_layout
40249
40250 \begin_layout Standard
40251 You can view your document as PDF via the 
40252 \family sans
40253 View
40254 \family default
40255  menu or by using the toolbar button 
40256 \begin_inset Graphics
40257         filename ../images/buffer-view_pdf2.png
40258         scale 85
40259         scaleBeforeRotation
40260
40261 \end_inset
40262
40263  
40264 \family sans
40265 (
40266 \family default
40267 that uses 
40268 \family sans
40269 PDF
40270 \begin_inset space ~
40271 \end_inset
40272
40273 (pdflatex)
40274 \family default
40275 ).
40276 \end_layout
40277
40278 \begin_layout Chapter
40279 List of dvips color names
40280 \begin_inset CommandInset label
40281 LatexCommand label
40282 name "chap:List-of-dvips-colornames"
40283
40284 \end_inset
40285
40286
40287 \end_layout
40288
40289 \begin_layout Standard
40290 \begin_inset Tabular
40291 <lyxtabular version="3" rows="17" columns="4">
40292 <features tabularvalignment="middle">
40293 <column alignment="left" valignment="top" width="0pt">
40294 <column alignment="left" valignment="top" width="0pt">
40295 <column alignment="left" valignment="top" width="0pt">
40296 <column alignment="left" valignment="top" width="0pt">
40297 <row>
40298 <cell alignment="left" valignment="top" usebox="none">
40299 \begin_inset Text
40300
40301 \begin_layout Plain Layout
40302 \begin_inset ERT
40303 status collapsed
40304
40305 \begin_layout Plain Layout
40306
40307
40308 \backslash
40309 fcolorbox{black}{
40310 \end_layout
40311
40312 \end_inset
40313
40314 white
40315 \begin_inset ERT
40316 status collapsed
40317
40318 \begin_layout Plain Layout
40319
40320 }{
40321 \end_layout
40322
40323 \end_inset
40324
40325 Color
40326 \begin_inset ERT
40327 status collapsed
40328
40329 \begin_layout Plain Layout
40330
40331 }
40332 \end_layout
40333
40334 \end_inset
40335
40336  Color name
40337 \end_layout
40338
40339 \end_inset
40340 </cell>
40341 <cell alignment="left" valignment="top" usebox="none">
40342 \begin_inset Text
40343
40344 \begin_layout Plain Layout
40345 \begin_inset ERT
40346 status collapsed
40347
40348 \begin_layout Plain Layout
40349
40350
40351 \backslash
40352 fcolorbox{black}{
40353 \end_layout
40354
40355 \end_inset
40356
40357 white
40358 \begin_inset ERT
40359 status collapsed
40360
40361 \begin_layout Plain Layout
40362
40363 }{
40364 \end_layout
40365
40366 \end_inset
40367
40368 Color
40369 \begin_inset ERT
40370 status collapsed
40371
40372 \begin_layout Plain Layout
40373
40374 }
40375 \end_layout
40376
40377 \end_inset
40378
40379  Color name
40380 \end_layout
40381
40382 \end_inset
40383 </cell>
40384 <cell alignment="left" valignment="top" usebox="none">
40385 \begin_inset Text
40386
40387 \begin_layout Plain Layout
40388 \begin_inset ERT
40389 status collapsed
40390
40391 \begin_layout Plain Layout
40392
40393
40394 \backslash
40395 fcolorbox{black}{
40396 \end_layout
40397
40398 \end_inset
40399
40400 white
40401 \begin_inset ERT
40402 status collapsed
40403
40404 \begin_layout Plain Layout
40405
40406 }{
40407 \end_layout
40408
40409 \end_inset
40410
40411 Color
40412 \begin_inset ERT
40413 status collapsed
40414
40415 \begin_layout Plain Layout
40416
40417 }
40418 \end_layout
40419
40420 \end_inset
40421
40422  Color name
40423 \end_layout
40424
40425 \end_inset
40426 </cell>
40427 <cell alignment="left" valignment="top" usebox="none">
40428 \begin_inset Text
40429
40430 \begin_layout Plain Layout
40431 \begin_inset ERT
40432 status collapsed
40433
40434 \begin_layout Plain Layout
40435
40436
40437 \backslash
40438 fcolorbox{black}{
40439 \end_layout
40440
40441 \end_inset
40442
40443 white
40444 \begin_inset ERT
40445 status collapsed
40446
40447 \begin_layout Plain Layout
40448
40449 }{
40450 \end_layout
40451
40452 \end_inset
40453
40454 Color
40455 \begin_inset ERT
40456 status collapsed
40457
40458 \begin_layout Plain Layout
40459
40460 }
40461 \end_layout
40462
40463 \end_inset
40464
40465  Color name
40466 \end_layout
40467
40468 \end_inset
40469 </cell>
40470 </row>
40471 <row>
40472 <cell alignment="center" valignment="top" usebox="none">
40473 \begin_inset Text
40474
40475 \begin_layout Plain Layout
40476 \begin_inset ERT
40477 status collapsed
40478
40479 \begin_layout Plain Layout
40480
40481
40482 \backslash
40483 fcolorbox{black}{
40484 \end_layout
40485
40486 \end_inset
40487
40488 Apricot
40489 \begin_inset ERT
40490 status collapsed
40491
40492 \begin_layout Plain Layout
40493
40494 }{
40495 \end_layout
40496
40497 \end_inset
40498
40499
40500 \begin_inset Phantom Phantom
40501 status open
40502
40503 \begin_layout Plain Layout
40504 W
40505 \end_layout
40506
40507 \end_inset
40508
40509
40510 \begin_inset ERT
40511 status collapsed
40512
40513 \begin_layout Plain Layout
40514
40515 }
40516 \end_layout
40517
40518 \end_inset
40519
40520  Apricot
40521 \end_layout
40522
40523 \end_inset
40524 </cell>
40525 <cell alignment="center" valignment="top" usebox="none">
40526 \begin_inset Text
40527
40528 \begin_layout Plain Layout
40529 \begin_inset ERT
40530 status collapsed
40531
40532 \begin_layout Plain Layout
40533
40534
40535 \backslash
40536 fcolorbox{black}{
40537 \end_layout
40538
40539 \end_inset
40540
40541 Aquamarine
40542 \begin_inset ERT
40543 status collapsed
40544
40545 \begin_layout Plain Layout
40546
40547 }{
40548 \end_layout
40549
40550 \end_inset
40551
40552
40553 \begin_inset Phantom Phantom
40554 status open
40555
40556 \begin_layout Plain Layout
40557 W
40558 \end_layout
40559
40560 \end_inset
40561
40562
40563 \begin_inset ERT
40564 status collapsed
40565
40566 \begin_layout Plain Layout
40567
40568 }
40569 \end_layout
40570
40571 \end_inset
40572
40573  Aquamarine
40574 \end_layout
40575
40576 \end_inset
40577 </cell>
40578 <cell alignment="center" valignment="top" usebox="none">
40579 \begin_inset Text
40580
40581 \begin_layout Plain Layout
40582 \begin_inset ERT
40583 status collapsed
40584
40585 \begin_layout Plain Layout
40586
40587
40588 \backslash
40589 fcolorbox{black}{
40590 \end_layout
40591
40592 \end_inset
40593
40594 Bittersweet
40595 \begin_inset ERT
40596 status collapsed
40597
40598 \begin_layout Plain Layout
40599
40600 }{
40601 \end_layout
40602
40603 \end_inset
40604
40605
40606 \begin_inset Phantom Phantom
40607 status open
40608
40609 \begin_layout Plain Layout
40610 W
40611 \end_layout
40612
40613 \end_inset
40614
40615
40616 \begin_inset ERT
40617 status collapsed
40618
40619 \begin_layout Plain Layout
40620
40621 }
40622 \end_layout
40623
40624 \end_inset
40625
40626  Bittersweet
40627 \end_layout
40628
40629 \end_inset
40630 </cell>
40631 <cell alignment="center" valignment="top" usebox="none">
40632 \begin_inset Text
40633
40634 \begin_layout Plain Layout
40635 \begin_inset ERT
40636 status collapsed
40637
40638 \begin_layout Plain Layout
40639
40640
40641 \backslash
40642 fcolorbox{black}{
40643 \end_layout
40644
40645 \end_inset
40646
40647 BlueGreen
40648 \begin_inset ERT
40649 status collapsed
40650
40651 \begin_layout Plain Layout
40652
40653 }{
40654 \end_layout
40655
40656 \end_inset
40657
40658
40659 \begin_inset Phantom Phantom
40660 status open
40661
40662 \begin_layout Plain Layout
40663 W
40664 \end_layout
40665
40666 \end_inset
40667
40668
40669 \begin_inset ERT
40670 status collapsed
40671
40672 \begin_layout Plain Layout
40673
40674 }
40675 \end_layout
40676
40677 \end_inset
40678
40679  BlueGreen
40680 \end_layout
40681
40682 \end_inset
40683 </cell>
40684 </row>
40685 <row>
40686 <cell alignment="left" valignment="top" usebox="none">
40687 \begin_inset Text
40688
40689 \begin_layout Plain Layout
40690 \begin_inset ERT
40691 status collapsed
40692
40693 \begin_layout Plain Layout
40694
40695
40696 \backslash
40697 fcolorbox{black}{
40698 \end_layout
40699
40700 \end_inset
40701
40702 BlueViolet
40703 \begin_inset ERT
40704 status collapsed
40705
40706 \begin_layout Plain Layout
40707
40708 }{
40709 \end_layout
40710
40711 \end_inset
40712
40713
40714 \begin_inset Phantom Phantom
40715 status open
40716
40717 \begin_layout Plain Layout
40718 W
40719 \end_layout
40720
40721 \end_inset
40722
40723
40724 \begin_inset ERT
40725 status collapsed
40726
40727 \begin_layout Plain Layout
40728
40729 }
40730 \end_layout
40731
40732 \end_inset
40733
40734  BlueViolet
40735 \end_layout
40736
40737 \end_inset
40738 </cell>
40739 <cell alignment="left" valignment="top" usebox="none">
40740 \begin_inset Text
40741
40742 \begin_layout Plain Layout
40743 \begin_inset ERT
40744 status collapsed
40745
40746 \begin_layout Plain Layout
40747
40748
40749 \backslash
40750 fcolorbox{black}{
40751 \end_layout
40752
40753 \end_inset
40754
40755 BrickRed
40756 \begin_inset ERT
40757 status collapsed
40758
40759 \begin_layout Plain Layout
40760
40761 }{
40762 \end_layout
40763
40764 \end_inset
40765
40766
40767 \begin_inset Phantom Phantom
40768 status open
40769
40770 \begin_layout Plain Layout
40771 W
40772 \end_layout
40773
40774 \end_inset
40775
40776
40777 \begin_inset ERT
40778 status collapsed
40779
40780 \begin_layout Plain Layout
40781
40782 }
40783 \end_layout
40784
40785 \end_inset
40786
40787  BrickRed
40788 \end_layout
40789
40790 \end_inset
40791 </cell>
40792 <cell alignment="left" valignment="top" usebox="none">
40793 \begin_inset Text
40794
40795 \begin_layout Plain Layout
40796 \begin_inset ERT
40797 status collapsed
40798
40799 \begin_layout Plain Layout
40800
40801
40802 \backslash
40803 fcolorbox{black}{
40804 \end_layout
40805
40806 \end_inset
40807
40808 Brown
40809 \begin_inset ERT
40810 status collapsed
40811
40812 \begin_layout Plain Layout
40813
40814 }{
40815 \end_layout
40816
40817 \end_inset
40818
40819
40820 \begin_inset Phantom Phantom
40821 status open
40822
40823 \begin_layout Plain Layout
40824 W
40825 \end_layout
40826
40827 \end_inset
40828
40829
40830 \begin_inset ERT
40831 status collapsed
40832
40833 \begin_layout Plain Layout
40834
40835 }
40836 \end_layout
40837
40838 \end_inset
40839
40840  Brown
40841 \end_layout
40842
40843 \end_inset
40844 </cell>
40845 <cell alignment="left" valignment="top" usebox="none">
40846 \begin_inset Text
40847
40848 \begin_layout Plain Layout
40849 \begin_inset ERT
40850 status collapsed
40851
40852 \begin_layout Plain Layout
40853
40854
40855 \backslash
40856 fcolorbox{black}{
40857 \end_layout
40858
40859 \end_inset
40860
40861 BurntOrange
40862 \begin_inset ERT
40863 status collapsed
40864
40865 \begin_layout Plain Layout
40866
40867 }{
40868 \end_layout
40869
40870 \end_inset
40871
40872
40873 \begin_inset Phantom Phantom
40874 status open
40875
40876 \begin_layout Plain Layout
40877 W
40878 \end_layout
40879
40880 \end_inset
40881
40882
40883 \begin_inset ERT
40884 status collapsed
40885
40886 \begin_layout Plain Layout
40887
40888 }
40889 \end_layout
40890
40891 \end_inset
40892
40893  BurntOrange
40894 \end_layout
40895
40896 \end_inset
40897 </cell>
40898 </row>
40899 <row>
40900 <cell alignment="left" valignment="top" usebox="none">
40901 \begin_inset Text
40902
40903 \begin_layout Plain Layout
40904 \begin_inset ERT
40905 status collapsed
40906
40907 \begin_layout Plain Layout
40908
40909
40910 \backslash
40911 fcolorbox{black}{
40912 \end_layout
40913
40914 \end_inset
40915
40916 CadetBlue
40917 \begin_inset ERT
40918 status collapsed
40919
40920 \begin_layout Plain Layout
40921
40922 }{
40923 \end_layout
40924
40925 \end_inset
40926
40927
40928 \begin_inset Phantom Phantom
40929 status open
40930
40931 \begin_layout Plain Layout
40932 W
40933 \end_layout
40934
40935 \end_inset
40936
40937
40938 \begin_inset ERT
40939 status collapsed
40940
40941 \begin_layout Plain Layout
40942
40943 }
40944 \end_layout
40945
40946 \end_inset
40947
40948  CadetBlue
40949 \end_layout
40950
40951 \end_inset
40952 </cell>
40953 <cell alignment="left" valignment="top" usebox="none">
40954 \begin_inset Text
40955
40956 \begin_layout Plain Layout
40957 \begin_inset ERT
40958 status collapsed
40959
40960 \begin_layout Plain Layout
40961
40962
40963 \backslash
40964 fcolorbox{black}{
40965 \end_layout
40966
40967 \end_inset
40968
40969 CarnationPink
40970 \begin_inset ERT
40971 status collapsed
40972
40973 \begin_layout Plain Layout
40974
40975 }{
40976 \end_layout
40977
40978 \end_inset
40979
40980
40981 \begin_inset Phantom Phantom
40982 status open
40983
40984 \begin_layout Plain Layout
40985 W
40986 \end_layout
40987
40988 \end_inset
40989
40990
40991 \begin_inset ERT
40992 status collapsed
40993
40994 \begin_layout Plain Layout
40995
40996 }
40997 \end_layout
40998
40999 \end_inset
41000
41001  CarnationPink
41002 \end_layout
41003
41004 \end_inset
41005 </cell>
41006 <cell alignment="left" valignment="top" usebox="none">
41007 \begin_inset Text
41008
41009 \begin_layout Plain Layout
41010 \begin_inset ERT
41011 status collapsed
41012
41013 \begin_layout Plain Layout
41014
41015
41016 \backslash
41017 fcolorbox{black}{
41018 \end_layout
41019
41020 \end_inset
41021
41022 Cerulean
41023 \begin_inset ERT
41024 status collapsed
41025
41026 \begin_layout Plain Layout
41027
41028 }{
41029 \end_layout
41030
41031 \end_inset
41032
41033
41034 \begin_inset Phantom Phantom
41035 status open
41036
41037 \begin_layout Plain Layout
41038 W
41039 \end_layout
41040
41041 \end_inset
41042
41043
41044 \begin_inset ERT
41045 status collapsed
41046
41047 \begin_layout Plain Layout
41048
41049 }
41050 \end_layout
41051
41052 \end_inset
41053
41054  Cerulean
41055 \end_layout
41056
41057 \end_inset
41058 </cell>
41059 <cell alignment="left" valignment="top" usebox="none">
41060 \begin_inset Text
41061
41062 \begin_layout Plain Layout
41063 \begin_inset ERT
41064 status collapsed
41065
41066 \begin_layout Plain Layout
41067
41068
41069 \backslash
41070 fcolorbox{black}{
41071 \end_layout
41072
41073 \end_inset
41074
41075 CornflowerBlue
41076 \begin_inset ERT
41077 status collapsed
41078
41079 \begin_layout Plain Layout
41080
41081 }{
41082 \end_layout
41083
41084 \end_inset
41085
41086
41087 \begin_inset Phantom Phantom
41088 status open
41089
41090 \begin_layout Plain Layout
41091 W
41092 \end_layout
41093
41094 \end_inset
41095
41096
41097 \begin_inset ERT
41098 status collapsed
41099
41100 \begin_layout Plain Layout
41101
41102 }
41103 \end_layout
41104
41105 \end_inset
41106
41107  CornflowerBlue
41108 \end_layout
41109
41110 \end_inset
41111 </cell>
41112 </row>
41113 <row>
41114 <cell alignment="left" valignment="top" usebox="none">
41115 \begin_inset Text
41116
41117 \begin_layout Plain Layout
41118 \begin_inset ERT
41119 status collapsed
41120
41121 \begin_layout Plain Layout
41122
41123
41124 \backslash
41125 fcolorbox{black}{
41126 \end_layout
41127
41128 \end_inset
41129
41130 Dandelion
41131 \begin_inset ERT
41132 status collapsed
41133
41134 \begin_layout Plain Layout
41135
41136 }{
41137 \end_layout
41138
41139 \end_inset
41140
41141
41142 \begin_inset Phantom Phantom
41143 status open
41144
41145 \begin_layout Plain Layout
41146 W
41147 \end_layout
41148
41149 \end_inset
41150
41151
41152 \begin_inset ERT
41153 status collapsed
41154
41155 \begin_layout Plain Layout
41156
41157 }
41158 \end_layout
41159
41160 \end_inset
41161
41162  Dandelion
41163 \end_layout
41164
41165 \end_inset
41166 </cell>
41167 <cell alignment="left" valignment="top" usebox="none">
41168 \begin_inset Text
41169
41170 \begin_layout Plain Layout
41171 \begin_inset ERT
41172 status collapsed
41173
41174 \begin_layout Plain Layout
41175
41176
41177 \backslash
41178 fcolorbox{black}{
41179 \end_layout
41180
41181 \end_inset
41182
41183 DarkOrchid
41184 \begin_inset ERT
41185 status collapsed
41186
41187 \begin_layout Plain Layout
41188
41189 }{
41190 \end_layout
41191
41192 \end_inset
41193
41194
41195 \begin_inset Phantom Phantom
41196 status open
41197
41198 \begin_layout Plain Layout
41199 W
41200 \end_layout
41201
41202 \end_inset
41203
41204
41205 \begin_inset ERT
41206 status collapsed
41207
41208 \begin_layout Plain Layout
41209
41210 }
41211 \end_layout
41212
41213 \end_inset
41214
41215  DarkOrchid
41216 \end_layout
41217
41218 \end_inset
41219 </cell>
41220 <cell alignment="left" valignment="top" usebox="none">
41221 \begin_inset Text
41222
41223 \begin_layout Plain Layout
41224 \begin_inset ERT
41225 status collapsed
41226
41227 \begin_layout Plain Layout
41228
41229
41230 \backslash
41231 fcolorbox{black}{
41232 \end_layout
41233
41234 \end_inset
41235
41236 Emerald
41237 \begin_inset ERT
41238 status collapsed
41239
41240 \begin_layout Plain Layout
41241
41242 }{
41243 \end_layout
41244
41245 \end_inset
41246
41247
41248 \begin_inset Phantom Phantom
41249 status open
41250
41251 \begin_layout Plain Layout
41252 W
41253 \end_layout
41254
41255 \end_inset
41256
41257
41258 \begin_inset ERT
41259 status collapsed
41260
41261 \begin_layout Plain Layout
41262
41263 }
41264 \end_layout
41265
41266 \end_inset
41267
41268  Emerald
41269 \end_layout
41270
41271 \end_inset
41272 </cell>
41273 <cell alignment="left" valignment="top" usebox="none">
41274 \begin_inset Text
41275
41276 \begin_layout Plain Layout
41277 \begin_inset ERT
41278 status collapsed
41279
41280 \begin_layout Plain Layout
41281
41282
41283 \backslash
41284 fcolorbox{black}{
41285 \end_layout
41286
41287 \end_inset
41288
41289 ForestGreen
41290 \begin_inset ERT
41291 status collapsed
41292
41293 \begin_layout Plain Layout
41294
41295 }{
41296 \end_layout
41297
41298 \end_inset
41299
41300
41301 \begin_inset Phantom Phantom
41302 status open
41303
41304 \begin_layout Plain Layout
41305 W
41306 \end_layout
41307
41308 \end_inset
41309
41310
41311 \begin_inset ERT
41312 status collapsed
41313
41314 \begin_layout Plain Layout
41315
41316 }
41317 \end_layout
41318
41319 \end_inset
41320
41321  ForestGreen
41322 \end_layout
41323
41324 \end_inset
41325 </cell>
41326 </row>
41327 <row>
41328 <cell alignment="left" valignment="top" usebox="none">
41329 \begin_inset Text
41330
41331 \begin_layout Plain Layout
41332 \begin_inset ERT
41333 status collapsed
41334
41335 \begin_layout Plain Layout
41336
41337
41338 \backslash
41339 fcolorbox{black}{
41340 \end_layout
41341
41342 \end_inset
41343
41344 Fuchsia
41345 \begin_inset ERT
41346 status collapsed
41347
41348 \begin_layout Plain Layout
41349
41350 }{
41351 \end_layout
41352
41353 \end_inset
41354
41355
41356 \begin_inset Phantom Phantom
41357 status open
41358
41359 \begin_layout Plain Layout
41360 W
41361 \end_layout
41362
41363 \end_inset
41364
41365
41366 \begin_inset ERT
41367 status collapsed
41368
41369 \begin_layout Plain Layout
41370
41371 }
41372 \end_layout
41373
41374 \end_inset
41375
41376  Fuchsia
41377 \end_layout
41378
41379 \end_inset
41380 </cell>
41381 <cell alignment="left" valignment="top" usebox="none">
41382 \begin_inset Text
41383
41384 \begin_layout Plain Layout
41385 \begin_inset ERT
41386 status collapsed
41387
41388 \begin_layout Plain Layout
41389
41390
41391 \backslash
41392 fcolorbox{black}{
41393 \end_layout
41394
41395 \end_inset
41396
41397 Goldenrod
41398 \begin_inset ERT
41399 status collapsed
41400
41401 \begin_layout Plain Layout
41402
41403 }{
41404 \end_layout
41405
41406 \end_inset
41407
41408
41409 \begin_inset Phantom Phantom
41410 status open
41411
41412 \begin_layout Plain Layout
41413 W
41414 \end_layout
41415
41416 \end_inset
41417
41418
41419 \begin_inset ERT
41420 status collapsed
41421
41422 \begin_layout Plain Layout
41423
41424 }
41425 \end_layout
41426
41427 \end_inset
41428
41429  Goldenrod
41430 \end_layout
41431
41432 \end_inset
41433 </cell>
41434 <cell alignment="left" valignment="top" usebox="none">
41435 \begin_inset Text
41436
41437 \begin_layout Plain Layout
41438 \begin_inset ERT
41439 status collapsed
41440
41441 \begin_layout Plain Layout
41442
41443
41444 \backslash
41445 fcolorbox{black}{
41446 \end_layout
41447
41448 \end_inset
41449
41450 Gray
41451 \begin_inset ERT
41452 status collapsed
41453
41454 \begin_layout Plain Layout
41455
41456 }{
41457 \end_layout
41458
41459 \end_inset
41460
41461
41462 \begin_inset Phantom Phantom
41463 status open
41464
41465 \begin_layout Plain Layout
41466 W
41467 \end_layout
41468
41469 \end_inset
41470
41471
41472 \begin_inset ERT
41473 status collapsed
41474
41475 \begin_layout Plain Layout
41476
41477 }
41478 \end_layout
41479
41480 \end_inset
41481
41482  Gray
41483 \end_layout
41484
41485 \end_inset
41486 </cell>
41487 <cell alignment="left" valignment="top" usebox="none">
41488 \begin_inset Text
41489
41490 \begin_layout Plain Layout
41491 \begin_inset ERT
41492 status collapsed
41493
41494 \begin_layout Plain Layout
41495
41496
41497 \backslash
41498 fcolorbox{black}{
41499 \end_layout
41500
41501 \end_inset
41502
41503 GreenYellow
41504 \begin_inset ERT
41505 status collapsed
41506
41507 \begin_layout Plain Layout
41508
41509 }{
41510 \end_layout
41511
41512 \end_inset
41513
41514
41515 \begin_inset Phantom Phantom
41516 status open
41517
41518 \begin_layout Plain Layout
41519 W
41520 \end_layout
41521
41522 \end_inset
41523
41524
41525 \begin_inset ERT
41526 status collapsed
41527
41528 \begin_layout Plain Layout
41529
41530 }
41531 \end_layout
41532
41533 \end_inset
41534
41535  GreenYellow
41536 \end_layout
41537
41538 \end_inset
41539 </cell>
41540 </row>
41541 <row>
41542 <cell alignment="center" valignment="top" usebox="none">
41543 \begin_inset Text
41544
41545 \begin_layout Plain Layout
41546 \begin_inset ERT
41547 status collapsed
41548
41549 \begin_layout Plain Layout
41550
41551
41552 \backslash
41553 fcolorbox{black}{
41554 \end_layout
41555
41556 \end_inset
41557
41558 JungleGreen
41559 \begin_inset ERT
41560 status collapsed
41561
41562 \begin_layout Plain Layout
41563
41564 }{
41565 \end_layout
41566
41567 \end_inset
41568
41569
41570 \begin_inset Phantom Phantom
41571 status open
41572
41573 \begin_layout Plain Layout
41574 W
41575 \end_layout
41576
41577 \end_inset
41578
41579
41580 \begin_inset ERT
41581 status collapsed
41582
41583 \begin_layout Plain Layout
41584
41585 }
41586 \end_layout
41587
41588 \end_inset
41589
41590  JungleGreen
41591 \end_layout
41592
41593 \end_inset
41594 </cell>
41595 <cell alignment="center" valignment="top" usebox="none">
41596 \begin_inset Text
41597
41598 \begin_layout Plain Layout
41599 \begin_inset ERT
41600 status collapsed
41601
41602 \begin_layout Plain Layout
41603
41604
41605 \backslash
41606 fcolorbox{black}{
41607 \end_layout
41608
41609 \end_inset
41610
41611 Lavender
41612 \begin_inset ERT
41613 status collapsed
41614
41615 \begin_layout Plain Layout
41616
41617 }{
41618 \end_layout
41619
41620 \end_inset
41621
41622
41623 \begin_inset Phantom Phantom
41624 status open
41625
41626 \begin_layout Plain Layout
41627 W
41628 \end_layout
41629
41630 \end_inset
41631
41632
41633 \begin_inset ERT
41634 status collapsed
41635
41636 \begin_layout Plain Layout
41637
41638 }
41639 \end_layout
41640
41641 \end_inset
41642
41643  Lavender
41644 \end_layout
41645
41646 \end_inset
41647 </cell>
41648 <cell alignment="center" valignment="top" usebox="none">
41649 \begin_inset Text
41650
41651 \begin_layout Plain Layout
41652 \begin_inset ERT
41653 status collapsed
41654
41655 \begin_layout Plain Layout
41656
41657
41658 \backslash
41659 fcolorbox{black}{
41660 \end_layout
41661
41662 \end_inset
41663
41664 LimeGreen
41665 \begin_inset ERT
41666 status collapsed
41667
41668 \begin_layout Plain Layout
41669
41670 }{
41671 \end_layout
41672
41673 \end_inset
41674
41675
41676 \begin_inset Phantom Phantom
41677 status open
41678
41679 \begin_layout Plain Layout
41680 W
41681 \end_layout
41682
41683 \end_inset
41684
41685
41686 \begin_inset ERT
41687 status collapsed
41688
41689 \begin_layout Plain Layout
41690
41691 }
41692 \end_layout
41693
41694 \end_inset
41695
41696  LimeGreen
41697 \end_layout
41698
41699 \end_inset
41700 </cell>
41701 <cell alignment="center" valignment="top" usebox="none">
41702 \begin_inset Text
41703
41704 \begin_layout Plain Layout
41705 \begin_inset ERT
41706 status collapsed
41707
41708 \begin_layout Plain Layout
41709
41710
41711 \backslash
41712 fcolorbox{black}{
41713 \end_layout
41714
41715 \end_inset
41716
41717 Mahogany
41718 \begin_inset ERT
41719 status collapsed
41720
41721 \begin_layout Plain Layout
41722
41723 }{
41724 \end_layout
41725
41726 \end_inset
41727
41728
41729 \begin_inset Phantom Phantom
41730 status open
41731
41732 \begin_layout Plain Layout
41733 W
41734 \end_layout
41735
41736 \end_inset
41737
41738
41739 \begin_inset ERT
41740 status collapsed
41741
41742 \begin_layout Plain Layout
41743
41744 }
41745 \end_layout
41746
41747 \end_inset
41748
41749  Mahogany
41750 \end_layout
41751
41752 \end_inset
41753 </cell>
41754 </row>
41755 <row>
41756 <cell alignment="left" valignment="top" usebox="none">
41757 \begin_inset Text
41758
41759 \begin_layout Plain Layout
41760 \begin_inset ERT
41761 status collapsed
41762
41763 \begin_layout Plain Layout
41764
41765
41766 \backslash
41767 fcolorbox{black}{
41768 \end_layout
41769
41770 \end_inset
41771
41772 Mahogany
41773 \begin_inset ERT
41774 status collapsed
41775
41776 \begin_layout Plain Layout
41777
41778 }{
41779 \end_layout
41780
41781 \end_inset
41782
41783
41784 \begin_inset Phantom Phantom
41785 status open
41786
41787 \begin_layout Plain Layout
41788 W
41789 \end_layout
41790
41791 \end_inset
41792
41793
41794 \begin_inset ERT
41795 status collapsed
41796
41797 \begin_layout Plain Layout
41798
41799 }
41800 \end_layout
41801
41802 \end_inset
41803
41804  Mahogany
41805 \end_layout
41806
41807 \end_inset
41808 </cell>
41809 <cell alignment="left" valignment="top" usebox="none">
41810 \begin_inset Text
41811
41812 \begin_layout Plain Layout
41813 \begin_inset ERT
41814 status collapsed
41815
41816 \begin_layout Plain Layout
41817
41818
41819 \backslash
41820 fcolorbox{black}{
41821 \end_layout
41822
41823 \end_inset
41824
41825 Maroon
41826 \begin_inset ERT
41827 status collapsed
41828
41829 \begin_layout Plain Layout
41830
41831 }{
41832 \end_layout
41833
41834 \end_inset
41835
41836
41837 \begin_inset Phantom Phantom
41838 status open
41839
41840 \begin_layout Plain Layout
41841 W
41842 \end_layout
41843
41844 \end_inset
41845
41846
41847 \begin_inset ERT
41848 status collapsed
41849
41850 \begin_layout Plain Layout
41851
41852 }
41853 \end_layout
41854
41855 \end_inset
41856
41857  Maroon
41858 \end_layout
41859
41860 \end_inset
41861 </cell>
41862 <cell alignment="left" valignment="top" usebox="none">
41863 \begin_inset Text
41864
41865 \begin_layout Plain Layout
41866 \begin_inset ERT
41867 status collapsed
41868
41869 \begin_layout Plain Layout
41870
41871
41872 \backslash
41873 fcolorbox{black}{
41874 \end_layout
41875
41876 \end_inset
41877
41878 Melon
41879 \begin_inset ERT
41880 status collapsed
41881
41882 \begin_layout Plain Layout
41883
41884 }{
41885 \end_layout
41886
41887 \end_inset
41888
41889
41890 \begin_inset Phantom Phantom
41891 status open
41892
41893 \begin_layout Plain Layout
41894 W
41895 \end_layout
41896
41897 \end_inset
41898
41899
41900 \begin_inset ERT
41901 status collapsed
41902
41903 \begin_layout Plain Layout
41904
41905 }
41906 \end_layout
41907
41908 \end_inset
41909
41910  Melon
41911 \end_layout
41912
41913 \end_inset
41914 </cell>
41915 <cell alignment="left" valignment="top" usebox="none">
41916 \begin_inset Text
41917
41918 \begin_layout Plain Layout
41919 \begin_inset ERT
41920 status collapsed
41921
41922 \begin_layout Plain Layout
41923
41924
41925 \backslash
41926 fcolorbox{black}{
41927 \end_layout
41928
41929 \end_inset
41930
41931 MidnightBlue
41932 \begin_inset ERT
41933 status collapsed
41934
41935 \begin_layout Plain Layout
41936
41937 }{
41938 \end_layout
41939
41940 \end_inset
41941
41942
41943 \begin_inset Phantom Phantom
41944 status open
41945
41946 \begin_layout Plain Layout
41947 W
41948 \end_layout
41949
41950 \end_inset
41951
41952
41953 \begin_inset ERT
41954 status collapsed
41955
41956 \begin_layout Plain Layout
41957
41958 }
41959 \end_layout
41960
41961 \end_inset
41962
41963  MidnightBlue
41964 \end_layout
41965
41966 \end_inset
41967 </cell>
41968 </row>
41969 <row>
41970 <cell alignment="left" valignment="top" usebox="none">
41971 \begin_inset Text
41972
41973 \begin_layout Plain Layout
41974 \begin_inset ERT
41975 status collapsed
41976
41977 \begin_layout Plain Layout
41978
41979
41980 \backslash
41981 fcolorbox{black}{
41982 \end_layout
41983
41984 \end_inset
41985
41986 Mulberry
41987 \begin_inset ERT
41988 status collapsed
41989
41990 \begin_layout Plain Layout
41991
41992 }{
41993 \end_layout
41994
41995 \end_inset
41996
41997
41998 \begin_inset Phantom Phantom
41999 status open
42000
42001 \begin_layout Plain Layout
42002 W
42003 \end_layout
42004
42005 \end_inset
42006
42007
42008 \begin_inset ERT
42009 status collapsed
42010
42011 \begin_layout Plain Layout
42012
42013 }
42014 \end_layout
42015
42016 \end_inset
42017
42018  Mulberry
42019 \end_layout
42020
42021 \end_inset
42022 </cell>
42023 <cell alignment="left" valignment="top" usebox="none">
42024 \begin_inset Text
42025
42026 \begin_layout Plain Layout
42027 \begin_inset ERT
42028 status collapsed
42029
42030 \begin_layout Plain Layout
42031
42032
42033 \backslash
42034 fcolorbox{black}{
42035 \end_layout
42036
42037 \end_inset
42038
42039 NavyBlue
42040 \begin_inset ERT
42041 status collapsed
42042
42043 \begin_layout Plain Layout
42044
42045 }{
42046 \end_layout
42047
42048 \end_inset
42049
42050
42051 \begin_inset Phantom Phantom
42052 status open
42053
42054 \begin_layout Plain Layout
42055 W
42056 \end_layout
42057
42058 \end_inset
42059
42060
42061 \begin_inset ERT
42062 status collapsed
42063
42064 \begin_layout Plain Layout
42065
42066 }
42067 \end_layout
42068
42069 \end_inset
42070
42071  NavyBlue
42072 \end_layout
42073
42074 \end_inset
42075 </cell>
42076 <cell alignment="left" valignment="top" usebox="none">
42077 \begin_inset Text
42078
42079 \begin_layout Plain Layout
42080 \begin_inset ERT
42081 status collapsed
42082
42083 \begin_layout Plain Layout
42084
42085
42086 \backslash
42087 fcolorbox{black}{
42088 \end_layout
42089
42090 \end_inset
42091
42092 OliveGreen
42093 \begin_inset ERT
42094 status collapsed
42095
42096 \begin_layout Plain Layout
42097
42098 }{
42099 \end_layout
42100
42101 \end_inset
42102
42103
42104 \begin_inset Phantom Phantom
42105 status open
42106
42107 \begin_layout Plain Layout
42108 W
42109 \end_layout
42110
42111 \end_inset
42112
42113
42114 \begin_inset ERT
42115 status collapsed
42116
42117 \begin_layout Plain Layout
42118
42119 }
42120 \end_layout
42121
42122 \end_inset
42123
42124  OliveGreen
42125 \end_layout
42126
42127 \end_inset
42128 </cell>
42129 <cell alignment="left" valignment="top" usebox="none">
42130 \begin_inset Text
42131
42132 \begin_layout Plain Layout
42133 \begin_inset ERT
42134 status collapsed
42135
42136 \begin_layout Plain Layout
42137
42138
42139 \backslash
42140 fcolorbox{black}{
42141 \end_layout
42142
42143 \end_inset
42144
42145 Orange
42146 \begin_inset ERT
42147 status collapsed
42148
42149 \begin_layout Plain Layout
42150
42151 }{
42152 \end_layout
42153
42154 \end_inset
42155
42156
42157 \begin_inset Phantom Phantom
42158 status open
42159
42160 \begin_layout Plain Layout
42161 W
42162 \end_layout
42163
42164 \end_inset
42165
42166
42167 \begin_inset ERT
42168 status collapsed
42169
42170 \begin_layout Plain Layout
42171
42172 }
42173 \end_layout
42174
42175 \end_inset
42176
42177  Orange
42178 \end_layout
42179
42180 \end_inset
42181 </cell>
42182 </row>
42183 <row>
42184 <cell alignment="left" valignment="top" usebox="none">
42185 \begin_inset Text
42186
42187 \begin_layout Plain Layout
42188 \begin_inset ERT
42189 status collapsed
42190
42191 \begin_layout Plain Layout
42192
42193
42194 \backslash
42195 fcolorbox{black}{
42196 \end_layout
42197
42198 \end_inset
42199
42200 OrangeRed
42201 \begin_inset ERT
42202 status collapsed
42203
42204 \begin_layout Plain Layout
42205
42206 }{
42207 \end_layout
42208
42209 \end_inset
42210
42211
42212 \begin_inset Phantom Phantom
42213 status open
42214
42215 \begin_layout Plain Layout
42216 W
42217 \end_layout
42218
42219 \end_inset
42220
42221
42222 \begin_inset ERT
42223 status collapsed
42224
42225 \begin_layout Plain Layout
42226
42227 }
42228 \end_layout
42229
42230 \end_inset
42231
42232  OrangeRed
42233 \end_layout
42234
42235 \end_inset
42236 </cell>
42237 <cell alignment="left" valignment="top" usebox="none">
42238 \begin_inset Text
42239
42240 \begin_layout Plain Layout
42241 \begin_inset ERT
42242 status collapsed
42243
42244 \begin_layout Plain Layout
42245
42246
42247 \backslash
42248 fcolorbox{black}{
42249 \end_layout
42250
42251 \end_inset
42252
42253 Orchid
42254 \begin_inset ERT
42255 status collapsed
42256
42257 \begin_layout Plain Layout
42258
42259 }{
42260 \end_layout
42261
42262 \end_inset
42263
42264
42265 \begin_inset Phantom Phantom
42266 status open
42267
42268 \begin_layout Plain Layout
42269 W
42270 \end_layout
42271
42272 \end_inset
42273
42274
42275 \begin_inset ERT
42276 status collapsed
42277
42278 \begin_layout Plain Layout
42279
42280 }
42281 \end_layout
42282
42283 \end_inset
42284
42285  Orchid
42286 \end_layout
42287
42288 \end_inset
42289 </cell>
42290 <cell alignment="left" valignment="top" usebox="none">
42291 \begin_inset Text
42292
42293 \begin_layout Plain Layout
42294 \begin_inset ERT
42295 status collapsed
42296
42297 \begin_layout Plain Layout
42298
42299
42300 \backslash
42301 fcolorbox{black}{
42302 \end_layout
42303
42304 \end_inset
42305
42306 Peach
42307 \begin_inset ERT
42308 status collapsed
42309
42310 \begin_layout Plain Layout
42311
42312 }{
42313 \end_layout
42314
42315 \end_inset
42316
42317
42318 \begin_inset Phantom Phantom
42319 status open
42320
42321 \begin_layout Plain Layout
42322 W
42323 \end_layout
42324
42325 \end_inset
42326
42327
42328 \begin_inset ERT
42329 status collapsed
42330
42331 \begin_layout Plain Layout
42332
42333 }
42334 \end_layout
42335
42336 \end_inset
42337
42338  Peach
42339 \end_layout
42340
42341 \end_inset
42342 </cell>
42343 <cell alignment="left" valignment="top" usebox="none">
42344 \begin_inset Text
42345
42346 \begin_layout Plain Layout
42347 \begin_inset ERT
42348 status collapsed
42349
42350 \begin_layout Plain Layout
42351
42352
42353 \backslash
42354 fcolorbox{black}{
42355 \end_layout
42356
42357 \end_inset
42358
42359 Periwinkle
42360 \begin_inset ERT
42361 status collapsed
42362
42363 \begin_layout Plain Layout
42364
42365 }{
42366 \end_layout
42367
42368 \end_inset
42369
42370
42371 \begin_inset Phantom Phantom
42372 status open
42373
42374 \begin_layout Plain Layout
42375 W
42376 \end_layout
42377
42378 \end_inset
42379
42380
42381 \begin_inset ERT
42382 status collapsed
42383
42384 \begin_layout Plain Layout
42385
42386 }
42387 \end_layout
42388
42389 \end_inset
42390
42391  Periwinkle
42392 \end_layout
42393
42394 \end_inset
42395 </cell>
42396 </row>
42397 <row>
42398 <cell alignment="left" valignment="top" usebox="none">
42399 \begin_inset Text
42400
42401 \begin_layout Plain Layout
42402 \begin_inset ERT
42403 status collapsed
42404
42405 \begin_layout Plain Layout
42406
42407
42408 \backslash
42409 fcolorbox{black}{
42410 \end_layout
42411
42412 \end_inset
42413
42414 PineGreen
42415 \begin_inset ERT
42416 status collapsed
42417
42418 \begin_layout Plain Layout
42419
42420 }{
42421 \end_layout
42422
42423 \end_inset
42424
42425
42426 \begin_inset Phantom Phantom
42427 status open
42428
42429 \begin_layout Plain Layout
42430 W
42431 \end_layout
42432
42433 \end_inset
42434
42435
42436 \begin_inset ERT
42437 status collapsed
42438
42439 \begin_layout Plain Layout
42440
42441 }
42442 \end_layout
42443
42444 \end_inset
42445
42446  PineGreen
42447 \end_layout
42448
42449 \end_inset
42450 </cell>
42451 <cell alignment="left" valignment="top" usebox="none">
42452 \begin_inset Text
42453
42454 \begin_layout Plain Layout
42455 \begin_inset ERT
42456 status collapsed
42457
42458 \begin_layout Plain Layout
42459
42460
42461 \backslash
42462 fcolorbox{black}{
42463 \end_layout
42464
42465 \end_inset
42466
42467 Plum
42468 \begin_inset ERT
42469 status collapsed
42470
42471 \begin_layout Plain Layout
42472
42473 }{
42474 \end_layout
42475
42476 \end_inset
42477
42478
42479 \begin_inset Phantom Phantom
42480 status open
42481
42482 \begin_layout Plain Layout
42483 W
42484 \end_layout
42485
42486 \end_inset
42487
42488
42489 \begin_inset ERT
42490 status collapsed
42491
42492 \begin_layout Plain Layout
42493
42494 }
42495 \end_layout
42496
42497 \end_inset
42498
42499  Plum
42500 \end_layout
42501
42502 \end_inset
42503 </cell>
42504 <cell alignment="left" valignment="top" usebox="none">
42505 \begin_inset Text
42506
42507 \begin_layout Plain Layout
42508 \begin_inset ERT
42509 status collapsed
42510
42511 \begin_layout Plain Layout
42512
42513
42514 \backslash
42515 fcolorbox{black}{
42516 \end_layout
42517
42518 \end_inset
42519
42520 ProcessBlue
42521 \begin_inset ERT
42522 status collapsed
42523
42524 \begin_layout Plain Layout
42525
42526 }{
42527 \end_layout
42528
42529 \end_inset
42530
42531
42532 \begin_inset Phantom Phantom
42533 status open
42534
42535 \begin_layout Plain Layout
42536 W
42537 \end_layout
42538
42539 \end_inset
42540
42541
42542 \begin_inset ERT
42543 status collapsed
42544
42545 \begin_layout Plain Layout
42546
42547 }
42548 \end_layout
42549
42550 \end_inset
42551
42552  ProcessBlue
42553 \end_layout
42554
42555 \end_inset
42556 </cell>
42557 <cell alignment="left" valignment="top" usebox="none">
42558 \begin_inset Text
42559
42560 \begin_layout Plain Layout
42561 \begin_inset ERT
42562 status collapsed
42563
42564 \begin_layout Plain Layout
42565
42566
42567 \backslash
42568 fcolorbox{black}{
42569 \end_layout
42570
42571 \end_inset
42572
42573 Purple
42574 \begin_inset ERT
42575 status collapsed
42576
42577 \begin_layout Plain Layout
42578
42579 }{
42580 \end_layout
42581
42582 \end_inset
42583
42584
42585 \begin_inset Phantom Phantom
42586 status open
42587
42588 \begin_layout Plain Layout
42589 W
42590 \end_layout
42591
42592 \end_inset
42593
42594
42595 \begin_inset ERT
42596 status collapsed
42597
42598 \begin_layout Plain Layout
42599
42600 }
42601 \end_layout
42602
42603 \end_inset
42604
42605  Purple
42606 \end_layout
42607
42608 \end_inset
42609 </cell>
42610 </row>
42611 <row>
42612 <cell alignment="left" valignment="top" usebox="none">
42613 \begin_inset Text
42614
42615 \begin_layout Plain Layout
42616 \begin_inset ERT
42617 status collapsed
42618
42619 \begin_layout Plain Layout
42620
42621
42622 \backslash
42623 fcolorbox{black}{
42624 \end_layout
42625
42626 \end_inset
42627
42628 RawSienna
42629 \begin_inset ERT
42630 status collapsed
42631
42632 \begin_layout Plain Layout
42633
42634 }{
42635 \end_layout
42636
42637 \end_inset
42638
42639
42640 \begin_inset Phantom Phantom
42641 status open
42642
42643 \begin_layout Plain Layout
42644 W
42645 \end_layout
42646
42647 \end_inset
42648
42649
42650 \begin_inset ERT
42651 status collapsed
42652
42653 \begin_layout Plain Layout
42654
42655 }
42656 \end_layout
42657
42658 \end_inset
42659
42660  RawSienna
42661 \end_layout
42662
42663 \end_inset
42664 </cell>
42665 <cell alignment="left" valignment="top" usebox="none">
42666 \begin_inset Text
42667
42668 \begin_layout Plain Layout
42669 \begin_inset ERT
42670 status collapsed
42671
42672 \begin_layout Plain Layout
42673
42674
42675 \backslash
42676 fcolorbox{black}{
42677 \end_layout
42678
42679 \end_inset
42680
42681 RedOrange
42682 \begin_inset ERT
42683 status collapsed
42684
42685 \begin_layout Plain Layout
42686
42687 }{
42688 \end_layout
42689
42690 \end_inset
42691
42692
42693 \begin_inset Phantom Phantom
42694 status open
42695
42696 \begin_layout Plain Layout
42697 W
42698 \end_layout
42699
42700 \end_inset
42701
42702
42703 \begin_inset ERT
42704 status collapsed
42705
42706 \begin_layout Plain Layout
42707
42708 }
42709 \end_layout
42710
42711 \end_inset
42712
42713  RedOrange
42714 \end_layout
42715
42716 \end_inset
42717 </cell>
42718 <cell alignment="left" valignment="top" usebox="none">
42719 \begin_inset Text
42720
42721 \begin_layout Plain Layout
42722 \begin_inset ERT
42723 status collapsed
42724
42725 \begin_layout Plain Layout
42726
42727
42728 \backslash
42729 fcolorbox{black}{
42730 \end_layout
42731
42732 \end_inset
42733
42734 RedViolet
42735 \begin_inset ERT
42736 status collapsed
42737
42738 \begin_layout Plain Layout
42739
42740 }{
42741 \end_layout
42742
42743 \end_inset
42744
42745
42746 \begin_inset Phantom Phantom
42747 status open
42748
42749 \begin_layout Plain Layout
42750 W
42751 \end_layout
42752
42753 \end_inset
42754
42755
42756 \begin_inset ERT
42757 status collapsed
42758
42759 \begin_layout Plain Layout
42760
42761 }
42762 \end_layout
42763
42764 \end_inset
42765
42766  RedViolet
42767 \end_layout
42768
42769 \end_inset
42770 </cell>
42771 <cell alignment="left" valignment="top" usebox="none">
42772 \begin_inset Text
42773
42774 \begin_layout Plain Layout
42775 \begin_inset ERT
42776 status collapsed
42777
42778 \begin_layout Plain Layout
42779
42780
42781 \backslash
42782 fcolorbox{black}{
42783 \end_layout
42784
42785 \end_inset
42786
42787 Rhodamine
42788 \begin_inset ERT
42789 status collapsed
42790
42791 \begin_layout Plain Layout
42792
42793 }{
42794 \end_layout
42795
42796 \end_inset
42797
42798
42799 \begin_inset Phantom Phantom
42800 status open
42801
42802 \begin_layout Plain Layout
42803 W
42804 \end_layout
42805
42806 \end_inset
42807
42808
42809 \begin_inset ERT
42810 status collapsed
42811
42812 \begin_layout Plain Layout
42813
42814 }
42815 \end_layout
42816
42817 \end_inset
42818
42819  Rhodamine
42820 \end_layout
42821
42822 \end_inset
42823 </cell>
42824 </row>
42825 <row>
42826 <cell alignment="left" valignment="top" usebox="none">
42827 \begin_inset Text
42828
42829 \begin_layout Plain Layout
42830 \begin_inset ERT
42831 status collapsed
42832
42833 \begin_layout Plain Layout
42834
42835
42836 \backslash
42837 fcolorbox{black}{
42838 \end_layout
42839
42840 \end_inset
42841
42842 RoyalBlue
42843 \begin_inset ERT
42844 status collapsed
42845
42846 \begin_layout Plain Layout
42847
42848 }{
42849 \end_layout
42850
42851 \end_inset
42852
42853
42854 \begin_inset Phantom Phantom
42855 status open
42856
42857 \begin_layout Plain Layout
42858 W
42859 \end_layout
42860
42861 \end_inset
42862
42863
42864 \begin_inset ERT
42865 status collapsed
42866
42867 \begin_layout Plain Layout
42868
42869 }
42870 \end_layout
42871
42872 \end_inset
42873
42874  RoyalBlue
42875 \end_layout
42876
42877 \end_inset
42878 </cell>
42879 <cell alignment="left" valignment="top" usebox="none">
42880 \begin_inset Text
42881
42882 \begin_layout Plain Layout
42883 \begin_inset ERT
42884 status collapsed
42885
42886 \begin_layout Plain Layout
42887
42888
42889 \backslash
42890 fcolorbox{black}{
42891 \end_layout
42892
42893 \end_inset
42894
42895 RoyalPurple
42896 \begin_inset ERT
42897 status collapsed
42898
42899 \begin_layout Plain Layout
42900
42901 }{
42902 \end_layout
42903
42904 \end_inset
42905
42906
42907 \begin_inset Phantom Phantom
42908 status open
42909
42910 \begin_layout Plain Layout
42911 W
42912 \end_layout
42913
42914 \end_inset
42915
42916
42917 \begin_inset ERT
42918 status collapsed
42919
42920 \begin_layout Plain Layout
42921
42922 }
42923 \end_layout
42924
42925 \end_inset
42926
42927  RoyalPurple
42928 \end_layout
42929
42930 \end_inset
42931 </cell>
42932 <cell alignment="left" valignment="top" usebox="none">
42933 \begin_inset Text
42934
42935 \begin_layout Plain Layout
42936 \begin_inset ERT
42937 status collapsed
42938
42939 \begin_layout Plain Layout
42940
42941
42942 \backslash
42943 fcolorbox{black}{
42944 \end_layout
42945
42946 \end_inset
42947
42948 RubineRed
42949 \begin_inset ERT
42950 status collapsed
42951
42952 \begin_layout Plain Layout
42953
42954 }{
42955 \end_layout
42956
42957 \end_inset
42958
42959
42960 \begin_inset Phantom Phantom
42961 status open
42962
42963 \begin_layout Plain Layout
42964 W
42965 \end_layout
42966
42967 \end_inset
42968
42969
42970 \begin_inset ERT
42971 status collapsed
42972
42973 \begin_layout Plain Layout
42974
42975 }
42976 \end_layout
42977
42978 \end_inset
42979
42980  RubineRed
42981 \end_layout
42982
42983 \end_inset
42984 </cell>
42985 <cell alignment="left" valignment="top" usebox="none">
42986 \begin_inset Text
42987
42988 \begin_layout Plain Layout
42989 \begin_inset ERT
42990 status collapsed
42991
42992 \begin_layout Plain Layout
42993
42994
42995 \backslash
42996 fcolorbox{black}{
42997 \end_layout
42998
42999 \end_inset
43000
43001 Salmon
43002 \begin_inset ERT
43003 status collapsed
43004
43005 \begin_layout Plain Layout
43006
43007 }{
43008 \end_layout
43009
43010 \end_inset
43011
43012
43013 \begin_inset Phantom Phantom
43014 status open
43015
43016 \begin_layout Plain Layout
43017 W
43018 \end_layout
43019
43020 \end_inset
43021
43022
43023 \begin_inset ERT
43024 status collapsed
43025
43026 \begin_layout Plain Layout
43027
43028 }
43029 \end_layout
43030
43031 \end_inset
43032
43033  Salmon
43034 \end_layout
43035
43036 \end_inset
43037 </cell>
43038 </row>
43039 <row>
43040 <cell alignment="left" valignment="top" usebox="none">
43041 \begin_inset Text
43042
43043 \begin_layout Plain Layout
43044 \begin_inset ERT
43045 status collapsed
43046
43047 \begin_layout Plain Layout
43048
43049
43050 \backslash
43051 fcolorbox{black}{
43052 \end_layout
43053
43054 \end_inset
43055
43056 SeaGreen
43057 \begin_inset ERT
43058 status collapsed
43059
43060 \begin_layout Plain Layout
43061
43062 }{
43063 \end_layout
43064
43065 \end_inset
43066
43067
43068 \begin_inset Phantom Phantom
43069 status open
43070
43071 \begin_layout Plain Layout
43072 W
43073 \end_layout
43074
43075 \end_inset
43076
43077
43078 \begin_inset ERT
43079 status collapsed
43080
43081 \begin_layout Plain Layout
43082
43083 }
43084 \end_layout
43085
43086 \end_inset
43087
43088  SeaGreen
43089 \end_layout
43090
43091 \end_inset
43092 </cell>
43093 <cell alignment="left" valignment="top" usebox="none">
43094 \begin_inset Text
43095
43096 \begin_layout Plain Layout
43097 \begin_inset ERT
43098 status collapsed
43099
43100 \begin_layout Plain Layout
43101
43102
43103 \backslash
43104 fcolorbox{black}{
43105 \end_layout
43106
43107 \end_inset
43108
43109 Sepia
43110 \begin_inset ERT
43111 status collapsed
43112
43113 \begin_layout Plain Layout
43114
43115 }{
43116 \end_layout
43117
43118 \end_inset
43119
43120
43121 \begin_inset Phantom Phantom
43122 status open
43123
43124 \begin_layout Plain Layout
43125 W
43126 \end_layout
43127
43128 \end_inset
43129
43130
43131 \begin_inset ERT
43132 status collapsed
43133
43134 \begin_layout Plain Layout
43135
43136 }
43137 \end_layout
43138
43139 \end_inset
43140
43141  Sepia
43142 \end_layout
43143
43144 \end_inset
43145 </cell>
43146 <cell alignment="left" valignment="top" usebox="none">
43147 \begin_inset Text
43148
43149 \begin_layout Plain Layout
43150 \begin_inset ERT
43151 status collapsed
43152
43153 \begin_layout Plain Layout
43154
43155
43156 \backslash
43157 fcolorbox{black}{
43158 \end_layout
43159
43160 \end_inset
43161
43162 SkyBlue
43163 \begin_inset ERT
43164 status collapsed
43165
43166 \begin_layout Plain Layout
43167
43168 }{
43169 \end_layout
43170
43171 \end_inset
43172
43173
43174 \begin_inset Phantom Phantom
43175 status open
43176
43177 \begin_layout Plain Layout
43178 W
43179 \end_layout
43180
43181 \end_inset
43182
43183
43184 \begin_inset ERT
43185 status collapsed
43186
43187 \begin_layout Plain Layout
43188
43189 }
43190 \end_layout
43191
43192 \end_inset
43193
43194  SkyBlue
43195 \end_layout
43196
43197 \end_inset
43198 </cell>
43199 <cell alignment="left" valignment="top" usebox="none">
43200 \begin_inset Text
43201
43202 \begin_layout Plain Layout
43203 \begin_inset ERT
43204 status collapsed
43205
43206 \begin_layout Plain Layout
43207
43208
43209 \backslash
43210 fcolorbox{black}{
43211 \end_layout
43212
43213 \end_inset
43214
43215 SpringGreen
43216 \begin_inset ERT
43217 status collapsed
43218
43219 \begin_layout Plain Layout
43220
43221 }{
43222 \end_layout
43223
43224 \end_inset
43225
43226
43227 \begin_inset Phantom Phantom
43228 status open
43229
43230 \begin_layout Plain Layout
43231 W
43232 \end_layout
43233
43234 \end_inset
43235
43236
43237 \begin_inset ERT
43238 status collapsed
43239
43240 \begin_layout Plain Layout
43241
43242 }
43243 \end_layout
43244
43245 \end_inset
43246
43247  SpringGreen
43248 \end_layout
43249
43250 \end_inset
43251 </cell>
43252 </row>
43253 <row>
43254 <cell alignment="left" valignment="top" usebox="none">
43255 \begin_inset Text
43256
43257 \begin_layout Plain Layout
43258 \begin_inset ERT
43259 status collapsed
43260
43261 \begin_layout Plain Layout
43262
43263
43264 \backslash
43265 fcolorbox{black}{
43266 \end_layout
43267
43268 \end_inset
43269
43270 Tan
43271 \begin_inset ERT
43272 status collapsed
43273
43274 \begin_layout Plain Layout
43275
43276 }{
43277 \end_layout
43278
43279 \end_inset
43280
43281
43282 \begin_inset Phantom Phantom
43283 status open
43284
43285 \begin_layout Plain Layout
43286 W
43287 \end_layout
43288
43289 \end_inset
43290
43291
43292 \begin_inset ERT
43293 status collapsed
43294
43295 \begin_layout Plain Layout
43296
43297 }
43298 \end_layout
43299
43300 \end_inset
43301
43302  Tan
43303 \end_layout
43304
43305 \end_inset
43306 </cell>
43307 <cell alignment="left" valignment="top" usebox="none">
43308 \begin_inset Text
43309
43310 \begin_layout Plain Layout
43311 \begin_inset ERT
43312 status collapsed
43313
43314 \begin_layout Plain Layout
43315
43316
43317 \backslash
43318 fcolorbox{black}{
43319 \end_layout
43320
43321 \end_inset
43322
43323 TealBlue
43324 \begin_inset ERT
43325 status collapsed
43326
43327 \begin_layout Plain Layout
43328
43329 }{
43330 \end_layout
43331
43332 \end_inset
43333
43334
43335 \begin_inset Phantom Phantom
43336 status open
43337
43338 \begin_layout Plain Layout
43339 W
43340 \end_layout
43341
43342 \end_inset
43343
43344
43345 \begin_inset ERT
43346 status collapsed
43347
43348 \begin_layout Plain Layout
43349
43350 }
43351 \end_layout
43352
43353 \end_inset
43354
43355  TealBlue
43356 \end_layout
43357
43358 \end_inset
43359 </cell>
43360 <cell alignment="left" valignment="top" usebox="none">
43361 \begin_inset Text
43362
43363 \begin_layout Plain Layout
43364 \begin_inset ERT
43365 status collapsed
43366
43367 \begin_layout Plain Layout
43368
43369
43370 \backslash
43371 fcolorbox{black}{
43372 \end_layout
43373
43374 \end_inset
43375
43376 Thistle
43377 \begin_inset ERT
43378 status collapsed
43379
43380 \begin_layout Plain Layout
43381
43382 }{
43383 \end_layout
43384
43385 \end_inset
43386
43387
43388 \begin_inset Phantom Phantom
43389 status open
43390
43391 \begin_layout Plain Layout
43392 W
43393 \end_layout
43394
43395 \end_inset
43396
43397
43398 \begin_inset ERT
43399 status collapsed
43400
43401 \begin_layout Plain Layout
43402
43403 }
43404 \end_layout
43405
43406 \end_inset
43407
43408  Thistle
43409 \end_layout
43410
43411 \end_inset
43412 </cell>
43413 <cell alignment="left" valignment="top" usebox="none">
43414 \begin_inset Text
43415
43416 \begin_layout Plain Layout
43417 \begin_inset ERT
43418 status collapsed
43419
43420 \begin_layout Plain Layout
43421
43422
43423 \backslash
43424 fcolorbox{black}{
43425 \end_layout
43426
43427 \end_inset
43428
43429 Turquoise
43430 \begin_inset ERT
43431 status collapsed
43432
43433 \begin_layout Plain Layout
43434
43435 }{
43436 \end_layout
43437
43438 \end_inset
43439
43440
43441 \begin_inset Phantom Phantom
43442 status open
43443
43444 \begin_layout Plain Layout
43445 W
43446 \end_layout
43447
43448 \end_inset
43449
43450
43451 \begin_inset ERT
43452 status collapsed
43453
43454 \begin_layout Plain Layout
43455
43456 }
43457 \end_layout
43458
43459 \end_inset
43460
43461  Turquoise
43462 \end_layout
43463
43464 \end_inset
43465 </cell>
43466 </row>
43467 <row>
43468 <cell alignment="left" valignment="top" usebox="none">
43469 \begin_inset Text
43470
43471 \begin_layout Plain Layout
43472 \begin_inset ERT
43473 status collapsed
43474
43475 \begin_layout Plain Layout
43476
43477
43478 \backslash
43479 fcolorbox{black}{
43480 \end_layout
43481
43482 \end_inset
43483
43484 Violet
43485 \begin_inset ERT
43486 status collapsed
43487
43488 \begin_layout Plain Layout
43489
43490 }{
43491 \end_layout
43492
43493 \end_inset
43494
43495
43496 \begin_inset Phantom Phantom
43497 status open
43498
43499 \begin_layout Plain Layout
43500 W
43501 \end_layout
43502
43503 \end_inset
43504
43505
43506 \begin_inset ERT
43507 status collapsed
43508
43509 \begin_layout Plain Layout
43510
43511 }
43512 \end_layout
43513
43514 \end_inset
43515
43516  Violet
43517 \end_layout
43518
43519 \end_inset
43520 </cell>
43521 <cell alignment="left" valignment="top" usebox="none">
43522 \begin_inset Text
43523
43524 \begin_layout Plain Layout
43525 \begin_inset ERT
43526 status collapsed
43527
43528 \begin_layout Plain Layout
43529
43530
43531 \backslash
43532 fcolorbox{black}{
43533 \end_layout
43534
43535 \end_inset
43536
43537 VioletRed
43538 \begin_inset ERT
43539 status collapsed
43540
43541 \begin_layout Plain Layout
43542
43543 }{
43544 \end_layout
43545
43546 \end_inset
43547
43548
43549 \begin_inset Phantom Phantom
43550 status open
43551
43552 \begin_layout Plain Layout
43553 W
43554 \end_layout
43555
43556 \end_inset
43557
43558
43559 \begin_inset ERT
43560 status collapsed
43561
43562 \begin_layout Plain Layout
43563
43564 }
43565 \end_layout
43566
43567 \end_inset
43568
43569  VioletRed
43570 \end_layout
43571
43572 \end_inset
43573 </cell>
43574 <cell alignment="left" valignment="top" usebox="none">
43575 \begin_inset Text
43576
43577 \begin_layout Plain Layout
43578 \begin_inset ERT
43579 status collapsed
43580
43581 \begin_layout Plain Layout
43582
43583
43584 \backslash
43585 fcolorbox{black}{
43586 \end_layout
43587
43588 \end_inset
43589
43590 WildStrawberry
43591 \begin_inset ERT
43592 status collapsed
43593
43594 \begin_layout Plain Layout
43595
43596 }{
43597 \end_layout
43598
43599 \end_inset
43600
43601
43602 \begin_inset Phantom Phantom
43603 status open
43604
43605 \begin_layout Plain Layout
43606 W
43607 \end_layout
43608
43609 \end_inset
43610
43611
43612 \begin_inset ERT
43613 status collapsed
43614
43615 \begin_layout Plain Layout
43616
43617 }
43618 \end_layout
43619
43620 \end_inset
43621
43622  WildStrawberry
43623 \end_layout
43624
43625 \end_inset
43626 </cell>
43627 <cell alignment="left" valignment="top" usebox="none">
43628 \begin_inset Text
43629
43630 \begin_layout Plain Layout
43631 \begin_inset ERT
43632 status collapsed
43633
43634 \begin_layout Plain Layout
43635
43636
43637 \backslash
43638 fcolorbox{black}{
43639 \end_layout
43640
43641 \end_inset
43642
43643 YellowGreen
43644 \begin_inset ERT
43645 status collapsed
43646
43647 \begin_layout Plain Layout
43648
43649 }{
43650 \end_layout
43651
43652 \end_inset
43653
43654
43655 \begin_inset Phantom Phantom
43656 status open
43657
43658 \begin_layout Plain Layout
43659 W
43660 \end_layout
43661
43662 \end_inset
43663
43664
43665 \begin_inset ERT
43666 status collapsed
43667
43668 \begin_layout Plain Layout
43669
43670 }
43671 \end_layout
43672
43673 \end_inset
43674
43675  YellowGreen
43676 \end_layout
43677
43678 \end_inset
43679 </cell>
43680 </row>
43681 <row>
43682 <cell alignment="left" valignment="top" usebox="none">
43683 \begin_inset Text
43684
43685 \begin_layout Plain Layout
43686 \begin_inset ERT
43687 status collapsed
43688
43689 \begin_layout Plain Layout
43690
43691
43692 \backslash
43693 fcolorbox{black}{
43694 \end_layout
43695
43696 \end_inset
43697
43698 YellowOrange
43699 \begin_inset ERT
43700 status collapsed
43701
43702 \begin_layout Plain Layout
43703
43704 }{
43705 \end_layout
43706
43707 \end_inset
43708
43709
43710 \begin_inset Phantom Phantom
43711 status open
43712
43713 \begin_layout Plain Layout
43714 W
43715 \end_layout
43716
43717 \end_inset
43718
43719
43720 \begin_inset ERT
43721 status collapsed
43722
43723 \begin_layout Plain Layout
43724
43725 }
43726 \end_layout
43727
43728 \end_inset
43729
43730  YellowOrange
43731 \end_layout
43732
43733 \end_inset
43734 </cell>
43735 <cell alignment="left" valignment="top" usebox="none">
43736 \begin_inset Text
43737
43738 \begin_layout Plain Layout
43739
43740 \end_layout
43741
43742 \end_inset
43743 </cell>
43744 <cell alignment="left" valignment="top" usebox="none">
43745 \begin_inset Text
43746
43747 \begin_layout Plain Layout
43748
43749 \end_layout
43750
43751 \end_inset
43752 </cell>
43753 <cell alignment="left" valignment="top" usebox="none">
43754 \begin_inset Text
43755
43756 \begin_layout Plain Layout
43757
43758 \end_layout
43759
43760 \end_inset
43761 </cell>
43762 </row>
43763 </lyxtabular>
43764
43765 \end_inset
43766
43767
43768 \end_layout
43769
43770 \begin_layout Chapter
43771 Explanation of Equation
43772 \begin_inset space ~
43773 \end_inset
43774
43775 (
43776 \begin_inset CommandInset ref
43777 LatexCommand ref
43778 reference "eq:Wgn"
43779
43780 \end_inset
43781
43782 )
43783 \begin_inset CommandInset label
43784 LatexCommand label
43785 name "cha:Explanation-of-Equation"
43786
43787 \end_inset
43788
43789
43790 \end_layout
43791
43792 \begin_layout Standard
43793 We can calculate the total width of 
43794 \emph on
43795 n
43796 \emph default
43797  table cells 
43798 \begin_inset Formula $W_{\mathrm{tot\, n}}$
43799 \end_inset
43800
43801  as follows:
43802 \begin_inset Formula 
43803 \begin{equation}
43804 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
43805 \end{equation}
43806
43807 \end_inset
43808
43809 where 
43810 \begin_inset Formula $W_{g\, n}$
43811 \end_inset
43812
43813  is the given width of all cells, 
43814 \series bold
43815
43816 \backslash
43817 tabcolsep
43818 \series default
43819  is the LaTeX-length between the cell text and the cell border (its default
43820  value is 6
43821 \begin_inset space \thinspace{}
43822 \end_inset
43823
43824 pt).
43825  
43826 \series bold
43827
43828 \backslash
43829 arrayrulewidth
43830 \series default
43831  is the thickness of the cell border line, the default is 0.4
43832 \begin_inset space \thinspace{}
43833 \end_inset
43834
43835 pt.
43836 \end_layout
43837
43838 \begin_layout Standard
43839 Following equation
43840 \begin_inset space ~
43841 \end_inset
43842
43843
43844 \begin_inset CommandInset ref
43845 LatexCommand eqref
43846 reference "eq:Wtot_n"
43847
43848 \end_inset
43849
43850 , the total width of a multicolumn 
43851 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
43852 \end_inset
43853
43854  is
43855 \begin_inset Formula 
43856 \begin{equation}
43857 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
43858 \end{equation}
43859
43860 \end_inset
43861
43862
43863 \end_layout
43864
43865 \begin_layout Standard
43866 By setting equation
43867 \begin_inset space ~
43868 \end_inset
43869
43870
43871 \begin_inset CommandInset ref
43872 LatexCommand eqref
43873 reference "eq:Wtot_n"
43874
43875 \end_inset
43876
43877  and 
43878 \begin_inset CommandInset ref
43879 LatexCommand eqref
43880 reference "eq:Wtot_mult"
43881
43882 \end_inset
43883
43884  equal we can calculate the needed given width 
43885 \begin_inset Formula $W_{g\, n}$
43886 \end_inset
43887
43888  when 
43889 \emph on
43890 n
43891 \emph default
43892  columns are spanned, so that each column has a total width of 
43893 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
43894 \end_inset
43895
43896 :
43897 \begin_inset Formula 
43898 \begin{equation}
43899 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
43900 \end{equation}
43901
43902 \end_inset
43903
43904
43905 \end_layout
43906
43907 \begin_layout Bibliography
43908 \labelwidthstring Bibliography
43909 \begin_inset CommandInset bibitem
43910 LatexCommand bibitem
43911 key "latexcompanion"
43912
43913 \end_inset
43914
43915 Frank Mittelbach and Michel Goossens: 
43916 \emph on
43917 The LaTeX Companion Second Edition.
43918
43919 \emph default
43920  Addison-Wesley, 2004
43921 \end_layout
43922
43923 \begin_layout Bibliography
43924 \labelwidthstring Bibliography
43925 \begin_inset CommandInset bibitem
43926 LatexCommand bibitem
43927 key "latexguide"
43928
43929 \end_inset
43930
43931 Helmut Kopka and Patrick W.
43932  Daly: 
43933 \emph on
43934 A Guide to LaTeX Fourth Edition.
43935
43936 \emph default
43937  Addison-Wesley, 2003
43938 \end_layout
43939
43940 \begin_layout Bibliography
43941 \labelwidthstring Bibliography
43942 \begin_inset CommandInset bibitem
43943 LatexCommand bibitem
43944 key "latexbook"
43945
43946 \end_inset
43947
43948 Leslie Lamport: 
43949 \emph on
43950 LaTeX: A Document Preparation System.
43951
43952 \emph default
43953  Addison-Wesley, second edition, 1994
43954 \end_layout
43955
43956 \begin_layout Bibliography
43957 \labelwidthstring Bibliography
43958 \begin_inset CommandInset bibitem
43959 LatexCommand bibitem
43960 key "arydshln"
43961
43962 \end_inset
43963
43964 Documentation of the LaTeX-package 
43965 \series bold
43966
43967 \begin_inset CommandInset href
43968 LatexCommand href
43969 name "arydshln"
43970 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
43971
43972 \end_inset
43973
43974
43975 \series default
43976
43977 \begin_inset Index idx
43978 status collapsed
43979
43980 \begin_layout Plain Layout
43981 LaTeX-packages ! arydshln
43982 \end_layout
43983
43984 \end_inset
43985
43986
43987 \end_layout
43988
43989 \begin_layout Bibliography
43990 \labelwidthstring Bibliography
43991 \begin_inset CommandInset bibitem
43992 LatexCommand bibitem
43993 key "booktabs"
43994
43995 \end_inset
43996
43997 Documentation of the LaTeX-package 
43998 \series bold
43999
44000 \begin_inset CommandInset href
44001 LatexCommand href
44002 name "booktabs"
44003 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
44004
44005 \end_inset
44006
44007
44008 \series default
44009
44010 \begin_inset Index idx
44011 status collapsed
44012
44013 \begin_layout Plain Layout
44014 LaTeX-packages ! booktabs
44015 \end_layout
44016
44017 \end_inset
44018
44019
44020 \end_layout
44021
44022 \begin_layout Bibliography
44023 \labelwidthstring Bibliography
44024 \begin_inset CommandInset bibitem
44025 LatexCommand bibitem
44026 key "caption"
44027
44028 \end_inset
44029
44030 Documentation of the LaTeX-package 
44031 \series bold
44032
44033 \begin_inset CommandInset href
44034 LatexCommand href
44035 name "caption"
44036 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
44037
44038 \end_inset
44039
44040
44041 \series default
44042
44043 \begin_inset Index idx
44044 status collapsed
44045
44046 \begin_layout Plain Layout
44047 LaTeX-packages ! caption
44048 \end_layout
44049
44050 \end_inset
44051
44052
44053 \end_layout
44054
44055 \begin_layout Bibliography
44056 \labelwidthstring Bibliography
44057 \begin_inset CommandInset bibitem
44058 LatexCommand bibitem
44059 key "diagbox"
44060
44061 \end_inset
44062
44063 Documentation of the LaTeX-package 
44064 \series bold
44065
44066 \begin_inset CommandInset href
44067 LatexCommand href
44068 name "diagbox"
44069 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
44070
44071 \end_inset
44072
44073
44074 \series default
44075
44076 \begin_inset Index idx
44077 status collapsed
44078
44079 \begin_layout Plain Layout
44080 LaTeX-packages ! diagbox
44081 \end_layout
44082
44083 \end_inset
44084
44085
44086 \end_layout
44087
44088 \begin_layout Bibliography
44089 \labelwidthstring Bibliography
44090 \begin_inset CommandInset bibitem
44091 LatexCommand bibitem
44092 key "endfloat"
44093
44094 \end_inset
44095
44096 Documentation of the LaTeX-package 
44097 \series bold
44098
44099 \begin_inset CommandInset href
44100 LatexCommand href
44101 name "endfloat"
44102 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
44103
44104 \end_inset
44105
44106
44107 \series default
44108
44109 \begin_inset Index idx
44110 status collapsed
44111
44112 \begin_layout Plain Layout
44113 LaTeX-packages ! endfloat
44114 \end_layout
44115
44116 \end_inset
44117
44118
44119 \end_layout
44120
44121 \begin_layout Bibliography
44122 \labelwidthstring Bibliography
44123 \begin_inset CommandInset bibitem
44124 LatexCommand bibitem
44125 key "footmisc"
44126
44127 \end_inset
44128
44129 Documentation of the LaTeX-package 
44130 \series bold
44131
44132 \begin_inset CommandInset href
44133 LatexCommand href
44134 name "footmisc"
44135 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
44136
44137 \end_inset
44138
44139
44140 \series default
44141
44142 \begin_inset Index idx
44143 status collapsed
44144
44145 \begin_layout Plain Layout
44146 LaTeX-packages ! footmisc
44147 \end_layout
44148
44149 \end_inset
44150
44151
44152 \end_layout
44153
44154 \begin_layout Bibliography
44155 \labelwidthstring Bibliography
44156 \begin_inset CommandInset bibitem
44157 LatexCommand bibitem
44158 key "hypcap"
44159
44160 \end_inset
44161
44162 Documentation of the LaTeX-package 
44163 \series bold
44164
44165 \begin_inset CommandInset href
44166 LatexCommand href
44167 name "hypcap"
44168 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
44169
44170 \end_inset
44171
44172
44173 \series default
44174
44175 \begin_inset Index idx
44176 status collapsed
44177
44178 \begin_layout Plain Layout
44179 LaTeX-packages ! hyperref
44180 \end_layout
44181
44182 \end_inset
44183
44184
44185 \end_layout
44186
44187 \begin_layout Bibliography
44188 \labelwidthstring Bibliography
44189 \begin_inset CommandInset bibitem
44190 LatexCommand bibitem
44191 key "hyperref"
44192
44193 \end_inset
44194
44195 Documentation of the LaTeX-package 
44196 \series bold
44197
44198 \begin_inset CommandInset href
44199 LatexCommand href
44200 name "hyperref"
44201 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
44202
44203 \end_inset
44204
44205
44206 \series default
44207
44208 \begin_inset Index idx
44209 status collapsed
44210
44211 \begin_layout Plain Layout
44212 LaTeX-packages ! hyperref
44213 \end_layout
44214
44215 \end_inset
44216
44217
44218 \end_layout
44219
44220 \begin_layout Bibliography
44221 \labelwidthstring Bibliography
44222 \begin_inset CommandInset bibitem
44223 LatexCommand bibitem
44224 key "KOMA-Script"
44225
44226 \end_inset
44227
44228 Documentation of the LaTeX-package 
44229 \series bold
44230
44231 \begin_inset CommandInset href
44232 LatexCommand href
44233 name "KOMA-Script"
44234 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
44235
44236 \end_inset
44237
44238
44239 \series default
44240
44241 \begin_inset Index idx
44242 status collapsed
44243
44244 \begin_layout Plain Layout
44245 LaTeX-packages ! KOMA-Script
44246 \end_layout
44247
44248 \end_inset
44249
44250
44251 \end_layout
44252
44253 \begin_layout Bibliography
44254 \labelwidthstring Bibliography
44255 \begin_inset CommandInset bibitem
44256 LatexCommand bibitem
44257 key "lettrine"
44258
44259 \end_inset
44260
44261 Documentation of the LaTeX-package 
44262 \series bold
44263
44264 \begin_inset CommandInset href
44265 LatexCommand href
44266 name "lettrine"
44267 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
44268
44269 \end_inset
44270
44271
44272 \series default
44273  and an 
44274 \begin_inset CommandInset href
44275 LatexCommand href
44276 name "example"
44277 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
44278
44279 \end_inset
44280
44281
44282 \begin_inset Index idx
44283 status collapsed
44284
44285 \begin_layout Plain Layout
44286 LaTeX-packages ! lettrine
44287 \end_layout
44288
44289 \end_inset
44290
44291
44292 \end_layout
44293
44294 \begin_layout Bibliography
44295 \labelwidthstring Bibliography
44296 \begin_inset CommandInset bibitem
44297 LatexCommand bibitem
44298 key "listings"
44299
44300 \end_inset
44301
44302 Documentation of the LaTeX-package 
44303 \series bold
44304
44305 \begin_inset CommandInset href
44306 LatexCommand href
44307 name "listings"
44308 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
44309
44310 \end_inset
44311
44312
44313 \series default
44314
44315 \begin_inset Index idx
44316 status collapsed
44317
44318 \begin_layout Plain Layout
44319 LaTeX-packages ! listings
44320 \end_layout
44321
44322 \end_inset
44323
44324
44325 \end_layout
44326
44327 \begin_layout Bibliography
44328 \labelwidthstring Bibliography
44329 \begin_inset CommandInset bibitem
44330 LatexCommand bibitem
44331 key "marginnote"
44332
44333 \end_inset
44334
44335 Documentation of the LaTeX-package 
44336 \series bold
44337
44338 \begin_inset CommandInset href
44339 LatexCommand href
44340 name "marginnote"
44341 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
44342
44343 \end_inset
44344
44345
44346 \series default
44347
44348 \begin_inset Index idx
44349 status collapsed
44350
44351 \begin_layout Plain Layout
44352 LaTeX-packages ! marginnote
44353 \end_layout
44354
44355 \end_inset
44356
44357
44358 \end_layout
44359
44360 \begin_layout Bibliography
44361 \labelwidthstring Bibliography
44362 \begin_inset CommandInset bibitem
44363 LatexCommand bibitem
44364 key "pdfpages"
44365
44366 \end_inset
44367
44368 Documentation of the LaTeX-package 
44369 \series bold
44370
44371 \begin_inset CommandInset href
44372 LatexCommand href
44373 name "pdfpages"
44374 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
44375
44376 \end_inset
44377
44378
44379 \series default
44380
44381 \begin_inset Index idx
44382 status collapsed
44383
44384 \begin_layout Plain Layout
44385 LaTeX-packages ! pdfpages
44386 \end_layout
44387
44388 \end_inset
44389
44390
44391 \end_layout
44392
44393 \begin_layout Bibliography
44394 \labelwidthstring Bibliography
44395 \begin_inset CommandInset bibitem
44396 LatexCommand bibitem
44397 key "prettyref"
44398
44399 \end_inset
44400
44401 Documentation of the LaTeX-package 
44402 \series bold
44403
44404 \begin_inset CommandInset href
44405 LatexCommand href
44406 name "prettyref"
44407 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
44408
44409 \end_inset
44410
44411
44412 \series default
44413
44414 \begin_inset Index idx
44415 status collapsed
44416
44417 \begin_layout Plain Layout
44418 LaTeX-packages ! prettyref
44419 \end_layout
44420
44421 \end_inset
44422
44423
44424 \end_layout
44425
44426 \begin_layout Bibliography
44427 \labelwidthstring Bibliography
44428 \begin_inset CommandInset bibitem
44429 LatexCommand bibitem
44430 key "pstricks"
44431
44432 \end_inset
44433
44434 Web page of the LaTeX-package 
44435 \series bold
44436
44437 \begin_inset CommandInset href
44438 LatexCommand href
44439 name "PSTricks"
44440 target "http://tug.org/PSTricks/"
44441
44442 \end_inset
44443
44444
44445 \series default
44446
44447 \begin_inset Index idx
44448 status collapsed
44449
44450 \begin_layout Plain Layout
44451 LaTeX-packages ! PSTricks
44452 \end_layout
44453
44454 \end_inset
44455
44456
44457 \end_layout
44458
44459 \begin_layout Bibliography
44460 \labelwidthstring Bibliography
44461 \begin_inset CommandInset bibitem
44462 LatexCommand bibitem
44463 key "refstyle"
44464
44465 \end_inset
44466
44467 Documentation of the LaTeX-package 
44468 \series bold
44469
44470 \begin_inset CommandInset href
44471 LatexCommand href
44472 name "refstyle"
44473 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
44474
44475 \end_inset
44476
44477
44478 \series default
44479
44480 \begin_inset Index idx
44481 status collapsed
44482
44483 \begin_layout Plain Layout
44484 LaTeX-packages ! refstyle
44485 \end_layout
44486
44487 \end_inset
44488
44489
44490 \end_layout
44491
44492 \begin_layout Bibliography
44493 \labelwidthstring Bibliography
44494 \begin_inset CommandInset bibitem
44495 LatexCommand bibitem
44496 key "sidecap"
44497
44498 \end_inset
44499
44500 Documentation of the LaTeX-package 
44501 \series bold
44502
44503 \begin_inset CommandInset href
44504 LatexCommand href
44505 name "sidecap"
44506 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
44507
44508 \end_inset
44509
44510
44511 \series default
44512
44513 \begin_inset Index idx
44514 status collapsed
44515
44516 \begin_layout Plain Layout
44517 LaTeX-packages ! sidecap
44518 \end_layout
44519
44520 \end_inset
44521
44522
44523 \end_layout
44524
44525 \begin_layout Bibliography
44526 \labelwidthstring Bibliography
44527 \begin_inset CommandInset bibitem
44528 LatexCommand bibitem
44529 key "NewInLyX20"
44530
44531 \end_inset
44532
44533
44534 \begin_inset CommandInset href
44535 LatexCommand href
44536 name "Wiki page"
44537 target "http://wiki.lyx.org/LyX/NewInLyX20"
44538
44539 \end_inset
44540
44541  about new features in 
44542 \family sans
44543 LyX 2.0
44544 \family default
44545 .
44546 \end_layout
44547
44548 \begin_layout Standard
44549 \begin_inset CommandInset index_print
44550 LatexCommand printindex
44551 type "idx"
44552
44553 \end_inset
44554
44555
44556 \end_layout
44557
44558 \end_body
44559 \end_document