]> git.lyx.org Git - features.git/blob - lib/doc/EmbeddedObjects.lyx
f50b28a977c5f231826dce2a5ef3eb4566fa98b9
[features.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 \end_preamble
157 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
158 \use_default_options false
159 \begin_modules
160 initials
161 \end_modules
162 \maintain_unincluded_children false
163 \language english
164 \language_package default
165 \inputencoding auto
166 \fontencoding global
167 \font_roman default
168 \font_sans default
169 \font_typewriter default
170 \font_default_family default
171 \use_non_tex_fonts false
172 \font_sc false
173 \font_osf false
174 \font_sf_scale 100
175 \font_tt_scale 100
176
177 \graphics default
178 \default_output_format default
179 \output_sync 0
180 \bibtex_command default
181 \index_command default
182 \paperfontsize 12
183 \spacing single
184 \use_hyperref true
185 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
186 \pdf_author "LyX Team, Uwe Stöhr"
187 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
188 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
189 \pdf_bookmarks true
190 \pdf_bookmarksnumbered true
191 \pdf_bookmarksopen true
192 \pdf_bookmarksopenlevel 1
193 \pdf_breaklinks false
194 \pdf_pdfborder false
195 \pdf_colorlinks true
196 \pdf_backref false
197 \pdf_pdfusetitle false
198 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
199 \papersize default
200 \use_geometry false
201 \use_amsmath 2
202 \use_esint 0
203 \use_mhchem 1
204 \use_mathdots 1
205 \cite_engine basic
206 \use_bibtopic false
207 \use_indices false
208 \paperorientation portrait
209 \suppress_date false
210 \use_refstyle 0
211 \notefontcolor #0000ff
212 \index Index
213 \shortcut idx
214 \color #008000
215 \end_index
216 \secnumdepth 3
217 \tocdepth 3
218 \paragraph_separation skip
219 \defskip medskip
220 \quotes_language english
221 \papercolumns 1
222 \papersides 2
223 \paperpagestyle default
224 \bullet 1 1 34 -1
225 \bullet 2 2 35 -1
226 \bullet 3 2 7 -1
227 \tracking_changes false
228 \output_changes false
229 \html_math_output 0
230 \html_css_as_file 0
231 \html_be_strict false
232 \end_header
233
234 \begin_body
235
236 \begin_layout Title
237 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
238  manual
239 \end_layout
240
241 \begin_layout Author
242 by the LyX Team
243 \begin_inset Foot
244 status collapsed
245
246 \begin_layout Plain Layout
247 \noindent
248 If you have comments or error corrections, please send them to the LyX Documenta
249 tion mailing list: 
250 \begin_inset CommandInset href
251 LatexCommand href
252 name "lyx-docs@lists.lyx.org"
253 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
254 type "mailto:"
255
256 \end_inset
257
258
259 \end_layout
260
261 \end_inset
262
263
264 \begin_inset Note Note
265 status collapsed
266
267 \begin_layout Plain Layout
268 author: Uwe Stöhr
269 \end_layout
270
271 \end_inset
272
273
274 \begin_inset Newline newline
275 \end_inset
276
277
278 \begin_inset Newline newline
279 \end_inset
280
281
282 \family sans
283 Version 2.0.x
284 \end_layout
285
286 \begin_layout Standard
287 \begin_inset CommandInset toc
288 LatexCommand tableofcontents
289
290 \end_inset
291
292
293 \end_layout
294
295 \begin_layout Standard
296 \begin_inset Note Note
297 status open
298
299 \begin_layout Plain Layout
300 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
301  
302 \series bold
303 arydshln
304 \series default
305
306 \series bold
307 colortbl
308 \series default
309
310 \series bold
311 lettrine, marginnote, picinpar
312 \series default
313  and 
314 \series bold
315 sidecap
316 \series default
317  must be installed.
318  If they are not installed you can export the document anyway but the sections
319  where the packages are required won't appear in the output.
320 \end_layout
321
322 \begin_layout Plain Layout
323 The latest PDF-version of this document can be found here:
324 \begin_inset Newline newline
325 \end_inset
326
327
328 \series bold
329 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
330 \end_layout
331
332 \end_inset
333
334
335 \end_layout
336
337 \begin_layout Chapter
338 Figures
339 \begin_inset Index idx
340 status collapsed
341
342 \begin_layout Plain Layout
343 Figures
344 \end_layout
345
346 \end_inset
347
348
349 \begin_inset Index idx
350 status collapsed
351
352 \begin_layout Plain Layout
353 Graphics|see
354 \begin_inset ERT
355 status collapsed
356
357 \begin_layout Plain Layout
358
359 {
360 \end_layout
361
362 \end_inset
363
364 Figures
365 \begin_inset ERT
366 status collapsed
367
368 \begin_layout Plain Layout
369
370 }
371 \end_layout
372
373 \end_inset
374
375
376 \end_layout
377
378 \end_inset
379
380
381 \end_layout
382
383 \begin_layout Section
384 Graphics Dialog
385 \begin_inset Index idx
386 status collapsed
387
388 \begin_layout Plain Layout
389 Figures ! Graphics Dialog
390 \end_layout
391
392 \end_inset
393
394
395 \begin_inset CommandInset label
396 LatexCommand label
397 name "sec:Graphics-Dialog"
398
399 \end_inset
400
401
402 \end_layout
403
404 \begin_layout Standard
405 To insert an image into your document, place the cursor at the text position
406  you want and click on the toolbar icon 
407 \family sans
408
409 \begin_inset Info
410 type  "icon"
411 arg   "dialog-show-new-inset graphics"
412 \end_inset
413
414
415 \family default
416  or use the menu 
417 \family sans
418 Insert\SpecialChar \menuseparator
419 Graphics
420 \family default
421 .
422  Then a dialog will appear to choose the file to load.
423  The image will appear in the output exactly at the position where it is
424  in the text.
425 \end_layout
426
427 \begin_layout Standard
428 The graphics dialog can be called at any time by clicking on an image.
429  This dialog has three tabs:
430 \end_layout
431
432 \begin_layout Description
433
434 \family sans
435 Graphics
436 \family default
437  Here you can choose an image file and adjust its appearance in the output.
438  The available units for the image size are explained in appendix
439 \begin_inset space ~
440 \end_inset
441
442
443 \begin_inset CommandInset ref
444 LatexCommand ref
445 reference "cha:Units-available-in"
446
447 \end_inset
448
449 .
450 \begin_inset Newline newline
451 \end_inset
452
453
454 \begin_inset Index idx
455 status collapsed
456
457 \begin_layout Plain Layout
458 Figures ! rotated
459 \end_layout
460
461 \end_inset
462
463 You can rotate images counter-clockwise by setting a rotation angle and
464  a rotation origin.
465  The image will also be rotated inside LyX.
466 \begin_inset Newline newline
467 \end_inset
468
469
470 \begin_inset Index idx
471 status collapsed
472
473 \begin_layout Plain Layout
474 Figures ! scaled
475 \end_layout
476
477 \end_inset
478
479 Images can be scaled by using a percentage value or by setting the width
480  and height explicitly.
481  If you set only the width or only the height, the other size will be determined
482  automatically.
483  If you set both, then the image will be transformed to the given size,
484  possibly distorting it.
485  To prevent the image from distortion, use the option 
486 \family sans
487 Maintain aspect ratio
488 \family default
489 .
490  The image will then be scaled so that its width and height don't exceed
491  the specified dimensions.
492 \begin_inset Newline newline
493 \end_inset
494
495 Images can be opened in a program of your choice by right-clicking on it
496  and choosing the entry 
497 \family sans
498 Edit
499 \begin_inset space ~
500 \end_inset
501
502 externally
503 \family default
504  in the context menu.
505  The program can be set for every image format in the file format settings
506  in LyX's preferences.
507 \end_layout
508
509 \begin_layout Description
510
511 \family sans
512 Clipping
513 \family default
514  Alternatively to the usage of scaling units it is possible to set image
515  coordinates to adjust the height and width of the image in the output.
516  The coordinates can also be calculated automatically by pressing the button
517  
518 \family sans
519 Get
520 \begin_inset space ~
521 \end_inset
522
523 from
524 \begin_inset space ~
525 \end_inset
526
527 File
528 \family default
529 .
530  The option 
531 \family sans
532 Clip
533 \begin_inset space ~
534 \end_inset
535
536 to
537 \begin_inset space ~
538 \end_inset
539
540 bounding
541 \begin_inset space ~
542 \end_inset
543
544 box
545 \family default
546  will only print the image region within the given coordinates.
547  Normally you don't need to take care about image coordinates and can ignore
548  this tab.
549 \end_layout
550
551 \begin_layout Description
552
553 \family sans
554 LaTeX
555 \begin_inset space ~
556 \end_inset
557
558 and
559 \begin_inset space ~
560 \end_inset
561
562 LyX
563 \begin_inset space ~
564 \end_inset
565
566 options
567 \family default
568  In this tab you can modify the appearance of the image within LyX and LaTeX
569  experts can specify additional LaTeX options.
570 \begin_inset Newline newline
571 \end_inset
572
573 The option 
574 \family sans
575 Draft
576 \begin_inset space ~
577 \end_inset
578
579 mode
580 \family default
581  makes the image appear in the output only as a frame with the size of the
582  image.
583 \begin_inset Newline newline
584 \end_inset
585
586 The 
587 \family sans
588 Don't
589 \begin_inset space ~
590 \end_inset
591
592 unzip
593 \begin_inset space ~
594 \end_inset
595
596 on
597 \begin_inset space ~
598 \end_inset
599
600 export
601 \family default
602  option only affects zipped EPS-graphics, e.
603 \begin_inset space \thinspace{}
604 \end_inset
605
606 g.
607 \begin_inset space \space{}
608 \end_inset
609
610
611 \emph on
612 x.eps.gz
613 \emph default
614 .
615  When the option is used the images will not be unzipped on export, since
616  LaTeX can handle them as they are.
617 \begin_inset Newline newline
618 \end_inset
619
620 Zipped EPS-graphics are useful to save disk space when you choose PostScript
621  as output format, see appendix
622 \begin_inset space ~
623 \end_inset
624
625
626 \begin_inset CommandInset ref
627 LatexCommand ref
628 reference "sec:PostScript"
629
630 \end_inset
631
632 .
633  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
634  console:
635 \begin_inset Newline newline
636 \end_inset
637
638
639 \series bold
640 gzip x.eps
641 \series default
642
643 \begin_inset Newline newline
644 \end_inset
645
646
647 \series bold
648 zgrep %%Bounding x.eps.gz > x.eps.bb
649 \series default
650
651 \begin_inset Newline newline
652 \end_inset
653
654 The second command creates the bounding box file 
655 \begin_inset Quotes eld
656 \end_inset
657
658 x.eps.bb
659 \begin_inset Quotes erd
660 \end_inset
661
662  that is needed by LaTeX for zipped graphics.
663 \begin_inset Newline newline
664 \end_inset
665
666 In the section 
667 \family sans
668 Graphics
669 \begin_inset space ~
670 \end_inset
671
672 Group
673 \family default
674  you can define or join an image settings group.
675 \begin_inset Index idx
676 status collapsed
677
678 \begin_layout Plain Layout
679 Figures ! Settings grouping
680 \end_layout
681
682 \end_inset
683
684  Images within such a group share their settings, so adjusting one image
685  of the group automatically also adjusts all other images of the group in
686  the same way.
687  So you can for example change the size for a bunch of images without the
688  need to manually change each of them.
689  Joining an existing group can also be done using the context menu of the
690  image by checking the name of the desired group.
691 \end_layout
692
693 \begin_layout Standard
694 \begin_inset VSpace bigskip
695 \end_inset
696
697
698 \end_layout
699
700 \begin_layout Standard
701 This is an example image in EPS format
702 \begin_inset Foot
703 status collapsed
704
705 \begin_layout Plain Layout
706 Image formats are explained in section
707 \begin_inset space ~
708 \end_inset
709
710
711 \begin_inset CommandInset ref
712 LatexCommand ref
713 reference "sec:Image-Formats"
714
715 \end_inset
716
717 .
718 \end_layout
719
720 \end_inset
721
722  within a separate, horizontally centered paragraph:
723 \end_layout
724
725 \begin_layout Standard
726 \align center
727 \begin_inset Graphics
728         filename clipart/mobius.eps
729         scale 70
730         scaleBeforeRotation
731         rotateOrigin center
732
733 \end_inset
734
735
736 \end_layout
737
738 \begin_layout Standard
739 This is the same image like the one above but in draft mode:
740 \end_layout
741
742 \begin_layout Standard
743 \align center
744 \begin_inset Graphics
745         filename clipart/mobius.eps
746         scale 70
747         draft
748         scaleBeforeRotation
749         rotateOrigin center
750
751 \end_inset
752
753
754 \end_layout
755
756 \begin_layout Standard
757 \begin_inset Newpage newpage
758 \end_inset
759
760
761 \end_layout
762
763 \begin_layout Section
764 Figure Floats
765 \begin_inset CommandInset label
766 LatexCommand label
767 name "sec:Figure-Floats"
768
769 \end_inset
770
771
772 \begin_inset Index idx
773 status collapsed
774
775 \begin_layout Plain Layout
776 Floats ! Figures
777 \end_layout
778
779 \end_inset
780
781
782 \begin_inset Index idx
783 status collapsed
784
785 \begin_layout Plain Layout
786 Figures ! Floats
787 \end_layout
788
789 \end_inset
790
791
792 \end_layout
793
794 \begin_layout Standard
795 For general explanations about floats, have a look at section
796 \begin_inset space ~
797 \end_inset
798
799
800 \begin_inset CommandInset ref
801 LatexCommand ref
802 reference "sec:FloatIntroduction"
803
804 \end_inset
805
806 .
807 \end_layout
808
809 \begin_layout Standard
810 The toolbar button 
811 \family sans
812
813 \begin_inset Info
814 type  "icon"
815 arg   "float-insert figure"
816 \end_inset
817
818
819 \family default
820  and the menu 
821 \family sans
822 Insert\SpecialChar \menuseparator
823 Float\SpecialChar \menuseparator
824 Figure
825 \family default
826  inserts a float with a caption that has the label 
827 \begin_inset Quotes eld
828 \end_inset
829
830 Figure
831 \begin_inset space ~
832 \end_inset
833
834 #:
835 \begin_inset Quotes erd
836 \end_inset
837
838  (# is the actual number).
839  You can insert the image above the caption, like in Figure
840 \begin_inset space ~
841 \end_inset
842
843
844 \begin_inset CommandInset ref
845 LatexCommand ref
846 reference "fig:kill-plat"
847
848 \end_inset
849
850  or below the caption, like in Figure
851 \begin_inset space ~
852 \end_inset
853
854
855 \begin_inset CommandInset ref
856 LatexCommand ref
857 reference "fig:escher"
858
859 \end_inset
860
861 .
862  More about caption placement is described in section
863 \begin_inset space ~
864 \end_inset
865
866
867 \begin_inset CommandInset ref
868 LatexCommand ref
869 reference "sec:Caption-Placement"
870
871 \end_inset
872
873 .
874 \end_layout
875
876 \begin_layout Standard
877 \begin_inset Float figure
878 wide false
879 sideways false
880 status open
881
882 \begin_layout Plain Layout
883 \align center
884 \begin_inset Graphics
885         filename clipart/platypus.eps
886         width 50col%
887         scaleBeforeRotation
888         rotateOrigin center
889
890 \end_inset
891
892
893 \end_layout
894
895 \begin_layout Plain Layout
896 \begin_inset Caption
897
898 \begin_layout Plain Layout
899 \begin_inset CommandInset label
900 LatexCommand label
901 name "fig:kill-plat"
902
903 \end_inset
904
905 A severely distorted platypus in a float.
906 \end_layout
907
908 \end_inset
909
910
911 \end_layout
912
913 \end_inset
914
915
916 \end_layout
917
918 \begin_layout Standard
919 \begin_inset Float figure
920 wide false
921 sideways false
922 status open
923
924 \begin_layout Plain Layout
925 \begin_inset Caption
926
927 \begin_layout Plain Layout
928 \begin_inset CommandInset label
929 LatexCommand label
930 name "fig:escher"
931
932 \end_inset
933
934 M.C.
935  Escher on acid.
936 \end_layout
937
938 \end_inset
939
940
941 \end_layout
942
943 \begin_layout Plain Layout
944 \align center
945 \begin_inset Graphics
946         filename clipart/escher-lsd.eps
947         scale 80
948         scaleBeforeRotation
949         rotateOrigin center
950
951 \end_inset
952
953
954 \end_layout
955
956 \end_inset
957
958
959 \end_layout
960
961 \begin_layout Standard
962 \begin_inset Index idx
963 status collapsed
964
965 \begin_layout Plain Layout
966 References ! to Figures
967 \end_layout
968
969 \end_inset
970
971 Figure
972 \begin_inset space ~
973 \end_inset
974
975
976 \begin_inset CommandInset ref
977 LatexCommand ref
978 reference "fig:kill-plat"
979
980 \end_inset
981
982  and 
983 \begin_inset CommandInset ref
984 LatexCommand ref
985 reference "fig:escher"
986
987 \end_inset
988
989  are examples of referenced figures.
990  Figures can be referenced in the text by referencing their label.
991  To do this insert a label in the caption using the menu 
992 \family sans
993 Insert\SpecialChar \menuseparator
994 Label
995 \family default
996  or the toolbar button 
997 \family sans
998
999 \begin_inset Info
1000 type  "icon"
1001 arg   "label-insert"
1002 \end_inset
1003
1004
1005 \family default
1006 .
1007  You can now refer to the label using the menu 
1008 \family sans
1009 Insert\SpecialChar \menuseparator
1010 Cross
1011 \begin_inset space ~
1012 \end_inset
1013
1014 reference
1015 \family default
1016  or the toolbar button 
1017 \family sans
1018
1019 \begin_inset Info
1020 type  "icon"
1021 arg   "dialog-show-new-inset ref"
1022 \end_inset
1023
1024
1025 \family default
1026 .
1027  It is important to use references to floats, rather than using vague references
1028  like 
1029 \begin_inset Quotes eld
1030 \end_inset
1031
1032 the figure above
1033 \begin_inset Quotes erd
1034 \end_inset
1035
1036 , because LaTeX will reposition the floats in the final document and it
1037  might not be 
1038 \begin_inset Quotes eld
1039 \end_inset
1040
1041 above
1042 \begin_inset Quotes erd
1043 \end_inset
1044
1045  at all.
1046 \begin_inset Newline newline
1047 \end_inset
1048
1049 Referencing is explained in detail in section
1050 \begin_inset space ~
1051 \end_inset
1052
1053
1054 \begin_inset CommandInset ref
1055 LatexCommand ref
1056 reference "sec:Referencing-Floats"
1057
1058 \end_inset
1059
1060 .
1061 \end_layout
1062
1063 \begin_layout Standard
1064 Normally only one image is inserted to a figure float, but sometimes you
1065  might want to use two images with separate subcaptions.
1066  This can be done by inserting image floats into existing image floats.
1067  Note that only the main caption of the float is added to the List of Figures.
1068  Figure
1069 \begin_inset space ~
1070 \end_inset
1071
1072
1073 \begin_inset CommandInset ref
1074 LatexCommand ref
1075 reference "fig:Two-distorted-images"
1076
1077 \end_inset
1078
1079  is an example of a figure float with two images set side by side.
1080  You can also set the images one below the other.
1081  Figure
1082 \begin_inset space ~
1083 \end_inset
1084
1085
1086 \begin_inset CommandInset ref
1087 LatexCommand ref
1088 reference "fig:Undefinable-structure"
1089
1090 \end_inset
1091
1092  and 
1093 \begin_inset CommandInset ref
1094 LatexCommand ref
1095 reference "fig:A-Platypus"
1096
1097 \end_inset
1098
1099  are the subfigures.
1100 \end_layout
1101
1102 \begin_layout Standard
1103 \begin_inset Float figure
1104 wide false
1105 sideways false
1106 status open
1107
1108 \begin_layout Plain Layout
1109 \begin_inset space \hfill{}
1110 \end_inset
1111
1112
1113 \begin_inset Float figure
1114 wide false
1115 sideways false
1116 status collapsed
1117
1118 \begin_layout Plain Layout
1119 \begin_inset Caption
1120
1121 \begin_layout Plain Layout
1122 \begin_inset CommandInset label
1123 LatexCommand label
1124 name "fig:Undefinable-structure"
1125
1126 \end_inset
1127
1128 Undefinable structure.
1129 \end_layout
1130
1131 \end_inset
1132
1133
1134 \end_layout
1135
1136 \begin_layout Plain Layout
1137 \begin_inset Graphics
1138         filename clipart/escher-lsd.eps
1139         width 45col%
1140         scaleBeforeRotation
1141         groupId distorted
1142
1143 \end_inset
1144
1145
1146 \end_layout
1147
1148 \end_inset
1149
1150
1151 \begin_inset space \hfill{}
1152 \end_inset
1153
1154
1155 \begin_inset Float figure
1156 wide false
1157 sideways false
1158 status collapsed
1159
1160 \begin_layout Plain Layout
1161 \begin_inset Caption
1162
1163 \begin_layout Plain Layout
1164 \begin_inset CommandInset label
1165 LatexCommand label
1166 name "fig:A-Platypus"
1167
1168 \end_inset
1169
1170 A Platypus.
1171 \end_layout
1172
1173 \end_inset
1174
1175
1176 \end_layout
1177
1178 \begin_layout Plain Layout
1179 \begin_inset Graphics
1180         filename clipart/platypus.eps
1181         width 45col%
1182         scaleBeforeRotation
1183         groupId distorted
1184
1185 \end_inset
1186
1187
1188 \end_layout
1189
1190 \end_inset
1191
1192
1193 \begin_inset space \hfill{}
1194 \end_inset
1195
1196
1197 \end_layout
1198
1199 \begin_layout Plain Layout
1200 \begin_inset Caption
1201
1202 \begin_layout Plain Layout
1203 \begin_inset CommandInset label
1204 LatexCommand label
1205 name "fig:Two-distorted-images"
1206
1207 \end_inset
1208
1209
1210 \begin_inset CommandInset label
1211 LatexCommand label
1212 name "fig2:Two-distorted-images-2"
1213
1214 \end_inset
1215
1216 Two distorted images.
1217  Both images are in the image settings group named 
1218 \begin_inset Quotes eld
1219 \end_inset
1220
1221 distorted
1222 \begin_inset Quotes erd
1223 \end_inset
1224
1225 .
1226 \end_layout
1227
1228 \end_inset
1229
1230
1231 \end_layout
1232
1233 \end_inset
1234
1235
1236 \end_layout
1237
1238 \begin_layout Standard
1239 \begin_inset Newpage newpage
1240 \end_inset
1241
1242
1243 \end_layout
1244
1245 \begin_layout Section
1246 Image Formats
1247 \begin_inset CommandInset label
1248 LatexCommand label
1249 name "sec:Image-Formats"
1250
1251 \end_inset
1252
1253
1254 \begin_inset Index idx
1255 status collapsed
1256
1257 \begin_layout Plain Layout
1258 Image Formats
1259 \end_layout
1260
1261 \end_inset
1262
1263
1264 \begin_inset Index idx
1265 status collapsed
1266
1267 \begin_layout Plain Layout
1268 Figures ! Image Formats
1269 \end_layout
1270
1271 \end_inset
1272
1273
1274 \end_layout
1275
1276 \begin_layout Standard
1277 You can insert images in any known file format.
1278  But as explained in appendix
1279 \begin_inset space ~
1280 \end_inset
1281
1282
1283 \begin_inset CommandInset ref
1284 LatexCommand ref
1285 reference "cha:Output-File-Formats"
1286
1287 \end_inset
1288
1289 , each output document format allows only a few image formats.
1290  LyX uses therefore the program 
1291 \family typewriter
1292 ImageMagick
1293 \family default
1294  in the background to convert the images to the right format.
1295  To increase your work flow by avoiding these conversions in the background,
1296  you can use only the image formats that can directly be embedded in the
1297  output file format.
1298  The output file formats are explained in appendix
1299 \begin_inset space ~
1300 \end_inset
1301
1302
1303 \begin_inset CommandInset ref
1304 LatexCommand ref
1305 reference "cha:Output-File-Formats"
1306
1307 \end_inset
1308
1309 .
1310 \end_layout
1311
1312 \begin_layout Standard
1313 Similar to fonts there are two types of image formats:
1314 \end_layout
1315
1316 \begin_layout Description
1317 Bitmap
1318 \begin_inset space ~
1319 \end_inset
1320
1321 images consist of pixel values, often in a compressed form.
1322  They are therefore not fully scalable and look pixelated in large zooms.
1323  Well-known bitmap image formats are 
1324 \begin_inset Quotes eld
1325 \end_inset
1326
1327 Graphics Interchange Format
1328 \begin_inset Quotes erd
1329 \end_inset
1330
1331  (GIF, file extension 
1332 \begin_inset Quotes eld
1333 \end_inset
1334
1335
1336 \family typewriter
1337 .gif
1338 \family default
1339
1340 \begin_inset Quotes erd
1341 \end_inset
1342
1343 )
1344 \begin_inset Index idx
1345 status collapsed
1346
1347 \begin_layout Plain Layout
1348 GIF|see
1349 \begin_inset ERT
1350 status collapsed
1351
1352 \begin_layout Plain Layout
1353
1354 {
1355 \end_layout
1356
1357 \end_inset
1358
1359 Image formats
1360 \begin_inset ERT
1361 status collapsed
1362
1363 \begin_layout Plain Layout
1364
1365 }
1366 \end_layout
1367
1368 \end_inset
1369
1370
1371 \end_layout
1372
1373 \end_inset
1374
1375
1376 \begin_inset Quotes eld
1377 \end_inset
1378
1379 Portable Network Graphics
1380 \begin_inset Quotes erd
1381 \end_inset
1382
1383  (PNG, file extension 
1384 \begin_inset Quotes eld
1385 \end_inset
1386
1387
1388 \family typewriter
1389 .png
1390 \family default
1391
1392 \begin_inset Quotes erd
1393 \end_inset
1394
1395 )
1396 \begin_inset Index idx
1397 status collapsed
1398
1399 \begin_layout Plain Layout
1400 PNG|see
1401 \begin_inset ERT
1402 status collapsed
1403
1404 \begin_layout Plain Layout
1405
1406 {
1407 \end_layout
1408
1409 \end_inset
1410
1411 Image formats
1412 \begin_inset ERT
1413 status collapsed
1414
1415 \begin_layout Plain Layout
1416
1417 }
1418 \end_layout
1419
1420 \end_inset
1421
1422
1423 \end_layout
1424
1425 \end_inset
1426
1427 , and 
1428 \begin_inset Quotes eld
1429 \end_inset
1430
1431 Joint Photographic Experts Group
1432 \begin_inset Quotes erd
1433 \end_inset
1434
1435  (JPG, file extension 
1436 \begin_inset Quotes eld
1437 \end_inset
1438
1439
1440 \family typewriter
1441 .jpg
1442 \family default
1443
1444 \begin_inset Quotes erd
1445 \end_inset
1446
1447  or 
1448 \begin_inset Quotes eld
1449 \end_inset
1450
1451
1452 \family typewriter
1453 .jpeg
1454 \family default
1455
1456 \begin_inset Quotes erd
1457 \end_inset
1458
1459 )
1460 \begin_inset Index idx
1461 status collapsed
1462
1463 \begin_layout Plain Layout
1464 JPG|see
1465 \begin_inset ERT
1466 status collapsed
1467
1468 \begin_layout Plain Layout
1469
1470 {
1471 \end_layout
1472
1473 \end_inset
1474
1475 Image formats
1476 \begin_inset ERT
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480
1481 }
1482 \end_layout
1483
1484 \end_inset
1485
1486
1487 \end_layout
1488
1489 \end_inset
1490
1491 .
1492 \end_layout
1493
1494 \begin_layout Description
1495 Vector
1496 \begin_inset space ~
1497 \end_inset
1498
1499 images consist of vectors and can therefore be scaled to any size without
1500  data loss.
1501  The scaling ability is necessary if you want to create presentations, because
1502  presentations are always scaled by the video projector.
1503  Scaling is also useful for online documents to let the user zoom into diagrams.
1504 \begin_inset Newline newline
1505 \end_inset
1506
1507 Well-known scalable image formats are 
1508 \begin_inset Quotes eld
1509 \end_inset
1510
1511 Scalable Vector Graphics
1512 \begin_inset Quotes erd
1513 \end_inset
1514
1515  (SVG, file extension 
1516 \begin_inset Quotes eld
1517 \end_inset
1518
1519
1520 \family typewriter
1521 .svg
1522 \family default
1523
1524 \begin_inset Quotes erd
1525 \end_inset
1526
1527 )
1528 \begin_inset Index idx
1529 status collapsed
1530
1531 \begin_layout Plain Layout
1532 SVG|see
1533 \begin_inset ERT
1534 status collapsed
1535
1536 \begin_layout Plain Layout
1537
1538 {
1539 \end_layout
1540
1541 \end_inset
1542
1543 Image formats
1544 \begin_inset ERT
1545 status collapsed
1546
1547 \begin_layout Plain Layout
1548
1549 }
1550 \end_layout
1551
1552 \end_inset
1553
1554
1555 \end_layout
1556
1557 \end_inset
1558
1559
1560 \begin_inset Quotes eld
1561 \end_inset
1562
1563 Encapsulated PostScript
1564 \begin_inset Quotes erd
1565 \end_inset
1566
1567  (EPS, file extension 
1568 \begin_inset Quotes eld
1569 \end_inset
1570
1571
1572 \family typewriter
1573 .eps
1574 \family default
1575
1576 \begin_inset Quotes erd
1577 \end_inset
1578
1579 )
1580 \begin_inset Index idx
1581 status collapsed
1582
1583 \begin_layout Plain Layout
1584 EPS|see
1585 \begin_inset ERT
1586 status collapsed
1587
1588 \begin_layout Plain Layout
1589
1590 {
1591 \end_layout
1592
1593 \end_inset
1594
1595 Image formats
1596 \begin_inset ERT
1597 status collapsed
1598
1599 \begin_layout Plain Layout
1600
1601 }
1602 \end_layout
1603
1604 \end_inset
1605
1606
1607 \end_layout
1608
1609 \end_inset
1610
1611
1612 \begin_inset Quotes eld
1613 \end_inset
1614
1615 Portable Document Format
1616 \begin_inset Quotes erd
1617 \end_inset
1618
1619  (PDF, file extension 
1620 \begin_inset Quotes eld
1621 \end_inset
1622
1623
1624 \family typewriter
1625 .pdf
1626 \family default
1627
1628 \begin_inset Quotes erd
1629 \end_inset
1630
1631 )
1632 \begin_inset Index idx
1633 status collapsed
1634
1635 \begin_layout Plain Layout
1636 PDF
1637 \end_layout
1638
1639 \end_inset
1640
1641 , and 
1642 \begin_inset Quotes eld
1643 \end_inset
1644
1645 Windows Metafile
1646 \begin_inset Quotes erd
1647 \end_inset
1648
1649  (WMF, file extension 
1650 \begin_inset Quotes eld
1651 \end_inset
1652
1653
1654 \family typewriter
1655 .wmf
1656 \family default
1657
1658 \begin_inset Quotes erd
1659 \end_inset
1660
1661 )
1662 \begin_inset Index idx
1663 status collapsed
1664
1665 \begin_layout Plain Layout
1666 SVG|see
1667 \begin_inset ERT
1668 status collapsed
1669
1670 \begin_layout Plain Layout
1671
1672 {
1673 \end_layout
1674
1675 \end_inset
1676
1677 Image formats
1678 \begin_inset ERT
1679 status collapsed
1680
1681 \begin_layout Plain Layout
1682
1683 }
1684 \end_layout
1685
1686 \end_inset
1687
1688
1689 \end_layout
1690
1691 \end_inset
1692
1693 .
1694  We wrote 
1695 \begin_inset Quotes eld
1696 \end_inset
1697
1698 can be
1699 \begin_inset Quotes erd
1700 \end_inset
1701
1702 , because you can convert any bitmap image to a PDF or EPS-image and the
1703  result will still be a bitmap image.
1704  In such cases only a header with the image properties is added to the original
1705  image
1706 \begin_inset Foot
1707 status collapsed
1708
1709 \begin_layout Plain Layout
1710 In the case of PDF, the original image is additionally compressed.
1711 \end_layout
1712
1713 \end_inset
1714
1715 .
1716  The PDF-files generated by 
1717 \family typewriter
1718 Adobe Photoshop
1719 \family default
1720  are for example bitmap images.
1721 \end_layout
1722
1723 \begin_layout Standard
1724 Normally it is not possible to convert a bitmap image into a scalable one,
1725  only vice versa.
1726  Only the image formats PDF and EPS can directly be embedded to PDF and
1727  PostScript output files, respectively.
1728  SVG and WMF-images are recalculated to bitmaps when the output file is
1729  generated because there is currently no adequate WMF/SVG
1730 \begin_inset Formula $\to$
1731 \end_inset
1732
1733 PDF/EPS converter available.
1734 \end_layout
1735
1736 \begin_layout Chapter
1737 Tables
1738 \begin_inset Index idx
1739 status collapsed
1740
1741 \begin_layout Plain Layout
1742 Table
1743 \end_layout
1744
1745 \end_inset
1746
1747
1748 \end_layout
1749
1750 \begin_layout Section
1751 Introduction
1752 \begin_inset Index idx
1753 status collapsed
1754
1755 \begin_layout Plain Layout
1756 Table ! Introduction
1757 \end_layout
1758
1759 \end_inset
1760
1761
1762 \end_layout
1763
1764 \begin_layout Standard
1765 You can insert a table using either the toolbar button 
1766 \begin_inset Info
1767 type  "icon"
1768 arg   "tabular-insert"
1769 \end_inset
1770
1771  or the menu 
1772 \family sans
1773 Insert\SpecialChar \menuseparator
1774 Table
1775 \family default
1776 .
1777  The toolbar button offers you a graphical selection: move the mouse to
1778  set the column/row number of the table that should be created and then
1779  press a mouse button.
1780  When you use the menu to create a table, a dialog will appear, asking you
1781  for the number of rows and columns.
1782 \begin_inset Newline newline
1783 \end_inset
1784
1785  The default table has lines around any cell and the first row appears separated
1786  from the rest of the table.
1787  This separation occurs due to a double line: The cells of the first row
1788  have a line below them and the cells of the second row have a line above
1789  them.
1790  Here is an example table:
1791 \end_layout
1792
1793 \begin_layout Standard
1794 \align center
1795 \begin_inset Tabular
1796 <lyxtabular version="3" rows="4" columns="4">
1797 <features tabularvalignment="middle">
1798 <column alignment="center" valignment="top" width="0">
1799 <column alignment="center" valignment="top" width="0">
1800 <column alignment="center" valignment="top" width="0">
1801 <column alignment="center" valignment="top" width="0">
1802 <row>
1803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Plain Layout
1807
1808 \end_layout
1809
1810 \end_inset
1811 </cell>
1812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816
1817 \family roman
1818 \series medium
1819 \shape up
1820 \size normal
1821 \emph off
1822 \bar no
1823 \noun off
1824 \color none
1825 1
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1831 \begin_inset Text
1832
1833 \begin_layout Plain Layout
1834 2
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843 3
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 </row>
1849 <row>
1850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854
1855 \family roman
1856 \series medium
1857 \shape up
1858 \size normal
1859 \emph off
1860 \bar no
1861 \noun off
1862 \color none
1863 A
1864 \end_layout
1865
1866 \end_inset
1867 </cell>
1868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1869 \begin_inset Text
1870
1871 \begin_layout Plain Layout
1872
1873 \end_layout
1874
1875 \end_inset
1876 </cell>
1877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881
1882 \end_layout
1883
1884 \end_inset
1885 </cell>
1886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 </row>
1896 <row>
1897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1898 \begin_inset Text
1899
1900 \begin_layout Plain Layout
1901
1902 \family roman
1903 \series medium
1904 \shape up
1905 \size normal
1906 \emph off
1907 \bar no
1908 \noun off
1909 \color none
1910 B
1911 \end_layout
1912
1913 \end_inset
1914 </cell>
1915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1916 \begin_inset Text
1917
1918 \begin_layout Plain Layout
1919
1920 \end_layout
1921
1922 \end_inset
1923 </cell>
1924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1925 \begin_inset Text
1926
1927 \begin_layout Plain Layout
1928
1929 \end_layout
1930
1931 \end_inset
1932 </cell>
1933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1934 \begin_inset Text
1935
1936 \begin_layout Plain Layout
1937
1938 \end_layout
1939
1940 \end_inset
1941 </cell>
1942 </row>
1943 <row>
1944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1945 \begin_inset Text
1946
1947 \begin_layout Plain Layout
1948
1949 \family roman
1950 \series medium
1951 \shape up
1952 \size normal
1953 \emph off
1954 \bar no
1955 \noun off
1956 \color none
1957 C
1958 \end_layout
1959
1960 \end_inset
1961 </cell>
1962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1963 \begin_inset Text
1964
1965 \begin_layout Plain Layout
1966
1967 \end_layout
1968
1969 \end_inset
1970 </cell>
1971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1972 \begin_inset Text
1973
1974 \begin_layout Plain Layout
1975
1976 \end_layout
1977
1978 \end_inset
1979 </cell>
1980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1981 \begin_inset Text
1982
1983 \begin_layout Plain Layout
1984
1985 \end_layout
1986
1987 \end_inset
1988 </cell>
1989 </row>
1990 </lyxtabular>
1991
1992 \end_inset
1993
1994
1995 \end_layout
1996
1997 \begin_layout Section
1998 Table Dialog
1999 \begin_inset Index idx
2000 status collapsed
2001
2002 \begin_layout Plain Layout
2003 Table ! Dialog
2004 \end_layout
2005
2006 \end_inset
2007
2008
2009 \end_layout
2010
2011 \begin_layout Standard
2012 You can alter a table by clicking on it with the right mouse button, which
2013  brings up the table dialog.
2014  Here you can adjust the settings of that cell and row/column respectively
2015  where the cursor is currently placed.
2016  Most of the dialog options also work on selections.
2017  This means if you select more cells, columns or rows, the action is done
2018  for the whole selection.
2019  Note that there is a difference between selecting the 
2020 \emph on
2021 contents
2022 \emph default
2023  of the cell, and the cell itself.
2024 \begin_inset Newline newline
2025 \end_inset
2026
2027 With the dialog option 
2028 \family sans
2029 Immediate
2030 \begin_inset space ~
2031 \end_inset
2032
2033 Apply
2034 \family default
2035  every change you make in the dialog is directly applied.
2036  If you move the cursor to another table cell the dialog will then also
2037  be updated with the parameters of the new cell.
2038  If you change length values in the dialog you must press return to get
2039  the change applied.
2040 \begin_inset Newline newline
2041 \end_inset
2042
2043 You can alter tables with the following tabs of the table dialog:
2044 \end_layout
2045
2046 \begin_layout Description
2047
2048 \family sans
2049 Table
2050 \begin_inset space ~
2051 \end_inset
2052
2053 Settings
2054 \family default
2055  Here you can set the table width
2056 \begin_inset Index idx
2057 status collapsed
2058
2059 \begin_layout Plain Layout
2060 Table ! Width
2061 \end_layout
2062
2063 \end_inset
2064
2065 , and the horizontal alignment and the width of the current column.
2066  The alignment 
2067 \family sans
2068 At
2069 \begin_inset space ~
2070 \end_inset
2071
2072 Decimal
2073 \begin_inset space ~
2074 \end_inset
2075
2076 Separator
2077 \family default
2078  is described in section
2079 \begin_inset space ~
2080 \end_inset
2081
2082
2083 \begin_inset CommandInset ref
2084 LatexCommand ref
2085 reference "sub:Special-Cell-Alignment"
2086
2087 \end_inset
2088
2089 .
2090  When you have set a width you can also adjust the vertical alignment of
2091  the current row.
2092  A given width will allow the cell to have line breaks and multiple paragraphs
2093  of text, see section
2094 \begin_inset space ~
2095 \end_inset
2096
2097
2098 \begin_inset CommandInset ref
2099 LatexCommand ref
2100 reference "sub:Multiple-Lines-in"
2101
2102 \end_inset
2103
2104 .
2105  If you set no width, the column is as wide as the content of its widest
2106  cell.
2107 \begin_inset Newline newline
2108 \end_inset
2109
2110 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2111  cell, see section
2112 \begin_inset space ~
2113 \end_inset
2114
2115
2116 \begin_inset CommandInset ref
2117 LatexCommand ref
2118 reference "sub:Multicolumns"
2119
2120 \end_inset
2121
2122  or the cells of one column as multirow cell, see section
2123 \begin_inset space ~
2124 \end_inset
2125
2126
2127 \begin_inset CommandInset ref
2128 LatexCommand ref
2129 reference "sub:Multirows"
2130
2131 \end_inset
2132
2133 .
2134 \begin_inset Newline newline
2135 \end_inset
2136
2137 The rotate check boxes rotate the current cell, a selection, or the whole
2138  table counter-clockwise by 90°.
2139  The rotation is not shown within LyX, only in the output.
2140 \begin_inset Newline newline
2141 \end_inset
2142
2143
2144 \begin_inset Note Greyedout
2145 status open
2146
2147 \begin_layout Plain Layout
2148
2149 \series bold
2150 Note:
2151 \series default
2152  Not all DVI-viewers are able to display rotations.
2153 \end_layout
2154
2155 \end_inset
2156
2157
2158 \begin_inset Newline newline
2159 \end_inset
2160
2161 The table-wide vertical alignment is used for tables within text lines:
2162 \begin_inset Newline newline
2163 \end_inset
2164
2165 A line with tables with different alignments: 
2166 \begin_inset Tabular
2167 <lyxtabular version="3" rows="2" columns="2">
2168 <features tabularvalignment="top">
2169 <column alignment="center" valignment="top" width="0pt">
2170 <column alignment="center" valignment="top" width="0">
2171 <row>
2172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2173 \begin_inset Text
2174
2175 \begin_layout Plain Layout
2176
2177 \end_layout
2178
2179 \end_inset
2180 </cell>
2181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2182 \begin_inset Text
2183
2184 \begin_layout Plain Layout
2185
2186 \family roman
2187 \series medium
2188 \shape up
2189 \size normal
2190 \emph off
2191 \bar no
2192 \noun off
2193 \color none
2194 1
2195 \end_layout
2196
2197 \end_inset
2198 </cell>
2199 </row>
2200 <row>
2201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2202 \begin_inset Text
2203
2204 \begin_layout Plain Layout
2205
2206 \family roman
2207 \series medium
2208 \shape up
2209 \size normal
2210 \emph off
2211 \bar no
2212 \noun off
2213 \color none
2214 A
2215 \end_layout
2216
2217 \end_inset
2218 </cell>
2219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2220 \begin_inset Text
2221
2222 \begin_layout Plain Layout
2223
2224 \end_layout
2225
2226 \end_inset
2227 </cell>
2228 </row>
2229 </lyxtabular>
2230
2231 \end_inset
2232
2233  
2234 \begin_inset Tabular
2235 <lyxtabular version="3" rows="2" columns="2">
2236 <features tabularvalignment="middle">
2237 <column alignment="center" valignment="top" width="0">
2238 <column alignment="center" valignment="top" width="0">
2239 <row>
2240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2241 \begin_inset Text
2242
2243 \begin_layout Plain Layout
2244
2245 \end_layout
2246
2247 \end_inset
2248 </cell>
2249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2250 \begin_inset Text
2251
2252 \begin_layout Plain Layout
2253
2254 \family roman
2255 \series medium
2256 \shape up
2257 \size normal
2258 \emph off
2259 \bar no
2260 \noun off
2261 \color none
2262 1
2263 \end_layout
2264
2265 \end_inset
2266 </cell>
2267 </row>
2268 <row>
2269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2270 \begin_inset Text
2271
2272 \begin_layout Plain Layout
2273
2274 \family roman
2275 \series medium
2276 \shape up
2277 \size normal
2278 \emph off
2279 \bar no
2280 \noun off
2281 \color none
2282 A
2283 \end_layout
2284
2285 \end_inset
2286 </cell>
2287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2288 \begin_inset Text
2289
2290 \begin_layout Plain Layout
2291
2292 \end_layout
2293
2294 \end_inset
2295 </cell>
2296 </row>
2297 </lyxtabular>
2298
2299 \end_inset
2300
2301  
2302 \begin_inset Tabular
2303 <lyxtabular version="3" rows="2" columns="2">
2304 <features tabularvalignment="bottom">
2305 <column alignment="center" valignment="top" width="0pt">
2306 <column alignment="center" valignment="top" width="0">
2307 <row>
2308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2309 \begin_inset Text
2310
2311 \begin_layout Plain Layout
2312
2313 \end_layout
2314
2315 \end_inset
2316 </cell>
2317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2318 \begin_inset Text
2319
2320 \begin_layout Plain Layout
2321
2322 \family roman
2323 \series medium
2324 \shape up
2325 \size normal
2326 \emph off
2327 \bar no
2328 \noun off
2329 \color none
2330 1
2331 \end_layout
2332
2333 \end_inset
2334 </cell>
2335 </row>
2336 <row>
2337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2338 \begin_inset Text
2339
2340 \begin_layout Plain Layout
2341
2342 \family roman
2343 \series medium
2344 \shape up
2345 \size normal
2346 \emph off
2347 \bar no
2348 \noun off
2349 \color none
2350 A
2351 \end_layout
2352
2353 \end_inset
2354 </cell>
2355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2356 \begin_inset Text
2357
2358 \begin_layout Plain Layout
2359
2360 \end_layout
2361
2362 \end_inset
2363 </cell>
2364 </row>
2365 </lyxtabular>
2366
2367 \end_inset
2368
2369
2370 \begin_inset Newline newline
2371 \end_inset
2372
2373 It is also possible to enter a LaTeX-argument which is needed for special
2374  table formattings, see section
2375 \begin_inset space ~
2376 \end_inset
2377
2378
2379 \begin_inset CommandInset ref
2380 LatexCommand ref
2381 reference "sub:Multicolumn-Calculations"
2382
2383 \end_inset
2384
2385  and 
2386 \begin_inset CommandInset ref
2387 LatexCommand ref
2388 reference "sec:Colored-Tables"
2389
2390 \end_inset
2391
2392 .
2393 \end_layout
2394
2395 \begin_layout Description
2396
2397 \family sans
2398 Borders
2399 \family default
2400  In this tab you can add and delete border lines for the current row/column.
2401 \begin_inset Newline newline
2402 \end_inset
2403
2404 Using the style option 
2405 \family sans
2406 Formal
2407 \family default
2408  will convert the table to a formal table as described in section
2409 \begin_inset space ~
2410 \end_inset
2411
2412
2413 \begin_inset CommandInset ref
2414 LatexCommand ref
2415 reference "sec:Formal-Tables"
2416
2417 \end_inset
2418
2419 .
2420 \begin_inset Newline newline
2421 \end_inset
2422
2423 You can also add here space to table rows as described in section
2424 \begin_inset space ~
2425 \end_inset
2426
2427
2428 \begin_inset CommandInset ref
2429 LatexCommand ref
2430 reference "sub:Row-Spacing"
2431
2432 \end_inset
2433
2434 .
2435 \end_layout
2436
2437 \begin_layout Description
2438
2439 \family sans
2440 Longtable
2441 \family default
2442  This tab is to make a table a so called 
2443 \begin_inset Quotes eld
2444 \end_inset
2445
2446
2447 \emph on
2448 longtable
2449 \emph default
2450
2451 \begin_inset Quotes erd
2452 \end_inset
2453
2454  that can run over several pages.
2455  Sections
2456 \begin_inset space ~
2457 \end_inset
2458
2459
2460 \begin_inset CommandInset ref
2461 LatexCommand ref
2462 reference "sec:Longtables"
2463
2464 \end_inset
2465
2466  and 
2467 \begin_inset CommandInset ref
2468 LatexCommand ref
2469 reference "sec:Special-Longtable-Issues"
2470
2471 \end_inset
2472
2473  describe the longtable features in detail.
2474 \end_layout
2475
2476 \begin_layout Section
2477 Table Toolbar
2478 \begin_inset Index idx
2479 status collapsed
2480
2481 \begin_layout Plain Layout
2482 Table ! Toolbar
2483 \end_layout
2484
2485 \end_inset
2486
2487
2488 \end_layout
2489
2490 \begin_layout Standard
2491 The table toolbar is an alternative to the table dialog to be able to alter
2492  tables faster.
2493  It should normally appear at the bottom of LyX's main window when the cursor
2494  is inside a table.
2495  You can alternatively switch it on to appear always, by right-clicking
2496  in LyX's main menu bar.
2497 \end_layout
2498
2499 \begin_layout Standard
2500 The toolbar has the following icons:
2501 \end_layout
2502
2503 \begin_layout Labeling
2504 \labelwidthstring 00.00.0000
2505
2506 \family sans
2507 \begin_inset Info
2508 type  "icon"
2509 arg   "inset-modify tabular append-row"
2510 \end_inset
2511
2512
2513 \family default
2514  adds a row below the current cell or selection
2515 \end_layout
2516
2517 \begin_layout Labeling
2518 \labelwidthstring 00.00.0000
2519
2520 \family sans
2521 \begin_inset Info
2522 type  "icon"
2523 arg   "inset-modify tabular append-column"
2524 \end_inset
2525
2526
2527 \family default
2528  adds a column right beside the current cell or selection
2529 \end_layout
2530
2531 \begin_layout Labeling
2532 \labelwidthstring 00.00.0000
2533
2534 \family sans
2535 \begin_inset Info
2536 type  "icon"
2537 arg   "inset-modify tabular delete-row"
2538 \end_inset
2539
2540
2541 \family default
2542  deletes the current row or selection
2543 \end_layout
2544
2545 \begin_layout Labeling
2546 \labelwidthstring 00.00.0000
2547
2548 \family sans
2549 \begin_inset Info
2550 type  "icon"
2551 arg   "inset-modify tabular delete-column"
2552 \end_inset
2553
2554
2555 \family default
2556  deletes the current column or selection
2557 \end_layout
2558
2559 \begin_layout Labeling
2560 \labelwidthstring 00.00.0000
2561
2562 \family sans
2563 \begin_inset Info
2564 type  "icon"
2565 arg   "inset-modify tabular toggle-line-top"
2566 \end_inset
2567
2568
2569 \family default
2570  adds a line at the top of the current cell / row or of a selection
2571 \end_layout
2572
2573 \begin_layout Labeling
2574 \labelwidthstring 00.00.0000
2575
2576 \family sans
2577 \begin_inset Info
2578 type  "icon"
2579 arg   "inset-modify tabular toggle-line-bottom"
2580 \end_inset
2581
2582
2583 \family default
2584  adds a line at the bottom of the current cell / row or of a selection
2585 \end_layout
2586
2587 \begin_layout Labeling
2588 \labelwidthstring 00.00.0000
2589
2590 \family sans
2591 \begin_inset Info
2592 type  "icon"
2593 arg   "inset-modify tabular toggle-line-left"
2594 \end_inset
2595
2596
2597 \family default
2598  adds a line at the left side of the current cell / row or of a selection
2599 \end_layout
2600
2601 \begin_layout Labeling
2602 \labelwidthstring 00.00.0000
2603
2604 \family sans
2605 \begin_inset Info
2606 type  "icon"
2607 arg   "inset-modify tabular toggle-line-right"
2608 \end_inset
2609
2610
2611 \family default
2612  adds a line at the right side of the current cell / row or of a selection
2613 \end_layout
2614
2615 \begin_layout Labeling
2616 \labelwidthstring 00.00.0000
2617
2618 \family sans
2619 \begin_inset Info
2620 type  "icon"
2621 arg   "inset-modify tabular set-all-lines"
2622 \end_inset
2623
2624
2625 \family default
2626  adds lines around the current or selected cells - if the current cell no
2627  multicolumn cell this also affects the current row and column
2628 \end_layout
2629
2630 \begin_layout Labeling
2631 \labelwidthstring 00.00.0000
2632
2633 \family sans
2634 \begin_inset Info
2635 type  "icon"
2636 arg   "inset-modify tabular unset-all-lines"
2637 \end_inset
2638
2639
2640 \family default
2641  deletes all lines of the current or selected cells - if the current cell
2642  no multicolumn cell this also affects the current row and column
2643 \end_layout
2644
2645 \begin_layout Labeling
2646 \labelwidthstring 00.00.0000
2647
2648 \family sans
2649 \begin_inset Info
2650 type  "icon"
2651 arg   "inset-modify tabular m-align-left"
2652 \end_inset
2653
2654
2655 \family default
2656  left-aligns the content of the current cell / column
2657 \end_layout
2658
2659 \begin_layout Labeling
2660 \labelwidthstring 00.00.0000
2661
2662 \family sans
2663 \begin_inset Info
2664 type  "icon"
2665 arg   "inset-modify tabular m-align-center"
2666 \end_inset
2667
2668
2669 \family default
2670  centers the content of the current cell / column horizontally
2671 \end_layout
2672
2673 \begin_layout Labeling
2674 \labelwidthstring 00.00.0000
2675
2676 \family sans
2677 \begin_inset Info
2678 type  "icon"
2679 arg   "inset-modify tabular m-align-right"
2680 \end_inset
2681
2682
2683 \family default
2684  right-aligns the content of the current cell / column
2685 \end_layout
2686
2687 \begin_layout Labeling
2688 \labelwidthstring 00.00.0000
2689
2690 \family sans
2691 \begin_inset Info
2692 type  "icon"
2693 arg   "inset-modify tabular align-decimal"
2694 \end_inset
2695
2696
2697 \family default
2698  aligns the content of the current column at a character
2699 \end_layout
2700
2701 \begin_layout Labeling
2702 \labelwidthstring 00.00.0000
2703
2704 \family sans
2705 \begin_inset Info
2706 type  "icon"
2707 arg   "inset-modify tabular m-valign-top"
2708 \end_inset
2709
2710
2711 \family default
2712  aligns the content of the current cell vertically to the top
2713 \end_layout
2714
2715 \begin_layout Labeling
2716 \labelwidthstring 00.00.0000
2717
2718 \family sans
2719 \begin_inset Info
2720 type  "icon"
2721 arg   "inset-modify tabular m-valign-middle"
2722 \end_inset
2723
2724
2725 \family default
2726  centers the content of the current cell vertically
2727 \end_layout
2728
2729 \begin_layout Labeling
2730 \labelwidthstring 00.00.0000
2731
2732 \family sans
2733 \begin_inset Info
2734 type  "icon"
2735 arg   "inset-modify tabular m-valign-bottom"
2736 \end_inset
2737
2738
2739 \family default
2740  aligns the content of the current cell vertically to the bottom
2741 \end_layout
2742
2743 \begin_layout Labeling
2744 \labelwidthstring 00.00.0000
2745
2746 \family sans
2747 \begin_inset Info
2748 type  "icon"
2749 arg   "inset-modify tabular set-rotate-cell"
2750 \end_inset
2751
2752
2753 \family default
2754  rotates the current cell or selection counter-clockwise by 90°
2755 \end_layout
2756
2757 \begin_layout Labeling
2758 \labelwidthstring 00.00.0000
2759
2760 \family sans
2761 \begin_inset Info
2762 type  "icon"
2763 arg   "inset-modify tabular set-rotate-tabular"
2764 \end_inset
2765
2766
2767 \family default
2768  rotates the whole table counter-clockwise by 90°
2769 \end_layout
2770
2771 \begin_layout Labeling
2772 \labelwidthstring 00.00.0000
2773
2774 \family sans
2775 \begin_inset Info
2776 type  "icon"
2777 arg   "inset-modify tabular multicolumn"
2778 \end_inset
2779
2780
2781 \family default
2782  sets the current cell or selection as a multicolumn
2783 \end_layout
2784
2785 \begin_layout Labeling
2786 \labelwidthstring 00.00.0000
2787
2788 \family sans
2789 \begin_inset Info
2790 type  "icon"
2791 arg   "inset-modify tabular multirow"
2792 \end_inset
2793
2794
2795 \family default
2796  sets the current cell or selection as a multirow
2797 \end_layout
2798
2799 \begin_layout Standard
2800 \begin_inset Note Greyedout
2801 status open
2802
2803 \begin_layout Plain Layout
2804
2805 \series bold
2806 Note:
2807 \series default
2808  For the output the vertical alignment of the first cell in a row is used
2809  for all following cells in the row.
2810 \end_layout
2811
2812 \end_inset
2813
2814
2815 \end_layout
2816
2817 \begin_layout Section
2818 Edit Table Menu
2819 \begin_inset Index idx
2820 status collapsed
2821
2822 \begin_layout Plain Layout
2823 Table ! Edit Menu
2824 \end_layout
2825
2826 \end_inset
2827
2828
2829 \end_layout
2830
2831 \begin_layout Standard
2832 Additionally to the table dialog and toolbar, the menu 
2833 \family sans
2834 Edit\SpecialChar \menuseparator
2835 Table
2836 \family default
2837  allows you to add and delete border lines for the current row/column and
2838  to set the current selection as multicolumn.
2839  The menu is only available when the cursor is inside a table.
2840 \end_layout
2841
2842 \begin_layout Section
2843 Table Floats
2844 \begin_inset CommandInset label
2845 LatexCommand label
2846 name "sec:Table-Floats"
2847
2848 \end_inset
2849
2850
2851 \begin_inset Index idx
2852 status collapsed
2853
2854 \begin_layout Plain Layout
2855 Floats ! Tables
2856 \end_layout
2857
2858 \end_inset
2859
2860
2861 \begin_inset Index idx
2862 status collapsed
2863
2864 \begin_layout Plain Layout
2865 Table ! Floats
2866 \end_layout
2867
2868 \end_inset
2869
2870
2871 \end_layout
2872
2873 \begin_layout Standard
2874 For general explanations about floats, have a look at section
2875 \begin_inset space ~
2876 \end_inset
2877
2878
2879 \begin_inset CommandInset ref
2880 LatexCommand ref
2881 reference "sec:FloatIntroduction"
2882
2883 \end_inset
2884
2885 .
2886 \end_layout
2887
2888 \begin_layout Standard
2889 \begin_inset Float table
2890 placement h
2891 wide false
2892 sideways false
2893 status open
2894
2895 \begin_layout Plain Layout
2896 \begin_inset Caption
2897
2898 \begin_layout Plain Layout
2899 \begin_inset CommandInset label
2900 LatexCommand label
2901 name "tab:a table float"
2902
2903 \end_inset
2904
2905 A table float.
2906 \end_layout
2907
2908 \end_inset
2909
2910
2911 \end_layout
2912
2913 \begin_layout Plain Layout
2914 \align center
2915 \begin_inset Tabular
2916 <lyxtabular version="3" rows="3" columns="3">
2917 <features tabularvalignment="middle">
2918 <column alignment="center" valignment="top" width="0pt">
2919 <column alignment="center" valignment="top" width="0pt">
2920 <column alignment="center" valignment="top" width="0pt">
2921 <row>
2922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2923 \begin_inset Text
2924
2925 \begin_layout Plain Layout
2926
2927 \family roman
2928 \series medium
2929 \shape up
2930 \size normal
2931 \emph off
2932 \bar no
2933 \noun off
2934 \color none
2935 1
2936 \end_layout
2937
2938 \end_inset
2939 </cell>
2940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2941 \begin_inset Text
2942
2943 \begin_layout Plain Layout
2944
2945 \family roman
2946 \series medium
2947 \shape up
2948 \size normal
2949 \emph off
2950 \bar no
2951 \noun off
2952 \color none
2953 2
2954 \end_layout
2955
2956 \end_inset
2957 </cell>
2958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2959 \begin_inset Text
2960
2961 \begin_layout Plain Layout
2962
2963 \family roman
2964 \series medium
2965 \shape up
2966 \size normal
2967 \emph off
2968 \bar no
2969 \noun off
2970 \color none
2971 3
2972 \end_layout
2973
2974 \end_inset
2975 </cell>
2976 </row>
2977 <row>
2978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2979 \begin_inset Text
2980
2981 \begin_layout Plain Layout
2982
2983 \family roman
2984 \series medium
2985 \shape up
2986 \size normal
2987 \emph off
2988 \bar no
2989 \noun off
2990 \color none
2991 Joe
2992 \end_layout
2993
2994 \end_inset
2995 </cell>
2996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2997 \begin_inset Text
2998
2999 \begin_layout Plain Layout
3000
3001 \family roman
3002 \series medium
3003 \shape up
3004 \size normal
3005 \emph off
3006 \bar no
3007 \noun off
3008 \color none
3009 Mary
3010 \end_layout
3011
3012 \end_inset
3013 </cell>
3014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3015 \begin_inset Text
3016
3017 \begin_layout Plain Layout
3018
3019 \family roman
3020 \series medium
3021 \shape up
3022 \size normal
3023 \emph off
3024 \bar no
3025 \noun off
3026 \color none
3027 Ted
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 </row>
3033 <row>
3034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3035 \begin_inset Text
3036
3037 \begin_layout Plain Layout
3038
3039 \family roman
3040 \series medium
3041 \shape up
3042 \size normal
3043 \emph off
3044 \bar no
3045 \noun off
3046 \color none
3047 \begin_inset Formula $\int x^{2}dx$
3048 \end_inset
3049
3050
3051 \end_layout
3052
3053 \end_inset
3054 </cell>
3055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3056 \begin_inset Text
3057
3058 \begin_layout Plain Layout
3059
3060 \family roman
3061 \series medium
3062 \shape up
3063 \size normal
3064 \emph off
3065 \bar no
3066 \noun off
3067 \color none
3068 \begin_inset Formula $\left[\begin{array}{cc}
3069 a & b\\
3070 c & d
3071 \end{array}\right]$
3072 \end_inset
3073
3074
3075 \end_layout
3076
3077 \end_inset
3078 </cell>
3079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3080 \begin_inset Text
3081
3082 \begin_layout Plain Layout
3083
3084 \family roman
3085 \series medium
3086 \shape up
3087 \size normal
3088 \emph off
3089 \bar no
3090 \noun off
3091 \color none
3092 \begin_inset Formula $1+1=2$
3093 \end_inset
3094
3095
3096 \end_layout
3097
3098 \end_inset
3099 </cell>
3100 </row>
3101 </lyxtabular>
3102
3103 \end_inset
3104
3105
3106 \end_layout
3107
3108 \end_inset
3109
3110
3111 \end_layout
3112
3113 \begin_layout Standard
3114 Table floats can be inserted using the menu 
3115 \family sans
3116 Insert\SpecialChar \menuseparator
3117 Float\SpecialChar \menuseparator
3118 Table
3119 \family default
3120  or the toolbar button 
3121 \family sans
3122
3123 \begin_inset Info
3124 type  "icon"
3125 arg   "float-insert table"
3126 \end_inset
3127
3128
3129 \family default
3130 .
3131 \end_layout
3132
3133 \begin_layout Standard
3134 The float appears as a collapsible box with a caption that has the label
3135  
3136 \begin_inset Quotes eld
3137 \end_inset
3138
3139 Table
3140 \begin_inset space ~
3141 \end_inset
3142
3143 #:
3144 \begin_inset Quotes erd
3145 \end_inset
3146
3147  (# is the actual table number).
3148  You can insert tables in the float above or below the caption.
3149 \end_layout
3150
3151 \begin_layout Standard
3152 Table
3153 \begin_inset space ~
3154 \end_inset
3155
3156
3157 \begin_inset CommandInset ref
3158 LatexCommand ref
3159 reference "tab:a table float"
3160
3161 \end_inset
3162
3163  is an example table within a table float.
3164 \end_layout
3165
3166 \begin_layout Standard
3167 Having the caption above the table is the common rule that is unfortunately
3168  not supported in LaTeX's standard classes.
3169  This means that, if you are using the document classes 
3170 \family sans
3171 article
3172 \family default
3173
3174 \family sans
3175 book
3176 \family default
3177
3178 \family sans
3179 letter
3180 \family default
3181 , or 
3182 \family sans
3183 report
3184 \family default
3185 , there will be no space between the caption and the table.
3186  To insert the needed space, add the following option to the load command
3187  of the LaTeX-package 
3188 \series bold
3189 caption
3190 \series default
3191
3192 \begin_inset Index idx
3193 status collapsed
3194
3195 \begin_layout Plain Layout
3196 LaTeX-packages ! caption
3197 \end_layout
3198
3199 \end_inset
3200
3201  in your document preamble
3202 \begin_inset Foot
3203 status collapsed
3204
3205 \begin_layout Plain Layout
3206 For more information have a look at section
3207 \begin_inset space ~
3208 \end_inset
3209
3210
3211 \begin_inset CommandInset ref
3212 LatexCommand ref
3213 reference "sec:Caption-Placement"
3214
3215 \end_inset
3216
3217 .
3218 \end_layout
3219
3220 \end_inset
3221
3222 :
3223 \end_layout
3224
3225 \begin_layout Standard
3226
3227 \series bold
3228 tableposition=top
3229 \end_layout
3230
3231 \begin_layout Standard
3232 The package 
3233 \series bold
3234 caption
3235 \series default
3236 , which is described in section
3237 \begin_inset space ~
3238 \end_inset
3239
3240
3241 \begin_inset CommandInset ref
3242 LatexCommand ref
3243 reference "sec:Caption-Formatting"
3244
3245 \end_inset
3246
3247 , is used to adjust the caption format.
3248 \end_layout
3249
3250 \begin_layout Standard
3251 \begin_inset Index idx
3252 status collapsed
3253
3254 \begin_layout Plain Layout
3255 References ! to Tables
3256 \end_layout
3257
3258 \end_inset
3259
3260 Tables can be cross-referenced in the text by referencing their label.
3261  To do this insert a label in the caption using the menu 
3262 \family sans
3263 Insert\SpecialChar \menuseparator
3264 Label
3265 \family default
3266  or the toolbar button 
3267 \family sans
3268
3269 \begin_inset Info
3270 type  "icon"
3271 arg   "label-insert"
3272 \end_inset
3273
3274
3275 \family default
3276 .
3277  You can now refer to the label using the menu 
3278 \family sans
3279 Insert\SpecialChar \menuseparator
3280 Cross
3281 \begin_inset space ~
3282 \end_inset
3283
3284 reference
3285 \family default
3286  or the toolbar button 
3287 \family sans
3288
3289 \begin_inset Info
3290 type  "icon"
3291 arg   "dialog-show-new-inset ref"
3292 \end_inset
3293
3294
3295 \family default
3296 .
3297 \begin_inset Newline newline
3298 \end_inset
3299
3300 Referencing is explained in detail in section
3301 \begin_inset space ~
3302 \end_inset
3303
3304
3305 \begin_inset CommandInset ref
3306 LatexCommand ref
3307 reference "sec:Referencing-Floats"
3308
3309 \end_inset
3310
3311 .
3312 \end_layout
3313
3314 \begin_layout Section
3315 Longtables
3316 \begin_inset CommandInset label
3317 LatexCommand label
3318 name "sec:Longtables"
3319
3320 \end_inset
3321
3322
3323 \begin_inset Index idx
3324 status collapsed
3325
3326 \begin_layout Plain Layout
3327 Longtables
3328 \end_layout
3329
3330 \end_inset
3331
3332
3333 \begin_inset Index idx
3334 status collapsed
3335
3336 \begin_layout Plain Layout
3337 Table ! Longtables
3338 \end_layout
3339
3340 \end_inset
3341
3342
3343 \end_layout
3344
3345 \begin_layout Standard
3346 If the table is too long to fit on one page, you can use the option 
3347 \family sans
3348 Use
3349 \begin_inset space ~
3350 \end_inset
3351
3352 long
3353 \begin_inset space ~
3354 \end_inset
3355
3356 table
3357 \family default
3358  in the tab 
3359 \family sans
3360 Longtable
3361 \family default
3362  of the table dialog to split the table automatically over more pages.
3363  Doing this enables the following options:
3364 \end_layout
3365
3366 \begin_layout Description
3367 Header: The current row is defined to be a header row that appears on all
3368  pages of the longtable; except for the first page, if 
3369 \family sans
3370 First
3371 \begin_inset space ~
3372 \end_inset
3373
3374 header
3375 \family default
3376  is defined.
3377  This is therefore called the main header.
3378 \end_layout
3379
3380 \begin_layout Description
3381 First
3382 \begin_inset space ~
3383 \end_inset
3384
3385 header: The current row is defined to be a header row that appears on the
3386  first page of the longtable.
3387 \end_layout
3388
3389 \begin_layout Description
3390 Footer: The current row is defined to be a footer row that appears on all
3391  pages of the longtable; except for the last page, if 
3392 \family sans
3393 Last
3394 \begin_inset space ~
3395 \end_inset
3396
3397 footer
3398 \family default
3399  is defined.
3400 \end_layout
3401
3402 \begin_layout Description
3403 Last
3404 \begin_inset space ~
3405 \end_inset
3406
3407 footer: The current row is defined to be a footer row that appears on the
3408  last page of the longtable.
3409 \end_layout
3410
3411 \begin_layout Description
3412 Caption: The current row contains the table caption.
3413  The row is reset as single column and a caption is inserted.
3414  More about longtable captions is explained in sec.
3415 \begin_inset space \thinspace{}
3416 \end_inset
3417
3418
3419 \begin_inset CommandInset ref
3420 LatexCommand ref
3421 reference "sub:Longtable-Captions"
3422
3423 \end_inset
3424
3425 .
3426 \end_layout
3427
3428 \begin_layout Standard
3429 You can also specify a row where the table is split.
3430  See the following longtable to see how it works:
3431 \end_layout
3432
3433 \begin_layout Standard
3434 \align center
3435 \begin_inset Tabular
3436 <lyxtabular version="3" rows="69" columns="3">
3437 <features islongtable="true" longtabularalignment="center">
3438 <column alignment="left" valignment="top" width="0cm">
3439 <column alignment="left" valignment="top" width="0pt">
3440 <column alignment="center" valignment="top" width="0pt">
3441 <row endfirsthead="true">
3442 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446
3447 \series bold
3448 Example Phone List (ignore the names)
3449 \end_layout
3450
3451 \end_inset
3452 </cell>
3453 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 </row>
3472 <row endfirsthead="true">
3473 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Plain Layout
3477
3478 \series bold
3479 NAME
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Plain Layout
3488
3489 \end_layout
3490
3491 \end_inset
3492 </cell>
3493 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497
3498 \series bold
3499 TEL.
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 </row>
3505 <row endhead="true">
3506 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Plain Layout
3510
3511 \series bold
3512 Example Phone List
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 </row>
3536 <row endhead="true">
3537 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541
3542 \series bold
3543 NAME
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561
3562 \series bold
3563 TEL.
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 </row>
3569 <row endfoot="true">
3570 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574  continued on next page
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Plain Layout
3592
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 </row>
3598 <row>
3599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3600 \begin_inset Text
3601
3602 \begin_layout Plain Layout
3603
3604 \series bold
3605 Annovi
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 <cell alignment="center" valignment="top" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614 Silvia
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Plain Layout
3623 111
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 </row>
3629 <row>
3630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3631 \begin_inset Text
3632
3633 \begin_layout Plain Layout
3634
3635 \series bold
3636 Bertoli
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 <cell alignment="center" valignment="top" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Plain Layout
3645 Stefano
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654 111
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 </row>
3660 <row>
3661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3662 \begin_inset Text
3663
3664 \begin_layout Plain Layout
3665
3666 \series bold
3667 Bozzi
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 <cell alignment="center" valignment="top" usebox="none">
3673 \begin_inset Text
3674
3675 \begin_layout Plain Layout
3676 Walter
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3682 \begin_inset Text
3683
3684 \begin_layout Plain Layout
3685 111
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 </row>
3691 <row>
3692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696
3697 \series bold
3698 Cachia
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 <cell alignment="center" valignment="top" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707 Maria
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716 111
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 </row>
3722 <row>
3723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3724 \begin_inset Text
3725
3726 \begin_layout Plain Layout
3727
3728 \series bold
3729 Cachia
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 <cell alignment="center" valignment="top" usebox="none">
3735 \begin_inset Text
3736
3737 \begin_layout Plain Layout
3738 Maurizio
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3744 \begin_inset Text
3745
3746 \begin_layout Plain Layout
3747 111
3748 \end_layout
3749
3750 \end_inset
3751 </cell>
3752 </row>
3753 <row>
3754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3755 \begin_inset Text
3756
3757 \begin_layout Plain Layout
3758
3759 \series bold
3760 Cinquemani
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 <cell alignment="center" valignment="top" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769 Giusi
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3775 \begin_inset Text
3776
3777 \begin_layout Plain Layout
3778 111
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 </row>
3784 <row>
3785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3786 \begin_inset Text
3787
3788 \begin_layout Plain Layout
3789
3790 \series bold
3791 Colin
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 <cell alignment="center" valignment="top" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Plain Layout
3800 Bernard
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Plain Layout
3809 111
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 </row>
3815 <row>
3816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Plain Layout
3820
3821 \series bold
3822 Concli
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 <cell alignment="center" valignment="top" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Plain Layout
3831 Gianfranco
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Plain Layout
3840 111
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 </row>
3846 <row>
3847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Plain Layout
3851
3852 \series bold
3853 Dal Bosco
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 <cell alignment="center" valignment="top" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862 Carolina
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Plain Layout
3871 111
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 </row>
3877 <row>
3878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Plain Layout
3882
3883 \series bold
3884 Dalpiaz
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 <cell alignment="center" valignment="top" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Plain Layout
3893 Annamaria
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3899 \begin_inset Text
3900
3901 \begin_layout Plain Layout
3902 111
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 </row>
3908 <row>
3909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3910 \begin_inset Text
3911
3912 \begin_layout Plain Layout
3913
3914 \series bold
3915 Feliciello
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 <cell alignment="center" valignment="top" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924 Domenico
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3930 \begin_inset Text
3931
3932 \begin_layout Plain Layout
3933 111
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 </row>
3939 <row>
3940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3941 \begin_inset Text
3942
3943 \begin_layout Plain Layout
3944
3945 \series bold
3946 Focarelli
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 <cell alignment="center" valignment="top" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955 Paola
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3961 \begin_inset Text
3962
3963 \begin_layout Plain Layout
3964 111
3965 \end_layout
3966
3967 \end_inset
3968 </cell>
3969 </row>
3970 <row>
3971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3972 \begin_inset Text
3973
3974 \begin_layout Plain Layout
3975
3976 \series bold
3977 Galletti
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 <cell alignment="center" valignment="top" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986 Oreste
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Plain Layout
3995 111
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 </row>
4001 <row>
4002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Plain Layout
4006
4007 \series bold
4008 Gasparini
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 <cell alignment="center" valignment="top" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 Franca
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026 111
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 </row>
4032 <row>
4033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Plain Layout
4037
4038 \series bold
4039 Rizzardi
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell alignment="center" valignment="top" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048 Paola
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057 111
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 </row>
4063 <row>
4064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068
4069 \series bold
4070 Lassini
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell alignment="center" valignment="top" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079 Giancarlo
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088 111
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 </row>
4094 <row>
4095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099
4100 \series bold
4101 Malfatti
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 Luciano
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119 111
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 </row>
4125 <row>
4126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130
4131 \series bold
4132 Malfatti
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 Valeriano
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 111
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 </row>
4156 <row>
4157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161
4162 \series bold
4163 Meneguzzo
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 Roberto
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181 111
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 </row>
4187 <row>
4188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192
4193 \series bold
4194 Mezzadra
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 Roberto
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212 111
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 </row>
4218 <row>
4219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223
4224 \series bold
4225 Pirpamer
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 Erich
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243 111
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 </row>
4249 <row>
4250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254
4255 \series bold
4256 Pochiesa
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 Paolo
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 111, 222
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 </row>
4280 <row>
4281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285
4286 \series bold
4287 Radina
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 Claudio
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 111
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 </row>
4311 <row>
4312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316
4317 \series bold
4318 Stuffer
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 Oskar
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336 111
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 </row>
4342 <row>
4343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347
4348 \series bold
4349 Tacchelli
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 Ugo
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367 111
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 </row>
4373 <row>
4374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378
4379 \series bold
4380 Tezzele
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 Margit
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398 111
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 </row>
4404 <row>
4405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409
4410 \series bold
4411 Unterkalmsteiner
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 Frieda
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429 111
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 </row>
4435 <row>
4436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440
4441 \series bold
4442 Vieider
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 Hilde
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 111
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471
4472 \series bold
4473 Vigna
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 Jürgen
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 111
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 <row>
4498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502
4503 \series bold
4504 Weber
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 Maurizio
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522 111
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 </row>
4528 <row>
4529 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533
4534 \series bold
4535 Winkler
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 Franz
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 111
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 </row>
4559 <row>
4560 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564  
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4570 \begin_inset Text
4571
4572 \begin_layout Plain Layout
4573
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 </row>
4588 <row>
4589 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593
4594 \series bold
4595 Annovi
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 <cell alignment="center" valignment="top" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604 Silvia
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613 555
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 </row>
4619 <row>
4620 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Plain Layout
4624
4625 \series bold
4626 Bertoli
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 <cell alignment="center" valignment="top" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Plain Layout
4635 Stefano
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644 555
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 </row>
4650 <row>
4651 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655
4656 \series bold
4657 Bozzi
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 <cell alignment="center" valignment="top" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Plain Layout
4666 Walter
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4672 \begin_inset Text
4673
4674 \begin_layout Plain Layout
4675 555
4676 \end_layout
4677
4678 \end_inset
4679 </cell>
4680 </row>
4681 <row>
4682 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4683 \begin_inset Text
4684
4685 \begin_layout Plain Layout
4686
4687 \series bold
4688 Cachia
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 <cell alignment="center" valignment="top" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697 Maria
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706 555
4707 \end_layout
4708
4709 \end_inset
4710 </cell>
4711 </row>
4712 <row>
4713 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4714 \begin_inset Text
4715
4716 \begin_layout Plain Layout
4717
4718 \series bold
4719 Cachia
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 <cell alignment="center" valignment="top" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728 Maurizio
4729 \end_layout
4730
4731 \end_inset
4732 </cell>
4733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4734 \begin_inset Text
4735
4736 \begin_layout Plain Layout
4737 555
4738 \end_layout
4739
4740 \end_inset
4741 </cell>
4742 </row>
4743 <row>
4744 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4745 \begin_inset Text
4746
4747 \begin_layout Plain Layout
4748
4749 \series bold
4750 Cinquemani
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 <cell alignment="center" valignment="top" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759 Giusi
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4765 \begin_inset Text
4766
4767 \begin_layout Plain Layout
4768 555
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 </row>
4774 <row>
4775 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4776 \begin_inset Text
4777
4778 \begin_layout Plain Layout
4779
4780 \series bold
4781 Colin
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 <cell alignment="center" valignment="top" usebox="none">
4787 \begin_inset Text
4788
4789 \begin_layout Plain Layout
4790 Bernard
4791 \end_layout
4792
4793 \end_inset
4794 </cell>
4795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4796 \begin_inset Text
4797
4798 \begin_layout Plain Layout
4799 555
4800 \end_layout
4801
4802 \end_inset
4803 </cell>
4804 </row>
4805 <row>
4806 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Plain Layout
4810
4811 \series bold
4812 Concli
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 <cell alignment="center" valignment="top" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821 Gianfranco
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4827 \begin_inset Text
4828
4829 \begin_layout Plain Layout
4830 555
4831 \end_layout
4832
4833 \end_inset
4834 </cell>
4835 </row>
4836 <row>
4837 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4838 \begin_inset Text
4839
4840 \begin_layout Plain Layout
4841
4842 \series bold
4843 Dal Bosco
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 <cell alignment="center" valignment="top" usebox="none">
4849 \begin_inset Text
4850
4851 \begin_layout Plain Layout
4852 Carolina
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Plain Layout
4861 555
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 </row>
4867 <row>
4868 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4869 \begin_inset Text
4870
4871 \begin_layout Plain Layout
4872
4873 \series bold
4874 Dalpiaz
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 <cell alignment="center" valignment="top" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Plain Layout
4883 Annamaria
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Plain Layout
4892 555
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 </row>
4898 <row>
4899 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4900 \begin_inset Text
4901
4902 \begin_layout Plain Layout
4903
4904 \series bold
4905 Feliciello
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 <cell alignment="center" valignment="top" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914 Domenico
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4920 \begin_inset Text
4921
4922 \begin_layout Plain Layout
4923 555
4924 \end_layout
4925
4926 \end_inset
4927 </cell>
4928 </row>
4929 <row>
4930 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4931 \begin_inset Text
4932
4933 \begin_layout Plain Layout
4934
4935 \series bold
4936 Focarelli
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 <cell alignment="center" valignment="top" usebox="none">
4942 \begin_inset Text
4943
4944 \begin_layout Plain Layout
4945 Paola
4946 \end_layout
4947
4948 \end_inset
4949 </cell>
4950 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4951 \begin_inset Text
4952
4953 \begin_layout Plain Layout
4954 555
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 </row>
4960 <row>
4961 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4962 \begin_inset Text
4963
4964 \begin_layout Plain Layout
4965
4966 \series bold
4967 Galletti
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 <cell alignment="center" valignment="top" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976 Oreste
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4982 \begin_inset Text
4983
4984 \begin_layout Plain Layout
4985 555
4986 \end_layout
4987
4988 \end_inset
4989 </cell>
4990 </row>
4991 <row>
4992 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4993 \begin_inset Text
4994
4995 \begin_layout Plain Layout
4996
4997 \series bold
4998 Gasparini
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 <cell alignment="center" valignment="top" usebox="none">
5004 \begin_inset Text
5005
5006 \begin_layout Plain Layout
5007 Franca
5008 \end_layout
5009
5010 \end_inset
5011 </cell>
5012 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5013 \begin_inset Text
5014
5015 \begin_layout Plain Layout
5016 555
5017 \end_layout
5018
5019 \end_inset
5020 </cell>
5021 </row>
5022 <row>
5023 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5024 \begin_inset Text
5025
5026 \begin_layout Plain Layout
5027
5028 \series bold
5029 Rizzardi
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 <cell alignment="center" valignment="top" usebox="none">
5035 \begin_inset Text
5036
5037 \begin_layout Plain Layout
5038 Paola
5039 \end_layout
5040
5041 \end_inset
5042 </cell>
5043 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5044 \begin_inset Text
5045
5046 \begin_layout Plain Layout
5047 555
5048 \end_layout
5049
5050 \end_inset
5051 </cell>
5052 </row>
5053 <row>
5054 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5055 \begin_inset Text
5056
5057 \begin_layout Plain Layout
5058
5059 \series bold
5060 Lassini
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 <cell alignment="center" valignment="top" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069 Giancarlo
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078 555
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 </row>
5084 <row>
5085 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5086 \begin_inset Text
5087
5088 \begin_layout Plain Layout
5089
5090 \series bold
5091 Malfatti
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 <cell alignment="center" valignment="top" usebox="none">
5097 \begin_inset Text
5098
5099 \begin_layout Plain Layout
5100 Luciano
5101 \end_layout
5102
5103 \end_inset
5104 </cell>
5105 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5106 \begin_inset Text
5107
5108 \begin_layout Plain Layout
5109 555
5110 \end_layout
5111
5112 \end_inset
5113 </cell>
5114 </row>
5115 <row>
5116 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5117 \begin_inset Text
5118
5119 \begin_layout Plain Layout
5120
5121 \series bold
5122 Malfatti
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 <cell alignment="center" valignment="top" usebox="none">
5128 \begin_inset Text
5129
5130 \begin_layout Plain Layout
5131 Valeriano
5132 \end_layout
5133
5134 \end_inset
5135 </cell>
5136 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5137 \begin_inset Text
5138
5139 \begin_layout Plain Layout
5140 555
5141 \end_layout
5142
5143 \end_inset
5144 </cell>
5145 </row>
5146 <row>
5147 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5148 \begin_inset Text
5149
5150 \begin_layout Plain Layout
5151
5152 \series bold
5153 Meneguzzo
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 <cell alignment="center" valignment="top" usebox="none">
5159 \begin_inset Text
5160
5161 \begin_layout Plain Layout
5162 Roberto
5163 \end_layout
5164
5165 \end_inset
5166 </cell>
5167 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5168 \begin_inset Text
5169
5170 \begin_layout Plain Layout
5171 555
5172 \end_layout
5173
5174 \end_inset
5175 </cell>
5176 </row>
5177 <row>
5178 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5179 \begin_inset Text
5180
5181 \begin_layout Plain Layout
5182
5183 \series bold
5184 Mezzadra
5185 \end_layout
5186
5187 \end_inset
5188 </cell>
5189 <cell alignment="center" valignment="top" usebox="none">
5190 \begin_inset Text
5191
5192 \begin_layout Plain Layout
5193 Roberto
5194 \end_layout
5195
5196 \end_inset
5197 </cell>
5198 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5199 \begin_inset Text
5200
5201 \begin_layout Plain Layout
5202 555
5203 \end_layout
5204
5205 \end_inset
5206 </cell>
5207 </row>
5208 <row>
5209 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5210 \begin_inset Text
5211
5212 \begin_layout Plain Layout
5213
5214 \series bold
5215 Pirpamer
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 <cell alignment="center" valignment="top" usebox="none">
5221 \begin_inset Text
5222
5223 \begin_layout Plain Layout
5224 Erich
5225 \end_layout
5226
5227 \end_inset
5228 </cell>
5229 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5230 \begin_inset Text
5231
5232 \begin_layout Plain Layout
5233 555
5234 \end_layout
5235
5236 \end_inset
5237 </cell>
5238 </row>
5239 <row>
5240 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5241 \begin_inset Text
5242
5243 \begin_layout Plain Layout
5244
5245 \series bold
5246 Pochiesa
5247 \end_layout
5248
5249 \end_inset
5250 </cell>
5251 <cell alignment="center" valignment="top" usebox="none">
5252 \begin_inset Text
5253
5254 \begin_layout Plain Layout
5255 Paolo
5256 \end_layout
5257
5258 \end_inset
5259 </cell>
5260 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5261 \begin_inset Text
5262
5263 \begin_layout Plain Layout
5264 555, 222
5265 \end_layout
5266
5267 \end_inset
5268 </cell>
5269 </row>
5270 <row>
5271 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275
5276 \series bold
5277 Radina
5278 \end_layout
5279
5280 \end_inset
5281 </cell>
5282 <cell alignment="center" valignment="top" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286 Claudio
5287 \end_layout
5288
5289 \end_inset
5290 </cell>
5291 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5292 \begin_inset Text
5293
5294 \begin_layout Plain Layout
5295 555
5296 \end_layout
5297
5298 \end_inset
5299 </cell>
5300 </row>
5301 <row>
5302 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5303 \begin_inset Text
5304
5305 \begin_layout Plain Layout
5306
5307 \series bold
5308 Stuffer
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 <cell alignment="center" valignment="top" usebox="none">
5314 \begin_inset Text
5315
5316 \begin_layout Plain Layout
5317 Oskar
5318 \end_layout
5319
5320 \end_inset
5321 </cell>
5322 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5323 \begin_inset Text
5324
5325 \begin_layout Plain Layout
5326 555
5327 \end_layout
5328
5329 \end_inset
5330 </cell>
5331 </row>
5332 <row>
5333 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5334 \begin_inset Text
5335
5336 \begin_layout Plain Layout
5337
5338 \series bold
5339 Tacchelli
5340 \end_layout
5341
5342 \end_inset
5343 </cell>
5344 <cell alignment="center" valignment="top" usebox="none">
5345 \begin_inset Text
5346
5347 \begin_layout Plain Layout
5348 Ugo
5349 \end_layout
5350
5351 \end_inset
5352 </cell>
5353 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5354 \begin_inset Text
5355
5356 \begin_layout Plain Layout
5357 555
5358 \end_layout
5359
5360 \end_inset
5361 </cell>
5362 </row>
5363 <row>
5364 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5365 \begin_inset Text
5366
5367 \begin_layout Plain Layout
5368
5369 \series bold
5370 Tezzele
5371 \end_layout
5372
5373 \end_inset
5374 </cell>
5375 <cell alignment="center" valignment="top" usebox="none">
5376 \begin_inset Text
5377
5378 \begin_layout Plain Layout
5379 Margit
5380 \end_layout
5381
5382 \end_inset
5383 </cell>
5384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5385 \begin_inset Text
5386
5387 \begin_layout Plain Layout
5388 555
5389 \end_layout
5390
5391 \end_inset
5392 </cell>
5393 </row>
5394 <row>
5395 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5396 \begin_inset Text
5397
5398 \begin_layout Plain Layout
5399
5400 \series bold
5401 Unterkalmsteiner
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 <cell alignment="center" valignment="top" usebox="none">
5407 \begin_inset Text
5408
5409 \begin_layout Plain Layout
5410 Frieda
5411 \end_layout
5412
5413 \end_inset
5414 </cell>
5415 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5416 \begin_inset Text
5417
5418 \begin_layout Plain Layout
5419 555
5420 \end_layout
5421
5422 \end_inset
5423 </cell>
5424 </row>
5425 <row>
5426 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430
5431 \series bold
5432 Vieider
5433 \end_layout
5434
5435 \end_inset
5436 </cell>
5437 <cell alignment="center" valignment="top" usebox="none">
5438 \begin_inset Text
5439
5440 \begin_layout Plain Layout
5441 Hilde
5442 \end_layout
5443
5444 \end_inset
5445 </cell>
5446 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5447 \begin_inset Text
5448
5449 \begin_layout Plain Layout
5450 555
5451 \end_layout
5452
5453 \end_inset
5454 </cell>
5455 </row>
5456 <row>
5457 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5458 \begin_inset Text
5459
5460 \begin_layout Plain Layout
5461
5462 \series bold
5463 Vigna
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 <cell alignment="center" valignment="top" usebox="none">
5469 \begin_inset Text
5470
5471 \begin_layout Plain Layout
5472 Jürgen
5473 \end_layout
5474
5475 \end_inset
5476 </cell>
5477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5478 \begin_inset Text
5479
5480 \begin_layout Plain Layout
5481 999
5482 \end_layout
5483
5484 \end_inset
5485 </cell>
5486 </row>
5487 <row>
5488 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5489 \begin_inset Text
5490
5491 \begin_layout Plain Layout
5492
5493 \series bold
5494 Weber
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 <cell alignment="center" valignment="top" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Plain Layout
5503 Maurizio
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5509 \begin_inset Text
5510
5511 \begin_layout Plain Layout
5512 555
5513 \end_layout
5514
5515 \end_inset
5516 </cell>
5517 </row>
5518 <row>
5519 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5520 \begin_inset Text
5521
5522 \begin_layout Plain Layout
5523
5524 \series bold
5525 Winkler
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5531 \begin_inset Text
5532
5533 \begin_layout Plain Layout
5534 Franz
5535 \end_layout
5536
5537 \end_inset
5538 </cell>
5539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Plain Layout
5543 555
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 </row>
5549 <row endlastfoot="true">
5550 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 end
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572
5573 \end_layout
5574
5575 \end_inset
5576 </cell>
5577 </row>
5578 </lyxtabular>
5579
5580 \end_inset
5581
5582
5583 \begin_inset ERT
5584 status collapsed
5585
5586 \begin_layout Plain Layout
5587
5588
5589 \backslash
5590 addtocounter{table}{-1}
5591 \end_layout
5592
5593 \end_inset
5594
5595
5596 \begin_inset Note Note
5597 status collapsed
5598
5599 \begin_layout Plain Layout
5600 See the first greyed-out note in section
5601 \begin_inset space ~
5602 \end_inset
5603
5604
5605 \begin_inset CommandInset ref
5606 LatexCommand ref
5607 reference "sub:Longtable-Captions"
5608
5609 \end_inset
5610
5611  for an explanation of this command.
5612 \end_layout
5613
5614 \end_inset
5615
5616
5617 \end_layout
5618
5619 \begin_layout Subsection
5620 Footnotes in Longtables
5621 \begin_inset CommandInset label
5622 LatexCommand label
5623 name "sub:Footnotes-in-Longtables"
5624
5625 \end_inset
5626
5627
5628 \begin_inset Index idx
5629 status collapsed
5630
5631 \begin_layout Plain Layout
5632 Longtables ! Footnotes
5633 \end_layout
5634
5635 \end_inset
5636
5637
5638 \end_layout
5639
5640 \begin_layout Standard
5641 Footnotes can be inserted to every longtable cell.
5642  They appear at the bottom of the page where the table cell with the footnote
5643  appears.
5644  Table
5645 \begin_inset space ~
5646 \end_inset
5647
5648
5649 \begin_inset CommandInset ref
5650 LatexCommand ref
5651 reference "tab:DiffCaptions"
5652
5653 \end_inset
5654
5655  has for example a footnote.
5656 \end_layout
5657
5658 \begin_layout Subsection
5659 Longtable Alignment
5660 \begin_inset Index idx
5661 status collapsed
5662
5663 \begin_layout Plain Layout
5664 Longtables ! Alignment
5665 \end_layout
5666
5667 \end_inset
5668
5669
5670 \end_layout
5671
5672 \begin_layout Standard
5673 The horizontal alignment of longtables can be set in the table settings
5674  dialog.
5675  For left- and right-alignment the table will be directly at the page border.
5676  To add space between the table and the border one has to set the alignment
5677  to center and change the value of the LaTeX-lengths 
5678 \series bold
5679
5680 \backslash
5681 LTleft 
5682 \series default
5683 or 
5684 \series bold
5685
5686 \backslash
5687 LTright
5688 \series default
5689  by inserting this line as TeX-Code before the longtable:
5690 \end_layout
5691
5692 \begin_layout Standard
5693
5694 \series bold
5695
5696 \backslash
5697 setlength{
5698 \backslash
5699 LTleft}{value}
5700 \end_layout
5701
5702 \begin_layout Standard
5703 The value can have any of the units listed in Table
5704 \begin_inset space ~
5705 \end_inset
5706
5707
5708 \begin_inset CommandInset ref
5709 LatexCommand ref
5710 reference "tab:Units"
5711
5712 \end_inset
5713
5714 .
5715  
5716 \series bold
5717
5718 \backslash
5719 LTleft
5720 \series default
5721  controls the horizontal distance from the left page border to the longtable,
5722  
5723 \series bold
5724
5725 \backslash
5726 LTright
5727 \series default
5728  the distance from the right side.
5729  The default value for both lengths is 
5730 \series bold
5731
5732 \backslash
5733 fill
5734 \series default
5735 , which is in this case the same as an horizontal fill in LyX.
5736 \end_layout
5737
5738 \begin_layout Standard
5739 The following longtable was centered and 
5740 \series bold
5741
5742 \backslash
5743 LTleft
5744 \series default
5745  set to 
5746 \family sans
5747 0.1
5748 \backslash
5749 columnwidth
5750 \family default
5751 :
5752 \begin_inset ERT
5753 status collapsed
5754
5755 \begin_layout Plain Layout
5756
5757
5758 \backslash
5759 setlength{
5760 \backslash
5761 LTleft}{0.1
5762 \backslash
5763 columnwidth}
5764 \end_layout
5765
5766 \end_inset
5767
5768
5769 \end_layout
5770
5771 \begin_layout Standard
5772 \begin_inset Tabular
5773 <lyxtabular version="3" rows="5" columns="5">
5774 <features islongtable="true" longtabularalignment="center">
5775 <column alignment="center" valignment="top" width="0">
5776 <column alignment="center" valignment="top" width="0pt">
5777 <column alignment="center" valignment="top" width="0">
5778 <column alignment="center" valignment="top" width="0">
5779 <column alignment="center" valignment="top" width="0">
5780 <row>
5781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785 1
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Plain Layout
5794 2
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 3
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 4
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821 5
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 </row>
5827 <row>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 asd
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841 s
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850 s
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 s
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 asd
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 </row>
5874 <row>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 asd
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 s
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 s
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906 s
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5912 \begin_inset Text
5913
5914 \begin_layout Plain Layout
5915 asd
5916 \end_layout
5917
5918 \end_inset
5919 </cell>
5920 </row>
5921 <row>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 asd
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935 s
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944 s
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953 s
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5959 \begin_inset Text
5960
5961 \begin_layout Plain Layout
5962 asd
5963 \end_layout
5964
5965 \end_inset
5966 </cell>
5967 </row>
5968 <row>
5969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 asd
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 asd
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 asd
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Plain Layout
6000 asd
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Plain Layout
6009 asd
6010 \end_layout
6011
6012 \end_inset
6013 </cell>
6014 </row>
6015 </lyxtabular>
6016
6017 \end_inset
6018
6019
6020 \begin_inset ERT
6021 status collapsed
6022
6023 \begin_layout Plain Layout
6024
6025
6026 \backslash
6027 setlength{
6028 \backslash
6029 LTleft}{
6030 \backslash
6031 fill}
6032 \end_layout
6033
6034 \end_inset
6035
6036
6037 \begin_inset ERT
6038 status collapsed
6039
6040 \begin_layout Plain Layout
6041
6042
6043 \backslash
6044 addtocounter{table}{-1}
6045 \end_layout
6046
6047 \end_inset
6048
6049
6050 \begin_inset Note Note
6051 status collapsed
6052
6053 \begin_layout Plain Layout
6054 See the first greyed-out note in section
6055 \begin_inset space ~
6056 \end_inset
6057
6058
6059 \begin_inset CommandInset ref
6060 LatexCommand ref
6061 reference "sub:Longtable-Captions"
6062
6063 \end_inset
6064
6065  for an explanation of this command.
6066 \end_layout
6067
6068 \end_inset
6069
6070
6071 \end_layout
6072
6073 \begin_layout Subsection
6074 Longtable Captions
6075 \begin_inset Index idx
6076 status collapsed
6077
6078 \begin_layout Plain Layout
6079 Longtables ! Captions
6080 \end_layout
6081
6082 \end_inset
6083
6084
6085 \begin_inset CommandInset label
6086 LatexCommand label
6087 name "sub:Longtable-Captions"
6088
6089 \end_inset
6090
6091
6092 \end_layout
6093
6094 \begin_layout Standard
6095 A longtable cannot be put into a table float because floats can only be
6096  on one page.
6097  But the caption environment of floats can also be used for longtables when
6098  you use the longtable option 
6099 \family sans
6100 Caption
6101 \family default
6102  as described in sec.
6103 \begin_inset space \thinspace{}
6104 \end_inset
6105
6106
6107 \begin_inset CommandInset ref
6108 LatexCommand ref
6109 reference "sec:Longtables"
6110
6111 \end_inset
6112
6113 .
6114  Only one table row can contain the caption.
6115 \end_layout
6116
6117 \begin_layout Standard
6118 Here is a short longtable to see how it works:
6119 \end_layout
6120
6121 \begin_layout Standard
6122 \begin_inset Tabular
6123 <lyxtabular version="3" rows="6" columns="5">
6124 <features islongtable="true" longtabularalignment="center">
6125 <column alignment="center" valignment="top" width="0">
6126 <column alignment="center" valignment="top" width="0">
6127 <column alignment="center" valignment="top" width="0">
6128 <column alignment="center" valignment="top" width="0">
6129 <column alignment="center" valignment="top" width="0">
6130 <row caption="true">
6131 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135 \begin_inset Caption
6136
6137 \begin_layout Plain Layout
6138 Longtable with caption
6139 \begin_inset Argument
6140 status open
6141
6142 \begin_layout Plain Layout
6143 Longtable
6144 \end_layout
6145
6146 \end_inset
6147
6148
6149 \end_layout
6150
6151 \end_inset
6152
6153
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6159 \begin_inset Text
6160
6161 \begin_layout Plain Layout
6162
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 </row>
6195 <row>
6196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 1
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6206 \begin_inset Text
6207
6208 \begin_layout Plain Layout
6209 2
6210 \end_layout
6211
6212 \end_inset
6213 </cell>
6214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6215 \begin_inset Text
6216
6217 \begin_layout Plain Layout
6218 3
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6224 \begin_inset Text
6225
6226 \begin_layout Plain Layout
6227 4
6228 \end_layout
6229
6230 \end_inset
6231 </cell>
6232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6233 \begin_inset Text
6234
6235 \begin_layout Plain Layout
6236 5
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 </row>
6242 <row>
6243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247 asd
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256 s
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265 s
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274 s
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283 asd
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 </row>
6289 <row>
6290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294 asd
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303 s
6304 \end_layout
6305
6306 \end_inset
6307 </cell>
6308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6309 \begin_inset Text
6310
6311 \begin_layout Plain Layout
6312 s
6313 \end_layout
6314
6315 \end_inset
6316 </cell>
6317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6318 \begin_inset Text
6319
6320 \begin_layout Plain Layout
6321 s
6322 \end_layout
6323
6324 \end_inset
6325 </cell>
6326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6327 \begin_inset Text
6328
6329 \begin_layout Plain Layout
6330 asd
6331 \end_layout
6332
6333 \end_inset
6334 </cell>
6335 </row>
6336 <row>
6337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Plain Layout
6341 asd
6342 \end_layout
6343
6344 \end_inset
6345 </cell>
6346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Plain Layout
6350 s
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6356 \begin_inset Text
6357
6358 \begin_layout Plain Layout
6359 s
6360 \end_layout
6361
6362 \end_inset
6363 </cell>
6364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6365 \begin_inset Text
6366
6367 \begin_layout Plain Layout
6368 s
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377 asd
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 </row>
6383 <row>
6384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388 asd
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397 asd
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406 asd
6407 \end_layout
6408
6409 \end_inset
6410 </cell>
6411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415 asd
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424 asd
6425 \end_layout
6426
6427 \end_inset
6428 </cell>
6429 </row>
6430 </lyxtabular>
6431
6432 \end_inset
6433
6434
6435 \end_layout
6436
6437 \begin_layout Standard
6438 \begin_inset VSpace medskip
6439 \end_inset
6440
6441
6442 \begin_inset Note Greyedout
6443 status open
6444
6445 \begin_layout Plain Layout
6446
6447 \series bold
6448 Note
6449 \begin_inset space ~
6450 \end_inset
6451
6452 1:
6453 \series default
6454  The table number is increased for for every longtable, even if you did
6455  not set a caption for it.
6456  For this reason you could have the case that e.
6457 \begin_inset space \thinspace{}
6458 \end_inset
6459
6460 g.
6461 \begin_inset space \space{}
6462 \end_inset
6463
6464 Table
6465 \begin_inset space ~
6466 \end_inset
6467
6468 2.4 follows Table
6469 \begin_inset space ~
6470 \end_inset
6471
6472 2.1 in the list of tables if there are two longtables without captions.
6473  To avoid this you can add the following command in TeX-Code after every
6474  longtable without a caption:
6475 \end_layout
6476
6477 \begin_layout Plain Layout
6478
6479 \series bold
6480
6481 \backslash
6482 addtocounter{table}{-1}
6483 \end_layout
6484
6485 \begin_layout Plain Layout
6486 This is not needed when none of your longtables have a caption and you add
6487  the following code to the document preamble:
6488 \end_layout
6489
6490 \begin_layout Plain Layout
6491
6492 \series bold
6493
6494 \backslash
6495 let
6496 \backslash
6497 myEnd
6498 \backslash
6499 endlongtable
6500 \begin_inset Newline newline
6501 \end_inset
6502
6503
6504 \backslash
6505 renewcommand{
6506 \backslash
6507 endlongtable}{
6508 \backslash
6509 myEnd
6510 \backslash
6511 addtocounter{table}{-1}}
6512 \end_layout
6513
6514 \end_inset
6515
6516
6517 \end_layout
6518
6519 \begin_layout Standard
6520 \begin_inset Note Greyedout
6521 status open
6522
6523 \begin_layout Plain Layout
6524
6525 \series bold
6526 Note
6527 \begin_inset space ~
6528 \end_inset
6529
6530 2:
6531 \series default
6532  If you are using
6533 \series bold
6534  hyperref
6535 \series default
6536
6537 \begin_inset Index idx
6538 status collapsed
6539
6540 \begin_layout Plain Layout
6541 LaTeX-packages ! hyperref
6542 \end_layout
6543
6544 \end_inset
6545
6546  in the 
6547 \family sans
6548 PDF Properties
6549 \family default
6550  of the 
6551 \family sans
6552 Document Settings
6553 \family default
6554  dialog to link cross-references, the link to a longtable caption will always
6555  point to the beginning of the document.
6556 \end_layout
6557
6558 \end_inset
6559
6560
6561 \end_layout
6562
6563 \begin_layout Subsubsection
6564 References to Longtables
6565 \begin_inset Index idx
6566 status collapsed
6567
6568 \begin_layout Plain Layout
6569 Longtables ! References
6570 \end_layout
6571
6572 \end_inset
6573
6574
6575 \end_layout
6576
6577 \begin_layout Standard
6578 \begin_inset Tabular
6579 <lyxtabular version="3" rows="6" columns="5">
6580 <features islongtable="true" longtabularalignment="center">
6581 <column alignment="center" valignment="top" width="0">
6582 <column alignment="center" valignment="top" width="0">
6583 <column alignment="center" valignment="top" width="0">
6584 <column alignment="center" valignment="top" width="0">
6585 <column alignment="center" valignment="top" width="0">
6586 <row caption="true">
6587 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591 \begin_inset Caption
6592
6593 \begin_layout Plain Layout
6594 Referenced longtable
6595 \begin_inset CommandInset label
6596 LatexCommand label
6597 name "tab:RefExample"
6598
6599 \end_inset
6600
6601
6602 \end_layout
6603
6604 \end_inset
6605
6606
6607 \end_layout
6608
6609 \end_inset
6610 </cell>
6611 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6612 \begin_inset Text
6613
6614 \begin_layout Plain Layout
6615
6616 \end_layout
6617
6618 \end_inset
6619 </cell>
6620 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6621 \begin_inset Text
6622
6623 \begin_layout Plain Layout
6624
6625 \end_layout
6626
6627 \end_inset
6628 </cell>
6629 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6630 \begin_inset Text
6631
6632 \begin_layout Plain Layout
6633
6634 \end_layout
6635
6636 \end_inset
6637 </cell>
6638 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6639 \begin_inset Text
6640
6641 \begin_layout Plain Layout
6642
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 </row>
6648 <row>
6649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 1
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6659 \begin_inset Text
6660
6661 \begin_layout Plain Layout
6662 2
6663 \end_layout
6664
6665 \end_inset
6666 </cell>
6667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6668 \begin_inset Text
6669
6670 \begin_layout Plain Layout
6671 3
6672 \end_layout
6673
6674 \end_inset
6675 </cell>
6676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6677 \begin_inset Text
6678
6679 \begin_layout Plain Layout
6680 4
6681 \end_layout
6682
6683 \end_inset
6684 </cell>
6685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6686 \begin_inset Text
6687
6688 \begin_layout Plain Layout
6689 5
6690 \end_layout
6691
6692 \end_inset
6693 </cell>
6694 </row>
6695 <row>
6696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Plain Layout
6700 asd
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6706 \begin_inset Text
6707
6708 \begin_layout Plain Layout
6709 s
6710 \end_layout
6711
6712 \end_inset
6713 </cell>
6714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Plain Layout
6718 s
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Plain Layout
6727 s
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6733 \begin_inset Text
6734
6735 \begin_layout Plain Layout
6736 asd
6737 \end_layout
6738
6739 \end_inset
6740 </cell>
6741 </row>
6742 <row>
6743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6744 \begin_inset Text
6745
6746 \begin_layout Plain Layout
6747 asd
6748 \end_layout
6749
6750 \end_inset
6751 </cell>
6752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Plain Layout
6756 s
6757 \end_layout
6758
6759 \end_inset
6760 </cell>
6761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6762 \begin_inset Text
6763
6764 \begin_layout Plain Layout
6765 s
6766 \end_layout
6767
6768 \end_inset
6769 </cell>
6770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6771 \begin_inset Text
6772
6773 \begin_layout Plain Layout
6774 s
6775 \end_layout
6776
6777 \end_inset
6778 </cell>
6779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6780 \begin_inset Text
6781
6782 \begin_layout Plain Layout
6783 asd
6784 \end_layout
6785
6786 \end_inset
6787 </cell>
6788 </row>
6789 <row>
6790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6791 \begin_inset Text
6792
6793 \begin_layout Plain Layout
6794 asd
6795 \end_layout
6796
6797 \end_inset
6798 </cell>
6799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6800 \begin_inset Text
6801
6802 \begin_layout Plain Layout
6803 s
6804 \end_layout
6805
6806 \end_inset
6807 </cell>
6808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6809 \begin_inset Text
6810
6811 \begin_layout Plain Layout
6812 s
6813 \end_layout
6814
6815 \end_inset
6816 </cell>
6817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6818 \begin_inset Text
6819
6820 \begin_layout Plain Layout
6821 s
6822 \end_layout
6823
6824 \end_inset
6825 </cell>
6826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6827 \begin_inset Text
6828
6829 \begin_layout Plain Layout
6830 asd
6831 \end_layout
6832
6833 \end_inset
6834 </cell>
6835 </row>
6836 <row>
6837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841 asd
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6847 \begin_inset Text
6848
6849 \begin_layout Plain Layout
6850 sad
6851 \end_layout
6852
6853 \end_inset
6854 </cell>
6855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6856 \begin_inset Text
6857
6858 \begin_layout Plain Layout
6859 asd
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Plain Layout
6868 asd
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877 asd
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 </row>
6883 </lyxtabular>
6884
6885 \end_inset
6886
6887
6888 \end_layout
6889
6890 \begin_layout Standard
6891 To reference a longtable, insert a label into the caption.
6892 \end_layout
6893
6894 \begin_layout Standard
6895 This is a reference to Table
6896 \begin_inset space ~
6897 \end_inset
6898
6899
6900 \begin_inset CommandInset ref
6901 LatexCommand ref
6902 reference "tab:RefExample"
6903
6904 \end_inset
6905
6906 .
6907 \end_layout
6908
6909 \begin_layout Standard
6910 The caption layout can be set together with all other captions of your document
6911  using the LaTeX-package 
6912 \series bold
6913 caption
6914 \series default
6915
6916 \begin_inset Index idx
6917 status collapsed
6918
6919 \begin_layout Plain Layout
6920 LaTeX-packages ! caption
6921 \end_layout
6922
6923 \end_inset
6924
6925 , see section
6926 \begin_inset space ~
6927 \end_inset
6928
6929
6930 \begin_inset CommandInset ref
6931 LatexCommand ref
6932 reference "sec:Caption-Formatting"
6933
6934 \end_inset
6935
6936 .
6937 \end_layout
6938
6939 \begin_layout Subsubsection
6940 Caption Width
6941 \begin_inset Index idx
6942 status collapsed
6943
6944 \begin_layout Plain Layout
6945 Longtables ! Caption Width
6946 \end_layout
6947
6948 \end_inset
6949
6950
6951 \end_layout
6952
6953 \begin_layout Standard
6954 The maximal width of of caption lines is defined by the length 
6955 \series bold
6956
6957 \backslash
6958 LTcapwidth
6959 \series default
6960 .
6961  Its default value is 4
6962 \begin_inset space \thinspace{}
6963 \end_inset
6964
6965 in.
6966  To change it add the following command to your document preamble or as
6967  TeX-Code into your document before the longtable that should be affected
6968 \end_layout
6969
6970 \begin_layout Standard
6971
6972 \series bold
6973
6974 \backslash
6975 setlength{
6976 \backslash
6977 LTcapwidth}{width}
6978 \end_layout
6979
6980 \begin_layout Standard
6981 where the width could have one of the units listed in appendix
6982 \begin_inset space ~
6983 \end_inset
6984
6985
6986 \begin_inset CommandInset ref
6987 LatexCommand ref
6988 reference "cha:Units-available-in"
6989
6990 \end_inset
6991
6992 .
6993 \end_layout
6994
6995 \begin_layout Standard
6996 The following tables show the difference:
6997 \end_layout
6998
6999 \begin_layout Standard
7000 \begin_inset Tabular
7001 <lyxtabular version="3" rows="6" columns="5">
7002 <features islongtable="true" longtabularalignment="center">
7003 <column alignment="center" valignment="top" width="0">
7004 <column alignment="center" valignment="top" width="0">
7005 <column alignment="center" valignment="top" width="0">
7006 <column alignment="center" valignment="top" width="0">
7007 <column alignment="center" valignment="top" width="0">
7008 <row caption="true">
7009 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013 \begin_inset Caption
7014
7015 \begin_layout Plain Layout
7016 long full title with default width long full title with default width long
7017  full title with default width
7018 \begin_inset Argument
7019 status collapsed
7020
7021 \begin_layout Plain Layout
7022 caption with default width
7023 \end_layout
7024
7025 \end_inset
7026
7027
7028 \end_layout
7029
7030 \end_inset
7031
7032
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7056 \begin_inset Text
7057
7058 \begin_layout Plain Layout
7059
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Plain Layout
7068
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 </row>
7074 <row>
7075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079 1
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088 2
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Plain Layout
7097 3
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Plain Layout
7106 4
7107 \end_layout
7108
7109 \end_inset
7110 </cell>
7111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7112 \begin_inset Text
7113
7114 \begin_layout Plain Layout
7115 5
7116 \end_layout
7117
7118 \end_inset
7119 </cell>
7120 </row>
7121 <row>
7122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7123 \begin_inset Text
7124
7125 \begin_layout Plain Layout
7126 asd
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135 s
7136 \end_layout
7137
7138 \end_inset
7139 </cell>
7140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7141 \begin_inset Text
7142
7143 \begin_layout Plain Layout
7144 s
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Plain Layout
7153 s
7154 \end_layout
7155
7156 \end_inset
7157 </cell>
7158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162 asd
7163 \end_layout
7164
7165 \end_inset
7166 </cell>
7167 </row>
7168 <row>
7169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7170 \begin_inset Text
7171
7172 \begin_layout Plain Layout
7173 asd
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7179 \begin_inset Text
7180
7181 \begin_layout Plain Layout
7182 s
7183 \end_layout
7184
7185 \end_inset
7186 </cell>
7187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7188 \begin_inset Text
7189
7190 \begin_layout Plain Layout
7191 s
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7197 \begin_inset Text
7198
7199 \begin_layout Plain Layout
7200 s
7201 \end_layout
7202
7203 \end_inset
7204 </cell>
7205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7206 \begin_inset Text
7207
7208 \begin_layout Plain Layout
7209 asd
7210 \end_layout
7211
7212 \end_inset
7213 </cell>
7214 </row>
7215 <row>
7216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7217 \begin_inset Text
7218
7219 \begin_layout Plain Layout
7220 asd
7221 \end_layout
7222
7223 \end_inset
7224 </cell>
7225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7226 \begin_inset Text
7227
7228 \begin_layout Plain Layout
7229 s
7230 \end_layout
7231
7232 \end_inset
7233 </cell>
7234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7235 \begin_inset Text
7236
7237 \begin_layout Plain Layout
7238 s
7239 \end_layout
7240
7241 \end_inset
7242 </cell>
7243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7244 \begin_inset Text
7245
7246 \begin_layout Plain Layout
7247 s
7248 \end_layout
7249
7250 \end_inset
7251 </cell>
7252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7253 \begin_inset Text
7254
7255 \begin_layout Plain Layout
7256 asd
7257 \end_layout
7258
7259 \end_inset
7260 </cell>
7261 </row>
7262 <row>
7263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7264 \begin_inset Text
7265
7266 \begin_layout Plain Layout
7267 asd
7268 \end_layout
7269
7270 \end_inset
7271 </cell>
7272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7273 \begin_inset Text
7274
7275 \begin_layout Plain Layout
7276 sad
7277 \end_layout
7278
7279 \end_inset
7280 </cell>
7281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Plain Layout
7285 asd
7286 \end_layout
7287
7288 \end_inset
7289 </cell>
7290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Plain Layout
7294 asd
7295 \end_layout
7296
7297 \end_inset
7298 </cell>
7299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7300 \begin_inset Text
7301
7302 \begin_layout Plain Layout
7303 asd
7304 \end_layout
7305
7306 \end_inset
7307 </cell>
7308 </row>
7309 </lyxtabular>
7310
7311 \end_inset
7312
7313
7314 \end_layout
7315
7316 \begin_layout Standard
7317 \begin_inset ERT
7318 status collapsed
7319
7320 \begin_layout Plain Layout
7321
7322
7323 \backslash
7324 setlength{
7325 \backslash
7326 LTcapwidth}{5cm}
7327 \end_layout
7328
7329 \end_inset
7330
7331
7332 \begin_inset Tabular
7333 <lyxtabular version="3" rows="6" columns="5">
7334 <features islongtable="true" longtabularalignment="center">
7335 <column alignment="center" valignment="top" width="0">
7336 <column alignment="center" valignment="top" width="0">
7337 <column alignment="center" valignment="top" width="0">
7338 <column alignment="center" valignment="top" width="0">
7339 <column alignment="center" valignment="top" width="0">
7340 <row caption="true">
7341 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345 \begin_inset Caption
7346
7347 \begin_layout Plain Layout
7348 long full title with width set to 5
7349 \begin_inset space \thinspace{}
7350 \end_inset
7351
7352 cm long full title with width set to 5
7353 \begin_inset space \thinspace{}
7354 \end_inset
7355
7356 cm long full title with width set to 5
7357 \begin_inset space \thinspace{}
7358 \end_inset
7359
7360 cm
7361 \begin_inset Argument
7362 status collapsed
7363
7364 \begin_layout Plain Layout
7365 caption with width
7366 \begin_inset space \thinspace{}
7367 \end_inset
7368
7369 =
7370 \begin_inset space \thinspace{}
7371 \end_inset
7372
7373 5
7374 \begin_inset space \thinspace{}
7375 \end_inset
7376
7377 cm
7378 \end_layout
7379
7380 \end_inset
7381
7382
7383 \end_layout
7384
7385 \end_inset
7386
7387
7388 \end_layout
7389
7390 \end_inset
7391 </cell>
7392 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7393 \begin_inset Text
7394
7395 \begin_layout Plain Layout
7396
7397 \end_layout
7398
7399 \end_inset
7400 </cell>
7401 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7402 \begin_inset Text
7403
7404 \begin_layout Plain Layout
7405
7406 \end_layout
7407
7408 \end_inset
7409 </cell>
7410 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7411 \begin_inset Text
7412
7413 \begin_layout Plain Layout
7414
7415 \end_layout
7416
7417 \end_inset
7418 </cell>
7419 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7420 \begin_inset Text
7421
7422 \begin_layout Plain Layout
7423
7424 \end_layout
7425
7426 \end_inset
7427 </cell>
7428 </row>
7429 <row>
7430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7431 \begin_inset Text
7432
7433 \begin_layout Plain Layout
7434 1
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443 2
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7449 \begin_inset Text
7450
7451 \begin_layout Plain Layout
7452 3
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7458 \begin_inset Text
7459
7460 \begin_layout Plain Layout
7461 4
7462 \end_layout
7463
7464 \end_inset
7465 </cell>
7466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7467 \begin_inset Text
7468
7469 \begin_layout Plain Layout
7470 5
7471 \end_layout
7472
7473 \end_inset
7474 </cell>
7475 </row>
7476 <row>
7477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7478 \begin_inset Text
7479
7480 \begin_layout Plain Layout
7481 asd
7482 \end_layout
7483
7484 \end_inset
7485 </cell>
7486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7487 \begin_inset Text
7488
7489 \begin_layout Plain Layout
7490 s
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7496 \begin_inset Text
7497
7498 \begin_layout Plain Layout
7499 s
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7505 \begin_inset Text
7506
7507 \begin_layout Plain Layout
7508 s
7509 \end_layout
7510
7511 \end_inset
7512 </cell>
7513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7514 \begin_inset Text
7515
7516 \begin_layout Plain Layout
7517 asd
7518 \end_layout
7519
7520 \end_inset
7521 </cell>
7522 </row>
7523 <row>
7524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7525 \begin_inset Text
7526
7527 \begin_layout Plain Layout
7528 asd
7529 \end_layout
7530
7531 \end_inset
7532 </cell>
7533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7534 \begin_inset Text
7535
7536 \begin_layout Plain Layout
7537 s
7538 \end_layout
7539
7540 \end_inset
7541 </cell>
7542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7543 \begin_inset Text
7544
7545 \begin_layout Plain Layout
7546 s
7547 \end_layout
7548
7549 \end_inset
7550 </cell>
7551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7552 \begin_inset Text
7553
7554 \begin_layout Plain Layout
7555 s
7556 \end_layout
7557
7558 \end_inset
7559 </cell>
7560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7561 \begin_inset Text
7562
7563 \begin_layout Plain Layout
7564 asd
7565 \end_layout
7566
7567 \end_inset
7568 </cell>
7569 </row>
7570 <row>
7571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7572 \begin_inset Text
7573
7574 \begin_layout Plain Layout
7575 asd
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7581 \begin_inset Text
7582
7583 \begin_layout Plain Layout
7584 s
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593 s
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7599 \begin_inset Text
7600
7601 \begin_layout Plain Layout
7602 s
7603 \end_layout
7604
7605 \end_inset
7606 </cell>
7607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7608 \begin_inset Text
7609
7610 \begin_layout Plain Layout
7611 asd
7612 \end_layout
7613
7614 \end_inset
7615 </cell>
7616 </row>
7617 <row>
7618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Plain Layout
7622 asd
7623 \end_layout
7624
7625 \end_inset
7626 </cell>
7627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7628 \begin_inset Text
7629
7630 \begin_layout Plain Layout
7631 sad
7632 \end_layout
7633
7634 \end_inset
7635 </cell>
7636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7637 \begin_inset Text
7638
7639 \begin_layout Plain Layout
7640 asd
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7646 \begin_inset Text
7647
7648 \begin_layout Plain Layout
7649 asd
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658 asd
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 </row>
7664 </lyxtabular>
7665
7666 \end_inset
7667
7668
7669 \end_layout
7670
7671 \begin_layout Standard
7672 \begin_inset ERT
7673 status collapsed
7674
7675 \begin_layout Plain Layout
7676
7677
7678 \backslash
7679 setlength{
7680 \backslash
7681 LTcapwidth}{4in}
7682 \end_layout
7683
7684 \end_inset
7685
7686
7687 \end_layout
7688
7689 \begin_layout Standard
7690 \begin_inset Note Greyedout
7691 status open
7692
7693 \begin_layout Plain Layout
7694
7695 \series bold
7696 Note:
7697 \series default
7698  When the LaTeX-package 
7699 \series bold
7700 caption
7701 \series default
7702
7703 \begin_inset Index idx
7704 status collapsed
7705
7706 \begin_layout Plain Layout
7707 LaTeX-packages ! caption
7708 \end_layout
7709
7710 \end_inset
7711
7712  is used, as in this document, the full page width is used for the caption
7713  when you use the default value of 4
7714 \begin_inset space \thinspace{}
7715 \end_inset
7716
7717 in for 
7718 \series bold
7719
7720 \backslash
7721 LTcapwidth
7722 \series default
7723 .
7724  To get in this case exactly a 4
7725 \begin_inset space \thinspace{}
7726 \end_inset
7727
7728 in wide caption, you can either use a value slightly different from 4.0
7729 \begin_inset space \thinspace{}
7730 \end_inset
7731
7732 in, e.
7733 \begin_inset space \thinspace{}
7734 \end_inset
7735
7736 g.
7737 \begin_inset space \space{}
7738 \end_inset
7739
7740 3.99
7741 \begin_inset space \thinspace{}
7742 \end_inset
7743
7744 in, or the LaTeX-command 
7745 \series bold
7746
7747 \backslash
7748 captionsetup{width=value}
7749 \series default
7750  that is provided by the 
7751 \series bold
7752 caption
7753 \series default
7754 -package.
7755 \end_layout
7756
7757 \end_inset
7758
7759
7760 \end_layout
7761
7762 \begin_layout Subsubsection
7763 Different Captions for Table Pages
7764 \begin_inset Index idx
7765 status collapsed
7766
7767 \begin_layout Plain Layout
7768 Longtables ! Different Captions for Pages
7769 \end_layout
7770
7771 \end_inset
7772
7773
7774 \end_layout
7775
7776 \begin_layout Standard
7777 When the table captions for the following pages should differ from the one
7778  of the first table page, insert a caption with the TeX code command
7779 \end_layout
7780
7781 \begin_layout Standard
7782
7783 \series bold
7784
7785 \backslash
7786 caption*{caption text}
7787 \backslash
7788
7789 \backslash
7790 %
7791 \end_layout
7792
7793 \begin_layout Standard
7794 in a dummy caption row that is marked as a header.
7795  Table
7796 \begin_inset space ~
7797 \end_inset
7798
7799
7800 \begin_inset CommandInset ref
7801 LatexCommand ref
7802 reference "tab:DiffCaptions"
7803
7804 \end_inset
7805
7806  is an example of a longtable with different heading where the second caption
7807  doesn't include the table number.
7808 \end_layout
7809
7810 \begin_layout Standard
7811 \align center
7812 \begin_inset Tabular
7813 <lyxtabular version="3" rows="59" columns="3">
7814 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7815 <column alignment="left" valignment="top" width="0cm">
7816 <column alignment="left" valignment="top" width="0pt">
7817 <column alignment="center" valignment="top" width="0pt">
7818 <row caption="true">
7819 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823 \begin_inset Caption
7824
7825 \begin_layout Plain Layout
7826 Example Phone List
7827 \begin_inset CommandInset label
7828 LatexCommand label
7829 name "tab:DiffCaptions"
7830
7831 \end_inset
7832
7833
7834 \begin_inset Argument
7835 status collapsed
7836
7837 \begin_layout Plain Layout
7838 Example Phone List
7839 \end_layout
7840
7841 \end_inset
7842
7843
7844 \end_layout
7845
7846 \end_inset
7847
7848
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 </row>
7872 <row endfirsthead="true">
7873 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877
7878 \series bold
7879 Example Phone List (ignore the names)
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 </row>
7903 <row endfirsthead="true">
7904 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908
7909 \series bold
7910 NAME
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7925 \begin_inset Text
7926
7927 \begin_layout Plain Layout
7928
7929 \series bold
7930 TEL.
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 </row>
7936 <row endhead="true">
7937 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941 \begin_inset ERT
7942 status open
7943
7944 \begin_layout Plain Layout
7945
7946
7947 \backslash
7948 caption*{Continued Example Phone List}
7949 \backslash
7950
7951 \backslash
7952 %
7953 \end_layout
7954
7955 \end_inset
7956
7957
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 </row>
7981 <row endhead="true">
7982 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986
7987 \series bold
7988 Example Phone List
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 </row>
8012 <row endhead="true">
8013 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017
8018 \series bold
8019 NAME
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037
8038 \series bold
8039 TEL.
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 </row>
8045 <row endfoot="true">
8046 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050 continued on next page
8051 \end_layout
8052
8053 \end_inset
8054 </cell>
8055 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068
8069 \end_layout
8070
8071 \end_inset
8072 </cell>
8073 </row>
8074 <row>
8075 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079
8080 \series bold
8081 Annovi
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090 Silvia
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099 111
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 </row>
8105 <row>
8106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110
8111 \series bold
8112 Bertoli
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121 Stefano
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130 111
8131 \end_layout
8132
8133 \end_inset
8134 </cell>
8135 </row>
8136 <row>
8137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141
8142 \series bold
8143 Bozzi
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152 Walter
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161 111
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 </row>
8167 <row>
8168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172
8173 \series bold
8174 Cachia
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183 Maria
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192 111
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 </row>
8198 <row>
8199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203
8204 \series bold
8205 Cachia
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214 Maurizio
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223 111
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 </row>
8229 <row>
8230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234
8235 \series bold
8236 Cinquemani
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245 Giusi
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254 111
8255 \end_layout
8256
8257 \end_inset
8258 </cell>
8259 </row>
8260 <row>
8261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265
8266 \series bold
8267 Colin
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276 Bernard
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285 111
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 </row>
8291 <row>
8292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296
8297 \series bold
8298 Concli
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307 Gianfranco
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 111
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 </row>
8322 <row>
8323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327
8328 \series bold
8329 Dal Bosco
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338 Carolina
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347 111
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 </row>
8353 <row>
8354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358
8359 \series bold
8360 Dalpiaz
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 Annamaria
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378 111
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 </row>
8384 <row>
8385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389
8390 \series bold
8391 Feliciello
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400 Domenico
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 111
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 </row>
8415 <row>
8416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420
8421 \series bold
8422 Focarelli
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431 Paola
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440 111
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 </row>
8446 <row>
8447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451
8452 \series bold
8453 Galletti
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462 Oreste
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471 111
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 </row>
8477 <row>
8478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482
8483 \series bold
8484 Gasparini
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 Franca
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502 111
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 </row>
8508 <row>
8509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513
8514 \series bold
8515 Rizzardi
8516 \series default
8517
8518 \begin_inset Foot
8519 status open
8520
8521 \begin_layout Plain Layout
8522 Example footnote
8523 \end_layout
8524
8525 \end_inset
8526
8527
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536 Paola
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545 111
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 </row>
8551 <row>
8552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556
8557 \series bold
8558 Lassini
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567 Giancarlo
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576 111
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 </row>
8582 <row>
8583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587
8588 \series bold
8589 Malfatti
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598 Luciano
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607 111
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 </row>
8613 <row>
8614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618
8619 \series bold
8620 Malfatti
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629 Valeriano
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638 111
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 </row>
8644 <row>
8645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649
8650 \series bold
8651 Meneguzzo
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660 Roberto
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 111
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 </row>
8675 <row>
8676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680
8681 \series bold
8682 Mezzadra
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691 Roberto
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700 111
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 </row>
8706 <row>
8707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711
8712 \series bold
8713 Pirpamer
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722 Erich
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731 111
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 </row>
8737 <row>
8738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742
8743 \series bold
8744 Pochiesa
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753 Paolo
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762 111, 222
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 </row>
8768 <row>
8769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773
8774 \series bold
8775 Radina
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784 Claudio
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793 111
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 </row>
8799 <row>
8800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804
8805 \series bold
8806 Stuffer
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815 Oskar
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824 111
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 </row>
8830 <row>
8831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835
8836 \series bold
8837 Tacchelli
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846 Ugo
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855 111
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 </row>
8861 <row>
8862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866
8867 \series bold
8868 Tezzele
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877 Margit
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886 111
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 </row>
8892 <row>
8893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897
8898 \series bold
8899 Unterkalmsteiner
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908 Frieda
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917 111
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 </row>
8923 <row>
8924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928
8929 \series bold
8930 Vieider
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939 Hilde
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948 111
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 </row>
8954 <row>
8955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959
8960 \series bold
8961 Vigna
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970 Jürgen
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979 111
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 </row>
8985 <row>
8986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990
8991 \series bold
8992 Weber
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Plain Layout
9001 Maurizio
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010 111
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 </row>
9016 <row>
9017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021
9022 \series bold
9023 Winkler
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032 Franz
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041 111
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 </row>
9047 <row>
9048 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052  
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 </row>
9076 <row>
9077 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081
9082 \series bold
9083 Annovi
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 Silvia
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101 555
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 </row>
9107 <row>
9108 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112
9113 \series bold
9114 Bertoli
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123 Stefano
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132 555
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 </row>
9138 <row>
9139 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143
9144 \series bold
9145 Bozzi
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154 Walter
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163 555
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 </row>
9169 <row>
9170 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174
9175 \series bold
9176 Cachia
9177 \end_layout
9178
9179 \end_inset
9180 </cell>
9181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185 Maria
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194 555
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 </row>
9200 <row>
9201 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205
9206 \series bold
9207 Cachia
9208 \end_layout
9209
9210 \end_inset
9211 </cell>
9212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216 Maurizio
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225 555
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 </row>
9231 <row>
9232 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236
9237 \series bold
9238 Cinquemani
9239 \end_layout
9240
9241 \end_inset
9242 </cell>
9243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Plain Layout
9247 Giusi
9248 \end_layout
9249
9250 \end_inset
9251 </cell>
9252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Plain Layout
9256 555
9257 \end_layout
9258
9259 \end_inset
9260 </cell>
9261 </row>
9262 <row>
9263 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267
9268 \series bold
9269 Colin
9270 \end_layout
9271
9272 \end_inset
9273 </cell>
9274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Plain Layout
9278 Bernard
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287 555
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 </row>
9293 <row>
9294 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298
9299 \series bold
9300 Concli
9301 \end_layout
9302
9303 \end_inset
9304 </cell>
9305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9306 \begin_inset Text
9307
9308 \begin_layout Plain Layout
9309 Gianfranco
9310 \end_layout
9311
9312 \end_inset
9313 </cell>
9314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9315 \begin_inset Text
9316
9317 \begin_layout Plain Layout
9318 555
9319 \end_layout
9320
9321 \end_inset
9322 </cell>
9323 </row>
9324 <row>
9325 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329
9330 \series bold
9331 Dal Bosco
9332 \end_layout
9333
9334 \end_inset
9335 </cell>
9336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9337 \begin_inset Text
9338
9339 \begin_layout Plain Layout
9340 Carolina
9341 \end_layout
9342
9343 \end_inset
9344 </cell>
9345 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349 555
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 </row>
9355 <row>
9356 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360
9361 \series bold
9362 Dalpiaz
9363 \end_layout
9364
9365 \end_inset
9366 </cell>
9367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371 Annamaria
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380 555
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 </row>
9386 <row>
9387 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391
9392 \series bold
9393 Feliciello
9394 \end_layout
9395
9396 \end_inset
9397 </cell>
9398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9399 \begin_inset Text
9400
9401 \begin_layout Plain Layout
9402 Domenico
9403 \end_layout
9404
9405 \end_inset
9406 </cell>
9407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411 555
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 </row>
9417 <row>
9418 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Plain Layout
9422
9423 \series bold
9424 Focarelli
9425 \end_layout
9426
9427 \end_inset
9428 </cell>
9429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433 Paola
9434 \end_layout
9435
9436 \end_inset
9437 </cell>
9438 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9439 \begin_inset Text
9440
9441 \begin_layout Plain Layout
9442 555
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 </row>
9448 <row>
9449 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453
9454 \series bold
9455 Galletti
9456 \end_layout
9457
9458 \end_inset
9459 </cell>
9460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Plain Layout
9464 Oreste
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473 555
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 </row>
9479 <row>
9480 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484
9485 \series bold
9486 Gasparini
9487 \end_layout
9488
9489 \end_inset
9490 </cell>
9491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495 Franca
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504 555
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 </row>
9510 <row>
9511 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515
9516 \series bold
9517 Rizzardi
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9523 \begin_inset Text
9524
9525 \begin_layout Plain Layout
9526 Paola
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535 555
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 </row>
9541 <row>
9542 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9543 \begin_inset Text
9544
9545 \begin_layout Plain Layout
9546
9547 \series bold
9548 Lassini
9549 \end_layout
9550
9551 \end_inset
9552 </cell>
9553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9554 \begin_inset Text
9555
9556 \begin_layout Plain Layout
9557 Giancarlo
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566 555
9567 \end_layout
9568
9569 \end_inset
9570 </cell>
9571 </row>
9572 <row>
9573 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9574 \begin_inset Text
9575
9576 \begin_layout Plain Layout
9577
9578 \series bold
9579 Malfatti
9580 \end_layout
9581
9582 \end_inset
9583 </cell>
9584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9585 \begin_inset Text
9586
9587 \begin_layout Plain Layout
9588 Luciano
9589 \end_layout
9590
9591 \end_inset
9592 </cell>
9593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597 555
9598 \end_layout
9599
9600 \end_inset
9601 </cell>
9602 </row>
9603 <row>
9604 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9605 \begin_inset Text
9606
9607 \begin_layout Plain Layout
9608
9609 \series bold
9610 Malfatti
9611 \end_layout
9612
9613 \end_inset
9614 </cell>
9615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Plain Layout
9619 Valeriano
9620 \end_layout
9621
9622 \end_inset
9623 </cell>
9624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628 555
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 </row>
9634 <row>
9635 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9636 \begin_inset Text
9637
9638 \begin_layout Plain Layout
9639
9640 \series bold
9641 Meneguzzo
9642 \end_layout
9643
9644 \end_inset
9645 </cell>
9646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9647 \begin_inset Text
9648
9649 \begin_layout Plain Layout
9650 Roberto
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9656 \begin_inset Text
9657
9658 \begin_layout Plain Layout
9659 555
9660 \end_layout
9661
9662 \end_inset
9663 </cell>
9664 </row>
9665 <row>
9666 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9667 \begin_inset Text
9668
9669 \begin_layout Plain Layout
9670
9671 \series bold
9672 Mezzadra
9673 \end_layout
9674
9675 \end_inset
9676 </cell>
9677 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9678 \begin_inset Text
9679
9680 \begin_layout Plain Layout
9681 Roberto
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9687 \begin_inset Text
9688
9689 \begin_layout Plain Layout
9690 555
9691 \end_layout
9692
9693 \end_inset
9694 </cell>
9695 </row>
9696 </lyxtabular>
9697
9698 \end_inset
9699
9700
9701 \end_layout
9702
9703 \begin_layout Section
9704 Special Longtable Issues
9705 \begin_inset CommandInset label
9706 LatexCommand label
9707 name "sec:Special-Longtable-Issues"
9708
9709 \end_inset
9710
9711
9712 \end_layout
9713
9714 \begin_layout Subsection
9715 Longtable Calculation
9716 \begin_inset Index idx
9717 status collapsed
9718
9719 \begin_layout Plain Layout
9720 Longtables ! Calculation
9721 \end_layout
9722
9723 \end_inset
9724
9725
9726 \end_layout
9727
9728 \begin_layout Standard
9729 LaTeX calculates the height of table pages and their page breaks using so
9730  called chunks.
9731  Chunks are parts of tables that held at the same time in LaTeX's memory.
9732  The default value was historically set to only 20 table rows.
9733  If you are using longtables with many pages this may slow down the creation
9734  of your document.
9735  You can safely increase the chunk size to values of 100-1000 by adding
9736  this command line to your document preamble:
9737 \end_layout
9738
9739 \begin_layout Standard
9740
9741 \series bold
9742
9743 \backslash
9744 setcounter{LTchunksize}{100}
9745 \end_layout
9746
9747 \begin_layout Subsection
9748 Floats and Longtables
9749 \begin_inset Index idx
9750 status collapsed
9751
9752 \begin_layout Plain Layout
9753 Longtables ! Floats
9754 \end_layout
9755
9756 \end_inset
9757
9758
9759 \end_layout
9760
9761 \begin_layout Standard
9762 There might be problems when a float appears on the same page where a longtable
9763  starts.
9764  To avoid such a situation, insert a 
9765 \begin_inset Quotes eld
9766 \end_inset
9767
9768 clear page
9769 \begin_inset Quotes erd
9770 \end_inset
9771
9772  (menu 
9773 \family sans
9774 Insert\SpecialChar \menuseparator
9775 Formatting\SpecialChar \menuseparator
9776 Clear
9777 \begin_inset space ~
9778 \end_inset
9779
9780 Page
9781 \family default
9782 ) before your longtable.
9783 \end_layout
9784
9785 \begin_layout Subsection
9786 Forced Page Breaks
9787 \begin_inset Index idx
9788 status collapsed
9789
9790 \begin_layout Plain Layout
9791 Longtables ! Forced Page Breaks
9792 \end_layout
9793
9794 \end_inset
9795
9796
9797 \end_layout
9798
9799 \begin_layout Standard
9800 By default tables are only broken between rows.
9801  If you have a cell with multiples lines and want to have a page break within
9802  the cell, insert the new line command 
9803 \begin_inset Quotes eld
9804 \end_inset
9805
9806
9807 \series bold
9808
9809 \backslash
9810
9811 \backslash
9812
9813 \series default
9814
9815 \begin_inset Quotes erd
9816 \end_inset
9817
9818  as TeX-Code at the point of the cell where it can be broken.
9819  Before the 
9820 \series bold
9821
9822 \backslash
9823
9824 \backslash
9825
9826 \series default
9827  command you have to insert in TeX-Code as many 
9828 \begin_inset Quotes eld
9829 \end_inset
9830
9831
9832 \series bold
9833 &
9834 \series default
9835
9836 \begin_inset Quotes erd
9837 \end_inset
9838
9839  characters as the number of the following table columns.
9840  The 
9841 \series bold
9842 &
9843 \series default
9844  is the character to separate table cells.
9845  Write in TeX-Code after each 
9846 \series bold
9847 &
9848 \series default
9849  the content of the corresponding following cell and delete the content
9850  of these cells.
9851 \begin_inset Newline newline
9852 \end_inset
9853
9854 After the 
9855 \series bold
9856
9857 \backslash
9858
9859 \backslash
9860
9861 \series default
9862  command, insert as many 
9863 \series bold
9864 &
9865 \series default
9866  characters as the number of table columns before the current column.
9867  In Table
9868 \begin_inset space ~
9869 \end_inset
9870
9871
9872 \begin_inset CommandInset ref
9873 LatexCommand ref
9874 reference "tab:ForcedPagebreak"
9875
9876 \end_inset
9877
9878  the cell that should be broken is in the second column followed by another
9879  column.
9880  Therefore the following command was inserted in the cell as TeX-Code after
9881  
9882 \begin_inset Quotes eld
9883 \end_inset
9884
9885
9886 \emph on
9887 Castelchiodato,
9888 \emph default
9889
9890 \begin_inset Quotes erd
9891 \end_inset
9892
9893 :
9894 \end_layout
9895
9896 \begin_layout Standard
9897
9898 \series bold
9899 & 111
9900 \backslash
9901
9902 \backslash
9903  
9904 \backslash
9905 newpage
9906 \begin_inset Newline newline
9907 \end_inset
9908
9909 &
9910 \end_layout
9911
9912 \begin_layout Standard
9913 The 
9914 \begin_inset Quotes eld
9915 \end_inset
9916
9917 111
9918 \begin_inset Quotes erd
9919 \end_inset
9920
9921  in the third column of the row was deleted.
9922  
9923 \series bold
9924
9925 \backslash
9926 newpage
9927 \series default
9928  is only needed when a page break should definitely occur at this position,
9929  otherwise it would be a conditional break.
9930  If your footer row of the longtable has for a certain reason no upper line
9931  but you would have a horizontal line where the cell is broken, use this
9932  command instead:
9933 \end_layout
9934
9935 \begin_layout Standard
9936
9937 \series bold
9938 & 111
9939 \backslash
9940
9941 \backslash
9942
9943 \begin_inset Newline newline
9944 \end_inset
9945
9946
9947 \backslash
9948 hline &
9949 \end_layout
9950
9951 \begin_layout Standard
9952 When the cell to be broken is in the last column, the command
9953 \end_layout
9954
9955 \begin_layout Standard
9956
9957 \series bold
9958
9959 \backslash
9960 setlength{
9961 \backslash
9962 parfillskip}{0pt}
9963 \end_layout
9964
9965 \begin_layout Standard
9966 must be inserted as TeX-Code at the beginning of the cell.
9967  This ensures that the part of the cell that will be displayed on the new
9968  page appears with the full width.
9969 \end_layout
9970
9971 \begin_layout Standard
9972 \align center
9973 \begin_inset Tabular
9974 <lyxtabular version="3" rows="38" columns="3">
9975 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9976 <column alignment="left" valignment="top" width="0cm">
9977 <column alignment="left" valignment="top" width="3cm">
9978 <column alignment="center" valignment="top" width="0pt">
9979 <row caption="true">
9980 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984 \begin_inset Caption
9985
9986 \begin_layout Plain Layout
9987 Table with forced page break in table cell
9988 \begin_inset CommandInset label
9989 LatexCommand label
9990 name "tab:ForcedPagebreak"
9991
9992 \end_inset
9993
9994
9995 \begin_inset Argument
9996 status collapsed
9997
9998 \begin_layout Plain Layout
9999 Table with forced page break in table cell
10000 \end_layout
10001
10002 \end_inset
10003
10004
10005 \end_layout
10006
10007 \end_inset
10008
10009
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 </row>
10033 <row endfirsthead="true">
10034 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038
10039 \series bold
10040 Example Phone List (ignore the names)
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049
10050 \end_layout
10051
10052 \end_inset
10053 </cell>
10054 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Plain Layout
10058
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 </row>
10064 <row endfirsthead="true">
10065 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069
10070 \series bold
10071 NAME
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089
10090 \series bold
10091 TEL.
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 </row>
10097 <row endhead="true">
10098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102 \begin_inset ERT
10103 status collapsed
10104
10105 \begin_layout Plain Layout
10106
10107
10108 \backslash
10109 caption*{Continued Example Phone List}
10110 \backslash
10111
10112 \backslash
10113 %
10114 \end_layout
10115
10116 \end_inset
10117
10118
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Plain Layout
10127
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Plain Layout
10136
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 </row>
10142 <row endhead="true">
10143 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147
10148 \series bold
10149 Example Phone List
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10155 \begin_inset Text
10156
10157 \begin_layout Plain Layout
10158
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 </row>
10173 <row endhead="true">
10174 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Plain Layout
10178
10179 \series bold
10180 NAME
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189
10190 \end_layout
10191
10192 \end_inset
10193 </cell>
10194 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10195 \begin_inset Text
10196
10197 \begin_layout Plain Layout
10198
10199 \series bold
10200 TEL.
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 </row>
10206 <row endfoot="true">
10207 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211 continued on next page
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Plain Layout
10220
10221 \end_layout
10222
10223 \end_inset
10224 </cell>
10225 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Plain Layout
10229
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 </row>
10235 <row>
10236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240
10241 \series bold
10242 Annovi
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10248 \begin_inset Text
10249
10250 \begin_layout Plain Layout
10251 Silvia
10252 \end_layout
10253
10254 \end_inset
10255 </cell>
10256 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260 111
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 </row>
10266 <row>
10267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271
10272 \series bold
10273 Bertoli
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10279 \begin_inset Text
10280
10281 \begin_layout Plain Layout
10282 Stefano
10283 \end_layout
10284
10285 \end_inset
10286 </cell>
10287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291 111
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 </row>
10297 <row>
10298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Plain Layout
10302
10303 \series bold
10304 Bozzi
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Plain Layout
10313 Walter
10314 \end_layout
10315
10316 \end_inset
10317 </cell>
10318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10319 \begin_inset Text
10320
10321 \begin_layout Plain Layout
10322 111
10323 \end_layout
10324
10325 \end_inset
10326 </cell>
10327 </row>
10328 <row>
10329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Plain Layout
10333
10334 \series bold
10335 Cachia
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344 Maria
10345 \end_layout
10346
10347 \end_inset
10348 </cell>
10349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Plain Layout
10353 111
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 </row>
10359 <row>
10360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364
10365 \series bold
10366 Cachia
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10372 \begin_inset Text
10373
10374 \begin_layout Plain Layout
10375 Maurizio
10376 \end_layout
10377
10378 \end_inset
10379 </cell>
10380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384 111
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 </row>
10390 <row>
10391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395
10396 \series bold
10397 Cinquemani
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406 Giusi
10407 \end_layout
10408
10409 \end_inset
10410 </cell>
10411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415 111
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 </row>
10421 <row>
10422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426
10427 \series bold
10428 Colin
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10434 \begin_inset Text
10435
10436 \begin_layout Plain Layout
10437 Bernard
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446 111
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 </row>
10452 <row>
10453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457
10458 \series bold
10459 Concli
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468 Gianfranco
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477 111
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 </row>
10483 <row>
10484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488
10489 \series bold
10490 Dal Bosco
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Plain Layout
10499 Carolina
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508 111
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 </row>
10514 <row>
10515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519
10520 \series bold
10521 Dalpiaz
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Plain Layout
10530 Annamaria
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539 111
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 </row>
10545 <row>
10546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550
10551 \series bold
10552 Feliciello
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10558 \begin_inset Text
10559
10560 \begin_layout Plain Layout
10561 Domenico
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570 111
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 </row>
10576 <row>
10577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581
10582 \series bold
10583 Focarelli
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Plain Layout
10592 Paola
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601 111
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 </row>
10607 <row>
10608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612
10613 \series bold
10614 Galletti
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10620 \begin_inset Text
10621
10622 \begin_layout Plain Layout
10623 Oreste
10624 \end_layout
10625
10626 \end_inset
10627 </cell>
10628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632 111
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 </row>
10638 <row>
10639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10640 \begin_inset Text
10641
10642 \begin_layout Plain Layout
10643
10644 \series bold
10645 Gasparini
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654 Franca
10655 \end_layout
10656
10657 \end_inset
10658 </cell>
10659 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663 111
10664 \end_layout
10665
10666 \end_inset
10667 </cell>
10668 </row>
10669 <row>
10670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674
10675 \series bold
10676 Lassini
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10682 \begin_inset Text
10683
10684 \begin_layout Plain Layout
10685 Giancarlo
10686 \end_layout
10687
10688 \end_inset
10689 </cell>
10690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694 111
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 </row>
10700 <row>
10701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705
10706 \series bold
10707 Malfatti
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10713 \begin_inset Text
10714
10715 \begin_layout Plain Layout
10716 Luciano
10717 \end_layout
10718
10719 \end_inset
10720 </cell>
10721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725 111
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 </row>
10731 <row>
10732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736
10737 \series bold
10738 Malfatti
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10744 \begin_inset Text
10745
10746 \begin_layout Plain Layout
10747 Valeriano
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756 111
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 </row>
10762 <row>
10763 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767
10768 \series bold
10769 Meneguzzo
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Plain Layout
10778 Roberto
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787 111
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 </row>
10793 <row>
10794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798
10799 \series bold
10800 Mezzadra
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10806 \begin_inset Text
10807
10808 \begin_layout Plain Layout
10809 Roberto
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Plain Layout
10818 111
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 </row>
10824 <row>
10825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10826 \begin_inset Text
10827
10828 \begin_layout Plain Layout
10829
10830 \series bold
10831 Pirpamer
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840 Erich
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849 111
10850 \end_layout
10851
10852 \end_inset
10853 </cell>
10854 </row>
10855 <row>
10856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10857 \begin_inset Text
10858
10859 \begin_layout Plain Layout
10860
10861 \series bold
10862 Pochiesa
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871 Paolo
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10877 \begin_inset Text
10878
10879 \begin_layout Plain Layout
10880 111, 222
10881 \end_layout
10882
10883 \end_inset
10884 </cell>
10885 </row>
10886 <row>
10887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891
10892 \series bold
10893 Radina
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902 Claudio
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911 111
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 </row>
10917 <row>
10918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922
10923 \series bold
10924 Rizzardi
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933 Paolo, 11.
10934  Fürst von Montecompatri, 11.
10935  Fürst von Sulmona und Vivaro, 10.
10936  Fürst von Rossano, 5.
10937  Herzog von Canemorte, 11.
10938  Herzog von Palombara, 5.
10939  Herzog von Castelchiodato,
10940 \begin_inset ERT
10941 status open
10942
10943 \begin_layout Plain Layout
10944
10945 & 111
10946 \backslash
10947
10948 \backslash
10949  
10950 \backslash
10951 newpage
10952 \end_layout
10953
10954 \begin_layout Plain Layout
10955
10956 &
10957 \end_layout
10958
10959 \end_inset
10960
10961  11.
10962  Herzog von Poggionativo, 11.
10963  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10964  Graf von Valinfreda, 11.
10965  Baron von Cropalati, 11.
10966  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10967 \end_layout
10968
10969 \end_inset
10970 </cell>
10971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975
10976 \end_layout
10977
10978 \end_inset
10979 </cell>
10980 </row>
10981 <row>
10982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Plain Layout
10986
10987 \series bold
10988 Stuffer
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10994 \begin_inset Text
10995
10996 \begin_layout Plain Layout
10997 Oskar
10998 \end_layout
10999
11000 \end_inset
11001 </cell>
11002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006 111
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 </row>
11012 <row>
11013 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Plain Layout
11017
11018 \series bold
11019 Tacchelli
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11025 \begin_inset Text
11026
11027 \begin_layout Plain Layout
11028 Ugo
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037 111
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 </row>
11043 <row>
11044 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048
11049 \series bold
11050 Tezzele
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Plain Layout
11059 Margit
11060 \end_layout
11061
11062 \end_inset
11063 </cell>
11064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068 111
11069 \end_layout
11070
11071 \end_inset
11072 </cell>
11073 </row>
11074 <row>
11075 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11076 \begin_inset Text
11077
11078 \begin_layout Plain Layout
11079
11080 \series bold
11081 Unterkalmsteiner
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Plain Layout
11090 Frieda
11091 \end_layout
11092
11093 \end_inset
11094 </cell>
11095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11096 \begin_inset Text
11097
11098 \begin_layout Plain Layout
11099 111
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 </row>
11105 <row>
11106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Plain Layout
11110
11111 \series bold
11112 Vieider
11113 \end_layout
11114
11115 \end_inset
11116 </cell>
11117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11118 \begin_inset Text
11119
11120 \begin_layout Plain Layout
11121 Hilde
11122 \end_layout
11123
11124 \end_inset
11125 </cell>
11126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130 111
11131 \end_layout
11132
11133 \end_inset
11134 </cell>
11135 </row>
11136 <row>
11137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141
11142 \series bold
11143 Vigna
11144 \end_layout
11145
11146 \end_inset
11147 </cell>
11148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11149 \begin_inset Text
11150
11151 \begin_layout Plain Layout
11152 Jürgen
11153 \end_layout
11154
11155 \end_inset
11156 </cell>
11157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161 111
11162 \end_layout
11163
11164 \end_inset
11165 </cell>
11166 </row>
11167 <row>
11168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11169 \begin_inset Text
11170
11171 \begin_layout Plain Layout
11172
11173 \series bold
11174 Weber
11175 \end_layout
11176
11177 \end_inset
11178 </cell>
11179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11180 \begin_inset Text
11181
11182 \begin_layout Plain Layout
11183 Maurizio
11184 \end_layout
11185
11186 \end_inset
11187 </cell>
11188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11189 \begin_inset Text
11190
11191 \begin_layout Plain Layout
11192 111
11193 \end_layout
11194
11195 \end_inset
11196 </cell>
11197 </row>
11198 <row>
11199 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203
11204 \series bold
11205 Winkler
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214 Franz
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 111
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 </row>
11229 </lyxtabular>
11230
11231 \end_inset
11232
11233
11234 \end_layout
11235
11236 \begin_layout Section
11237 Multiple Lines Columns and Rows
11238 \end_layout
11239
11240 \begin_layout Subsection
11241 Multiple Lines in Table Cells
11242 \begin_inset CommandInset label
11243 LatexCommand label
11244 name "sub:Multiple-Lines-in"
11245
11246 \end_inset
11247
11248
11249 \begin_inset Index idx
11250 status collapsed
11251
11252 \begin_layout Plain Layout
11253 Multiple Lines in Table Cells
11254 \end_layout
11255
11256 \end_inset
11257
11258
11259 \begin_inset Index idx
11260 status collapsed
11261
11262 \begin_layout Plain Layout
11263 Table ! Linebreaks
11264 \end_layout
11265
11266 \end_inset
11267
11268
11269 \end_layout
11270
11271 \begin_layout Standard
11272 \noindent
11273 \begin_inset Float table
11274 placement H
11275 wide false
11276 sideways false
11277 status open
11278
11279 \begin_layout Plain Layout
11280 \begin_inset Caption
11281
11282 \begin_layout Plain Layout
11283 \begin_inset CommandInset label
11284 LatexCommand label
11285 name "tab:Table-with-multiple"
11286
11287 \end_inset
11288
11289 Table with multiple lines in cells
11290 \end_layout
11291
11292 \end_inset
11293
11294
11295 \end_layout
11296
11297 \begin_layout Plain Layout
11298 \align center
11299 \begin_inset Tabular
11300 <lyxtabular version="3" rows="3" columns="3">
11301 <features tabularvalignment="middle">
11302 <column alignment="center" valignment="middle" width="2.5cm">
11303 <column alignment="center" valignment="middle" width="0">
11304 <column alignment="center" valignment="middle" width="0">
11305 <row>
11306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11307 \begin_inset Text
11308
11309 \begin_layout Plain Layout
11310 multiple
11311 \begin_inset Newline linebreak
11312 \end_inset
11313
11314 lines
11315 \end_layout
11316
11317 \end_inset
11318 </cell>
11319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11320 \begin_inset Text
11321
11322 \begin_layout Plain Layout
11323 b
11324 \end_layout
11325
11326 \end_inset
11327 </cell>
11328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11329 \begin_inset Text
11330
11331 \begin_layout Plain Layout
11332 c
11333 \end_layout
11334
11335 \end_inset
11336 </cell>
11337 </row>
11338 <row>
11339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11340 \begin_inset Text
11341
11342 \begin_layout Plain Layout
11343 d
11344 \end_layout
11345
11346 \end_inset
11347 </cell>
11348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11349 \begin_inset Text
11350
11351 \begin_layout Plain Layout
11352 e
11353 \end_layout
11354
11355 \end_inset
11356 </cell>
11357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11358 \begin_inset Text
11359
11360 \begin_layout Plain Layout
11361 f
11362 \end_layout
11363
11364 \end_inset
11365 </cell>
11366 </row>
11367 <row>
11368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 g
11373 \end_layout
11374
11375 \end_inset
11376 </cell>
11377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Plain Layout
11381 h
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11387 \begin_inset Text
11388
11389 \begin_layout Plain Layout
11390 i
11391 \end_layout
11392
11393 \end_inset
11394 </cell>
11395 </row>
11396 </lyxtabular>
11397
11398 \end_inset
11399
11400
11401 \end_layout
11402
11403 \end_inset
11404
11405
11406 \end_layout
11407
11408 \begin_layout Standard
11409 Setting a fixed width for a column enables you to enter text as a paragraph
11410  with multiple lines and hyphenation.
11411 \end_layout
11412
11413 \begin_layout Standard
11414 To produce Table
11415 \begin_inset space ~
11416 \end_inset
11417
11418
11419 \begin_inset CommandInset ref
11420 LatexCommand ref
11421 reference "tab:Table-with-multiple"
11422
11423 \end_inset
11424
11425 , create a 3×3 table, mark the first cell and right-click on it.
11426  In the appearing table dialog we set a cell width of 2.5
11427 \begin_inset space \thinspace{}
11428 \end_inset
11429
11430 cm and choose centered for the vertical and horizontal alignment.
11431  The vertical alignment is used for all cells of the row.
11432  As our text is smaller than 2.5
11433 \begin_inset space \thinspace{}
11434 \end_inset
11435
11436 cm, only one line will appear.
11437  To get two lines, a justified line break (shortcut 
11438 \begin_inset Info
11439 type  "shortcut"
11440 arg   "newline-insert linebreak"
11441 \end_inset
11442
11443 ) was added.
11444  If the text is wider than the set cell width, it will automatically be
11445  broken to several lines.
11446 \end_layout
11447
11448 \begin_layout Standard
11449 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11450  by LaTeX if it is the first entry.
11451  Therefore you need to insert something to prevent the word not being the
11452  first entry.
11453  So add a horizontal space of 0
11454 \begin_inset space \thinspace{}
11455 \end_inset
11456
11457 pt before the word.
11458  As the space is zero, it doesn't change the output.
11459  Table
11460 \begin_inset space ~
11461 \end_inset
11462
11463
11464 \begin_inset CommandInset ref
11465 LatexCommand ref
11466 reference "tab:Table-with-and"
11467
11468 \end_inset
11469
11470  shows the effect.
11471 \end_layout
11472
11473 \begin_layout Standard
11474 \begin_inset Float table
11475 placement h
11476 wide false
11477 sideways false
11478 status open
11479
11480 \begin_layout Plain Layout
11481 \begin_inset Caption
11482
11483 \begin_layout Plain Layout
11484 \begin_inset CommandInset label
11485 LatexCommand label
11486 name "tab:Table-with-and"
11487
11488 \end_inset
11489
11490 Table with and without hyphenation
11491 \end_layout
11492
11493 \end_inset
11494
11495
11496 \end_layout
11497
11498 \begin_layout Plain Layout
11499 \begin_inset space \hfill{}
11500 \end_inset
11501
11502
11503 \begin_inset Tabular
11504 <lyxtabular version="3" rows="3" columns="3">
11505 <features tabularvalignment="middle">
11506 <column alignment="center" valignment="middle" width="2.5cm">
11507 <column alignment="center" valignment="middle" width="0">
11508 <column alignment="center" valignment="middle" width="0">
11509 <row>
11510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11511 \begin_inset Text
11512
11513 \begin_layout Plain Layout
11514 verylongtablecellword
11515 \end_layout
11516
11517 \end_inset
11518 </cell>
11519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11520 \begin_inset Text
11521
11522 \begin_layout Plain Layout
11523 b
11524 \end_layout
11525
11526 \end_inset
11527 </cell>
11528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11529 \begin_inset Text
11530
11531 \begin_layout Plain Layout
11532 c
11533 \end_layout
11534
11535 \end_inset
11536 </cell>
11537 </row>
11538 <row>
11539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11540 \begin_inset Text
11541
11542 \begin_layout Plain Layout
11543 d
11544 \end_layout
11545
11546 \end_inset
11547 </cell>
11548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11549 \begin_inset Text
11550
11551 \begin_layout Plain Layout
11552 e
11553 \end_layout
11554
11555 \end_inset
11556 </cell>
11557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11558 \begin_inset Text
11559
11560 \begin_layout Plain Layout
11561 f
11562 \end_layout
11563
11564 \end_inset
11565 </cell>
11566 </row>
11567 <row>
11568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11569 \begin_inset Text
11570
11571 \begin_layout Plain Layout
11572 g
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Plain Layout
11581 h
11582 \end_layout
11583
11584 \end_inset
11585 </cell>
11586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11587 \begin_inset Text
11588
11589 \begin_layout Plain Layout
11590 i
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 </row>
11596 </lyxtabular>
11597
11598 \end_inset
11599
11600
11601 \begin_inset space \hfill{}
11602 \end_inset
11603
11604
11605 \begin_inset Tabular
11606 <lyxtabular version="3" rows="3" columns="3">
11607 <features tabularvalignment="middle">
11608 <column alignment="center" valignment="middle" width="2.5cm">
11609 <column alignment="center" valignment="middle" width="0">
11610 <column alignment="center" valignment="middle" width="0">
11611 <row>
11612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11613 \begin_inset Text
11614
11615 \begin_layout Plain Layout
11616 \begin_inset space \hspace{}
11617 \length 0pt
11618 \end_inset
11619
11620 verylongtablecellword
11621 \end_layout
11622
11623 \end_inset
11624 </cell>
11625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11626 \begin_inset Text
11627
11628 \begin_layout Plain Layout
11629 b
11630 \end_layout
11631
11632 \end_inset
11633 </cell>
11634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11635 \begin_inset Text
11636
11637 \begin_layout Plain Layout
11638 c
11639 \end_layout
11640
11641 \end_inset
11642 </cell>
11643 </row>
11644 <row>
11645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11646 \begin_inset Text
11647
11648 \begin_layout Plain Layout
11649 d
11650 \end_layout
11651
11652 \end_inset
11653 </cell>
11654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11655 \begin_inset Text
11656
11657 \begin_layout Plain Layout
11658 e
11659 \end_layout
11660
11661 \end_inset
11662 </cell>
11663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11664 \begin_inset Text
11665
11666 \begin_layout Plain Layout
11667 f
11668 \end_layout
11669
11670 \end_inset
11671 </cell>
11672 </row>
11673 <row>
11674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11675 \begin_inset Text
11676
11677 \begin_layout Plain Layout
11678 g
11679 \end_layout
11680
11681 \end_inset
11682 </cell>
11683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11684 \begin_inset Text
11685
11686 \begin_layout Plain Layout
11687 h
11688 \end_layout
11689
11690 \end_inset
11691 </cell>
11692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696 i
11697 \end_layout
11698
11699 \end_inset
11700 </cell>
11701 </row>
11702 </lyxtabular>
11703
11704 \end_inset
11705
11706
11707 \begin_inset space \hfill{}
11708 \end_inset
11709
11710
11711 \end_layout
11712
11713 \end_inset
11714
11715
11716 \end_layout
11717
11718 \begin_layout Subsection
11719 Multicolumns
11720 \begin_inset CommandInset label
11721 LatexCommand label
11722 name "sub:Multicolumns"
11723
11724 \end_inset
11725
11726
11727 \begin_inset Index idx
11728 status collapsed
11729
11730 \begin_layout Plain Layout
11731 Multicolumns
11732 \end_layout
11733
11734 \end_inset
11735
11736
11737 \begin_inset Index idx
11738 status collapsed
11739
11740 \begin_layout Plain Layout
11741 Table ! Multicolumns
11742 \end_layout
11743
11744 \end_inset
11745
11746
11747 \end_layout
11748
11749 \begin_layout Subsubsection
11750 Multicolumn Basics
11751 \end_layout
11752
11753 \begin_layout Standard
11754 To merge cells over multiple columns, select as many cells within a row
11755  as you want to merge and use either the table-toolbar button 
11756 \family sans
11757
11758 \begin_inset Info
11759 type  "icon"
11760 arg   "inset-modify tabular multicolumn"
11761 \end_inset
11762
11763
11764 \family default
11765 , or the menu 
11766 \family sans
11767 Edit\SpecialChar \menuseparator
11768 Table\SpecialChar \menuseparator
11769 Multicolumn
11770 \family default
11771 , or right click on the marked cells and choose 
11772 \family sans
11773 Multicolumn
11774 \family default
11775  in the context menu.
11776 \end_layout
11777
11778 \begin_layout Standard
11779 Multicolumns have there own cell settings.
11780  That means changing cell borders, cell alignment, and the width only affects
11781  the multicolumn.
11782  Here is an example table with a multicolumn cell in the first row and one
11783  in the last row without the upper border:
11784 \end_layout
11785
11786 \begin_layout Standard
11787 \align center
11788 \begin_inset Tabular
11789 <lyxtabular version="3" rows="3" columns="4">
11790 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11791 <column alignment="center" valignment="top" width="0pt">
11792 <column alignment="center" valignment="middle" width="0">
11793 <column alignment="center" valignment="top" width="0in">
11794 <column alignment="center" valignment="top" width="0pt">
11795 <row>
11796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11797 \begin_inset Text
11798
11799 \begin_layout Plain Layout
11800 abc
11801 \end_layout
11802
11803 \end_inset
11804 </cell>
11805 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11806 \begin_inset Text
11807
11808 \begin_layout Plain Layout
11809 def ghi
11810 \end_layout
11811
11812 \end_inset
11813 </cell>
11814 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11815 \begin_inset Text
11816
11817 \begin_layout Plain Layout
11818
11819 \end_layout
11820
11821 \end_inset
11822 </cell>
11823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11824 \begin_inset Text
11825
11826 \begin_layout Plain Layout
11827 jkl
11828 \end_layout
11829
11830 \end_inset
11831 </cell>
11832 </row>
11833 <row>
11834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11835 \begin_inset Text
11836
11837 \begin_layout Plain Layout
11838
11839 \family roman
11840 \series medium
11841 \shape up
11842 \size normal
11843 \emph off
11844 \bar no
11845 \noun off
11846 \color none
11847 A
11848 \end_layout
11849
11850 \end_inset
11851 </cell>
11852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11853 \begin_inset Text
11854
11855 \begin_layout Plain Layout
11856 B
11857 \end_layout
11858
11859 \end_inset
11860 </cell>
11861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11862 \begin_inset Text
11863
11864 \begin_layout Plain Layout
11865 C
11866 \end_layout
11867
11868 \end_inset
11869 </cell>
11870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11871 \begin_inset Text
11872
11873 \begin_layout Plain Layout
11874 D
11875 \end_layout
11876
11877 \end_inset
11878 </cell>
11879 </row>
11880 <row>
11881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11882 \begin_inset Text
11883
11884 \begin_layout Plain Layout
11885 1
11886 \end_layout
11887
11888 \end_inset
11889 </cell>
11890 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11891 \begin_inset Text
11892
11893 \begin_layout Plain Layout
11894 2
11895 \end_layout
11896
11897 \end_inset
11898 </cell>
11899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11900 \begin_inset Text
11901
11902 \begin_layout Plain Layout
11903 3
11904 \end_layout
11905
11906 \end_inset
11907 </cell>
11908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11909 \begin_inset Text
11910
11911 \begin_layout Plain Layout
11912 4
11913 \end_layout
11914
11915 \end_inset
11916 </cell>
11917 </row>
11918 </lyxtabular>
11919
11920 \end_inset
11921
11922
11923 \end_layout
11924
11925 \begin_layout Subsubsection
11926 Multicolumn Calculations
11927 \begin_inset CommandInset label
11928 LatexCommand label
11929 name "sub:Multicolumn-Calculations"
11930
11931 \end_inset
11932
11933
11934 \begin_inset Index idx
11935 status collapsed
11936
11937 \begin_layout Plain Layout
11938 Multicolumns ! Calculations
11939 \end_layout
11940
11941 \end_inset
11942
11943
11944 \end_layout
11945
11946 \begin_layout Standard
11947 LyX supports multicolumns directly, but we have to take account of the cell
11948  width of the columns spanned by the multicolumn cell.
11949 \end_layout
11950
11951 \begin_layout Standard
11952 \begin_inset Float table
11953 placement h
11954 wide false
11955 sideways false
11956 status open
11957
11958 \begin_layout Plain Layout
11959 \begin_inset Caption
11960
11961 \begin_layout Plain Layout
11962 \begin_inset CommandInset label
11963 LatexCommand label
11964 name "tab:Table-with-centered"
11965
11966 \end_inset
11967
11968 Table with centered multicolumn text above two columns that have exactly
11969  half the width of the multicolumn cell
11970 \begin_inset Argument
11971 status collapsed
11972
11973 \begin_layout Plain Layout
11974 Perfect multicolumn table
11975 \end_layout
11976
11977 \end_inset
11978
11979
11980 \end_layout
11981
11982 \end_inset
11983
11984
11985 \end_layout
11986
11987 \begin_layout Plain Layout
11988 \align center
11989 \begin_inset Tabular
11990 <lyxtabular version="3" rows="3" columns="3">
11991 <features tabularvalignment="middle">
11992 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11993 <column alignment="center" valignment="middle" width="0">
11994 <column alignment="center" valignment="top" width="0">
11995 <row>
11996 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11997 \begin_inset Text
11998
11999 \begin_layout Plain Layout
12000 multiple lines multicolumn
12001 \end_layout
12002
12003 \end_inset
12004 </cell>
12005 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12006 \begin_inset Text
12007
12008 \begin_layout Plain Layout
12009
12010 \end_layout
12011
12012 \end_inset
12013 </cell>
12014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12015 \begin_inset Text
12016
12017 \begin_layout Plain Layout
12018 c
12019 \end_layout
12020
12021 \end_inset
12022 </cell>
12023 </row>
12024 <row>
12025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12026 \begin_inset Text
12027
12028 \begin_layout Plain Layout
12029 d
12030 \end_layout
12031
12032 \end_inset
12033 </cell>
12034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12035 \begin_inset Text
12036
12037 \begin_layout Plain Layout
12038 e
12039 \end_layout
12040
12041 \end_inset
12042 </cell>
12043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12044 \begin_inset Text
12045
12046 \begin_layout Plain Layout
12047 f
12048 \end_layout
12049
12050 \end_inset
12051 </cell>
12052 </row>
12053 <row>
12054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12055 \begin_inset Text
12056
12057 \begin_layout Plain Layout
12058 g
12059 \end_layout
12060
12061 \end_inset
12062 </cell>
12063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12064 \begin_inset Text
12065
12066 \begin_layout Plain Layout
12067 h
12068 \end_layout
12069
12070 \end_inset
12071 </cell>
12072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12073 \begin_inset Text
12074
12075 \begin_layout Plain Layout
12076 i
12077 \end_layout
12078
12079 \end_inset
12080 </cell>
12081 </row>
12082 </lyxtabular>
12083
12084 \end_inset
12085
12086
12087 \end_layout
12088
12089 \end_inset
12090
12091
12092 \end_layout
12093
12094 \begin_layout Standard
12095 To create for example Table
12096 \begin_inset space ~
12097 \end_inset
12098
12099
12100 \begin_inset CommandInset ref
12101 LatexCommand ref
12102 reference "tab:Table-with-centered"
12103
12104 \end_inset
12105
12106 , mark the first two cells in the first row of a 3×3 table and right-click
12107  on them.
12108  Now choose for this cell 
12109 \emph on
12110 multicolumn
12111 \emph default
12112
12113 \emph on
12114 centered alignment
12115 \emph default
12116  and a width of 2.5
12117 \begin_inset space \thinspace{}
12118 \end_inset
12119
12120 cm in the table dialog.
12121  The merged columns should have exactly half the width of the multicolumn
12122  cell, so that you would set a width of 1.25
12123 \begin_inset space \thinspace{}
12124 \end_inset
12125
12126 cm for the first column.
12127  The second column has then automatically a width of 1.25
12128 \begin_inset space \thinspace{}
12129 \end_inset
12130
12131 cm (multicolumn width - width of first column).
12132  This was done for Table
12133 \begin_inset space ~
12134 \end_inset
12135
12136
12137 \begin_inset CommandInset ref
12138 LatexCommand ref
12139 reference "tab:Table-without-half"
12140
12141 \end_inset
12142
12143 .
12144 \end_layout
12145
12146 \begin_layout Standard
12147 \begin_inset Float table
12148 wide false
12149 sideways false
12150 status open
12151
12152 \begin_layout Plain Layout
12153 \begin_inset Caption
12154
12155 \begin_layout Plain Layout
12156 \begin_inset CommandInset label
12157 LatexCommand label
12158 name "tab:Table-without-half"
12159
12160 \end_inset
12161
12162 Table where the spanned table columns are not exactly half the width of
12163  the multicolumn cell
12164 \begin_inset Argument
12165 status collapsed
12166
12167 \begin_layout Plain Layout
12168 Imperfect multicolumn table
12169 \end_layout
12170
12171 \end_inset
12172
12173
12174 \end_layout
12175
12176 \end_inset
12177
12178
12179 \end_layout
12180
12181 \begin_layout Plain Layout
12182 \align center
12183 \begin_inset Tabular
12184 <lyxtabular version="3" rows="3" columns="3">
12185 <features tabularvalignment="middle">
12186 <column alignment="center" valignment="top" width="1.25cm">
12187 <column alignment="center" valignment="top" width="0">
12188 <column alignment="center" valignment="top" width="0">
12189 <row>
12190 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12191 \begin_inset Text
12192
12193 \begin_layout Plain Layout
12194 multiple lines multicolumn
12195 \end_layout
12196
12197 \end_inset
12198 </cell>
12199 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12200 \begin_inset Text
12201
12202 \begin_layout Plain Layout
12203
12204 \end_layout
12205
12206 \end_inset
12207 </cell>
12208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12209 \begin_inset Text
12210
12211 \begin_layout Plain Layout
12212 c
12213 \end_layout
12214
12215 \end_inset
12216 </cell>
12217 </row>
12218 <row>
12219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12220 \begin_inset Text
12221
12222 \begin_layout Plain Layout
12223 d
12224 \end_layout
12225
12226 \end_inset
12227 </cell>
12228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12229 \begin_inset Text
12230
12231 \begin_layout Plain Layout
12232 e
12233 \end_layout
12234
12235 \end_inset
12236 </cell>
12237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12238 \begin_inset Text
12239
12240 \begin_layout Plain Layout
12241 f
12242 \end_layout
12243
12244 \end_inset
12245 </cell>
12246 </row>
12247 <row>
12248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12249 \begin_inset Text
12250
12251 \begin_layout Plain Layout
12252 g
12253 \end_layout
12254
12255 \end_inset
12256 </cell>
12257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12258 \begin_inset Text
12259
12260 \begin_layout Plain Layout
12261 h
12262 \end_layout
12263
12264 \end_inset
12265 </cell>
12266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12267 \begin_inset Text
12268
12269 \begin_layout Plain Layout
12270 i
12271 \end_layout
12272
12273 \end_inset
12274 </cell>
12275 </row>
12276 </lyxtabular>
12277
12278 \end_inset
12279
12280
12281 \end_layout
12282
12283 \end_inset
12284
12285
12286 \end_layout
12287
12288 \begin_layout Standard
12289 You can see that the first column is not half the width of the multicolumn
12290  cell, it is a bit bigger.
12291  The reason is that the specified width of a cell 
12292 \begin_inset Formula $W_{g}$
12293 \end_inset
12294
12295  is not its total width 
12296 \begin_inset Formula $W_{\mathrm{tot}}$
12297 \end_inset
12298
12299  because a cell is always a bit larger than specified.
12300  Appendix
12301 \begin_inset space ~
12302 \end_inset
12303
12304
12305 \begin_inset CommandInset ref
12306 LatexCommand ref
12307 reference "cha:Explanation-of-Equation"
12308
12309 \end_inset
12310
12311  explains this in detail.
12312 \end_layout
12313
12314 \begin_layout Standard
12315 The width 
12316 \begin_inset Formula $W_{g\, n}$
12317 \end_inset
12318
12319  which the user needs to set when 
12320 \emph on
12321 n
12322 \emph default
12323  columns are spanned can be calculated, so that each column has a total
12324  width of 
12325 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12326 \end_inset
12327
12328 :
12329 \begin_inset Formula 
12330 \begin{equation}
12331 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12332 \end{equation}
12333
12334 \end_inset
12335
12336
12337 \end_layout
12338
12339 \begin_layout Standard
12340 In our case we have 
12341 \begin_inset Formula $n=2$
12342 \end_inset
12343
12344
12345 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12346 \end_inset
12347
12348 cm and the default values for the lengths, so that equation 
12349 \begin_inset CommandInset ref
12350 LatexCommand ref
12351 reference "eq:Wgn"
12352
12353 \end_inset
12354
12355  becomes
12356 \begin_inset Formula 
12357 \begin{equation}
12358 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12359 \end{equation}
12360
12361 \end_inset
12362
12363
12364 \end_layout
12365
12366 \begin_layout Standard
12367 To enable calculations in LaTeX, the LaTeX-package 
12368 \series bold
12369 calc
12370 \series default
12371  must be loaded with the document preamble line
12372 \begin_inset Index idx
12373 status collapsed
12374
12375 \begin_layout Plain Layout
12376 LaTeX-packages ! calc
12377 \end_layout
12378
12379 \end_inset
12380
12381
12382 \end_layout
12383
12384 \begin_layout Standard
12385
12386 \series bold
12387
12388 \backslash
12389 usepackage{calc}
12390 \end_layout
12391
12392 \begin_layout Standard
12393 LyX does not allow you to calculate lengths in the 
12394 \family sans
12395 Width
12396 \family default
12397  field of the table dialog.
12398  Therefore you have to format the column by inserting a LaTeX-argument in
12399  the dialog.
12400  Here is an overview about the arguments:
12401 \end_layout
12402
12403 \begin_layout Itemize
12404
12405 \series bold
12406 p{width}
12407 \series default
12408  creates cell with a fixed width, its text is vertically top-aligned
12409 \end_layout
12410
12411 \begin_layout Itemize
12412
12413 \series bold
12414 m{width}
12415 \series default
12416  creates cell with a fixed width, its text is vertically centered
12417 \end_layout
12418
12419 \begin_layout Itemize
12420
12421 \series bold
12422 b{width}
12423 \series default
12424  creates cell with a fixed width, its text is vertically bottom-aligned
12425 \end_layout
12426
12427 \begin_layout Standard
12428 By entering a LaTeX-argument, all cell settings set in the table dialog
12429  are overwritten.
12430 \end_layout
12431
12432 \begin_layout Standard
12433 \begin_inset Note Greyedout
12434 status open
12435
12436 \begin_layout Plain Layout
12437
12438 \series bold
12439 Note:
12440 \series default
12441  Due to a bug, LyX shows the overwritten settings anyway.
12442 \end_layout
12443
12444 \end_inset
12445
12446
12447 \end_layout
12448
12449 \begin_layout Standard
12450 As the text should be horizontally centered, the command 
12451 \series bold
12452
12453 \backslash
12454 centering
12455 \series default
12456  is added.
12457  You can now enter the following LaTeX-argument for the first spanned column:
12458 \end_layout
12459
12460 \begin_layout Standard
12461
12462 \series bold
12463 >{
12464 \backslash
12465 centering}m{1.25cm-6.2pt}
12466 \end_layout
12467
12468 \begin_layout Standard
12469 The command 
12470 \series bold
12471 >{ }
12472 \series default
12473  means, that the commands inside the braces are applied before the cell
12474  is created.
12475 \end_layout
12476
12477 \begin_layout Standard
12478 Although we have chosen centered alignment for the text of the multicolumn
12479  cell, it is still left aligned.
12480  This is because LyX only applies the alignment to single columns.
12481  So for the multicolumn cell we have to use the LaTeX-argument
12482 \end_layout
12483
12484 \begin_layout Standard
12485
12486 \series bold
12487 >{
12488 \backslash
12489 centering}m{2.5cm}
12490 \end_layout
12491
12492 \begin_layout Subsection
12493 Multirows
12494 \begin_inset CommandInset label
12495 LatexCommand label
12496 name "sub:Multirows"
12497
12498 \end_inset
12499
12500
12501 \begin_inset Index idx
12502 status collapsed
12503
12504 \begin_layout Plain Layout
12505 Multirows
12506 \end_layout
12507
12508 \end_inset
12509
12510
12511 \begin_inset Index idx
12512 status collapsed
12513
12514 \begin_layout Plain Layout
12515 Table ! Multirows
12516 \end_layout
12517
12518 \end_inset
12519
12520
12521 \end_layout
12522
12523 \begin_layout Standard
12524 To merge cells over multiple rows, select as many cells within a column
12525  as you want to merge and use either the table-toolbar button 
12526 \family sans
12527
12528 \begin_inset Info
12529 type  "icon"
12530 arg   "inset-modify tabular multirow"
12531 \end_inset
12532
12533
12534 \family default
12535 , or the menu 
12536 \family sans
12537 Edit\SpecialChar \menuseparator
12538 Table\SpecialChar \menuseparator
12539 Multirow
12540 \family default
12541 , or right click on the marked cells and choose 
12542 \family sans
12543 Multirow
12544 \family default
12545  in the context menu.
12546 \end_layout
12547
12548 \begin_layout Standard
12549 Here is an example table with a multirow in the first column:
12550 \end_layout
12551
12552 \begin_layout Standard
12553 \align center
12554 \begin_inset Tabular
12555 <lyxtabular version="3" rows="3" columns="3">
12556 <features tabularvalignment="middle">
12557 <column alignment="center" valignment="top" width="0pt">
12558 <column alignment="center" valignment="top" width="0">
12559 <column alignment="center" valignment="top" width="0">
12560 <row>
12561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12562 \begin_inset Text
12563
12564 \begin_layout Plain Layout
12565 a long cell entry
12566 \end_layout
12567
12568 \end_inset
12569 </cell>
12570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12571 \begin_inset Text
12572
12573 \begin_layout Plain Layout
12574 b
12575 \end_layout
12576
12577 \end_inset
12578 </cell>
12579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12580 \begin_inset Text
12581
12582 \begin_layout Plain Layout
12583 c
12584 \end_layout
12585
12586 \end_inset
12587 </cell>
12588 </row>
12589 <row>
12590 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12591 \begin_inset Text
12592
12593 \begin_layout Plain Layout
12594 multirow
12595 \end_layout
12596
12597 \end_inset
12598 </cell>
12599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12600 \begin_inset Text
12601
12602 \begin_layout Plain Layout
12603 e
12604 \end_layout
12605
12606 \end_inset
12607 </cell>
12608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12609 \begin_inset Text
12610
12611 \begin_layout Plain Layout
12612 f
12613 \end_layout
12614
12615 \end_inset
12616 </cell>
12617 </row>
12618 <row>
12619 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12620 \begin_inset Text
12621
12622 \begin_layout Plain Layout
12623
12624 \end_layout
12625
12626 \end_inset
12627 </cell>
12628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12629 \begin_inset Text
12630
12631 \begin_layout Plain Layout
12632 h
12633 \end_layout
12634
12635 \end_inset
12636 </cell>
12637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12638 \begin_inset Text
12639
12640 \begin_layout Plain Layout
12641 i
12642 \end_layout
12643
12644 \end_inset
12645 </cell>
12646 </row>
12647 </lyxtabular>
12648
12649 \end_inset
12650
12651
12652 \end_layout
12653
12654 \begin_layout Standard
12655 The width of multirow cells is set by setting the width and alignment for
12656  the whole column.
12657  The 
12658 \family sans
12659 Vertical Offset
12660 \family default
12661  shifts the content of the multirow up/down if the offset is positive/negative.
12662 \end_layout
12663
12664 \begin_layout Standard
12665 If the column of a multirow cell has no explicit width, the multirow cell
12666  inherits the alignment of the column.
12667  Otherwise it is by default left-aligned.
12668  To override the default, renew the command 
12669 \series bold
12670
12671 \backslash
12672 multirowsetup
12673 \series default
12674  with the command
12675 \end_layout
12676
12677 \begin_layout Standard
12678
12679 \series bold
12680
12681 \backslash
12682 renewcommand{
12683 \backslash
12684 multirowsetup}{
12685 \backslash
12686 centering}
12687 \end_layout
12688
12689 \begin_layout Standard
12690 in the document preamble.
12691  Then all entries of multirow cells in the document are centered.
12692  If centering is only needed for several tables, you can renew the command
12693  in a TeX-Code box just before the table instead of the preamble.
12694  If the text should be right-aligned, replace 
12695 \series bold
12696
12697 \backslash
12698 centering
12699 \series default
12700  by 
12701 \series bold
12702
12703 \backslash
12704 raggedleft
12705 \series default
12706 .
12707  To return to left-alignment 
12708 \series bold
12709
12710 \backslash
12711 raggedright
12712 \series default
12713  is used.
12714 \end_layout
12715
12716 \begin_layout Standard
12717 This is an example table with a right-aligned multirow cell that has a vertical
12718  offset of -4
12719 \begin_inset space \thinspace{}
12720 \end_inset
12721
12722 mm and is in a 3
12723 \begin_inset space \thinspace{}
12724 \end_inset
12725
12726 cm wide column:
12727 \end_layout
12728
12729 \begin_layout Standard
12730 \noindent
12731 \align center
12732 \begin_inset ERT
12733 status collapsed
12734
12735 \begin_layout Plain Layout
12736
12737
12738 \backslash
12739 renewcommand{
12740 \backslash
12741 multirowsetup}{
12742 \backslash
12743 raggedleft}
12744 \end_layout
12745
12746 \end_inset
12747
12748
12749 \begin_inset Tabular
12750 <lyxtabular version="3" rows="4" columns="3">
12751 <features tabularvalignment="middle">
12752 <column alignment="center" valignment="top" width="3cm">
12753 <column alignment="center" valignment="top" width="0">
12754 <column alignment="center" valignment="top" width="0">
12755 <row>
12756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12757 \begin_inset Text
12758
12759 \begin_layout Plain Layout
12760 a long cell entry
12761 \end_layout
12762
12763 \end_inset
12764 </cell>
12765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12766 \begin_inset Text
12767
12768 \begin_layout Plain Layout
12769 b
12770 \end_layout
12771
12772 \end_inset
12773 </cell>
12774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12775 \begin_inset Text
12776
12777 \begin_layout Plain Layout
12778 c
12779 \end_layout
12780
12781 \end_inset
12782 </cell>
12783 </row>
12784 <row>
12785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12786 \begin_inset Text
12787
12788 \begin_layout Plain Layout
12789 t
12790 \end_layout
12791
12792 \end_inset
12793 </cell>
12794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12795 \begin_inset Text
12796
12797 \begin_layout Plain Layout
12798 n
12799 \end_layout
12800
12801 \end_inset
12802 </cell>
12803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12804 \begin_inset Text
12805
12806 \begin_layout Plain Layout
12807 m
12808 \end_layout
12809
12810 \end_inset
12811 </cell>
12812 </row>
12813 <row>
12814 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12815 \begin_inset Text
12816
12817 \begin_layout Plain Layout
12818 multirow
12819 \end_layout
12820
12821 \end_inset
12822 </cell>
12823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12824 \begin_inset Text
12825
12826 \begin_layout Plain Layout
12827 e
12828 \end_layout
12829
12830 \end_inset
12831 </cell>
12832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12833 \begin_inset Text
12834
12835 \begin_layout Plain Layout
12836 f
12837 \end_layout
12838
12839 \end_inset
12840 </cell>
12841 </row>
12842 <row>
12843 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Plain Layout
12847
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Plain Layout
12856 h
12857 \end_layout
12858
12859 \end_inset
12860 </cell>
12861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12862 \begin_inset Text
12863
12864 \begin_layout Plain Layout
12865 i
12866 \end_layout
12867
12868 \end_inset
12869 </cell>
12870 </row>
12871 </lyxtabular>
12872
12873 \end_inset
12874
12875
12876 \begin_inset ERT
12877 status collapsed
12878
12879 \begin_layout Plain Layout
12880
12881
12882 \backslash
12883 renewcommand{
12884 \backslash
12885 multirowsetup}{
12886 \backslash
12887 raggedright}
12888 \end_layout
12889
12890 \end_inset
12891
12892
12893 \end_layout
12894
12895 \begin_layout Standard
12896 To start a new line in a multirow you can use a forced line break (shortcut
12897  
12898 \begin_inset Info
12899 type  "shortcut"
12900 arg   "newline-insert newline"
12901 \end_inset
12902
12903 ) but this will not respect the cell lines as demonstrated in this table:
12904 \end_layout
12905
12906 \begin_layout Standard
12907 \noindent
12908 \align center
12909 \begin_inset Tabular
12910 <lyxtabular version="3" rows="3" columns="2">
12911 <features tabularvalignment="middle">
12912 <column alignment="left" valignment="middle" width="2cm">
12913 <column alignment="center" valignment="top" width="0">
12914 <row>
12915 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12916 \begin_inset Text
12917
12918 \begin_layout Plain Layout
12919 aaa
12920 \begin_inset Newline newline
12921 \end_inset
12922
12923 aaa
12924 \begin_inset Newline newline
12925 \end_inset
12926
12927 wrong cell
12928 \end_layout
12929
12930 \end_inset
12931 </cell>
12932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12933 \begin_inset Text
12934
12935 \begin_layout Plain Layout
12936 ccc
12937 \end_layout
12938
12939 \end_inset
12940 </cell>
12941 </row>
12942 <row>
12943 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12944 \begin_inset Text
12945
12946 \begin_layout Plain Layout
12947
12948 \end_layout
12949
12950 \end_inset
12951 </cell>
12952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12953 \begin_inset Text
12954
12955 \begin_layout Plain Layout
12956 ddd
12957 \end_layout
12958
12959 \end_inset
12960 </cell>
12961 </row>
12962 <row>
12963 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12964 \begin_inset Text
12965
12966 \begin_layout Plain Layout
12967 bbb
12968 \end_layout
12969
12970 \end_inset
12971 </cell>
12972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12973 \begin_inset Text
12974
12975 \begin_layout Plain Layout
12976 eee
12977 \end_layout
12978
12979 \end_inset
12980 </cell>
12981 </row>
12982 </lyxtabular>
12983
12984 \end_inset
12985
12986
12987 \end_layout
12988
12989 \begin_layout Standard
12990 Therefore be careful with forced line breaks.
12991 \end_layout
12992
12993 \begin_layout Section
12994 Formal Tables
12995 \begin_inset CommandInset label
12996 LatexCommand label
12997 name "sec:Formal-Tables"
12998
12999 \end_inset
13000
13001
13002 \begin_inset Index idx
13003 status collapsed
13004
13005 \begin_layout Plain Layout
13006 Table ! Formal
13007 \end_layout
13008
13009 \end_inset
13010
13011
13012 \end_layout
13013
13014 \begin_layout Standard
13015 Tables are often typeset in books similar to Table
13016 \begin_inset space ~
13017 \end_inset
13018
13019
13020 \begin_inset CommandInset ref
13021 LatexCommand ref
13022 reference "tab:Example-booktabs-table"
13023
13024 \end_inset
13025
13026 .
13027  This kind of tables is called 
13028 \begin_inset Quotes eld
13029 \end_inset
13030
13031
13032 \emph on
13033 formal
13034 \emph default
13035
13036 \begin_inset Quotes erd
13037 \end_inset
13038
13039 .
13040  To make a table a formal table use the option 
13041 \family sans
13042 Formal
13043 \family default
13044  in the 
13045 \family sans
13046 Borders
13047 \family default
13048  tab of the table dialog.
13049 \end_layout
13050
13051 \begin_layout Standard
13052 \begin_inset Float table
13053 placement h
13054 wide false
13055 sideways false
13056 status open
13057
13058 \begin_layout Plain Layout
13059 \begin_inset Caption
13060
13061 \begin_layout Plain Layout
13062 \begin_inset CommandInset label
13063 LatexCommand label
13064 name "tab:Example-booktabs-table"
13065
13066 \end_inset
13067
13068 Example booktabs-table
13069 \end_layout
13070
13071 \end_inset
13072
13073
13074 \end_layout
13075
13076 \begin_layout Plain Layout
13077 \align center
13078 \begin_inset Tabular
13079 <lyxtabular version="3" rows="8" columns="4">
13080 <features booktabs="true" tabularvalignment="middle">
13081 <column alignment="center" valignment="top" width="0">
13082 <column alignment="center" valignment="top" width="0">
13083 <column alignment="center" valignment="top" width="0">
13084 <column alignment="center" valignment="top" width="0">
13085 <row>
13086 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13087 \begin_inset Text
13088
13089 \begin_layout Plain Layout
13090 System
13091 \end_layout
13092
13093 \end_inset
13094 </cell>
13095 <cell alignment="center" valignment="top" topline="true" usebox="none">
13096 \begin_inset Text
13097
13098 \begin_layout Plain Layout
13099 Chip
13100 \begin_inset space \thinspace{}
13101 \end_inset
13102
13103 1
13104 \end_layout
13105
13106 \end_inset
13107 </cell>
13108 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13109 \begin_inset Text
13110
13111 \begin_layout Plain Layout
13112 Chip
13113 \begin_inset space \thinspace{}
13114 \end_inset
13115
13116 2
13117 \end_layout
13118
13119 \end_inset
13120 </cell>
13121 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13122 \begin_inset Text
13123
13124 \begin_layout Plain Layout
13125
13126 \end_layout
13127
13128 \end_inset
13129 </cell>
13130 </row>
13131 <row>
13132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13133 \begin_inset Text
13134
13135 \begin_layout Plain Layout
13136 \begin_inset ERT
13137 status collapsed
13138
13139 \begin_layout Plain Layout
13140
13141
13142 \backslash
13143 cmidrule(r){2-2}
13144 \end_layout
13145
13146 \end_inset
13147
13148
13149 \begin_inset ERT
13150 status collapsed
13151
13152 \begin_layout Plain Layout
13153
13154
13155 \backslash
13156 cmidrule(l){3-4}
13157 \end_layout
13158
13159 \end_inset
13160
13161 Detector thickness in µm
13162 \end_layout
13163
13164 \end_inset
13165 </cell>
13166 <cell alignment="center" valignment="top" usebox="none">
13167 \begin_inset Text
13168
13169 \begin_layout Plain Layout
13170 300
13171 \end_layout
13172
13173 \end_inset
13174 </cell>
13175 <cell alignment="center" valignment="top" usebox="none">
13176 \begin_inset Text
13177
13178 \begin_layout Plain Layout
13179 300
13180 \end_layout
13181
13182 \end_inset
13183 </cell>
13184 <cell alignment="center" valignment="top" usebox="none">
13185 \begin_inset Text
13186
13187 \begin_layout Plain Layout
13188 700
13189 \end_layout
13190
13191 \end_inset
13192 </cell>
13193 </row>
13194 <row>
13195 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13196 \begin_inset Text
13197
13198 \begin_layout Plain Layout
13199 Edge angle in °
13200 \end_layout
13201
13202 \end_inset
13203 </cell>
13204 <cell alignment="center" valignment="top" topline="true" usebox="none">
13205 \begin_inset Text
13206
13207 \begin_layout Plain Layout
13208 3.55
13209 \end_layout
13210
13211 \end_inset
13212 </cell>
13213 <cell alignment="center" valignment="top" topline="true" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Plain Layout
13217 2.71
13218 \end_layout
13219
13220 \end_inset
13221 </cell>
13222 <cell alignment="center" valignment="top" topline="true" usebox="none">
13223 \begin_inset Text
13224
13225 \begin_layout Plain Layout
13226 7.99
13227 \end_layout
13228
13229 \end_inset
13230 </cell>
13231 </row>
13232 <row topspace="default">
13233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13234 \begin_inset Text
13235
13236 \begin_layout Plain Layout
13237 Spatial resolution in µm
13238 \end_layout
13239
13240 \end_inset
13241 </cell>
13242 <cell alignment="center" valignment="top" usebox="none">
13243 \begin_inset Text
13244
13245 \begin_layout Plain Layout
13246 4.26
13247 \end_layout
13248
13249 \end_inset
13250 </cell>
13251 <cell alignment="center" valignment="top" usebox="none">
13252 \begin_inset Text
13253
13254 \begin_layout Plain Layout
13255 10.17
13256 \end_layout
13257
13258 \end_inset
13259 </cell>
13260 <cell alignment="center" valignment="top" usebox="none">
13261 \begin_inset Text
13262
13263 \begin_layout Plain Layout
13264 10.56
13265 \end_layout
13266
13267 \end_inset
13268 </cell>
13269 </row>
13270 <row topspace="default">
13271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13272 \begin_inset Text
13273
13274 \begin_layout Plain Layout
13275 MTF at 
13276 \begin_inset Formula $f_{\mathrm{max}}$
13277 \end_inset
13278
13279
13280 \end_layout
13281
13282 \end_inset
13283 </cell>
13284 <cell alignment="center" valignment="top" usebox="none">
13285 \begin_inset Text
13286
13287 \begin_layout Plain Layout
13288 0.53
13289 \end_layout
13290
13291 \end_inset
13292 </cell>
13293 <cell alignment="center" valignment="top" usebox="none">
13294 \begin_inset Text
13295
13296 \begin_layout Plain Layout
13297 0.37
13298 \end_layout
13299
13300 \end_inset
13301 </cell>
13302 <cell alignment="center" valignment="top" usebox="none">
13303 \begin_inset Text
13304
13305 \begin_layout Plain Layout
13306 0.39
13307 \end_layout
13308
13309 \end_inset
13310 </cell>
13311 </row>
13312 <row topspace="default">
13313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13314 \begin_inset Text
13315
13316 \begin_layout Plain Layout
13317 \begin_inset ERT
13318 status collapsed
13319
13320 \begin_layout Plain Layout
13321
13322
13323 \backslash
13324 cmidrule(l{10pt}){1-1}
13325 \end_layout
13326
13327 \end_inset
13328
13329 LSF-spatial resolution
13330 \end_layout
13331
13332 \end_inset
13333 </cell>
13334 <cell alignment="center" valignment="top" usebox="none">
13335 \begin_inset Text
13336
13337 \begin_layout Plain Layout
13338
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 <cell alignment="center" valignment="top" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347
13348 \end_layout
13349
13350 \end_inset
13351 </cell>
13352 <cell alignment="center" valignment="top" usebox="none">
13353 \begin_inset Text
13354
13355 \begin_layout Plain Layout
13356
13357 \end_layout
13358
13359 \end_inset
13360 </cell>
13361 </row>
13362 <row>
13363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13364 \begin_inset Text
13365
13366 \begin_layout Plain Layout
13367 in µm
13368 \end_layout
13369
13370 \end_inset
13371 </cell>
13372 <cell alignment="center" valignment="top" usebox="none">
13373 \begin_inset Text
13374
13375 \begin_layout Plain Layout
13376 129.7
13377 \end_layout
13378
13379 \end_inset
13380 </cell>
13381 <cell alignment="center" valignment="top" usebox="none">
13382 \begin_inset Text
13383
13384 \begin_layout Plain Layout
13385 52.75
13386 \end_layout
13387
13388 \end_inset
13389 </cell>
13390 <cell alignment="center" valignment="top" usebox="none">
13391 \begin_inset Text
13392
13393 \begin_layout Plain Layout
13394 50.78
13395 \end_layout
13396
13397 \end_inset
13398 </cell>
13399 </row>
13400 <row>
13401 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13402 \begin_inset Text
13403
13404 \begin_layout Plain Layout
13405 in % of pixel size
13406 \end_layout
13407
13408 \end_inset
13409 </cell>
13410 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414 76.3
13415 \end_layout
13416
13417 \end_inset
13418 </cell>
13419 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13420 \begin_inset Text
13421
13422 \begin_layout Plain Layout
13423 95.9
13424 \end_layout
13425
13426 \end_inset
13427 </cell>
13428 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13429 \begin_inset Text
13430
13431 \begin_layout Plain Layout
13432 92.3
13433 \end_layout
13434
13435 \end_inset
13436 </cell>
13437 </row>
13438 </lyxtabular>
13439
13440 \end_inset
13441
13442
13443 \end_layout
13444
13445 \end_inset
13446
13447
13448 \end_layout
13449
13450 \begin_layout Standard
13451 Spaces to table rows can be added using the 
13452 \family sans
13453 Borders
13454 \family default
13455  tab of the table dialog as described in section
13456 \begin_inset space ~
13457 \end_inset
13458
13459
13460 \begin_inset CommandInset ref
13461 LatexCommand ref
13462 reference "sub:Row-Spacing"
13463
13464 \end_inset
13465
13466 .
13467 \end_layout
13468
13469 \begin_layout Standard
13470 Unlike normal tables, formal tables have no vertical table lines.
13471  The horizontal table lines can be set as for normal tables but they appear
13472  with different widths in the output:
13473 \begin_inset Newline newline
13474 \end_inset
13475
13476 The first and the last table line have a default width of 0.08
13477 \begin_inset space \thinspace{}
13478 \end_inset
13479
13480 em while the other lines have a default width of 0.05
13481 \begin_inset space \thinspace{}
13482 \end_inset
13483
13484 em.
13485 \end_layout
13486
13487 \begin_layout Standard
13488 The default widths can be changed with the following preamble lines
13489 \end_layout
13490
13491 \begin_layout Standard
13492
13493 \series bold
13494
13495 \backslash
13496 let
13497 \backslash
13498 mytoprule
13499 \backslash
13500 toprule
13501 \begin_inset Newline newline
13502 \end_inset
13503
13504
13505 \backslash
13506 renewcommand{
13507 \backslash
13508 toprule}{
13509 \backslash
13510 mytoprule[width]}
13511 \end_layout
13512
13513 \begin_layout Standard
13514 This example is for the first line, the so called 
13515 \series bold
13516 toprule
13517 \series default
13518 .
13519  If you want to change the width for the last line, replace 
13520 \series bold
13521 toprule
13522 \series default
13523  by 
13524 \series bold
13525 bottomrule
13526 \series default
13527 .
13528  To change the width for the other lines replace 
13529 \series bold
13530 toprule
13531 \series default
13532  by 
13533 \series bold
13534 midrule
13535 \series default
13536 .
13537  You can use all units listed in appendix
13538 \begin_inset space ~
13539 \end_inset
13540
13541
13542 \begin_inset CommandInset ref
13543 LatexCommand ref
13544 reference "cha:Units-available-in"
13545
13546 \end_inset
13547
13548  to set the width.
13549 \end_layout
13550
13551 \begin_layout Standard
13552 Lines that do not span all table columns can be created by setting a table
13553  line for multicolumn cells.
13554  LyX will then internally use the command 
13555 \series bold
13556
13557 \backslash
13558 cmidrule
13559 \series default
13560  to create this line.
13561  Its full scheme is
13562 \end_layout
13563
13564 \begin_layout Standard
13565
13566 \series bold
13567
13568 \backslash
13569 cmidrule[width](trim){startcol-endcol}
13570 \end_layout
13571
13572 \begin_layout Standard
13573 The options of 
13574 \series bold
13575
13576 \backslash
13577 cmidrule
13578 \series default
13579  are currently not supported by LyX so you have to use TeX-Code to be able
13580  to use them.
13581  
13582 \series bold
13583
13584 \backslash
13585 cmidrule
13586 \series default
13587 s can manually be created by inserting the command as TeX-Code as the first
13588  cell entry of the first cell of a row.
13589  The line is then drawn in the output above the current row.
13590 \end_layout
13591
13592 \begin_layout Standard
13593 The default for the width is 0.03
13594 \begin_inset space \thinspace{}
13595 \end_inset
13596
13597 em.
13598  Startcol is the number of the column where the line starts and endcol the
13599  column number where the line ends.
13600  The endcol always needs to be specified, also when the line should span
13601  only one column.
13602  The optional parameter trim could be either 
13603 \emph on
13604 l{trimwidth}
13605 \emph default
13606 , or 
13607 \emph on
13608 r{trimwidth}
13609 \emph default
13610  where the trimwidth is also optional.
13611  Using for example the parameter 
13612 \emph on
13613 l{2pt}
13614 \emph default
13615  means that the line is trimmed from its left end by 2
13616 \begin_inset space \thinspace{}
13617 \end_inset
13618
13619 pt.
13620  If you don't specify the trimwidth the lines are trimmed by the default
13621  of 0.5
13622 \begin_inset space \thinspace{}
13623 \end_inset
13624
13625 em.
13626 \end_layout
13627
13628 \begin_layout Standard
13629 \begin_inset VSpace bigskip
13630 \end_inset
13631
13632 Table
13633 \begin_inset space ~
13634 \end_inset
13635
13636
13637 \begin_inset CommandInset ref
13638 LatexCommand ref
13639 reference "tab:Example-booktabs-table"
13640
13641 \end_inset
13642
13643  was created using the commands
13644 \end_layout
13645
13646 \begin_layout Standard
13647
13648 \series bold
13649
13650 \backslash
13651 cmidrule(r){2-2}
13652 \backslash
13653 cmidrule(l){3-4}
13654 \end_layout
13655
13656 \begin_layout Standard
13657 at the beginning of the second row and
13658 \end_layout
13659
13660 \begin_layout Standard
13661
13662 \series bold
13663
13664 \backslash
13665 cmidrule(l{10pt}){1-1}
13666 \end_layout
13667
13668 \begin_layout Standard
13669 in the sixth row.
13670 \end_layout
13671
13672 \begin_layout Standard
13673 \begin_inset VSpace bigskip
13674 \end_inset
13675
13676
13677 \end_layout
13678
13679 \begin_layout Standard
13680 You might want to have overlapping 
13681 \series bold
13682
13683 \backslash
13684 cmidrule
13685 \series default
13686 s as in in Table
13687 \begin_inset space ~
13688 \end_inset
13689
13690
13691 \begin_inset CommandInset ref
13692 LatexCommand ref
13693 reference "tab:Special-booktabs-table"
13694
13695 \end_inset
13696
13697 .
13698  This can be achieved with the TeX-Code command
13699 \end_layout
13700
13701 \begin_layout Standard
13702
13703 \series bold
13704
13705 \backslash
13706 morecmidrules
13707 \end_layout
13708
13709 \begin_layout Standard
13710 The command that was used for the second row of Table
13711 \begin_inset space ~
13712 \end_inset
13713
13714
13715 \begin_inset CommandInset ref
13716 LatexCommand ref
13717 reference "tab:Special-booktabs-table"
13718
13719 \end_inset
13720
13721  is
13722 \end_layout
13723
13724 \begin_layout Standard
13725
13726 \series bold
13727
13728 \backslash
13729 cmidrule(r){2-2}
13730 \backslash
13731 cmidrule(l){3-4}
13732 \backslash
13733 morecmidrules
13734 \backslash
13735 cmidrule{2-4}
13736 \end_layout
13737
13738 \begin_layout Standard
13739 The command for the sixth row is
13740 \end_layout
13741
13742 \begin_layout Standard
13743
13744 \series bold
13745
13746 \backslash
13747 midrule
13748 \backslash
13749 morecmidrules
13750 \backslash
13751 cmidrule{3-4}
13752 \end_layout
13753
13754 \begin_layout Standard
13755 \begin_inset VSpace bigskip
13756 \end_inset
13757
13758
13759 \end_layout
13760
13761 \begin_layout Standard
13762 If you are anyway not satisfied with the border line spacing, you can use
13763  the following command to produce lines that span over all table columns
13764 \series bold
13765 :
13766 \end_layout
13767
13768 \begin_layout Standard
13769
13770 \series bold
13771
13772 \backslash
13773 specialrule{width}{space above}{space below}
13774 \end_layout
13775
13776 \begin_layout Standard
13777 For more information about these features, refer to the manual of the LaTeX-pack
13778 age 
13779 \series bold
13780 booktabs
13781 \series default
13782  
13783 \begin_inset CommandInset citation
13784 LatexCommand cite
13785 key "booktabs"
13786
13787 \end_inset
13788
13789 .
13790 \begin_inset Index idx
13791 status collapsed
13792
13793 \begin_layout Plain Layout
13794 LaTeX-packages ! booktabs
13795 \end_layout
13796
13797 \end_inset
13798
13799
13800 \end_layout
13801
13802 \begin_layout Standard
13803 \begin_inset Float table
13804 placement h
13805 wide false
13806 sideways false
13807 status open
13808
13809 \begin_layout Plain Layout
13810 \begin_inset Caption
13811
13812 \begin_layout Plain Layout
13813 \begin_inset CommandInset label
13814 LatexCommand label
13815 name "tab:Special-booktabs-table"
13816
13817 \end_inset
13818
13819 Special booktabs-table
13820 \end_layout
13821
13822 \end_inset
13823
13824
13825 \end_layout
13826
13827 \begin_layout Plain Layout
13828 \align center
13829 \begin_inset Tabular
13830 <lyxtabular version="3" rows="8" columns="4">
13831 <features booktabs="true" tabularvalignment="middle">
13832 <column alignment="center" valignment="top" width="0">
13833 <column alignment="center" valignment="top" width="0">
13834 <column alignment="center" valignment="top" width="0">
13835 <column alignment="center" valignment="top" width="0">
13836 <row>
13837 <cell alignment="center" valignment="top" topline="true" usebox="none">
13838 \begin_inset Text
13839
13840 \begin_layout Plain Layout
13841 System
13842 \end_layout
13843
13844 \end_inset
13845 </cell>
13846 <cell alignment="center" valignment="top" topline="true" usebox="none">
13847 \begin_inset Text
13848
13849 \begin_layout Plain Layout
13850 Chip
13851 \begin_inset space \thinspace{}
13852 \end_inset
13853
13854 1
13855 \end_layout
13856
13857 \end_inset
13858 </cell>
13859 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13860 \begin_inset Text
13861
13862 \begin_layout Plain Layout
13863 Chip
13864 \begin_inset space \thinspace{}
13865 \end_inset
13866
13867 2
13868 \end_layout
13869
13870 \end_inset
13871 </cell>
13872 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13873 \begin_inset Text
13874
13875 \begin_layout Plain Layout
13876
13877 \end_layout
13878
13879 \end_inset
13880 </cell>
13881 </row>
13882 <row>
13883 <cell alignment="center" valignment="top" usebox="none">
13884 \begin_inset Text
13885
13886 \begin_layout Plain Layout
13887 \begin_inset ERT
13888 status collapsed
13889
13890 \begin_layout Plain Layout
13891
13892
13893 \backslash
13894 cmidrule(r){2-2}
13895 \end_layout
13896
13897 \end_inset
13898
13899
13900 \begin_inset ERT
13901 status collapsed
13902
13903 \begin_layout Plain Layout
13904
13905
13906 \backslash
13907 cmidrule(l){3-4}
13908 \end_layout
13909
13910 \end_inset
13911
13912
13913 \begin_inset ERT
13914 status collapsed
13915
13916 \begin_layout Plain Layout
13917
13918
13919 \backslash
13920 morecmidrules 
13921 \end_layout
13922
13923 \end_inset
13924
13925
13926 \begin_inset ERT
13927 status collapsed
13928
13929 \begin_layout Plain Layout
13930
13931
13932 \backslash
13933 cmidrule{2-4}
13934 \end_layout
13935
13936 \end_inset
13937
13938 Detector thickness in µm
13939 \end_layout
13940
13941 \end_inset
13942 </cell>
13943 <cell alignment="center" valignment="top" usebox="none">
13944 \begin_inset Text
13945
13946 \begin_layout Plain Layout
13947 300
13948 \end_layout
13949
13950 \end_inset
13951 </cell>
13952 <cell alignment="center" valignment="top" usebox="none">
13953 \begin_inset Text
13954
13955 \begin_layout Plain Layout
13956 300
13957 \end_layout
13958
13959 \end_inset
13960 </cell>
13961 <cell alignment="center" valignment="top" usebox="none">
13962 \begin_inset Text
13963
13964 \begin_layout Plain Layout
13965 700
13966 \end_layout
13967
13968 \end_inset
13969 </cell>
13970 </row>
13971 <row>
13972 <cell alignment="center" valignment="top" topline="true" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976 Edge angle in °
13977 \end_layout
13978
13979 \end_inset
13980 </cell>
13981 <cell alignment="center" valignment="top" topline="true" usebox="none">
13982 \begin_inset Text
13983
13984 \begin_layout Plain Layout
13985 3.55
13986 \end_layout
13987
13988 \end_inset
13989 </cell>
13990 <cell alignment="center" valignment="top" topline="true" usebox="none">
13991 \begin_inset Text
13992
13993 \begin_layout Plain Layout
13994 2.71
13995 \end_layout
13996
13997 \end_inset
13998 </cell>
13999 <cell alignment="center" valignment="top" topline="true" usebox="none">
14000 \begin_inset Text
14001
14002 \begin_layout Plain Layout
14003 7.99
14004 \end_layout
14005
14006 \end_inset
14007 </cell>
14008 </row>
14009 <row topspace="default">
14010 <cell alignment="center" valignment="top" usebox="none">
14011 \begin_inset Text
14012
14013 \begin_layout Plain Layout
14014 Spatial resolution in µm
14015 \end_layout
14016
14017 \end_inset
14018 </cell>
14019 <cell alignment="center" valignment="top" usebox="none">
14020 \begin_inset Text
14021
14022 \begin_layout Plain Layout
14023 4.26
14024 \end_layout
14025
14026 \end_inset
14027 </cell>
14028 <cell alignment="center" valignment="top" usebox="none">
14029 \begin_inset Text
14030
14031 \begin_layout Plain Layout
14032 10.17
14033 \end_layout
14034
14035 \end_inset
14036 </cell>
14037 <cell alignment="center" valignment="top" usebox="none">
14038 \begin_inset Text
14039
14040 \begin_layout Plain Layout
14041 10.56
14042 \end_layout
14043
14044 \end_inset
14045 </cell>
14046 </row>
14047 <row topspace="default">
14048 <cell alignment="center" valignment="top" usebox="none">
14049 \begin_inset Text
14050
14051 \begin_layout Plain Layout
14052 MTF at 
14053 \begin_inset Formula $f_{\mathrm{max}}$
14054 \end_inset
14055
14056
14057 \end_layout
14058
14059 \end_inset
14060 </cell>
14061 <cell alignment="center" valignment="top" usebox="none">
14062 \begin_inset Text
14063
14064 \begin_layout Plain Layout
14065 0.53
14066 \end_layout
14067
14068 \end_inset
14069 </cell>
14070 <cell alignment="center" valignment="top" usebox="none">
14071 \begin_inset Text
14072
14073 \begin_layout Plain Layout
14074 0.37
14075 \end_layout
14076
14077 \end_inset
14078 </cell>
14079 <cell alignment="center" valignment="top" usebox="none">
14080 \begin_inset Text
14081
14082 \begin_layout Plain Layout
14083 0.39
14084 \end_layout
14085
14086 \end_inset
14087 </cell>
14088 </row>
14089 <row>
14090 <cell alignment="center" valignment="top" topline="true" usebox="none">
14091 \begin_inset Text
14092
14093 \begin_layout Plain Layout
14094 \begin_inset ERT
14095 status collapsed
14096
14097 \begin_layout Plain Layout
14098
14099
14100 \backslash
14101 morecmidrules 
14102 \end_layout
14103
14104 \end_inset
14105
14106
14107 \begin_inset ERT
14108 status collapsed
14109
14110 \begin_layout Plain Layout
14111
14112
14113 \backslash
14114 cmidrule{3-4}
14115 \end_layout
14116
14117 \end_inset
14118
14119 LSF-spatial resolution
14120 \end_layout
14121
14122 \end_inset
14123 </cell>
14124 <cell alignment="center" valignment="top" topline="true" usebox="none">
14125 \begin_inset Text
14126
14127 \begin_layout Plain Layout
14128
14129 \end_layout
14130
14131 \end_inset
14132 </cell>
14133 <cell alignment="center" valignment="top" topline="true" usebox="none">
14134 \begin_inset Text
14135
14136 \begin_layout Plain Layout
14137
14138 \end_layout
14139
14140 \end_inset
14141 </cell>
14142 <cell alignment="center" valignment="top" topline="true" usebox="none">
14143 \begin_inset Text
14144
14145 \begin_layout Plain Layout
14146
14147 \end_layout
14148
14149 \end_inset
14150 </cell>
14151 </row>
14152 <row>
14153 <cell alignment="center" valignment="top" usebox="none">
14154 \begin_inset Text
14155
14156 \begin_layout Plain Layout
14157 in µm
14158 \end_layout
14159
14160 \end_inset
14161 </cell>
14162 <cell alignment="center" valignment="top" usebox="none">
14163 \begin_inset Text
14164
14165 \begin_layout Plain Layout
14166 129.7
14167 \end_layout
14168
14169 \end_inset
14170 </cell>
14171 <cell alignment="center" valignment="top" usebox="none">
14172 \begin_inset Text
14173
14174 \begin_layout Plain Layout
14175 52.75
14176 \end_layout
14177
14178 \end_inset
14179 </cell>
14180 <cell alignment="center" valignment="top" usebox="none">
14181 \begin_inset Text
14182
14183 \begin_layout Plain Layout
14184 50.78
14185 \end_layout
14186
14187 \end_inset
14188 </cell>
14189 </row>
14190 <row>
14191 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14192 \begin_inset Text
14193
14194 \begin_layout Plain Layout
14195 in % of pixel size
14196 \end_layout
14197
14198 \end_inset
14199 </cell>
14200 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14201 \begin_inset Text
14202
14203 \begin_layout Plain Layout
14204 76.3
14205 \end_layout
14206
14207 \end_inset
14208 </cell>
14209 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14210 \begin_inset Text
14211
14212 \begin_layout Plain Layout
14213 95.9
14214 \end_layout
14215
14216 \end_inset
14217 </cell>
14218 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14219 \begin_inset Text
14220
14221 \begin_layout Plain Layout
14222 92.3
14223 \end_layout
14224
14225 \end_inset
14226 </cell>
14227 </row>
14228 </lyxtabular>
14229
14230 \end_inset
14231
14232
14233 \end_layout
14234
14235 \end_inset
14236
14237
14238 \end_layout
14239
14240 \begin_layout Section
14241 Vertical Table Alignment
14242 \begin_inset Index idx
14243 status collapsed
14244
14245 \begin_layout Plain Layout
14246 Table ! Alignment
14247 \end_layout
14248
14249 \end_inset
14250
14251
14252 \end_layout
14253
14254 \begin_layout Standard
14255 To align tables vertically in a text line the table must be inside a box.
14256  The box can then be vertically aligned as described in section
14257 \begin_inset space ~
14258 \end_inset
14259
14260
14261 \begin_inset CommandInset ref
14262 LatexCommand ref
14263 reference "sec:Box-Dialog"
14264
14265 \end_inset
14266
14267 .
14268 \end_layout
14269
14270 \begin_layout Standard
14271 In the following example the tables are inside a minipage
14272 \begin_inset Foot
14273 status collapsed
14274
14275 \begin_layout Plain Layout
14276 Minipages are described in section
14277 \begin_inset space ~
14278 \end_inset
14279
14280
14281 \begin_inset CommandInset ref
14282 LatexCommand ref
14283 reference "sec:Minipages"
14284
14285 \end_inset
14286
14287 .
14288 \end_layout
14289
14290 \end_inset
14291
14292  box that has a width of 15
14293 \begin_inset space \thinspace{}
14294 \end_inset
14295
14296 col%:
14297 \end_layout
14298
14299 \begin_layout Itemize
14300 test 
14301 \begin_inset Box Frameless
14302 position "t"
14303 hor_pos "c"
14304 has_inner_box 1
14305 inner_pos "c"
14306 use_parbox 0
14307 use_makebox 0
14308 width "15col%"
14309 special "none"
14310 height "1in"
14311 height_special "totalheight"
14312 status collapsed
14313
14314 \begin_layout Plain Layout
14315 \begin_inset Tabular
14316 <lyxtabular version="3" rows="3" columns="3">
14317 <features tabularvalignment="middle">
14318 <column alignment="center" valignment="top" width="0">
14319 <column alignment="center" valignment="top" width="0">
14320 <column alignment="center" valignment="top" width="0">
14321 <row>
14322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14323 \begin_inset Text
14324
14325 \begin_layout Plain Layout
14326 a
14327 \end_layout
14328
14329 \end_inset
14330 </cell>
14331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14332 \begin_inset Text
14333
14334 \begin_layout Plain Layout
14335 d
14336 \end_layout
14337
14338 \end_inset
14339 </cell>
14340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14341 \begin_inset Text
14342
14343 \begin_layout Plain Layout
14344 g
14345 \end_layout
14346
14347 \end_inset
14348 </cell>
14349 </row>
14350 <row>
14351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14352 \begin_inset Text
14353
14354 \begin_layout Plain Layout
14355 b
14356 \end_layout
14357
14358 \end_inset
14359 </cell>
14360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14361 \begin_inset Text
14362
14363 \begin_layout Plain Layout
14364 e
14365 \end_layout
14366
14367 \end_inset
14368 </cell>
14369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14370 \begin_inset Text
14371
14372 \begin_layout Plain Layout
14373 h
14374 \end_layout
14375
14376 \end_inset
14377 </cell>
14378 </row>
14379 <row>
14380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14381 \begin_inset Text
14382
14383 \begin_layout Plain Layout
14384 c
14385 \end_layout
14386
14387 \end_inset
14388 </cell>
14389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14390 \begin_inset Text
14391
14392 \begin_layout Plain Layout
14393 f
14394 \end_layout
14395
14396 \end_inset
14397 </cell>
14398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14399 \begin_inset Text
14400
14401 \begin_layout Plain Layout
14402 i
14403 \end_layout
14404
14405 \end_inset
14406 </cell>
14407 </row>
14408 </lyxtabular>
14409
14410 \end_inset
14411
14412
14413 \end_layout
14414
14415 \end_inset
14416
14417  test 
14418 \begin_inset ERT
14419 status collapsed
14420
14421 \begin_layout Plain Layout
14422
14423
14424 \backslash
14425 raisebox{0.85
14426 \backslash
14427 baselineskip}{
14428 \end_layout
14429
14430 \end_inset
14431
14432
14433 \begin_inset Box Frameless
14434 position "t"
14435 hor_pos "c"
14436 has_inner_box 1
14437 inner_pos "c"
14438 use_parbox 0
14439 use_makebox 0
14440 width "15col%"
14441 special "none"
14442 height "1in"
14443 height_special "totalheight"
14444 status collapsed
14445
14446 \begin_layout Plain Layout
14447 \begin_inset Tabular
14448 <lyxtabular version="3" rows="3" columns="3">
14449 <features tabularvalignment="middle">
14450 <column alignment="center" valignment="top" width="0">
14451 <column alignment="center" valignment="top" width="0">
14452 <column alignment="center" valignment="top" width="0">
14453 <row>
14454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14455 \begin_inset Text
14456
14457 \begin_layout Plain Layout
14458 a
14459 \end_layout
14460
14461 \end_inset
14462 </cell>
14463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14464 \begin_inset Text
14465
14466 \begin_layout Plain Layout
14467 d
14468 \end_layout
14469
14470 \end_inset
14471 </cell>
14472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14473 \begin_inset Text
14474
14475 \begin_layout Plain Layout
14476 g
14477 \end_layout
14478
14479 \end_inset
14480 </cell>
14481 </row>
14482 <row>
14483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14484 \begin_inset Text
14485
14486 \begin_layout Plain Layout
14487 b
14488 \end_layout
14489
14490 \end_inset
14491 </cell>
14492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14493 \begin_inset Text
14494
14495 \begin_layout Plain Layout
14496 e
14497 \end_layout
14498
14499 \end_inset
14500 </cell>
14501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14502 \begin_inset Text
14503
14504 \begin_layout Plain Layout
14505 h
14506 \end_layout
14507
14508 \end_inset
14509 </cell>
14510 </row>
14511 <row>
14512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14513 \begin_inset Text
14514
14515 \begin_layout Plain Layout
14516 c
14517 \end_layout
14518
14519 \end_inset
14520 </cell>
14521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14522 \begin_inset Text
14523
14524 \begin_layout Plain Layout
14525 f
14526 \end_layout
14527
14528 \end_inset
14529 </cell>
14530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14531 \begin_inset Text
14532
14533 \begin_layout Plain Layout
14534 i
14535 \end_layout
14536
14537 \end_inset
14538 </cell>
14539 </row>
14540 </lyxtabular>
14541
14542 \end_inset
14543
14544
14545 \end_layout
14546
14547 \end_inset
14548
14549
14550 \begin_inset ERT
14551 status collapsed
14552
14553 \begin_layout Plain Layout
14554
14555 }
14556 \end_layout
14557
14558 \end_inset
14559
14560
14561 \end_layout
14562
14563 \begin_layout Itemize
14564 test 
14565 \begin_inset Box Frameless
14566 position "c"
14567 hor_pos "c"
14568 has_inner_box 1
14569 inner_pos "c"
14570 use_parbox 0
14571 use_makebox 0
14572 width "15col%"
14573 special "none"
14574 height "1in"
14575 height_special "totalheight"
14576 status collapsed
14577
14578 \begin_layout Plain Layout
14579 \begin_inset Tabular
14580 <lyxtabular version="3" rows="3" columns="3">
14581 <features tabularvalignment="middle">
14582 <column alignment="center" valignment="top" width="0">
14583 <column alignment="center" valignment="top" width="0">
14584 <column alignment="center" valignment="top" width="0">
14585 <row>
14586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14587 \begin_inset Text
14588
14589 \begin_layout Plain Layout
14590 a
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Plain Layout
14599 d
14600 \end_layout
14601
14602 \end_inset
14603 </cell>
14604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14605 \begin_inset Text
14606
14607 \begin_layout Plain Layout
14608 g
14609 \end_layout
14610
14611 \end_inset
14612 </cell>
14613 </row>
14614 <row>
14615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14616 \begin_inset Text
14617
14618 \begin_layout Plain Layout
14619 b
14620 \end_layout
14621
14622 \end_inset
14623 </cell>
14624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14625 \begin_inset Text
14626
14627 \begin_layout Plain Layout
14628 e
14629 \end_layout
14630
14631 \end_inset
14632 </cell>
14633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14634 \begin_inset Text
14635
14636 \begin_layout Plain Layout
14637 h
14638 \end_layout
14639
14640 \end_inset
14641 </cell>
14642 </row>
14643 <row>
14644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14645 \begin_inset Text
14646
14647 \begin_layout Plain Layout
14648 c
14649 \end_layout
14650
14651 \end_inset
14652 </cell>
14653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14654 \begin_inset Text
14655
14656 \begin_layout Plain Layout
14657 f
14658 \end_layout
14659
14660 \end_inset
14661 </cell>
14662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14663 \begin_inset Text
14664
14665 \begin_layout Plain Layout
14666 i
14667 \end_layout
14668
14669 \end_inset
14670 </cell>
14671 </row>
14672 </lyxtabular>
14673
14674 \end_inset
14675
14676
14677 \end_layout
14678
14679 \end_inset
14680
14681
14682 \end_layout
14683
14684 \begin_layout Itemize
14685 test 
14686 \begin_inset Box Frameless
14687 position "b"
14688 hor_pos "c"
14689 has_inner_box 1
14690 inner_pos "c"
14691 use_parbox 0
14692 use_makebox 0
14693 width "15col%"
14694 special "none"
14695 height "1in"
14696 height_special "totalheight"
14697 status collapsed
14698
14699 \begin_layout Plain Layout
14700 \begin_inset Tabular
14701 <lyxtabular version="3" rows="3" columns="3">
14702 <features tabularvalignment="middle">
14703 <column alignment="center" valignment="top" width="0">
14704 <column alignment="center" valignment="top" width="0">
14705 <column alignment="center" valignment="top" width="0">
14706 <row>
14707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14708 \begin_inset Text
14709
14710 \begin_layout Plain Layout
14711 a
14712 \end_layout
14713
14714 \end_inset
14715 </cell>
14716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14717 \begin_inset Text
14718
14719 \begin_layout Plain Layout
14720 d
14721 \end_layout
14722
14723 \end_inset
14724 </cell>
14725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14726 \begin_inset Text
14727
14728 \begin_layout Plain Layout
14729 g
14730 \end_layout
14731
14732 \end_inset
14733 </cell>
14734 </row>
14735 <row>
14736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14737 \begin_inset Text
14738
14739 \begin_layout Plain Layout
14740 b
14741 \end_layout
14742
14743 \end_inset
14744 </cell>
14745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14746 \begin_inset Text
14747
14748 \begin_layout Plain Layout
14749 e
14750 \end_layout
14751
14752 \end_inset
14753 </cell>
14754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14755 \begin_inset Text
14756
14757 \begin_layout Plain Layout
14758 h
14759 \end_layout
14760
14761 \end_inset
14762 </cell>
14763 </row>
14764 <row>
14765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14766 \begin_inset Text
14767
14768 \begin_layout Plain Layout
14769 c
14770 \end_layout
14771
14772 \end_inset
14773 </cell>
14774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14775 \begin_inset Text
14776
14777 \begin_layout Plain Layout
14778 f
14779 \end_layout
14780
14781 \end_inset
14782 </cell>
14783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14784 \begin_inset Text
14785
14786 \begin_layout Plain Layout
14787 i
14788 \end_layout
14789
14790 \end_inset
14791 </cell>
14792 </row>
14793 </lyxtabular>
14794
14795 \end_inset
14796
14797
14798 \end_layout
14799
14800 \end_inset
14801
14802  test 
14803 \begin_inset ERT
14804 status collapsed
14805
14806 \begin_layout Plain Layout
14807
14808
14809 \backslash
14810 raisebox{-0.32
14811 \backslash
14812 baselineskip}{
14813 \end_layout
14814
14815 \end_inset
14816
14817
14818 \begin_inset Box Frameless
14819 position "b"
14820 hor_pos "c"
14821 has_inner_box 1
14822 inner_pos "c"
14823 use_parbox 0
14824 use_makebox 0
14825 width "15col%"
14826 special "none"
14827 height "1in"
14828 height_special "totalheight"
14829 status collapsed
14830
14831 \begin_layout Plain Layout
14832 \begin_inset Tabular
14833 <lyxtabular version="3" rows="3" columns="3">
14834 <features tabularvalignment="middle">
14835 <column alignment="center" valignment="top" width="0">
14836 <column alignment="center" valignment="top" width="0">
14837 <column alignment="center" valignment="top" width="0">
14838 <row>
14839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14840 \begin_inset Text
14841
14842 \begin_layout Plain Layout
14843 a
14844 \end_layout
14845
14846 \end_inset
14847 </cell>
14848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14849 \begin_inset Text
14850
14851 \begin_layout Plain Layout
14852 d
14853 \end_layout
14854
14855 \end_inset
14856 </cell>
14857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14858 \begin_inset Text
14859
14860 \begin_layout Plain Layout
14861 g
14862 \end_layout
14863
14864 \end_inset
14865 </cell>
14866 </row>
14867 <row>
14868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14869 \begin_inset Text
14870
14871 \begin_layout Plain Layout
14872 b
14873 \end_layout
14874
14875 \end_inset
14876 </cell>
14877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14878 \begin_inset Text
14879
14880 \begin_layout Plain Layout
14881 e
14882 \end_layout
14883
14884 \end_inset
14885 </cell>
14886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14887 \begin_inset Text
14888
14889 \begin_layout Plain Layout
14890 h
14891 \end_layout
14892
14893 \end_inset
14894 </cell>
14895 </row>
14896 <row>
14897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14898 \begin_inset Text
14899
14900 \begin_layout Plain Layout
14901 c
14902 \end_layout
14903
14904 \end_inset
14905 </cell>
14906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14907 \begin_inset Text
14908
14909 \begin_layout Plain Layout
14910 f
14911 \end_layout
14912
14913 \end_inset
14914 </cell>
14915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14916 \begin_inset Text
14917
14918 \begin_layout Plain Layout
14919 i
14920 \end_layout
14921
14922 \end_inset
14923 </cell>
14924 </row>
14925 </lyxtabular>
14926
14927 \end_inset
14928
14929
14930 \end_layout
14931
14932 \end_inset
14933
14934
14935 \begin_inset ERT
14936 status collapsed
14937
14938 \begin_layout Plain Layout
14939
14940 }
14941 \end_layout
14942
14943 \end_inset
14944
14945
14946 \end_layout
14947
14948 \begin_layout Standard
14949 As you will see, the content of the first and last table row is not correctly
14950  aligned.
14951  To get this alignment, the minipage box must be set into a raisebox
14952 \begin_inset Foot
14953 status collapsed
14954
14955 \begin_layout Plain Layout
14956 Raiseboxes are described in section
14957 \begin_inset space ~
14958 \end_inset
14959
14960
14961 \begin_inset CommandInset ref
14962 LatexCommand ref
14963 reference "sub:Vertical-Alignment"
14964
14965 \end_inset
14966
14967 .
14968 \end_layout
14969
14970 \end_inset
14971
14972 .
14973  In the example above the second table in the first item is aligned using
14974  the TeX-Code-command
14975 \end_layout
14976
14977 \begin_layout Standard
14978
14979 \series bold
14980
14981 \backslash
14982 raisebox{0.85
14983 \backslash
14984 baselineskip}{
14985 \end_layout
14986
14987 \begin_layout Standard
14988 before the box.
14989  After the box the closing brace 
14990 \series bold
14991 }
14992 \series default
14993  is inserted as TeX-Code.
14994  For the second table in the last item the command
14995 \end_layout
14996
14997 \begin_layout Standard
14998
14999 \series bold
15000
15001 \backslash
15002 raisebox{-0.32
15003 \backslash
15004 baselineskip}{
15005 \end_layout
15006
15007 \begin_layout Standard
15008 is used.
15009 \end_layout
15010
15011 \begin_layout Standard
15012 \begin_inset Note Greyedout
15013 status open
15014
15015 \begin_layout Plain Layout
15016
15017 \series bold
15018 Note:
15019 \series default
15020  The alignment of the table row content to the surrounding text line is
15021  not exact.
15022  The required value for the 
15023 \series bold
15024
15025 \backslash
15026 raisebox
15027 \series default
15028  command for this alignment depends on the document font, the font size,
15029  and the table line thickness.
15030 \end_layout
15031
15032 \end_inset
15033
15034
15035 \end_layout
15036
15037 \begin_layout Section
15038 Colored Tables
15039 \begin_inset CommandInset label
15040 LatexCommand label
15041 name "sec:Colored-Tables"
15042
15043 \end_inset
15044
15045
15046 \begin_inset Index idx
15047 status collapsed
15048
15049 \begin_layout Plain Layout
15050 Table ! Color
15051 \end_layout
15052
15053 \end_inset
15054
15055
15056 \end_layout
15057
15058 \begin_layout Subsection
15059 Colored Cells
15060 \begin_inset Index idx
15061 status collapsed
15062
15063 \begin_layout Plain Layout
15064 Table Color ! for Cells
15065 \end_layout
15066
15067 \end_inset
15068
15069
15070 \begin_inset Index idx
15071 status collapsed
15072
15073 \begin_layout Plain Layout
15074 Color ! for Table Cells
15075 \end_layout
15076
15077 \end_inset
15078
15079
15080 \end_layout
15081
15082 \begin_layout Standard
15083 \begin_inset Float table
15084 placement h
15085 wide false
15086 sideways false
15087 status open
15088
15089 \begin_layout Plain Layout
15090 \begin_inset Caption
15091
15092 \begin_layout Plain Layout
15093 \begin_inset CommandInset label
15094 LatexCommand label
15095 name "tab:Table-colored-without"
15096
15097 \end_inset
15098
15099 Table colored without using the package 
15100 \series bold
15101 colortbl
15102 \series default
15103
15104 \begin_inset Argument
15105 status collapsed
15106
15107 \begin_layout Plain Layout
15108 Table without colortbl
15109 \end_layout
15110
15111 \end_inset
15112
15113
15114 \end_layout
15115
15116 \end_inset
15117
15118
15119 \end_layout
15120
15121 \begin_layout Plain Layout
15122 \align center
15123 \begin_inset Tabular
15124 <lyxtabular version="3" rows="3" columns="3">
15125 <features tabularvalignment="middle">
15126 <column alignment="center" valignment="top" width="0">
15127 <column alignment="center" valignment="top" width="0">
15128 <column alignment="center" valignment="top" width="0">
15129 <row>
15130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134
15135 \color green
15136 a
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Plain Layout
15145
15146 \color red
15147 b
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15153 \begin_inset Text
15154
15155 \begin_layout Plain Layout
15156
15157 \color red
15158 c
15159 \end_layout
15160
15161 \end_inset
15162 </cell>
15163 </row>
15164 <row>
15165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169
15170 \color green
15171 d
15172 \end_layout
15173
15174 \end_inset
15175 </cell>
15176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15177 \begin_inset Text
15178
15179 \begin_layout Plain Layout
15180
15181 \color blue
15182 e
15183 \end_layout
15184
15185 \end_inset
15186 </cell>
15187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15188 \begin_inset Text
15189
15190 \begin_layout Plain Layout
15191
15192 \color blue
15193 f
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 </row>
15199 <row>
15200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15201 \begin_inset Text
15202
15203 \begin_layout Plain Layout
15204
15205 \color green
15206 g
15207 \end_layout
15208
15209 \end_inset
15210 </cell>
15211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15212 \begin_inset Text
15213
15214 \begin_layout Plain Layout
15215
15216 \color blue
15217 h
15218 \end_layout
15219
15220 \end_inset
15221 </cell>
15222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Plain Layout
15226
15227 \color blue
15228 i
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 </row>
15234 </lyxtabular>
15235
15236 \end_inset
15237
15238
15239 \end_layout
15240
15241 \end_inset
15242
15243
15244 \end_layout
15245
15246 \begin_layout Standard
15247 If you only need colored text, mark the cells and choose a color in the
15248  menu 
15249 \family sans
15250 Edit\SpecialChar \menuseparator
15251 Text
15252 \begin_inset space ~
15253 \end_inset
15254
15255 Style
15256 \family default
15257 .
15258  This was used to create Table
15259 \begin_inset space ~
15260 \end_inset
15261
15262
15263 \begin_inset CommandInset ref
15264 LatexCommand ref
15265 reference "tab:Table-colored-without"
15266
15267 \end_inset
15268
15269 .
15270  In any other case you have to use the LaTeX-package 
15271 \series bold
15272 colortbl
15273 \series default
15274 .
15275 \begin_inset Index idx
15276 status collapsed
15277
15278 \begin_layout Plain Layout
15279 LaTeX-packages ! colortbl
15280 \end_layout
15281
15282 \end_inset
15283
15284
15285 \end_layout
15286
15287 \begin_layout Standard
15288 \begin_inset ERT
15289 status collapsed
15290
15291 \begin_layout Plain Layout
15292
15293
15294 \backslash
15295 ifcolortbl
15296 \end_layout
15297
15298 \end_inset
15299
15300
15301 \begin_inset Note Note
15302 status open
15303
15304 \begin_layout Plain Layout
15305 The following section part will only be displayed when the LaTeX-package
15306  
15307 \series bold
15308 colortbl
15309 \series default
15310  is installed.
15311 \end_layout
15312
15313 \end_inset
15314
15315
15316 \end_layout
15317
15318 \begin_layout Standard
15319 To create colored tables, 
15320 \series bold
15321 colortbl
15322 \series default
15323  must be loaded in the preamble with the line
15324 \end_layout
15325
15326 \begin_layout Standard
15327
15328 \series bold
15329
15330 \backslash
15331 usepackage{colortbl}
15332 \end_layout
15333
15334 \begin_layout Standard
15335 The color of a column is adjusted with the command
15336 \end_layout
15337
15338 \begin_layout Standard
15339
15340 \series bold
15341
15342 \backslash
15343 columncolor{name of color}
15344 \end_layout
15345
15346 \begin_layout Standard
15347 inside the command 
15348 \series bold
15349 >{ }
15350 \series default
15351 .
15352  More about the command 
15353 \series bold
15354 >{}
15355 \series default
15356  is contained in section
15357 \begin_inset space ~
15358 \end_inset
15359
15360
15361 \begin_inset CommandInset ref
15362 LatexCommand ref
15363 reference "sub:Multicolumn-Calculations"
15364
15365 \end_inset
15366
15367 .
15368 \end_layout
15369
15370 \begin_layout Standard
15371 The following color names are predefined:
15372 \end_layout
15373
15374 \begin_layout Standard
15375
15376 \family sans
15377 red
15378 \family default
15379
15380 \family sans
15381 green
15382 \family default
15383
15384 \family sans
15385 yellow
15386 \family default
15387
15388 \family sans
15389 blue
15390 \family default
15391
15392 \family sans
15393 cyan
15394 \family default
15395
15396 \family sans
15397 magenta
15398 \family default
15399
15400 \family sans
15401 black
15402 \family default
15403  and 
15404 \family sans
15405 white
15406 \end_layout
15407
15408 \begin_layout Standard
15409 \begin_inset VSpace medskip
15410 \end_inset
15411
15412
15413 \end_layout
15414
15415 \begin_layout Standard
15416 If you add the options
15417 \end_layout
15418
15419 \begin_layout Standard
15420
15421 \series bold
15422 usenames,dvipsnames
15423 \end_layout
15424
15425 \begin_layout Standard
15426 to the document class options in the document settings, you can additionally
15427  use further 61
15428 \begin_inset space ~
15429 \end_inset
15430
15431 colors.
15432  These colors are listed in appendix
15433 \begin_inset space ~
15434 \end_inset
15435
15436
15437 \begin_inset CommandInset ref
15438 LatexCommand ref
15439 reference "chap:List-of-dvips-colornames"
15440
15441 \end_inset
15442
15443 .
15444  One of these colors, 
15445 \family sans
15446 Maroon
15447 \family default
15448 , is used as example in Table
15449 \begin_inset space ~
15450 \end_inset
15451
15452
15453 \begin_inset CommandInset ref
15454 LatexCommand ref
15455 reference "tab:Table-colored-using"
15456
15457 \end_inset
15458
15459 .
15460 \end_layout
15461
15462 \begin_layout Standard
15463 \begin_inset VSpace medskip
15464 \end_inset
15465
15466
15467 \end_layout
15468
15469 \begin_layout Standard
15470 You can also define your own color with the command
15471 \end_layout
15472
15473 \begin_layout Standard
15474
15475 \series bold
15476
15477 \backslash
15478 definecolor{color name}{color model}{color values}
15479 \end_layout
15480
15481 \begin_layout Standard
15482 The color model can be
15483 \end_layout
15484
15485 \begin_layout Labeling
15486 \labelwidthstring 00.00.0000
15487 cmyk: cyan, magenta, yellow, black
15488 \end_layout
15489
15490 \begin_layout Labeling
15491 \labelwidthstring 00.00.0000
15492 rgb: red, green blue
15493 \end_layout
15494
15495 \begin_layout Labeling
15496 \labelwidthstring 00.00.0000
15497 gray gray
15498 \end_layout
15499
15500 \begin_layout Standard
15501 and the color values are comma separated numbers between 0 and 1 describing
15502  the factor for the corresponding color of the color model.
15503 \end_layout
15504
15505 \begin_layout Standard
15506 You can e.
15507 \begin_inset space \thinspace{}
15508 \end_inset
15509
15510 g.
15511 \begin_inset space \space{}
15512 \end_inset
15513
15514 define the color "
15515 \emph on
15516 darkgreen
15517 \emph default
15518 " in the preamble with
15519 \end_layout
15520
15521 \begin_layout Standard
15522
15523 \series bold
15524
15525 \backslash
15526 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
15527 \end_layout
15528
15529 \begin_layout Standard
15530 and the color "
15531 \emph on
15532 lightgray
15533 \emph default
15534 " with
15535 \end_layout
15536
15537 \begin_layout Standard
15538
15539 \series bold
15540
15541 \backslash
15542 definecolor{lightgray}{gray}{0.8}
15543 \end_layout
15544
15545 \begin_layout Standard
15546 \begin_inset VSpace medskip
15547 \end_inset
15548
15549
15550 \end_layout
15551
15552 \begin_layout Standard
15553 Lines are colored with the command
15554 \end_layout
15555
15556 \begin_layout Standard
15557
15558 \series bold
15559
15560 \backslash
15561 rowcolor{name of color}
15562 \end_layout
15563
15564 \begin_layout Standard
15565 and cells are colored with the command
15566 \end_layout
15567
15568 \begin_layout Standard
15569
15570 \series bold
15571
15572 \backslash
15573 cellcolor{name of color}
15574 \end_layout
15575
15576 \begin_layout Standard
15577 Both commands are inserted at the beginning of a cell as TeX-Code.
15578 \end_layout
15579
15580 \begin_layout Standard
15581 To color characters in the table, mark the cells and use the LyX menu 
15582 \family sans
15583 Edit\SpecialChar \menuseparator
15584 Text
15585 \begin_inset space ~
15586 \end_inset
15587
15588 Style
15589 \family default
15590 .
15591  If a cell contains TeX-Code mark only the characters, otherwise the colored
15592  TeX-Code will cause LaTeX-errors.
15593 \end_layout
15594
15595 \begin_layout Standard
15596 \begin_inset Note Greyedout
15597 status open
15598
15599 \begin_layout Plain Layout
15600
15601 \series bold
15602 Note:
15603 \series default
15604  Not all DVI-viewers are able to display self-defined colors.
15605 \end_layout
15606
15607 \end_inset
15608
15609
15610 \end_layout
15611
15612 \begin_layout Standard
15613 \begin_inset VSpace bigskip
15614 \end_inset
15615
15616
15617 \end_layout
15618
15619 \begin_layout Standard
15620 To create Table
15621 \begin_inset space ~
15622 \end_inset
15623
15624
15625 \begin_inset CommandInset ref
15626 LatexCommand ref
15627 reference "tab:Table-colored-using"
15628
15629 \end_inset
15630
15631  do the following: The color of the first column should be 
15632 \emph on
15633 darkgreen
15634 \emph default
15635 .
15636  So insert
15637 \end_layout
15638
15639 \begin_layout Standard
15640
15641 \series bold
15642 >{
15643 \backslash
15644 columncolor{darkgreen}
15645 \backslash
15646 centering}c
15647 \end_layout
15648
15649 \begin_layout Standard
15650 as LaTeX-argument for this column.
15651  The first row should be light blue, therefore the TeX-Code command
15652 \end_layout
15653
15654 \begin_layout Standard
15655
15656 \series bold
15657
15658 \backslash
15659 rowcolor{cyan}
15660 \end_layout
15661
15662 \begin_layout Standard
15663 is inserted to the first cell of this row.
15664  Note that this overwrites the column color for the first cell.
15665  The last cell of the last row is colored maroon by inserting the TeX-Code
15666  command
15667 \end_layout
15668
15669 \begin_layout Standard
15670
15671 \series bold
15672
15673 \backslash
15674 cellcolor{Maroon}
15675 \end_layout
15676
15677 \begin_layout Standard
15678 The characters could now be colored using the menu 
15679 \family sans
15680 Edit\SpecialChar \menuseparator
15681 Text
15682 \begin_inset space ~
15683 \end_inset
15684
15685 Style
15686 \family default
15687 .
15688 \end_layout
15689
15690 \begin_layout Standard
15691 \begin_inset Float table
15692 placement h
15693 wide false
15694 sideways false
15695 status open
15696
15697 \begin_layout Plain Layout
15698 \begin_inset Caption
15699
15700 \begin_layout Plain Layout
15701 \begin_inset CommandInset label
15702 LatexCommand label
15703 name "tab:Table-colored-using"
15704
15705 \end_inset
15706
15707 Table colored using the package 
15708 \series bold
15709 colortbl
15710 \series default
15711
15712 \begin_inset Argument
15713 status collapsed
15714
15715 \begin_layout Plain Layout
15716 Table with colortbl
15717 \end_layout
15718
15719 \end_inset
15720
15721
15722 \end_layout
15723
15724 \end_inset
15725
15726
15727 \end_layout
15728
15729 \begin_layout Plain Layout
15730 \align center
15731 \begin_inset Tabular
15732 <lyxtabular version="3" rows="3" columns="3">
15733 <features tabularvalignment="middle">
15734 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15735 <column alignment="center" valignment="top" width="0">
15736 <column alignment="center" valignment="top" width="0">
15737 <row>
15738 <cell alignment="center" valignment="top" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Plain Layout
15742 \begin_inset ERT
15743 status collapsed
15744
15745 \begin_layout Plain Layout
15746
15747
15748 \backslash
15749 rowcolor{cyan}
15750 \end_layout
15751
15752 \end_inset
15753
15754
15755 \color magenta
15756 a
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765
15766 \color red
15767 b
15768 \end_layout
15769
15770 \end_inset
15771 </cell>
15772 <cell alignment="center" valignment="top" usebox="none">
15773 \begin_inset Text
15774
15775 \begin_layout Plain Layout
15776
15777 \color red
15778 c
15779 \end_layout
15780
15781 \end_inset
15782 </cell>
15783 </row>
15784 <row>
15785 <cell alignment="center" valignment="top" usebox="none">
15786 \begin_inset Text
15787
15788 \begin_layout Plain Layout
15789
15790 \color yellow
15791 d
15792 \end_layout
15793
15794 \end_inset
15795 </cell>
15796 <cell alignment="center" valignment="top" usebox="none">
15797 \begin_inset Text
15798
15799 \begin_layout Plain Layout
15800
15801 \color blue
15802 e
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 <cell alignment="center" valignment="top" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Plain Layout
15811
15812 \color blue
15813 f
15814 \end_layout
15815
15816 \end_inset
15817 </cell>
15818 </row>
15819 <row>
15820 <cell alignment="center" valignment="top" usebox="none">
15821 \begin_inset Text
15822
15823 \begin_layout Plain Layout
15824
15825 \color yellow
15826 g
15827 \end_layout
15828
15829 \end_inset
15830 </cell>
15831 <cell alignment="center" valignment="top" usebox="none">
15832 \begin_inset Text
15833
15834 \begin_layout Plain Layout
15835
15836 \color blue
15837 h
15838 \end_layout
15839
15840 \end_inset
15841 </cell>
15842 <cell alignment="center" valignment="top" usebox="none">
15843 \begin_inset Text
15844
15845 \begin_layout Plain Layout
15846 \begin_inset ERT
15847 status collapsed
15848
15849 \begin_layout Plain Layout
15850
15851
15852 \backslash
15853 cellcolor{Maroon}
15854 \end_layout
15855
15856 \end_inset
15857
15858
15859 \color green
15860 i
15861 \end_layout
15862
15863 \end_inset
15864 </cell>
15865 </row>
15866 </lyxtabular>
15867
15868 \end_inset
15869
15870
15871 \end_layout
15872
15873 \end_inset
15874
15875
15876 \end_layout
15877
15878 \begin_layout Standard
15879 \begin_inset ERT
15880 status collapsed
15881
15882 \begin_layout Plain Layout
15883
15884
15885 \backslash
15886 else
15887 \end_layout
15888
15889 \end_inset
15890
15891
15892 \begin_inset Note Note
15893 status open
15894
15895 \begin_layout Plain Layout
15896 The following will be displayed when the LaTeX-package 
15897 \series bold
15898 colortbl
15899 \series default
15900  is not installed:
15901 \end_layout
15902
15903 \end_inset
15904
15905
15906 \end_layout
15907
15908 \begin_layout Standard
15909 You need to install the package 
15910 \series bold
15911 colortbl
15912 \series default
15913  to see the content of this section in the output.
15914 \end_layout
15915
15916 \begin_layout Standard
15917 \begin_inset ERT
15918 status collapsed
15919
15920 \begin_layout Plain Layout
15921
15922
15923 \backslash
15924 fi
15925 \end_layout
15926
15927 \end_inset
15928
15929
15930 \end_layout
15931
15932 \begin_layout Subsection
15933 Colored Lines
15934 \begin_inset Index idx
15935 status collapsed
15936
15937 \begin_layout Plain Layout
15938 Table Color ! for Lines
15939 \end_layout
15940
15941 \end_inset
15942
15943
15944 \begin_inset Index idx
15945 status collapsed
15946
15947 \begin_layout Plain Layout
15948 Color ! for Table Lines
15949 \end_layout
15950
15951 \end_inset
15952
15953
15954 \end_layout
15955
15956 \begin_layout Standard
15957 As described in section
15958 \begin_inset space ~
15959 \end_inset
15960
15961
15962 \begin_inset CommandInset ref
15963 LatexCommand ref
15964 reference "sub:Line-Thickness"
15965
15966 \end_inset
15967
15968 , the line thickness for all lines in a table can be adjusted with the length
15969  
15970 \series bold
15971
15972 \backslash
15973 arrayrulewidth
15974 \series default
15975 .
15976  It is set to 1.5
15977 \begin_inset space \thinspace{}
15978 \end_inset
15979
15980 pt for all tables of this section.
15981 \begin_inset ERT
15982 status collapsed
15983
15984 \begin_layout Plain Layout
15985
15986
15987 \backslash
15988 setlength{
15989 \backslash
15990 arrayrulewidth}{1.5pt}
15991 \end_layout
15992
15993 \end_inset
15994
15995
15996 \end_layout
15997
15998 \begin_layout Standard
15999 To color vertical lines for example with green, create the following column
16000  format in the document preamble, according to the description in section
16001 \begin_inset space ~
16002 \end_inset
16003
16004
16005 \begin_inset CommandInset ref
16006 LatexCommand ref
16007 reference "sub:Customized-Format"
16008
16009 \end_inset
16010
16011 :
16012 \end_layout
16013
16014 \begin_layout Standard
16015
16016 \series bold
16017
16018 \backslash
16019 newcolumntype{W}{!{
16020 \backslash
16021 color{green}
16022 \backslash
16023 vline}}
16024 \end_layout
16025
16026 \begin_layout Standard
16027 For Table
16028 \begin_inset space ~
16029 \end_inset
16030
16031
16032 \begin_inset CommandInset ref
16033 LatexCommand ref
16034 reference "tab:Table-with-vertical-colored"
16035
16036 \end_inset
16037
16038  the LaTeX-argument
16039 \series bold
16040  WcW
16041 \series default
16042  was used for the last column and
16043 \series bold
16044  Wc
16045 \series default
16046  for the other columns.
16047 \end_layout
16048
16049 \begin_layout Standard
16050 If you want to have several colors, define more column formats.
16051 \end_layout
16052
16053 \begin_layout Standard
16054 \begin_inset Float table
16055 placement h
16056 wide false
16057 sideways false
16058 status open
16059
16060 \begin_layout Plain Layout
16061 \begin_inset Caption
16062
16063 \begin_layout Plain Layout
16064 \begin_inset CommandInset label
16065 LatexCommand label
16066 name "tab:Table-with-vertical-colored"
16067
16068 \end_inset
16069
16070 Table with colored vertical lines
16071 \end_layout
16072
16073 \end_inset
16074
16075
16076 \end_layout
16077
16078 \begin_layout Plain Layout
16079 \align center
16080 \begin_inset Tabular
16081 <lyxtabular version="3" rows="3" columns="3">
16082 <features tabularvalignment="middle">
16083 <column alignment="center" valignment="top" width="0" special="Wc">
16084 <column alignment="center" valignment="top" width="0" special="Wc">
16085 <column alignment="center" valignment="top" width="0" special="WcW">
16086 <row>
16087 <cell alignment="center" valignment="top" topline="true" usebox="none">
16088 \begin_inset Text
16089
16090 \begin_layout Plain Layout
16091 sd
16092 \end_layout
16093
16094 \end_inset
16095 </cell>
16096 <cell alignment="center" valignment="top" topline="true" usebox="none">
16097 \begin_inset Text
16098
16099 \begin_layout Plain Layout
16100
16101 \end_layout
16102
16103 \end_inset
16104 </cell>
16105 <cell alignment="center" valignment="top" topline="true" usebox="none">
16106 \begin_inset Text
16107
16108 \begin_layout Plain Layout
16109
16110 \end_layout
16111
16112 \end_inset
16113 </cell>
16114 </row>
16115 <row>
16116 <cell alignment="center" valignment="top" topline="true" usebox="none">
16117 \begin_inset Text
16118
16119 \begin_layout Plain Layout
16120
16121 \end_layout
16122
16123 \end_inset
16124 </cell>
16125 <cell alignment="center" valignment="top" topline="true" usebox="none">
16126 \begin_inset Text
16127
16128 \begin_layout Plain Layout
16129 sd
16130 \end_layout
16131
16132 \end_inset
16133 </cell>
16134 <cell alignment="center" valignment="top" topline="true" usebox="none">
16135 \begin_inset Text
16136
16137 \begin_layout Plain Layout
16138
16139 \end_layout
16140
16141 \end_inset
16142 </cell>
16143 </row>
16144 <row>
16145 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16146 \begin_inset Text
16147
16148 \begin_layout Plain Layout
16149
16150 \end_layout
16151
16152 \end_inset
16153 </cell>
16154 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16155 \begin_inset Text
16156
16157 \begin_layout Plain Layout
16158
16159 \end_layout
16160
16161 \end_inset
16162 </cell>
16163 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16164 \begin_inset Text
16165
16166 \begin_layout Plain Layout
16167 sd
16168 \end_layout
16169
16170 \end_inset
16171 </cell>
16172 </row>
16173 </lyxtabular>
16174
16175 \end_inset
16176
16177
16178 \end_layout
16179
16180 \end_inset
16181
16182
16183 \end_layout
16184
16185 \begin_layout Standard
16186 \begin_inset VSpace bigskip
16187 \end_inset
16188
16189 To color horizontal lines for example with red, as in Table
16190 \begin_inset space ~
16191 \end_inset
16192
16193
16194 \begin_inset CommandInset ref
16195 LatexCommand ref
16196 reference "tab:Table-with-horizontal-colored"
16197
16198 \end_inset
16199
16200 , insert these commands in TeX-Code before the table or table float:
16201 \end_layout
16202
16203 \begin_layout Standard
16204
16205 \series bold
16206
16207 \backslash
16208 let
16209 \backslash
16210 myHlineC
16211 \backslash
16212 hline
16213 \begin_inset Newline newline
16214 \end_inset
16215
16216
16217 \backslash
16218 renewcommand{
16219 \backslash
16220 hline}
16221 \begin_inset Newline newline
16222 \end_inset
16223
16224
16225 \begin_inset Phantom HPhantom
16226 status open
16227
16228 \begin_layout Plain Layout
16229
16230 \series bold
16231 \begin_inset space ~
16232 \end_inset
16233
16234
16235 \end_layout
16236
16237 \end_inset
16238
16239 {
16240 \backslash
16241 arrayrulecolor{red}
16242 \backslash
16243 myHlineC
16244 \backslash
16245 arrayrulecolor{black}}
16246 \end_layout
16247
16248 \begin_layout Standard
16249 \begin_inset ERT
16250 status collapsed
16251
16252 \begin_layout Plain Layout
16253
16254
16255 \backslash
16256 let
16257 \backslash
16258 myHlineC
16259 \backslash
16260 hline
16261 \end_layout
16262
16263 \begin_layout Plain Layout
16264
16265
16266 \backslash
16267 renewcommand{
16268 \backslash
16269 hline}
16270 \end_layout
16271
16272 \begin_layout Plain Layout
16273
16274  {
16275 \backslash
16276 arrayrulecolor{red}
16277 \backslash
16278 myHlineC
16279 \backslash
16280 arrayrulecolor{black}}
16281 \end_layout
16282
16283 \end_inset
16284
16285
16286 \begin_inset Float table
16287 placement h
16288 wide false
16289 sideways false
16290 status open
16291
16292 \begin_layout Plain Layout
16293 \begin_inset Caption
16294
16295 \begin_layout Plain Layout
16296 \begin_inset CommandInset label
16297 LatexCommand label
16298 name "tab:Table-with-horizontal-colored"
16299
16300 \end_inset
16301
16302 Table with colored horizontal lines
16303 \end_layout
16304
16305 \end_inset
16306
16307
16308 \end_layout
16309
16310 \begin_layout Plain Layout
16311 \align center
16312 \begin_inset Tabular
16313 <lyxtabular version="3" rows="3" columns="3">
16314 <features tabularvalignment="middle">
16315 <column alignment="center" valignment="top" width="0">
16316 <column alignment="center" valignment="top" width="0">
16317 <column alignment="center" valignment="top" width="0">
16318 <row>
16319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16320 \begin_inset Text
16321
16322 \begin_layout Plain Layout
16323 sd
16324 \end_layout
16325
16326 \end_inset
16327 </cell>
16328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16329 \begin_inset Text
16330
16331 \begin_layout Plain Layout
16332
16333 \end_layout
16334
16335 \end_inset
16336 </cell>
16337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16338 \begin_inset Text
16339
16340 \begin_layout Plain Layout
16341
16342 \end_layout
16343
16344 \end_inset
16345 </cell>
16346 </row>
16347 <row>
16348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16349 \begin_inset Text
16350
16351 \begin_layout Plain Layout
16352
16353 \end_layout
16354
16355 \end_inset
16356 </cell>
16357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16358 \begin_inset Text
16359
16360 \begin_layout Plain Layout
16361 sd
16362 \end_layout
16363
16364 \end_inset
16365 </cell>
16366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16367 \begin_inset Text
16368
16369 \begin_layout Plain Layout
16370
16371 \end_layout
16372
16373 \end_inset
16374 </cell>
16375 </row>
16376 <row>
16377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Plain Layout
16381
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Plain Layout
16390
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16396 \begin_inset Text
16397
16398 \begin_layout Plain Layout
16399 sd
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 </row>
16405 </lyxtabular>
16406
16407 \end_inset
16408
16409
16410 \end_layout
16411
16412 \end_inset
16413
16414
16415 \end_layout
16416
16417 \begin_layout Standard
16418 To return to the default line color black, insert this command in TeX-Code
16419  after the table or table float:
16420 \end_layout
16421
16422 \begin_layout Standard
16423
16424 \series bold
16425
16426 \backslash
16427 renewcommand{
16428 \backslash
16429 hline}{
16430 \backslash
16431 myHlineC}
16432 \end_layout
16433
16434 \begin_layout Standard
16435 Table
16436 \begin_inset space ~
16437 \end_inset
16438
16439
16440 \begin_inset CommandInset ref
16441 LatexCommand ref
16442 reference "tab:Table-with-colored"
16443
16444 \end_inset
16445
16446  is an example with colored vertical and horizontal lines.
16447 \end_layout
16448
16449 \begin_layout Standard
16450 \begin_inset Float table
16451 placement h
16452 wide false
16453 sideways false
16454 status open
16455
16456 \begin_layout Plain Layout
16457 \begin_inset Caption
16458
16459 \begin_layout Plain Layout
16460 \begin_inset CommandInset label
16461 LatexCommand label
16462 name "tab:Table-with-colored"
16463
16464 \end_inset
16465
16466 Table with colored lines
16467 \end_layout
16468
16469 \end_inset
16470
16471
16472 \end_layout
16473
16474 \begin_layout Plain Layout
16475 \align center
16476 \begin_inset Tabular
16477 <lyxtabular version="3" rows="3" columns="3">
16478 <features tabularvalignment="middle">
16479 <column alignment="center" valignment="top" width="0" special="Wc">
16480 <column alignment="center" valignment="top" width="0" special="Wc">
16481 <column alignment="center" valignment="top" width="0" special="WcW">
16482 <row>
16483 <cell alignment="center" valignment="top" topline="true" usebox="none">
16484 \begin_inset Text
16485
16486 \begin_layout Plain Layout
16487 sd
16488 \end_layout
16489
16490 \end_inset
16491 </cell>
16492 <cell alignment="center" valignment="top" topline="true" usebox="none">
16493 \begin_inset Text
16494
16495 \begin_layout Plain Layout
16496
16497 \end_layout
16498
16499 \end_inset
16500 </cell>
16501 <cell alignment="center" valignment="top" topline="true" usebox="none">
16502 \begin_inset Text
16503
16504 \begin_layout Plain Layout
16505
16506 \end_layout
16507
16508 \end_inset
16509 </cell>
16510 </row>
16511 <row>
16512 <cell alignment="center" valignment="top" topline="true" usebox="none">
16513 \begin_inset Text
16514
16515 \begin_layout Plain Layout
16516
16517 \end_layout
16518
16519 \end_inset
16520 </cell>
16521 <cell alignment="center" valignment="top" topline="true" usebox="none">
16522 \begin_inset Text
16523
16524 \begin_layout Plain Layout
16525 sd
16526 \end_layout
16527
16528 \end_inset
16529 </cell>
16530 <cell alignment="center" valignment="top" topline="true" usebox="none">
16531 \begin_inset Text
16532
16533 \begin_layout Plain Layout
16534
16535 \end_layout
16536
16537 \end_inset
16538 </cell>
16539 </row>
16540 <row topspace="default">
16541 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545
16546 \end_layout
16547
16548 \end_inset
16549 </cell>
16550 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16551 \begin_inset Text
16552
16553 \begin_layout Plain Layout
16554
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16560 \begin_inset Text
16561
16562 \begin_layout Plain Layout
16563 sd
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 </row>
16569 </lyxtabular>
16570
16571 \end_inset
16572
16573
16574 \end_layout
16575
16576 \end_inset
16577
16578
16579 \end_layout
16580
16581 \begin_layout Standard
16582 \begin_inset ERT
16583 status collapsed
16584
16585 \begin_layout Plain Layout
16586
16587
16588 \backslash
16589 renewcommand{
16590 \backslash
16591 hline}{
16592 \backslash
16593 myHlineC}
16594 \end_layout
16595
16596 \end_inset
16597
16598
16599 \end_layout
16600
16601 \begin_layout Standard
16602 \begin_inset ERT
16603 status collapsed
16604
16605 \begin_layout Plain Layout
16606
16607
16608 \backslash
16609 setlength{
16610 \backslash
16611 arrayrulewidth}{0.4pt}
16612 \end_layout
16613
16614 \end_inset
16615
16616
16617 \end_layout
16618
16619 \begin_layout Section
16620 Table Customization
16621 \begin_inset Index idx
16622 status collapsed
16623
16624 \begin_layout Plain Layout
16625 Table Customization
16626 \end_layout
16627
16628 \end_inset
16629
16630
16631 \begin_inset Index idx
16632 status collapsed
16633
16634 \begin_layout Plain Layout
16635 Table ! Customization
16636 \end_layout
16637
16638 \end_inset
16639
16640
16641 \end_layout
16642
16643 \begin_layout Subsection
16644 Row Spacing
16645 \begin_inset CommandInset label
16646 LatexCommand label
16647 name "sub:Row-Spacing"
16648
16649 \end_inset
16650
16651
16652 \begin_inset Index idx
16653 status collapsed
16654
16655 \begin_layout Plain Layout
16656 Table Customization ! Row Spacing
16657 \end_layout
16658
16659 \end_inset
16660
16661
16662 \end_layout
16663
16664 \begin_layout Standard
16665 You can add vertical space to table rows in the 
16666 \family sans
16667 Borders
16668 \family default
16669  tab of the table dialog.
16670  You find there three possibilities:
16671 \end_layout
16672
16673 \begin_layout Description
16674 Top
16675 \begin_inset space ~
16676 \end_inset
16677
16678 of
16679 \begin_inset space ~
16680 \end_inset
16681
16682 row will add space above the characters of the table row.
16683  If the table is a formal table
16684 \begin_inset Foot
16685 status collapsed
16686
16687 \begin_layout Plain Layout
16688 Formal tables are explained in section
16689 \begin_inset space ~
16690 \end_inset
16691
16692
16693 \begin_inset CommandInset ref
16694 LatexCommand ref
16695 reference "sec:Formal-Tables"
16696
16697 \end_inset
16698
16699 .
16700 \end_layout
16701
16702 \end_inset
16703
16704  LyX will insert as default 0.5
16705 \begin_inset space \thinspace{}
16706 \end_inset
16707
16708 em space.
16709  For normal tables the inserted space will unfortunately destroy the vertical
16710  table lines as in the following table:
16711 \begin_inset VSpace medskip
16712 \end_inset
16713
16714
16715 \begin_inset Newline newline
16716 \end_inset
16717
16718
16719 \begin_inset space \hspace*{}
16720 \length 0pt
16721 \end_inset
16722
16723
16724 \begin_inset space \hfill{}
16725 \end_inset
16726
16727
16728 \begin_inset Tabular
16729 <lyxtabular version="3" rows="3" columns="1">
16730 <features tabularvalignment="middle">
16731 <column alignment="center" valignment="top" width="0">
16732 <row>
16733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16734 \begin_inset Text
16735
16736 \begin_layout Plain Layout
16737 A
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 </row>
16743 <row topspace="3mm">
16744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748 3
16749 \begin_inset space \thinspace{}
16750 \end_inset
16751
16752 mm space top of row
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 </row>
16758 <row>
16759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16760 \begin_inset Text
16761
16762 \begin_layout Plain Layout
16763 C
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 </row>
16769 </lyxtabular>
16770
16771 \end_inset
16772
16773
16774 \begin_inset space \hfill{}
16775 \end_inset
16776
16777
16778 \begin_inset space \hspace*{}
16779 \length 0pt
16780 \end_inset
16781
16782
16783 \begin_inset VSpace medskip
16784 \end_inset
16785
16786
16787 \begin_inset Newline newline
16788 \end_inset
16789
16790 So inserting space in the top of row for normal tables is only useful when
16791  you don't have vertical lines.
16792 \end_layout
16793
16794 \begin_layout Description
16795 Bottom
16796 \begin_inset space ~
16797 \end_inset
16798
16799 of
16800 \begin_inset space ~
16801 \end_inset
16802
16803 row will add space below the characters of the table row.
16804  If the table is a formal table LyX will insert as default 0.5
16805 \begin_inset space \thinspace{}
16806 \end_inset
16807
16808 em space, for normal tables the default size is 2
16809 \begin_inset space \thinspace{}
16810 \end_inset
16811
16812 pt.
16813 \end_layout
16814
16815 \begin_layout Description
16816 Between
16817 \begin_inset space ~
16818 \end_inset
16819
16820 rows adds space between the current and the following row.
16821  If the table is a formal table LyX will insert as default 0.5
16822 \begin_inset space \thinspace{}
16823 \end_inset
16824
16825 em space.
16826  For normal tables the inserted space will unfortunately destroy the vertical
16827  table lines as in the following table:
16828 \begin_inset VSpace medskip
16829 \end_inset
16830
16831
16832 \begin_inset Newline newline
16833 \end_inset
16834
16835
16836 \begin_inset space \hspace*{}
16837 \length 0pt
16838 \end_inset
16839
16840
16841 \begin_inset space \hfill{}
16842 \end_inset
16843
16844
16845 \begin_inset Tabular
16846 <lyxtabular version="3" rows="3" columns="1">
16847 <features tabularvalignment="middle">
16848 <column alignment="center" valignment="top" width="0">
16849 <row>
16850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16851 \begin_inset Text
16852
16853 \begin_layout Plain Layout
16854 A
16855 \end_layout
16856
16857 \end_inset
16858 </cell>
16859 </row>
16860 <row interlinespace="3mm">
16861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16862 \begin_inset Text
16863
16864 \begin_layout Plain Layout
16865 \begin_inset Formula $\downarrow$
16866 \end_inset
16867
16868  3
16869 \begin_inset space \thinspace{}
16870 \end_inset
16871
16872 mm space between row 
16873 \begin_inset Formula $\downarrow$
16874 \end_inset
16875
16876
16877 \end_layout
16878
16879 \end_inset
16880 </cell>
16881 </row>
16882 <row>
16883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16884 \begin_inset Text
16885
16886 \begin_layout Plain Layout
16887 \begin_inset Formula $\uparrow$
16888 \end_inset
16889
16890  3
16891 \begin_inset space \thinspace{}
16892 \end_inset
16893
16894 mm space between row 
16895 \begin_inset Formula $\uparrow$
16896 \end_inset
16897
16898
16899 \end_layout
16900
16901 \end_inset
16902 </cell>
16903 </row>
16904 </lyxtabular>
16905
16906 \end_inset
16907
16908
16909 \begin_inset space \hfill{}
16910 \end_inset
16911
16912
16913 \begin_inset space \hspace*{}
16914 \length 0pt
16915 \end_inset
16916
16917
16918 \begin_inset VSpace medskip
16919 \end_inset
16920
16921
16922 \begin_inset Newline newline
16923 \end_inset
16924
16925 So inserting space between rows for normal tables is only useful when you
16926  don't have vertical lines.
16927 \end_layout
16928
16929 \begin_layout Standard
16930 \begin_inset VSpace bigskip
16931 \end_inset
16932
16933 When you want to add extra height to all cells of all tables, you can do
16934  this with the following preamble lines:
16935 \end_layout
16936
16937 \begin_layout Standard
16938
16939 \series bold
16940
16941 \backslash
16942 @ifundefined{extrarowheight}
16943 \begin_inset Newline newline
16944 \end_inset
16945
16946
16947 \begin_inset Phantom HPhantom
16948 status open
16949
16950 \begin_layout Plain Layout
16951
16952 \series bold
16953 \begin_inset space ~
16954 \end_inset
16955
16956
16957 \end_layout
16958
16959 \end_inset
16960
16961 {
16962 \backslash
16963 usepackage{array}}{}
16964 \begin_inset Newline newline
16965 \end_inset
16966
16967
16968 \backslash
16969 setlength{
16970 \backslash
16971 extrarowheight}{height}
16972 \end_layout
16973
16974 \begin_layout Standard
16975 But this has the disadvantage that the cell texts are no longer exactly
16976  vertically centered.
16977  (The package 
16978 \series bold
16979 array
16980 \series default
16981  will be loaded automatically by LyX when you use self defined table formats.
16982  To avoid that it being loaded twice the command 
16983 \series bold
16984
16985 \backslash
16986 @ifundefined
16987 \series default
16988  is used in the above command.)
16989 \end_layout
16990
16991 \begin_layout Standard
16992 If you are using font sizes larger than the normal size, the table borders
16993  are often too close to the letters.
16994  This can be corrected by inserting the command 
16995 \series bold
16996
16997 \backslash
16998 strut
16999 \series default
17000  in TeX code at the beginning of a table row.
17001  Table
17002 \begin_inset space ~
17003 \end_inset
17004
17005
17006 \begin_inset CommandInset ref
17007 LatexCommand ref
17008 reference "tab:Vertical-alignment-of"
17009
17010 \end_inset
17011
17012  illustrates the effect.
17013 \end_layout
17014
17015 \begin_layout Standard
17016 \noindent
17017 \begin_inset Float table
17018 placement h
17019 wide false
17020 sideways false
17021 status open
17022
17023 \begin_layout Plain Layout
17024 \begin_inset Caption
17025
17026 \begin_layout Plain Layout
17027 \begin_inset CommandInset label
17028 LatexCommand label
17029 name "tab:Vertical-alignment-of"
17030
17031 \end_inset
17032
17033 Vertical alignment of text with large font sizes.
17034 \end_layout
17035
17036 \end_inset
17037
17038
17039 \end_layout
17040
17041 \begin_layout Plain Layout
17042 \begin_inset space \hfill{}
17043 \end_inset
17044
17045
17046 \begin_inset Float table
17047 wide false
17048 sideways false
17049 status collapsed
17050
17051 \begin_layout Plain Layout
17052 \begin_inset Caption
17053
17054 \begin_layout Plain Layout
17055 Normal table.
17056 \end_layout
17057
17058 \end_inset
17059
17060
17061 \end_layout
17062
17063 \begin_layout Plain Layout
17064 \noindent
17065 \align center
17066 \begin_inset Tabular
17067 <lyxtabular version="3" rows="6" columns="1">
17068 <features tabularvalignment="middle">
17069 <column alignment="left" valignment="top" width="0">
17070 <row>
17071 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17072 \begin_inset Text
17073
17074 \begin_layout Plain Layout
17075 Normal, g
17076 \end_layout
17077
17078 \end_inset
17079 </cell>
17080 </row>
17081 <row>
17082 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17083 \begin_inset Text
17084
17085 \begin_layout Plain Layout
17086
17087 \size large
17088 Large
17089 \end_layout
17090
17091 \end_inset
17092 </cell>
17093 </row>
17094 <row>
17095 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17096 \begin_inset Text
17097
17098 \begin_layout Plain Layout
17099
17100 \size larger
17101 Larger
17102 \end_layout
17103
17104 \end_inset
17105 </cell>
17106 </row>
17107 <row>
17108 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17109 \begin_inset Text
17110
17111 \begin_layout Plain Layout
17112
17113 \size largest
17114 Largest
17115 \end_layout
17116
17117 \end_inset
17118 </cell>
17119 </row>
17120 <row>
17121 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17122 \begin_inset Text
17123
17124 \begin_layout Plain Layout
17125
17126 \size huge
17127 Huge
17128 \end_layout
17129
17130 \end_inset
17131 </cell>
17132 </row>
17133 <row>
17134 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138
17139 \size huge
17140 Huger
17141 \end_layout
17142
17143 \end_inset
17144 </cell>
17145 </row>
17146 </lyxtabular>
17147
17148 \end_inset
17149
17150
17151 \end_layout
17152
17153 \end_inset
17154
17155
17156 \begin_inset space \hfill{}
17157 \end_inset
17158
17159
17160 \begin_inset Float table
17161 wide false
17162 sideways false
17163 status collapsed
17164
17165 \begin_layout Plain Layout
17166 \begin_inset Caption
17167
17168 \begin_layout Plain Layout
17169 Table using the command 
17170 \series bold
17171
17172 \backslash
17173 strut
17174 \series default
17175 .
17176 \end_layout
17177
17178 \end_inset
17179
17180
17181 \end_layout
17182
17183 \begin_layout Plain Layout
17184 \noindent
17185 \align center
17186 \begin_inset Tabular
17187 <lyxtabular version="3" rows="6" columns="1">
17188 <features tabularvalignment="middle">
17189 <column alignment="left" valignment="top" width="0">
17190 <row>
17191 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195 Normal, g
17196 \end_layout
17197
17198 \end_inset
17199 </cell>
17200 </row>
17201 <row>
17202 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206
17207 \size large
17208 \begin_inset ERT
17209 status collapsed
17210
17211 \begin_layout Plain Layout
17212
17213
17214 \backslash
17215 strut 
17216 \end_layout
17217
17218 \end_inset
17219
17220 Large
17221 \end_layout
17222
17223 \end_inset
17224 </cell>
17225 </row>
17226 <row>
17227 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231
17232 \size larger
17233 \begin_inset ERT
17234 status collapsed
17235
17236 \begin_layout Plain Layout
17237
17238
17239 \backslash
17240 strut 
17241 \end_layout
17242
17243 \end_inset
17244
17245 Larger
17246 \end_layout
17247
17248 \end_inset
17249 </cell>
17250 </row>
17251 <row>
17252 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17253 \begin_inset Text
17254
17255 \begin_layout Plain Layout
17256
17257 \size largest
17258 \begin_inset ERT
17259 status collapsed
17260
17261 \begin_layout Plain Layout
17262
17263
17264 \backslash
17265 strut 
17266 \end_layout
17267
17268 \end_inset
17269
17270 Largest
17271 \end_layout
17272
17273 \end_inset
17274 </cell>
17275 </row>
17276 <row>
17277 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17278 \begin_inset Text
17279
17280 \begin_layout Plain Layout
17281
17282 \size huge
17283 \begin_inset ERT
17284 status collapsed
17285
17286 \begin_layout Plain Layout
17287
17288
17289 \backslash
17290 strut 
17291 \end_layout
17292
17293 \end_inset
17294
17295 Huge
17296 \end_layout
17297
17298 \end_inset
17299 </cell>
17300 </row>
17301 <row>
17302 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17303 \begin_inset Text
17304
17305 \begin_layout Plain Layout
17306
17307 \size giant
17308 \begin_inset ERT
17309 status collapsed
17310
17311 \begin_layout Plain Layout
17312
17313
17314 \backslash
17315 strut 
17316 \end_layout
17317
17318 \end_inset
17319
17320
17321 \size huge
17322 Huger
17323 \end_layout
17324
17325 \end_inset
17326 </cell>
17327 </row>
17328 </lyxtabular>
17329
17330 \end_inset
17331
17332
17333 \end_layout
17334
17335 \end_inset
17336
17337
17338 \begin_inset space \hfill{}
17339 \end_inset
17340
17341
17342 \end_layout
17343
17344 \end_inset
17345
17346
17347 \end_layout
17348
17349 \begin_layout Subsection
17350 Special Cell Alignment
17351 \begin_inset CommandInset label
17352 LatexCommand label
17353 name "sub:Special-Cell-Alignment"
17354
17355 \end_inset
17356
17357
17358 \begin_inset Index idx
17359 status collapsed
17360
17361 \begin_layout Plain Layout
17362 Table Customization ! Special Cell Alignment
17363 \end_layout
17364
17365 \end_inset
17366
17367
17368 \end_layout
17369
17370 \begin_layout Standard
17371 Sometimes it looks better when the cell entries of a column are aligned
17372  with a special character, e.
17373 \begin_inset space \thinspace{}
17374 \end_inset
17375
17376 g.
17377 \begin_inset space \space{}
17378 \end_inset
17379
17380 with the decimal separator as in Table
17381 \begin_inset space ~
17382 \end_inset
17383
17384
17385 \begin_inset CommandInset ref
17386 LatexCommand ref
17387 reference "tab:Table-cells-align"
17388
17389 \end_inset
17390
17391 .
17392  This alignment is achieved by setting the cursor into the column and then
17393  either pressing the toolbar button 
17394 \begin_inset Graphics
17395         filename ../images/tabular-feature_align-decimal.png
17396         scale 85
17397         scaleBeforeRotation
17398
17399 \end_inset
17400
17401  or setting the alignment in the table settings to 
17402 \family sans
17403 At
17404 \begin_inset space ~
17405 \end_inset
17406
17407 Decimal
17408 \begin_inset space ~
17409 \end_inset
17410
17411 Separator
17412 \family default
17413 .
17414  The alignment character can be a character of your choice and is specified
17415  in the table settings.
17416 \end_layout
17417
17418 \begin_layout Standard
17419 \begin_inset Float table
17420 placement h
17421 wide false
17422 sideways false
17423 status open
17424
17425 \begin_layout Plain Layout
17426 \begin_inset Caption
17427
17428 \begin_layout Plain Layout
17429 \begin_inset CommandInset label
17430 LatexCommand label
17431 name "tab:Table-cells-align"
17432
17433 \end_inset
17434
17435 Table cells of a column aligned with the decimal separator.
17436 \end_layout
17437
17438 \end_inset
17439
17440
17441 \end_layout
17442
17443 \begin_layout Plain Layout
17444 \align center
17445 \begin_inset Tabular
17446 <lyxtabular version="3" rows="4" columns="1">
17447 <features booktabs="true" tabularvalignment="middle">
17448 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
17449 <row>
17450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17451 \begin_inset Text
17452
17453 \begin_layout Plain Layout
17454 heading
17455 \end_layout
17456
17457 \end_inset
17458 </cell>
17459 </row>
17460 <row>
17461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17462 \begin_inset Text
17463
17464 \begin_layout Plain Layout
17465 12.6
17466 \end_layout
17467
17468 \end_inset
17469 </cell>
17470 </row>
17471 <row>
17472 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17473 \begin_inset Text
17474
17475 \begin_layout Plain Layout
17476 0.68
17477 \end_layout
17478
17479 \end_inset
17480 </cell>
17481 </row>
17482 <row>
17483 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17484 \begin_inset Text
17485
17486 \begin_layout Plain Layout
17487 -123.0
17488 \end_layout
17489
17490 \end_inset
17491 </cell>
17492 </row>
17493 </lyxtabular>
17494
17495 \end_inset
17496
17497
17498 \end_layout
17499
17500 \end_inset
17501
17502
17503 \end_layout
17504
17505 \begin_layout Standard
17506 \begin_inset Float table
17507 placement h
17508 wide false
17509 sideways false
17510 status open
17511
17512 \begin_layout Plain Layout
17513 \begin_inset Caption
17514
17515 \begin_layout Plain Layout
17516 \begin_inset CommandInset label
17517 LatexCommand label
17518 name "tab:Table-align-operator"
17519
17520 \end_inset
17521
17522 Table cells of a column aligned with the operators.
17523 \end_layout
17524
17525 \end_inset
17526
17527
17528 \end_layout
17529
17530 \begin_layout Plain Layout
17531 \align center
17532 \begin_inset Tabular
17533 <lyxtabular version="3" rows="4" columns="2">
17534 <features booktabs="true" tabularvalignment="middle">
17535 <column alignment="right" valignment="top" width="0pt">
17536 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17537 <row>
17538 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout Plain Layout
17542 heading
17543 \end_layout
17544
17545 \end_inset
17546 </cell>
17547 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17548 \begin_inset Text
17549
17550 \begin_layout Plain Layout
17551
17552 \end_layout
17553
17554 \end_inset
17555 </cell>
17556 </row>
17557 <row>
17558 <cell alignment="center" valignment="top" usebox="none">
17559 \begin_inset Text
17560
17561 \begin_layout Plain Layout
17562 \begin_inset Formula $12\,+$
17563 \end_inset
17564
17565
17566 \end_layout
17567
17568 \end_inset
17569 </cell>
17570 <cell alignment="center" valignment="top" usebox="none">
17571 \begin_inset Text
17572
17573 \begin_layout Plain Layout
17574 \begin_inset Formula $\,6$
17575 \end_inset
17576
17577
17578 \end_layout
17579
17580 \end_inset
17581 </cell>
17582 </row>
17583 <row>
17584 <cell alignment="center" valignment="top" usebox="none">
17585 \begin_inset Text
17586
17587 \begin_layout Plain Layout
17588 \begin_inset Formula $0\,-$
17589 \end_inset
17590
17591
17592 \end_layout
17593
17594 \end_inset
17595 </cell>
17596 <cell alignment="center" valignment="top" usebox="none">
17597 \begin_inset Text
17598
17599 \begin_layout Plain Layout
17600 \begin_inset Formula $\,68$
17601 \end_inset
17602
17603
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 \begin_inset Formula $-123\,/$
17615 \end_inset
17616
17617
17618 \end_layout
17619
17620 \end_inset
17621 </cell>
17622 <cell alignment="center" valignment="top" usebox="none">
17623 \begin_inset Text
17624
17625 \begin_layout Plain Layout
17626 \begin_inset Formula $\,0$
17627 \end_inset
17628
17629
17630 \end_layout
17631
17632 \end_inset
17633 </cell>
17634 </row>
17635 </lyxtabular>
17636
17637 \end_inset
17638
17639
17640 \end_layout
17641
17642 \end_inset
17643
17644
17645 \end_layout
17646
17647 \begin_layout Standard
17648 For alignments at characters in formulas this method does not work because
17649  the field to specify the alignment character does not allow formulas.
17650  In this case one need to use the method from Table
17651 \begin_inset space ~
17652 \end_inset
17653
17654
17655 \begin_inset CommandInset ref
17656 LatexCommand ref
17657 reference "tab:Table-align-operator"
17658
17659 \end_inset
17660
17661 .
17662  This table was created with a 4×2 table.
17663  The heading is a centered multicolumn.
17664  The first column is right-aligned and contains the first part including
17665  the operator.
17666  The second column is left aligned and contains the rest.
17667  A small space was added at the beginning of each cell of the second column
17668  to get the space that is usually around operators.
17669  To omit the space that is normally between two table columns, the following
17670  LaTeX-argument was used for the second column:
17671 \end_layout
17672
17673 \begin_layout Standard
17674
17675 \series bold
17676 @{}l
17677 \end_layout
17678
17679 \begin_layout Standard
17680 Table
17681 \begin_inset space ~
17682 \end_inset
17683
17684
17685 \begin_inset CommandInset ref
17686 LatexCommand ref
17687 reference "tab:Several-table-cell"
17688
17689 \end_inset
17690
17691  shows some example alignments.
17692  For the alignment with the relation sign, a small space was added like
17693  for the second column of Table
17694 \begin_inset space ~
17695 \end_inset
17696
17697
17698 \begin_inset CommandInset ref
17699 LatexCommand ref
17700 reference "tab:Table-align-operator"
17701
17702 \end_inset
17703
17704 .
17705 \end_layout
17706
17707 \begin_layout Standard
17708 \begin_inset Float table
17709 placement h
17710 wide false
17711 sideways false
17712 status open
17713
17714 \begin_layout Plain Layout
17715 \begin_inset Caption
17716
17717 \begin_layout Plain Layout
17718 \begin_inset CommandInset label
17719 LatexCommand label
17720 name "tab:Several-table-cell"
17721
17722 \end_inset
17723
17724 Several table cell alignments.
17725 \end_layout
17726
17727 \end_inset
17728
17729
17730 \end_layout
17731
17732 \begin_layout Plain Layout
17733 \align center
17734 \begin_inset Tabular
17735 <lyxtabular version="3" rows="4" columns="6">
17736 <features tabularvalignment="middle">
17737 <column alignment="right" valignment="top" width="0">
17738 <column alignment="left" valignment="top" width="0" special="@{}l">
17739 <column alignment="right" valignment="top" width="0">
17740 <column alignment="left" valignment="top" width="0" special="@{}l">
17741 <column alignment="right" valignment="top" width="0">
17742 <column alignment="left" valignment="top" width="0" special="@{}l">
17743 <row>
17744 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17745 \begin_inset Text
17746
17747 \begin_layout Plain Layout
17748 units
17749 \end_layout
17750
17751 \end_inset
17752 </cell>
17753 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17754 \begin_inset Text
17755
17756 \begin_layout Plain Layout
17757
17758 \end_layout
17759
17760 \end_inset
17761 </cell>
17762 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17763 \begin_inset Text
17764
17765 \begin_layout Plain Layout
17766 exponents
17767 \end_layout
17768
17769 \end_inset
17770 </cell>
17771 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17772 \begin_inset Text
17773
17774 \begin_layout Plain Layout
17775
17776 \end_layout
17777
17778 \end_inset
17779 </cell>
17780 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17781 \begin_inset Text
17782
17783 \begin_layout Plain Layout
17784 relations
17785 \end_layout
17786
17787 \end_inset
17788 </cell>
17789 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17790 \begin_inset Text
17791
17792 \begin_layout Plain Layout
17793
17794 \end_layout
17795
17796 \end_inset
17797 </cell>
17798 </row>
17799 <row>
17800 <cell alignment="center" valignment="top" usebox="none">
17801 \begin_inset Text
17802
17803 \begin_layout Plain Layout
17804 12×
17805 \end_layout
17806
17807 \end_inset
17808 </cell>
17809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17810 \begin_inset Text
17811
17812 \begin_layout Plain Layout
17813 24
17814 \begin_inset space \thinspace{}
17815 \end_inset
17816
17817 bottles
17818 \end_layout
17819
17820 \end_inset
17821 </cell>
17822 <cell alignment="center" valignment="top" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Plain Layout
17826 \begin_inset Formula $10\cdot$
17827 \end_inset
17828
17829
17830 \end_layout
17831
17832 \end_inset
17833 </cell>
17834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17835 \begin_inset Text
17836
17837 \begin_layout Plain Layout
17838 \begin_inset Formula $10^{\mbox{-}17}$
17839 \end_inset
17840
17841
17842 \end_layout
17843
17844 \end_inset
17845 </cell>
17846 <cell alignment="center" valignment="top" usebox="none">
17847 \begin_inset Text
17848
17849 \begin_layout Plain Layout
17850 \begin_inset Formula $\Gamma(t)\propto$
17851 \end_inset
17852
17853
17854 \end_layout
17855
17856 \end_inset
17857 </cell>
17858 <cell alignment="center" valignment="top" usebox="none">
17859 \begin_inset Text
17860
17861 \begin_layout Plain Layout
17862 \begin_inset Formula $\:\Upsilon(t)$
17863 \end_inset
17864
17865
17866 \end_layout
17867
17868 \end_inset
17869 </cell>
17870 </row>
17871 <row>
17872 <cell alignment="center" valignment="top" usebox="none">
17873 \begin_inset Text
17874
17875 \begin_layout Plain Layout
17876 1024×
17877 \end_layout
17878
17879 \end_inset
17880 </cell>
17881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17882 \begin_inset Text
17883
17884 \begin_layout Plain Layout
17885 768
17886 \begin_inset space \thinspace{}
17887 \end_inset
17888
17889 Pixels
17890 \end_layout
17891
17892 \end_inset
17893 </cell>
17894 <cell alignment="center" valignment="top" usebox="none">
17895 \begin_inset Text
17896
17897 \begin_layout Plain Layout
17898 \begin_inset Formula $5.78\cdot$
17899 \end_inset
17900
17901
17902 \end_layout
17903
17904 \end_inset
17905 </cell>
17906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17907 \begin_inset Text
17908
17909 \begin_layout Plain Layout
17910 \begin_inset Formula $10^{7}$
17911 \end_inset
17912
17913
17914 \end_layout
17915
17916 \end_inset
17917 </cell>
17918 <cell alignment="center" valignment="top" usebox="none">
17919 \begin_inset Text
17920
17921 \begin_layout Plain Layout
17922 \begin_inset Formula $A\ne$
17923 \end_inset
17924
17925
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 <cell alignment="center" valignment="top" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934 \begin_inset Formula $\: B_{\mathrm{red}}$
17935 \end_inset
17936
17937
17938 \end_layout
17939
17940 \end_inset
17941 </cell>
17942 </row>
17943 <row>
17944 <cell alignment="center" valignment="top" usebox="none">
17945 \begin_inset Text
17946
17947 \begin_layout Plain Layout
17948 32×
17949 \end_layout
17950
17951 \end_inset
17952 </cell>
17953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17954 \begin_inset Text
17955
17956 \begin_layout Plain Layout
17957 6
17958 \begin_inset space \thinspace{}
17959 \end_inset
17960
17961 cm
17962 \end_layout
17963
17964 \end_inset
17965 </cell>
17966 <cell alignment="center" valignment="top" usebox="none">
17967 \begin_inset Text
17968
17969 \begin_layout Plain Layout
17970 -
17971 \begin_inset Formula $33.5\cdot$
17972 \end_inset
17973
17974
17975 \end_layout
17976
17977 \end_inset
17978 </cell>
17979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17980 \begin_inset Text
17981
17982 \begin_layout Plain Layout
17983 \begin_inset Formula $10^{4}$
17984 \end_inset
17985
17986
17987 \end_layout
17988
17989 \end_inset
17990 </cell>
17991 <cell alignment="center" valignment="top" usebox="none">
17992 \begin_inset Text
17993
17994 \begin_layout Plain Layout
17995 \begin_inset Formula $\sin(\alpha)\ge$
17996 \end_inset
17997
17998
17999 \end_layout
18000
18001 \end_inset
18002 </cell>
18003 <cell alignment="center" valignment="top" usebox="none">
18004 \begin_inset Text
18005
18006 \begin_layout Plain Layout
18007 \begin_inset Formula $\:\sin(\beta)$
18008 \end_inset
18009
18010
18011 \end_layout
18012
18013 \end_inset
18014 </cell>
18015 </row>
18016 </lyxtabular>
18017
18018 \end_inset
18019
18020
18021 \end_layout
18022
18023 \end_inset
18024
18025
18026 \end_layout
18027
18028 \begin_layout Subsection
18029 Customized Cell/Column Format
18030 \begin_inset CommandInset label
18031 LatexCommand label
18032 name "sub:Customized-Format"
18033
18034 \end_inset
18035
18036
18037 \begin_inset Index idx
18038 status collapsed
18039
18040 \begin_layout Plain Layout
18041 Table Customization ! Cell/Column Format
18042 \end_layout
18043
18044 \end_inset
18045
18046
18047 \end_layout
18048
18049 \begin_layout Standard
18050 Calculating the required width for spanned columns as in section
18051 \begin_inset space ~
18052 \end_inset
18053
18054
18055 \begin_inset CommandInset ref
18056 LatexCommand ref
18057 reference "sub:Multicolumn-Calculations"
18058
18059 \end_inset
18060
18061  is very annoying if you have several tables with multicolumn cells.
18062  To make life easier, you can define a cell/column format in the preamble,
18063  so that it can be used in all tables of the document.
18064  The format is defined with the command
18065 \end_layout
18066
18067 \begin_layout Standard
18068
18069 \series bold
18070
18071 \backslash
18072 newcolumntype{name of format}[number of arguments]{commands}
18073 \end_layout
18074
18075 \begin_layout Standard
18076 The format name may only consist of one letter.
18077  The letters 
18078 \emph on
18079 b
18080 \emph default
18081
18082 \emph on
18083 c
18084 \emph default
18085
18086 \emph on
18087 l
18088 \emph default
18089
18090 \emph on
18091 m
18092 \emph default
18093
18094 \emph on
18095 p
18096 \emph default
18097  and 
18098 \emph on
18099 r
18100 \emph default
18101  are predefined and cannot be used.
18102  But all letters are allowed as capitals.
18103 \end_layout
18104
18105 \begin_layout Standard
18106 \begin_inset VSpace medskip
18107 \end_inset
18108
18109
18110 \end_layout
18111
18112 \begin_layout Standard
18113 For vertically and horizontally centered multicolumn cells with a fixed
18114  width you can define the cell format
18115 \end_layout
18116
18117 \begin_layout Standard
18118
18119 \series bold
18120
18121 \backslash
18122 newcolumntype{M}[1]{>{
18123 \backslash
18124 centering
18125 \backslash
18126 hspace{0pt}}m{#1}}
18127 \end_layout
18128
18129 \begin_layout Standard
18130 where 
18131 \series bold
18132
18133 \backslash
18134 hspace{0pt}
18135 \series default
18136  avoids the problem of hyphenating the first word, as described in section
18137 \begin_inset space ~
18138 \end_inset
18139
18140
18141 \begin_inset CommandInset ref
18142 LatexCommand ref
18143 reference "sub:Multiple-Lines-in"
18144
18145 \end_inset
18146
18147 .
18148  Now you can simply enter
18149 \end_layout
18150
18151 \begin_layout Standard
18152
18153 \series bold
18154 M{width}
18155 \end_layout
18156
18157 \begin_layout Standard
18158 as LaTeX-argument in the table dialog to create a multicolumn.
18159 \end_layout
18160
18161 \begin_layout Standard
18162 \begin_inset VSpace bigskip
18163 \end_inset
18164
18165
18166 \end_layout
18167
18168 \begin_layout Standard
18169 For cells spanned by a multicolumn cell, you can define the format
18170 \end_layout
18171
18172 \begin_layout Standard
18173
18174 \series bold
18175
18176 \backslash
18177 newcolumntype{S}[2]{>{
18178 \backslash
18179 centering
18180 \backslash
18181 hspace{0pt}}
18182 \begin_inset Newline newline
18183 \end_inset
18184
18185
18186 \begin_inset Phantom HPhantom
18187 status open
18188
18189 \begin_layout Plain Layout
18190
18191 \series bold
18192
18193 \backslash
18194 newcolumntype
18195 \end_layout
18196
18197 \end_inset
18198
18199 m{(#1+(2
18200 \backslash
18201 tabcolsep+
18202 \backslash
18203 arrayrulewidth)*(1-#2))/#2}}
18204 \end_layout
18205
18206 \begin_layout Standard
18207 This format uses equation 
18208 \begin_inset CommandInset ref
18209 LatexCommand eqref
18210 reference "eq:Wgn"
18211
18212 \end_inset
18213
18214  to calculate the required width so that each spanned cell has the same
18215  width.
18216 \end_layout
18217
18218 \begin_layout Standard
18219 You can now enter
18220 \end_layout
18221
18222 \begin_layout Standard
18223
18224 \series bold
18225 S{width of multicolumn cell}{number of spanned columns}
18226 \end_layout
18227
18228 \begin_layout Standard
18229 as LaTeX-argument of the column.
18230 \end_layout
18231
18232 \begin_layout Standard
18233 \begin_inset VSpace bigskip
18234 \end_inset
18235
18236
18237 \end_layout
18238
18239 \begin_layout Standard
18240 For colored columns, you can define
18241 \end_layout
18242
18243 \begin_layout Standard
18244
18245 \series bold
18246
18247 \backslash
18248 newcolumntype{K}[1]{>{
18249 \backslash
18250 columncolor{#1}
18251 \backslash
18252 hspace{0pt}}c}
18253 \end_layout
18254
18255 \begin_layout Standard
18256 The 
18257 \begin_inset Quotes eld
18258 \end_inset
18259
18260 c
18261 \begin_inset Quotes erd
18262 \end_inset
18263
18264  at the end creates a column with a flexible width whose text is horizontally
18265  centered.
18266  You can now enter
18267 \end_layout
18268
18269 \begin_layout Standard
18270
18271 \series bold
18272 K{color name}
18273 \end_layout
18274
18275 \begin_layout Standard
18276 as LaTeX-argument.
18277 \end_layout
18278
18279 \begin_layout Standard
18280 \begin_inset VSpace bigskip
18281 \end_inset
18282
18283
18284 \end_layout
18285
18286 \begin_layout Standard
18287 To create Table
18288 \begin_inset space ~
18289 \end_inset
18290
18291
18292 \begin_inset CommandInset ref
18293 LatexCommand ref
18294 reference "tab:Table-using-user-defined"
18295
18296 \end_inset
18297
18298  use the LaTeX-arguments
18299 \end_layout
18300
18301 \begin_layout Standard
18302
18303 \series bold
18304 M{2.5cm}
18305 \end_layout
18306
18307 \begin_layout Standard
18308 for the first column and the multicolumn,
18309 \end_layout
18310
18311 \begin_layout Standard
18312
18313 \series bold
18314 K{red}
18315 \end_layout
18316
18317 \begin_layout Standard
18318 for the last column, and
18319 \end_layout
18320
18321 \begin_layout Standard
18322
18323 \series bold
18324 S{2.5cm}{2}
18325 \end_layout
18326
18327 \begin_layout Standard
18328 for the cells in the second column.
18329 \end_layout
18330
18331 \begin_layout Standard
18332 \begin_inset Float table
18333 placement h
18334 wide false
18335 sideways false
18336 status open
18337
18338 \begin_layout Plain Layout
18339 \begin_inset Caption
18340
18341 \begin_layout Plain Layout
18342 \begin_inset CommandInset label
18343 LatexCommand label
18344 name "tab:Table-using-user-defined"
18345
18346 \end_inset
18347
18348 Table using user-defined table formats
18349 \end_layout
18350
18351 \end_inset
18352
18353
18354 \end_layout
18355
18356 \begin_layout Plain Layout
18357 \align center
18358 \begin_inset Tabular
18359 <lyxtabular version="3" rows="3" columns="4">
18360 <features tabularvalignment="middle">
18361 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18362 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18363 <column alignment="center" valignment="middle" width="0">
18364 <column alignment="center" valignment="middle" width="0" special="K{red}">
18365 <row>
18366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18367 \begin_inset Text
18368
18369 \begin_layout Plain Layout
18370 verylongtablecellword
18371 \end_layout
18372
18373 \end_inset
18374 </cell>
18375 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18376 \begin_inset Text
18377
18378 \begin_layout Plain Layout
18379 multiple lines multicolumn
18380 \end_layout
18381
18382 \end_inset
18383 </cell>
18384 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18385 \begin_inset Text
18386
18387 \begin_layout Plain Layout
18388
18389 \end_layout
18390
18391 \end_inset
18392 </cell>
18393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18394 \begin_inset Text
18395
18396 \begin_layout Plain Layout
18397 c
18398 \end_layout
18399
18400 \end_inset
18401 </cell>
18402 </row>
18403 <row>
18404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18405 \begin_inset Text
18406
18407 \begin_layout Plain Layout
18408 d
18409 \end_layout
18410
18411 \end_inset
18412 </cell>
18413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18414 \begin_inset Text
18415
18416 \begin_layout Plain Layout
18417 e
18418 \end_layout
18419
18420 \end_inset
18421 </cell>
18422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18423 \begin_inset Text
18424
18425 \begin_layout Plain Layout
18426 f
18427 \end_layout
18428
18429 \end_inset
18430 </cell>
18431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18432 \begin_inset Text
18433
18434 \begin_layout Plain Layout
18435 g
18436 \end_layout
18437
18438 \end_inset
18439 </cell>
18440 </row>
18441 <row>
18442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18443 \begin_inset Text
18444
18445 \begin_layout Plain Layout
18446 h
18447 \end_layout
18448
18449 \end_inset
18450 </cell>
18451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18452 \begin_inset Text
18453
18454 \begin_layout Plain Layout
18455 i
18456 \end_layout
18457
18458 \end_inset
18459 </cell>
18460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18461 \begin_inset Text
18462
18463 \begin_layout Plain Layout
18464 j
18465 \end_layout
18466
18467 \end_inset
18468 </cell>
18469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18470 \begin_inset Text
18471
18472 \begin_layout Plain Layout
18473 k
18474 \end_layout
18475
18476 \end_inset
18477 </cell>
18478 </row>
18479 </lyxtabular>
18480
18481 \end_inset
18482
18483
18484 \end_layout
18485
18486 \end_inset
18487
18488
18489 \end_layout
18490
18491 \begin_layout Subsection
18492 Line Thickness
18493 \begin_inset CommandInset label
18494 LatexCommand label
18495 name "sub:Line-Thickness"
18496
18497 \end_inset
18498
18499
18500 \begin_inset Index idx
18501 status collapsed
18502
18503 \begin_layout Plain Layout
18504 Table Customization ! Line Thickness
18505 \end_layout
18506
18507 \end_inset
18508
18509
18510 \end_layout
18511
18512 \begin_layout Standard
18513 The line thickness for all lines in a table can be adjusted with the length
18514  
18515 \series bold
18516
18517 \backslash
18518 arrayrulewidth
18519 \series default
18520 .
18521  To set for example a line thickness of 1.5
18522 \begin_inset space \thinspace{}
18523 \end_inset
18524
18525 pt, as in Table
18526 \begin_inset space ~
18527 \end_inset
18528
18529
18530 \begin_inset CommandInset ref
18531 LatexCommand ref
18532 reference "tab:Table-with-1.5"
18533
18534 \end_inset
18535
18536 , insert the command
18537 \end_layout
18538
18539 \begin_layout Standard
18540
18541 \series bold
18542
18543 \backslash
18544 setlength{
18545 \backslash
18546 arrayrulewidth}{1.5pt}
18547 \end_layout
18548
18549 \begin_layout Standard
18550 in TeX-Code before the table or table float.
18551  The changed thickness is valid for all subsequent tables.
18552  To use the default value again, set 
18553 \series bold
18554
18555 \backslash
18556 arrayrulewidth
18557 \series default
18558  to 0.4
18559 \begin_inset space \thinspace{}
18560 \end_inset
18561
18562 pt in TeX-Code after the table or table float.
18563 \end_layout
18564
18565 \begin_layout Standard
18566 \begin_inset ERT
18567 status collapsed
18568
18569 \begin_layout Plain Layout
18570
18571
18572 \backslash
18573 setlength{
18574 \backslash
18575 arrayrulewidth}{1.5pt}
18576 \end_layout
18577
18578 \end_inset
18579
18580
18581 \begin_inset Float table
18582 wide false
18583 sideways false
18584 status open
18585
18586 \begin_layout Plain Layout
18587 \begin_inset Caption
18588
18589 \begin_layout Plain Layout
18590 \begin_inset CommandInset label
18591 LatexCommand label
18592 name "tab:Table-with-1.5"
18593
18594 \end_inset
18595
18596 Table with 1.5
18597 \begin_inset space \thinspace{}
18598 \end_inset
18599
18600 pt thick lines
18601 \end_layout
18602
18603 \end_inset
18604
18605
18606 \end_layout
18607
18608 \begin_layout Plain Layout
18609 \align center
18610 \begin_inset Tabular
18611 <lyxtabular version="3" rows="3" columns="3">
18612 <features tabularvalignment="middle">
18613 <column alignment="center" valignment="top" width="0">
18614 <column alignment="center" valignment="top" width="0">
18615 <column alignment="center" valignment="top" width="0">
18616 <row>
18617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18618 \begin_inset Text
18619
18620 \begin_layout Plain Layout
18621 sd
18622 \end_layout
18623
18624 \end_inset
18625 </cell>
18626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18627 \begin_inset Text
18628
18629 \begin_layout Plain Layout
18630
18631 \end_layout
18632
18633 \end_inset
18634 </cell>
18635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18636 \begin_inset Text
18637
18638 \begin_layout Plain Layout
18639
18640 \end_layout
18641
18642 \end_inset
18643 </cell>
18644 </row>
18645 <row>
18646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18647 \begin_inset Text
18648
18649 \begin_layout Plain Layout
18650
18651 \end_layout
18652
18653 \end_inset
18654 </cell>
18655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18656 \begin_inset Text
18657
18658 \begin_layout Plain Layout
18659 sd
18660 \end_layout
18661
18662 \end_inset
18663 </cell>
18664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18665 \begin_inset Text
18666
18667 \begin_layout Plain Layout
18668
18669 \end_layout
18670
18671 \end_inset
18672 </cell>
18673 </row>
18674 <row>
18675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18676 \begin_inset Text
18677
18678 \begin_layout Plain Layout
18679
18680 \end_layout
18681
18682 \end_inset
18683 </cell>
18684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18685 \begin_inset Text
18686
18687 \begin_layout Plain Layout
18688
18689 \end_layout
18690
18691 \end_inset
18692 </cell>
18693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18694 \begin_inset Text
18695
18696 \begin_layout Plain Layout
18697 sd
18698 \end_layout
18699
18700 \end_inset
18701 </cell>
18702 </row>
18703 </lyxtabular>
18704
18705 \end_inset
18706
18707
18708 \end_layout
18709
18710 \end_inset
18711
18712
18713 \begin_inset ERT
18714 status collapsed
18715
18716 \begin_layout Plain Layout
18717
18718
18719 \backslash
18720 setlength{
18721 \backslash
18722 arrayrulewidth}{0.4pt}
18723 \end_layout
18724
18725 \end_inset
18726
18727
18728 \end_layout
18729
18730 \begin_layout Standard
18731 \begin_inset VSpace bigskip
18732 \end_inset
18733
18734 To set the line thickness to 1.5
18735 \begin_inset space \thinspace{}
18736 \end_inset
18737
18738 pt only for horizontal lines, as in Table
18739 \begin_inset space ~
18740 \end_inset
18741
18742
18743 \begin_inset CommandInset ref
18744 LatexCommand ref
18745 reference "tab:Table-with-horizontal"
18746
18747 \end_inset
18748
18749 , insert these commands in TeX-Code before the table or table float:
18750 \end_layout
18751
18752 \begin_layout Standard
18753
18754 \series bold
18755
18756 \backslash
18757 let
18758 \backslash
18759 myHline
18760 \backslash
18761 hline
18762 \begin_inset Newline newline
18763 \end_inset
18764
18765
18766 \backslash
18767 renewcommand{
18768 \backslash
18769 hline}
18770 \begin_inset Newline newline
18771 \end_inset
18772
18773  {
18774 \backslash
18775 noalign{
18776 \backslash
18777 global
18778 \backslash
18779 arrayrulewidth 1.5pt}
18780 \begin_inset Newline newline
18781 \end_inset
18782
18783  
18784 \backslash
18785 myHline
18786 \backslash
18787 noalign{
18788 \backslash
18789 global
18790 \backslash
18791 arrayrulewidth 0.4pt}}
18792 \end_layout
18793
18794 \begin_layout Standard
18795 To return to the default line thickness, insert this command in TeX-Code
18796  after the table or table float:
18797 \end_layout
18798
18799 \begin_layout Standard
18800
18801 \series bold
18802
18803 \backslash
18804 renewcommand{
18805 \backslash
18806 hline}{
18807 \backslash
18808 myHline}
18809 \end_layout
18810
18811 \begin_layout Standard
18812 \begin_inset ERT
18813 status collapsed
18814
18815 \begin_layout Plain Layout
18816
18817
18818 \backslash
18819 let
18820 \backslash
18821 myHline
18822 \backslash
18823 hline
18824 \end_layout
18825
18826 \begin_layout Plain Layout
18827
18828
18829 \backslash
18830 renewcommand{
18831 \backslash
18832 hline}
18833 \end_layout
18834
18835 \begin_layout Plain Layout
18836
18837  {
18838 \backslash
18839 noalign{
18840 \backslash
18841 global
18842 \backslash
18843 arrayrulewidth 1.5pt}
18844 \end_layout
18845
18846 \begin_layout Plain Layout
18847
18848   
18849 \backslash
18850 myHline
18851 \backslash
18852 noalign{
18853 \backslash
18854 global
18855 \backslash
18856 arrayrulewidth 0.4pt}}
18857 \end_layout
18858
18859 \end_inset
18860
18861
18862 \begin_inset Float table
18863 wide false
18864 sideways false
18865 status open
18866
18867 \begin_layout Plain Layout
18868 \begin_inset Caption
18869
18870 \begin_layout Plain Layout
18871 \begin_inset CommandInset label
18872 LatexCommand label
18873 name "tab:Table-with-horizontal"
18874
18875 \end_inset
18876
18877 Table with 1.5
18878 \begin_inset space \thinspace{}
18879 \end_inset
18880
18881 pt thick horizontal lines
18882 \end_layout
18883
18884 \end_inset
18885
18886
18887 \end_layout
18888
18889 \begin_layout Plain Layout
18890 \align center
18891 \begin_inset Tabular
18892 <lyxtabular version="3" rows="3" columns="3">
18893 <features tabularvalignment="middle">
18894 <column alignment="center" valignment="top" width="0">
18895 <column alignment="center" valignment="top" width="0">
18896 <column alignment="center" valignment="top" width="0">
18897 <row>
18898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18899 \begin_inset Text
18900
18901 \begin_layout Plain Layout
18902 sd
18903 \end_layout
18904
18905 \end_inset
18906 </cell>
18907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18908 \begin_inset Text
18909
18910 \begin_layout Plain Layout
18911
18912 \end_layout
18913
18914 \end_inset
18915 </cell>
18916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18917 \begin_inset Text
18918
18919 \begin_layout Plain Layout
18920
18921 \end_layout
18922
18923 \end_inset
18924 </cell>
18925 </row>
18926 <row>
18927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18928 \begin_inset Text
18929
18930 \begin_layout Plain Layout
18931
18932 \end_layout
18933
18934 \end_inset
18935 </cell>
18936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940 sd
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18946 \begin_inset Text
18947
18948 \begin_layout Plain Layout
18949
18950 \end_layout
18951
18952 \end_inset
18953 </cell>
18954 </row>
18955 <row>
18956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18957 \begin_inset Text
18958
18959 \begin_layout Plain Layout
18960
18961 \end_layout
18962
18963 \end_inset
18964 </cell>
18965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18966 \begin_inset Text
18967
18968 \begin_layout Plain Layout
18969
18970 \end_layout
18971
18972 \end_inset
18973 </cell>
18974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18975 \begin_inset Text
18976
18977 \begin_layout Plain Layout
18978 sd
18979 \end_layout
18980
18981 \end_inset
18982 </cell>
18983 </row>
18984 </lyxtabular>
18985
18986 \end_inset
18987
18988
18989 \end_layout
18990
18991 \end_inset
18992
18993
18994 \begin_inset ERT
18995 status collapsed
18996
18997 \begin_layout Plain Layout
18998
18999
19000 \backslash
19001 renewcommand{
19002 \backslash
19003 hline}{
19004 \backslash
19005 myHline}
19006 \end_layout
19007
19008 \end_inset
19009
19010
19011 \end_layout
19012
19013 \begin_layout Standard
19014 \begin_inset VSpace bigskip
19015 \end_inset
19016
19017 To set the line thickness to 1.5
19018 \begin_inset space \thinspace{}
19019 \end_inset
19020
19021 pt only for vertical lines, create the following column format in the document
19022  preamble, according to the description in section
19023 \begin_inset space ~
19024 \end_inset
19025
19026
19027 \begin_inset CommandInset ref
19028 LatexCommand ref
19029 reference "sub:Customized-Format"
19030
19031 \end_inset
19032
19033 :
19034 \end_layout
19035
19036 \begin_layout Standard
19037
19038 \series bold
19039
19040 \backslash
19041 newcolumntype{V}{!{
19042 \backslash
19043 vrule width 1.5pt}}
19044 \end_layout
19045
19046 \begin_layout Standard
19047 For Table
19048 \begin_inset space ~
19049 \end_inset
19050
19051
19052 \begin_inset CommandInset ref
19053 LatexCommand ref
19054 reference "tab:Table-with-vertical"
19055
19056 \end_inset
19057
19058  the LaTeX-argument
19059 \end_layout
19060
19061 \begin_layout Standard
19062
19063 \series bold
19064 VcV
19065 \end_layout
19066
19067 \begin_layout Standard
19068 was used for the last column and
19069 \end_layout
19070
19071 \begin_layout Standard
19072
19073 \series bold
19074 Vc
19075 \end_layout
19076
19077 \begin_layout Standard
19078 for the other columns.
19079 \end_layout
19080
19081 \begin_layout Standard
19082 \begin_inset Float table
19083 wide false
19084 sideways false
19085 status open
19086
19087 \begin_layout Plain Layout
19088 \begin_inset Caption
19089
19090 \begin_layout Plain Layout
19091 \begin_inset CommandInset label
19092 LatexCommand label
19093 name "tab:Table-with-vertical"
19094
19095 \end_inset
19096
19097 Table with 1.5
19098 \begin_inset space \thinspace{}
19099 \end_inset
19100
19101 pt thick vertical lines
19102 \end_layout
19103
19104 \end_inset
19105
19106
19107 \end_layout
19108
19109 \begin_layout Plain Layout
19110 \align center
19111 \begin_inset Tabular
19112 <lyxtabular version="3" rows="3" columns="3">
19113 <features tabularvalignment="middle">
19114 <column alignment="center" valignment="top" width="0" special="Vc">
19115 <column alignment="center" valignment="top" width="0" special="Vc">
19116 <column alignment="center" valignment="top" width="0" special="VcV">
19117 <row>
19118 <cell alignment="center" valignment="top" topline="true" usebox="none">
19119 \begin_inset Text
19120
19121 \begin_layout Plain Layout
19122 sd
19123 \end_layout
19124
19125 \end_inset
19126 </cell>
19127 <cell alignment="center" valignment="top" topline="true" usebox="none">
19128 \begin_inset Text
19129
19130 \begin_layout Plain Layout
19131
19132 \end_layout
19133
19134 \end_inset
19135 </cell>
19136 <cell alignment="center" valignment="top" topline="true" usebox="none">
19137 \begin_inset Text
19138
19139 \begin_layout Plain Layout
19140
19141 \end_layout
19142
19143 \end_inset
19144 </cell>
19145 </row>
19146 <row>
19147 <cell alignment="center" valignment="top" topline="true" usebox="none">
19148 \begin_inset Text
19149
19150 \begin_layout Plain Layout
19151
19152 \end_layout
19153
19154 \end_inset
19155 </cell>
19156 <cell alignment="center" valignment="top" topline="true" usebox="none">
19157 \begin_inset Text
19158
19159 \begin_layout Plain Layout
19160 sd
19161 \end_layout
19162
19163 \end_inset
19164 </cell>
19165 <cell alignment="center" valignment="top" topline="true" usebox="none">
19166 \begin_inset Text
19167
19168 \begin_layout Plain Layout
19169
19170 \end_layout
19171
19172 \end_inset
19173 </cell>
19174 </row>
19175 <row>
19176 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19177 \begin_inset Text
19178
19179 \begin_layout Plain Layout
19180
19181 \end_layout
19182
19183 \end_inset
19184 </cell>
19185 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19186 \begin_inset Text
19187
19188 \begin_layout Plain Layout
19189
19190 \end_layout
19191
19192 \end_inset
19193 </cell>
19194 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19195 \begin_inset Text
19196
19197 \begin_layout Plain Layout
19198 sd
19199 \end_layout
19200
19201 \end_inset
19202 </cell>
19203 </row>
19204 </lyxtabular>
19205
19206 \end_inset
19207
19208
19209 \end_layout
19210
19211 \end_inset
19212
19213
19214 \end_layout
19215
19216 \begin_layout Subsection
19217 Dashed Lines
19218 \begin_inset Index idx
19219 status collapsed
19220
19221 \begin_layout Plain Layout
19222 Table Customization ! Dashed Lines
19223 \end_layout
19224
19225 \end_inset
19226
19227
19228 \end_layout
19229
19230 \begin_layout Standard
19231 \begin_inset ERT
19232 status collapsed
19233
19234 \begin_layout Plain Layout
19235
19236
19237 \backslash
19238 ifarydshln
19239 \end_layout
19240
19241 \end_inset
19242
19243
19244 \begin_inset Note Note
19245 status open
19246
19247 \begin_layout Plain Layout
19248 The following section will only be displayed when the LaTeX-package 
19249 \series bold
19250 arydshln
19251 \series default
19252  is installed.
19253 \end_layout
19254
19255 \end_inset
19256
19257
19258 \end_layout
19259
19260 \begin_layout Standard
19261 \begin_inset Float table
19262 placement H
19263 wide false
19264 sideways false
19265 status open
19266
19267 \begin_layout Plain Layout
19268 \begin_inset Caption
19269
19270 \begin_layout Plain Layout
19271 \begin_inset CommandInset label
19272 LatexCommand label
19273 name "tab:Table-with-dashed"
19274
19275 \end_inset
19276
19277 Table with dashed lines
19278 \end_layout
19279
19280 \end_inset
19281
19282
19283 \end_layout
19284
19285 \begin_layout Plain Layout
19286 \align center
19287 \begin_inset Tabular
19288 <lyxtabular version="3" rows="5" columns="5">
19289 <features tabularvalignment="middle">
19290 <column alignment="center" valignment="top" width="0">
19291 <column alignment="center" valignment="top" width="0">
19292 <column alignment="center" valignment="top" width="0" special=":c">
19293 <column alignment="center" valignment="top" width="0">
19294 <column alignment="center" valignment="top" width="0">
19295 <row>
19296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300 a
19301 \end_layout
19302
19303 \end_inset
19304 </cell>
19305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19306 \begin_inset Text
19307
19308 \begin_layout Plain Layout
19309 b
19310 \end_layout
19311
19312 \end_inset
19313 </cell>
19314 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19315 \begin_inset Text
19316
19317 \begin_layout Plain Layout
19318 c
19319 \end_layout
19320
19321 \end_inset
19322 </cell>
19323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19324 \begin_inset Text
19325
19326 \begin_layout Plain Layout
19327 d
19328 \end_layout
19329
19330 \end_inset
19331 </cell>
19332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19333 \begin_inset Text
19334
19335 \begin_layout Plain Layout
19336 e
19337 \end_layout
19338
19339 \end_inset
19340 </cell>
19341 </row>
19342 <row>
19343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347 f
19348 \end_layout
19349
19350 \end_inset
19351 </cell>
19352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19353 \begin_inset Text
19354
19355 \begin_layout Plain Layout
19356 g
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 <cell alignment="center" valignment="top" topline="true" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Plain Layout
19365 h
19366 \end_layout
19367
19368 \end_inset
19369 </cell>
19370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19371 \begin_inset Text
19372
19373 \begin_layout Plain Layout
19374 i
19375 \end_layout
19376
19377 \end_inset
19378 </cell>
19379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Plain Layout
19383 j
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 </row>
19389 <row>
19390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394 \begin_inset ERT
19395 status collapsed
19396
19397 \begin_layout Plain Layout
19398
19399
19400 \backslash
19401 hdashline 
19402 \end_layout
19403
19404 \end_inset
19405
19406 k
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Plain Layout
19415 l
19416 \end_layout
19417
19418 \end_inset
19419 </cell>
19420 <cell alignment="center" valignment="top" usebox="none">
19421 \begin_inset Text
19422
19423 \begin_layout Plain Layout
19424 m
19425 \end_layout
19426
19427 \end_inset
19428 </cell>
19429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19430 \begin_inset Text
19431
19432 \begin_layout Plain Layout
19433 n
19434 \end_layout
19435
19436 \end_inset
19437 </cell>
19438 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19439 \begin_inset Text
19440
19441 \begin_layout Plain Layout
19442 o
19443 \end_layout
19444
19445 \end_inset
19446 </cell>
19447 </row>
19448 <row>
19449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19450 \begin_inset Text
19451
19452 \begin_layout Plain Layout
19453 \begin_inset ERT
19454 status collapsed
19455
19456 \begin_layout Plain Layout
19457
19458
19459 \backslash
19460 cdashline{4-5}
19461 \end_layout
19462
19463 \end_inset
19464
19465 p
19466 \end_layout
19467
19468 \end_inset
19469 </cell>
19470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19471 \begin_inset Text
19472
19473 \begin_layout Plain Layout
19474 q
19475 \end_layout
19476
19477 \end_inset
19478 </cell>
19479 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19480 \begin_inset Text
19481
19482 \begin_layout Plain Layout
19483 r
19484 \end_layout
19485
19486 \end_inset
19487 </cell>
19488 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19489 \begin_inset Text
19490
19491 \begin_layout Plain Layout
19492 s
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19498 \begin_inset Text
19499
19500 \begin_layout Plain Layout
19501
19502 \end_layout
19503
19504 \end_inset
19505 </cell>
19506 </row>
19507 <row>
19508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19509 \begin_inset Text
19510
19511 \begin_layout Plain Layout
19512 t
19513 \end_layout
19514
19515 \end_inset
19516 </cell>
19517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19518 \begin_inset Text
19519
19520 \begin_layout Plain Layout
19521 u
19522 \end_layout
19523
19524 \end_inset
19525 </cell>
19526 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19527 \begin_inset Text
19528
19529 \begin_layout Plain Layout
19530 v
19531 \end_layout
19532
19533 \end_inset
19534 </cell>
19535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19536 \begin_inset Text
19537
19538 \begin_layout Plain Layout
19539 w
19540 \end_layout
19541
19542 \end_inset
19543 </cell>
19544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19545 \begin_inset Text
19546
19547 \begin_layout Plain Layout
19548 x
19549 \end_layout
19550
19551 \end_inset
19552 </cell>
19553 </row>
19554 </lyxtabular>
19555
19556 \end_inset
19557
19558
19559 \end_layout
19560
19561 \end_inset
19562
19563
19564 \end_layout
19565
19566 \begin_layout Standard
19567 LyX does not natively support dashed lines, so you have to use TeX-Code.
19568  As a prerequisite the LaTeX-package 
19569 \series bold
19570 arydshln
19571 \series default
19572
19573 \begin_inset Index idx
19574 status collapsed
19575
19576 \begin_layout Plain Layout
19577 LaTeX-packages ! arydshln
19578 \end_layout
19579
19580 \end_inset
19581
19582  must be loaded in the document preamble with the command
19583 \end_layout
19584
19585 \begin_layout Standard
19586
19587 \series bold
19588
19589 \backslash
19590 usepackage{arydshln}
19591 \end_layout
19592
19593 \begin_layout Standard
19594 To make a vertical line dashed, enter the colon 
19595 \begin_inset Quotes eld
19596 \end_inset
19597
19598 :
19599 \begin_inset Quotes erd
19600 \end_inset
19601
19602  together with the character for the horizontal alignment as LaTeX-argument
19603  in the table cell dialog.
19604 \end_layout
19605
19606 \begin_layout Standard
19607 For a horizontal dashed line add the command
19608 \end_layout
19609
19610 \begin_layout Standard
19611
19612 \series bold
19613
19614 \backslash
19615 hdashline
19616 \end_layout
19617
19618 \begin_layout Standard
19619 in TeX-Code as first element of the first cell in the table row.
19620 \end_layout
19621
19622 \begin_layout Standard
19623 For dashed multicolumn lines use the command
19624 \end_layout
19625
19626 \begin_layout Standard
19627
19628 \series bold
19629
19630 \backslash
19631 cdashline{line number
19632 \series default
19633 }
19634 \end_layout
19635
19636 \begin_layout Standard
19637 in TeX-Code as the first element of the first cell in the table row.
19638  If you have for example a multicolumn spanning columns 2 to 4 and you want
19639  to have a dashed line above, add the command
19640 \end_layout
19641
19642 \begin_layout Standard
19643
19644 \series bold
19645
19646 \backslash
19647 cdashline{2-4}
19648 \end_layout
19649
19650 \begin_layout Standard
19651 as the first element of the first cell in the row of the multicolumn.
19652 \end_layout
19653
19654 \begin_layout Standard
19655 \begin_inset VSpace bigskip
19656 \end_inset
19657
19658
19659 \end_layout
19660
19661 \begin_layout Standard
19662 Table
19663 \begin_inset space ~
19664 \end_inset
19665
19666
19667 \begin_inset CommandInset ref
19668 LatexCommand ref
19669 reference "tab:Table-with-dashed"
19670
19671 \end_inset
19672
19673  was created using 
19674 \begin_inset Quotes eld
19675 \end_inset
19676
19677
19678 \series bold
19679 :c
19680 \series default
19681
19682 \begin_inset Quotes erd
19683 \end_inset
19684
19685  as LaTeX-argument of the third column.
19686  The TeX-Code command 
19687 \series bold
19688
19689 \backslash
19690 hdashline
19691 \series default
19692  was inserted in the first cell of the third row and the TeX-Code command
19693 \begin_inset Newline newline
19694 \end_inset
19695
19696  
19697 \series bold
19698
19699 \backslash
19700 cdashline{4-5}
19701 \series default
19702  was inserted in the first cell of the fourth row.
19703 \end_layout
19704
19705 \begin_layout Standard
19706 \begin_inset Note Greyedout
19707 status open
19708
19709 \begin_layout Plain Layout
19710
19711 \series bold
19712 Note:
19713 \series default
19714  The LaTeX-package 
19715 \series bold
19716 arydshln
19717 \series default
19718  is apparently not compatible with the LaTeX-package 
19719 \series bold
19720 colortbl
19721 \series default
19722
19723 \begin_inset Index idx
19724 status collapsed
19725
19726 \begin_layout Plain Layout
19727 LaTeX-packages ! colortbl
19728 \end_layout
19729
19730 \end_inset
19731
19732  that is used for colored tables in section
19733 \begin_inset space ~
19734 \end_inset
19735
19736
19737 \begin_inset CommandInset ref
19738 LatexCommand ref
19739 reference "sec:Colored-Tables"
19740
19741 \end_inset
19742
19743 .
19744  That means colored tables cannot have dashed lines.
19745 \end_layout
19746
19747 \end_inset
19748
19749
19750 \end_layout
19751
19752 \begin_layout Standard
19753 \begin_inset ERT
19754 status collapsed
19755
19756 \begin_layout Plain Layout
19757
19758
19759 \backslash
19760 else
19761 \end_layout
19762
19763 \end_inset
19764
19765
19766 \begin_inset Note Note
19767 status open
19768
19769 \begin_layout Plain Layout
19770 The following will be displayed when the LaTeX-package 
19771 \series bold
19772 arydshln
19773 \series default
19774  is not installed:
19775 \end_layout
19776
19777 \end_inset
19778
19779
19780 \end_layout
19781
19782 \begin_layout Standard
19783 You need to install the package 
19784 \series bold
19785 arydshln
19786 \series default
19787  to see the content of this section in the output.
19788 \end_layout
19789
19790 \begin_layout Standard
19791 \begin_inset ERT
19792 status collapsed
19793
19794 \begin_layout Plain Layout
19795
19796
19797 \backslash
19798 fi
19799 \end_layout
19800
19801 \end_inset
19802
19803
19804 \end_layout
19805
19806 \begin_layout Chapter
19807 Floats
19808 \begin_inset CommandInset label
19809 LatexCommand label
19810 name "chap:Floats"
19811
19812 \end_inset
19813
19814
19815 \begin_inset Index idx
19816 status collapsed
19817
19818 \begin_layout Plain Layout
19819 Floats
19820 \end_layout
19821
19822 \end_inset
19823
19824
19825 \end_layout
19826
19827 \begin_layout Section
19828 Introduction
19829 \begin_inset CommandInset label
19830 LatexCommand label
19831 name "sec:FloatIntroduction"
19832
19833 \end_inset
19834
19835
19836 \begin_inset Index idx
19837 status collapsed
19838
19839 \begin_layout Plain Layout
19840 Floats ! Introduction
19841 \end_layout
19842
19843 \end_inset
19844
19845
19846 \end_layout
19847
19848 \begin_layout Standard
19849 A float is a block of text associated with some sort of label, which doesn't
19850  have a fixed location.
19851  It can 
19852 \begin_inset Quotes eld
19853 \end_inset
19854
19855 float
19856 \begin_inset Quotes erd
19857 \end_inset
19858
19859  forward or backward a page or two, to wherever it fits best.
19860  
19861 \family sans
19862 Footnotes
19863 \family default
19864  and 
19865 \family sans
19866 Margin
19867 \begin_inset space ~
19868 \end_inset
19869
19870 Notes
19871 \family default
19872  are also floats, because they can float to the next page when there are
19873  too many notes on the page.
19874 \end_layout
19875
19876 \begin_layout Standard
19877 Floats allow a high quality layout.
19878  Images and tables can be spread evenly to the pages to avoid white space
19879  and pages without text.
19880  As the floating often destroys the context between the text and the image/table
19881 , every float can be referenced in the text.
19882  Floats are therefore numbered.
19883  Referencing is described in section
19884 \begin_inset space ~
19885 \end_inset
19886
19887
19888 \begin_inset CommandInset ref
19889 LatexCommand ref
19890 reference "sec:Referencing-Floats"
19891
19892 \end_inset
19893
19894 .
19895 \end_layout
19896
19897 \begin_layout Standard
19898 To insert a float, use the menu 
19899 \family sans
19900 Insert\SpecialChar \menuseparator
19901 Float
19902 \family default
19903 .
19904  This inserts the 
19905 \family sans
19906 Caption
19907 \family default
19908  inset, a box with a label.
19909  The label will automatically be translated to the document language in
19910  the output.
19911  After the label you can insert the caption text.
19912  The image or table is inserted above or below the caption in a separate
19913  paragraph within the float.
19914  More about the caption placement is contained in section
19915 \begin_inset space ~
19916 \end_inset
19917
19918
19919 \begin_inset CommandInset ref
19920 LatexCommand ref
19921 reference "sec:Caption-Placement"
19922
19923 \end_inset
19924
19925 .
19926  To keep your LyX-document readable, you can open and close the float box
19927  by left-clicking on the box label.
19928  A closed float box looks like this: 
19929 \begin_inset Graphics
19930         filename clipart/floatQt4.png
19931         scale 70
19932         scaleBeforeRotation
19933
19934 \end_inset
19935
19936  – a gray button with a red label.
19937 \end_layout
19938
19939 \begin_layout Standard
19940 It is recommended that you insert floats as a separate standard paragraph
19941  to avoid possible LaTeX-errors that can occur when the surrounding text
19942  is specially formatted.
19943 \end_layout
19944
19945 \begin_layout Standard
19946 Existing figures or tables can be put into a float by highlighting them
19947  and then pressing the corresponding toolbar button for a new float.
19948 \end_layout
19949
19950 \begin_layout Section
19951 Float Types
19952 \end_layout
19953
19954 \begin_layout Standard
19955 Besides figure and table floats that are described in sections
19956 \begin_inset space ~
19957 \end_inset
19958
19959
19960 \begin_inset CommandInset ref
19961 LatexCommand ref
19962 reference "sec:Figure-Floats"
19963
19964 \end_inset
19965
19966  and 
19967 \begin_inset CommandInset ref
19968 LatexCommand ref
19969 reference "sec:Table-Floats"
19970
19971 \end_inset
19972
19973  respectively, LyX offers the float types 
19974 \family sans
19975 Algorithm
19976 \family default
19977  and 
19978 \family sans
19979 Wrap
19980 \family default
19981 .
19982  The latter are explained in sec.
19983 \begin_inset space \thinspace{}
19984 \end_inset
19985
19986
19987 \begin_inset CommandInset ref
19988 LatexCommand ref
19989 reference "sec:Wrap-Floats"
19990
19991 \end_inset
19992
19993 .
19994 \end_layout
19995
19996 \begin_layout Subsection
19997 Algorithm Floats
19998 \begin_inset Index idx
19999 status collapsed
20000
20001 \begin_layout Plain Layout
20002 Floats ! Algorithms
20003 \end_layout
20004
20005 \end_inset
20006
20007
20008 \end_layout
20009
20010 \begin_layout Standard
20011 \begin_inset Float algorithm
20012 placement h
20013 wide false
20014 sideways false
20015 status open
20016
20017 \begin_layout Plain Layout
20018 \begin_inset Caption
20019
20020 \begin_layout Plain Layout
20021 \begin_inset CommandInset label
20022 LatexCommand label
20023 name "alg:Example-Algorithm-float"
20024
20025 \end_inset
20026
20027 Example Algorithm float
20028 \end_layout
20029
20030 \end_inset
20031
20032
20033 \end_layout
20034
20035 \begin_layout LyX-Code
20036 for I in 1..N loop
20037 \begin_inset Newline newline
20038 \end_inset
20039
20040  Sum:= Sum + A(I); /*comment*/
20041 \begin_inset Newline newline
20042 \end_inset
20043
20044 end loop
20045 \begin_inset VSpace -4mm
20046 \end_inset
20047
20048
20049 \end_layout
20050
20051 \end_inset
20052
20053
20054 \end_layout
20055
20056 \begin_layout Standard
20057 This float type is inserted with the menu 
20058 \family sans
20059 Insert\SpecialChar \menuseparator
20060 Floats\SpecialChar \menuseparator
20061 Algorithm
20062 \family default
20063 .
20064  It is used for program codes and descriptions of algorithms and can be
20065  seen as an alternative to program code listings that are explained in chapter
20066 \begin_inset space ~
20067 \end_inset
20068
20069
20070 \begin_inset CommandInset ref
20071 LatexCommand ref
20072 reference "cha:Program-Code-Listings"
20073
20074 \end_inset
20075
20076 .
20077  A possible environment for algorithms is the 
20078 \family sans
20079 LyX-Code
20080 \family default
20081 , described in LyX's 
20082 \emph on
20083 Userguide
20084 \emph default
20085 .
20086  Algorithm
20087 \begin_inset space ~
20088 \end_inset
20089
20090
20091 \begin_inset CommandInset ref
20092 LatexCommand ref
20093 reference "alg:Example-Algorithm-float"
20094
20095 \end_inset
20096
20097  is an example of an algorithm float where -4
20098 \begin_inset space \thinspace{}
20099 \end_inset
20100
20101 mm vertical space was added at the end of the float to have the bottom rule
20102  exactly below the last text line.
20103 \end_layout
20104
20105 \begin_layout Standard
20106 The float label is not automatically translated into the document language.
20107  If your document is not in English, you have to do this manually by adding
20108  the following line to the document preamble
20109 \series bold
20110 :
20111 \end_layout
20112
20113 \begin_layout Standard
20114
20115 \series bold
20116
20117 \backslash
20118 floatname{algorithm}{your
20119 \begin_inset space ~
20120 \end_inset
20121
20122 name}
20123 \end_layout
20124
20125 \begin_layout Standard
20126 where 
20127 \family sans
20128 your
20129 \begin_inset space ~
20130 \end_inset
20131
20132 name
20133 \family default
20134  is the word 
20135 \begin_inset Quotes eld
20136 \end_inset
20137
20138
20139 \emph on
20140 algorithm
20141 \emph default
20142
20143 \begin_inset Quotes erd
20144 \end_inset
20145
20146  in your language.
20147 \end_layout
20148
20149 \begin_layout Standard
20150 To insert the list of algorithms you can use the menu 
20151 \family sans
20152 Insert\SpecialChar \menuseparator
20153 List
20154 \begin_inset space \thinspace{}
20155 \end_inset
20156
20157 /
20158 \begin_inset space \thinspace{}
20159 \end_inset
20160
20161 TOC\SpecialChar \menuseparator
20162 List of Algorithms
20163 \family default
20164  when your document has the same language as LyX's menu names.
20165  In other cases use this command in TeX-Code instead:
20166 \end_layout
20167
20168 \begin_layout Standard
20169
20170 \series bold
20171
20172 \backslash
20173 listof{algorithm}{your
20174 \begin_inset space ~
20175 \end_inset
20176
20177 name}
20178 \end_layout
20179
20180 \begin_layout Standard
20181 where 
20182 \family sans
20183 your
20184 \begin_inset space ~
20185 \end_inset
20186
20187 name
20188 \family default
20189  is the word 
20190 \begin_inset Quotes eld
20191 \end_inset
20192
20193
20194 \emph on
20195 List of Algorithm
20196 \emph default
20197 s
20198 \begin_inset Quotes erd
20199 \end_inset
20200
20201  in your language.
20202 \end_layout
20203
20204 \begin_layout Standard
20205 Algorithm floats are not by default numbered in the scheme 
20206 \begin_inset Quotes eld
20207 \end_inset
20208
20209 chapter.algorithm
20210 \begin_inset Quotes erd
20211 \end_inset
20212
20213  as is the case for table and figure floats in many document-classes.
20214  To number algorithm floats in the same scheme, add this command to your
20215  document preamble:
20216 \end_layout
20217
20218 \begin_layout Standard
20219
20220 \series bold
20221
20222 \backslash
20223 numberwithin{algorithm}{chapter}
20224 \end_layout
20225
20226 \begin_layout Standard
20227 To be able to use the command 
20228 \series bold
20229
20230 \backslash
20231 numberwithin
20232 \series default
20233 , set in the tab 
20234 \family sans
20235 Math
20236 \begin_inset space ~
20237 \end_inset
20238
20239 Options
20240 \family default
20241  in the document settings the option 
20242 \family sans
20243 Use
20244 \begin_inset space ~
20245 \end_inset
20246
20247 AMS
20248 \begin_inset space ~
20249 \end_inset
20250
20251 math
20252 \begin_inset space ~
20253 \end_inset
20254
20255 package
20256 \family default
20257 .
20258 \end_layout
20259
20260 \begin_layout Section
20261 Float Numbering
20262 \begin_inset Index idx
20263 status collapsed
20264
20265 \begin_layout Plain Layout
20266 Floats ! Numbering
20267 \end_layout
20268
20269 \end_inset
20270
20271
20272 \end_layout
20273
20274 \begin_layout Standard
20275 Floats are usually numbered either independently from the sections the floats
20276  are in, or in the scheme 
20277 \begin_inset Quotes eld
20278 \end_inset
20279
20280 chapter.number
20281 \begin_inset Quotes erd
20282 \end_inset
20283
20284  or 
20285 \begin_inset Quotes eld
20286 \end_inset
20287
20288 section.number
20289 \begin_inset Quotes erd
20290 \end_inset
20291
20292 .
20293  This depends on the document class used.
20294 \end_layout
20295
20296 \begin_layout Standard
20297 To change section-independent numbering, you can use this command in the
20298  document preamble:
20299 \end_layout
20300
20301 \begin_layout Standard
20302
20303 \series bold
20304
20305 \backslash
20306 renewcommand{
20307 \backslash
20308 thetable}{
20309 \backslash
20310 roman{table}}
20311 \end_layout
20312
20313 \begin_layout Standard
20314
20315 \series bold
20316
20317 \backslash
20318 thetable
20319 \series default
20320  is the command that prints the table number, for figure floats, the command
20321  would be 
20322 \series bold
20323
20324 \backslash
20325 thefigure
20326 \series default
20327 .
20328  
20329 \series bold
20330
20331 \backslash
20332 roman
20333 \series default
20334  in the command above prints the table number as small roman number.
20335 \end_layout
20336
20337 \begin_layout Standard
20338 To change the numbering scheme for example to 
20339 \begin_inset Quotes eld
20340 \end_inset
20341
20342 subsection.number
20343 \begin_inset Quotes erd
20344 \end_inset
20345
20346 , use this command in the preamble:
20347 \end_layout
20348
20349 \begin_layout Standard
20350
20351 \series bold
20352
20353 \backslash
20354 numberwithin{table}{subsection}
20355 \end_layout
20356
20357 \begin_layout Standard
20358 To be able to use the command 
20359 \series bold
20360
20361 \backslash
20362 numberwithin
20363 \series default
20364 , set in the tab 
20365 \family sans
20366 Math
20367 \begin_inset space ~
20368 \end_inset
20369
20370 Options
20371 \family default
20372  in the document settings the option 
20373 \family sans
20374 Use
20375 \begin_inset space ~
20376 \end_inset
20377
20378 AMS
20379 \begin_inset space ~
20380 \end_inset
20381
20382 math
20383 \begin_inset space ~
20384 \end_inset
20385
20386 package
20387 \family default
20388 .
20389 \end_layout
20390
20391 \begin_layout Standard
20392 Please also have a look at section
20393 \begin_inset space ~
20394 \end_inset
20395
20396
20397 \begin_inset CommandInset ref
20398 LatexCommand ref
20399 reference "sub:Footnote-Numbering"
20400
20401 \end_inset
20402
20403  for the details and important notes about the numbering commands.
20404 \end_layout
20405
20406 \begin_layout Section
20407 Referencing Floats
20408 \begin_inset CommandInset label
20409 LatexCommand label
20410 name "sec:Referencing-Floats"
20411
20412 \end_inset
20413
20414
20415 \begin_inset Index idx
20416 status collapsed
20417
20418 \begin_layout Plain Layout
20419 Floats ! References
20420 \end_layout
20421
20422 \end_inset
20423
20424
20425 \begin_inset Index idx
20426 status collapsed
20427
20428 \begin_layout Plain Layout
20429 References ! to Floats
20430 \end_layout
20431
20432 \end_inset
20433
20434
20435 \end_layout
20436
20437 \begin_layout Standard
20438 To reference a float, insert a label into its caption using the menu 
20439 \family sans
20440 Insert\SpecialChar \menuseparator
20441 Label
20442 \family default
20443  or the toolbar button 
20444 \family sans
20445
20446 \begin_inset Info
20447 type  "icon"
20448 arg   "label-insert"
20449 \end_inset
20450
20451
20452 \family default
20453 .
20454  A grey label box like this one: 
20455 \begin_inset Graphics
20456         filename clipart/labelQt4.png
20457         scale 85
20458         scaleBeforeRotation
20459
20460 \end_inset
20461
20462  will be inserted and the label window pops up asking for the label text.
20463  LyX offers as text the first words of the caption with a prefix.
20464  The prefix depends on the float type, e.
20465 \begin_inset space \thinspace{}
20466 \end_inset
20467
20468 g.
20469 \begin_inset space \space{}
20470 \end_inset
20471
20472 for figure floats the prefix will be "
20473 \family sans
20474 fig:
20475 \family default
20476 ".
20477 \end_layout
20478
20479 \begin_layout Standard
20480 The label is used as anchor and name for the reference.
20481  You can refer to the label using the menu 
20482 \family sans
20483 Insert\SpecialChar \menuseparator
20484 Cross-reference
20485 \family default
20486  or the toolbar button 
20487 \family sans
20488
20489 \begin_inset Info
20490 type  "icon"
20491 arg   "dialog-show-new-inset ref"
20492 \end_inset
20493
20494
20495 \family default
20496 .
20497  A grey cross-reference box like this one: 
20498 \begin_inset Graphics
20499         filename clipart/referenceQt4.png
20500         scale 85
20501         scaleBeforeRotation
20502
20503 \end_inset
20504
20505  will be inserted and the cross-reference window appear showing all labels
20506  of the document.
20507  If you have multiple LyX-documents opened, choose the one you are working
20508  on from the drop-list at the top of the dialog.
20509  You can now sort the labels alphabetically and then choose one.
20510  At the position of the cross-reference box the float number will appear
20511  in the output.
20512 \end_layout
20513
20514 \begin_layout Standard
20515 It is recommended that you use a protected space between the cross-reference
20516  name and its number to avoid line breaks between them.
20517  If a cross-reference refers to a non-existing label, you will see two question
20518  marks in the output instead of the reference.
20519 \end_layout
20520
20521 \begin_layout Standard
20522 You can change labels at any time by clicking on the label box.
20523  References to the changed label will automatically change its link to the
20524  new label text, so that you don't need to take care about this.
20525 \end_layout
20526
20527 \begin_layout Standard
20528 The button 
20529 \family sans
20530 Go
20531 \begin_inset space ~
20532 \end_inset
20533
20534 to
20535 \begin_inset space ~
20536 \end_inset
20537
20538 Label
20539 \family default
20540  in the cross-reference window sets the cursor before the referred label.
20541  The button text changes then to Go
20542 \begin_inset space ~
20543 \end_inset
20544
20545 Back and you can use it to set the cursor back to the cross-reference.
20546  Right-clicking on a cross-reference box also sets the cursor before the
20547  referenced label but without the possibility of going back.
20548 \end_layout
20549
20550 \begin_layout Subsection
20551 Cross-Reference Formats
20552 \begin_inset CommandInset label
20553 LatexCommand label
20554 name "sub:Cross-Reference-Formats"
20555
20556 \end_inset
20557
20558
20559 \begin_inset Index idx
20560 status collapsed
20561
20562 \begin_layout Plain Layout
20563 References ! Formats
20564 \end_layout
20565
20566 \end_inset
20567
20568
20569 \end_layout
20570
20571 \begin_layout Standard
20572 There are six varieties of cross-references:
20573 \end_layout
20574
20575 \begin_layout Description
20576 <reference>: prints the float number, this is the default: 
20577 \begin_inset CommandInset ref
20578 LatexCommand ref
20579 reference "fig:Two-distorted-images"
20580
20581 \end_inset
20582
20583
20584 \end_layout
20585
20586 \begin_layout Description
20587 (<reference>): prints the float number within two parentheses, this is the
20588  style normally used to reference formulas, especially when the reference
20589  name 
20590 \begin_inset Quotes eld
20591 \end_inset
20592
20593 Equation
20594 \begin_inset Quotes erd
20595 \end_inset
20596
20597  is omitted: 
20598 \begin_inset CommandInset ref
20599 LatexCommand eqref
20600 reference "eq:Wgn"
20601
20602 \end_inset
20603
20604
20605 \end_layout
20606
20607 \begin_layout Description
20608 <page>: prints the page number: Page
20609 \begin_inset space ~
20610 \end_inset
20611
20612
20613 \begin_inset CommandInset ref
20614 LatexCommand pageref
20615 reference "fig:Two-distorted-images"
20616
20617 \end_inset
20618
20619
20620 \end_layout
20621
20622 \begin_layout Description
20623 on
20624 \begin_inset space ~
20625 \end_inset
20626
20627 page
20628 \begin_inset space ~
20629 \end_inset
20630
20631 <page>: prints the text "on page" and the page number: 
20632 \begin_inset CommandInset ref
20633 LatexCommand vpageref
20634 reference "fig:Two-distorted-images"
20635
20636 \end_inset
20637
20638
20639 \end_layout
20640
20641 \begin_layout Description
20642 <reference>
20643 \begin_inset space ~
20644 \end_inset
20645
20646 on
20647 \begin_inset space ~
20648 \end_inset
20649
20650 page
20651 \begin_inset space ~
20652 \end_inset
20653
20654 <page>: prints the float number, the text "on page", and the page number:
20655  
20656 \begin_inset CommandInset ref
20657 LatexCommand vref
20658 reference "fig:Two-distorted-images"
20659
20660 \end_inset
20661
20662
20663 \end_layout
20664
20665 \begin_layout Description
20666 Formatted
20667 \begin_inset space ~
20668 \end_inset
20669
20670 reference: prints a self-defined cross-reference format.
20671 \begin_inset Newline newline
20672 \end_inset
20673
20674
20675 \begin_inset Note Greyedout
20676 status open
20677
20678 \begin_layout Plain Layout
20679
20680 \series bold
20681 Note:
20682 \series default
20683  This feature is only available when you have the LaTeX-package 
20684 \series bold
20685 prettyref
20686 \series default
20687  or 
20688 \series bold
20689 refstyle
20690 \series default
20691
20692 \begin_inset Index idx
20693 status collapsed
20694
20695 \begin_layout Plain Layout
20696 LaTeX-packages ! prettyref
20697 \end_layout
20698
20699 \end_inset
20700
20701
20702 \begin_inset Index idx
20703 status collapsed
20704
20705 \begin_layout Plain Layout
20706 LaTeX-packages ! refstyle
20707 \end_layout
20708
20709 \end_inset
20710
20711  installed.
20712 \end_layout
20713
20714 \end_inset
20715
20716
20717 \begin_inset Newline newline
20718 \end_inset
20719
20720 You can select which LaTeX-package should be used for this feature by setting
20721  the option 
20722 \family sans
20723 Use refstyle (not prettyref) for cross-references
20724 \family default
20725  in the menu 
20726 \family sans
20727 Document\SpecialChar \menuseparator
20728 Settings\SpecialChar \menuseparator
20729 Document Class
20730 \family default
20731 .
20732  The format is specified by adding the command 
20733 \series bold
20734
20735 \backslash
20736 newrefformat
20737 \series default
20738  (prettyref) or 
20739 \series bold
20740
20741 \backslash
20742 newref
20743 \series default
20744  (refstyle) to the preamble of the document.
20745  For example redefining all references to figures (which have the label
20746  shortcut 
20747 \begin_inset Quotes eld
20748 \end_inset
20749
20750
20751 \family sans
20752 fig
20753 \family default
20754
20755 \begin_inset Quotes erd
20756 \end_inset
20757
20758 ) can be done with this command
20759 \begin_inset Newline newline
20760 \end_inset
20761
20762
20763 \series bold
20764
20765 \backslash
20766 newref{fig}{refcmd={Image on page 
20767 \backslash
20768 pageref{#1}}}
20769 \series default
20770
20771 \begin_inset Newline newline
20772 \end_inset
20773
20774 For more information about the format, have a look at the package documentations
20775
20776 \begin_inset CommandInset citation
20777 LatexCommand cite
20778 key "prettyref,refstyle"
20779
20780 \end_inset
20781
20782 .
20783 \end_layout
20784
20785 \begin_layout Description
20786 Textual
20787 \begin_inset space ~
20788 \end_inset
20789
20790 reference: prints the caption of the reference: 
20791 \begin_inset CommandInset ref
20792 LatexCommand nameref
20793 reference "fig:Two-distorted-images"
20794
20795 \end_inset
20796
20797
20798 \end_layout
20799
20800 \begin_layout Standard
20801
20802 \family sans
20803 <page>
20804 \family default
20805  will not print the page number if the label is on the previous, the same,
20806  or the next page.
20807  You will e.
20808 \begin_inset space \thinspace{}
20809 \end_inset
20810
20811 g.
20812 \begin_inset space \space{}
20813 \end_inset
20814
20815 see the text 
20816 \begin_inset Quotes eld
20817 \end_inset
20818
20819
20820 \family sans
20821 on this page
20822 \family default
20823
20824 \begin_inset Quotes erd
20825 \end_inset
20826
20827  instead.
20828  The style 
20829 \family sans
20830 <reference> on page <page>
20831 \family default
20832  will not print anything about the page if the label is on the same page.
20833 \end_layout
20834
20835 \begin_layout Standard
20836 The number and current page of the part of the document referred to in the
20837  output is automatically calculated by LaTeX.
20838  The varieties are adjusted in the field 
20839 \family sans
20840 Format
20841 \family default
20842  of the cross-reference window that appears when you click on the cross-referenc
20843 e box.
20844 \end_layout
20845
20846 \begin_layout Standard
20847 \begin_inset Note Greyedout
20848 status open
20849
20850 \begin_layout Plain Layout
20851
20852 \series bold
20853 Note:
20854 \series default
20855  It is recommended to use the LaTeX-package 
20856 \series bold
20857 refstyle
20858 \series default
20859
20860 \begin_inset Index idx
20861 status collapsed
20862
20863 \begin_layout Plain Layout
20864 LaTeX-packages ! refstyle
20865 \end_layout
20866
20867 \end_inset
20868
20869  because 
20870 \series bold
20871 prettyref
20872 \series default
20873
20874 \begin_inset Index idx
20875 status collapsed
20876
20877 \begin_layout Plain Layout
20878 LaTeX-packages ! prettyref
20879 \end_layout
20880
20881 \end_inset
20882
20883  does not know all of LyX's possible label shortcuts
20884 \begin_inset Foot
20885 status collapsed
20886
20887 \begin_layout Plain Layout
20888 \begin_inset Quotes eld
20889 \end_inset
20890
20891 fig:
20892 \begin_inset Quotes erd
20893 \end_inset
20894
20895  is for example LyX's shortcut for labels in figure captions.
20896 \end_layout
20897
20898 \end_inset
20899
20900  and is not internationalized.
20901 \end_layout
20902
20903 \end_inset
20904
20905
20906 \end_layout
20907
20908 \begin_layout Standard
20909 \begin_inset Note Greyedout
20910 status open
20911
20912 \begin_layout Plain Layout
20913
20914 \series bold
20915 Note:
20916 \series default
20917  Due to a bug in the LaTeX-package 
20918 \series bold
20919 varioref
20920 \series default
20921  version 1.4w, some cross-reference formats will cause LaTeX errors for document
20922  languages that make the period character active (like French).
20923  For a workaround, see
20924 \begin_inset Newline newline
20925 \end_inset
20926
20927
20928 \begin_inset CommandInset href
20929 LatexCommand href
20930 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
20931
20932 \end_inset
20933
20934 .
20935 \end_layout
20936
20937 \end_inset
20938
20939
20940 \end_layout
20941
20942 \begin_layout Subsection
20943 Automatic Reference Naming
20944 \begin_inset Index idx
20945 status collapsed
20946
20947 \begin_layout Plain Layout
20948 References ! Automatic Reference Naming
20949 \end_layout
20950
20951 \end_inset
20952
20953
20954 \end_layout
20955
20956 \begin_layout Standard
20957 The LaTeX-package 
20958 \series bold
20959 hyperref
20960 \series default
20961
20962 \begin_inset Index idx
20963 status collapsed
20964
20965 \begin_layout Plain Layout
20966 LaTeX-packages ! hyperref
20967 \end_layout
20968
20969 \end_inset
20970
20971 , that is enabled in the 
20972 \family sans
20973 PDF Properties
20974 \family default
20975  of the 
20976 \family sans
20977 Document Settings
20978 \family default
20979  dialog, provides a very useful feature that cross-references automatically
20980  include the name of the referenced floats (or text parts like 
20981 \emph on
20982 section
20983 \emph default
20984 ).
20985  So you will save having to write e.
20986 \begin_inset space \thinspace{}
20987 \end_inset
20988
20989 g.
20990 \begin_inset space \space{}
20991 \end_inset
20992
20993 the name 
20994 \begin_inset Quotes eld
20995 \end_inset
20996
20997 Figure
20998 \begin_inset Quotes erd
20999 \end_inset
21000
21001  before every reference to a figure.
21002  To use this feature, enable 
21003 \series bold
21004 hyperref
21005 \series default
21006  and insert this line to the LaTeX preamble:
21007 \end_layout
21008
21009 \begin_layout Standard
21010
21011 \series bold
21012
21013 \backslash
21014 AtBeginDocument{
21015 \backslash
21016 renewcommand{
21017 \backslash
21018 ref}[1]{
21019 \backslash
21020 mbox{
21021 \backslash
21022 autoref{#1}}}}
21023 \end_layout
21024
21025 \begin_layout Standard
21026 When you prefer other reference names than the default ones, for example
21027  you want instead of 
21028 \begin_inset Quotes eld
21029 \end_inset
21030
21031 section
21032 \begin_inset Quotes erd
21033 \end_inset
21034
21035  the name 
21036 \begin_inset Quotes eld
21037 \end_inset
21038
21039 sec.
21040 \begin_inset space \thinspace{}
21041 \end_inset
21042
21043
21044 \begin_inset Quotes eld
21045 \end_inset
21046
21047 , you can redefine the name by inserting this in the preamble:
21048 \end_layout
21049
21050 \begin_layout Standard
21051
21052 \series bold
21053
21054 \backslash
21055 addto
21056 \backslash
21057 extrasenglish{
21058 \backslash
21059 renewcommand{
21060 \backslash
21061 sectionautorefname}
21062 \begin_inset Newline newline
21063 \end_inset
21064
21065
21066 \begin_inset Phantom HPhantom
21067 status open
21068
21069 \begin_layout Plain Layout
21070
21071 \series bold
21072 \begin_inset space ~
21073 \end_inset
21074
21075
21076 \end_layout
21077
21078 \end_inset
21079
21080 {sec.
21081 \backslash
21082 negthinspace}}
21083 \end_layout
21084
21085 \begin_layout Standard
21086 When you are using another document language than English, replace
21087 \begin_inset Newline newline
21088 \end_inset
21089
21090
21091 \series bold
21092
21093 \backslash
21094 extrasenglish
21095 \series default
21096  by 
21097 \series bold
21098
21099 \backslash
21100 extras***
21101 \series default
21102 , where *** is the name of the language used.
21103 \end_layout
21104
21105 \begin_layout Standard
21106 To get automatic names, but not for certain reference types, for example
21107  not for equations, use this preamble code:
21108 \end_layout
21109
21110 \begin_layout Standard
21111
21112 \series bold
21113
21114 \backslash
21115 newlength{
21116 \backslash
21117 abc}
21118 \begin_inset Newline newline
21119 \end_inset
21120
21121
21122 \backslash
21123 settowidth{
21124 \backslash
21125 abc}{
21126 \backslash
21127 space}
21128 \begin_inset Newline newline
21129 \end_inset
21130
21131
21132 \backslash
21133 addto
21134 \backslash
21135 extrasenglish{
21136 \backslash
21137 renewcommand{
21138 \backslash
21139 equationautorefname}
21140 \begin_inset Newline newline
21141 \end_inset
21142
21143
21144 \begin_inset Phantom HPhantom
21145 status open
21146
21147 \begin_layout Plain Layout
21148
21149 \series bold
21150 \begin_inset space ~
21151 \end_inset
21152
21153
21154 \end_layout
21155
21156 \end_inset
21157
21158 {
21159 \backslash
21160 hspace{-
21161 \backslash
21162 abc}}
21163 \end_layout
21164
21165 \begin_layout Standard
21166 More about this topic can be found in 
21167 \series bold
21168 hyperref
21169 \series default
21170 's documentation 
21171 \begin_inset CommandInset citation
21172 LatexCommand cite
21173 key "hyperref"
21174
21175 \end_inset
21176
21177 .
21178 \end_layout
21179
21180 \begin_layout Standard
21181 \begin_inset Note Greyedout
21182 status open
21183
21184 \begin_layout Plain Layout
21185
21186 \series bold
21187 Note:
21188 \series default
21189  Automatic reference naming cannot be used when you use cross-references
21190  in the 
21191 \family sans
21192 Formatted
21193 \begin_inset space ~
21194 \end_inset
21195
21196 reference
21197 \family default
21198  style, as described in section
21199 \begin_inset space ~
21200 \end_inset
21201
21202
21203 \begin_inset CommandInset ref
21204 LatexCommand ref
21205 reference "sub:Cross-Reference-Formats"
21206
21207 \end_inset
21208
21209 .
21210 \end_layout
21211
21212 \end_inset
21213
21214
21215 \end_layout
21216
21217 \begin_layout Standard
21218 The 
21219 \emph on
21220 Math
21221 \emph default
21222  manual is an example where automatic reference naming is used.
21223 \end_layout
21224
21225 \begin_layout Subsection
21226 Reference Position
21227 \begin_inset CommandInset label
21228 LatexCommand label
21229 name "sub:Reference-Position"
21230
21231 \end_inset
21232
21233
21234 \begin_inset Index idx
21235 status collapsed
21236
21237 \begin_layout Plain Layout
21238 References ! Reference Position
21239 \end_layout
21240
21241 \end_inset
21242
21243
21244 \end_layout
21245
21246 \begin_layout Standard
21247 If you use 
21248 \series bold
21249 hyperref
21250 \series default
21251
21252 \begin_inset Index idx
21253 status collapsed
21254
21255 \begin_layout Plain Layout
21256 LaTeX-packages ! hyperref
21257 \end_layout
21258
21259 \end_inset
21260
21261  in the 
21262 \family sans
21263 PDF Properties
21264 \family default
21265  of the 
21266 \family sans
21267 Document Settings
21268 \family default
21269  dialog to link cross-references in the output, you will see that clicking
21270  on an image float reference jumps to the image label.
21271  The caption will be the first text part on the screen, so that you cannot
21272  see the image without scrolling.
21273  This is because the reference link anchor is placed at the position of
21274  the label.
21275  With the use of the package 
21276 \series bold
21277 hypcap
21278 \series default
21279
21280 \begin_inset Index idx
21281 status collapsed
21282
21283 \begin_layout Plain Layout
21284 LaTeX-packages ! hypcap
21285 \end_layout
21286
21287 \end_inset
21288
21289 , which is part of the LaTeX-package 
21290 \series bold
21291 oberdiek
21292 \series default
21293
21294 \begin_inset Index idx
21295 status collapsed
21296
21297 \begin_layout Plain Layout
21298 LaTeX-packages ! oberdiek
21299 \end_layout
21300
21301 \end_inset
21302
21303 , the link anchor is placed at the beginning of a float.
21304  To use this feature for figure floats, load 
21305 \series bold
21306 hypcap
21307 \series default
21308  in the document preamble with the line
21309 \end_layout
21310
21311 \begin_layout Standard
21312
21313 \series bold
21314
21315 \backslash
21316 usepackage[figure]{hypcap}
21317 \end_layout
21318
21319 \begin_layout Standard
21320 You can also use 
21321 \series bold
21322 hypcap
21323 \series default
21324  for all float types but this is not recommended for stability reasons.
21325  For more information, have a look at 
21326 \series bold
21327 hypcap
21328 \series default
21329 's manual 
21330 \begin_inset CommandInset citation
21331 LatexCommand cite
21332 key "hypcap"
21333
21334 \end_inset
21335
21336 .
21337 \end_layout
21338
21339 \begin_layout Standard
21340 \begin_inset Note Greyedout
21341 status open
21342
21343 \begin_layout Plain Layout
21344
21345 \series bold
21346 Note:
21347 \series default
21348  
21349 \series bold
21350 hypcap
21351 \series default
21352  has no effect on references to subfigures.
21353 \end_layout
21354
21355 \end_inset
21356
21357
21358 \end_layout
21359
21360 \begin_layout Section
21361 Float Placement
21362 \begin_inset CommandInset label
21363 LatexCommand label
21364 name "sec:Float-Placement"
21365
21366 \end_inset
21367
21368
21369 \begin_inset Index idx
21370 status collapsed
21371
21372 \begin_layout Plain Layout
21373 Floats ! Placement
21374 \end_layout
21375
21376 \end_inset
21377
21378
21379 \end_layout
21380
21381 \begin_layout Standard
21382 Right-clicking on a float-box opens a dialog where you can alter the placement
21383  options that LaTeX uses for positioning the float.
21384 \begin_inset Newline newline
21385 \end_inset
21386
21387 The option 
21388 \family sans
21389 Span
21390 \begin_inset space ~
21391 \end_inset
21392
21393 columns
21394 \family default
21395  is only useful for two-column documents: If you select it, the float will
21396  span both columns on the page instead of being confined to just one.
21397 \begin_inset Newline newline
21398 \end_inset
21399
21400 The option 
21401 \family sans
21402 Rotate
21403 \begin_inset space ~
21404 \end_inset
21405
21406 sideways
21407 \family default
21408  is used to rotate floats, see section 
21409 \begin_inset CommandInset ref
21410 LatexCommand ref
21411 reference "sec:Rotated-Floats"
21412
21413 \end_inset
21414
21415 .
21416 \end_layout
21417
21418 \begin_layout Standard
21419 You can use one ore more of the following options in the float dialog to
21420  set the placement for a particular float when you uncheck the option 
21421 \family sans
21422 Use
21423 \begin_inset space ~
21424 \end_inset
21425
21426 default
21427 \begin_inset space ~
21428 \end_inset
21429
21430 placement
21431 \family default
21432 :
21433 \end_layout
21434
21435 \begin_layout Description
21436 Here
21437 \begin_inset space ~
21438 \end_inset
21439
21440 if
21441 \begin_inset space ~
21442 \end_inset
21443
21444 possible try to place the float on the position where it has been inserted
21445 \end_layout
21446
21447 \begin_layout Description
21448 Top
21449 \begin_inset space ~
21450 \end_inset
21451
21452 of
21453 \begin_inset space ~
21454 \end_inset
21455
21456 page try to place the float at the top of the current page
21457 \end_layout
21458
21459 \begin_layout Description
21460 Bottom
21461 \begin_inset space ~
21462 \end_inset
21463
21464 of
21465 \begin_inset space ~
21466 \end_inset
21467
21468 page try to place the float at the bottom of the current page
21469 \end_layout
21470
21471 \begin_layout Description
21472 Page
21473 \begin_inset space ~
21474 \end_inset
21475
21476 of
21477 \begin_inset space ~
21478 \end_inset
21479
21480 floats try to place the float on its own page
21481 \end_layout
21482
21483 \begin_layout Standard
21484 The order of the above option is 
21485 \emph on
21486 always
21487 \emph default
21488  used by LaTeX.
21489  That means, if you use the default placement, LaTeX will first try out
21490  
21491 \family sans
21492 Here
21493 \begin_inset space ~
21494 \end_inset
21495
21496 if
21497 \begin_inset space ~
21498 \end_inset
21499
21500 possible
21501 \family default
21502 , then 
21503 \family sans
21504 Top
21505 \begin_inset space ~
21506 \end_inset
21507
21508 of
21509 \begin_inset space ~
21510 \end_inset
21511
21512 page
21513 \family default
21514 , and then the others.
21515  If you do not use the default, LaTeX will try only the checked options
21516  but in the same order.
21517  If none of the 4
21518 \begin_inset space ~
21519 \end_inset
21520
21521 placements are possible the procedure is internally repeated but it is tried
21522  to put the float on the following page.
21523 \end_layout
21524
21525 \begin_layout Standard
21526 By default, each option has its own rules:
21527 \end_layout
21528
21529 \begin_layout Labeling
21530 \labelwidthstring 00.00.0000
21531
21532 \family sans
21533 Top
21534 \begin_inset space ~
21535 \end_inset
21536
21537 of
21538 \begin_inset space ~
21539 \end_inset
21540
21541 page
21542 \family default
21543  only floats occupying less than 70
21544 \begin_inset space \thinspace{}
21545 \end_inset
21546
21547 % of the page can be placed at the top of a page (
21548 \series bold
21549
21550 \backslash
21551 topfraction
21552 \series default
21553 )
21554 \end_layout
21555
21556 \begin_layout Labeling
21557 \labelwidthstring 00.00.0000
21558
21559 \family sans
21560 Bottom
21561 \begin_inset space ~
21562 \end_inset
21563
21564 of
21565 \begin_inset space ~
21566 \end_inset
21567
21568 page
21569 \family default
21570 : only floats occupying less than 30
21571 \begin_inset space \thinspace{}
21572 \end_inset
21573
21574 % of the page can be placed at the bottom of a page.
21575  (
21576 \series bold
21577
21578 \backslash
21579 bottomfraction
21580 \series default
21581 )
21582 \end_layout
21583
21584 \begin_layout Labeling
21585 \labelwidthstring 00.00.0000
21586
21587 \family sans
21588 Page
21589 \begin_inset space ~
21590 \end_inset
21591
21592 of
21593 \begin_inset space ~
21594 \end_inset
21595
21596 floats
21597 \family default
21598 : only if more than 50
21599 \begin_inset space \thinspace{}
21600 \end_inset
21601
21602 % of the page are occupied by floats, several floats can be set together
21603  on a page.
21604  (
21605 \series bold
21606
21607 \backslash
21608 floatpagefraction
21609 \series default
21610 )
21611 \end_layout
21612
21613 \begin_layout Standard
21614 If you don't like these rules, you can ignore them by using the additional
21615  option 
21616 \family sans
21617 Ignore
21618 \begin_inset space ~
21619 \end_inset
21620
21621 LaTeX
21622 \begin_inset space ~
21623 \end_inset
21624
21625 rules
21626 \family default
21627 .
21628 \begin_inset Newline newline
21629 \end_inset
21630
21631 You can also redefine the rules with LaTeX-commands that are given in parenthese
21632 s after the rules description above.
21633  To increase for example the often too small default of the bottom-rule
21634  to 50
21635 \begin_inset space \thinspace{}
21636 \end_inset
21637
21638 % of the page, add this line to your document preamble:
21639 \end_layout
21640
21641 \begin_layout Standard
21642
21643 \series bold
21644
21645 \backslash
21646 renewcommand{
21647 \backslash
21648 bottomfraction}{0.5}
21649 \end_layout
21650
21651 \begin_layout Standard
21652 Sometimes you might need, under all circumstances, a float to be placed
21653  exactly at the position where it is inserted.
21654  For this case you can use the option 
21655 \family sans
21656 Here
21657 \begin_inset space ~
21658 \end_inset
21659
21660 definitely
21661 \family default
21662 .
21663  Use this option very rarely and only if the document is almost ready to
21664  be printed, because the float is then no longer able to 
21665 \begin_inset Quotes eld
21666 \end_inset
21667
21668 float
21669 \begin_inset Quotes erd
21670 \end_inset
21671
21672  when you change your document and this will often destroy the page layout.
21673 \end_layout
21674
21675 \begin_layout Standard
21676 There are no placement options for text wrap floats, because they are always
21677  surrounded by the text of a certain paragraph.
21678 \begin_inset VSpace bigskip
21679 \end_inset
21680
21681
21682 \end_layout
21683
21684 \begin_layout Standard
21685 Sometimes you have the problem that a float is placed at the top of a page
21686  while its corresponding section starts at the middle of the page, so that
21687  the reader could think the float is part of the previous section.
21688  To avoid this the LaTeX-command 
21689 \series bold
21690
21691 \backslash
21692 suppressfloats
21693 \series default
21694  can be used.
21695  It suppresses a given float placement for the page where it is inserted
21696  and can therefore be used to avoid floats being set before a section starts.
21697  To get this, add these commands to your document preamble:
21698 \end_layout
21699
21700 \begin_layout Standard
21701
21702 \series bold
21703
21704 \backslash
21705 let
21706 \backslash
21707 mySection
21708 \backslash
21709 section
21710 \begin_inset Newline newline
21711 \end_inset
21712
21713
21714 \backslash
21715 renewcommand{
21716 \backslash
21717 section}{
21718 \backslash
21719 suppressfloats[t]
21720 \backslash
21721 mySection}
21722 \end_layout
21723
21724 \begin_layout Standard
21725 You can define the same for all section headings, like chapters and subsections.
21726  This definition is not recommended to be used for small text parts like
21727  subsubsections because LaTeX may then have problems finding a suitable
21728  placement.
21729 \end_layout
21730
21731 \begin_layout Standard
21732 \begin_inset VSpace bigskip
21733 \end_inset
21734
21735 In some cases it is required to have all figures/tables at the end of the
21736  document.
21737  For this purpose the LaTeX-package 
21738 \series bold
21739 endfloat
21740 \series default
21741
21742 \begin_inset Index idx
21743 status collapsed
21744
21745 \begin_layout Plain Layout
21746 LaTeX-packages ! endfloat
21747 \end_layout
21748
21749 \end_inset
21750
21751  was developed.
21752  It puts all figure and table floats at the end of the document into their
21753  own sections.
21754  At the original float position a text hint like 
21755 \begin_inset Quotes eld
21756 \end_inset
21757
21758
21759 \family sans
21760 [Figure
21761 \begin_inset space ~
21762 \end_inset
21763
21764 3.2 about here.]
21765 \family default
21766
21767 \begin_inset Quotes erd
21768 \end_inset
21769
21770  is inserted.
21771  The endfloat-package is loaded in the preamble with the line
21772 \end_layout
21773
21774 \begin_layout Standard
21775
21776 \series bold
21777
21778 \backslash
21779 usepackage[options]{endfloat}
21780 \end_layout
21781
21782 \begin_layout Standard
21783 There are various package options to format the created figure/table sections.
21784  For more information we refer to the 
21785 \series bold
21786 endfloat
21787 \series default
21788  documentation 
21789 \begin_inset CommandInset citation
21790 LatexCommand cite
21791 key "endfloat"
21792
21793 \end_inset
21794
21795 .
21796 \begin_inset Newline newline
21797 \end_inset
21798
21799
21800 \begin_inset Note Greyedout
21801 status open
21802
21803 \begin_layout Plain Layout
21804
21805 \series bold
21806 Note: endfloat
21807 \series default
21808  doesn't provide an automatic translation for the text hint, you have to
21809  do this manually, see section
21810 \begin_inset space ~
21811 \end_inset
21812
21813 4 in 
21814 \begin_inset CommandInset citation
21815 LatexCommand cite
21816 key "endfloat"
21817
21818 \end_inset
21819
21820 .
21821 \end_layout
21822
21823 \end_inset
21824
21825
21826 \begin_inset Newline newline
21827 \end_inset
21828
21829
21830 \begin_inset Note Greyedout
21831 status open
21832
21833 \begin_layout Plain Layout
21834
21835 \series bold
21836 Note:
21837 \series default
21838  There is currently a bug in 
21839 \series bold
21840 endfloat
21841 \series default
21842  when the caption contains a German 
21843 \begin_inset Quotes eld
21844 \end_inset
21845
21846 ß
21847 \begin_inset Quotes erd
21848 \end_inset
21849
21850 .
21851  Use in this case the command 
21852 \begin_inset Quotes eld
21853 \end_inset
21854
21855
21856 \series bold
21857
21858 \backslash
21859 ss
21860 \series default
21861
21862 \begin_inset Quotes erd
21863 \end_inset
21864
21865  in TeX-Code instead of 
21866 \begin_inset Quotes eld
21867 \end_inset
21868
21869 ß
21870 \begin_inset Quotes erd
21871 \end_inset
21872
21873 .
21874 \end_layout
21875
21876 \end_inset
21877
21878
21879 \end_layout
21880
21881 \begin_layout Standard
21882 \begin_inset VSpace bigskip
21883 \end_inset
21884
21885 For more details about float placements, have a look at LaTeX books, 
21886 \begin_inset CommandInset citation
21887 LatexCommand cite
21888 key "latexcompanion,latexguide,latexbook"
21889
21890 \end_inset
21891
21892 .
21893 \end_layout
21894
21895 \begin_layout Section
21896 Rotated Floats
21897 \begin_inset CommandInset label
21898 LatexCommand label
21899 name "sec:Rotated-Floats"
21900
21901 \end_inset
21902
21903
21904 \begin_inset Index idx
21905 status collapsed
21906
21907 \begin_layout Plain Layout
21908 Floats ! Rotating
21909 \end_layout
21910
21911 \end_inset
21912
21913
21914 \end_layout
21915
21916 \begin_layout Standard
21917 Especially for wide tables you might have floats rotated.
21918  To rotate a whole float including the caption, right-click on the float-box
21919  and use the option 
21920 \family sans
21921 Rotate
21922 \begin_inset space ~
21923 \end_inset
21924
21925 sideways
21926 \family default
21927 .
21928 \end_layout
21929
21930 \begin_layout Standard
21931 Rotated floats are always placed on a page of their own (or column of their
21932  own; in case you have a multi-column document).
21933  You can let them span several columns using the float settings option 
21934 \family sans
21935 Span
21936 \begin_inset space ~
21937 \end_inset
21938
21939 columns
21940 \family default
21941 .
21942  Floats are rotated so that you can read them from the outside margin.
21943  To force a certain rotation direction for all pages, you can add either
21944  the option 
21945 \series bold
21946 figuresleft
21947 \series default
21948  or 
21949 \series bold
21950 figuresright
21951 \series default
21952  to the document class options.
21953 \end_layout
21954
21955 \begin_layout Standard
21956 Referencing rotated floats is the same as for normal floats, the caption
21957  format is also the same: Table
21958 \begin_inset space ~
21959 \end_inset
21960
21961
21962 \begin_inset CommandInset ref
21963 LatexCommand ref
21964 reference "tab:Rotated-table"
21965
21966 \end_inset
21967
21968  is an example of a rotated table float.
21969 \end_layout
21970
21971 \begin_layout Standard
21972 \begin_inset Note Greyedout
21973 status open
21974
21975 \begin_layout Plain Layout
21976
21977 \series bold
21978 Note:
21979 \series default
21980  Not all DVI-viewers are able to display rotated floats.
21981 \end_layout
21982
21983 \end_inset
21984
21985
21986 \end_layout
21987
21988 \begin_layout Standard
21989 \begin_inset Float table
21990 wide false
21991 sideways true
21992 status open
21993
21994 \begin_layout Plain Layout
21995 \begin_inset Caption
21996
21997 \begin_layout Plain Layout
21998 \begin_inset CommandInset label
21999 LatexCommand label
22000 name "tab:Rotated-table"
22001
22002 \end_inset
22003
22004  Rotated table
22005 \end_layout
22006
22007 \end_inset
22008
22009
22010 \end_layout
22011
22012 \begin_layout Plain Layout
22013 \align center
22014 \begin_inset Tabular
22015 <lyxtabular version="3" rows="1" columns="5">
22016 <features tabularvalignment="middle">
22017 <column alignment="center" valignment="top" width="0">
22018 <column alignment="center" valignment="top" width="0">
22019 <column alignment="center" valignment="top" width="0">
22020 <column alignment="center" valignment="top" width="0">
22021 <column alignment="center" valignment="top" width="0">
22022 <row>
22023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22024 \begin_inset Text
22025
22026 \begin_layout Plain Layout
22027 test
22028 \end_layout
22029
22030 \end_inset
22031 </cell>
22032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22033 \begin_inset Text
22034
22035 \begin_layout Plain Layout
22036 b
22037 \end_layout
22038
22039 \end_inset
22040 </cell>
22041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22042 \begin_inset Text
22043
22044 \begin_layout Plain Layout
22045 c
22046 \end_layout
22047
22048 \end_inset
22049 </cell>
22050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22051 \begin_inset Text
22052
22053 \begin_layout Plain Layout
22054 d
22055 \end_layout
22056
22057 \end_inset
22058 </cell>
22059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22060 \begin_inset Text
22061
22062 \begin_layout Plain Layout
22063 e
22064 \end_layout
22065
22066 \end_inset
22067 </cell>
22068 </row>
22069 </lyxtabular>
22070
22071 \end_inset
22072
22073
22074 \end_layout
22075
22076 \end_inset
22077
22078
22079 \end_layout
22080
22081 \begin_layout Section
22082 Subfloats
22083 \begin_inset Index idx
22084 status collapsed
22085
22086 \begin_layout Plain Layout
22087 Floats ! Subfloats
22088 \end_layout
22089
22090 \end_inset
22091
22092
22093 \end_layout
22094
22095 \begin_layout Standard
22096 Subfloats are for example used when a figure consists of several images.
22097  They are created by inserting a float into an existing float.
22098  The placement of the subfloats can be controlled in the same way as for
22099  paragraphs as shown in table
22100 \begin_inset space ~
22101 \end_inset
22102
22103
22104 \begin_inset CommandInset ref
22105 LatexCommand ref
22106 reference "tab:Two-subtables-side"
22107
22108 \end_inset
22109
22110  and 
22111 \begin_inset CommandInset ref
22112 LatexCommand ref
22113 reference "tab:Two-subtables-upon"
22114
22115 \end_inset
22116
22117 .
22118 \end_layout
22119
22120 \begin_layout Standard
22121 Referencing subfloats works as for normal floats: Table
22122 \begin_inset space ~
22123 \end_inset
22124
22125
22126 \begin_inset CommandInset ref
22127 LatexCommand ref
22128 reference "tab:This-is-subtable-a"
22129
22130 \end_inset
22131
22132  and 
22133 \begin_inset CommandInset ref
22134 LatexCommand ref
22135 reference "tab:This-is-subtable-b"
22136
22137 \end_inset
22138
22139  are subtables of table
22140 \begin_inset space ~
22141 \end_inset
22142
22143
22144 \begin_inset CommandInset ref
22145 LatexCommand ref
22146 reference "tab:Two-subtables-side"
22147
22148 \end_inset
22149
22150 .
22151 \end_layout
22152
22153 \begin_layout Standard
22154 \begin_inset Float table
22155 wide false
22156 sideways false
22157 status open
22158
22159 \begin_layout Plain Layout
22160 \begin_inset Caption
22161
22162 \begin_layout Plain Layout
22163 \begin_inset CommandInset label
22164 LatexCommand label
22165 name "tab:Two-subtables-side"
22166
22167 \end_inset
22168
22169 Two subtables placed side by side.
22170 \end_layout
22171
22172 \end_inset
22173
22174
22175 \end_layout
22176
22177 \begin_layout Plain Layout
22178 \align center
22179 \begin_inset space \hfill{}
22180 \end_inset
22181
22182
22183 \begin_inset Float table
22184 wide false
22185 sideways false
22186 status collapsed
22187
22188 \begin_layout Plain Layout
22189 \begin_inset Caption
22190
22191 \begin_layout Plain Layout
22192 \begin_inset CommandInset label
22193 LatexCommand label
22194 name "tab:This-is-subtable-a"
22195
22196 \end_inset
22197
22198 This is subtable a.
22199 \end_layout
22200
22201 \end_inset
22202
22203
22204 \end_layout
22205
22206 \begin_layout Plain Layout
22207 \align center
22208 \begin_inset Tabular
22209 <lyxtabular version="3" rows="1" columns="5">
22210 <features tabularvalignment="middle">
22211 <column alignment="center" valignment="top" width="0">
22212 <column alignment="center" valignment="top" width="0">
22213 <column alignment="center" valignment="top" width="0">
22214 <column alignment="center" valignment="top" width="0">
22215 <column alignment="center" valignment="top" width="0">
22216 <row>
22217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22218 \begin_inset Text
22219
22220 \begin_layout Plain Layout
22221 test
22222 \end_layout
22223
22224 \end_inset
22225 </cell>
22226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22227 \begin_inset Text
22228
22229 \begin_layout Plain Layout
22230 b
22231 \end_layout
22232
22233 \end_inset
22234 </cell>
22235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22236 \begin_inset Text
22237
22238 \begin_layout Plain Layout
22239 c
22240 \end_layout
22241
22242 \end_inset
22243 </cell>
22244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22245 \begin_inset Text
22246
22247 \begin_layout Plain Layout
22248 d
22249 \end_layout
22250
22251 \end_inset
22252 </cell>
22253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22254 \begin_inset Text
22255
22256 \begin_layout Plain Layout
22257 e
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 </row>
22263 </lyxtabular>
22264
22265 \end_inset
22266
22267
22268 \end_layout
22269
22270 \end_inset
22271
22272
22273 \begin_inset space \hfill{}
22274 \end_inset
22275
22276
22277 \begin_inset Float table
22278 wide false
22279 sideways false
22280 status collapsed
22281
22282 \begin_layout Plain Layout
22283 \begin_inset Caption
22284
22285 \begin_layout Plain Layout
22286 \begin_inset CommandInset label
22287 LatexCommand label
22288 name "tab:This-is-subtable-b"
22289
22290 \end_inset
22291
22292 This is subtable b.
22293 \end_layout
22294
22295 \end_inset
22296
22297
22298 \end_layout
22299
22300 \begin_layout Plain Layout
22301 \align center
22302 \begin_inset Tabular
22303 <lyxtabular version="3" rows="1" columns="5">
22304 <features tabularvalignment="middle">
22305 <column alignment="center" valignment="top" width="0">
22306 <column alignment="center" valignment="top" width="0">
22307 <column alignment="center" valignment="top" width="0">
22308 <column alignment="center" valignment="top" width="0">
22309 <column alignment="center" valignment="top" width="0">
22310 <row>
22311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22312 \begin_inset Text
22313
22314 \begin_layout Plain Layout
22315 e
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22321 \begin_inset Text
22322
22323 \begin_layout Plain Layout
22324 d
22325 \end_layout
22326
22327 \end_inset
22328 </cell>
22329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22330 \begin_inset Text
22331
22332 \begin_layout Plain Layout
22333 c
22334 \end_layout
22335
22336 \end_inset
22337 </cell>
22338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22339 \begin_inset Text
22340
22341 \begin_layout Plain Layout
22342 b
22343 \end_layout
22344
22345 \end_inset
22346 </cell>
22347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22348 \begin_inset Text
22349
22350 \begin_layout Plain Layout
22351 test
22352 \end_layout
22353
22354 \end_inset
22355 </cell>
22356 </row>
22357 </lyxtabular>
22358
22359 \end_inset
22360
22361
22362 \end_layout
22363
22364 \end_inset
22365
22366
22367 \begin_inset space \hfill{}
22368 \end_inset
22369
22370
22371 \end_layout
22372
22373 \end_inset
22374
22375
22376 \end_layout
22377
22378 \begin_layout Standard
22379 \begin_inset Float table
22380 wide false
22381 sideways false
22382 status open
22383
22384 \begin_layout Plain Layout
22385 \begin_inset Caption
22386
22387 \begin_layout Plain Layout
22388 \begin_inset CommandInset label
22389 LatexCommand label
22390 name "tab:Two-subtables-upon"
22391
22392 \end_inset
22393
22394 Two subtables placed one above the other.
22395  (a) table with 4 cells, (b) table with 5 cells.
22396 \end_layout
22397
22398 \end_inset
22399
22400
22401 \end_layout
22402
22403 \begin_layout Plain Layout
22404 \align center
22405 \begin_inset Float table
22406 wide false
22407 sideways false
22408 status collapsed
22409
22410 \begin_layout Plain Layout
22411 \begin_inset Caption
22412
22413 \begin_layout Plain Layout
22414
22415 \end_layout
22416
22417 \end_inset
22418
22419
22420 \end_layout
22421
22422 \begin_layout Plain Layout
22423 \align center
22424 \begin_inset Tabular
22425 <lyxtabular version="3" rows="1" columns="4">
22426 <features tabularvalignment="middle">
22427 <column alignment="center" valignment="top" width="0">
22428 <column alignment="center" valignment="top" width="0">
22429 <column alignment="center" valignment="top" width="0">
22430 <column alignment="center" valignment="top" width="0">
22431 <row>
22432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436 test
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445 test
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22451 \begin_inset Text
22452
22453 \begin_layout Plain Layout
22454 test
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22460 \begin_inset Text
22461
22462 \begin_layout Plain Layout
22463 test
22464 \end_layout
22465
22466 \end_inset
22467 </cell>
22468 </row>
22469 </lyxtabular>
22470
22471 \end_inset
22472
22473
22474 \end_layout
22475
22476 \end_inset
22477
22478
22479 \end_layout
22480
22481 \begin_layout Plain Layout
22482 \align center
22483 \begin_inset Float table
22484 wide false
22485 sideways false
22486 status collapsed
22487
22488 \begin_layout Plain Layout
22489 \begin_inset Caption
22490
22491 \begin_layout Plain Layout
22492
22493 \end_layout
22494
22495 \end_inset
22496
22497
22498 \end_layout
22499
22500 \begin_layout Plain Layout
22501 \align center
22502 \begin_inset Tabular
22503 <lyxtabular version="3" rows="1" columns="5">
22504 <features tabularvalignment="middle">
22505 <column alignment="center" valignment="top" width="0">
22506 <column alignment="center" valignment="top" width="0">
22507 <column alignment="center" valignment="top" width="0">
22508 <column alignment="center" valignment="top" width="0">
22509 <column alignment="center" valignment="top" width="0">
22510 <row>
22511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22512 \begin_inset Text
22513
22514 \begin_layout Plain Layout
22515 a
22516 \end_layout
22517
22518 \end_inset
22519 </cell>
22520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22521 \begin_inset Text
22522
22523 \begin_layout Plain Layout
22524 b
22525 \end_layout
22526
22527 \end_inset
22528 </cell>
22529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22530 \begin_inset Text
22531
22532 \begin_layout Plain Layout
22533 c
22534 \end_layout
22535
22536 \end_inset
22537 </cell>
22538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22539 \begin_inset Text
22540
22541 \begin_layout Plain Layout
22542 d
22543 \end_layout
22544
22545 \end_inset
22546 </cell>
22547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22548 \begin_inset Text
22549
22550 \begin_layout Plain Layout
22551 e
22552 \end_layout
22553
22554 \end_inset
22555 </cell>
22556 </row>
22557 </lyxtabular>
22558
22559 \end_inset
22560
22561
22562 \end_layout
22563
22564 \end_inset
22565
22566
22567 \end_layout
22568
22569 \end_inset
22570
22571
22572 \end_layout
22573
22574 \begin_layout Section
22575 Floats Side by Side
22576 \begin_inset Index idx
22577 status collapsed
22578
22579 \begin_layout Plain Layout
22580 Floats ! Side by side
22581 \end_layout
22582
22583 \end_inset
22584
22585
22586 \end_layout
22587
22588 \begin_layout Standard
22589 To place floats side by side, as in Figures
22590 \begin_inset space ~
22591 \end_inset
22592
22593
22594 \begin_inset CommandInset ref
22595 LatexCommand ref
22596 reference "fig:Float-left"
22597
22598 \end_inset
22599
22600  and 
22601 \begin_inset CommandInset ref
22602 LatexCommand ref
22603 reference "fig:Float-right"
22604
22605 \end_inset
22606
22607 , only 
22608 \emph on
22609 one
22610 \emph default
22611  float is used.
22612  In it two minipage boxes are inserted.
22613 \begin_inset Foot
22614 status collapsed
22615
22616 \begin_layout Plain Layout
22617 Minipages are explained in section
22618 \begin_inset space ~
22619 \end_inset
22620
22621
22622 \begin_inset CommandInset ref
22623 LatexCommand ref
22624 reference "sec:Minipages"
22625
22626 \end_inset
22627
22628 .
22629 \end_layout
22630
22631 \end_inset
22632
22633  The width is set to 45
22634 \begin_inset space \thinspace{}
22635 \end_inset
22636
22637 -50
22638 \begin_inset space \thinspace{}
22639 \end_inset
22640
22641 column% and the box alignment to 
22642 \family sans
22643 Bottom
22644 \family default
22645  for each minipage.
22646  The minipage boxes contain the image and the caption in the same way as
22647  they are in a float.
22648  The only difference is that the image unit 
22649 \family sans
22650 Column
22651 \begin_inset space ~
22652 \end_inset
22653
22654 Width
22655 \begin_inset space ~
22656 \end_inset
22657
22658 %
22659 \family default
22660  is now calculated according to the width of the minipage boxes.
22661 \end_layout
22662
22663 \begin_layout Standard
22664 \begin_inset Float figure
22665 wide false
22666 sideways false
22667 status open
22668
22669 \begin_layout Plain Layout
22670 \begin_inset Box Frameless
22671 position "b"
22672 hor_pos "c"
22673 has_inner_box 1
22674 inner_pos "t"
22675 use_parbox 0
22676 use_makebox 0
22677 width "45col%"
22678 special "none"
22679 height "1in"
22680 height_special "totalheight"
22681 status open
22682
22683 \begin_layout Plain Layout
22684 \align center
22685 \begin_inset Graphics
22686         filename clipart/mobius.eps
22687         lyxscale 50
22688         width 100col%
22689         scaleBeforeRotation
22690
22691 \end_inset
22692
22693
22694 \end_layout
22695
22696 \begin_layout Plain Layout
22697 \begin_inset Caption
22698
22699 \begin_layout Plain Layout
22700 \begin_inset CommandInset label
22701 LatexCommand label
22702 name "fig:Float-left"
22703
22704 \end_inset
22705
22706 Float on the left side.
22707 \end_layout
22708
22709 \end_inset
22710
22711
22712 \end_layout
22713
22714 \end_inset
22715
22716
22717 \begin_inset space \hfill{}
22718 \end_inset
22719
22720
22721 \begin_inset Box Frameless
22722 position "b"
22723 hor_pos "c"
22724 has_inner_box 1
22725 inner_pos "t"
22726 use_parbox 0
22727 use_makebox 0
22728 width "45col%"
22729 special "none"
22730 height "1in"
22731 height_special "totalheight"
22732 status open
22733
22734 \begin_layout Plain Layout
22735 \align center
22736 \begin_inset Graphics
22737         filename clipart/platypus.eps
22738         lyxscale 50
22739         width 100col%
22740         scaleBeforeRotation
22741
22742 \end_inset
22743
22744
22745 \end_layout
22746
22747 \begin_layout Plain Layout
22748 \begin_inset Caption
22749
22750 \begin_layout Plain Layout
22751 \begin_inset CommandInset label
22752 LatexCommand label
22753 name "fig:Float-right"
22754
22755 \end_inset
22756
22757 Float on the right side.
22758 \end_layout
22759
22760 \end_inset
22761
22762
22763 \end_layout
22764
22765 \end_inset
22766
22767
22768 \end_layout
22769
22770 \begin_layout Plain Layout
22771
22772 \end_layout
22773
22774 \end_inset
22775
22776
22777 \end_layout
22778
22779 \begin_layout Section
22780 Caption Formatting
22781 \begin_inset Index idx
22782 status collapsed
22783
22784 \begin_layout Plain Layout
22785 Caption ! Formatting
22786 \end_layout
22787
22788 \end_inset
22789
22790
22791 \begin_inset Index idx
22792 status collapsed
22793
22794 \begin_layout Plain Layout
22795 Floats ! Caption Formatting
22796 \end_layout
22797
22798 \end_inset
22799
22800
22801 \begin_inset CommandInset label
22802 LatexCommand label
22803 name "sec:Caption-Formatting"
22804
22805 \end_inset
22806
22807
22808 \end_layout
22809
22810 \begin_layout Standard
22811 The 
22812 \family sans
22813 Caption
22814 \family default
22815  environment is the default paragraph environment for 
22816 \family sans
22817 Floats
22818 \family default
22819 .
22820  On the LyX screen captions appear as label, e.
22821 \begin_inset space \thinspace{}
22822 \end_inset
22823
22824 g.
22825 \begin_inset space \space{}
22826 \end_inset
22827
22828
22829 \begin_inset Quotes eld
22830 \end_inset
22831
22832
22833 \family sans
22834 Figure #:
22835 \family default
22836
22837 \begin_inset Quotes erd
22838 \end_inset
22839
22840  followed by the caption text.
22841  
22842 \begin_inset Quotes eld
22843 \end_inset
22844
22845 #
22846 \begin_inset Quotes erd
22847 \end_inset
22848
22849  is the actual reference number.
22850  By default the label and the number are in the same font as the caption
22851  text and a colon follows the number to divide the label from the text.
22852  This caption format is not suitable for all document formats.
22853  
22854 \end_layout
22855
22856 \begin_layout Standard
22857 To change the default caption format, load the LaTeX-package 
22858 \series bold
22859 caption
22860 \series default
22861
22862 \begin_inset Index idx
22863 status collapsed
22864
22865 \begin_layout Plain Layout
22866 LaTeX-packages ! caption
22867 \end_layout
22868
22869 \end_inset
22870
22871  in the document preamble with this line:
22872 \end_layout
22873
22874 \begin_layout Standard
22875
22876 \series bold
22877
22878 \backslash
22879 usepackage[format definition]{caption}
22880 \end_layout
22881
22882 \begin_layout Standard
22883 To have for example the label and the number in sans-serif bold font and
22884  the table captions always above the table as in this document, use the
22885  following command:
22886 \end_layout
22887
22888 \begin_layout Standard
22889
22890 \series bold
22891
22892 \backslash
22893 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22894 \end_layout
22895
22896 \begin_layout Standard
22897 You can also define different caption formats for the different float types.
22898  In this case load the 
22899 \series bold
22900 caption
22901 \series default
22902  package without format specific options and define the different formats
22903  with the help of the command
22904 \end_layout
22905
22906 \begin_layout Standard
22907
22908 \series bold
22909
22910 \backslash
22911 captionsetup[float type]{format definition}
22912 \end_layout
22913
22914 \begin_layout Standard
22915 in the document preamble.
22916  For example the caption formats of Figure
22917 \begin_inset space ~
22918 \end_inset
22919
22920
22921 \begin_inset CommandInset ref
22922 LatexCommand ref
22923 reference "fig:This-is-an-fig"
22924
22925 \end_inset
22926
22927  and Table
22928 \begin_inset space ~
22929 \end_inset
22930
22931
22932 \begin_inset CommandInset ref
22933 LatexCommand ref
22934 reference "tab:This-is-an-tab"
22935
22936 \end_inset
22937
22938  can be created using these commands in the document preamble:
22939 \end_layout
22940
22941 \begin_layout Standard
22942
22943 \series bold
22944
22945 \backslash
22946 usepackage[tableposition=top]{caption}
22947 \series default
22948
22949 \begin_inset Newline newline
22950 \end_inset
22951
22952
22953 \series bold
22954
22955 \backslash
22956 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22957 \begin_inset Newline newline
22958 \end_inset
22959
22960
22961 \begin_inset Phantom HPhantom
22962 status open
22963
22964 \begin_layout Plain Layout
22965
22966 \series bold
22967
22968 \backslash
22969 captionsetup[figure]{
22970 \end_layout
22971
22972 \end_inset
22973
22974 labelsep=period}
22975 \begin_inset Newline newline
22976 \end_inset
22977
22978
22979 \backslash
22980 captionsetup[table]{labelfont={bf,sf}}
22981 \end_layout
22982
22983 \begin_layout Standard
22984 \begin_inset Note Greyedout
22985 status open
22986
22987 \begin_layout Plain Layout
22988
22989 \series bold
22990 Note:
22991 \series default
22992  The option 
22993 \series bold
22994 tableposition=top
22995 \series default
22996  has no effect when a 
22997 \series bold
22998 KOMA-Script
22999 \series default
23000
23001 \begin_inset Index idx
23002 status collapsed
23003
23004 \begin_layout Plain Layout
23005 LaTeX-packages ! KOMA-Script
23006 \end_layout
23007
23008 \end_inset
23009
23010  document class is used.
23011  In this case the document class option 
23012 \series bold
23013 captions=tableheading
23014 \series default
23015  must be used.
23016 \end_layout
23017
23018 \end_inset
23019
23020
23021 \end_layout
23022
23023 \begin_layout Standard
23024 For more information about the package 
23025 \series bold
23026 caption
23027 \series default
23028  we refer to its documentation 
23029 \begin_inset CommandInset citation
23030 LatexCommand cite
23031 key "caption"
23032
23033 \end_inset
23034
23035 .
23036 \end_layout
23037
23038 \begin_layout Standard
23039 To change the label name from e.
23040 \begin_inset space \thinspace{}
23041 \end_inset
23042
23043 g.
23044 \begin_inset space \space{}
23045 \end_inset
23046
23047
23048 \begin_inset Quotes eld
23049 \end_inset
23050
23051 Figure
23052 \begin_inset Quotes erd
23053 \end_inset
23054
23055  to 
23056 \begin_inset Quotes eld
23057 \end_inset
23058
23059 Image
23060 \begin_inset Quotes erd
23061 \end_inset
23062
23063  use this preamble command:
23064 \end_layout
23065
23066 \begin_layout Standard
23067
23068 \series bold
23069
23070 \backslash
23071 renewcommand{
23072 \backslash
23073 fnum@figure}{Image~
23074 \backslash
23075 thefigure}
23076 \end_layout
23077
23078 \begin_layout Standard
23079 where 
23080 \series bold
23081
23082 \backslash
23083 thefigure
23084 \series default
23085  inserts the figure number and
23086 \series bold
23087  
23088 \begin_inset Quotes eld
23089 \end_inset
23090
23091 ~
23092 \series default
23093
23094 \begin_inset Quotes erd
23095 \end_inset
23096
23097  creates a protected space.
23098 \end_layout
23099
23100 \begin_layout Standard
23101 \begin_inset VSpace bigskip
23102 \end_inset
23103
23104 If you are using a 
23105 \series bold
23106 KOMA-Script
23107 \series default
23108
23109 \begin_inset Index idx
23110 status collapsed
23111
23112 \begin_layout Plain Layout
23113 LaTeX-packages ! KOMA-Script
23114 \end_layout
23115
23116 \end_inset
23117
23118  document class (
23119 \family sans
23120 article (KOMA-Script)
23121 \family default
23122
23123 \family sans
23124 book (KOMA-Script)
23125 \family default
23126
23127 \family sans
23128 letter (KOMA-Script)
23129 \family default
23130 , or 
23131 \family sans
23132 report (KOMA-Script)
23133 \family default
23134
23135 \begin_inset space \thinspace{}
23136 \end_inset
23137
23138 ), you can alternatively to the 
23139 \series bold
23140 caption
23141 \series default
23142  package use 
23143 \series bold
23144 KOMA-Script
23145 \series default
23146 's built-in command 
23147 \series bold
23148
23149 \backslash
23150 setkomafont
23151 \series default
23152 .
23153  For example, to have the caption label in bold, add this command to your
23154  document preamble:
23155 \end_layout
23156
23157 \begin_layout Standard
23158
23159 \series bold
23160
23161 \backslash
23162 setkomafont{captionlabel}{
23163 \backslash
23164 bfseries}
23165 \end_layout
23166
23167 \begin_layout Standard
23168 For more information about 
23169 \series bold
23170
23171 \backslash
23172 setkomafont
23173 \series default
23174  we refer to the 
23175 \series bold
23176 KOMA-Script
23177 \series default
23178  documentation 
23179 \begin_inset CommandInset citation
23180 LatexCommand cite
23181 key "KOMA-Script"
23182
23183 \end_inset
23184
23185 .
23186 \end_layout
23187
23188 \begin_layout Standard
23189 \begin_inset ERT
23190 status collapsed
23191
23192 \begin_layout Plain Layout
23193
23194
23195 \backslash
23196 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23197 }
23198 \end_layout
23199
23200 \end_inset
23201
23202
23203 \begin_inset Note Note
23204 status open
23205
23206 \begin_layout Plain Layout
23207 The caption format is changed only for this example.
23208 \end_layout
23209
23210 \end_inset
23211
23212
23213 \end_layout
23214
23215 \begin_layout Standard
23216 \begin_inset Float figure
23217 placement !p
23218 wide false
23219 sideways false
23220 status open
23221
23222 \begin_layout Plain Layout
23223 \align center
23224 \begin_inset Graphics
23225         filename clipart/mobius.eps
23226         lyxscale 50
23227         scale 50
23228         scaleBeforeRotation
23229
23230 \end_inset
23231
23232
23233 \end_layout
23234
23235 \begin_layout Plain Layout
23236 \begin_inset Caption
23237
23238 \begin_layout Plain Layout
23239 \begin_inset CommandInset label
23240 LatexCommand label
23241 name "fig:This-is-an-fig"
23242
23243 \end_inset
23244
23245 This is an example figure caption that is longer than one line to show the
23246  different caption format.
23247  Here a self-defined caption format is used.
23248 \end_layout
23249
23250 \end_inset
23251
23252
23253 \end_layout
23254
23255 \end_inset
23256
23257
23258 \end_layout
23259
23260 \begin_layout Standard
23261 \begin_inset ERT
23262 status collapsed
23263
23264 \begin_layout Plain Layout
23265
23266
23267 \backslash
23268 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23269 on}
23270 \end_layout
23271
23272 \end_inset
23273
23274
23275 \end_layout
23276
23277 \begin_layout Standard
23278 \begin_inset Float table
23279 placement !p
23280 wide false
23281 sideways false
23282 status open
23283
23284 \begin_layout Plain Layout
23285 \begin_inset Caption
23286
23287 \begin_layout Plain Layout
23288 \begin_inset CommandInset label
23289 LatexCommand label
23290 name "tab:This-is-an-tab"
23291
23292 \end_inset
23293
23294 This is an example table caption that is longer than one line to show the
23295  different caption format.
23296  Here the standard caption format for tables in this document is used.
23297 \end_layout
23298
23299 \end_inset
23300
23301
23302 \end_layout
23303
23304 \begin_layout Plain Layout
23305 \align center
23306 \begin_inset Tabular
23307 <lyxtabular version="3" rows="1" columns="5">
23308 <features tabularvalignment="middle">
23309 <column alignment="center" valignment="top" width="0">
23310 <column alignment="center" valignment="top" width="0">
23311 <column alignment="center" valignment="top" width="0">
23312 <column alignment="center" valignment="top" width="0">
23313 <column alignment="center" valignment="top" width="0">
23314 <row>
23315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23316 \begin_inset Text
23317
23318 \begin_layout Plain Layout
23319 a
23320 \end_layout
23321
23322 \end_inset
23323 </cell>
23324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23325 \begin_inset Text
23326
23327 \begin_layout Plain Layout
23328 b
23329 \end_layout
23330
23331 \end_inset
23332 </cell>
23333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23334 \begin_inset Text
23335
23336 \begin_layout Plain Layout
23337 c
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23343 \begin_inset Text
23344
23345 \begin_layout Plain Layout
23346 d
23347 \end_layout
23348
23349 \end_inset
23350 </cell>
23351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355 e
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 </row>
23361 </lyxtabular>
23362
23363 \end_inset
23364
23365
23366 \end_layout
23367
23368 \end_inset
23369
23370
23371 \end_layout
23372
23373 \begin_layout Section
23374 Caption Placement
23375 \begin_inset Index idx
23376 status collapsed
23377
23378 \begin_layout Plain Layout
23379 Caption ! Placement
23380 \end_layout
23381
23382 \end_inset
23383
23384
23385 \begin_inset Index idx
23386 status collapsed
23387
23388 \begin_layout Plain Layout
23389 Floats ! Caption Placement
23390 \end_layout
23391
23392 \end_inset
23393
23394
23395 \begin_inset CommandInset label
23396 LatexCommand label
23397 name "sec:Caption-Placement"
23398
23399 \end_inset
23400
23401
23402 \end_layout
23403
23404 \begin_layout Standard
23405 The common caption placement rule is:
23406 \end_layout
23407
23408 \begin_layout Description
23409 Figure: Caption is set below the figure
23410 \end_layout
23411
23412 \begin_layout Description
23413 Table: Caption is set above the table
23414 \end_layout
23415
23416 \begin_layout Standard
23417 Having the caption above the table is unfortunately not supported in LaTeX's
23418  standard classes.
23419  That means if you are using the document classes 
23420 \family sans
23421 article
23422 \family default
23423
23424 \family sans
23425 book
23426 \family default
23427
23428 \family sans
23429 letter
23430 \family default
23431 , or 
23432 \family sans
23433 report
23434 \family default
23435  there will be no space between the caption and the table.
23436  To insert the necessary space, add the following option to the load command
23437  of the LaTeX-package 
23438 \series bold
23439 caption
23440 \series default
23441  in your document preamble
23442 \begin_inset Foot
23443 status collapsed
23444
23445 \begin_layout Plain Layout
23446 See section
23447 \begin_inset space ~
23448 \end_inset
23449
23450
23451 \begin_inset CommandInset ref
23452 LatexCommand ref
23453 reference "sec:Caption-Formatting"
23454
23455 \end_inset
23456
23457  for more information of the package 
23458 \series bold
23459 caption
23460 \series default
23461 .
23462 \end_layout
23463
23464 \end_inset
23465
23466 :
23467 \end_layout
23468
23469 \begin_layout Standard
23470
23471 \series bold
23472 tableposition=top
23473 \end_layout
23474
23475 \begin_layout Standard
23476 If you are using a 
23477 \series bold
23478 KOMA-Script
23479 \series default
23480
23481 \begin_inset Index idx
23482 status collapsed
23483
23484 \begin_layout Plain Layout
23485 LaTeX-packages ! KOMA-Script
23486 \end_layout
23487
23488 \end_inset
23489
23490  document class (
23491 \family sans
23492 article (KOMA-Script)
23493 \family default
23494
23495 \family sans
23496 book (KOMA-Script)
23497 \family default
23498
23499 \family sans
23500 letter (KOMA-Script)
23501 \family default
23502 , or 
23503 \family sans
23504 report (KOMA-Script)
23505 \family default
23506
23507 \begin_inset space \thinspace{}
23508 \end_inset
23509
23510 ), you can alternatively to the 
23511 \series bold
23512 caption
23513 \series default
23514  package set the document class option 
23515 \series bold
23516 captions=tableheading
23517 \series default
23518 .
23519 \end_layout
23520
23521 \begin_layout Standard
23522 \begin_inset VSpace bigskip
23523 \end_inset
23524
23525 It is also possible to set the caption beside a figure or table.
23526  To get this the LaTeX-package 
23527 \series bold
23528 sidecap
23529 \series default
23530
23531 \begin_inset Index idx
23532 status collapsed
23533
23534 \begin_layout Plain Layout
23535 LaTeX-packages ! sidecap
23536 \end_layout
23537
23538 \end_inset
23539
23540  has to be loaded in the document preamble with the line
23541 \end_layout
23542
23543 \begin_layout Standard
23544
23545 \series bold
23546
23547 \backslash
23548 usepackage[option]{sidecap}
23549 \end_layout
23550
23551 \begin_layout Standard
23552 If you set no option, the caption is placed on the side of the outer page
23553  margin – to the right on odd pages, to the left on even pages.
23554  You can change the placement to inner margin with the option 
23555 \series bold
23556 innercaption
23557 \series default
23558 .
23559  To force the placement always to the right or left, use the option 
23560 \series bold
23561 rightcaption
23562 \series default
23563  or 
23564 \series bold
23565 leftcaption
23566 \series default
23567 , respectively.
23568 \end_layout
23569
23570 \begin_layout Standard
23571 \begin_inset ERT
23572 status collapsed
23573
23574 \begin_layout Plain Layout
23575
23576
23577 \backslash
23578 ifsidecap
23579 \end_layout
23580
23581 \end_inset
23582
23583
23584 \begin_inset Note Note
23585 status open
23586
23587 \begin_layout Plain Layout
23588 The following section will only be displayed when the LaTeX-package 
23589 \series bold
23590 sidecap
23591 \series default
23592  is installed.
23593 \end_layout
23594
23595 \end_inset
23596
23597
23598 \end_layout
23599
23600 \begin_layout Standard
23601 To place in LyX the caption of a float on the side, it is necessary to add
23602  these commands to the document preamble:
23603 \end_layout
23604
23605 \begin_layout Standard
23606 \begin_inset Newpage pagebreak
23607 \end_inset
23608
23609
23610 \end_layout
23611
23612 \begin_layout Standard
23613 \noindent
23614 \begin_inset CommandInset line
23615 LatexCommand rule
23616 offset "0.5ex"
23617 width "100line%"
23618 height "1pt"
23619
23620 \end_inset
23621
23622
23623 \end_layout
23624
23625 \begin_layout Standard
23626
23627 \series bold
23628
23629 \backslash
23630 newcommand{
23631 \backslash
23632 TabBesBeg}[1][1.0]{%
23633 \begin_inset Newline newline
23634 \end_inset
23635
23636
23637 \begin_inset Phantom HPhantom
23638 status open
23639
23640 \begin_layout Plain Layout
23641 \begin_inset space ~
23642 \end_inset
23643
23644
23645 \end_layout
23646
23647 \end_inset
23648
23649
23650 \backslash
23651 let
23652 \backslash
23653 MyTable
23654 \backslash
23655 table
23656 \begin_inset Newline newline
23657 \end_inset
23658
23659
23660 \begin_inset Phantom HPhantom
23661 status open
23662
23663 \begin_layout Plain Layout
23664
23665 \series medium
23666 \begin_inset space ~
23667 \end_inset
23668
23669
23670 \end_layout
23671
23672 \end_inset
23673
23674
23675 \backslash
23676 let
23677 \backslash
23678 MyEndtable
23679 \backslash
23680 endtable
23681 \begin_inset Newline newline
23682 \end_inset
23683
23684
23685 \begin_inset Phantom HPhantom
23686 status open
23687
23688 \begin_layout Plain Layout
23689
23690 \series medium
23691 \begin_inset space ~
23692 \end_inset
23693
23694
23695 \end_layout
23696
23697 \end_inset
23698
23699
23700 \backslash
23701 renewenvironment{table}[1]{
23702 \backslash
23703 begin{SCtable}[#1]##1}{
23704 \backslash
23705 end{SCtable}}}
23706 \end_layout
23707
23708 \begin_layout Standard
23709
23710 \series bold
23711
23712 \backslash
23713 newcommand{
23714 \backslash
23715 TabBesEnd}{%
23716 \begin_inset Newline newline
23717 \end_inset
23718
23719
23720 \begin_inset Phantom HPhantom
23721 status open
23722
23723 \begin_layout Plain Layout
23724 \begin_inset space ~
23725 \end_inset
23726
23727
23728 \end_layout
23729
23730 \end_inset
23731
23732
23733 \backslash
23734 let
23735 \backslash
23736 table
23737 \backslash
23738 MyTable
23739 \begin_inset Newline newline
23740 \end_inset
23741
23742
23743 \begin_inset Phantom HPhantom
23744 status open
23745
23746 \begin_layout Plain Layout
23747 \begin_inset space ~
23748 \end_inset
23749
23750
23751 \end_layout
23752
23753 \end_inset
23754
23755
23756 \backslash
23757 let
23758 \backslash
23759 endtable
23760 \backslash
23761 MyEndtable
23762 \end_layout
23763
23764 \begin_layout Standard
23765
23766 \series bold
23767
23768 \backslash
23769 newcommand{
23770 \backslash
23771 FigBesBeg}[1][1.0]{%
23772 \begin_inset Newline newline
23773 \end_inset
23774
23775
23776 \begin_inset Phantom HPhantom
23777 status open
23778
23779 \begin_layout Plain Layout
23780 \begin_inset space ~
23781 \end_inset
23782
23783
23784 \end_layout
23785
23786 \end_inset
23787
23788
23789 \backslash
23790 let
23791 \backslash
23792 MyFigure
23793 \backslash
23794 figure
23795 \begin_inset Newline newline
23796 \end_inset
23797
23798
23799 \begin_inset Phantom HPhantom
23800 status open
23801
23802 \begin_layout Plain Layout
23803 \begin_inset space ~
23804 \end_inset
23805
23806
23807 \end_layout
23808
23809 \end_inset
23810
23811
23812 \backslash
23813 let
23814 \backslash
23815 MyEndfigure
23816 \backslash
23817 endfigure
23818 \begin_inset Newline newline
23819 \end_inset
23820
23821
23822 \begin_inset Phantom HPhantom
23823 status open
23824
23825 \begin_layout Plain Layout
23826 \begin_inset space ~
23827 \end_inset
23828
23829
23830 \end_layout
23831
23832 \end_inset
23833
23834
23835 \backslash
23836 renewenvironment{figure}[1]{
23837 \backslash
23838 begin{SCfigure}[#1]##1}{
23839 \backslash
23840 end{SCfigure}}}
23841 \end_layout
23842
23843 \begin_layout Standard
23844
23845 \series bold
23846
23847 \backslash
23848 newcommand{
23849 \backslash
23850 FigBesEnd}{%
23851 \begin_inset Newline newline
23852 \end_inset
23853
23854
23855 \begin_inset Phantom HPhantom
23856 status open
23857
23858 \begin_layout Plain Layout
23859 \begin_inset space ~
23860 \end_inset
23861
23862
23863 \end_layout
23864
23865 \end_inset
23866
23867
23868 \backslash
23869 let
23870 \backslash
23871 figure
23872 \backslash
23873 MyFigure
23874 \begin_inset Newline newline
23875 \end_inset
23876
23877
23878 \begin_inset Phantom HPhantom
23879 status open
23880
23881 \begin_layout Plain Layout
23882 \begin_inset space ~
23883 \end_inset
23884
23885
23886 \end_layout
23887
23888 \end_inset
23889
23890
23891 \backslash
23892 let
23893 \backslash
23894 endfigure
23895 \backslash
23896 MyEndfigure}
23897 \end_layout
23898
23899 \begin_layout Standard
23900 \noindent
23901 \begin_inset CommandInset line
23902 LatexCommand rule
23903 offset "0.5ex"
23904 width "100line%"
23905 height "1pt"
23906
23907 \end_inset
23908
23909
23910 \end_layout
23911
23912 \begin_layout Standard
23913 The commands allow you to redefine the floats so that the caption is set
23914  on the side.
23915  For figure floats use the command
23916 \end_layout
23917
23918 \begin_layout Standard
23919
23920 \series bold
23921
23922 \backslash
23923 FigBesBeg
23924 \end_layout
23925
23926 \begin_layout Standard
23927 in TeX-Code before the float.
23928  And insert the command
23929 \end_layout
23930
23931 \begin_layout Standard
23932
23933 \series bold
23934
23935 \backslash
23936 FigBesEnd
23937 \end_layout
23938
23939 \begin_layout Standard
23940 in TeX-Code at the point where you want to get back to the original float
23941  definition.
23942 \end_layout
23943
23944 \begin_layout Standard
23945 For table floats use the corresponding commands
23946 \end_layout
23947
23948 \begin_layout Standard
23949
23950 \series bold
23951
23952 \backslash
23953 TabBesBeg
23954 \series default
23955  and 
23956 \series bold
23957
23958 \backslash
23959 TabBesEnd
23960 \end_layout
23961
23962 \begin_layout Standard
23963 Figure
23964 \begin_inset space ~
23965 \end_inset
23966
23967
23968 \begin_inset CommandInset ref
23969 LatexCommand ref
23970 reference "fig:cap-beside-fig"
23971
23972 \end_inset
23973
23974  and Table
23975 \begin_inset space ~
23976 \end_inset
23977
23978
23979 \begin_inset CommandInset ref
23980 LatexCommand ref
23981 reference "tab:cap-beside-tab"
23982
23983 \end_inset
23984
23985  are examples where the caption is set beside.
23986 \end_layout
23987
23988 \begin_layout Standard
23989 You can see in the examples that the caption text appears at the top of
23990  the floats for table floats and at the bottom for figure floats.
23991  To change this, you can use the command
23992 \end_layout
23993
23994 \begin_layout Standard
23995
23996 \series bold
23997
23998 \backslash
23999 sidecaptionvpos{float type}{placement}
24000 \end_layout
24001
24002 \begin_layout Standard
24003 in the document preamble or in TeX-Code before the float.
24004  The float type is either 
24005 \family sans
24006 figure
24007 \family default
24008  or 
24009 \family sans
24010 table
24011 \family default
24012 , the placement can be 
24013 \begin_inset Quotes eld
24014 \end_inset
24015
24016
24017 \family sans
24018 t
24019 \family default
24020
24021 \begin_inset Quotes erd
24022 \end_inset
24023
24024  for top, 
24025 \begin_inset Quotes eld
24026 \end_inset
24027
24028
24029 \family sans
24030 c
24031 \family default
24032
24033 \begin_inset Quotes erd
24034 \end_inset
24035
24036  for center, or 
24037 \begin_inset Quotes eld
24038 \end_inset
24039
24040
24041 \family sans
24042 b
24043 \family default
24044
24045 \begin_inset Quotes erd
24046 \end_inset
24047
24048  for bottom.
24049  To have for example the caption of figure floats vertically centered, use
24050  the command
24051 \end_layout
24052
24053 \begin_layout Standard
24054
24055 \series bold
24056
24057 \backslash
24058 sidecaptionvpos{figure}{c}
24059 \end_layout
24060
24061 \begin_layout Standard
24062 This was used for Figure
24063 \begin_inset space ~
24064 \end_inset
24065
24066
24067 \begin_inset CommandInset ref
24068 LatexCommand ref
24069 reference "fig:cap-beside-fig-2"
24070
24071 \end_inset
24072
24073 .
24074 \end_layout
24075
24076 \begin_layout Standard
24077 \begin_inset VSpace medskip
24078 \end_inset
24079
24080
24081 \end_layout
24082
24083 \begin_layout Standard
24084 The default caption width is the width of the image/table.
24085  For thin image/tables, like in Table
24086 \begin_inset space ~
24087 \end_inset
24088
24089
24090 \begin_inset CommandInset ref
24091 LatexCommand ref
24092 reference "tab:cap-beside-tab"
24093
24094 \end_inset
24095
24096 , this leads to captions that are too thin.
24097  You can increase the width by specifying a factor that will be multiplied
24098  with the image/table width to get the caption width.
24099  The caption width will automatically be recalculated in case it would protrude
24100  over the page or column margin due to the specified width.
24101  The 
24102 \emph on
24103 factor
24104 \emph default
24105  can either be given as optional argument for 
24106 \series bold
24107
24108 \backslash
24109 FigBesBeg
24110 \series default
24111 :
24112 \end_layout
24113
24114 \begin_layout Standard
24115
24116 \series bold
24117
24118 \backslash
24119 FigBesBeg[factor]
24120 \end_layout
24121
24122 \begin_layout Standard
24123 or in the definition of 
24124 \series bold
24125
24126 \backslash
24127 FigBesBeg
24128 \series default
24129  by replacing the 
24130 \series bold
24131 1.0
24132 \series default
24133  with another value.
24134  If you do the latter, your factor will be the default if 
24135 \series bold
24136
24137 \backslash
24138 FigBesBeg
24139 \series default
24140  is used without an argument.
24141  For Table
24142 \begin_inset space ~
24143 \end_inset
24144
24145
24146 \begin_inset CommandInset ref
24147 LatexCommand ref
24148 reference "tab:cap-beside-tab-wider"
24149
24150 \end_inset
24151
24152  the factor 5 was used.
24153 \end_layout
24154
24155 \begin_layout Standard
24156 \begin_inset Note Greyedout
24157 status open
24158
24159 \begin_layout Plain Layout
24160
24161 \series bold
24162 Note:
24163 \series default
24164  For floats with captions set beside, you cannot use the float placement
24165  option 
24166 \family sans
24167 Here
24168 \begin_inset space ~
24169 \end_inset
24170
24171 definitely
24172 \family default
24173  because it is not supported by 
24174 \series bold
24175 sidecap
24176 \series default
24177 .
24178 \end_layout
24179
24180 \end_inset
24181
24182
24183 \end_layout
24184
24185 \begin_layout Standard
24186 \begin_inset VSpace medskip
24187 \end_inset
24188
24189 For more information about the package 
24190 \series bold
24191 sidecap
24192 \series default
24193  we refer to its documentation 
24194 \begin_inset CommandInset citation
24195 LatexCommand cite
24196 key "sidecap"
24197
24198 \end_inset
24199
24200 .
24201 \end_layout
24202
24203 \begin_layout Standard
24204 \begin_inset Note Greyedout
24205 status open
24206
24207 \begin_layout Plain Layout
24208
24209 \series bold
24210 Note:
24211 \series default
24212  The LaTeX-package 
24213 \series bold
24214 hypcap
24215 \series default
24216
24217 \begin_inset Index idx
24218 status collapsed
24219
24220 \begin_layout Plain Layout
24221 LaTeX-packages ! hypcap
24222 \end_layout
24223
24224 \end_inset
24225
24226 , described in section
24227 \begin_inset space ~
24228 \end_inset
24229
24230
24231 \begin_inset CommandInset ref
24232 LatexCommand ref
24233 reference "sub:Reference-Position"
24234
24235 \end_inset
24236
24237 , has no effect on floats with the caption set beside.
24238 \end_layout
24239
24240 \end_inset
24241
24242
24243 \end_layout
24244
24245 \begin_layout Standard
24246 \begin_inset ERT
24247 status collapsed
24248
24249 \begin_layout Plain Layout
24250
24251
24252 \backslash
24253 FigBesBeg
24254 \end_layout
24255
24256 \end_inset
24257
24258
24259 \end_layout
24260
24261 \begin_layout Standard
24262 \begin_inset Float figure
24263 wide false
24264 sideways false
24265 status open
24266
24267 \begin_layout Plain Layout
24268 \begin_inset Graphics
24269         filename clipart/escher-lsd.eps
24270         scale 75
24271         scaleBeforeRotation
24272
24273 \end_inset
24274
24275
24276 \end_layout
24277
24278 \begin_layout Plain Layout
24279 \begin_inset Caption
24280
24281 \begin_layout Plain Layout
24282 \begin_inset CommandInset label
24283 LatexCommand label
24284 name "fig:cap-beside-fig"
24285
24286 \end_inset
24287
24288 This is a caption beside a figure.
24289 \end_layout
24290
24291 \end_inset
24292
24293
24294 \end_layout
24295
24296 \end_inset
24297
24298
24299 \end_layout
24300
24301 \begin_layout Standard
24302 \begin_inset ERT
24303 status collapsed
24304
24305 \begin_layout Plain Layout
24306
24307
24308 \backslash
24309 FigBesEnd
24310 \end_layout
24311
24312 \end_inset
24313
24314
24315 \end_layout
24316
24317 \begin_layout Standard
24318 \begin_inset ERT
24319 status collapsed
24320
24321 \begin_layout Plain Layout
24322
24323
24324 \backslash
24325 TabBesBeg
24326 \end_layout
24327
24328 \end_inset
24329
24330
24331 \end_layout
24332
24333 \begin_layout Standard
24334 \begin_inset Float table
24335 wide false
24336 sideways false
24337 status open
24338
24339 \begin_layout Plain Layout
24340 \begin_inset Caption
24341
24342 \begin_layout Plain Layout
24343 \begin_inset CommandInset label
24344 LatexCommand label
24345 name "tab:cap-beside-tab"
24346
24347 \end_inset
24348
24349 This is a caption beside a table.
24350 \end_layout
24351
24352 \end_inset
24353
24354
24355 \end_layout
24356
24357 \begin_layout Plain Layout
24358 \begin_inset Tabular
24359 <lyxtabular version="3" rows="4" columns="5">
24360 <features tabularvalignment="middle">
24361 <column alignment="center" valignment="top" width="0">
24362 <column alignment="center" valignment="top" width="0">
24363 <column alignment="center" valignment="top" width="0">
24364 <column alignment="center" valignment="top" width="0">
24365 <column alignment="center" valignment="top" width="0">
24366 <row>
24367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24368 \begin_inset Text
24369
24370 \begin_layout Plain Layout
24371 a
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24377 \begin_inset Text
24378
24379 \begin_layout Plain Layout
24380
24381 \end_layout
24382
24383 \end_inset
24384 </cell>
24385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24386 \begin_inset Text
24387
24388 \begin_layout Plain Layout
24389 b
24390 \end_layout
24391
24392 \end_inset
24393 </cell>
24394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24395 \begin_inset Text
24396
24397 \begin_layout Plain Layout
24398
24399 \end_layout
24400
24401 \end_inset
24402 </cell>
24403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24404 \begin_inset Text
24405
24406 \begin_layout Plain Layout
24407 c
24408 \end_layout
24409
24410 \end_inset
24411 </cell>
24412 </row>
24413 <row>
24414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24415 \begin_inset Text
24416
24417 \begin_layout Plain Layout
24418
24419 \end_layout
24420
24421 \end_inset
24422 </cell>
24423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24424 \begin_inset Text
24425
24426 \begin_layout Plain Layout
24427 d
24428 \end_layout
24429
24430 \end_inset
24431 </cell>
24432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24433 \begin_inset Text
24434
24435 \begin_layout Plain Layout
24436
24437 \end_layout
24438
24439 \end_inset
24440 </cell>
24441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24442 \begin_inset Text
24443
24444 \begin_layout Plain Layout
24445 e
24446 \end_layout
24447
24448 \end_inset
24449 </cell>
24450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24451 \begin_inset Text
24452
24453 \begin_layout Plain Layout
24454
24455 \end_layout
24456
24457 \end_inset
24458 </cell>
24459 </row>
24460 <row>
24461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24462 \begin_inset Text
24463
24464 \begin_layout Plain Layout
24465 f
24466 \end_layout
24467
24468 \end_inset
24469 </cell>
24470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24471 \begin_inset Text
24472
24473 \begin_layout Plain Layout
24474
24475 \end_layout
24476
24477 \end_inset
24478 </cell>
24479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24480 \begin_inset Text
24481
24482 \begin_layout Plain Layout
24483 g
24484 \end_layout
24485
24486 \end_inset
24487 </cell>
24488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24489 \begin_inset Text
24490
24491 \begin_layout Plain Layout
24492
24493 \end_layout
24494
24495 \end_inset
24496 </cell>
24497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24498 \begin_inset Text
24499
24500 \begin_layout Plain Layout
24501 h
24502 \end_layout
24503
24504 \end_inset
24505 </cell>
24506 </row>
24507 <row>
24508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24509 \begin_inset Text
24510
24511 \begin_layout Plain Layout
24512
24513 \end_layout
24514
24515 \end_inset
24516 </cell>
24517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24518 \begin_inset Text
24519
24520 \begin_layout Plain Layout
24521 i
24522 \end_layout
24523
24524 \end_inset
24525 </cell>
24526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24527 \begin_inset Text
24528
24529 \begin_layout Plain Layout
24530
24531 \end_layout
24532
24533 \end_inset
24534 </cell>
24535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24536 \begin_inset Text
24537
24538 \begin_layout Plain Layout
24539 j
24540 \end_layout
24541
24542 \end_inset
24543 </cell>
24544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24545 \begin_inset Text
24546
24547 \begin_layout Plain Layout
24548
24549 \end_layout
24550
24551 \end_inset
24552 </cell>
24553 </row>
24554 </lyxtabular>
24555
24556 \end_inset
24557
24558
24559 \end_layout
24560
24561 \end_inset
24562
24563
24564 \end_layout
24565
24566 \begin_layout Standard
24567 \begin_inset ERT
24568 status collapsed
24569
24570 \begin_layout Plain Layout
24571
24572
24573 \backslash
24574 TabBesEnd
24575 \end_layout
24576
24577 \end_inset
24578
24579
24580 \end_layout
24581
24582 \begin_layout Standard
24583 \begin_inset ERT
24584 status collapsed
24585
24586 \begin_layout Plain Layout
24587
24588
24589 \backslash
24590 sidecaptionvpos{figure}{c}
24591 \end_layout
24592
24593 \end_inset
24594
24595
24596 \begin_inset Float figure
24597 wide false
24598 sideways false
24599 status open
24600
24601 \begin_layout Plain Layout
24602 \begin_inset Graphics
24603         filename clipart/escher-lsd.eps
24604         scale 75
24605         scaleBeforeRotation
24606
24607 \end_inset
24608
24609
24610 \end_layout
24611
24612 \begin_layout Plain Layout
24613 \begin_inset Caption
24614
24615 \begin_layout Plain Layout
24616 \begin_inset CommandInset label
24617 LatexCommand label
24618 name "fig:cap-beside-fig-2"
24619
24620 \end_inset
24621
24622 This is a vertically centered caption beside a figure.
24623 \end_layout
24624
24625 \end_inset
24626
24627
24628 \end_layout
24629
24630 \end_inset
24631
24632
24633 \end_layout
24634
24635 \begin_layout Standard
24636 \begin_inset ERT
24637 status collapsed
24638
24639 \begin_layout Plain Layout
24640
24641
24642 \backslash
24643 FigBesEnd
24644 \end_layout
24645
24646 \end_inset
24647
24648
24649 \end_layout
24650
24651 \begin_layout Standard
24652 \begin_inset ERT
24653 status collapsed
24654
24655 \begin_layout Plain Layout
24656
24657
24658 \backslash
24659 TabBesBeg[5]
24660 \end_layout
24661
24662 \end_inset
24663
24664
24665 \end_layout
24666
24667 \begin_layout Standard
24668 \begin_inset Float table
24669 wide false
24670 sideways false
24671 status open
24672
24673 \begin_layout Plain Layout
24674 \begin_inset Caption
24675
24676 \begin_layout Plain Layout
24677 \begin_inset CommandInset label
24678 LatexCommand label
24679 name "tab:cap-beside-tab-wider"
24680
24681 \end_inset
24682
24683 This is a caption is wider than the one in Table
24684 \begin_inset space ~
24685 \end_inset
24686
24687
24688 \begin_inset CommandInset ref
24689 LatexCommand ref
24690 reference "tab:cap-beside-tab"
24691
24692 \end_inset
24693
24694 .
24695 \end_layout
24696
24697 \end_inset
24698
24699
24700 \end_layout
24701
24702 \begin_layout Plain Layout
24703 \begin_inset Tabular
24704 <lyxtabular version="3" rows="4" columns="5">
24705 <features tabularvalignment="middle">
24706 <column alignment="center" valignment="top" width="0">
24707 <column alignment="center" valignment="top" width="0">
24708 <column alignment="center" valignment="top" width="0">
24709 <column alignment="center" valignment="top" width="0">
24710 <column alignment="center" valignment="top" width="0">
24711 <row>
24712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24713 \begin_inset Text
24714
24715 \begin_layout Plain Layout
24716 a
24717 \end_layout
24718
24719 \end_inset
24720 </cell>
24721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24722 \begin_inset Text
24723
24724 \begin_layout Plain Layout
24725
24726 \end_layout
24727
24728 \end_inset
24729 </cell>
24730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24731 \begin_inset Text
24732
24733 \begin_layout Plain Layout
24734 b
24735 \end_layout
24736
24737 \end_inset
24738 </cell>
24739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24740 \begin_inset Text
24741
24742 \begin_layout Plain Layout
24743
24744 \end_layout
24745
24746 \end_inset
24747 </cell>
24748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24749 \begin_inset Text
24750
24751 \begin_layout Plain Layout
24752 c
24753 \end_layout
24754
24755 \end_inset
24756 </cell>
24757 </row>
24758 <row>
24759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24760 \begin_inset Text
24761
24762 \begin_layout Plain Layout
24763
24764 \end_layout
24765
24766 \end_inset
24767 </cell>
24768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24769 \begin_inset Text
24770
24771 \begin_layout Plain Layout
24772 d
24773 \end_layout
24774
24775 \end_inset
24776 </cell>
24777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24778 \begin_inset Text
24779
24780 \begin_layout Plain Layout
24781
24782 \end_layout
24783
24784 \end_inset
24785 </cell>
24786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790 e
24791 \end_layout
24792
24793 \end_inset
24794 </cell>
24795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24796 \begin_inset Text
24797
24798 \begin_layout Plain Layout
24799
24800 \end_layout
24801
24802 \end_inset
24803 </cell>
24804 </row>
24805 <row>
24806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24807 \begin_inset Text
24808
24809 \begin_layout Plain Layout
24810 f
24811 \end_layout
24812
24813 \end_inset
24814 </cell>
24815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24816 \begin_inset Text
24817
24818 \begin_layout Plain Layout
24819
24820 \end_layout
24821
24822 \end_inset
24823 </cell>
24824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24825 \begin_inset Text
24826
24827 \begin_layout Plain Layout
24828 g
24829 \end_layout
24830
24831 \end_inset
24832 </cell>
24833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24834 \begin_inset Text
24835
24836 \begin_layout Plain Layout
24837
24838 \end_layout
24839
24840 \end_inset
24841 </cell>
24842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24843 \begin_inset Text
24844
24845 \begin_layout Plain Layout
24846 h
24847 \end_layout
24848
24849 \end_inset
24850 </cell>
24851 </row>
24852 <row>
24853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24854 \begin_inset Text
24855
24856 \begin_layout Plain Layout
24857
24858 \end_layout
24859
24860 \end_inset
24861 </cell>
24862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24863 \begin_inset Text
24864
24865 \begin_layout Plain Layout
24866 i
24867 \end_layout
24868
24869 \end_inset
24870 </cell>
24871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24872 \begin_inset Text
24873
24874 \begin_layout Plain Layout
24875
24876 \end_layout
24877
24878 \end_inset
24879 </cell>
24880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24881 \begin_inset Text
24882
24883 \begin_layout Plain Layout
24884 j
24885 \end_layout
24886
24887 \end_inset
24888 </cell>
24889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24890 \begin_inset Text
24891
24892 \begin_layout Plain Layout
24893
24894 \end_layout
24895
24896 \end_inset
24897 </cell>
24898 </row>
24899 </lyxtabular>
24900
24901 \end_inset
24902
24903
24904 \end_layout
24905
24906 \end_inset
24907
24908
24909 \end_layout
24910
24911 \begin_layout Standard
24912 \begin_inset ERT
24913 status collapsed
24914
24915 \begin_layout Plain Layout
24916
24917
24918 \backslash
24919 TabBesEnd
24920 \end_layout
24921
24922 \end_inset
24923
24924
24925 \end_layout
24926
24927 \begin_layout Standard
24928 \begin_inset ERT
24929 status collapsed
24930
24931 \begin_layout Plain Layout
24932
24933
24934 \backslash
24935 else
24936 \end_layout
24937
24938 \end_inset
24939
24940
24941 \begin_inset Note Note
24942 status open
24943
24944 \begin_layout Plain Layout
24945 The following will be displayed when the LaTeX-package 
24946 \series bold
24947 sidecap
24948 \series default
24949  is not installed:
24950 \end_layout
24951
24952 \end_inset
24953
24954
24955 \end_layout
24956
24957 \begin_layout Standard
24958 You need to install the LaTeX-package 
24959 \series bold
24960 sidecap
24961 \series default
24962  to see the following part of this section in the output.
24963 \end_layout
24964
24965 \begin_layout Standard
24966 \begin_inset ERT
24967 status collapsed
24968
24969 \begin_layout Plain Layout
24970
24971
24972 \backslash
24973 fi
24974 \end_layout
24975
24976 \end_inset
24977
24978
24979 \end_layout
24980
24981 \begin_layout Section
24982 Listings of Floats
24983 \begin_inset Index idx
24984 status collapsed
24985
24986 \begin_layout Plain Layout
24987 Floats ! Float Lists
24988 \end_layout
24989
24990 \end_inset
24991
24992
24993 \end_layout
24994
24995 \begin_layout Standard
24996 Similar to the table of contents where the sections of the document are
24997  listed, there are listings for all float types, like the figures of the
24998  documents.
24999  You can insert them via the 
25000 \family sans
25001 Insert\SpecialChar \menuseparator
25002 List
25003 \begin_inset space ~
25004 \end_inset
25005
25006 /
25007 \begin_inset space ~
25008 \end_inset
25009
25010 TOC
25011 \family default
25012  sub menus.
25013 \end_layout
25014
25015 \begin_layout Standard
25016 The list entries are the float captions or its short title, the float number,
25017  and the page number where they appear in the document.
25018 \end_layout
25019
25020 \begin_layout Standard
25021 You can find the list of figures and tables at the end of this document.
25022 \end_layout
25023
25024 \begin_layout Chapter
25025 Notes
25026 \end_layout
25027
25028 \begin_layout Section
25029 LyX Notes
25030 \begin_inset Index idx
25031 status collapsed
25032
25033 \begin_layout Plain Layout
25034 Notes ! LyX Notes
25035 \end_layout
25036
25037 \end_inset
25038
25039
25040 \end_layout
25041
25042 \begin_layout Standard
25043 Notes are inserted with the toolbar button 
25044 \family sans
25045
25046 \begin_inset Info
25047 type  "icon"
25048 arg   "note-insert"
25049 \end_inset
25050
25051
25052 \family default
25053  or the menu 
25054 \family sans
25055 Insert\SpecialChar \menuseparator
25056 Note
25057 \family default
25058 .
25059  There are three types of notes:
25060 \end_layout
25061
25062 \begin_layout Description
25063 LyX
25064 \begin_inset space ~
25065 \end_inset
25066
25067 Note This note type is for internal notes that won't appear in the output.
25068  Its note-box looks like this:
25069 \begin_inset Newline newline
25070 \end_inset
25071
25072
25073 \begin_inset Newline newline
25074 \end_inset
25075
25076
25077 \begin_inset Graphics
25078         filename clipart/LyXNoteImageQt4.png
25079         display false
25080         scale 85
25081         scaleBeforeRotation
25082
25083 \end_inset
25084
25085  
25086 \begin_inset Note Note
25087 status open
25088
25089 \begin_layout Plain Layout
25090 This is text in a note box that doesn't appear in the output.
25091 \end_layout
25092
25093 \end_inset
25094
25095
25096 \end_layout
25097
25098 \begin_layout Description
25099 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
25100 ent, when you export the document to LaTeX via the menu 
25101 \family sans
25102 File\SpecialChar \menuseparator
25103 Export\SpecialChar \menuseparator
25104 LaTeX (pdflatex) / (plain)
25105 \family default
25106 .
25107  Its note-box looks like this:
25108 \begin_inset Newline newline
25109 \end_inset
25110
25111
25112 \begin_inset Newline newline
25113 \end_inset
25114
25115
25116 \begin_inset Graphics
25117         filename clipart/CommentNoteImageQt4.png
25118         display false
25119         scale 85
25120         scaleBeforeRotation
25121
25122 \end_inset
25123
25124  
25125 \begin_inset Note Comment
25126 status open
25127
25128 \begin_layout Plain Layout
25129 This is text in a note box that only appears as comment in LaTeX-files.
25130 \end_layout
25131
25132 \end_inset
25133
25134
25135 \end_layout
25136
25137 \begin_layout Description
25138 Greyed
25139 \begin_inset space ~
25140 \end_inset
25141
25142 Out This note will appear in the output as grey text.
25143  Its note-box looks like this:
25144 \begin_inset Newline newline
25145 \end_inset
25146
25147
25148 \begin_inset Newline newline
25149 \end_inset
25150
25151
25152 \begin_inset Graphics
25153         filename clipart/GreyedOutNoteImageQt4.png
25154         display false
25155         scale 85
25156         scaleBeforeRotation
25157
25158 \end_inset
25159
25160
25161 \begin_inset Newline newline
25162 \end_inset
25163
25164
25165 \begin_inset ERT
25166 status collapsed
25167
25168 \begin_layout Plain Layout
25169
25170
25171 \backslash
25172 renewenvironment{lyxgreyedout}
25173 \end_layout
25174
25175 \begin_layout Plain Layout
25176
25177 {
25178 \backslash
25179 textcolor[gray]{0.8}
25180 \backslash
25181 bgroup}{
25182 \backslash
25183 egroup}
25184 \end_layout
25185
25186 \end_inset
25187
25188
25189 \begin_inset Note Greyedout
25190 status open
25191
25192 \begin_layout Plain Layout
25193 This is text
25194 \begin_inset Foot
25195 status open
25196
25197 \begin_layout Plain Layout
25198 This is an example footnote within a greyed out note.
25199 \end_layout
25200
25201 \end_inset
25202
25203  of a comment that appears in the output as grey text.
25204 \end_layout
25205
25206 \end_inset
25207
25208
25209 \begin_inset ERT
25210 status collapsed
25211
25212 \begin_layout Plain Layout
25213
25214
25215 \backslash
25216 renewenvironment{lyxgreyedout}
25217 \end_layout
25218
25219 \begin_layout Plain Layout
25220
25221 {
25222 \backslash
25223 textcolor{blue}
25224 \backslash
25225 bgroup}{
25226 \backslash
25227 egroup}
25228 \end_layout
25229
25230 \end_inset
25231
25232
25233 \begin_inset Note Note
25234 status collapsed
25235
25236 \begin_layout Plain Layout
25237 The greyed out note is here redefined to show it with the original LyX definitio
25238 n because greyed out notes are redefined in the preamble of this document,
25239  as described below, to have blue text.
25240 \end_layout
25241
25242 \end_inset
25243
25244
25245 \begin_inset Newline newline
25246 \end_inset
25247
25248
25249 \begin_inset Newline newline
25250 \end_inset
25251
25252 As you can see in the example, the first line of greyed out notes is a bit
25253  indented and greyed out notes can have footnotes.
25254 \end_layout
25255
25256 \begin_layout Standard
25257 \begin_inset VSpace bigskip
25258 \end_inset
25259
25260 When you use the toolbar button 
25261 \family sans
25262
25263 \begin_inset Info
25264 type  "icon"
25265 arg   "note-insert"
25266 \end_inset
25267
25268
25269 \family default
25270  to insert notes, a 
25271 \family sans
25272 LyX
25273 \begin_inset space ~
25274 \end_inset
25275
25276 Note
25277 \family default
25278  is inserted.
25279  You can switch between the five note types by right-clicking on the note-box.
25280  
25281 \family roman
25282 \series medium
25283 \bar no
25284 If you want to turn existing text into a note, mark it and click on the
25285  note
25286 \family default
25287 \series default
25288 \bar default
25289  toolbar 
25290 \family roman
25291 \series medium
25292 \bar no
25293 button
25294 \family default
25295 \series default
25296 \bar default
25297 .
25298  To change a note to text, press the backspace key when the cursor is in
25299  the first position of a note, or press the delete key when the cursor is
25300  in the very last position of the note, respectively.
25301 \end_layout
25302
25303 \begin_layout Standard
25304 \begin_inset VSpace bigskip
25305 \end_inset
25306
25307 You can change the text color of the greyed out notes in the menu 
25308 \family sans
25309 Document\SpecialChar \menuseparator
25310 Settings\SpecialChar \menuseparator
25311 Colors
25312 \family default
25313 .
25314 \end_layout
25315
25316 \begin_layout Section
25317 Footnotes
25318 \begin_inset CommandInset label
25319 LatexCommand label
25320 name "sec:Footnotes"
25321
25322 \end_inset
25323
25324
25325 \begin_inset Index idx
25326 status collapsed
25327
25328 \begin_layout Plain Layout
25329 Notes ! Footnotes
25330 \end_layout
25331
25332 \end_inset
25333
25334
25335 \begin_inset Index idx
25336 status collapsed
25337
25338 \begin_layout Plain Layout
25339 Footnotes
25340 \end_layout
25341
25342 \end_inset
25343
25344
25345 \end_layout
25346
25347 \begin_layout Standard
25348 Footnotes can be inserted using the toolbar button 
25349 \family sans
25350
25351 \begin_inset Info
25352 type  "icon"
25353 arg   "footnote-insert"
25354 \end_inset
25355
25356
25357 \family default
25358  or the menu 
25359 \family sans
25360 Insert\SpecialChar \menuseparator
25361 Footnote
25362 \family default
25363 .
25364  
25365 \family roman
25366 \series medium
25367 \bar no
25368 You'll see
25369 \family default
25370 \series default
25371 \bar default
25372  then the following footnote-box: 
25373 \begin_inset Graphics
25374         filename clipart/footnoteQt4.png
25375         scale 80
25376         scaleBeforeRotation
25377
25378 \end_inset
25379
25380  
25381 \family roman
25382 \series medium
25383 \bar no
25384 where you can enter the footnote text.
25385  If you want to turn existing text into a footnote, mark it and click on
25386  the footnote
25387 \family default
25388 \series default
25389 \bar default
25390  toolbar 
25391 \family roman
25392 \series medium
25393 \bar no
25394 button
25395 \family default
25396 \series default
25397 \bar default
25398 .
25399  To change a 
25400 \family roman
25401 \series medium
25402 \bar no
25403 footnote
25404 \family default
25405 \series default
25406 \bar default
25407  to text, press the 
25408 \family sans
25409 Backspace
25410 \family default
25411  key when the cursor is in the first position of a 
25412 \family roman
25413 \series medium
25414 \bar no
25415 footnote
25416 \family default
25417 \series default
25418 \bar default
25419 , or press the 
25420 \family sans
25421 Delete
25422 \family default
25423  key when the cursor is in the very last position of the 
25424 \family roman
25425 \series medium
25426 \bar no
25427 footnote
25428 \family default
25429 \series default
25430 \bar default
25431 , respectively.
25432 \end_layout
25433
25434 \begin_layout Standard
25435 Here is an example footnote:
25436 \family roman
25437 \series medium
25438 \bar no
25439
25440 \begin_inset Foot
25441 status open
25442
25443 \begin_layout Plain Layout
25444 \begin_inset CommandInset label
25445 LatexCommand label
25446 name "foot:This-is-an"
25447
25448 \end_inset
25449
25450 This is an example footnote.
25451 \end_layout
25452
25453 \end_inset
25454
25455
25456 \family default
25457 \series default
25458 \bar default
25459
25460 \begin_inset ERT
25461 status collapsed
25462
25463 \begin_layout Plain Layout
25464
25465
25466 \backslash
25467 newcounter{MyRepeatFoot}
25468 \end_layout
25469
25470 \begin_layout Plain Layout
25471
25472
25473 \backslash
25474 setcounter{MyRepeatFoot}{
25475 \backslash
25476 thefootnote}
25477 \end_layout
25478
25479 \end_inset
25480
25481
25482 \end_layout
25483
25484 \begin_layout Standard
25485 The footnote will appear in the output as a superscript number at the text
25486  position where the footnote box is placed.
25487  The footnote text is placed at the bottom of the current page.
25488  The footnote number is calculated by LaTeX; the numbers are consecutive.
25489  It depends on your document-class, whether the footnote number is reset
25490  for every chapter.
25491 \end_layout
25492
25493 \begin_layout Standard
25494 Footnotes can be referenced like floats: Insert a label into the footnote
25495  and cross-reference this label in the text as described in section
25496 \begin_inset space ~
25497 \end_inset
25498
25499
25500 \begin_inset CommandInset ref
25501 LatexCommand ref
25502 reference "sec:Referencing-Floats"
25503
25504 \end_inset
25505
25506 .
25507 \begin_inset Newline newline
25508 \end_inset
25509
25510 This is a cross-reference of Footnote
25511 \begin_inset space ~
25512 \end_inset
25513
25514
25515 \begin_inset CommandInset ref
25516 LatexCommand ref
25517 reference "foot:This-is-an"
25518
25519 \end_inset
25520
25521 .
25522 \end_layout
25523
25524 \begin_layout Standard
25525 \begin_inset VSpace defskip
25526 \end_inset
25527
25528 Footnotes in tables are not printed by LaTeX due to technical reasons.
25529  However there exists another method to print them: Instead of the footnote
25530  the command 
25531 \series bold
25532
25533 \backslash
25534 footnotemark{}
25535 \series default
25536  is inserted as TeX-code.
25537  The text of the footnote is entered as an argument of the TeX-code command
25538  
25539 \series bold
25540
25541 \backslash
25542 footnotetext
25543 \series default
25544  after the table.
25545 \begin_inset Newline newline
25546 \end_inset
25547
25548 This was done for the following table with the command
25549 \end_layout
25550
25551 \begin_layout Standard
25552
25553 \series bold
25554
25555 \backslash
25556 footnotetext{
25557 \series default
25558 Printed table footnote.
25559 \series bold
25560 }
25561 \end_layout
25562
25563 \begin_layout Standard
25564 \begin_inset Tabular
25565 <lyxtabular version="3" rows="2" columns="1">
25566 <features tabularvalignment="middle">
25567 <column alignment="center" valignment="top" width="0">
25568 <row>
25569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25570 \begin_inset Text
25571
25572 \begin_layout Plain Layout
25573 This an example text.
25574 \begin_inset Foot
25575 status open
25576
25577 \begin_layout Plain Layout
25578 This footnote will not be printed!
25579 \end_layout
25580
25581 \end_inset
25582
25583
25584 \end_layout
25585
25586 \end_inset
25587 </cell>
25588 </row>
25589 <row>
25590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25591 \begin_inset Text
25592
25593 \begin_layout Plain Layout
25594 This an example text.
25595 \begin_inset ERT
25596 status collapsed
25597
25598 \begin_layout Plain Layout
25599
25600
25601 \backslash
25602 footnotemark{}
25603 \end_layout
25604
25605 \end_inset
25606
25607
25608 \end_layout
25609
25610 \end_inset
25611 </cell>
25612 </row>
25613 </lyxtabular>
25614
25615 \end_inset
25616
25617
25618 \begin_inset ERT
25619 status collapsed
25620
25621 \begin_layout Plain Layout
25622
25623
25624 \backslash
25625 footnotetext{
25626 \end_layout
25627
25628 \end_inset
25629
25630 Printed table footnote.
25631 \begin_inset ERT
25632 status collapsed
25633
25634 \begin_layout Plain Layout
25635
25636 }
25637 \end_layout
25638
25639 \end_inset
25640
25641
25642 \end_layout
25643
25644 \begin_layout Standard
25645 Footnotes in longtables are described in section
25646 \begin_inset space ~
25647 \end_inset
25648
25649
25650 \begin_inset CommandInset ref
25651 LatexCommand ref
25652 reference "sub:Footnotes-in-Longtables"
25653
25654 \end_inset
25655
25656 .
25657 \end_layout
25658
25659 \begin_layout Standard
25660 Footnotes in minipage boxes are printed, but inside the box and with a different
25661  numbering because a minipage box is like a page inside a page.
25662  (For more about minipages, see section
25663 \begin_inset space ~
25664 \end_inset
25665
25666
25667 \begin_inset CommandInset ref
25668 LatexCommand ref
25669 reference "sec:Minipages"
25670
25671 \end_inset
25672
25673 .) To get a footnote in the minipage that is output at the bottom of the
25674  page like normal footnotes, also use the method of 
25675 \series bold
25676
25677 \backslash
25678 footnotemark{}
25679 \series default
25680  and 
25681 \series bold
25682
25683 \backslash
25684 footnotetext
25685 \series default
25686 .
25687 \end_layout
25688
25689 \begin_layout Standard
25690 \begin_inset Box Frameless
25691 position "t"
25692 hor_pos "c"
25693 has_inner_box 1
25694 inner_pos "t"
25695 use_parbox 0
25696 use_makebox 0
25697 width "100col%"
25698 special "none"
25699 height "1in"
25700 height_special "totalheight"
25701 status open
25702
25703 \begin_layout Plain Layout
25704 This an example text in a minipage.
25705 \begin_inset Foot
25706 status open
25707
25708 \begin_layout Plain Layout
25709 Footnote in the minipage.
25710 \end_layout
25711
25712 \end_inset
25713
25714
25715 \end_layout
25716
25717 \begin_layout Plain Layout
25718 This an example text in a minipage.
25719 \begin_inset ERT
25720 status collapsed
25721
25722 \begin_layout Plain Layout
25723
25724
25725 \backslash
25726 footnotemark{}
25727 \end_layout
25728
25729 \end_inset
25730
25731
25732 \end_layout
25733
25734 \end_inset
25735
25736
25737 \end_layout
25738
25739 \begin_layout Standard
25740 \begin_inset ERT
25741 status collapsed
25742
25743 \begin_layout Plain Layout
25744
25745
25746 \backslash
25747 footnotetext{
25748 \end_layout
25749
25750 \end_inset
25751
25752 Footnote outside the minipage.
25753 \begin_inset ERT
25754 status collapsed
25755
25756 \begin_layout Plain Layout
25757
25758 }
25759 \end_layout
25760
25761 \end_inset
25762
25763
25764 \end_layout
25765
25766 \begin_layout Standard
25767 \begin_inset VSpace defskip
25768 \end_inset
25769
25770
25771 \end_layout
25772
25773 \begin_layout Standard
25774 To refer to the same footnote several times without printing the footnote
25775  text every time, use the command 
25776 \series bold
25777
25778 \backslash
25779 footnotemark[number]
25780 \series default
25781  in TeX-code.
25782 \begin_inset Newline newline
25783 \end_inset
25784
25785 As you do not know the number of the repeating footnote while you are writing
25786  the text, you have to store its number.
25787  For the following footnote mark example, these commands were inserted in
25788  TeX-code after Footnote
25789 \begin_inset space ~
25790 \end_inset
25791
25792
25793 \begin_inset CommandInset ref
25794 LatexCommand ref
25795 reference "foot:This-is-an"
25796
25797 \end_inset
25798
25799  to store the footnote number:
25800 \end_layout
25801
25802 \begin_layout Standard
25803
25804 \series bold
25805
25806 \backslash
25807 newcounter{MyRepeatFoot}
25808 \begin_inset Newline newline
25809 \end_inset
25810
25811
25812 \backslash
25813 setcounter{MyRepeatFoot}{
25814 \backslash
25815 thefootnote}
25816 \end_layout
25817
25818 \begin_layout Standard
25819 The footnote mark was then created with this command:
25820 \end_layout
25821
25822 \begin_layout Standard
25823
25824 \series bold
25825
25826 \backslash
25827 footnotemark[
25828 \backslash
25829 theMyRepeatFoot]
25830 \end_layout
25831
25832 \begin_layout Standard
25833 Here is a repeated footnote:
25834 \family roman
25835 \series medium
25836 \bar no
25837
25838 \begin_inset ERT
25839 status collapsed
25840
25841 \begin_layout Plain Layout
25842
25843
25844 \backslash
25845 footnotemark[
25846 \backslash
25847 theMyRepeatFoot]
25848 \end_layout
25849
25850 \end_inset
25851
25852
25853 \end_layout
25854
25855 \begin_layout Standard
25856 If you want to repeat the previous footnote, you can omit the storage of
25857  the footnote number and just use this command instead:
25858 \end_layout
25859
25860 \begin_layout Standard
25861
25862 \series bold
25863
25864 \backslash
25865 footnotemark[
25866 \backslash
25867 thefootnote]
25868 \end_layout
25869
25870 \begin_layout Standard
25871 Here is another repeated footnote:
25872 \family roman
25873 \series medium
25874 \bar no
25875
25876 \begin_inset ERT
25877 status collapsed
25878
25879 \begin_layout Plain Layout
25880
25881
25882 \backslash
25883 footnotemark[
25884 \backslash
25885 thefootnote]
25886 \end_layout
25887
25888 \end_inset
25889
25890
25891 \end_layout
25892
25893 \begin_layout Subsection
25894 Footnote Numbering
25895 \begin_inset CommandInset label
25896 LatexCommand label
25897 name "sub:Footnote-Numbering"
25898
25899 \end_inset
25900
25901
25902 \begin_inset Index idx
25903 status collapsed
25904
25905 \begin_layout Plain Layout
25906 Footnotes ! Numbering
25907 \end_layout
25908
25909 \end_inset
25910
25911
25912 \end_layout
25913
25914 \begin_layout Standard
25915 To reset the footnote number back to 1 after each section
25916 \family roman
25917 , add this command to your document preamble:
25918 \end_layout
25919
25920 \begin_layout Standard
25921
25922 \series bold
25923
25924 \backslash
25925 @addtoreset{footnote}{section}
25926 \end_layout
25927
25928 \begin_layout Standard
25929 \begin_inset VSpace bigskip
25930 \end_inset
25931
25932 The following preamble command changes the footnote numbering style to small
25933  roman numerals:
25934 \end_layout
25935
25936 \begin_layout Standard
25937
25938 \series bold
25939
25940 \backslash
25941 renewcommand{
25942 \backslash
25943 thefootnote}{
25944 \backslash
25945 roman{footnote}}
25946 \end_layout
25947
25948 \begin_layout Standard
25949 \begin_inset ERT
25950 status collapsed
25951
25952 \begin_layout Plain Layout
25953
25954
25955 \backslash
25956 renewcommand{
25957 \backslash
25958 thefootnote}{
25959 \backslash
25960 roman{footnote}}
25961 \end_layout
25962
25963 \end_inset
25964
25965  This is a footnote with roman numbering:
25966 \begin_inset Foot
25967 status open
25968
25969 \begin_layout Plain Layout
25970 This is an example footnote with roman numbering.
25971 \end_layout
25972
25973 \end_inset
25974
25975
25976 \end_layout
25977
25978 \begin_layout Standard
25979 To change the numbering style to capital roman numerals replace in the command
25980  above 
25981 \series bold
25982
25983 \backslash
25984 roman
25985 \series default
25986  by 
25987 \series bold
25988
25989 \backslash
25990 Roman
25991 \series default
25992 .
25993  To 
25994 \begin_inset Quotes eld
25995 \end_inset
25996
25997 number
25998 \begin_inset Quotes erd
25999 \end_inset
26000
26001  footnotes with capital or small Latin letters use 
26002 \series bold
26003
26004 \backslash
26005 Alph
26006 \series default
26007  or 
26008 \series bold
26009
26010 \backslash
26011 alph
26012 \series default
26013 , respectively.
26014  To 
26015 \begin_inset Quotes eld
26016 \end_inset
26017
26018 number
26019 \begin_inset Quotes erd
26020 \end_inset
26021
26022  footnotes with symbols use 
26023 \series bold
26024
26025 \backslash
26026 fnsymbol
26027 \series default
26028 .
26029 \end_layout
26030
26031 \begin_layout Standard
26032 \begin_inset Note Greyedout
26033 status open
26034
26035 \begin_layout Plain Layout
26036
26037 \series bold
26038 Note:
26039 \series default
26040  You can only number 26 footnotes with Latin letters, because this numbering
26041  is limited to single letters.
26042 \end_layout
26043
26044 \end_inset
26045
26046
26047 \begin_inset Newline newline
26048 \end_inset
26049
26050
26051 \begin_inset Note Greyedout
26052 status open
26053
26054 \begin_layout Plain Layout
26055
26056 \series bold
26057 Note:
26058 \series default
26059  You can only number 9 footnotes with symbols.
26060 \end_layout
26061
26062 \end_inset
26063
26064
26065 \end_layout
26066
26067 \begin_layout Standard
26068 To return to the default numbering style after you have changed to another
26069  one, use 
26070 \series bold
26071
26072 \backslash
26073 arabic
26074 \series default
26075  instead of 
26076 \series bold
26077
26078 \backslash
26079 roman
26080 \series default
26081  in the command above.
26082 \begin_inset ERT
26083 status collapsed
26084
26085 \begin_layout Plain Layout
26086
26087
26088 \backslash
26089 renewcommand{
26090 \backslash
26091 thefootnote}{
26092 \backslash
26093 arabic{footnote}}
26094 \end_layout
26095
26096 \end_inset
26097
26098
26099 \end_layout
26100
26101 \begin_layout Standard
26102 \begin_inset VSpace bigskip
26103 \end_inset
26104
26105
26106 \end_layout
26107
26108 \begin_layout Standard
26109 If you want to have footnotes numbered in the scheme 
26110 \begin_inset Quotes eld
26111 \end_inset
26112
26113 chapter.footnote
26114 \begin_inset Quotes erd
26115 \end_inset
26116
26117 , add the following command to your document preamble:
26118 \end_layout
26119
26120 \begin_layout Standard
26121
26122 \series bold
26123
26124 \backslash
26125 numberwithin{footnote}{chapter}
26126 \end_layout
26127
26128 \begin_layout Standard
26129 To be able to use the command 
26130 \series bold
26131
26132 \backslash
26133 numberwithin
26134 \series default
26135 , set in the tab 
26136 \family sans
26137 Math
26138 \begin_inset space ~
26139 \end_inset
26140
26141 Options
26142 \family default
26143  in the document settings the option 
26144 \family sans
26145 Use
26146 \begin_inset space ~
26147 \end_inset
26148
26149 AMS
26150 \begin_inset space ~
26151 \end_inset
26152
26153 math
26154 \begin_inset space ~
26155 \end_inset
26156
26157 package
26158 \family default
26159 .
26160 \end_layout
26161
26162 \begin_layout Standard
26163 \begin_inset ERT
26164 status collapsed
26165
26166 \begin_layout Plain Layout
26167
26168
26169 \backslash
26170 numberwithin{footnote}{chapter}
26171 \end_layout
26172
26173 \end_inset
26174
26175 This is another example footnote:
26176 \series bold
26177
26178 \begin_inset Foot
26179 status open
26180
26181 \begin_layout Plain Layout
26182 This is a footnote numbered in the scheme 
26183 \begin_inset Quotes eld
26184 \end_inset
26185
26186 chapter.footnote
26187 \begin_inset Quotes erd
26188 \end_inset
26189
26190 .
26191 \end_layout
26192
26193 \end_inset
26194
26195
26196 \series default
26197
26198 \begin_inset ERT
26199 status collapsed
26200
26201 \begin_layout Plain Layout
26202
26203
26204 \backslash
26205 renewcommand{
26206 \backslash
26207 thefootnote}{
26208 \backslash
26209 arabic{footnote}}
26210 \end_layout
26211
26212 \end_inset
26213
26214
26215 \end_layout
26216
26217 \begin_layout Standard
26218 \begin_inset Note Greyedout
26219 status open
26220
26221 \begin_layout Plain Layout
26222
26223 \series bold
26224 Note:
26225 \series default
26226  
26227 \series bold
26228
26229 \backslash
26230 numberwithin
26231 \series default
26232  always prints out the footnote number as arabic number; previous redefinitions
26233  to get non-arabic numbers are overwritten.
26234 \end_layout
26235
26236 \end_inset
26237
26238
26239 \end_layout
26240
26241 \begin_layout Standard
26242 So to get for example the scheme 
26243 \begin_inset Quotes eld
26244 \end_inset
26245
26246 chapter.
26247 \backslash
26248 Roman{footnote}
26249 \begin_inset Quotes erd
26250 \end_inset
26251
26252 , use this command instead of 
26253 \series bold
26254
26255 \backslash
26256 numberwithin
26257 \series default
26258 :
26259 \end_layout
26260
26261 \begin_layout Standard
26262
26263 \series bold
26264
26265 \backslash
26266 renewcommand{
26267 \backslash
26268 thefootnote}{
26269 \backslash
26270 thechapter.
26271 \backslash
26272 Roman{footnote}}
26273 \end_layout
26274
26275 \begin_layout Subsection
26276 Footnote Placement
26277 \begin_inset Index idx
26278 status collapsed
26279
26280 \begin_layout Plain Layout
26281 Footnotes ! Placement
26282 \end_layout
26283
26284 \end_inset
26285
26286
26287 \end_layout
26288
26289 \begin_layout Standard
26290 If you have several footnotes in one page, they appear without vertical
26291  space between them at the bottom of the page.
26292  To make them more readable you can e.
26293 \begin_inset space \thinspace{}
26294 \end_inset
26295
26296 g.
26297 \begin_inset space \space{}
26298 \end_inset
26299
26300 add 1.5
26301 \begin_inset space \thinspace{}
26302 \end_inset
26303
26304 mm space with the following preamble command:
26305 \end_layout
26306
26307 \begin_layout Standard
26308
26309 \series bold
26310
26311 \backslash
26312 let
26313 \backslash
26314 myFoot
26315 \backslash
26316 footnote
26317 \begin_inset Newline newline
26318 \end_inset
26319
26320
26321 \backslash
26322 renewcommand{
26323 \backslash
26324 footnote}[1]{
26325 \backslash
26326 myFoot{#1
26327 \backslash
26328 vspace{1.5mm}}}
26329 \end_layout
26330
26331 \begin_layout Standard
26332 \begin_inset VSpace bigskip
26333 \end_inset
26334
26335 In a two-column document the footnotes appear at the bottom of every column,
26336  see Figure
26337 \begin_inset space ~
26338 \end_inset
26339
26340
26341 \begin_inset CommandInset ref
26342 LatexCommand ref
26343 reference "fig:Standard-footnote-placement"
26344
26345 \end_inset
26346
26347 .
26348  If the footnotes should only appear at the bottom of the right column,
26349  as in Figure
26350 \begin_inset space ~
26351 \end_inset
26352
26353
26354 \begin_inset CommandInset ref
26355 LatexCommand ref
26356 reference "fig:Footnote-placement-in"
26357
26358 \end_inset
26359
26360 , use the LaTeX-package 
26361 \series bold
26362 ftnright
26363 \series default
26364
26365 \begin_inset Index idx
26366 status collapsed
26367
26368 \begin_layout Plain Layout
26369 LaTeX-packages ! ftnright
26370 \end_layout
26371
26372 \end_inset
26373
26374  with this command in the document preamble:
26375 \end_layout
26376
26377 \begin_layout Standard
26378
26379 \series bold
26380
26381 \backslash
26382 usepackage{ftnright}
26383 \end_layout
26384
26385 \begin_layout Standard
26386 \begin_inset Float figure
26387 placement !h
26388 wide false
26389 sideways false
26390 status open
26391
26392 \begin_layout Plain Layout
26393 \begin_inset ERT
26394 status collapsed
26395
26396 \begin_layout Plain Layout
26397
26398
26399 \backslash
26400 framebox{
26401 \end_layout
26402
26403 \end_inset
26404
26405
26406 \begin_inset Graphics
26407         filename clipart/without_fntright.pdf
26408         width 100col%
26409         scaleBeforeRotation
26410
26411 \end_inset
26412
26413
26414 \begin_inset ERT
26415 status collapsed
26416
26417 \begin_layout Plain Layout
26418
26419 }
26420 \end_layout
26421
26422 \end_inset
26423
26424
26425 \end_layout
26426
26427 \begin_layout Plain Layout
26428 \begin_inset Caption
26429
26430 \begin_layout Plain Layout
26431 \begin_inset CommandInset label
26432 LatexCommand label
26433 name "fig:Standard-footnote-placement"
26434
26435 \end_inset
26436
26437 Standard footnote placement in two-column documents.
26438 \end_layout
26439
26440 \end_inset
26441
26442
26443 \end_layout
26444
26445 \end_inset
26446
26447
26448 \end_layout
26449
26450 \begin_layout Standard
26451 \begin_inset Float figure
26452 placement !h
26453 wide false
26454 sideways false
26455 status open
26456
26457 \begin_layout Plain Layout
26458 \begin_inset ERT
26459 status collapsed
26460
26461 \begin_layout Plain Layout
26462
26463
26464 \backslash
26465 framebox{
26466 \end_layout
26467
26468 \end_inset
26469
26470
26471 \begin_inset Graphics
26472         filename clipart/with_fntright.pdf
26473         width 100col%
26474         scaleBeforeRotation
26475
26476 \end_inset
26477
26478
26479 \begin_inset ERT
26480 status collapsed
26481
26482 \begin_layout Plain Layout
26483
26484 }
26485 \end_layout
26486
26487 \end_inset
26488
26489
26490 \end_layout
26491
26492 \begin_layout Plain Layout
26493 \begin_inset Caption
26494
26495 \begin_layout Plain Layout
26496 \begin_inset CommandInset label
26497 LatexCommand label
26498 name "fig:Footnote-placement-in"
26499
26500 \end_inset
26501
26502 Footnote placement in two-column documents when the LaTeX-package 
26503 \series bold
26504 ftnright
26505 \series default
26506  is used.
26507 \end_layout
26508
26509 \end_inset
26510
26511
26512 \end_layout
26513
26514 \end_inset
26515
26516
26517 \end_layout
26518
26519 \begin_layout Standard
26520 \begin_inset VSpace bigskip
26521 \end_inset
26522
26523 In some scientific literature it is usual to collect the footnotes and print
26524  them in a separate paragraph at the end of a section, as in Figure
26525 \begin_inset space ~
26526 \end_inset
26527
26528
26529 \begin_inset CommandInset ref
26530 LatexCommand ref
26531 reference "fig:Endnotes"
26532
26533 \end_inset
26534
26535 .
26536  They are then called 
26537 \begin_inset Quotes eld
26538 \end_inset
26539
26540 endnotes
26541 \begin_inset Quotes erd
26542 \end_inset
26543
26544 .
26545 \begin_inset Index idx
26546 status collapsed
26547
26548 \begin_layout Plain Layout
26549 Endnotes
26550 \end_layout
26551
26552 \end_inset
26553
26554  To use endnotes instead of footnotes in your document, load in the menu
26555  
26556 \family sans
26557 Document\SpecialChar \menuseparator
26558 Settings\SpecialChar \menuseparator
26559 Modules 
26560 \family default
26561 the module 
26562 \family sans
26563 Foot
26564 \begin_inset space ~
26565 \end_inset
26566
26567 to
26568 \begin_inset space ~
26569 \end_inset
26570
26571 End
26572 \family default
26573 .
26574  To insert the collected footnotes, insert the command
26575 \end_layout
26576
26577 \begin_layout Standard
26578
26579 \series bold
26580
26581 \backslash
26582 theendnotes
26583 \end_layout
26584
26585 \begin_layout Standard
26586 in TeX-Code at the end of a section or chapter.
26587 \end_layout
26588
26589 \begin_layout Standard
26590 \begin_inset Float figure
26591 wide false
26592 sideways false
26593 status open
26594
26595 \begin_layout Plain Layout
26596 \align center
26597 \begin_inset ERT
26598 status collapsed
26599
26600 \begin_layout Plain Layout
26601
26602
26603 \backslash
26604 framebox{
26605 \end_layout
26606
26607 \end_inset
26608
26609
26610 \begin_inset Graphics
26611         filename clipart/endnotes.pdf
26612         scaleBeforeRotation
26613
26614 \end_inset
26615
26616
26617 \begin_inset ERT
26618 status collapsed
26619
26620 \begin_layout Plain Layout
26621
26622 }
26623 \end_layout
26624
26625 \end_inset
26626
26627
26628 \end_layout
26629
26630 \begin_layout Plain Layout
26631 \begin_inset Caption
26632
26633 \begin_layout Plain Layout
26634 \begin_inset CommandInset label
26635 LatexCommand label
26636 name "fig:Endnotes"
26637
26638 \end_inset
26639
26640 Endnotes – footnotes are printed in a separate paragraph at the end of sections
26641  or chapters.
26642 \end_layout
26643
26644 \end_inset
26645
26646
26647 \end_layout
26648
26649 \end_inset
26650
26651
26652 \end_layout
26653
26654 \begin_layout Standard
26655 \begin_inset VSpace medskip
26656 \end_inset
26657
26658 The paragraph heading for the endnotes isn't automatically translated into
26659  the document language, this must be done manually.
26660  The following preamble command translates the default English 
26661 \begin_inset Quotes eld
26662 \end_inset
26663
26664 Notes
26665 \begin_inset Quotes erd
26666 \end_inset
26667
26668  into the German 
26669 \begin_inset Quotes eld
26670 \end_inset
26671
26672 Anmerkungen
26673 \begin_inset Quotes erd
26674 \end_inset
26675
26676 :
26677 \end_layout
26678
26679 \begin_layout Standard
26680
26681 \series bold
26682
26683 \backslash
26684 renewcommand{
26685 \backslash
26686 notesname}{Anmerkungen}
26687 \end_layout
26688
26689 \begin_layout Standard
26690 \begin_inset VSpace medskip
26691 \end_inset
26692
26693 The numbering of endnotes can be changed like the footnote numbering as
26694  described in section
26695 \begin_inset space ~
26696 \end_inset
26697
26698
26699 \begin_inset CommandInset ref
26700 LatexCommand ref
26701 reference "sub:Footnote-Numbering"
26702
26703 \end_inset
26704
26705 ; just replace the command 
26706 \series bold
26707
26708 \backslash
26709 thefootnote
26710 \series default
26711  by 
26712 \series bold
26713
26714 \backslash
26715 theendnote
26716 \series default
26717 .
26718  To reset the endnote number use the command 
26719 \series bold
26720
26721 \backslash
26722 @addtoreset
26723 \series default
26724  as described in section
26725 \begin_inset space ~
26726 \end_inset
26727
26728
26729 \begin_inset CommandInset ref
26730 LatexCommand ref
26731 reference "sub:Footnote-Numbering"
26732
26733 \end_inset
26734
26735  and replace the command parameter 
26736 \series bold
26737 footnote
26738 \series default
26739  by 
26740 \series bold
26741 endnote
26742 \series default
26743 .
26744 \end_layout
26745
26746 \begin_layout Standard
26747 For endnotes there is the command 
26748 \series bold
26749
26750 \backslash
26751 endnotemark[number]
26752 \series default
26753  similar to the command 
26754 \series bold
26755
26756 \backslash
26757 footnotemark
26758 \series default
26759 , that is described in section
26760 \begin_inset space ~
26761 \end_inset
26762
26763
26764 \begin_inset CommandInset ref
26765 LatexCommand ref
26766 reference "sec:Footnotes"
26767
26768 \end_inset
26769
26770 .
26771 \end_layout
26772
26773 \begin_layout Standard
26774 \begin_inset VSpace bigskip
26775 \end_inset
26776
26777 Footnotes can also be placed in the page margin and the footnote text alignment
26778  can be changed, see the LaTeX-package 
26779 \series bold
26780 footmisc
26781 \series default
26782
26783 \begin_inset Index idx
26784 status collapsed
26785
26786 \begin_layout Plain Layout
26787 LaTeX-packages ! footmisc
26788 \end_layout
26789
26790 \end_inset
26791
26792
26793 \begin_inset CommandInset citation
26794 LatexCommand cite
26795 key "footmisc"
26796
26797 \end_inset
26798
26799  for more information about this.
26800 \end_layout
26801
26802 \begin_layout Standard
26803 For various further footnote formatting issues have a look at LaTeX-books,
26804  
26805 \begin_inset CommandInset citation
26806 LatexCommand cite
26807 key "latexcompanion,latexguide,latexbook"
26808
26809 \end_inset
26810
26811 .
26812  If you are using a 
26813 \series bold
26814 KOMA-Script
26815 \series default
26816
26817 \begin_inset Index idx
26818 status collapsed
26819
26820 \begin_layout Plain Layout
26821 LaTeX-packages ! KOMA-Script
26822 \end_layout
26823
26824 \end_inset
26825
26826  document class, you can adjust all footnote settings using class-specific
26827  commands, see 
26828 \begin_inset CommandInset citation
26829 LatexCommand cite
26830 key "KOMA-Script"
26831
26832 \end_inset
26833
26834 .
26835 \end_layout
26836
26837 \begin_layout Section
26838 Margin Notes
26839 \begin_inset Index idx
26840 status collapsed
26841
26842 \begin_layout Plain Layout
26843 Notes ! Margin Notes
26844 \end_layout
26845
26846 \end_inset
26847
26848
26849 \end_layout
26850
26851 \begin_layout Standard
26852 Margin notes look and behave in LyX like footnotes.
26853  They are inserted via the menu 
26854 \family sans
26855 Insert\SpecialChar \menuseparator
26856 Marginal
26857 \begin_inset space ~
26858 \end_inset
26859
26860 Note
26861 \family default
26862  or the toolbar button 
26863 \family sans
26864
26865 \begin_inset Info
26866 type  "icon"
26867 arg   "marginalnote-insert"
26868 \end_inset
26869
26870
26871 \family default
26872 .
26873  A grey 
26874 \family roman
26875 \series medium
26876 box with the
26877 \family default
26878 \series default
26879  red 
26880 \family roman
26881 \series medium
26882 label 
26883 \begin_inset Quotes eld
26884 \end_inset
26885
26886 margin
26887 \begin_inset Quotes erd
26888 \end_inset
26889
26890  appears where you can enter the text of the margin note.
26891 \end_layout
26892
26893 \begin_layout Standard
26894 At the side is an example margin note.
26895
26896 \family roman
26897 \series medium
26898  
26899 \begin_inset Marginal
26900 status open
26901
26902 \begin_layout Plain Layout
26903 This is a margin note.
26904 \end_layout
26905
26906 \end_inset
26907
26908
26909 \end_layout
26910
26911 \begin_layout Standard
26912 Margin notes appear at the right side in single-sided documents.
26913  In double-sided documents they appear in the outer margin – left on even
26914  pages, right on odd pages.
26915  The text of margin notes is aligned opposite to the outer margin – right-aligne
26916 d when the note appears in the left margin.
26917  The first line of the margin note is placed at the position of the text
26918  line where it is inserted in the document.
26919 \end_layout
26920
26921 \begin_layout Standard
26922 \begin_inset VSpace bigskip
26923 \end_inset
26924
26925 To place the margin note in the inner margin, add the command
26926 \end_layout
26927
26928 \begin_layout Standard
26929
26930 \series bold
26931
26932 \backslash
26933 reversemarginpar
26934 \end_layout
26935
26936 \begin_layout Standard
26937 in TeX-Code before a margin note.
26938  The new placement is valid for all subsequent margin notes.
26939  
26940 \begin_inset ERT
26941 status collapsed
26942
26943 \begin_layout Plain Layout
26944
26945
26946 \backslash
26947 reversemarginpar 
26948 \end_layout
26949
26950 \end_inset
26951
26952
26953 \begin_inset Marginal
26954 status open
26955
26956 \begin_layout Plain Layout
26957 This is a margin note in the inner margin.
26958 \end_layout
26959
26960 \end_inset
26961
26962
26963 \series bold
26964
26965 \begin_inset Newline newline
26966 \end_inset
26967
26968
26969 \series default
26970
26971 \begin_inset Note Greyedout
26972 status open
26973
26974 \begin_layout Plain Layout
26975
26976 \series bold
26977 Note:
26978 \series default
26979  There is often not enough space in the inner margin so that the notes are
26980  not correctly displayed in the output.
26981 \end_layout
26982
26983 \end_inset
26984
26985
26986 \end_layout
26987
26988 \begin_layout Standard
26989 To return to the default placement insert the command
26990 \end_layout
26991
26992 \begin_layout Standard
26993
26994 \series bold
26995
26996 \backslash
26997 normalmarginpar
26998 \end_layout
26999
27000 \begin_layout Standard
27001 in TeX-Code.
27002 \begin_inset ERT
27003 status collapsed
27004
27005 \begin_layout Plain Layout
27006
27007
27008 \backslash
27009 normalmarginpar 
27010 \end_layout
27011
27012 \end_inset
27013
27014  
27015 \begin_inset Note Greyedout
27016 status open
27017
27018 \begin_layout Plain Layout
27019
27020 \series bold
27021 Note:
27022 \series default
27023  The command is ignored when it is within a paragraph where also the command
27024  
27025 \series bold
27026
27027 \backslash
27028 reversemarginpar
27029 \series default
27030  is inserted.
27031 \end_layout
27032
27033 \end_inset
27034
27035
27036 \end_layout
27037
27038 \begin_layout Standard
27039 \begin_inset VSpace bigskip
27040 \end_inset
27041
27042
27043 \family roman
27044 \series medium
27045
27046 \begin_inset Marginal
27047 status open
27048
27049 \begin_layout Plain Layout
27050 AVeryLongMarginParWord that isn't hyphenated.
27051 \end_layout
27052
27053 \end_inset
27054
27055
27056 \family default
27057 \series default
27058  Similar to the case described in section
27059 \begin_inset space ~
27060 \end_inset
27061
27062
27063 \begin_inset CommandInset ref
27064 LatexCommand ref
27065 reference "sub:Multiple-Lines-in"
27066
27067 \end_inset
27068
27069 , long words cannot be hyphenated when they are the first word in a margin
27070  note.
27071  To avoid this, insert 0
27072 \begin_inset space \thinspace{}
27073 \end_inset
27074
27075 pt horizontal space before the word
27076 \family roman
27077 \series medium
27078 .
27079  
27080 \begin_inset Marginal
27081 status open
27082
27083 \begin_layout Plain Layout
27084 \begin_inset space \hspace*{}
27085 \length 0pt
27086 \end_inset
27087
27088 AVeryLongMarginParWord that is hyphenated.
27089 \end_layout
27090
27091 \end_inset
27092
27093
27094 \end_layout
27095
27096 \begin_layout Standard
27097 \begin_inset VSpace bigskip
27098 \end_inset
27099
27100
27101 \end_layout
27102
27103 \begin_layout Standard
27104 \begin_inset Note Greyedout
27105 status open
27106
27107 \begin_layout Plain Layout
27108
27109 \series bold
27110 Note:
27111 \series default
27112  Margin notes can normally not be used inside tables, floats, and footnotes.
27113 \end_layout
27114
27115 \end_inset
27116
27117
27118 \end_layout
27119
27120 \begin_layout Standard
27121 \begin_inset VSpace bigskip
27122 \end_inset
27123
27124
27125 \end_layout
27126
27127 \begin_layout Standard
27128 \begin_inset ERT
27129 status collapsed
27130
27131 \begin_layout Plain Layout
27132
27133
27134 \backslash
27135 ifmarginnote
27136 \end_layout
27137
27138 \end_inset
27139
27140
27141 \begin_inset Note Note
27142 status open
27143
27144 \begin_layout Plain Layout
27145 The following section will only be displayed when the LaTeX-package 
27146 \series bold
27147 marginnote
27148 \series default
27149  is installed.
27150 \end_layout
27151
27152 \end_inset
27153
27154
27155 \end_layout
27156
27157 \begin_layout Standard
27158 This restriction can be evaded by using the LaTeX-package 
27159 \series bold
27160 marginnote
27161 \series default
27162
27163 \begin_inset Index idx
27164 status collapsed
27165
27166 \begin_layout Plain Layout
27167 LaTeX-packages ! marginnote
27168 \end_layout
27169
27170 \end_inset
27171
27172 .
27173  By adding these two lines to your document preamble, the command used by
27174  LyX for margin notes is redefined to use the command provided by the 
27175 \series bold
27176 marginnote
27177 \series default
27178 -package:
27179 \end_layout
27180
27181 \begin_layout Standard
27182
27183 \series bold
27184
27185 \backslash
27186 usepackage{marginnote}
27187 \begin_inset Newline newline
27188 \end_inset
27189
27190
27191 \backslash
27192 let
27193 \backslash
27194 marginpar
27195 \backslash
27196 marginnote
27197 \end_layout
27198
27199 \begin_layout Standard
27200 This is also used in this document because 
27201 \series bold
27202 marginnote
27203 \series default
27204  has another useful feature: You can set a vertical offset for the note.
27205  This is often needed when too many margin notes are too close together
27206  or for a better page layout.
27207  The offset is set in LyX as TeX-Code directly after the margin note in
27208  the scheme
27209 \end_layout
27210
27211 \begin_layout Standard
27212
27213 \series bold
27214 [offset]
27215 \end_layout
27216
27217 \begin_layout Standard
27218 where the offset is a length with one of the units listed in Table
27219 \begin_inset space ~
27220 \end_inset
27221
27222
27223 \begin_inset CommandInset ref
27224 LatexCommand ref
27225 reference "tab:Units"
27226
27227 \end_inset
27228
27229 .
27230  A negative value shifts the note up, a positive value shifts it down.
27231  
27232 \family roman
27233 \series medium
27234 For example the margin note beside this text line is shifted up 1.5
27235 \begin_inset space \thinspace{}
27236 \end_inset
27237
27238 cm with the TeX-Code-command 
27239 \begin_inset Quotes eld
27240 \end_inset
27241
27242
27243 \family default
27244 \series bold
27245 [-1.5cm]
27246 \family roman
27247 \series medium
27248
27249 \begin_inset Quotes erd
27250 \end_inset
27251
27252
27253 \begin_inset Marginal
27254 status open
27255
27256 \begin_layout Plain Layout
27257 This margin note is shifted up 1.5
27258 \begin_inset space \thinspace{}
27259 \end_inset
27260
27261 cm from its original position.
27262 \end_layout
27263
27264 \end_inset
27265
27266
27267 \family default
27268 \series default
27269
27270 \begin_inset ERT
27271 status collapsed
27272
27273 \begin_layout Plain Layout
27274
27275 [-1.5cm]
27276 \end_layout
27277
27278 \end_inset
27279
27280
27281 \end_layout
27282
27283 \begin_layout Standard
27284 \begin_inset VSpace medskip
27285 \end_inset
27286
27287 With 
27288 \series bold
27289 marginnote
27290 \series default
27291  you can also change the alignment of the text in the margin note.
27292  For example the commands
27293 \end_layout
27294
27295 \begin_layout Standard
27296
27297 \series bold
27298
27299 \backslash
27300 renewcommand*{
27301 \backslash
27302 raggedleftmarginnote}{
27303 \backslash
27304 centering}
27305 \begin_inset Newline newline
27306 \end_inset
27307
27308
27309 \backslash
27310 renewcommand*{
27311 \backslash
27312 raggedrightmarginnote}{
27313 \backslash
27314 centering}
27315 \end_layout
27316
27317 \begin_layout Standard
27318 set the alignment to centered.
27319  
27320 \series bold
27321
27322 \backslash
27323 raggedleftmarginnote
27324 \series default
27325  denotes margin notes that appear at the left side.
27326 \family roman
27327 \series medium
27328
27329 \begin_inset ERT
27330 status collapsed
27331
27332 \begin_layout Plain Layout
27333
27334
27335 \backslash
27336 renewcommand*{
27337 \backslash
27338 raggedleftmarginnote}{
27339 \backslash
27340 centering}
27341 \end_layout
27342
27343 \begin_layout Plain Layout
27344
27345
27346 \backslash
27347 renewcommand*{
27348 \backslash
27349 raggedrightmarginnote}{
27350 \backslash
27351 centering}
27352 \end_layout
27353
27354 \end_inset
27355
27356
27357 \begin_inset Marginal
27358 status open
27359
27360 \begin_layout Plain Layout
27361 The text of this margin note is centered.
27362 \end_layout
27363
27364 \end_inset
27365
27366
27367 \family default
27368 \series default
27369  The default is
27370 \end_layout
27371
27372 \begin_layout Standard
27373
27374 \series bold
27375
27376 \backslash
27377 renewcommand*{
27378 \backslash
27379 raggedleftmarginnote}{
27380 \backslash
27381 raggedleft}
27382 \begin_inset Newline newline
27383 \end_inset
27384
27385
27386 \backslash
27387 renewcommand*{
27388 \backslash
27389 raggedrightmarginnote}{
27390 \backslash
27391 raggedright}
27392 \family roman
27393 \series medium
27394
27395 \begin_inset ERT
27396 status collapsed
27397
27398 \begin_layout Plain Layout
27399
27400
27401 \backslash
27402 renewcommand*{
27403 \backslash
27404 raggedleftmarginnote}{
27405 \backslash
27406 raggedleft}
27407 \end_layout
27408
27409 \begin_layout Plain Layout
27410
27411
27412 \backslash
27413 renewcommand*{
27414 \backslash
27415 raggedrightmarginnote}{
27416 \backslash
27417 raggedright}
27418 \end_layout
27419
27420 \end_inset
27421
27422
27423 \end_layout
27424
27425 \begin_layout Standard
27426 \begin_inset VSpace medskip
27427 \end_inset
27428
27429 For the other features of 
27430 \series bold
27431 marginnote
27432 \series default
27433  refer to its documentation 
27434 \begin_inset CommandInset citation
27435 LatexCommand cite
27436 key "marginnote"
27437
27438 \end_inset
27439
27440 .
27441 \end_layout
27442
27443 \begin_layout Standard
27444 \begin_inset VSpace bigskip
27445 \end_inset
27446
27447 You can adjust the layout of margin notes by changing its definition.
27448  To create for example a header for all margin notes with the underlined,
27449  sans-serif, and bold header text 
27450 \begin_inset Quotes eld
27451 \end_inset
27452
27453
27454 \family sans
27455 \series bold
27456 \bar under
27457 Attention!
27458 \family default
27459 \series default
27460 \bar default
27461
27462 \begin_inset Quotes erd
27463 \end_inset
27464
27465 , add this to your document preamble:
27466 \end_layout
27467
27468 \begin_layout Standard
27469
27470 \series bold
27471
27472 \backslash
27473 let
27474 \backslash
27475 myMarginpar
27476 \backslash
27477 marginpar
27478 \begin_inset Newline newline
27479 \end_inset
27480
27481
27482 \backslash
27483 renewcommand{
27484 \backslash
27485 marginpar}[1]{
27486 \backslash
27487 myMarginpar{%
27488 \begin_inset Newline newline
27489 \end_inset
27490
27491
27492 \begin_inset Phantom HPhantom
27493 status open
27494
27495 \begin_layout Plain Layout
27496
27497 \series bold
27498 \begin_inset space ~
27499 \end_inset
27500
27501
27502 \end_layout
27503
27504 \end_inset
27505
27506
27507 \backslash
27508 hspace{0pt}
27509 \backslash
27510 textsf{
27511 \backslash
27512 textbf{
27513 \backslash
27514 underbar{Attention!}}}%
27515 \begin_inset Newline newline
27516 \end_inset
27517
27518
27519 \begin_inset Phantom HPhantom
27520 status open
27521
27522 \begin_layout Plain Layout
27523
27524 \series bold
27525 \begin_inset space ~
27526 \end_inset
27527
27528
27529 \end_layout
27530
27531 \end_inset
27532
27533
27534 \backslash
27535 vspace{1.5mm}
27536 \backslash
27537
27538 \backslash
27539 #1}}
27540 \end_layout
27541
27542 \begin_layout Standard
27543
27544 \family roman
27545 \series medium
27546 \begin_inset ERT
27547 status collapsed
27548
27549 \begin_layout Plain Layout
27550
27551
27552 \backslash
27553 let
27554 \backslash
27555 myMarginpar
27556 \backslash
27557 marginpar
27558 \end_layout
27559
27560 \begin_layout Plain Layout
27561
27562
27563 \backslash
27564 renewcommand{
27565 \backslash
27566 marginpar}[1]{
27567 \backslash
27568 myMarginpar{%
27569 \end_layout
27570
27571 \begin_layout Plain Layout
27572
27573    
27574 \backslash
27575 textsf{
27576 \backslash
27577 textbf{
27578 \backslash
27579 underbar{Attention!}}}%
27580 \end_layout
27581
27582 \begin_layout Plain Layout
27583
27584    
27585 \backslash
27586 vspace{1.5mm}
27587 \backslash
27588
27589 \backslash
27590 #1}}
27591 \end_layout
27592
27593 \end_inset
27594
27595
27596 \begin_inset Marginal
27597 status open
27598
27599 \begin_layout Plain Layout
27600 This is a margin note with a defined heading.
27601 \end_layout
27602
27603 \end_inset
27604
27605
27606 \family default
27607 \series default
27608
27609 \begin_inset ERT
27610 status collapsed
27611
27612 \begin_layout Plain Layout
27613
27614 [-1.5cm]
27615 \end_layout
27616
27617 \end_inset
27618
27619
27620 \family roman
27621 \series medium
27622
27623 \begin_inset ERT
27624 status collapsed
27625
27626 \begin_layout Plain Layout
27627
27628
27629 \backslash
27630 renewcommand{
27631 \backslash
27632 marginpar}[1]{
27633 \backslash
27634 myMarginpar{#1}}
27635 \end_layout
27636
27637 \end_inset
27638
27639
27640 \family default
27641 \series default
27642
27643 \begin_inset Note Note
27644 status collapsed
27645
27646 \begin_layout Plain Layout
27647 The margin note format is changed only for this example.
27648 \end_layout
27649
27650 \end_inset
27651
27652
27653 \end_layout
27654
27655 \begin_layout Standard
27656 \begin_inset ERT
27657 status collapsed
27658
27659 \begin_layout Plain Layout
27660
27661
27662 \backslash
27663 else
27664 \end_layout
27665
27666 \end_inset
27667
27668
27669 \begin_inset Note Note
27670 status open
27671
27672 \begin_layout Plain Layout
27673 The following will be displayed when the LaTeX-package 
27674 \series bold
27675 marginnote
27676 \series default
27677  is not installed:
27678 \end_layout
27679
27680 \end_inset
27681
27682
27683 \end_layout
27684
27685 \begin_layout Standard
27686 You need to install the LaTeX-package 
27687 \series bold
27688 marginnote
27689 \series default
27690  to see the following part of this section in the output.
27691 \end_layout
27692
27693 \begin_layout Standard
27694 \begin_inset ERT
27695 status collapsed
27696
27697 \begin_layout Plain Layout
27698
27699
27700 \backslash
27701 fi
27702 \end_layout
27703
27704 \end_inset
27705
27706
27707 \end_layout
27708
27709 \begin_layout Chapter
27710 Boxes
27711 \end_layout
27712
27713 \begin_layout Section
27714 Introduction
27715 \begin_inset Index idx
27716 status collapsed
27717
27718 \begin_layout Plain Layout
27719 Boxes ! Introduction
27720 \end_layout
27721
27722 \end_inset
27723
27724
27725 \end_layout
27726
27727 \begin_layout Standard
27728 Boxes are used to format a block of text.
27729  Boxes can be used to write documents with multiple languages, see section
27730 \begin_inset space ~
27731 \end_inset
27732
27733
27734 \begin_inset CommandInset ref
27735 LatexCommand ref
27736 reference "sec:Minipages"
27737
27738 \end_inset
27739
27740 , to frame texts, see section
27741 \begin_inset space ~
27742 \end_inset
27743
27744
27745 \begin_inset CommandInset ref
27746 LatexCommand ref
27747 reference "sec:Decoration"
27748
27749 \end_inset
27750
27751 , to prevent words from being hyphenated, see section
27752 \begin_inset space ~
27753 \end_inset
27754
27755
27756 \begin_inset CommandInset ref
27757 LatexCommand ref
27758 reference "sec:Prevent-Hyphenation"
27759
27760 \end_inset
27761
27762 , to align text, see section
27763 \begin_inset space ~
27764 \end_inset
27765
27766
27767 \begin_inset CommandInset ref
27768 LatexCommand ref
27769 reference "sub:Vertical-Alignment"
27770
27771 \end_inset
27772
27773 , or to set the background color of texts, see section
27774 \begin_inset space ~
27775 \end_inset
27776
27777
27778 \begin_inset CommandInset ref
27779 LatexCommand ref
27780 reference "sec:Colored-Boxes"
27781
27782 \end_inset
27783
27784 .
27785 \end_layout
27786
27787 \begin_layout Standard
27788 Boxes can be inserted with the menu 
27789 \family sans
27790 Insert\SpecialChar \menuseparator
27791 Box
27792 \family default
27793  or the toolbar button 
27794 \family sans
27795
27796 \begin_inset Info
27797 type  "icon"
27798 arg   "box-insert Frameless"
27799 \end_inset
27800
27801
27802 \family default
27803 .
27804  A grey box with the label 
27805 \family sans
27806 Box (Minipage)
27807 \family default
27808
27809 \begin_inset Graphics
27810         filename clipart/BoxInsetDefaultQt4.png
27811         scale 85
27812         scaleBeforeRotation
27813
27814 \end_inset
27815
27816  will be inserted.
27817  The box type can be specified by right-clicking on the box and selecting
27818  
27819 \family sans
27820 Settings
27821 \family default
27822 .
27823  The box dialog offers the 
27824 \family sans
27825 Inner
27826 \begin_inset space ~
27827 \end_inset
27828
27829 Box
27830 \family default
27831  types 
27832 \family sans
27833 Makebox
27834 \family default
27835
27836 \family sans
27837 Parbox
27838 \family default
27839  and 
27840 \family sans
27841 Minipage
27842 \family default
27843 .
27844  The type 
27845 \family sans
27846 Minipage
27847 \family default
27848  is the default for new boxes and is explained in section
27849 \begin_inset space ~
27850 \end_inset
27851
27852
27853 \begin_inset CommandInset ref
27854 LatexCommand ref
27855 reference "sec:Minipages"
27856
27857 \end_inset
27858
27859 ; the type 
27860 \family sans
27861 Parbox
27862 \family default
27863  is described in section
27864 \begin_inset space ~
27865 \end_inset
27866
27867
27868 \begin_inset CommandInset ref
27869 LatexCommand ref
27870 reference "sec:Parboxes"
27871
27872 \end_inset
27873
27874  and the type 
27875 \family sans
27876 Makebox
27877 \family default
27878  in 
27879 \begin_inset CommandInset ref
27880 LatexCommand ref
27881 reference "sec:Prevent-Hyphenation"
27882
27883 \end_inset
27884
27885 .
27886 \end_layout
27887
27888 \begin_layout Standard
27889 Boxes are not numbered and can therefore not be referenced like floats or
27890  footnotes.
27891 \end_layout
27892
27893 \begin_layout Standard
27894 \begin_inset Note Greyedout
27895 status open
27896
27897 \begin_layout Plain Layout
27898
27899 \series bold
27900 Note:
27901 \series default
27902  Boxes must not be the item in an 
27903 \family sans
27904 Itemize
27905 \family default
27906  or 
27907 \family sans
27908 Description
27909 \family default
27910  environment.
27911 \end_layout
27912
27913 \end_inset
27914
27915
27916 \end_layout
27917
27918 \begin_layout Standard
27919 \begin_inset Note Greyedout
27920 status open
27921
27922 \begin_layout Plain Layout
27923
27924 \series bold
27925 Note:
27926 \series default
27927  For an unknown reason you can only set the 
27928 \family sans
27929 Inner
27930 \begin_inset space ~
27931 \end_inset
27932
27933 Box
27934 \family default
27935  type to 
27936 \family sans
27937 None
27938 \family default
27939  when you use a framed box.
27940  Boxes without an 
27941 \family sans
27942 Inner
27943 \begin_inset space ~
27944 \end_inset
27945
27946 Box
27947 \family default
27948  type and without frames are explained in section
27949 \begin_inset space ~
27950 \end_inset
27951
27952
27953 \begin_inset CommandInset ref
27954 LatexCommand ref
27955 reference "sec:Prevent-Hyphenation"
27956
27957 \end_inset
27958
27959 .
27960 \end_layout
27961
27962 \end_inset
27963
27964
27965 \end_layout
27966
27967 \begin_layout Section
27968 Box Dialog
27969 \begin_inset CommandInset label
27970 LatexCommand label
27971 name "sec:Box-Dialog"
27972
27973 \end_inset
27974
27975
27976 \begin_inset Index idx
27977 status collapsed
27978
27979 \begin_layout Plain Layout
27980 Boxes ! Box Dialog
27981 \end_layout
27982
27983 \end_inset
27984
27985
27986 \end_layout
27987
27988 \begin_layout Subsection
27989 Size
27990 \begin_inset Index idx
27991 status collapsed
27992
27993 \begin_layout Plain Layout
27994 Boxes ! Size
27995 \end_layout
27996
27997 \end_inset
27998
27999
28000 \end_layout
28001
28002 \begin_layout Standard
28003 In the box dialog you can adjust the box geometry in the fields 
28004 \family sans
28005 Width
28006 \family default
28007  and 
28008 \family sans
28009 Height
28010 \family default
28011 .
28012  The available units for the geometry are explained in Table
28013 \begin_inset space ~
28014 \end_inset
28015
28016
28017 \begin_inset CommandInset ref
28018 LatexCommand ref
28019 reference "tab:Units"
28020
28021 \end_inset
28022
28023 .
28024  The field 
28025 \family sans
28026 Height
28027 \family default
28028  offers the following additional sizes:
28029 \end_layout
28030
28031 \begin_layout Description
28032 Depth This is the plain text 
28033 \begin_inset Quotes eld
28034 \end_inset
28035
28036 height
28037 \begin_inset Quotes erd
28038 \end_inset
28039
28040 .
28041  It ignores the total depth when there are multiple text lines in the box:
28042 \begin_inset Newline newline
28043 \end_inset
28044
28045
28046 \begin_inset Newline newline
28047 \end_inset
28048
28049
28050 \begin_inset Newline newline
28051 \end_inset
28052
28053
28054 \begin_inset Box Boxed
28055 position "c"
28056 hor_pos "c"
28057 has_inner_box 1
28058 inner_pos "c"
28059 use_parbox 0
28060 use_makebox 0
28061 width "12col%"
28062 special "none"
28063 height "1in"
28064 height_special "depth"
28065 status collapsed
28066
28067 \begin_layout Plain Layout
28068 \align center
28069 Box height set to 1
28070 \begin_inset space \thinspace{}
28071 \end_inset
28072
28073 Depth
28074 \end_layout
28075
28076 \end_inset
28077
28078
28079 \begin_inset Newline newline
28080 \end_inset
28081
28082
28083 \begin_inset Newline newline
28084 \end_inset
28085
28086
28087 \end_layout
28088
28089 \begin_layout Description
28090 Height This is the height of the text that is inside the box.
28091  A value of e.
28092 \begin_inset space \thinspace{}
28093 \end_inset
28094
28095 g.
28096 \begin_inset space \space{}
28097 \end_inset
28098
28099 2 for this size will set the box height to 2
28100 \begin_inset space ~
28101 \end_inset
28102
28103 times the text height: 
28104 \begin_inset Box Boxed
28105 position "c"
28106 hor_pos "c"
28107 has_inner_box 1
28108 inner_pos "c"
28109 use_parbox 0
28110 use_makebox 0
28111 width "20col%"
28112 special "none"
28113 height "2in"
28114 height_special "height"
28115 status collapsed
28116
28117 \begin_layout Plain Layout
28118 \align center
28119 Box height set to 2
28120 \begin_inset space \thinspace{}
28121 \end_inset
28122
28123 Height
28124 \end_layout
28125
28126 \end_inset
28127
28128
28129 \end_layout
28130
28131 \begin_layout Description
28132 Total
28133 \begin_inset space ~
28134 \end_inset
28135
28136 Height This is the Height
28137 \begin_inset space \thinspace{}
28138 \end_inset
28139
28140 +
28141 \begin_inset space \thinspace{}
28142 \end_inset
28143
28144 Depth: 
28145 \begin_inset Box Boxed
28146 position "c"
28147 hor_pos "c"
28148 has_inner_box 1
28149 inner_pos "c"
28150 use_parbox 0
28151 use_makebox 0
28152 width "20col%"
28153 special "none"
28154 height "1in"
28155 height_special "totalheight"
28156 status collapsed
28157
28158 \begin_layout Plain Layout
28159 \align center
28160 Box height set to 1
28161 \begin_inset space \thinspace{}
28162 \end_inset
28163
28164 Total
28165 \begin_inset space ~
28166 \end_inset
28167
28168 Height
28169 \end_layout
28170
28171 \end_inset
28172
28173
28174 \end_layout
28175
28176 \begin_layout Description
28177 Width This sets the width of the box as height: 
28178 \begin_inset Box Boxed
28179 position "c"
28180 hor_pos "c"
28181 has_inner_box 1
28182 inner_pos "c"
28183 use_parbox 0
28184 use_makebox 0
28185 width "12col%"
28186 special "none"
28187 height "1in"
28188 height_special "width"
28189 status collapsed
28190
28191 \begin_layout Plain Layout
28192 \align center
28193 Box height set to 1
28194 \begin_inset space \thinspace{}
28195 \end_inset
28196
28197 Width
28198 \end_layout
28199
28200 \end_inset
28201
28202
28203 \end_layout
28204
28205 \begin_layout Subsection
28206 Alignment
28207 \begin_inset Index idx
28208 status collapsed
28209
28210 \begin_layout Plain Layout
28211 Boxes ! Alignment
28212 \end_layout
28213
28214 \end_inset
28215
28216
28217 \end_layout
28218
28219 \begin_layout Standard
28220 When you have chosen an 
28221 \family sans
28222 Inner
28223 \begin_inset space ~
28224 \end_inset
28225
28226 Box
28227 \family default
28228 , the vertical box alignment can be:
28229 \end_layout
28230
28231 \begin_layout Description
28232 Top This is an example text line.
28233  
28234 \begin_inset Box Boxed
28235 position "t"
28236 hor_pos "c"
28237 has_inner_box 1
28238 inner_pos "c"
28239 use_parbox 0
28240 use_makebox 0
28241 width "12col%"
28242 special "none"
28243 height "1in"
28244 height_special "totalheight"
28245 status collapsed
28246
28247 \begin_layout Plain Layout
28248 \align center
28249 This box is top-aligned.
28250 \end_layout
28251
28252 \end_inset
28253
28254  This is an example text line.
28255 \end_layout
28256
28257 \begin_layout Description
28258 Middle This is an example text line.
28259  
28260 \begin_inset Box Boxed
28261 position "c"
28262 hor_pos "c"
28263 has_inner_box 1
28264 inner_pos "c"
28265 use_parbox 0
28266 use_makebox 0
28267 width "12col%"
28268 special "none"
28269 height "1in"
28270 height_special "totalheight"
28271 status collapsed
28272
28273 \begin_layout Plain Layout
28274 \align center
28275 This box is middle-aligned.
28276 \end_layout
28277
28278 \end_inset
28279
28280  This is an example text line.
28281 \end_layout
28282
28283 \begin_layout Description
28284 Bottom This is an example text line.
28285  
28286 \begin_inset Box Boxed
28287 position "b"
28288 hor_pos "c"
28289 has_inner_box 1
28290 inner_pos "c"
28291 use_parbox 0
28292 use_makebox 0
28293 width "12col%"
28294 special "none"
28295 height "1in"
28296 height_special "totalheight"
28297 status collapsed
28298
28299 \begin_layout Plain Layout
28300 \align center
28301 This box is bottom-aligned.
28302 \end_layout
28303
28304 \end_inset
28305
28306  This is an example text line.
28307 \end_layout
28308
28309 \begin_layout Standard
28310 \begin_inset Note Greyedout
28311 status open
28312
28313 \begin_layout Plain Layout
28314
28315 \series bold
28316 Note:
28317 \series default
28318  The vertical box alignment can be lost in the output when you have two
28319  boxes in a line and one has e.
28320 \begin_inset space \thinspace{}
28321 \end_inset
28322
28323 g.
28324 \begin_inset space \space{}
28325 \end_inset
28326
28327 a shadow and the other one not.
28328 \end_layout
28329
28330 \end_inset
28331
28332
28333 \end_layout
28334
28335 \begin_layout Standard
28336 The horizontal box alignment can be set via LyX's paragraph dialog when
28337  you set the box into its own paragraph.
28338 \end_layout
28339
28340 \begin_layout Standard
28341 \begin_inset VSpace bigskip
28342 \end_inset
28343
28344 When you have chosen an 
28345 \family sans
28346 Inner
28347 \begin_inset space ~
28348 \end_inset
28349
28350 Box
28351 \family default
28352 , the box content can be aligned vertically to:
28353 \end_layout
28354
28355 \begin_layout Description
28356 top This is an example text line.
28357  
28358 \begin_inset Box Boxed
28359 position "c"
28360 hor_pos "c"
28361 has_inner_box 1
28362 inner_pos "t"
28363 use_parbox 0
28364 use_makebox 0
28365 width "12col%"
28366 special "none"
28367 height "1.5in"
28368 height_special "totalheight"
28369 status collapsed
28370
28371 \begin_layout Plain Layout
28372 \align center
28373 This box text is top-aligned.
28374 \end_layout
28375
28376 \end_inset
28377
28378  This is an example text line.
28379 \end_layout
28380
28381 \begin_layout Description
28382 middle This is an example text line.
28383  
28384 \begin_inset Box Boxed
28385 position "c"
28386 hor_pos "c"
28387 has_inner_box 1
28388 inner_pos "c"
28389 use_parbox 0
28390 use_makebox 0
28391 width "12col%"
28392 special "none"
28393 height "1.5in"
28394 height_special "totalheight"
28395 status collapsed
28396
28397 \begin_layout Plain Layout
28398 \align center
28399 This box text is middle-aligned.
28400 \end_layout
28401
28402 \end_inset
28403
28404  This is an example text line.
28405 \end_layout
28406
28407 \begin_layout Description
28408 bottom This is an example text line.
28409  
28410 \begin_inset Box Boxed
28411 position "c"
28412 hor_pos "c"
28413 has_inner_box 1
28414 inner_pos "b"
28415 use_parbox 0
28416 use_makebox 0
28417 width "12col%"
28418 special "none"
28419 height "1.5in"
28420 height_special "totalheight"
28421 status collapsed
28422
28423 \begin_layout Plain Layout
28424 \align center
28425 This box text is bottom-aligned.
28426 \end_layout
28427
28428 \end_inset
28429
28430  This is an example text line.
28431 \end_layout
28432
28433 \begin_layout Description
28434 stretch This is an example text line.
28435  
28436 \begin_inset Box Boxed
28437 position "c"
28438 hor_pos "c"
28439 has_inner_box 1
28440 inner_pos "s"
28441 use_parbox 0
28442 use_makebox 0
28443 width "12col%"
28444 special "none"
28445 height "1.5in"
28446 height_special "totalheight"
28447 status collapsed
28448
28449 \begin_layout Plain Layout
28450 \align center
28451 This box
28452 \end_layout
28453
28454 \begin_layout Plain Layout
28455 \align center
28456 text is
28457 \end_layout
28458
28459 \begin_layout Plain Layout
28460 \align center
28461 stretched.
28462 \end_layout
28463
28464 \end_inset
28465
28466  This is an example text line.
28467 \end_layout
28468
28469 \begin_layout Standard
28470 To stretch the box content, it must consist of more than one paragraph.
28471  In the example above every text line is in an own paragraph.
28472 \end_layout
28473
28474 \begin_layout Standard
28475 \begin_inset VSpace bigskip
28476 \end_inset
28477
28478 To align the box content horizontally you can use LyX's paragraph dialog
28479  when you have chosen an 
28480 \family sans
28481 Inner
28482 \begin_inset space ~
28483 \end_inset
28484
28485 Box
28486 \family default
28487 .
28488 \end_layout
28489
28490 \begin_layout Standard
28491 \align center
28492 \begin_inset Box Boxed
28493 position "c"
28494 hor_pos "c"
28495 has_inner_box 1
28496 inner_pos "s"
28497 use_parbox 0
28498 use_makebox 0
28499 width "15col%"
28500 special "none"
28501 height "1.25in"
28502 height_special "totalheight"
28503 status collapsed
28504
28505 \begin_layout Plain Layout
28506 \align left
28507 This box
28508 \end_layout
28509
28510 \begin_layout Plain Layout
28511 \align center
28512 text is
28513 \end_layout
28514
28515 \begin_layout Plain Layout
28516 \align right
28517 stretched.
28518 \end_layout
28519
28520 \end_inset
28521
28522
28523 \end_layout
28524
28525 \begin_layout Standard
28526 If you have not set an 
28527 \family sans
28528 Inner
28529 \begin_inset space ~
28530 \end_inset
28531
28532 Box
28533 \family default
28534 , you can align the box content horizontally in the box dialog.
28535 \end_layout
28536
28537 \begin_layout Standard
28538 \align center
28539 \begin_inset Box Boxed
28540 position "c"
28541 hor_pos "s"
28542 has_inner_box 0
28543 inner_pos "s"
28544 use_parbox 0
28545 use_makebox 0
28546 width "90col%"
28547 special "none"
28548 height "1.25in"
28549 height_special "totalheight"
28550 status collapsed
28551
28552 \begin_layout Plain Layout
28553 This box text is horizontally stretched.
28554 \end_layout
28555
28556 \end_inset
28557
28558
28559 \end_layout
28560
28561 \begin_layout Subsection
28562 Decoration
28563 \begin_inset CommandInset label
28564 LatexCommand label
28565 name "sec:Decoration"
28566
28567 \end_inset
28568
28569
28570 \begin_inset Index idx
28571 status collapsed
28572
28573 \begin_layout Plain Layout
28574 Boxes ! Decoration
28575 \end_layout
28576
28577 \end_inset
28578
28579
28580 \end_layout
28581
28582 \begin_layout Standard
28583 The type of the box can be specified in the box dialog in the drop-down
28584  list 
28585 \family sans
28586 Decoration
28587 \family default
28588 .
28589  The following types are possible:
28590 \end_layout
28591
28592 \begin_layout Description
28593 No
28594 \begin_inset space ~
28595 \end_inset
28596
28597 frame Nothing is drawn.
28598 \end_layout
28599
28600 \begin_layout Description
28601 Simple
28602 \begin_inset space ~
28603 \end_inset
28604
28605 rectangular
28606 \begin_inset space ~
28607 \end_inset
28608
28609 frame This draws a rectangular frame around the box.
28610  The frame line thickness has the size of 
28611 \series bold
28612
28613 \backslash
28614 fboxrule
28615 \series default
28616 .
28617  
28618 \begin_inset Box Boxed
28619 position "c"
28620 hor_pos "c"
28621 has_inner_box 1
28622 inner_pos "c"
28623 use_parbox 0
28624 use_makebox 0
28625 width "20col%"
28626 special "none"
28627 height "1in"
28628 height_special "totalheight"
28629 status collapsed
28630
28631 \begin_layout Plain Layout
28632 \align center
28633 Rectangular box
28634 \end_layout
28635
28636 \end_inset
28637
28638
28639 \end_layout
28640
28641 \begin_layout Description
28642 Oval
28643 \begin_inset space ~
28644 \end_inset
28645
28646 box,
28647 \begin_inset space ~
28648 \end_inset
28649
28650 thin This draws an oval frame around the box.
28651  The frame line thickness has the size 0.4
28652 \begin_inset space \thinspace{}
28653 \end_inset
28654
28655 pt.
28656  
28657 \begin_inset Box ovalbox
28658 position "c"
28659 hor_pos "c"
28660 has_inner_box 1
28661 inner_pos "c"
28662 use_parbox 0
28663 use_makebox 0
28664 width "20col%"
28665 special "none"
28666 height "1in"
28667 height_special "totalheight"
28668 status collapsed
28669
28670 \begin_layout Plain Layout
28671 \align center
28672 Oval box, thin
28673 \end_layout
28674
28675 \end_inset
28676
28677
28678 \end_layout
28679
28680 \begin_layout Description
28681 Oval
28682 \begin_inset space ~
28683 \end_inset
28684
28685 box,
28686 \begin_inset space ~
28687 \end_inset
28688
28689 thick This draws an oval frame around the box.
28690  The frame line thickness has the size 0.8
28691 \begin_inset space \thinspace{}
28692 \end_inset
28693
28694 pt.
28695  
28696 \begin_inset Box Ovalbox
28697 position "c"
28698 hor_pos "c"
28699 has_inner_box 1
28700 inner_pos "c"
28701 use_parbox 0
28702 use_makebox 0
28703 width "20col%"
28704 special "none"
28705 height "1in"
28706 height_special "totalheight"
28707 status collapsed
28708
28709 \begin_layout Plain Layout
28710 \align center
28711 Oval box, thick
28712 \end_layout
28713
28714 \end_inset
28715
28716
28717 \end_layout
28718
28719 \begin_layout Description
28720 Drop
28721 \begin_inset space ~
28722 \end_inset
28723
28724 shadow This draws a rectangular frame with a shadow around the box.
28725  The frame line thickness has the size of 
28726 \series bold
28727
28728 \backslash
28729 fboxrule
28730 \series default
28731 , the shadow has a width of 4
28732 \begin_inset space \thinspace{}
28733 \end_inset
28734
28735 pt.
28736  
28737 \begin_inset Box Shadowbox
28738 position "c"
28739 hor_pos "c"
28740 has_inner_box 1
28741 inner_pos "c"
28742 use_parbox 0
28743 use_makebox 0
28744 width "20col%"
28745 special "none"
28746 height "1in"
28747 height_special "totalheight"
28748 status collapsed
28749
28750 \begin_layout Plain Layout
28751 \align center
28752 Shadow box
28753 \end_layout
28754
28755 \end_inset
28756
28757
28758 \end_layout
28759
28760 \begin_layout Description
28761 Shaded
28762 \begin_inset space ~
28763 \end_inset
28764
28765 background This draws a box with a red background.
28766  Unlike colored boxes
28767 \begin_inset Foot
28768 status collapsed
28769
28770 \begin_layout Plain Layout
28771 see sec.
28772 \begin_inset space \thinspace{}
28773 \end_inset
28774
28775
28776 \begin_inset CommandInset ref
28777 LatexCommand ref
28778 reference "sec:Colored-Boxes"
28779
28780 \end_inset
28781
28782
28783 \end_layout
28784
28785 \end_inset
28786
28787 , it always uses the whole column width and the box is set as its own paragraph.
28788  
28789 \begin_inset Box Shaded
28790 position "t"
28791 hor_pos "c"
28792 has_inner_box 0
28793 inner_pos "t"
28794 use_parbox 0
28795 use_makebox 0
28796 width "50col%"
28797 special "none"
28798 height "1in"
28799 height_special "totalheight"
28800 status collapsed
28801
28802 \begin_layout Plain Layout
28803 Shaded background box
28804 \end_layout
28805
28806 \end_inset
28807
28808
28809 \end_layout
28810
28811 \begin_layout Description
28812 Double
28813 \begin_inset space ~
28814 \end_inset
28815
28816 rectangular
28817 \begin_inset space ~
28818 \end_inset
28819
28820 frame This draws a double-line rectangular frame around the box.
28821  The line thickness of the inner frame is 0.75
28822 \begin_inset space \thinspace{}
28823 \end_inset
28824
28825
28826 \series bold
28827
28828 \backslash
28829 fboxrule
28830 \series default
28831 , the thickness of the outer frame is 1.5
28832 \begin_inset space \thinspace{}
28833 \end_inset
28834
28835
28836 \series bold
28837
28838 \backslash
28839 fboxrule
28840 \series default
28841 .
28842  The distance between the lines is 1.5
28843 \begin_inset space \thinspace{}
28844 \end_inset
28845
28846
28847 \series bold
28848
28849 \backslash
28850 fboxrule
28851 \series default
28852
28853 \begin_inset space \thinspace{}
28854 \end_inset
28855
28856 +
28857 \begin_inset space \thinspace{}
28858 \end_inset
28859
28860 0.5
28861 \begin_inset space \thinspace{}
28862 \end_inset
28863
28864 pt.
28865  
28866 \begin_inset Box Doublebox
28867 position "c"
28868 hor_pos "c"
28869 has_inner_box 1
28870 inner_pos "c"
28871 use_parbox 0
28872 use_makebox 0
28873 width "20col%"
28874 special "none"
28875 height "1in"
28876 height_special "totalheight"
28877 status collapsed
28878
28879 \begin_layout Plain Layout
28880 \align center
28881 Double rectangular box
28882 \end_layout
28883
28884 \end_inset
28885
28886
28887 \end_layout
28888
28889 \begin_layout Standard
28890 \begin_inset VSpace bigskip
28891 \end_inset
28892
28893 LyX's box label will reflect the different frame types.
28894  To be able to use all types, the LaTeX-package 
28895 \series bold
28896 fancybox
28897 \series default
28898
28899 \begin_inset Index idx
28900 status collapsed
28901
28902 \begin_layout Plain Layout
28903 LaTeX-packages ! fancybox
28904 \end_layout
28905
28906 \end_inset
28907
28908  must be installed.
28909 \end_layout
28910
28911 \begin_layout Standard
28912 \begin_inset VSpace bigskip
28913 \end_inset
28914
28915 When you use the decoration 
28916 \family sans
28917 simple rectangular frame
28918 \family default
28919  and no inner box, you can allow page breaks within a box.
28920  Note that then, unlike other framed boxes, the frame always uses the whole
28921  column width, the box is set as its own paragraph, and 
28922 \series bold
28923
28924 \backslash
28925 fboxrule
28926 \series default
28927  and 
28928 \series bold
28929
28930 \backslash
28931 fboxsep
28932 \series default
28933  have no effect on this box type.
28934  The frame line thickness has the size of 
28935 \series bold
28936
28937 \backslash
28938 FrameRule
28939 \series default
28940 .
28941  
28942 \begin_inset Box Framed
28943 position "t"
28944 hor_pos "c"
28945 has_inner_box 0
28946 inner_pos "t"
28947 use_parbox 0
28948 use_makebox 0
28949 width "100col%"
28950 special "none"
28951 height "1in"
28952 height_special "totalheight"
28953 status collapsed
28954
28955 \begin_layout Plain Layout
28956 Allow page break box
28957 \end_layout
28958
28959 \end_inset
28960
28961
28962 \end_layout
28963
28964 \begin_layout Section
28965 Box Customization
28966 \begin_inset Index idx
28967 status collapsed
28968
28969 \begin_layout Plain Layout
28970 Boxes ! Customization
28971 \end_layout
28972
28973 \end_inset
28974
28975
28976 \end_layout
28977
28978 \begin_layout Standard
28979 The default value for the size 
28980 \series bold
28981
28982 \backslash
28983 fboxrule
28984 \series default
28985  is 0.4
28986 \begin_inset space \thinspace{}
28987 \end_inset
28988
28989 pt.
28990  It can be changed with the following command in TeX-code to e.
28991 \begin_inset space \thinspace{}
28992 \end_inset
28993
28994 g.
28995 \begin_inset space \space{}
28996 \end_inset
28997
28998 2
28999 \begin_inset space \thinspace{}
29000 \end_inset
29001
29002 pt:
29003 \end_layout
29004
29005 \begin_layout Standard
29006
29007 \series bold
29008
29009 \backslash
29010 setlength{
29011 \backslash
29012 fboxrule}{2pt}
29013 \end_layout
29014
29015 \begin_layout Standard
29016 \begin_inset ERT
29017 status collapsed
29018
29019 \begin_layout Plain Layout
29020
29021
29022 \backslash
29023 setlength{
29024 \backslash
29025 fboxrule}{2pt}
29026 \end_layout
29027
29028 \end_inset
29029
29030
29031 \begin_inset Box Boxed
29032 position "c"
29033 hor_pos "c"
29034 has_inner_box 1
29035 inner_pos "c"
29036 use_parbox 0
29037 use_makebox 0
29038 width "25col%"
29039 special "none"
29040 height "1in"
29041 height_special "totalheight"
29042 status open
29043
29044 \begin_layout Plain Layout
29045 \align center
29046 Rectangular box with 
29047 \series bold
29048
29049 \backslash
29050 fboxrule
29051 \series default
29052
29053 \begin_inset space \thinspace{}
29054 \end_inset
29055
29056 =
29057 \begin_inset space \thinspace{}
29058 \end_inset
29059
29060 2
29061 \begin_inset space \thinspace{}
29062 \end_inset
29063
29064 pt
29065 \end_layout
29066
29067 \end_inset
29068
29069
29070 \begin_inset ERT
29071 status collapsed
29072
29073 \begin_layout Plain Layout
29074
29075
29076 \backslash
29077 setlength{
29078 \backslash
29079 fboxrule}{0.4pt}
29080 \end_layout
29081
29082 \end_inset
29083
29084
29085 \end_layout
29086
29087 \begin_layout Standard
29088 \begin_inset VSpace bigskip
29089 \end_inset
29090
29091 The space between the frame and the box content is for all frame styles
29092  by default 3
29093 \begin_inset space \thinspace{}
29094 \end_inset
29095
29096 pt.
29097  You can change it by setting the length 
29098 \series bold
29099
29100 \backslash
29101 fboxsep
29102 \series default
29103  to another value.
29104  For example the command
29105 \end_layout
29106
29107 \begin_layout Standard
29108
29109 \series bold
29110
29111 \backslash
29112 setlength{
29113 \backslash
29114 fboxsep}{10pt}
29115 \end_layout
29116
29117 \begin_layout Standard
29118 sets the value to 10
29119 \begin_inset space \thinspace{}
29120 \end_inset
29121
29122 pt, as with the following box:
29123 \end_layout
29124
29125 \begin_layout Standard
29126 \begin_inset ERT
29127 status collapsed
29128
29129 \begin_layout Plain Layout
29130
29131
29132 \backslash
29133 setlength{
29134 \backslash
29135 fboxsep}{10pt}
29136 \end_layout
29137
29138 \end_inset
29139
29140
29141 \begin_inset Box Boxed
29142 position "c"
29143 hor_pos "c"
29144 has_inner_box 1
29145 inner_pos "c"
29146 use_parbox 0
29147 use_makebox 0
29148 width "25col%"
29149 special "none"
29150 height "1in"
29151 height_special "totalheight"
29152 status open
29153
29154 \begin_layout Plain Layout
29155 \align center
29156 Rectangular box with 
29157 \series bold
29158
29159 \backslash
29160 fboxsep
29161 \series default
29162
29163 \begin_inset space \thinspace{}
29164 \end_inset
29165
29166 =
29167 \begin_inset space \thinspace{}
29168 \end_inset
29169
29170 10
29171 \begin_inset space \thinspace{}
29172 \end_inset
29173
29174 pt
29175 \end_layout
29176
29177 \end_inset
29178
29179
29180 \begin_inset ERT
29181 status collapsed
29182
29183 \begin_layout Plain Layout
29184
29185
29186 \backslash
29187 setlength{
29188 \backslash
29189 fboxsep}{3pt}
29190 \end_layout
29191
29192 \end_inset
29193
29194
29195 \end_layout
29196
29197 \begin_layout Standard
29198 \begin_inset VSpace bigskip
29199 \end_inset
29200
29201 The diameter of the round corners of the oval boxes can be set with the
29202  command 
29203 \series bold
29204
29205 \backslash
29206 cornersize
29207 \series default
29208 .
29209  The command
29210 \end_layout
29211
29212 \begin_layout Standard
29213
29214 \series bold
29215
29216 \backslash
29217 cornersize*{1cm}
29218 \end_layout
29219
29220 \begin_layout Standard
29221 sets the diameter to 1
29222 \begin_inset space \thinspace{}
29223 \end_inset
29224
29225 cm.
29226  The command
29227 \end_layout
29228
29229 \begin_layout Standard
29230
29231 \series bold
29232
29233 \backslash
29234 cornersize{num}
29235 \end_layout
29236
29237 \begin_layout Standard
29238 sets the diameter to 
29239 \family sans
29240 num
29241 \begin_inset space \thinspace{}
29242 \end_inset
29243
29244 ×
29245 \begin_inset space \thinspace{}
29246 \end_inset
29247
29248 minimum(width and height of box)
29249 \family default
29250 .
29251  The default is 
29252 \series bold
29253
29254 \backslash
29255 cornersize{0.5}
29256 \series default
29257 .
29258 \end_layout
29259
29260 \begin_layout Standard
29261 \begin_inset ERT
29262 status collapsed
29263
29264 \begin_layout Plain Layout
29265
29266
29267 \backslash
29268 cornersize*{1.5cm}
29269 \end_layout
29270
29271 \end_inset
29272
29273
29274 \begin_inset Box Ovalbox
29275 position "c"
29276 hor_pos "c"
29277 has_inner_box 1
29278 inner_pos "c"
29279 use_parbox 0
29280 use_makebox 0
29281 width "25col%"
29282 special "none"
29283 height "1in"
29284 height_special "totalheight"
29285 status open
29286
29287 \begin_layout Plain Layout
29288 \align center
29289 Oval box with 
29290 \series bold
29291
29292 \backslash
29293 cornersize
29294 \series default
29295
29296 \begin_inset space \thinspace{}
29297 \end_inset
29298
29299 =
29300 \begin_inset space \thinspace{}
29301 \end_inset
29302
29303 1.5
29304 \begin_inset space \thinspace{}
29305 \end_inset
29306
29307 cm
29308 \end_layout
29309
29310 \end_inset
29311
29312
29313 \begin_inset ERT
29314 status collapsed
29315
29316 \begin_layout Plain Layout
29317
29318
29319 \backslash
29320 cornersize{0.5}
29321 \end_layout
29322
29323 \end_inset
29324
29325
29326 \end_layout
29327
29328 \begin_layout Standard
29329 \begin_inset VSpace bigskip
29330 \end_inset
29331
29332 The size of the shadow can be adjusted by changing the length 
29333 \series bold
29334
29335 \backslash
29336 shadowsize
29337 \series default
29338 .
29339  It it set to 2
29340 \begin_inset space \thinspace{}
29341 \end_inset
29342
29343 pt for the following box by this command:
29344 \end_layout
29345
29346 \begin_layout Standard
29347
29348 \series bold
29349
29350 \backslash
29351 setlength{
29352 \backslash
29353 shadowsize}{2pt}
29354 \end_layout
29355
29356 \begin_layout Standard
29357 \begin_inset ERT
29358 status collapsed
29359
29360 \begin_layout Plain Layout
29361
29362
29363 \backslash
29364 setlength{
29365 \backslash
29366 shadowsize}{2pt}
29367 \end_layout
29368
29369 \end_inset
29370
29371
29372 \begin_inset Box Shadowbox
29373 position "c"
29374 hor_pos "c"
29375 has_inner_box 1
29376 inner_pos "c"
29377 use_parbox 0
29378 use_makebox 0
29379 width "25col%"
29380 special "none"
29381 height "1in"
29382 height_special "totalheight"
29383 status open
29384
29385 \begin_layout Plain Layout
29386 \align center
29387 Shadow box with 
29388 \series bold
29389
29390 \backslash
29391 shadowsize
29392 \series default
29393
29394 \begin_inset space \thinspace{}
29395 \end_inset
29396
29397 =
29398 \begin_inset space \thinspace{}
29399 \end_inset
29400
29401 2
29402 \begin_inset space \thinspace{}
29403 \end_inset
29404
29405 pt
29406 \end_layout
29407
29408 \end_inset
29409
29410
29411 \begin_inset ERT
29412 status collapsed
29413
29414 \begin_layout Plain Layout
29415
29416
29417 \backslash
29418 setlength{
29419 \backslash
29420 shadowsize}{4pt}
29421 \end_layout
29422
29423 \end_inset
29424
29425
29426 \end_layout
29427
29428 \begin_layout Standard
29429 \begin_inset VSpace bigskip
29430 \end_inset
29431
29432
29433 \end_layout
29434
29435 \begin_layout Standard
29436 The default value for the size 
29437 \series bold
29438
29439 \backslash
29440 FrameRule
29441 \series default
29442  is 0.4
29443 \begin_inset space \thinspace{}
29444 \end_inset
29445
29446 pt.
29447  The default space between the note content and the frame is 9
29448 \begin_inset space \thinspace{}
29449 \end_inset
29450
29451 pt and can be changed with the value of 
29452 \series bold
29453
29454 \backslash
29455 FrameSep
29456 \series default
29457 .
29458  For example the frame appearance of the following 
29459 \family sans
29460 box
29461 \family default
29462  is set with the TeX-Code commands
29463 \end_layout
29464
29465 \begin_layout Standard
29466
29467 \series bold
29468
29469 \backslash
29470 setlength{
29471 \backslash
29472 FrameRule}{5pt}
29473 \begin_inset Newline newline
29474 \end_inset
29475
29476
29477 \backslash
29478 setlength{
29479 \backslash
29480 FrameSep}{0.5cm}
29481 \end_layout
29482
29483 \begin_layout Standard
29484 \begin_inset ERT
29485 status collapsed
29486
29487 \begin_layout Plain Layout
29488
29489
29490 \backslash
29491 setlength{
29492 \backslash
29493 FrameRule}{5pt}
29494 \end_layout
29495
29496 \begin_layout Plain Layout
29497
29498
29499 \backslash
29500 setlength{
29501 \backslash
29502 FrameSep}{0.5cm}
29503 \end_layout
29504
29505 \end_inset
29506
29507
29508 \begin_inset Box Framed
29509 position "t"
29510 hor_pos "c"
29511 has_inner_box 0
29512 inner_pos "t"
29513 use_parbox 0
29514 use_makebox 0
29515 width "100col%"
29516 special "none"
29517 height "1in"
29518 height_special "totalheight"
29519 status open
29520
29521 \begin_layout Plain Layout
29522 This is text in an 
29523 \family sans
29524 allow page break
29525 \family default
29526  box.
29527 \end_layout
29528
29529 \end_inset
29530
29531
29532 \begin_inset ERT
29533 status collapsed
29534
29535 \begin_layout Plain Layout
29536
29537
29538 \backslash
29539 setlength{
29540 \backslash
29541 FrameRule}{0.4pt}
29542 \end_layout
29543
29544 \begin_layout Plain Layout
29545
29546
29547 \backslash
29548 setlength{
29549 \backslash
29550 FrameSep}{9pt}
29551 \end_layout
29552
29553 \end_inset
29554
29555
29556 \end_layout
29557
29558 \begin_layout Standard
29559 \begin_inset VSpace bigskip
29560 \end_inset
29561
29562
29563 \end_layout
29564
29565 \begin_layout Standard
29566 For 
29567 \family sans
29568 shaded background
29569 \family default
29570  boxes the default space between the box content and the box border is 3
29571 \begin_inset space \thinspace{}
29572 \end_inset
29573
29574 pt and can be changed with the value of 
29575 \series bold
29576
29577 \backslash
29578 fboxsep
29579 \series default
29580 .
29581  The default background color red can either be changed locally with the
29582  command 
29583 \series bold
29584
29585 \backslash
29586 definecolor{shadecolor}
29587 \series default
29588  or globally with the menu 
29589 \family sans
29590 Tools\SpecialChar \menuseparator
29591 Preferences\SpecialChar \menuseparator
29592 Colors\SpecialChar \menuseparator
29593 shaded
29594 \begin_inset space ~
29595 \end_inset
29596
29597 box
29598 \family default
29599 .
29600  The scheme of the 
29601 \series bold
29602
29603 \backslash
29604 definecolor
29605 \series default
29606  command is explained in section
29607 \begin_inset space ~
29608 \end_inset
29609
29610
29611 \begin_inset CommandInset ref
29612 LatexCommand ref
29613 reference "sec:Colored-Tables"
29614
29615 \end_inset
29616
29617 .
29618 \begin_inset Foot
29619 status collapsed
29620
29621 \begin_layout Plain Layout
29622 Note that 
29623 \series bold
29624
29625 \backslash
29626 definecolor
29627 \series default
29628  requires the LaTeX-package 
29629 \series bold
29630 color
29631 \series default
29632  in the preamble, see section
29633 \begin_inset space ~
29634 \end_inset
29635
29636
29637 \begin_inset CommandInset ref
29638 LatexCommand ref
29639 reference "sec:Colored-Boxes"
29640
29641 \end_inset
29642
29643 .
29644 \end_layout
29645
29646 \end_inset
29647
29648  For example the appearance of the following shaded background box is set
29649  with the TeX-Code commands
29650 \end_layout
29651
29652 \begin_layout Standard
29653
29654 \series bold
29655
29656 \backslash
29657 setlength{
29658 \backslash
29659 fboxsep}{0.5cm}
29660 \series default
29661
29662 \begin_inset Newline newline
29663 \end_inset
29664
29665
29666 \series bold
29667
29668 \backslash
29669 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29670 \end_layout
29671
29672 \begin_layout Standard
29673 \begin_inset ERT
29674 status collapsed
29675
29676 \begin_layout Plain Layout
29677
29678
29679 \backslash
29680 setlength{
29681 \backslash
29682 fboxsep}{0.5cm}
29683 \end_layout
29684
29685 \begin_layout Plain Layout
29686
29687
29688 \backslash
29689 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29690 \end_layout
29691
29692 \end_inset
29693
29694
29695 \begin_inset Box Shaded
29696 position "t"
29697 hor_pos "c"
29698 has_inner_box 0
29699 inner_pos "t"
29700 use_parbox 0
29701 use_makebox 0
29702 width "100col%"
29703 special "none"
29704 height "1in"
29705 height_special "totalheight"
29706 status open
29707
29708 \begin_layout Plain Layout
29709
29710 \color yellow
29711 This is yellow text in a
29712 \color none
29713  
29714 \family sans
29715 \color yellow
29716 shaded background
29717 \family default
29718 \color none
29719  
29720 \color yellow
29721 box with dark green background.
29722 \end_layout
29723
29724 \end_inset
29725
29726
29727 \begin_inset ERT
29728 status collapsed
29729
29730 \begin_layout Plain Layout
29731
29732
29733 \backslash
29734 setlength{
29735 \backslash
29736 fboxsep}{3pt}
29737 \end_layout
29738
29739 \begin_layout Plain Layout
29740
29741
29742 \backslash
29743 definecolor{shadecolor}{rgb}{1,0,0}
29744 \end_layout
29745
29746 \end_inset
29747
29748
29749 \end_layout
29750
29751 \begin_layout Standard
29752 \begin_inset VSpace bigskip
29753 \end_inset
29754
29755 Changed lengths and widths are valid for all boxes following the commands
29756  that change them.
29757 \end_layout
29758
29759 \begin_layout Section
29760 Minipages
29761 \begin_inset CommandInset label
29762 LatexCommand label
29763 name "sec:Minipages"
29764
29765 \end_inset
29766
29767
29768 \begin_inset Index idx
29769 status collapsed
29770
29771 \begin_layout Plain Layout
29772 Boxes ! Minipages
29773 \end_layout
29774
29775 \end_inset
29776
29777
29778 \end_layout
29779
29780 \begin_layout Standard
29781 Minipages are treated by LaTeX as pages within pages and can therefore for
29782  example have their own footnotes.
29783 \end_layout
29784
29785 \begin_layout Standard
29786 Minipages are useful when you write documents with different languages.
29787 \end_layout
29788
29789 \begin_layout Standard
29790 Below are two example minipages side by side.
29791  Their width is set to 45
29792 \begin_inset space \thinspace{}
29793 \end_inset
29794
29795 col% and they are separated by a horizontal fill, that was inserted via
29796  the menu 
29797 \family sans
29798 Insert\SpecialChar \menuseparator
29799 Special
29800 \begin_inset space ~
29801 \end_inset
29802
29803 Formatting\SpecialChar \menuseparator
29804 Horizontal
29805 \begin_inset space ~
29806 \end_inset
29807
29808 Fill
29809 \family default
29810 .
29811 \begin_inset Newpage newpage
29812 \end_inset
29813
29814
29815 \end_layout
29816
29817 \begin_layout Standard
29818 \begin_inset Box Frameless
29819 position "t"
29820 hor_pos "c"
29821 has_inner_box 1
29822 inner_pos "c"
29823 use_parbox 0
29824 use_makebox 0
29825 width "45col%"
29826 special "none"
29827 height "1in"
29828 height_special "totalheight"
29829 status open
29830
29831 \begin_layout Plain Layout
29832
29833 \lang german
29834 Dies ist ein deutscher Text.
29835  Dies ist ein deutscher Text.
29836  Dies ist ein deutscher Text.
29837  Dies ist ein deutscher Text.
29838  Dies ist ein deutscher Text.
29839  Dies ist ein deutscher Text.
29840  Dies ist ein deutscher Text.
29841  Dies ist ein deutscher Text.
29842  Dies ist ein deutscher Text.
29843  Dies ist ein deutscher Text.
29844  Dies ist ein deutscher Text.
29845  Dies ist ein deutscher Text.
29846  Dies ist ein deutscher Text
29847 \begin_inset Foot
29848 status collapsed
29849
29850 \begin_layout Plain Layout
29851
29852 \lang german
29853 Dies ist eine deutsche Fußnote.
29854 \end_layout
29855
29856 \end_inset
29857
29858 .
29859  Dies ist ein deutscher Text.
29860  Dies ist ein deutscher Text.
29861 \end_layout
29862
29863 \end_inset
29864
29865
29866 \begin_inset space \hfill{}
29867 \end_inset
29868
29869
29870 \begin_inset Box Frameless
29871 position "t"
29872 hor_pos "c"
29873 has_inner_box 1
29874 inner_pos "c"
29875 use_parbox 0
29876 use_makebox 0
29877 width "45col%"
29878 special "none"
29879 height "1in"
29880 height_special "totalheight"
29881 status open
29882
29883 \begin_layout Plain Layout
29884 This is an English Text.
29885  This is an English Text.
29886  This is an English Text.
29887  This is an English Text.
29888  This is an English Text.
29889  This is an English Text.
29890  This is an English Text.
29891  This is an English Text.
29892  This is an English Text.
29893  This is an English Text.
29894  This is an English Text.
29895  This is an English Text.
29896  This is an English Text.
29897  This is an English Text.
29898  This is an English Text.
29899  This is an English Text.
29900 \begin_inset Foot
29901 status collapsed
29902
29903 \begin_layout Plain Layout
29904 This is an English footnote.
29905 \end_layout
29906
29907 \end_inset
29908
29909  This is an English Text.
29910  
29911 \end_layout
29912
29913 \end_inset
29914
29915
29916 \end_layout
29917
29918 \begin_layout Standard
29919 \begin_inset VSpace bigskip
29920 \end_inset
29921
29922 The document-wide paragraph settings are ignored within minipages.
29923  That means that there will be no space between paragraphs in minipages
29924  although you set it to e.
29925 \begin_inset space \thinspace{}
29926 \end_inset
29927
29928 g.
29929 \begin_inset space \space{}
29930 \end_inset
29931
29932
29933 \family sans
29934 MedSkip
29935 \family default
29936  in the document settings.
29937 \end_layout
29938
29939 \begin_layout Standard
29940 Minipages can also be used to set a background color for text parts, see
29941  section
29942 \begin_inset space ~
29943 \end_inset
29944
29945
29946 \begin_inset CommandInset ref
29947 LatexCommand ref
29948 reference "sub:Color-for-Paragraphs"
29949
29950 \end_inset
29951
29952 .
29953 \end_layout
29954
29955 \begin_layout Standard
29956 \begin_inset Note Greyedout
29957 status open
29958
29959 \begin_layout Plain Layout
29960
29961 \series bold
29962 Note:
29963 \series default
29964  You cannot have floats or margin notes inside minipages but minipages can
29965  be used inside tables, floats, and other boxes.
29966 \end_layout
29967
29968 \end_inset
29969
29970
29971 \end_layout
29972
29973 \begin_layout Section
29974 Parboxes
29975 \begin_inset CommandInset label
29976 LatexCommand label
29977 name "sec:Parboxes"
29978
29979 \end_inset
29980
29981
29982 \begin_inset Index idx
29983 status collapsed
29984
29985 \begin_layout Plain Layout
29986 Boxes ! Parboxes
29987 \end_layout
29988
29989 \end_inset
29990
29991
29992 \end_layout
29993
29994 \begin_layout Standard
29995 Parboxes are very similar to minipages with the difference that they cannot
29996  have footnotes.
29997 \end_layout
29998
29999 \begin_layout Standard
30000 \align center
30001 \begin_inset Box Frameless
30002 position "t"
30003 hor_pos "c"
30004 has_inner_box 1
30005 inner_pos "t"
30006 use_parbox 1
30007 use_makebox 0
30008 width "33col%"
30009 special "none"
30010 height "1in"
30011 height_special "totalheight"
30012 status collapsed
30013
30014 \begin_layout Plain Layout
30015 This a text within a parbox.
30016  This a text within a parbox.
30017 \end_layout
30018
30019 \begin_layout Plain Layout
30020 This footnote won't appear:
30021 \begin_inset Foot
30022 status collapsed
30023
30024 \begin_layout Plain Layout
30025 This footnote is inside a parbox and will therefore not appear.
30026 \end_layout
30027
30028 \end_inset
30029
30030
30031 \end_layout
30032
30033 \end_inset
30034
30035
30036 \end_layout
30037
30038 \begin_layout Section
30039 Boxes for Words and Characters
30040 \begin_inset Index idx
30041 status collapsed
30042
30043 \begin_layout Plain Layout
30044 Boxes ! for Characters
30045 \end_layout
30046
30047 \end_inset
30048
30049
30050 \end_layout
30051
30052 \begin_layout Subsection
30053 Prevent Hyphenation
30054 \begin_inset CommandInset label
30055 LatexCommand label
30056 name "sec:Prevent-Hyphenation"
30057
30058 \end_inset
30059
30060
30061 \begin_inset Index idx
30062 status collapsed
30063
30064 \begin_layout Plain Layout
30065 Boxes ! to Prevent Hyphenation
30066 \end_layout
30067
30068 \end_inset
30069
30070
30071 \end_layout
30072
30073 \begin_layout Standard
30074 You can use the box type 
30075 \family sans
30076 Makebox
30077 \family default
30078  to prevent words or text from being hyphenated.
30079 \begin_inset Newline newline
30080 \end_inset
30081
30082 Here is an example text:
30083 \end_layout
30084
30085 \begin_layout Standard
30086 This line is an example to show how you can prevent the hyphenation of 
30087 \begin_inset Quotes eld
30088 \end_inset
30089
30090 veryverylongword
30091 \begin_inset Quotes erd
30092 \end_inset
30093
30094 .
30095 \end_layout
30096
30097 \begin_layout Standard
30098 To prevent the hyphenation of the word 
30099 \begin_inset Quotes eld
30100 \end_inset
30101
30102 veryverylongword
30103 \begin_inset Quotes erd
30104 \end_inset
30105
30106 , put the word into a box, set the 
30107 \family sans
30108 Inner
30109 \begin_inset space ~
30110 \end_inset
30111
30112 box
30113 \family default
30114  to 
30115 \family sans
30116 Makebox
30117 \family default
30118  and its width to 1
30119 \begin_inset space \thinspace{}
30120 \end_inset
30121
30122 Width.
30123 \end_layout
30124
30125 \begin_layout Standard
30126 This is the result:
30127 \end_layout
30128
30129 \begin_layout Standard
30130 This line is an example to show how you can prevent the hyphenation of 
30131 \begin_inset Box Frameless
30132 position "t"
30133 hor_pos "c"
30134 has_inner_box 1
30135 inner_pos "t"
30136 use_parbox 0
30137 use_makebox 1
30138 width "1in"
30139 special "width"
30140 height "1in"
30141 height_special "totalheight"
30142 status open
30143
30144 \begin_layout Plain Layout
30145 \begin_inset Quotes eld
30146 \end_inset
30147
30148 veryverylongword
30149 \begin_inset Quotes erd
30150 \end_inset
30151
30152
30153 \end_layout
30154
30155 \end_inset
30156
30157 .
30158 \end_layout
30159
30160 \begin_layout Standard
30161 You can alternatively set the command 
30162 \begin_inset Quotes eld
30163 \end_inset
30164
30165
30166 \series bold
30167
30168 \backslash
30169 -
30170 \series default
30171
30172 \begin_inset Quotes grd
30173 \end_inset
30174
30175  as TeX-Code directly before the word:
30176 \end_layout
30177
30178 \begin_layout Standard
30179 This line is an example to show how you can prevent the hyphenation of 
30180 \begin_inset Quotes eld
30181 \end_inset
30182
30183
30184 \begin_inset ERT
30185 status collapsed
30186
30187 \begin_layout Plain Layout
30188
30189
30190 \backslash
30191 -
30192 \end_layout
30193
30194 \end_inset
30195
30196 veryverylongword
30197 \begin_inset Quotes erd
30198 \end_inset
30199
30200 .
30201 \end_layout
30202
30203 \begin_layout Standard
30204 Of course the word now protrudes over the side margin.
30205  To avoid this, add via the menu 
30206 \family sans
30207 Insert\SpecialChar \menuseparator
30208 Formatting\SpecialChar \menuseparator
30209 Ragged
30210 \begin_inset space ~
30211 \end_inset
30212
30213 Line
30214 \begin_inset space ~
30215 \end_inset
30216
30217 Break
30218 \family default
30219  (shortcut 
30220 \begin_inset Info
30221 type  "shortcut"
30222 arg   "newline-insert newline"
30223 \end_inset
30224
30225 ) a line break before the word:
30226 \end_layout
30227
30228 \begin_layout Standard
30229 This line is an example to show how you can prevent the hyphenation of 
30230 \begin_inset Newline newline
30231 \end_inset
30232
30233
30234 \begin_inset Box Frameless
30235 position "t"
30236 hor_pos "c"
30237 has_inner_box 1
30238 inner_pos "t"
30239 use_parbox 0
30240 use_makebox 1
30241 width "1in"
30242 special "width"
30243 height "1in"
30244 height_special "totalheight"
30245 status open
30246
30247 \begin_layout Plain Layout
30248 \begin_inset Quotes eld
30249 \end_inset
30250
30251 veryverylongword
30252 \begin_inset Quotes erd
30253 \end_inset
30254
30255
30256 \end_layout
30257
30258 \end_inset
30259
30260 .
30261 \end_layout
30262
30263 \begin_layout Subsection
30264 Vertical Alignment
30265 \begin_inset CommandInset label
30266 LatexCommand label
30267 name "sub:Vertical-Alignment"
30268
30269 \end_inset
30270
30271
30272 \begin_inset Index idx
30273 status collapsed
30274
30275 \begin_layout Plain Layout
30276 Boxes ! for Vertical Alignment
30277 \end_layout
30278
30279 \end_inset
30280
30281
30282 \begin_inset Index idx
30283 status collapsed
30284
30285 \begin_layout Plain Layout
30286 Boxes ! Raiseboxes
30287 \end_layout
30288
30289 \end_inset
30290
30291
30292 \end_layout
30293
30294 \begin_layout Standard
30295 With the help of the command 
30296 \series bold
30297
30298 \backslash
30299 raisebox
30300 \series default
30301  you can align words, characters or other boxes vertically relative to the
30302  surrounding text.
30303  
30304 \series bold
30305
30306 \backslash
30307 raisebox
30308 \series default
30309  is used with the following scheme:
30310 \end_layout
30311
30312 \begin_layout Standard
30313
30314 \series bold
30315
30316 \backslash
30317 raisebox{lift}[height][depth]{box content}
30318 \end_layout
30319
30320 \begin_layout Standard
30321 The lift can be a positive value to raise the box or a negative value to
30322  lower the box.
30323 \end_layout
30324
30325 \begin_layout Standard
30326 To align for example the word 
30327 \begin_inset Quotes eld
30328 \end_inset
30329
30330 preventing
30331 \begin_inset Quotes erd
30332 \end_inset
30333
30334  so that the bottom of the 
30335 \begin_inset Quotes eld
30336 \end_inset
30337
30338 deepest
30339 \begin_inset Quotes erd
30340 \end_inset
30341
30342  character 
30343 \begin_inset Quotes eld
30344 \end_inset
30345
30346 p
30347 \begin_inset Quotes erd
30348 \end_inset
30349
30350  is at the baseline, insert the command
30351 \end_layout
30352
30353 \begin_layout Standard
30354
30355 \series bold
30356
30357 \backslash
30358 raisebox{
30359 \backslash
30360 depth}{
30361 \end_layout
30362
30363 \begin_layout Standard
30364 in TeX-Code before the word.
30365  After the word insert a closing brace 
30366 \begin_inset Quotes eld
30367 \end_inset
30368
30369
30370 \series bold
30371 }
30372 \series default
30373
30374 \begin_inset Quotes erd
30375 \end_inset
30376
30377  in TeX-Code.
30378 \begin_inset Newline newline
30379 \end_inset
30380
30381 This is the result:
30382 \end_layout
30383
30384 \begin_layout Standard
30385 This is a text line with the word 
30386 \begin_inset ERT
30387 status collapsed
30388
30389 \begin_layout Plain Layout
30390
30391
30392 \backslash
30393 raisebox{
30394 \backslash
30395 depth}{
30396 \end_layout
30397
30398 \end_inset
30399
30400
30401 \begin_inset Quotes eld
30402 \end_inset
30403
30404 preventing
30405 \begin_inset Quotes erd
30406 \end_inset
30407
30408
30409 \begin_inset ERT
30410 status collapsed
30411
30412 \begin_layout Plain Layout
30413
30414 }
30415 \end_layout
30416
30417 \end_inset
30418
30419  as a raised word.
30420 \end_layout
30421
30422 \begin_layout Standard
30423 \begin_inset VSpace bigskip
30424 \end_inset
30425
30426 When you raise or lower characters in a line, the line distance will be
30427  spread:
30428 \end_layout
30429
30430 \begin_layout Standard
30431 This is a text line with the word 
30432 \begin_inset ERT
30433 status collapsed
30434
30435 \begin_layout Plain Layout
30436
30437
30438 \backslash
30439 raisebox{-
30440 \backslash
30441 depth}{
30442 \end_layout
30443
30444 \end_inset
30445
30446
30447 \begin_inset Quotes eld
30448 \end_inset
30449
30450 preventing
30451 \begin_inset Quotes erd
30452 \end_inset
30453
30454
30455 \begin_inset ERT
30456 status collapsed
30457
30458 \begin_layout Plain Layout
30459
30460 }
30461 \end_layout
30462
30463 \end_inset
30464
30465  as a lowered word.
30466 \begin_inset Newline newline
30467 \end_inset
30468
30469 This is a text line with the word 
30470 \begin_inset ERT
30471 status collapsed
30472
30473 \begin_layout Plain Layout
30474
30475
30476 \backslash
30477 raisebox{0.5cm}{
30478 \end_layout
30479
30480 \end_inset
30481
30482
30483 \begin_inset Quotes eld
30484 \end_inset
30485
30486 testing
30487 \begin_inset Quotes erd
30488 \end_inset
30489
30490
30491 \begin_inset ERT
30492 status collapsed
30493
30494 \begin_layout Plain Layout
30495
30496 }
30497 \end_layout
30498
30499 \end_inset
30500
30501  as a raised word.
30502 \end_layout
30503
30504 \begin_layout Standard
30505 If you want to prevent this for a certain reason, set the box height to
30506  a zero value.
30507  For example use
30508 \end_layout
30509
30510 \begin_layout Standard
30511
30512 \series bold
30513
30514 \backslash
30515 raisebox{-
30516 \backslash
30517 depth}[0pt]{
30518 \end_layout
30519
30520 \begin_layout Standard
30521 This is a text line with the word 
30522 \begin_inset ERT
30523 status collapsed
30524
30525 \begin_layout Plain Layout
30526
30527
30528 \backslash
30529 raisebox{-
30530 \backslash
30531 depth}[0pt]{
30532 \end_layout
30533
30534 \end_inset
30535
30536
30537 \begin_inset Quotes eld
30538 \end_inset
30539
30540 preventing
30541 \begin_inset Quotes erd
30542 \end_inset
30543
30544
30545 \begin_inset ERT
30546 status collapsed
30547
30548 \begin_layout Plain Layout
30549
30550 }
30551 \end_layout
30552
30553 \end_inset
30554
30555  as a lowered word.
30556 \begin_inset Newline newline
30557 \end_inset
30558
30559 This is a text line with the word 
30560 \begin_inset ERT
30561 status collapsed
30562
30563 \begin_layout Plain Layout
30564
30565
30566 \backslash
30567 raisebox{0.5cm}[0pt]{
30568 \end_layout
30569
30570 \end_inset
30571
30572
30573 \begin_inset Quotes eld
30574 \end_inset
30575
30576 testing
30577 \begin_inset Quotes erd
30578 \end_inset
30579
30580
30581 \begin_inset ERT
30582 status collapsed
30583
30584 \begin_layout Plain Layout
30585
30586 }
30587 \end_layout
30588
30589 \end_inset
30590
30591  as a raised word.
30592 \end_layout
30593
30594 \begin_layout Section
30595 Colored Boxes
30596 \begin_inset CommandInset label
30597 LatexCommand label
30598 name "sec:Colored-Boxes"
30599
30600 \end_inset
30601
30602
30603 \begin_inset Index idx
30604 status collapsed
30605
30606 \begin_layout Plain Layout
30607 Boxes ! Color
30608 \end_layout
30609
30610 \end_inset
30611
30612
30613 \end_layout
30614
30615 \begin_layout Subsection
30616 Color for Text
30617 \begin_inset Index idx
30618 status collapsed
30619
30620 \begin_layout Plain Layout
30621 Color ! for Text
30622 \end_layout
30623
30624 \end_inset
30625
30626
30627 \end_layout
30628
30629 \begin_layout Standard
30630 To color the background of text the text must be put into a so called 
30631 \begin_inset Quotes eld
30632 \end_inset
30633
30634 colorbox
30635 \begin_inset Quotes erd
30636 \end_inset
30637
30638 .
30639  This requires that the LaTeX-package 
30640 \series bold
30641 color
30642 \series default
30643
30644 \begin_inset Index idx
30645 status collapsed
30646
30647 \begin_layout Plain Layout
30648 LaTeX-packages ! color
30649 \end_layout
30650
30651 \end_inset
30652
30653  is loaded in the document preamble with the command
30654 \end_layout
30655
30656 \begin_layout Standard
30657
30658 \series bold
30659
30660 \backslash
30661 @ifundefined{textcolor}
30662 \begin_inset Newline newline
30663 \end_inset
30664
30665
30666 \begin_inset Phantom HPhantom
30667 status open
30668
30669 \begin_layout Plain Layout
30670
30671 \series bold
30672 \begin_inset space ~
30673 \end_inset
30674
30675
30676 \end_layout
30677
30678 \end_inset
30679
30680 {
30681 \backslash
30682 usepackage{color}}{}
30683 \end_layout
30684
30685 \begin_layout Standard
30686 The package 
30687 \series bold
30688 color
30689 \series default
30690  will be loaded automatically by LyX when you color text.
30691 \begin_inset Foot
30692 status collapsed
30693
30694 \begin_layout Plain Layout
30695 To avoid it being loaded twice the command 
30696 \series bold
30697
30698 \backslash
30699 @ifundefined
30700 \series default
30701  is used.
30702 \end_layout
30703
30704 \end_inset
30705
30706
30707 \end_layout
30708
30709 \begin_layout Standard
30710 \begin_inset VSpace medskip
30711 \end_inset
30712
30713 Colorboxes are created with the command 
30714 \series bold
30715
30716 \backslash
30717 colorbox
30718 \series default
30719 .
30720  This will be used with the following scheme:
30721 \end_layout
30722
30723 \begin_layout Standard
30724
30725 \series bold
30726
30727 \backslash
30728 colorbox{color}{box content}
30729 \end_layout
30730
30731 \begin_layout Standard
30732 The box content can also be a box and colorboxes can also be within other
30733  boxes.
30734 \end_layout
30735
30736 \begin_layout Standard
30737 The following colors are predefined:
30738 \begin_inset Newline newline
30739 \end_inset
30740
30741
30742 \family sans
30743 black
30744 \family default
30745
30746 \family sans
30747 blue
30748 \family default
30749
30750 \family sans
30751 cyan
30752 \family default
30753 \series bold
30754 ,
30755 \series default
30756  
30757 \family sans
30758 green
30759 \family default
30760
30761 \family sans
30762 magenta
30763 \family default
30764
30765 \family sans
30766 red
30767 \family default
30768
30769 \family sans
30770 white
30771 \family default
30772 , and 
30773 \family sans
30774 yellow
30775 \family default
30776 .
30777 \begin_inset Newline newline
30778 \end_inset
30779
30780 You can also define your own color as described in section
30781 \begin_inset space ~
30782 \end_inset
30783
30784
30785 \begin_inset CommandInset ref
30786 LatexCommand ref
30787 reference "sec:Colored-Tables"
30788
30789 \end_inset
30790
30791 .
30792 \end_layout
30793
30794 \begin_layout Standard
30795 To have e.
30796 \begin_inset space \thinspace{}
30797 \end_inset
30798
30799 g.
30800 \begin_inset space \space{}
30801 \end_inset
30802
30803 a red background for a word, insert the command
30804 \end_layout
30805
30806 \begin_layout Standard
30807
30808 \series bold
30809
30810 \backslash
30811 colorbox{red}{
30812 \end_layout
30813
30814 \begin_layout Standard
30815 before the word in TeX-Code.
30816  After the word insert a closing brace 
30817 \begin_inset Quotes eld
30818 \end_inset
30819
30820
30821 \series bold
30822 }
30823 \series default
30824
30825 \begin_inset Quotes erd
30826 \end_inset
30827
30828  in TeX-Code.
30829 \begin_inset Newline newline
30830 \end_inset
30831
30832 This is the result:
30833 \end_layout
30834
30835 \begin_layout Standard
30836 This is a line where the word 
30837 \begin_inset ERT
30838 status collapsed
30839
30840 \begin_layout Plain Layout
30841
30842
30843 \backslash
30844 colorbox{red}{
30845 \end_layout
30846
30847 \end_inset
30848
30849
30850 \begin_inset Quotes eld
30851 \end_inset
30852
30853 Attention!
30854 \begin_inset Quotes erd
30855 \end_inset
30856
30857
30858 \begin_inset ERT
30859 status collapsed
30860
30861 \begin_layout Plain Layout
30862
30863 }
30864 \end_layout
30865
30866 \end_inset
30867
30868  has a red background.
30869 \end_layout
30870
30871 \begin_layout Standard
30872 \begin_inset VSpace bigskip
30873 \end_inset
30874
30875 If you would like the box frame in a different color, you can use the command
30876  
30877 \series bold
30878
30879 \backslash
30880 fcolorbox
30881 \series default
30882  with the following scheme:
30883 \end_layout
30884
30885 \begin_layout Standard
30886
30887 \series bold
30888
30889 \backslash
30890 fcolorbox{frame color}{box color}{box content}
30891 \end_layout
30892
30893 \begin_layout Standard
30894
30895 \series bold
30896
30897 \backslash
30898 fcolorbox
30899 \series default
30900  is an extension to 
30901 \series bold
30902
30903 \backslash
30904 colorbox
30905 \series default
30906 .
30907  The frame thickness and the space between the frame and the box content
30908  can be adjusted with the lengths 
30909 \series bold
30910
30911 \backslash
30912 fboxrule
30913 \series default
30914  and 
30915 \series bold
30916
30917 \backslash
30918 fboxsep
30919 \series default
30920 , respectively, as described in section
30921 \begin_inset space ~
30922 \end_inset
30923
30924
30925 \begin_inset CommandInset ref
30926 LatexCommand ref
30927 reference "sec:Decoration"
30928
30929 \end_inset
30930
30931 .
30932 \end_layout
30933
30934 \begin_layout Standard
30935 For the following example the command
30936 \end_layout
30937
30938 \begin_layout Standard
30939
30940 \series bold
30941
30942 \backslash
30943 fcolorbox{cyan}{magenta}{
30944 \end_layout
30945
30946 \begin_layout Standard
30947 was used.
30948 \end_layout
30949
30950 \begin_layout Standard
30951 Here is an example where the frame line thickness was set to 1
30952 \begin_inset space \thinspace{}
30953 \end_inset
30954
30955 mm:
30956 \begin_inset Newline newline
30957 \end_inset
30958
30959
30960 \begin_inset ERT
30961 status collapsed
30962
30963 \begin_layout Plain Layout
30964
30965
30966 \backslash
30967 fboxrule 1mm 
30968 \backslash
30969 fboxsep 1mm
30970 \end_layout
30971
30972 \end_inset
30973
30974
30975 \begin_inset ERT
30976 status collapsed
30977
30978 \begin_layout Plain Layout
30979
30980
30981 \backslash
30982 fcolorbox{cyan}{magenta}{
30983 \end_layout
30984
30985 \end_inset
30986
30987 This is text within a colored, framed box.
30988 \begin_inset ERT
30989 status collapsed
30990
30991 \begin_layout Plain Layout
30992
30993 }
30994 \end_layout
30995
30996 \end_inset
30997
30998
30999 \end_layout
31000
31001 \begin_layout Standard
31002 \begin_inset VSpace bigskip
31003 \end_inset
31004
31005 Of course you can also have colored text inside a colorbox:
31006 \begin_inset Newline newline
31007 \end_inset
31008
31009
31010 \begin_inset ERT
31011 status collapsed
31012
31013 \begin_layout Plain Layout
31014
31015
31016 \backslash
31017 fcolorbox{cyan}{magenta}{
31018 \end_layout
31019
31020 \end_inset
31021
31022
31023 \color yellow
31024 This is colored text within a colored, framed box.
31025 \color none
31026
31027 \begin_inset ERT
31028 status collapsed
31029
31030 \begin_layout Plain Layout
31031
31032 }
31033 \end_layout
31034
31035 \end_inset
31036
31037
31038 \begin_inset ERT
31039 status collapsed
31040
31041 \begin_layout Plain Layout
31042
31043
31044 \backslash
31045 fboxrule 0.4pt 
31046 \backslash
31047 fboxsep 3pt
31048 \end_layout
31049
31050 \end_inset
31051
31052
31053 \end_layout
31054
31055 \begin_layout Standard
31056 \begin_inset VSpace medskip
31057 \end_inset
31058
31059
31060 \end_layout
31061
31062 \begin_layout Standard
31063 \begin_inset Note Greyedout
31064 status open
31065
31066 \begin_layout Plain Layout
31067
31068 \series bold
31069 Note:
31070 \series default
31071  Text in colorboxes cannot have line breaks.
31072  To color multiple text lines or paragraphs, use a box inside a colorbox
31073  as described in the following.
31074 \end_layout
31075
31076 \end_inset
31077
31078
31079 \end_layout
31080
31081 \begin_layout Subsection
31082 Color for Paragraphs
31083 \begin_inset CommandInset label
31084 LatexCommand label
31085 name "sub:Color-for-Paragraphs"
31086
31087 \end_inset
31088
31089
31090 \begin_inset Index idx
31091 status collapsed
31092
31093 \begin_layout Plain Layout
31094 Color ! for Paragraphs
31095 \end_layout
31096
31097 \end_inset
31098
31099
31100 \end_layout
31101
31102 \begin_layout Standard
31103 To set the background color for more than one text line, put the text into
31104  a minipage.
31105  Before the minipage insert the 
31106 \series bold
31107
31108 \backslash
31109 colorbox
31110 \series default
31111  command
31112 \end_layout
31113
31114 \begin_layout Standard
31115
31116 \series bold
31117
31118 \backslash
31119 colorbox{color}{
31120 \end_layout
31121
31122 \begin_layout Standard
31123 in TeX-Code.
31124  After the minipage insert a closing brace 
31125 \begin_inset Quotes eld
31126 \end_inset
31127
31128
31129 \series bold
31130 }
31131 \series default
31132
31133 \begin_inset Quotes erd
31134 \end_inset
31135
31136  in TeX-Code.
31137 \end_layout
31138
31139 \begin_layout Standard
31140 \begin_inset ERT
31141 status collapsed
31142
31143 \begin_layout Plain Layout
31144
31145
31146 \backslash
31147 colorbox{lightgrey}{
31148 \end_layout
31149
31150 \end_inset
31151
31152
31153 \begin_inset Box Frameless
31154 position "t"
31155 hor_pos "c"
31156 has_inner_box 1
31157 inner_pos "t"
31158 use_parbox 0
31159 use_makebox 0
31160 width "100col%"
31161 special "none"
31162 height "1in"
31163 height_special "totalheight"
31164 status collapsed
31165
31166 \begin_layout Plain Layout
31167 This is text with background color.
31168  This is text with background color.
31169 \end_layout
31170
31171 \begin_layout Plain Layout
31172 \begin_inset VSpace defskip
31173 \end_inset
31174
31175 The text can have footnotes
31176 \begin_inset Foot
31177 status collapsed
31178
31179 \begin_layout Plain Layout
31180 Another example footnote
31181 \end_layout
31182
31183 \end_inset
31184
31185  and can include tables and figures.
31186 \end_layout
31187
31188 \begin_layout Plain Layout
31189 \align center
31190 \begin_inset Tabular
31191 <lyxtabular version="3" rows="3" columns="3">
31192 <features tabularvalignment="middle">
31193 <column alignment="center" valignment="top" width="0">
31194 <column alignment="center" valignment="top" width="0">
31195 <column alignment="center" valignment="top" width="0">
31196 <row>
31197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31198 \begin_inset Text
31199
31200 \begin_layout Plain Layout
31201 a
31202 \end_layout
31203
31204 \end_inset
31205 </cell>
31206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31207 \begin_inset Text
31208
31209 \begin_layout Plain Layout
31210 !
31211 \end_layout
31212
31213 \end_inset
31214 </cell>
31215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31216 \begin_inset Text
31217
31218 \begin_layout Plain Layout
31219 3
31220 \end_layout
31221
31222 \end_inset
31223 </cell>
31224 </row>
31225 <row>
31226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31227 \begin_inset Text
31228
31229 \begin_layout Plain Layout
31230 <
31231 \end_layout
31232
31233 \end_inset
31234 </cell>
31235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31236 \begin_inset Text
31237
31238 \begin_layout Plain Layout
31239 b2
31240 \begin_inset Quotes erd
31241 \end_inset
31242
31243 |
31244 \end_layout
31245
31246 \end_inset
31247 </cell>
31248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31249 \begin_inset Text
31250
31251 \begin_layout Plain Layout
31252 >
31253 \end_layout
31254
31255 \end_inset
31256 </cell>
31257 </row>
31258 <row>
31259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31260 \begin_inset Text
31261
31262 \begin_layout Plain Layout
31263 1
31264 \end_layout
31265
31266 \end_inset
31267 </cell>
31268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31269 \begin_inset Text
31270
31271 \begin_layout Plain Layout
31272 §
31273 \end_layout
31274
31275 \end_inset
31276 </cell>
31277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31278 \begin_inset Text
31279
31280 \begin_layout Plain Layout
31281 c
31282 \end_layout
31283
31284 \end_inset
31285 </cell>
31286 </row>
31287 </lyxtabular>
31288
31289 \end_inset
31290
31291
31292 \end_layout
31293
31294 \end_inset
31295
31296
31297 \begin_inset ERT
31298 status collapsed
31299
31300 \begin_layout Plain Layout
31301
31302 }
31303 \end_layout
31304
31305 \end_inset
31306
31307
31308 \end_layout
31309
31310 \begin_layout Section
31311 Rotated and Scaled Boxes
31312 \end_layout
31313
31314 \begin_layout Standard
31315 To use the commands described in this section, the LaTeX-package 
31316 \series bold
31317 graphicx
31318 \series default
31319
31320 \begin_inset Index idx
31321 status collapsed
31322
31323 \begin_layout Plain Layout
31324 LaTeX-packages ! graphicx
31325 \end_layout
31326
31327 \end_inset
31328
31329  needs to be loaded in the document preamble with the command
31330 \end_layout
31331
31332 \begin_layout Standard
31333
31334 \series bold
31335
31336 \backslash
31337 @ifundefined{rotatebox}
31338 \begin_inset Newline newline
31339 \end_inset
31340
31341
31342 \begin_inset Phantom HPhantom
31343 status open
31344
31345 \begin_layout Plain Layout
31346
31347 \series bold
31348 \begin_inset space ~
31349 \end_inset
31350
31351
31352 \end_layout
31353
31354 \end_inset
31355
31356 {
31357 \backslash
31358 usepackage{graphicx}}{}
31359 \end_layout
31360
31361 \begin_layout Standard
31362 \begin_inset Note Greyedout
31363 status open
31364
31365 \begin_layout Plain Layout
31366
31367 \series bold
31368 Note:
31369 \series default
31370  Some DVI-viewers can't display rotated or scaled material.
31371 \end_layout
31372
31373 \end_inset
31374
31375
31376 \end_layout
31377
31378 \begin_layout Standard
31379 \begin_inset Note Greyedout
31380 status open
31381
31382 \begin_layout Plain Layout
31383
31384 \series bold
31385 Note:
31386 \series default
31387  Floats mustn't be inside a rotated or scaled box.
31388 \end_layout
31389
31390 \end_inset
31391
31392
31393 \end_layout
31394
31395 \begin_layout Subsection
31396 Rotated Boxes
31397 \begin_inset Index idx
31398 status collapsed
31399
31400 \begin_layout Plain Layout
31401 Boxes ! rotated
31402 \end_layout
31403
31404 \end_inset
31405
31406
31407 \begin_inset Index idx
31408 status collapsed
31409
31410 \begin_layout Plain Layout
31411 Rotated material
31412 \end_layout
31413
31414 \end_inset
31415
31416
31417 \begin_inset Index idx
31418 status collapsed
31419
31420 \begin_layout Plain Layout
31421 Figures ! rotated
31422 \end_layout
31423
31424 \end_inset
31425
31426
31427 \begin_inset Index idx
31428 status collapsed
31429
31430 \begin_layout Plain Layout
31431 Table Customization ! Rotating
31432 \end_layout
31433
31434 \end_inset
31435
31436
31437 \end_layout
31438
31439 \begin_layout Standard
31440 To rotate material, you can put it into a rotated box.
31441  Such a box is created using the command 
31442 \series bold
31443
31444 \backslash
31445 rotatebox
31446 \series default
31447  in TeX-Code with the following scheme:
31448 \end_layout
31449
31450 \begin_layout Standard
31451
31452 \series bold
31453
31454 \backslash
31455 rotatebox[rotation origin]{rotation angle}{box content}
31456 \end_layout
31457
31458 \begin_layout Standard
31459 The rotation origin is specified in the form 
31460 \series bold
31461 origin=position
31462 \series default
31463 .
31464  The following positions are possible: 
31465 \emph on
31466 c
31467 \emph default
31468  (center), 
31469 \emph on
31470 l
31471 \emph default
31472  (left), 
31473 \emph on
31474 r
31475 \emph default
31476  (right), 
31477 \emph on
31478 b
31479 \emph default
31480  (bottom), 
31481 \emph on
31482 t
31483 \emph default
31484  (top), along with meaningful combinations of the four base positions.
31485  For example 
31486 \emph on
31487 lt
31488 \emph default
31489  means that the rotation origin is at the top left corner of the box.
31490  When no rotation origin is specified, the position 
31491 \emph on
31492 l
31493 \emph default
31494  will be used.
31495  The rotation angle is a number that can be negative that specifies the
31496  angle in degrees.
31497  The rotation direction is counterclockwise.
31498 \end_layout
31499
31500 \begin_layout Standard
31501 In the following example the command 
31502 \series bold
31503
31504 \backslash
31505 rotatebox[origin=c]{60}{
31506 \series default
31507  was inserted as TeX-Code before the text 
31508 \begin_inset Quotes eld
31509 \end_inset
31510
31511 with rotated
31512 \begin_inset Quotes erd
31513 \end_inset
31514
31515 ; after the text the box was closed by a closing brace 
31516 \series bold
31517 }
31518 \series default
31519  in TeX-Code.
31520 \end_layout
31521
31522 \begin_layout Standard
31523 This is a line 
31524 \begin_inset ERT
31525 status collapsed
31526
31527 \begin_layout Plain Layout
31528
31529
31530 \backslash
31531 rotatebox[origin=c]{60}{
31532 \end_layout
31533
31534 \end_inset
31535
31536 with rotated
31537 \begin_inset ERT
31538 status collapsed
31539
31540 \begin_layout Plain Layout
31541
31542 }
31543 \end_layout
31544
31545 \end_inset
31546
31547  text.
31548 \end_layout
31549
31550 \begin_layout Standard
31551 The box content can also be another box or an inline formula:
31552 \end_layout
31553
31554 \begin_layout Standard
31555 This is a line
31556 \begin_inset ERT
31557 status collapsed
31558
31559 \begin_layout Plain Layout
31560
31561
31562 \backslash
31563 rotatebox[origin=r]{-60}{
31564 \end_layout
31565
31566 \end_inset
31567
31568
31569 \begin_inset Box Doublebox
31570 position "c"
31571 hor_pos "c"
31572 has_inner_box 0
31573 inner_pos "c"
31574 use_parbox 0
31575 use_makebox 0
31576 width "1in"
31577 special "width"
31578 height "1in"
31579 height_special "totalheight"
31580 status collapsed
31581
31582 \begin_layout Plain Layout
31583 with rotated
31584 \end_layout
31585
31586 \end_inset
31587
31588
31589 \begin_inset ERT
31590 status collapsed
31591
31592 \begin_layout Plain Layout
31593
31594 }
31595 \end_layout
31596
31597 \end_inset
31598
31599  framed text 
31600 \begin_inset ERT
31601 status collapsed
31602
31603 \begin_layout Plain Layout
31604
31605
31606 \backslash
31607 rotatebox[origin=lb]{60}{
31608 \end_layout
31609
31610 \end_inset
31611
31612
31613 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31614 \end_inset
31615
31616
31617 \begin_inset ERT
31618 status collapsed
31619
31620 \begin_layout Plain Layout
31621
31622 }
31623 \end_layout
31624
31625 \end_inset
31626
31627  and a formula.
31628 \end_layout
31629
31630 \begin_layout Standard
31631 or an image or table:
31632 \end_layout
31633
31634 \begin_layout Standard
31635 This is a line
31636 \begin_inset ERT
31637 status collapsed
31638
31639 \begin_layout Plain Layout
31640
31641
31642 \backslash
31643 rotatebox[origin=lb]{90}{
31644 \end_layout
31645
31646 \end_inset
31647
31648
31649 \begin_inset Graphics
31650         filename clipart/platypus.eps
31651         lyxscale 50
31652         width 25col%
31653
31654 \end_inset
31655
31656
31657 \begin_inset ERT
31658 status collapsed
31659
31660 \begin_layout Plain Layout
31661
31662 }
31663 \end_layout
31664
31665 \end_inset
31666
31667  with a rotated image 
31668 \begin_inset ERT
31669 status collapsed
31670
31671 \begin_layout Plain Layout
31672
31673
31674 \backslash
31675 rotatebox[origin=l]{-90}{
31676 \end_layout
31677
31678 \end_inset
31679
31680
31681 \begin_inset Tabular
31682 <lyxtabular version="3" rows="2" columns="2">
31683 <features tabularvalignment="middle">
31684 <column alignment="center" valignment="top" width="0">
31685 <column alignment="center" valignment="top" width="0">
31686 <row>
31687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31688 \begin_inset Text
31689
31690 \begin_layout Plain Layout
31691 q
31692 \end_layout
31693
31694 \end_inset
31695 </cell>
31696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31697 \begin_inset Text
31698
31699 \begin_layout Plain Layout
31700 w
31701 \end_layout
31702
31703 \end_inset
31704 </cell>
31705 </row>
31706 <row>
31707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31708 \begin_inset Text
31709
31710 \begin_layout Plain Layout
31711 e
31712 \end_layout
31713
31714 \end_inset
31715 </cell>
31716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31717 \begin_inset Text
31718
31719 \begin_layout Plain Layout
31720 r
31721 \end_layout
31722
31723 \end_inset
31724 </cell>
31725 </row>
31726 </lyxtabular>
31727
31728 \end_inset
31729
31730
31731 \begin_inset ERT
31732 status collapsed
31733
31734 \begin_layout Plain Layout
31735
31736 }
31737 \end_layout
31738
31739 \end_inset
31740
31741  and table.
31742 \end_layout
31743
31744 \begin_layout Subsection
31745 Scaled Boxes
31746 \begin_inset Index idx
31747 status collapsed
31748
31749 \begin_layout Plain Layout
31750 Boxes ! scaled
31751 \end_layout
31752
31753 \end_inset
31754
31755
31756 \begin_inset Index idx
31757 status collapsed
31758
31759 \begin_layout Plain Layout
31760 Scaled material
31761 \end_layout
31762
31763 \end_inset
31764
31765
31766 \begin_inset Index idx
31767 status collapsed
31768
31769 \begin_layout Plain Layout
31770 Figures ! scaled
31771 \end_layout
31772
31773 \end_inset
31774
31775
31776 \begin_inset Index idx
31777 status collapsed
31778
31779 \begin_layout Plain Layout
31780 Table Customization ! Scaling
31781 \end_layout
31782
31783 \end_inset
31784
31785
31786 \end_layout
31787
31788 \begin_layout Standard
31789 To scale material the commands 
31790 \series bold
31791
31792 \backslash
31793 scalebox
31794 \series default
31795  and 
31796 \series bold
31797
31798 \backslash
31799 resizebox
31800 \series default
31801  can be used as TeX-Code.
31802 \end_layout
31803
31804 \begin_layout Standard
31805
31806 \series bold
31807
31808 \backslash
31809 scalebox
31810 \series default
31811  is used with the following scheme:
31812 \end_layout
31813
31814 \begin_layout Standard
31815
31816 \series bold
31817
31818 \backslash
31819 scalebox{horizontal}[vertical]{box content}
31820 \end_layout
31821
31822 \begin_layout Standard
31823 Horizontal and vertical are the corresponding scaling factors.
31824  If no vertical scaling factor is given, the horizontal factor will also
31825  be used as the vertical one.
31826 \end_layout
31827
31828 \begin_layout Standard
31829 The command 
31830 \series bold
31831
31832 \backslash
31833 scalebox{2}{Hello}
31834 \series default
31835  creates for example a double size 
31836 \begin_inset ERT
31837 status collapsed
31838
31839 \begin_layout Plain Layout
31840
31841
31842 \backslash
31843 scalebox{2}{
31844 \end_layout
31845
31846 \end_inset
31847
31848 Hello
31849 \begin_inset ERT
31850 status collapsed
31851
31852 \begin_layout Plain Layout
31853
31854 }
31855 \end_layout
31856
31857 \end_inset
31858
31859 , compared with the document text size.
31860 \end_layout
31861
31862 \begin_layout Standard
31863
31864 \series bold
31865
31866 \backslash
31867 scalebox{2}[1]{Hello}
31868 \series default
31869  on the other hand distorts the 
31870 \begin_inset ERT
31871 status collapsed
31872
31873 \begin_layout Plain Layout
31874
31875
31876 \backslash
31877 scalebox{2}[1]{
31878 \end_layout
31879
31880 \end_inset
31881
31882 Hello
31883 \begin_inset ERT
31884 status collapsed
31885
31886 \begin_layout Plain Layout
31887
31888 }
31889 \end_layout
31890
31891 \end_inset
31892
31893 .
31894 \end_layout
31895
31896 \begin_layout Standard
31897 If the scaling factor is negative, the box content will be mirrored.
31898  Therefore the command 
31899 \series bold
31900
31901 \backslash
31902 scalebox{-1}[1]{Hello}
31903 \series default
31904  can be used to create mirror writing: 
31905 \begin_inset ERT
31906 status collapsed
31907
31908 \begin_layout Plain Layout
31909
31910
31911 \backslash
31912 scalebox{-1}[1]{
31913 \end_layout
31914
31915 \end_inset
31916
31917 Hello
31918 \begin_inset ERT
31919 status collapsed
31920
31921 \begin_layout Plain Layout
31922
31923 }
31924 \end_layout
31925
31926 \end_inset
31927
31928
31929 \end_layout
31930
31931 \begin_layout Standard
31932
31933 \series bold
31934
31935 \backslash
31936 scalebox{1}[-1]{Hello}
31937 \series default
31938  reflects the 
31939 \begin_inset ERT
31940 status collapsed
31941
31942 \begin_layout Plain Layout
31943
31944
31945 \backslash
31946 scalebox{1}[-1]{
31947 \end_layout
31948
31949 \end_inset
31950
31951 Hello
31952 \begin_inset ERT
31953 status collapsed
31954
31955 \begin_layout Plain Layout
31956
31957 }
31958 \end_layout
31959
31960 \end_inset
31961
31962  at the base line.
31963 \end_layout
31964
31965 \begin_layout Standard
31966 Equivalent to 
31967 \series bold
31968
31969 \backslash
31970 scalebox{-1}[1]{box content}
31971 \series default
31972  there exists the command
31973 \begin_inset Newline newline
31974 \end_inset
31975
31976
31977 \series bold
31978
31979 \backslash
31980 reflectbox{box content}
31981 \series default
31982 .
31983 \end_layout
31984
31985 \begin_layout Standard
31986 \begin_inset VSpace bigskip
31987 \end_inset
31988
31989 The command 
31990 \series bold
31991
31992 \backslash
31993 resizebox
31994 \series default
31995  is used to scale the box to a defined width and height.
31996  The command scheme is:
31997 \end_layout
31998
31999 \begin_layout Standard
32000
32001 \series bold
32002
32003 \backslash
32004 resizebox{width}{height}{box content}
32005 \end_layout
32006
32007 \begin_layout Standard
32008 If one of the two command arguments given is an exclamation mark 
32009 \series bold
32010 !
32011 \series default
32012 , the size is set so that the aspect ratio of the box content is kept.
32013 \end_layout
32014
32015 \begin_layout Standard
32016 The command 
32017 \series bold
32018
32019 \backslash
32020 resizebox{2cm}{1cm}{Hello}
32021 \series default
32022  produces: 
32023 \begin_inset ERT
32024 status collapsed
32025
32026 \begin_layout Plain Layout
32027
32028
32029 \backslash
32030 resizebox{2cm}{1cm}{
32031 \end_layout
32032
32033 \end_inset
32034
32035 Hello
32036 \begin_inset ERT
32037 status collapsed
32038
32039 \begin_layout Plain Layout
32040
32041 }
32042 \end_layout
32043
32044 \end_inset
32045
32046
32047 \begin_inset Newline newline
32048 \end_inset
32049
32050 The command 
32051 \series bold
32052
32053 \backslash
32054 resizebox{2cm}{!}{Hello}
32055 \series default
32056  produces: 
32057 \begin_inset ERT
32058 status collapsed
32059
32060 \begin_layout Plain Layout
32061
32062
32063 \backslash
32064 resizebox{2cm}{!}{
32065 \end_layout
32066
32067 \end_inset
32068
32069 Hello
32070 \begin_inset ERT
32071 status collapsed
32072
32073 \begin_layout Plain Layout
32074
32075 }
32076 \end_layout
32077
32078 \end_inset
32079
32080
32081 \end_layout
32082
32083 \begin_layout Standard
32084 \begin_inset VSpace bigskip
32085 \end_inset
32086
32087
32088 \begin_inset Note Greyedout
32089 status open
32090
32091 \begin_layout Plain Layout
32092
32093 \series bold
32094 Note:
32095 \series default
32096  When arguments of 
32097 \series bold
32098
32099 \backslash
32100 scalebox
32101 \series default
32102  or 
32103 \series bold
32104
32105 \backslash
32106 resizebox
32107 \series default
32108  are set to zero, no LaTeX-errors occur when exporting the document but
32109  the exported files can not or only partly be displayed.
32110 \end_layout
32111
32112 \end_inset
32113
32114
32115 \end_layout
32116
32117 \begin_layout Standard
32118 \begin_inset VSpace bigskip
32119 \end_inset
32120
32121
32122 \end_layout
32123
32124 \begin_layout Standard
32125 The boxes can be combined in any order.
32126  E.
32127 \begin_inset space \thinspace{}
32128 \end_inset
32129
32130 g.
32131 \begin_inset space \space{}
32132 \end_inset
32133
32134 the command
32135 \begin_inset Newline newline
32136 \end_inset
32137
32138
32139 \series bold
32140
32141 \backslash
32142 rotatebox[origin=c]{-45}{
32143 \backslash
32144 resizebox{2cm}{!}{
32145 \backslash
32146 reflectbox{Hello}}}
32147 \begin_inset Newline newline
32148 \end_inset
32149
32150
32151 \series default
32152 produces:
32153 \end_layout
32154
32155 \begin_layout Standard
32156 \align center
32157 \begin_inset ERT
32158 status collapsed
32159
32160 \begin_layout Plain Layout
32161
32162
32163 \backslash
32164 rotatebox[origin=c]{-45}{
32165 \backslash
32166 resizebox{2cm}{!}{
32167 \backslash
32168 reflectbox{
32169 \end_layout
32170
32171 \end_inset
32172
32173 Hello
32174 \begin_inset ERT
32175 status collapsed
32176
32177 \begin_layout Plain Layout
32178
32179 }}}
32180 \end_layout
32181
32182 \end_inset
32183
32184
32185 \end_layout
32186
32187 \begin_layout Standard
32188 \noindent
32189 Images, tables, and inline formulas are allowed as box content:
32190 \end_layout
32191
32192 \begin_layout Standard
32193 \align center
32194 \begin_inset ERT
32195 status collapsed
32196
32197 \begin_layout Plain Layout
32198
32199
32200 \backslash
32201 rotatebox[origin=c]{-30}{
32202 \backslash
32203 resizebox{2cm}{!}{
32204 \backslash
32205 reflectbox{
32206 \end_layout
32207
32208 \end_inset
32209
32210
32211 \begin_inset Graphics
32212         filename clipart/platypus.eps
32213         lyxscale 50
32214         width 25col%
32215
32216 \end_inset
32217
32218
32219 \begin_inset ERT
32220 status collapsed
32221
32222 \begin_layout Plain Layout
32223
32224 }}}
32225 \end_layout
32226
32227 \end_inset
32228
32229
32230 \begin_inset ERT
32231 status collapsed
32232
32233 \begin_layout Plain Layout
32234
32235
32236 \backslash
32237 rotatebox[origin=c]{-45}{
32238 \backslash
32239 resizebox{2cm}{!}{
32240 \backslash
32241 reflectbox{
32242 \end_layout
32243
32244 \end_inset
32245
32246
32247 \begin_inset Tabular
32248 <lyxtabular version="3" rows="2" columns="2">
32249 <features tabularvalignment="middle">
32250 <column alignment="center" valignment="top" width="0">
32251 <column alignment="center" valignment="top" width="0">
32252 <row>
32253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32254 \begin_inset Text
32255
32256 \begin_layout Plain Layout
32257 q
32258 \end_layout
32259
32260 \end_inset
32261 </cell>
32262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32263 \begin_inset Text
32264
32265 \begin_layout Plain Layout
32266 w
32267 \end_layout
32268
32269 \end_inset
32270 </cell>
32271 </row>
32272 <row>
32273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32274 \begin_inset Text
32275
32276 \begin_layout Plain Layout
32277 e
32278 \end_layout
32279
32280 \end_inset
32281 </cell>
32282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32283 \begin_inset Text
32284
32285 \begin_layout Plain Layout
32286 r
32287 \end_layout
32288
32289 \end_inset
32290 </cell>
32291 </row>
32292 </lyxtabular>
32293
32294 \end_inset
32295
32296
32297 \begin_inset ERT
32298 status collapsed
32299
32300 \begin_layout Plain Layout
32301
32302 }}}
32303 \end_layout
32304
32305 \end_inset
32306
32307
32308 \begin_inset ERT
32309 status collapsed
32310
32311 \begin_layout Plain Layout
32312
32313
32314 \backslash
32315 rotatebox[origin=c]{-45}{
32316 \backslash
32317 resizebox{2cm}{!}{
32318 \backslash
32319 reflectbox{
32320 \end_layout
32321
32322 \end_inset
32323
32324
32325 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32326 \end_inset
32327
32328
32329 \begin_inset ERT
32330 status collapsed
32331
32332 \begin_layout Plain Layout
32333
32334 }}}
32335 \end_layout
32336
32337 \end_inset
32338
32339
32340 \end_layout
32341
32342 \begin_layout Standard
32343 When the global formula style 
32344 \series bold
32345 fleqn
32346 \series default
32347  is used in the document
32348 \begin_inset Foot
32349 status collapsed
32350
32351 \begin_layout Plain Layout
32352 When 
32353 \begin_inset Quotes eld
32354 \end_inset
32355
32356 fleqn
32357 \begin_inset Quotes erd
32358 \end_inset
32359
32360  is added to the document class options.
32361 \end_layout
32362
32363 \end_inset
32364
32365 , display style formulas can also be scaled.
32366 \end_layout
32367
32368 \begin_layout Chapter
32369 Objects Surrounded by Text
32370 \begin_inset Index idx
32371 status collapsed
32372
32373 \begin_layout Plain Layout
32374 Surrounded by text
32375 \end_layout
32376
32377 \end_inset
32378
32379
32380 \end_layout
32381
32382 \begin_layout Section
32383 Wrap Floats
32384 \begin_inset CommandInset label
32385 LatexCommand label
32386 name "sec:Wrap-Floats"
32387
32388 \end_inset
32389
32390
32391 \begin_inset Index idx
32392 status collapsed
32393
32394 \begin_layout Plain Layout
32395 Floats ! Wrap Floats
32396 \end_layout
32397
32398 \end_inset
32399
32400
32401 \begin_inset Index idx
32402 status collapsed
32403
32404 \begin_layout Plain Layout
32405 Surrounded by text ! Wrap Floats
32406 \end_layout
32407
32408 \end_inset
32409
32410
32411 \end_layout
32412
32413 \begin_layout Standard
32414 \begin_inset Wrap figure
32415 lines 0
32416 placement l
32417 overhang 1cm
32418 width "40col%"
32419 status open
32420
32421 \begin_layout Plain Layout
32422 \begin_inset Graphics
32423         filename clipart/mobius.eps
32424         width 40col%
32425         scaleBeforeRotation
32426         rotateOrigin center
32427
32428 \end_inset
32429
32430
32431 \end_layout
32432
32433 \begin_layout Plain Layout
32434 \begin_inset Caption
32435
32436 \begin_layout Plain Layout
32437 \begin_inset CommandInset label
32438 LatexCommand label
32439 name "fig:This-is-a"
32440
32441 \end_inset
32442
32443 This is a figure wrap float.
32444 \end_layout
32445
32446 \end_inset
32447
32448
32449 \end_layout
32450
32451 \end_inset
32452
32453  This float type is used if you want to wrap text around a figure or table
32454  so that it only occupies some fraction of the column width.
32455  It can be inserted using the menu 
32456 \family sans
32457 Insert\SpecialChar \menuseparator
32458 Floats\SpecialChar \menuseparator
32459 Figure
32460 \begin_inset space ~
32461 \end_inset
32462
32463 Wrap
32464 \begin_inset space ~
32465 \end_inset
32466
32467 Float
32468 \family default
32469  or 
32470 \family sans
32471 Table
32472 \begin_inset space ~
32473 \end_inset
32474
32475 Wrap
32476 \begin_inset space ~
32477 \end_inset
32478
32479 Float
32480 \family default
32481  if the LaTeX-package 
32482 \series bold
32483 wrapfig
32484 \series default
32485
32486 \begin_inset Index idx
32487 status collapsed
32488
32489 \begin_layout Plain Layout
32490 LaTeX-packages ! wrapfig
32491 \begin_inset ERT
32492 status collapsed
32493
32494 \begin_layout Plain Layout
32495
32496
32497 \backslash
32498 vspace{4mm}
32499 \end_layout
32500
32501 \end_inset
32502
32503
32504 \end_layout
32505
32506 \end_inset
32507
32508  is installed.
32509 \begin_inset Foot
32510 status collapsed
32511
32512 \begin_layout Plain Layout
32513 Installing a LaTeX-package is explained it in the 
32514 \emph on
32515 LaTeX
32516 \begin_inset space ~
32517 \end_inset
32518
32519 Configuration
32520 \emph default
32521  manual.
32522 \end_layout
32523
32524 \end_inset
32525
32526  The settings of the float can be modified by right-clicking on the float
32527  box.
32528  The mandatory settings are the float 
32529 \family sans
32530 Placement
32531 \family default
32532  and its 
32533 \family sans
32534 Width
32535 \family default
32536 .
32537  Optional are the 
32538 \family sans
32539 Overhang
32540 \family default
32541  that specifies how much the float is set into the paragraph
32542 \begin_inset space \thinspace{}
32543 \end_inset
32544
32545 /
32546 \begin_inset space \thinspace{}
32547 \end_inset
32548
32549 page margin, and the 
32550 \family sans
32551 Line
32552 \begin_inset space ~
32553 \end_inset
32554
32555 span
32556 \family default
32557  that specifies how many text lines the float will approximately need.
32558  The line span is often hard to approximate; so it is better only to use
32559  it when you encounter float placement problems.
32560  You can furthermore decide if LaTeX is allowed to let the float float within
32561  the paragraph or to surrounding paragraphs.
32562  Figure
32563 \begin_inset space ~
32564 \end_inset
32565
32566
32567 \begin_inset CommandInset ref
32568 LatexCommand ref
32569 reference "fig:This-is-a"
32570
32571 \end_inset
32572
32573  is an example text wrap float with a width of 40
32574 \begin_inset space \thinspace{}
32575 \end_inset
32576
32577 col%, 1
32578 \begin_inset space \thinspace{}
32579 \end_inset
32580
32581 cm overhang, set to the left.
32582 \end_layout
32583
32584 \begin_layout Standard
32585 \begin_inset Note Greyedout
32586 status open
32587
32588 \begin_layout Plain Layout
32589
32590 \series bold
32591 Note:
32592 \series default
32593  Text
32594 \begin_inset space ~
32595 \end_inset
32596
32597 wrap float floats are fragile! E.
32598 \begin_inset space \thinspace{}
32599 \end_inset
32600
32601 g.
32602 \begin_inset space \space{}
32603 \end_inset
32604
32605 having a figure too close to the bottom of the page can mess things up in
32606  such a way that the float does not appear in the output or that it is placed
32607  over some other text.
32608 \end_layout
32609
32610 \end_inset
32611
32612
32613 \end_layout
32614
32615 \begin_layout Standard
32616 In general, the following applies for wrap floats:
32617 \end_layout
32618
32619 \begin_layout Itemize
32620 They should not be placed in paragraphs that run over a page break.
32621  That means that wrap floats are better inserted in their exact place when
32622  the document is almost finished and you are able to estimate where page
32623  breaks will appear.
32624 \end_layout
32625
32626 \begin_layout Itemize
32627 They should either be placed in their own paragraph before the paragraph
32628  where they should wrap into or within a paragraph.
32629 \end_layout
32630
32631 \begin_layout Itemize
32632 In consecutive paragraphs they may cause troubles, so ensure that there
32633  is a text paragraph between them as separator.
32634 \end_layout
32635
32636 \begin_layout Itemize
32637 They are not allowed in section headings or tables.
32638 \end_layout
32639
32640 \begin_layout Itemize
32641 Their numbering and referencing works as described in chap.
32642 \begin_inset space \thinspace{}
32643 \end_inset
32644
32645
32646 \begin_inset CommandInset ref
32647 LatexCommand ref
32648 reference "chap:Floats"
32649
32650 \end_inset
32651
32652 .
32653 \end_layout
32654
32655 \begin_layout Section
32656 Surrounded Fixed Objects
32657 \begin_inset Index idx
32658 status collapsed
32659
32660 \begin_layout Plain Layout
32661 Surrounded by text ! Fixed objects
32662 \end_layout
32663
32664 \end_inset
32665
32666
32667 \end_layout
32668
32669 \begin_layout Standard
32670 The wrap floats described in sec.
32671 \begin_inset space \thinspace{}
32672 \end_inset
32673
32674
32675 \begin_inset CommandInset ref
32676 LatexCommand ref
32677 reference "sec:Wrap-Floats"
32678
32679 \end_inset
32680
32681  have these positions in the paragraph:
32682 \end_layout
32683
32684 \begin_layout Standard
32685 \noindent
32686 \align center
32687 \begin_inset Tabular
32688 <lyxtabular version="3" rows="2" columns="2">
32689 <features tabularvalignment="middle">
32690 <column alignment="center" valignment="top" width="0">
32691 <column alignment="center" valignment="top" width="0">
32692 <row>
32693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32694 \begin_inset Text
32695
32696 \begin_layout Plain Layout
32697 \begin_inset Graphics
32698         filename ../images/dialog-show-new-inset_graphics.png
32699         scale 70
32700         scaleBeforeRotation
32701
32702 \end_inset
32703
32704
32705 \end_layout
32706
32707 \end_inset
32708 </cell>
32709 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32710 \begin_inset Text
32711
32712 \begin_layout Plain Layout
32713 text
32714 \end_layout
32715
32716 \end_inset
32717 </cell>
32718 </row>
32719 <row>
32720 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32721 \begin_inset Text
32722
32723 \begin_layout Plain Layout
32724 text
32725 \end_layout
32726
32727 \end_inset
32728 </cell>
32729 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32730 \begin_inset Text
32731
32732 \begin_layout Plain Layout
32733 text
32734 \end_layout
32735
32736 \end_inset
32737 </cell>
32738 </row>
32739 </lyxtabular>
32740
32741 \end_inset
32742
32743  or 
32744 \begin_inset Tabular
32745 <lyxtabular version="3" rows="2" columns="2">
32746 <features tabularvalignment="middle">
32747 <column alignment="center" valignment="top" width="0">
32748 <column alignment="center" valignment="top" width="0">
32749 <row>
32750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32751 \begin_inset Text
32752
32753 \begin_layout Plain Layout
32754 text
32755 \end_layout
32756
32757 \end_inset
32758 </cell>
32759 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32760 \begin_inset Text
32761
32762 \begin_layout Plain Layout
32763 \begin_inset Graphics
32764         filename ../images/dialog-show-new-inset_graphics.png
32765         scale 70
32766         scaleBeforeRotation
32767
32768 \end_inset
32769
32770
32771 \end_layout
32772
32773 \end_inset
32774 </cell>
32775 </row>
32776 <row>
32777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32778 \begin_inset Text
32779
32780 \begin_layout Plain Layout
32781 text
32782 \end_layout
32783
32784 \end_inset
32785 </cell>
32786 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32787 \begin_inset Text
32788
32789 \begin_layout Plain Layout
32790 text
32791 \end_layout
32792
32793 \end_inset
32794 </cell>
32795 </row>
32796 </lyxtabular>
32797
32798 \end_inset
32799
32800
32801 \end_layout
32802
32803 \begin_layout Standard
32804 To get an object exactly at the position where it is inserted, for example
32805  to get one of these positions:
32806 \begin_inset VSpace defskip
32807 \end_inset
32808
32809
32810 \end_layout
32811
32812 \begin_layout Standard
32813 \noindent
32814 \align center
32815 \begin_inset Tabular
32816 <lyxtabular version="3" rows="2" columns="2">
32817 <features tabularvalignment="middle">
32818 <column alignment="center" valignment="top" width="0">
32819 <column alignment="center" valignment="top" width="0">
32820 <row>
32821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32822 \begin_inset Text
32823
32824 \begin_layout Plain Layout
32825 text
32826 \end_layout
32827
32828 \end_inset
32829 </cell>
32830 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32831 \begin_inset Text
32832
32833 \begin_layout Plain Layout
32834 text
32835 \end_layout
32836
32837 \end_inset
32838 </cell>
32839 </row>
32840 <row>
32841 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32842 \begin_inset Text
32843
32844 \begin_layout Plain Layout
32845 \begin_inset Graphics
32846         filename ../images/dialog-show-new-inset_graphics.png
32847         scale 70
32848         scaleBeforeRotation
32849
32850 \end_inset
32851
32852
32853 \end_layout
32854
32855 \end_inset
32856 </cell>
32857 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32858 \begin_inset Text
32859
32860 \begin_layout Plain Layout
32861 text
32862 \end_layout
32863
32864 \end_inset
32865 </cell>
32866 </row>
32867 </lyxtabular>
32868
32869 \end_inset
32870
32871  
32872 \begin_inset Tabular
32873 <lyxtabular version="3" rows="2" columns="2">
32874 <features tabularvalignment="middle">
32875 <column alignment="center" valignment="top" width="0">
32876 <column alignment="center" valignment="top" width="0">
32877 <row>
32878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32879 \begin_inset Text
32880
32881 \begin_layout Plain Layout
32882 text
32883 \end_layout
32884
32885 \end_inset
32886 </cell>
32887 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32888 \begin_inset Text
32889
32890 \begin_layout Plain Layout
32891 text
32892 \end_layout
32893
32894 \end_inset
32895 </cell>
32896 </row>
32897 <row>
32898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32899 \begin_inset Text
32900
32901 \begin_layout Plain Layout
32902 text
32903 \end_layout
32904
32905 \end_inset
32906 </cell>
32907 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32908 \begin_inset Text
32909
32910 \begin_layout Plain Layout
32911 \begin_inset Graphics
32912         filename ../images/dialog-show-new-inset_graphics.png
32913         scale 70
32914         scaleBeforeRotation
32915
32916 \end_inset
32917
32918
32919 \end_layout
32920
32921 \end_inset
32922 </cell>
32923 </row>
32924 </lyxtabular>
32925
32926 \end_inset
32927
32928  
32929 \begin_inset Tabular
32930 <lyxtabular version="3" rows="2" columns="3">
32931 <features tabularvalignment="middle">
32932 <column alignment="center" valignment="top" width="0">
32933 <column alignment="center" valignment="top" width="0">
32934 <column alignment="center" valignment="top" width="0">
32935 <row>
32936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32937 \begin_inset Text
32938
32939 \begin_layout Plain Layout
32940 text
32941 \end_layout
32942
32943 \end_inset
32944 </cell>
32945 <cell alignment="center" valignment="top" topline="true" usebox="none">
32946 \begin_inset Text
32947
32948 \begin_layout Plain Layout
32949 \begin_inset Graphics
32950         filename ../images/dialog-show-new-inset_graphics.png
32951         scale 70
32952         scaleBeforeRotation
32953
32954 \end_inset
32955
32956
32957 \end_layout
32958
32959 \end_inset
32960 </cell>
32961 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32962 \begin_inset Text
32963
32964 \begin_layout Plain Layout
32965 text
32966 \end_layout
32967
32968 \end_inset
32969 </cell>
32970 </row>
32971 <row>
32972 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32973 \begin_inset Text
32974
32975 \begin_layout Plain Layout
32976 text
32977 \end_layout
32978
32979 \end_inset
32980 </cell>
32981 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32982 \begin_inset Text
32983
32984 \begin_layout Plain Layout
32985 text
32986 \end_layout
32987
32988 \end_inset
32989 </cell>
32990 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32991 \begin_inset Text
32992
32993 \begin_layout Plain Layout
32994 text
32995 \end_layout
32996
32997 \end_inset
32998 </cell>
32999 </row>
33000 </lyxtabular>
33001
33002 \end_inset
33003
33004  
33005 \begin_inset Tabular
33006 <lyxtabular version="3" rows="2" columns="3">
33007 <features tabularvalignment="middle">
33008 <column alignment="center" valignment="top" width="0">
33009 <column alignment="center" valignment="top" width="0">
33010 <column alignment="center" valignment="top" width="0">
33011 <row>
33012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33013 \begin_inset Text
33014
33015 \begin_layout Plain Layout
33016 text
33017 \end_layout
33018
33019 \end_inset
33020 </cell>
33021 <cell alignment="center" valignment="top" topline="true" usebox="none">
33022 \begin_inset Text
33023
33024 \begin_layout Plain Layout
33025 text
33026 \end_layout
33027
33028 \end_inset
33029 </cell>
33030 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33031 \begin_inset Text
33032
33033 \begin_layout Plain Layout
33034 text
33035 \end_layout
33036
33037 \end_inset
33038 </cell>
33039 </row>
33040 <row>
33041 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33042 \begin_inset Text
33043
33044 \begin_layout Plain Layout
33045 text
33046 \end_layout
33047
33048 \end_inset
33049 </cell>
33050 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33051 \begin_inset Text
33052
33053 \begin_layout Plain Layout
33054 \begin_inset Graphics
33055         filename ../images/dialog-show-new-inset_graphics.png
33056         scale 70
33057         scaleBeforeRotation
33058
33059 \end_inset
33060
33061
33062 \end_layout
33063
33064 \end_inset
33065 </cell>
33066 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33067 \begin_inset Text
33068
33069 \begin_layout Plain Layout
33070 text
33071 \end_layout
33072
33073 \end_inset
33074 </cell>
33075 </row>
33076 </lyxtabular>
33077
33078 \end_inset
33079
33080
33081 \end_layout
33082
33083 \begin_layout Standard
33084 \noindent
33085 \align center
33086 \begin_inset Tabular
33087 <lyxtabular version="3" rows="3" columns="2">
33088 <features tabularvalignment="middle">
33089 <column alignment="center" valignment="top" width="0">
33090 <column alignment="center" valignment="top" width="0">
33091 <row>
33092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33093 \begin_inset Text
33094
33095 \begin_layout Plain Layout
33096 text
33097 \end_layout
33098
33099 \end_inset
33100 </cell>
33101 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33102 \begin_inset Text
33103
33104 \begin_layout Plain Layout
33105 text
33106 \end_layout
33107
33108 \end_inset
33109 </cell>
33110 </row>
33111 <row>
33112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33113 \begin_inset Text
33114
33115 \begin_layout Plain Layout
33116 \begin_inset Graphics
33117         filename ../images/dialog-show-new-inset_graphics.png
33118         scale 70
33119         scaleBeforeRotation
33120
33121 \end_inset
33122
33123
33124 \end_layout
33125
33126 \end_inset
33127 </cell>
33128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33129 \begin_inset Text
33130
33131 \begin_layout Plain Layout
33132 text
33133 \end_layout
33134
33135 \end_inset
33136 </cell>
33137 </row>
33138 <row>
33139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33140 \begin_inset Text
33141
33142 \begin_layout Plain Layout
33143 text
33144 \end_layout
33145
33146 \end_inset
33147 </cell>
33148 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33149 \begin_inset Text
33150
33151 \begin_layout Plain Layout
33152 text
33153 \end_layout
33154
33155 \end_inset
33156 </cell>
33157 </row>
33158 </lyxtabular>
33159
33160 \end_inset
33161
33162  
33163 \begin_inset Tabular
33164 <lyxtabular version="3" rows="3" columns="3">
33165 <features tabularvalignment="middle">
33166 <column alignment="center" valignment="top" width="0">
33167 <column alignment="center" valignment="top" width="0">
33168 <column alignment="center" valignment="top" width="0">
33169 <row>
33170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33171 \begin_inset Text
33172
33173 \begin_layout Plain Layout
33174 text
33175 \end_layout
33176
33177 \end_inset
33178 </cell>
33179 <cell alignment="center" valignment="top" topline="true" usebox="none">
33180 \begin_inset Text
33181
33182 \begin_layout Plain Layout
33183 text
33184 \end_layout
33185
33186 \end_inset
33187 </cell>
33188 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33189 \begin_inset Text
33190
33191 \begin_layout Plain Layout
33192 text
33193 \end_layout
33194
33195 \end_inset
33196 </cell>
33197 </row>
33198 <row>
33199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33200 \begin_inset Text
33201
33202 \begin_layout Plain Layout
33203 text
33204 \end_layout
33205
33206 \end_inset
33207 </cell>
33208 <cell alignment="center" valignment="top" usebox="none">
33209 \begin_inset Text
33210
33211 \begin_layout Plain Layout
33212 \begin_inset Graphics
33213         filename ../images/dialog-show-new-inset_graphics.png
33214         scale 70
33215         scaleBeforeRotation
33216
33217 \end_inset
33218
33219
33220 \end_layout
33221
33222 \end_inset
33223 </cell>
33224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33225 \begin_inset Text
33226
33227 \begin_layout Plain Layout
33228 text
33229 \end_layout
33230
33231 \end_inset
33232 </cell>
33233 </row>
33234 <row>
33235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33236 \begin_inset Text
33237
33238 \begin_layout Plain Layout
33239 text
33240 \end_layout
33241
33242 \end_inset
33243 </cell>
33244 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33245 \begin_inset Text
33246
33247 \begin_layout Plain Layout
33248 text
33249 \end_layout
33250
33251 \end_inset
33252 </cell>
33253 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33254 \begin_inset Text
33255
33256 \begin_layout Plain Layout
33257 text
33258 \end_layout
33259
33260 \end_inset
33261 </cell>
33262 </row>
33263 </lyxtabular>
33264
33265 \end_inset
33266
33267  
33268 \begin_inset Tabular
33269 <lyxtabular version="3" rows="3" columns="2">
33270 <features tabularvalignment="middle">
33271 <column alignment="center" valignment="top" width="0">
33272 <column alignment="center" valignment="top" width="0">
33273 <row>
33274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33275 \begin_inset Text
33276
33277 \begin_layout Plain Layout
33278 text
33279 \end_layout
33280
33281 \end_inset
33282 </cell>
33283 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33284 \begin_inset Text
33285
33286 \begin_layout Plain Layout
33287 text
33288 \end_layout
33289
33290 \end_inset
33291 </cell>
33292 </row>
33293 <row>
33294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33295 \begin_inset Text
33296
33297 \begin_layout Plain Layout
33298 text
33299 \end_layout
33300
33301 \end_inset
33302 </cell>
33303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33304 \begin_inset Text
33305
33306 \begin_layout Plain Layout
33307 \begin_inset Graphics
33308         filename ../images/dialog-show-new-inset_graphics.png
33309         scale 70
33310         scaleBeforeRotation
33311
33312 \end_inset
33313
33314
33315 \end_layout
33316
33317 \end_inset
33318 </cell>
33319 </row>
33320 <row>
33321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33322 \begin_inset Text
33323
33324 \begin_layout Plain Layout
33325 text
33326 \end_layout
33327
33328 \end_inset
33329 </cell>
33330 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33331 \begin_inset Text
33332
33333 \begin_layout Plain Layout
33334 text
33335 \end_layout
33336
33337 \end_inset
33338 </cell>
33339 </row>
33340 </lyxtabular>
33341
33342 \end_inset
33343
33344
33345 \end_layout
33346
33347 \begin_layout Standard
33348 \noindent
33349 you can use the LaTeX-package 
33350 \series bold
33351 picinpar
33352 \series default
33353
33354 \begin_inset Index idx
33355 status collapsed
33356
33357 \begin_layout Plain Layout
33358 LaTeX-packages ! picinpar
33359 \end_layout
33360
33361 \end_inset
33362
33363 .
33364  Here is an example:
33365 \end_layout
33366
33367 \begin_layout Standard
33368 \begin_inset ERT
33369 status collapsed
33370
33371 \begin_layout Plain Layout
33372
33373
33374 \backslash
33375 ifpicinpar
33376 \end_layout
33377
33378 \end_inset
33379
33380
33381 \begin_inset Note Note
33382 status open
33383
33384 \begin_layout Plain Layout
33385 The following section will only be displayed when the LaTeX-package 
33386 \series bold
33387 picinpar
33388 \series default
33389  is installed.
33390 \end_layout
33391
33392 \end_inset
33393
33394
33395 \end_layout
33396
33397 \begin_layout Standard
33398 \begin_inset ERT
33399 status collapsed
33400
33401 \begin_layout Plain Layout
33402
33403
33404 \backslash
33405 begin{window}[2,c,{
33406 \end_layout
33407
33408 \end_inset
33409
33410
33411 \begin_inset Graphics
33412         filename clipart/mobius.eps
33413         lyxscale 60
33414         width 40col%
33415         scaleBeforeRotation
33416         rotateOrigin center
33417
33418 \end_inset
33419
33420
33421 \begin_inset ERT
33422 status collapsed
33423
33424 \begin_layout Plain Layout
33425
33426 },]
33427 \end_layout
33428
33429 \begin_layout Plain Layout
33430
33431 {}
33432 \end_layout
33433
33434 \end_inset
33435
33436
33437 \size small
33438 It was in the spring of the year 1894 that all London was interested, and
33439  the fashionable world dismayed, by the murder of the Honourable Ronald
33440  Adair under most unusual and inexplicable circumstances.
33441  The public has already learned those particulars of the crime which
33442 \size default
33443
33444 \begin_inset ERT
33445 status collapsed
33446
33447 \begin_layout Plain Layout
33448
33449
33450 \backslash
33451 footnotemark{}
33452 \end_layout
33453
33454 \end_inset
33455
33456
33457 \size small
33458  came out in the police investigation, but a good deal was suppressed upon
33459  that occasion, since the case for the prosecution was so overwhelmingly
33460  strong that it was not necessary to bring forward all the facts.
33461  Only now, at the end of nearly ten years, am I allowed to supply those
33462  missing links which make up the whole of that remarkable chain.
33463 \size default
33464
33465 \begin_inset ERT
33466 status collapsed
33467
33468 \begin_layout Plain Layout
33469
33470
33471 \backslash
33472 end{window}
33473 \end_layout
33474
33475 \end_inset
33476
33477
33478 \end_layout
33479
33480 \begin_layout Standard
33481 \begin_inset ERT
33482 status collapsed
33483
33484 \begin_layout Plain Layout
33485
33486
33487 \backslash
33488 footnotetext{
33489 \end_layout
33490
33491 \end_inset
33492
33493 Footnote of the paragraph with the fixed object.
33494 \begin_inset ERT
33495 status collapsed
33496
33497 \begin_layout Plain Layout
33498
33499 }
33500 \end_layout
33501
33502 \end_inset
33503
33504
33505 \end_layout
33506
33507 \begin_layout Standard
33508 Surrounded fixed objects are used to let text float around them, at which
33509  the object's position in the paragraph can be determined by the number
33510  of lines above it.
33511  In contrary to floats is it not possible to have a numbered caption.
33512 \end_layout
33513
33514 \begin_layout Standard
33515 A fixed object is inserted by adding the command
33516 \end_layout
33517
33518 \begin_layout Standard
33519
33520 \series bold
33521
33522 \backslash
33523 begin{window}[2,c,{
33524 \end_layout
33525
33526 \begin_layout Standard
33527 as TeX Code at the beginning of the paragraph.
33528  The first parameter in the bracket, here '2', defines the number of lines
33529  above the object, the second, here 'c', the position of the object.
33530  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
33531  Behind the command you insert the object.
33532  In this example an image with a width of 40
33533 \begin_inset space \thinspace{}
33534 \end_inset
33535
33536 % of the text column width was inserted.
33537  The object can also be a table, a box or an equation.
33538  Behind the object the command
33539 \end_layout
33540
33541 \begin_layout Standard
33542
33543 \series bold
33544 },description text]
33545 \begin_inset Newline newline
33546 \end_inset
33547
33548 {}
33549 \end_layout
33550
33551 \begin_layout Standard
33552 is inserted.
33553  Note that the 
33554 \begin_inset Quotes eld
33555 \end_inset
33556
33557
33558 \series bold
33559 {}
33560 \series default
33561
33562 \begin_inset Quotes erd
33563 \end_inset
33564
33565  is in the second line.
33566  The description text is optional.
33567  The text surrounding the object must be in the same paragraph as the object,
33568  so it must begin directly after the 
33569 \series bold
33570 {}
33571 \series default
33572 .
33573  At the end of the paragraph insert the command:
33574 \end_layout
33575
33576 \begin_layout Standard
33577
33578 \series bold
33579
33580 \backslash
33581 end{window}
33582 \end_layout
33583
33584 \begin_layout Standard
33585 Within a paragraph with a fixed object, you cannot insert footnotes in the
33586  normal way.
33587  You have to use instead the command 
33588 \series bold
33589
33590 \backslash
33591 footnotemark
33592 \series default
33593  inside the paragraph and outside the command 
33594 \series bold
33595
33596 \backslash
33597 footnotetext
33598 \series default
33599  as described in sec.
33600 \begin_inset space \thinspace{}
33601 \end_inset
33602
33603
33604 \begin_inset CommandInset ref
33605 LatexCommand ref
33606 reference "sec:Footnotes"
33607
33608 \end_inset
33609
33610 .
33611 \end_layout
33612
33613 \begin_layout Standard
33614 \begin_inset ERT
33615 status collapsed
33616
33617 \begin_layout Plain Layout
33618
33619
33620 \backslash
33621 else
33622 \end_layout
33623
33624 \end_inset
33625
33626
33627 \begin_inset Note Note
33628 status open
33629
33630 \begin_layout Plain Layout
33631 The following will be displayed when the LaTeX-package 
33632 \series bold
33633 picinpar
33634 \series default
33635  is not installed:
33636 \end_layout
33637
33638 \end_inset
33639
33640
33641 \end_layout
33642
33643 \begin_layout Standard
33644 You need to install the LaTeX-package 
33645 \series bold
33646 picinpar
33647 \series default
33648  to see the following part of this section in the output.
33649 \end_layout
33650
33651 \begin_layout Standard
33652 \begin_inset ERT
33653 status collapsed
33654
33655 \begin_layout Plain Layout
33656
33657
33658 \backslash
33659 fi
33660 \end_layout
33661
33662 \end_inset
33663
33664
33665 \end_layout
33666
33667 \begin_layout Section
33668 Initials
33669 \begin_inset Index idx
33670 status collapsed
33671
33672 \begin_layout Plain Layout
33673 Initials
33674 \end_layout
33675
33676 \end_inset
33677
33678
33679 \begin_inset Index idx
33680 status collapsed
33681
33682 \begin_layout Plain Layout
33683 Surrounded by text ! Initials
33684 \end_layout
33685
33686 \end_inset
33687
33688
33689 \end_layout
33690
33691 \begin_layout Standard
33692 To use initials, you must have the LaTeX-package 
33693 \series bold
33694 lettrine
33695 \series default
33696
33697 \begin_inset Index idx
33698 status collapsed
33699
33700 \begin_layout Plain Layout
33701 LaTeX-packages ! lettrine
33702 \end_layout
33703
33704 \end_inset
33705
33706  installed and use the module 
33707 \family sans
33708 Initials
33709 \family default
33710  in your document (menu 
33711 \family sans
33712 Document\SpecialChar \menuseparator
33713 Settings\SpecialChar \menuseparator
33714 Modules
33715 \family default
33716 ).
33717  To insert an initial, use the style 
33718 \family sans
33719 Initial
33720 \family default
33721 .
33722  This style has a mandatory and an optional argument.
33723  The mandatory argument is inserted via the menu 
33724 \family sans
33725 Insert\SpecialChar \menuseparator
33726 Short
33727 \begin_inset space ~
33728 \end_inset
33729
33730 Title
33731 \family default
33732  and contains the letter that is the initial.
33733  To use also the optional argument, insert another argument in front of
33734  the mandatory argument.
33735  This one contains parameters to modify the initial.
33736  For more information about the possible parameters see the documentation
33737  of 
33738 \series bold
33739 lettrine
33740 \series default
33741
33742 \begin_inset CommandInset citation
33743 LatexCommand cite
33744 key "lettrine"
33745
33746 \end_inset
33747
33748 .
33749  The style itself contains the text that is surrounding the initial.
33750  The usual style is hereby that the word whose first letter is the initial,
33751  is printed with 
33752 \shape smallcaps
33753 small caps
33754 \shape default
33755 .
33756  To tell LaTeX where this word is finished, add a closing brace '
33757 \series bold
33758 }
33759 \series default
33760 ' as TeX Code behind it.
33761  At the end of the style there must be an opening brace '
33762 \series bold
33763 {
33764 \series default
33765 ' as TeX Code.
33766 \end_layout
33767
33768 \begin_layout Standard
33769 Here are some examples:
33770 \end_layout
33771
33772 \begin_layout Standard
33773 \begin_inset ERT
33774 status collapsed
33775
33776 \begin_layout Plain Layout
33777
33778
33779 \backslash
33780 iflettrine
33781 \end_layout
33782
33783 \end_inset
33784
33785
33786 \begin_inset Note Note
33787 status open
33788
33789 \begin_layout Plain Layout
33790 The following section will only be displayed when the LaTeX-package 
33791 \series bold
33792 lettrine
33793 \series default
33794  is installed.
33795 \end_layout
33796
33797 \end_inset
33798
33799
33800 \end_layout
33801
33802 \begin_layout Enumerate
33803 No optional argument, the initial is the letter 'I' in the math font 
33804 \begin_inset Formula $\mathfrak{Fraktur}$
33805 \end_inset
33806
33807 :
33808 \end_layout
33809
33810 \begin_deeper
33811 \begin_layout Initial
33812 \begin_inset Argument
33813 status open
33814
33815 \begin_layout Plain Layout
33816 \begin_inset Formula $\mathfrak{I}$
33817 \end_inset
33818
33819
33820 \end_layout
33821
33822 \end_inset
33823
33824 t
33825 \begin_inset ERT
33826 status collapsed
33827
33828 \begin_layout Plain Layout
33829
33830 }
33831 \end_layout
33832
33833 \end_inset
33834
33835  was in the spring of the year 1894 that all London was interested, and
33836  the fashionable world dismayed, by the murder of the Honourable Ronald
33837  Adair under most unusual and inexplicable circumstances.
33838  The public has already learned those particulars of the crime which came
33839  out in the police investigation, but a good deal was suppressed upon that
33840  occasion, since the case for the prosecution was so overwhelmingly strong
33841  that it was not necessary to bring forward all the facts.
33842 \begin_inset ERT
33843 status collapsed
33844
33845 \begin_layout Plain Layout
33846
33847 {
33848 \end_layout
33849
33850 \end_inset
33851
33852
33853 \begin_inset Newpage newpage
33854 \end_inset
33855
33856
33857 \end_layout
33858
33859 \end_deeper
33860 \begin_layout Enumerate
33861 Only one line is surrounding the initial, which is formed by two letters
33862  in standard font and no text is printed in small caps:
33863 \end_layout
33864
33865 \begin_deeper
33866 \begin_layout Initial
33867 \begin_inset Argument
33868 status open
33869
33870 \begin_layout Plain Layout
33871 lines=1
33872 \end_layout
33873
33874 \end_inset
33875
33876
33877 \begin_inset Argument
33878 status open
33879
33880 \begin_layout Plain Layout
33881 It
33882 \end_layout
33883
33884 \end_inset
33885
33886
33887 \begin_inset ERT
33888 status collapsed
33889
33890 \begin_layout Plain Layout
33891
33892 }
33893 \end_layout
33894
33895 \end_inset
33896
33897  was in the spring of the year 1894 that all London was interested, and
33898  the fashionable world dismayed, by the murder of the Honourable Ronald
33899  Adair under most unusual and inexplicable circumstances.
33900  The public has already learned those particulars of the crime which came
33901  out in the police investigation, but a good deal was suppressed upon that
33902  occasion, since the case for the prosecution was so overwhelmingly strong
33903  that it was not necessary to bring forward all the facts.
33904 \begin_inset ERT
33905 status collapsed
33906
33907 \begin_layout Plain Layout
33908
33909 {
33910 \end_layout
33911
33912 \end_inset
33913
33914
33915 \end_layout
33916
33917 \end_deeper
33918 \begin_layout Enumerate
33919 Magenta, hanging initial over 3
33920 \begin_inset space ~
33921 \end_inset
33922
33923 lines in the math font 
33924 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
33925 \end_inset
33926
33927 , the text 
33928 \begin_inset Quotes eld
33929 \end_inset
33930
33931 t was in the spring
33932 \begin_inset Quotes erd
33933 \end_inset
33934
33935  is in 
33936 \shape smallcaps
33937 small caps
33938 \shape default
33939 ; to color the initial, you must insert this command before the initial:
33940 \begin_inset Newline newline
33941 \end_inset
33942
33943
33944 \series bold
33945
33946 \backslash
33947 renewcommand{
33948 \backslash
33949 LettrineFontHook}{
33950 \backslash
33951 color{color}}
33952 \series default
33953
33954 \begin_inset Newline newline
33955 \end_inset
33956
33957 where the second 
33958 \emph on
33959 color
33960 \emph default
33961  can be 
33962 \begin_inset Quotes eld
33963 \end_inset
33964
33965 red
33966 \begin_inset Quotes erd
33967 \end_inset
33968
33969
33970 \begin_inset Quotes eld
33971 \end_inset
33972
33973 blue
33974 \begin_inset Quotes erd
33975 \end_inset
33976
33977
33978 \begin_inset Quotes eld
33979 \end_inset
33980
33981 green
33982 \begin_inset Quotes erd
33983 \end_inset
33984
33985
33986 \begin_inset Quotes eld
33987 \end_inset
33988
33989 yellow
33990 \begin_inset Quotes erd
33991 \end_inset
33992
33993
33994 \begin_inset Quotes eld
33995 \end_inset
33996
33997 cyan
33998 \begin_inset Quotes erd
33999 \end_inset
34000
34001
34002 \begin_inset Quotes eld
34003 \end_inset
34004
34005 magenta
34006 \begin_inset Quotes erd
34007 \end_inset
34008
34009
34010 \begin_inset Quotes eld
34011 \end_inset
34012
34013 black
34014 \begin_inset Quotes erd
34015 \end_inset
34016
34017  or 
34018 \begin_inset Quotes eld
34019 \end_inset
34020
34021 white
34022 \begin_inset Quotes erd
34023 \end_inset
34024
34025 , and add this command to the document preamble:
34026 \begin_inset Newline newline
34027 \end_inset
34028
34029
34030 \series bold
34031
34032 \backslash
34033 @ifundefined{textcolor}
34034 \begin_inset Newline newline
34035 \end_inset
34036
34037
34038 \begin_inset space ~
34039 \end_inset
34040
34041 {
34042 \backslash
34043 usepackage{color}}{}
34044 \end_layout
34045
34046 \begin_deeper
34047 \begin_layout Standard
34048 \begin_inset ERT
34049 status collapsed
34050
34051 \begin_layout Plain Layout
34052
34053
34054 \backslash
34055 renewcommand{
34056 \backslash
34057 LettrineFontHook}{
34058 \backslash
34059 color{magenta}}
34060 \end_layout
34061
34062 \end_inset
34063
34064
34065 \begin_inset Note Note
34066 status collapsed
34067
34068 \begin_layout Plain Layout
34069 makes the initial magenta
34070 \end_layout
34071
34072 \end_inset
34073
34074
34075 \end_layout
34076
34077 \begin_layout Initial
34078 \begin_inset Argument
34079 status open
34080
34081 \begin_layout Plain Layout
34082 lines=3, lhang=0.33, loversize=0.25
34083 \end_layout
34084
34085 \end_inset
34086
34087
34088 \begin_inset Argument
34089 status open
34090
34091 \begin_layout Plain Layout
34092 \begin_inset Formula $\mathcal{I}$
34093 \end_inset
34094
34095
34096 \end_layout
34097
34098 \end_inset
34099
34100 t was in the spring
34101 \begin_inset ERT
34102 status collapsed
34103
34104 \begin_layout Plain Layout
34105
34106 }
34107 \end_layout
34108
34109 \end_inset
34110
34111  of the year 1894 that all London was interested, and the fashionable world
34112  dismayed, by the murder of the Honourable Ronald Adair under most unusual
34113  and inexplicable circumstances.
34114  The public has already learned those particulars of the crime which came
34115  out in the police investigation, but a good deal was suppressed upon that
34116  occasion, since the case for the prosecution was so overwhelmingly strong
34117  that it was not necessary to bring forward all the facts.
34118 \begin_inset ERT
34119 status collapsed
34120
34121 \begin_layout Plain Layout
34122
34123 {
34124 \end_layout
34125
34126 \end_inset
34127
34128
34129 \end_layout
34130
34131 \end_deeper
34132 \begin_layout Standard
34133 \begin_inset ERT
34134 status collapsed
34135
34136 \begin_layout Plain Layout
34137
34138
34139 \backslash
34140 else
34141 \end_layout
34142
34143 \end_inset
34144
34145
34146 \begin_inset Note Note
34147 status open
34148
34149 \begin_layout Plain Layout
34150 The following will be displayed when the LaTeX-package 
34151 \series bold
34152 lettrine
34153 \series default
34154  is not installed:
34155 \end_layout
34156
34157 \end_inset
34158
34159
34160 \end_layout
34161
34162 \begin_layout Standard
34163 You need to install the LaTeX-package 
34164 \series bold
34165 lettrine
34166 \series default
34167  to see the following part of this section in the output.
34168 \end_layout
34169
34170 \begin_layout Standard
34171 \begin_inset ERT
34172 status collapsed
34173
34174 \begin_layout Plain Layout
34175
34176
34177 \backslash
34178 fi
34179 \end_layout
34180
34181 \end_inset
34182
34183
34184 \end_layout
34185
34186 \begin_layout Chapter
34187 External Document Parts
34188 \begin_inset Index idx
34189 status collapsed
34190
34191 \begin_layout Plain Layout
34192 External Document Parts
34193 \end_layout
34194
34195 \end_inset
34196
34197
34198 \end_layout
34199
34200 \begin_layout Standard
34201 With the menu 
34202 \family sans
34203 Insert\SpecialChar \menuseparator
34204 File
34205 \family default
34206  you can insert external material to your document.
34207  This can be:
34208 \end_layout
34209
34210 \begin_layout Description
34211 LyX
34212 \begin_inset space ~
34213 \end_inset
34214
34215 Document Another LyX document; its content is directly inserted to your
34216  document.
34217 \end_layout
34218
34219 \begin_layout Description
34220 Plain
34221 \begin_inset space ~
34222 \end_inset
34223
34224 Text A text document; each line is inserted in your document as a separate
34225  paragraph.
34226 \end_layout
34227
34228 \begin_layout Description
34229 Plain
34230 \begin_inset space ~
34231 \end_inset
34232
34233 Text,
34234 \begin_inset space ~
34235 \end_inset
34236
34237 Join
34238 \begin_inset space ~
34239 \end_inset
34240
34241 Lines A text document; text lines are inserted in your document continuously
34242  but an empty text line creates a new paragraph.
34243 \end_layout
34244
34245 \begin_layout Description
34246 External
34247 \begin_inset space ~
34248 \end_inset
34249
34250 Material Files in various formats.
34251 \end_layout
34252
34253 \begin_layout Description
34254 Child
34255 \begin_inset space ~
34256 \end_inset
34257
34258 Document LyX or LaTeX-documents.
34259 \end_layout
34260
34261 \begin_layout Section
34262 External Material
34263 \begin_inset Index idx
34264 status collapsed
34265
34266 \begin_layout Plain Layout
34267 External Document Parts ! External Material
34268 \end_layout
34269
34270 \end_inset
34271
34272
34273 \end_layout
34274
34275 \begin_layout Standard
34276 The external material feature allows you to insert files in to your document
34277  without converting them to a format that can be read by the document output
34278  format.
34279  LyX takes care of the necessary conversions.
34280  This is similar to images that can be inserted in various image formats
34281  in LyX documents.
34282  When you have enabled Instant Preview in LyX's preferences under 
34283 \family sans
34284 Look
34285 \begin_inset space ~
34286 \end_inset
34287
34288 and
34289 \begin_inset space ~
34290 \end_inset
34291
34292 feel\SpecialChar \menuseparator
34293 Graphics
34294 \family default
34295 , the external material types Dia and Xfig are directly shown in LyX.
34296 \end_layout
34297
34298 \begin_layout Standard
34299 External material can be inserted via the 
34300 \family sans
34301 External Material
34302 \family default
34303  dialog that is accessible with the menu 
34304 \family sans
34305 Insert\SpecialChar \menuseparator
34306 File\SpecialChar \menuseparator
34307 External
34308 \begin_inset space ~
34309 \end_inset
34310
34311 Material
34312 \family default
34313 .
34314  Currently the following file types (
34315 \family sans
34316 Templates
34317 \family default
34318 ) are allowed:
34319 \end_layout
34320
34321 \begin_layout Description
34322 ChessDiagram This template supports chess position diagrams made with the
34323  program 
34324 \series bold
34325
34326 \begin_inset CommandInset href
34327 LatexCommand href
34328 name "XBoard"
34329 target "http://en.wikipedia.org/wiki/XBoard"
34330
34331 \end_inset
34332
34333
34334 \series default
34335 .
34336 \end_layout
34337
34338 \begin_layout Description
34339 Date This inserts the date in the form 
34340 \emph on
34341 Day-Month-Year
34342 \emph default
34343 .
34344  This is a date inserted as external material: 
34345 \begin_inset External
34346         template Date
34347         filename .
34348
34349 \end_inset
34350
34351
34352 \begin_inset space ~
34353 \end_inset
34354
34355
34356 \begin_inset Note Note
34357 status open
34358
34359 \begin_layout Plain Layout
34360 Remove the protected space when bug 4398 is fixed!
34361 \end_layout
34362
34363 \end_inset
34364
34365
34366 \begin_inset Newline newline
34367 \end_inset
34368
34369 The date is not shown within LyX, only in the output.
34370  There are two other methods of inserting a date: Via menu 
34371 \family sans
34372 Insert\SpecialChar \menuseparator
34373 Date
34374 \family default
34375  and with the LaTeX command 
34376 \series bold
34377
34378 \backslash
34379 today
34380 \series default
34381  as TeX-Code.
34382  The different methods are compared in Table
34383 \begin_inset space ~
34384 \end_inset
34385
34386
34387 \begin_inset CommandInset ref
34388 LatexCommand ref
34389 reference "tab:Comparison-of-the"
34390
34391 \end_inset
34392
34393 .
34394 \end_layout
34395
34396 \begin_layout Description
34397 Dia This template supports diagrams created with the program 
34398 \series bold
34399
34400 \begin_inset CommandInset href
34401 LatexCommand href
34402 name "Dia"
34403 target "http://en.wikipedia.org/wiki/Dia_(software)"
34404
34405 \end_inset
34406
34407
34408 \series default
34409 .
34410 \end_layout
34411
34412 \begin_layout Description
34413 GnumericSpreadsheet With this template you can insert spreadsheets
34414 \begin_inset space \thinspace{}
34415 \end_inset
34416
34417 /
34418 \begin_inset space \thinspace{}
34419 \end_inset
34420
34421 tables in the format of 
34422 \series bold
34423
34424 \begin_inset CommandInset href
34425 LatexCommand href
34426 name "Gnumeric"
34427 target "http://en.wikipedia.org/wiki/Gnumeric"
34428
34429 \end_inset
34430
34431
34432 \series default
34433
34434 \begin_inset CommandInset href
34435 LatexCommand href
34436 name "OpenDocument"
34437 target "http://en.wikipedia.org/wiki/OpenDocument"
34438
34439 \end_inset
34440
34441
34442 \begin_inset CommandInset href
34443 LatexCommand href
34444 name "Microsoft Office XML"
34445 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
34446
34447 \end_inset
34448
34449  and 
34450 \begin_inset CommandInset href
34451 LatexCommand href
34452 name "Office Open XML"
34453 target "http://en.wikipedia.org/wiki/Office_Open_XML"
34454
34455 \end_inset
34456
34457 .
34458  For this feature LyX must have found the program 
34459 \family typewriter
34460 ssconvert
34461 \family default
34462  during its configuration.
34463  This program is part of Gnumeric, so that you must have Gnumeric installed,
34464  also if you don't have tables in the Gnumeric format.
34465  For examples and possible limitations have a look at LyX's example file
34466  
34467 \emph on
34468 spreadsheet.lyx
34469 \emph default
34470 .
34471 \end_layout
34472
34473 \begin_layout Description
34474 LilyPond This template is used for music notation typeset with the program
34475 \begin_inset Newline linebreak
34476 \end_inset
34477
34478
34479 \series bold
34480
34481 \begin_inset CommandInset href
34482 LatexCommand href
34483 name "LilyPond"
34484 target "http://en.wikipedia.org/wiki/LilyPond"
34485
34486 \end_inset
34487
34488
34489 \series default
34490 .
34491  For LyX's extended support for LilyPond have a look at LyX's example file
34492  
34493 \emph on
34494 lilypond.lyx
34495 \emph default
34496 .
34497 \end_layout
34498
34499 \begin_layout Description
34500 PDFPages With this template you can insert PDF documents to your document.
34501  To specify the range of pages that should be included, use the option 
34502 \series bold
34503 pages
34504 \series default
34505  in the 
34506 \family sans
34507 Option
34508 \family default
34509  field in the 
34510 \family sans
34511 LaTeX and LyX options
34512 \family default
34513  tab.
34514  The argument of this option is a comma separated list, containing page
34515  numbers (insert as option 
34516 \series bold
34517 pages={3,5,6,8}
34518 \series default
34519 ), ranges of page numbers (
34520 \series bold
34521 pages={4-9}
34522 \series default
34523 ) or any combination.
34524  To insert empty pages use {}.
34525  E.
34526 \begin_inset space \thinspace{}
34527 \end_inset
34528
34529 g.
34530 \begin_inset space ~
34531 \end_inset
34532
34533
34534 \series bold
34535 pages={3,{},8-11,15}
34536 \series default
34537  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
34538  Page ranges are specified in the syntax 
34539 \emph on
34540 start
34541 \emph default
34542 -
34543 \emph on
34544 stop
34545 \emph default
34546 .
34547  This selects all pages from 
34548 \emph on
34549 start
34550 \emph default
34551  to 
34552 \emph on
34553 stop
34554 \emph default
34555 .
34556  Omitting 
34557 \emph on
34558 start
34559 \emph default
34560  defaults to the first page; omitting 
34561 \emph on
34562 stop
34563 \emph default
34564  defaults to the last page of the document.
34565  The last page can also be selected with the keyword 
34566 \series bold
34567 last
34568 \series default
34569 .
34570  (This is only permitted in a page range.) So 
34571 \series bold
34572 pages=-
34573 \series default
34574  will insert all pages of the document and 
34575 \series bold
34576 pages=last-1
34577 \series default
34578  will insert all pages in reverse order.
34579  If the pages option is not specified, only the first page of the PDF is
34580  inserted.
34581 \begin_inset Newline newline
34582 \end_inset
34583
34584 The option 
34585 \series bold
34586 noautoscale
34587 \series default
34588  inserts the pages with their original size, if this option is not given,
34589  the pages will be resized to fith the width of the page of your document.
34590  In the tab 
34591 \family sans
34592 Size and Rotation
34593 \family default
34594  you can specify the width and height of the input pages and their rotation.
34595  If another width than 100
34596 \begin_inset space \thinspace{}
34597 \end_inset
34598
34599 Scale% is used, the option 
34600 \series bold
34601 noautoscale
34602 \series default
34603  will be overwritten.
34604  For more info and possible options, have a look into the documentation
34605  of the LaTeX-package 
34606 \series bold
34607 pdfpages
34608 \series default
34609  
34610 \begin_inset CommandInset citation
34611 LatexCommand cite
34612 key "pdfpages"
34613
34614 \end_inset
34615
34616 .
34617 \begin_inset Index idx
34618 status collapsed
34619
34620 \begin_layout Plain Layout
34621 LaTeX-packages ! pdfpages
34622 \end_layout
34623
34624 \end_inset
34625
34626
34627 \begin_inset Newline newline
34628 \end_inset
34629
34630 To use this template in a 
34631 \family sans
34632 Beamer
34633 \family default
34634  presentation you need to first insert an 
34635 \family sans
34636 EndFrame
34637 \family default
34638  environment and in a subsequent paragraph a TeX Code box containing the
34639  command 
34640 \series bold
34641
34642 \backslash
34643 setbeamertemplate{background canvas}{}
34644 \series default
34645 .
34646  Then you can insert as many paragraphs containing the PDFPages template
34647  as you wish.
34648  Behind the included PDF pages you can resume the Beamer presentation by
34649  beginning a new frame or by starting a new section.
34650  To avoid stray blank pages prior to the PDF pages, make sure to use the
34651  
34652 \family sans
34653 Default
34654 \family default
34655  alignment for the paragraph containing the template.
34656 \begin_inset Newline newline
34657 \end_inset
34658
34659 Here is an included PDF which is rotated by -5°: 
34660 \begin_inset External
34661         template PDFPages
34662         filename clipart/Abstract.pdf
34663         extra LaTeX "noautoscale, pages=-"
34664         rotateAngle -5
34665         rotateOrigin bottomleft
34666
34667 \end_inset
34668
34669
34670 \end_layout
34671
34672 \begin_layout Description
34673 RasterImage This can be used for bitmap images.
34674  The image can be treated in the 
34675 \family sans
34676 External material
34677 \family default
34678  dialog like the images that are usually included via the 
34679 \family sans
34680 Graphics
34681 \family default
34682  dialog as described in section
34683 \begin_inset space ~
34684 \end_inset
34685
34686
34687 \begin_inset CommandInset ref
34688 LatexCommand ref
34689 reference "sec:Graphics-Dialog"
34690
34691 \end_inset
34692
34693 .
34694  The difference to the normal image input is that only raster images are
34695  allowed; that means that PDF and EPS-images are not supported.
34696  Here is an inserted raster image: 
34697 \begin_inset External
34698         template RasterImage
34699         filename clipart/ToolbarEnvBox.png
34700
34701 \end_inset
34702
34703
34704 \end_layout
34705
34706 \begin_layout Description
34707 XFig This template supports images created with the program 
34708 \series bold
34709
34710 \begin_inset CommandInset href
34711 LatexCommand href
34712 name "Xfig"
34713 target "http://en.wikipedia.org/wiki/Xfig"
34714
34715 \end_inset
34716
34717
34718 \series default
34719 .
34720 \end_layout
34721
34722 \begin_layout Standard
34723 \begin_inset Float table
34724 placement !h
34725 wide false
34726 sideways false
34727 status open
34728
34729 \begin_layout Plain Layout
34730 \begin_inset Caption
34731
34732 \begin_layout Plain Layout
34733 \begin_inset CommandInset label
34734 LatexCommand label
34735 name "tab:Comparison-of-the"
34736
34737 \end_inset
34738
34739 Comparison of the date input methods.
34740 \end_layout
34741
34742 \end_inset
34743
34744
34745 \end_layout
34746
34747 \begin_layout Plain Layout
34748 \align center
34749 \begin_inset Tabular
34750 <lyxtabular version="3" rows="4" columns="4">
34751 <features tabularvalignment="middle">
34752 <column alignment="center" valignment="top" width="0">
34753 <column alignment="center" valignment="top" width="0">
34754 <column alignment="center" valignment="top" width="0">
34755 <column alignment="center" valignment="top" width="0">
34756 <row>
34757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34758 \begin_inset Text
34759
34760 \begin_layout Plain Layout
34761 Document format
34762 \end_layout
34763
34764 \end_inset
34765 </cell>
34766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34767 \begin_inset Text
34768
34769 \begin_layout Plain Layout
34770
34771 \family sans
34772 External Material\SpecialChar \menuseparator
34773 Date
34774 \end_layout
34775
34776 \end_inset
34777 </cell>
34778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34779 \begin_inset Text
34780
34781 \begin_layout Plain Layout
34782
34783 \family sans
34784 Insert\SpecialChar \menuseparator
34785 Date
34786 \end_layout
34787
34788 \end_inset
34789 </cell>
34790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34791 \begin_inset Text
34792
34793 \begin_layout Plain Layout
34794 command 
34795 \series bold
34796
34797 \backslash
34798 today
34799 \end_layout
34800
34801 \end_inset
34802 </cell>
34803 </row>
34804 <row>
34805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34806 \begin_inset Text
34807
34808 \begin_layout Plain Layout
34809 LyX
34810 \end_layout
34811
34812 \end_inset
34813 </cell>
34814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34815 \begin_inset Text
34816
34817 \begin_layout Plain Layout
34818 as inset box
34819 \end_layout
34820
34821 \end_inset
34822 </cell>
34823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34824 \begin_inset Text
34825
34826 \begin_layout Plain Layout
34827 as date
34828 \end_layout
34829
34830 \end_inset
34831 </cell>
34832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34833 \begin_inset Text
34834
34835 \begin_layout Plain Layout
34836 as TeX-Code inset box
34837 \end_layout
34838
34839 \end_inset
34840 </cell>
34841 </row>
34842 <row>
34843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34844 \begin_inset Text
34845
34846 \begin_layout Plain Layout
34847 LaTeX
34848 \end_layout
34849
34850 \end_inset
34851 </cell>
34852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34853 \begin_inset Text
34854
34855 \begin_layout Plain Layout
34856 as date
34857 \end_layout
34858
34859 \end_inset
34860 </cell>
34861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34862 \begin_inset Text
34863
34864 \begin_layout Plain Layout
34865 as date
34866 \end_layout
34867
34868 \end_inset
34869 </cell>
34870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34871 \begin_inset Text
34872
34873 \begin_layout Plain Layout
34874 as command
34875 \end_layout
34876
34877 \end_inset
34878 </cell>
34879 </row>
34880 <row>
34881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34882 \begin_inset Text
34883
34884 \begin_layout Plain Layout
34885 DVI, PDF, PS
34886 \end_layout
34887
34888 \end_inset
34889 </cell>
34890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34891 \begin_inset Text
34892
34893 \begin_layout Plain Layout
34894 as date
34895 \end_layout
34896
34897 \end_inset
34898 </cell>
34899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34900 \begin_inset Text
34901
34902 \begin_layout Plain Layout
34903 as date
34904 \end_layout
34905
34906 \end_inset
34907 </cell>
34908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34909 \begin_inset Text
34910
34911 \begin_layout Plain Layout
34912 as date
34913 \end_layout
34914
34915 \end_inset
34916 </cell>
34917 </row>
34918 </lyxtabular>
34919
34920 \end_inset
34921
34922
34923 \end_layout
34924
34925 \end_inset
34926
34927
34928 \end_layout
34929
34930 \begin_layout Standard
34931 When you use the option 
34932 \family sans
34933 Draft
34934 \family default
34935  in the 
34936 \family sans
34937 File
34938 \family default
34939  tab of the 
34940 \family sans
34941 External Material
34942 \family default
34943  dialog, only the path to the inserted file is shown in the output.
34944 \begin_inset Newline newline
34945 \end_inset
34946
34947 External material is displayed in LyX either as a box like this: 
34948 \begin_inset Graphics
34949         filename clipart/ExternalMaterialQt4.png
34950         scale 85
34951         scaleBeforeRotation
34952
34953 \end_inset
34954
34955  or as image, depending on the option 
34956 \family sans
34957 Show in LyX
34958 \family default
34959  in the 
34960 \family sans
34961 LaTeX and LyX options
34962 \family default
34963  tab of the dialog.
34964 \end_layout
34965
34966 \begin_layout Standard
34967 The 
34968 \family sans
34969 \emph on
34970 Customization
34971 \family default
34972 \emph default
34973  manual explains how you can define your own templates.
34974 \end_layout
34975
34976 \begin_layout Section
34977 Child Documents
34978 \begin_inset CommandInset label
34979 LatexCommand label
34980 name "sec:Child-Documents"
34981
34982 \end_inset
34983
34984
34985 \begin_inset Index idx
34986 status collapsed
34987
34988 \begin_layout Plain Layout
34989 External Document Parts ! Child Documents
34990 \end_layout
34991
34992 \end_inset
34993
34994
34995 \begin_inset Index idx
34996 status collapsed
34997
34998 \begin_layout Plain Layout
34999 Files ! Include
35000 \end_layout
35001
35002 \end_inset
35003
35004
35005 \end_layout
35006
35007 \begin_layout Standard
35008 Child documents are used if you have a long document consisting of several
35009  larger parts or sections.
35010  For maintenance it is often useful and sometimes even required to split
35011  the document into several files that can be revised separately.
35012  The different documents are then the so called 
35013 \begin_inset Quotes eld
35014 \end_inset
35015
35016 child documents
35017 \begin_inset Quotes erd
35018 \end_inset
35019
35020 , and a master document connects them to print the full document or parts
35021  of it.
35022  A child document inherits elements of its master, for example the LaTeX
35023  preamble, the bibliography, and labels for cross-references.
35024 \end_layout
35025
35026 \begin_layout Standard
35027 To be able to work on child documents without the need to open their master,
35028  specify in the child document the master in the menu
35029 \family sans
35030  Document\SpecialChar \menuseparator
35031 Settings\SpecialChar \menuseparator
35032 Document
35033 \begin_inset space ~
35034 \end_inset
35035
35036 Class
35037 \family default
35038 .
35039  This master document will then be used in the background by LyX when you
35040  edit the child document.
35041 \end_layout
35042
35043 \begin_layout Standard
35044 Included documents are displayed in LyX as a box like this: 
35045 \begin_inset Graphics
35046         filename clipart/ChildDocumentQt4.png
35047         scale 85
35048         scaleBeforeRotation
35049
35050 \end_inset
35051
35052  To include child documents in a master document use the menu 
35053 \family sans
35054 Insert\SpecialChar \menuseparator
35055 File\SpecialChar \menuseparator
35056 Child
35057 \begin_inset space ~
35058 \end_inset
35059
35060 Documents
35061 \family default
35062 .
35063  A dialog pops up where you can choose between four include methods:
35064 \end_layout
35065
35066 \begin_layout Description
35067 Include You can include LyX- and LaTeX-documents.
35068  When you press the 
35069 \family sans
35070 Load
35071 \family default
35072  button in the 
35073 \family sans
35074 Child Document
35075 \family default
35076  dialog, the included documents will be opened in LyX in a new file tab
35077  so that you can modify them.
35078 \begin_inset Newline newline
35079 \end_inset
35080
35081
35082 \end_layout
35083
35084 \begin_layout Standard
35085 Here is a child document inserted using 
35086 \family sans
35087 Include
35088 \family default
35089
35090 \begin_inset CommandInset include
35091 LatexCommand include
35092 filename "DummyDocument1.lyx"
35093
35094 \end_inset
35095
35096
35097 \end_layout
35098
35099 \begin_layout Standard
35100 The section numbering includes the sections of the included files in the
35101  order they are inserted in the master document.
35102  The included example document has for example a subsection that is numbered
35103  as a subsection of this section.
35104  Labels of included documents can be referenced: Subsection
35105 \begin_inset space ~
35106 \end_inset
35107
35108
35109 \begin_inset CommandInset ref
35110 LatexCommand ref
35111 reference "sub:External-Subsection-1"
35112
35113 \end_inset
35114
35115 .
35116 \end_layout
35117
35118 \begin_layout Standard
35119 The preamble of the child document is ignored; only the preamble of the
35120  master document is used.
35121  Branches in child documents will be ignored by the master document when
35122  the master document does not have a branch with the same name.
35123  Included documents are inserted starting on a new page and ending with
35124  a page break.
35125 \end_layout
35126
35127 \begin_layout Standard
35128 \begin_inset Note Greyedout
35129 status open
35130
35131 \begin_layout Plain Layout
35132
35133 \series bold
35134 Note:
35135 \series default
35136  If you have included a LyX- or LaTeX-file, you are warned when you export/view
35137  the document in case the child document uses another document class than
35138  the master document as this will lead to unexpected outputs.
35139 \end_layout
35140
35141 \end_inset
35142
35143
35144 \end_layout
35145
35146 \begin_layout Description
35147 Input This method is very similar to the Include method.
35148  The differences are:
35149 \end_layout
35150
35151 \begin_deeper
35152 \begin_layout Itemize
35153 Input files don't start with a new page and don't end with a page break.
35154 \end_layout
35155
35156 \begin_layout Itemize
35157 Input files can be previewed in LyX when 
35158 \family sans
35159 Instant
35160 \begin_inset space ~
35161 \end_inset
35162
35163 Preview
35164 \family default
35165  is enabled in LyX's preferences under 
35166 \family sans
35167 Look
35168 \begin_inset space ~
35169 \end_inset
35170
35171 and
35172 \begin_inset space ~
35173 \end_inset
35174
35175 feel\SpecialChar \menuseparator
35176 Graphics
35177 \family default
35178 .
35179 \end_layout
35180
35181 \begin_layout Itemize
35182 You cannot exclude Input files via the menu 
35183 \family sans
35184 Document\SpecialChar \menuseparator
35185 Settings\SpecialChar \menuseparator
35186 Child Documents
35187 \family default
35188 .
35189 \end_layout
35190
35191 \end_deeper
35192 \begin_layout Standard
35193 Here is a child document inserted using 
35194 \family sans
35195 Input
35196 \family default
35197
35198 \begin_inset CommandInset include
35199 LatexCommand input
35200 filename "DummyDocument2.lyx"
35201
35202 \end_inset
35203
35204
35205 \end_layout
35206
35207 \begin_layout Description
35208 Verbatim With this method any text file can be included.
35209  The file is shown in the output with its source code; no command used in
35210  the text is invoked.
35211  You can use the option 
35212 \family sans
35213 Mark spaces in output
35214 \family default
35215  that displays the character 
35216 \begin_inset Quotes eld
35217 \end_inset
35218
35219
35220 \begin_inset ERT
35221 status collapsed
35222
35223 \begin_layout Plain Layout
35224
35225
35226 \backslash
35227 textvisiblespace 
35228 \end_layout
35229
35230 \end_inset
35231
35232
35233 \begin_inset Quotes erd
35234 \end_inset
35235
35236  for every space character in the source code.
35237  The difference from the method via the menu 
35238 \family sans
35239 Insert\SpecialChar \menuseparator
35240 File\SpecialChar \menuseparator
35241 Plain
35242 \begin_inset space ~
35243 \end_inset
35244
35245 Text
35246 \family default
35247  is that the document content is not shown in LyX.
35248 \end_layout
35249
35250 \begin_layout Standard
35251 Here is a child document inserted as Verbatim: 
35252 \begin_inset CommandInset include
35253 LatexCommand verbatiminput
35254 filename "DummyTextDocument.txt"
35255
35256 \end_inset
35257
35258
35259 \begin_inset VSpace bigskip
35260 \end_inset
35261
35262  Here is a child document inserted as Verbatim using the 
35263 \family sans
35264 Mark spaces in output
35265 \family default
35266  option: 
35267 \begin_inset CommandInset include
35268 LatexCommand verbatiminput*
35269 filename "DummyTextDocument.txt"
35270
35271 \end_inset
35272
35273
35274 \end_layout
35275
35276 \begin_layout Standard
35277 \begin_inset VSpace bigskip
35278 \end_inset
35279
35280
35281 \end_layout
35282
35283 \begin_layout Standard
35284 \begin_inset Note Greyedout
35285 status open
35286
35287 \begin_layout Plain Layout
35288
35289 \series bold
35290 Note:
35291 \series default
35292  As you can see in the examples above, the text of the documents included
35293  as 
35294 \family sans
35295 verbatim
35296 \family default
35297  is not broken at the end of the document lines.
35298 \end_layout
35299
35300 \end_inset
35301
35302
35303 \end_layout
35304
35305 \begin_layout Description
35306 Listings This type is described in chapter
35307 \begin_inset space ~
35308 \end_inset
35309
35310
35311 \begin_inset CommandInset ref
35312 LatexCommand ref
35313 reference "cha:Program-Code-Listings"
35314
35315 \end_inset
35316
35317 .
35318 \end_layout
35319
35320 \begin_layout Standard
35321 \begin_inset Note Greyedout
35322 status open
35323
35324 \begin_layout Plain Layout
35325
35326 \series bold
35327 Note:
35328 \series default
35329  Including the same document twice in a document using different methods
35330  could cause LaTeX-problems.
35331 \end_layout
35332
35333 \end_inset
35334
35335
35336 \end_layout
35337
35338 \begin_layout Standard
35339 If you want to view/export only selected children of your master document,
35340  either because you want to save compiling time or because you want to distribut
35341 e single chapters of the book you are just writing, you can exclude children
35342  from the output.
35343  This is done via the menu 
35344 \family sans
35345 Document\SpecialChar \menuseparator
35346 Settings\SpecialChar \menuseparator
35347 Child Documents
35348 \family default
35349 .
35350  You can exclude\SpecialChar \slash{}
35351 include children by double-clicking on the 
35352 \family sans
35353 include to output
35354 \family default
35355  column of the respective child document in the list (note that this only
35356  works for documents embedded via 
35357 \begin_inset Quotes eld
35358 \end_inset
35359
35360 Include
35361 \begin_inset Quotes erd
35362 \end_inset
35363
35364 , not with 
35365 \begin_inset Quotes eld
35366 \end_inset
35367
35368 Input
35369 \begin_inset Quotes erd
35370 \end_inset
35371
35372 ).
35373  If the option 
35374 \family sans
35375 Maintain counters and references
35376 \family default
35377  is enabled, LyX will assure that all page numbers, references etc.
35378 \begin_inset space ~
35379 \end_inset
35380
35381 are correct as if the whole document was processed.
35382  This is useful if you want the selected sub-documents to look exactly as
35383  in the context of the whole document.
35384  However, LyX needs to process the whole document in the background for
35385  this feature.
35386  So if you want to save compile time and if counters and references do not
35387  need to be correct, disable this checkbox.
35388 \end_layout
35389
35390 \begin_layout Standard
35391 Alternatively, you can put each included file into a branch.
35392 \begin_inset Foot
35393 status collapsed
35394
35395 \begin_layout Plain Layout
35396 Branches are described in section 
35397 \emph on
35398 Branches
35399 \emph default
35400  of the LyX 
35401 \emph on
35402 Userguide
35403 \emph default
35404 .
35405 \end_layout
35406
35407 \end_inset
35408
35409  By enabling\SpecialChar \slash{}
35410 disabling branches you can decide which included files will
35411  appear in the output.
35412  This has the advantage that it also works with Input'ed sub-documents.
35413  However, counters and references will not be maintained with this approach.
35414 \end_layout
35415
35416 \begin_layout Chapter
35417 Program Code Listings
35418 \begin_inset CommandInset label
35419 LatexCommand label
35420 name "cha:Program-Code-Listings"
35421
35422 \end_inset
35423
35424
35425 \begin_inset Index idx
35426 status collapsed
35427
35428 \begin_layout Plain Layout
35429 Listings
35430 \end_layout
35431
35432 \end_inset
35433
35434
35435 \begin_inset Index idx
35436 status collapsed
35437
35438 \begin_layout Plain Layout
35439 Program Code
35440 \end_layout
35441
35442 \end_inset
35443
35444
35445 \begin_inset Index idx
35446 status collapsed
35447
35448 \begin_layout Plain Layout
35449 Floats ! Listings
35450 \end_layout
35451
35452 \end_inset
35453
35454
35455 \end_layout
35456
35457 \begin_layout Standard
35458 To include and typeset program code you can use the 
35459 \family sans
35460 Listings
35461 \family default
35462  inset that can be inserted via the menu 
35463 \family sans
35464 Insert\SpecialChar \menuseparator
35465 Program Listing
35466 \family default
35467 .
35468  The LaTeX-package 
35469 \series bold
35470 listings
35471 \series default
35472
35473 \begin_inset Index idx
35474 status collapsed
35475
35476 \begin_layout Plain Layout
35477 LaTeX-packages ! listings
35478 \end_layout
35479
35480 \end_inset
35481
35482  provides a powerful and flexible way to insert program source code into
35483  your document.
35484 \end_layout
35485
35486 \begin_layout Standard
35487 Right-clicking on a listings inset opens the context menu containing where
35488  you can set the listings format.
35489 \end_layout
35490
35491 \begin_layout Standard
35492 By default, a listing starts a new paragraph in the output.
35493  The placement option 
35494 \family sans
35495 Inline
35496 \begin_inset space ~
35497 \end_inset
35498
35499 listing
35500 \family default
35501  prints the listing inline like this: 
35502 \begin_inset listings
35503 lstparams "language={C++}"
35504 inline true
35505 status open
35506
35507 \begin_layout Plain Layout
35508
35509 int a=5;
35510 \end_layout
35511
35512 \end_inset
35513
35514
35515 \begin_inset Newline newline
35516 \end_inset
35517
35518 The option 
35519 \family sans
35520 Float
35521 \family default
35522  creates a listings float where you can specify the placement options 
35523 \begin_inset Quotes eld
35524 \end_inset
35525
35526
35527 \family sans
35528 h
35529 \family default
35530
35531 \begin_inset Quotes erd
35532 \end_inset
35533
35534
35535 \begin_inset Quotes eld
35536 \end_inset
35537
35538
35539 \family sans
35540 t
35541 \family default
35542
35543 \begin_inset Quotes erd
35544 \end_inset
35545
35546
35547 \begin_inset Quotes eld
35548 \end_inset
35549
35550
35551 \family sans
35552 b
35553 \family default
35554
35555 \begin_inset Quotes erd
35556 \end_inset
35557
35558 , and 
35559 \begin_inset Quotes eld
35560 \end_inset
35561
35562
35563 \family sans
35564 p
35565 \family default
35566
35567 \begin_inset Quotes erd
35568 \end_inset
35569
35570  corresponding to the float placement options described in section
35571 \begin_inset space ~
35572 \end_inset
35573
35574
35575 \begin_inset CommandInset ref
35576 LatexCommand ref
35577 reference "sec:Float-Placement"
35578
35579 \end_inset
35580
35581 .
35582  The placement options can be mixed and are inserted without any separation,
35583  e.
35584 \begin_inset space \thinspace{}
35585 \end_inset
35586
35587 g.
35588 \begin_inset space \space{}
35589 \end_inset
35590
35591
35592 \begin_inset Quotes eld
35593 \end_inset
35594
35595
35596 \family sans
35597 htbp
35598 \family default
35599
35600 \begin_inset Quotes erd
35601 \end_inset
35602
35603 .
35604  The option 
35605 \begin_inset Quotes eld
35606 \end_inset
35607
35608 h
35609 \begin_inset Quotes erd
35610 \end_inset
35611
35612  has sometimes no effect, but you don't need to use the 
35613 \family sans
35614 Float
35615 \family default
35616  option in this case as also non-float listings can have captions and be
35617  referenced.
35618 \end_layout
35619
35620 \begin_layout Standard
35621 You can add captions to listings with the menu 
35622 \family sans
35623 Insert\SpecialChar \menuseparator
35624 Caption
35625 \family default
35626 .
35627  Listings can be referenced like floats: Listing
35628 \begin_inset space ~
35629 \end_inset
35630
35631
35632 \begin_inset CommandInset ref
35633 LatexCommand ref
35634 reference "lst:Example-Listing"
35635
35636 \end_inset
35637
35638
35639 \end_layout
35640
35641 \begin_layout Standard
35642 \begin_inset listings
35643 lstparams "language=Python"
35644 inline false
35645 status open
35646
35647 \begin_layout Plain Layout
35648
35649 \begin_inset Caption
35650
35651 \begin_layout Plain Layout
35652 \begin_inset CommandInset label
35653 LatexCommand label
35654 name "lst:Example-Listing"
35655
35656 \end_inset
35657
35658 Example Listing float
35659 \end_layout
35660
35661 \end_inset
35662
35663 # Example listing float
35664 \end_layout
35665
35666 \begin_layout Plain Layout
35667
35668 def func(param):
35669 \end_layout
35670
35671 \begin_layout Plain Layout
35672
35673     'this is a python function'
35674 \end_layout
35675
35676 \begin_layout Plain Layout
35677
35678     pass
35679 \end_layout
35680
35681 \end_inset
35682
35683
35684 \end_layout
35685
35686 \begin_layout Standard
35687 When you have set a programming language in the listings dialog, the keywords
35688  of this language will be recognized and specially typeset in the output.
35689  In the example listings the Python keyword 
35690 \begin_inset Quotes eld
35691 \end_inset
35692
35693 def
35694 \begin_inset Quotes erd
35695 \end_inset
35696
35697  is recognized and printed bold in the output.
35698 \end_layout
35699
35700 \begin_layout Standard
35701 \begin_inset Note Greyedout
35702 status open
35703
35704 \begin_layout Plain Layout
35705
35706 \series bold
35707 Note:
35708 \series default
35709  If you don't get bold keywords when using typewriter fonts, your 
35710 \family typewriter
35711 typewriter
35712 \family default
35713  font probably doesn't provide a bold shape.
35714  In this case select a different one in the menu 
35715 \family sans
35716 Document\SpecialChar \menuseparator
35717 Settings\SpecialChar \menuseparator
35718 Fonts
35719 \family default
35720 .
35721  (The fonts 
35722 \emph on
35723 LuxiMono, BeraMono
35724 \emph default
35725  and 
35726 \emph on
35727 Courier
35728 \emph default
35729  provide bold shapes.)
35730 \end_layout
35731
35732 \end_inset
35733
35734
35735 \end_layout
35736
35737 \begin_layout Standard
35738 In section 
35739 \family sans
35740 Line
35741 \begin_inset space ~
35742 \end_inset
35743
35744 numbering
35745 \family default
35746  of the listings dialog you can specify the line numbering style.
35747  You can insert a number to specify which lines are numbered in the field
35748  
35749 \family sans
35750 Step
35751 \family default
35752 .
35753  When you insert e.
35754 \begin_inset space \thinspace{}
35755 \end_inset
35756
35757 g.
35758 \begin_inset space \space{}
35759 \end_inset
35760
35761
35762 \begin_inset Quotes eld
35763 \end_inset
35764
35765 3
35766 \begin_inset Quotes erd
35767 \end_inset
35768
35769 , only every 3rd line will be numbered.
35770 \end_layout
35771
35772 \begin_layout Standard
35773 You can furthermore specify a range of lines; only these will then appear
35774  in the output.
35775  The option 
35776 \family sans
35777 Extended character table
35778 \family default
35779  should be used when you use national characters like the German umlauts
35780  in the listing.
35781 \begin_inset Newline newline
35782 \end_inset
35783
35784 Here is an example listing with left line numbering, step 
35785 \begin_inset Quotes eld
35786 \end_inset
35787
35788 3
35789 \begin_inset Quotes erd
35790 \end_inset
35791
35792 , language 
35793 \begin_inset Quotes eld
35794 \end_inset
35795
35796 Python
35797 \begin_inset Quotes erd
35798 \end_inset
35799
35800 , options 
35801 \begin_inset Quotes eld
35802 \end_inset
35803
35804 Extended character table
35805 \begin_inset Quotes erd
35806 \end_inset
35807
35808  and 
35809 \begin_inset Quotes eld
35810 \end_inset
35811
35812 Space
35813 \begin_inset space ~
35814 \end_inset
35815
35816 as
35817 \begin_inset space ~
35818 \end_inset
35819
35820 symbol
35821 \begin_inset Quotes erd
35822 \end_inset
35823
35824 , range lines 3
35825 \begin_inset space \thinspace{}
35826 \end_inset
35827
35828 -
35829 \begin_inset space \thinspace{}
35830 \end_inset
35831
35832 8:
35833 \end_layout
35834
35835 \begin_layout Standard
35836 \begin_inset listings
35837 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
35838 inline false
35839 status open
35840
35841 \begin_layout Plain Layout
35842
35843 def func(param):
35844 \end_layout
35845
35846 \begin_layout Plain Layout
35847
35848     'this is a python function'
35849 \end_layout
35850
35851 \begin_layout Plain Layout
35852
35853     pass
35854 \end_layout
35855
35856 \begin_layout Plain Layout
35857
35858 def func(param):
35859 \end_layout
35860
35861 \begin_layout Plain Layout
35862
35863 'This is a German word: Tschüß'
35864 \end_layout
35865
35866 \begin_layout Plain Layout
35867
35868 pass
35869 \end_layout
35870
35871 \begin_layout Plain Layout
35872
35873 def func(param):
35874 \end_layout
35875
35876 \begin_layout Plain Layout
35877
35878 'this is a python function'
35879 \end_layout
35880
35881 \begin_layout Plain Layout
35882
35883 pass
35884 \end_layout
35885
35886 \end_inset
35887
35888
35889 \end_layout
35890
35891 \begin_layout Standard
35892 When you have tabulators in your listing, you can specify the number of
35893  characters that are spanned by a tabulator in the field 
35894 \family sans
35895 Tabulator
35896 \begin_inset space ~
35897 \end_inset
35898
35899 size
35900 \family default
35901 .
35902 \end_layout
35903
35904 \begin_layout Standard
35905 \begin_inset Note Greyedout
35906 status open
35907
35908 \begin_layout Plain Layout
35909
35910 \series bold
35911 Note:
35912 \series default
35913  Due to a bug in the 
35914 \series bold
35915 listings
35916 \series default
35917  package the line numbering is shifted by a line by every previous listing.
35918  That's the reason why the lines 2 and 5 are numbered in the above listing
35919  and not the lines 3 and 6.
35920 \end_layout
35921
35922 \end_inset
35923
35924
35925 \end_layout
35926
35927 \begin_layout Standard
35928 \begin_inset VSpace bigskip
35929 \end_inset
35930
35931
35932 \end_layout
35933
35934 \begin_layout Standard
35935 It is also possible to print lines from a file as listing.
35936  To do this, use the menu 
35937 \family sans
35938 Insert\SpecialChar \menuseparator
35939 File\SpecialChar \menuseparator
35940 Child Document
35941 \family default
35942  and choose the type 
35943 \family sans
35944 Listings
35945 \family default
35946 .
35947 \begin_inset Foot
35948 status collapsed
35949
35950 \begin_layout Plain Layout
35951 The other child document types are described in section
35952 \begin_inset space ~
35953 \end_inset
35954
35955
35956 \begin_inset CommandInset ref
35957 LatexCommand ref
35958 reference "sec:Child-Documents"
35959
35960 \end_inset
35961
35962 .
35963 \end_layout
35964
35965 \end_inset
35966
35967  In the child document dialog you can specify the listing parameters in
35968  a text box.
35969  To show a list of all available parameters, type in a question mark 
35970 \begin_inset Quotes eld
35971 \end_inset
35972
35973 ?
35974 \begin_inset Quotes erd
35975 \end_inset
35976
35977  in the text box.
35978 \end_layout
35979
35980 \begin_layout Standard
35981 To reference child document listings, write a label text into the corresponding
35982  field of the child document dialog.
35983  The label can then be referenced using the menu 
35984 \family sans
35985 Insert\SpecialChar \menuseparator
35986 Cross-Reference
35987 \family default
35988 .
35989 \end_layout
35990
35991 \begin_layout Standard
35992 Listing
35993 \begin_inset space ~
35994 \end_inset
35995
35996
35997 \begin_inset CommandInset ref
35998 LatexCommand ref
35999 reference "lst:file-listing"
36000
36001 \end_inset
36002
36003  is an example for a listing of a file; there the lines 10
36004 \begin_inset space \thinspace{}
36005 \end_inset
36006
36007 -
36008 \begin_inset space \thinspace{}
36009 \end_inset
36010
36011 15 of this LyX file are listed.
36012 \end_layout
36013
36014 \begin_layout Standard
36015 \begin_inset CommandInset include
36016 LatexCommand lstinputlisting
36017 filename "EmbeddedObjects.lyx"
36018 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
36019
36020 \end_inset
36021
36022
36023 \end_layout
36024
36025 \begin_layout Standard
36026 \begin_inset VSpace bigskip
36027 \end_inset
36028
36029
36030 \end_layout
36031
36032 \begin_layout Standard
36033 Inserting a formula into a listing can be done the following way:
36034 \end_layout
36035
36036 \begin_layout Enumerate
36037 Open the listings dialog and add
36038 \begin_inset Newline newline
36039 \end_inset
36040
36041
36042 \family sans
36043 mathescape=true
36044 \family default
36045
36046 \begin_inset Newline newline
36047 \end_inset
36048
36049 to the field of the 
36050 \family sans
36051 Advanced
36052 \family default
36053  tab.
36054 \end_layout
36055
36056 \begin_layout Enumerate
36057 Create a formula outside the listing
36058 \end_layout
36059
36060 \begin_layout Enumerate
36061 Copy the content of the formula (not the formula inset) to the clipboard
36062  (shortcut 
36063 \begin_inset Info
36064 type  "shortcut"
36065 arg   "copy"
36066 \end_inset
36067
36068 )
36069 \end_layout
36070
36071 \begin_layout Enumerate
36072 In the listing write 
36073 \begin_inset Quotes eld
36074 \end_inset
36075
36076
36077 \family sans
36078 $$
36079 \family default
36080
36081 \begin_inset Quotes erd
36082 \end_inset
36083
36084  and copy from the clipboard between the dollar-signs (shortcut 
36085 \begin_inset Info
36086 type  "shortcut"
36087 arg   "paste"
36088 \end_inset
36089
36090 )
36091 \end_layout
36092
36093 \begin_layout Standard
36094 \begin_inset listings
36095 lstparams "language=Python,mathescape=true"
36096 inline false
36097 status open
36098
36099 \begin_layout Plain Layout
36100
36101 \begin_inset Caption
36102
36103 \begin_layout Plain Layout
36104 Example Listing float containing a formula
36105 \end_layout
36106
36107 \end_inset
36108
36109 # Example listing float
36110 \end_layout
36111
36112 \begin_layout Plain Layout
36113
36114 def func(param):
36115 \end_layout
36116
36117 \begin_layout Plain Layout
36118
36119     # $
36120 \backslash
36121 prod_{n=1}^{
36122 \backslash
36123 infty}
36124 \backslash
36125 ,
36126 \backslash
36127 frac{1}{x^{2}}$
36128 \end_layout
36129
36130 \begin_layout Plain Layout
36131
36132     pass
36133 \end_layout
36134
36135 \end_inset
36136
36137
36138 \end_layout
36139
36140 \begin_layout Standard
36141 \begin_inset VSpace bigskip
36142 \end_inset
36143
36144
36145 \end_layout
36146
36147 \begin_layout Standard
36148 Global listings settings can be set in the 
36149 \family sans
36150 Document\SpecialChar \menuseparator
36151 Settings\SpecialChar \menuseparator
36152 Listings
36153 \family default
36154  dialog.
36155  To get there a list of available options, type in a question mark 
36156 \begin_inset Quotes eld
36157 \end_inset
36158
36159 ?
36160 \begin_inset Quotes erd
36161 \end_inset
36162
36163 .
36164 \end_layout
36165
36166 \begin_layout Standard
36167 For more information about the 
36168 \series bold
36169 listings
36170 \series default
36171  package, we refer to its documentation 
36172 \begin_inset CommandInset citation
36173 LatexCommand cite
36174 key "listings"
36175
36176 \end_inset
36177
36178 .
36179 \end_layout
36180
36181 \begin_layout Standard
36182 \begin_inset Newpage newpage
36183 \end_inset
36184
36185
36186 \end_layout
36187
36188 \begin_layout Chapter
36189 \start_of_appendix
36190 Units available in LyX
36191 \begin_inset Index idx
36192 status collapsed
36193
36194 \begin_layout Plain Layout
36195 Units
36196 \end_layout
36197
36198 \end_inset
36199
36200
36201 \begin_inset CommandInset label
36202 LatexCommand label
36203 name "cha:Units-available-in"
36204
36205 \end_inset
36206
36207
36208 \end_layout
36209
36210 \begin_layout Standard
36211 To understand the units described in this documentation, Table
36212 \begin_inset space ~
36213 \end_inset
36214
36215
36216 \begin_inset CommandInset ref
36217 LatexCommand ref
36218 reference "tab:Units"
36219
36220 \end_inset
36221
36222  explains all units available in LyX.
36223 \end_layout
36224
36225 \begin_layout Standard
36226 \begin_inset Float table
36227 placement h
36228 wide false
36229 sideways false
36230 status open
36231
36232 \begin_layout Plain Layout
36233 \begin_inset Caption
36234
36235 \begin_layout Plain Layout
36236 \begin_inset CommandInset label
36237 LatexCommand label
36238 name "tab:Units"
36239
36240 \end_inset
36241
36242 Units
36243 \end_layout
36244
36245 \end_inset
36246
36247
36248 \end_layout
36249
36250 \begin_layout Plain Layout
36251 \begin_inset VSpace medskip
36252 \end_inset
36253
36254
36255 \end_layout
36256
36257 \begin_layout Plain Layout
36258 \align center
36259 \begin_inset Tabular
36260 <lyxtabular version="3" rows="20" columns="2">
36261 <features tabularvalignment="middle">
36262 <column alignment="center" valignment="top" width="0">
36263 <column alignment="center" valignment="top" width="0">
36264 <row>
36265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36266 \begin_inset Text
36267
36268 \begin_layout Plain Layout
36269 unit
36270 \end_layout
36271
36272 \end_inset
36273 </cell>
36274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36275 \begin_inset Text
36276
36277 \begin_layout Plain Layout
36278 name/description
36279 \end_layout
36280
36281 \end_inset
36282 </cell>
36283 </row>
36284 <row>
36285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36286 \begin_inset Text
36287
36288 \begin_layout Plain Layout
36289 mm
36290 \end_layout
36291
36292 \end_inset
36293 </cell>
36294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36295 \begin_inset Text
36296
36297 \begin_layout Plain Layout
36298 millimeter
36299 \end_layout
36300
36301 \end_inset
36302 </cell>
36303 </row>
36304 <row>
36305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36306 \begin_inset Text
36307
36308 \begin_layout Plain Layout
36309 cm
36310 \end_layout
36311
36312 \end_inset
36313 </cell>
36314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36315 \begin_inset Text
36316
36317 \begin_layout Plain Layout
36318 centimeter
36319 \end_layout
36320
36321 \end_inset
36322 </cell>
36323 </row>
36324 <row>
36325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36326 \begin_inset Text
36327
36328 \begin_layout Plain Layout
36329 in
36330 \end_layout
36331
36332 \end_inset
36333 </cell>
36334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36335 \begin_inset Text
36336
36337 \begin_layout Plain Layout
36338 inch
36339 \end_layout
36340
36341 \end_inset
36342 </cell>
36343 </row>
36344 <row>
36345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36346 \begin_inset Text
36347
36348 \begin_layout Plain Layout
36349 pt
36350 \end_layout
36351
36352 \end_inset
36353 </cell>
36354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36355 \begin_inset Text
36356
36357 \begin_layout Plain Layout
36358 point (72.27
36359 \begin_inset space \thinspace{}
36360 \end_inset
36361
36362 pt = 1
36363 \begin_inset space \thinspace{}
36364 \end_inset
36365
36366 in)
36367 \end_layout
36368
36369 \end_inset
36370 </cell>
36371 </row>
36372 <row>
36373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36374 \begin_inset Text
36375
36376 \begin_layout Plain Layout
36377 pc
36378 \end_layout
36379
36380 \end_inset
36381 </cell>
36382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36383 \begin_inset Text
36384
36385 \begin_layout Plain Layout
36386 pica (1
36387 \begin_inset space \thinspace{}
36388 \end_inset
36389
36390 pc = 12
36391 \begin_inset space \thinspace{}
36392 \end_inset
36393
36394 pt)
36395 \end_layout
36396
36397 \end_inset
36398 </cell>
36399 </row>
36400 <row>
36401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36402 \begin_inset Text
36403
36404 \begin_layout Plain Layout
36405 sp
36406 \end_layout
36407
36408 \end_inset
36409 </cell>
36410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36411 \begin_inset Text
36412
36413 \begin_layout Plain Layout
36414 scaled point (65536
36415 \begin_inset space \thinspace{}
36416 \end_inset
36417
36418 sp = 1
36419 \begin_inset space \thinspace{}
36420 \end_inset
36421
36422 pt)
36423 \end_layout
36424
36425 \end_inset
36426 </cell>
36427 </row>
36428 <row>
36429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36430 \begin_inset Text
36431
36432 \begin_layout Plain Layout
36433 bp
36434 \end_layout
36435
36436 \end_inset
36437 </cell>
36438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36439 \begin_inset Text
36440
36441 \begin_layout Plain Layout
36442 big point (72
36443 \begin_inset space \thinspace{}
36444 \end_inset
36445
36446 bp = 1
36447 \begin_inset space \thinspace{}
36448 \end_inset
36449
36450 in)
36451 \end_layout
36452
36453 \end_inset
36454 </cell>
36455 </row>
36456 <row>
36457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36458 \begin_inset Text
36459
36460 \begin_layout Plain Layout
36461 dd
36462 \end_layout
36463
36464 \end_inset
36465 </cell>
36466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36467 \begin_inset Text
36468
36469 \begin_layout Plain Layout
36470 didot (1
36471 \begin_inset space \thinspace{}
36472 \end_inset
36473
36474 dd 
36475 \begin_inset Formula $\approx$
36476 \end_inset
36477
36478  0.376
36479 \begin_inset space \thinspace{}
36480 \end_inset
36481
36482 mm)
36483 \end_layout
36484
36485 \end_inset
36486 </cell>
36487 </row>
36488 <row>
36489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36490 \begin_inset Text
36491
36492 \begin_layout Plain Layout
36493 cc
36494 \end_layout
36495
36496 \end_inset
36497 </cell>
36498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36499 \begin_inset Text
36500
36501 \begin_layout Plain Layout
36502 cicero (1
36503 \begin_inset space \thinspace{}
36504 \end_inset
36505
36506 cc = 12
36507 \begin_inset space \thinspace{}
36508 \end_inset
36509
36510 dd)
36511 \end_layout
36512
36513 \end_inset
36514 </cell>
36515 </row>
36516 <row>
36517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36518 \begin_inset Text
36519
36520 \begin_layout Plain Layout
36521 Scale%
36522 \end_layout
36523
36524 \end_inset
36525 </cell>
36526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36527 \begin_inset Text
36528
36529 \begin_layout Plain Layout
36530 % of original image width
36531 \end_layout
36532
36533 \end_inset
36534 </cell>
36535 </row>
36536 <row>
36537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36538 \begin_inset Text
36539
36540 \begin_layout Plain Layout
36541 text%
36542 \end_layout
36543
36544 \end_inset
36545 </cell>
36546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36547 \begin_inset Text
36548
36549 \begin_layout Plain Layout
36550 % of text width
36551 \end_layout
36552
36553 \end_inset
36554 </cell>
36555 </row>
36556 <row>
36557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36558 \begin_inset Text
36559
36560 \begin_layout Plain Layout
36561 col%
36562 \end_layout
36563
36564 \end_inset
36565 </cell>
36566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36567 \begin_inset Text
36568
36569 \begin_layout Plain Layout
36570 % of column width
36571 \end_layout
36572
36573 \end_inset
36574 </cell>
36575 </row>
36576 <row>
36577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36578 \begin_inset Text
36579
36580 \begin_layout Plain Layout
36581 page%
36582 \end_layout
36583
36584 \end_inset
36585 </cell>
36586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36587 \begin_inset Text
36588
36589 \begin_layout Plain Layout
36590 % of paper width
36591 \end_layout
36592
36593 \end_inset
36594 </cell>
36595 </row>
36596 <row>
36597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36598 \begin_inset Text
36599
36600 \begin_layout Plain Layout
36601 line%
36602 \end_layout
36603
36604 \end_inset
36605 </cell>
36606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36607 \begin_inset Text
36608
36609 \begin_layout Plain Layout
36610 % of line width
36611 \end_layout
36612
36613 \end_inset
36614 </cell>
36615 </row>
36616 <row>
36617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36618 \begin_inset Text
36619
36620 \begin_layout Plain Layout
36621 theight%
36622 \end_layout
36623
36624 \end_inset
36625 </cell>
36626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36627 \begin_inset Text
36628
36629 \begin_layout Plain Layout
36630 % of text height
36631 \end_layout
36632
36633 \end_inset
36634 </cell>
36635 </row>
36636 <row>
36637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36638 \begin_inset Text
36639
36640 \begin_layout Plain Layout
36641 pheight%
36642 \end_layout
36643
36644 \end_inset
36645 </cell>
36646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36647 \begin_inset Text
36648
36649 \begin_layout Plain Layout
36650 % of paper height
36651 \end_layout
36652
36653 \end_inset
36654 </cell>
36655 </row>
36656 <row>
36657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36658 \begin_inset Text
36659
36660 \begin_layout Plain Layout
36661 ex
36662 \end_layout
36663
36664 \end_inset
36665 </cell>
36666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36667 \begin_inset Text
36668
36669 \begin_layout Plain Layout
36670 height of letter 
36671 \emph on
36672 x
36673 \emph default
36674  in current font
36675 \end_layout
36676
36677 \end_inset
36678 </cell>
36679 </row>
36680 <row>
36681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36682 \begin_inset Text
36683
36684 \begin_layout Plain Layout
36685 em
36686 \end_layout
36687
36688 \end_inset
36689 </cell>
36690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36691 \begin_inset Text
36692
36693 \begin_layout Plain Layout
36694 width of letter 
36695 \emph on
36696 M
36697 \emph default
36698  in current font
36699 \end_layout
36700
36701 \end_inset
36702 </cell>
36703 </row>
36704 <row>
36705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36706 \begin_inset Text
36707
36708 \begin_layout Plain Layout
36709 mu
36710 \end_layout
36711
36712 \end_inset
36713 </cell>
36714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36715 \begin_inset Text
36716
36717 \begin_layout Plain Layout
36718 math unit (1
36719 \begin_inset space \thinspace{}
36720 \end_inset
36721
36722 mu = 1/18
36723 \begin_inset space \thinspace{}
36724 \end_inset
36725
36726 em)
36727 \end_layout
36728
36729 \end_inset
36730 </cell>
36731 </row>
36732 </lyxtabular>
36733
36734 \end_inset
36735
36736
36737 \end_layout
36738
36739 \end_inset
36740
36741
36742 \end_layout
36743
36744 \begin_layout Chapter
36745 Output File Formats with Graphics
36746 \begin_inset CommandInset label
36747 LatexCommand label
36748 name "cha:Output-File-Formats"
36749
36750 \end_inset
36751
36752
36753 \end_layout
36754
36755 \begin_layout Section
36756 DVI
36757 \begin_inset Index idx
36758 status collapsed
36759
36760 \begin_layout Plain Layout
36761 File Formats ! DVI
36762 \end_layout
36763
36764 \end_inset
36765
36766
36767 \begin_inset Index idx
36768 status collapsed
36769
36770 \begin_layout Plain Layout
36771 DVI|see
36772 \begin_inset ERT
36773 status collapsed
36774
36775 \begin_layout Plain Layout
36776
36777 {
36778 \end_layout
36779
36780 \end_inset
36781
36782 File Formats
36783 \begin_inset ERT
36784 status collapsed
36785
36786 \begin_layout Plain Layout
36787
36788 }
36789 \end_layout
36790
36791 \end_inset
36792
36793
36794 \end_layout
36795
36796 \end_inset
36797
36798
36799 \end_layout
36800
36801 \begin_layout Standard
36802 This file type has the extension 
36803 \begin_inset Quotes eld
36804 \end_inset
36805
36806
36807 \family typewriter
36808 .dvi
36809 \family default
36810
36811 \begin_inset Quotes erd
36812 \end_inset
36813
36814 .
36815  It is called 
36816 \begin_inset Quotes eld
36817 \end_inset
36818
36819 device-independent
36820 \begin_inset Quotes erd
36821 \end_inset
36822
36823  (DVI), because it is completely portable; you can move them from one machine
36824  to another without needing to do any sort of conversion.
36825  At the time when this file-format was developed, this was no matter of
36826  course.
36827  DVIs are used for quick previews and as pre-stage for other output formats,
36828  like PostScript.
36829 \end_layout
36830
36831 \begin_layout Standard
36832 \begin_inset Note Greyedout
36833 status open
36834
36835 \begin_layout Plain Layout
36836
36837 \series bold
36838 Note:
36839 \series default
36840  DVI-files do not contain images; they will only be a linked.
36841 \end_layout
36842
36843 \end_inset
36844
36845  So don't forget this, if you move your 
36846 \family typewriter
36847 .dvi
36848 \family default
36849  file to another computer.
36850  This property can also slow down your computer when you view the DVI, because
36851  the DVI-viewer has to convert the image in the background to make it visible
36852  when you scroll in the DVI.
36853  So it is recommended that you use PDF for files with many images.
36854 \end_layout
36855
36856 \begin_layout Standard
36857 You can export your document to DVI by using the menu 
36858 \family sans
36859 File\SpecialChar \menuseparator
36860 Export\SpecialChar \menuseparator
36861 DVI
36862 \family default
36863 .
36864  You can view your document as DVI via the 
36865 \family sans
36866 View
36867 \family default
36868  menu.
36869 \end_layout
36870
36871 \begin_layout Section
36872 PostScript
36873 \begin_inset CommandInset label
36874 LatexCommand label
36875 name "sec:PostScript"
36876
36877 \end_inset
36878
36879
36880 \begin_inset Index idx
36881 status collapsed
36882
36883 \begin_layout Plain Layout
36884 File Formats ! PostScript
36885 \end_layout
36886
36887 \end_inset
36888
36889
36890 \begin_inset Index idx
36891 status collapsed
36892
36893 \begin_layout Plain Layout
36894 PostScript|see
36895 \begin_inset ERT
36896 status collapsed
36897
36898 \begin_layout Plain Layout
36899
36900 {
36901 \end_layout
36902
36903 \end_inset
36904
36905 File Formats
36906 \begin_inset ERT
36907 status collapsed
36908
36909 \begin_layout Plain Layout
36910
36911 }
36912 \end_layout
36913
36914 \end_inset
36915
36916
36917 \end_layout
36918
36919 \end_inset
36920
36921
36922 \end_layout
36923
36924 \begin_layout Standard
36925 This file type has the extension 
36926 \begin_inset Quotes eld
36927 \end_inset
36928
36929
36930 \family typewriter
36931 .ps
36932 \family default
36933
36934 \begin_inset Quotes erd
36935 \end_inset
36936
36937 .
36938  PostScript was developed by the company 
36939 \family typewriter
36940 Adobe
36941 \family default
36942  as a printer language.
36943  The file therefore contains commands that the printer uses to print the
36944  file.
36945  PostScript can be seen as a 
36946 \begin_inset Quotes eld
36947 \end_inset
36948
36949 programming language
36950 \begin_inset Quotes erd
36951 \end_inset
36952
36953 ; you can calculate with it and draw diagrams and images
36954 \begin_inset Foot
36955 status collapsed
36956
36957 \begin_layout Plain Layout
36958 If you are interested to learn more about this, have a look at the LaTeX-package
36959  
36960 \series bold
36961 PSTricks
36962 \series default
36963  
36964 \begin_inset CommandInset citation
36965 LatexCommand cite
36966 key "pstricks"
36967
36968 \end_inset
36969
36970 .
36971 \end_layout
36972
36973 \end_inset
36974
36975 .
36976  Due to this ability, the files are often bigger than PDFs.
36977 \end_layout
36978
36979 \begin_layout Standard
36980 PostScript can only contain images in the format 
36981 \begin_inset Quotes eld
36982 \end_inset
36983
36984 Encapsulated PostScript
36985 \begin_inset Quotes erd
36986 \end_inset
36987
36988  (EPS, file extension 
36989 \begin_inset Quotes eld
36990 \end_inset
36991
36992
36993 \family typewriter
36994 .eps
36995 \family default
36996
36997 \begin_inset Quotes erd
36998 \end_inset
36999
37000 ).
37001  As LyX allows you to use any known image format in your document, it has
37002  to convert images in the background to EPS.
37003  If you have e.g.
37004 \begin_inset space ~
37005 \end_inset
37006
37007 50
37008 \begin_inset space ~
37009 \end_inset
37010
37011 images in your document, LyX has to do 50
37012 \begin_inset space ~
37013 \end_inset
37014
37015 conversions whenever you view or export your document.
37016  This will slow down your work flow with LyX drastically.
37017  So if you plan to use PostScript, you can insert your images directly as
37018  EPS to avoid this problem.
37019 \end_layout
37020
37021 \begin_layout Standard
37022 You can export your document to PostScript using the menu 
37023 \family sans
37024 File\SpecialChar \menuseparator
37025 Export\SpecialChar \menuseparator
37026 Postscript
37027 \family default
37028 .
37029  You can view your document as PostScript via the 
37030 \family sans
37031 View
37032 \family default
37033  menu or by using the toolbar button 
37034 \begin_inset Graphics
37035         filename ../images/buffer-view_ps.png
37036         scale 85
37037         scaleBeforeRotation
37038
37039 \end_inset
37040
37041 .
37042 \end_layout
37043
37044 \begin_layout Section
37045 PDF
37046 \begin_inset Index idx
37047 status collapsed
37048
37049 \begin_layout Plain Layout
37050 File Formats ! PDF
37051 \end_layout
37052
37053 \end_inset
37054
37055
37056 \begin_inset Index idx
37057 status collapsed
37058
37059 \begin_layout Plain Layout
37060 PDF
37061 \end_layout
37062
37063 \end_inset
37064
37065
37066 \end_layout
37067
37068 \begin_layout Standard
37069 This file type has the extension 
37070 \begin_inset Quotes eld
37071 \end_inset
37072
37073
37074 \family typewriter
37075 .pdf
37076 \family default
37077
37078 \begin_inset Quotes erd
37079 \end_inset
37080
37081 .
37082  The 
37083 \begin_inset Quotes eld
37084 \end_inset
37085
37086 Portable Document Format
37087 \begin_inset Quotes erd
37088 \end_inset
37089
37090  (PDF) was developed by 
37091 \family typewriter
37092 Adobe
37093 \family default
37094  as a derivative of PostScript.
37095  It is more compressed and it uses fewer commands than PostScript.
37096  As the name 
37097 \begin_inset Quotes eld
37098 \end_inset
37099
37100 portable
37101 \begin_inset Quotes erd
37102 \end_inset
37103
37104  implies, it can be processed at any computer system and the printed output
37105  looks exactly the same.
37106 \end_layout
37107
37108 \begin_layout Standard
37109 PDF can contain images in its own PDF format, in the format 
37110 \begin_inset Quotes eld
37111 \end_inset
37112
37113 Joint Photographic Experts Group
37114 \begin_inset Quotes erd
37115 \end_inset
37116
37117  (JPG, file extension 
37118 \begin_inset Quotes eld
37119 \end_inset
37120
37121
37122 \family typewriter
37123 .jpg
37124 \family default
37125
37126 \begin_inset Quotes erd
37127 \end_inset
37128
37129  or 
37130 \begin_inset Quotes eld
37131 \end_inset
37132
37133
37134 \family typewriter
37135 .jpeg
37136 \family default
37137
37138 \begin_inset Quotes erd
37139 \end_inset
37140
37141 ), and in the format 
37142 \begin_inset Quotes eld
37143 \end_inset
37144
37145 Portable Network Graphics
37146 \begin_inset Quotes erd
37147 \end_inset
37148
37149  (PNG, file extension 
37150 \begin_inset Quotes eld
37151 \end_inset
37152
37153
37154 \family typewriter
37155 .png
37156 \family default
37157
37158 \begin_inset Quotes erd
37159 \end_inset
37160
37161 ).
37162  Nevertheless you can use any other image format, because LyX converts them
37163  in the background to one of these formats.
37164  But as described in the section about PostScript, the image conversion
37165  will slow down your work flow.
37166  So it is recommended that you use images in one of the three mentioned
37167  formats.
37168 \end_layout
37169
37170 \begin_layout Standard
37171 You can export your document to PDF via the menu 
37172 \family sans
37173 File\SpecialChar \menuseparator
37174 Export
37175 \family default
37176  in three different ways:
37177 \end_layout
37178
37179 \begin_layout Description
37180 PDF
37181 \begin_inset space ~
37182 \end_inset
37183
37184 (ps2pdf) This uses the program 
37185 \family typewriter
37186 ps2pdf
37187 \family default
37188  that creates a PDF from a PostScript-version of your file.
37189  The PostScript-version is produced by the program 
37190 \family typewriter
37191 dvips
37192 \family default
37193  which uses a DVI-version as intermediate step.
37194  So this export variant consists of three conversions.
37195 \end_layout
37196
37197 \begin_layout Description
37198 PDF
37199 \begin_inset space ~
37200 \end_inset
37201
37202 (dvipdfm) This uses the program 
37203 \family typewriter
37204 dvipdfm
37205 \family default
37206  that converts your file in the background to DVI and in a second step to
37207  PDF.
37208 \end_layout
37209
37210 \begin_layout Description
37211 PDF
37212 \begin_inset space ~
37213 \end_inset
37214
37215 (pdflatex) This uses the program 
37216 \family typewriter
37217 pdftex
37218 \family default
37219  that converts your file directly to PDF.
37220 \end_layout
37221
37222 \begin_layout Standard
37223 It is recommended that you use 
37224 \family sans
37225 PDF
37226 \begin_inset space ~
37227 \end_inset
37228
37229 (pdflatex)
37230 \family default
37231  because 
37232 \family typewriter
37233 pdftex
37234 \family default
37235  supports all features of actual PDF-versions, is quick and works stable.
37236  The program 
37237 \family typewriter
37238 dvipdfm
37239 \family default
37240  is not under development and therefore a bit outdated.
37241 \end_layout
37242
37243 \begin_layout Standard
37244 You can view your document as PDF via the 
37245 \family sans
37246 View
37247 \family default
37248  menu or by using the toolbar button 
37249 \begin_inset Graphics
37250         filename ../images/buffer-view_pdf2.png
37251         scale 85
37252         scaleBeforeRotation
37253
37254 \end_inset
37255
37256  
37257 \family sans
37258 (
37259 \family default
37260 that uses 
37261 \family sans
37262 PDF
37263 \begin_inset space ~
37264 \end_inset
37265
37266 (pdflatex)
37267 \family default
37268 ).
37269 \end_layout
37270
37271 \begin_layout Chapter
37272 List of dvips color names
37273 \begin_inset CommandInset label
37274 LatexCommand label
37275 name "chap:List-of-dvips-colornames"
37276
37277 \end_inset
37278
37279
37280 \end_layout
37281
37282 \begin_layout Standard
37283 \begin_inset Tabular
37284 <lyxtabular version="3" rows="17" columns="4">
37285 <features tabularvalignment="middle">
37286 <column alignment="left" valignment="top" width="0pt">
37287 <column alignment="left" valignment="top" width="0pt">
37288 <column alignment="left" valignment="top" width="0pt">
37289 <column alignment="left" valignment="top" width="0pt">
37290 <row>
37291 <cell alignment="left" valignment="top" usebox="none">
37292 \begin_inset Text
37293
37294 \begin_layout Plain Layout
37295 \begin_inset ERT
37296 status collapsed
37297
37298 \begin_layout Plain Layout
37299
37300
37301 \backslash
37302 fcolorbox{black}{
37303 \end_layout
37304
37305 \end_inset
37306
37307 white
37308 \begin_inset ERT
37309 status collapsed
37310
37311 \begin_layout Plain Layout
37312
37313 }{
37314 \end_layout
37315
37316 \end_inset
37317
37318 Color
37319 \begin_inset ERT
37320 status collapsed
37321
37322 \begin_layout Plain Layout
37323
37324 }
37325 \end_layout
37326
37327 \end_inset
37328
37329  Color name
37330 \end_layout
37331
37332 \end_inset
37333 </cell>
37334 <cell alignment="left" valignment="top" usebox="none">
37335 \begin_inset Text
37336
37337 \begin_layout Plain Layout
37338 \begin_inset ERT
37339 status collapsed
37340
37341 \begin_layout Plain Layout
37342
37343
37344 \backslash
37345 fcolorbox{black}{
37346 \end_layout
37347
37348 \end_inset
37349
37350 white
37351 \begin_inset ERT
37352 status collapsed
37353
37354 \begin_layout Plain Layout
37355
37356 }{
37357 \end_layout
37358
37359 \end_inset
37360
37361 Color
37362 \begin_inset ERT
37363 status collapsed
37364
37365 \begin_layout Plain Layout
37366
37367 }
37368 \end_layout
37369
37370 \end_inset
37371
37372  Color name
37373 \end_layout
37374
37375 \end_inset
37376 </cell>
37377 <cell alignment="left" valignment="top" usebox="none">
37378 \begin_inset Text
37379
37380 \begin_layout Plain Layout
37381 \begin_inset ERT
37382 status collapsed
37383
37384 \begin_layout Plain Layout
37385
37386
37387 \backslash
37388 fcolorbox{black}{
37389 \end_layout
37390
37391 \end_inset
37392
37393 white
37394 \begin_inset ERT
37395 status collapsed
37396
37397 \begin_layout Plain Layout
37398
37399 }{
37400 \end_layout
37401
37402 \end_inset
37403
37404 Color
37405 \begin_inset ERT
37406 status collapsed
37407
37408 \begin_layout Plain Layout
37409
37410 }
37411 \end_layout
37412
37413 \end_inset
37414
37415  Color name
37416 \end_layout
37417
37418 \end_inset
37419 </cell>
37420 <cell alignment="left" valignment="top" usebox="none">
37421 \begin_inset Text
37422
37423 \begin_layout Plain Layout
37424 \begin_inset ERT
37425 status collapsed
37426
37427 \begin_layout Plain Layout
37428
37429
37430 \backslash
37431 fcolorbox{black}{
37432 \end_layout
37433
37434 \end_inset
37435
37436 white
37437 \begin_inset ERT
37438 status collapsed
37439
37440 \begin_layout Plain Layout
37441
37442 }{
37443 \end_layout
37444
37445 \end_inset
37446
37447 Color
37448 \begin_inset ERT
37449 status collapsed
37450
37451 \begin_layout Plain Layout
37452
37453 }
37454 \end_layout
37455
37456 \end_inset
37457
37458  Color name
37459 \end_layout
37460
37461 \end_inset
37462 </cell>
37463 </row>
37464 <row>
37465 <cell alignment="center" valignment="top" usebox="none">
37466 \begin_inset Text
37467
37468 \begin_layout Plain Layout
37469 \begin_inset ERT
37470 status collapsed
37471
37472 \begin_layout Plain Layout
37473
37474
37475 \backslash
37476 fcolorbox{black}{
37477 \end_layout
37478
37479 \end_inset
37480
37481 Apricot
37482 \begin_inset ERT
37483 status collapsed
37484
37485 \begin_layout Plain Layout
37486
37487 }{
37488 \end_layout
37489
37490 \end_inset
37491
37492
37493 \begin_inset Phantom Phantom
37494 status open
37495
37496 \begin_layout Plain Layout
37497 W
37498 \end_layout
37499
37500 \end_inset
37501
37502
37503 \begin_inset ERT
37504 status collapsed
37505
37506 \begin_layout Plain Layout
37507
37508 }
37509 \end_layout
37510
37511 \end_inset
37512
37513  Apricot
37514 \end_layout
37515
37516 \end_inset
37517 </cell>
37518 <cell alignment="center" valignment="top" usebox="none">
37519 \begin_inset Text
37520
37521 \begin_layout Plain Layout
37522 \begin_inset ERT
37523 status collapsed
37524
37525 \begin_layout Plain Layout
37526
37527
37528 \backslash
37529 fcolorbox{black}{
37530 \end_layout
37531
37532 \end_inset
37533
37534 Aquamarine
37535 \begin_inset ERT
37536 status collapsed
37537
37538 \begin_layout Plain Layout
37539
37540 }{
37541 \end_layout
37542
37543 \end_inset
37544
37545
37546 \begin_inset Phantom Phantom
37547 status open
37548
37549 \begin_layout Plain Layout
37550 W
37551 \end_layout
37552
37553 \end_inset
37554
37555
37556 \begin_inset ERT
37557 status collapsed
37558
37559 \begin_layout Plain Layout
37560
37561 }
37562 \end_layout
37563
37564 \end_inset
37565
37566  Aquamarine
37567 \end_layout
37568
37569 \end_inset
37570 </cell>
37571 <cell alignment="center" valignment="top" usebox="none">
37572 \begin_inset Text
37573
37574 \begin_layout Plain Layout
37575 \begin_inset ERT
37576 status collapsed
37577
37578 \begin_layout Plain Layout
37579
37580
37581 \backslash
37582 fcolorbox{black}{
37583 \end_layout
37584
37585 \end_inset
37586
37587 Bittersweet
37588 \begin_inset ERT
37589 status collapsed
37590
37591 \begin_layout Plain Layout
37592
37593 }{
37594 \end_layout
37595
37596 \end_inset
37597
37598
37599 \begin_inset Phantom Phantom
37600 status open
37601
37602 \begin_layout Plain Layout
37603 W
37604 \end_layout
37605
37606 \end_inset
37607
37608
37609 \begin_inset ERT
37610 status collapsed
37611
37612 \begin_layout Plain Layout
37613
37614 }
37615 \end_layout
37616
37617 \end_inset
37618
37619  Bittersweet
37620 \end_layout
37621
37622 \end_inset
37623 </cell>
37624 <cell alignment="center" valignment="top" usebox="none">
37625 \begin_inset Text
37626
37627 \begin_layout Plain Layout
37628 \begin_inset ERT
37629 status collapsed
37630
37631 \begin_layout Plain Layout
37632
37633
37634 \backslash
37635 fcolorbox{black}{
37636 \end_layout
37637
37638 \end_inset
37639
37640 BlueGreen
37641 \begin_inset ERT
37642 status collapsed
37643
37644 \begin_layout Plain Layout
37645
37646 }{
37647 \end_layout
37648
37649 \end_inset
37650
37651
37652 \begin_inset Phantom Phantom
37653 status open
37654
37655 \begin_layout Plain Layout
37656 W
37657 \end_layout
37658
37659 \end_inset
37660
37661
37662 \begin_inset ERT
37663 status collapsed
37664
37665 \begin_layout Plain Layout
37666
37667 }
37668 \end_layout
37669
37670 \end_inset
37671
37672  BlueGreen
37673 \end_layout
37674
37675 \end_inset
37676 </cell>
37677 </row>
37678 <row>
37679 <cell alignment="left" valignment="top" usebox="none">
37680 \begin_inset Text
37681
37682 \begin_layout Plain Layout
37683 \begin_inset ERT
37684 status collapsed
37685
37686 \begin_layout Plain Layout
37687
37688
37689 \backslash
37690 fcolorbox{black}{
37691 \end_layout
37692
37693 \end_inset
37694
37695 BlueViolet
37696 \begin_inset ERT
37697 status collapsed
37698
37699 \begin_layout Plain Layout
37700
37701 }{
37702 \end_layout
37703
37704 \end_inset
37705
37706
37707 \begin_inset Phantom Phantom
37708 status open
37709
37710 \begin_layout Plain Layout
37711 W
37712 \end_layout
37713
37714 \end_inset
37715
37716
37717 \begin_inset ERT
37718 status collapsed
37719
37720 \begin_layout Plain Layout
37721
37722 }
37723 \end_layout
37724
37725 \end_inset
37726
37727  BlueViolet
37728 \end_layout
37729
37730 \end_inset
37731 </cell>
37732 <cell alignment="left" valignment="top" usebox="none">
37733 \begin_inset Text
37734
37735 \begin_layout Plain Layout
37736 \begin_inset ERT
37737 status collapsed
37738
37739 \begin_layout Plain Layout
37740
37741
37742 \backslash
37743 fcolorbox{black}{
37744 \end_layout
37745
37746 \end_inset
37747
37748 BrickRed
37749 \begin_inset ERT
37750 status collapsed
37751
37752 \begin_layout Plain Layout
37753
37754 }{
37755 \end_layout
37756
37757 \end_inset
37758
37759
37760 \begin_inset Phantom Phantom
37761 status open
37762
37763 \begin_layout Plain Layout
37764 W
37765 \end_layout
37766
37767 \end_inset
37768
37769
37770 \begin_inset ERT
37771 status collapsed
37772
37773 \begin_layout Plain Layout
37774
37775 }
37776 \end_layout
37777
37778 \end_inset
37779
37780  BrickRed
37781 \end_layout
37782
37783 \end_inset
37784 </cell>
37785 <cell alignment="left" valignment="top" usebox="none">
37786 \begin_inset Text
37787
37788 \begin_layout Plain Layout
37789 \begin_inset ERT
37790 status collapsed
37791
37792 \begin_layout Plain Layout
37793
37794
37795 \backslash
37796 fcolorbox{black}{
37797 \end_layout
37798
37799 \end_inset
37800
37801 Brown
37802 \begin_inset ERT
37803 status collapsed
37804
37805 \begin_layout Plain Layout
37806
37807 }{
37808 \end_layout
37809
37810 \end_inset
37811
37812
37813 \begin_inset Phantom Phantom
37814 status open
37815
37816 \begin_layout Plain Layout
37817 W
37818 \end_layout
37819
37820 \end_inset
37821
37822
37823 \begin_inset ERT
37824 status collapsed
37825
37826 \begin_layout Plain Layout
37827
37828 }
37829 \end_layout
37830
37831 \end_inset
37832
37833  Brown
37834 \end_layout
37835
37836 \end_inset
37837 </cell>
37838 <cell alignment="left" valignment="top" usebox="none">
37839 \begin_inset Text
37840
37841 \begin_layout Plain Layout
37842 \begin_inset ERT
37843 status collapsed
37844
37845 \begin_layout Plain Layout
37846
37847
37848 \backslash
37849 fcolorbox{black}{
37850 \end_layout
37851
37852 \end_inset
37853
37854 BurntOrange
37855 \begin_inset ERT
37856 status collapsed
37857
37858 \begin_layout Plain Layout
37859
37860 }{
37861 \end_layout
37862
37863 \end_inset
37864
37865
37866 \begin_inset Phantom Phantom
37867 status open
37868
37869 \begin_layout Plain Layout
37870 W
37871 \end_layout
37872
37873 \end_inset
37874
37875
37876 \begin_inset ERT
37877 status collapsed
37878
37879 \begin_layout Plain Layout
37880
37881 }
37882 \end_layout
37883
37884 \end_inset
37885
37886  BurntOrange
37887 \end_layout
37888
37889 \end_inset
37890 </cell>
37891 </row>
37892 <row>
37893 <cell alignment="left" valignment="top" usebox="none">
37894 \begin_inset Text
37895
37896 \begin_layout Plain Layout
37897 \begin_inset ERT
37898 status collapsed
37899
37900 \begin_layout Plain Layout
37901
37902
37903 \backslash
37904 fcolorbox{black}{
37905 \end_layout
37906
37907 \end_inset
37908
37909 CadetBlue
37910 \begin_inset ERT
37911 status collapsed
37912
37913 \begin_layout Plain Layout
37914
37915 }{
37916 \end_layout
37917
37918 \end_inset
37919
37920
37921 \begin_inset Phantom Phantom
37922 status open
37923
37924 \begin_layout Plain Layout
37925 W
37926 \end_layout
37927
37928 \end_inset
37929
37930
37931 \begin_inset ERT
37932 status collapsed
37933
37934 \begin_layout Plain Layout
37935
37936 }
37937 \end_layout
37938
37939 \end_inset
37940
37941  CadetBlue
37942 \end_layout
37943
37944 \end_inset
37945 </cell>
37946 <cell alignment="left" valignment="top" usebox="none">
37947 \begin_inset Text
37948
37949 \begin_layout Plain Layout
37950 \begin_inset ERT
37951 status collapsed
37952
37953 \begin_layout Plain Layout
37954
37955
37956 \backslash
37957 fcolorbox{black}{
37958 \end_layout
37959
37960 \end_inset
37961
37962 CarnationPink
37963 \begin_inset ERT
37964 status collapsed
37965
37966 \begin_layout Plain Layout
37967
37968 }{
37969 \end_layout
37970
37971 \end_inset
37972
37973
37974 \begin_inset Phantom Phantom
37975 status open
37976
37977 \begin_layout Plain Layout
37978 W
37979 \end_layout
37980
37981 \end_inset
37982
37983
37984 \begin_inset ERT
37985 status collapsed
37986
37987 \begin_layout Plain Layout
37988
37989 }
37990 \end_layout
37991
37992 \end_inset
37993
37994  CarnationPink
37995 \end_layout
37996
37997 \end_inset
37998 </cell>
37999 <cell alignment="left" valignment="top" usebox="none">
38000 \begin_inset Text
38001
38002 \begin_layout Plain Layout
38003 \begin_inset ERT
38004 status collapsed
38005
38006 \begin_layout Plain Layout
38007
38008
38009 \backslash
38010 fcolorbox{black}{
38011 \end_layout
38012
38013 \end_inset
38014
38015 Cerulean
38016 \begin_inset ERT
38017 status collapsed
38018
38019 \begin_layout Plain Layout
38020
38021 }{
38022 \end_layout
38023
38024 \end_inset
38025
38026
38027 \begin_inset Phantom Phantom
38028 status open
38029
38030 \begin_layout Plain Layout
38031 W
38032 \end_layout
38033
38034 \end_inset
38035
38036
38037 \begin_inset ERT
38038 status collapsed
38039
38040 \begin_layout Plain Layout
38041
38042 }
38043 \end_layout
38044
38045 \end_inset
38046
38047  Cerulean
38048 \end_layout
38049
38050 \end_inset
38051 </cell>
38052 <cell alignment="left" valignment="top" usebox="none">
38053 \begin_inset Text
38054
38055 \begin_layout Plain Layout
38056 \begin_inset ERT
38057 status collapsed
38058
38059 \begin_layout Plain Layout
38060
38061
38062 \backslash
38063 fcolorbox{black}{
38064 \end_layout
38065
38066 \end_inset
38067
38068 CornflowerBlue
38069 \begin_inset ERT
38070 status collapsed
38071
38072 \begin_layout Plain Layout
38073
38074 }{
38075 \end_layout
38076
38077 \end_inset
38078
38079
38080 \begin_inset Phantom Phantom
38081 status open
38082
38083 \begin_layout Plain Layout
38084 W
38085 \end_layout
38086
38087 \end_inset
38088
38089
38090 \begin_inset ERT
38091 status collapsed
38092
38093 \begin_layout Plain Layout
38094
38095 }
38096 \end_layout
38097
38098 \end_inset
38099
38100  CornflowerBlue
38101 \end_layout
38102
38103 \end_inset
38104 </cell>
38105 </row>
38106 <row>
38107 <cell alignment="left" valignment="top" usebox="none">
38108 \begin_inset Text
38109
38110 \begin_layout Plain Layout
38111 \begin_inset ERT
38112 status collapsed
38113
38114 \begin_layout Plain Layout
38115
38116
38117 \backslash
38118 fcolorbox{black}{
38119 \end_layout
38120
38121 \end_inset
38122
38123 Dandelion
38124 \begin_inset ERT
38125 status collapsed
38126
38127 \begin_layout Plain Layout
38128
38129 }{
38130 \end_layout
38131
38132 \end_inset
38133
38134
38135 \begin_inset Phantom Phantom
38136 status open
38137
38138 \begin_layout Plain Layout
38139 W
38140 \end_layout
38141
38142 \end_inset
38143
38144
38145 \begin_inset ERT
38146 status collapsed
38147
38148 \begin_layout Plain Layout
38149
38150 }
38151 \end_layout
38152
38153 \end_inset
38154
38155  Dandelion
38156 \end_layout
38157
38158 \end_inset
38159 </cell>
38160 <cell alignment="left" valignment="top" usebox="none">
38161 \begin_inset Text
38162
38163 \begin_layout Plain Layout
38164 \begin_inset ERT
38165 status collapsed
38166
38167 \begin_layout Plain Layout
38168
38169
38170 \backslash
38171 fcolorbox{black}{
38172 \end_layout
38173
38174 \end_inset
38175
38176 DarkOrchid
38177 \begin_inset ERT
38178 status collapsed
38179
38180 \begin_layout Plain Layout
38181
38182 }{
38183 \end_layout
38184
38185 \end_inset
38186
38187
38188 \begin_inset Phantom Phantom
38189 status open
38190
38191 \begin_layout Plain Layout
38192 W
38193 \end_layout
38194
38195 \end_inset
38196
38197
38198 \begin_inset ERT
38199 status collapsed
38200
38201 \begin_layout Plain Layout
38202
38203 }
38204 \end_layout
38205
38206 \end_inset
38207
38208  DarkOrchid
38209 \end_layout
38210
38211 \end_inset
38212 </cell>
38213 <cell alignment="left" valignment="top" usebox="none">
38214 \begin_inset Text
38215
38216 \begin_layout Plain Layout
38217 \begin_inset ERT
38218 status collapsed
38219
38220 \begin_layout Plain Layout
38221
38222
38223 \backslash
38224 fcolorbox{black}{
38225 \end_layout
38226
38227 \end_inset
38228
38229 Emerald
38230 \begin_inset ERT
38231 status collapsed
38232
38233 \begin_layout Plain Layout
38234
38235 }{
38236 \end_layout
38237
38238 \end_inset
38239
38240
38241 \begin_inset Phantom Phantom
38242 status open
38243
38244 \begin_layout Plain Layout
38245 W
38246 \end_layout
38247
38248 \end_inset
38249
38250
38251 \begin_inset ERT
38252 status collapsed
38253
38254 \begin_layout Plain Layout
38255
38256 }
38257 \end_layout
38258
38259 \end_inset
38260
38261  Emerald
38262 \end_layout
38263
38264 \end_inset
38265 </cell>
38266 <cell alignment="left" valignment="top" usebox="none">
38267 \begin_inset Text
38268
38269 \begin_layout Plain Layout
38270 \begin_inset ERT
38271 status collapsed
38272
38273 \begin_layout Plain Layout
38274
38275
38276 \backslash
38277 fcolorbox{black}{
38278 \end_layout
38279
38280 \end_inset
38281
38282 ForestGreen
38283 \begin_inset ERT
38284 status collapsed
38285
38286 \begin_layout Plain Layout
38287
38288 }{
38289 \end_layout
38290
38291 \end_inset
38292
38293
38294 \begin_inset Phantom Phantom
38295 status open
38296
38297 \begin_layout Plain Layout
38298 W
38299 \end_layout
38300
38301 \end_inset
38302
38303
38304 \begin_inset ERT
38305 status collapsed
38306
38307 \begin_layout Plain Layout
38308
38309 }
38310 \end_layout
38311
38312 \end_inset
38313
38314  ForestGreen
38315 \end_layout
38316
38317 \end_inset
38318 </cell>
38319 </row>
38320 <row>
38321 <cell alignment="left" valignment="top" usebox="none">
38322 \begin_inset Text
38323
38324 \begin_layout Plain Layout
38325 \begin_inset ERT
38326 status collapsed
38327
38328 \begin_layout Plain Layout
38329
38330
38331 \backslash
38332 fcolorbox{black}{
38333 \end_layout
38334
38335 \end_inset
38336
38337 Fuchsia
38338 \begin_inset ERT
38339 status collapsed
38340
38341 \begin_layout Plain Layout
38342
38343 }{
38344 \end_layout
38345
38346 \end_inset
38347
38348
38349 \begin_inset Phantom Phantom
38350 status open
38351
38352 \begin_layout Plain Layout
38353 W
38354 \end_layout
38355
38356 \end_inset
38357
38358
38359 \begin_inset ERT
38360 status collapsed
38361
38362 \begin_layout Plain Layout
38363
38364 }
38365 \end_layout
38366
38367 \end_inset
38368
38369  Fuchsia
38370 \end_layout
38371
38372 \end_inset
38373 </cell>
38374 <cell alignment="left" valignment="top" usebox="none">
38375 \begin_inset Text
38376
38377 \begin_layout Plain Layout
38378 \begin_inset ERT
38379 status collapsed
38380
38381 \begin_layout Plain Layout
38382
38383
38384 \backslash
38385 fcolorbox{black}{
38386 \end_layout
38387
38388 \end_inset
38389
38390 Goldenrod
38391 \begin_inset ERT
38392 status collapsed
38393
38394 \begin_layout Plain Layout
38395
38396 }{
38397 \end_layout
38398
38399 \end_inset
38400
38401
38402 \begin_inset Phantom Phantom
38403 status open
38404
38405 \begin_layout Plain Layout
38406 W
38407 \end_layout
38408
38409 \end_inset
38410
38411
38412 \begin_inset ERT
38413 status collapsed
38414
38415 \begin_layout Plain Layout
38416
38417 }
38418 \end_layout
38419
38420 \end_inset
38421
38422  Goldenrod
38423 \end_layout
38424
38425 \end_inset
38426 </cell>
38427 <cell alignment="left" valignment="top" usebox="none">
38428 \begin_inset Text
38429
38430 \begin_layout Plain Layout
38431 \begin_inset ERT
38432 status collapsed
38433
38434 \begin_layout Plain Layout
38435
38436
38437 \backslash
38438 fcolorbox{black}{
38439 \end_layout
38440
38441 \end_inset
38442
38443 Gray
38444 \begin_inset ERT
38445 status collapsed
38446
38447 \begin_layout Plain Layout
38448
38449 }{
38450 \end_layout
38451
38452 \end_inset
38453
38454
38455 \begin_inset Phantom Phantom
38456 status open
38457
38458 \begin_layout Plain Layout
38459 W
38460 \end_layout
38461
38462 \end_inset
38463
38464
38465 \begin_inset ERT
38466 status collapsed
38467
38468 \begin_layout Plain Layout
38469
38470 }
38471 \end_layout
38472
38473 \end_inset
38474
38475  Gray
38476 \end_layout
38477
38478 \end_inset
38479 </cell>
38480 <cell alignment="left" valignment="top" usebox="none">
38481 \begin_inset Text
38482
38483 \begin_layout Plain Layout
38484 \begin_inset ERT
38485 status collapsed
38486
38487 \begin_layout Plain Layout
38488
38489
38490 \backslash
38491 fcolorbox{black}{
38492 \end_layout
38493
38494 \end_inset
38495
38496 GreenYellow
38497 \begin_inset ERT
38498 status collapsed
38499
38500 \begin_layout Plain Layout
38501
38502 }{
38503 \end_layout
38504
38505 \end_inset
38506
38507
38508 \begin_inset Phantom Phantom
38509 status open
38510
38511 \begin_layout Plain Layout
38512 W
38513 \end_layout
38514
38515 \end_inset
38516
38517
38518 \begin_inset ERT
38519 status collapsed
38520
38521 \begin_layout Plain Layout
38522
38523 }
38524 \end_layout
38525
38526 \end_inset
38527
38528  GreenYellow
38529 \end_layout
38530
38531 \end_inset
38532 </cell>
38533 </row>
38534 <row>
38535 <cell alignment="center" valignment="top" usebox="none">
38536 \begin_inset Text
38537
38538 \begin_layout Plain Layout
38539 \begin_inset ERT
38540 status collapsed
38541
38542 \begin_layout Plain Layout
38543
38544
38545 \backslash
38546 fcolorbox{black}{
38547 \end_layout
38548
38549 \end_inset
38550
38551 JungleGreen
38552 \begin_inset ERT
38553 status collapsed
38554
38555 \begin_layout Plain Layout
38556
38557 }{
38558 \end_layout
38559
38560 \end_inset
38561
38562
38563 \begin_inset Phantom Phantom
38564 status open
38565
38566 \begin_layout Plain Layout
38567 W
38568 \end_layout
38569
38570 \end_inset
38571
38572
38573 \begin_inset ERT
38574 status collapsed
38575
38576 \begin_layout Plain Layout
38577
38578 }
38579 \end_layout
38580
38581 \end_inset
38582
38583  JungleGreen
38584 \end_layout
38585
38586 \end_inset
38587 </cell>
38588 <cell alignment="center" valignment="top" usebox="none">
38589 \begin_inset Text
38590
38591 \begin_layout Plain Layout
38592 \begin_inset ERT
38593 status collapsed
38594
38595 \begin_layout Plain Layout
38596
38597
38598 \backslash
38599 fcolorbox{black}{
38600 \end_layout
38601
38602 \end_inset
38603
38604 Lavender
38605 \begin_inset ERT
38606 status collapsed
38607
38608 \begin_layout Plain Layout
38609
38610 }{
38611 \end_layout
38612
38613 \end_inset
38614
38615
38616 \begin_inset Phantom Phantom
38617 status open
38618
38619 \begin_layout Plain Layout
38620 W
38621 \end_layout
38622
38623 \end_inset
38624
38625
38626 \begin_inset ERT
38627 status collapsed
38628
38629 \begin_layout Plain Layout
38630
38631 }
38632 \end_layout
38633
38634 \end_inset
38635
38636  Lavender
38637 \end_layout
38638
38639 \end_inset
38640 </cell>
38641 <cell alignment="center" valignment="top" usebox="none">
38642 \begin_inset Text
38643
38644 \begin_layout Plain Layout
38645 \begin_inset ERT
38646 status collapsed
38647
38648 \begin_layout Plain Layout
38649
38650
38651 \backslash
38652 fcolorbox{black}{
38653 \end_layout
38654
38655 \end_inset
38656
38657 LimeGreen
38658 \begin_inset ERT
38659 status collapsed
38660
38661 \begin_layout Plain Layout
38662
38663 }{
38664 \end_layout
38665
38666 \end_inset
38667
38668
38669 \begin_inset Phantom Phantom
38670 status open
38671
38672 \begin_layout Plain Layout
38673 W
38674 \end_layout
38675
38676 \end_inset
38677
38678
38679 \begin_inset ERT
38680 status collapsed
38681
38682 \begin_layout Plain Layout
38683
38684 }
38685 \end_layout
38686
38687 \end_inset
38688
38689  LimeGreen
38690 \end_layout
38691
38692 \end_inset
38693 </cell>
38694 <cell alignment="center" valignment="top" usebox="none">
38695 \begin_inset Text
38696
38697 \begin_layout Plain Layout
38698 \begin_inset ERT
38699 status collapsed
38700
38701 \begin_layout Plain Layout
38702
38703
38704 \backslash
38705 fcolorbox{black}{
38706 \end_layout
38707
38708 \end_inset
38709
38710 Mahogany
38711 \begin_inset ERT
38712 status collapsed
38713
38714 \begin_layout Plain Layout
38715
38716 }{
38717 \end_layout
38718
38719 \end_inset
38720
38721
38722 \begin_inset Phantom Phantom
38723 status open
38724
38725 \begin_layout Plain Layout
38726 W
38727 \end_layout
38728
38729 \end_inset
38730
38731
38732 \begin_inset ERT
38733 status collapsed
38734
38735 \begin_layout Plain Layout
38736
38737 }
38738 \end_layout
38739
38740 \end_inset
38741
38742  Mahogany
38743 \end_layout
38744
38745 \end_inset
38746 </cell>
38747 </row>
38748 <row>
38749 <cell alignment="left" valignment="top" usebox="none">
38750 \begin_inset Text
38751
38752 \begin_layout Plain Layout
38753 \begin_inset ERT
38754 status collapsed
38755
38756 \begin_layout Plain Layout
38757
38758
38759 \backslash
38760 fcolorbox{black}{
38761 \end_layout
38762
38763 \end_inset
38764
38765 Mahogany
38766 \begin_inset ERT
38767 status collapsed
38768
38769 \begin_layout Plain Layout
38770
38771 }{
38772 \end_layout
38773
38774 \end_inset
38775
38776
38777 \begin_inset Phantom Phantom
38778 status open
38779
38780 \begin_layout Plain Layout
38781 W
38782 \end_layout
38783
38784 \end_inset
38785
38786
38787 \begin_inset ERT
38788 status collapsed
38789
38790 \begin_layout Plain Layout
38791
38792 }
38793 \end_layout
38794
38795 \end_inset
38796
38797  Mahogany
38798 \end_layout
38799
38800 \end_inset
38801 </cell>
38802 <cell alignment="left" valignment="top" usebox="none">
38803 \begin_inset Text
38804
38805 \begin_layout Plain Layout
38806 \begin_inset ERT
38807 status collapsed
38808
38809 \begin_layout Plain Layout
38810
38811
38812 \backslash
38813 fcolorbox{black}{
38814 \end_layout
38815
38816 \end_inset
38817
38818 Maroon
38819 \begin_inset ERT
38820 status collapsed
38821
38822 \begin_layout Plain Layout
38823
38824 }{
38825 \end_layout
38826
38827 \end_inset
38828
38829
38830 \begin_inset Phantom Phantom
38831 status open
38832
38833 \begin_layout Plain Layout
38834 W
38835 \end_layout
38836
38837 \end_inset
38838
38839
38840 \begin_inset ERT
38841 status collapsed
38842
38843 \begin_layout Plain Layout
38844
38845 }
38846 \end_layout
38847
38848 \end_inset
38849
38850  Maroon
38851 \end_layout
38852
38853 \end_inset
38854 </cell>
38855 <cell alignment="left" valignment="top" usebox="none">
38856 \begin_inset Text
38857
38858 \begin_layout Plain Layout
38859 \begin_inset ERT
38860 status collapsed
38861
38862 \begin_layout Plain Layout
38863
38864
38865 \backslash
38866 fcolorbox{black}{
38867 \end_layout
38868
38869 \end_inset
38870
38871 Melon
38872 \begin_inset ERT
38873 status collapsed
38874
38875 \begin_layout Plain Layout
38876
38877 }{
38878 \end_layout
38879
38880 \end_inset
38881
38882
38883 \begin_inset Phantom Phantom
38884 status open
38885
38886 \begin_layout Plain Layout
38887 W
38888 \end_layout
38889
38890 \end_inset
38891
38892
38893 \begin_inset ERT
38894 status collapsed
38895
38896 \begin_layout Plain Layout
38897
38898 }
38899 \end_layout
38900
38901 \end_inset
38902
38903  Melon
38904 \end_layout
38905
38906 \end_inset
38907 </cell>
38908 <cell alignment="left" valignment="top" usebox="none">
38909 \begin_inset Text
38910
38911 \begin_layout Plain Layout
38912 \begin_inset ERT
38913 status collapsed
38914
38915 \begin_layout Plain Layout
38916
38917
38918 \backslash
38919 fcolorbox{black}{
38920 \end_layout
38921
38922 \end_inset
38923
38924 MidnightBlue
38925 \begin_inset ERT
38926 status collapsed
38927
38928 \begin_layout Plain Layout
38929
38930 }{
38931 \end_layout
38932
38933 \end_inset
38934
38935
38936 \begin_inset Phantom Phantom
38937 status open
38938
38939 \begin_layout Plain Layout
38940 W
38941 \end_layout
38942
38943 \end_inset
38944
38945
38946 \begin_inset ERT
38947 status collapsed
38948
38949 \begin_layout Plain Layout
38950
38951 }
38952 \end_layout
38953
38954 \end_inset
38955
38956  MidnightBlue
38957 \end_layout
38958
38959 \end_inset
38960 </cell>
38961 </row>
38962 <row>
38963 <cell alignment="left" valignment="top" usebox="none">
38964 \begin_inset Text
38965
38966 \begin_layout Plain Layout
38967 \begin_inset ERT
38968 status collapsed
38969
38970 \begin_layout Plain Layout
38971
38972
38973 \backslash
38974 fcolorbox{black}{
38975 \end_layout
38976
38977 \end_inset
38978
38979 Mulberry
38980 \begin_inset ERT
38981 status collapsed
38982
38983 \begin_layout Plain Layout
38984
38985 }{
38986 \end_layout
38987
38988 \end_inset
38989
38990
38991 \begin_inset Phantom Phantom
38992 status open
38993
38994 \begin_layout Plain Layout
38995 W
38996 \end_layout
38997
38998 \end_inset
38999
39000
39001 \begin_inset ERT
39002 status collapsed
39003
39004 \begin_layout Plain Layout
39005
39006 }
39007 \end_layout
39008
39009 \end_inset
39010
39011  Mulberry
39012 \end_layout
39013
39014 \end_inset
39015 </cell>
39016 <cell alignment="left" valignment="top" usebox="none">
39017 \begin_inset Text
39018
39019 \begin_layout Plain Layout
39020 \begin_inset ERT
39021 status collapsed
39022
39023 \begin_layout Plain Layout
39024
39025
39026 \backslash
39027 fcolorbox{black}{
39028 \end_layout
39029
39030 \end_inset
39031
39032 NavyBlue
39033 \begin_inset ERT
39034 status collapsed
39035
39036 \begin_layout Plain Layout
39037
39038 }{
39039 \end_layout
39040
39041 \end_inset
39042
39043
39044 \begin_inset Phantom Phantom
39045 status open
39046
39047 \begin_layout Plain Layout
39048 W
39049 \end_layout
39050
39051 \end_inset
39052
39053
39054 \begin_inset ERT
39055 status collapsed
39056
39057 \begin_layout Plain Layout
39058
39059 }
39060 \end_layout
39061
39062 \end_inset
39063
39064  NavyBlue
39065 \end_layout
39066
39067 \end_inset
39068 </cell>
39069 <cell alignment="left" valignment="top" usebox="none">
39070 \begin_inset Text
39071
39072 \begin_layout Plain Layout
39073 \begin_inset ERT
39074 status collapsed
39075
39076 \begin_layout Plain Layout
39077
39078
39079 \backslash
39080 fcolorbox{black}{
39081 \end_layout
39082
39083 \end_inset
39084
39085 OliveGreen
39086 \begin_inset ERT
39087 status collapsed
39088
39089 \begin_layout Plain Layout
39090
39091 }{
39092 \end_layout
39093
39094 \end_inset
39095
39096
39097 \begin_inset Phantom Phantom
39098 status open
39099
39100 \begin_layout Plain Layout
39101 W
39102 \end_layout
39103
39104 \end_inset
39105
39106
39107 \begin_inset ERT
39108 status collapsed
39109
39110 \begin_layout Plain Layout
39111
39112 }
39113 \end_layout
39114
39115 \end_inset
39116
39117  OliveGreen
39118 \end_layout
39119
39120 \end_inset
39121 </cell>
39122 <cell alignment="left" valignment="top" usebox="none">
39123 \begin_inset Text
39124
39125 \begin_layout Plain Layout
39126 \begin_inset ERT
39127 status collapsed
39128
39129 \begin_layout Plain Layout
39130
39131
39132 \backslash
39133 fcolorbox{black}{
39134 \end_layout
39135
39136 \end_inset
39137
39138 Orange
39139 \begin_inset ERT
39140 status collapsed
39141
39142 \begin_layout Plain Layout
39143
39144 }{
39145 \end_layout
39146
39147 \end_inset
39148
39149
39150 \begin_inset Phantom Phantom
39151 status open
39152
39153 \begin_layout Plain Layout
39154 W
39155 \end_layout
39156
39157 \end_inset
39158
39159
39160 \begin_inset ERT
39161 status collapsed
39162
39163 \begin_layout Plain Layout
39164
39165 }
39166 \end_layout
39167
39168 \end_inset
39169
39170  Orange
39171 \end_layout
39172
39173 \end_inset
39174 </cell>
39175 </row>
39176 <row>
39177 <cell alignment="left" valignment="top" usebox="none">
39178 \begin_inset Text
39179
39180 \begin_layout Plain Layout
39181 \begin_inset ERT
39182 status collapsed
39183
39184 \begin_layout Plain Layout
39185
39186
39187 \backslash
39188 fcolorbox{black}{
39189 \end_layout
39190
39191 \end_inset
39192
39193 OrangeRed
39194 \begin_inset ERT
39195 status collapsed
39196
39197 \begin_layout Plain Layout
39198
39199 }{
39200 \end_layout
39201
39202 \end_inset
39203
39204
39205 \begin_inset Phantom Phantom
39206 status open
39207
39208 \begin_layout Plain Layout
39209 W
39210 \end_layout
39211
39212 \end_inset
39213
39214
39215 \begin_inset ERT
39216 status collapsed
39217
39218 \begin_layout Plain Layout
39219
39220 }
39221 \end_layout
39222
39223 \end_inset
39224
39225  OrangeRed
39226 \end_layout
39227
39228 \end_inset
39229 </cell>
39230 <cell alignment="left" valignment="top" usebox="none">
39231 \begin_inset Text
39232
39233 \begin_layout Plain Layout
39234 \begin_inset ERT
39235 status collapsed
39236
39237 \begin_layout Plain Layout
39238
39239
39240 \backslash
39241 fcolorbox{black}{
39242 \end_layout
39243
39244 \end_inset
39245
39246 Orchid
39247 \begin_inset ERT
39248 status collapsed
39249
39250 \begin_layout Plain Layout
39251
39252 }{
39253 \end_layout
39254
39255 \end_inset
39256
39257
39258 \begin_inset Phantom Phantom
39259 status open
39260
39261 \begin_layout Plain Layout
39262 W
39263 \end_layout
39264
39265 \end_inset
39266
39267
39268 \begin_inset ERT
39269 status collapsed
39270
39271 \begin_layout Plain Layout
39272
39273 }
39274 \end_layout
39275
39276 \end_inset
39277
39278  Orchid
39279 \end_layout
39280
39281 \end_inset
39282 </cell>
39283 <cell alignment="left" valignment="top" usebox="none">
39284 \begin_inset Text
39285
39286 \begin_layout Plain Layout
39287 \begin_inset ERT
39288 status collapsed
39289
39290 \begin_layout Plain Layout
39291
39292
39293 \backslash
39294 fcolorbox{black}{
39295 \end_layout
39296
39297 \end_inset
39298
39299 Peach
39300 \begin_inset ERT
39301 status collapsed
39302
39303 \begin_layout Plain Layout
39304
39305 }{
39306 \end_layout
39307
39308 \end_inset
39309
39310
39311 \begin_inset Phantom Phantom
39312 status open
39313
39314 \begin_layout Plain Layout
39315 W
39316 \end_layout
39317
39318 \end_inset
39319
39320
39321 \begin_inset ERT
39322 status collapsed
39323
39324 \begin_layout Plain Layout
39325
39326 }
39327 \end_layout
39328
39329 \end_inset
39330
39331  Peach
39332 \end_layout
39333
39334 \end_inset
39335 </cell>
39336 <cell alignment="left" valignment="top" usebox="none">
39337 \begin_inset Text
39338
39339 \begin_layout Plain Layout
39340 \begin_inset ERT
39341 status collapsed
39342
39343 \begin_layout Plain Layout
39344
39345
39346 \backslash
39347 fcolorbox{black}{
39348 \end_layout
39349
39350 \end_inset
39351
39352 Periwinkle
39353 \begin_inset ERT
39354 status collapsed
39355
39356 \begin_layout Plain Layout
39357
39358 }{
39359 \end_layout
39360
39361 \end_inset
39362
39363
39364 \begin_inset Phantom Phantom
39365 status open
39366
39367 \begin_layout Plain Layout
39368 W
39369 \end_layout
39370
39371 \end_inset
39372
39373
39374 \begin_inset ERT
39375 status collapsed
39376
39377 \begin_layout Plain Layout
39378
39379 }
39380 \end_layout
39381
39382 \end_inset
39383
39384  Periwinkle
39385 \end_layout
39386
39387 \end_inset
39388 </cell>
39389 </row>
39390 <row>
39391 <cell alignment="left" valignment="top" usebox="none">
39392 \begin_inset Text
39393
39394 \begin_layout Plain Layout
39395 \begin_inset ERT
39396 status collapsed
39397
39398 \begin_layout Plain Layout
39399
39400
39401 \backslash
39402 fcolorbox{black}{
39403 \end_layout
39404
39405 \end_inset
39406
39407 PineGreen
39408 \begin_inset ERT
39409 status collapsed
39410
39411 \begin_layout Plain Layout
39412
39413 }{
39414 \end_layout
39415
39416 \end_inset
39417
39418
39419 \begin_inset Phantom Phantom
39420 status open
39421
39422 \begin_layout Plain Layout
39423 W
39424 \end_layout
39425
39426 \end_inset
39427
39428
39429 \begin_inset ERT
39430 status collapsed
39431
39432 \begin_layout Plain Layout
39433
39434 }
39435 \end_layout
39436
39437 \end_inset
39438
39439  PineGreen
39440 \end_layout
39441
39442 \end_inset
39443 </cell>
39444 <cell alignment="left" valignment="top" usebox="none">
39445 \begin_inset Text
39446
39447 \begin_layout Plain Layout
39448 \begin_inset ERT
39449 status collapsed
39450
39451 \begin_layout Plain Layout
39452
39453
39454 \backslash
39455 fcolorbox{black}{
39456 \end_layout
39457
39458 \end_inset
39459
39460 Plum
39461 \begin_inset ERT
39462 status collapsed
39463
39464 \begin_layout Plain Layout
39465
39466 }{
39467 \end_layout
39468
39469 \end_inset
39470
39471
39472 \begin_inset Phantom Phantom
39473 status open
39474
39475 \begin_layout Plain Layout
39476 W
39477 \end_layout
39478
39479 \end_inset
39480
39481
39482 \begin_inset ERT
39483 status collapsed
39484
39485 \begin_layout Plain Layout
39486
39487 }
39488 \end_layout
39489
39490 \end_inset
39491
39492  Plum
39493 \end_layout
39494
39495 \end_inset
39496 </cell>
39497 <cell alignment="left" valignment="top" usebox="none">
39498 \begin_inset Text
39499
39500 \begin_layout Plain Layout
39501 \begin_inset ERT
39502 status collapsed
39503
39504 \begin_layout Plain Layout
39505
39506
39507 \backslash
39508 fcolorbox{black}{
39509 \end_layout
39510
39511 \end_inset
39512
39513 ProcessBlue
39514 \begin_inset ERT
39515 status collapsed
39516
39517 \begin_layout Plain Layout
39518
39519 }{
39520 \end_layout
39521
39522 \end_inset
39523
39524
39525 \begin_inset Phantom Phantom
39526 status open
39527
39528 \begin_layout Plain Layout
39529 W
39530 \end_layout
39531
39532 \end_inset
39533
39534
39535 \begin_inset ERT
39536 status collapsed
39537
39538 \begin_layout Plain Layout
39539
39540 }
39541 \end_layout
39542
39543 \end_inset
39544
39545  ProcessBlue
39546 \end_layout
39547
39548 \end_inset
39549 </cell>
39550 <cell alignment="left" valignment="top" usebox="none">
39551 \begin_inset Text
39552
39553 \begin_layout Plain Layout
39554 \begin_inset ERT
39555 status collapsed
39556
39557 \begin_layout Plain Layout
39558
39559
39560 \backslash
39561 fcolorbox{black}{
39562 \end_layout
39563
39564 \end_inset
39565
39566 Purple
39567 \begin_inset ERT
39568 status collapsed
39569
39570 \begin_layout Plain Layout
39571
39572 }{
39573 \end_layout
39574
39575 \end_inset
39576
39577
39578 \begin_inset Phantom Phantom
39579 status open
39580
39581 \begin_layout Plain Layout
39582 W
39583 \end_layout
39584
39585 \end_inset
39586
39587
39588 \begin_inset ERT
39589 status collapsed
39590
39591 \begin_layout Plain Layout
39592
39593 }
39594 \end_layout
39595
39596 \end_inset
39597
39598  Purple
39599 \end_layout
39600
39601 \end_inset
39602 </cell>
39603 </row>
39604 <row>
39605 <cell alignment="left" valignment="top" usebox="none">
39606 \begin_inset Text
39607
39608 \begin_layout Plain Layout
39609 \begin_inset ERT
39610 status collapsed
39611
39612 \begin_layout Plain Layout
39613
39614
39615 \backslash
39616 fcolorbox{black}{
39617 \end_layout
39618
39619 \end_inset
39620
39621 RawSienna
39622 \begin_inset ERT
39623 status collapsed
39624
39625 \begin_layout Plain Layout
39626
39627 }{
39628 \end_layout
39629
39630 \end_inset
39631
39632
39633 \begin_inset Phantom Phantom
39634 status open
39635
39636 \begin_layout Plain Layout
39637 W
39638 \end_layout
39639
39640 \end_inset
39641
39642
39643 \begin_inset ERT
39644 status collapsed
39645
39646 \begin_layout Plain Layout
39647
39648 }
39649 \end_layout
39650
39651 \end_inset
39652
39653  RawSienna
39654 \end_layout
39655
39656 \end_inset
39657 </cell>
39658 <cell alignment="left" valignment="top" usebox="none">
39659 \begin_inset Text
39660
39661 \begin_layout Plain Layout
39662 \begin_inset ERT
39663 status collapsed
39664
39665 \begin_layout Plain Layout
39666
39667
39668 \backslash
39669 fcolorbox{black}{
39670 \end_layout
39671
39672 \end_inset
39673
39674 RedOrange
39675 \begin_inset ERT
39676 status collapsed
39677
39678 \begin_layout Plain Layout
39679
39680 }{
39681 \end_layout
39682
39683 \end_inset
39684
39685
39686 \begin_inset Phantom Phantom
39687 status open
39688
39689 \begin_layout Plain Layout
39690 W
39691 \end_layout
39692
39693 \end_inset
39694
39695
39696 \begin_inset ERT
39697 status collapsed
39698
39699 \begin_layout Plain Layout
39700
39701 }
39702 \end_layout
39703
39704 \end_inset
39705
39706  RedOrange
39707 \end_layout
39708
39709 \end_inset
39710 </cell>
39711 <cell alignment="left" valignment="top" usebox="none">
39712 \begin_inset Text
39713
39714 \begin_layout Plain Layout
39715 \begin_inset ERT
39716 status collapsed
39717
39718 \begin_layout Plain Layout
39719
39720
39721 \backslash
39722 fcolorbox{black}{
39723 \end_layout
39724
39725 \end_inset
39726
39727 RedViolet
39728 \begin_inset ERT
39729 status collapsed
39730
39731 \begin_layout Plain Layout
39732
39733 }{
39734 \end_layout
39735
39736 \end_inset
39737
39738
39739 \begin_inset Phantom Phantom
39740 status open
39741
39742 \begin_layout Plain Layout
39743 W
39744 \end_layout
39745
39746 \end_inset
39747
39748
39749 \begin_inset ERT
39750 status collapsed
39751
39752 \begin_layout Plain Layout
39753
39754 }
39755 \end_layout
39756
39757 \end_inset
39758
39759  RedViolet
39760 \end_layout
39761
39762 \end_inset
39763 </cell>
39764 <cell alignment="left" valignment="top" usebox="none">
39765 \begin_inset Text
39766
39767 \begin_layout Plain Layout
39768 \begin_inset ERT
39769 status collapsed
39770
39771 \begin_layout Plain Layout
39772
39773
39774 \backslash
39775 fcolorbox{black}{
39776 \end_layout
39777
39778 \end_inset
39779
39780 Rhodamine
39781 \begin_inset ERT
39782 status collapsed
39783
39784 \begin_layout Plain Layout
39785
39786 }{
39787 \end_layout
39788
39789 \end_inset
39790
39791
39792 \begin_inset Phantom Phantom
39793 status open
39794
39795 \begin_layout Plain Layout
39796 W
39797 \end_layout
39798
39799 \end_inset
39800
39801
39802 \begin_inset ERT
39803 status collapsed
39804
39805 \begin_layout Plain Layout
39806
39807 }
39808 \end_layout
39809
39810 \end_inset
39811
39812  Rhodamine
39813 \end_layout
39814
39815 \end_inset
39816 </cell>
39817 </row>
39818 <row>
39819 <cell alignment="left" valignment="top" usebox="none">
39820 \begin_inset Text
39821
39822 \begin_layout Plain Layout
39823 \begin_inset ERT
39824 status collapsed
39825
39826 \begin_layout Plain Layout
39827
39828
39829 \backslash
39830 fcolorbox{black}{
39831 \end_layout
39832
39833 \end_inset
39834
39835 RoyalBlue
39836 \begin_inset ERT
39837 status collapsed
39838
39839 \begin_layout Plain Layout
39840
39841 }{
39842 \end_layout
39843
39844 \end_inset
39845
39846
39847 \begin_inset Phantom Phantom
39848 status open
39849
39850 \begin_layout Plain Layout
39851 W
39852 \end_layout
39853
39854 \end_inset
39855
39856
39857 \begin_inset ERT
39858 status collapsed
39859
39860 \begin_layout Plain Layout
39861
39862 }
39863 \end_layout
39864
39865 \end_inset
39866
39867  RoyalBlue
39868 \end_layout
39869
39870 \end_inset
39871 </cell>
39872 <cell alignment="left" valignment="top" usebox="none">
39873 \begin_inset Text
39874
39875 \begin_layout Plain Layout
39876 \begin_inset ERT
39877 status collapsed
39878
39879 \begin_layout Plain Layout
39880
39881
39882 \backslash
39883 fcolorbox{black}{
39884 \end_layout
39885
39886 \end_inset
39887
39888 RoyalPurple
39889 \begin_inset ERT
39890 status collapsed
39891
39892 \begin_layout Plain Layout
39893
39894 }{
39895 \end_layout
39896
39897 \end_inset
39898
39899
39900 \begin_inset Phantom Phantom
39901 status open
39902
39903 \begin_layout Plain Layout
39904 W
39905 \end_layout
39906
39907 \end_inset
39908
39909
39910 \begin_inset ERT
39911 status collapsed
39912
39913 \begin_layout Plain Layout
39914
39915 }
39916 \end_layout
39917
39918 \end_inset
39919
39920  RoyalPurple
39921 \end_layout
39922
39923 \end_inset
39924 </cell>
39925 <cell alignment="left" valignment="top" usebox="none">
39926 \begin_inset Text
39927
39928 \begin_layout Plain Layout
39929 \begin_inset ERT
39930 status collapsed
39931
39932 \begin_layout Plain Layout
39933
39934
39935 \backslash
39936 fcolorbox{black}{
39937 \end_layout
39938
39939 \end_inset
39940
39941 RubineRed
39942 \begin_inset ERT
39943 status collapsed
39944
39945 \begin_layout Plain Layout
39946
39947 }{
39948 \end_layout
39949
39950 \end_inset
39951
39952
39953 \begin_inset Phantom Phantom
39954 status open
39955
39956 \begin_layout Plain Layout
39957 W
39958 \end_layout
39959
39960 \end_inset
39961
39962
39963 \begin_inset ERT
39964 status collapsed
39965
39966 \begin_layout Plain Layout
39967
39968 }
39969 \end_layout
39970
39971 \end_inset
39972
39973  RubineRed
39974 \end_layout
39975
39976 \end_inset
39977 </cell>
39978 <cell alignment="left" valignment="top" usebox="none">
39979 \begin_inset Text
39980
39981 \begin_layout Plain Layout
39982 \begin_inset ERT
39983 status collapsed
39984
39985 \begin_layout Plain Layout
39986
39987
39988 \backslash
39989 fcolorbox{black}{
39990 \end_layout
39991
39992 \end_inset
39993
39994 Salmon
39995 \begin_inset ERT
39996 status collapsed
39997
39998 \begin_layout Plain Layout
39999
40000 }{
40001 \end_layout
40002
40003 \end_inset
40004
40005
40006 \begin_inset Phantom Phantom
40007 status open
40008
40009 \begin_layout Plain Layout
40010 W
40011 \end_layout
40012
40013 \end_inset
40014
40015
40016 \begin_inset ERT
40017 status collapsed
40018
40019 \begin_layout Plain Layout
40020
40021 }
40022 \end_layout
40023
40024 \end_inset
40025
40026  Salmon
40027 \end_layout
40028
40029 \end_inset
40030 </cell>
40031 </row>
40032 <row>
40033 <cell alignment="left" valignment="top" usebox="none">
40034 \begin_inset Text
40035
40036 \begin_layout Plain Layout
40037 \begin_inset ERT
40038 status collapsed
40039
40040 \begin_layout Plain Layout
40041
40042
40043 \backslash
40044 fcolorbox{black}{
40045 \end_layout
40046
40047 \end_inset
40048
40049 SeaGreen
40050 \begin_inset ERT
40051 status collapsed
40052
40053 \begin_layout Plain Layout
40054
40055 }{
40056 \end_layout
40057
40058 \end_inset
40059
40060
40061 \begin_inset Phantom Phantom
40062 status open
40063
40064 \begin_layout Plain Layout
40065 W
40066 \end_layout
40067
40068 \end_inset
40069
40070
40071 \begin_inset ERT
40072 status collapsed
40073
40074 \begin_layout Plain Layout
40075
40076 }
40077 \end_layout
40078
40079 \end_inset
40080
40081  SeaGreen
40082 \end_layout
40083
40084 \end_inset
40085 </cell>
40086 <cell alignment="left" valignment="top" usebox="none">
40087 \begin_inset Text
40088
40089 \begin_layout Plain Layout
40090 \begin_inset ERT
40091 status collapsed
40092
40093 \begin_layout Plain Layout
40094
40095
40096 \backslash
40097 fcolorbox{black}{
40098 \end_layout
40099
40100 \end_inset
40101
40102 Sepia
40103 \begin_inset ERT
40104 status collapsed
40105
40106 \begin_layout Plain Layout
40107
40108 }{
40109 \end_layout
40110
40111 \end_inset
40112
40113
40114 \begin_inset Phantom Phantom
40115 status open
40116
40117 \begin_layout Plain Layout
40118 W
40119 \end_layout
40120
40121 \end_inset
40122
40123
40124 \begin_inset ERT
40125 status collapsed
40126
40127 \begin_layout Plain Layout
40128
40129 }
40130 \end_layout
40131
40132 \end_inset
40133
40134  Sepia
40135 \end_layout
40136
40137 \end_inset
40138 </cell>
40139 <cell alignment="left" valignment="top" usebox="none">
40140 \begin_inset Text
40141
40142 \begin_layout Plain Layout
40143 \begin_inset ERT
40144 status collapsed
40145
40146 \begin_layout Plain Layout
40147
40148
40149 \backslash
40150 fcolorbox{black}{
40151 \end_layout
40152
40153 \end_inset
40154
40155 SkyBlue
40156 \begin_inset ERT
40157 status collapsed
40158
40159 \begin_layout Plain Layout
40160
40161 }{
40162 \end_layout
40163
40164 \end_inset
40165
40166
40167 \begin_inset Phantom Phantom
40168 status open
40169
40170 \begin_layout Plain Layout
40171 W
40172 \end_layout
40173
40174 \end_inset
40175
40176
40177 \begin_inset ERT
40178 status collapsed
40179
40180 \begin_layout Plain Layout
40181
40182 }
40183 \end_layout
40184
40185 \end_inset
40186
40187  SkyBlue
40188 \end_layout
40189
40190 \end_inset
40191 </cell>
40192 <cell alignment="left" valignment="top" usebox="none">
40193 \begin_inset Text
40194
40195 \begin_layout Plain Layout
40196 \begin_inset ERT
40197 status collapsed
40198
40199 \begin_layout Plain Layout
40200
40201
40202 \backslash
40203 fcolorbox{black}{
40204 \end_layout
40205
40206 \end_inset
40207
40208 SpringGreen
40209 \begin_inset ERT
40210 status collapsed
40211
40212 \begin_layout Plain Layout
40213
40214 }{
40215 \end_layout
40216
40217 \end_inset
40218
40219
40220 \begin_inset Phantom Phantom
40221 status open
40222
40223 \begin_layout Plain Layout
40224 W
40225 \end_layout
40226
40227 \end_inset
40228
40229
40230 \begin_inset ERT
40231 status collapsed
40232
40233 \begin_layout Plain Layout
40234
40235 }
40236 \end_layout
40237
40238 \end_inset
40239
40240  SpringGreen
40241 \end_layout
40242
40243 \end_inset
40244 </cell>
40245 </row>
40246 <row>
40247 <cell alignment="left" valignment="top" usebox="none">
40248 \begin_inset Text
40249
40250 \begin_layout Plain Layout
40251 \begin_inset ERT
40252 status collapsed
40253
40254 \begin_layout Plain Layout
40255
40256
40257 \backslash
40258 fcolorbox{black}{
40259 \end_layout
40260
40261 \end_inset
40262
40263 Tan
40264 \begin_inset ERT
40265 status collapsed
40266
40267 \begin_layout Plain Layout
40268
40269 }{
40270 \end_layout
40271
40272 \end_inset
40273
40274
40275 \begin_inset Phantom Phantom
40276 status open
40277
40278 \begin_layout Plain Layout
40279 W
40280 \end_layout
40281
40282 \end_inset
40283
40284
40285 \begin_inset ERT
40286 status collapsed
40287
40288 \begin_layout Plain Layout
40289
40290 }
40291 \end_layout
40292
40293 \end_inset
40294
40295  Tan
40296 \end_layout
40297
40298 \end_inset
40299 </cell>
40300 <cell alignment="left" valignment="top" usebox="none">
40301 \begin_inset Text
40302
40303 \begin_layout Plain Layout
40304 \begin_inset ERT
40305 status collapsed
40306
40307 \begin_layout Plain Layout
40308
40309
40310 \backslash
40311 fcolorbox{black}{
40312 \end_layout
40313
40314 \end_inset
40315
40316 TealBlue
40317 \begin_inset ERT
40318 status collapsed
40319
40320 \begin_layout Plain Layout
40321
40322 }{
40323 \end_layout
40324
40325 \end_inset
40326
40327
40328 \begin_inset Phantom Phantom
40329 status open
40330
40331 \begin_layout Plain Layout
40332 W
40333 \end_layout
40334
40335 \end_inset
40336
40337
40338 \begin_inset ERT
40339 status collapsed
40340
40341 \begin_layout Plain Layout
40342
40343 }
40344 \end_layout
40345
40346 \end_inset
40347
40348  TealBlue
40349 \end_layout
40350
40351 \end_inset
40352 </cell>
40353 <cell alignment="left" valignment="top" usebox="none">
40354 \begin_inset Text
40355
40356 \begin_layout Plain Layout
40357 \begin_inset ERT
40358 status collapsed
40359
40360 \begin_layout Plain Layout
40361
40362
40363 \backslash
40364 fcolorbox{black}{
40365 \end_layout
40366
40367 \end_inset
40368
40369 Thistle
40370 \begin_inset ERT
40371 status collapsed
40372
40373 \begin_layout Plain Layout
40374
40375 }{
40376 \end_layout
40377
40378 \end_inset
40379
40380
40381 \begin_inset Phantom Phantom
40382 status open
40383
40384 \begin_layout Plain Layout
40385 W
40386 \end_layout
40387
40388 \end_inset
40389
40390
40391 \begin_inset ERT
40392 status collapsed
40393
40394 \begin_layout Plain Layout
40395
40396 }
40397 \end_layout
40398
40399 \end_inset
40400
40401  Thistle
40402 \end_layout
40403
40404 \end_inset
40405 </cell>
40406 <cell alignment="left" valignment="top" usebox="none">
40407 \begin_inset Text
40408
40409 \begin_layout Plain Layout
40410 \begin_inset ERT
40411 status collapsed
40412
40413 \begin_layout Plain Layout
40414
40415
40416 \backslash
40417 fcolorbox{black}{
40418 \end_layout
40419
40420 \end_inset
40421
40422 Turquoise
40423 \begin_inset ERT
40424 status collapsed
40425
40426 \begin_layout Plain Layout
40427
40428 }{
40429 \end_layout
40430
40431 \end_inset
40432
40433
40434 \begin_inset Phantom Phantom
40435 status open
40436
40437 \begin_layout Plain Layout
40438 W
40439 \end_layout
40440
40441 \end_inset
40442
40443
40444 \begin_inset ERT
40445 status collapsed
40446
40447 \begin_layout Plain Layout
40448
40449 }
40450 \end_layout
40451
40452 \end_inset
40453
40454  Turquoise
40455 \end_layout
40456
40457 \end_inset
40458 </cell>
40459 </row>
40460 <row>
40461 <cell alignment="left" valignment="top" usebox="none">
40462 \begin_inset Text
40463
40464 \begin_layout Plain Layout
40465 \begin_inset ERT
40466 status collapsed
40467
40468 \begin_layout Plain Layout
40469
40470
40471 \backslash
40472 fcolorbox{black}{
40473 \end_layout
40474
40475 \end_inset
40476
40477 Violet
40478 \begin_inset ERT
40479 status collapsed
40480
40481 \begin_layout Plain Layout
40482
40483 }{
40484 \end_layout
40485
40486 \end_inset
40487
40488
40489 \begin_inset Phantom Phantom
40490 status open
40491
40492 \begin_layout Plain Layout
40493 W
40494 \end_layout
40495
40496 \end_inset
40497
40498
40499 \begin_inset ERT
40500 status collapsed
40501
40502 \begin_layout Plain Layout
40503
40504 }
40505 \end_layout
40506
40507 \end_inset
40508
40509  Violet
40510 \end_layout
40511
40512 \end_inset
40513 </cell>
40514 <cell alignment="left" valignment="top" usebox="none">
40515 \begin_inset Text
40516
40517 \begin_layout Plain Layout
40518 \begin_inset ERT
40519 status collapsed
40520
40521 \begin_layout Plain Layout
40522
40523
40524 \backslash
40525 fcolorbox{black}{
40526 \end_layout
40527
40528 \end_inset
40529
40530 VioletRed
40531 \begin_inset ERT
40532 status collapsed
40533
40534 \begin_layout Plain Layout
40535
40536 }{
40537 \end_layout
40538
40539 \end_inset
40540
40541
40542 \begin_inset Phantom Phantom
40543 status open
40544
40545 \begin_layout Plain Layout
40546 W
40547 \end_layout
40548
40549 \end_inset
40550
40551
40552 \begin_inset ERT
40553 status collapsed
40554
40555 \begin_layout Plain Layout
40556
40557 }
40558 \end_layout
40559
40560 \end_inset
40561
40562  VioletRed
40563 \end_layout
40564
40565 \end_inset
40566 </cell>
40567 <cell alignment="left" valignment="top" usebox="none">
40568 \begin_inset Text
40569
40570 \begin_layout Plain Layout
40571 \begin_inset ERT
40572 status collapsed
40573
40574 \begin_layout Plain Layout
40575
40576
40577 \backslash
40578 fcolorbox{black}{
40579 \end_layout
40580
40581 \end_inset
40582
40583 WildStrawberry
40584 \begin_inset ERT
40585 status collapsed
40586
40587 \begin_layout Plain Layout
40588
40589 }{
40590 \end_layout
40591
40592 \end_inset
40593
40594
40595 \begin_inset Phantom Phantom
40596 status open
40597
40598 \begin_layout Plain Layout
40599 W
40600 \end_layout
40601
40602 \end_inset
40603
40604
40605 \begin_inset ERT
40606 status collapsed
40607
40608 \begin_layout Plain Layout
40609
40610 }
40611 \end_layout
40612
40613 \end_inset
40614
40615  WildStrawberry
40616 \end_layout
40617
40618 \end_inset
40619 </cell>
40620 <cell alignment="left" valignment="top" usebox="none">
40621 \begin_inset Text
40622
40623 \begin_layout Plain Layout
40624 \begin_inset ERT
40625 status collapsed
40626
40627 \begin_layout Plain Layout
40628
40629
40630 \backslash
40631 fcolorbox{black}{
40632 \end_layout
40633
40634 \end_inset
40635
40636 YellowGreen
40637 \begin_inset ERT
40638 status collapsed
40639
40640 \begin_layout Plain Layout
40641
40642 }{
40643 \end_layout
40644
40645 \end_inset
40646
40647
40648 \begin_inset Phantom Phantom
40649 status open
40650
40651 \begin_layout Plain Layout
40652 W
40653 \end_layout
40654
40655 \end_inset
40656
40657
40658 \begin_inset ERT
40659 status collapsed
40660
40661 \begin_layout Plain Layout
40662
40663 }
40664 \end_layout
40665
40666 \end_inset
40667
40668  YellowGreen
40669 \end_layout
40670
40671 \end_inset
40672 </cell>
40673 </row>
40674 <row>
40675 <cell alignment="left" valignment="top" usebox="none">
40676 \begin_inset Text
40677
40678 \begin_layout Plain Layout
40679 \begin_inset ERT
40680 status collapsed
40681
40682 \begin_layout Plain Layout
40683
40684
40685 \backslash
40686 fcolorbox{black}{
40687 \end_layout
40688
40689 \end_inset
40690
40691 YellowOrange
40692 \begin_inset ERT
40693 status collapsed
40694
40695 \begin_layout Plain Layout
40696
40697 }{
40698 \end_layout
40699
40700 \end_inset
40701
40702
40703 \begin_inset Phantom Phantom
40704 status open
40705
40706 \begin_layout Plain Layout
40707 W
40708 \end_layout
40709
40710 \end_inset
40711
40712
40713 \begin_inset ERT
40714 status collapsed
40715
40716 \begin_layout Plain Layout
40717
40718 }
40719 \end_layout
40720
40721 \end_inset
40722
40723  YellowOrange
40724 \end_layout
40725
40726 \end_inset
40727 </cell>
40728 <cell alignment="left" valignment="top" usebox="none">
40729 \begin_inset Text
40730
40731 \begin_layout Plain Layout
40732
40733 \end_layout
40734
40735 \end_inset
40736 </cell>
40737 <cell alignment="left" valignment="top" usebox="none">
40738 \begin_inset Text
40739
40740 \begin_layout Plain Layout
40741
40742 \end_layout
40743
40744 \end_inset
40745 </cell>
40746 <cell alignment="left" valignment="top" usebox="none">
40747 \begin_inset Text
40748
40749 \begin_layout Plain Layout
40750
40751 \end_layout
40752
40753 \end_inset
40754 </cell>
40755 </row>
40756 </lyxtabular>
40757
40758 \end_inset
40759
40760
40761 \end_layout
40762
40763 \begin_layout Chapter
40764 Explanation of Equation
40765 \begin_inset space ~
40766 \end_inset
40767
40768 (
40769 \begin_inset CommandInset ref
40770 LatexCommand ref
40771 reference "eq:Wgn"
40772
40773 \end_inset
40774
40775 )
40776 \begin_inset CommandInset label
40777 LatexCommand label
40778 name "cha:Explanation-of-Equation"
40779
40780 \end_inset
40781
40782
40783 \end_layout
40784
40785 \begin_layout Standard
40786 We can calculate the total width of 
40787 \emph on
40788 n
40789 \emph default
40790  table cells 
40791 \begin_inset Formula $W_{\mathrm{tot\, n}}$
40792 \end_inset
40793
40794  as follows:
40795 \begin_inset Formula 
40796 \begin{equation}
40797 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
40798 \end{equation}
40799
40800 \end_inset
40801
40802 where 
40803 \begin_inset Formula $W_{g\, n}$
40804 \end_inset
40805
40806  is the given width of all cells, 
40807 \series bold
40808
40809 \backslash
40810 tabcolsep
40811 \series default
40812  is the LaTeX-length between the cell text and the cell border (its default
40813  value is 6
40814 \begin_inset space \thinspace{}
40815 \end_inset
40816
40817 pt).
40818  
40819 \series bold
40820
40821 \backslash
40822 arrayrulewidth
40823 \series default
40824  is the thickness of the cell border line, the default is 0.4
40825 \begin_inset space \thinspace{}
40826 \end_inset
40827
40828 pt.
40829 \end_layout
40830
40831 \begin_layout Standard
40832 Following equation
40833 \begin_inset space ~
40834 \end_inset
40835
40836
40837 \begin_inset CommandInset ref
40838 LatexCommand eqref
40839 reference "eq:Wtot_n"
40840
40841 \end_inset
40842
40843 , the total width of a multicolumn 
40844 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
40845 \end_inset
40846
40847  is
40848 \begin_inset Formula 
40849 \begin{equation}
40850 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
40851 \end{equation}
40852
40853 \end_inset
40854
40855
40856 \end_layout
40857
40858 \begin_layout Standard
40859 By setting equation
40860 \begin_inset space ~
40861 \end_inset
40862
40863
40864 \begin_inset CommandInset ref
40865 LatexCommand eqref
40866 reference "eq:Wtot_n"
40867
40868 \end_inset
40869
40870  and 
40871 \begin_inset CommandInset ref
40872 LatexCommand eqref
40873 reference "eq:Wtot_mult"
40874
40875 \end_inset
40876
40877  equal we can calculate the needed given width 
40878 \begin_inset Formula $W_{g\, n}$
40879 \end_inset
40880
40881  when 
40882 \emph on
40883 n
40884 \emph default
40885  columns are spanned, so that each column has a total width of 
40886 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
40887 \end_inset
40888
40889 :
40890 \begin_inset Formula 
40891 \begin{equation}
40892 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
40893 \end{equation}
40894
40895 \end_inset
40896
40897
40898 \end_layout
40899
40900 \begin_layout Bibliography
40901 \labelwidthstring Bibliography
40902 \begin_inset CommandInset bibitem
40903 LatexCommand bibitem
40904 key "latexcompanion"
40905
40906 \end_inset
40907
40908 Frank Mittelbach and Michel Goossens: 
40909 \emph on
40910 The LaTeX Companion Second Edition.
40911
40912 \emph default
40913  Addison-Wesley, 2004
40914 \end_layout
40915
40916 \begin_layout Bibliography
40917 \labelwidthstring Bibliography
40918 \begin_inset CommandInset bibitem
40919 LatexCommand bibitem
40920 key "latexguide"
40921
40922 \end_inset
40923
40924 Helmut Kopka and Patrick W.
40925  Daly: 
40926 \emph on
40927 A Guide to LaTeX Fourth Edition.
40928
40929 \emph default
40930  Addison-Wesley, 2003
40931 \end_layout
40932
40933 \begin_layout Bibliography
40934 \labelwidthstring Bibliography
40935 \begin_inset CommandInset bibitem
40936 LatexCommand bibitem
40937 key "latexbook"
40938
40939 \end_inset
40940
40941 Leslie Lamport: 
40942 \emph on
40943 LaTeX: A Document Preparation System.
40944
40945 \emph default
40946  Addison-Wesley, second edition, 1994
40947 \end_layout
40948
40949 \begin_layout Bibliography
40950 \labelwidthstring Bibliography
40951 \begin_inset CommandInset bibitem
40952 LatexCommand bibitem
40953 key "booktabs"
40954
40955 \end_inset
40956
40957 Documentation of the LaTeX-package 
40958 \series bold
40959
40960 \begin_inset CommandInset href
40961 LatexCommand href
40962 name "booktabs"
40963 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
40964
40965 \end_inset
40966
40967
40968 \series default
40969
40970 \begin_inset Index idx
40971 status collapsed
40972
40973 \begin_layout Plain Layout
40974 LaTeX-packages ! booktabs
40975 \end_layout
40976
40977 \end_inset
40978
40979
40980 \end_layout
40981
40982 \begin_layout Bibliography
40983 \labelwidthstring Bibliography
40984 \begin_inset CommandInset bibitem
40985 LatexCommand bibitem
40986 key "caption"
40987
40988 \end_inset
40989
40990 Documentation of the LaTeX-package 
40991 \series bold
40992
40993 \begin_inset CommandInset href
40994 LatexCommand href
40995 name "caption"
40996 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
40997
40998 \end_inset
40999
41000
41001 \series default
41002
41003 \begin_inset Index idx
41004 status collapsed
41005
41006 \begin_layout Plain Layout
41007 LaTeX-packages ! caption
41008 \end_layout
41009
41010 \end_inset
41011
41012
41013 \end_layout
41014
41015 \begin_layout Bibliography
41016 \labelwidthstring Bibliography
41017 \begin_inset CommandInset bibitem
41018 LatexCommand bibitem
41019 key "endfloat"
41020
41021 \end_inset
41022
41023 Documentation of the LaTeX-package 
41024 \series bold
41025
41026 \begin_inset CommandInset href
41027 LatexCommand href
41028 name "endfloat"
41029 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
41030
41031 \end_inset
41032
41033
41034 \series default
41035
41036 \begin_inset Index idx
41037 status collapsed
41038
41039 \begin_layout Plain Layout
41040 LaTeX-packages ! endfloat
41041 \end_layout
41042
41043 \end_inset
41044
41045
41046 \end_layout
41047
41048 \begin_layout Bibliography
41049 \labelwidthstring Bibliography
41050 \begin_inset CommandInset bibitem
41051 LatexCommand bibitem
41052 key "footmisc"
41053
41054 \end_inset
41055
41056 Documentation of the LaTeX-package 
41057 \series bold
41058
41059 \begin_inset CommandInset href
41060 LatexCommand href
41061 name "footmisc"
41062 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
41063
41064 \end_inset
41065
41066
41067 \series default
41068
41069 \begin_inset Index idx
41070 status collapsed
41071
41072 \begin_layout Plain Layout
41073 LaTeX-packages ! footmisc
41074 \end_layout
41075
41076 \end_inset
41077
41078
41079 \end_layout
41080
41081 \begin_layout Bibliography
41082 \labelwidthstring Bibliography
41083 \begin_inset CommandInset bibitem
41084 LatexCommand bibitem
41085 key "hypcap"
41086
41087 \end_inset
41088
41089 Documentation of the LaTeX-package 
41090 \series bold
41091
41092 \begin_inset CommandInset href
41093 LatexCommand href
41094 name "hypcap"
41095 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
41096
41097 \end_inset
41098
41099
41100 \series default
41101
41102 \begin_inset Index idx
41103 status collapsed
41104
41105 \begin_layout Plain Layout
41106 LaTeX-packages ! hyperref
41107 \end_layout
41108
41109 \end_inset
41110
41111
41112 \end_layout
41113
41114 \begin_layout Bibliography
41115 \labelwidthstring Bibliography
41116 \begin_inset CommandInset bibitem
41117 LatexCommand bibitem
41118 key "hyperref"
41119
41120 \end_inset
41121
41122 Documentation of the LaTeX-package 
41123 \series bold
41124
41125 \begin_inset CommandInset href
41126 LatexCommand href
41127 name "hyperref"
41128 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
41129
41130 \end_inset
41131
41132
41133 \series default
41134
41135 \begin_inset Index idx
41136 status collapsed
41137
41138 \begin_layout Plain Layout
41139 LaTeX-packages ! hyperref
41140 \end_layout
41141
41142 \end_inset
41143
41144
41145 \end_layout
41146
41147 \begin_layout Bibliography
41148 \labelwidthstring Bibliography
41149 \begin_inset CommandInset bibitem
41150 LatexCommand bibitem
41151 key "KOMA-Script"
41152
41153 \end_inset
41154
41155 Documentation of the LaTeX-package 
41156 \series bold
41157
41158 \begin_inset CommandInset href
41159 LatexCommand href
41160 name "KOMA-Script"
41161 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
41162
41163 \end_inset
41164
41165
41166 \series default
41167
41168 \begin_inset Index idx
41169 status collapsed
41170
41171 \begin_layout Plain Layout
41172 LaTeX-packages ! KOMA-Script
41173 \end_layout
41174
41175 \end_inset
41176
41177
41178 \end_layout
41179
41180 \begin_layout Bibliography
41181 \labelwidthstring Bibliography
41182 \begin_inset CommandInset bibitem
41183 LatexCommand bibitem
41184 key "listings"
41185
41186 \end_inset
41187
41188 Documentation of the LaTeX-package 
41189 \series bold
41190
41191 \begin_inset CommandInset href
41192 LatexCommand href
41193 name "listings"
41194 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
41195
41196 \end_inset
41197
41198
41199 \series default
41200
41201 \begin_inset Index idx
41202 status collapsed
41203
41204 \begin_layout Plain Layout
41205 LaTeX-packages ! listings
41206 \end_layout
41207
41208 \end_inset
41209
41210
41211 \end_layout
41212
41213 \begin_layout Bibliography
41214 \labelwidthstring Bibliography
41215 \begin_inset CommandInset bibitem
41216 LatexCommand bibitem
41217 key "marginnote"
41218
41219 \end_inset
41220
41221 Documentation of the LaTeX-package 
41222 \series bold
41223
41224 \begin_inset CommandInset href
41225 LatexCommand href
41226 name "marginnote"
41227 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
41228
41229 \end_inset
41230
41231
41232 \series default
41233
41234 \begin_inset Index idx
41235 status collapsed
41236
41237 \begin_layout Plain Layout
41238 LaTeX-packages ! marginnote
41239 \end_layout
41240
41241 \end_inset
41242
41243
41244 \end_layout
41245
41246 \begin_layout Bibliography
41247 \labelwidthstring Bibliography
41248 \begin_inset CommandInset bibitem
41249 LatexCommand bibitem
41250 key "lettrine"
41251
41252 \end_inset
41253
41254 Documentation of the LaTeX-package 
41255 \series bold
41256
41257 \begin_inset CommandInset href
41258 LatexCommand href
41259 name "lettrine"
41260 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
41261
41262 \end_inset
41263
41264
41265 \series default
41266  and an 
41267 \begin_inset CommandInset href
41268 LatexCommand href
41269 name "example"
41270 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
41271
41272 \end_inset
41273
41274
41275 \begin_inset Index idx
41276 status collapsed
41277
41278 \begin_layout Plain Layout
41279 LaTeX-packages ! lettrine
41280 \end_layout
41281
41282 \end_inset
41283
41284
41285 \end_layout
41286
41287 \begin_layout Bibliography
41288 \labelwidthstring Bibliography
41289 \begin_inset CommandInset bibitem
41290 LatexCommand bibitem
41291 key "pstricks"
41292
41293 \end_inset
41294
41295 Web page of the LaTeX-package 
41296 \series bold
41297
41298 \begin_inset CommandInset href
41299 LatexCommand href
41300 name "PSTricks"
41301 target "http://tug.org/PSTricks/"
41302
41303 \end_inset
41304
41305
41306 \series default
41307
41308 \begin_inset Index idx
41309 status collapsed
41310
41311 \begin_layout Plain Layout
41312 LaTeX-packages ! PSTricks
41313 \end_layout
41314
41315 \end_inset
41316
41317
41318 \end_layout
41319
41320 \begin_layout Bibliography
41321 \labelwidthstring Bibliography
41322 \begin_inset CommandInset bibitem
41323 LatexCommand bibitem
41324 key "sidecap"
41325
41326 \end_inset
41327
41328 Documentation of the LaTeX-package 
41329 \series bold
41330
41331 \begin_inset CommandInset href
41332 LatexCommand href
41333 name "sidecap"
41334 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
41335
41336 \end_inset
41337
41338
41339 \series default
41340
41341 \begin_inset Index idx
41342 status collapsed
41343
41344 \begin_layout Plain Layout
41345 LaTeX-packages ! sidecap
41346 \end_layout
41347
41348 \end_inset
41349
41350
41351 \end_layout
41352
41353 \begin_layout Bibliography
41354 \labelwidthstring Bibliography
41355 \begin_inset CommandInset bibitem
41356 LatexCommand bibitem
41357 key "pdfpages"
41358
41359 \end_inset
41360
41361 Documentation of the LaTeX-package 
41362 \series bold
41363
41364 \begin_inset CommandInset href
41365 LatexCommand href
41366 name "pdfpages"
41367 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
41368
41369 \end_inset
41370
41371
41372 \series default
41373
41374 \begin_inset Index idx
41375 status collapsed
41376
41377 \begin_layout Plain Layout
41378 LaTeX-packages ! pdfpages
41379 \end_layout
41380
41381 \end_inset
41382
41383
41384 \end_layout
41385
41386 \begin_layout Bibliography
41387 \labelwidthstring Bibliography
41388 \begin_inset CommandInset bibitem
41389 LatexCommand bibitem
41390 key "prettyref"
41391
41392 \end_inset
41393
41394 Documentation of the LaTeX-package 
41395 \series bold
41396
41397 \begin_inset CommandInset href
41398 LatexCommand href
41399 name "prettyref"
41400 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
41401
41402 \end_inset
41403
41404
41405 \series default
41406
41407 \begin_inset Index idx
41408 status collapsed
41409
41410 \begin_layout Plain Layout
41411 LaTeX-packages ! prettyref
41412 \end_layout
41413
41414 \end_inset
41415
41416
41417 \end_layout
41418
41419 \begin_layout Bibliography
41420 \labelwidthstring Bibliography
41421 \begin_inset CommandInset bibitem
41422 LatexCommand bibitem
41423 key "refstyle"
41424
41425 \end_inset
41426
41427 Documentation of the LaTeX-package 
41428 \series bold
41429
41430 \begin_inset CommandInset href
41431 LatexCommand href
41432 name "refstyle"
41433 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
41434
41435 \end_inset
41436
41437
41438 \series default
41439
41440 \begin_inset Index idx
41441 status collapsed
41442
41443 \begin_layout Plain Layout
41444 LaTeX-packages ! refstyle
41445 \end_layout
41446
41447 \end_inset
41448
41449
41450 \end_layout
41451
41452 \begin_layout Bibliography
41453 \labelwidthstring Bibliography
41454 \begin_inset CommandInset bibitem
41455 LatexCommand bibitem
41456 key "NewInLyX20"
41457
41458 \end_inset
41459
41460
41461 \begin_inset CommandInset href
41462 LatexCommand href
41463 name "Wiki page"
41464 target "http://wiki.lyx.org/LyX/NewInLyX20"
41465
41466 \end_inset
41467
41468  about new features in 
41469 \family sans
41470 LyX 2.0
41471 \family default
41472 .
41473 \end_layout
41474
41475 \begin_layout Standard
41476 \begin_inset CommandInset index_print
41477 LatexCommand printindex
41478 type "idx"
41479
41480 \end_inset
41481
41482
41483 \end_layout
41484
41485 \end_body
41486 \end_document